@charset "UTF-8";

/* sub top */
.sub-top {
    position: relative;
    height: 280px;
}
.sub-top-cover {
    display: flex;
    justify-content: center;
    position: absolute;
    background-size: cover;
    background-position: center;
    height: auto;
    z-index: 1000;
}
.front-cover {
    position: absolute;
    /* background: rgba(57, 62, 70, 0.6); */
    width: 100%;
    height: 280px;
}
.sub-contents-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1100;
}
.sub-contents-title.eng {
    font-weight: 200;
    line-height: 4rem;
}
.sub-contents-title.jpn {
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 15px;

    p {
        color: #FFFFFF;
    }

}

/* about top */
.sub-top-cover {
    width: 100%;
    height: 280px;
}
.sub-top-cover.aboutimg {
    background-image: url("../img/cover/cv_about.webp");
}

/* about catchphrase */
.catchphrase {
    padding: 50px 0 0 0;
}

/* about service */
.right-aligned {
    padding-left: 70px;
}
.download {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    line-height: 50px;
    color: #393E46;
    background-color: #393E46;
    border-radius: 30px;
    overflow: hidden;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    cursor: pointer;
    margin: 20px 0 20px auto;
}
.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/* .download:hover {
    transform: translateY(-5px);
} */
.download-icon {
    position: relative;
    z-index: 90;
    display: flex;
    align-items: center;
    padding-right: 5px;

    img {
        width: 30px;
        height: 30px;
    }
}
.download-text {
    position: relative;
    z-index: 90;
    padding-left: 5px;
    color: #FFFFFF;
}
.download-text a {
    position: relative;
    z-index: 90;
    text-decoration: none;
    color: #FFFFFF;
}
.swiper-area {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.service-swiper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.swiper-pagination {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    top: 50% !important;
    left: 10px !important;
    transform: translateY(-50%);
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #ccc;
    opacity: 1;
    border-radius: 50%;
    transition: background 0.3s;
    cursor: pointer;
    margin: 5px 0;
}
.swiper-pagination-bullet-active {
    background: #222831;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

}
#sub-contents .service .service-text .jpn {
    margin-bottom: 20px;
}

/* about works */
.works .right-aligned {
    padding: 0;
}

/* about outline */
.outline {
    background-color: #FFFFFF;
}
.outline-list {
    padding-top: 10px;

}
.outline-item {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 3px;
    line-height: 1.6rem;
}
.outline-item dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.outline-item dt {
    font-weight: bold;
    flex: 0 0 85px;
}
.outline-item dd {
    flex: 0 0 calc(100% - 85px);
    letter-spacing: -0.05em;
}
.outline-list .subline {
    width: 100%;
    margin-bottom: 20px;
}

/* about access */
.map {
    padding: 10px 0 20px;
}
.map iframe {
    height: 250px;
}
.access .subline {
    width: 100%;
}

/* ------- TABLET ------- */
/* ------- 768px以上 ------- */
@media (min-width: 768px) {
/* about service */
.right-aligned {
    padding-left: 100px;
}
.service-swiper {
    height: 500px;
}
#sub-contents .service .service-text {
    margin: 0;
}
#sub-contents .service .service-text .jpn {
    margin-bottom: 30px;
}
#sub-contents .service .download {
    width: 300px;
    height: 60px;
}
.viewall-btn {
    width: 250px;
}
.download-btn img{
    width: 40px;
    height: 40px;
}
.swiper-area {
    max-width: 100%;
    margin-top: 40px;
}
.service-swiper {
    height: 650px;
}
.swiper-pagination-bullet {
    margin: 20px 10px;
}
/* about outline */
.outline-item {
    margin-bottom: 10px;
    line-height: 2rem;
}
.outline-item dt {
    flex: 0 0 200px;
}
.outline-item dd {
    flex: 0 0 calc(100% - 200px);
    line-height: 2rem;
    letter-spacing: 0;
}
.outline-list .subline {
    margin-bottom: 40px;
}
.map {
    padding: 10px 0 60px;
}
.map iframe {
    height: 650px;
}

}

/* ------- PC ------- */
/* ------- 1024px以上 ------- */
@media (min-width: 1024px) {
/* sub top */
.sub-top,
.sub-top-cover,
.front-cover {
    height: 900px;
}
.sub-contents-title.eng {
    line-height: 10rem;
}
.sub-contents-title.jpn {
    font-size: 2rem;
    margin: 10px 0 15px;
}

/* about catchphrase */
.catchphrase {
    padding: 200px 0;
}

/* about service */
.nopad {
    padding: 0;
}
.service-body {
    flex-direction: column;
}
.right-aligned {
    padding-left: 370px;
    display: flex;
    flex-direction: column;
}
#sub-contents .service .download {
    width: 350px;
    height: 60px;
}

/* about works */
#sub-contents .works .right-aligned {
    padding-left: 420px;
}
#sub-contents .works .contents-title {
    padding: 0 25px;
}
#sub-contents .slick-list {
    padding: 0 10% 0 0 !important;
}
.works-carousel {
    margin-bottom: 80px;
}
.works .download {
    padding: 0;
}
#sub-contents .works .viewall {
    padding-left: 0;
}

}









