@charset "utf-8";

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
/* top common */
.top_ttl {
    position: relative;
    margin-bottom: 32px;
}

.top_ttl span {
    display: inline-block;
    content: attr(data-txt)"";
    font-family: 'Figtree', 'Poppins', sans-serif;
    font-size: 8.0rem;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1;
    color: #222;
    margin-bottom: 20px;
    max-height: 100%;
}

.top_ttl span>span {
    color: #E5313B;
    margin-bottom: 0;
}

.top_ttl h2 {
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #E5313B;
    max-height: 100%;

}

.top_btn {
    position: relative;
    width: 150px;
    max-width: 100%;
}

.top_btn_link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #222;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #C9CACA;
    transition: all .3s ease;
    max-height: 100%;
    position: relative;
}

.top_btn_link::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #222;
    transition: all .3s ease;
}

.top_btn_link span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 17px 5px 0;
    position: relative;
}

.top_btn_link span::before,
.top_btn_link span::after {
    content: '';
    position: absolute;
    right: 0px;
    width: 10px;
    height: 2px;
    background-color: #222;
    top: 50%;
    transition: all .3s ease;
}

.top_btn_link span::before {
    transform: translateY(-50%) rotate(90deg);
}

.top_btn_link span::after {
    transform: translateY(-50%) rotate(0deg) !important;
}


.top_btn_link:hover::after {
    width: 100%;
}

.top_btn_link:hover span::before {
    opacity: 0;
}

/* top common// */
#index_wrap {
    position: relative;
}

/*------------ mv ------------*/


#index_mv {
    position: relative;
    background: #fff;
}

#index_mv img {
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 1000px;
}

#top_h1 {
    position: absolute;
    left: 9.4%;
    top: 51.9%;
    max-width: 100%;
    -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    transform: translateY(-50%);
}

#top_h1 span {
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    font-size: 11rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #FFF;
}

#top_h1 h1 {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.9;
    font-weight: bold;
    max-height: 100%;
}


/*----------------
	catch
--------------------*/

#index_catch {
    padding: 115px 0 71px;
    position: relative;
}

#index_catch::before {
    position: absolute;
    content: "";
    width: 100%;
    min-width: 1620px;
    height: 212px;
    top: -210px;
    left: 50%;
    background: #FFF;
    clip-path: polygon(6.423% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 97.592%, 5.291% 6.373%, 5.291% 6.373%, 5.366% 5.24%, 5.451% 4.201%, 5.547% 3.263%, 5.653% 2.432%, 5.766% 1.713%, 5.887% 1.111%, 6.014% 0.634%, 6.147% 0.285%, 6.283% 0.072%, 6.423% 0%);
    transform: translateX(-50%);
}

.catch_area {
    max-width: 100%;
    width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}


.catch_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 100%;
}

.catch_box_h {
    display: flex;
    justify-content: center;
    width: 50%;
    padding: 0 10px;
    margin: -196px 0 0;
}

.catch_box_txt {
    width: 50%;
    margin: -216px 0 0;
}

.catch_box_txt h3 {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.617;
    margin: 0 0 32px;
}

.catch_box_txt h3 span {
    color: #E5313B;
}

.catch_box_txt p {
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0 0 21px;
}

