
@media screen and (max-width:767px){

    main{
        width: 100vw;
        overflow: hidden;
    }

}

@media screen and (min-width:768px){

    body:not(.firstviewscrolled) .c-hamburger > span,
    body:not(.firstviewscrolled) .c-hamburger--htx > span::before, body:not(.firstviewscrolled) .c-hamburger--htx > span::after{
        background-color: #fff;
    }

    body:not(.firstviewscrolled) .c-hamburger--htx.is-active > span::before, body:not(.firstviewscrolled) .c-hamburger--htx.is-active > span::after{
        background-color: #000;
    }

}


@media screen and (max-width:767px){

    .inner002.fullsp{
        width: 100%;
    }

}

/* Main Banner */

#mainBanner {
    width: 100%;
    height: 90vh;
    background: url("../common/img/main-banner.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#mainBanner .mainBanner-text {
    max-width: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mainBanner .mainBanner-text,
#mainBanner .mainBanner-text img {
    width: 100%;
    height: auto;
}

#mainBanner .social-media-links {
    position: fixed;
    right: 30px;
    top: 48%;
    transform: translateY(-50%);
}

#mainBanner .social-media-links a {
    max-width: 13px;
    display: block;
    margin-top: 32px;
}

#mainBanner .social-media-links a,
#mainBanner .social-media-links a img {
    width: 100%;
    height: auto;
}

body.firstviewscrolled_sns #mainBanner .social-media-links{
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

@media screen and (max-width: 1600px) {
    #mainBanner {
        height: 698px;
        background: url("../common/img/main-banner.jpg") no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    #mainBanner {
        height: 508px;
        background: url("../common/img/main-banner-sp.jpg") no-repeat;
        background-position: center;
        background-size: cover;
    }
    #mainBanner .scroll-down-icon {
        position: absolute;
        bottom: 19px;
        max-width: 47px;
        left: 50%;
        transform: translateX(-50%);
    }
    #mainBanner .scroll-down-icon,
    #mainBanner .scroll-down-icon img {
        width: 100%;
        height: auto;
    }
}

/* Event */

#event {
    padding-top: 72px;
    padding-bottom: 83px;
    width: 100%;
    height: auto;
}

.event-white-box-container {
    width: 179px;
    /* height: auto; */
    background: #fff;
    margin: 0px auto -31px;
    z-index: 8;
    position: relative;
}

.event-white-box-container .global-header-jp{
    font-size: 18px;
}

.global-header-jp {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: 8px;
    text-align: center;
    color: #000;
    margin-bottom: 3px;
}

.global-header-en {
    font-family: EB Garamond;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 34px;
    text-align: center;
    color: #000;
}

#event .event-white-flex-cont {
    display: flex;
    max-width: 800px;
    width: 100%;
    height: auto;
    padding: 52px 50px 42px 52px;
    box-sizing: border-box;
    position: relative;
}

#event .event-white-cont-outer {
    max-width: 800px;
    width: 100%;
    height: auto;
    position: relative;
    transition: 0.3s opacity;
}

#event .event-white-cont-outer:hover{
    opacity: 0.7;
}


#event .event-white-cont-outer::before {
    position: absolute;
    content: "";
    width: calc(100% - 34px);
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #cfcfcf;
}

#event .event-white-cont-outer::after {
    position: absolute;
    content: "";
    height: calc(100% - 34px);
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #cfcfcf;
}

#event a {
    width: 100%;
}

#event .event-white-flex-cont::before {
    position: absolute;
    content: "";
    height: calc(100% - 34px);
    width: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #cfcfcf;
}

#event .event-white-flex-cont::after {
    position: absolute;
    content: "";
    width: calc(100% - 34px);
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #cfcfcf;
}

#event .event-img-cont {
    max-width: 310px;
    height: auto;
    overflow-y: hidden;
    margin-right: 42px;
}

#event .event-img-cont,
#event .event-img-cont img {
    width: 100%;
    height: auto;
}

#event .event-img-cont img {
    height: 176px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

#event .event-text-1 {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 24px;
    margin-bottom: 11px;
}

#event .event-black-label {
    width: 100%;
    max-width: 100px;
    padding: 5px 15px;
    height: 25px;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 21px;
    color: #fff;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
}

#event .event-text-2 {
    font-weight: 500;
    /* font-size: 22px; */
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 14px;
    margin-bottom: 10px;
}

#event .event-text-3 {
    margin-bottom: 15px;
}

#event .event-text-3 table tr {
    margin-bottom: 5px;
    vertical-align: top;
}

