  @charset "utf-8";

.container_solutionlist {
    background: #F4F4F6;
    background-image: url("/products/solution/images/bg_text_Innovative.png");
    background-repeat: no-repeat;
    background-position: bottom left 20px;
    padding-top: 25px;
    padding-bottom: 30px;
}
    .container_solutionlist.sub {
        background-image: none;
        position: relative;
    }

.container_solutionlist hgroup {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}
.container_solutionlist hgroup h2 {
    display: inline-block;
    position: relative;
    padding: 0 100px 0 125px;
}
.container_solutionlist hgroup h2 span {
    display: block;
    font-size: 20px;
    text-align: left;
    
    margin: 25px 0 8px 25px;
}
    .container_solutionlist.sub hgroup {
        width: 440px;
        
        text-align: left;
        padding: 0px 60px 25px 80px;
        background: #F4F4F6;
        
        margin-bottom: 0;
        
        position: absolute;
        left: -20px;
        top: 0;
        z-index: 2;
    }
    .container_solutionlist.sub hgroup h2 {
        padding: 0;
    }
    .container_solutionlist.sub hgroup h2 span {
        margin: 0 0 8px 0;
    }

.h2_icon1 {
    position: absolute;
    left: 0;
    top: 0;
}
.h2_icon2 {
    position: absolute;
    right: 0;
    top: 10px;
}

.group_solution {
    max-width: 1180px;
    margin: auto;
    position: relative;
}

.group_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.group_ttl span {
    font-size: 24px;
}

.solution_problem .group_ttl span {
    color: #f16b31;
}
.solution_tec .group_ttl span {
    color: #00A706;
}
.solution_steel .group_ttl span {
    color: #006DC9;
}
.solution_others .group_ttl span {
    color: #21B3F5;
}

.group_solution_linklist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    
    margin-bottom: 40px;
}

.group_solution_linklist a {
    color: white;
    width: 220px;
    height: 70px;
    padding: 0 15px;
    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    padding-right: 10px;
}
.group_solution_linklist a:hover {
    transform: scale(0.9);
    transition: 0.3s;
}

