body {
  color: #525B5C!important;
}

#wrap {
  width: inherit;
}
/* **************************************************************

KUMIHIMO配下　グロナビの追従をやめる

************************************************************** */
.ktc header .header-nav-inner,
.cmn_k header .header-nav-inner{
  position: inherit;
}
/* **************************************************************

KUMIHIMO .k-header

************************************************************** */
.k-header{
  background: #3d464e;
  width: 100%;
  pointer-events: none;
  /* position: relative; */
  z-index: 100;
  position: sticky;
  top: 0;
}
.k-header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  }
.k-header .k-header_inner{
  max-width: 1500px;
  box-sizing: border-box;
  /* padding:8px 66px; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: auto;
}
.k-header .logo-sub{
  color:#FFFFFF;
  font-weight: bold;
}
.k-header .logo-sub .toTop{
  color: #FFFFFF;
}
.k-header .logo-sub .toTop:hover{
  text-decoration: none;
  opacity: 0.8;
}
.k-header .k-header_nav{
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 800px;
  column-gap: normal;
}
.k-header .k-header_nav li.k-current a{
  font-weight: bold;
  border-bottom: 2px solid #f5002f;
}
.k-header .k-header_nav li.k-current button{
  font-weight: bold;
}
.k-header .k-header_nav li.k-current.archive{
  border-bottom: 2px solid #f5002f;
}
.k-header .k-header_nav > li.k-current .child li a{
  border-bottom: none;
  font-weight: normal;
}
.k-header .k-header_nav li:first-of-type{
  padding-right: 15px;
}
.k-header .k-header_nav > li + li{
  padding: 0 15px;
}
.k-header .k-header_nav > li.archive,
.k-header .k-header_nav > li.result{
  padding: 0 15px 0 0;
  position: relative;
  margin-left: 10px;
}
.k-header .k-header_nav > li > a,
.k-header .k-header_nav > li button{
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
    color:#FFFFFF;
  font-size: 1.4rem;
  height: 60px;
  box-sizing: border-box;
}
.k-header .k-header_nav > li > a:hover,
.k-header .k-header_nav > li button:hover{
  font-weight: bold;
}
.k-header .k-header_nav > li button{
  background: none;
  border: none;
  position: relative;
}
.k-header .k-header_nav > li.has-child button::after{
  display: block;
  content: "";
  width: 9px;
  height: 7px;
  background:url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_tri_white_btm.svg)no-repeat;
  background-size: contain;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.k-header .k-header_nav > li.has-child button.drop-open::after{
  background:url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_tri_white_top.svg)no-repeat;
  background-size: contain;
}
.k-header .k-header_nav > li .child{
  width: 100%;
  display: none;
  position: absolute;
  top: 61px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.k-header .k-header_nav > li .child li{
  padding:13px 15px;
  box-sizing: border-box;
}
.k-header .k-header_nav > li .child li:not(:last-of-type){
  border-bottom: 1px dotted #d2d2d2;
}
.k-header .k-header_nav > li .child li a{
  color: #525b5c;
  display: block;
  font-size: 1.4rem;
}
.k-header .k-header_nav > li .child li a:hover{
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 1700px) {
  .k-header .k-header_nav{
    width:780px;
  }
  .k-header .k-header_nav li:first-of-type{
    padding-right: 10px;
  }
  .k-header .k-header_nav > li + li{
    padding: 0 10px;
  }
  .k-header .k-header_nav > li.archive,
  .k-header .k-header_nav > li.result{
    padding: 0 10px 0 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .k-header .k-header_inner{
    padding:0 20px 0 66px;
    justify-content: space-between;
  }
  .k-header .k-header_nav{
    width: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .k-header .k-header_inner{
    padding:0 20px;
  }
}
@media screen and (max-width: 1050px) {
  .k-header .logo-sub .toTop{
    font-size: 1.3rem;
  }
  .k-header .k-header_nav > li > a, .k-header .k-header_nav > li button {
    font-size: 1.2rem;
    }
}
@media screen and (min-width: 901px) {
  .k-header .logo-sub .sp_menu {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  html.sp-nemu-open{
    overflow: hidden;
  }
  html.sp-nemu-open::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 80px;
    left: 0;
    z-index:2;
  }
  .k-header .toTop .pc_only{
    display: none!important; 
  }
  .k-header {
      padding:0;
      pointer-events:auto;
  }
  /* .k-header-margin{
      margin-top: 44px;
  } */
  html.sp-nemu-open .k-header {
    height: 100%;
    overflow-y:scroll;
    background: none;
    /* position: fixed; */
  }
   /* html.sp-nemu-open .k-header .k-header_inner{
    padding-bottom: 120px;
   } */
  .k-header.active{
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .k-header .k-header_nav{
      display: none;
      position: inherit;
    top:inherit;
    left:inherit;
    transform:inherit;
    width: 100%;
    background: #FFFFFF;
  }
  .k-header .k-header_inner{
      width: 100%;
      text-align: center;
      display:block;
      padding: 0;
    }
  .k-header .logo-sub{
      padding:0 0 0 15px;
      background: #3D464E;
      pointer-events:auto;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left;
      cursor: pointer; /* 【追加】全体がクリック可能であることを明示 */
  }
  .k-header .logo-sub .toTop{
    display: block;
    padding: 10px 15px 10px 0;
    pointer-events: none; /* 【追加】aタグ単体の判定を消し、親(logo-sub)のクリックとして扱う */
  }

  .k-header .logo-sub .sp_menu{
    width: 40px;
    height: 40px;
    background: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_arrow_wh.png) no-repeat;
    background-size: 16px;
    background-position: center;
    border: none; /* 【追加】buttonの枠線をリセット */
    padding: 0; /* 【追加】buttonの内側余白をリセット */
    cursor: pointer; /* 【追加】 */
    appearance: none; /* 【追加】ブラウザ標準のボタンスタイルを無効化 */
  }
  .sp-nemu-open .k-header .logo-sub .sp_menu{
    transform: rotate(180deg);
  }
  .k-header .k-header_nav li.k-current a{
    border-bottom: none;
  }
  .k-header .k-header_nav li.k-current.archive{
    border-bottom: none;
  }
  .k-header .k-header_nav li{
      text-align: left;
   }
  .k-header .k-header_nav > li + li {
      padding: 0;
  }
  .k-header .k-header_nav > li.archive {
    padding: 0;
}
  .k-header .k-header_nav > li{
      padding:0;
  }
  .k-header .k-header_nav > li.archive,
  .k-header .k-header_nav > li.result{
    padding: 0;
    margin-left: 0;
    position: static; 
  }
  .k-header .k-header_nav > li > a,
  .k-header .k-header_nav > li > button{
      padding: 15px 20px;
      color: #525B5C;
      justify-content: flex-start;
  }
  .k-header .k-header_nav li.k-current.archive,
.k-header .k-header_nav li.k-current.result{
  border-bottom: 1px solid #d3d3d3;
}
  .k-header .k-header_nav li:not(:last-of-type){
      border-bottom: 1px solid #d3d3d3;
  }
  .k-header .k-header_nav > li > button{
      width: 100%;
      text-align: left;
  }
  .k-header .k-header_nav > li > button:hover{
    font-weight: normal;
  }
  .k-header .k-header_nav > li.has-child button::after{
    width: 11px;
    height: 9px;
    background:url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_tri_btm_bk.svg)no-repeat;
    background-size: contain;
    right:10px;
      top: 50%;
      transform: translateY(-50%);
  }
  .k-header .k-header_nav > li.has-child button.drop-open::after{
    background:url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_tri_top_bk.svg)no-repeat;
    background-size: contain
  }
  .k-header .k-header_nav > li .child{
      position: inherit;
      border-top:1px solid #d3d3d3;
      box-shadow:none;
  }
  .k-header .k-header_nav > li .child li{
      width: 100%;
      padding:15px 20px 15px 2em;
  }
}
@media screen and (max-width: 768.9px) {

  .k-header .logo-sub .toTop{
    padding: 15px 15px 15px 0;
  }

}
/* -----------------------------------------------------------
KUMIHIMO 下層MV
----------------------------------------------------------- */
.cmn_k #wrap{
  margin: 0 auto;
}
.cmn_k #main-vs{ 
  height:330px;
  position: relative;
  background: url(../img/bg_main.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.cmn_k #main-vs::before{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cmn_k #main-vs .txt-box{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}
.cmn_k #main-vs .txt-box .mv-title{
  color: #FFFFFF;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.7;
  font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}