#event .event-text-3 table tr th {
    width: 45px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 22px;
    padding-right: 11px;
}

#event .event-text-3 table tr td {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 25px;
}

#event .event-btn {
    float: right;
    max-width: 52px;
}

#event .event-btn:hover {
    opacity: 0.75;
}

#event .event-btn,
#event .event-btn img {
    width: 100%;
    margin-top: -19px;
    height: auto;
}

@media screen and (max-width: 1200px) {
    #event .event-white-flex-cont {
        display: block;
    }
    #event .event-img-cont {
        max-width: 50%;
        margin-right: 0;
        margin: 0 auto 17px;
    }
    #event .event-text-1 {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 24px;
        margin-bottom: 17px;
    }
    #event .event-black-label {
        font-size: 9px;
        letter-spacing: 0.15em;
        line-height: 21px;
    }
    #event .event-text-2 {
        font-size: 16px;
        letter-spacing: 0.15em;
        line-height: 14px;
        margin-bottom: 13px;
    }
    #event .event-text-3 table tr th {
        font-size: 11px;
        letter-spacing: 0.15em;
        line-height: 22px;
        width: 41px;
    }
    #event .event-text-3 table tr td {
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 25px;
    }

    #event .event-white-flex-cont {
        padding: 46px 35px 28px 35px;
        box-sizing: border-box;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    #event {
        padding-top: 51px;
        padding-bottom: 71px;
    }
    .global-header-jp {
        font-size: 16px;
        letter-spacing: 0.2em;
        line-height: 27px;
        margin-bottom: -7px;
    }
    .global-header-en {
        font-size: 10px;
        line-height: 28px;
    }
}

@media screen and (max-width: 500px) {
    #event .event-img-cont {
        max-width: 100%;
    }
}

/* Concept */

#concept {
    background: url("../common/img/concept.png") no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 79px;
}

#concept .concept-main-text {
    width: 100%;
    max-width: 319px;
    height: auto;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 44px;
    margin: 26px auto 29px;
}

.top-page-btn {
    max-width: 246px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #777777;
    margin: 0 auto;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 26px;
    color: #272727;
    box-sizing: border-box;
}

.top-page-btn:hover {
    opacity: 0.75;
}

.top-page-btn img {
    margin-left: 9px;
    margin-right: -9px;
    width: 21px;
    height: 4px;
}

@media screen and (max-width: 767px) {
    #concept {
        padding-bottom: 85px;
        background-position: 20%;
    }
    #concept .concept-main-text {
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 44px;
        max-width: 282px;
        margin: 45px auto 34px;
    }
    .top-page-btn {
        max-width: 190px;
        height: 34px;
        font-size: 10px;
        letter-spacing: 0.12em;
        line-height: 22px;
    }
    .top-page-btn img {
        margin-left: 9px;
        margin-right: -9px;
        width: 16px;
        height: 3.5px;
    }
}

/* Movie */

#movie {
    padding-top: 84px;
    padding-bottom: 106px;
    width: 100%;
    height: auto;
}

#movie .movie-container-flex {
    display: flex;
}

#movie .movie-container-flex-1 {
    margin: 36px auto 11px;
}

#movie .movie-container-flex-2 {
    margin: 0 auto 27px;
}

#movie .movie-box {
    max-width: 300px;
}

#movie .movie-box:hover {
    opacity: 0.75;
    cursor: pointer;
}

#movie .movie-box,
#movie .movie-box img {
    width: 100%;
    height: auto;
}

#movie .movie-box:nth-child(1),
#movie .movie-box:nth-child(2) {
    margin-right: 30px;
}

.section-link {
    float: right;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
}

.section-link:hover {
    opacity: 0.75;
}

.section-link img {
    width: 28.18px;
    height: 5.75px;
    margin-left: 9px;
}

@media screen and (max-width: 767px) {
    #movie {
        padding-top: 55px;
        padding-bottom: 69px;
    }
    #movie .movies-container-sp {
        margin-top: 30px;
    }
    #movie .movie-container-flex-2 {
        margin: 0 auto 20px;
    }
    #movie .movie-box:nth-child(2) {
        margin-right: 0;
    }
    .section-link {
        float: right;
        display: flex;
        align-items: center;
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 22px;
    }
}

/* About */

#about {
    width: 100%;
    height: auto;
    padding-top: 0;
}

#about .about-beige-bg {
    padding-top: 67px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    padding-bottom: 63px;
    background-color: #f8f7f2;
}

@media screen and (min-width:768px){
    #about .about-beige-bg {
        padding-bottom: 0;
        padding-top: 80px;
    padding-bottom: 50px;

    }
}

