@charset "UTF-8";

/*////////////////////////*/
/*ヘッダー*/
/*////////////////////////*/


/* パターン1 */
header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
}


/*********************************
* タイムライン
*********************************/
/* .ptimeline-wrap{
    margin:0;
    background: #FFF;
}
.ptimeline-wrap .ptimeline{
    padding:0 !important;
    list-style:none !important;
    border: none;
    margin: 0;
}
.ptimeline-wrap .ptimeline-label {
    padding: 0px 0 0 2px;
    color: #1565C0;
    font-size: 0.95rem;
    font-weight: 500;
} */
.ptimeline-wrap .ptimeline-title {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.8;
    color: #313131;
    padding: 8px 0;
    position: relative;
}
.ptimeline-wrap .ptimeline-title.accactive {
    cursor: pointer;
    /* color: #2165c0; */
    /* font-weight: 500; */
    font-size: .9rem;
    display: block;
}
.ptimeline-title.accactive:after {
    font-family: "Font Awesome 5 Free";
    /* font-weight: 500; */
    font-size: 1em;
    content: "+";
    /* color: #2165c0; */
    position: absolute;
    right: 5px;
}
.ptimeline-wrap .ptimeline-title:hover , .sub-link:hover {
    background: #f7f5f1;
}
.ptimeline-title.accactive.active:after {
    /* color: #dbdbdb; */
    content: "−";
}
.ptimeline-wrap .ptimeline-main {
    /* margin-top: 0.5em; */
    font-size: 0.9em;
    line-height: 1.8;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
    padding: 0;
    position: relative;
    /* border-bottom: dashed 1px #ddd;
    margin-bottom: 0.5em; */
}
.sub-link {
  width: 100%;
  padding: 8px 0 8px 20px;
}
.ptimeline-title a , .sub-link a {
  display: block;
  width: 100%;
}
.Hsns {
  margin-top: 100px;
}


/* .ptimeline-wrap .ptimeline-main img{
  display:block;
  margin:1em auto;
}
.ptimeline-wrap .ptimeline-item {
    position: relative;
    padding: 0 1em 1em 1.8em !important;
    margin-bottom: 0 !important;
    border: none;
}
.ptimeline-wrap .ptimeline .ptimeline-item:before {
    content: "";
    width: 3px;
    background: #eee;
    display: block;
    position: absolute;
    top: 28px;
    bottom: 5px;
    left: 5px;
}
.ptimeline-wrap .ptimeline-item.open:before {
    background: #cae1ff;
}

.ptimeline-wrap .ptimeline-item:last-child:before{
    content:none;
} */
/*********************************
* タイムライン マーカー
*********************************/
/* .ptimeline-wrap .ptimeline-marker {
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: -2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: solid 1px #2165c0;
    background: #FFF;
    box-shadow: 0 0 0px 4px #eee;
    transition: 0.2s ease-out;
}
li.ptimeline-item.open .ptimeline-marker {
    background: #2165c0;
    box-shadow: 0 0 0px 4px #cae1ff;
} */



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

  .c-hamburger {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0;
    border: transparent;
    background-color: transparent;
    cursor: pointer;
  }

  .c-hamburger span {
    display: block;
    position: relative;
    left: 50%;
    width: 24px;
    height: 2px;
    transform: translateX(-50%);
    background: black;
    transition: all 0.4s;
  }

  .c-hamburger span:nth-of-type(1) {
    top: -4px;
  }

  .c-hamburger span:nth-of-type(2) {
    top: 1px;

    transform: translateX(-0.45deg);
  }

  .c-hamburger span:nth-of-type(3) {
    top: 6px;
    transform: translateX(-0.45deg);
  }



  .c-hamburger.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
  }

  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .c-hamburger.is-active span:nth-of-type(3) {
    top: -4px;
    transform: translateX(-50%) rotate(-225deg);
  }

  .p-header__nav {
    /* display: flex; */
    z-index: 10;
    position: absolute;
    top: 80px;
    right: -100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 80px) ;
    background: transparent;
    opacity: 0;
    transition: top 0.6s, right 0.6s, opacity 0.6s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    padding: 0 20px;
  }
  .p-header__title {
    width: 100px;
  }

  .p-header__hamburger {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 100%;
  }

  .p-header__nav.is-active {
    position: fixed;
    top: 80px;
    right: 0;
    opacity: 1;
    background-color: #fff;
  }
  .ptimeline-item {
      border-bottom: solid .8px #000;
  }
  .ptimeline-wrap .ptimeline-title {
      padding: 15px;
  }
  .ptimeline-title.accactive:after {
      right: 20px;
  }
  .Hsns {
      margin: 50px 0 100px;
  }



}





@media print, screen and ( min-width : 768px ) {
  header {
    width: 280px;
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-header__inner {
    position: relative;
    height: inherit;
    padding: 50px 50px 0 50px;
  }
  .p-header__hamburger {
    display: none;
  }

  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
  }

  .p-header__nav {
    position: static;
    opacity: 1;
    /* height: inherit;
    width: initial; */
    margin-top: 50px;
  }


  main {
    width : calc(100% - 280px) ;
    margin-left: 280px;
  }
  .main-wrap {
    padding: 0 50px;
  }

}