@media screen and (max-width: 768.9px){
  .cmn_k #wrap{
    /* margin-top:112px; */
    margin: 0 auto;
  }
  .cmn_k #wrap nav.breadcrumb-area{
    margin-top: 50px;
  }
  .cmn_k #main-vs{
    height:180px;
  }
  .cmn_k #main-vs .txt-box{
    display: block;
    width: 100%;
  }
  .cmn_k #main-vs .txt-box img{
    max-width:50%;
    margin-bottom:0;
  }
  .cmn_k #main-vs .txt-box .mv-title{
    font-size: 2.5rem;
  }
}

/* -----------------------------------------------------------
btn
----------------------------------------------------------- */
.btn{
    display: block;
    max-width: 300px;
    border-radius: 1000px;
    padding: 1em 1.5em;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: bold;
    transition: all .3s ease;
    margin-top: 1.8%;
    box-sizing: border-box;
}
.btn:hover{
    text-decoration: none;
}
.btn01{
    background: #F5002F;
    color: #FFFFFF;
    border: 2px solid #F5002F;
}
.btn01:hover{
    background:#FFFFFF;
    color:#F5002F;
}
.btn02{
    background: #FFFFFF;
    color: #F5002F;
    border: 2px solid #F5002F;
}
.btn02:hover{
    background: #F5002F;
    color: #FFFFFF;
    border: 2px solid #F5002F;
}
.tab-link{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-link::after{
  display:inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_window_w.gif)no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.tab-link:hover::after{
  background: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_window_r.gif)no-repeat;
  background-size: contain;
}
.tab-link.reverse::after{
   background: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_window_r.gif)no-repeat;
  background-size: contain;
}
.tab-link.reverse:hover::after{
  background: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_window_w.gif)no-repeat;
  background-size: contain;
}
/* -----------------------------------------------------------
center
----------------------------------------------------------- */
.pc-center{
  text-align: center;
}
@media screen and (max-width: 768.9px){
  .pc-center{
      text-align:left;
    }
}
/* -----------------------------------------------------------
inner
----------------------------------------------------------- */
.mod-inner {
  width: 74.68%;
  margin: 0 auto 0;
}@media screen and (max-width: 768.9px) {
  .mod-inner {
      width: 100%;
      padding: 0 5.33%;
      box-sizing: border-box;
  }
}

  #contact{
    padding:70px 0;
    background:#f2f2f2;
  }
  #contact .ttl-type01{
    text-align: center;
    font-size: 4rem;
    padding-top: 0;
  }
  #contact .txt{
    text-align: center;
    margin: 30px auto 40px;
    font-size: 1.8rem;
    line-height: 2.0;
  }
  #contact .btn{
    margin: 0 auto;
		font-size: 1.8rem;
  }
  @media screen and (max-width: 768px){
    #contact{
      padding: 40px 0;
    }
    #contact .ttl-type01{
      font-size: 3rem;
    }
    #contact .txt{
      margin: 20px auto 30px;
      font-size: 1.5rem;
    }
  }

  /* ktc-ttl-type01 */

  .ktc-ttl-type01{
    font-size:2.4rem;
    font-weight: bold;
    background: #f2f2f2;
    border-left: 5px solid #F5002F;
    padding: 10px 10px 10px 20px;
    margin-bottom: 30px;
  }
  .ktc-ttl-type02{
    font-size:1.4em;
    font-weight: bold;
    border-bottom: 1px solid #F5002F;
    padding-bottom:5px;
    margin-bottom:30px;
  }
 .ttl-sub {
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    font-size: 2.5rem;
    margin-top: 30px;
    color: #ea002a;
}
  .txt-link{
    display:inline-flex;
    align-items:center;
    font-size: 1.6rem;
    position: relative;
    color:#525B5C;
    margin-top: 10px;
  }
  .txt-link::after{
    display: block;
    content: "";
    background: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_arrow_red.png)no-repeat;
    background-size: contain;
    width: 15px;
    height:7px;
    transform: rotate(-90deg);
    margin-left: 5px;
  }
  .ex-link{
    font-size: 1.6rem;
    color:#525B5C;
    font-weight: bold;
    margin-top:15px;
    display:inline-flex;
    align-items: center;
  }
  .ex-link .icon{
    width: 1em;
    height: 1em;
    margin-left: 10px;
  }

  @media screen and (max-width: 768px){
    .ktc-ttl-type01 {
      font-size: 1.8rem;
      padding: 10px 10px 10px 15px;
      
  }
  .ktc-ttl-type02{
    font-size:1.1em;
  }
  .ttl-sub {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
}

  /* ttl-sub01 */
  section .ttl-sub01{
    display: flex;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 40px;
}
section .ttl-sub01 .num {
    background: #ea002a;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 4.8rem;
}
section .ttl-sub01 .ttl-txt {
    background: #f2f2f2;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
@media screen and (max-width: 768px){
    section .ttl-sub01 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    section .ttl-sub01 .num {
        width: inherit;
        height: inherit;
        font-size: 3.0rem;
        padding: 5px 10px;
    }
    section .ttl-sub01 .ttl-txt {
        padding-left: 15px;
    }
}
/* -----------------------------------------------------------
追従ボタン fixed-cv
----------------------------------------------------------- */

.fixed-cv.hide{
  opacity: 0;
  pointer-events: none;
}
.fixed-cv{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding:15px 0;
  z-index: 2;
  background:rgba(255,255,255,0.9);
  color:#F5002F;
  font-weight:bold;
	text-align:center;
	border-top: 1px solid #757c7d;
  pointer-events: inherit;
  transition: 0.7s;
}
.fixed-cv .inner{
  position: relative;
}
.fixed-cv .close {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
/* リスト形式でボタンを追加するスタイル */
.fixed-cv .btn-list{
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content:center;
  gap: 40px;
}
.fixed-cv .btn-list li{
  width:50%;
}
.fixed-cv .btn-list li .btn{
  width: 100%;
  max-width:inherit;
  padding: 0.75em 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
}
@media (max-width:768.9px){
  .fixed-cv{
    padding:20px 0 15px;
  }
  .fixed-cv .close {
    top: -15px;
    right:10px;
   width: 15px;
   height: 15px;
  }
  .fixed-cv .btn-list{
    gap:10px;
    width:95%;
    max-width:450px;
  }
  .fixed-cv .btn-list li{
    width:60%;
  }
	.fixed-cv .btn-list li .btn{
    font-size:1.2rem;
    padding: 0.5em 1.0em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.swipe_annotation{
  display: none;
}
.swipe_annotation::before,
.swipe_annotation::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: -4px;
  z-index: 10;
}
.swipe_annotation::before {
  border-width: 10px 12px 10px 0;
  border-color: #fff #ccc #fff #fff;
  left: 0;
  z-index: 1;
}
.swipe_annotation::after {
  border-width: 10px 0 10px 12px;
  border-color: #fff #fff #fff #ccc;
  right: 0;
  z-index: 1;
}
@media screen and (max-width:768px){
  .swipe_annotation{
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin: 14px 0;
    line-height: 1;
    position: relative;
    top: 0;
    left: 0;
    background: #ccc;
  }
  .swipe{
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    margin-left: -10px;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-bottom: 16px;
  }
}

  /* **************************************************************
  
 OPEN INNOVATION リンクバナーエリア
  
  ************************************************************** */
.bnrWrap{
  background: #FFFFFF;
  padding: 60px 0 60px 0;
}
.bnrInner{
  max-width: 1000px;
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  border: 1px solid var(--color-support4);
  padding: 30px;
}
.bnrInner .img-bnr{
  width: 450px;
}
.bnrInner .bnrTtl{
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom:16px;
  padding-bottom:10px;
}
.bnrInner .bnrTtl::before{
  display: block;
  content: "";
  width:3em;
  height:1px;
  background: #F5002F;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bnrInner .bnrTtl::after{
  display: block;
  content: "";
  width:calc(100% - 3em);
  height:1px;
  background:#efe7e7;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bnrInner .txt{
  line-height: 1.8;
}
.bnrWrap .bnrInner .btn{
  font-size: 1.4rem;
  padding: 10px;
  width: 230px;
  margin:20px auto 0;
}
@media screen and (max-width:768px){
  .bnrWrap{
    padding: 30px 20px ;
  }
  .bnrInner{
    display:block;
    padding: 20px;
  }
  .bnrInner .img-bnr{
    width:100%;
  }
  .bnrInner .bnrTtl{
    font-size: 2.0rem;
    margin-top: 16px;
  }
}


#activity .post-list-slider{
  max-width: 1200px;
  margin: 0 auto;
}
#activity .post-list-slider .item{
  margin: 0 15px;
  background: #FFFFFF;
  border: 1px solid #f2f2f2;
}
.slick-track {
  display: flex;
}
#activity .post-list-slider .item.slick-slide {
  height: auto !important;
}
#activity .post-list-slider .item.icon-new a{
  position: relative;
}
#activity .post-list-slider .item.icon-new a .new{
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}
#activity .post-list-slider .item a{
  color: #525b5c;
  text-decoration: none;
}
#activity .post-list-slider .item a:hover{
  opacity: 0.6;
  transition: 0.5s;
}
#activity .post-list-slider .item img{
  width: 100%;
}
#activity .post-list-slider .item .ttl-box .tag{
  display: inline-block;
  color:#f5022f;
  border: 1px solid #f5022f;
  padding:3px 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
