@charset "utf-8";

.top #main-wrapp {
    margin-top: 64px;
}

body {
    background: #fff;
}

.pankuzu {
    margin-bottom: -30px;
}


/* visual */
.visual img {
    width: auto;
    margin: auto;
}
.visual ul {
    display: flex;
    margin: 30px auto 0;
    padding: 0 30px;
    max-width: 1690px;
}
.visual ul li {
    flex: 1;
}
.visual ul li a {
    display: block;
    text-align: center;
}
.visual h3 {
    margin: 50px 0;
    text-align: center;
}
.visual h3 img {
    width: 880px;
}
.visual p {
    color: #1f7fb2;
    text-decoration: underline;
    text-align: center;
    font-size: 26px;
    line-height: 1.6em;
    margin: 45px 60px 50px;
}
.visual .btn {
    text-align: center;
}
.visual .btn a,
.more-btn {
    display: inline-block;
    background: #a22671;
    padding: 35px 100px;
    border: 0;
    color: #fff !important;
    font-size: 32px;
    letter-spacing: .1em;
    max-width: 720px;
}
.visual .btn a::after,
.more-btn::after {
    background-image: url(/common/images/icon-right-white.png);
    right: 20px;
}


/* com-bnr-wrap */
.com-bnr-wrap {
    display: flex;
    justify-content: center;
}
.com-bnr-wrap__item+.com-bnr-wrap__item {
    margin: 40px 0 0 160px;
}
.com-bnr-wrap a {
    width: auto;
    max-width: none;
}


/* place */
#hokkaido,
#tohoku,
#koshinetsu,
#kanto,
#kansai {
    padding-top: 5%;
}
.place {
    background: center top / 100% no-repeat;
    padding: 20px 0 40px;
}
.place.hokkaido {background-image: url('../ski_image/top_01_pc.jpg');}
.place.tohoku {background-image: url('../ski_image/top_02_pc.jpg');}
.place.koshinetsu {background-image: url('../ski_image/top_03_pc.jpg');}
.place.kanto {background-image: url('../ski_image/top_04_pc.jpg');}
.place.kansai_chugoku {background-image: url('../ski_image/top_05_pc.jpg');}
.place h3 {
    text-align: center;
    margin: 0 auto 10px;
    width: 80%;
}
.place .inner {
    max-width: 1400px;
    margin: 0 auto;
}
.place ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -60px;
}
.place ul li {
    width: 50%;
    padding-left: 60px;
    margin: 100px 0 0;
}
.place ul li:nth-child(2n) {
    float: right;
    min-height: 598px;
}
.place ul li figure {
    position: relative;
}
.place ul li figure .area {
    position: absolute;
    right: 10px;
    bottom: -30px;
    width: 10vw;
    min-width: 120px;
}
.place ul li figure img {
    width: 100%;
}
.place ul li p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
    background: #fff;
}
.place ul li .btn a {
    display: block;
    text-align: center;
    padding: 30px 45px;
    border: 0;
    color: #000;
    max-width: none;
    font-size: 24px;
}
.place.hokkaido ul li .btn a {background: #b2c8d9;}
.place.tohoku ul li .btn a {background: #c3d8ce;}
.place.koshinetsu ul li .btn a {background: #c7ced9;}
.place.kanto ul li .btn a {background: #b2d9ea;}
.place.kansai_chugoku ul li .btn a {background: #b2dcda;}


/* popular */
.popular {
    margin-top: 60px;
    padding: 250px 5% 150px;
    background: #e4e9e7 url('../ski_image/back.jpg') center top / 100% no-repeat;
    text-align: center;
}
.popular h3 {
    position: relative;
    font-size: 66px;
    margin-bottom: 95px;
}
.popular h3::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 250%;
    top: -75px;
    left: 0;
    background: url('../ski_image/title-back-white.png') center top / 52% no-repeat;
}
.popular ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin: -20px auto 0;
    transform: translateX(-20px);
}
.popular ul li {
    width: 33.333%;
    padding: 20px 0 0 20px;
}
.popular p {
    font-size: 26px;
    margin: 90px 50px 40px;
}
.popular li p {
    text-align: left;
    line-height: 1.75;
    margin-bottom: 0;
    font-size: 20px;
    margin: 15px 0;
}
.popular .content-text {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    font-size: 20px;
    padding: 5px 15px;
    background: #fff;
}
.popular .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popular .btns a+a {
    margin-top: 25px;
}
.btns a,
.btns_p a {
    color: #3e3a39;
    font-size: 24px;
    padding: 20px;
    width: 83%;
}


/* ski_bnr */
.ski_bnr {
    text-align: center;
}
.ski_bnr a {
    display: inline-block;
    max-width: 665px;
}


/* ski-flow */
.ski-flow {
    margin-top: 20px;
    padding: 300px 5% 100px;
    background: #e4e9e7 url('../ski_image/back.jpg') center top / 100% no-repeat;
    text-align: center;
}
.ski-flow h3 {
    position: relative;
    font-size: 66px;
    margin-bottom: 95px;
}
.ski-flow h3::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 250%;
    top: -75px;
    left: 0;
    background: url('../ski_image/title-back-white.png') center top / 52% no-repeat;
}
.ski-flow ul {
    display: flex;
    margin-bottom: 100px;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-2.5vw);
}
.ski-flow li {
    width: 33.333%;
    padding-left: 5vw;
}
.ski-flow li+li {
    position: relative;
}
.ski-flow li+li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2vw;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 35px 0 35px 20px;
    border-color: transparent transparent transparent #231815;
}