/* loop img */
.loop_img_box {
    position: relative;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100vw;
    min-width: 1240px;
    margin: 0 0 -155px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.loop_img {
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 2657px;
    margin: 0;
    padding: 0;
}

.loop_img li {
    display: inline-block;
    width: 100vw;
    min-width: 2657px;
    list-style: none;
    text-align: center;
}

.loop_img li img {
    display: block;
    width: 100%;
    height: auto;
}

.loop_img:first-child {
    animation: loopImg 80s -40s linear infinite;
    backface-visibility: hidden;
    will-change: transform;
}

.loop_img+.loop_img {
    animation: loopImg2 80s linear infinite;
}

@keyframes loopImg {
    0% {
        transform: translateX(100%);
    }

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


@keyframes loopImg2 {
    0% {
        transform: translateX(0);
    }

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


/*----------------
	service
--------------------*/
#index_service {
    padding: 88px 0 323px;
    background-color: #E6E6E6;
    position: relative;
}

/* loop text */
.loop_txt_box {
    margin: 0 0 33px;
}

.loop_txt {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100vw;
    min-width: 1240px;
    height: auto;
    overflow: hidden;
}

.loop_txt div {
    display: flex;
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    font-size: 22rem;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 0;
    white-space: nowrap;
    opacity: 0.62;
}

.loop_txt div:nth-child(odd) {
    animation: loopTxt 136s -68s linear infinite;
    backface-visibility: hidden;
    will-change: transform;
}

.loop_txt div:nth-child(even) {
    animation: loopTxt2 136s linear infinite;
}

@keyframes loopTxt {
    0% {
        transform: translateX(100%);
    }

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


@keyframes loopTxt2 {
    0% {
        transform: translateX(0);
    }

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


/* content */
.service_area {
    color: #FFF;
    max-width: 100%;
    width: 1606px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

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

.service_box_img {
    width: 44.252%;
    margin-right: 5.81%;
}

.service_box_img img {
    display: block;
    max-width: 100%;
}

.service_box_txt {
    width: 534px;
}

.service_box_txt .top_ttl {
    margin-bottom: 63px;
}

.service_box_txt .top_ttl h2 {
    color: #222;
}

.service_list {
    border-top: 1px solid #8D8D8D;
    counter-reset: num;
}

.service_item {
    border-bottom: 1px solid #8D8D8D;
    counter-increment: num;
}

.service_item_link {
    display: flex;
    /* align-items: center; */
    color: #222;
    text-decoration: none;
    padding: 20px 0 31px 12px;
    position: relative;
}

.service_item_link::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "01";
    content: counter(num, decimal-leading-zero);
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0;
    width: 68px;
    height: 68px;
    padding: 2px 1px 0 0;
    margin: 0 20px 0 0;
    background: transparent;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    transition: all .3s ease;
}

.service_item_link::after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    top: -28px;
    bottom: 0;
    right: 12px;
    margin: auto;
    background: #222222 url(../img/icon_arrow_white.svg) no-repeat center / 10px auto;
    border-radius: 50%;
    transition: all .3s ease;
}

.service_item_link span {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 10px 0 0;
    position: relative;
}

.service_item_link span::after {
    display: block;
    content: attr(data-txt)"";
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin: 6px 0 0;
}

/* hover */
.service_item_link:hover::before {
    color: #FFF;
    background-color: #222;
    border-color: #222;
}

/*----------------
	works
--------------------*/
#index_works {
    padding: 140px 0 89px;
    margin: -212px 0 0;
    position: relative;
}

#index_works::before {
    position: absolute;
    content: "";
    width: 100%;
    min-width: 1620px;
    height: 212px;
    top: 0;
    left: 50%;
    background: #FFF;
    clip-path: polygon(6.423% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 97.592%, 5.291% 6.373%, 5.291% 6.373%, 5.366% 5.24%, 5.451% 4.201%, 5.547% 3.263%, 5.653% 2.432%, 5.766% 1.713%, 5.887% 1.111%, 6.014% 0.634%, 6.147% 0.285%, 6.283% 0.072%, 6.423% 0%);
    transform: translateX(-50%);
}

.works_area {
    max-width: 100%;
    width: 1350px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

/* works_box_h */
.works_box_h {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 55px;
}

.works_box_h .top_ttl {
    margin: 0;
}

/* works_box_content */
.works_list {
    margin: 0 -23px 34px;
}

.works_link {
    display: block;
    color: #FFF;
    text-decoration: none;
    margin: 0px 23px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;

}

.works_link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(34, 34, 34);
    background: linear-gradient(167deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0) 70%, rgba(34, 34, 34, 0.16) 100%);
    bottom: 0;
    right: 0;
}

