@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  共通 求人案内&会社案内部分 背景色

---------------------------------*/
.common_sub_contents .column{
    background-color: #F4F9EC;
}


/*---------------------------------

  header

---------------------------------*/
.header{
    margin-bottom: 0;
}


/*---------------------------------

  メインビジュアル

---------------------------------*/
.main_visual{
    position: relative;
    width: min(86%,1980px);
    margin: 0 auto;
    margin-bottom: 12rem;
}
.main_visual .swiper{
    padding-top: min(24rem,310px);
}
.main_visual .swiper .swiper-wrapper{
    overflow: hidden;
}
.main_visual .copy{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding-top: min(10.8rem,250px);
}
.main_visual .copy p{
    height: min(5.6rem,74px);
    overflow: hidden;
    transition: .4s ease-in;
    transition-delay: 0.8s;
}
.main_visual .copy p:last-of-type{
    margin-top: 4rem;
}
.main_visual .copy p img{
    height: 100%;
    width: auto;
    opacity: 0;
    transform: translateY(100%);
}
.main_visual .copy p.appear img{
    animation: copy-animation 0.3s ease-in-out 2.2s forwards;
    vertical-align: baseline;
}
@keyframes copy-animation{
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.main_visual .scroll_down{
    position: absolute;
    right: 8%;
    top: 16rem;
    z-index: 5;
    width: 3px;
    height: min(15rem,180px);
    background: #f4f4f4;
    border-radius: 3px;
}
@keyframes scrollDown{
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}
.main_visual .scroll_down::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 3px;
    height: min(15rem,180px);
    background: #01d765;
    border-radius: 3px;
    animation: scrollDown 2.2s ease infinite;
}


/*---------------------------------

  共通title

---------------------------------*/
.top_title{
    font-size: 18px;
    margin-bottom: 4rem;
    padding-left: 25px;
    position: relative;
    line-height: 1;
}
.top_title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #01d765;
    border: solid 3px #62F7A8;
    border-radius: 50%;
    box-sizing: border-box;
}
.top_title span{
    font-weight: 700;
}
.concept_title::after {
    content: "/";
    padding-left: 0.5em;
    padding-right: 0.2em;
}

/*---------------------------------

  コンセプト

---------------------------------*/
.concept_wrapper{
    margin-bottom: 12rem;
}
.concept_wrapper .inner{
    width: min(86%,1600px);
    margin: 0 auto;
}
.concept_wrapper .inner .text{
    font-size: clamp(22px,3rem,32px);
    margin-bottom: 10rem;
    font-weight: 600;
}
.concept_wrapper .inner .image{
    position: relative;
}
.concept_wrapper .inner .image::before{
    content: '';
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    border-radius: 20px;
    z-index: -1;
}
.concept_wrapper .inner .image picture{
    border-radius: 20px;
    overflow: hidden;
    display: block;
}


