:root {
    --white:#fff;
    --black:#000;
    --lightblack:#3B4043;
    --blue:#D9F8FC;
    --gray:#707070;
    --lightgray:#F7F9FA;
    --lightwhitegray:#EAEAEA;
    --lightBlue:#C4F5F4;
    --DarkBlue:#81E0DC;
    --DarkGreen:#00BEB7;
    --yellow:#FAFFC4;
    --Darkyellow:#F5FF92;
    --textLightBlue:#24C1C9;
    --gradationBlue:#00C1C9;
    --gradationGreen:#55DDA3;
    --notoSansJP:'Noto Sans JP', sans-serif;
    --yuGothic:'Yu Gothic', sans-serif;
}
.p-studentSection ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.p-studentSection p {
    margin: 0;
}
.p-studentSection a {
    color: var(--black);
}
body .p-studentSection__list a:hover,
body .p-studentSection a:hover {
    text-decoration: none;
    opacity: 1;
}
.p-studentSection h2,.p-studentSection h3,.p-studentSection h4,.p-studentSection h5,.p-studentSection h6,.p-studentSection dl,.p-studentSection dt,.p-studentSection dd,.p-studentSection figure {
    margin: 0;
    padding: 0;
}
.p-studentSection img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
.p-body {
    overflow: hidden;
}
.p-studentSection__mv,
.p-studentSection {
    font-family: var(--notoSansJP);
    font-size: clamp(14px, calc(16 / 1280 * 100vw), 16px);
    font-weight: 400;
    color: var(--black);
}
.p-studentSection .fade-in  {
    opacity: 0;
    transition: 2s ease;
    transform: translateY(30px);
}
.p-studentSection .fade-in.scroll-in {
    opacity: 1;
    transform: translateY(0);
}
.p-studentSection {
    position: relative;
    padding: 50px 0 0;
}
.p-studentSection--pb {
    padding-bottom: clamp(55px, calc(110 / 1280 * 100vw), 110px);
}
.p-studentSection:not(.bg-white)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-color: var(--yellow);
}
.p-studentSection:nth-child(2n):not(.bg-white)::before {
    background-color: var(--blue);
}
.p-studentSection--gray:not(.bg-white)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-color: var(--lightgray);
}
.p-studentSection__inner {
    position: relative;
    z-index: 2;
}
.p-studentSection__mv {
    background-color: var(--blue);
    position: relative;
    overflow: hidden;
}
.p-studentSection__mv .p-studentSection__mv-img {
    display: block;
    width: clamp(280px,calc(390 / 768 * 100vw),390px);
    margin: clamp(35px,calc(55 / 768 * 100vw),55px) auto 0;
}
.p-studentSection__mv .p-studentSection__mv-txt {
    text-align: center;
}
.p-studentSection__mv .p-studentSection__ttl {
    width: min(476px,100%);
    font-family: var(--yuGothic);
    margin: 0 auto clamp(50px,calc(60 / 768 * 100vw),60px);
    background-color: var(--white);
    padding: clamp(14px,calc(20 / 768 * 100vw),20px) clamp(8px,calc(8 / 768 * 100vw),14px) clamp(20px,calc(20 / 768 * 100vw),23px);
    border-radius: 14px;
}
.p-studentSection__mv .p-studentSection__ttl-small {
    display: block;
    font-size: clamp(16px,calc(23 / 768 * 100vw),23px);
    font-weight: 700;
    line-height: clamp(26px,calc(37 / 768 * 100vw),37px);
    letter-spacing: .8px;
    color: var(--textLightBlue);
    text-align: center;
}
.p-studentSection__mv .p-studentSection__ttl-main {
    display: block;
    font-size: clamp(24px,calc(32 / 768 * 100vw),32px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .8px;
    color: var(--white);
    text-align: center;
    padding: 8px 10px 6px;
    background: linear-gradient(90deg, var(--gradationBlue) 0%, var(--gradationGreen) 100%);
}
.p-studentSection__mv .p-studentSection__bg {
    width: min(calc(1449 / 1280 * 100vw), 1449px);
    position: absolute;
    top: calc(0px - min(322px, calc(322 / 1280 * 100vw)));
    left: calc(50% - min(753px, calc(753 / 1280 * 100vw)));
}
.p-studentSection__mv .p-studentSection__bgPerson {
    width: min(calc(1465 / 1280 * 100vw), 1465px);
    position: absolute;
    top:min(4px, calc(4 / 1280 * 100vw));
    left: calc(50% - min(666px, calc(666 / 1280 * 100vw)));
    mix-blend-mode: overlay;
}
.p-studentSection__mv .p-studentSection__txt {
    letter-spacing: 1px;
}
.p-studentSection__mv .p-studentSection__txt--lead {
    font-size: clamp(12px, calc(14 / 1280 * 100vw), 14px);
}
.p-studentSection__mv .p-studentSection__outline {
    position: relative;
    z-index: 3;
}
.p-studentSection__mv .p-studentSection__outline-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(260px,100%);
    min-height: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--white);
    background-color: #77E2DF;
    border-top-right-radius: 10px;
    -webkit-text-stroke: 1px var(--black);
}
.p-studentSection__mv .p-studentSection__list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    /* grid-template-rows: repeat(4, auto);
    grid-auto-flow: column; */
    gap: min(calc(14 / 1280 * 100vw),14px) min(calc(50 / 1280 * 100vw),50px);
    border-top: solid 1px #77E2DF;
    background-color: var(--white);
    padding: min(calc(32 / 1280 * 100vw),32px) min(calc(60 / 1280 * 100vw),60px);
}
.p-studentSection__mv .p-studentSection__list-item {
}
.p-studentSection__mv .p-studentSection__list-link {
    display: block;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    position: relative;
    padding-left: 38px;
}

