<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ブレイクポイントを1023pxにするにあたり上書き
=============================================== */
.only-sp,
.onlySp {
    display: none !important;
}

@media (max-width: 1023px) {
    .only-sp,
    .onlySp {
        display: block !important;
    }

}

@media (max-width: 1023px) {
    .no-sp,
    .noSp {
        display: none !important;
    }

}

/* RES0019
=============================================== */
.top {
    background: #f5f7fb;
    overflow-x: hidden;
}

img {
    vertical-align: bottom;
}

.sectionInner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* sectionTitle
=============================================== */
.sectionTitleArea {
    text-align: center;
}

.sectionTitleEn {
    font-size: 20px;
    color: #349eda;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .16em;
}

@media (max-width: 1023px) {
    .sectionTitleEn {
        font-size: 14px;
    }

}

.sectionTitle {
    line-height: 1;
    margin: 22px 0 34px;
}

@media (max-width: 1023px) {
    .sectionTitle {
        margin: 15px 0 18px;
    }

}

.sectionDescription {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 1023px) {
    .sectionDescription {
        margin: 0 20px;
        font-size: 13px;
        line-height: 1.769230769230769;
        font-weight: normal;
        text-align: left;
    }

}

/* hero
=============================================== */
.hero {
    position: relative;
}

.heroImage img {
    width: 100%;
}

.heroInner {
    position: absolute;
    top: 56%;
    left: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
    .heroInner {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 24px 0;
    }

}

.heroTitle {
    text-align: center;
}

.heroBtn {
    max-width: 280px;
    margin: 48px auto 0;
}

@media (max-width: 1023px) {
    .heroBtn {
        width: auto;
        max-width: 220px;
        margin: 0 auto;
    }

}

@media (max-width: 1023px) {
    .heroBtn .btnRegister {
        line-height: 40px;
    }

}

.heroScroll a {
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 33px;
    background: url("/contents/nikki/scout/images/top/icon-scroll.svg") center top no-repeat;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .heroScroll a {
        display: none;
    }

}

/* about
=============================================== */
.about {
    background: #ffffff;
    padding: 71px 0 58px;
}

@media (max-width: 1023px) {
    .about {
        padding: 32px 0 45px;
    }

}

/* point
=============================================== */
.point {
    position: relative;
}

.aboutBodyWrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
    .aboutBodyWrap {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

}

.aboutBody {
    width: 55.52083333333333%;
}

@media (max-width: 1023px) {
    .aboutBody {
        width: auto;
        margin: 22px 20px 0;
    }

}

.aboutTitleEn {
    margin-bottom: 12px;
    font-family: "Montserrat", sans-serif;
    color: #349eda;
    font-size: 24px;
}

@media (max-width: 1023px) {
    .aboutTitleEn {
        margin-bottom: 10px;
        font-size: 16px;
    }

}

.aboutTitleEn span {
    padding-left: 8px;
    font-size: 32px;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .aboutTitleEn span {
        font-size: 20px;
    }

}

.aboutTitle {
    line-height: 0;
}

.aboutTitle img {
    max-width: 100%;
}

.aboutTitle1 {
    background: url("/contents/nikki/scout/images/top/about-icon-01.svg") left bottom no-repeat;
    background-size: 64px;
}

@media (max-width: 1023px) {
    .aboutTitle1 {
        background-size: 40px;
        background-position: left 2px;
    }

}

.aboutTitle2 {
    background: url("/contents/nikki/scout/images/top/about-icon-02.svg") left bottom no-repeat;
    background-size: 64px;
}

@media (max-width: 1023px) {
    .aboutTitle2 {
        background-size: 40px;
        background-position: left 25px;
    }

}

@media (max-width: 1023px) {
    .aboutTitle2 .aboutTitleEn {
        margin-bottom: 5px;
    }

}

.aboutTitle3 {
    margin-bottom: 35px;
    background: url("/contents/nikki/scout/images/top/about-icon-03.svg") left bottom no-repeat;
    background-size: 64px;
}