/* qa */
.qa {
    padding: 300px 5% 40px;
    background: #fff url('../ski_image/back-white.jpg') center top / 100% no-repeat;
}
.qa h3 {
    position: relative;
    font-size: 66px;
    margin-bottom: 95px;
}
.qa h3::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 250%;
    top: -75px;
    left: 0;
    background: url('../ski_image/title-back.png') center top / 52% no-repeat;
}
.qa dl {
    margin-top: 40px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.qa dl * {
    color: #000;
}
.qa dt {
    min-height: 70px;
    font-size: 32px;
    font-weight: bold;
    padding: 7px 0 0 80px;
    background: url('../ski_image/q.png') left top / 60px no-repeat;
}
.qa dd {
    margin-top: 20px;
    min-height: 60px;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0 12px 83px;
    background: #e9dbe1 url('../ski_image/a.png') 11px 11px / 33px no-repeat;
    line-height: 1.7;
}


/* magazine */
.magazine {
    width: 560px;
    margin-bottom: 100px;
    padding: 0;
}


/* voice_ski */
.voice_ski {
    padding: 310px 5% 100px;
    background: #e4e9e7 url('../ski_image/back.jpg') center top / 100% no-repeat;
    /*text-align: center; 2023/09/22変更*/
}
.voice_ski h3 {
    position: relative;
    font-size: 66px;
    margin-bottom: 95px;
}
.voice_ski h3::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 250%;
    top: -75px;
    left: 0;
    background: url('../ski_image/title-back-white.png') center top / 52% no-repeat;
}
.voice_ski__list {
    max-width: 1460px;
    margin: -90px auto 100px;
    transform: translateX(-30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.voice_ski__item {
    min-width: 600px;
    display: flex;
    flex-direction: column;
    width: calc(50% - 60px);
    margin: 90px 0 0 60px;
    padding: 40px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.voice_ski__image {
    position: relative;
}
.voice_ski__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: #051b3c;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
    font-size: 28px;
}
.voice_ski__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.voice_ski__text {
    margin-bottom: auto;
    margin-top: 30px;
    text-align: left;
    font-size: 20px;
    line-height: 1.65;
}
.voice_ski__item .kodawari-btn {
    margin-top: 20px;
    font-size: 24px;
    padding: 20px 10px;
    background: #1f7fb2;
    color: #fff;
}
.voice_ski__item .kodawari-btn::after {
    background-image: url(/common/images/icon-right-white.png);
}


/* btn_ski_b */
.btn_ski_b {
    text-align: center;
    padding-top: 70px;
    text-align: center;
}
.btn_ski_b a {
    display: inline-block;
    width: 83%;
    margin: 0 auto;
    font-size: 24px;
    padding: 25px 100px;
}


.bnr {
    padding: 100px 5%;
}
.ski_bnr p {
    padding: 0;
    margin: 0;
}


/* about */
.about {
    display: grid;
    grid-template: auto 1fr / 55% 45%;
    padding: 200px 0 0;
    padding-right: 120px;
}
.about+.about {
    grid-template: auto 1fr / 45% 55%;
    margin-top: 100px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 120px;
}
.about__image {
    grid-area: 1 / 1 / 3 / 2;
}
.about+.about .about__image {
    grid-area: 1 / 2 / 3 / 2;
}
.about__image img {
    width: 100%;
}
.about h3 {
    grid-area: 1 / 2;
    margin-top: 120px;
    margin-bottom: 35px;
    padding: 0 10px;
    font-size: 66px;
    position: relative;
}
.about+.about h3 {
    grid-area: 1 / 1;
}
.about h3::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 250%;
    top: -75px;
    left: 0;
    background: url('../ski_image/title-back.png') center top / 100% no-repeat;
}
.about__text {
    grid-area: 2 / 2;
    font-size: 24px;
    line-height: 1.65;
    padding: 0 60px;
}
.about+.about .about__text {
    grid-area: 2 / 1;
}
.about__text span {
    background: #e2dbae;
}


/* ski-merit */
.ski-merit {
    margin: 200px 0 50px;
    padding: 165px 5% 150px;
    background: url('../ski_image/merit-back-pc.jpg') center top / 100% no-repeat;
}
.ski-merit h3 {
    margin-bottom: 90px;
    font-size: 66px;
    position: relative;
    line-height: 2;
}
.ski-merit h3::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 250%;
    top: 50px;
    left: 0;
    background: url('../ski_image/title-back.png') center top / 65% no-repeat;
}
.ski-merit__list {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: -60px;
}
.ski-merit__item {
    display: flex;
    flex-direction: column;
    margin: 60px auto 0;
}
.ski-merit__image {
    margin: 0 auto 50px;
}
.ski-merit__image img {
    height: 400px;
    max-width: none;
}
.ski-merit__title {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.ski-merit__title span {
    background: linear-gradient(transparent 70%, #e8bd3e 30%);
}
.ski-merit__text {
    font-size: 20px;
    text-align: center;
}


/* about sp */
@media screen and (max-width: 1200px) {
    .about {
        display: block;
        padding: 0;
    }
    .about+.about {
        margin-top: 50px;
        padding: 0;
    }
    .about h3 {
        margin-top: 16px;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .about h3::before {
        top: -19px;
        background-size: 92%;
    }
    .about__text {
        font-size: 12px;
        padding: 0 5%;
    }
}


/* sp */
@media screen and (max-width: 650px) {
    #main-wrapp .mywidth {
        padding: 0;
    }

    .top #main-wrapp {
        margin: 4px 0 0;
    }

    .visual ul {
        margin: 5% 0 0;
        padding: 0 5%;
        max-width: none;
    }
    .visual ul li+li {
        margin-left: 5px;
    }
    .visual h3 {
        margin: 6% 0 0;
        padding: 0 4%;
    }
    .visual h3 img {
        width: auto;
    }
    .visual p {
        font-size: 13px;
        margin: 5% 0 8%;
    }
    .visual .btn a {
        margin-top: 5%;
        padding: 4% 0;
        width: 90%;
    }
    .visual .btn a,
    .more-btn {
        font-size: 16px;
    }

    .com-bnr-wrap {
        display: block;
        padding: 0 5%;
        margin-top: -10px;
    }
    .com-bnr-wrap__item+.com-bnr-wrap__item {
        width: 200px;
        margin: 20px auto 0;
    }

    #hokkaido,
    #tohoku,
    #koshinetsu,
    #kanto,
    #kansai {
        padding-top: 10%;
    }

    .place,
    .place.tohoku,
    .place.koshinetsu,
    .place.kanto,
    .place.kansai_chugoku {
        padding: 8% 5% 5%;
    }
    .place.hokkaido {background-image: url('../ski_image/top_01_sp.jpg');}
    .place.tohoku {background-image: url('../ski_image/top_02_sp.jpg');}
    .place.koshinetsu {background-image: url('../ski_image/top_03_sp.jpg');}
    .place.kanto {background-image: url('../ski_image/top_04_sp.jpg');}
    .place.kansai_chugoku {background-image: url('../ski_image/top_05_sp.jpg');}
    .place .inner {
        max-width: 960px;
    }
    .place h3 {
        margin-bottom: -20px;
    }
    .place ul li {
        float: none;
        width: 100%;
        margin: 13% 0 0;
    }
    .place ul li:nth-child(2n) {
        float: none;
        min-height: 1px;
    }
    .place ul li figure img {
        width: 100%;
    }
    .place ul li p {
        font-size: 10px;
        padding: 20px 0;
    }
    .place ul li .btn a {
        font-size: 12px;
        padding: 4% 0;
    }
    .place ul li .btn a img {
        height: 5vw;
    }

    .popular {
        margin-top: 20px;
        padding: 90px 5% 40px;
    }
    .popular .inner {
        background-size: 100%;
        padding: 15% 5%;
    }
    .popular h3 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .popular ul {
        max-width: 800px;
        margin: -7px 0 0 -7px;
        transform: none;
    }
    .popular ul li {
        width: 50%;
        padding: 7px 0 0 7px;
    }
    .popular p {
        font-size: 10px;
        margin: 5% 0;
    }
    .popular li p {
        text-align: left;
        line-height: 1.75;
        margin-bottom: 0;
    }
    .popular .btns a+a {
        margin-top: 20px;
    }

    .btns a,
    .btns_p a {
        font-size: 12px;
        padding: 10px;
    }

    .place ul li figure .area {
        right: 2vw;
        bottom: -3vw;
        width: 27vw;
        min-width: auto;
    }

    .bnr {
        padding: 30px 5%;
    }

    .btn_ski_b {
        text-align: center;
        padding-top: 40px;
        text-align: center;
    }
    .btn_ski_b a {
        display: block;
        padding: 3%;
        color: #000;
        font-size: 12px;
        letter-spacing: .1em;
    }
    .btn_ski_b a img {
        height: 5vw;
    }

    .ski-merit {
        background-image: url('../ski_image/merit-back.jpg');
    }

    .content-text {
        line-height: 1.8em;
        text-align: center;
    }

    .cate_guide {
        margin: 50px 10px;
    }

    .ski .qa-wrapp01 dt {
        font-size: 18px;
        padding: 20px 0 20px 65px;
        background-size: 50px auto;
        min-height: 70px;
    }

    .voice_ski {
        padding: 90px 5% 100px;
    }
    .voice_ski h3 {
        margin-bottom: 60px;
        font-size: 26px;
    }
    .voice_ski__list {
        display: block;
        transform: none;
        margin: -40px auto 40px;
    }
    .voice_ski__item {
        width: 100%;
        min-width: auto;
        margin: 40px 0 0;
        padding: 20px;
    }
    .voice_ski__title {
        font-size: 14px;
    }

    .voice_ski__text {
        margin-top: 20px;
        font-size: 10px;
    }
    .voice_ski__item .kodawari-btn {
        font-size: 12px;
        padding: 10px 5px;
    }

    .ski-merit {
        padding: 30px 5% 30px;
        margin: 90px 0 50px;
    }
    .ski-merit h3 {
        font-size: 26px;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    .ski-merit h3::before {
        top: 0;
        background-size: 100%;
    }
    .ski-merit__list {
        flex-direction: column;
        margin-top: -30px;
    }
    .ski-merit__item {
        width: 280px;
        margin-top: 30px;
    }
    .ski-merit__image {
        margin-bottom: 15px;
    }
    .ski-merit__image img {
        height: auto;
        max-width: 100%;
    }
    .ski-merit__title {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .ski-merit__text {
        font-size: 10px;
    }

    .popular li p {
        margin-top: 5px;
        font-size: 10px;
    }
    .popular .content-text {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .qa {
        padding: 90px 5% 40px;
    }
    .qa h3 {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .qa h3::before {
        top: -25px;
        background-size: 100%;
    }
    .qa dl {
        margin-top: 20px;
    }
    .qa dt {
        min-height: 35px;
        font-size: 16px;
        font-weight: bold;
        padding: 4px 0 0 40px;
        background-size: 30px;
    }
    .qa dd {
        margin-top: 10px;
        min-height: 30px;
        font-size: 10px;
        padding: 8px 0 6px 42px;
        background: #e9dbe1 url('../ski_image/a.png') 7px 6px / 16px no-repeat;
    }

    .ski-flow {
        padding: 90px 5% 40px;
    }
    .ski-flow h3 {
        margin-bottom: 30px;
        font-size: 26px;
    }
    .ski-flow h3::before {
        top: -25px;
        background-size: 100%;
    }
    .ski-flow ul {
        display: block;
        transform: none;
        max-width: 190px;
        margin-bottom: 45px;
    }
    .ski-flow li {
        width: 100%;
        padding-left: 0;
    }
    .ski-flow li+li {
        padding-top: 40px;
    }
    .ski-flow li+li::before {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 9px 16px 0 16px;
        border-color: #231815 transparent transparent transparent;
    }

    .magazine {
        margin-bottom: 45px;
        width: 280px;
    }
}


/* place sp */
@media screen and (min-width: 651px) {
    .place h3 {
        padding-top: 60px;
    }
}


/* 2023/10/05 動画埋め込み */
.video_wrap {
    padding: 60px 0 0;
}
@media screen and (max-width: 650px) {
    .video_wrap {
        padding: 40px 5% 0;
    }

}
.video_wrap video {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


/* ======== 2024/09/13 リニューアル ======== */
/* ページ内リンク */
.page_nav {
    padding: 40px 150px;
}
.page_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
}
.page_nav ul li {
    width: 30%;
}
.page_nav li a {
    display: block;
    position: relative;
    border: solid 1px #999;
    border-radius: 5px;
    background: #fffbe7;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1f7fb2;
    padding: 10px 0 24px;
}
.page_nav li a::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f0d7";
    transform: translateX(-50%);
    color: #cc8143;
}
@media screen and (max-width:650px) {
    .page_nav {
        padding: 20px 5%;
    }
    .page_nav ul {
        gap: 15px 5%;
    }
    .page_nav li a {
        font-size: 12px;
        padding: 5px 0 18px;
    }
}


/* レター */
.ski-lp .letter {
    max-width: calc(1100px + 10%);
    background-color: #f8f8f8;
    z-index: -1;
    background-image: radial-gradient(#eee 2px, transparent 2px), radial-gradient(#eee 2px, #f8f8f8 2px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    margin: 0 auto;
    padding: 20px 5%;
}
.ski-lp .letter .title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    padding: 0.25em 1em 0.25em 0.5em;
}
.ski-lp .letter .tx-blue {
    color: #00a5d0;
}
.ski-lp .letter h3 {
    background: linear-gradient(transparent 70%, #00a5d0 70%);
}
@media screen and (max-width: 650px) {
    .ski-lp .letter .title {
        font-size: 20px;
    }
}


/* PC用 幅制御 */
.inner-pc {
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 650px) {
    .inner-pc {
        width: 100%;
        margin: 0;
    }
}


/* スライド */
.ski-lp .slide {
    background: #fff;
    margin-bottom: 0px;
    padding: 10px 0;
}
.ski-lp .slide ul li {
    margin-right: 10px;
}
.ski-lp .slick-track,
.ski-lp .slick-list {
    border-radius: 0;
}
.ski-lp .slick-slide img {
    border-radius: 15px;
}
@media screen and (max-width: 650px) {
    .ski-lp .slick-slide img {
        border-radius: 10px;
    }
}


/* CTA */
.cta-ski {
    background: #1D7CA9;
    padding: 60px;
}
.cta-ski .copy-cta {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.cta-ski ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}
.cta-ski li {
    position: relative;
    width: 350px;
    background: #ccc;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: bold;
}
.cta-ski li span::before {
    font: normal normal normal 28px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    color: #fff;
    display: inline-block;
    transform: translateY(2px);
}
.cta-ski li.entry span::before {
    content: "\f044";
    margin-right: 8px;
}
.cta-ski li.job-list span::before {
    content: "\f0f6";
    margin-right: 10px;
}
.cta-ski li a {
    display: block;
    border-radius: 5px;
    color: #fff;
    padding: 18px;
}
.cta-ski li.entry a {
    background: #C9308E;
}
.cta-ski li.job-list a {
    background: #269DD8;
}
@media screen and (max-width:650px) {
    .cta-ski {
        padding: 25px 5%;
    }
    .cta-ski .copy-cta {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cta-ski ul {
        flex-direction: column;
        gap: 20px;
    }
    .cta-ski li {
        width: 100%;
        font-size: 18px;
    }
    .cta-ski li span::before {
        font-size: 24px;
    }
}


/* 5大メリット */
.ski-merit {
    background: url(/common/ski_image/merit-back-pc.jpg) center top / 100% no-repeat;
    margin: 0;
    padding: 100px 5%;
}
@media screen and (max-width: 650px) {
    .ski-merit {
        margin: 0;
        padding: 60px 5% 60px;
    }
    .ski-merit__item {
        width: auto;
        margin-top: 30px;
    }
    .ski-merit__text {
        font-size: 14px;
    }
}


/* おすすめの人気エリアスキー場から探す */
.recommended-area {
    margin-top: 60px;
    padding: 250px 5% 150px;
    background: #e4e9e7 url(/common/ski_image/back.jpg) center top / 100% no-repeat;
    text-align: center;
}
.recommended-area h3 {
    position: relative;
    font-size: 66px;
    margin-bottom: 95px;
}
.recommended-area h3::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 250%;
    top: -75px;
    left: 0;
    background: url(/common/ski_image/title-back-white.png) center top / 52% no-repeat;
}
.recommended-area .rec-area {
    background: #eee;
    border: solid 5px #fff;
    border-radius: 10px;
    margin-bottom: 60px;
    padding: 20px;
}
.recommended-area .rec-area:last-child {
    margin-bottom: 0;
}
#rec-theme01 {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(191, 100, 172, 0.3) 4px, rgba(191, 100, 172, 0.3) 12px);
}
#rec-theme02 {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(100, 172, 191, 0.31) 4px, rgba(100, 172, 191, 0.31) 12px);
}
#rec-theme03 {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(126, 191, 100, 0.31) 4px, rgba(126, 191, 100, 0.31) 12px);
}
.recommended-area .rec-area h4 {
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 28px;
    background: #ccc;
    margin: 0 0 1em;
    padding: 10px 40px;
}
.recommended-area .rec-area h4::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ccc;
}
#rec-theme01 h4 {
    background: rgba(191, 100, 172, 1);
}
#rec-theme01 h4::before {
    border-top-color: rgba(191, 100, 172, 1);
}
#rec-theme02 h4 {
    background: rgba(100, 172, 191, 1);
}
#rec-theme02 h4::before {
    border-top-color: rgba(100, 172, 191, 1);
}
#rec-theme03 h4 {
    background: rgba(126, 191, 100, 1);
}
#rec-theme03 h4::before {
    border-top-color: rgba(126, 191, 100, 1);
}
.recommended-area .rec-area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    justify-content: center;
    max-width: 1400px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto 30px;
    padding: 20px;
}
.recommended-area .rec-area ul li {
    width: calc((100% - 60px) / 3);
}
.recommended-area .rec-area ul li a {
    color: #1f7fb2;
}
.recommended-area .rec-area ul li img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
}
.recommended-area .rec-area ul li p.title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.recommended-area .rec-area ul li p.lead {
    text-align: center;
    font-size: 16px;
    color: #333;
}
.recommended-area .rec-area .description {
    max-width: 1000px;
    background: #FEFAEA;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px;
}
.recommended-area .rec-area .description a {
    font-weight: normal;
    color: #1f7fb2 !important;
    text-decoration: underline !important;
}
@media screen and (max-width: 650px) {
    .recommended-area {
        margin-top: 20px;
        padding: 90px 5% 40px;
    }
    .recommended-area h3 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .recommended-area .rec-area {
        margin-bottom: 30px;
    }
    .recommended-area .rec-area h4 {
        font-size: 20px;
    }
    .recommended-area .rec-area ul {
        row-gap: 30px;
    }
    .recommended-area .rec-area ul li {
        width: 100%;
    }
    .recommended-area .rec-area ul li p {
        font-size: 17px;
    }
}


