@charset "UTF-8";

/*============================
	index 共通
============================*/
/* btn ▼*/
html.active {
    overflow-y: hidden;
}



.link__btn a {
    display: block;
    line-height: 50px;
    width: 270px;
    background: url(../img/cmn/btn_arw.png) no-repeat center left 10%, #0e5ca7;
    border: solid 1px #0e5ca7;
    color: #fff;
    padding-left: 3%;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .32em;
    text-align: center;
    position: relative;
    white-space: nowrap;
    transition: .5s;
    max-width: 100%;
    margin: 0 auto;
}


.link__btn a:hover {
    opacity: .8;
    background-position: center left 12%;
}


/* btn ▲*/
.section__ttl {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: .32em;
    line-height: 1;
}


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


    .link__btn a {
        line-height: 50px;
        width: 270px;
        font-size: 1.6rem;
    }

    /* btn ▲*/
    .section__ttl {
        font-size: 3.6rem;
    }


}

@media screen and (max-width:768px) {}

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

    .link__btn a {
        line-height: 50px;
        width: 250px;
        max-width: 80%;
        font-size: 1.6rem;
    }

    /* btn ▲*/
    .section__ttl {
        font-size: min(3.6rem, 9vw);
    }



}


/*============================
	mv
============================*/
.mv {
    z-index: 9;
    background: #fff;
}


.mv__copy {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    top: 30%;
    left: 25%;
    width: 50%;
    max-width: 1000px;
}


.mv__scroll {
    bottom: 30%;
    left: 2%;
    font-size: 1.1rem;
    /* left: calc(50% + 770px); */
    z-index: 99;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

}


.mv__scroll::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background: #222;
    left: 45%;
    top: 60px;
    animation: scrollAnime 2s 0s infinite;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

@keyframes scrollAnime {
    0% {
        height: 100px;
    }

    50% {
        height: 120px;
    }

    100% {
        height: 100px;
    }
}

/* .mv__scroll::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 15px 10px;
    border-color: transparent transparent transparent #ffffff;
    left: 45%;
    bottom: 0;
} */




.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    left: 0%;
    bottom: 5%;
    z-index: 99;
}

.slick-dots li {
    width: 30px;
}

.slick-dots li button:before {
    content: "●";
    width: 7px;
    height: 7px;
    font-size: 10px;
    color: #fff;
    opacity: .8;
}

.slick-dots li.slick-active button:before {
    color: #0e5ca7;
}



/* スライド slick fade*/

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

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

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

@media screen and (max-width:1024px) {
    .mv {
        margin-top: 75px;
    }

    .mv__img img {
        object-fit: cover;
        height: 400px;
        width: 100%;
    }


}

@media screen and (max-width:768px) {
    .mv .slick01.pc {
        display: block;
    }

    .mv__img.pc {
        display: block;
    }

    .mv__img.sp {
        display: none;
    }

    .mv__copy.pc {
        display: block;
    }

    .mv__copy.sp {
        display: none;
    }


}

@media screen and (max-width:767px) {
    .mv .slick01 {
        width: 100%;
    }

    .mv .slick01.pc {
        display: none;
    }

    .mv__copy.pc {
        display: none;
    }


    .hd__h1.sp {
        top: 20px;
        left: 3%;
        font-size: 1rem;
    }

    .mv__copy {
        top: 50%;
        left: 20%;
        width: 25%;
        min-width: auto;
        max-width: 100px;
    }


    .slick-dots {
        bottom: 20px;
        left: 0;
    }

    .slick-dots li {
        width: 15px;
    }


    .mv__scroll {
        font-size: 1rem;
        display: none;
    }

    .mv__scroll::before {
        bottom: 70px;
    }

    .mv__contact {
        position: absolute;
        max-width: 120px;
        width: 30%;
        right: 5%;
        bottom: -5%;

    }

}


/*============================
	business
============================*/
.business {
    padding: 120px 0;
}

.business__copy {
    font-size: 1.8rem;
    letter-spacing: .32em;
    text-align: center;
    max-width: 1000px;
    line-height: 2;
    margin: 0 auto 80px;
    font-weight: 400;
}

.business__item {
    width: 24%;
}

.business__h3 {
    height: 80px;
    width: 100%;
    background: #0e5ca7;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .32em;
    padding: 30px 1% 0;
}

.item02 .business__h3 {
    padding: 15px 0 0;
}

