/*
Theme Name: STG Taki 2019
*/
@import url("https://use.typekit.net/yto6kzt.css");
@import './css/index_style.css';
@import './css/service.css';
@import './css/about.css';
@import './css/news.css';
@import './css/blog.css';
@import './css/mirai.css';
@import './css/seminar.css';
@import './css/recruit.css';

/****************************************

            General Setting

*****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
		font: inherit;
		font-size: 100%;
		outline:0;
}
b {
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: white;
	word-wrap: break-word;
	-webkit-text-size-adjust:none;
	overflow-wrap: break-word;	
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: black; }

  /*
  	font-family: TBGothic M, sans-serif;
  { font-family: FB Benton Sans Medium; }
  { font-family: FB Vonness book; }
  */

ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
caption, th, td {
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
input, select {
	vertical-align:middle;
}
textarea, input[type=text], input[type=email] {-webkit-border-radius:1px; -webkit-appearance:none;}

input[type='checkbox']{-webkit-appearance:checkbox} 
input[type='radio']{-webkit-appearance:radio}

input[type=submit] {-webkit-appearance:none;}

a {
	color: inherit;
	text-decoration: none;
	margin:0;
	padding:0;
	font-size:inherit;
	vertical-align:baseline;
	background:transparent;
}
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none;
    }
  }
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
@media all and (-ms-high-contrast: none){
	img[src$=".svg"],
	img[src$=".svgz"] {
		width: 100%;
	}
}

.inner{
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
}
.inner{
   margin: 0 auto;
   max-width: 960px;
	box-sizing: border-box;
}
/* 2511 */


.pcOnly{ display: inline; }
.spOnly{ display: none; }

.txtR{ text-align: right; }
.txtC{ text-align: center; }
.txtL{ text-align: left; }

.txtB,strong,b{ font-weight: bold; }

.aligncenter,
a.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	text-align: center;
}
.alignright {
   display: block;
   margin-left: auto;
	text-align: right;
}
a.aligncenter {
   display: inline !important;
}
/* h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, div, p {
	line-height: 1;
} */
.sp_inline {
	display: none; 
}


@media (min-width: 768px), print {
    .sp_inline {
		display: inline; 
   } 
}   

@media screen and (max-width: 768px) {
	body { font-size: 3.7333vw; }
	a{ transition: all 0s ease; }
	a:hover{ text-decoration: none; opacity: 1; }
	.inner{ padding-right: 3.333333333vw; padding-left: 3.333333333vw; }

	.pcOnly{ display: none; }
	.spOnly{ display: inline; }
}



/****************************************

            Sub Page Style

*****************************************/