/* ---- エリアで探す ---- */
.ski-area {
    padding: 60px 0;
}

/* 元のスタイルを上書き */
.place ul li p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
    text-align: left;
    padding: 0;
    background: #fff;
}

ul.ski-spot li .btn {
    position: relative;
    border-radius: 0 0 20px 20px;
    background-color: #b2d9ea !important;
    font-size: 24px;
    text-align: center;
    padding: 30px 45px;
}

ul.area-index {
    display: flex;
    margin: 30px auto 0;
    padding: 0 30px;
    max-width: 1690px;
}

ul.ski-spot {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    justify-content: left;
    margin: 40px 0 0 0;
}
ul.ski-spot li {
    display: flex;
    width: calc((100% - 50px) / 2);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 0;
}
ul.ski-spot li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
ul.ski-spot li figure {
    position: relative;
}
ul.ski-spot li figure>img {
    border-radius: 20px 20px 0 0;
}
ul.ski-spot li figure .area-img {
    position: absolute;
    right: 10px;
    bottom: -30px;
    width: 10vw;
    min-width: 120px;
}
ul.ski-spot li figure .area-img img {
    width: 100%;
}
ul.ski-spot li .text {
    padding: 30px;
}
ul.ski-spot li .text p {
    margin-bottom: 15px;
}
ul.ski-spot li .text .slopes {
    border: dotted 2px #aaa;
    border-radius: 8px;
    background: #fffdef;
    padding: 15px;
}
ul.ski-spot li .text .slopes span {
    display: block;
    font-weight: bold;
    color: #956e43;
    margin-bottom: 5px;
}
ul.ski-spot li .btn {
    position: relative;
    border-radius: 0 0 20px 20px;
    background-color: #b2d9ea !important;
    font-size: 24px;
    padding: 30px 45px;
}
ul.ski-spot li .btn::after {
    content: '';
    width: 22px;
    height: 20px;
    background: url(/common/images/icon-right.png) center / contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.more-btn {
    background: #fff;
    border: solid 2px #a22671;
    color: #a22671 !important;
    border-radius: 5px;
}
.more-btn::after {
    background: url(/common/images/icon-right.png) center / contain;
}

@media screen and (max-width: 650px) {
    ul.ski-spot {
        gap: 20px 0;
    }
    ul.ski-spot li {
        width: 100%;
        border-radius: 15px;
        margin: 0;
    }

    /* 上書き */
    ul.ski-spot li p {
        font-size: 14px;
        padding: 0;
    }
    ul.ski-spot li figure>img {
        border-radius: 15px 15px 0 0;
    }
    ul.ski-spot li figure .area-img {
        right: 2vw;
        bottom: -3vw;
        width: 27vw;
        min-width: auto;
    }
    ul.ski-spot li .text {
        padding: 20px;
    }
    ul.ski-spot li .text .slopes {
        padding: 10px;
    }
    ul.ski-spot li .btn {
        font-size: 16px;
        border-radius: 0 0 15px 15px;
        padding: 4% 0;
    }
    ul.ski-spot li .btn::after {
        width: 11px;
        height: 10px;
        right: 10px;
    }
}


/* 人気条件で探す */
.popular ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

/* PC表示最終行の数合わせ用 */
.popular ul::after {
    content: "";
    display: block;
    width: 32%;
}
.popular ul li {
    width: 32% !important;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(32, 32, 32, 0.3);
    margin-bottom: 18px;
    padding: 0;
}
@media screen and (max-width: 650px) {
    .popular ul li {
        width: 47.5% !important;
    }
}
.popular ul li a {
    display: block;
    height: 100%;
    position: relative;
    padding: 0 0 35px 0;
}
.popular ul li a::after {
    position: absolute;
    right: 8px;
    bottom: 8px;
    content: "→ 求人詳細へ";
    width: 6.5em;
    height: 1em;
    line-height: 1;
    background: #1f7fb2;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    opacity: 0.9;
    padding: 3px;
}
.popular ul li img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.popular ul li .text {
    padding: 8px 10px 0 10px;
}
.popular ul li .text h3 {
    font-size: 1.2em;
    text-align: center;
    color: #1f7fb2;
    margin-bottom: 8px;
}
.popular ul li .text p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    font-weight: normal;
}
@media screen and (max-width: 650px) {
    .popular ul li .text p {
        font-size: 14px;
    }
    .popular ul li a::after {
        font-size: 13px;
    }
}