#about .about-main-text {
    width: 100%;
    max-width: 391px;
    height: auto;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 40px;
    margin: 30px auto 0;
}

#about .about-links-container {
    width: 100%;
    height: auto;
    max-width: 1300px;
    margin: 0 auto;
}

#about .about-links-row-flex {
    display: flex;
    width: 100%;
    height: auto;
}

#about .about-links-row-flex a {
    display: block;
    width: 50%;
    height: auto;
    transition: 0.5s;
}

#about .about-links-row-flex a:hover{
    opacity: 0.8;
}

#about .about-bg-link {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: contain;
    padding-left: 100px;
    padding-top: 72px;
    padding-bottom: 55px;
    box-sizing: border-box;
}

#about .about-bg-link1 {
    background: url("../common/img/about1.jpg") no-repeat;
}

#about .about-bg-link2 {
    background: url("../common/img/about2.jpg") no-repeat;
}

#about .about-bg-link3 {
    background: url("../common/img/about3.jpg") no-repeat;
}

#about .about-bg-link4 {
    background: url("../common/img/about4.jpg") no-repeat;
}

#about .about-link-text-header {
    font-size: 20px;
    letter-spacing: 0.16em;
    line-height: 23px;
    color: #fff;
    margin-bottom: 10px;
}

#about .about-btn-img {
    max-width: 32px;
}

#about .about-btn-img,
#about .about-btn-img img {
    width: 100%;
    height: auto;
}

#about .about-services-links-flex {
    padding-top: 101px;
    padding-bottom: 102px;
    border-bottom: #cfcfcf 1px solid;
}

#about .about-services-links-flex {
    display: flex;
    justify-content: center;
}

#about .about-services-link-cont {
    max-width: 96px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about .about-services-link-cont:hover {
    opacity: .75;
}

#about .about-services-link-cont:nth-child(1),
#about .about-services-link-cont:nth-child(2) {
    margin-right: 73px;
}

#about .about-favicon-icon {
    margin-bottom: 19px;
}

#about .about-favicon-icon,
#about .about-favicon-icon img {
    width: 100%;
    height: auto;
}

#about .about-favicon-icon1 {
    max-width: 36px;
}

#about .about-favicon-icon2 {
    max-width: 23px;
}

#about .about-favicon-icon3 {
    max-width: 45px;
}

#about .about-services-link-text {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 24px;
    text-align: center;
    margin-bottom: 4px;
}

.about-services-link-btn-img {
    max-width: 22px;
}

.about-services-link-btn-img,
.about-services-link-btn-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1000px) {
    #about .about-link-text-header {
        font-size: 14px;
        letter-spacing: 0.16em;
        line-height: 18px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    #about {
        padding-top: 0;
    }
    #about .about-beige-bg {
        padding-bottom: 41px;
    }
    #about .about-main-text {
        width: 100%;
        max-width: 281px;
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 26px;
        margin-top: 20px;
    }
    #about .about-links-row-flex {
        align-items: center;
        flex-direction: column;
    }
    #about .about-links-row-flex a {
        width: 90%;
        height: 140px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    #about .about-bg-link {
        width: 100%;
        height: 140px;
        background-position: center;
        background-size: cover;
        box-sizing: border-box;
        padding-left: 25px;
        padding-top: 55px;
        padding-bottom: 53px;
    }
    #about .about-beige-bg {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    #about .about-services-link-cont {
        max-width: 72px;
    }
    #about .about-services-link-cont:nth-child(1),
    #about .about-services-link-cont:nth-child(2) {
        margin-right: 39px;
    }
    #about .about-favicon-icon {
        margin-bottom: 14px;
    }
    #about .about-favicon-icon1 {
        max-width: 26px;
    }
    
    #about .about-favicon-icon2 {
        max-width: 17px;
    }
    
    #about .about-favicon-icon3 {
        max-width: 33px;
    }
    #about .about-services-link-text {
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 18px;
        text-align: center;
        margin-bottom: 12px;
    }

    #about .about-services-links-flex {
        padding-top: 49px;
        padding-bottom: 48px;
        border-bottom: #cfcfcf 1px solid;
    }
}

/* Works */

#works {
    width: 100%;
    height: auto;
    padding-top: 76px;
    padding-bottom: 40px;
}
#works .work-slider-cont {
    margin-top: 40px;
    margin-bottom: 0px;
}



@media screen and (min-width:768px){

    #works .work-slider-cont > a:nth-child(n+3){
        display: none;
    }

}