/* Sub Menu (h1_bt) */
.tabs {
   padding-top: 2vw;
   padding-bottom: 1vw;
   /* padding-left: 3.2vw; */
 }
 .tabs > li {
  width: auto;
  text-align: center;  
  position: relative;
  line-height: 0;
 }
 .tabs > li.current-menu-item > a[href*="web"]::before {
   display: block;
   content: "";
   position: absolute;
   right: 0;
   top: 0;
   width: 1px;
   height: 35%;
   background:#000;
 }
 
 .tabs > li > a,
 .tabs > li > span { 
   color: #000;
   /* padding: 0 4.667vw; */
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-weight: 600;
   display: inline-block; 
   text-align: center;
   font-size: 4.2666vw;
   line-height: 1;
   cursor: pointer;
   position: relative;
 }
 .tabs > li.atag {
   color: #999;
   padding: 0 4.667vw;
   font-weight: 600;
   display: inline-block; 
   text-align: center;
   font-size: 3.75vw;
   line-height: 1;
 }
 .tabs > li > a::before,
 .tabs > li > span::before  {
   display: none;
 }

 .sercive_wrap .tabs > li > a::before,
 .works_wrap .tabs > li > a::before,
 .works_article_wrap .tabs > li > a::before,
 .about_wrap .tabs > li > a::before,
 .news_wrap .tabs > li > a::before,
 .news_article_wrap .tabs > li > a::before
 {background: transparent;}
 
 /* .tabs > li.current-menu-parent > a::before,
 .tabs > li.current-menu-item > a::before,
 .tabs > li.current-menu-parent > a::after {
   height: 65%;
 } */
 .tabs > li:last-child > a::before {
   display: none;
 }
 .tabs > li.current-menu-item > a::after,
 .tabs > li.current-menu-parent > a::after {
   display: block;
   content: "";
   width: 100%;
   height: 7px;
   background: #fff100;

   position: absolute;
   /* position: relative; */
   bottom: -3px;
   z-index: -1;
 }

 .service_wrap .tabs > li.current-menu-item > a::after,
 .service_wrap .tabs > li.current-menu-parent > a::after,
 .about_wrap .tabs > li.current-menu-item > a::after,
 .about_wrap .tabs > li.current-menu-parent > a::after {
   display: none;
 }

 .swiper-container-2 { 
   overflow: hidden; 
 }
 .swiper-container-2 .swiper-slide { 
   background:#fff; 
   padding: 0 3.3333vw; 
   box-sizing: border-box; 
 }


 .swiper-container.swiper-sp{
   display: none!important;
 }
 .swiper-pc {
   display: block;
 }
 .swiper-pc .tabs{
   display: flex;
   text-align: left;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: flex-start;
 }
 .swiper-pc .tabs li {
   box-sizing: border-box;
   text-align: left;
   display: inline-block;
   width: 50%;
   padding: 7px 20px 7px 0;
 }
 .swiper-pc .tabs li a,
 .swiper-pc .tabs li span {
   position: relative;
   text-align: left;
   line-height: 1.5;
 }
 .swiper-pc .tabs li a .icon-arrow,
 .swiper-pc .tabs li span .icon-arrow {
   position: absolute;
   right: -10px;
   bottom: 7px;
 }


 br.sp{
   display: inline;
 }

 @media screen and (max-width: 768px) {
   .works_wrap .swiper-pc .tabs {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 2.6667vw 0 6.6667vw;
   }
   .works_wrap .swiper-pc .tabs li {
      width: 44vw;
      padding: 4.0000vw 0 0;
    }
   .works_wrap .swiper-pc .tabs li a,
   .works_wrap .swiper-pc .tabs li span {
     font-size: 3.7333vw;
     /* font-weight: normal; */
     line-height: 1.71248;
   }
   .works_wrap .swiper-pc .tabs li a .icon-arrow,
   .works_wrap .swiper-pc .tabs li span .icon-arrow {
     position: static;
     display: inline !important;
     vertical-align: middle;
     padding-left: 2.6667vw;
     width: 1.0667vw;
   }
   .works_wrap .tabs > li.current-menu-item > a::after, 
   .works_wrap .tabs > li.current-menu-parent > a::after {

   }



 }
 @media screen and (min-width: 768px) {
   br.sp{
      display: none;
    }
   .tabs {
      padding-top: 2vw;
      padding-bottom: 0;
      padding-left: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }

   .tabs > li a {
      position: relative;
   }
   .tabs > li a[href*="web"] {
      line-height: 1;
    }
    /* .tabs > li > a[href*="web"]::before {
      display: block;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background:#000;
    } */
    .tabs > li > a::before,
    .tabs > li > span::before {
      display: block;
      content: "";
      position: absolute;
      /* right: 0; */
      right: -11px;
      top: 0;
      width: 1px;
      height: 100%;
      background:#000;
    }
    .tabs > li:last-child > span::before {
      display: none;
    }

    .sercive_wrap .tabs > li > a::before,
    .works_wrap .tabs > li > a::before,
    .works_article_wrap .tabs > li > a::before,
    .about_wrap .tabs > li > a::before,
    .news_wrap .tabs > li > a::before,
    .news_article_wrap .tabs > li > a::before
    { background:#000;}
    
    .tabs > li.current-menu-item > a[href*="web"]::before {
      display: block;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 65%;
      background:#000;
    }


   .swiper-sp {
      display: none;
    }
    .tabs::after {
       display: block;
       content: "";
       clear: both;
    }
    .tabs > li {
      width: auto !important;
      /* float: left; */
      padding: 0 10px 0 11px;
    }
    .tabs > li > a,
    .tabs > li > span { 
      font-size: 16px;
      padding: 0;
    }
    .tabs > li.atag {
      font-size: 14px;
      padding: 0 10px 0 11px;
    }


    /* .tabs > li:first-child > a { 
      padding: 0 10px 0 0;
    } */
  
    
    .swiper-pc {
      display: block;
      text-align: left;
    }

    .swiper-pc .tabs{
      display: block;
      text-align: left;
      justify-content: flex-start;
    }
    .swiper-pc .tabs li {
      box-sizing: border-box;
      text-align: left;
      display: inline-block;
      width: auto;
      padding: 0 8px 0 8px;
    }

    .swiper-pc .tabs li a,
    .swiper-pc .tabs li span {
      line-height: 1;
    }
    .swiper-pc .tabs li a .icon-arrow,
    .swiper-pc .tabs li span .icon-arrow {
      display: none;
    }

    .swiper-pc .tabs li {
      display: inline-block;
    }
    .works_wrap .swiper-pc .tabs li {
      margin-bottom: 20px;
    }
 }


/****************************************

            Sub Wrap / Sub Title

*****************************************/
.sub_contant_wrap {
   /* padding-top: 23vw; */
   padding-top: 28vw;
}
.section {
   margin-top: 13.333vw;
}
.sub_title {
   padding: 0 4.5333vw;
   /* margin-bottom: 13.3333vw; */
   margin-bottom: 16vw;
   text-align: left;
   box-sizing: border-box;
}
.works_wrap .sub_title {
   padding: 0;
}
.sub_title h1,
.sub_title>div {
   /* font-size: 13.125vw; */
   font-size: 6.6667vw;
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-weight: 600;
   line-height: 1.3;
}
.sub_title h1 span {
   font-size: 2vw;
   font-family: FB Benton Sans Medium;
}
.sub_title p {
   margin: 6.25vw 0 15.625vw;
   font-size: 4.2666vw;
   line-height: 1.5;
   color: #333;
}  

.sub_title h1.main_title {
   font-size: 7.2vw;
   font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   line-height: 1.3;
   text-align: center;
}
.sub_title h1.main_title span {
   display: inline-block;
   font-size: 4vw;
   padding-left: 0.5em;
   font-family: FB Benton Sans Medium;
 }

@media (min-width: 768px), print {
    .sub_contant_wrap {
        padding-top: 0;
    } 
    /* .sub_container {
        max-width: 1000px;
        margin: 0 auto;
     } */
     .sub_container {
      max-width: 960px;
      margin: 0 auto;
   }
   /* 2511 */
     .section {
        margin-top: 80px;
    }
    .sub_title {
      padding: 0;
      max-width: 1000px;
      margin: 0 auto;
    }
    .sub_title {
      padding: 0;
      max-width: 960px;
      margin: 0 auto;
    }
   /* 2511 */

    .sub_title h1 {
      font-size: 100px;
    }
    .page_wrap .sub_title h1 {
      font-size: 36px;
    }
    .sub_title h1 span {
      font-size: 18px;
      padding-left: 1.5em;
    }
    .sub_title p {
      margin: 30px 0 0;
      font-size: 18px;
      line-height: 2;
    } 
    .sub_title>div {
      font-size: 80px;
    }



.sub_title h1.main_title {
	font-size: 36px;
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   text-align: left;
}
.sub_title h1.main_title span {
   display: inline-block;
   font-size: 18px;
   padding-left: 1.5em;
   font-family: FB Benton Sans Medium;
 }

}


/**** facebook_share *****/
 .facebook_share_wrap {
    width: 100%;
    text-align: center;
    margin: 13.333vw 0;
 }
 .fb-share-button {
    width: 18.93333333vw;
    margin: 0 auto;
 }
 @media screen and (min-width: 768px) {
    .facebook_share_wrap {
       max-width: 1000px;
       margin: 150px auto;
    }
    .fb-share-button {
       width: 142px;
       margin: 0 auto;
    }
 }

/**** ft_tabs (SP x) *****/ 
@media screen and (min-width: 768px) {  
 .ft_tabs_wrap {
    margin-top: 150px;
  }
  .ft_tabs_wrap ul {
    border-top: 1px solid #cccccc;
    padding: 50px 0;
    display: block;
    display: -ms-flex-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ft_tabs_wrap ul > li {
    line-height: 1;
    font-size: 12px;
    color: #999;
/*
    padding: 5px;
*/
  }
  .ft_tabs_wrap ul > li > a,
  .ft_tabs_wrap ul > li > span { 
    color: #000;
    display: inline-block; 
    text-align: center;
    font-size: 12px;
    line-height: 1;
    position: relative;
  }
  .ft_tabs_wrap ul > li > a::before,
  .ft_tabs_wrap ul > li > span::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background:#000;
  }
}

.case-search-container{
   margin-top:60px;
   max-width: 760px;
   color: #333;
}
.simply-list{
   padding-left: 1.5rem;
}
.simply-list li{
   list-style: disc;
   font-size: 12px;
}

.case-search-form-title{
   position: relative;
   height: 24px;
   font-size: 24px;
   font-weight: bold;
   display: flex;
   align-items: center;
   margin-bottom: 20px;
}
.case-search-form-title:before{
   content: "";
   display: inline-block;
   width: 5px ;
   height: 100%;
   background:#FFF100;
   margin-right: 10px;
}
h4.case-search-form-title{
   height: 16px;
   font-size: 16px;
   font-weight: normal;
}

.search-form-block{
   padding: 10px 0;
   display: flex;
   flex-wrap: wrap;
   justify-content:flex-start;
   margin-left: -5px;
   margin-right:-5px;
}
.search-form{
   width: 47%;
   min-height: 40px;
   padding: 0px 5px 1rem 5px;
   display: flex;
   align-items:flex-start;
}

.search-form label{
   font-size: 3.7333vw;
   color: #333;
   text-align: left;
   line-height:1.5;
   display: flex;
   align-items:flex-start;
   justify-content: flex-start;
}


.search-form input[type="checkbox"]{
   accent-color: black;
   transform: scale(1.3);
   margin-right: 10px;
}

@media screen and (min-width: 768px) {  
   .search-form{
      width: 30%;
      padding: 3px 1rem 1rem 0;
      display: flex;
      align-items:flex-start;
   }
   .search-form label {
      font-size: 16px;
   }
}

/***
   検索BOX
**/

.search-word-list{
   display: none;
   box-sizing: border-box;
   position: fixed;
   width: 350px;
   min-height: 500px;
   max-height: 600px;
   height: calc( 100vh - 150px );
   border-radius:10px;
   padding: 30px;
   border: 1px solid #CCCCCC;
   background: white;
   top :110px;
   right: 20px;
   z-index: 2;
}
.search-word-list.resize{
}
.search-word-list-sp{
   display: block;
   box-sizing: border-box;
   position: fixed;
   width: 100%;
   height: 80px;
   border-top: 1px solid #CCCCCC;
   background: rgba(255, 255, 255, 0.95);
   bottom: 0;
   left: 0;
   z-index: 2;
}
.search-word-list-sp .search-btn-block{
   position: relative;
   height: 80px;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.search-word-list .inner{
   height: 100%;
   /*min-height: 540px;*/
   position: relative;
   color: #333;
}

.search-word-list .inner .search-word-container{
   overflow: auto;
   height: 420px;
}

.search-words p{
   display: inline-block;
   min-height: 10px;
   font-size: 16px;
}

.search-btn-block{
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
}




.btn-word-clear{
   padding: 12px;
   font-size: 16px;
   border: #000 1px solid;
   border-radius:3px;
   width: 140px;
   margin: 10px;
   text-align: center;
}

.btn-do-search{
   padding: 12px;
   font-size: 16px;
   border-radius:3px;
   color: white;
   background: black;
   width: 140px;
   margin: 10px;
   text-align: center;
}
.btn-do-search.disabled{
   background:#BFBFBF;
   pointer-events: none;
}
.search-word-block{
   margin-top: 40px;
   border-bottom: 1px solid #BFBFBF;
   padding-bottom: 8px;
}
.pb10{
   padding-bottom: 100px;
}
.text--left{
   text-align: left;
}
main.case_search{
   position: relative;
}

@media screen and (min-width: 1028px) {  
   .search-word-list-sp{
      display: none!important;
   }
   .search-word-list{
      display: block;
      
   }
   .search-word-list.abs{
      position: absolute;
      top: auto;
      bottom: 80px;
   }
}
@media screen and (min-width: 450px) {  
   .case-search-form-title{
      position: relative;
      height: 28px;
      font-size: 28px;
      font-weight: bold;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
   }

}


.search_result_title{
   margin-top: 60px;
   font-size: 24px;
   text-align: center;
}

.paramater-block{
   display: flex;
   justify-content:space-between;
   flex-direction: column;   
   
}
.param-title{
   font-size: 18px;
   margin-top: 20px;
   border-bottom:1px solid #E6E6E6;
   text-align: left;
   padding: 10px 0;
}
.paramaters{
   font-size: 16px;
   padding: 10px 0;
   line-height: 1.8;
   color: #333;
}
.paramaters.empty{
   color: #A6A6A6;
}

@media screen and (min-width: 450px) {  
   .search_result_title{
      font-size: 28px;
   }
   
}
@media screen and (min-width: 768px) {  
   .paramater-block{
      margin-top:40px;
      display: flex;
      justify-content:space-between;
      flex-direction: row;
      border-top: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;
      
   }
   .param-title{
      border-bottom:1px solid #E6E6E6;
      text-align: center;
      padding: 20px 0;
      margin: 0;
      background: #F2F2F2;
   }
   .param{
      width: 50%;
   }
   .param.service,
   .param.industry{
      border-right: 1px solid #cccccc;
   }
   .paramaters{
      padding: 20px 30px;
   }


}
/****************************************

               Sub Thumbnail

*****************************************/
.sub_thumbnail_list_wrap {
   text-align: center;
   padding: 0 3.333vw;
}
.sub_thumbnail_list_wrap h4 {
   margin: 13.333vw 0 0;
   font-size: 4.8vw;
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-weight: 600;
}
 
.sub_thumbnail_list {
   margin-top: 13.333vw;
}
.sub_thumbnail_list li {
   margin-bottom: 15.625vw;
}
.sub_thumbnail_list li:last-child {
   margin-bottom: 0;
}
.sub_thumbnail_list h3,
.sub_thumbnail_list h5 {
   font-size: 4.0625vw;
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-weight: 600;
   line-height: 1.3;
}
.sub_thumbnail_list p {
   font-size: 3.7333vw;
   margin: 2vw auto 4vw;
}

.sub_thumbnail_list li div.thumbnail_list_img {
   position: relative;
}

.sub_thumbnail_list li div.thumbnail_list_img img {
  width: 100%;
position: relative;
box-sizing: border-box;
}



.sub_thumbnail_list .list_new {
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.sub_thumbnail_list .list_new img {
   width: 10.2667vw;
}   





@media screen and (min-width: 768px) { 
   .sub_thumbnail_list_wrap {
      padding: 0 0;
   }
   .sub_thumbnail_list_wrap h4 {
      margin-top: 80px;
      font-size: 20px;
   }
   .sub_thumbnail_list {
       margin-top: 80px;
   }
   .sub_thumbnail_list h5,
   .sub_thumbnail_list h3 {
       font-size: 12px;
   }
   .sub_thumbnail_list p {
       font-size: 16px;
       margin: 10px auto;
   }
   .sub_thumbnail_list ul {
       max-width: 1000px;
       margin: 0 auto;
       display: flex;
       flex-wrap: wrap;
   }
   .sub_thumbnail_list ul {
      max-width: 960px;
  }
  /* 2511 */
   .sub_thumbnail_list ul::after {
       display: block;
       content: "";
       clear: both;
   }
   .sub_thumbnail_list li {
       margin-bottom: 70px;
       margin-right: 95px;
       width: 270px;
   }

   .sub_thumbnail_list li:nth-child(3n+0) {
       margin-right: 0;
   }
   .sub_thumbnail_list li:last-child {
       margin-right: 0;
       margin-bottom: 80px;
   }
   .sub_thumbnail_list li > a > div > img {
       width: 270px;
   }
   .sub_thumbnail_list .list_new img {
       width: 36px;
   }   
   .thumbnail_list_img {
      width: 270px;
      height: 180px;
      overflow: hidden;
      position: relative;
      }


      .sub_thumbnail_list li div.thumbnail_list_img img {
         width: 100%;
       position: relative;
       box-sizing: border-box;
       -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
       -ms-filter: grayscale(100%);
       -o-filter: grayscale(100%);
       filter: grayscale(100%);

       -webkit-transform:scale(1);
       -moz-transform:scale(1);
       -ms-transform:scale(1); 
       -o-transform:scale(1);  
       transform:scale(1);
       -webkit-transition:.3s;
       -moz-transition:.3s;
       -ms-transition:.3s;
       -o-transition:.3s;
       transition:.3s;

       }
       .sub_thumbnail_list li:hover div.thumbnail_list_img  img {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          filter: grayscale(0%);
          
          -webkit-transform:scale(1.2);
          -moz-transform:scale(1.2);
          -ms-transform:scale(1.2);   
          -o-transform:scale(1.2);
          transform:scale(1.2);
       }
       
       .sub_thumbnail_list li div.thumbnail_list_img img::after {
          display: block;
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2);
          z-index: 2;
          top: 0;
          position: absolute;
          -webkit-transition:background-color 1s, -webkit-transform 2s;
          transition: background-color 1s, transform 2s;
          
          }
       
          .sub_thumbnail_list li:hover div.thumbnail_list_img img::after {
             display: block;
             content: "";
             width: 100%;
             height: 100%;
             background-color: rgba(0, 0, 0, 0);
             z-index: 1;
             position: absolute;
             top: 0;
             }
}



@media (min-width:768px) and ( max-width:1024px) { 
  
  .sub_thumbnail_list ul {
    width: 635px;
    margin: 0 auto;
  }

  .sub_thumbnail_list li {
      margin-top: 100px;
      margin-right: 95px;
    }
    .sub_thumbnail_list li:nth-child(2n+0) {
      margin-right: 0;
    }
    .sub_thumbnail_list li:nth-child(3),
    .sub_thumbnail_list li:nth-child(9) {
      margin-right: 95px;
    }
    .sub_thumbnail_list li:nth-child(n+4) {
      margin-top: 100px;
    }
}


.sub_thumbnail_list-2024 .article-list-2024{
   display: flex;
   flex-wrap: wrap;
   justify-content:space-between;
   margin-bottom: 40px;
   
}
.sub_thumbnail_list-2024 .article-list-2024 li{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0;
}
.article-list-2024 .article-item-2024 {
   box-sizing: border-box;
   width: 100%;
}
.sub_thumbnail_list-2024 .article-list-2024 li .thumbnail_list_img-2024{
   overflow: hidden;
   width: 100%;
   height: 280px;
}
.sub_thumbnail_list-2024 .article-item-2024 .thumbnail_list_img-2024 {
   overflow: hidden;
   width: 100%;
}
.sub_thumbnail_list-2024 .article-list-2024 li .thumbnail_list_img-2024 img,
.sub_thumbnail_list-2024 .article-item-2024 .thumbnail_list_img-2024 img{
   object-fit: contain;
   width: 100%;
   height: 100%;
   transition: 0.3s;
}
.sub_thumbnail_list-2024 .article-list-2024 li .thumbnail_list_img-2024:hover img,
.sub_thumbnail_list-2024 .article-item-2024 .thumbnail_list_img-2024:hover img{
   transition: 0.3s;
   transform: scale(1.05);
}
.sub_thumbnail_list-2024 .article-list-2024 li .article-corp,
.sub_thumbnail_list-2024 .article-item-2024 .article-corp{
   font-size: 16px;
   text-align: left;
   margin-top: 20px;
}
.sub_thumbnail_list-2024 .article-list-2024 li .article-title,
.sub_thumbnail_list-2024 .article-item-2024 .article-title{
   font-size: 20px;
   font-weight: bold;
   line-height: 1.5;
   text-align: left;
   margin-top: 15px;

   width: 100%;
   overflow: hidden;
   display: -webkit-box;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   /* ブラウザがサポートしていない場合のフェールセーフ */
   max-height: 54px;


}
.sub_thumbnail_list-2024 .article-list-2024 li .article-category,
.sub_thumbnail_list-2024 .article-item-2024 .article-category{
   margin-top: 20px;
   border-top: 1px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
   
}
.sub_thumbnail_list-2024 .article-list-2024 li .article-category th,
.sub_thumbnail_list-2024 .article-list-2024 li .article-category td,
.sub_thumbnail_list-2024 .article-item-2024 .article-category th,
.sub_thumbnail_list-2024 .article-item-2024 .article-category td{
   border-bottom: 1px solid #E6E6E6;
   padding: 14px;
   font-size: 16px;
/*
   background: #F2F2F2;
*/
   background: #ffffff;
}
.sub_thumbnail_list-2024 .article-list-2024 li .article-category th,
.sub_thumbnail_list-2024 .article-item-2024 .article-category th{
   font-weight: bold;
/*
   background: #ffffff;
*/
   background: #F2F2F2;
   width: 30%;

   overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.sub_thumbnail_list-2024 .article-list-2024 li .article-category td,
.sub_thumbnail_list-2024 .article-item-2024 .article-category td {
   color: #333;

   overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}


@media screen and (min-width: 768px) { 
   .sub_thumbnail_list-2024 .article-list-2024 li{
      box-sizing: border-box;
      width: 50%;
      padding: 40px;
   }
   .sub_thumbnail_list-2024 .article-item-2024 {
      padding: 0;
   }
   .sub_thumbnail_list-2024 .article-item-2024 .thumbnail_list_img-2024 {
      height: 280px;
   }
}


/****************************************

               Page Tags

*****************************************/
.page-tags {
   display: -ms-flex-box;
   display: flex;
   -ms-flex-pack: flex-start;
   justify-content: flex-start;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 15.625vw 0 0vw;
   padding: 0 3.333vw;
   list-style: none;
   font-size: 3.7333vw;
   line-height: 1.3;
}
.works_article_wrap .page-tags,
.seminar_article_wrap .page-tags {
   padding: 0 0;
}
.page-tags .tag-item {
   margin: .27vw;
}
.page-tags a {
   text-decoration: none;
   color: #000;
   background: #fff100;
   margin-right: 5px;
   margin-bottom: 5px;
   display: inline-block;
}
.page-box a {
   color: #000;
   text-decoration: none;
   margin-top: 1.5vw;
   word-break: break-all;
   position: relative;
   padding-bottom: 3px;
   background-image: linear-gradient(
      transparent 0%,
      transparent 60%,
      #fff100 40%,
      #fff100 100%
    );
}
.single-blog .page-box a {
   background-image: none;
}
/* .page-box a::after {
   width: 100%;
   height: 7px;
   display: block;
   content: "";
   background: #fff100;
   position: absolute;
   bottom: -2px;
   z-index: -1;
} */


.page-box a:hover {
   text-decoration: underline;
}
.single-news .page-box a:hover {
   text-decoration: none;
}

.page-box a[href^="mailto:"] {
background: transparent;
padding: 0;
}

@media screen and (min-width: 768px) { 
   .page-tags {
      width: 600px;
      margin: 10px 0 50px;
      padding: 0 0;
      font-size: 14px;
      line-height: 1.2;
   }
   .page-tags .tag-item {
      margin: 2px;
   }
   .page-tags a {
      padding: 5px 5px 1px;
      transition: color .25s ease;
   }
   .page-box a {
      /* margin: 5px 0 0; */
      margin-top: 5px;
      line-height: 1.5;
   }
}







/****************************************

               Works Page

*****************************************/
.works_wrap {
    text-align: center;
    /* padding: 23vw 3.33vw 0; */
    padding: 23vw 4.5333vw 0;
    padding-top: calc(72px + 16vw);
    padding-right: 4.5333vw;
    padding-left: 4.5333vw;
 }
 .works_wrap.case_search{
   text-align: left;
 }
.works_article_wrap {
    text-align: center;
    /* padding: 23vw 3.33vw 0; */
    padding: 23vw 4.5333vw 0;
 }
 .works_article_wrap .page-header_box {
    padding: 0;
    position: relative;
   text-align: left;
 }
 .works_article_wrap .page-info {
    display: -ms-flex-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2vw;
 }
 .works_article_wrap .page-newIcon img {
    width: 7.2vw;
    margin-right: 5px;
 }
 .works_article_wrap .page-name {
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   text-align: left;
   font-size: 4.8vw;
   font-weight: 600;
   margin-bottom: 2vw;
   padding: 0;
   line-height: 1.5;
 }
 .works_article_wrap .sns-item {
    width: 15vw; 
    position: absolute;
    right: 3.33vw;
    top: -5px;
 }
 .works_article_wrap .page-title,
 .works_article_wrap .page-vat_name  {
   font-size: 3.7333vw;
   text-align: left;
 }

 .page_ca-va_wrap {
    display: flex;
    justify-content: space-between;
    margin: 2vw 0;
 }
 .works_article_wrap .page-header_box .pc_vat_name { 
   display: none;
}

 .works_article_wrap .pc_staff,
 .works_article_wrap .page-vat_name {
   font-family: FB Benton Sans Medium;
 }
 .works_article_wrap .page-header_box span {
    display: inline-block;
    font-size: 3.2vw;
    text-align: left;
    color: #000;
    font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
 }
 .works_article_wrap .page-img {
   width: 93vw;
   height: 62vw;
   margin: 0 auto;
   overflow: hidden;
   position: relative;
   border: 1px solid #ccc;
}
.works_article_wrap .page-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.works_article_wrap .page-tags {
   margin: 4.667vw 0 10.667vw;
}


 .works_article_wrap .page-img_box p {
    font-size: 3.7333vw;
    line-height: 1.5;
    padding: 0;
    text-align: left;
 }
 .works_article_wrap .page-header_wrap p.pc_staff {
   display: none;
 }

  .works_article_wrap .page-box {
    padding: 0 0 18.6667vw;
    text-align: left;
  } 
  .works_article_wrap .page-box h2 {
    font-size: 10vw;
    margin-top: 10.6667vw;
    font-family:  FB Benton Sans Medium;
  }
  .works_article_wrap .page-box h4 {
   font-size: 1em;
   margin-top: 3vw;
   line-height: 1.2;
}
  .works_article_wrap .page-box p {
    margin-top: 5.3333vw;
    font-size: 4.2666vw;
    line-height: 1.8;
    color: #333;
  }

  .works_article_wrap .page-box p br {
   display: none;
 }
 

.gallery_title {
    padding: 13.333vw 0 6.667vw;
    border-top: 1px solid #fdfdfd;
    font-size: .75em;
    font-weight: 600;
    text-align: left;
 }
 .gallery_wrap {
    position: relative;
    width: 100%;
  }
  .news_article_wrap .gallery_wrap {
   position: relative;
   width: 100%;
   margin-top: 6vw;
 }
.gallery-top {
    height: 66.6667vw;
    width: 100%;
  }
.gallery-top .gallery_img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
 .gallery_txt {
    display: none;
 }
 
 .gallery-thumbs {
    width: 100%;
    margin: 0 auto;
 }
 
 .gallery_wrap .swiper-button-prev.swiper-button-white, 
 .gallery_wrap .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url('img/sub/left_arrow_icon.png');
 }
 .gallery_wrap .swiper-button-next.swiper-button-white, 
 .gallery_wrap .swiper-container-rtl .swiper-button-prev.swiper-button-white {
 background-image: url('img/sub/right_arrow_icon.png');
 }
 .gallery_wrap .swiper-button-prev, 
 .gallery_wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6.6667vw;
    height: 6.6667vw;
    margin-top: 10px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 6.6667vw 6.6667vw;
    -webkit-background-size: 6.6667vw 6.6667vw;
    background-size: 6.6667vw 6.6667vw;
    background-position: center;
    background-repeat: no-repeat;
 }
 
  
 .works_article_wrap .page-movie_wrap {
     margin: 13.3333vw 0;
  }
  .works_article_wrap .page-movie {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom: 8vw;
  }
  .works_article_wrap .page-movie iframe,
  .works_article_wrap .page-movie object,
  .works_article_wrap .page-movie embed {
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
   } 
  
 .works_article_wrap .page-txt_wrap {
    text-align: left;
    padding: 3.333vw;
    margin: 8vw 0 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
 }
 .works_article_wrap .page-txt_wrap h3 {
    font-size: 7.5vw;
    font-weight: 600;
    margin-bottom: 6.33vw;
    font-family:  FB Benton Sans Medium;
 }
 .works_article_wrap .page-txt_wrap .c_txt {
    font-size: 4.0625vw;
    margin-top: 5.333vw; 
    line-height: 1.5;
 }
 .works_article_wrap .sub_list03:not(:first-of-type) {
    margin-top: 6.6667vw; 
 }



 /**works_list**/
 .sub_works_listWrap {
   text-align: center;
   padding: 0 0;
}



.sub_works_listWrap .works_newImg_box {
   position: relative;
}
.sub_works_listWrap .works_newImg_box img {
   width: 100%;
}
.sub_works_listWrap .works_list-title {
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-weight: 600;
   font-size: 4.2666vw;
   /* margin-top: 10.6667vw; */
   margin-bottom: 10.6667vw;
   line-height: 1.5;
}

.sub_works_listWrap .works_list .img_name {
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-weight: 600;
   font-size: 4.2666vw;
   text-align: left;
   margin-top: 10.6667vw;
   margin-bottom: 3.2vw;
}

.sub_works_listWrap .works_list p {
   font-size: 3.7333vw;
    margin: 2vw auto 4vw;
    color: #333;
}
.works_list li div.works_list_img,
.works_list li div.works_list_img a {
   position: relative;
}
.works_list li div.works_list_img a {
   display: block;
   width: 100%;
   height: 100%;
}
.works_list li div.works_list_img a::before {
   display: block;
   content: "";
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.2);
   z-index: 2;
   position: absolute;
   -webkit-transition:background-color 1s, -webkit-transform 2s;
   transition: background-color 1s, transform 2s;
}
.works_list li:hover div.works_list_img a::before {
   display: block;
   content: "";
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0);
   z-index: 1;
   position: absolute;
}
.works_list li .works_list_new {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
}


