/*3カラム*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#cardlayout-wrap img {
    display: block;
    max-width: 101%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

.card-list .card-figure{
                  overflow: hidden;
                  width: 100%;
                  }
.card-list .card-figure img{
                  height: auto;
                  transition: transform .6s ease;
  }
.card-list .card-figure:hover img{
  transform: scale(1.1); /* 拡大 */
}
  
.card-title {
    margin: 10px;
    color: #333;
    text-align: center; 
}
.card-title2 {
    color: #0b4697;
    text-align: center;
    margin-bottom: 10px!important;
    padding: 15px 15px 5px 15px;
    font-size: 16px!important;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.card-list2 .card-link {
  display: block;
  text-decoration: none;
}

.card-title2 {
  margin-bottom:  0px!important;
  padding: 12px 16px;
}

.card-text-tax {
    margin: 0;
    padding: 0 15px;
    color: #818181;
    text-align: left;
}

.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.card-list2 {
        position: relative; 
        margin: 0.5em 0;
        width: 100%;
        border:1px solid #0b4697;
        border-radius:5px;
        display: block;
        overflow: hidden;
        background: #ffffff;
    }

@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 3);
    }
    .card-list-n {
        margin: 0.5em 0;
        width: calc(96% / 3);
        background: none;
    }
    }

/*製品から探す*/
.card-list2 {
  position: relative;
  margin: 0.5em 0;
  width: 100%;
  border: 1px solid #0b4697;
  border-radius: 5px;
  overflow: hidden;
}
.card-list2 .card-link:hover {
  background:#0b4697 ;
  color: #ffffff ;
  }

.card-list2 .card-link:hover .card-title2,
.card-list2 .card-link:hover i {
  color: #ffffff;
}
@media all and (min-width: 612px) {
.card-list2 {
  position: relative;
  margin: 0.5em 0;
  width: calc(96% / 2);
  border: 1px solid #0b4697;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}
.card-list2 .card-link:hover {
  background:#0b4697 ;
  color: #ffffff ;
  }

.card-list2 .card-link:hover .card-title2,
.card-list2 .card-link:hover i {
  color: #ffffff;
}
}
@media all and (min-width: 768px) {
.card-list2 {
  position: relative;
  margin: 0.5em 0;
  width: calc(96% / 3);
  border: 1px solid #0b4697;
  border-radius: 5px;
  overflow: hidden;
}

.card-list2 .card-link {
  display:grid; 
  padding: 16px 20px;
  color: #0b4697;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.7s, background-color 0.7s;
  min-height: 99px;
  align-items:center;
}
.card-list2 .card-link:hover {
  background:#0b4697 ;
  color: #ffffff ;
  }

.card-list2 .card-link:hover .card-title2,
.card-list2 .card-link:hover i {
  color: #ffffff;
}

.card-title2 {
  position: relative;
  z-index: 1; 
  font-size: 18px!important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 0px;
  text-align: left;
  }

/*
.card-list2::before {
  content: "";
  position: absolute;
  inset: 0; 
  width: 0;
  background:#0b4697 ;
  transition: width .3s ease;
  pointer-events: none; 
  border-radius: inherit; 
  color: #ffffff!important;
  }

.card-list2:hover::before {
  width: 100%;
}
.card-list2:hover .card-title2{
  color: #fff;
}*/
}

/*ブランドから探す*/
.card-list3 {
        margin: 0.5em 0;
        width: calc(96% / 2);
        border-radius:5px;
        padding: 10px;
        cursor: pointer;
        margin-inline: auto;
        position: relative;
        height: 90px;
        background: #ffffff;
    }
.card-list3 img{
                  width: 90%;
                  position: absolute;
                   }
.kakushi{
          visibility:hidden;
          margin-top: -130px;
          }
@media all and (min-width: 450px) {
.card-list3 {
        margin: 0.5em 0;
        width: calc(96% / 2);
        border:1px solid #ffffff;
        border-radius:5px;
        padding: 10px;
        cursor: pointer;
        margin-inline: auto;
        position: relative;
        height: 140px;
        background: #ffffff;
    }
 .card-list3 img{
                  width: 90%;
                  position: absolute;
                   }
.kakushi{
          visibility:hidden;
          margin-top: -250px;
          }
                   }
@media all and (min-width: 768px) {
.card-list3 {
        margin: 0.5em 0;
        width: calc(96% / 4);
        border:1px solid #ffffff;
        border-radius:5px;
        padding: 20px;
        cursor: pointer;
        margin-inline: auto;
        position: relative;
        height: 140px;
        background: none;
    }
.card-list3 img{
                  width: 85%;
                  position: absolute;
                  }
.card-list3 img:last-of-type {
  opacity: 0;
  transition: opacity .7s;
}

.kakushi{
          visibility:hidden;
          }

/* hoverすると2枚目の画像が透明じゃなくなる */
.card-list3:hover{
  background: #fff;
}
.card-list3:hover img {
  opacity: 1;
}
}

.indent-r {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    text-align: right;
}
@media all and (min-width: 560px) {
.card-list {
        width: calc(96% / 2);
            }
.indent-r {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 12px;
        text-align: right;
    }
}
@media all and (min-width: 992px) {
.card-list {
        width: calc(96% / 3);
            }
.card-list img{
                overflow: hidden;
                transition: transform 0.7s ease;
                }
.card-list img:hover {
        transform: scale(1.1);
}
    
#cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}

#sec-solution {
    margin-bottom: 50px;
    background: url(../../assets/index/bg-solution.jpg) no-repeat center / cover rgba(11,70,151,0.8);
    background-blend-mode:darken;
}
       
.white-title{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3rem !important;
    line-height: 1.3em !important;
    color: #ffffff;
    font-weight: 500!important;
    margin-top: 20px;
    }
.white-title span{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400 !important;
    font-size: 1.5rem !important;
    line-height: 1.5em !important;
    color: #ffffff;
    }
.blue-title{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3rem !important;
    line-height: 1.3em !important;
    color: #0b4697;
    font-weight: 500!important;
    margin-top: 20px;
    }
.blue-title span{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400 !important;
    font-size: 1.5rem !important;
    line-height: 1.5em !important;
    color: #0b4697;
    }
    
#sec-recruit {
    background: url(../../assets/index/bg-recruit-mobile.jpg) no-repeat center / cover;
}
@media all and (min-width: 768px) {    
#sec-recruit {
    background: url(../../assets/index/bg-recruit.jpg) no-repeat center / cover;
}
}