@media (max-width: 1023px) {
    .aboutTitle3 {
        margin: 42px 20px 15px;
        background-size: 40px;
    }

}

@media (max-width: 1023px) {
    .aboutTitle3 .aboutTitleEn {
        margin-bottom: 6px;
    }

}

.aboutTitleArea {
    padding-left: 87px;
}

@media (max-width: 1023px) {
    .aboutTitleArea {
        padding-left: 56px;
    }

}

.aboutDescription {
    margin-top: 36px;
    font-size: 14px;
    line-height: 1.714285714285714;
}

@media (max-width: 1023px) {
    .aboutDescription {
        margin-top: 13px;
        font-size: 12px;
        line-height: 1.833333333333333;
    }

}

.aboutCaption {
    font-size: 12px;
    line-height: 1.666666666666667;
    color: #666666;
}

@media (max-width: 1023px) {
    .aboutCaption {
        margin: 0 20px;
        padding-left: 1em;
        text-indent: -1em;
    }

}

.point1 {
    margin-top: 56px;
    padding-top: 27.109375000000004%;
    background: url("/contents/nikki/scout/images/top/about-img-01.jpg") right top no-repeat;
    background-size: 40.625% auto;
}

@media (max-width: 1023px) {
    .point1 {
        margin-top: 33px;
        padding-top: 66.5625%;
        background: url("/contents/nikki/scout/images/top/about-img-01.jpg") center top no-repeat;
        background-size: 100% auto;
    }

}

.point1 .aboutBg {
    position: absolute;
    top: -247px;
    right: 11px;
}

@media (max-width: 1023px) {
    .point1 .aboutBg {
        top: -20px;
        right: 0;
    }

}

.point2 {
    margin-top: 65px;
    padding-top: 27.109375000000004%;
    background: url("/contents/nikki/scout/images/top/about-img-02.jpg") left top no-repeat;
    background-size: 40.625% auto;
}

@media (max-width: 1023px) {
    .point2 {
        margin-top: 35px;
        padding-top: 66.5625%;
        background: url("/contents/nikki/scout/images/top/about-img-02.jpg") center top no-repeat;
        background-size: 100% auto;
    }

}

.point2 .aboutBodyWrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.point2 .aboutBg {
    position: absolute;
    top: -266px;
    left: 0;
}

@media (max-width: 1023px) {
    .point2 .aboutBg {
        top: -80px;
        left: -3px;
    }

}

.point3 {
    margin-top: 155px;
}

@media (max-width: 1023px) {
    .point3 {
        margin-top: 34px;
    }

}

.point3 .aboutBg {
    position: absolute;
    top: -112px;
    left: 50%;
    margin-left: -124px;
}

@media (max-width: 1023px) {
    .point3 .aboutBg {
        top: auto;
        bottom: -88px;
        left: 0;
        margin-left: 0;
    }

}

/* PC - ロゴ
=============================================== */
.aboutLogoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 43px;
}

.aboutLogoList &gt; li {
    width: 164px;
    margin-bottom: 16px;
    text-align: left;
}

.aboutLogoList &gt; li:nth-child(6n) {
    width: 140px;
}

/* SP - ロゴのスライダー
=============================================== */
.aboutSlider {
    position: relative;
}

.aboutSlider .swiper-slide img {
    width: 100%;
}

.aboutSlider .swiper-pagination-bullets {
    left: 0;
    right: 0;
    bottom: -25px;
}

.aboutSlider .swiper-pagination-bullet {
    background: #e0e0e0;
    opacity: 1;
}

.aboutSlider .swiper-pagination-bullet-active {
    background: #349eda;
}

.aboutSlider .swiper-pagination-bullet {
    margin: 0 6px;
}

/* service
=============================================== */
.service {
    background: #f5f7fb;
    padding: 78px 0 114px;
}

@media (max-width: 1023px) {
    .service {
        padding: 35px 0 64px;
    }

}

