@charset "UTF-8";

.section-top {
    position: relative;
    height: 100vh;
    background-image: url(../img/home/320/top-image_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .section-top {
        background-image: url(../img/home/1920/top-image_.jpg);
    }
}

.top-catch-copy {
    position: absolute;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0.6em;
    font-family: 'Crimson Text', serif;
    top: 48vh;
    left: -146px;
}

.top-catch-copy p {
    transform: rotate(90deg);
}

@media (min-width: 768px) {
    .top-catch-copy {
        font-size: 9px;
        left: -118px;
        /* top: 18vh; */
    }

}

/* @media (min-width: 1024px) {
    .top-catch-copy {
        top: 25vh;
    }
}

@media (min-width: 1280px) {
    .top-catch-copy {
        top: 30vh;
    }
} */

/*-------------------------------------------*/
/* LOAD
/*-------------------------------------------*/
@-webkit-keyframes spinLoad {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinLoad {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#load {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 190;
}

div#load div.inner {
    width: 40px;
    height: 40px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spinLoad 1.2s linear 0s infinite;
    animation: spinLoad 1.2s linear 0s infinite;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* intro
----------------------------------------------- */

.intro {
    position: relative;
    height: 680px;
    overflow: hidden;
    z-index: 1;
}

.intro:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
}

.intro__header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.intro__movie {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    overflow: hidden;
    z-index: 1;
}

.intro__movie:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1;
    opacity: 0;
}

/* ready */

.js-intro-ready .intro__title {
    opacity: 0;
    transform: rotate(0.09deg) scale(0.9);
}

.js-intro-ready .scroll {
    opacity: 0;
    transform: translateY(-50px);
}

.js-intro-ready .intro__movie:after {
    opacity: 1;
}

/* start */

.js-intro-start .intro__title {
    margin-top: 60px;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    transition-property: opacity, transform;
    transition-duration: 2s;
    transition-delay: 0.25s;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

.js-intro-start .scroll {
    opacity: 1;
    transform: translateY(0);
    transition-property: opacity, transform;
    transition-duration: 0.85s;
    transition-delay: 1.5s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.33, 1, 0.68, 1);
}

.js-intro-start .intro__movie:after {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 2s;
    transition-delay: 0.25s;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

@media (min-width: 768px) {
    .section-top {
        height: 403px;
        display: flex;
        /* background-color: #fff; */
        /* background-image: none; */
    }
}

/* @media (min-width: 800px) {
    .section-top {
        height: 670px;
        display: flex;
    }
} */

@media (min-width: 1024px) {
    .section-top {
        height: 525px;
        display: flex;
    }
}

/* @media (min-width: 1100px) {
    .section-top {
        height: 670px;
    }
} */

@media (min-width: 1280px) {
    .section-top {
        height: 670px;
    }
}

@media (min-width: 1440px) {
    .section-top {
        height: 754px;
    }
}

@media (min-width: 2560px) {
    .section-top {
        height: 1340px;
    }
}

/* @media (min-width: 1300px) {
    .section-top {
        height: 730px;
    }
}

@media (min-width: 1400px) {
    .section-top {
        height: 780px;
    }
}

@media (min-width: 1500px) {
    .section-top {
        height: 830px;
    }
}

@media (min-width: 1600px) {
    .section-top {
        height: 880px;
    }
}

@media (min-width: 1700px) {
    .section-top {
        height: 930px;
    }
}

@media (min-width: 1800px) {
    .section-top {
        height: 980px;
    }
}

@media (min-width: 1900px) {
    .section-top {
        height: 1030px;
    }
}

@media (min-width: 2000px) {
    .section-top {
        height: 1080px;
    }
}

@media (min-width: 2100px) {
    .section-top {
        height: 1130px;
    }
}

@media (min-width: 2200px) {
    .section-top {
        height: 1180px;
    }
}

@media (min-width: 2300px) {
    .section-top {
        height: 1230px;
    }
}

@media (min-width: 2400px) {
    .section-top {
        height: 1280px;
    }
}

@media (min-width: 2500px) {
    .section-top {
        height: 1330px;
    }
}

@media (min-width: 2600px) {
    .section-top {
        height: 1380px;
    }
}

@media (min-width: 2700px) {
    .section-top {
        height: 1430px;
    }
}

@media (min-width: 2800px) {
    .section-top {
        height: 1480px;
    }
} */

.section-top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .section-top-text {
        top: 45%;
        left: inherit;
        transform: translate(-50%, -50%);
        right: 5%;
        color: #fff;
        z-index: 10;
        text-align: center;
    }
}