#activity .post-list-slider .item .ttl-box .date{
  color: #939393;
  font-weight: bold;
  margin-bottom: 10px;
}
#activity .post-list-slider .item .txt-ttl{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom:20px;
}
#activity .post-list-slider .item .txt-ttl::after{
  display: inline-block;
  content: "";
  width: 0.8em;
  height:0.8em;
  background: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_window_r.gif) center center / contain no-repeat;
  margin-left: 10px;
}
#activity .post-list-slider .item .txt-ttl.no-tab::after{
  display: none;

}
#activity .post-list-slider .item .list-inner{
  padding: 30px 30px 30px;
}
#activity .post-list-slider .item .txt-box .txt{
 font-size: 1.5rem;
 line-height: 2;
}
/* アローカスタマイズ */
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  width: 50px;
  height: 60px;
  background-color: #f5022f;
}
.slide-arrow.slick-disabled {
  display: none !important;
}
.slide-arrow.prev-arrow {
  left: -40px;
}
.slide-arrow.next-arrow {
  right: -40px;
}
.slide-arrow.prev-arrow {
  background-image: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_arrow_white_left.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 50%;
}
.slide-arrow.next-arrow {
  background-image: url(/ja-jp/asset/kumihimo-tech-camp/cmn/img/icon_arrow_white_right.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 50%;
}
/* ドットカスタマイズ */
#activity .post-list-slider .bar-dots{
  margin: 40px auto 0;
}
#activity .post-list-slider .bar-dots li {
  background: #cfcfcf;
}
#activity .post-list-slider .bar-dots li.slick-active {
  background: #f5022f;
}
#activity .post-list-slider .bar-dots li:nth-of-type(n + 2) {
  margin-left:20px;
}
#activity .post-list-slider .bar-dots li button {
  border: none;
  visibility: hidden;
}
 #activity .post-list-slider .bar-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#activity .post-list-slider .bar-dots li {
  width: 15px;
  height: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