/*---------------------------------

  サービス

---------------------------------*/
.green_wrapper{
    background-color: #F4F9EC;
    border-radius: 120px 0 0 0;
    padding-top: 10rem;
    overflow: hidden;
}
.service_wrapper{
    margin-bottom: 16rem;
}
.service_wrapper .top_title_wrapper{
    width: min(86%,1980px);
    margin: 0 auto;
    margin-bottom: 6rem;
}
.service_wrapper .top_title{
    width: fit-content;
    margin: 0 0 0 auto;
}
.service_list_wrapper{
    position: relative;
}
.service_list_wrapper::before{
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 137px;
    background: url("../img/top/service_bg_text.svg")left top/4000px auto repeat-x;
    animation: loop-text 60s infinite linear;
}
@keyframes loop-text {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4000px 0;
  }
}
.service_wrapper .service_list{
    width: 80%;
    margin-left: auto;
    position: relative;
    padding-right: 4%;
}
.service_wrapper .service_list .swiper-wrapper{
    display: flex;
    align-items: stretch;
    padding-bottom: 6rem;
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide{
    height: auto;
    display: inline-block;
    background-color: #fff;
    border-radius: 2rem;
    padding: 4rem 4rem 10rem;
    box-shadow: 5px 5px 4rem 6px rgba(20,67,51,0.08);
    position: relative;
    transition: 0.4s;
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide:hover{
    opacity: 0.8;
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide::before{
    content: '';
    position: absolute;
    left: 2rem;
    top: 2rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E8E8E8;
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide h3{
    text-align: center;
    padding-bottom: 3.8rem;
    font-size: clamp(20px,2.8rem,32px);
    font-weight: 700;
    color: #01d765;
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide.kururin_bus h3{
    font-size: clamp(20px,2.8rem,30px);
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide.day_service h3{
    font-size: clamp(20px,2.7rem,30px);
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide .image{
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 3rem;
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide .text{
    line-height: 1.6;
    font-size: clamp(16px,2rem,18px);
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide .view_more{
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    color: #01d765;
    font-weight: 600;
    padding-right: 48px;
}
.service_wrapper .service_list .swiper-wrapper .swiper-slide .view_more .arrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #F6FAEF;
    border: solid 2px #01d765;
    box-sizing: border-box;
}
.service_list .swiper-wrapper .swiper-slide .view_more .arrow::before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("../img/common/arrow_green.svg")center/100% auto no-repeat;
    transition: 0.4s;
}
.service_list .swiper-wrapper .swiper-slide .view_more .arrow::after{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("../img/common/arrow_green.svg")left -25px center/100% auto no-repeat;
    transition: 0.4s;
}
.service_list .swiper-wrapper .swiper-slide:hover .view_more .arrow::before{
    background: url("../img/common/arrow_green.svg")left 25px center/100% auto no-repeat;
}
.service_list .swiper-wrapper .swiper-slide:hover .view_more .arrow::after{
    background: url("../img/common/arrow_green.svg")left 0 center/100% auto no-repeat;
}
.service_list .swiper-button-next{
    right: auto!important;
    left: -15rem!important;
    top: auto!important;
    bottom: 6rem!important;
    width: min(9rem,90px)!important;
    height: min(9rem,90px)!important;
    border-radius: 50%;
    background-color: #01d765;
    box-shadow: 5px 5px 25px 6px rgba(20,67,51,0.08);
    transition: 0.35s;
}
.service_list .swiper-button-next:hover{
    background-color: #04ed70;
    box-shadow: 5px 5px 35px 6px rgba(20,67,51,0.02);
}
.service_list .swiper-button-next:after{
    content: ''!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: min(3rem,30px);
    height: min(3rem,30px);
    background: url("../img/common/arrow_white.svg")center/100% auto no-repeat;
}
.service_list .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: 100%!important;
    left: auto!important;
    right: 0!important;
    height: min(0.8rem,8px)!important;
    background-color: #fff!important;
}
.service_list .swiper-scrollbar-drag{
    background-color: #01d765!important;
}
.service_list .swiper-slide:not(.swiper-slide-visible){
    pointer-events: none;
    opacity: .2;
}
@media print, screen and (min-width: 1600px){
    .service_wrapper .service_list .swiper-wrapper .swiper-slide{
        padding: 4rem 3rem 8rem;
    }
}


/*---------------------------------

  配車について/待機場所について

---------------------------------*/
.taxi_wrapper{
    margin-bottom: 16rem;
}
.taxi_booking, .taxi_stand{
    position: relative;
    margin: 0 auto;
    width: min(100%,1600px);
    height: min(400px,100%);
}
.taxi_booking{
    margin-bottom: 14rem;
}
.taxi_booking::before, .taxi_stand::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-48%);
    width: 80%;
    height: 120%;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    z-index: 0;
    box-shadow: 5px 5px 4rem 6px rgba(20,67,51,0.08);
}
.taxi_stand::before{
    right: auto;
    left: 0;
    border-radius: 0 50px 50px 0;
}
.taxi_booking .column,.taxi_stand .column{
    width: min(100%,1700px);
    margin: 0 auto;
    display: flex;
}
.taxi_stand .column{
    flex-direction: row-reverse;
}
.taxi_wrapper .column .image{
    width: 54%;
}
.taxi_wrapper .column .image div{
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.taxi_wrapper .column .image div::before{
    content: '';
    position: absolute;
    right: -2rem;
    bottom: -2rem;
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    border-radius: 20px;
    z-index: 2;    
}
.taxi_wrapper .column .image div p{
    display: block;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.taxi_wrapper .column .content{
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}
.taxi_wrapper .column .content .inner{
    width: fit-content;
}
.taxi_wrapper .column .content .inner .top_title{
    padding-left: 0;
    margin-bottom: 4rem;
}
.taxi_wrapper .column .content .inner .top_title::before{
    display: none;
}
.taxi_wrapper .column .content .inner .top_title>span:first-of-type{
    display: block;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}
.taxi_wrapper .column .content .inner .top_title>span:first-of-type::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #01d765;
    border: solid 3px #62F7A8;
    border-radius: 50%;
    box-sizing: border-box;
}
.taxi_wrapper .column .content .inner .top_title>span:last-of-type{
    display: block;
    font-size: 24px;
    padding-top: 2rem;
}    
.taxi_wrapper .column .content .inner .text{
    font-size: clamp(14px,2rem,18px);
    padding-bottom: 3.7rem;
}
.taxi_wrapper .column .content .inner .tel{
    background-color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 2.4rem 3rem;
    color: #01d765;
    line-height: 1.4;
}
.taxi_wrapper .column .content .inner .tel span{
    font-size: 15px;
    font-weight: 700;
    padding-right: 3rem;
}
.taxi_wrapper .column .content .inner .tel p{
    font-size: 30px;
    letter-spacing: .02em;
    padding-left: 3rem;
    background: url("../img/common/tel.png")left center/2rem auto no-repeat;
}
.taxi_wrapper a.view_more{
    display: block;
    width: 210px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .05rem;
    color: #fff;
    background-color: #01d765;
    padding: 20px 24px;
    border-radius: 50px;
    position: relative;
    transition: 0.3s ease-in;
}
.taxi_wrapper a.view_more::before{
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50px;
    background-color: #04ed70;
    transition: 0.3s;
    z-index: 0;
}
.taxi_wrapper a.view_more:hover::before{
    width: calc(100%);
    height: 100%;
    right: 0;
}
.taxi_wrapper a.view_more span:first-of-type{
    position: relative;
    z-index: 5;
    line-height: 1;
}
.taxi_wrapper a.view_more .arrow{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #04ed70;
    transition: 0.35s ease-in;
    z-index: 5;
}
.taxi_wrapper a.view_more .arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    background: url("../img/common/arrow_white.svg")center/100% auto no-repeat;
    transition: 0.4s;
}
.taxi_wrapper a.view_more .arrow::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    background: url("../img/common/arrow_white.svg")left -30px center/100% auto no-repeat;
    transition: 0.4s;
}
.taxi_wrapper a.view_more:hover .arrow::before{
    background: url("../img/common/arrow_white.svg")left 30px center/100% auto no-repeat;
}
.taxi_wrapper a.view_more:hover .arrow::after{
    background: url("../img/common/arrow_white.svg")left 0px center/100% auto no-repeat;
}


/*---------------------------------

  西尾ご当地キャラクター紹介

---------------------------------*/
.character_wrapper{
    margin-bottom: 14rem;
}
.character_wrapper .inner{
    width: min(80%,1200px);
    margin: 0 auto;
}
.character_wrapper .inner h3{
    text-align: center;
    font-size: clamp(17px,2.6rem,28px);
    font-weight: 700;
    color: #01d765;
    margin-bottom: 4rem;
}
.character_wrapper .inner ul{
    display: flex;
    justify-content: center;
    gap: 6%;
}
.character_wrapper .character_box{
    width: calc(33.333% - 4%);
}
.character_wrapper .character_box .image{
    height: min(22rem,200px);
    text-align: center;
    margin-bottom: 20px;
}
.character_wrapper .character_box .image img{
    height: 100%;
    width: auto;
}
.character_wrapper .character_box:nth-child(3) .image{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.character_wrapper .character_box:nth-child(3) .image img{
    height: 88%;
}
.character_wrapper .character_box h4{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.character_wrapper .character_box p{
    font-size: clamp(14px,1.5rem,18px);
}


@media print, screen and (min-width: 1600px) {
    .taxi_booking::before, .taxi_stand::before{
        border-radius: 50px;
    }
}
@media print, screen and (max-width: 1200px){
    .taxi_wrapper .column .image div{
        width: 88%;
    }
    .taxi_wrapper .column .image{
        width: 55%;
    }
    .taxi_wrapper .column .content{
        width: 45%;
    }
    .taxi_wrapper .column .content .inner .top_title span:last-of-type{
        font-size: 20px;
    }
    .taxi_wrapper .column .content .inner .tel p{
        font-size: 26px;
    }
}
@media print, screen and (max-width: 900px){
    .taxi_booking, .taxi_stand{
        padding: 10rem 0;
    }
    .taxi_booking{
        margin-bottom: 12rem;
    }
    .taxi_booking::before, .taxi_stand::before{
        width: 90%;
        transform: translateY(-50%);
        height: 100%;
    }
    .taxi_booking .column, .taxi_stand .column{
        display: block;
        width: min(65%,700px);
    }
    .taxi_wrapper .column .image{
        width: 100%;
        margin-bottom: 8rem;
    }
    .taxi_wrapper .column .image div{
        width: 100%;
    }
    .taxi_wrapper .column .content{
        width: 100%;
    }
    .taxi_wrapper .column .content .inner{
        width: 100%;
    }
    .character_wrapper .inner{
        width: min(90%,1200px);
    }
}


@media print, screen and (max-width: 760px) {
    /*---------------------------------

      メインビジュアル

    ---------------------------------*/
    .main_visual {
        width: 100%;
        margin-bottom: 14rem;
        padding: 0 5rem 0 0;
    }   
    .main_visual .swiper .swiper-wrapper{
        border-radius: 0 12rem 12rem 0;
        overflow: hidden;
    }
    .main_visual .copy{
        padding-top: 16rem;
        padding-left: 6rem;
        width: 100%;
    }
    .main_visual .copy p{
        display: block;
        height: 6.2rem;
        margin-bottom: 4.5rem;
    }
    .main_visual .copy p:last-of-type{
        margin: 0;
    }
    .main_visual .copy p img{
        transform: translateY(70%);
    }
    .main_visual .swiper{
        padding-top: 52rem;
    }
    .main_visual .scroll_down{
        right: calc(5rem - 3px);
        top: 5rem;
        height: 20rem;
    }
    .main_visual .scroll_down::before{
        height: 20rem;
        animation: scrollDown 3s ease infinite;
    }
    .main_visual .copy p.appear img {
        animation: copy-animation 0.4s ease-in-out 2s forwards;
    }
    
    
    /*---------------------------------

      共通title

    ---------------------------------*/
    .top_title{
        font-size: 3.5rem;
        margin-bottom: 6rem;
        padding-left: 4.5rem;
    }
    .top_title span .en{
        letter-spacing: 0.2rem;
    }
    
    
    /*---------------------------------

      コンセプト

    ---------------------------------*/
    .concept_wrapper{
        margin-bottom: 16rem;
    }
    .concept_wrapper .inner{
        width: 100%;
        padding: 0 5rem;
    }
    .concept_wrapper .inner .text{
        font-size: 4.2rem;
    }
    .concept_wrapper .inner .text br{
        display: none;
    }
    .concept_wrapper .inner .image picture {
        filter: brightness(1.03);
        border-radius: 4rem;
    }
    
    
    /*---------------------------------

      サービス

    ---------------------------------*/
    .green_wrapper {
        border-radius: 12rem 0 0 0;
        padding-top: 12rem;
    }
    .service_wrapper {
        margin-bottom: 22rem;
    }
    .service_wrapper .top_title_wrapper{
        width: 100%;
        padding: 0 5rem;
        margin-bottom: 6rem;
    }
    .service_list_wrapper{
        padding-top: 10rem;
    }
    .service_wrapper .service_list{
        width: 90%;
        padding-right: 6rem;
    }
    .service_wrapper .service_list .swiper-wrapper{
        padding-bottom: 7rem;
    }
    .service_wrapper .service_list .swiper-wrapper .swiper-slide{
        padding: 5rem 4rem 12rem;
        box-shadow: 2px 2px 3rem 3px rgba(20,67,51,0.06);
        border-radius: 3rem;
    }
    .service_wrapper .service_list .swiper-wrapper .swiper-slide h3,
    .service_wrapper .service_list .swiper-wrapper .swiper-slide.kururin_bus h3{
        font-size: 4rem;
        padding-bottom: 4.5rem;
    }
    .service_wrapper .service_list .swiper-wrapper .swiper-slide.day_service h3{
        font-size: 3.7rem;
    }
    .service_wrapper .service_list .swiper-wrapper .swiper-slide .text{
        line-height: 1.6;
        font-size: 3.4rem;
    }
    .service_wrapper .service_list .swiper-wrapper .swiper-slide .view_more{
        right: 3rem;
        bottom: 5rem;
        padding-right: 42px;
        font-size: 3rem;
    }
    .service_wrapper .service_list .swiper-wrapper .swiper-slide .view_more .arrow{
        width: 32px;
        height: 32px;
    }
    .service_list .swiper-horizontal > .swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal{
        height: 5px!important;
    }
    .service_list .swiper-button-next{
        left: 0!important;
        bottom: -12rem!important;
        width: 10rem;
        height: 10rem;
        box-shadow: 2px 2px 10px 2px rgba(20,67,51,0.08);
    }
    .service_list_wrapper::before{
        top: 0;
        background: url(../img/top/service_bg_text.svg)left top/3400px auto repeat-x;
        animation: loop-text 70s infinite linear;
    }
    
    
    /*---------------------------------

      配車について/待機場所について

    ---------------------------------*/
    .taxi_wrapper{
        margin-bottom: 14rem;
    }
    .taxi_booking, .taxi_stand{
        padding: 6rem 0;
    }
    .taxi_booking{
        margin-bottom: 8rem;
    }
    .taxi_booking::before, .taxi_stand::before{
        width: calc(100% - 5rem);
        box-shadow: 2px 2px 3rem 3px rgba(20,67,51,0.06);
        border-radius: 10rem 0 0 10rem;
    }
    .taxi_stand::before{
        border-radius: 0 10rem 10rem 0;
    }
    .taxi_booking .column{
        width: 100%;
        padding: 0 6rem 0 11rem;
    }
    .taxi_stand .column{
        width: 100%;
        padding: 0 11rem 0 6rem;
    }
    .taxi_wrapper .column .content .inner .top_title>span.en span{
        font-size: 3.2rem;
    }
    .taxi_wrapper .column .content .inner .top_title>span:first-of-type{
        padding-left: 20px;
    }
    .taxi_wrapper .column .content .inner .top_title>span:last-of-type{
        font-size: 4rem;
    }
    .taxi_wrapper .column .content .inner .top_title span:last-of-type{
        font-size: 4.2rem;
    }
    .taxi_wrapper .column .content .inner .top_title{
        margin-bottom: 4.5rem;
    }
    .taxi_wrapper .column .content .inner .text{
        font-size: 3.4rem;
        padding-bottom: 4.5rem;
    }
    .taxi_wrapper .column .content .inner .text br{
        display: none;
    }
    .taxi_wrapper .column .content .inner .tel{
        border-radius: 10rem;
        display: block;
        text-align: center;
    }
    .taxi_wrapper .column .content .inner .tel p{
        display: block;
        width: fit-content;
        margin: 0 auto;
        font-size: 6rem;
        padding-left: 5rem;
        background: url(../img/common/tel.png)left center/3.8rem auto no-repeat;
    }
    .taxi_wrapper a.view_more{
        width: 100%;
    }
    .character_wrapper .inner {
        width: 100%;
        padding: 0 5rem;
    }
    .character_wrapper .inner h3{
        font-size: 4rem;
        margin-bottom: 6rem;
    }
    .character_wrapper .inner ul{
        display: block;
    }
    .character_wrapper .character_box{
        width: 100%;
        margin-bottom: 8rem;
    }
    .character_wrapper .character_box:last-child{
        margin-bottom: 0;
    }
    .character_wrapper .character_box .image{
        height: min(38rem,180px);
    }
    .character_wrapper .character_box:nth-child(3) .image{
        height: min(32rem,180px);
    }
    .character_wrapper .character_box:nth-child(3) .image img{
        height: 100%;
    }
    .character_wrapper .character_box p{
        font-size: 3.2rem;
    }
    
}