:root {
  --main-color: #1C2952;
  --sub-color: #F5F9FF;
}

/*====================================
	base
====================================*/




/*====================================
	header_slider
====================================*/
#header_slider_wrap {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}
  #header_slider {
      width: 100%;
      height: 100%;
      position: relative;
      box-sizing: border-box;
      overflow: hidden;
  }
    #header_slider .item {
      width: 100%;
      height: 800px;
      position: relative;
    }

    #header_slider .item1 .overlay{
      background-color: rgba(0, 0, 0, 0.1);
    }
    #header_slider .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2;
    }

    #header_slider .caption {
      /* width: 1150px; */
      z-index: 100;
      text-align: center;
      color: rgb(255, 255, 255);
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      box-sizing: border-box;
    }
      #header_slider .caption .catch_list {
        line-height: 1.2;
      }
        #header_slider .caption .catch_list .parent {
          display: flex;
          justify-content: center;
          word-break: break-all;
          position: relative;
          opacity: 1;
          font-weight: 500;
          margin: 0px auto;
          padding: 15px 20px 12px;
        }
        #header_slider .catch_list .parent.animate {
          opacity: 1;
        }
        #header_slider .item1 .catch_list .num0 {
          font-size: 36px;
          color: #ffffff;
        }
        #header_slider .item1 .catch_list .num1 {
          font-size: 36px;
          color: #ffffff;
        }
          #header_slider .caption .parent span {
            opacity: 0;
            z-index: 2;
            position: relative;
            transition: opacity 1s;
          }
          #header_slider .catch_list span.animate {
            opacity: 1;
          }

    #header_slider .fv img.pc-view {
      display: block;
      width: 100%;
      height: 800px;
    }
    #header_slider .fv img.sp-view {
      display: none;
    }
    /* #header_slider .video_wrap.type2 {
      position: absolute;
      top: 0px;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    } */


/*====================================
	index_news_ticker_wrap
====================================*/
#index_news_ticker_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 1.0s ease, background-color 0.35s ease;
  transition: opacity 1.0s ease, background-color 0.35s ease;
}
#index_news_ticker_wrap.animate {
  opacity: 1;
}
  #index_news_ticker {
    /* width: 1150px; */
    /* height: 60px; */
    overflow: hidden;
    margin: 0 auto;
  }
    #index_news_ticker .item {
      height: 60px;
      position: relative;
      padding: 1px 30px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
  }
    #index_news_ticker .date {
        width: 93px;
        font-size: 14px;
        color: #fff;
        font-family: Arial;
    }
    #index_news_ticker .title {
      max-width: calc(100% - 93px);
      font-size: 14px;
      font-weight: 500;
      line-height: 1.6;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      visibility: visible;
      word-wrap: break-word;
      word-break: break-all;
    }
      #index_news_ticker .title a {
        color: #fff;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        visibility: visible;
      }


/*====================================
	aboutt
====================================*/
#about {
  padding-top: 50px;
  padding-bottom: 50px;
}
  #about .cont_area {
    position: relative;
    width: 100%;
    text-align: center;
  }
    #about .cont_area .txt {
      writing-mode: vertical-rl;
      display: inline-block;
      text-align: left;
      font-size: 20px;
      line-height: 3;
    }
    #about .cont_area .txt+.txt {
      font-size: 36px;
      padding-left: 30px;
      line-height: 1;
    }

