@charset "UTF-8";

/* #keyvis {
    background-repeat: no-repeat;
    background-image: url(../img/top/mv_img01.png);
    background-size: cover;
    height: 71vh;
    display: flex;
    align-items: center;
    background-position: center;
    margin-top: 90px;
} */

.keyvisal-box {
    margin: 0 auto;
    position: relative;
}


.keyvisal-box img {
    width: 100%;
}

.keyvisal-text {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.keyvisal-text h1 img {
    width: 20%;
}

.keyvisal-text p {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 900;
}

/* .section1の背景 */


/* ---------about-------- */

#about {
    margin-bottom: 6rem;
}

#about .about-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#about p.big-text {
    font-size: 10rem;
    line-height: 11rem;
    font-weight: bold;
}

#about .about-text-box {
    text-align: right;
    width: 61%;
    margin: 0 0 0 auto;
}

#about .about-tit span {
    font-size: 3rem;
    font-weight: 800;
    line-height: 5rem;
}

#about .about-tit h2 {
    font-size: 4rem;
}

#about .about-tit p {
    font-size: 25px;
    padding-top: 1.5rem;
}

#about .about-sentence {
    margin-top: 3rem;
}

#about .btn {
    margin-top: 3rem;
}

#about .btn a {
    margin: 0 0 0 auto;
}

/* ---------top-slider-------- */

.slick-slide img {
    border-radius: 1rem;
}

.content_area {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.slick-list {
    overflow: visible;
}

.slick-track {
    display: flex !important;
    align-items: center;
}

.slick-slide {
    width: fit-content !important;
    margin: 0 1rem;
}

/* .slick-item p {
  font-size: 18px;
  line-height: 150px;
  text-align: center;
  margin: 10px;
  padding: 2%;
  background: white;
  position: relative;
} */

.slick-prev,
.slick-next {
    display: none;
}

.slick-prev:before,
.slick-next:before {
    color: #75E1D6;
}

@media screen and (max-width:560px) {
    .content_area {
        padding: 0 30px;
    }

    .slick-item p {
        font-size: 15px;
        line-height: 100px;
        margin: 5px;
        padding: 1.5%;
    }
}

/* ---------service-------- */

#service {
    background: #dbf1f9;
    padding: 8rem 0;
    border-radius: 20rem 0 0 0;
    margin: 8rem 0;
}

.service-sentence-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.service-sentence-detail div dd img {
    border-radius: 1rem;
}

.service-box dl {
    position: relative;
}