/*採用情報*/
.recruit-title{
                 color: #0b4697;
                 font-size: 23px;
                 font-weight: 600;
                 text-align: left;
                 margin-top: 30px;
                 line-height: 35px;
                 }
#sec-recruit p{
                color: #0b4697;
                margin-bottom: 0px;
                font-weight: 500;
                }
                
#sec-recruit .btn-style-01{
                            text-align: center!important;
                            }
#sec-recruit .btn-style-01 a {
    background-color: #91CA26;
    border-radius: 50rem;
    padding: 10px 30px;
    margin: 40px auto;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    border:1px solid #fff;
    margin-bottom: 70px;
}
@media all and (min-width: 768px) {
.recruit-title{
                 color: #0b4697;
                 font-size: 25px;
                 font-weight: 600;
                 text-align: left;
                 margin-top: 30px;
                 line-height: 35px;
                 }
#sec-recruit p{
                color: #0b4697;
                margin-bottom: 0px;
                font-weight: 500;
                width: 63%;
                }
#sec-recruit .btn-style-01{
                            text-align: left!important;
                            }
#sec-recruit .btn-style-01 a {
    background-color: #91CA26;
    border-radius: 50rem;
    padding: 10px 30px;
    margin: 40px auto;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    border:1px solid #fff;
    margin-bottom: 70px;
}
                            }

/* デフォルト（365px以下） */
#sec-recruit p {
    width: 100%;
    text-shadow: #ffffff 1px 0 10px;
}

/* 366px以上 */
@media screen and (min-width: 399px) {
    #sec-recruit p {
        width: 100%;
    }
}

/* 659px以上 */
@media screen and (min-width: 659px) {
    #sec-recruit p {
        width: 80%;
    }
}