.works_article_wrap .content-blocks {
   text-align: left;
   margin-top: 6.666vw;
   padding: 0;
}


.works_article_wrap .content-blocks h2 {
   font-size: 8.75vw;
   
}
.works_article_wrap .content-blocks h3 {
   font-family: FB Benton Sans Medium;
   font-size: 7.5vw;
   font-weight: 600;
   margin-bottom: 3vw;
   line-height: 1.3;
}
.works_article_wrap .content-blocks h4 {
   font-size: 4.375vw;
   margin-bottom: 4vw;
   line-height: 1.5;
}
.works_article_wrap .content-blocks p {
   font-size: 4.0625vw;
   margin-top: 5.333vw; 
   line-height: 1.5;
}
.works_article_wrap .content-blocks br {
 display: none;
}

.works_article_wrap .content-blocks iframe {
  width: 100%;
}

.works_article_wrap .page-txt_wrap .page-txt_box .c_img {
	 width: 20vw;
	 margin-right: 20px;
}

.works_wrap .myClass {width: 100% !important;}
.works_article_wrap .page-header_wrap p.sp_staff b {
   font-family:  FB Benton Sans Medium;
   font-weight: 600;
   display: block;
 }

.works_wrap .search_txt,
.news_wrap .search_txt  {
   padding: 0 3.3333vw;
   margin: 13.333vw 0 -3.333vw 0;
   text-align: left;
   font-weight: bold;
   font-size: 3.75vw;
}


  @media screen and (min-width: 768px) {
   .works_article_wrap {
      padding: 0;
   }
  .works_article_wrap .page-box p br {
   display: block;
 }
 .works_article_wrap .content-blocks iframe {
  width: 600px;
}

   .works_wrap {
      padding: 0;
   }
.works_wrap .myClass {width: 270px;height: 180px;}
	  
   .works_wrap .work_list {
      margin-top: 80px;
   }

    .works_article_wrap .page-header_wrap {
       display: -ms-flex-box;
       display: flex;
       flex-direction: row-reverse;
       justify-content: flex-end;
    }
    .works_article_wrap .page-header_box {
       padding: 0;
       width: 310px;
       position: relative;
    }
    .works_article_wrap .page-header {
       display: block;
       position: relative;
    }
    .works_article_wrap .page-info {
       -ms-flex-pack: flex-start;
       justify-content: flex-start;
       margin-bottom: 18px;
    }
    .works_article_wrap .page-newIcon img {
       width: 37px;
       margin-right: 5px;
    }
    .works_article_wrap .page-title {
      font-size: 20px;
      font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-weight: 600;
   }
   
   .page_ca-va_wrap {
      display: block;
      margin: 0;
   }

   .works_article_wrap .page-img_box .sp_vat_name { 
      display: none;
   }
   .works_article_wrap .page-header_box .pc_vat_name { 
      display: block;
   }

 .works_article_wrap .page-vat_name {
   font-size: 14px;
   text-align: left;
   margin: 0 0 10px 0;
   display: block;
   line-height: 1.6;

 }
    .works_article_wrap .page-name {
       font-size: 24px;
       text-align: left;
       line-height: 1.5;
       margin-bottom: 25px;
       padding: 0;
    }
    .works_article_wrap .sns-item {
       width: 82px; 
       position: absolute;
       top: 398px;
       right: 0;
    }

    .works_article_wrap .page-header_box span {
       font-size: 16px;
       margin: 15px 0 35px;
       display: block;
    }
    .works_article_wrap .page-img_box {
       width: 640px;
       text-align: left;
       margin-right: 50px;
       position: relative;
    }
    .works_article_wrap .page-img {
       width: 640px;
       height: 425px;
       overflow: hidden;
       position: relative;
       border: 1px solid #ccc;
    }
    .works_article_wrap .page-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      width: auto;
   }
   .works_article_wrap .page-tags {
      margin: 10px 0 50px;
   }
    .works_article_wrap .page-header_wrap p.sp_staff {
      display: none;
    }
    .works_article_wrap .page-header_wrap p.pc_staff {
       font-size: 13px;
       padding: 0 0;
      display: block;
      text-align: left;
      line-height: 1.6;
    }
    .works_article_wrap .page-header_wrap p.pc_staff b {
      font-weight: bold;
      display: block;
    }
    .works_article_wrap .page-box {
       padding: 0;
    }
    .works_article_wrap .page-box h2:not(:first-of-type) {
       margin-top: 40px;
    }
   .works_wrap .search_txt,
   .news_wrap .search_txt  {
      padding: 0;
      margin: 100px 0 -40px;
      text-align: left;
      font-weight: bold;
      font-size: 24px;
   }

   .seminar_wrap  .search_txt {
      margin: 0 0 0;
      text-align: left;
      font-weight: bold;
      font-size: 24px;
   }
   .blog_wrap  .search_txt {
      margin: 0 0 80px;
      text-align: left;
      font-weight: bold;
      font-size: 24px;
   }

   
   .gallery_title {
       padding: 100px 0 50px;
       font-size: 14px;
    }
       
    .gallery_wrap {
       position: relative;
       width: 100%;
     }
  
     .news_article_wrap .gallery_wrap {
      margin-top: 70px;
    }
      .gallery-top {
       height: 620px;
       width: 100%;
     }
     .news_article_wrap .gallery-top {
         height: 500px;
         width: 100%;
     }
     .gallery-top .gallery_img {
       background-size: contain;
       background-position: center;
       background-repeat: no-repeat;
       height: 80%;

       position: absolute;
       top: 50%;
       transform: translateY(-50%);
     }
     .news_article_wrap .gallery-top .gallery_img {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 80%;

      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      }

    .gallery_txt {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin: 0;
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
     }
     .gallery-thumbs {
       margin: 0 auto;
       max-width: 1000px;
       height: 100px;
     }
     .gallery-thumbs {
         max-width: 960px;
      }
      /* 2511 */

      .gallery-thumbs .swiper-slide {
       background-size: cover;
       background-position: center;
       background-repeat: no-repeat;
     }
 
      .gallery-thumbs .swiper-wrapper{
        display: flex;
        justify-content: center;
      }

    .gallery-thumbs .swiper-slide,
    .gallery-thumbs .swiper-slide-visible 
    .gallery-thumbs .swiper-slide-active {
       width: 80px !important;
       height: 100px;
       cursor: pointer;
     }
      .gallery-thumbs .swiper-slide {
        margin: 0 5px;
       height: 100%;
     }
 
     .gallery-thumbs .swiper-slide::before {
       border: 1px solid #ccc;
     }
     .gallery-thumbs .swiper-slide::after {
       display: block;
       content: "";
       width: 99%;
       height: 98%;
       background-color: rgba(255, 248, 127, 0.7);
       border: 1px solid  #fff100;
     }
     .gallery-thumbs .swiper-slide-thumb-active::after {
       display: block;
       content: "";
       width: 99%;
       height: 98%;
       background-color: rgba(255, 248, 127, 0);
       border: 1px solid #ccc;
     }
 
 
   .gallery_wrap .swiper-button-prev, 
   .gallery_wrap .swiper-button-next {
      width: 50px;
      height: 50px;
   }
   
   .gallery_wrap .swiper-button-prev, 
   .gallery_wrap .swiper-button-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      margin-top: 10px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 50px 50px;
      -webkit-background-size: 50px 50px;
      background-size: 50px 50px;
      background-position: center;
      background-repeat: no-repeat;
   }
 


 
    .works_article_wrap .page-movie_wrap {
       margin: 60px 0 75px;
    }
    .works_article_wrap .page-movie {
       width: 560px;
       height: 315px;
       margin: 40px auto 0;
       padding: 0;
    }
 
    .works_article_wrap .page-txt_wrap {
       padding: 50px 45px;
       margin: 30px 0 0;
    }

    .works_article_wrap .page-txt_wrap .page-txt_box {
       display: flex;
       font-size: 14px;
       line-height: 1.5;
    }
    .works_article_wrap .page-txt_wrap .page-txt_box .c_img {
         width: 500px;
         margin-right: 20px;
    }

    .works_article_wrap .page-txt_wrap .page-txt_box img {
      display: inline-block;
    }
    .works_article_wrap .page-txt_wrap .page-txt_box .c_txt {
      display: inline-block;
     
    }

    .works_article_wrap .page-box h2 {
         font-size: 48px;
         margin-top: 40px;
         font-weight: 900;
         margin-bottom: 12px;
    }
    .works_article_wrap .page-box h4 {
      font-size: 24px;
      margin-bottom: 30px;
      margin-top: 0;
      line-height: 1.3;
   }
    .works_article_wrap .page-box p {
       font-size: 18px;
       margin-top: 0;
       margin-bottom: 15px;
       line-height: 2;
    }
    .works_article_wrap .page-txt_wrap h2 {
      margin-bottom: 30px;
      font-size: 48px;
   }
    .works_article_wrap .page-txt_wrap .c_txt {
      font-size: 14px;
      line-height: 2;
      margin-top: 0;
   }
    .works_article_wrap .img_name {
       font-size: 18px;
       font-weight: bold;
    }
    .works_article_wrap .sub_list03,
    .works_article_wrap .sub_list03 li {
       margin-top: 0;
       margin-bottom: 0;
    }
    .works_article_wrap .sub_list03:not(:first-of-type) {
       margin-top: 70px;
    }
   
