@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
/*----------------------------------------------------
	ページ
----------------------------------------------------*/
main #topmenu ul {
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
main #topmenu ul:before, main #topmenu ul:after {
  content: "";
  display: table;
}
main #topmenu ul:after {
  clear: both;
}
main #topmenu ul li {
  flex-grow: 1;
  width: 50%;
  /*float:left;*/
}
main #topmenu ul li a {
  display: block;
  color: #fff;
  transition: all 0.3s;
}
main #topmenu ul li a .wrap {
  width: 100%;
  height: 400px;
  /*height:0;
  //padding-top: 56%;
  padding-top: 40%;*/
  position: relative;
  overflow: hidden;
}
main #topmenu ul li a .wrap .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
}
main #topmenu ul li a .wrap .pic img {
  width: 100%;
  transition: all 0.3s;
}
main #topmenu ul li a .wrap .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
  z-index: 50;
}
main #topmenu ul li a .wrap .txt .dis_cell {
  height: 100%;
}
main #topmenu ul li a .wrap .txt .dis_cell .f-ttl {
  font-family: 'Squada One', cursive;
  font-size: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 10% 10px 10%;
}
main #topmenu ul li a .wrap .txt span {
  display: block;
  padding: 0 4%;
  margin-bottom: 10px;
  max-width: 450px;
  margin: 0 auto;
}
main #topmenu ul li a .wrap .txt h4 {
  font-size: 20px;
}
main #topmenu ul li a:hover .wrap .pic img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  opacity: 0.6;
}
main #rss_feed {
  background: #111;
  padding-bottom: 50px;
}
main #rss_feed .tit_style01 .en {
  color: #fff;
}
main #rss_feed .container .flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2em;
}
main #rss_feed .container .flex .saitama_rss,
main #rss_feed .container .flex .daiba_rss,
main #rss_feed .container .flex .nagoya_rss,
main #rss_feed .container .flex .col3_rss {
  width: 50%;
}
main #rss_feed .container .flex .saitama_rss h4,
main #rss_feed .container .flex .daiba_rss h4,
main #rss_feed .container .flex .nagoya_rss h4,
main #rss_feed .container .flex .col3_rss h4 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 0 0.5em;
  color: #ffea00;
}
main #rss_feed .container ul li {
  border-bottom: 1px dashed #ccc;
}
main #rss_feed .container ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 1em;
}
main #rss_feed .container ul li a .date {
  font-size: 12px;
  color: #999;
}
main #rss_feed .container ul li a h3 {
  padding-top: 6px;
  color: #fff;
}
main #rss_feed .container ul li a:hover {
  background: #444;
}
main #rss_feed .container ul li a:hover h3 {
  color: #ffea00;
}
main #contents_menu .container .col2 .item.left_box {
  background: url(../images/index/img_concept.jpg) no-repeat center center scroll;
  background-size: cover;
}
main #contents_menu .container .col2 .item.right_box {
  background: url(../images/index/img_recruit.jpg) no-repeat center center scroll;
  background-size: cover;
}

/*----------------------------------------------------
	phone - tablet <= 1000px
----------------------------------------------------*/
@media (max-width: 1000px) {
  main #topmenu ul li {
    width: 100%;
    float: none;
  }
  main #topmenu ul li a .wrap {
    padding-top: 0;
    height: 300px;
  }
  main #topmenu ul li a .wrap .txt h4 {
    font-size: 20px;
  }
}
/*----------------------------------------------------
	phone - tablet <= 767px
----------------------------------------------------*/
/*----------------------------------------------------
	phone <= 480px
----------------------------------------------------*/
@media (max-width: 480px) {
  main #topmenu ul li {
    margin-bottom: 10px;
  }
  main #topmenu ul li a .wrap {
    height: 200px;
  }
  main #topmenu ul li a .wrap .txt h4 {
    font-size: 18px;
  }
  main #topmenu ul li a .wrap .txt {
    /*padding-top: 14%;*/
  }
  main #rss_feed .container .flex {
    flex-wrap: wrap;
  }
  main #rss_feed .container .flex .saitama_rss,
  main #rss_feed .container .flex .daiba_rss,
  main #rss_feed .container .flex .col3_rss {
    width: 100%;
    margin-bottom: 20px;
  }
}