#activity .post-list-slider .bar-dots li:hover {
  background-color: #f5022f;
}

@media screen and (max-width: 768.9px){
  /* #activity .post-list{
    flex-direction: column;
    gap:20px;
  }
  #activity .post-list li{
    width:100%;
  } */
  #activity .post-list-slider .item .ttl-box .tag{
   font-size: 1.4rem;
  }
  #activity .post-list-slider .item .ttl-box .date{
    margin-bottom: 10px;
  }
  #activity .post-list-slider .item .txt-ttl{
    font-size:1.6rem;
    margin-bottom:15px;
  }
  #activity .post-list-slider .item .txt-box .txt{
    font-size: 1.4rem;
  }
   /* アローカスタマイズ */
   .slick-arrow {
    width: 40px;
    height: 50px;
  }
  .slide-arrow.prev-arrow {
    left: -20px;
  }
  .slide-arrow.next-arrow {
    right: -20PX;
  }
  /* ドットカスタマイズ */
  #activity .post-list-slider .bar-dots li {
    width: 12px;
    height: 12px;
    margin-bottom: 20px;
  }
  #activity .post-list-slider .bar-dots li:nth-of-type(n + 2) {
    margin-left: 10px;
  }
}


/**********/
/* **************************************************************

.ttl

************************************************************** */

