#search_menu_btn_tr {
    margin-top: 15px;
}


input::placeholder {
  opacity: 0.5;
}


#search_menu_btn_div {
  color: #ffffff;
  background-color: #3692de;
  width: 100%;
  cursor: pointer;
  padding: 12px 0 8px;
  text-align: center;
}


#search_menu_btn_div:hover {
  opacity: 0.8;
  transition: .3s ease-in-out;
}


#search_menu_btn_div img{
  margin-bottom: 4px;
  margin-right: 5px;
  width: 17px;
}

#search_menu_btn_div span{
  font-size: 16px;
}


.search_div {
  display: flex;
  padding: 22px 0 24px 10px;
  font-size: 15px;
}


#search_menu_div{
  border: 1px solid #d8d8d8;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.search_th {
  font-weight: bold;
  margin: 8px 5px 6px 10px;
  display: inline-block;
  float: left;
  width: 12.5%;
  font-size: 16px;
}

.search_td {
  display: inline-block;
  width: 86%;
}

.purpose_check {
  margin-top: 2px;
  float: left;
}

.purpose_check:nth-child(3n+1) {
  width: 260px;
}

.purpose_check:nth-child(3n+2) {
  width: 300px;
}

.purpose_check:nth-child(3n+3) {
  width: 250px;
}


.industry_check {
  float: left;
  margin-top: 8px;
  width: 228px;
  font-size:14px;
}

.search_text {
  width: 50%;
  height: 35px;
  font-size: 15px;
  border-radius: 3px;
  padding: 7px 10px;
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  margin-top: 4px;
}

.submit {
  width: 200px;
  background-color: #3692de;
  border: none;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px 5px;
}

.submit:hover {
  opacity: 0.8;
  transition: .3s ease-in-out;
}

.reset:hover {
  opacity: 0.8;
  transition: .3s ease-in-out;
}

.reset {
  width: 200px;
  background-color: #3692de;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  border-radius: 5px 5px;
}


.interview_link_btn{
  padding: 25px 0 35px 0;
  text-align: right;
}

.top_move {
    margin: 30px 0 55px;
    text-align: right;
}


.introduction_banner{
  margin:10px 0 15px;
}




/*   interview list main css start ↓↓ */



.t10_lineheight1 {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-top: 10px;
}


.interview_company {
    display: grid;
    gap: 35px 35px;
    margin-top: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
}

.interview_check {
    width: 100%;
    padding:0;
}

#column-content .case-b {
  padding: 0;
  height: auto;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #fff;
  position: relative;
  box-shadow: none;
  border: 2px solid #E9E9E9;
  border-radius: 8px;

}

#column-content .case-b h3 {
    margin: 0px 0 7px;
    font-size: 15px;
    font-weight: normal;
}

.case-b h3 a {
    font-size: 1em;
}


#column-content .case-b .company_blue_box_m {
      width: 50%;
      height: 28px;
      border-radius: 4px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-color: #37a6f2;
      font-size: 13px;
      line-height: 21pt;
      color: #ffffff;
      text-align: center;
      margin: 3px 0 5px;
      position: initial;
      top: 180px;
      left: 185px;
}


#column-content .case-b p.txt-point-bl1 {
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
  height: auto;
  font-weight: bold;
  letter-spacing: -0.3pt;
  padding: 6px 0 0;
  margin-bottom: 6px;
}


#column-content .case-b p.txt-point-gr {
    font-size: 16px;
    line-height: 1.35;
    color: #999999;
    height: auto;
    min-height: 60px;
}



a.url_link_util {
  font-size: 15px;
  color: #2D6EB5;
  font-weight: normal;
  line-height: 18px;
  vertical-align: middle;
  background: transparent url(/images/type_arrow_oran1.png) no-repeat scroll left center;
  padding-left: 20px;
  padding-top: 1px;
  text-decoration: none;
  letter-spacing: -0.5px;
}


#column-content .case-b .new {
  position: absolute;
  left: -1px;
  top: -1px;
  /* transform: rotate( 270deg ); */
  width: 16%;
}



.interview_text_p{
  width:90%;
  margin:0 auto;
}

.interview_thumb {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 8px;
  max-height: 245px;
}

.interview_thumb img {
    height: auto;
    border-radius: 6px 6px 0 0;
}


.interview_text_area{
  padding:20px;
  height: 260px;
  position:relative;
}


.read_more {
    margin-top: 8px;
    position: absolute;
    top: 210px;
}



/*   interview list main css end ↑↑ */




.interveiw_link_btn{
  margin-right: 17px;
}

.util_link_btn{
  margin-top:8px;
}















/* 導入事例　スライド　CSS 　start ↓↓ */


/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
    margin:0 auto;
        cursor: pointer;
}

.slider img {
    width:98%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:20px 15px 25px;
  cursor: grab;
}


/*Slider css Start*/
.slider-banner {
  width: 100%;
  height: 600px;
}

.items{
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  /* padding-bottom: 34%; */
  height: 100%;
}

.item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease-in-out;
}

.current{
  opacity: 1;
}

.item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.slide_box_td{
  height: auto;
  position: relative;
  bottom: 49%;
}