.works_img {
    height: 0;
    padding-top: 91.438%;
    position: relative;

}

.works_img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.works_txt {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 50px 20px 20px;
    max-width: 100%;
    z-index: 10;
}

.works_ttl {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.works_cate {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1px 9px;
    background: #707070;
    margin: 0 9px 0 0;
}

.works_place {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
}

/* slick */
.slick-list {
    overflow: visible !important;
}

/* slick arrow */
.arrow_box {
    display: flex;
    align-items: center;
    position: relative;
}

.arrow_box::before {
    display: block;
    content: "";
    width: 86.153%;
    height: 1px;
    background: #CCCCCC;
    margin: 0 auto 0 0;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 60px;
    height: 60px;
    background: #E52F3B url(../img/icon_arrow_white.svg) no-repeat center / 10px auto;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

/* slickじゃない場合 */
.works_list.noslick {
    display: flex;
    flex-wrap: wrap;
}

.works_list.noslick .works_item {
    width: 40%;
}

.works_list.noslick+.arrow_box::before {
    width: 100%;
}

/* hover */
.works_link:hover .works_img img {
    transform: scale(1.05);
}

.prev-arrow:hover,
.next-arrow:hover {
    background-color: #a52930;
}

/*----------------
	news
--------------------*/
#index_news {
    margin: 0 0 50px;
    position: relative;
}

.news_area {
    width: 100%;
    max-width: 1340px;
    margin: auto;
    padding: 0 20px;
}

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

.news_box_h {
    width: 207px;
    margin-right: 7%;
}

.news_box_content {
    width: calc(100% - (207px + 7%));
}


.news_list {
    margin: 0;
}

.news_list li {
    margin: 0 0 14px;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    overflow: hidden;
}

.news_list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #333;
    text-decoration: none;
    padding: 30px 65px 28px 29px;
    width: 100%;
    transition: all .3s;
    position: relative;
}

.news_list li a::after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    top: 4px;
    bottom: 0;
    right: 27px;
    margin: auto;
    background: transparent url(../img/icon_arrow_grey.svg) no-repeat center / 10px auto;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    transition: all .3s ease;
}

.news_list li .news_date {
    font-size: 1.8rem;
    margin-right: 21px;
    padding: 0;
}

.news_list li .news_cate {
    border: 1px solid #707070;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    display: inline-block;
    min-width: 114px;
    text-align: center;
    align-self: center;
    box-sizing: border-box;
    padding: 1px 0;
    margin-right: 23px;
    border-radius: 20px;
}

.news_list li .news_title {
    font-size: 1.8rem;
    max-width: calc(100% - 258px);
}