/*////////////////////////*/
/*下層ページタイトル*/
/*////////////////////////*/

.title-box {
  position: relative;
  width: 100%;
  height: 260px ;
}
.title-box-img {
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.title-catch {
  position: absolute;
  z-index: 1;
  bottom: -40%;
  left: 50%;
  width: 360px;
  background: #fff;
  transform: translateY(-50%)  translateX(-50%);
  -webkit- transform: translateY(-50%)  translateX(-50%);
}


.breadcrumb {
  font-size: .7rem;
  padding: 18px 0;
  margin-bottom: unset;
}

.link-catch {
  position: absolute;
  left: 0;
  bottom: 0;
}

.flow-cap {
    position: absolute;
    display: block;
    bottom: -20px;
    left: 20px;
    height: 40px;
    padding: 10px;
    background: #414042;
    color: #fff;
    /* clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 20% 100%); */
}
.flow-cap:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: -10px;
    width: 20px;
    height: 40px;
    background: #414042;
    color: #fff;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
}
.flow-cap:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: -10px;
    width: 20px;
    height: 40px;
    background: #414042;
    color: #fff;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
}
/*////////////////////////*/
/*共通ボタン*/
/*////////////////////////*/
.BTN01 a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 200;
  color: #fff;
  background: #414042;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.6s ease 0s;
}
.BTN01 a:hover {
  background: #000;
  transition: all 0.6s ease 0s;
}

.youtubebox {
  height: 375px;
}

/*////////////////////////*/
/*ページャー*/
/*////////////////////////*/
.pager li a {
  display: block;
  width: 30px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  background: #fff;
  color: #666;
  border: solid 1px #666;
}
.pager .active {
  background: #666!important;
  color: #fff!important;
}


/*////////////////////////*/
/*フッター*/
/*////////////////////////*/

.Fbtn01 {
  background: #414042;
  color: #fff;
}
.Fbtn02 {
  background: #beaf87;
  color: #fff;
}
.Fbtn01:hover , .Fbtn02:hover {
  background: #707070;
}

.Flogo {
  width: 200px;
}
/*ページトップへ*/
#page-top {
  display: none;
  position: fixed;
  bottom: 50%;
  right: 20px;
  font-size: 77%;
  z-index: 1;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}

.bar{
  display:flex;
  align-items: center;
  justify-content: start;
}
.bar::after{
  content: "";
  flex-grow:1;
  border-top: 1px solid black;
}
.bar:after {
  margin-left: 1rem;
}





/*////////////////////////*/
/* 共通のfadeIn */
/*////////////////////////*/
.fadeIn-all {
animation-name: fadeInAnime;/*1で解説*/
animation-fill-mode:forwards;
animation-duration:1.5s;/*3で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 0.5s;/*6で解説*/
animation-direction:normal;/*7で解説*/
opacity: 0;
}
/*1で解説*/
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}

/*////////////////////////*/
/* 共通のfadeUp */
/*////////////////////////*/
.fadeUp-all {
animation-name: fadeUpallAnime;
animation-duration:1s;/*3で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 0.3s;/*6で解説*/
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpallAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/*////////////////////////*/
/* 共通のテキストアニメ テキストを滑らかに出現させるためのCSS*/
/*////////////////////////*/
span.smoothText-all {
overflow: hidden;
display: block;
}
/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger-all{
transition: .8s ease-in-out;
transform: translate3d(0,100%,0) skewY(12deg);
transform-origin: left;
display: block;
}
span.smoothTextTrigger-all.smoothTextAppear-all{
    transform: translate3d(0,0,0) skewY(0);
}


/*////////////////////////*/
/* シャッ（背景色が伸びて出現） */
/*////////////////////////*/

/*背景色が伸びて出現（共通）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
  }
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
}

/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}



/*PCのみ*/
@media (min-width: 768px) {

}



/*SPのみ*/
@media (max-width: 768px) {

    .sp_menu{
      position: sticky;
      z-index: 99;
      top: 80px;
      width: 100%;
      font-size: 1em;
      line-height:3.5em;
      text-align: center;
      background-color: #00649F;
      display: none;
      padding: 10px 0;
    }
    .sp_menu a{
      text-decoration: none;
      color: #fff;
    }
    .main-wrap {
      padding: 0 10px;
    }
    .title-box {
      position: relative;
      width: 100%;
      height: 200px ;
      z-index: 0;
    }
    .title-catch {
      bottom: -45%;
      width: 260px;
    }
    .breadcrumb {
      display: none;
    }
    .Flogo {
      width: 220px;
      margin: 10px auto;
    }
    .entry-sp {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 20px 0;
      background: #beaf87;
      z-index: 1;
    }
    .youtubebox {
      height: 200px;
    }

}