@charset "UTF-8";
/**
 * Top page
 */
.top_hero_wrap {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/top/top_video01_poster01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.top_hero_inner {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.top_hero_video_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 30px;
  padding: 0 5px 0 30px;
  background: rgba(255, 255, 255, 0.3) url(../img/common/ico_play01.svg) no-repeat 5px 50%;
  border-radius: 4px;
  background-size: 20px 20px;
  color: #ab0012;
}

.top_hero_video_btn.js_video01_btn_active {
  background-image: url(../img/common/ico_stop01.svg);
}

.top_hero_video01 {
  width: 100%;
}

@-webkit-keyframes heroAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes heroAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top_hero_title01 {
  width: 280px;
}

.top_hero_title01_sub {
  width: 46%;
  opacity: 0;
  -webkit-animation-name: heroAnim;
          animation-name: heroAnim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.13, 0.77, 0.73);
          animation-timing-function: cubic-bezier(0.53, 0.13, 0.77, 0.73);
  -webkit-filter: drop-shadow(0 0 4px #000);
          filter: drop-shadow(0 0 4px #000);
}

.top_hero_title01_sub:nth-child(1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.top_hero_title01_sub:nth-child(2) {
  margin-left: 8%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@media (min-width: 768px), print {
  .top_hero_title01 {
    width: 800px;
  }
}

.title_combo01 {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
}

.title_combo01_sub {
  display: block;
  font-size: 32px;
  font-family: "Roboto Condensed Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
}

.title_combo01_sub::first-letter {
  color: #ab0012;
}

.top_cont01, .top_cont01_en {
  padding-top: 35px;
  padding-bottom: 40px;
}

.news_list_item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #d1d1d1;
  border-style: solid;
  border-bottom-width: 2px;
}

.news_list_body01 {
  margin-bottom: 5px;
}

.news_list_body01 > * {
  vertical-align: middle;
}

.news_tag01, .news_tag02 {
  display: inline-block;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 20px;
  line-height: 1;
}

.news_tag01 {
  width: 75px;
  margin-left: 0.8em;
  background-color: #655e5c;
  font-size: 10px;
  color: #fff;
}

.news_tag01.var01 {
  background-color: #cd6671;
}

.news_tag01.var02 {
  background-color: #6896c7;
}

.news_tag01.var03 {
  background-color: #857399;
}

.news_tag01.var04 {
  background-color: #91673a;
}

.news_tag01.var05 {
  background-color: #4e967e;
}

.news_tag02 {
  margin-left: 1.0em;
  padding: 0 8px;
  color: #ffffff;
  font-size: 10px;
  background-color: #cc0000;
}

.news_ico_pdf {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  background: url(../img/common/pdf.svg) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}

.news_link:hover {
  text-decoration: underline;
}

.news_more {
  margin-top: 10px;
  text-align: right;
}

.news_more > a {
  display: inline-block;
  padding-top: 10px;
  padding-right: 50px;
  background: url(../img/common/ico_arrow_big_right01.png) no-repeat 100% 100%;
  background-size: 40px auto;
  line-height: 1;
}

.news_more > a:hover {
  text-decoration: underline;
}

@media (min-width: 768px), print {
  .title_combo01 {
    font-size: 18px;
  }
  .title_combo01_sub {
    display: block;
    margin-bottom: 0;
    font-size: 50px;
  }
  .top_cont01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top_cont01_en {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .news_body01 {
    float: left;
    width: 140px;
  }
  .news_body02 {
    overflow: hidden;
  }
  .news_list_item {
    padding: 15px;
  }
  .news_list_item:first-child {
    border-top-width: 2px;
  }
  .news_list_body01 {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .news_list_body02 {
    overflow: hidden;
  }
  .news_tag01,
  .news_tag02 {
    height: 24px;
  }
  .news_tag01 {
    width: 120px;
    font-size: 14px;
  }
  .news_tag02 {
    font-size: 12px;
  }
  .news_ico_pdf {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}

.story_wrap {
  border-top: 1px solid #8a8583;
}

.story_item, .story_item_en {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #8a8583;
}

.story_item:hover, .story_item_en:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.story_body01, .story_body02 {
  display: inline-block;
  width: 50%;
  height: 140px;
}

.story_body01 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.storyflipped01 .story_body01 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.story_body01.var01 {
  background-image: url(../img/top/top_story_img01.jpg);
}

.story_body01.var02 {
  background-image: url(../img/top/top_story_img02.jpg);
}

.story_body01.var03 {
  background-image: url(../img/top/top_story_img03.jpg);
}

.story_body01.var04 {
  background-image: url(../img/top/top_story_img04.jpg);
}

.story_body01.var05 {
  background-image: url(../img/top/top_story_img05.jpg);
}

.story_body01.var06 {
  background-image: url(../img/top/top_story_img06.jpg);
}

.story_body01.var07 {
  background-image: url(../img/top/top_story_img07.jpg);
  background-size: auto 100%;
}

.story_body01.var08 {
  background-image: url(../img/top/top_story_img08.jpg);
}

.story_body02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.story_title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.story_btn_wrap {
  width: 140px;
}

@media (min-width: 961px), print {
  .story_wrap {
    overflow: hidden;
    border-top: none;
    padding-bottom: 40px;
  }
  .story_item, .story_item_en {
    display: block;
    float: left;
    width: 20%;
    border-bottom: none;
  }
  .story_item_en {
    width: 25%;
  }
  .story_body01, .story_body02 {
    width: auto;
  }
  .story_body01 {
    display: block;
    height: 320px;
  }
  .story_body02 {
    height: 100px;
  }
  .story_title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.top_cont02 {
  padding-top: 20px;
  padding-bottom: 35px;
  background: url(../img/top/top_bg_check01.png) 50% 0;
}

.serv_wrap {
  max-width: 410px;
  margin: 0 auto;
}

.serv_item {
  background-color: #403837;
  color: #fff;
}

.serv_item:nth-child(n+2) {
  margin-top: 20px;
}

.serv_caption {
  display: block;
  padding: 10px;
}

.top_btn_wrap01 {
  width: 200px;
  margin: 35px auto 0 auto;
}

@media (min-width: 630px), print {
  .top_cont02 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .serv_wrap {
    max-width: 100%;
    display: -webkit-box;
    display: flex;
  }
  .serv_item {
    display: inline-block;
    width: 33.333333%;
  }
  .serv_item:nth-child(n+2) {
    margin-top: 0;
  }
  .serv_caption {
    display: block;
    padding: 10px;
    background-color: #403837;
    color: #fff;
  }
  .top_btn_wrap01 {
    width: 300px;
  }
}

.top_cont03 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.top_recruit_wrap {
  overflow: hidden;
  background: url(../img/top/top_recruit_img01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.top_recruit_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  max-width: 320px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.top_recruit_inner::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: -145px;
  top: 0;
  width: 290px;
  height: 100%;
  background-color: rgba(0, 128, 192, 0.85);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.top_recruit_body {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.top_recruit_title01 {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto Condensed Bold", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
}

.top_recruit_more_wrap {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

.top_recruit_more_wrap:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.top_recruit_more {
  display: inline-block;
  min-height: 11px;
  padding-right: 50px;
  line-height: 1;
  background: url(../img/common/ico_arrow_big_right02.png) no-repeat 100% 100%;
  text-align: left;
}

.top_recruit_title02 {
  width: 140px;
  margin-bottom: 10px;
}

.top_recruit_btn01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 35px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
}

.top_recruit_btn01:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.top_recruit_btn_group li {
  width: 170px;
}

.top_recruit_btn_group li + li {
  margin-top: 15px;
}

@media (min-width: 768px), print {
  .top_recruit_inner {
    max-width: 1040px;
    height: 480px;
  }
  .top_recruit_inner::before {
    left: 20px;
    width: 560px;
  }
  .top_recruit_body {
    display: inline-block;
    padding-left: 220px;
  }
  .top_recruit_more_wrap {
    margin-bottom: 35px;
    margin-left: -150px;
  }
  .top_recruit_title01 {
    display: inline;
    margin-bottom: 0;
    font-size: 50px;
  }
  .top_recruit_more {
    margin-left: 5px;
  }
  .top_recruit_title02 {
    width: auto;
    margin-bottom: 45px;
  }
  .top_recruit_btn01 {
    height: 60px;
    font-size: 20px;
  }
  .top_recruit_btn_group li {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
  }
  .top_recruit_btn_group li + li {
    margin-top: 0;
    margin-left: 30px;
  }
}
