html,body {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
    cursor: pointer;
}

img {
    width: 100%;
    height: 100%;
}

main {
    width: calc(100% - 240px);
    min-width: 1200px;
    margin-left: 240px;
}

.ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.ttl-img {
    width: auto;
    height: 80px;
}

.ttl-copy {
    font-size: 24px;
    line-height: 46px;
    letter-spacing: 0.01em;
    text-align: center;
}

.ttl-copy-span {
    color: #F08C00;
    font-weight: 600;
}

.ttl-text {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

.sec {
    width: 100%;
    padding: 100px 0 150px;
    border-top: 1px solid #F08C00;
}

.sec.concept {
    border-top: none;
}

.action01 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s,transform 1s;
}

.action01.action {
    opacity: 1;
    transform: translateY(0);
}

.delay1 {
    transition-delay: 0.3s;
}

.delay2 {
    transition-delay: 0.6s;
}

.delay3 {
    transition-delay: 0.9s;
}

@media all and (max-width: 680px) {
    main {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
    }
    
    .ttl {
        gap: 20px;
        width: 84vw;
        margin: 0 auto;
    }
    
    .ttl-img {
        width: 100%;
        height: 48px;
    }
    
    .ttl-copy {
        font-size: 20px;
        line-height: 34px;
    }
    
    .ttl-text {
        line-height: 34px;
    }

    .concept .ttl-text {
        text-align: justify;
    }
    
    .sec {
        width: 100%;
        margin: 0 auto;
        padding: 80px 0 100px;
    }

    .action01_sp {
        opacity: 0;
        transform: translateY(40px);
        position: relative;
        transition: opacity 0.7s,transform 0.7s;
    }

    .action01_sp.action {
        opacity: 1;
        transform: translateY(0);
    }

    .delay1, .delay2, .delay3 {
        transition-delay: 0s;
    }
}

/* 共通部分 */

/* ヘッダー */

