@charset "utf-8";
.topMlt_wrap {
    background: #ebf9f6;
    padding: 160px 0 260px;
    position: relative;
}
.topMlt_wrap:before,
.topMlt_wrap:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 180px;
    z-index: 1;
}
.topMlt_wrap:before {
    bottom: 0;
    background: url(../img/top_bg2.png) no-repeat center top;
    background-size: 100% auto;
}
.topMlt_wrap:after {
    top: -40px;
    background: url(../img/top_bg1.png) no-repeat center bottom;
    background-size: 100% auto;
}
.topMlt_ttl {
    background: url(../svg/topballoon.svg) no-repeat center bottom;
    background-size: 671px auto;
    text-align: center;
    color: #00b88f;
    padding-bottom: 70px;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
.topMlt_ttl .mds {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}
.topMlt_ttl .ttl {
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
}
.topMlt_ttl .ttl span {
    font-size: 54px;
}
.topMlt_box {
    position: relative;
}
.topMlt_box.n1 {
    padding: 100px 0 0 70px;
}
.topMlt_box.n2 {
    padding: 310px 0 0 550px;
}
.topMlt_box.n3 {
    padding: 170px 0 0 100px;
}
.topMlt_box .ttl {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
    color: #00b88f;
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}
.topMlt_box .ttl span {
    position: absolute;
    left: 0;
    top: -11px;
    display: inline-block;
    width: 60px;
    text-align: center;
    background: url(../svg/sun.svg) no-repeat center bottom;
    background-size: 100% auto;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-family: "Brandon Grotesque", sans-serif;
    padding: 15px 0;
}
.topMlt_box .txt {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-left: 80px;
}
.topVal_wrap {
    padding-bottom: 60px;
}
.topVal_ttl {
    margin-top: -156px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.topVal_ttl .ttl {
    font-size: 46px;
    line-height: 1.2;
    font-weight: bold;
    color: #00b88f;
    padding: 46px 0 30px;
    position: relative;
    background: url(../svg/line1.svg) no-repeat center bottom;
    background-size: 520px auto;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.topVal_ttl .ttl:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 86px;
    height: 30px;
    background: url(../svg/mark1.svg) no-repeat center;
    background-size: 100% auto;
}
.topVal_ttl .read {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    margin: auto;
}
.topVal_ttl .txt {
    font-size: 22px;
    position: absolute;
    font-weight: bold;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
.topVal_lst {
    padding: 30px 0 0;
    margin-bottom: 100px;
}
.topVal_lst .ttl {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.topVal_lst .ttl span {
    display: inline-block;
    position: relative;
    padding: 0 120px;
}
.topVal_lst .ttl span:after,
.topVal_lst .ttl span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 90px;
}
.topVal_lst .ttl span:before {
    left: 0;
    background: url(../svg/kira1.svg) no-repeat center;
    background-size: 100% auto;
}
.topVal_lst .ttl span:after {
    right: 0;
    background: url(../svg/kira2.svg) no-repeat center;
    background-size: 100% auto;
}
.topVal_box {
    background: #fff;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px;
    border-radius: 10px;
}
.topVal_box:last-child {
    margin-bottom: 0;
}
.topVal_box .img img {
    border-radius: 10px;
}
.topVal_box .box {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-left: 30px;
}
.topVal_box .box .name {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #00b88f;
    margin-bottom: 16px;
}
.topVal_box .mds {
    font-weight: bold;
    margin-bottom: 10px;
}
.topVal_box .tag {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.topVal_box .tag li {
    color: #fff;
    background: #00b88f;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1;
    font-weight: bold;
    margin-left: 35px;
    position: relative;
}
.topVal_box .tag li:before,
.topVal_box .tag li:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 16px;
    border: none;
    background: #00b88f;
    left: -25px;
    top: 50%;
    margin-top: 0;
    transition: all .2s;
    transform: none;
    z-index: 1;
    border-radius: 2px;
}
.topVal_box .tag li:before {
    transform: rotate(90deg);
}
.topVal_box .tag li:first-child {
    margin-left: 0;
}
.topVal_box .tag li:first-child:before,
.topVal_box .tag li:first-child:after {
    content: none;
}
.topCho_wrap {
    background: #ebf9f6;
    padding: 320px 0 100px;
    position: relative;
}
.topCho_ttl {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.topCho_ttl span {
    font-size: 40px;
}
.topCho_ttl span > span {
    font-size: 60px;
}
.topCho_ttl:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -50px;
    width: 86px;
    height: 30px;
    background: url(../svg/mark1.svg) no-repeat center;
    background-size: 100% auto;
}
.topCho_ttl:after {
    content: '';
    display: block;
    position: absolute;
    right: 148px;
    top: -18px;
    width: 162px;
    height: 60px;
    background: url(../img/top_icon2.png) no-repeat center;
    background-size: 100% auto;
}
.topCho_lst li {
    margin-bottom: 40px;
    position: relative;
}
.topCho_lst li a {
    background: #fff;
    border-radius: 10px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.topCho_lst li:last-child {
    margin-bottom: 0;
}
.topCho_lst li:first-child:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: -20px;
    width: 91px;
    height: 70px;
    background: url(../img/top_icon1.png) no-repeat center;
}
.topCho_lst .img {
    padding: 0 50px;
}
.topCho_lst .box {
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    box-sizing: border-box;
}
.topCho_lst .box .ttl {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: #00b88f;
    margin-bottom: 15px;
}
.topCho_lst .box .txt {
    line-height: 1.6;
    margin-bottom: 20px;
}
.topCho_lst .box .date {
    line-height: 1;
    color: #00b88f;
    font-weight: bold;
}
.topCho_lst .box .date span {
    color: #fff;
    background: #00b88f;
    padding: 2px 9px;
    border-radius: 2px;
    margin-right: 10px;
    font-weight: normal;
}
.topType_wrap {
    background: #01c69a;
    padding: 250px 0;
}
.topType_ttl {
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    margin-bottom: 60px;
}
.topType_ttl span {
    display: inline-block;
    position: relative;
    padding: 0 60px;
}
.topType_ttl span:after,
.topType_ttl span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 38px;
    height: 30px;
}
.topType_ttl span:before {
    left: 0;
    background: url(../svg/line2_w.svg) no-repeat center;
    background-size: 100% auto;
}
.topType_ttl span:after {
    right: 0;
    background: url(../svg/line2_w_r.svg) no-repeat center;
    background-size: 100% auto;
}
.topType_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.topType_lst li {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
}
.topType_lst .ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    padding-top: 60px;
    margin-bottom: 40px;
}
.topType_lst .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topType_lst .logo {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(114, 114, 114, .1);
}
.topType_lst .logo a {
    display: block;
}
.topType_lst .tandem .logo {
    margin-bottom: 20px;
}
.topType_lst .tandem .logo:last-child {
    margin-bottom: 0;
}
.topCv_btm {
    padding: 100px 0;
}
.topCause_wrap {
    background: #fff;
    position: relative;
}
.topCause_wrap:before,
.topCause_wrap:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 180px;
    z-index: 1;
}
.topCause_wrap:before {
    top: -40px;
    background: url(../img/top_bg1.png) no-repeat center bottom;
    background-size: 100% auto;
}
.topCause_wrap:after {
    height: 160px;
    bottom: -160px;
    background: url(../img/top_bg3.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 1;
}
.topCause_in {
    position: relative;
    text-align: center;
    padding: 130px 0 0;
    z-index: 3;
}
.topCause_in:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 754px;
    z-index: 1;
    background: url(../img/top_cause.png) no-repeat center;
    z-index: 2;
}
@supports (background: url(../webp/top_cause.webp)) {
    .topCause_in:before {
        background: url(../webp/top_cause.webp) no-repeat center;
    }
}
.topCause_wrap .ttl {
    font-size: 40px;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 10px;
}
.topCause_wrap .ttl span {
    color: #00b88f;
}
.topCause_wrap .txt {
    font-size: 20px;
    line-height: 2.5;
    font-weight: bold;
}
.topCause_wrap .txt span {
    font-size: 30px;
    color: #00b88f;
}
.splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
}
.splide__arrow--prev {
    left: 50%;
    margin-left: -400px;
    background: url(../svg/arw_slide_l.svg) no-repeat center;
    background-size: 16px auto;
}
.splide__arrow--next {
    right: 50%;
    margin-right: -400px;
    background: url(../svg/arw_slide_r.svg) no-repeat center;
    background-size: 16px auto;
}
.topType_lst .box.is-only {
    justify-content: center;
}
.tchrexamslide_in {
    margin: 0 auto;
    padding: 80px 0 0;
    box-sizing: border-box;
}
.tchrexamslide-box .txt_box .ttl {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    color: #00b88f;
    margin-bottom: 33px;
    position: relative;
    padding-left: 80px;
}
.tchrexamslide-box .txt_box .ttl > span {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 60px;
    text-align: center;
    background: url(../svg/sun2.svg) no-repeat center bottom;
    background-size: 100% auto;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-family: "Brandon Grotesque", sans-serif;
    padding: 15px 0;
    margin-top: -30px;
}
.tchrexamslide-box .more-btn {
    width: 220px;
    margin-left: 80px;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
}
.tchrexamslide-box .more-btn > a {
    width: 100%;
    height: 40px;
    background: #ff5400;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}
.splide.is-tchrexams .splide__arrow svg {
    display: none;
}
.splide.is-tchrexams .splide__arrow--next {
    background: #01c69a url(../svg/arw_slide_r.svg) no-repeat center / 13px auto;
}
.splide.is-tchrexams .splide__arrow--prev {
    background: #01c69a url(../svg/arw_slide_l.svg) no-repeat center / 13px auto;
}
.splide.is-tchrexams .splide__arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
}
.topInst_wrap {
    padding: 204px 0 92px;
    box-sizing: border-box;
    max-width: 592px;
    margin: 0 auto;
}
.topInst_ttl {
    position: relative;
    padding-top: 48px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.topInst_ttl::before {
    content: "";
    width: 86px;
    height: 31px;
    background: url(../svg/inst-ttldeco01.svg) no-repeat center / 100% auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 9;
}
.topInst_ttl .ttl {
    position: relative;
    color: #00b88f;
    letter-spacing: -0.02em;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.topInst_ttl .ttl::before,
.topInst_ttl .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.topInst_ttl .ttl::before {
    width: 79px;
    height: 60px;
    background: url(../svg/inst-ttldeco02.svg) no-repeat center / 100% auto;
    left: 24px;
    margin-top: -2px;
    transform: translateY(-50%) rotate(-6deg);
}
.topInst_ttl .ttl::after {
    width: 68px;
    height: 35px;
    background: url(../svg/inst-ttldeco03.svg) no-repeat center / 100% auto;
    right: 37px;
}
.topInst_ttl .ttl .fs-l {
    font-size: 42px;
}
.topInst_ttl .ttl .ttl-line {
    display: inline-block;
}
.topInst_ttl .ttl .ttl-line.ver2 {
    margin-bottom: 16px;
}
.topInst_ttl .ttl .is-info {
    position: relative;
    padding-right: 1em;
    box-sizing: border-box;
}
.topInst_ttl .ttl .is-info::before {
    content: "";
    width: 23px;
    height: 29px;
    background: url(../svg/inst-ttldeco04.svg) no-repeat center / 100% auto;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.topInst_ct {
    border: 5px solid #00b88f;
    border-radius: 10px;
    box-sizing: border-box;
    background: #ffffff;
    padding: 33px 31px 31px;
}
.topInst_cat {
    margin-bottom: 34px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #00b88f;
    letter-spacing: -0.02em;
    line-height: 1;
}
.topInst_cat > span {
    position: relative;
    padding-left: 62px;
    padding-right: 9px;
    box-sizing: border-box;
}
.topInst_cat > span::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../img/instagram-logo.png) no-repeat center / 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.topInst_imglst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1px;
}
.topInst_img {
    width: calc((100% - 2px) / 3);
    max-width: 174px;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.topInst_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .2s ease-out;
}
@media only screen and (max-width: 1366px) {
    .topMlt_wrap:before {
        bottom: 0;
        background: url(../img/top_bg2.png) no-repeat center top;
        background-size: 1366px auto;
    }
    .topCause_wrap:after {
        background: url(../img/top_bg3.png) no-repeat center bottom;
        background-size: 1366px auto;
    }
}
@media (min-width: 896px) {
    .topread-btn > a:hover {
        opacity: .8;
    }
    .topType_lst .logo a:hover {
        opacity: .8;
    }
    .topCho_lst li a:hover {
        box-shadow: 0 0 10px rgb(114 114 114 / 20%);
    }
    .splide__arrow:hover {
        cursor: pointer;
        opacity: .8;
    }
    .topType_lst li {
        min-height: 350px;
    }
    .topMlt_box:before {
        content: '';
        display: block;
        position: absolute;
    }
    .topMlt_box.n1:before {
        top: 0;
        right: 0;
        width: 552px;
        height: 520px;
        background: url(../img/top_img4.png) no-repeat center;
    }
    @supports (background: url(../webp/top_img4.webp)) {
        .topMlt_box.n1:before {
            background: url(../webp/top_img4.webp) no-repeat center;
        }
    }
    .topMlt_box.n2:before {
        top: 120px;
        left: 0;
        width: 520px;
        height: 504px;
        background: url(../img/top_img5.png) no-repeat center;
    }
    @supports (background: url(../webp/top_img5.webp)) {
        .topMlt_box.n2:before {
            background: url(../webp/top_img5.webp) no-repeat center;
        }
    }
    .topMlt_box.n3:before {
        bottom: -40px;
        right: 160px;
        width: 382px;
        height: 286px;
        background: url(../img/top_img6.png) no-repeat center;
    }
    @supports (background: url(../webp/top_img6.webp)) {
        .topMlt_box.n3:before {
            background: url(../webp/top_img6.webp) no-repeat center;
        }
    }
    .tchrexamslide-box .txt_box .more-btn > a:hover {
        opacity: .8;
    }
    .tchrexamslide_in {
        max-width: 810px;
    }
    .tchrexamslide-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tchrexamslide-box .txt_box {
        width: calc(100% - 481px);
        margin-top: 73px;
    }
    .splide.is-tchrexams .splide__arrow--next {
        margin-right: -510px;
    }
    .splide.is-tchrexams .splide__arrow--prev {
        margin-left: -510px;
    }
    .topInst_img:hover img {
        width: 110%;
        height: 110%;
    }
}
@media only screen and (max-width: 896px) {
    .topMlt_wrap {
        padding: 50px 0 100px;
    }
    .topMlt_wrap:before,
    .topMlt_wrap:after {
        height: 60px;
    }
    .topMlt_wrap:before {
        bottom: 0;
        background: url(../img/sp/top_bg2.png) no-repeat center top;
        background-size: 100% auto;
    }
    .topMlt_wrap:after {
        top: -20px;
        background: url(../img/sp/top_bg1.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .topMlt_ttl {
        background-size: 335px auto;
        padding-bottom: 35px;
    }
    .topMlt_ttl .mds {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .topMlt_ttl .ttl {
        font-size: 21px;
    }
    .topMlt_box {
        position: relative;
    }
    .topMlt_box.n1,
    .topMlt_box.n2,
    .topMlt_box.n3 {
        padding: 30px 0 0;
    }
    .topMlt_box .ttl {
        font-size: 20px;
        margin-bottom: 15px;
        padding: 0 20px;
        padding-left: 80px;
    }
    .topMlt_box .ttl span {
        width: 50px;
        font-size: 20px;
        padding: 15px 0;
        left: 15px;
        top: -10px;
    }
    .topMlt_box .txt {
        font-size: 15px;
        line-height: 2;
        margin-left: 0;
        padding: 0 20px;
    }
    .topMlt_box .img {
        padding-top: 20px;
        text-align: center;
    }
    .topMlt_box .img img {
        width: 100%;
        height: auto;
    }
    .topMlt_box.n1 .img img {
        max-width: 336px;
    }
    .topMlt_box.n2 .img img {
        max-width: 335px;
    }
    .topMlt_box.n3 .img img {
        max-width: 241px;
    }
    .topVal_wrap {
        padding-bottom: 50px;
    }
    .topVal_ttl {
        margin-top: 0;
        background: url(../img/sp/top_img7_bk.png) no-repeat center top;
        background-size: 516px auto;
        text-align: center;
        padding: 35px 0 0;
        min-height: 486px;
        margin-bottom: 45px;
        box-sizing: border-box;
    }
    .topVal_ttl .img {
        text-align: center;
        margin-bottom: 15px;
    }
    .topVal_ttl .img img,
    .topVal_ttl .img source {
        max-width: 332px;
        height: auto;
        width: 100%;
    }
    .topVal_ttl .ttl {
        font-size: 23px;
        line-height: 1.2;
        padding: 20px 0 10px;
        background: url(../svg/line1.svg) no-repeat center bottom;
        background-size: 260px auto;
        position: relative;
        top: auto;
    }
    .topVal_ttl .ttl:before {
        width: 44px;
        height: 15px;
    }
    .topVal_ttl .read {
        font-size: 14px;
        line-height: 1.6;
        position: relative;
        top: auto;
        padding: 10px 0;
    }
    .topVal_ttl .txt {
        font-size: 14px;
        position: relative;
        bottom: auto;
    }
    .topVal_lst {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .topVal_lst .ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .topVal_lst .ttl span {
        padding: 0;
    }
    .topVal_lst .ttl span:after,
    .topVal_lst .ttl span:before {
        width: 50px;
        height: 46px;
        top: -24px;
        transform: none;
    }
    .topVal_lst .ttl span:before {
        left: -42px;
    }
    .topVal_lst .ttl span:after {
        right: -42px;
    }
    .topVal_box {
        margin-bottom: 20px;
        display: block;
        padding: 20px;
        border-radius: 5px;
        position: relative;
    }
    .topVal_box .namebx {
        min-height: 120px;
        position: relative;
        margin-bottom: 20px;
    }
    .topVal_box .img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .topVal_box .img img {
        width: 80px;
        height: auto;
        border-radius: 5px;
    }
    .topVal_box .box {
        width: 100%;
        padding-left: 0;
    }
    .topVal_box .box .name {
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 100px;
    }
    .topVal_box .mds {
        margin-bottom: 0;
        padding-left: 100px;
    }
    .topVal_box .tag {
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .topVal_box .tag li {
        padding: 3px 3px;
        border-radius: 4px;
        margin-left: 18px;
        font-size: 13px;
        margin-top: 10px;
    }
    .topVal_box .tag li:before,
    .topVal_box .tag li:after {
        height: 2px;
        width: 10px;
        left: -14px;
        top: 50%;
    }
    .topVal_cv {
        padding: 0 20px;
    }
    .topCho_wrap {
        padding: 114px 20px 35px;
    }
    .topCho_ttl {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .topCho_ttl span {
        font-size: 20px;
    }
    .topCho_ttl span > span {
        font-size: 30px;
    }
    .topCho_ttl:before {
        top: -25px;
        width: 44px;
        height: 16px;
    }
    .topCho_ttl:after {
        right: 0;
        top: -8px;
        width: 96px;
        height: 35px;
        background: url(../img/sp/top_icon2.png) no-repeat center;
        background-size: 100% auto;
    }
    .topCho_lst li {
        margin-bottom: 20px;
    }
    .topCho_lst li a {
        display: block;
        border-radius: 5px;
        padding: 20px 20px;
    }
    .topCho_lst li:first-child:after {
        right: 15px;
        top: -15px;
        width: 80px;
        height: 62px;
        background: url(../img/sp/top_icon1.png) no-repeat center;
        background-size: 100% auto;
    }
    .topCho_lst .img {
        padding: 0 0 15px;
        text-align: center;
    }
    .topCho_lst .box {
        width: 100%;
        padding-left: 0;
    }
    .topCho_lst .box .ttl {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
    }
    .topCho_lst .box .txt {
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .topCho_lst .box .date {
        line-height: 1.6;
    }
    .topCho_lst .box .date span {
        padding: 2px 7px;
        font-size: 13px;
    }
    .topType_wrap {
        padding: 55px 20px;
    }
    .topType_ttl {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .topType_ttl span {
        padding: 0 32px;
    }
    .topType_ttl span:after,
    .topType_ttl span:before {
        width: 20px;
        height: 15px;
    }
    .topType_lst li {
        width: 100%;
        border-radius: 5px;
        padding: 30px 15px 25px;
    }
    .topType_lst .ttl {
        font-size: 15px;
        padding-top: 0;
        margin-bottom: 15px;
    }
    .topType_lst .logo {
        width: 48%;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(114, 114, 114, .1);
    }
    .topType_lst .tandem {
        width: 48%;
    }
    .topType_lst .tandem .logo {
        width: 100%;
        margin-bottom: 10px;
    }
    .topType_lst .logo source,
    .topType_lst .logo img {
        width: 100%;
        height: auto;
    }
    .topCv_btm {
        padding: 50px 20px;
    }
    .topCause_wrap:before,
    .topCause_wrap:after {
        height: 60px;
    }
    .topCause_wrap:before {
        top: -20px;
        background: url(../img/sp/top_bg1.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .topCause_wrap:after {
        height: 44px;
        bottom: -44px;
        background: url(../img/sp/top_bg3.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .topCause_in {
        padding: 100px 0 265px;
    }
    .topCause_in:before {
        left: 0;
        right: 0;
        margin: auto;
        top: -20px;
        width: 100%;
        max-width: 335px;
        height: 115px;
        background: url(../img/sp/top_cause1.png) no-repeat center;
        background-size: 100% auto;
    }
    @supports (background: url(../webp/sp/top_cause1.webp)) {
        .topCause_in:before {
            background: url(../webp/sp/top_cause1.webp) no-repeat center;
            background-size: 100% auto;
        }
    }
    .topCause_in:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
        width: 100%;
        max-width: 335px;
        height: 220px;
        background: url(../img/sp/top_cause2.png) no-repeat center;
        background-size: 100% auto;
        z-index: 2;
    }
    @supports (background: url(../webp/sp/top_cause2.webp)) {
        .topCause_in:after {
            background: url(../webp/sp/top_cause2.webp) no-repeat center;
            background-size: 100% auto;
        }
    }
    .topCause_wrap .ttl {
        font-size: 20px;
        line-height: 1.4;
    }
    .topCause_wrap .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .topCause_wrap .txt span {
        font-size: 16px;
    }
    .splide__arrow--prev {
        left: -20px;
        margin-left: 0;
        background-size: 8px auto;
    }
    .splide__arrow--next {
        right: -20px;
        margin-right: 0;
        background-size: 8px auto;
    }
    .splide__arrow {
        width: 20px;
        height: 20px;
    }
    .topType_lst .box_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 24.267vw;
    }
    .tchrexamslide_in {
        padding: 42px 20px 0;
        max-width: 375px;
    }
    .tchrexamslide-box .txt_box {
        text-align: center;
    }
    .tchrexamslide-box .txt_box .ttl {
        font-size: 18px;
        line-height: 1.39;
        margin-bottom: 11px;
        padding: 10px 0 10px 48px;
        display: inline-block;
        text-align: left;
    }
    .tchrexamslide-box .txt_box .ttl > span {
        width: 36px;
        font-size: 15px;
        padding: 11px 0;
        margin-top: -18px;
    }
    .tchrexamslide-box .more-btn {
        max-width: 295px;
        width: 100%;
        margin: 0 auto;
    }
    .splide.is-tchrexams .splide__arrow--next {
        background: #01c69a url(../svg/arw_slide_r.svg) no-repeat center / 8px auto;
        right: -15px;
    }
    .splide.is-tchrexams .splide__arrow--prev {
        background: #01c69a url(../svg/arw_slide_l.svg) no-repeat center / 8px auto;
        left: -15px;
    }
    .splide.is-tchrexams .splide__arrow {
        width: 35px;
        height: 35px;
    }
    .tchrexamslide-box .img_box img {
        width: 100%;
        height: auto;
        max-width: 305px;
        margin: 0 auto;
    }
    .tchrexamslide-box .img_box {
        margin-bottom: 15px;
        text-align: center;
    }
    .topInst_wrap {
        padding: 0 20px 50px;
        max-width: none;
        margin: -17px 0 0;
        box-sizing: border-box;
    }
    .topInst_in {
        margin: 0 auto;
    }
    .topInst_ttl {
        max-width: 237px;
        padding-top: 21px;
        margin-bottom: 16px;
        margin: 0 auto 16px;
    }
    .topInst_ttl::before {
        width: 42px;
        height: 15px;
    }
    .topInst_ttl .ttl {
        font-size: 18px;
    }
    .topInst_ttl .ttl::before {
        width: 29px;
        height: 20px;
        left: 0;
        margin-top: 2px;
        transform: translateY(-50%) rotate(-6deg);
    }
    .topInst_ttl .ttl::after {
        width: 24px;
        height: 13px;
        right: 0;
    }
    .topInst_ttl .ttl .fs-l {
        font-size: 21px;
    }
    .topInst_ttl .ttl .ttl-line.ver2 {
        margin-bottom: 9px;
    }
    .topInst_ttl .ttl .is-info::before {
        width: 9px;
        height: 12px;
        right: 3px;
    }
    .topInst_ct {
        border: 2px solid #00b88f;
        border-radius: 5px;
        padding: 12px;
    }
    .topInst_cat {
        margin-bottom: 14px;
        font-size: 15px;
    }
    .topInst_cat > span {
        padding-left: 20px;
        padding-right: 0;
    }
    .topInst_cat > span::before {
        width: 14px;
        height: 14px;
        background: url(../img/sp/instagram-logo.png) no-repeat center / 100% auto;
    }
    .topInst_imglst {
        gap: 1px;
    }
    .topInst_img {
        max-width: none;
    }
}
@media (max-width: 374px) {
    .topMlt_box .ttl {
        font-size: 16px;
    }
    .topVal_ttl {
        margin-top: 0;
        background: url(../img/sp/top_img7_bk.png) no-repeat center top;
        background-size: 516px auto;
    }
    .topVal_lst .ttl span:before {
        left: -34px;
    }
    .topVal_lst .ttl span:after {
        right: -34px;
    }
    .topVal_box .box .name {
        font-size: 16px;
    }
    .topCho_ttl:after {
        top: -2px;
        width: 76px;
        height: 28px;
    }
    .topCho_lst li:first-child:after {
        right: 0;
    }
    .topCause_in {
        padding: 90px 0 220px;
    }
    .topCause_wrap:after {
        bottom: -40px;
        background: url(../img/sp/top_bg3.png) no-repeat center bottom;
        background-size: 335px auto;
    }
    .topCause_in:before {
        max-width: 280px;
        height: 100px;
    }
    .topCause_in:after {
        max-width: 280px;
        height: 190px;
    }
    .topCause_wrap .ttl {
        font-size: 18px;
    }
    .topCause_wrap .txt {
        font-size: 13px;
    }
    .topCause_wrap .txt span {
        font-size: 15px;
    }
    .topMlt_ttl .ttl {
        font-size: 19px;
    }
    .topMlt_ttl {
        background-size: 310px auto;
    }
}