.slide-buttons{
  position:absolute;
  z-index: 1000;
  top:-100%;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.slide-button-arr{
  width:62px;
  height:62px;
  border:none;
  outline:none;
  padding:0;
  background:transparent center no-repeat;
  cursor:pointer;
  opacity:.4;
  &.prev{
    background-image: url(/images/contents/ico_next_b32.svg);
  }
  &.next{
    background-image:url(/images/contents/ico_next_b32-1.svg);
  }
  &:hover{
    opacity:.8;
  }
}



.slide-button-arr.prev{
  background-image: url(/images/contents/ico_next_b32.svg);
}
.slide-button-arr.next{
  background-image:url(/images/contents/ico_next_b32-1.svg);
}
.slide-button-arr:hover{
  opacity:.8;
}




/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 46%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 4px solid #9ca7b2;/*矢印の色*/
    border-right: 4px solid #9ca7b2;/*矢印の色*/
    height: 22px;
    width: 22px;
    background-image: none !important;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -0.8vw !important;
    transform: rotate(225deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -0.8vw !important;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


a.int_link {
    display: block;
    text-decoration: none;
}


.interview_logo_area {
    padding: 25px 40px 20px 40px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.interview_no_logo {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #666666;
}


.interview_info {
    padding: 0px 17px 17px;
    border-radius: 0px;
}

.interview_info h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: left;
  color: #555;
  line-height: 1.2;
  border-bottom: 1px solid #ededed;
  height: 95px;
  padding-bottom: 6px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.company_name {
    font-size: 14px;
    color: #555;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.interview_info ul {
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    color: #888;
}

.interview_info ul {
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    color: #888;
}

.interview_item {
    width: 340px;
    margin-right: 20px;
    height: 415px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    padding: 0px 6px;
}


/*　導入事例　スライド　CSS　end　↑↑*/




.page_number{
  display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      font-size: 18px;
}


.num_point {
    background-color: #378ee4;
    color: #fff;
    font-weight: bold;
    margin: 0 4px;
    position: relative;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}


.page_number a {
    margin: 0 4px;
    position: relative;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}


a.notice_num {
    background: none;
    height: auto;
    width: 45px;
    font-size: 16px;
}



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

  .interview_link_btn {
      padding: 13px 0 15px;
      text-align: right;
  }


a.partner_url_link{
  font-size:15px;
}


.introduction_banner{
  margin:10px 0 15px;
  padding:0 15px;;
}


#search_menu_div {
    width: 100%;
}

.search_div {
    padding: 20px;
    flex-direction: column;
}

.search_th {
  width: 100%;
  margin: 0 5px 3px 0px;
  font-size: 17px;
}

.search_td {
  width: 100%;
  margin-top: 3px;
}


.industry_check {
    float: left;
    margin-top: 5px;
    width: 100%;
    font-size: 15px;
}

.search_text{
  width:100%;
  height: 35px;
}

#search_menu_btn_tr {
    padding: 0;
    margin-top:20px;
}

#search_tr {
    padding: 0;
}

input.submit {
    width: 90%;
}

input#reset_btn {
      width: 90%;
}

input::placeholder {
 font-size: 12px;
}

.interview_text_p {
    width: 100%;
    margin: 0 auto;
}


.interview_thumb{
  width:100%;
  height: 100%;
}

.interview_thumb img {
  width:100%;
  height: 100%;
}


/*   interview list main css start ↓↓ */

.interview_company {
   display: flex;
    flex-direction: column;
    padding: 0;
    margin-top:20px;
    gap: 25px;

}

.interview_check {
    width: 100%;
    padding: 0;
}


#column-content .case-b{

}


#column-content .case-b .company_blue_box_m{
    width: 50%;
    font-size: 13px;
}


#column-content .case-b p.txt-point-bl1{
height: auto;
padding-bottom: 3px;
letter-spacing: -1px;
padding-top: 6px;
}

#column-content .case-b p.txt-point-gr{
height: auto;
letter-spacing: -0.5px;
line-height: 1.4;
}

#column-content .case-b h3{
margin-top:0;
}

.case-b h3 a{
font-size:14px;
}


#column-content .case-b .new {
  width: 17%;
  position: absolute;
  left: -1px;
  top: -1px;
  /* transform: rotate( 270deg ); */
}


.read_more {
   position: static;
    /* top: 190px; */
}


/*   interview list main css end ↑↑ */


.interview_text_area{
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.interveiw_link_btn{
  margin-right: 13px;
}

.util_link_btn{
  margin-top:8px;
}



.introduction_banner{
  padding:0;
  margin:0;
}


.slider {
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
}


.slick-prev {
    left: -2.8vw !important;
    transform: rotate(225deg);
}

.slick-next {
    right: -2.8vw !important;
    transform: rotate(45deg);
}


.interview_info {
    padding: 15px 17px 17px;
    border-radius: 0px;
}


.interview_info h4 {
    height: 80px;
    font-size: 17px;
}


.interview_info ul {
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    color: #888;
}

.company_name {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.interview_logo_area {
    height: 150px;
}


.page_number{
  margin-top: 16px;
  margin-bottom: 20px;
font-size: 14px;
}



}
