@charset "utf-8";
/*------------ 強み ------------*/

.strength_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 127px;
}

.strength_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc((100% - 40px)/3);
    padding: 67px 15px 61px;
    margin: 0 20px 20px 0;
    background: #F2F6F8;
    border-radius: 15px;
}

.strength_item:nth-child(3n) {
    margin-right: 0;
}

.strength_item .strength_head {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    min-height: 62px;
}

/*------------ bg_blue ------------*/
.bg_blue {
    display: block;
    padding: 124px 0 96px;
    position: relative;
}

.bg_blue::before {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1300px;
    height: 100%;
    background: rgb(20, 136, 221);
    background: linear-gradient(122deg, rgba(20, 136, 221, 1) 40%, rgba(135, 225, 225, 1) 180%);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}


.bg_blue>*:first-child {
    margin-top: 0;
}

.bg_blue>*:last-child {
    margin-bottom: 0;
}

.bg_blue .sec_ttl_h2 {
    color: #FFF;
}

.honest_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 96px 70px 64px;
    background: #FFF;
    border-radius: 15px;
}

.honest_item {
    width: 28.95%;
}

.honest_item .honest_img img {
    margin: auto;
}

.honest_item h3 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.666;
    text-align: center;
    margin: 55px 0 20px;
}

.honest_item p {
    line-height: 1.875;
    margin-bottom: 0;
}

/*------------ bg_grey ------------*/
.w_1000 .sec_ttl_h2 {
    margin-top: 19px;
}

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

.flow_arrows {
    width: 1720px;
    width: clamp(1230px, calc(100vw - 40px), 1720px);
    height: 55px;
    position: absolute;
    top: 59.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: rgb(20, 158, 231);
    background: linear-gradient(332deg, rgba(20, 158, 231, 1) 0%, rgba(135, 225, 225, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none !important;
    border-radius: 50%;
    transition: all .3s ease;
    pointer-events: auto;
}

.slick-prev {
    padding-left: 12px;
    left: 0;
}

.slick-next {
    padding-right: 12px;
    right: 0;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: .8;
}

.slick-prev::before,
.slick-next::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 9px;
    border-top: 0 solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #FFF;
    border-left: 5px solid transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.slick-prev::before {
    transform: rotate(-90deg);
}

.slick-next::before {
    transform: rotate(90deg);
}

.flow_list {
    counter-reset: flowNum;
}

.flow_item {
    max-width: 377px;
    counter-increment: flowNum;
}

.flow_item_content {
    margin: 0 51px 0 6px;
}

.flow_item_content:before {
    display: block;
    content: counter(flowNum, decimal-leading-zero);
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2.5rem;
    color: #0996E9;
    margin: 0 0 5px;
}

.flow_item h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin: 0 0 5px;
    position: relative;
}

.flow_item p {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.875;
    min-height: 120px;
    margin: 0 36px 32px 0;
}

.flow_link {
    display: block;
    font-weight: 500;
    color: #0996E9 !important;
    text-decoration: none;
    padding-right: 25px;
    position: relative;
	transition: opacity .3s ease
}

.flow_link::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    top: 7px;
    right: 0;
    border-radius: 50%;
    border: 1px solid #0A96E9;
}

.flow_link::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 4px;
    border-top: 0 solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #0A96E9;
    border-left: 3px solid transparent;
    top: 13px;
    right: 5px;
    transform: rotate(90deg);
    z-index: 5;
}

/* hover */
.flow_link:hover {
	opacity: .7
}

/*------------ 製造品目 ------------*/
.products_box {
    padding: 69px 60px 70px;
    background: #F2F6F8;
}

.products_box h3 {
    font-size: 2.2rem;
    margin: 0 0 40px;
}

.products_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 10px;
    margin-bottom: -20px;
}