/* hover */
.news_list li a:hover {
    background-color: #f7f7f7;
}


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


    /* top common */

    .top_ttl {
        margin-bottom: 18px;
    }

    .top_ttl span {
        font-size: 4.0rem;
        margin-bottom: 10px;
    }

    .top_ttl h2 {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .top_btn_link {
        font-size: 1.6rem;
    }

    /* top common// */

    /*------------ mv ------------*/

    #index_mv img {
        min-height: 490px;
        width: 100%;
        object-fit: cover;
    }

    #top_h1 {
        top: 50%;
        left: 0;
        padding: 0 15px;
        max-width: 100%;
        transform: translateY(-50%);
    }

    #top_h1 span {
        font-size: clamp(3rem, 12.9vw, 7rem);
    }

    #top_h1 h1 {
        font-size: 1.8rem;
    }

    /*----------------
		catch
	--------------------*/
    #index_catch {
        padding: 0px 0 55px;
        position: relative;
    }

    #index_catch::before {
        min-width: auto;
        height: 50px;
        top: -48px;
        left: 50%;
    }

    .catch_box {
        display: block;
    }

    .catch_box_h {
        justify-content: unset;
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }

    .catch_box_txt {
        width: 100%;
        margin: 0;
    }

    .catch_box_txt h3 {
        font-size: 1.8rem;
        margin: 0 0 15px;
    }

    .catch_box_txt h3 span {
        color: #E5313B;
    }

    .catch_box_txt p {
        margin: 0 0 25px;
    }

    /* loop img */
    .loop_img_box {
        margin: 0 0 -90px;
    }

    .loop_img {
        width: 1500px;
    }

    .loop_img li {
        display: inline-block;
        width: 100vw;
        min-width: 1500px;
        list-style: none;
        text-align: center;
    }


    /*----------------
		service
	--------------------*/
    #index_service {
        padding: 43px 0 90px;
    }

    /* loop text */
    .loop_txt_box {
        margin: 0 0 10px;
    }

    .loop_txt {
        min-width: auto;
    }

    .loop_txt div {
        font-size: 12rem;
    }

    /* content */
    .service_box_img {
        width: 100%;
        margin: 0 0 30px;
    }

    .service_box_txt {
        width: 100%;
    }

    .service_box_txt .top_ttl {
        margin-bottom: 30px;
    }

    .service_box_txt .top_ttl h2 {
        color: #222;
    }

    .service_item_link {
        padding: 10px 39px 19px 6px;
    }

    .service_item_link::before {
        font-size: 2rem;
        width: 48px;
        min-width: 48px;
        height: 48px;
        padding: 0;
        margin: 0 15px 0 0;
    }

    .service_item_link::after {
        width: 25px;
        height: 25px;
        top: -26px;
        right: 7px;
    }

    .service_item_link span {
        font-size: 1.8rem;
    }

    .service_item_link span::after {
        font-size: 1.5rem;
        margin: 3px 0 0;
    }

    /*----------------
		works
	--------------------*/
    #index_works {
        padding: 50px 0 65px;
        margin: -48px 0 0;
    }

    #index_works::before {
        min-width: auto;
        height: 50px;
    }

    .works_area {
        max-width: 100%;
        width: 1350px;
        padding: 0 20px;
        margin: 0 auto;
        position: relative;
    }

    /* works_box_h */
    .works_box_h {
        margin-bottom: 25px;
    }

    .works_box_h .top_ttl {
        margin: 0;
    }

    /* works_box_content */
    .works_list {
        margin: 0 -12px 15px;
    }

    .works_link {
        margin: 0px 12px;
    }

    .works_txt {
        padding: 0 20px 13px 20px;
        max-width: 100%;
    }

    .works_ttl {
        font-size: 1.5rem;
    }

    .works_cate {
        font-size: 1.2rem;
        padding: 1px 8px;
        margin: 0 7px 0 0;
    }

    .works_place {
        font-size: 1.2rem;
    }

    /* slick */
    .slick-list {
        overflow: visible !important;
    }

    /* slick arrow */
    .arrow_box {
        margin: 0 0 15px;
    }

    .arrow_box::before {
        width: calc(100% - 145px);
    }

    .prev-arrow,
    .next-arrow {
        width: 50px;
        height: 50px;
    }

    /* slickじゃない場合 */
    .works_list.noslick {
        display: block;
    }

    .works_list.noslick .works_item {
        width: 100%;
        margin-bottom: 20px;
    }


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

    .news_box_h {
        width: 100%;
        margin-right: 0;
    }

    .news_box_content {
        width: 100%;
    }

    .news_list {
        margin: 0 0 25px;
    }

    .news_list li a {
        padding: 13px 39px 12px 15px;
        background-size: 12px 8px;
        background-position: right 15px center;
    }

    .news_list li a::after {
        width: 25px;
        height: 25px;
        top: 0;
        right: 10px;
    }

    .news_list li .news_date {
        font-size: 1.3rem;
    }

    .news_list li .news_cate {
        font-size: 1.2rem;
        min-width: 95px;
        margin: 0;
        padding: 0;
    }

    .news_list li .news_title {
        font-size: 1.4rem;

        width: 100%;
        max-width: 100%;
        margin-top: 2px;
    }

    /* hover */

}