/* ***********
.ttl-type01
************ */
.section .ttl-type01,.section .ttl-type01_ct {
    position: relative;
    padding-top: 30px;
    font-size: 4rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .1em;
    line-height: 1.2;
}
.section .ttl-type01_ct{
    text-align: center;
}
.section .ttl-type01 span,.section .ttl-type01_ct span {
    line-height: 1;
}


@media screen and (max-width:768px) {
    .section .ttl-type01,.section .ttl-type01_ct {
        padding-top: 20px;
        font-size: 2.7rem;
        line-height: 1.5;
    }

    .section .ttl-sub-type01 {
        margin-top: 15px;
    }
}

/* ***********
.ttl-bar1
************ */
.section .ttl-bar1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #F5002F;
    transition-duration: 2.5s;
    transition-timing-function: ease;
}

.section .ttl-bar1:after {
    width: 3em;
}

.section .ttl-bar1 .ttl-bar1-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.section .ttl-bar1 .ttl-bar1-inner .ttl {
    position: relative;
    display: inline-block;
    opacity: 0;
}

.section.active .ttl-bar1 .ttl-bar1-inner .ttl {
    opacity: 1;
}

/* ***********
.ttl-bar2
************ */
.section .ttl-type01.ttl-bar2,
.section .ttl-type01_ct.ttl-bar2 {
    padding-top: 90px;
}

