@charset "utf-8";

.content-lead {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.inner {
    margin: 0 auto;
    width: 89.33vw;
}

a {
    text-decoration: none;
}

.br {
    display: block;
}

@media screen and (min-width: 768px) {
    .container {
        margin-top: -10px;
    }

    .inner {
        max-width: 1000px;
        width: 90%;
    }
}

/*------------------------------------
  メインビジュアル
--------------------------------------*/
/* .sp { 
	display: block; 
} */
.KV_area {
    position: relative;
    margin-top: 50px;
}

.mainVisual {
    height: auto;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.mainVisual-outer {
    width: 100%;
}

#top-kv-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top-kv-slider li img {
    width: 100%;
    display: block;
}

.slick-slide img .sp {
    display: none !important;
}

.mainVisual_logo.pc {
    position: absolute;
    top: 0;
    width: 100vw;
    max-width: 1400px;
}

.slick-dots {
    display: flex;
    gap: 10px;
}

#top-kv-pager {
    position: absolute;
    bottom: 10px;
    right: 46%;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: var(--tryBlue);
}

@media screen and (min-width: 768px) {
    /* .sp { 
		display: none;
	 } */.KV_area {
        margin: 90px auto 0;
        max-width: 1400px;
    }

    .mainVisual-outer {
        width: 100%;
        max-width: 1400px;
    }

    #top-kv-pager {
        bottom: 20px;
        right: 41px;
        transform: translate(50%);
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 1px solid var(--tryBlue);
    }
}

/*------------------------------------
  CTA
--------------------------------------*/
.top_contact .cta_content {
    box-shadow: none;
}

.cta_notes {
    font-size: 10px;
    color: #666666;
    line-height: 1.8;
    margin: 24px auto 0;
    max-width: 800px;
}

.cta_note {
    display: flex;
}

.main .contact {
    width: 100%;
    max-width: none;
    background-color: #f0f0e6;
    padding-bottom: 0;
}

.main .contact .cta_content {
    box-shadow: none;
    max-width: 830px;
    margin: 0 auto;
}

.notes {
    background-color: #f0f0e6;
    padding: 0 5% 30px;
}

.notes ul {
    padding-left: 1.2em;
    margin: 0 auto;
    max-width: 796px;
}

.notes ul li {
    font-size: 0.725rem;
    letter-spacing: 0.05rem;
    margin-left: 1em;
    text-indent: -2em;
    line-height: 1.9;
    color: #666;
}

@media screen and (min-width: 768px) {
    .notes ul {
    }
}

/*------------------------------------
  トライ式高等学院とは
--------------------------------------*/
.features_about {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-top: 90px;
}

.about_try {
    padding: 60px 0;
}

.about_try_ttl {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
}

.about_try_subttl {
    margin-top: 20px;
}

.about_try_head p {
    font-size: 13px;
    line-height: 2.5;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
}

.about_try_head p:first-of-type {
    font-size: 15px;
}

.about_try .font_blue {
    color: var(--tryBlue);
}

.about_try_content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 3.77vw;
}

.about_try_content img {
    width: 85.33vw;
}

.about_try_content::before {
    content: "";
    top: -30px;
    left: -14px;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    background-size: contain;
}

.about_try_content:nth-child(1):before {
    background-image: url("/2025new/assets/img/top/summary_no1.webp");
}

.about_try_content:nth-child(3):before {
    background-image: url("/2025new/assets/img/top/summary_no2.webp");
}

.about_try_content:nth-child(4):before {
    background-image: url("/2025new/assets/img/top/summary_no3.webp");
}

.about_try_content:nth-child(5):before {
    background-image: url("/2025new/assets/img/top/summary_no4.webp");
}

.about_try_content:nth-child(6):before {
    background-image: url("/2025new/assets/img/top/summary_no5.webp");
}

.about_try_description {
    margin: -36px 0 0;
}

.about_try_h1 {
    margin-bottom: 18px;
    font-size: 20px;
    background-color: #fff;
    width: 83.73vw;
    border-radius: 0 10px;
    padding-top: 22px;
    line-height: 1.5;
}