.service .sectionTitle {
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .service .sectionTitle {
        margin: 14px 0 24px;
    }

}

.serviceLead {
    margin-bottom: 58px;
}

@media (max-width: 1023px) {
    .serviceLead {
        margin: 0 20px;
    }

}

/* service のスライダー
=============================================== */
.serviceSlider {
    position: relative;
    max-width: 820px;
    margin: -6px auto 0;
}

.serviceSlider .swiper-slide {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .serviceSlider .swiper-slide:nth-child(2) .serviceBox {
        padding-bottom: 46px;
    }

}

.serviceSlider .swiper-button-prev,
.serviceSlider .swiper-button-next {
    opacity: 1;
    width: 32px;
    height: 40px;
    margin-top: 19px;
    background: url("/contents/nikki/scout/images/top/icon-blt-blue.svg") left top no-repeat;
    background-size: cover;
}

.serviceSlider .swiper-button-prev.swiper-button-disabled,
.serviceSlider .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background: url("/contents/nikki/scout/images/top/icon-blt-white.svg") left top no-repeat;
    background-size: cover;
}

.serviceSlider .swiper-button-prev {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    left: -71px;
}

.serviceSlider .swiper-button-next {
    right: -71px;
}

.serviceSlider .swiper-pagination {
    left: 0;
    right: 0;
    bottom: -45px;
}

@media (max-width: 1023px) {
    .serviceSlider .swiper-pagination {
        bottom: -29px;
    }

}

.serviceSlider .swiper-pagination-bullet {
    margin: 0 8px;
    background: #e0e0e0;
    opacity: 1;
    width: 10px;
    height: 10px;
}

@media (max-width: 1023px) {
    .serviceSlider .swiper-pagination-bullet {
        margin: 0 6px;
        width: 8px;
        height: 8px;
    }

}

.serviceSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #349eda;
}

.serviceBox {
    position: relative;
    background: #ffffff;
    padding: 0 48px;
    min-height: 581px;
}

@media (max-width: 1023px) {
    .serviceBox {
        min-height: 357px;
        margin: 36px 20px 0 20px;
        padding: 13px 20px 60px 20px;
    }

}

.serviceBox:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 64px;
    background: url("/contents/nikki/scout/images/top/service-bg-01.png") left top no-repeat;
    background-size: contain;
}

@media (max-width: 1023px) {
    .serviceBox:after {
        width: 32px;
        height: 32px;
    }

}

.serviceBoxHeader {
    padding: 24px 0 24px 28px;
    border-bottom: dashed 2px #e5ebf4;
    font-size: 16px;
    font-weight: bold;
    background: url("/contents/nikki/scout/images/top/service-icon-00.svg") left center no-repeat;
    background-size: 18px 24px;
}

@media (max-width: 1023px) {
    .serviceBoxHeader {
        font-size: 13px;
        line-height: 23px;
        padding: 6px 0 15px 28px;
        background-position: -3px 0;
        background-size: 22px 35px;
        letter-spacing: -.09em;
    }

}

.profileBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 40px 0 0 0;
    padding-bottom: 11px;
}

@media (max-width: 1023px) {
    .profileBoxes {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20px 0 0 0;
    }

}

.profileBox {
    margin-bottom: 29px;
}

@media (max-width: 1023px) {
    .profileBox {
        margin-bottom: 12px;
    }

}

.profileBox1,
.profileBox2,
.profileBox4,
.profileBox5 {
    width: 240px;
}

@media (max-width: 1023px) {
    .profileBox1,
    .profileBox2,
    .profileBox4,
    .profileBox5 {
        width: calc(50% - 5px);
    }

}

.profileBox3,
.profileBox6 {
    width: 170px;
}

@media (max-width: 1023px) {
    .profileBox3,
    .profileBox6 {
        width: calc(50% - 5px);
    }

}

.profileBox2,
.profileBox5 {
    margin: 0 24px 0 48px;
}

@media (max-width: 1023px) {
    .profileBox2,
    .profileBox5 {
        margin: 0;
    }

}

