@charset "UTF-8";
/*==================================================
  TOPページスライダー  ここから
==================================================*/
.mv{
    margin-top: -90px;
    position: relative;
}
.slick01 img{
    object-fit: cover;
}
.slick-slide{
    height: 100%;
}

.slick-track{
    display: flex;
}
.slick-next:before {
    content: url("../images/member_btn-aftr.png");
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 99;
}
.slick-next {
    right: -50px;
}
.mv__btn{
    position: absolute;
    bottom: 43px;
    right: 5% ;
    color: #fff;
    font-size: 1.8rem;
    width: 260px;
    height: 48px;
    background-color: #F15A24;
    background-image: url(../img/mono_mv__btn_img.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 20px 7.5px;
    border: solid 2px #F15A24;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}
.mv__btn:hover{
    color: #F15A24;
    background-color: #fff;
    background-image: url("../img/mono_mv__btn_img02.png");
    transition: 0.8s;
}
.member-img{
    position: relative;
    z-index: -2;
}
.member-box:first-child{
    margin-left: 0;
}
.member-box:last-child{
    margin-right: 0;
}

.slick-dots{
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slick-dots li{
    width: 70px;
    height: 3px;    
    border-radius: 1.5px;
    background-color: #fff;
    margin: 0 6px;
}
.slick-dots .slick-active{
    width: 70px;
    background-color: #F15A24;
    height: 3px;
    border-radius: 1.5px;
}

.mv_copy{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mv_copy__txt01{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 32px;
    border-bottom: solid 2px #fff;
}
.mv_copy__txt02{
    color: #fff;
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 18px;
}
.mv_copy__logo{
    width: 490px;
}
.mv_copy__btn{
    display: none;
}
@media only screen and (max-width: 1180px) {
    .slick-next {
        right: -28px;
    }
    .mv__btn{
        bottom: 90px;
    }
}
@media only screen and (max-width: 1000px) {
    .mv_copy__txt02{
        font-size: 2.3rem;
    }
    .mv_copy__logo {
        width: 400px;
    }
}
@media only screen and (max-width: 810px) {
    .mv .slick-slide{
        height: 420px;
    }
    .mv_copy__txt02{
        font-size: 2rem;
    }
    .mv_copy__logo {
        width: 360px;
    }
}
@media only screen and (max-width: 810px) {
    .mv_copy {
        top: 36%;
    }
}
@media only screen and (max-width: 570px) {
    .slick-dots li{
        width: 25px;
    }
    .slick-dots .slick-active{
        width: 25px;
    }
}
@media only screen and (max-width: 500px) {
    .slick-list {
        margin: 0 auto;
    }
    .mv .slick-slide{
        height: 100vh;
    }
    .slick-next {
        right: -5px;
    }
    .member-box:first-child{
        margin-left: 8px;
    }
    .member-box:last-child{
        margin-right: 8px;
    }
    .mv_copy {
        top: 50%;
    }
    .mv_copy__logo {
        width: 240px;
    }
    .mv_copy__btn{
        display: flex;
        margin-top: 50px;
    }
    .mono_mv__link{
        color: #fff;
        font-size: 1.2rem;
        width: 162px;
        height: 36px;
        background-color: #F15A24;
        background-image: url(../img/mono_mv__btn_img.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 15px 8.5px;
        border: solid 2px #F15A24;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
        margin: 0 12.5px;
    }
    .mv__btn{
        display: none;
    }
}
@media only screen and (max-width: 450px) {
    .mv_copy__btn{
        flex-direction: column;
    }
    .mono_mv__link{
        margin: 0 0 25px;
    }
    .mono_mv__link:last-child{
        margin-bottom: 50px;
    }
}
/*==================================================
  TOPページ ABOUT
==================================================*/
.company_logo__header{
    font-size:2.4rem;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin: 50px auto 20px;
}
@media only screen and (max-width: 500px) {
    .company_logo__header{
        font-size: 1.4rem;
        margin: 50px 20px 20px;
    }
}
.slick-slider{
    margin-bottom: 50px;
    overflow: hidden;
}
.slider img{
    object-fit: contain;
    height: 44px;
    width: 100%!important;
    margin: 0 20px;
}
/*==================================================
  TOPページ ABOUT
==================================================*/
.about{
    background-color: #000;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.about__wrapper{
    width: 100%;
    max-width: 980px;
    display: flex;
    margin: 65px 32px 112px;
}
@media only screen and (max-width: 1180px) {
    .about__wrapper{
        flex-direction: column;
        align-items: center;
    }
}
.about__list{
    display: flex;
    flex-direction: column;
    margin-right: 80px;
}
@media only screen and (max-width: 1180px) {
    .about__list{
        align-items: center;
        margin: 0 0 80px;
    }
}
@media only screen and (max-width: 1180px) {
    .about__list{
        align-items: flex-start;
    }
}
.about__list h3, h4, span, p{
    color: #fff;
}
.about__box{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.about__header{
    color: #fff;
    font-size: 4.4rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
.about__border{
    width: 344px;
    border-top: solid 1px #E25521;
    margin-bottom: 8px;
}
.about__sub_header{
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
}
.about__txt01{
    font-size: 2rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 40px;
}
.about__txt02{
    font-family: "Noto Sans JP", sans-serif;
}
.about__img{
    width: 100%;
    max-width: 374px;
}
/*==================================================
  TOPページ SERVICE
==================================================*/
.service{
    background-image: url("../img/service__bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.service__wrapper{
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: column;
    margin: 65px 32px 112px;
}
.service__wrapper > h3, h4, span, p{
    color: #fff;
}
.service__list01{
    display: flex;
    flex-direction: column;
    margin-bottom: 55px;
}
.service__header{
    color: #fff;
    font-size: 4.4rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
.service__border{
    width: 515px;
    border-top: solid 1px #E25521;
    margin-bottom: 8px;
}
.service__sub_header{
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}
.service__txt01{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
}
.service__list02{
    display: flex;
    justify-content: space-between;
}
.service__box{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service__box_title{
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 20px;
}
.service__img{
    height: 75px;
    margin-bottom: 55px;
}
.service__box_txt{
    font-family: "Noto Sans JP", sans-serif;
    min-height: 144px;
    margin-bottom: 25px;
}
.service__box_link{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 158px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #E25521;
    background-color: #7F7069;
}
.service__box_link:hover{
    color: #7F7069;
    background-color: #fff;
    border: solid 2px #E25521;
    transition: 0.8s;
}
@media screen and (max-width: 1020px) {
    .service__wrapper{
        margin: 40px 32px 0;
        align-items: center;
    }
    .service__list02{
        flex-direction: column;
        align-items: center;
    }
    .service__box{
        width: 515px;
        margin-bottom: 55px;
    }
    .service__img{
        height: 75px;
        margin-bottom: 20px;
    }
    .service__box_txt{
        min-height: auto;
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 620px) {
    .service__border{
        width: 100%;
    }
    .service__box{
        width: 100%;
    }
}
@media screen and (max-width: 620px) {
    .service__border {
        width: 252px;
        margin-left: -32px;
        margin: 0 0 22px -32px;
    }
}
/*==================================================
  TOPページ PRICE
==================================================*/
.price{
    background-color: #2C2C2C;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 43px 32px 67px;
}
.price__header{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 50px auto  12px;
}
.price__border{
    width: 72px;
    border-top: solid 1px #E25521;
    margin-bottom: 10px;
}
.price__sub_header{
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 16px;
}
.price__txt_wrapper{
    display: flex;
    align-items: flex-end;
    margin-bottom: 48px;
}
.price__txt_list{
    display: flex;
    align-items: flex-end;
}
.price__txt01{
    font-size: 4rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
}
.price__txt02{
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    margin-bottom: 4px;
}
.price__txt03{
    font-size: 2rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 8px 4px 0;
}
.price__txt04{
    font-size: 2rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 4px;
}
.price__link{
    color: #fff;
    background-color: #E25521;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 208px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #E25521;
    margin: 0 auto 68px;
    cursor: pointer;
}
.price__link:hover{
    color: #E25521;
    background-color: #fff;
    border: solid 2px #E25521;
    transition: 0.8s;
}
@media screen and (max-width: 500px) {
    .price {
        align-items: flex-start;
        padding: 43px 32px 67px;
    }
    .price__header{
        margin: 50px 0 12px;
    }
    .price__txt_wrapper {
        align-items: center;
        flex-direction: column;
        margin: 0 auto 40px;
    }
    .price__txt_list{
        margin-bottom: 16px;
    }
}
/*==================================================
  TOPページ Document
==================================================*/
/*Doument ヘッダー部分*/
.document{
    background-color: #000000;
    position: relative;
}
.document__top{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 32px 40px;
}
.document__list02{
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
}
.document__triangle{
    position: absolute;
    width: 24px;
    height: 21px;
}
.document__header{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 50px auto  12px;
}
.document__border{
    width: 72px;
    border-top: solid 1px #E25521;
    margin-bottom: 10px;
}
.document__sub_header{
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 16px;
}
.document__txt{
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 500px) {
    .document__top {
        align-items: flex-start;
        margin: 0 32px 40px;
    }
    .document__header {
        margin: 50px 0 12px;
    }
}

/*Doument スライダー部分*/
.document__slider{
    background-color: rgba(195, 195, 195, 0.45);
    padding: 54px 0;
    margin-bottom: 26px!important;
}
.document__slider .slick-list{
    max-width: 998px!important;
    margin: 0 auto;
}
.document__slider>.slick-dots{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.document__slider>.slick-dots li{
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #fff;
    margin: 0 6px;
}
.document__slider>.slick-dots li.slick-active{
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #E25521!important;
    margin: 0 6px;
}
.document__box{
    width: 30%!important;
    padding: 0!important;
    margin: 0 10px;
}
.document__img{
    width: 100%;
    object-fit: contain;
}
.document__slider>.slick-prev{
    position: absolute;
    top: 45%;
    left: 180px;
    z-index: 99;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.document__slider .slick-prev:before {
    content: url("../img/slider__slick_prev.png");
    display: inline-block;
    width: 54px;
    position: relative;
    z-index: 99;
}
.document__slider .slick-next{
    position: absolute;
    top: 45%;
    right: 210px;
    z-index: 99;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.document__slider .slick-next:before {
    content: url("../img/slider__slick_next.png");
    display: inline-block;
    width: 54px;
    position: relative;
    z-index: 99;
}
.document__bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.document__link{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 254px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #E25521;
    margin-bottom: 95px;
    cursor: pointer;
}
.document__link:hover{
    color: #E25521;
    background-color: #fff;
    border: solid 1px #E25521;
    transition: 0.8s;
}
@media screen and (max-width: 1450px) {
    
}
@media screen and (max-width: 1020px) {
    .document__slider{
        padding: 54px;
    }
}
@media screen and (max-width: 810px) {
    .document__slider .slick-prev{
        left: 0;
    }
    .document__slider .slick-next{
        right: 30px;
    }
}
@media screen and (max-width: 500px) {
    .document__slider .slick-prev{
        left: 0;
        width: 10px;
    }
    .document__slider .slick-prev:before {
        content: url(../img/sp_slider__slick_prev.png);
    }
    .document__slider .slick-next{
        right: 30px;
        width: 10px;
    }
    .document__slider .slick-next:before {
        content: url(../img/sp_slider__slick_next.png);
    }
}
/*==================================================
  TOPページ CASE STUDY
==================================================*/
.seminar{
    background-color: #000000;
    position: relative;
}
.seminar__top{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.seminar__list02{
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
}
.seminar__triangle{
    position: absolute;
    width: 24px;
    height: 21px;
}
.seminar__header{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 50px auto  12px;
}
.seminar__border{
    width: 72px;
    border-top: solid 1px #E25521;
    margin-bottom: 10px;
}
.seminar__sub_header{
    font-size: 1.4rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 16px;
}
.seminar__txt{
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
}
.seminar__slider{
    background-color: rgba(195, 195, 195, 0.45);
    padding: 54px 0;
    margin-bottom: 26px!important;
}
.seminar__slider>.slick-list{
    max-width: 998px!important;
    margin: 0 auto;
}
.seminar__slider>.slick-dots{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.seminar__slider>.slick-dots li{
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #fff;
    margin: 0 6px;
}
.seminar__slider>.slick-dots li.slick-active{
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #E25521!important;
    margin: 0 6px;
}
.seminar__box{
    width: 30%!important;
    padding: 0!important;
    background-color: #ff0000;
    margin: 0 10px;
}
.seminar__img{
    width: 100%;
    object-fit: contain;
}
.seminar__slider>.slick-prev{
    position: absolute;
    top: 45%;
    left: 180px;
    z-index: 99;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.seminar__slider>.slick-prev:before {
    content: url("../img/slider__slick_prev.png");
    display: inline-block;
    width: 54px;
    position: relative;
    z-index: 99;
}
.seminar__slider>.slick-next{
    position: absolute;
    top: 45%;
    right: 210px;
    z-index: 99;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.seminar__slider>.slick-next:before {
    content: url("../img/slider__slick_next.png");
    display: inline-block;
    width: 54px;
    position: relative;
    z-index: 99;
}
.seminar__bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.seminar__link{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 254px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #E25521;
    margin-bottom: 95px;
    cursor: pointer;
}
.seminar__link:hover{
    color: #E25521;
    background-color: #fff;
    border: solid 1px #E25521;
    transition: 0.8s;
}
@media screen and (max-width: 1020px) {
    .seminar__slider{
        padding: 54px;
    }
}
@media screen and (max-width: 810px) {
    .seminar__slider .slick-prev{
        left: 0;
    }
    .seminar__slider .slick-next{
        right: 30px;
    }
}
@media screen and (max-width: 500px) {
    .seminar__slider .slick-prev{
        left: 0;
        width: 10px;
    }
    .seminar__slider .slick-prev:before {
        content: url(../img/sp_slider__slick_prev.png);
    }
    .seminar__slider .slick-next{
        right: 30px;
        width: 10px;
    }
    .seminar__slider .slick-next:before {
        content: url(../img/sp_slider__slick_next.png);
    }
}
/*==================================================
  TOPページ CASE STUDY
==================================================*/
.case_study{
    background-color: #000000;
    position: relative;
}
.case_study__top{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.case_study__list02{
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
}
.case_study__triangle{
    position: absolute;
    width: 24px;
    height: 21px;
}
.case_study__header{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 50px auto  12px;
}
.case_study__border{
    width: 72px;
    border-top: solid 1px #E25521;
    margin-bottom: 10px;
}
.case_study__sub_header{
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    margin-bottom: 16px;
}
.case_study__slider{
    background-color: rgba(195, 195, 195, 0.45);
    padding: 54px 0;
    margin-bottom: 26px!important;
}
.case_study__slider>.slick-list{
    max-width: 998px!important;
    margin: 0 auto;
}
.case_study__slider>.slick-dots{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.case_study__slider>.slick-dots li{
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #fff;
    margin: 0 6px;
}
.case_study__slider>.slick-dots li.slick-active{
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #E25521!important;
    margin: 0 6px;
}
.case_study__box{
    width: 30%!important;
    padding: 0!important;
    background-color: #ff0000;
    margin: 0 10px;
}
.case_study__img{
    width: 100%;
    object-fit: contain;
}
.case_study__slider>.slick-prev{
    position: absolute;
    top: 45%;
    left: 180px;
    z-index: 99;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.case_study__slider>.slick-prev:before {
    content: url("../img/slider__slick_prev.png");
    display: inline-block;
    width: 54px;
    position: relative;
    z-index: 99;
}
.case_study__slider > .slick-next{
    position: absolute;
    top: 45%;
    right: 210px;
    z-index: 99;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}
.case_study__slider>.slick-next:before {
    content: url("../img/slider__slick_next.png");
    display: inline-block;
    width: 54px;
    position: relative;
    z-index: 99;
}
.case_study__bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.case_study__link{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 254px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #E25521;
    margin-bottom: 95px;
    cursor: pointer;
}
.case_study__link:hover{
    color: #E25521;
    background-color: #fff;
    border: solid 1px #E25521;
    transition: 0.8s;
}
@media screen and (max-width: 1020px) {
    .case_study__slider{
        padding: 54px;
    }
}
@media screen and (max-width: 810px) {
    .case_study__slider .slick-prev{
        left: 0;
    }
    .case_study__slider .slick-next{
        right: 30px;
    }
}
@media screen and (max-width: 500px) {
    .case_study__slider .slick-prev{
        left: 0;
        width: 10px;
    }
    .case_study__slider .slick-prev:before {
        content: url(../img/sp_slider__slick_prev.png);
    }
    .case_study__slider .slick-next{
        right: 30px;
        width: 10px;
    }
    .case_study__slider .slick-next:before {
        content: url(../img/sp_slider__slick_next.png);
    }
}
/*==================================================
  TOPページ お問い合わせ
==================================================*/
.top_contact{
    background-image: url("../img/top_contact__bg.png");
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.top_contact__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 32px;
}
.top_contact__header01{
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin: 50px 0 15px;
}
.top_contact__border{
    width: 124px;
    border-top: solid 2px #fff;
    margin-bottom: 44px;
}
.top_contact__header02{
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 55px;
}
.top_contact__txt01{
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 15px;
}
.top_contact__txt02{
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 58px;
}
.top_contact__link{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 214px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #E25521;
    background-color: #E25521;
    margin-bottom: 95px;
    cursor: pointer;
}
.top_contact__link:hover{
    color: #E25521;
    background-color: #fff;
    border: solid 2px #E25521;
    transition: 0.8s;
}
.top_contact__br{
    display: none;
}
@media screen and (max-width: 500px) {
    .top_contact__txt01 {
        font-size: 1.6rem;
    }
    .top_contact__br{
        display: block;
    }
}