.about_try_h1 .bg {
    font-size: 32px;
    font-weight: 700;
}

.about_try_h1 .sm {
    font-size: 10px;
    font-weight: 700;
}

p.about_try_text {
    line-height: 1.8;
    font-size: 14px;
}

p.about_try_text span {
    font-weight: bold;
    background: linear-gradient(transparent 48%, #fff893 0%);
}

.inner_btn, .event_list {
    position: relative;
    border: 1px solid var(--tryBlue);
    border-radius: 60px;
    width: 66vw;
    margin: 27px auto 0;
}

.inner_btn a, .event_list a {
    font-size: 16px;
    color: var(--tryBlue);
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 11px 0;
}

.inner_btn a::after, .event_list a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 1.3px solid #003686;
    border-right: 1.3px solid #003686;
    transform: translateY(-50%) rotate(45deg);
}

p.about_try_text span {
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .features_about {
        margin-top: 110px;
    }

    .about_try {
        padding: 80px 0 130px;
    }

    .about_try_ttl {
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 0.15rem;
    }

    .about_try_subttl {
        margin-top: 50px;
    }

    .about_try_subttl .br {
        display: inline;
    }

    .about_try_head p {
        font-size: 22px;
        margin-top: 20px;
        line-height: 1.8;
        letter-spacing: 0.1rem;
    }

    .about_try_head p:first-of-type {
        font-size: 28px;
    }

    .about_try_content {
        flex-direction: row;
        max-width: 1000px;
        margin-left: 0;
    }

    .about_try_content img {
        width: 450px;
    }

    .about_try_content::before {
        top: -35px;
        left: -35px;
        width: 70px;
        height: 70px;
    }

    .about_try_description {
        margin: auto auto auto 60px;
    }

    .about_try_h1 {
        margin-bottom: 20px;
        font-size: 32px;
        letter-spacing: 0.05em;
        padding-top: 0;
        width: 100%;
    }

    .about_try_h1 .bg {
        font-size: 48px;
        font-weight: 900;
    }

    .about_try_h1 .sm {
        font-size: 15px;
        font-weight: 900;
    }

    p.about_try_text {
        font-size: 16px;
    }

    .inner_btn, .event_list {
        width: 280px;
        margin-top: 53px;
    }

    .event_list {
        margin-left: 0;
        margin-top: 24px;
    }

    .inner_btn a, .event_list a {
        font-size: 18px;
        padding: 16px 0;
    }

    .inner_btn a::after, .event_list a::after {
        right: 25px;
    }
}