/**works_list**/
.sub_works_listWrap {
   padding: 0;
}
.sub_works_listWrap .works_list-title {
   margin: 0 0 40px;
   font-size: 22px;
}
.sub_works_listWrap .works_list ul {
   max-width: 1000px;
   margin: 0 auto;

   display: flex;
   flex-wrap: wrap;
}
.sub_works_listWrap .works_list ul {
   max-width: 960px;
}
/* 2511 */

.sub_works_listWrap .works_list ul::after {
   display: block;
   content: "";
   clear: both;
}

/* .sub_works_listWrap .works_list:not(:first-of-type) {
   margin-top: 70px;
 } */

.sub_works_listWrap .works_list ul li {
   margin-bottom: 40px;
   margin-right: 9.5%;
   width: 27%;
}


.sub_works_listWrap .works_list li:nth-child(3n+0) {
   margin-right: 0;
}
.sub_works_listWrap .works_list ul li:first-child {
   margin-left: 0;
}
.sub_works_listWrap .works_list .img_name {
   font-size: 16px;
   margin-top: 0;
   margin-bottom: 10px;
}
.sub_works_listWrap .works_list p {
   font-size: 14px;
   margin: 10px auto;
   min-height: 45px;
}
.works_article_wrap .content-img {
   margin-top: 50px;
}