/* 募集期間から探す */
.period {
    text-align: center;
/*
    background: #e4e9e7 url('/common/ski_image/back.jpg') center top / 100% no-repeat;
*/
    margin-top: 60px;
    padding: 150px 5% 150px;
}
.period section > h3 {
    position: relative;
    font-size: 66px;
    margin-bottom: 95px;
    position: relative;
}
.period section > h3::before {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 250%;
    top: -50px;
    left: 0;
    background: url('/common/ski_image/title-back.png') center top / 52% no-repeat;
    background-size: 90%;
}
.period p {
    font-size: 26px;
    margin: 90px 50px 40px;
}
.period section {
    max-width: calc(1100px + 10%);
    margin: 0 auto;
    padding: 60px 5% 80px;
}
.period .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.period .content-text {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    font-size: 20px;
    padding: 5px 15px;
    background: #fff;
}
.period ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.period ul li {
    width: 49%;
    background: #fff;
    border: solid 1px #ccc;
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
}
.period ul li h3 {
    font-size: 20px;
    color: #1f7fb2;
    margin-bottom: 8px;
}
.period ul li a {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 10px 35px 10px;
}
.period ul li a::after {
    position: absolute;
    right: 8px;
    bottom: 8px;
    content: "→ 求人詳細へ";
    width: 6.5em;
    height: 1em;
    line-height: 1;
    background: #1f7fb2;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    opacity: 0.9;
    padding: 3px;
}
.period ul li img {
    width: 45%;
}
.period ul li .text {
    width: 52%;
}
.period ul li p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
@media screen and (max-width: 650px) {
    .period {
        margin-top: 20px;
        padding: 50px 5% 40px;
    }
    .period section > h3 {
        font-size: 26px;
        margin-bottom: 60px;
    }
    .period section > h3::before {
        top: -20px;
    }
    .period section {
        width: 100%;
        padding: 0;
    }
    .period p {
        font-size: 10px;
        margin: 5% 0;
    }
    .period ul li {
        width: 100% !important;
    }
    .period ul li p {
        font-size: 13px;
        margin: 0;
    }
    .period ul li a::after {
        font-size: 13px;
    }
    .period .content-text {
        background: #fff;
        text-align: left;
        font-size: 14px;
        margin: 0;
        padding: 20px 10px 40px;
    }
}