.section-top-text-content {
    width: 250px;
    margin: 0 auto;
}

.section-top-text-content img {
    opacity: 0;
    animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.section-top-text-content-img-1 {
    width: 170px;
}

.section-top-text-content-img-2 {
    width: 235px;
}

@media screen and (min-width: 768px) {
    .section-top-text-content-img-1 {
        width: 270px;
    }

    .section-top-text-content-img-2 {
        width: 436px;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (min-width: 1279px) {
    .section-top-text-content {
        width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .section-top-text-content {
        width: 100%;
    }
}

/* .section-top-image-position {
    display: none;
} */

@media screen and (min-width: 768px) {
    .section-top-image-position {
        display: block;
        /* position: absolute;
        width: 100%;
        right: 0; */
    }
}

.section-top {
    position: relative;
    height: 100vh;
    /* background-image: url(../img/home/320/top-image_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}

/* .section-top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .section-top-text {
        transform: translate(-50%, -50%);
        color: #fff;
        z-index: 10;
        text-align: center;
    }
} */

/* .section-top-text-content {
    width: 250px;
    margin: 0 auto;
}

@media screen and (min-width: 1279px) {
    .section-top-text-content {
        width: 350px;
    }
}

@media screen and (min-width: 1280px) {
    .section-top-text-content {
        width: 400px;
    }
} */

/* .section-top-image-position {
    display: none;
}

@media screen and (min-width: 768px) {
    .section-top-image-position {
        display: block;
        position: absolute;
        width: 100%;
        right: 0;
    }
} */

.jumbotron .jumbotron_item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-clip: content-box;
    width: 100%;
    /* height: calc(100vh - 290px) */
    height: 100vh;
}

.jumbotron img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

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

    /* .jumbotron .jumbotron_item {
        height: calc(350px)
    } */

}

@media (min-width: 768px) {
    .jumbotron .jumbotron_item {
        height: 85vh;
        max-height: 400px;
    }
}

@media (min-width: 1024px) {
    .jumbotron .jumbotron_item {
        max-height: 520px;
    }
}

@media (min-width: 1200px) {
    .jumbotron .jumbotron_item {
        max-height: 680px;
    }
}


@media (min-width: 1100px) {
    .jumbotron .jumbotron_item {
        max-height: 580px;
    }
}

@media (min-width: 1200px) {
    .jumbotron .jumbotron_item {
        max-height: 680px;
    }
}

@media (min-width: 1300px) {
    .jumbotron .jumbotron_item {
        max-height: 730px;
    }
}

@media (min-width: 1400px) {
    .jumbotron .jumbotron_item {
        max-height: 780px;
    }
}

@media (min-width: 1500px) {
    .jumbotron .jumbotron_item {
        max-height: 830px;
    }
}

@media (min-width: 1600px) {
    .jumbotron .jumbotron_item {
        max-height: 880px;
    }
}

@media (min-width: 1700px) {
    .jumbotron .jumbotron_item {
        max-height: 930px;
    }
}

@media (min-width: 1800px) {
    .jumbotron .jumbotron_item {
        max-height: 980px;
    }
}

@media (min-width: 1900px) {
    .jumbotron .jumbotron_item {
        max-height: 1030px;
    }
}

@media (min-width: 2000px) {
    .jumbotron .jumbotron_item {
        max-height: 1080px;
    }
}

@media (min-width: 2100px) {
    .jumbotron .jumbotron_item {
        max-height: 1130px;
    }
}

@media (min-width: 2200px) {
    .jumbotron .jumbotron_item {
        max-height: 1180px;
    }
}

@media (min-width: 2300px) {
    .jumbotron .jumbotron_item {
        max-height: 1230px;
    }
}

@media (min-width: 2400px) {
    .jumbotron .jumbotron_item {
        max-height: 1280px;
    }
}

@media (min-width: 2500px) {
    .jumbotron .jumbotron_item {
        max-height: 1330px;
    }
}

@media (min-width: 2600px) {
    .jumbotron .jumbotron_item {
        max-height: 1380px;
    }
}

@media (min-width: 2700px) {
    .jumbotron .jumbotron_item {
        max-height: 1430px;
    }
}

@media (min-width: 2800px) {
    .jumbotron .jumbotron_item {
        max-height: 1480px;
    }
}


.jumbotron.sp {
    display: block;
}

.jumbotron.pc {
    display: none;
}

@media (min-width: 768px) {

    .jumbotron.sp {
        display: none;
    }

    .jumbotron.pc {
        display: block;
    }
}

/*---------- scrol ---------------*/
.scrol {
    /* display: none; */
}

.scrol {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 20px;
    color: #606060;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

/* .scrol:before {
    content: "";
    display: block;
    width: 2px;
    height: 80px;
    background-color: #606060;
    position: absolute;
    top: -100px;
    left: 8px;
} */

.scrol p {
    font-size: 8px;
    letter-spacing: 0.2em;
    font-weight: 500;
}

@media (min-width: 768px) {
    /* .scrol {
        display: block;
        position: absolute;
        left: 15px;
        bottom: 20px;
        color: #606060;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    } */

    /* .scrol:before {
        content: "";
        display: block;
        width: 2px;
        height: 80px;
        background-color: #606060;
        position: absolute;
        top: -100px;
        left: 8px;
    } */

    /* .scrol p {
        font-size: 8px;
        letter-spacing: 0.2em;
        font-weight: 500;
    } */
}

/* @media (min-width: 1024px) {
    .scrol {
        left: 30px;
    }
} */

.herosScroll,
.herosScroll a {
    position: absolute;
    display: block;
    font-size: 8px;
    letter-spacing: 0.2em;
    font-weight: 500;
    width: 12px;
    color: #606060;
    line-height: 1;
    vertical-align: middle;
}

.herosScroll {
    left: 30px;
    opacity: 0;
}

.herosScroll {
    bottom: -140px;
    z-index: 5;
    height: 150px;
    -webkit-transition: all 1s cubic-bezier(.42, 0, .58, 1) .2s;
    transition: all 1s cubic-bezier(.42, 0, .58, 1) .2s;
}

.herosScroll.is-fire {
    opacity: 1;
}

.herosScroll a {
    top: 0;
    left: 50%;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: letter-spacing .4s cubic-bezier(.42, 0, .58, 1);
    transition: letter-spacing .4s cubic-bezier(.42, 0, .58, 1);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 8px;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.herosScroll:after,
.herosScroll:before {
    left: 50%;
    display: block;
    content: '';
    width: 2px;
    position: absolute;
}

.herosScroll a:hover {
    letter-spacing: .2em
}

.herosScroll:before {
    bottom: 0;
    background: rgba(196, 168, 0, .3);
    z-index: 0;
    height: 150px;
}

.herosScroll:after {
    bottom: 150px;
    background: rgba(196, 168, 0, .5);
    z-index: 1;
    height: 0;
    -webkit-animation-name: scrollBar;
    animation-name: scrollBar;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scrollBar {
    0% {
        bottom: 150px;
        height: 0
    }

    5% {
        bottom: 70px;
        height: 80px
    }

    100% {
        bottom: -80px;
        height: 80px
    }
}

@keyframes scrollBar {
    0% {
        bottom: 150px;
        height: 0
    }

    5% {
        bottom: 70px;
        height: 80px
    }

    100% {
        bottom: -80px;
        height: 80px
    }
}

.slide-animation {
    animation: fadezoom 25s 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/*---------- about-section ---------------*/
.about-section {
    position: relative;
}

.section-about-contents {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 115px;
    padding-bottom: 50px;
}

.section-catalog-contents {
    /* padding-top: 75px; */
}

.section-about-content-position {
    background-color: #fff;
    position: relative;
}


@media (min-width: 768px) {
    .section-about-contents {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .section-about-content-position {
        height: 550px;
    }

    .section-about-contents.material {
        padding-bottom: 200px;
    }
}

@media (min-width: 1024px) {
    .section-about-contents {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .section-about-contents.about-positon {
        padding-top: 155px;
        padding-bottom: 0px;
    }

    .section-about-content-position {
        height: 750px;
    }
}

@media (min-width: 1280px) {
    .section-about-contents.about-positon {
        padding-top: 283px;
        padding-bottom: 0px;
    }
}

.home-section-img.material {
    position: relative;
    min-height: 430px;
}

.home-section-img.material img {
    width: 100%;
    position: absolute;
    left: -20px;
}

@media (min-width: 768px) {
    .home-section-img.material {
        width: 369px;
        top: -36px;
        left: -40px;
    }
}

/*------------------- section-aichat ------------*/

.aichat-text {
    color: #fff;
    font-size: 16px;
    margin: 50px 0 25px;
}

.br-aichat {
    display: block;
    content: "";
    margin: 15px 0px;
}

.section-home-aichat-contents {
    background-image: url(../img/ai_chat/aichat.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .section-home-aichat-contents {
        background-image: url(../img/ai_chat/aichat.jpg);
    }
}

.other-section-contents.home-aichat {
    position: relative;
    height: 325px;
}

@media screen and (min-width: 768px) {
    .other-section-contents.home-aichat {
        height: 400px;
    }
}

.other-section-content.home-aichat {
    margin: 0 auto;
    position: absolute;
    top: 26%;
    right: 0;
    bottom: 0;
    left: 50px;
}

@media (min-width: 768px) {
    .other-section-content.home-aichat {
        width: 100%;
        max-width: 685px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .section-home-aichat {
        display: none;
    }
}

@media (min-width: 1024px) {
    .other-section-content.home-aichat {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
}

/*------------------- section-design3d------------*/

.home-section-img.desin3d {
    margin: 75px 0 60px;
}

.home-section-img.desin3d img {
    width: 265px;
}

@media (min-width: 768px) {

    .section-desin3d-concept-position {
        width: 48%;
        max-width: 342px;
    }

    .home-section-img.desin3d {
        margin: 0;
        width: 48%;
    }

    .home-section-img.desin3d img {
        width: 434px;
    }
}

.home-section-img.catalog {
    position: relative;
    min-height: 190px;
}

@media (min-width: 768px) {
    .home-section-img.catalog {
        min-height: 250px;
    }
}

.home-section-img.catalog img {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: -60px;
    z-index: -1;
}

@media (min-width: 768px) {
    .home-section-img.catalog img {
        max-width: 528px;
        top: -245px;
        z-index: -1;
        left: 162px;
    }
}

@media (min-width: 768px) {
    .section-desin3d-concept-contents {
        /* display: flex;
        justify-content: space-between; */
        margin-top: 82px;
    }

    .section-desin3d-concept-text {
        font-size: 16px;
        max-width: 380px;
        font-weight: 400;
        letter-spacing: 0.1em;
    }

    .section-desin3d-concept-felx {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .material-flex {
        flex-direction: row-reverse;
    }
}

/*---- section-desin3d -----*/
.section-desin3d {
    position: relative;
    background-color: #C3C1BA;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .section-desin3d {
        padding: 120px 0;
    }
}

.section-desin3d-contents {
    background-color: #C3C1BA;
}

/*---------- home-image ---------------*/
.home-image {
    width: 90%;
    position: relative;
    /*    box-shadow: 30px 30px #7f7f7f;*/
    z-index: 10;
}

.home-image.shadow {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 6;
}

.home-image:after {
    position: absolute;
    display: block;
    content: '';
    right: -18%;
    top: 80%;
    width: 65%;
    height: 65%;
    background-image: url(../img/home/home-catcy-copy-sub-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.home-image.shadow:after {
    display: none;
}

@media (min-width: 768px) {
    .home-image {
        position: absolute;
        width: 80%;
        max-width: 1000px;
        /*        box-shadow: 100px 100px #7f7f7f;*/
        z-index: 100;
    }

    .home-image.shadow {
        position: absolute;
        top: 100px;
        left: 100px;
        z-index: 6;
    }

    .home-image:after {
        right: -40%;
        bottom: inherit;
        top: 62%;
        width: 65%;
        height: 100%;
        background-image: url(../img/home/home-catcy-copy-sub-image.png);
    }

    .home-image-img {
        box-shadow: 0 0 33px rgb(0, 0, 0, 0.5);
    }

    .home-image.shadow img.home-image-img {
        box-shadow: none;
    }
}

.img-wrap {
    opacity: 0;
}

.img-animation {
    animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    position: relative;
}

.img-animation:before {
    animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes img-opacity {
    100% {
        opacity: 1;
    }
}

@keyframes img-animation {
    100% {
        transform: translateX(100%);
    }
}

/*---------- home-catcy-copy ---------------*/

.home-catcy-copy {
    position: absolute;
    right: 10px;
    top: -100px;
    color: #606060;
    writing-mode: vertical-rl;
    font-family: 'Crimson Text', serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    z-index: 10;
}

@media (min-width: 768px) {
    .home-catcy-copy {
        right: 100px;
        top: 0px;
        font-size: 16px;
    }
}

/*---------- section-about-concept ---------------*/

.section-about-concept {
    background-color: #fff;
}

.section-concept-position {
    margin: 0 auto;
    width: 80%;
    max-width: 895px;
}

@media (min-width: 768px) {
    .section-concept-position {
        margin: 0 auto;
        width: 80%;
        /* max-width: 710px; */
    }

    .section-concept-position.desin3d {
        /* max-width: 869px; */
        max-width: inherit;
        max-width: 1100px;
    }
}

.section-about-concept-subtitle {
    color: #606060;
    position: relative;
}

.section-about-concept-subtitle:before {
    content: "";
    display: inline-block;
    width: 24.5px;
    height: 2px;
    background-color: #606060;
    margin-right: 10px;
    position: relative;
    top: -4px;
    left: 0px;
}

.section-about-concept-title {
    color: #606060;
    font-size: 35px;
    line-height: 1em;
    font-family: 'Bentham', serif;
}

.section-about-concept-title-desing {
    margin-top: 85px;
    position: relative;
    max-width: 256px;
}

@media (min-width: 768px) {
    .section-about-concept-title-desing {
        margin-top: 150px;
    }
}

.section-about-concept-title-desing:after {
    content: "";
    top: -61px;
    position: absolute;
    display: block;
    right: 0;
    width: 115px;
    height: 126px;
    background: url(../img/home/image-3d.png) no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {
    .section-about-concept-title-desing:after {
        right: inherit;
        left: 200px;
        top: -40px;
    }
}

@media (min-width: 768px) {
    .section-about-concept-title {
        font-size: 50px;
    }
}

.section-about-concept-contents {
    margin-top: 30px;
}

.section-about-concept-text {
    color: #606060;
    width: 100%;
    max-width: 380px;
    font-size: 14px;
}

.section-about-concept-text p {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .section-about-concept-contents {
        /* display: flex;
        justify-content: space-between; */
        margin-top: 82px;
    }

    .section-about-concept-text {
        font-size: 16px;
        max-width: 343.5px;
        font-weight: 400;
        /* letter-spacing: 0.1em; */
    }
}

.home-section-img.about {
    position: relative;
    min-height: 80px;
}

.home-section-img.about img {
    width: 100%;
    position: absolute;
    top: -20px;
    z-index: -1;
}

@media (min-width: 768px) {
    .home-section-img.about {
        width: 528px;
        min-height: 180px;
    }

    .home-section-img.about img {
        top: -350px;
        right: -380px;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

/*------------------- section-loop ------------*/

.section-professional {
    padding-top: 75px;
    padding-bottom: 45px;
    background-color: #fff;
    position: relative;
}

@media (min-width: 768px) {
    .section-professional {
        padding-top: 40px;
        padding-bottom: 45px;
    }
}

@media (min-width: 1024px) {
    .section-professional {
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media (min-width: 1200px) {
    .section-professional {
        padding-top: 170px;
        padding-bottom: 115px;
    }
}

.section-professional-contents {
    margin: 0 auto;
}

.contents-title-positon.professional {
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .contents-title-positon.professional {
        width: 90%;
        max-width: 885px;
        margin: 0 auto;
    }

    .section-professional-contents {
        margin: 0 auto;
        width: 90%;
    }
}

@media (min-width: 1024px) {
    .contents-title-positon.professional {
        width: 90%;
        max-width: 528px;
        margin: 0 auto;
    }

    .section-professional-contents {
        margin: 0 auto;
        max-width: 1080px;
    }
}

.contents-subtitle {
    color: #606060;
    position: relative;
}

.contents-subtitle:before {
    content: "";
    display: inline-block;
    width: 24.5px;
    height: 2px;
    background-color: #606060;
    margin-right: 10px;
    position: relative;
    top: -4px;
    left: 0px;
}

.professional-subtilte {
    color: #606060;
    position: relative;
}

.contents-title.professional {
    color: #606060;
}

#newsList {
    height: 100%;
    list-style-type: none;
    display: inherit;
    margin-top: 50px;
}

#newsList li {
    margin-bottom: 50px;
    position: relative;
}

@media (min-width: 768px) {
    #newsList {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top: 50px;
    }

    #newsList li {
        margin-bottom: 55px;
    }
}

/*------ cell ----------------------- */

.cell {
    width: 80%;
    margin: 0 auto;
    display: none;
}

@media (min-width: 768px) {
    .cell {
        width: 195px;
        margin: 0;
        display: block;
    }
}

@media (min-width: 1024px) {
    .cell {
        width: 290px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .cell {
        width: 345px;
        margin: 0;
    }
}

.cell.display-sp {
    display: block;
}

figure {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    overflow: hidden;
    /* box-shadow: 0 0 33px rgb(0, 0, 0, 0.5); */
}

@media (min-width: 768px) {
    figure {
        width: 195px;
        /* height: 131px; */
    }

}

@media (min-width: 1024px) {
    figure {
        width: 290px;
        /* height: 194px; */
    }
}

@media (min-width: 1200px) {
    figure {
        width: 345px;
        /* height: 231px; */
    }

}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hover01 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    opacity: .5;
}

/*------------------- section-news ------------*/

.section-news {
    background-color: #fff;
}

.section-news-contents {
    padding-top: 45px;
    margin: 0 auto;
}

.contents-title-positon.news {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section-news-contents {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contents-title-positon.news {
        width: 90%;
        max-width: 885px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.contents-title.news {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 500;
}

@media (min-width: 768px) {
    .contents-title.news {
        font-size: 43px;
    }
}

.contents-title-sub.news {
    color: #656565;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.contents-subtitle.news {
    color: #656565;
}

.contents-subtitle.news:before {
    background-color: #656565;
}

.news-flex {
    width: 90%;
    margin: 0 auto;
    border-top: 1px #d6d6d6 solid;
    padding: 20px;
}

@media (min-width: 768px) {
    .news-flex {
        display: flex;
        flex-direction: row;
        width: 90%;
        max-width: 1200px;
        padding: 0 50px;
        /*    justify-content: space-between;*/
        align-items: center;
    }
}

.news-flex:last-of-type {
    border-bottom: 1px #d6d6d6 solid;
}

.news-flex:first-of-type {
    border-top: 1px #d6d6d6 solid;
}

.news-content-date {
    width: 30%;
    max-width: 57px;
    text-align: left;
    display: inline-block;
}

.news-content-date p {
    font-size: 12px;
    letter-spacing: 0.05em;
}

.news-content-type {
    width: 30%;
    max-width: 70px;
    margin-left: 10px;
    display: inline-block;
    padding: 0 2px;
}

.news-content-type p {
    color: #fff;
    background-color: #606060;
    padding: 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.news-content-text {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.news-content-text p {
    word-break: break-all;
    font-size: 16px;
    font-weight: 400;
}

.news-content-more {
    width: 100%;
    text-align: center;
}

.news-content-more p {
    text-align: right;
    position: relative;
}

.news-content-more p:before {
    content: "";
    display: inline-block;
    width: 24.5px;
    height: 1px;
    background-color: #606060;
    margin-right: 10px;
    position: relative;
    top: -2px;
    left: 0px;
}

.news-content-more a {
    font-size: 10px;
    color: #656565;
    text-align: right;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-content-more a:hover {
    opacity: .5;
}

@media (min-width: 768px) {
    .news-content-date {
        display: block;
        width: 10%;
    }

    .news-content-date p {
        /*        font-size: 16px;*/
    }

    .news-content-type {
        display: block;
        width: 20%;
        margin-left: 10px;
    }

    .news-content-type p {
        color: #fff;
        background-color: #606060;
        /*        padding: 5px 0;*/
        /*        font-size: 16px;*/
    }

    .news-content-text {
        width: 60%;
        /*        max-width: 450px;*/
        padding: 20px 0;
        margin-left: 60px;
    }

    .news-content-text p {
        word-break: break-all;
    }

    .news-content-more {
        width: 20%;
        text-align: center;
    }

    .news-content-more p {
        text-align: right;
        position: relative;
    }

    .news-content-more p:before {
        display: none;
    }

    .news-content-more a {
        font-size: 10px;
        color: #656565;
        text-align: right;
    }
}

@media (min-width: 1024px) {
    .news-content-type {
        display: block;
        width: 10%;
        margin-left: 10px;
    }

    .news-content-more p:before {
        content: "";
        display: inline-block;
        width: 24.5px;
        height: 1px;
        background-color: #606060;
        margin-right: 10px;
        position: relative;
        top: -2px;
        left: 0px;
    }

}

/*------------------- section-MAPS ------------*/
.section-home-maps-contents {
    background-image: url(../img/home/320/maps-image_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .section-home-maps-contents {
        background-image: url(../img/home/1920/maps-image.jpg);
    }
}

/*------------------- section-contact ------------*/

.section-home-contact-contents {
    background-image: url(../img/home/320/contact-image_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .section-home-contact-contents {
        background-image: url(../img/home/1920/contact-image.jpg);
    }
}

.other-section-contents.home-contact {
    position: relative;
    height: 325px;
}

@media screen and (min-width: 768px) {
    .other-section-contents.home-contact {
        height: 400px;
    }
}

.other-section-content.home-contact {
    margin: 0 auto;
    position: absolute;
    top: 34%;
    right: 0;
    bottom: 0;
    left: 50px;
}

.other-section-content.maps-contact {
    margin: 0 auto;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 50px;
    max-width: inherit;
    width: 100%;
}

@media (min-width: 768px) {
    .other-section-content.home-contact {
        width: 100%;
        max-width: 685px;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .other-section-content.home-contact {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
}

.contents-title-positon {}

.contents-subtitle.title-sub {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.1em;
}

.contents-subtitle.title-sub:before {
    display: none;
}

.contents-title.title-mail {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 20px;
}

@media (min-width: 375px) {
    .contents-title.title-mail {
        font-size: 35px;
    }
}

.contents-title.title-mail.maps {
    font-size: 35px;
    margin-bottom: 25px;
}

.contact-text {
    color: #fff;
    font-size: 16px;
    margin: 40px 0 25px;
}

.contact-more {
    margin-top: 40px;
}

@media (min-width: 768px) {

    .contents-subtitle.title-sub {
        font-size: 12px;
    }

    .contents-title.title-mail {
        margin-top: 0;
        font-size: 50px;
        letter-spacing: 0.15em;
        text-align: left;
    }

    .contents-title.title-mail.maps {
        font-size: 50px;
    }
}

/*------------- btn --------------- */

.btn-text.home-contact {
    position: relative;
    top: 66px;
    margin: 0 auto;
}

.btn-home {
    background-color: #606060;
    border: 2px solid #606060;
    color: #fff;
    position: relative;
    width: 150px;
}

.btn-home:hover {
    background-color: #e1e1e1;
    border: 2px solid #e1e1e1;
    color: #606060;
}

.btn-home:before {
    content: "";
    display: inline-block;
    width: 33.5px;
    height: 2px;
    background-color: #fff;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 100;
}

.btn-home.professional {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .btn-text.home-contact {
        position: relative;
        top: 116px;
        margin: 0;
    }

    .btn-home {
        width: 230px;
    }
}

.slider {
    background-color: #fff;
    
}

.top-section-about {
    margin-top: 90px;
}

.section-about-concept-title-professional {
    font-size: 32px;
    margin-bottom: 25px;
}

@media (min-width: 375px) {
    .section-about-concept-title-professional {
        font-size: 35px;
    }
}

@media (min-width: 768px) {
    .section-about-concept-title-professional {
        font-size: 50px;
        margin-bottom: 65px;
    }
}

.top-text-style.professional {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .top-text-style.professional {
        font-size: 16px;
    }
}