.works_article_wrap .content-blocks {
   text-align: left;
   margin-top: 50px;
   padding: 0;
}

.works_article_wrap .content-blocks h2 {
   margin-bottom: 20px;
   font-size: 48px;
   font-family:  FB Benton Sans Medium;
}
.works_article_wrap .content-blocks h3 {
   margin-bottom: 20px;
   font-size: 48px;
   font-family:  FB Benton Sans Medium;
}
.works_article_wrap .content-blocks h4 {
   font-size: 24px;
   margin-bottom: 30px;
}
.works_article_wrap .content-blocks p {
   font-size: 14px;
   line-height: 2;
   margin-top: 0;
}


.works_article_wrap .content-blocks br {
   display: block;
  }
  .works_article_wrap .content-blocks li.col-4 {
     margin-top: 40px;
  } 


  .works_article_wrap .page-txt_wrap h3 {
   font-size: 30px;
   margin-bottom: 30px;
}


  }




 .sp_page_navs {
    display: block !important;
 }
 .pc_page_navs {
   display: none !important;
}
 .page-navs {
   margin: 0;
   padding: 5.33vw 4.5333vw 0;
   border-top: 1px solid #eee;
   font-size: 3.7333vw;
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-weight: 600;
 }
 .page-navs .nav-item {
   line-height: 1.5;
   position: relative;
 }
 .page-navs .next-post {
   padding-left: 6.3333vw;
   text-align: left;
 }
 .page-navs .next-post a::before {
   display: inline-block;
   content: "<<";
   position: absolute;
   top: 0;
   left: 0;
 }
 .page-navs .prev-post {
   padding-right: 6.3333vw;
   text-align: right;
 }
 .page-navs .prev-post a:after {
   display: inline-block;
   content: ">>";
   position: absolute;
   top: 0;
   right: 0;
 }
 .page-navs a:hover {
   color: #fff100;
 }
 .page-navs .nav-item:not(:first-of-type) {
   margin-top: 4vw;
 }
 
 .ft_tabs_wrap {
   margin-top: 16vw;
 }
 .ft_tabs_wrap ul {
   display: none;
 }



 @media screen and (min-width: 768px) {
 
   .sp_page_navs {
      display: none !important;
   }
   .pc_page_navs {
     display: block !important;
   }
   .page-newIcon img {
     width: 37px;
     margin-right: 10px;
   }
   .page-newIcon img.noIcon {
      width: 56px;
      margin-right: 10px;
    }
   .news_article_wrap .page-date {
     font-size: 18px;
   }
   .sns-item {
     width: 82px; 
   }


   .page-navs {
     display: -ms-flex-box;
     display: flex;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 20px 0;
     font-size: 16px;
   }
   .page-navs a {
   transition: color .25s ease;
   }
   .page-navs .nav-item {
     width: 40%;
   }
   .page-navs .nav-item:not(:first-of-type) {
     margin-top: 0;
   }
   .page-navs .next-post {
    padding-left: 25px;
  }
  .page-navs .prev-post {
    padding-right: 25px;
  }
 
 
   .ft_tabs_wrap {
     margin-top: 150px;
   }
   .ft_tabs_wrap ul {
     border-top: 1px solid #cccccc;
     padding: 50px 0;
     display: block;
     display: -ms-flex-box;
     display: flex;
     justify-content: center;
   }
   .ft_tabs_wrap ul > li {
     line-height: 1;
     margin-bottom: 1rem;
   }
   .ft_tabs_wrap ul > li > a,
   .ft_tabs_wrap ul > li > span { 
     color: #000;
     padding: 0 10px;
     display: inline-block; 
     text-align: center;
     font-size: 16px;
     line-height: 1;
     position: relative;
   }
   .ft_tabs_wrap ul > li > a::before,
   .ft_tabs_wrap ul > li > span::before {
     display: block;
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     width: 1px;
     height: 100%;
     background:#000;
   }
   .ft_tabs_wrap ul > li:last-child > a::before,
   .ft_tabs_wrap ul > li:last-child > span::before {
      display: none;
   }   
   .ft_tabs_wrap ul > li.current-menu-parent > a,
   .ft_tabs_wrap ul > li.current-menu-item > a,
   .ft_tabs_wrap ul > li.current-menu-parent > span,
   .ft_tabs_wrap ul > li.current-menu-item > span {
      font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
     font-weight: 600;
     text-decoration: underline;
   }
   .page-template-page-about-php .ft_tabs_wrap ul > li.current-menu-item > a,
   .page-template-page-about-php .ft_tabs_wrap ul > li.current-menu-item > span {
      font-weight: normal;
      text-decoration: none;
    }


    .ft_tabs_wrap ul > li > a:hover,
    .ft_tabs_wrap ul > li.current-menu-item > a:hover,
    .page-template-page-about-php .ft_tabs_wrap ul > li:hover a,
    .ft_tabs_wrap ul > li > span:hover,
    .ft_tabs_wrap ul > li.current-menu-item > span:hover,
    .page-template-page-about-php .ft_tabs_wrap ul > li:hover span {
      text-decoration: underline;
    }


 }



 .newIcon_txt {
   font-size: 2.8125vw;
   font-weight: bold;
   border: 1px solid #000;
   background: #000;
   color: #fff;
   padding: 0 2px;
   margin: 0 1vw 0 0;
   line-height: 1.5;
   vertical-align: middle;
   display: inline;
 }
 @media screen and (min-width: 768px) { 
   .newIcon_txt {
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 0 4px 1px;
    margin: 0 5px 0 0;
    vertical-align: middle;
   }
 }