@media screen and (max-width:767px){
    #works .slider-card-container{
        margin-right: auto;
        margin-bottom: 20px;
    }
    .work-slider-cont-wrap{
        width: 100vw;
        overflow: hidden;
        margin-bottom: 11px;
    }
    #works .slick-slide {
        padding-left: 20px;
    }
    #works .slick-slider .slick-list{
        width: 90%;
        overflow: visible;
    }
}

#works .slider-card-container {
    margin-right: auto;
    margin-left: 0;
    padding: 0 20px;
    /*margin: 0 10px;*/
    margin-bottom: 50px;
    max-width: none;
    width: auto;
    height: auto;
    transition: 0.4s;

}

#works .slider-card-container:hover {
    opacity: 0.8;
}

/* ------------------------------------ */

#works .works-consultation-flex-container {
    margin-top: 106px;
    display: flex;
}

#works .works-consultation-img {
    max-width: 597px;
}

#works .works-card-img-cont{
    max-width: none;
}

#works .works-consultation-img{
    margin-right: -50px;
}
#works .righty .works-consultation-img{
    margin-right: 0;
    margin-left: -50px;
    z-index: -1;
}

@media screen and (max-width: 767px) {

    #works .righty .works-consultation-img{
        margin-right: 0;
        margin-left: 0;
        z-index: -1;
        margin-top: 0;
        position: absolute;
        top: -200px;
    }
}

#works .works-consultation-img img {
    width: 100%;
    height: auto;
}

#works .about-free-consultaion-cont-white-bg {
    max-width: 520px;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 80px 101px 68px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#works .consultation-header-jp {
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: 34px;
    text-align: center;
    margin-bottom: -4px;
}

#works .consultation-header-en {
    font-family: EB Garamond;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 34px;
    text-align: center;
    padding-bottom: 7px;
    margin-bottom: 21px;
    position: relative;
}

#works .consultation-header-en::after {
    position: absolute;
    content: "";
    background-color: #707070;
    width: 20px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#works .consultation-main-text {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    margin-bottom: 39px;
}

@media screen and (max-width: 767px) {
    #works {
        padding-top: 45px;
        margin-bottom: 0;
    }
    #works .work-slider-cont {
        margin-top: 30px;
    }
    #works .slider-card-container:nth-child(1) {
        margin-right: 0;
    }
    #works .works-card-img-cont {
        max-width: 100%;
        margin-bottom: 15px;
    }
    #works .works-card-caption {
        font-size: 14px;
        letter-spacing: 0.15em;
        line-height: 14px;
        margin-bottom: 9px;
    }
    #works .house-type {
        font-size: 11px;
        letter-spacing: 0.1em;
        line-height: 14px;
        color: #9f9f9f;
    }
    #works .place {
        font-size: 11px;
        letter-spacing: 0.12em;
        line-height: 15px;
        text-align: left;
        color: #333;
        /* display: flex; */
        flex: 1;
    }
    #works .place img {
        width: 8px;
        height: auto;
        display: inline;
        vertical-align: -1px;
    }
    #works .works-consultation-flex-container {
        display: block;
        margin-top: 80px;
        position: relative;
    }
    #works .about-free-consultaion-cont-white-bg {
        margin-left: 0;
        margin-right: 0;
        width: 90%;
        margin: -56px auto 0;
        background-color: #fff;
        position: relative;
        padding: 49px 27px 21px 26px;
    }
    #works .righty .about-free-consultaion-cont-white-bg {
        margin: 230px auto 0;
        order: 2;

    }
    #works .consultation-header-jp {
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 4px;
        text-align: center;
    }
    #works .consultation-header-en {
        font-size: 10px;
        letter-spacing: 0.16em;
        line-height: 28px;
        padding-bottom: 8px;
        margin-bottom: 17px;
        margin-top: 12px;
    }
    #works .consultation-main-text {
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 23px;
    }
    #works .works-consultation-img {
        max-width: 100%;
    }
}


#works .slick-next.slick-arrow,
#works .slick-prev.slick-arrow{
    top: 33%;
    border-bottom: 2px solid #9f9f9f;
    border-right: 2px solid #9f9f9f;
}

#works .slick-prev:before, #works .slick-next:before{
    color: transparent!important;
}


#works .slick-next {
    transform: rotate(-45deg);
    right:  -45px;
}

#works .slick-prev {
    transform: rotate(135deg);
    left:  -45px;
}


/* Voice */

#voice {
    padding-top: 50px;
    padding-bottom: 51px;
    background-color: #f8f7f2;
    width: 100%;
    height: auto;
}

@media screen and (min-width:768px){
    #voice{
        padding-top: 72px;
    }
}

