.front-page {
    padding: 0 0 110px
}

@media screen and (max-width: 800px) {
    .front-page {
        padding-bottom: 50px
    }
}

.index-mv {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 2560px;
    min-height: 100vh;
    overflow: hidden
}

@media screen and (max-width: 800px) {
    .index-mv {
        min-height: 55vh
    }
}

.index-mv .video {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

@media screen and (max-width: 800px) {
    .index-mv .video {
        left: 50%;
        top: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        min-width: 0;
        height: 100%;
        min-height: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.index-mv .line-btn {
    position: absolute;
    right: 5%;
    bottom: 10%;
    display: block;
    width: 330px;
    height: 230px;
    background: url(../images/front-page/linelogin-btn.png) no-repeat 50% 50%/contain;
    text-indent: -9999em
}

@media screen and (min-width: 800px) {
    .index-mv .line-btn:hover {
        opacity: 0.7
    }
}

@media screen and (max-width: 800px) {
    .index-mv .line-btn {
        bottom: 3%;
        width: 49vw;
        height: 29vw
    }
}

.sec-pickup {
    position: relative;
    margin-bottom: 77px;
    padding-bottom: 50px;
    background-color: #fff579
}

.sec-pickup:after {
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    height: 14px;
    content: '';
    background: url(../images/front-page/deco-reverseTri.png) repeat-x 0 0
}

.sec-pickup .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px
}

@media screen and (max-width: 800px) {
    .sec-pickup .wrapper {
        width: 100%
    }
}

.sec-pickup .ttl {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.sec-pickup .ttl>span {
    display: block
}

.sec-pickup .ttl>span.img-box {
    margin-bottom: 10px;
    width: 224px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width: 800px) {
    .sec-pickup .ttl>span.img-box {
        width: 156.8px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.sec-pickup .ttl>span.txt {
    font-weight: 500
}

.sec-pickup .pickup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px
}

@media screen and (max-width: 800px) {
    .sec-pickup .pickup-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.sec-pickup .pickup-list li {
    margin-top: 20px;
    width: 48%
}

@media screen and (max-width: 800px) {
    .sec-pickup .pickup-list li {
        margin-left: 0;
        margin-top: 20px;
        width: 100%
    }
}

.sec-pickup .pickup-list li a {
    display: block
}

@media screen and (min-width: 800px) {
    .sec-pickup .pickup-list li a:hover {
        opacity: 0.7
    }
}

.sec-jobsearch {
    margin-bottom: 60px;
    padding-bottom: 60px;
    background-color: #f7f7f7
}

.sec-jobsearch>.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch>.wrapper {
        width: 100%
    }
}

.sec-jobsearch .ttl {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.sec-jobsearch .ttl>span {
    display: block
}

.sec-jobsearch .ttl>span.img-box {
    margin-bottom: 10px;
    width: 294px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .ttl>span.img-box {
        width: 205.8px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.sec-jobsearch .ttl>span.txt {
    font-weight: 500
}

.sec-jobsearch .from-area .sub-ttl {
    border-bottom: 3px solid #e34c46;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #e34c46
}

.sec-jobsearch .from-area .map {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 80px;
    width: 605px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map {
        width: 100%
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area {
    overflow: hidden;
    position: absolute;
    border: 1px solid #e34c46;
    border-radius: 30px;
    background-color: #fff;
    font-size: 25px;
    color: #e34c46;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area {
        font-size: 15px
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area[for='ara__22'] {
    right: 30px;
    top: 60px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__22'] {
        right: 10%;
        top: 11%
    }
}

@media screen and (max-width: 450px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__22'] {
        right: 10%;
        top: 15%
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area[for='ara__23'] {
    right: -50px;
    top: 190px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__23'] {
        right: 8%;
        top: 30%
    }
}

@media screen and (max-width: 450px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__23'] {
        right: 8%;
        top: 30%
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area[for='ara__24'] {
    right: -80px;
    bottom: 170px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__24'] {
        right: 7%;
        bottom: 35%
    }
}

@media screen and (max-width: 450px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__24'] {
        right: 7%;
        bottom: 35%
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area[for='ara__25'] {
    right: 130px;
    top: 220px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__25'] {
        right: 30%;
        top: 43%
    }
}

@media screen and (max-width: 450px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__25'] {
        right: 30%;
        top: 40%
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area[for='ara__26'] {
    right: 130px;
    bottom: 140px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__26'] {
        right: 13%;
        bottom: 25%
    }
}

@media screen and (max-width: 450px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__26'] {
        right: 13%;
        bottom: 25%
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area[for='ara__27'] {
    left: 240px;
    bottom: 215px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__27'] {
        left: 47%;
        bottom: 38%
    }
}

@media screen and (max-width: 450px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__27'] {
        left: 35%;
        bottom: 40%
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area[for='ara__28'] {
    left: 90px;
    bottom: 150px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__28'] {
        left: 26%;
        bottom: 27%
    }
}

@media screen and (max-width: 450px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__28'] {
        left: 4%;
        bottom: 28%
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area[for='ara__29'] {
    left: -90px;
    bottom: 210px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__29'] {
        left: 5%;
        bottom: 40%
    }
}

@media screen and (max-width: 450px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__29'] {
        left: -1%;
        bottom: 40%
    }
}

.sec-jobsearch .from-area .map .checkbox-square.area[for='ara__59'] {
    left: -100px;
    bottom: 40px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__59'] {
        left: 0%;
        bottom: 18%
    }
}

@media screen and (max-width: 450px) {
    .sec-jobsearch .from-area .map .checkbox-square.area[for='ara__59'] {
        left: 0%;
        bottom: 18%
    }
}

.sec-jobsearch .from-area .map input[name='ara[]'] {
    display: none
}

.sec-jobsearch .from-area .map input[name='ara[]']:checked+.lbl-txt {
    background-color: #e34c46;
    color: #fff
}

.sec-jobsearch .from-area .map .lbl-txt {
    display: inline-block;
    padding: 5px 25px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .lbl-txt {
        padding: 0 10px
    }
}

.sec-jobsearch .from-area .map .lbl-txt:before {
    content: '＞';
    display: inline-block;
    margin-right: 8px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

.sec-jobsearch .from-area .map .all-select-area-btn {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 18px
}

.sec-jobsearch .from-area .map .all-select-area-btn__anc {
    display: inline-block;
    padding: 5px 10px;
    background-color: #e34c46;
    color: #fff
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .from-area .map .all-select-area-btn__anc {
        font-size: 15px
    }
}

.sec-jobsearch .from-area .map .all-select-area-btn__anc:hover {
    opacity: 0.8
}

.sec-jobsearch .detail-search .sub-ttl {
    border-bottom: 3px solid #e34c46;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #e34c46
}

.sec-jobsearch .detail-search .details {
    border-bottom: 1px solid #969696
}

.sec-jobsearch .detail-search .details.freeword {
    position: relative;
    margin-bottom: 40px;
    border-bottom: none
}

.sec-jobsearch .detail-search .details.freeword h4 {
    margin-bottom: 18px;
    cursor: auto
}

.sec-jobsearch .detail-search .details.freeword input[type='text'] {
    display: inline-block;
    border: 1px solid #969696;
    padding: 10px 15px;
    width: 100%;
    background-color: #fff
}

.sec-jobsearch .detail-search .details.freeword .ats {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px
}

.sec-jobsearch .detail-search .details .drop-box {
    display: none;
    margin-bottom: 18px
}

.sec-jobsearch .detail-search .details h4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 18px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    cursor: pointer
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .detail-search .details h4 {
        font-size: 14px
    }
}

.sec-jobsearch .detail-search .details h4.act .more span:first-of-type {
    display: none
}

.sec-jobsearch .detail-search .details h4 .icon {
    display: inline-block;
    margin-right: 12px;
    width: 30px
}

.sec-jobsearch .detail-search .details h4 .icon img {
    width: auto
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .detail-search .details h4 .icon {
        width: 20px
    }

    .sec-jobsearch .detail-search .details h4 .icon img {
        width: 100%
    }
}

.sec-jobsearch .detail-search .details h4 .more {
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
    display: block;
    width: 25px;
    height: 25px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .detail-search .details h4 .more {
        top: calc(50% - 7px);
        width: 14px;
        height: 14px
    }
}

.sec-jobsearch .detail-search .details h4 .more span {
    position: absolute;
    top: calc(50% - 1px);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000
}

.sec-jobsearch .detail-search .details h4 .more span:first-of-type {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sec-jobsearch .detail-search .details .checkbox-square {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .detail-search .details .checkbox-square {
        margin-right: 10px;
        margin-bottom: 10px
    }
}

.sec-jobsearch .detail-search .details .checkbox-square .lbl-txt {
    display: inline-block;
    border: 1px solid #e34c46;
    border-radius: 30px;
    padding: 5px 20px;
    background-color: #fff;
    color: #e34c46;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

@media screen and (max-width: 800px) {
    .sec-jobsearch .detail-search .details .checkbox-square .lbl-txt {
        font-size: 14px;
        padding: 3px 10px
    }
}

.sec-jobsearch .detail-search .details .checkbox-square input[type='checkbox'] {
    position: absolute;
    left: -9999px
}

.sec-jobsearch .detail-search .details .checkbox-square input[type='checkbox']:checked+.lbl-txt {
    background-color: #e34c46;
    color: #fff
}

.sec-jobsearch form button[type='submit'] {
    position: relative;
    outline: none;
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    width: 330px;
    height: 47px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px #000;
    box-shadow: 4px 4px #000;
    font-weight: 700;
    line-height: 47px;
    text-align: center
}

@media screen and (min-width: 800px) {
    .sec-jobsearch form button[type='submit']:hover {
        opacity: 0.7
    }
}

@media screen and (max-width: 800px) {
    .sec-jobsearch form button[type='submit'] {
        width: 100%
    }
}

.sec-jobsearch form button[type='submit']:after {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 10px;
    content: '';
    background: url(../images/icon/icon-arrow-bk.png) no-repeat 50% 50%/contain
}

.sec-jobinfo {
    margin-bottom: 125px
}

@media screen and (max-width: 800px) {
    .sec-jobinfo {
        margin-bottom: 75px
    }
}

.sec-jobinfo .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .wrapper {
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .wrapper {
        padding: 0
    }
}

.sec-jobinfo .ttl {
    margin-bottom: 44px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sec-jobinfo .ttl>span {
    display: block
}

.sec-jobinfo .ttl>span.img-box {
    margin-bottom: 10px;
    width: 374px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .ttl>span.img-box {
        width: 261.8px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.sec-jobinfo .ttl>span.txt {
    font-weight: 500
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .ttl {
        margin-bottom: 20px;
        padding: 0 20px
    }
}

.sec-jobinfo .jobinfo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    font-size: 14px
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .jobinfo-list {
        font-size: 13px;
        margin-bottom: 20px
    }
}

.sec-jobinfo .jobinfo-list .jobinfo-item {
    width: 385px
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .jobinfo-list .jobinfo-item {
        padding: 30px 20px 20px 20px
    }

    .sec-jobinfo .jobinfo-list .jobinfo-item:nth-of-type(2n) {
        background-color: #fff2bc
    }
}

.sec-jobinfo .jobinfo-list .jobinfo-item>a {
    display: block
}

@media screen and (min-width: 800px) {
    .sec-jobinfo .jobinfo-list .jobinfo-item>a:hover {
        opacity: 0.7
    }
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .jobinfo-list .jobinfo-item {
        width: 100%
    }
}

.sec-jobinfo .jobinfo-list .jobinfo-item:first-of-type,
.sec-jobinfo .jobinfo-list .jobinfo-item:nth-of-type(2),
.sec-jobinfo .jobinfo-list .jobinfo-item:nth-of-type(3) {
    margin-bottom: 40px
}

@media screen and (max-width: 800px) {

    .sec-jobinfo .jobinfo-list .jobinfo-item:first-of-type,
    .sec-jobinfo .jobinfo-list .jobinfo-item:nth-of-type(2),
    .sec-jobinfo .jobinfo-list .jobinfo-item:nth-of-type(3) {
        margin-bottom: 0
    }
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .area {
    position: absolute;
    left: -10px;
    top: -23px;
    padding: 5px;
    background-color: #e34c46;
    font-size: 120%;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .jobinfo-list .jobinfo-item .content-box .area {
        top: -10px;
        padding: 2px;
        font-size: 90%
    }
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .area:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #b52823 transparent transparent
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .img-box {
    width: 160px
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .img-box img {
    border-radius: 13px
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .jobinfo-list .jobinfo-item .content-box .img-box {
        width: 100%;
        max-width: 250px;
        min-width: 160px
    }
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail {
    width: 205px
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail {
        margin-left: 10px;
        width: 100%;
        max-width: 430px
    }
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail .type,
.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail .pay {
    border-left: 2px solid #000;
    padding-left: 5px;
    font-weight: 700
}

@media screen and (max-width: 800px) {

    .sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail .type,
    .sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail .pay {
        font-size: 12px;
        margin-bottom: 3px
    }
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail hr {
    border: 1px dashed #707070
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail hr:first-of-type {
    margin: 7px 0
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail hr:first-of-type {
        margin: 10px 0
    }
}

.sec-jobinfo .jobinfo-list .jobinfo-item .content-box .detail hr:last-of-type {
    margin-top: 5px
}

.sec-jobinfo .btn-box {
    padding: 0 20px
}

.sec-jobinfo .more-btn {
    position: relative;
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    width: 330px;
    height: 47px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px #000;
    box-shadow: 4px 4px #000;
    font-weight: 700;
    line-height: 47px;
    text-align: center
}

@media screen and (min-width: 800px) {
    .sec-jobinfo .more-btn:hover {
        opacity: 0.7
    }
}

@media screen and (max-width: 800px) {
    .sec-jobinfo .more-btn {
        width: 100%
    }
}

.sec-jobinfo .more-btn:after {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 10px;
    content: '';
    background: url(../images/icon/icon-arrow-bk.png) no-repeat 50% 50%/contain
}

.sec-special {
    margin-bottom: 90px;
    padding-bottom: 70px
}

@media screen and (min-width: 801px) {
    .sec-special .only-sp {
        display: none
    }
}

@media screen and (max-width: 800px) {
    .sec-special .only-pc {
        display: none
    }
}

@media screen and (max-width: 800px) {
    .sec-special {
        margin-bottom: 75px;
        padding-bottom: 1px
    }
}

.sec-special .ttl {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px;
    width: 98%;
    max-width: 1240px
}

.sec-special .ttl>span {
    display: block
}

.sec-special .ttl>span.img-box {
    margin-bottom: 10px;
    width: 208px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width: 800px) {
    .sec-special .ttl>span.img-box {
        width: 145.6px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.sec-special .ttl>span.txt {
    font-weight: 500
}

@media screen and (max-width: 800px) {
    .sec-special .ttl {
        width: 100%
    }
}

.sec-special .more-btn-box {
    position: relative;
    margin: -55px auto 30px;
    max-width: 1240px;
    padding: 0 20px
}

.sec-special .more-btn-box>.more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit
}

@media screen and (min-width: 800px) {
    .sec-special .more-btn-box>.more-btn:hover {
        opacity: 0.7
    }
}

.sec-special .more-btn-box>.more-btn:after {
    display: inline-block;
    margin-left: 10px;
    width: 32px;
    height: 10px;
    content: '';
    background: url(../images/icon/icon-arrow-bk.png) no-repeat 50% 50%/contain
}

.sec-special .slider-item {
    position: relative;
    z-index: 20
}

.sec-special .slider-item>a {
    display: block
}

@media screen and (min-width: 800px) {
    .sec-special .slider-item>a:hover {
        opacity: 0.7
    }
}

.sec-special .slider-box.only-pc .bx-wrapper {
    border: none;
    margin: 0 auto;
    max-width: 1560px !important;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sec-special .slider-box.only-pc .bx-wrapper .bx-controls-direction {
    position: relative;
    margin: 0 auto;
    max-width: 250px
}

.sec-special .slider-box.only-pc .bx-wrapper .bx-controls-direction a {
    top: 20px;
    margin-top: 0;
    width: 30px;
    height: 30px;
    z-index: 10
}

.sec-special .slider-box.only-pc .bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/front-page/front_slider-arrowL.png) no-repeat 50% 50%/contain
}

.sec-special .slider-box.only-pc .bx-wrapper .bx-next {
    right: 0;
    background: url(../images/front-page/front_slider-arrowR.png) no-repeat 50% 50%/contain
}

.sec-special .slider-box.only-pc .bx-wrapper .bx-pager.bx-default-pager a {
    background: #b3b3b3
}

.sec-special .slider-box.only-pc .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sec-special .slider-box.only-pc .bx-wrapper .bx-pager.bx-default-pager a.active,
.sec-special .slider-box.only-pc .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #e34c46
}

.sec-special .slider-box.only-sp .bx-wrapper {
    border: none;
    max-width: 100% !important;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sec-special .slider-box.only-sp .bx-wrapper .bx-pager.bx-default-pager a {
    background: #b3b3b3
}

.sec-special .slider-box.only-sp .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sec-special .slider-box.only-sp .bx-wrapper .bx-pager.bx-default-pager a.active,
.sec-special .slider-box.only-sp .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #e34c46
}

.sec-special .slider-box.only-sp .bx-wrapper .bx-controls-direction a {
    z-index: 10
}

.sec-reson {
    padding: 60px 0;
    background-color: #39bbff
}

@media screen and (max-width: 800px) {
    .sec-reson {
        margin-bottom: 75px
    }
}

.sec-reson .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px
}

@media screen and (max-width: 800px) {
    .sec-reson .wrapper {
        width: 100%
    }
}

.sec-reson .ttl {
    margin: 0 auto 20px;
    width: 540px
}

@media screen and (max-width: 800px) {
    .sec-reson .ttl {
        max-width: 344px;
        width: 100%
    }
}

.sec-reson .content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
}

@media screen and (max-width: 800px) {
    .sec-reson .content-list {
        margin: 0 auto;
        width: 100%;
        max-width: 344px
    }
}

.sec-reson .content-list li {
    position: relative;
    border-radius: 15px;
    padding: 20px 0 13px;
    width: 250px;
    min-height: 155px;
    background-color: #fff;
    text-align: center;
    margin:20px;
}

@media screen and (max-width: 800px) {
    .sec-reson .content-list li {
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        min-height: 140px
    }
}

.sec-reson .content-list li:after {
    position: absolute;
    left: 6px;
    top: 6px;
    display: block;
    border: 2px solid #90d9ff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    content: ''
}

@media screen and (max-width: 800px) {

    .sec-reson .content-list li:first-of-type,
    .sec-reson .content-list li:nth-of-type(2),
    .sec-reson .content-list li:nth-of-type(3),
    .sec-reson .content-list li:nth-of-type(4) {
        margin-bottom: 30px
    }
}

.sec-reson .content-list li .index-ttl {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #e34c46
}

@media screen and (max-width: 800px) {
    .sec-reson .content-list li .index-ttl {
        font-size: 14px
    }
}

.sec-reson .content-list li .txt {
    font-weight: 700;
    font-size: 20px
}

@media screen and (max-width: 800px) {
    .sec-reson .content-list li .txt {
        font-size: 15px
    }
}

.sec-reson .content-list li .img-box img {
    width: auto
}

.sec-reson .more-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    width: 330px;
    height: 47px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px #000;
    box-shadow: 4px 4px #000;
    font-weight: 700;
    line-height: 47px;
    text-align: center
}

@media screen and (max-width: 800px) {
    .sec-reson .more-btn {
        width: 100%
    }
}

@media screen and (min-width: 800px) {
    .sec-reson .more-btn:hover {
        opacity: 0.7
    }
}

@media screen and (max-width: 800px) {
    .sec-reson .more-btn {
        max-width: 344px;
        margin-top: 30px;
        
    }
}

.sec-reson .more-btn:before {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 10px;
    content: '';
    background: url(../images/icon/icon-arrow-bk.png) no-repeat 50% 50%/contain
}

.sec-workattheresort {
    position: relative;
    margin-bottom: 65px;
    padding: 50px 0 75px
}

.sec-workattheresort .wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px
}

@media screen and (max-width: 800px) {
    .sec-workattheresort .wrapper {
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    .sec-workattheresort .wrapper {
        background: url(../images/front-page/bg-workattheresort.png) no-repeat 0 50%/cover
    }
}

.sec-workattheresort .wrapper:after {
    position: absolute;
    top: 60px;
    right: 0;
    display: block;
    width: 1005px;
    height: 834px;
    background: url(../images/front-page/bg-workattheresort.png) no-repeat 50% 50%/contain;
    content: ''
}

@media screen and (max-width: 800px) {
    .sec-workattheresort .wrapper:after {
        display: none
    }
}

.sec-workattheresort .ttl {
    margin-bottom: 50px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sec-workattheresort .ttl>span {
    display: block
}

.sec-workattheresort .ttl>span.img-box {
    margin-bottom: 10px;
    width: 484px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width: 800px) {
    .sec-workattheresort .ttl>span.img-box {
        width: 338.8px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.sec-workattheresort .ttl>span.txt {
    font-weight: 500
}

@media screen and (max-width: 800px) {
    .sec-workattheresort .ttl .img-box {
        width: 100% !important;
        max-width: 320px
    }
}

.sec-workattheresort .txt-box {
    position: relative;
    z-index: 10;
    width: 600px;
    font-weight: 500;
    line-height: 2
}

@media screen and (max-width: 800px) {
    .sec-workattheresort .txt-box {
        width: 100%
    }
}

.sec-workattheresort .txt-box p {
    margin-bottom: 35px
}

@media screen and (max-width: 800px) {
    .sec-workattheresort .txt-box p {
        margin-bottom: 15px
    }
}

.sec-workattheresort .txt-box p:last-of-type {
    margin-bottom: 0
}

.sec-workattheresort .more-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    width: 330px;
    height: 47px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px #000;
    box-shadow: 4px 4px #000;
    font-weight: 700;
    line-height: 47px;
    text-align: center
}

@media screen and (max-width: 800px) {
    .sec-workattheresort .more-btn {
        width: 100%
    }
}

@media screen and (min-width: 800px) {
    .sec-workattheresort .more-btn:hover {
        opacity: 0.7
    }
}

@media screen and (max-width: 800px) {
    .sec-workattheresort .more-btn {
        margin-top: 30px;
        max-width: 344px
    }
}

.sec-workattheresort .more-btn:before {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 10px;
    content: '';
    background: url(../images/icon/icon-arrow-bk.png) no-repeat 50% 50%/contain
}

.sec-qa {
    margin-bottom: 125px
}

@media screen and (max-width: 800px) {
    .sec-qa {
        margin-bottom: 75px
    }
}

.sec-qa>.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px
}

@media screen and (max-width: 800px) {
    .sec-qa>.wrapper {
        width: 100%
    }
}

.sec-qa .ttl {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 30px
}

.sec-qa .ttl>span {
    display: block
}

.sec-qa .ttl>span.img-box {
    margin-bottom: 10px;
    width: 152px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width: 800px) {
    .sec-qa .ttl>span.img-box {
        width: 106.4px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.sec-qa .ttl>span.txt {
    font-weight: 500
}

.sec-qa .ttl>span.img-box {
    margin-bottom: 0
}

.sec-qa .content-item {
    border-top: 1px dashed #969696;
    margin-top: 40px;
    padding-top: 40px
}

@media screen and (max-width: 800px) {
    .sec-qa .content-item {
        margin-top: 30px;
        padding-top: 30px
    }
}

.sec-qa .content-item .main_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 800px) {
    .sec-qa .content-item .main_txt {
        --flex-direction: column
    }
}

.sec-qa .content-item .main_txt:before {
    margin-right: 20px;
    width: 44px;
    height: 44px;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

@media screen and (max-width: 800px) {
    .sec-qa .content-item .main_txt:before {
        margin-right: 0;
        width: 30px;
        height: 30px
    }
}

.sec-qa .content-item .main_txt.question .inner_txt {
    margin-top: 7px;
    width: 100%
}

@media screen and (max-width: 800px) {
    .sec-qa .content-item .main_txt.question .inner_txt {
        margin-left: 10px;
        margin-top: 2px
    }
}

.sec-qa .content-item .main_txt.answer .inner_txt {
    margin-top: 7px;
    width: 100%
}

@media screen and (max-width: 800px) {
    .sec-qa .content-item .main_txt.answer .inner_txt {
        margin-left: 10px;
        margin-top: 4px
    }
}

.sec-qa .content-item .main_txt.question {
    margin-bottom: 20px
}

.sec-qa .content-item .main_txt.question:before {
    background-image: url(../images/front-page/icon-question.png)
}

@media screen and (max-width: 800px) {
    .sec-qa .content-item .main_txt.question:before {
        background-image: url(../images/front-page/sp_icon-question.png)
    }
}

.sec-qa .content-item .main_txt.answer:before {
    background-image: url(../images/front-page/icon-answer.png)
}

@media screen and (max-width: 800px) {
    .sec-qa .content-item .main_txt.answer:before {
        background-image: url(../images/front-page/sp_icon-answer.png)
    }
}

.sec-qa .content-item .main_txt.question .inner_txt {
    font-weight: 700;
    font-size: 18px
}

@media screen and (max-width: 800px) {
    .sec-qa .content-item .main_txt.question .inner_txt {
        font-size: 16px
    }
}

.sec-qa .content-item .main_txt.answer .inner_txt {
    font-weight: 500
}

@media screen and (max-width: 800px) {
    .sec-qa .content-item .main_txt.answer .inner_txt {
        font-size: 14px
    }
}

.sec-qa .content-item:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.sec-qa .content-more_btn {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    width: 330px;
    height: 47px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px #000;
    box-shadow: 4px 4px #000;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    margin-top: 50px
}

@media screen and (max-width: 800px) {
    .sec-qa .content-more_btn {
        width: 100%
    }
}

@media screen and (min-width: 800px) {
    .sec-qa .content-more_btn:hover {
        opacity: 0.7
    }
}

@media screen and (max-width: 800px) {
    .sec-qa .content-more_btn {
        margin-top: 30px;
        max-width: 344px
    }
}

.sec-qa .content-more_btn:before {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 10px;
    content: '';
    background: url(../images/icon/icon-arrow-bk.png) no-repeat 50% 50%/contain
}

.sec-experiences {
    margin-bottom: 125px
}

@media screen and (max-width: 800px) {
    .sec-experiences {
        margin-bottom: 75px
    }
}

.sec-experiences>.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px
}

@media screen and (max-width: 800px) {
    .sec-experiences>.wrapper {
        width: 100%
    }
}

.sec-experiences .ttl {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 30px
}

.sec-experiences .ttl>span {
    display: block
}

.sec-experiences .ttl>span.img-box {
    margin-bottom: 10px;
    width: 387px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width: 800px) {
    .sec-experiences .ttl>span.img-box {
        width: 270.9px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.sec-experiences .ttl>span.txt {
    font-weight: 500
}

.sec-experiences .ttl>span.img-box {
    margin-bottom: 0
}

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

@media screen and (max-width: 800px) {
    .sec-experiences .content-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.sec-experiences .content-item {
    width: 280px
}

@media screen and (max-width: 800px) {
    .sec-experiences .content-item {
        margin-top: 35px;
        width: 100%
    }

    .sec-experiences .content-item:first-of-type {
        margin-top: 0
    }
}

.sec-experiences .content-item-inner {
    display: block;
    border: 2px solid #000;
    padding: 20px;
    width: 98%;
    min-height: 380px;
    -webkit-box-shadow: 5px 5px #000;
    box-shadow: 5px 5px #000
}

@media screen and (min-width: 800px) {
    .sec-experiences .content-item-inner:hover {
        opacity: 0.7
    }
}

@media screen and (max-width: 800px) {
    .sec-experiences .content-item-inner {
        padding: 12px;
        min-height: 0
    }
}

.sec-experiences .content-item-inner .txt_bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sec-experiences .content-item-inner .txt_bx-main_txt {
    width: 90%
}

@media screen and (max-width: 800px) {
    .sec-experiences .content-item-inner .txt_bx-main_txt {
        width: 80%
    }
}

.sec-experiences .content-item-inner .txt_bx-main_txt .ttl {
    margin: 15px 0 5px;
    font-size: 20px;
    font-weight: 500
}

@media screen and (max-width: 800px) {
    .sec-experiences .content-item-inner .txt_bx-main_txt .ttl {
        margin-top: 9px;
        font-size: 11px
    }
}

.sec-experiences .content-item-inner .txt_bx-main_txt .name.name,
.sec-experiences .content-item-inner .txt_bx-main_txt .description.name {
    font-size: 14px
}

@media screen and (max-width: 800px) {

    .sec-experiences .content-item-inner .txt_bx-main_txt .name,
    .sec-experiences .content-item-inner .txt_bx-main_txt .description {
        font-size: 9px
    }
}

.sec-experiences .content-item-inner .txt_bx-icn-arrow {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 7%;
    height: auto
}

.sec-experiences .content-more_btn {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    width: 330px;
    height: 47px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px #000;
    box-shadow: 4px 4px #000;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    margin-top: 50px
}

@media screen and (max-width: 800px) {
    .sec-experiences .content-more_btn {
        width: 100%
    }
}

@media screen and (min-width: 800px) {
    .sec-experiences .content-more_btn:hover {
        opacity: 0.7
    }
}

@media screen and (max-width: 800px) {
    .sec-experiences .content-more_btn {
        margin-top: 30px;
        max-width: 344px
    }
}

.sec-experiences .content-more_btn:before {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 10px;
    content: '';
    background: url(../images/icon/icon-arrow-bk.png) no-repeat 50% 50%/contain
}

.sec-news {
    margin-bottom: 60px
}

@media screen and (min-width: 801px) {
    .sec-news .only-sp {
        display: none !important
    }
}

@media screen and (max-width: 800px) {
    .sec-news .only-pc {
        display: none !important
    }
}

@media screen and (max-width: 800px) {
    .sec-news {
        margin-bottom: 40px
    }
}

.sec-news>.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px
}

@media screen and (max-width: 800px) {
    .sec-news>.wrapper {
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    .sec-news>.wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sec-news .new {
    position: relative;
    width: 570px
}

@media screen and (max-width: 800px) {
    .sec-news .new {
        margin-bottom: 30px;
        width: 100%
    }
}

.sec-news .new .ttl {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    margin-bottom: 15px
}

.sec-news .new .ttl>span {
    display: block
}

.sec-news .new .ttl>span.img-box {
    margin-bottom: 10px;
    width: 375px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

@media screen and (max-width: 800px) {
    .sec-news .new .ttl>span.img-box {
        width: 262.5px;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

.sec-news .new .ttl>span.txt {
    font-weight: 500
}

@media screen and (max-width: 800px) {
    .sec-news .new .ttl {
        width: 266px
    }
}

.sec-news .new .more-btn.only-pc {
    position: absolute;
    right: 0;
    top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit
}

@media screen and (min-width: 800px) {
    .sec-news .new .more-btn.only-pc:hover {
        opacity: 0.7
    }
}

.sec-news .new .more-btn.only-pc:after {
    display: inline-block;
    margin-left: 10px;
    width: 32px;
    height: 10px;
    content: '';
    background: url(../images/icon/icon-arrow-bk.png) no-repeat 50% 50%/contain
}

@media screen and (max-width: 800px) {
    .sec-news .new .news-list {
        margin-bottom: 20px
    }
}

.sec-news .new .news-list .news-item {
    border-top: 1px solid #e4e7eb;
    border-bottom: 1px solid #e4e7eb;
    padding: 10px 0
}

@media screen and (min-width: 800px) {
    .sec-news .new .news-list .news-item:hover {
        opacity: 0.7
    }
}

.sec-news .new .news-list .news-item .time {
    font-weight: 700;
    color: #e34c46
}

.sec-news .new .more-btn.only-sp {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    width: 100%;
    height: 47px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px #000;
    box-shadow: 4px 4px #000;
    font-weight: 700;
    line-height: 47px;
    text-align: center
}

@media screen and (max-width: 800px) {
    .sec-news .new .more-btn.only-sp {
        width: 100%
    }
}

.sec-news .new .more-btn.only-sp:after {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 10px;
    content: '';
    background: url(../images/icon/icon-arrow-bk.png) no-repeat 50% 50%/contain
}

.sec-news .twitter {
    border: 1px solid #3592dd;
    margin-top: 20px;
    width: 570px;
    height: 385px;
    overflow-y: scroll
}

@media screen and (max-width: 800px) {
    .sec-news .twitter {
        margin-top: 0;
        width: 100%;
        height: 250px
    }
}

.sec-group-banner>.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px
}

@media screen and (max-width: 800px) {
    .sec-group-banner>.wrapper {
        width: 100%
    }
}

.sec-group-banner .ttl {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center
}

@media screen and (max-width: 800px) {
    .sec-group-banner .ttl {
        margin-bottom: 15px;
        font-size: 20px
    }
}

.sec-group-banner .ttl:before,
.sec-group-banner .ttl:after {
    display: inline-block;
    font-size: inherit
}

.sec-group-banner .ttl:before {
    margin-right: 5px;
    content: '['
}

.sec-group-banner .ttl:after {
    margin-left: 5px;
    content: ']'
}

.sec-group-banner .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    width: 1000px
}

@media screen and (max-width: 800px) {
    .sec-group-banner .banner-list {
        width: 100%
    }
}

.sec-group-banner .banner-list .banner-item {
    margin-bottom: 25px;
    width: 48%
}

@media screen and (max-width: 800px) {
    .sec-group-banner .banner-list .banner-item {
        margin-bottom: 10px
    }
}

.sec-group-banner .banner-list .banner-item>a {
    display: block
}

@media screen and (min-width: 800px) {
    .sec-group-banner .banner-list .banner-item>a:hover {
        opacity: 0.7
    }
}

.sec-group-banner .banner-list .banner-item>a img {
    width: 100%;
    height: auto;
    vertical-align: top
}