/*====================================
	event
====================================*/
#event {
  padding-top: 120px;
  padding-bottom: 120px;
}
  .blog_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
    .blog_list .item {
      position: relative;
      width: calc((100% - 20px)/ 3);
      margin: 0 0 10px 0;
      box-sizing: border-box;
    }
    .blog_list .item a {
      color: #46463c;
    }
    .blog_list .image_link {
      display: block;
      width: 100%;
      height: 234px;
    }
      .blog_list .image_wrap {
        display: block;
        margin: 0 0 15px 0;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden;
      }
        .blog_list .image_link .image {
          transition-property: opacity;
          transition: 0.5s;
          width: 100%;
          height: 100%;
          display: block;
          overflow: hidden;
          position: relative;
          z-index: 2;
        }
    .blog_list .title {
      padding: 13px 20px 11px;
      display: block;
      min-height: 58px;
      font-size: 15px;
    }
      .blog_list .title h3 {
        font-weight: 600;
        line-height: 1.6;
        max-height: 3.2em;
        overflow: hidden;
        visibility: visible;
        word-wrap: break-word;
        word-break: break-all;
        box-sizing: border-box;
      }
        .blog_list .title span {
          display: -webkit-inline-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
        }
    .blog_list .meta {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding: 18px 20px;
    }
    .blog_list .meta li:first-of-type {
        margin-right: 20px;
    }
      .blog_list .meta li {
          display: inline;
          font-size: 14px;
          line-height: 1.4;
      }
      .blog_list .date {
          font-family: Arial;
          color: #999;
      }


/*====================================
	kodawari
====================================*/
#kodawari {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
  #kodawari .banner_content_inner {
    width: 850px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
    #kodawari .catch {
      line-height: 1.5;
      font-weight: 600;
      color: #fff;
    }
    #kodawari .desc {
      line-height: 2.4;
      margin: 16px 0 0;
      color: #fff;
    }
    #kodawari .design_button {
      margin-top: 30px;
      text-align: center;
      z-index: 10;
      position: relative;
      height: 70px;
    }
      #kodawari .design_button a {
        display: inline-block;
        min-width: 260px;
        max-width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        padding: 0 20px;
        position: relative;
        overflow: hidden;
        z-index: 3;
        box-sizing: border-box;
        transition: all 0.35s ease;
        color: #fff;
        background: #b4a858;
      }
      #kodawari .design_button a:hover {
        color: var(--main-color);
        background: #fff;
      }
  #kodawari .overlay {
    background-color: rgba(0, 35, 49, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  #kodawari .bg_image.parallax-ready[data-parallax-image] {
    transition-property: background-position;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  }
  #kodawari .bg_image[data-parallax-image] {
    transition: none;
  }
  #kodawari .bg_image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
  }

/*====================================
	works
====================================*/
#works {
  padding-top: 120px;
  padding-bottom: 120px;
}
  #works .work_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
    #works .work_list .item {
      position: relative;
      width: calc(100% / 3);
      height: 300px;
    }
      #works .work_list .category {
        font-size: 14px;
        text-align: center;
        color: #fff;
        background: #ccc;
        display: inline-block;
        min-width: 170px;
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 3;
      }
      #works .work_list .link {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
      }
        #works .work_list .image_wrap {
          display: block;
          margin: 0;
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 1;
          overflow: hidden;
          background: #fff;
        }
          #works .work_list .title {
            padding: 0 20px;
            background: rgba(0, 0, 0, 0.5);
            width: 100%;
            font-size: 14px;
            font-weight: 600;
            line-height: 70px;
            height: 70px;
            color: #fff;
            word-wrap: break-word;
            word-break: break-all;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: absolute;
            left: 0px;
            bottom: -70px;
            z-index: 3;
            transition: bottom 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
          }
          #works .work_list a:hover .title {
              bottom: 0;
          }
          #works .work_list .title:before {
            font-family: "Font Awesome 6 Free";
            color: #fff;
            content: '\f105';
            display: block;
            font-size: 14px;
            font-weight: 900;
            position: absolute;
            right: 20px;
            top: 3px;
            -webkit-animation: arrow_move_right 1.7s ease infinite 0s;
            animation: arrow_move_right 1.7s ease infinite 0s;
         }
         @keyframes arrow_move_right {
          0% { right:30px; }
          50% { right:20px; }
          100% { right:30px; }
        }
            #works .work_list .title span {
              display: block;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              visibility: visible;
            }
          #works .work_list .image {
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden;
            position: relative;
            z-index: 2;
            transition: 0.5s;
          }
            #works .work_list a:hover .image {
              /* opacity: 0.5; */
            }