.head {
    width: 240px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.in {
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    height: calc(100% - 20px);
    margin: 10px;
    padding-left: 28px;
    border: 1px solid #F08C00;
}

.logo-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.logo-img {
    display: block;
    width: 184px;
    height: auto;
}

.logo-text {
    font-size: 16px;
}

.logo-text-sub {
    display: block;
    width: 105px;
    height: auto;
    margin: 10px auto 0 auto;
}

.nav {
    margin-top: 242px;
}

.nav-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-text {
    display: block;
    font-size: 13px;
    color: #000;
}

.nav-link img {
    width: auto;
    height: 20px;
    object-fit: contain;
    margin-bottom: 5px;
}

.sns-wrap {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.sns-wrap a {
    display: block;
    width: 30px;
    height: 30px;
}

@media all and (max-width: 680px) {
    .head {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 60px;
        transition: top 0.3s ease;
    }

    .head.on {
        top: 0;
    }
    
    .in {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        height: calc(100% - 8px);
        margin: 4px;
        padding-left: 9px;
    }
    
    .logo-wrap {
        flex-direction: row;
        align-items: center;
        gap: 6px;
        position: static;
        top: auto;
        left: auto;
        transform: none;
    }
    
    .logo-img {
        width: 74px;
    }
    
    .logo-text {
        margin-top: 10px;
        font-size: 12px;
    }
    
    .logo-text-sub {
        width: 77px;
        margin: 5px auto 0 auto;
    }

    .menu-wrap {
        display: flex;
        color: #F08C00;
    }

    .contact-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-right: 8px;
    }

    .contact-link {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: auto;
        height: 19px;
        margin-top: -3px;
    }

    .contact-text {
        display: block;
        font-size: 10px;
        margin-top: 3px;
        color: #F08C00;
    }

    .humburger {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 54px;
        height: 52px;
        z-index: 3;
        border-left: 1px solid #F08C00;
    }

    .humburger.open {
        border-bottom: 1px solid #F08C00;
    }

    .humburger-line-wrap {
        width: 24px;
        height: 14px;
        position: relative;
    }

    .humburger-line {
        width: 24px;
        height: 1px;
        background-color: #F08C00;
        position: absolute;
        left: 50%;
        transition: all 0.3s ease;
    }

    .humburger-line:nth-child(1) {
        top: 0;
        transform: translateX(-50%);
    }
    .humburger-line:nth-child(2) {
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .humburger-line:nth-child(3) {
        bottom: 0;
        transform: translateX(-50%);
    }

    .open .humburger-line:nth-child(1) {
        top: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .open .humburger-line:nth-child(2) {
        opacity: 0;
    }
    .open .humburger-line:nth-child(3) {
        bottom: 50%;
        transform: translate(-50%,50%) rotate(-45deg);
    }

    .humburger-text {
        font-size: 10px;
        margin-top: 6px;
    }

    .nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 212px;
        height: calc(100% - 8px);
        margin: 4px;
        background-color: #fff;
        border: 1px solid #F08C00;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
    }

    .nav.open {
        right: 0;
    }
    
    .nav-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-text {
        display: block;
        font-size: 13px;
        color: #000;
    }
    
    .nav-link img {
        width: auto;
        height: 20px;
        object-fit: contain;
        margin-bottom: 5px;
    }

    .nav-link.contact {
        width: 166px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        background-color: #F08C00;
    }

    .nav-link.contact .nav-text {
        color: #fff;
        line-height: 1.3;
    }

    .nav-link.contact .contact-img {
        width: auto;
        height: 19px;
        margin: 0;
    }
    
    .sns-wrap {
        display: flex;
        gap: 10px;
        position: absolute;
        bottom: 22px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .sns-wrap a {
        display: block;
        width: 30px;
        height: 30px;
    }
}

/* ヘッダー */

/* FV */

.fv {
    color: #fff;
    position: relative;
}

.fv .bg {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.fv-title {
    position: absolute;
    top: 40vw;
    left: 75px;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.1em;
}

@media all and (max-width: 680px) {
    .fv-inner {
        width: 132px;
        height: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
    }

    .fv-inner-box {
        margin: 4px;
        padding: 8px 0;
        border: 1px solid #F08C00;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
    }

    .fv-inner-img {
        width: 74px;
        height: auto;
    }

    .fv-title-sub {
        font-size: 12px;
        color: #000;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2px;
    }

    .fv-title-img {
        display: block;
        width: 77px;
        height: auto;
    }
    
    .fv-title {
        top: 64vw;
        left: auto;
        right: 35px;
        font-size: 20px;
    }
}

/* FV */

/* concept */

.concept-wrap {
    width: 900px;
    margin: 0 auto;
    padding: 57px 50px 68px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px;
    background-color: #FFF6E9;
}

.concept-cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.concept-cont-logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.concept-cont-img {
    width: 227px;
    height: auto;
}

.concept-cont-sinken {
    width: 118px;
    height: auto;
    margin: 10px 0;
}

.concept-cont-text {
    font-size: 12px;
    line-height: 20px;
}

.concept-cont-text-ttl {
    font-size: 20px;
    line-height: 46px
}

.concept-cont-text-ttl + .concept-cont-text-text {
    margin-top: 10px;
}

.concept-cont-text-text {
    font-size: 14px;
    line-height: 32px;
}

.concept-gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}   

.concept-gallery-ttl {
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
    color: #F08C00;
    text-align: center;
}

.concept-gallery-list {
    display: flex;
    justify-content: center;
}

.concept-gallery-list-item {
    display: flex;
    flex-direction: column;
    margin: 0 3.7px;
    gap: 7px;
}

.concept-gallery-item-img {
    width: 150px;
    height: auto;
}

.concept-gallery-item-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    color: #F08C00;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.concept-gallery-item-text::after {
    content: "";
    width: 1px;
    position: absolute;
    right: -3.7px;
    top: 0;
    height: 100%;
    background-color: #F08C00;
}

.concept-gallery-list-item:last-child .concept-gallery-item-text::after {
    display: none;
}

.concept-gallery-link {
    width: 384px;
    height: 40px;
    padding-left: 17px;
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #F08C00;
    position: relative;
    transition: all 0.7s ease;
    opacity: 1;
}

.concept-gallery-link:hover {
    border-bottom: none;
}

.concept-gallery-link::after {
    content: "";
    width: 2px;
    height: 8px;
    position: absolute;
    right: 23px;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    background-color: #F08C00;
    rotate: 230deg;
    transition: all 0.7s ease;
}

.concept-gallery-link::before {
    content: "";
    width: 2px;
    height: 8px;
    position: absolute;
    right: 23px;
    top: calc(51% - 4px);
    transform: translateY(-50%);
    background-color: #F08C00;
    rotate: -50deg;
    transition: all 0.7s ease;
}

.concept-gallery-link:hover::after, .concept-gallery-link:hover::before {
    right: 10px;
}

@media all and (max-width: 680px) {
    .concept-wrap {
        width: 84%;
        margin: 50px auto 0 auto;
        padding: 42px 15px 61px 15px;
        gap: 30px;
    }
    
    .concept-cont {
        width: 90%;
        flex-direction: column;
        gap: 33px;
    }
    
    .concept-cont-logo {
        align-items: center;
        gap: 15px;
    }
    
    .concept-cont-img {
        width: 121px;
    }
    
    .concept-cont-sinken {
        width: 118px;
    }
    
    .concept-cont-text {
        font-size: 12px;
        line-height: 20px;
    }
    
    .concept-cont-text-ttl {
        font-size: 18px;
        line-height: 34px;
        text-align: center;
    }
    
    .concept-cont-text-ttl + .concept-cont-text-text {
        margin-top: 15px;
    }

    .concept-cont-subtext-text {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
    
    .concept-cont-text-text {
    }
    
    .concept-gallery {
        width: 90%;
        margin: 20px auto 0 auto;
        gap: 30px;
    }   
    
    .concept-gallery-ttl {
        font-size: 16px;
        line-height: 27px;
    }
    
    .concept-gallery-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .concept-gallery-list-item {
        width: 100%;
        margin: 16px auto 13px auto;
        gap: 12px;
    }
    
    .concept-gallery-item-img {
        width: 100%;
    }
    
    .concept-gallery-item-text {
        height: auto;
    }
    
    .concept-gallery-item-text::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        right: 0;
        top: auto;
        bottom: -13px;
    }
    
    .concept-gallery-list-item:last-child .concept-gallery-item-text::after {
        display: none;
    }
    
    .concept-gallery-link {
        width: 210px;
        height: 80px;
        padding-left: 0;
        line-height: 20px;
        justify-content: center;
        text-align: center;
    }
    
    .concept-gallery-link::after {
        right: 11px;
    }
    
    .concept-gallery-link::before {
        right: 11px;
    }
}

/* concept */

/* simpleprice */

.ttl-text-link {
    color: #F08C00;
    text-decoration: underline;
}

.price-wrap {
    width: 900px;
    margin: 0 auto;
    padding-top: 24px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    gap: 21px;
}

.price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-item-img.img01 {
    width: 500px;
    height: 362px;
}

.price-item-img.img02 {
    width: 370px;
    height: 362px;
}

.price-item-text {
    font-size: 12px;
    line-height: 20px;
    color: #2b232c;
}

@media all and (max-width: 680px) {
    .price-wrap {
        width: 84%;
        padding-top: 40px;
        gap: 15px;
    }
    
    .price-item {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
    
    .price-item-img.img01 {
        width: 100%;
        height: auto;
    }
    
    .price-item-img.img02 {
        width: 100%;
        height: auto;
    }
}
/* simpleprice */

/* modelhouse */

.modelhouse-wrap {
    width: 704px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 43px;
}

.modelhouse-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}


.modelhouse-item-img.img01 {
    width: 457px;
    height: 510px;
}

.modelhouse-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modelhouse-item-img.img02 {
    width: 209px;
    height: 363px;
}

.modelhouse-item-text {
    width: 500px;
    height: 80px;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F08C00;
}

@media all and (max-width: 680px) {
    
.modelhouse-wrap {
    width: 100%;
    padding-top: 28px;
    gap: 47px;
}

.modelhouse-item {
    flex-direction: column;
    align-items: start;
    gap: 5px;
}


.modelhouse-item-img.img01 {
    width: 100%;
    height: auto;
}

.modelhouse-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modelhouse-item-img.img02 {
    width: 307px;
    height: auto;
    margin-left: 9px;
}

.modelhouse-item-text {
    width: 274px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
    
}
/* How to Plan? */

.how-to-wrap {
    padding-top: 44px;
}

.how-to-list {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.how-to-list-item {
    width: 220px;
    height: 76px;
    color: #A9A9A9;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.how-to-list-item:hover {
    cursor: pointer;
}

.how-to-list-item.is {
    background-color: #F08C00;
    color: #fff;
}

.how-to-list-item.is::after {
    content: "";
    background-image: url(../../img/study_lp/icon_sankaku.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -25px;
    right: 50%;
    transform: translateX(50%);
}

.how-to-list-text {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

.comingsoon {
    width: 100px;
    height: auto;
}

.how-to-cont {
    padding-top: 42px;
}

.how-to-cont-item {
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    display: none;
}

.how-to-cont-item.is {
    display: flex;
}

.how-to-cont-text {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.01em;
    text-align: center;
}

.how-to-cont-img {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.how-to-cont-img-item {
    width: 450px;
    height: auto;
}

@media all and (max-width: 680px) {

    .how-to-plan {
        width: 100%;
        margin: 0 auto;
    }

    .how-to-wrap {
        width: 84%;
        margin: 0 auto;
    }

    .how-to-list {
        display: none;
    }

    .how-to-list-item {
        width: 100%;
        background-color: #F08C00;
        color: #fff;
    }

    .how-to-list-item::before {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../../img/study_lp/ico_arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transition: all 0.3s ease;
    }
    
    .how-to-list-item.is::before {
        transform: translateY(-50%) rotate(180deg);
    }
    
    .how-to-list-item.is::after {
    }
    
    .how-to-list-text {
        font-weight: 500;
    }
    
    .comingsoon {
        width: 100px;
        height: auto;
    }
    
    .how-to-cont {

    }
    
    .how-to-cont-item {
        justify-content: center;
        flex-direction: column;
        gap: 50px;
        display: flex;
    }

    .how-to-cont-item + .how-to-cont-item {
        margin-top: 12px;
    }
    
    .how-to-cont-item.is {
        display: flex;
    }
    
    .how-to-cont-text {
        display: none;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
    }
    .how-to-cont-item .how-to-cont-text.is {
        display: block;
    }
    
    .how-to-cont-img {
        display: none;
        justify-content: center;
        flex-direction: column;
        gap: 40px;
        margin-bottom: 50px;
    }
    
    .how-to-cont-img-item {
        width: 100%;
        height: auto;
    }
    .how-to-cont-item .how-to-cont-img.is {
        display: flex;
    }
}

/* How to Plan? */

/* Photo Gallery */

.photo-gallery-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 34px;
    margin: 0 auto;
    width: 80%;
}

.photo-gallery-list-item {
    width: calc((100% - 20px) / 3);
    height: calc((100% - 20px) / 3);
}

.photo-gallery-list-item:hover {
    cursor: pointer;
}

@media all and (max-width: 680px) {
    .photo-gallery-list {
        gap: 4.63px;
        padding-top: 40px;
        width: 95%;
        justify-content: space-between;
    }
    
    .photo-gallery-list-item {
        width: calc((100% - 4.63px) / 2);
        height: calc((100% - 4.63px) / 2);
    }
}


/* Photo Gallery */

/* Event */
.event-list {
    width: 1200px;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 60px auto 0 auto;
    overflow-x: scroll;
}

.event-list a {
    color: #000;
}
  
.event-list li {
width: 340px;
}

.event-list li .list-img {
height: 340px;
}

.event-list li .list-textBox {
margin-top: 30px;
}

.event-list li .list-date {
font-size: 14px;
letter-spacing: 0;
line-height: 25px;
font-weight: 500;
}

.event-list li .list-title {
font-size: 14px;
letter-spacing: 0;
line-height: 25px;
font-weight: 400;
margin-top: 6px;
}

.event-list li .list-address {
display: flex;
align-items: center;
gap: 4px;
margin-top: 15px;
}

.event-list li .list-address .icon {
width: 12px;
}

.event-list li .list-address .address {
width: calc(100% - 12px - 4px);
font-size: 12px;
letter-spacing: 0;
line-height: 1.5;
font-weight: 500;
}

.sec-btnBox {
margin-top: 55px;
}

.event-bannerBox {
margin-top: 93px;
}

.event-banner {
display: block;
width: 680px;
margin: 0 auto;
}

.event-banner + .event-banner {
margin-top: 30px;
}

.event-list {
    overflow-x: initial;
}

@media all and (min-width: 681px) {

    .slick-slide {
        margin: 0 20px;
    }
    .slick-prev, .slick-next {
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: #F08C00;
        z-index: 1;
        top: calc(100% + 53px);
    }

    .slick-prev {
        left: 30%;  
    }
    .slick-next {
        right: 30%;
    }

    .slick-next:before, .slick-prev:before {
        width: 5px;
        height: 5px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-top: -3px;
    }

    .slick-prev:hover, .slick-next:hover {
        opacity: 0.6;
        background: #F08C00;
        transition: all 0.3s ease;
    }

    .slick-prev:focus, .slick-next:focus {
        opacity: 1;
        background: #F08C00;
        transition: all 0.3s ease;
    }


    .slick-prev::before {
        left: 10px;
    }

    .slick-next::before {
        right: 10px;
    }

    .slick-dots {
        /* width: 110px; */
        /* display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto; */
        bottom: -65px;
    }

    

    .slick-dots li {
        width: 20px;
    }

    .slick-dots li button:before {
        font-size: 15px;
        top: 0px;
    }

    .slick-dots li button:before::hover {
        color: #F08C00;
        opacity: 0.75;
    }
    .slick-dots li button:hover::before {
        color: #F08C00;
        opacity: 0.75;
    }

    .slick-dots li.slick-active button:before {
        color: #F08C00;
        opacity: 1;
    }
}

@media all and (max-width: 680px) {
    .event-list {
        width: 100%;
        display: block;
        margin-top: 24px;
    }
      
    .event-list li {
        width: 80vw;
        margin: 0 11px;
    }
    
    .event-list li .list-img {
        height: 80vw;
    }
    
    .event-list li .list-textBox {
        margin-top: 13px;
    }
    
    .event-list li .list-date {
        line-height: 1.78;
    }
    
    .event-list li .list-title {
        line-height: 1.78;
        margin-top: 5px;
    }
    
    .event-list li .list-address {
        gap: 3px;
        margin-top: 15px;
    }
    
    .event-list li .list-address .address {
        width: calc(100% - 12px - 3px);
    }

    .slick-prev, .slick-next {
        width: 48px;
        height: 48px;
        border-radius: 100%;
        background: #F08C00;
        z-index: 1;
    }

    .slick-prev:hover, .slick-next:hover {
        opacity: 0.6;
        background: #F08C00;
        transition: all 0.3s ease;
    }

    .slick-prev:focus, .slick-next:focus {
        opacity: 1;
        background: #F08C00;
        transition: all 0.3s ease;
    }

    .slick-prev::before {
        left: 20px;
    }

    .slick-next::before {
        right: 20px;
    }
}


/* Event */

/* Area */
.area-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    width: 900px;
    padding-top: 37px;
    margin: 0 auto;
}

.area-item {
    position: relative;
}

.area-item-img {
    width: 100%;
    height: auto;
}

.area-item-textBox {
    position: absolute;
    bottom: 50px;
    left: 57px;
}

.area-item-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.area-item-list {
    width: 210px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
}

.area-item-list-item {
    font-size: 14px;
    line-height: 25px;
}

.area-text {
    font-size: 14px;
}

.area-link {
    font-size: 15px;
    color: #fff;
    display: block;
    width: 384px;
    height: 50px;
    background-color: #F08C00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
    position: relative;
}

.area-link::after {
    content: "";
    width: 2px;
    height: 8px;
    position: absolute;
    right: 23px;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    background-color: #fff;
    rotate: 230deg;
}
.area-link::before {
    content: "";
    width: 2px;
    height: 8px;
    position: absolute;
    right: 23px;
    top: calc(51% - 4px);
    transform: translateY(-50%);
    background-color: #fff;
    rotate: -50deg;
}

.area-link:hover::after, .area-link:hover::before {
    right: 10px;
    transition: all 0.5s ease;
}

@media all and (max-width: 680px) {
    .area-wrap {
        gap: 67px;
        width: 100%;
        padding-top: 28px;
    }
    
    .area-item-img {
        width: 100%;
        height: auto;
    }
    
    .area-item-textBox {
        width: 84%;
        margin: 16px auto 0 auto;
        position: relative;
        bottom: auto;
        left: auto;
    }
    
    .area-item-text {
    }
    
    .area-item-list {
    }
    
    .area-item-list-item {
    }
    
    .area-text {
    }
    
    .area-link {
        font-size: 14px;
        width: 250px;
        height: 80px;
        margin-top: 0;
    }
    
    .area-link::after {
        content: "";
        width: 2px;
        height: 8px;
        position: absolute;
        right: 23px;
        top: calc(50% - 4px);
        transform: translateY(-50%);
        background-color: #fff;
        rotate: 230deg;
    }
    .area-link::before {
        content: "";
        width: 2px;
        height: 8px;
        position: absolute;
        right: 23px;
        top: calc(51% - 4px);
        transform: translateY(-50%);
        background-color: #fff;
        rotate: -50deg;
    }
}


/* Area */

/* footer */

.foot {
    width: calc(100% - 240px);
    min-width: 1200px;
    margin-left: 240px;
    height: 253px;
    background-color:#F08C00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot .inner {
    width: 100%;
    padding: 0 121px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    gap: 27px;
}

.foot .logo-img {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 0 10px 19px;
}

.foot .logo-text {
    font-size: 13px;
    line-height: 20px;
}

.foot .copy-box {
    font-size: 14px;
    letter-spacing: 0.01em;
}

.btn {
    width: 260px;
    height: 260px;
    background-color: #F08C00;
    color: #fff;
    border-radius: 100%;
    position: fixed;
    bottom: -30px;
    right: -300px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s ease;
}

.btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 17px;
}

.btn-ttl {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #F08C00;
    background-color: #fff;
    width: 173px;
    height: 43px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-text {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.btn-text:hover {
    opacity: 1;
}

.btn-text::after {
    content: "";
    position: absolute;
    right: -20px;
    top: calc(50%);
    transform: translateY(-50%);
    background-image: url(../../img/study_lp/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 15px;
    transition: all 0.4s ease;
}

.btn-text:hover::after {
    top: 60%;
}

.isScroll .btn {
    right: -30px;
}

.btn.hide {
    right: -300px;
}

@media all and (max-width: 680px) {
    .foot {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        height: 150px;
        align-items: end;
        padding-bottom: 17px;
    }
    
    .foot .inner {
        width: 100%;
        padding: 0 30px;
        align-items: center;
        flex-direction: column;
        gap: 30px;
        position: relative;
    }
    

    .foot-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        position: absolute;
        left: calc(50% - 110px);
        transform: translateX(-50%);
        top: -25px;
    }

    .foot-logo-img {
        width: 109px;
    }

    .foot-logo-text {
        font-size: 7px;
    }

    .foot .logo {
        margin-left: 150px;
    }

    .foot .logo-img {
        width: 150px;
        margin: 0 0 5px 12px;
    }
    
    .foot .logo-text {
        font-size: 9px;
        line-height: 15px;
    }
    
    .foot .copy-box {
        width: 100%;
        text-align: center;
        font-size: 10px;
        letter-spacing: 0.01em;
    }

    .btn-sp {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 94%;
        position: fixed;
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        transition: all 0.7s ease;
    }

    .isScroll .btn-sp.hide {
        bottom: -100px;
    }

    .isScroll .btn-sp {
        bottom: 15px;
    }

    .btn-sp-item {
        width: calc((100% - 6px) / 2);
        height: 44px;
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F08C00;
        color: #fff;
        border-radius: 10px;
    }

    .btn-event {
        line-height: 1.3;
        position: relative;
        text-align: center;
        opacity: 1;
    }

    .btn-event::after {
        content: "";
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../../img/study_lp/icon_arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 20px;
        height: 15px;
    }
}


/* footer */

@media all and (min-width: 681px) {
    .nonePC {
        display: none;
    }
}

@media all and (max-width: 680px) {
    .noneSP {
        display: none;
    }
}