@media screen and (max-width:1024px) {
    .business {
        padding: 60px 0;
    }

    .business__copy {
        font-size: 1.4rem;
        line-height: 2;
        margin: 0 auto 60px;
    }

    .business__item {
        width: 24%;
    }

    .business__h3 {
        height: 60px;
        width: 100%;
        font-size: 1.4rem;
        padding: 20px 1% 0;
    }

    .item02 .business__h3 {
        padding: 10px 0 0;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {
    .business {
        padding: 60px 0 80px;
    }

    .business .inner {
        padding: 0 3%;
    }

    .business__copy {
        font-size: 1.2rem;
        line-height: 2;
        margin: 0 auto 50px;
    }

    .business__flex {
        display: flex;
        flex-wrap: wrap;
    }

    .business__item {
        width: 49%;
        margin-bottom: 10px;
    }

    .business__h3 {
        height: 60px;
        width: 100%;
        font-size: 1.4rem;
        padding: 20px 1% 0;
    }

    .item02 .business__h3 {
        padding: 7px 0 0;
    }
}

/*============================
	works
============================*/
.works {
    padding: 100px 0 130px;
    background: #eff6f9;
}

.works__txtwrap {
    padding: 30px 0 0;
    background: url(../img/top/works_ttl_img.png) no-repeat top right/30%;
}

.works .section__ttl {
    margin-bottom: 50px;
}

.works__txt {
    font-size: 1.8rem;
    letter-spacing: .32em;
    line-height: 2;
    margin-bottom: 70px;
}

.works__flex {
    margin-bottom: 60px;
}

.works__item {
    width: 32%;
}

@media screen and (max-width:1024px) {
    .works {
        padding: 100px 0;
    }

    .works__txtwrap {
        padding: 20px 0 0;
        background: url(../img/top/works_ttl_img.png) no-repeat top right/30%;
    }

    .works .section__ttl {
        margin-bottom: 30px;
    }

    .works__txt {
        font-size: 1.4rem;
        margin-bottom: 40px;
        max-width: 65%;
    }

    .works__flex {
        margin-bottom: 40px;
    }

    .works__item {
        width: 32%;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {
    .works {
        padding: 60px 0 80px;
    }

    .works__txtwrap {
        padding: 30px 0 0;
        background: url(../img/top/works_ttl_img.png) no-repeat top right/40%;
    }

    .works .section__ttl {
        margin-bottom: 50px;
    }

    .works__txt {
        font-size: 1.4rem;
        margin-bottom: 50px;
        max-width: 100%;
    }

    .works__flex {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .works__item {
        width: 49%;
        margin-bottom: 10px;
    }

    .works__item:last-child {
        margin: 0 auto;
    }
}


/*============================
	news
============================*/
.news {
    padding: 150px 0 200px;
}

.news__flex {

}

.news__left {
    width: 50%;
}

.news__right {
    width: 50%;
    padding: 0 0 0 5%;
}

.news .section__ttl {
    margin-bottom: 35px;
    text-align: center;
}


.news__dl {
    border-top: solid 1px #222;
}

.news__dt {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .32em;
    padding: 30px 5% 15px;
    line-height: 1;
}

.news__dd {
    font-size: 1.8rem;
    padding: 0 5% 30px 5%;
    border-bottom: solid 1px #222;
}

.news__bnr {
    max-width: 415px;
    margin-bottom: 20px;
}

.news__bnr:last-child {
    margin: 0;
}

@media screen and (max-width:1024px) {
    .news {
        padding: 100px 0
    }

    .news__flex {
        align-items: center;
    }

    .news__left {
        width: 50%;
    }

    .news__right {
        width: 50%;
        padding: 0 0 0 5%;
    }

    .news .section__ttl {
        margin-bottom: 35px;
        text-align: center;
    }

    .news__dt {
        font-size: 1.4rem;
        padding: 20px 5% 10px;
    }

    .news__dd {
        font-size: 1.4rem;
        padding: 0 5% 20px 5%;
        border-bottom: solid 1px #222;
    }

    .news__bnr {
        max-width: 415px;
        margin-bottom: 10px;
    }

    .news__bnr:last-child {
        margin: 0;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:767px) {
    .news {
        padding: 80px 0 100px;
    }

    .news__flex {
        align-items: center;
    }

    .news__left {
        width: 100%;
        margin-bottom: 70px;
    }

    .news__right {
        width: 100%;
        padding: 0;
    }

    .news .section__ttl {
        margin-bottom: 40px;
        text-align: center;
    }

    .news__dt {
        font-size: 1.4rem;
        padding: 20px 5% 10px;
    }

    .news__dd {
        font-size: 1.4rem;
        padding: 0 5% 20px 5%;
        border-bottom: solid 1px #222;
    }

    .news__bnr {
        max-width: 415px;
        margin: 0 auto 15px;
    }

    .news__bnr:last-child {
        margin: 0 auto;
    }
}


/*wp-pagenavi base*/
.pagenation .wp-pagenavi {
	clear: both;
	text-align:center;

}
.pagenation .wp-pagenavi a, .pagenation .wp-pagenavi span {
	color: #fff;
	background-color: #0e5ca7;;
	border: solid 1px #0e5ca7;;
	padding: 5px 10px;
	margin: 0 2px;
	white-space: nowrap;
	text-align: center;
	text-decoration:none;
}
.pagenation .wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#0e5ca7; 
    border-color:#0e5ca7;
    }
.pagenation .wp-pagenavi span.current{
	color: #0e5ca7;
	padding: 5px 10px;
	background-color: #fff;
	border-color: #0e5ca7;
	font-weight: bold;
    }