/*====================================
	blog
====================================*/
#blog {
  padding-top: 70px;
  padding-bottom: 70px;
  background: var(--sub-color);
}
  #blog .post_content {
    max-width: 900px;
    margin: 0 auto;
  }
  #blog .btn {
    margin-top: 70px;
  }
    #blog .blog-box {
      display: flex;
      justify-content: center;
      box-sizing: border-box;
      margin-bottom: 70px;
      padding-right: 70px;
      padding-left: 70px;
      margin-bottom: 0;
    }
      #blog .blog-box .blog-title {
        width: 200px;
        text-align: right;
        padding-right: 30px;
      }
        #blog .blog-box .blog-title h3 {
          line-height: 1;
          font-size: 42px;
        }
      #blog .blog-box .blog-list {
        width: 700px;
        border-left: 1px solid #46463c;
        padding-left: 50px;
      }
        #blog .blog-box .blog-list ul {
          margin-bottom: 24px;
        }
          #blog .blog-box .blog-list ul li {
            border-bottom: thin solid #7f813b;
            margin-bottom: 15px;
            line-height: 2.2;
          }
            #blog .blog-box .blog-list ul li p {
              line-height: 1;
            }
            #blog .blog-box .blog-list ul li p:last-child {
              line-height: 1.5;
            }
            #blog .blog-box .blog-list ul li a:hover {
              color: #b4a858;
            }
        
/*====================================
	bnr_cont
====================================*/
#staff_faq {
  padding-top: 0;
  padding-bottom: 120px;
}
#sns_area {
  padding-top: 70px;
  padding-bottom: 70px;
}
  .bnr_cont .post_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
   .bnr_cont .post_row .item {
    width: calc((100% - 50px) / 2);
   }
    .bnr_cont .post_row .item h3 {
      font-size: 42px;
      margin-bottom: 15px;
      line-height: 1.5;
    }
    .bnr_cont .post_row .item a {
      display: block;
      width: 100%;
    }
      .bnr_cont .post_row .item a img {
        width: 100%;
      }


@media only screen and (max-width: 1200px) {
/*====================================
	header_slider
====================================*/
#header_slider_wrap {
  height: 700px;
}
    #header_slider .item {
      height: 700px;
    }

    #header_slider .caption {
      width: 100%;
      padding: 0 60px;
    }

    #header_slider .fv img.pc-view {
      height: 700px;
    }


/*====================================
	index_news_ticker_wrap
====================================*/
  #index_news_ticker {
    width: 100%;
  }

}

@media only screen and (max-width: 950px) {
/*====================================
	header_slider
====================================*/
#header_slider_wrap {
  height: 100vh;
}
    #header_slider .item {
      height: 100vh;
    }

    #header_slider .caption {
      padding: 0 40px;
    }
      #header_slider .caption .catch_list .parent {
        justify-content: flex-start; 
      }
        #header_slider .item1 .catch_list .num0 {
          font-size: 32px;
        }
        #header_slider .item1 .catch_list .num1 {
          font-size: 32px;
        }
    #header_slider .fv img.pc-view {
      height: 100vh;
    }

/*====================================
	index_news_ticker_wrap
====================================*/
#index_news_ticker .item {
  /* padding: 13px 20px 0; */
  padding: 13px 0 0;
  display: block;
}
    #index_news_ticker .date {
      margin-bottom: 5px;
      font-size: 12px;
    }
    #index_news_ticker .title {
      max-width: 100%
    }
      #index_news_ticker .title a {
        color: #fff;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        visibility: visible;
      }

/*====================================
	event
====================================*/
.blog_list .item {
  width: calc((100% - 6px)/ 2);
  margin: 0 0 6px 0;
}

/*====================================
	kodawari
====================================*/
#kodawari {
  height: 500px;
}
#kodawari .banner_content_inner {
  margin: 0 20px;
  width: auto;
}