#voice .voice-cards-flex {
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
}

#voice .voice-white-card-link {
    max-width: 280px;
    width: 100%;
    height: auto;
    background-color: #fff;
}

#voice .voice-white-card-link:hover {
    opacity: 0.75;
}

#voice .voice-white-card-link:nth-child(1),
#voice .voice-white-card-link:nth-child(2) {
    margin-right: 52px;
}

#voice .voice-img-cont {
    max-width: 279px;
}

#voice .voice-img-cont,
#voice .voice-img-cont img {
    width: 100%;
    height: auto;
    height: 170px;
    object-fit: cover;
}

#voice .voice-card-text-area {
    width: 100%;
    height: auto;
    padding: 29px 37px 29px;
    box-sizing: border-box;
}

#voice .voice-main-txt {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 25px;
    margin-bottom: 57px;
}

#voice .voice-btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
}

#voice .voice-btn-flex:hover {
    opacity: 0.75;
}

#voice .voice-btn-flex img {
    width: 19px;
    height: auto;
    margin-left: 7px;
}

@media screen and (max-width: 1200px) {
    #voice .voice-cards-flex {
        width: 100%;
        overflow: hidden;
    }
    #voice .voice-white-card-link {
        width: 285px;
        max-width: 285px;
    }
}
#voice .global-btn-link{
    padding-top: 40px;
    float: right;
}

#voice:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}



@media screen and (min-width:768px){

    #voice .voice-cards-flex > a:nth-child(n+4){
        display: none;
    }

}

@media screen and (max-width:767px){
    #voice .voice-img-cont{
        max-width: none;
        /*margin: 0 20px;*/
    }

    .voice-card-text-area{
        background: #fff;
    }
    #voice .voice-cards-flex .voice-white-card-link{
        margin: 0 10px;
        max-width: none;

        margin-bottom: 20px;
        /*background: none;*/
    }
    .voice-slider-cont-wrap{
        width: 100vw;
        overflow: hidden;
    }
    #voice .slick-slide {
        /*padding-left: 20px;*/
    }
    #voice .slick-slider .slick-list{
        width: 80%;
        margin: 0 auto;
        overflow: visible;
    }
}



/* news */

#news {
    padding-top: 66px;
    padding-bottom: 78px;
    background-color: #f8f7f2;
    width: 100%;
    height: auto;
}

#news .news-contents-cont {
    margin-top: 40px;
}

#footer_link .contact-links-level1-flex-cont {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 78px;
}


/* Blog */

#blog {
    padding-top: 77px;
    padding-bottom: 80px;
}

#blog .blog-flex-container {
    margin-top: 28px;
    margin-bottom: 45px;
}

@media screen and (max-width:767px){
    #blog {
        padding-bottom: 10px;
        padding-top: 50px;
    }
    #blog .blog-flex-container{
        margin-bottom: 30px;
    }
}

@media screen and (min-width:768px){

    #blog .blog-card:nth-child(n+4){
        display: none;
    }

}





.staff-card{
    pointer-events: none;
}

@media screen and (min-width:768px){

/*    #staff .staff-cont-flex > .staff-card-archive:nth-child(n+4){
        display: none;
    }
*/
}

@media screen and (max-width:767px){
    #staff .staff-img-cont{
        max-width: none;
        /*margin: 0 20px;*/
    }

    .staff-card-text-area{
        background: #fff;
    }
    #staff .staff-cont-flex .staff-card-archive{
        margin-right: 40px;
        max-width: none;

        margin-bottom: 20px;
        /*background: none;*/
    }
    .staff-cont-wrap{
        width: 100vw;
        overflow: hidden;
    }
    #staff .slick-slide {
        /*padding-left: 20px;*/
    }
    #staff .slick-slider .slick-list{
        width: 60%;
        /*margin: 0 auto;*/
        overflow: visible;
    }
}


#staff .slick-next.slick-arrow,
#staff .slick-prev.slick-arrow{
    top: 33%;
    border-bottom: 2px solid #9f9f9f;
    border-right: 2px solid #9f9f9f;
}

#staff .slick-prev:before, #staff .slick-next:before{
    color: transparent!important;
}


#staff .slick-next {
    transform: rotate(-45deg);
    right:  -45px;
}

#staff .slick-prev {
    transform: rotate(135deg);
    left:  -45px;
}






@media screen and (min-width:768px){

    .plan-links-container{
        border-top: none;
    }

}


@media screen and (max-width:767px){

    #footer_link .contact-links-level1-flex-cont{
        margin-bottom: 50px;
    }
}