.profileHeader {
    padding-left: 69px;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
}

@media (max-width: 1023px) {
    .profileHeader {
        padding-left: 40px;
        font-size: 12px;
        line-height: 28px;
    }

}

.profileHeader1 {
    background: url("/contents/nikki/scout/images/top/service-icon-01.svg") left top no-repeat;
    background-size: 48px 48px;
}

@media (max-width: 1023px) {
    .profileHeader1 {
        background-size: 28px 28px;
    }

}

.profileHeader2 {
    background: url("/contents/nikki/scout/images/top/service-icon-02.svg") left top no-repeat;
    background-size: 48px 48px;
}

@media (max-width: 1023px) {
    .profileHeader2 {
        background-size: 28px 28px;
    }

}

.profileHeader3 {
    background: url("/contents/nikki/scout/images/top/service-icon-03.svg") left top no-repeat;
    background-size: 48px 48px;
}

@media (max-width: 1023px) {
    .profileHeader3 {
        background-size: 28px 28px;
    }

}

.profileHeader4 {
    background: url("/contents/nikki/scout/images/top/service-icon-04.svg") left top no-repeat;
    background-size: 48px 48px;
}

@media (max-width: 1023px) {
    .profileHeader4 {
        background-size: 28px 28px;
    }

}

.profileHeader5 {
    background: url("/contents/nikki/scout/images/top/service-icon-05.svg") left top no-repeat;
    background-size: 48px 48px;
}

@media (max-width: 1023px) {
    .profileHeader5 {
        background-size: 28px 28px;
    }

}

@media (max-width: 1023px) {
    .profileBody {
        margin-top: 9px;
        font-size: 11px;
        line-height: 1.454545454545455;
    }

}

.profileList {
    margin-top: 5px;
}

.profileList li {
    margin-left: 17px;
    list-style: disc;
    font-size: 14px;
    line-height: 2;
    white-space: nowrap;
}

.serviceBoxCompany {
    margin-top: 52px;
    text-align: center;
}

@media (max-width: 1023px) {
    .serviceBoxCompany {
        margin-top: 39px;
    }

}

@media (max-width: 1023px) {
    .serviceBoxCompany img {
        width: 47px;
    }

}

.serviceBoxCaption {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.714285714285714;
    text-align: center;
}

@media (max-width: 1023px) {
    .serviceBoxCaption {
        margin-top: 12px;
        font-size: 11px;
        line-height: 1.454545454545455;
    }

}

.serviceBoxContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 558px;
    margin: -6px auto 0;
}

@media (max-width: 1023px) {
    .serviceBoxContainer {
        max-width: 287px;
        margin: 20px auto 0;
    }

}

.serviceBoxNg,
.serviceBoxOk {
    position: relative;
}

@media (max-width: 1023px) {
    .serviceBoxNg,
    .serviceBoxOk {
        width: 110px;
    }

}

@media (max-width: 1023px) {
    .serviceBoxNg img,
    .serviceBoxOk img {
        width: 100%;
    }

}

.serviceBoxNg:before,
.serviceBoxOk:before {
    content: "";
    position: absolute;
    top: -68px;
    left: 50%;
    display: block;
    width: 72px;
    height: 72px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

@media (max-width: 1023px) {
    .serviceBoxNg:before,
    .serviceBoxOk:before {
        top: -40px;
        width: 36px;
        height: 36px;
    }

}

.serviceBoxNg:before {
    background: url("/contents/nikki/scout/images/top/service-img-04.png") left top no-repeat;
    background-size: contain;
}

@media (max-width: 1023px) {
    .serviceBoxNg .serviceBoxImage {
        width: 100px;
        margin-right: 10px;
    }

}

.serviceBoxOk:before {
    background: url("/contents/nikki/scout/images/top/service-img-05.png") left top no-repeat;
    background-size: contain;
}

@media (max-width: 1023px) {
    .serviceBoxOk .serviceBoxImage {
        width: 100px;
        margin-left: 10px;
    }

}

/* howto
=============================================== */
.howto {
    background: #e5ebf4;
    padding-top: 76px;
}

@media (max-width: 1023px) {
    .howto {
        padding-top: 36px;
    }

}

.howto .sectionInner {
    position: relative;
}

.howtoBgTop {
    position: absolute;
    top: -55px;
    right: -58px;
}

@media (max-width: 1023px) {
    .howtoBgTop {
        top: -71px;
        right: 0;
    }

}

.howtoTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #349eda;
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
}