.products_item {
    font-weight: 500;
    width: 25%;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.products_item:nth-child(4n) {
    width: auto;
    min-width: 155px;
}

.products_item::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #0996E9;
    top: 10px;
    left: 0;
    border-radius: 50%;
}

/*------------  ------------*/
.works_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 95px;
}



.works_item {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 7px 0;
}

.works_item:nth-child(3n) {
    margin-right: 0;
}

.works_img {
    padding-top: 87.5%;
    margin-bottom: 10px;
    background: #F2F6F8;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.works_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_item p {
    text-align: center;
}

/*------------ 主要設備 ------------*/
.table_no_bg table {
    border-top: none;
    background: #FFF;
}

.table_no_bg table tr:first-child {
    background: rgb(17, 136, 221);
    background: linear-gradient(117deg, rgba(17, 136, 221, 1) 0%, rgba(72, 177, 223, 1) 100%);
}

.table_no_bg table th,
.table_no_bg table td {
    font-weight: 400;
    width: auto;
    padding: 17px 40px 17px 40px;
    border-color: #DDD;
}

.table_no_bg table th {
    color: #FFF;
    border: none;
    background: transparent;
}

.table_no_bg table tr:nth-last-child(6) td:first-child,
.table_no_bg table tr:last-child td {
    border: none;
}

.table_no_bg table tr>*:last-child {
    width: 15.3%;
    text-align: center;
}

.flow_list .flow_item:not(:nth-child(3)) {
  display: none;
}
.flow_list.slick-initialized .flow_item {
  display: block;
}



@media screen and (max-width: 767px) {
    /*------------ 強み ------------*/

    .strength_list {
        margin: 0 auto 45px;
    }

    .strength_item {
        width: 100%;
        padding: 23px 8px 22px;
        margin: 0 0 10px 0 !important;
    }
	
    .strength_item .strength_head {
        font-size: 1.5rem;
        min-height: auto;
        margin-bottom: 10px;
    }

    /*------------ bg_blue ------------*/
    .bg_blue {
        padding: 55px 0 45px;
    }

    .honest_box {
        padding: 25px 15px 20px;
    }



    .honest_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .honest_item:last-child {
        margin-bottom: 0;
    }

    .honest_item h3 {
        font-size: 1.8rem;
        margin: 10px 0 10px;
    }


    /*------------ bg_grey ------------*/
    .w_1000 .sec_ttl_h2 {
        margin-top: 0;
    }

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

    .flow_arrows {
        width: calc(100% + 30px);
        height: 35px;
        top: 45.2%;
    }

    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px;
        opacity: 1 !important;
    }

    .flow_item {
        max-width: none;
    }

    .flow_item_content {
        margin: 0 20px 0 0;
    }

    .flow_item_content:before {
        font-size: 1.6rem;
        line-height: 1;
        margin: 0 0 3px;
    }

    .flow_item h3 {
        font-size: 1.6rem;
        margin: 0 0 2px;
    }

    .flow_item p {
        min-height: 100px;
        margin: 0 20px 28px 0;
    }
	
	.flow_link {
		opacity: 1 !important;
	}

    .flow_link::after {
        top: 3px;
    }

    .flow_link::before {
        top: 9px;
    }

    /*------------ 製造品目 ------------*/
    .products_box {
        padding: 15px 20px 25px;
    }

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

    .products_list {
        padding-left: 0;
        margin-bottom: -10px;
    }

    .products_item {
        width: 48% !important;
        min-width: auto !important;
        padding-left: 15px;
        margin-bottom: 8px;
    }

    .products_item::before {
        width: 6px;
        height: 6px;
        top: 7px;
    }

    /*------------  ------------*/
    .works_list {
        margin: 0 auto 45px;
    }

    .works_item {
        width: 100%;
        margin: 0 0 8px 0 !important;
    }

    /*------------ 主要設備 ------------*/
    .table_no_bg table th,
    .table_no_bg table td {
        width: auto !important;
        padding: 10px 18px;
    }
}