.service-box dl dt {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.service-list {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.service-list dl {
    width: 23%;
}

.service-list dl dd img {
    width: 100%;
    border-radius: 1rem;
}


/* ---------product------- */

#oct-bg {
    overflow: hidden;
    /* はみ出した要素を隠す */
    height: 100%;
    line-height: 22rem;
    margin-bottom: 5rem;
}

.c-text {
    display: flex;
    /* 子要素を横並びにする */
}

.c-text__item {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 20rem;
    font-weight: bold;
    opacity: 0.1;
}

.c-text__item:nth-child(odd) {
    animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
}

.c-text__item:nth-child(even) {
    animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
}

@keyframes MoveLeft {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes MoveLeft2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}


/* ---------company-------- */

#company {
    background: linear-gradient(180deg, #2EB0E4 0%, #00435F 100%);
    padding: 8rem 0;
    border-radius: 0 20rem 0 0;
    margin: 8rem 0;
    color: #fff !important;
}

.company-list-img {
    position: relative;
}

.company-list-img h3 {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2rem;
}

.company-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.company-list dl {
    width: 32%;
    position: relative;
}

.company-list dl a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.company-list dl img {
    width: 100%;
    border-radius: 1rem;
    height: 325px;
    object-fit: cover;
}

.company-list dl dd {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-list dl dd i {
    font-size: 4rem;
}

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

#news {
    margin-bottom: 5rem;
}

.news-box {
    display: flex;
    justify-content: space-between;
}

.news-list-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.news-list-detail p {
    width: 27%;
}

.news-list-detail dl {
    width: 70%;
}

.news-list-detail p img {
    width: 100%;
    border-radius: 1rem;
}

.news-list-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news-list-detail dl dt {
    font-size: 16px;
}

.news-list-detail dl dd {
    font-size: 18px;
    line-height: 2rem;
}

/* ---------スタッフ紹介-------- */



@media (min-width: 768px) {
    .news-sentence-detail {
        width: 32%;
        max-width: 100%;
    }

    .news-list {
        width: 64%;
        max-width: 100%;
    }

}

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


    #oct-bg {
        line-height: 12rem;
        margin-bottom: 0rem;
    }

    .c-text__item {
        font-size: 12rem;
    }

    .keyvisal-box img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    #keyvisal h1 img {
        width: 40%;
        height: auto;
    }

    .keyvisal-text {
    top: 40%;
}

    .keyvisal-text p {
font-size: 1rem;
        line-height: 2rem;
        font-weight: 600;
        margin-top: 1rem;
    }

    #keyvis .mv-text-box {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    #keyvis .keyvis-box {
        background-size: auto 75%;
        background-position-x: 100%;
        padding-top: 0;
    }

    #keyvis .keyvis-box h2 {
        font-size: 2em;
        letter-spacing: 8px;
        line-height: 2em;
        color: #ffffff;
        display: grid;
        text-align: left;
        width: 90%;
        margin: 0 auto;
        left: 0;
        padding-top: 0px;
    }

    #keyvis .mv-text-box img {
        width: 100%;
    }


    /* ---------about-------- */

    #about {
        margin-top: 3rem;
    }


    #about p.big-text {
        font-size: 3rem;
        line-height: 3.5rem;
        font-weight: bold;
    }

    #about .about-tit h2 {
        font-size: 1.5rem;
    }

    #about .about-text-box {
        width: 100%;
    }

    #about .about-tit span {
        font-size: 2rem;
        line-height: 2rem;
    }

    /* ---------service-------- */

    #service {
        margin: 0rem 0;
    }

    .service-tit {
        width: 100%;
        margin-bottom: 2rem;
    }

    .service-sentence-detail dl img {
        width: 100%;
    }

    .service-list dl {
        width: 47%;
    }

    .service-list {
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    /* ---------product-------- */

    #company {
        padding: 6rem 0 1rem 0;
        margin: 5rem 0;
    }

    .company-list dl {
        width: 100%;
        margin-bottom: 3rem;
    }

    .company-list dl img {
        height: 180px;
    }

    .company-list dl dt {
        font-size: 1rem;
        padding: 1rem 0 0rem 0;
    }

    .company-list dl dd {
        font-size: 14px;
    }

    .company-list dl dd i {
        font-size: 2rem;
    }

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

    .news-sentence-detail {
        width: 100%;
    }


    .news-tit {
        margin-bottom: 2rem;
    }


    .news-box {
        flex-wrap: wrap;
    }


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

    .news-list-detail p {
        width: 100%;
    }

    .news-list-detail dl {
        width: 100%;
    }

    .news-list-detail dl dt {
        font-size: 12px;
    }

    .news-list-detail dl dd {
        font-size: 14px;
        line-height: 1.5rem;
    }

    /* ---------contents04-------- */

    #contents04 {
        height: auto;
    }

    .con4-box {
        display: block;
    }

    .con4-box p.text-box {
        padding: 0px;
        line-height: 23px;
    }

    p.img-box {
        width: 40%;
        width: 100%;
        display: block;
        position: relative;
        right: 0%;
        padding-top: 15px;
    }

    p.img-box img {
        width: 100%;
    }

    .bottom-box {
        display: block;
    }

    .form {
        border: 5px solid #f9d849;
        width: 83%;
        padding: 25px;
        margin-left: 0px;
        background: #fff;
        margin-top: 50px;
    }

    p.from-btn a {
        line-height: 30px;
    }

    /* ---------contents04-------- */

}