/* 職種ガイド */
.facility ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.facility ul li img {
    width: 45%;
}
.facility ul li .text {
    width: 52%;
}
.facility ul li p {
    font-size: 16px;
    font-weight: normal;
}
.facility section {
    max-width: calc(1100px + 10%);
    margin: 0 auto;
    padding: 60px 5% 80px;
}
.facility .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.facility .content-text {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    font-size: 20px;
    padding: 5px 15px;
    background: #fff;
}
.facility ul li {
    width: 49%;
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 15px;
    padding: 0;
}
.facility ul li h3 {
    margin-bottom: 8px;
    color: #1f7fb2;
}
.facility ul li a {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 10px 35px 10px;
}
.facility ul li a::after {
    position: absolute;
    right: 8px;
    bottom: 8px;
    content: "→ 求人詳細へ";
    width: 6.5em;
    height: 1em;
    line-height: 1;
    background: #1f7fb2;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    opacity: 0.9;
    padding: 3px;
}
@media screen and (max-width: 650px) {
    .facility section {
        width: 100%;
        padding: 60px 5% 60px;
    }
    .facility ul li {
        width: 100% !important;
    }
    .facility ul li p {
        font-size: 13px;
    }
    .facility ul li a::after {
        font-size: 13px;
    }
    .facility .content-text {
        background: #fff;
        text-align: left;
        font-size: 14px;
        margin: 0;
        padding: 20px 10px 40px;
    }
}