.section .ttl-bar2:after,
.section .ttl-type01_ct.ttl-bar2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 0;
    width: 1px;
    background-color: #F5002F;
    transition-duration: 2.5s;
    transition-timing-function: ease;
}

.section .ttl-bar2:after,
.section .ttl-type01_ct.ttl-bar2:after {
    height: 60px;
}

.section .ttl-bar2 .ttl-bar2-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.section .ttl-bar2 .ttl-bar2-inner .ttl {
    position: relative;
    display: inline-block;
    opacity: 0;
}

.section .ttl-bar2 .bar {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
}

.section .txt-type01 {
    margin-top: 2.6%;
}

.section .txt-type01 p {
    margin-top: 4%;
    line-height: 2;
}

.section .ttl-type02 {
    font-size: 2.666em;
    font-weight: 500;
}

.section .ttl-sub-type01 {
    margin-top: 2%;
    line-height: 2;
    font-size: 1.8rem;
}

@media screen and (max-width:768px) {
    .section .ttl-sub-type01 {
        font-size: 1.6rem;
    }

    .section .ttl-bar2 .ttl-bar2-inner .ttl,
    .section.active .ttl-bar1 .ttl-bar1-inner .ttl {
        line-height: 1.5;
    }

    .section .ttl-type01.ttl-bar2 {
        padding-top: 95px;
    }

    .section .ttl-bar2:after {
        height: 70px;
    }

}
/********/
.anchor-box .anchor-list {
    background-color: #3d464e;
}
/********/
.bnrInner .img-bnr {
    object-fit: contain;
}

.anchor-closed{
  pointer-events: none;
}

.anchor-menu .close-switch{
  pointer-events: all;
}

.k_nav-list.has-child .child a {
    padding: 0;
}

.k_nav-list a, .k_nav-list.archive button {
    min-height: auto;
}

.anchor-menu {
    width: auto;
}

.anchor-menu .menu-index::before {
  display: none;
}

#news p + p {
    margin-top: 0;
}

a.link,
.post-list a,
.link-box a,
table a,
.qa-box a,
.txt a{
  text-decoration: underline;
}

/*****/
#container .breadcrumb-area {
    background-color: #eeefef;
}
@media screen and (max-width: 768.9px) {
    #container .breadcrumb-area {
        display: block;
    }
}
/******共通ヘッダーの表示非表示を無効に******/
.header-wrap {
    position: relative;
    transform: translateY(0px) !important;
}