@media (max-width: 1023px) {
    .howtoTitle {
        font-size: 18px;
        margin-bottom: 17px;
    }

}

.articleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .articleList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0 20px;
    }

}

.articleList &gt; li {
    width: 31.06382978723404%;
    min-height: 278px;
    line-height: 0;
}

@media (max-width: 1023px) {
    .articleList &gt; li {
        width: auto;
        min-height: 0;
        height: auto;
    }

}

@media (max-width: 1023px) {
    .articleList &gt; li + li {
        margin-top: 8px;
    }

}

.articleItem {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-bottom: solid 3px #e0e0e0;
    border-radius: 0 0 2px 2px;
    color: #3d3d3d;
}

@media (max-width: 1023px) {
    .articleItem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 12px 14px 12px;
        border-bottom: solid 3px #e0e0e0;
    }

}

.articleItem:hover {
    background: #f5f5f5;
    color: #349eda;
}

.articleItem:after {
    content: "";
    position: absolute;
    right: -17px;
    bottom: -19px;
    background: #349eda;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.articleImage {
    border-bottom: solid 1px #e5ebf4;
}

@media (max-width: 1023px) {
    .articleImage {
        border: solid 1px #e5ebf4;
        width: 80px;
    }

}

.articleImage img {
    width: 100%;
    vertical-align: bottom;
}

.articleTitle {
    min-height: 79px;
    padding: 13px 24px 18px;
    font-size: 14px;
    line-height: 1.714285714285714;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .articleTitle {
        width: calc(100% - 100px);
        padding: 0;
        min-height: 0;
    }

}

@media (max-width: 1023px) and (max-width: 1023px) {
    .articleTitle {
        font-size: 12px;
        line-height: 1.666666666666667;
    }

}

/* merit
=============================================== */
.merit {
    background: #e5ebf4;
    padding: 61px 0 80px;
}

@media (max-width: 1023px) {
    .merit {
        padding: 40px 0;
    }

}

.meritInner {
    position: relative;
    background: #ffffff;
    padding-top: 71px;
}

@media (max-width: 1023px) {
    .meritInner {
        width: auto;
        margin: 0 20px;
        padding-top: 32px;
    }

}

.meritTitle {
    text-align: center;
}

.meritList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 72px;
}

@media (max-width: 1023px) {
    .meritList {
        padding: 32px 0 27px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }

}

.meritItem {
    position: relative;
    text-align: center;
    min-height: 346px;
}

@media (max-width: 1023px) {
    .meritItem {
        min-height: 0;
    }

}

@media (max-width: 1023px) {
    .meritItem + .meritItem {
        margin-top: 28px;
    }

}

.meritImage {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 224px;
    height: 224px;
    margin: 0 auto;
    background: #f5f7fb;
    border-radius: 50%;
}

@media (max-width: 1023px) {
    .meritImage {
        width: 140px;
        height: 140px;
    }

}

@media (max-width: 1023px) {
    .meritItem1 img {
        width: 56px;
    }

}

@media (max-width: 1023px) {
    .meritItem2 img {
        width: 62px;
    }

}

@media (max-width: 1023px) {
    .meritItem3 img {
        width: 52px;
    }

}

.meritNum {
    position: absolute;
    left: 16px;
    top: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    color: #349eda;
}

@media (max-width: 1023px) {
    .meritNum {
        left: 10px;
        top: 10px;
        font-size: 28px;
    }

}

.meritBody {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    min-width: 250px;
}

