@charset "utf-8";
@media screen and (max-width: 1536px) {}

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

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

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

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

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


/* ==============================
#mainarea
============================== */
#mainarea {
  background: url(../images/case/bg_case01.png) no-repeat right top, linear-gradient(90deg, #0b487e, #1eaddd);
  border-radius: 30px;
  margin: 0 40px 60px;
  height: 279px;
}

#mainarea .inner {
  display: flex;
  align-items: center;
  height: 100%;
}

#mainarea .inner .txts {}

#mainarea .inner .txts .sub {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 0px;
  color: #FFF;
}

#mainarea .inner .txts .maintxt {
  font-size: 5.2rem;
  font-weight: 700;
  color: #FFF;

}

@media screen and (max-width: 767px) {
  #mainarea {
  background: url(../images/case/bg_case01.png) no-repeat right top/40%, linear-gradient(90deg, #0b487e, #1eaddd);
      border-radius: 15px;
      margin: 0 10px 20px;
      height: 168px;
    }
  
    #mainarea .inner .txts {}
  
    #mainarea .inner .txts .sub {
      font-size: 1.4rem;
    }
  
    #mainarea .inner .txts .maintxt {
      font-size: 2.5rem;
  
    }
}

/* ==============================
#caselead
============================== */
#caselead {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #caselead {
      margin-bottom: 35px;
    }
}

/* ==============================
#caselist
============================== */
#caselist {
  background: #eff4f6;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  #caselist {
      background: #eff4f6;
      border-radius: 30px;
      padding: 60px 0;
    }
}

/* ==============================
.voiceWrap
============================== */

.voiceWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.voiceWrap .voiceBox {
  width: 22.3%;
  margin-right: 1vw;
}

.voiceWrap .voiceBox a {
  display: block;
  margin-bottom: 53px;
  width: 100%;
  padding: 40px 20px 45px;
  background: #FFF;
  color: #111;
  position: relative;
  border-radius: 10px;
}

.voiceWrap .voiceBox a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);
}

.voiceWrap .voiceBox .ico {
  width: fit-content;
  margin-top: 0px;
  background: #1eaddd;
  padding: 6px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}

.voiceWrap .slick-list {
  padding-top: 15px;
}

.voiceWrap .slick-track {
  display: flex;
}

.voiceWrap .slick-slide {
  height: auto !important;
}
.opcl {
  text-align: center;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1eaddd;
  text-decoration: underline;
  margin-top: 15px;
  cursor: pointer;
}

.opcl:hover {
  opacity: 0.7;
  text-decoration: none;
}

.opcl i {
  font-size: 1.8rem;
  color: #1eaddd;
  text-decoration: none;
  padding-left: 10px;
}

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

}

@media screen and (max-width: 767px) {
.voiceWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
  }

  .voiceWrap .voiceBox {
    width: 48%;
    margin-right: 0vw;
    margin-bottom: 20px;
  }
}

/* ==============================
btn01
============================== */
#voice .btn01 a {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #voice .btn01 {
    margin: 0 auto;
  }
}

/* ==============================
tab
============================== */
/*タブ切り替え全体のスタイル*/
.tabs {
}

/*タブのスタイル*/
.tab_item {
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  background: #FFF;
  border: 1px #121212 solid;
  font-size: 1.6rem;
  text-align: center;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 10px;
  cursor: pointer;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 60px;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#agency:checked~#agency_content,
#management:checked~#management_content,
#print:checked~#print_content,
#homepage:checked~#homepage_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background: #121212;
  color: #fff;
}
@media screen and (max-width: 767px) {

/*タブのスタイル*/
  .tab_item {
    height: 30px;
    padding: 0 15px;
    border-radius: 15px;
    font-size: 1.4rem;
    margin-right: 5px;
    margin-bottom: 10px;
  }
/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding-top: 45px;
}
}
/* ==============================
casefooter
============================== */
#casefooter{
  padding:80px 0 120px ;
}

@media screen and (max-width: 767px) {
  #casefooter {
      padding: 45px 0 70px;
    }
}
/* ==============================
footcv
============================== */
.footcv {
  border-radius: 10px;
  background: url(../images/services/bnr_footcv.png) no-repeat left top;
  padding: 50px 48px;
  display: flex;
  justify-content: space-between;
}

.footcv .txt {
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF;
  width: 70%;
}

.footcv .links {
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF;
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}



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

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

@media screen and (max-width: 767px) {
  .footcv {
    background: url(../images/services/bnr_footcv_sp.png) no-repeat left top/100%;
    padding: 30px 15px;
    flex-wrap: wrap;
  }

  .footcv .txt {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 15px;
  }

  .footcv .links {
    font-size: 1.4rem;
    width: 100%;

  }

  .footcv .btn02 {
    width: 70%;
  }


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