@charset "utf-8";

/* contents */


/* key */

#key {
    background-image: url(../img/top/bg_key@2x.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

#key-contents {
    width: 100%;
}

#key-contents-wrap {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
}

#key-contents-inner {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
}

.header .accord-menu a {
    color: #fff;
}

#key-wave {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#key-wave img {
    max-width: none;
    width: 100%;
    transform: scaleY(1%);
    transition: all 1500ms ease-in-out;
    opacity: 0;
}

#key-wave.open img {
    transform: scaleY(100%);
    opacity: 1;
}

#key-catch {
    color: #fff;
    font-size: 48px;
    line-height: 1.45;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(1.4%, -50%);
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
    
    #key {
        padding-top: 42px;
        background-position: left 20% center;
    }
    #key-contents-wrap {
        padding: 8px;
    }

    #key-catch {
        transform: translate(3%, -50%);
        font-size: 32px;
    }

}

/* news */

#news {
    display: flex;
    position: absolute;
    bottom: 24px;
    left: 30px;
}

#news * {
    color: #fff!important;
    line-height: 22px;
}

#news .line {
    width: 1px;
    display: block;
    background: #fff;
    transform: rotate(45deg);
    margin-left: 26px;
    margin-right: 26px;
}

.news-list {
    width: 350px;
}

.news-list li a p {
    text-decoration: underline;
}

.news-list li a:hover {
    opacity: 0.7;
}

.news-btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    
    #news {
        flex-wrap: wrap;
        bottom: 12px;
        left: 18px;
        width: calc(100% - 36px);
    }
    .news-title-wrap {
        width: 100%;
        display: flex;
        padding-bottom: 6px;
    }
    .news-list-wrap {
        width: 100%;
    }
    .news-list {
        width: 100%;
    }
    .news-btn {
        padding-left: 18px;
    }
}

/* concept */

#concept-wrap {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#concept-wrap dt {
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,1);
}

#concept-wrap dt div:first-child {
    padding-bottom: 4px;
}

#concept-wrap dd {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,1);
}
#concept-wrap dd p {
    padding: 10px 0;
}

.slide-text {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.slide-bg-inner {
    width: 100%;
    height: 700px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide_item1 {
    background-image: url(../img/top/bg_concept01@2x.jpg);
}

.slide_item2 {
    background-image: url(../img/top/bg_concept02@2x.jpg);
}

.slide_item3 {
    background-image: url(../img/top/bg_concept03@2x.jpg);
}

.slide_item4 {
    background-image: url(../img/top/bg_concept04@2x.jpg);
}

.slide_item5 {
    background-image: url(../img/top/bg_concept05@2x.jpg);
}

@media screen and (max-width: 767px) {
    
    #concept-wrap {
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    
    #concept-wrap dd {
        text-align: left;
    }
    
    #concept-wrap .inner {
        padding-left: calc(6% - 8px);
        padding-right: calc(6% - 8px);
    }

}

/* service */

#service h2 {
    color: #F8D369;
    text-align: left!important;
    line-height: 1.45;
    position: relative;
}

.ico-service {
    position: absolute;
    top: -48px;
    left: -50px;
    width: 100%;
}

#service h2::before {
    content: "";
    width: 30px;
    height: 1px;
    vertical-align: middle;
    display: inline-block;
    background: #F8D369;
    margin-bottom: 0.24em;
    margin-right: 10px;
}

#service p {
    color: #fff;
}

#service p span {
    color: #F8D369;
}

.service-wrap {
    background: linear-gradient(110deg, #0A122E, #174540);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.service-txt {
    width: 53.5%;
    padding: 50px 6.4%;
}

.service-img {
    width: 46.5%;
}

.service-wrap:nth-child(odd) .service-img {
    order: 1;
}

.service-wrap:nth-child(even) .service-txt {
    order: 2;
}


@media screen and (max-width: 767px) {
    
    .ico-service {
        top: -42px;
        left: -6%;
        width: 250px;
    }

    .service-wrap:nth-child(odd) .service-txt {
        width: 100%;
        padding: 60px 6% 35px;
    }

    .service-wrap:nth-child(even) .service-txt {
        width: 100%;
        padding: 35px 6% 60px;
        order:0;
    }

    .service-wrap:nth-child(odd) .service-img {
        width: 100%;
        padding-left: 20%;
    }
    
    .service-wrap:nth-child(even) .service-img {
        width: 100%;
        padding-right: 20%;
    }

}

/* feature */

#feature-wrap {
    width: 100%;
}

.feature-item {
    width: 20%;
    margin: 15px 0.37%;
    background: #fff;
    box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
    padding: 22px 0.66% 32px;
}

.feature-item img {
    margin-left: auto;
    margin-right: auto;
}

.feature-item h3 {
    margin-bottom: 4px;
}

.feature-item p {
    border-top: 1px solid #E2E2E2;
}

@media screen and (max-width: 767px) {
    
    .feature-item {
        width: 20%;
        margin: 12px 0.2%;
        background: #fff;
        box-shadow:0px 0px 12px 1px rgba(0,0,0,0.1);
        padding: 12px 0.5% 20px;
    }

    .feature-item img {
        width: 50%;
    }

    .feature-item h3 {
        margin-bottom: 0;
    }

    .feature-item p {
        border-top: 1px solid #E2E2E2;
    }

}

/* access */

#access {
    background:linear-gradient(90deg,transparent 0%,transparent 12%,#F5F5F5 12%,#F5F5F5 100%);
}

#access h2 {
    text-align: left!important;
    padding-left: 24%;
}

#access-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#access-wrap .access-tit {
    width: 28%;
}

#access-wrap .access-map {
    width: 36%;
}

.map-wrap {
    padding-right: 10px;
}

.map-wrap iframe {
    border: 5px solid #fff!important;
}

.access-address {
    padding-left: 15px;
    border-left: 1px solid #0A122E;
    margin-bottom: 20px;
}

.btn-access-contact a {
    display: inline-block;
    padding: 3px 14px;
    border: 1px solid #0A122E;
}

.btn-access-contact a:hover {
    color: #fff;
    background: #0A122E;
}

@media screen and (max-width: 767px) {

    #access h2 {
        text-align: center!important;
        padding-left: 0;
    }

    #access-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #access-wrap .access-tit {
        width: 100%;
    }

    #access-wrap .access-map {
        width: 100%;
    }
    
    .map-wrap {
        padding-right: 0;
    }
    
    .map-wrap iframe {
        border: none!important;
    }
    
    .access-address {
        padding-left: 12px;
        margin-left: 6%;
        margin-right: 6%;
        margin-bottom: 30px;
    }
    
    .access-map:not(:last-child) {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 767px) {
    #blog .mx400 {
        width: 90%;
    }
}


.accord-menu > ul {
    background: none;
}

#contents-wrap {
    background: #fff;
}

#contents-wrap {
    margin-top: 0;
}

.feature-item {
    height:540px!important;
}

@media screen and (max-width: 767px) {
    .feature-item {
        height:470px!important;
    }
}