/* 体験談 */
.voice_ski ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 40px 30px;
    margin-top: 30px;
}
.voice_ski li {
    width: calc((100% - 60px) / 3);
    background: #fff;
    border-radius: 15px;
}
.voice_ski li a {
    display: block;
    padding: 15px;
}
.voice_ski li .image img {
    border-radius: 12px;
}
.voice_ski li .text {
    font-weight: bold;
    margin-top: 15px;
}
.voice_ski li .text .type-location {
    background: #eee;
    border-radius: 5px;
    padding: 3px 5px;
}
.voice_ski li .text .summary {
    margin-top: 15px;
}
.voice_ski li .text .more {
    position: relative;
    border-top: solid 1px #1f7fb2;
    border-bottom: solid 1px #1f7fb2;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
}
.voice_ski li .text .more::after {
    content: '';
    width: 22px;
    height: 20px;
    background: url(/common/images/icon-right-blue.png) center / contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
    .voice_ski {
        padding: 90px 5% 60px;
    }
    .voice_ski ul {
        row-gap: 30px;
    }
    .voice_ski li {
        width: 100%;
        border-radius: 10px;
    }
    .voice_ski li a {
        padding: 12px;
    }
    .voice_ski li .image img {
        border-radius: 8px;
    }
    .voice_ski li .text .more::after {
        width: 18px;
        height: 16px;
        right: 8px;
    }
}