/* DesignxTAKI Creative Menu ADD */
.main_info_box_wrap {
  margin-bottom: 0;
}
.index_wrap .main_info_box {
margin: 115px auto 50px;
}
.service_crmenu_ban {
max-width: 728px;
  width: 100%;
margin: 0 auto 50px;
transition: all 0.8s;
border: 1px solid #ccc;
}
.service_crmenu_ban a:hover {
opacity: 0.6;
}
.service_crmenu_ban_sp {
display: none;
}
@media  only screen and (max-width: 768px) {
  .index_wrap .main_info_box {
    margin: 8vw 0 3.333vw;
  }
  .service_crmenu_ban {
    width: 100%;
    margin: 0 auto;
  }
  .service_crmenu_ban a:hover {
    opacity: 1;
  }
  .service_crmenu_ban_sp {
    display: block;
    width: 50vw;
    margin: 0 auto 10vw;
    padding: 4vw 10vw;
    border: 1px solid #ccc;
  }
}


/* 2506 修正 */
.newBreadcrumbs {
   /* max-width: 1000px; */
   width: 100%;
   /* border-bottom: 1px solid #cccccc; */
   margin: 0 auto 110px;
   padding-top: 115px;
   padding-left: 2.3438vw;
   box-sizing: border-box;

   padding-top: 100px;
}
.newBreadcrumbs ol {
   display: flex;
   align-items: center;
   padding-bottom: 10px;
   width: 100%;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
.newBreadcrumbs ol li {
   font-size: 16px;
   margin-right: 1%;
}
.newBreadcrumbs ol li::before {
   display: inline-block;
   content: ">";
   margin-right: 10px;
}
.newBreadcrumbs ol li:first-child::before {
   display: none;
}
.newBreadcrumbs ol li:last-of-type {
   box-sizing: border-box;
   display: inline-block;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
.newBreadcrumbs ol li br {
   display: none;
}

@media screen and (max-width: 1050px) {
   .newBreadcrumbs {
       max-width: 100%;
       width: 100%;
       padding: 125px 1em 0;
       box-sizing: border-box;
   }
}
@media screen and (max-width: 768px) {
   .newBreadcrumbs {
       padding: 0;
       max-width: 100%;
       width: 90.9333vw;
       margin: 0 auto 8vw;
       padding-top: 17.3333vw;
       
       display: none;
   }
   .newBreadcrumbs ol li {
       font-size: 2.8vw;
       margin-right: 2vw;
   }
   .newBreadcrumbs ol li::before {
       margin-right: 2vw;
   }
   .newBreadcrumbs ol li:last-child {
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
       width: 30vw;
   }


}

.bt_tab_menuWrap {
   border-top: 1px solid #cccccc;
   padding: 50px 0;
}
.bt_tab_menuWrap .tabs {
   padding-top: 0;
   padding-bottom: 0;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.bt_tab_menuWrap li {
   line-height: 1;
   font-size: 12px;
   color: #999;
   margin-bottom: 1rem;
   padding: 0;
}
.bt_tab_menuWrap li a,
.bt_tab_menuWrap li span {
   color: #000;
   padding: 0 10px;
   display: inline-block;
   text-align: center;
   font-size: 16px;
   line-height: 1;
   position: relative;
}
.bt_tab_menuWrap li a::before,
.bt_tab_menuWrap li span::before {
   display: block;
   content: "";
   position: absolute;
   right: 0;
   top: 0;
   width: 1px;
   height: 100%;
   background: #000;
}
.bt_tab_menuWrap li:last-child span::before {
   display: none;
}

@media screen and (max-width: 768px) {
   .bt_tab_menuWrap .tabs > li > a {
      padding: 0 2vw;
   }
   .bt_tab_menuWrap li a,
   .bt_tab_menuWrap li span {
      font-size: 3.2vw;
      letter-spacing: -0.01em;
   }

}



/* 2023 ADD */
.solution_wrap .new2023_btnBox {
	width: 100%;
	margin: 90px auto 0;
}
.solution_wrap .new2023_btnBox .special_listBox.add_btn .works_btn {
	width: 30%;
}
.new2023_btnBox .service_btnBox {
    width: 70%;
    margin: 40px auto 0;
    padding: 0 0 45px;
    text-align: center;
    background: #f3f3f3;
}
.solution_wrap .new2023_btnBox .service_btnBox {
   padding: 45px 0;
}
.new2023_btnBox .service_btnBox b {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.new2023_btnBox .service_btnBox b span {
    position: relative;
    z-index: 1;
}
.new2023_btnBox .service_btnBox b::before {
    display: block;
	content: "";
	width: 101%;
	height: 10px; 
	background: #fff100;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 0;
}
.new2023_btnBox .service_btnBox .ssub_title_lead {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 25px;
}
.new2023_btnBox .special_listBox.cont_btn {
    max-width: 1000px;
    width: 100%;
    margin: 60px auto 0;
}
.new2023_btnBox .special_listBox.cont_btn {
   max-width: 960px;
}
/* 2511 */
.new2023_btnBox .special_listBox.cont_btn.narrow {
   margin: 40px auto 0;
}
.new2023_btnBox .service_btnBox .special_listBox.cont_btn .works_btn {
    width: 57.1429%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
}
.new2023_btnBox .service_btnBox .special_listBox.cont_btn .works_btn:hover {
   border: 1px solid #fff;
}
.new2023_btnBox .service_btnBox .special_listBox .works_btn a {
   display: flex;
   justify-content: center;
   width: 100%;
   height: 100%;
   position: relative;
}
.new2023_btnBox .service_btnBox .special_listBox .works_btn a p {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    position: relative;
    z-index: 2;
    margin: 6% 0;
}
.new2023_btnBox .service_btnBox .special_listBox .works_btn .eff-01 {
   width: 100%;
   height: 100%;
   background: #fff100;
   border: 1px solid #fff100;
   color: #000;
   top: 0px;
   left: -101%;
   position: absolute;
   transition: all .5s ease;
   z-index: 1;
}
.new2023_btnBox .service_btnBox .special_listBox .works_btn:hover .eff-01 {
   left: 0;
}
.new2023_btnBox .service_btnBox .special_listBox .works_btn a span {
   display: block;
   width: 7.5%;
   height: 1px;
   background: #000;
   position: absolute;
   right: 10%;
   top: 50%;
   z-index: 3;
}
.new2023_btnBox .service_btnBox .special_listBox .works_btn a span::before {
   display: block;
   content: "";
   width: 10px;
   height: 1px;
   margin-top: -4px;
   margin-left: -8px;
   background: #000;
   position: relative;
   left: 100%;
   top: 0;
   z-index: 4;
   -ms-transform: rotate(45deg);
   -webkit-transform: rotate( 45deg);
   transform: rotate( 45deg);
}
.new2023_btnBox .service_btnBox .special_listBox .works_btn a span::after {
   display: block;
   content: "";
   width: 10px;
   height: 1px;
   margin-top: 6px;
   margin-left: -8px;
   background: #000;
   position: relative;
   left: 100%;
   top: 0;
   z-index: 4;
   -ms-transform: rotate(-45deg);
   -webkit-transform: rotate( -45deg);
   transform: rotate( -45deg);
}

.new2023_btnBox.worksSearch_btnBox {
   margin-bottom: 40px;
}
.new2023_btnBox.worksSearch_btnBox .service_btnBox{
   background: transparent;
   padding: 0;
}
.new2023_btnBox.worksSearch_btnBox .service_btnBox .works_btn a{
   position: relative;
}
.new2023_btnBox.worksSearch_btnBox .service_btnBox .works_btn a img{
   position: absolute;
   z-index: 2;
   top: 0;
   bottom: 0;
   right: 10%;
   margin: auto;
}



@media screen and (max-width: 1000px) {
    .new2023_btnBox .service_btnBox {
        width: 86%;
        padding: 45px 10px;
    }
}
@media screen and (max-width: 768px) {
    .solution_wrap .new2023_btnBox {
        margin: 10.6667vw auto 0;
    }
    .solution_wrap .new2023_btnBox .special_listBox.add_btn .works_btn {
        width: 40vw;
    }
    .new2023_btnBox .service_btnBox {
        width: 90.9333vw;
        margin: 8vw auto 6.6667vw;
        padding: 8vw 0;
    }
    .new2023_btnBox .service_btnBox b {
        font-size: 4.8vw;
    }
    .new2023_btnBox .service_btnBox b::before {
        height: 2.2667vw;
        bottom: -2px;
    }
    .new2023_btnBox .service_btnBox .ssub_title_lead {
        font-size: 4.2666vw;
        margin-top: 6.6667vw;
    }
    .new2023_btnBox .special_listBox.cont_btn {
        margin: 10.6667vw auto 0;
    }
    .new2023_btnBox .service_btnBox .special_listBox.cont_btn .works_btn {
        width: 80vw;
    }
    .new2023_btnBox .service_btnBox .special_listBox.cont_btn .works_btn .eff-01 {
        left: -80vw;
    }
    .new2023_btnBox .service_btnBox .special_listBox .works_btn a p {
        font-size: 4.2666vw;
    }
}


/* cookie */
.cky-consent-container {
   position: fixed;
   width: 100%;
   box-sizing: border-box;
   z-index: 9999999;
}
.cky-banner-bottom {
   bottom: 0;
   left: 0;
}
.cky-consent-container .cky-consent-bar {
   background: #ffffff;
   border: 1px solid;
   padding: 16.5px 24px;
   box-shadow: 0 -1px 10px 0 #acabab4d;
}
.cky-consent-bar .cky-banner-btn-close {
   position: absolute;
   right: 9px;
   top: 5px;
   background: none;
   border: none;
   cursor: pointer;
   padding: 0;
   margin: 0;
   min-height: 0;
   line-height: 0;
   height: auto;
   width: auto;
   text-shadow: none;
   box-shadow: none;
}
.cky-notice-group {
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 14px;
   line-height: 24px;
   font-weight: 400;
}
.cky-notice-des *, .cky-preference-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
   font-size: 16px;
}
.cky-notice-btn-wrapper {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-left: 15px;
}




.cky-consent-container.cky-banner-bottom .cky-consent-bar {

   border-color: #f4f4f4;
   background-color: #FFFFFF;

   opacity: 0.9;
   padding: 28px 0px 40px;
}
.cky-consent-container.cky-banner-bottom .cky-notice {
   max-width: 1000px;
   margin: 0 auto;
}
.cky-consent-container.cky-banner-bottom .cky-notice {
   max-width: 960px;
}
/* 2511 */
.cky-consent-container.cky-banner-bottom .cky-notice p {
   font-size: 16px;
}
.cky-consent-container.cky-banner-bottom .cky-notice p a {
   font-size: 16px;
}
.cky-consent-bar .cky-notice-des p a, 
.cky-gpc-wrapper .cky-gpc-desc p a, 
.cky-preference-body-wrapper .cky-preference-content-wrapper p a, 
.cky-accordion-header-wrapper .cky-accordion-header-des p a, 
.cky-cookie-des-table li div:last-child p a {
   text-decoration: underline;
}
.cky-consent-container.cky-banner-bottom .cky-notice-btn-wrapper {
   margin-left: 40px;
}
.cky-consent-container.cky-banner-bottom .cky-btn {
   /* padding: 11px 20px 11px 38px; */
   padding: 11px 10px 11px 35px;
   margin: 0 0 0 0;
   line-height: 1;
   border-radius: 50px;
   position: relative;

   color: #000000;
    border-color: #FFF100;
    background-color: #FFF100;
    min-width: 90px;
   border: 0;
   cursor: pointer;
}
.cky-consent-container.cky-banner-bottom .cky-btn::before {
   display: block;
   content: "";
   width: 14px;
   height: 14px;
   background-image: url('img/common/check_icon.svg');
   background-size: cover;
   position: absolute;
   left: 19px;
   top: 50%;
   transform: translateY(-50%);
}
.cky-consent-container.cky-banner-bottom .cky-banner-btn-close {
   width: 16px;
   height: 16px;
   background-image: url('img/common/cookie_close.svg') !important;
   background-size: cover !important;
}
.cky-consent-container.cky-banner-bottom .cky-banner-btn-close img {
   display: none;
}
.cky-consent-container.cky-banner-bottom .cky-consent-bar .cky-banner-btn-close {
   right: 10px;
   top: 10px;
}




@media (max-width: 768px) {
   .cky-notice-des {
      max-height: 40vh;
      overflow-y: scroll;
  }
  .cky-notice-des {
   color: #212121;
   font-size: 14px;
   line-height: 24px;
   font-weight: 400;
}
.cky-notice-group {
   flex-direction: column;
}




   .cky-notice-des *, .cky-preference-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
      font-size: 3.7333vw !important;
      line-height: 6.9333vw !important;
   }
   .cky-consent-container.cky-banner-bottom .cky-consent-bar {
      padding: 13.3333vw 0 5.3333vw;
   }
   .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
      padding: 0 !important;
   }
   .cky-consent-container.cky-banner-bottom .cky-notice {
      max-width: 100%;
      width: 93.3333vw;
   }
   .cky-consent-container.cky-banner-bottom .cky-notice-btn-wrapper {
      margin: 4vw 0 0 auto;
   }
   .cky-consent-container.cky-banner-bottom .cky-btn {
      padding: 2.4vw 4vw 2.4vw 9vw;
      min-width: 25vw;
      margin: 0 0 0 auto;
      font-size: 3.7333vw;
      width: 25vw;
   }
   .cky-consent-container.cky-banner-bottom .cky-btn::before {
      width: 3.7333vw;
      height: 3.7333vw;
      left: 5.0667vw;
   }
   .cky-consent-container.cky-banner-bottom .cky-banner-btn-close {
      width: 4.2667vw;
      height: 4.2667vw;
   }
   .cky-consent-container.cky-banner-bottom .cky-consent-bar .cky-banner-btn-close {
      right: 3.2000vw;
      top: 5.3333vw;
   }
}

/* Modified by: Jieun / 2025.05.29 */
a.underline-yellow {
   text-decoration: none;
   background-image: linear-gradient(to bottom, transparent 60%, #fff100 60%);
   background-size: 100% 100%;
   background-repeat: no-repeat;
   transition: background-size 0.3s ease, text-decoration 0.3s ease;
}
a.underline-yellow:hover {
   opacity: 0.7;
}
.works_article_wrap .list_box a,
.works_article_wrap .page-box a,
.blog-article_wrap .page-box a {
   text-decoration: none;
   background-image: linear-gradient(to bottom, transparent 60%, #fff100 60%);
   background-size: 100% 100%;
   background-repeat: no-repeat;
   transition: background-size 0.3s ease, text-decoration 0.3s ease;
   text-decoration: none;
}
.blog-article_wrap .page-box .toc_list a {
   background-image: none;
}
.works_article_wrap .list_box a:hover,
.works_article_wrap .page-box a:hover,
.blog-article_wrap .page-box a:hover {
   opacity: 0.7;
}