.p-studentSection__mv .p-studentSection__list-link:hover {
    text-decoration: underline;
}

.p-studentSection__mv .p-studentSection__list-link::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 29px;
    height: 29px;
    background: url("../img/admissions/student/question_icon_min.png") no-repeat;
    background-size: 100%;
}

/* .p-studentSection__mv .p-studentSection__list-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 38px);
    height: 100%;
    border-bottom: 1px solid transparent;
    transition: .5s;
} */
.p-studentSection__mv .p-studentSection__list-link:hover::after {
    border-bottom-color: currentColor;
}
.p-studentSection .p-studentSection__table {}
.p-studentSection .p-studentSection__table-ttl {

}
.p-studentSection .p-studentSection__table-main {
    display: flex;
    align-items: center;
    column-gap: clamp(7px, calc(calc(44 / 1280) * 100vw), 44px);
    font-size: clamp(18px,calc(24 / 1280 * 100vw),24px);
    font-weight: 700;
    /* line-height: 1; */
    position: relative;
    margin-bottom: 7px;
}
.p-studentSection .p-studentSection__table-main::before {
    content: "";
    display: block;
    width: clamp(56px, calc(calc(80 / 1280) * 100vw), 80px);
    height: clamp(56px, calc(calc(80 / 1280) * 100vw), 80px);
    background: url("../img/admissions/student/question_icon.png") no-repeat;
    background-size: 100%;
}
.p-studentSection .p-studentSection__table-main--yellow::before {
    background-image: url("../img/admissions/student/question_icon_yellow.png");
}
.p-studentSection .p-studentSection__table-answer {
    display: flex;
    column-gap: clamp(6px,calc(20 / 1280 * 100vw),20px);
    padding: 0 min(60px,calc(60 / 1280 * 100vw)) 0 min(40px,calc(40 / 1280 * 100vw));
    position: relative;
}
.p-studentSection .p-studentSection__table-answer::before {
    content: "";
    display: block;
    width: clamp(42px,calc(60 / 1280 * 100vw),60px);
    height: clamp(45px,calc(63 / 1280 * 100vw),63px);
    background: url("../img/admissions/student/answer_icon.png") no-repeat;
    background-size: 100%;
}
.p-studentSection .p-studentSection__table-txt {
    width: calc(calc(100% - 60px) - 20px);
    padding-top: 28px;
    position: relative;
    padding-bottom: 45px;
}
.p-studentSection .p-studentSection__table-txt::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #333;
    position: absolute;
    bottom: 0;
    right: 0;
}
.p-studentSection .p-studentSection__table-txt--borderNone::after {
    display: none;
}
.p-studentSection .p-studentSection__table-txt--wide::after {
    width: calc(calc(100% + 60px) + 20px);
}
.p-studentSection .p-studentSection__table-answer + .p-studentSection__table-ttl {
    margin-top: 45px;
}
.p-studentSection .p-studentSection__slider-txt {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    min-height: min(calc(225 /1000 * 100vw),225px);
    position: relative;
    padding: min(calc(28 / 1000 * 100vw),28px) min(calc(50 / 1000 * 100vw), 50px) min(calc(56 / 1000 * 100vw), 56px);
}
.p-studentSection .p-studentSection__slider-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/admissions/student/speech_bubble_left.png") no-repeat;
    background-size: 100%;
}
.p-studentSection .p-studentSection__slider-item:nth-child(2n) .p-studentSection__slider-txt::before {
    background-image: url("../img/admissions/student/speech_bubble_right.png");
}
.p-studentSection .p-studentSection__slider-txt--lead {
    height: inherit;
    display: flex;
    align-items: center;
    position: relative;
}
.p-studentSection .p-studentSection__slider-img {
    display: block;
    margin: 0 auto;
}
.p-studentSection .p-studentSection__slider-item:first-child .p-studentSection__slider-img {
    width: min(calc(121 / 1000 * 100vw),121px);
}
.p-studentSection .p-studentSection__slider-item:nth-child(2) .p-studentSection__slider-img {
    width: min(calc(240 / 1000 * 100vw),240px);
}
.p-studentSection .p-studentSection__slider-item:nth-child(3) .p-studentSection__slider-img {
    width: min(calc(246 / 1000 * 100vw),246px);
}
.p-studentSection .p-studentSection__slider-item:nth-child(4) .p-studentSection__slider-img {
    width: min(calc(261 / 1000 * 100vw),261px);
    margin-left: 120px;
}
.p-studentSection .p-studentSection__slider-item:nth-child(5) .p-studentSection__slider-img {
    width: min(calc(194 / 1000 * 100vw),194px);
}
.p-studentSection .p-studentSection__slider-item:nth-child(6) .p-studentSection__slider-img {
    width: min(calc(150 / 1280 * 100vw),150px);
}
.p-studentSection .p-studentSection__surveyBg {
    display: block;
    max-width: min(calc(1461 / 1280 * 100vw),1461px);
    height: auto;
    position: absolute;
    bottom: min(35px, calc(35 / 1280 * 100vw));
    left: calc(50% - min(40px, calc(40 / 1280 * 100vw)));
    transform: translateX(-50%);
}
.p-studentSection .p-studentSection__speach {}
.p-studentSection .p-studentSection__speachList {
    display: flex;
    flex-wrap: wrap;
    width: min(860px,100%);
    column-gap: min(calc(20 / 1280 * 100vw),20px);
    margin: 0 auto;
}
.p-studentSection .p-studentSection__speachList-item {
    width: calc(calc(100% - min(calc(20 / 1280 * 100vw),20px)) / 2);
    min-height: min(calc(116 / 1000 * 100vw),116px);
    background: url("../img/admissions/student/speech_bubble_left_min.png") no-repeat;
    background-size: 100%;
}
.p-studentSection .p-studentSection__speachList-item:nth-child(2n) {
    margin-top: min(calc(116 / 1000 * 100vw),116px);
    background-image: url("../img/admissions/student/speech_bubble_right_min.png");
}
.p-studentSection .p-studentSection__speachList-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(calc(116 / 1000 * 100vw),116px);
    padding: min(calc(15 / 1000 * 100vw),15px) min(calc(41 / 1000 * 100vw),41px) min(calc(20 / 1000 * 100vw),20px);
}
.p-studentSection__spechBg {
    display: block;
    width: min(calc(1083 / 1280 * 100vw),1083px);
    position: absolute;
    left: calc(50% - 10px);
    bottom: 42px;
    transform: translateX(-50%);
}
.p-studentSection .p-studentSection__box {
    display: grid;
    grid-template-areas: "img ttl" "img txt" "img btn" "img name";
    column-gap: min(calc(60 / 1280 * 100vw),60px);
    grid-template-columns: min(calc(290 / 1280 * 100vw),290px) calc(100% - min(calc(290 / 1280 * 100vw),290px) - min(calc(60 / 1280 * 100vw),60px));
    background: var(--lightBlue);
    padding: min(calc(42 / 1280 * 100vw),42px) min(calc(60 / 1280 * 100vw),60px);
}
.p-studentSection .p-studentSection__box-img {
    grid-area: img;
    width: 100%;
}
.p-studentSection .p-studentSection__box-ttl {
    grid-area: ttl;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.p-studentSection .p-studentSection__box-txt {
    grid-area: txt;
    /* font-size: 16px; */
    line-height: 1.5;
    margin-bottom: 15px;
}
.p-studentSection .p-studentSection__box-btn {
    grid-area: btn;
    display: flex;
    align-items: center;
    width: min(180px,100%);
    margin: 0 0 0 auto;
    background-color: var(--Darkyellow);
    border: 1px solid var(--gray);
    border-radius: 50px;
    padding: 3px 30px;
    position: relative;
    transition: .5s;
}
.p-studentSection .p-studentSection__box-btn:hover {
    background-color: var(--lightblack);
    color: var(--white);
}
.p-studentSection .p-studentSection__box-btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: currentColor;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-25%,-50%) rotate(45deg);
    position: absolute;
    top: calc(50% + 1px);
    right: 15px;
}
.p-studentSection .p-studentSection__box-name {
    grid-area: name;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.5;
}
.p-studentSection .p-studentSection__story-ttl {
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 45px;
}
.p-studentSection .p-studentSection__story-ttl::before {
    content: "";
    display: block;
    width: min(378px, 100%);
    height: 103px;
    margin: 0 auto;
    background: url("../img/admissions/student/movie.svg") no-repeat;
    background-size: 100%;
    transform: translate(6px, 38px);
    margin-top: -38px;
}
.p-studentSection .p-studentSection__story-ttl--min {
    display: block;
    font-size: 17px;
    position: relative;
    z-index: 2;
}
.p-studentSection .p-studentSection__story-ttl--lead {
    display: block;
    font-size: 20px;
    position: relative;
    z-index: 2;
    /* margin-bottom: 10px; */
}
.p-studentSection  .p-studentSection__story-ttl--main {
    display: block;
    font-size: 55px;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: var(--DarkGreen);
}
.p-studentSection .p-studentSection__story-link {
    display: block;
    width: min(480px,100%);
    margin: 0 auto;
}
.p-studentSection .p-studentSection__story-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(290px,100%);
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    border: 2px solid var(--lightblack);
    border-radius: 70px;
    min-height: 50px;
    color: var(--lightblack);
    background-color: var(--white);
    position: relative;
    transform: translateY(25px);
    transition: .5s;
    margin-top: -25px;
}
.p-studentSection .p-studentSection__story-link:hover .p-studentSection__story-txt {
    background-color: var(--lightblack);
    color: var(--white);
}
.p-studentSection .p-studentSection__story-txt::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: currentColor;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-25%,-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
}
.p-studentSection .p-studentSection__oc-ttl {
    font-family: var(--yuGothic);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    position: relative;
    margin-bottom: 40px;
}
.p-studentSection .p-studentSection__oc-ttl::after {
    content: "";
    display: block;
    width: 101px;
    height: 8px;
    margin: 0 auto;
    background: url("../img/admissions/student/wavy_line.jpg") no-repeat;
    background-size: 100%;
    margin-top: 13px;
}
@media screen and (min-width: 768px) {
    .p-studentSection .p-studentSection__slider-item:nth-child(2)  {
        margin-top: min(calc(235 / 1280 * 100vw),235px);
    } 
    .p-studentSection .p-studentSection__slider-item:not(:first-child):nth-child(odd)  {
        margin-top: calc(-1 * min(calc(212 / 1280 * 100vw), 212px));
    } 
    .p-studentSection .p-studentSection__slider-item:not(:nth-child(2)):nth-child(even)  {
        margin-top: min(calc(20 / 1280 * 100vw),20px);
    } 
    .p-studentSection .p-studentSection__slider-txt--lead {
        font-size: min(calc(16 / 1000 * 100vw),16px);
    }
    .p-studentSection .p-studentSection__speachList-txt {
        font-size: min(calc(16 / 1000 * 100vw),16px);
    }
    .p-studentSection .p-studentSection__slider {
        display: flex;
        flex-wrap: wrap;
        width: min(880px,100%);
        margin: 0 auto;
    }
    .p-studentSection .p-studentSection__slider-item {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 768px) {
    .p-studentSection .p-studentSection__slider-item.fade-in {
        opacity: 1;
        transform: translateY(0);
    }
    .p-studentSection__mv,
    .p-studentSection {
        font-size: calc(14 / 360 * 100vw);
        line-height: 1.9;
    }
    .p-studentSection__mv .p-studentSection__mv-img {
        width: calc(280 / 360 * 100vw);
        margin: calc(50 / 360 * 100vw) auto 0;
    }
    .p-studentSection__mv .p-studentSection__bgPerson {
        display: none;
    }
    .p-studentSection__mv .p-studentSection__bg {
        width: calc(595 /360 * 100vw);
        top: calc(-113 / 360 * 100vw);
        left: calc(50% + min(26px, calc(26 / 360 * 100vw)));
        height: auto;
        transform: translateX(-50%);
    }
    .p-studentSection__mv .p-studentSection__ttl {
        width: calc(280 / 360 * 100vw);
        margin-bottom: calc(50 / 360 * 100vw);
    }
    .p-studentSection__mv .p-studentSection__ttl-small {
        font-size: calc(16 / 360 * 100vw);
        letter-spacing: 0;
    }
    .p-studentSection__mv .p-studentSection__ttl-main {
        font-size: calc(24 / 360 * 100vw);
        letter-spacing: 0;
        padding: calc(13 / 360 * 100vw) calc(5 / 360 * 100vw) calc(11 / 360 * 100vw);
    }
    .p-studentSection__mv .p-studentSection__txt {
        width: calc(243 / 360 * 100vw);
        margin: 0 auto;
    }
    .p-studentSection__mv .p-studentSection__txt--lead {
        font-size: calc(12 / 360 * 100vw);
    }
    .p-studentSection__mv .p-studentSection__outline {
        margin-left: calc(-20 / 360 * 100vw);
    }
    .p-studentSection__mv .p-studentSection__outline-ttl {
        width: calc(144 / 360 * 100vw);
        min-height: calc(37 / 360 * 100vw);
        font-size: calc(18 / 360 * 100vw);
        -webkit-text-stroke: 0.8px var(--black);
    }
    .p-studentSection__mv .p-studentSection__list {
        display: block;
        padding: calc(30 / 360 * 100vw) calc(9 / 360 * 100vw) calc(20 / 360 * 100vw) calc(20 / 360 * 100vw);
        /* grid-template-rows: repeat(8, auto); */
        /* grid-auto-flow: column; */
    }
    .p-studentSection__mv .p-studentSection__list-item {
        line-height:calc(18 / 360 * 100vw);
    }
    .p-studentSection__mv .p-studentSection__list-item + .p-studentSection__list-item {
        margin-top: calc(12 / 360 * 100vw);
    }
    .p-studentSection__mv .p-studentSection__list-link {
        display: flex;
        align-items: center;
        padding-left: calc(38 / 360 * 100vw);
        min-height: calc(29 / 360 * 100vw);
    }
    .p-studentSection__mv .p-studentSection__list-link::before {
        width: calc(29 / 360 * 100vw);
        height: calc(29 / 360 * 100vw);
        top: 50%;
        transform: translateY(-50%);
    }
    .p-studentSection__mv .p-studentSection__list-link::after {
        display: none;
    }
    .p-studentSection .p-studentSection__table-ttl {
        margin-bottom: calc(30 / 360 * 100vw);
    }
    .p-studentSection__table .w-100 {
        width: 100%;
    }
    .p-studentSection .p-studentSection__table-main {
        font-size: calc(18 / 360 * 100vw);
        line-height: calc(29 / 360 * 100vw);
        margin-bottom: calc(25 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__table-main::before {
        min-width: calc(56 / 360 * 100vw);
        min-height: calc(56 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__table-answer::before {
        min-width: calc(42 / 360 * 100vw);
        min-height: calc(45 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__table-answer {
        padding: 0;
    }
    .p-studentSection .p-studentSection__table-txt {
        width: calc(100% - calc(42 / 360 * 100vw));
        padding-top: 0;
        padding-bottom: calc(60 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__table-answer + .p-studentSection__table-ttl {
        margin-top: calc(60 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__table-txt::after {
        border-bottom-width: calc(1 / 360 * 100vw);
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .p-studentSection .slick-dots {
        position: relative;
        top: auto;
        bottom: 0;
        width: fit-content;
        display: flex;
        justify-content: center;
        margin: 20px auto 0;
        background: var(--white);
        min-width: 100px;
        min-height: 20px;
    }
    .p-studentSection .slick-dots li {
        width: calc(8 / 360 * 100vw);
        height: calc(8 / 360 * 100vw);
        margin: 0 calc(2 / 360 * 100vw);
        transform: translateY(calc(2 / 360 * 100vw));
    }
    .p-studentSection .slick-dots li button:before {
        color: var(--lightwhitegray);
        opacity: 1;
        width: calc(8 / 360 * 100vw);
        height: calc(8 / 360 * 100vw);
    }
    .p-studentSection .slick-dots li.slick-active button:before {
        color: #646464;
    }
    .p-studentSection .slick-dots li button {
        width: calc(8 / 360 * 100vw);
        height: calc(8 / 360 * 100vw);
    }
    .p-studentSection .slick-prev, .p-studentSection .slick-next {
        width: calc(16 / 360 * 100vw);
        height: calc(34 / 360 * 100vw);
        background: url("../img/admissions/student/arrow.png") no-repeat;
        background-size: 100%;
        border: none;
        top: calc(50% + calc(20 / 360 * 100vw));
        transform: translateY(-50%);
    }
    .p-studentSection .slick-prev {
        left: calc(20 / 360 * 100vw);
    }
    .p-studentSection .slick-next {
        right: calc(20 / 360 * 100vw);
    }
    .p-studentSection .slick-prev:before,
    .p-studentSection .slick-next:before {
        display: none;
    }
    .p-studentSection .slick-next {
        transform: translateY(-50%) rotate(180deg);
    }
    .p-studentSection .slick-prev:hover, .p-studentSection .slick-prev:focus, .p-studentSection .slick-next:hover, .p-studentSection .slick-next:focus {
        background: url("../img/admissions/student/arrow.png") no-repeat;
        background-size: 100%;
    }
    .p-studentSection .p-studentSection__surveyBg {
        max-width: calc(488 / 360 * 100vw);
        bottom: calc(10 / 360 * 100vw);
        left: 50%;
    }
    .p-studentSection .p-studentSection__slider-txt {
        width: calc(318 / 360 * 100vw);
        min-height: calc(163 / 360 * 100vw);
        padding: calc(7 / 360 * 100vw) calc(30 / 360 * 100vw) calc(25 / 360 * 100vw);
    }
    .p-studentSection__slider-txt--lead {
        font-size: calc(12 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__slider-item:nth-child(2) .p-studentSection__slider-img {
        width: calc(94 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__slider-item:nth-child(3) .p-studentSection__slider-img {
        width: calc(169 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__slider-item:nth-child(4) .p-studentSection__slider-img {
        width: calc(200 / 360 * 100vw);
        margin: 0 auto;
    }
    .p-studentSection .p-studentSection__slider-item:nth-child(5) .p-studentSection__slider-img {
        width: calc(180 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__slider-item:nth-child(6) .p-studentSection__slider-img {
        width: calc(131 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__slider-item:nth-child(7) .p-studentSection__slider-img {
        width: calc(121 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__table-img--oc {
        width: calc(252 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__table-img--heart {
        width: calc(234 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__table-img--live {
        width: calc(275 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__speachList {
        display: block;
    }
    .p-studentSection .p-studentSection__speachList-item {
        width: calc(318 / 360 * 100vw);
        min-height: calc(163 / 360 * 100vw);
        background-image: url("../img/admissions/student/speech_bubble_left.png");
        position: relative;
        left: calc(10 / 360 * 100vw);
        /* transform: translateX(calc(10 / 360 * 100vw)); */
    }
    .p-studentSection .p-studentSection__speachList-item:nth-child(2n) {
        background-image: url("../img/admissions/student/speech_bubble_right.png");
        /* transform: translateX(calc(-10 / 360 * 100vw)); */
        margin-top: calc(10 / 360 * 100vw);
        right: calc(10 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__speachList-txt {
        min-height: calc(163 / 360 * 100vw);
        padding: calc(7 / 360 * 100vw) calc(30 / 360 * 100vw) calc(25 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__spechBg {
        max-width: calc(683 / 360 * 100vw);
        width: calc(683 / 360 * 100vw);
        left: calc(50% - calc(20 / 360 * 100vw));
        bottom: calc(45 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__box {
        display: block;
        padding: calc(24 / 360 * 100vw) calc(40 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__box-ttl {
        font-size: calc(16 / 360 * 100vw);
        line-height: calc(24 / 360 * 100vw);
        margin-bottom: calc(20 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__box-txt {
        margin-bottom: calc(15 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__box-btn {
        width: calc(180 / 360 * 100vw);
        min-height: calc(35 / 360 * 100vw);
        margin: 0 auto calc(16 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__box-img {
        margin-bottom: calc(16 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__box-name {
        font-size: calc(16 / 360 * 100vw);
        line-height: calc(24 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__story-ttl::before {
        width: calc(270 / 360 * 100vw);
        height: calc(74 / 360 * 100vw);
        transform: translate(calc(6 / 360 * 100vw), calc(35 / 360 * 100vw));
        margin-top: calc(-35 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__story-ttl--min {
        font-size: calc(12 / 360 * 100vw);
        line-height: calc(24 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__story-ttl--lead {
        font-size: calc(16 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__story-ttl--main {
        font-size: calc(33 / 360 * 100vw);
        line-height: calc(48 / 360 * 100vw);
        margin-bottom: 0;
    }
    .p-studentSection .p-studentSection__story-ttl {
        margin-bottom: calc(30 / 360 * 100vw);
        line-height: 1;
    }
    .p-studentSection .p-studentSection__story-link {
        width: calc(320 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__story-txt{
        width: calc(264 / 360 * 100vw);
        font-size: calc(17 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__story-txt::before {
        width: calc(10 / 360 * 100vw);
        height: calc(10 / 360 * 100vw);
        right: calc(15 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__oc-ttl {
        font-size: calc(16 / 360 * 100vw);
        line-height: calc(22 / 360 * 100vw);
    }
    .p-studentSection .p-studentSection__oc-ttl::after {
        margin-top: calc(13 / 360 * 100vw);
    }
}