.solution_problem .group_solution_linklist a { background: #f16b31;}
.solution_problem .group_solution_linklist a:hover { background: #ff986c;}
a.tech_search_button { background: linear-gradient(#FFeb00, #Ff9000) !important;}
a.tech_search_button:hover { background: linear-gradient(#fff580, #ffc880) !important;}
/* a.tech_search_button { background: #f6bb00 !important;}
a.tech_search_button:hover { background: #fbdd80 !important;} */
.solution_tec .group_solution_linklist a { background: #00A706;}
.solution_tec .group_solution_linklist a:hover { background: #56D55B;}
.solution_steel .group_solution_linklist a { background: #006DC9;}
.solution_steel .group_solution_linklist a:hover { background: #77C1FF;}
.solution_others .group_solution_linklist a { background: #21B3F5;}
.solution_others .group_solution_linklist a:hover { background: #A7EBFF;}

.group_solution_linklist a span {
    display: inline-block;
}
.group_solution_linklist a span .overwidth {
    transform: scale(0.8,1);
}

@media screen and (max-width: 1280px) {
    .group_solution {
        max-width: 960px;
    }

    
}

@media screen and (max-width: 1000px) {
    .group_solution {
        max-width: 700px;
    }

    
}

@media screen and (max-width: 780px) {
    .group_solution {
        max-width: 540px;
    }
    
    .group_solution_linklist a {
        width: 260px;
    }

    
}

@media screen and (max-width: 600px) {
    .container_solutionlist hgroup {
        font-size: 35px;
    }
    .container_solutionlist hgroup h2 {
        padding: 0 50px 0 85px;
    }
    .container_solutionlist hgroup h2 span {
        font-size: 16px;
    }
    .h2_icon1 {
        max-width: 85px;
    }
    .h2_icon2 {
        max-width: 35px;
    }
    
    .group_solution {
        max-width: 450px;
    }
    
    .group_solution_linklist {
        gap: 10px;
    }
    
    .group_solution_linklist a {
        width: 220px;
    }

    
}

@media screen and (max-width: 520px) {
    .group_solution {
        max-width: 410px;
    }
    
    .group_solution_linklist a {
        width: 200px;
        font-size: 15px;
    }

    
}

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

    .group_solution {
        max-width: calc(100% - 40px);
    }
    
    .group_solution_linklist {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .group_solution_linklist a {
        width: 48%;
        font-size: 15px;
    }

    .group_solution_linklist a img {
        width: 35px;
    }

    
}

/* flow */
.solution_flow_txt {
    margin-bottom: 30px;
}

.solution_flow_txt + p {
    font-size: 15px !important;
}

@media screen and (max-width: 1390px) {
    .solution_flow_txt {
        margin-bottom: 30px !important;
    }
    
}


/* Ì½¤¹ */
.solution_list_allwrap {
    max-width: 1440px;
    margin: 30px auto 0;
    padding: 0 20px;
    position: relative;
}

.group_solution_search {
    max-width: 1440px;
    margin: 0px auto;
}

.solution_search_list {
    box-shadow: 13px 17px 18px -16px rgba(0, 0, 0, 0.16);
}

.solution_search_list_ttl_wrap {
    background: #fff;
    padding: 20px 0;
}

.solution_tab_header {
    width: calc(100% - 420px);
    margin-left: auto;
}
.solution_search_list_ttl_wrap.solution_tec {
    border-top: 10px solid #00A706;
    height: 104px;
    display: flex;
}
@media (max-width: 480px) {
  .solution_search_list_ttl_wrap.solution_tec {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}
.solution_search_list_ttl {
    display: flex;
    justify-content: center;
    align-items: baseline;
    
    width: fit-content;
    
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    
    position: relative;
    padding: 0 20px 0 80px;
}
@media (max-width: 375px) {
  .solution_search_list_ttl {
    padding: 0 0 0 60px;
  }
}
.solution_search_list_ttl span {
    font-size: 30px;
}
.solution_search_list_ttl_wrap.solution_tec .solution_search_list_ttl span {
    color: #00A706;
}
.solution_search_list_ttl::after {
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    background: url("/products/solution/img/arrow_under_green.svg") no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.solution_search_list_ttl img {
    position: absolute;
    bottom: 0;
    left: 20px;
}
@media (max-width: 375px) {
  .solution_search_list_ttl img {
    left: 0;
  }
}

.solution_container {
    background: #fff;
    padding: 55px 0px;
    margin-bottom: 80px;
}

.solution_btnlist {
    width: fit-content;
    margin: auto;
    
    display: grid;
    grid-template-columns: repeat(5, 220px);
    gap: 20px;
    
    transition: 0.3s;
}

.solution_btnlist a,
.solution_search_list_ttl_wrap a {
    display: block;
    width: 220px;
    height: 54px;
    
    border-radius: 100px;
    
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: 0.3s;
}
.solution_btnlist.tec a {
    color: #00A706;
    background: #fff;
    border: 2px solid #00A706;
}
.solution_btnlist.tec a.active, .solution_btnlist.tec a:hover {
    color: #fff;
    background: #00A706;
    transition: 0.3s;
}
.solution_btnlist a.all,
.solution_search_list_ttl_wrap a.all {
    color: #000;
    background: #FFC512;
    border: 2px solid #FFC512;
}
.solution_btnlist a.all:hover,
.solution_search_list_ttl_wrap a.all:hover {
    color: #FFC512;
    background: #000;
    border: 2px solid #000;
}
.solution_search_list_ttl_wrap a.all {
  margin: 20px 20px 0px 0;
  width: 100%;
  max-width: 220px;
  flex: 1;
}
@media (max-width: 480px) {
  .solution_search_list_ttl_wrap a.all {
    margin: 30px 0 -20px 0;
    width: 90%;
    max-width: initial;
    flex-basis: auto;
  }
}

.list_num {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.list_num span {
    font-size: 66px;
    font-weight: bold;
    margin-left: 25px;
}
.tec .list_num span { color: #00A706; }


.solution_pickup_linkset {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    
    max-width: 1300px;
    padding: 0 60px 80px;
    margin: auto;
}
.solution_pickup_linkset::after {
    content: "";
    display: block;
    width: 31%;
}
.solution_pickup_linkset a {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    
    width: 31%;
    padding: 20px 40px 20px 20px;
    
    background: #fff;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
}
.solution_pickup_linkset a::after {
    content: "";
    display: block;
    width:10px;
    height: 15px;
    background: url("/products/solution/img/arrow_right_white.svg") no-repeat;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.solution_pickup_linkset a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.solution_pickup_linkset a:hover img {
    opacity: 1;
}

.tec .solution_pickup_linkset a::before {
    content: "";
    display: block;
    width: 20px;
    height: calc(100% + 4px);
    background: #00A706;
    position: absolute;
    right: 0;
    top: -2px;
}
.tec .solution_pickup_linkset a:hover {
    border-top: 2px solid #00A706;
    border-left: 2px solid #00A706;
    border-bottom: 2px solid #00A706;
}

.solution_pickup_linkset a img {
    max-width: 27%;
    object-fit: contain;
}

.solution_pickup_linkset a div {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.solution_pickup_linkset a span {
    display: block;
    margin-bottom: 5px;
    color: #888;
    font-size: 14px;
}

@media screen and (max-width: 1280px) {
    .solution_btnlist {
        display: grid;
        grid-template-columns: repeat(4, 220px);
    }
    
    .solution_pickup_linkset a div {
        font-size: 16px;
    }
    .solution_pickup_linkset a span {
        font-size: 12px;
    }

    
}

@media screen and (max-width: 1040px) {
    .solution_btnlist {
        display: grid;
        grid-template-columns: repeat(3, 220px);
    }
    
}

@media screen and (max-width: 1000px) {
    .container_solutionlist.sub hgroup {
        width: 40%;
        padding: 0 0 25px 20px;
        left: 0;
        
        font-size: 40px;
    }
    .container_solutionlist.sub hgroup span {
        font-size: 17px;
    }
    .solution_tab_header {
        width: 60%;
    }
    
    .solution_pickup_linkset a {
        width: 48%;
    }
    .solution_pickup_linkset::after {
        content: "";
        display: block;
        width: 48%;
    }

}

@media screen and (max-width: 800px) {
    .container_solutionlist.sub hgroup {
        width: 100%;
        padding: 0 0 25px 20px;
        position: static;
        left: auto;
        
        font-size: 40px;
        text-align: center;
    }
    
    .solution_tab_header {
        width: 100%;
    }
    
    .solution_btnlist {
        display: grid;
        grid-template-columns: repeat(2, 220px);
    }

}

@media screen and (max-width: 648px) {
    .solution_btnlist {
        width: 90%;
        margin: auto;

        display: grid;
        grid-template-columns: repeat(2, calc(50% - 10px));
    }
    .solution_btnlist a {
        width: 100%;
    }

    .solution_pickup_linkset a {
        width: 100%;
    }
    .solution_btnlist a,
    .solution_search_list_ttl_wrap a.all {
        font-size: 15px;
    }
    .solution_pickup_linkset::after {
        content: "";
        display: none;
        width: 0%;
    }

    
}

@media screen and (max-width: 480px) {
    .solution_btnlist {
        grid-template-columns: repeat(1, 100%);
    }
    
    .solution_pickup_linkset {
        padding: 0 20px 80px;
    }
    
}

/* all¥Ü¥¿¥ó¤ÎÅäÖÃÕ{Õû */

@media screen and (min-width:1446px) and (max-width:1920px) {
.all_tab_mod {
	margin-right:110px !important;

}
}
@media screen and (min-width:1387px) and (max-width:1445px) {
.all_tab_mod {
	margin-right:80px !important;

}
}
@media screen and (min-width:1280px) and (max-width:1386px) {
.all_tab_mod {
	margin-right:50px !important;

}
}

