@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.talent01 .box img {
    max-width: 100%;
    height: 100% !important;
}
.talent02 .box img {
    max-width: 100%;
    height: 100% !important;
}
#c7 {
    clear: both;
    background-color: #faf0e6;
    margin: ;
    padding: ;
}
#c15 {
    clear: both;
    background-color: #fffaf0;
    margin: ;
    padding: ;
}
.h1title_02 h1 {
    font-size: 1.2em;
    background-color: #fff0;
    width: 650px;
    padding: 20px 50px 20px 50px;
    display: inline-block;
    border-right: 0px solid #eee !important;
    border-left: 0px solid #eee !important;
    border-top: 0px solid #eee !important;
    border-bottom: 0px solid #fff !important;
    color: #df3033;
}
.ancbox ul li a {
    font-size: 18px;
    background-color: #ffffff;
    border: solid 1px #dcb17f;
}
.ancbox ul li a:hover {
    background-color: #fff4e7;
}
.ancbox a {
    color: #000000 !important;
}
.ancbox ul li {
    width: 48%;
}
.h3title_01 h3 {
    top: 50%;
}
.col_001 {
    display: flex;
    color: #fff;
    text-align: left;
    align-items: start;
    width: 100%;
    font-size: 0.8em;
    line-height: 1.5em;
}
.h1title_03 .h1title {
    font-size: 1.2em;
    background-color: #fff0;
    padding: 20px 50px 20px 50px;
    display: inline-block;
    border-right: 0px solid #eee !important;
    border-left: 0px solid #eee !important;
    border-top: 0px solid #eee !important;
    border-bottom: 0px solid #fff !important;
    color: #df3033;
}
#mainArea {
    filter: opacity(60%);
}
#mainArea .katch {
    filter: drop-shadow(2px 4px 4px black);
}
.h1title_02 {
    border-bottom: none!important;
}
/*-----------220711追加----------*/
.col_02 .line {
    color: #06C755 !important;
    margin-right: 5px ;
    margin-bottom: 10px;
    font-size: 42px ;
}
.nav-list li a {
    padding: 5px 12px;
}
@media only screen and (max-width: 1024px) {
.nav-list li a {
    padding: 5px 4px;
}
}

@media only screen and (max-width: 834px) {
.col_02 .line {
    display: none;
}
.nav_wrap .line {
    position: absolute;
    top: 6px;
    right: 85px;
    margin-bottom: 0px;
    display: flex;
    color: #ffffff !important;
    font-size: 21px;
}
}

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 768px){
.h1title_02 h1 {
    padding: 20px 5px 15px 5px!important;
    width: 80%!important;
    font-size: 0.7em!important;
    line-height: 2.3em!important;
}
.f_logo img {
    width: 100%; 
}
.h3title_01 img {
    height: 280px !important;
}

}
@media screen and (min-width: 469px) and (max-width: 640px){
.h1title_02 h1 {
    padding: 20px 5px 15px 5px!important;
    width: 80%!important;
    font-size: 0.7em!important;
    line-height: 2.3em!important;
}
.f_logo img {
    width: 100%; 
}
.col_001 {
    align-items: center;
    width: 100%!important;
}
.h3title_01 img {
    height: 200px !important;
}
.ancbox ul li {
    width: 100%!important;
    margin-bottom: 10px!important;
}
.hyotop .left {
    width: 21%;
}

  
}
.js-slick3 {
    position: relative;
    z-index: 2;
    position: relative;
}
.js-slick3 article a{
    position: relative;
}
.js-slick3 article div{
    font-size: 16px;
    margin-top: 10px;
}
.js-slick3 h3{
    position: absolute;
    left: 0;
    bottom: 12%;
    background: #fff;
    color: #333;
    font-size: 36px;
    padding: 10px;
    font-size:calc(20px + ((1vw - 8.34px) * 1.4733));
}
  .logoCont{
      display: flex;
      align-items: center;
      font-size: 20px;
      margin-bottom: 10px;
  }
  .js-slick3 .box .logoCont img{
      width: auto !important;
      margin-right: 10px;
  }
  .js-slick3 .slick-list {
    padding: 0 50px 0 0 !important;
  }
  
  @media only screen and (max-width: 1200px) {
    .js-slick3 .slick-list {
      padding: 0 !important;
    }
  }
  
  .js-slick3 .slick-list a {
    display: block !important;
  }
  
  .js-slick3 .slick-dots {
    top: inherit;
    bottom: -60px;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
  }
  
  
  .js-slick3 .slick-dots li button::before {
    border-radius: 50%;
    background-color: #cacaca;
  }
  
  .js-slick3 .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: white;
  }

  
  .js-slick3 .box {
    transition: 0.6s ease-in-out;
    transform: scale(0.85);
    overflow: visible !important;
    position: relative;
  }

  
  .js-slick3 .box img {
    width: 100% !important;
  }
  
  .js-slick3 .box.slick-current.slick-active {
    transform: scale(1);
  }
  @media screen and (max-width: 834px) {
    .js-slick3 .slick-dots {
        bottom: 0px;
    }
    .js-slick3 h3{
        font-size:calc(26px + ((1vw - 3.75px) * 3.0501));
    }
    .js-slick3 .box.slick-current.slick-active {
        transform: scale(0.85);
    }
  }
  
  @media screen and (max-width: 640px) {
    .js-slick3 h3{
       bottom: 15%;
    }
    .js-slick3 .box {
        transform: scale(0.9);
      }
    .js-slick3 .box.slick-current.slick-active {
        transform: scale(0.9);
    }
  }
/*===========================tab END====================================== */

/*===========================sp====================================== */
@media only screen and (max-width: 468px){
#c3 a.itext, #c3 img {
    width: 150px;
}
.h1title_02 h1 {
    padding: 25px 10px!important;
    width: 100%!important;
}
.h1title_02 h1 {
	font-size: 0.9em;
}
.h1title_03 h1 {
    padding: 25px 10px!important;
    width: 100%!important;
    text-align: center;
}
.h1title_03 h1 {
    font-size: 0.9em;
}
.ancbox ul li {
    width: 100%!important;
    margin-bottom: 10px!important;
}
.ancbox ul li a {
    font-size: 15px!important;
}
.ancbox ul li a {
    padding: 12px 10px!important;
}
.h3title_01 img {
	width: 100%;
	height: auto !important;
}
.h3title_01 h3 {
    top: 40%!important;
}
.iconbox .box {
    width: 30%;
    height: auto;
}
.iconbox .img {
    max-width: 50%!important;
}
.iconbox .box div {
    font-size: 0.6em;
    line-height: 1.3em;
}
.col_001 {
    display: flex;
    color: #fff;
    text-align: left;
    align-items: center!important;
    width: 100%!important;
    font-size: 0.9em!important;
    line-height: 1.8em!important;
}
.f_logo img {
    width: 0%; 
}
.minisize > div:nth-of-type(1) img {
    width: 30px!important;
}
.minisize > div:nth-of-type(2) img {
    width: 30px!important;
}
.minisize > div:nth-of-type(3) img {
    width: 30px!important;
}
.nav i {
    font-size: 1.5em;
    margin-right: 10px;
}
.hyotop .left {
    width: 21%;
}


}
/*===========================sp END====================================== */