@media (max-width: 1023px) {
    .meritBody {
        position: relative;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

}

.meritDescription {
    font-size: 14px;
    line-height: 1.714285714285714;
}

@media (max-width: 1023px) {
    .meritDescription {
        font-size: 12px;
        line-height: 1.666666666666667;
    }

}

.meritHeading {
    margin: 31px 0 17px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #349eda;
}

@media (max-width: 1023px) {
    .meritHeading {
        margin: 20px 0 9px;
        font-size: 16px;
    }

}

.meritBgTop {
    position: absolute;
    left: -160px;
    top: -156px;
}

@media (max-width: 1023px) {
    .meritBgTop {
        top: -57px;
        left: -20px;
        right: auto;
        bottom: auto;
    }

}

.meritBgBottom {
    position: absolute;
    bottom: -40px;
    right: -99px;
}

@media (max-width: 1023px) {
    .meritBgBottom {
        top: auto;
        left: auto;
        top: 325px;
        right: -16px;
    }

}

/* faq
=============================================== */
.faq {
    background: #f5f7fb;
    padding-top: 72px;
}

@media (max-width: 1023px) {
    .faq {
        position: relative;
        padding-top: 36px;
    }

}

.faqTitle {
    margin-bottom: 38px;
    text-align: center;
}

@media (max-width: 1023px) {
    .faqTitle {
        margin-bottom: 15px;
    }

}

.faqList {
    border-top: solid 2px #e5ebf4;
}

@media (max-width: 1023px) {
    .faqList {
        margin: 0 20px;
    }

}

.faqList dt {
    min-height: 32px;
    margin-top: 31px;
    padding: 5px 0 0 48px;
    background: url("/contents/nikki/scout/images/top/faq-q.png") left top no-repeat;
    background-size: 32px 32px;
    font-size: 14px;
    line-height: 1.714285714285714;
}

@media (max-width: 1023px) {
    .faqList dt {
        min-height: 24px;
        margin-top: 20px;
        padding: 1px 0 0 38px;
        font-size: 12px;
        line-height: 1.75;
        background-size: 24px 24px;
    }

}

.faqList dd {
    min-height: 32px;
    margin: 16px 0 0 0;
    padding: 4px 0 27px 48px;
    border-bottom: solid 1px #e5ebf4;
    background: url("/contents/nikki/scout/images/top/faq-a.png") left top no-repeat;
    background-size: 32px 32px;
    font-size: 14px;
    line-height: 1.714285714285714;
}

@media (max-width: 1023px) {
    .faqList dd {
        padding: 2px 0 15px 38px;
        font-size: 12px;
        line-height: 1.75;
        background-size: 24px 24px;
    }

}

@media (max-width: 1023px) {
    .faqBg {
        position: absolute;
        left: 7px;
        top: -81px;
    }

}

/* cv
=============================================== */
.cv {
    padding: 66px 0 34px;
}

@media (max-width: 1023px) {
    .cv {
        padding: 52px 0 24px;
    }

}

.cv .sectionInner {
    position: relative;
}

@media (max-width: 1023px) {
    .cv .sectionInner {
        text-align: center;
    }

}

.cv .link2 {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 14px;
}

@media (max-width: 1023px) {
    .cv .link2 {
        font-size: 12px;
        position: relative;
        top: auto;
        margin-top: 24px;
    }

}

.cv .btnRegister {
    max-width: 320px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .cv .btnRegister {
        max-width: 280px;
    }

}

/* animation
=============================================== */
.jsAnimateElm {
    opacity: 0;
    -webkit-transform: translateY(16px);
        -ms-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: 450ms ease-in-out;
         -o-transition: 450ms ease-in-out;
            transition: 450ms ease-in-out;
}

.jsAnimateElm.isAnimate {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.type2 {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms;
}

.type3 {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
}

.type4 {
    -webkit-transition-delay: 450ms;
         -o-transition-delay: 450ms;
            transition-delay: 450ms;
}

</pre></body></html>