/*------------------------------------
  アコーディオン
--------------------------------------*/
.achievements {
    width: 85.6vw;
    margin: -56px auto 0;
    text-align: center;
    border: 1px solid var(--tryBlue);
    border-radius: 10px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.achievements_head {
    padding: 12px 5.6vw 20px;
    margin: 0 auto;
}

.achievements_row {
    font-size: 17px;
    font-weight: 900;
    display: grid;
}

.label {
    font-size: 20px;
    font-weight: 900;
}

.achievements_line {
    border-bottom: 1px solid var(--tryBlue);
    height: 1px;
    display: block;
    margin-top: 9px;
    margin-bottom: 3px;
}

.person {
    font-size: 45px;
    margin-left: 15px;
    margin-bottom: -8px;
    font-weight: 900;
}

.person span {
    font-size: 33px;
}

.display {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.details {
}

.university {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.university_deta {
    width: 74.13vw;
}

.university_deta p {
    text-align: left;
}

.university_passed {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.university_passed p {
    font-size: 16px;
    font-weight: 500;
}

.university_passed p:nth-of-type(2) {
    font-size: 34px;
    color: var(--tryBlue);
    font-weight: 900;
    font-family: "Zen Old Mincho", serif;
}

.university_passed p:nth-of-type(2) span {
    font-size: 26px;
    border-bottom: none;
}

.university_passed span {
    border-bottom: 1px dashed #333333;
    width: 15%;
}

.achievements_notes {
    text-align: justify;
    font-size: 10px;
    color: #666666;
    margin-top: 10px;
    width: 66.4vw;
}

.recommend .achievements_notes {
    margin-left: 5.3vw;
}

.recommend {
    background-color: #fff;
    padding: 25px 0;
    margin-top: 32px;
}

.recommend_head {
    background-color: var(--tryBlue);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 85%;
    padding: 2px 0;
}

.recommend_data {
    color: var(--tryBlue);
    display: flex;
    font-weight: 900;
    font-family: "Zen Old Mincho", serif;
    align-items: center;
    gap: 13px;
    margin-left: 6.4vw;
}

.recommend_data p {
    font-size: 16px;
}

.recommend_data p:nth-of-type(1) {
    line-height: 1.2;
}

.recommend_data p:nth-of-type(2) {
    font-size: 43px;
    letter-spacing: -1px;
}

.recommend_data p:nth-of-type(2) span {
    font-size: 34px;
}

.recommend_box img {
    width: 62.9vw;
    margin-top: 0px;
    margin-left: 0;
}

.recommend_txt {
    text-align: justify;
    font-size: 14px;
    margin-left: 5.3vw;
    margin-top: 14px;
    margin-bottom: 18px;
    width: 66.4vw;
    line-height: 1.75!important;
}

.achievements_row, .label, .person {
    color: var(--tryBlue);
    font-family: "Zen Old Mincho", serif;
}

@media screen and (min-width: 768px) {
    .achievements {
        width: 800px;
        margin: 0 auto;
    }

    .achievements_head {
        padding: 12px 80px 20px;
    }

    .achievements_line {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .person span {
        font-size: 46px;
    }

    .university {
        flex-direction: row;
    }

    .university_deta {
        width: 304px;
    }

    .university_passed span {
        width: 30%;
    }

    .achievements_notes {
        margin-top: 6px;
    }

    .recommend {
        padding: 30px 40px;
        margin-top: 12px;
    }

    .recommend_head {
        padding: 2px 10px 0;
        width: 221px;
    }

    .recommend_data {
        margin-left: 0;
    }

    .recommend_data span {
        font-size: 33px;
    }

    .recommend_txt_area {
        width: 330px;
    }

    .recommend_box img {
        width: 200px;
        margin-top: -110px;
        margin-left: 360px;
    }

    .recommend_txt {
        width: 330px;
        margin-top: -65px;
        margin-left: 0;
    }

    .achievements_row, .label {
        font-size: 28px;
    }

    .achievements_row {
        display: contents;
    }

    .person {
        font-size: 60px;
        margin-left: 21px;
        margin-bottom: -10px;
    }

    .recommend .achievements_notes {
        margin-left: 0;
    }
}

/* 20251201追加 */
@media screen and (max-width: 1066px) {
    .recommend_data {
    margin-bottom: 40px;}
}
@media screen and (max-width: 767px) {
    .recommend_data {
    margin-bottom: 0px;}
}


/*------------------------------------
  途中入学
--------------------------------------*/
.ontheway_content {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin: 40px auto 60px;
}

.ontheway_content img {
    width: 88vw;
    margin-top: 24px;
}

.ontheway_h1 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
}

.ontheway_h1 span {
    font-size: 30px;
}

p.ontheway_text {
    line-height: 1.8;
    font-size: 14px;
}

p.ontheway_text .br {
    display: inline;
}

@media screen and (min-width: 768px) {
    .ontheway_content {
        flex-direction: row;
        margin-top: 110px;
    }

    .ontheway_content img {
        width: 430px;
        margin-top: 0;
    }

    .ontheway_description {
        margin: auto auto auto 84px;
    }

    .ontheway_h1 {
        margin-bottom: 40px;
        font-size: 36px;
    }

    .ontheway_h1 span {
        font-size: 46px;
    }

    p.ontheway_text {
        line-height: 2;
        font-size: 18px;
    }

    p.ontheway_text .br {
        display: block;
    }
}

/*------------------------------------
  選べるコース
--------------------------------------*/
.choice_course {
    background-color: var(--lightBlue);
    padding: 30px 0 60px;
}

.choice_course h2 {
    margin-bottom: 24px;
    font-size: 2.3rem;
    text-align: left;
    padding-left: 3.2vw;
}

.choice_course h2 img {
    width: 69%;
    max-width: 440px;
    display: block;
    position: relative;
    left: -6%;
}

.choice_course h2 span {
    display: block;
}

.course1 {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 89.6vw;
    margin: 0 auto;
}

.course_of_study {
    width: 42.66vw;
    border-radius: 6px;
    border: 1.36px solid var(--tryBlue);
    overflow: hidden;
    box-shadow: 3px 5px 12px #4673af21;
}

.course_name {
    background-color: var(--tryBlue);
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 3px 0;
}

.course_target {
    background-color: #fff;
    color: var(--tryBlue);
    margin-top: -5px;
    font-size: 10px;
    padding: 0 6px 10px;
}

.course_target p {
    line-height: 1.5;
}

.course_target .btn {
    background: linear-gradient(90deg, #2F4CB2 0%, #1C9FE1 100%);
    width: 93%;
    position: relative;
    margin: 10px auto 0;
    box-sizing: border-box;
    border-radius: 70px;
    transition: opacity 0.8s ease;
    box-shadow: 2px 6px 10px #8b8b8b61;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 6px 0;
}

.course2 {
    margin: 26px auto 0;
    width: 89.3vw;
}

.other_course:nth-child(2) {
    margin-top: 24px;
}

.other_course p {
    background-color: #fff;
    border: 1.6px solid #c7d5f1;
    text-align: center;
    color: var(--tryBlue);
    border-radius: 6px;
    position: relative;
    font-size: 1.2rem;
    padding: 11px 0;
}

.other_course p::after {
    content: "";
    display: block;
    background: url("/2025new/assets/img/top/text.webp") no-repeat;
    width: 16px;
    height: 16px;
    right: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) ;
    background-size: contain;
}

.choice_course .note {
    margin-top: 26px;
    font-size: 0.8rem;
    color: #666;
}

@media screen and (min-width: 768px) {
    .choice_course {
        padding: 65px 0 80px;
        margin-top: 130px;
    }

    .choice_course h2 {
        margin-bottom: 56px;
        font-size: 40px;
        text-align: center;
        padding-left: 0;
        line-height: 1.1;
        letter-spacing: 0.2rem;
    }

    .choice_course h2 img {
        margin: 0 auto;
        left: 0;
    }

    .choice_course h2 span {
        display: inline;
    }

    .course1 {
        gap: 60px;
        width: 800px;
    }

    .course_name {
        font-size: 28px;
        padding: 11px 0;
    }

    .course_target {
        font-size: 18px;
        padding: 3px 40px 27px;
    }

    .course_target .btn {
        padding: 11px 0;
        margin-top: 20px;
        font-size: 1.4rem;
    }

    .course_of_study {
        width: 370px;
    }

    .course_of_study a {
        opacity: 1;
        transition: all .3s ease;
    }

    .course_of_study a:hover {
        opacity: 0.8;
        transition: all .3s ease;
    }

    .course2 {
        margin: 50px auto 0;
        width: 800px;
    }

    .other_course:nth-child(2) {
        margin-top: 32px;
    }

    .other_course p {
        font-size: 20px;
        padding: 21px 0;
    }

    .other_course p::after {
        width: 26px;
        height: 26px;
        right: 35px;
    }

    .choice_course .note {
        max-width: 800px;
        margin: 35px auto 0;
    }
}

/*------------------------------------
  全国124箇所のキャンパス
--------------------------------------*/
.campus {
    margin: 0 auto 60px;
}

.campus.inner {
    width: 100%;
}

.campus h2 {
    font-size: 2.2rem;
    margin-top: 28px;
}

.campus p {
    font-size: 14px;
}

.campus a {
    position: relative;
    font-size: 16px;
    color: var(--tryBlue) !important;
    height: 100%;
    display: block;
    padding: 11px 14.1vw 11px 13.33vw;
}

.campus_list {
    border: 1px solid var(--tryBlue);
    width: 57.36vw;
    border-radius: 60px;
    white-space: nowrap;
    margin: 26px auto 0;
}

.campus_list p {
    text-align: center;
}

.campus_list a::after {
    content: '';
    position: absolute;
    right: 20px;
    right: 11%;
    width: 8px;
    height: 8px;
    top: 50%;
    border-top: 1.3px solid #003686;
    border-right: 1.3px solid #003686;
    transform: translateY(-50%) rotate(45deg);
}

.campus_txt {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 89.33vw;
    margin: 0 auto;
}

.campus_txt p {
    margin-top: 10px;
}

.campus_txt p:last-child {
    margin-top: 0;
}

.campus_txt span {
    display: block;
}

@media screen and (min-width: 768px) {
    .campus {
        margin: 130px auto 0;
    }

    .campus.inner {
        max-width: 1000px;
    }

    .campus h2 {
        font-size: 40px;
        margin-top: 54px;
    }

    .campus p {
        font-size: 16px;
    }

    .campus a {
        font-size: 18px;
        padding: 16px 0 17px;
    }

    .campus_list {
        width: 280px;
        margin-top: 26px;
    }

    .campus_list a::after {
        right: 25px;
        width: 10px;
        height: 10px;
    }

    .campus_txt {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .campus_txt p {
        margin-top: 20px;
    }

    .campus_txt p:last-child {
        margin-top: 0;
    }

    .campus_txt span {
        display: inline-block;
    }
}

/*------------------------------------
  イベント
--------------------------------------*/
.event {
    display: flex;
    flex-direction: column;
    padding: 0 0 60px;
    gap: 24px;
}

.event h2 {
    font-size: 22px;
    padding-left: 12px;
}

.event_content {
    width: 78.66vw;
    padding: 24px 20px 32px;
    background-color: var(--lightBlue);
}

.event_content img {
    margin-top: 23px;
}

.event_content h2 {
    position: relative;
}

.event_content h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    border-right: 6px solid var(--tryBlue);
    transform: translateY(-50%);
}

.event_txt {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.event_tag {
    font-size: 14.2px;
    color: var(--tryBlue);
    display: inline-block;
    line-height: 1.8;
}

.event_tag span {
    background-color: #fff;
    padding: 6px 8px;
}

.event_tag span:nth-child(n+2) {
    margin-left: 8px;
}

.event_description {
    margin-top: 7px;
    font-size: 13px;
}

.event_reserve {
    font-size: 16px;
    background: linear-gradient(90deg, #2F4CB2 0%, #1C9FE1 100%);
    box-shadow: 2px 6px 10px #8b8b8b61;
    border-radius: 60px;
    text-align: center;
    width: 69.33vw;
    margin: 14px auto 0;
}

.event_reserve p {
    color: #fff;
    line-height: 1.3;
    padding: 18px 0 21px;
}

.event_details {
    text-align: right;
    margin-top: 14px;
}

.event_details a {
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.event_details a::after {
    content: "";
    display: block;
    background: url("/2025new/assets/img/top/text.webp") no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
}

/* PC */
@media screen and (min-width: 768px) {
    .event {
        flex-direction: row;
        padding: 80px 0 230px;
        gap: 60px;
    }

    .event_content {
        width: 470px;
        padding: 24px 32px 32px;
    }

    .event_content h2 {
        font-size: 32px;
    }

    .event_content h2::before {
        height: 32px;
    }

    .event_tag {
        font-size: 16px;
    }

    .event_tag span {
        padding: 2px 10px;
    }

    .event_description {
        margin-top: 20px;
        font-size: 16px;
    }

    .event_reserve {
        font-size: 20px;
        width: 320px;
    }

    .event_reserve p {
        padding: 14px 0 20px;
    }

    .event_details {
        margin-top: 24px;
    }
}

/* ========================================
  卒業生の声 落とし
========================================= */
/* .slide-item {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 750px !important;
  padding: 50px 60px;
}
.contents-head .contents-img {
  width: 120px;
}
.contents-body .contents-text .name {
  font-weight: 900;
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
  color: var(--tryBlue);
}
.contents-body .contents-text .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: var(--tryBlue);
}
.contents-body .contents-text .description {
  margin-top: 24px;
  line-height: 1.8;
  font-size: 16px;
}
.voice_of_grad {
  background-color: var(--lightBlue);
  padding: 80px 0 40px;
	text-align: center;
}
.voice_of_grad h2 {
  font-size: 40px;
	font-weight: 900;
}
.voice_of_grad p {
	margin-top: 8px;
  font-size: 16px;
}
.splide {
  margin-bottom: 172px;
  margin-top: 20px;
}
.splide__list li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #BEBEBE80;
  margin-bottom: 10px;
}
.splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 8px;
  background: #fff;
  opacity: 1;
}
.splide__pagination {
  bottom: -4em !important;
}
.splide__pagination__page {
  border: solid 1px var(--tryBlue);
  border-radius: 15px;
}
.splide__arrow {
  width: 60px !important;
  height: 60px !important;
  opacity: .3 !important;
  border-radius: 0 !important;
}
.splide__arrow--next {
  background: transparent url("/2025new/assets/img/top/arrow_right.svg") !important;
  right: -25px !important;
	background-size: contain !important;
}
.splide__arrow--prev {
  background: transparent url("/2025new/assets/img/top/arrow_left.svg") !important;
  left: -25px !important;
	background-size: contain !important;
}
.splide__arrow svg {
  display: none;
}
.splide__pagination__page {
	border: solid 1px var(--tryBlue) !important;
	background: none !important;
}
.splide__pagination__page.is-active {
	background: var(--tryBlue) !important;
	transform: unset !important;
}
.arrow-position {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 750px;
	height: 100%;
	z-index: 1;
}


@media screen and (max-width: 1066px) {
  .grad_cont {
    padding-bottom: 34px;
  }
  .voice_of_grad {
    padding: 60px 20px 100px;
    margin: 0;
    text-align: left;
  }
	.voice_of_grad h2 {
		font-size: 28px;
	}
	.voice_of_grad p {
		font-size: 14px;
		margin-top: 16px;
	}
  .slide-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 290px !important;
    background: #fff;
    border-radius: 8px;
    padding: 35px 26px 14px;
    margin-top: 21px;
  }
	.contents-head .contents-img {
		width: 110px;
	}
  .contents-head .contents-img img {
    position: relative;
    width: 110px;
    height: 110px;
    z-index: 2;
  }
  .contents-body .contents-text .name {
    font-size: 20px;
    position: relative;
		top: -95px;
		left: 130px;
  }
  .contents-body .contents-text .title {
    font-size: 18px;
    margin-top: -20px;
  }
  .contents-body .contents-text .description {
    font-size: 13px;
    padding-top: 10px;
    margin-top: 0;
  }
  
  .splide {
    margin-bottom: 16px;
    margin-top: -77px;
  }
  .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 8px;
    background: #fff;
    opacity: 1;
  }
  .splide__pagination {
    bottom: -2em !important;
  }
  .splide__pagination__page.is-active {
    background: var(--tryBlue);
    transform: unset;
  }
  .splide__arrow {
    width: 41px !important;
    height: 41px !important;
    opacity: 1;
    top: 50%;
  }
  .splide__arrow--next {
    right: -22.5px;
  }
  .splide__arrow--prev {
    left: -22.5px;
  }
  .splide__arrow svg {
    display: none;
  }
  .arrow-position {
    width: 302px;
  }
} */
/*------------------------------------
  よくある質問
--------------------------------------*/
.faq {
    padding-bottom: 60px;
}

.faq h2 {
    font-size: 28px;
    font-weight: 900;
}

.faq_cont {
    display: grid;
    margin: 24px 0 0px;
    gap: 24px;
}

.faq_qa {
    border: 1px solid #c7d5f1;
    border-radius: 6px;
    padding: 14px 20px;
}

.faq_q {
    font-size: 14px;
    cursor: pointer;
    gap: 8px;
    color: var(--tryBlue);
    font-weight: 500;
    position: relative;
    display: flex;
    padding-right: 9vw;
}

.faq_q::before {
    content: 'Q.';
    font-size: 20px;
    font-family: "Zen Old Mincho", serif;
    width: 24px;
    line-height: 1;
}

.faq_q::after {
    content: "";
    display: block;
    background: url("/2025new/assets/img/top/arrow_bbtm.webp");
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

.faq_q.open::after {
    transform: translateY(-50%) rotate(180deg);
}

.faq_a {
    overflow: hidden;
    transition: .2s ease-out;
    max-height: 0;
}

.faq_a.open {
    max-height: 500px;
    border-top: 1px solid var(--tryBlue);
    margin-top: 12px;
}

.faq_a p {
    font-size: 12px;
    margin-top: 12px;
    font-weight: 400;
}

.arrow li {
    margin-top: 10px;
}

.arrow a {
    position: relative;
    font-size: 12px;
    color: var(--tryBlue);
}

.reception {
    font-size: 10px;
    color: #666666;
    margin-top: 12px;
}

.faq a {
    text-decoration: underline;
}

/* PC */
@media screen and (min-width: 768px) {
    .faq {
        padding-bottom: 30px;
    }

    .faq h2 {
        font-size: 40px;
    }

    .faq_cont {
        gap: 32px;
        margin: 30px 0 130px;
    }

    .faq_qa {
        padding: 24px 40px;
    }

    .faq_q {
        font-size: 18px;
    }

    .faq_q::before {
        font-size: 26px;
    }

    .faq_q::after {
        width: 32px;
        height: 32px;
    }

    .faq_a.open {
        margin-top: 20px;
    }

    .faq_a p {
        font-size: 16px;
        margin-top: 40px;
    }

    .arrow li {
        margin-top: 40px;
    }

    .arrow a {
        font-size: 16px;
    }

    .telBtn {
        font-size: 16px;
        margin-top: 40px;
        text-decoration: underline;
    }

    .reception {
        font-size: 12px;
        margin-top: 16px;
    }
}

/*------------------------------------
  入学をご検討中の皆さまへ
--------------------------------------*/
.study {
    margin: 40px auto;
}

.study h2 {
    font-size: 22px;
    font-weight: 900;
}

.wayToLearn {
    grid-template-columns: 1fr;
    gap: 24px;
    display: grid;
    margin-top: 24px;
}

.wayToLearn li {
    width: 89.33vw;
    margin: 0 auto;
}

.wayToLearn li a {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 9px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #BEBEBE80;
    border: 2px solid #E6E6E6;
}

.wayToLearn li a::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background: url("/2025new/assets/img/top/R_arrow.webp");
    background-size: contain;
}

.wayToLearn li a figure {
    width: 100px;
    height: 100px;
}

.wayToLearn li a p strong {
    font-size: 20px;
    font-family: "Zen Old Mincho", serif;
    color: var(--tryBlue);
}

.wayToLearn li a p span {
    display: block;
    font-size: 11px;
    color: #333333;
}

/* PC */
@media screen and (min-width: 768px) {
    .study {
        margin: 100px auto 50px;
        max-width: 1200px;
    }

    .study h2 {
        font-size: 40px;
    }

    .wayToLearn {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 60px;
    }

    .wayToLearn li {
        width: 40.71vw;
        max-width: 570px;
    }

    .wayToLearn li a {
        gap: 40px;
    }

    .wayToLearn li a::after {
        right: 16px;
        bottom: 16px;
        width: 24px;
        height: 24px;
    }

    .wayToLearn li a figure {
        width: 140px;
        height: 140px;
    }

    .wayToLearn li a p strong {
        font-size: 24px;
    }

    .wayToLearn li a p span {
        font-size: 14px;
    }
}