/* ボタン */
.btns_p {
    text-align: center;
    margin-top: 40px;
}


/* 想い・特典 */
.kodawari-btn.btn-blue {
    background: #1f7fb2 !important;
    color: #fff !important;
}
.kodawari-btn.btn-blue::after {
    background: url(/common/images/icon-right-white.png) center / contain;
}

.benefits__outro {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    padding: 0 5%;
}
.benefits__outro span {
    color: #e14f3b;
}

@media screen and (max-width: 650px) {
    .about {
        padding: 60px 5% 5px;
    }

    .btns.pow {
        text-align: center;
        padding: 0 5% 60px;
    }
    .btns.pow img {
        width: 80%;
    }
}


/* Q&A アコーディオン */
.qa dl dt {
    position: relative;
    cursor: pointer;
    padding-right: 40px;
}
.qa dl dt::after {
    content: "＋";
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 32px;
    width: 1em;
    height: 1em;
    line-height: 1;
    border: solid 1px #666;
    padding: 1px;
}
.qa dl dd {
    display: none;
    padding-right: 8px;
    color: #444;
}
.qa dl dd.stay {
    display: block;
}
.qa dl dt.open::after {
    content: "－";
}
@media screen and (max-width:650px) {
    .qa dl dt {
        padding-right: 30px;
    }
    .qa dl dt::after {
        top: 4px;
        font-size: 16px;
    }
    .qa dd {
        margin-top: 10px;
        min-height: 30px;
        font-size: 13px;
        padding: 8px 0 6px 42px;
        background: #e9dbe1 url(/common/ski_image/a.png) 7px 6px / 16px no-repeat;
    }
}