/*====================================
	works
====================================*/
    #works .work_list .item {
      width: 50%;
      height: 250px;
    }
      #works .work_list .category {
        font-size: 12px;
        min-width: 130px;
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
      }
        #works .work_list .title {
          bottom: 0;
          line-height: 50px;
          height: 50px;
        }
          #works .work_list .title:before {
            animation: none;
            font-size: 12px;
            right: 20px;
          }

/*====================================
	bnr_cont
====================================*/
.bnr_cont {
  padding-top: 40px;
  padding-bottom: 40px;
}


}


@media only screen and (max-width: 767px) {
/*====================================
	header_slider
====================================*/
#header_slider .caption {
  padding: 0 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
  #header_slider .caption .catch_list {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
    #header_slider .caption .catch_list .parent {
      padding: 15px 15px 12px;
    }
        #header_slider .item1 .catch_list .num0 {
          font-size: 28px;
        }
        #header_slider .item1 .catch_list .num1 {
          font-size: 28px;
        }

#header_slider .fv img.pc-view {
  display: none;
}
#header_slider .fv img.sp-view {
  display: block;
  width: 100%;
  height: 100vh;
}

/*====================================
	about
====================================*/
#about {
  padding-top: 60px;
  padding-bottom: 30px;
}
    #about .cont_area .txt {
      font-size: 14px;
    }
    #about .cont_area .txt+.txt {
      font-size: 28px;
    }

/*====================================
	event
====================================*/
#event {
  padding-top: 35px;
  /* padding-bottom: 40px; */
  padding-bottom: 100px;
}
    .blog_list .image_link {
      height: 110px;
    }
    .blog_list .title {
      padding: 12px 10px 4px;
      display: block;
      min-height: 77px;
      font-size: 14px;
    }
      .blog_list .title h3 {
        max-height: 4.8em;
      }
        .blog_list .title span {
          -webkit-line-clamp: 3;
        }
    .blog_list .meta {
      padding: 15px 20px;
    }
      .blog_list .meta li {
          font-size: 12px;
      }

/*====================================
	kodawari
====================================*/
#kodawari {
  height: 360px;
}
  #kodawari .banner_content_inner {
    margin: 0 20px;
    width: auto;
  }
  #kodawari .desc {
    line-height: 2;
    margin: 5px 0 0;
  }
  #kodawari .design_button {
    margin-top: 12px;
  }
    #kodawari .design_button a {
      min-width: 240px;
      height: 50px;
      line-height: 50px;
      font-size: 14px;
      padding: 0 15px;
    }
    #works .work_list .title:before {
      right: 15px;
    }

/*====================================
	works
====================================*/
#works {
  padding-top: 40px;
  padding-bottom: 40px;
}
  #works .work_list .item {
    width: 100%;
    height: 225px;
  }
  #works .work_list .title {
    font-size: 12px;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
  }

/*====================================
	blog
====================================*/
#blog {
  padding-top: 30px;
  padding-bottom: 30px;
}
  #blog .post_content {
    width: 100%;
  }
    #blog .btn {
      margin-top: 40px;
    }
    #blog .blog-box {
      flex-direction: column;
      padding-right: 20px;
      padding-left: 20px;
    }
      #blog .blog-box .blog-title {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
      }
        #blog .blog-box .blog-title h3 {
          line-height: 1.4;
          font-size: 22px;
        }
          #blog .blog-box .blog-title h3 span {
            line-height: 1.4;
            font-size: 22px;
            margin-top: 0;
            padding-top: 0;
          }
      #blog .blog-box .blog-list {
        width: 100%;
        border-left: none;
        padding-left: 0;
      }
        #blog .blog-box .blog-list ul li a {
          font-size: 14px;
        }

/*====================================
	bnr_cont
====================================*/
#staff_faq {
  padding-top: 0;
  padding-bottom: 60px;
}
#sns_area {
  padding-top: 50px;
  padding-bottom: 50px;
}
  .bnr_cont .post_row {
    flex-direction: column;
  }
   .bnr_cont .post_row .item {
    width: 100%;
   }
    .bnr_cont .post_row .item h3 {
      font-size: 22px;
      margin-bottom: 5px;
      line-height: 1.4;
    }


}