body {
    font-family: "YuGothic", "Yu Gothic", "游ゴシック体", sans-serif;
    /* 游ゴシック */
}

.logo-slider-img {
    position: absolute;
    bottom: 0px;
    /* font-size: 150px; */
    z-index: 1000;
    animation: loop 15s linear -5s infinite;
    white-space: nowrap;
    color: #222;
    opacity: 0.35;
    font-weight: 900;
}

.subheading {
    font-size: 1.7rem;
}

@media (max-width: 767px) {
    .logo-slider-img {
        bottom: 2.6%;
        /* font-size: 75px; */
        width: 300%;
    }

    .subheading {
        font-size: 1rem;
    }

    /* .row {
        margin-left: 0;
        margin-right: 0;
    } */
}


.margin-bus {

    margin-top: 10rem;

}

/****************************************

        slider　CSS

*****************************************/
/*  */

.dots-2 .slick-dots {
    text-align: center;
    margin-left: -20px;
}

.dots-2 .slick-dots li {
    display: inline-block;
}

.dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
    background: #62B735;
}

.slide-content {
    font-size: 17px !important;
    margin-top: 0rem !important;
}

.slide-title {
    font-size: 3rem;
    font-weight: bold;
}

/* .slide-subtitle {
    font-size: 3rem;
    font-weight: bold;
} */

.slide-content-text {
    font-size: 2rem;
}

div.slide-content-margin-left.slide-content-text>ul {
    margin-left: 0;
    padding: 0;
    list-style: inside;
}

@media (max-width: 767px) {
    .slider .slick-slide {
        margin: 0;
        padding: 0;
    }

    .slider .slick-slide .slide-img {
        width: 100%;
        height: 230px;
        transition: all 0.6s ease 0.4s;
        opacity: 1;
        box-shadow: none;
        text-align: -webkit-center;
    }

    .slider .slick-slide .slide-img img {
        height: 100%;
    }

    .slider .slick-arrow::before {
        width: 8px;
        height: 8px;
        top: 15px;
        right: 15px;
        left: 15px;
    }

    .dots-3 .slick-dots {
        margin-top: 10px;
    }

    .dots-3 .slick-dots button {
        width: 8px;
        height: 8px;
        margin: 4px;
    }

    .slider .slick-slide {
        margin: 0;
        padding: 0;
    }

    .slider .slick-slide .slide-img {
        width: 100%;
        transition: all 0.6s ease 0.4s;
        box-shadow: none;
    }

    .slider .slick-slide .slide-img img {
        height: auto;
        margin-left: -0.2%;
    }

    .slider .slick-slide .slide-text {
        padding: 20px;
        text-align: center;
    }

    .slider .slick-arrow {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        border: none;
        font-size: 0;
        top: 18%;
        z-index: 1;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    }

    .slide-content {
        font-size: 17px!important;
        font-weight: bold;
        margin-top: 0rem !important;
    }

    .slide-title {
        font-size: 3rem;
        font-weight: bold;
    }

    .slide-subtitle {
        font-size: 1.5rem;
        font-weight: bold;
    }


    div.slide-content-margin-left.slide-content-text>ul {
        margin-left: 0;
        padding: 0;
        list-style: inside;
    }

    .slide-content-text {
        font-size: 1.1rem !important;
    }

    li {
        font-size: 1.1rem !important;
    }

    li::marker {
        font-size: 80%;
        font-weight: bold;
    }

    .text-indent {
        /* text-indent: -14px; */
        padding-left: 5%;
    }

}


.recruit-text {
    white-space: nowrap;
    color: #fff;
    font-size: 3rem;
}

@media (max-width: 767px) {
    .recruit-text {
        font-size: 2rem;
    }

    #products .slider_example {
        margin: 0 -10px;
    }

}



#products .container {
    padding: 2rem;
}

#products .c-container {
    max-width: 1200px;
    margin: 0 auto;
}

#products .c-title01 {
    text-align: center;
    margin-bottom: 30px;
}

#products .c-title01__text {
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    display: flex;
}


/* Slider styles */
#products .slider {
    margin: 0 -10px;
}

#products .slick-slide {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    height: 500px;
}

#products .slide-img img {
    width: 80%;
    border-radius: 50%;
    border: #f0f0f0 2px solid;
    border-radius: 50%;
    margin-top: 2rem;
}

#products .slide-title {
    font-size: 20px;
    color: #333;
    text-align: center;
}

#products .slide-content-text p {
    color: #666;
    font-size: 1.2rem;
    margin-top: 2rem;
}

#products .dots-2{
    margin-top: 2rem;
}


#cards .card {
    width: 100%;
    height: 600px;
    border: 1px solid lightgray;
}

.cards_color{
    background-color: #f0f0f0;
}

#cards .card_container{
    display: flex;
    margin-top: 5rem;
    justify-content: space-evenly;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}

#cards .picture img {
    width: 100%;
    height: 250px;
    border: #f0f0f0 2px solid;
    border-radius: 50%;
}

#cards .picture{
    padding: 2rem;
}

#cards .description {
    width: 100%;
    height: 165px; 
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
}

#cards .description p {
    font-size: 14px;
    color: dimgray;
    margin: 2rem 4.5rem 0;
    height: 110px;
}

#cards .slide-title{
    margin-top: 2rem;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
}

#cards .c-button03{
    padding: 0 4rem;
    height: 100px;
    display: flex;
    align-items: center;
}

div.c-drawer__buttons.c-button03.-wide{
    font-size: 17px;
    font-weight: 500;
}


.pc_cards {
    display: none;
}

.sp_cards {
    display: block;
}


#products .slider .slick-slide .slide-img {
    margin-bottom: 3rem;
}


@media (min-width: 768px) {

    #products .slide-img img {
        width: 62%;
        border: #f0f0f0 2px solid;
        border-radius: 50%;
        margin: auto;
    }

    #products .slick-slide {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: 0 80px;
        /* height: 60vh; */
    }

    #products .slide-content {
        padding: 5rem;
    }

    .slide-content-text {
        margin: 5rem;
    }

    #products .slide-title {
        font-size: 1.5em;
    }

    #products .c-drawer__buttons.c-button03.-wide{
        margin: 5rem 0;
    }

    #products .c-button03 a {
        align-items: center;
        background-color: #62B735;
        border-radius: 9999px;
        color: #fff !important;
        display: flex;
        font-weight: 700;
        height: 50px;
        justify-content: center;
        margin-right: 10px;
        position: relative;
        width: 50%;
        margin: auto;
    }

    #products .slide-content {
        padding: 0rem;
    }

    #products .container {
        padding: 2rem;
        width: 75%;
    }
    

}



@media (max-width: 599px) {
    #products .slider .slick-slide .slide-img {
        margin-bottom: -1rem;
    }

    #products .slide-content {
        padding: 0rem 5rem 2rem 5rem
    }
}

@media (min-width: 1000px) {
    .pc_cards .cards_color .c-container{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #cards .card {
        margin-right: 10px;
        margin-left: 10px; 
    }

    #cards .card_container{
        padding: 20px 0;
    }
}



@media (min-width: 1200px) {
    .pc_cards {
        display: block;
    }

    .sp_cards{
        display: none;
    }

    .slide-content-text {
        margin: 0rem;
    }

}


@media (max-width: 1353px) {
    #cards .description p {
        font-size: 14px;
        color: dimgray;
        margin: 2rem 4.5rem;
        height: 110px;
    }
}

@media (max-width: 1214px) {
    #cards .slide-title{
        font-size:2rem;
    }
    #cards .description p {
        font-size: 13px;
    }

}

@media (min-width: 1800px) {
    .pc_cards .cards_color .c-container{
        padding: 20px 4%;
    }
}
