@charset "utf-8";

.skippr a {
  position: relative;
  display: block;
  width: 1400px;
  height: 420px;
  z-index: 999;
}

.main {
  background-size: contain;
  height: 60vh;
  position: relative;
  margin-bottom: 60px;
}
.catch_area {
  position: absolute;
  top: 30px;
  right: 0;
  background: rgba(0,0,0,0.5);
  padding: 30px;
}
.catchcopy {
  color: #008AD1;
  font-size: 9rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  line-height: 1.3em;
}
.catchname {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  padding-top: 10px;
}
/*================コンテンツ================*/

.category_list,.movie {
  margin: 40px 0;
}
.category_list ul li {
  position: relative;
  margin-bottom: 20px;
}
.category_list ul a {
  color: #333;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.list_title {
  position: absolute;
  top: 0;
  padding: 5px;
  color: #fff;
  text-align: center;
  background: rgba(0,83,126,0.7);
  width: 88.2%;
}
.category_list ul a:hover {
  opacity: .7;
}
.list_txt {
  background: #fff;
  padding: 5px 10px;
  font-size: 1.3rem;
  border: 1px solid #00537E;
  max-width: 235px;
}
.contnt_copy {
  background: url(../../img/cross_bg.png) no-repeat #fff;
  padding: 60px 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.contnt_copy span {
  color: #008AD1;
  background: linear-gradient(transparent 40%, #ffff66 40%);
}
.approach {
  padding: 80px 0 40px;
  background: #fff;
  display: block;
  width: 100%;
  overflow: hidden;
}
.movie {
  position: relative;
}
.movie_area {
  height: 360px;
  background: #111;
}
.movie_img {
  opacity: 0.8;
}
.se-container{
    display: block;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 10px #000;
}
.se-slope{
    width: 45%;
    height: 360px;
    position: absolute;
  right: 0;
  top: 0;
}
.se-slope .se-content{
    margin: 30px 40px;
}
.se-slope-black{
    background: #008AD1;
}
.se-slope-black:after,
.se-slope-black:after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-top: 180px solid transparent;
    border-bottom: 180px solid transparent;
}
.se-slope-black:after{
    border-right: 60px solid #008AD1;
    left: -60px;
}
.se-content h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #F7E300;
  text-align: center;
  margin-bottom: 20px;
}
.point {
  margin-bottom: 20px;
}
.point dt {
  background: #fff;
  color: #008AD1;
  float: left;
  padding: 0 5px;
  height: 96px;
  line-height: 90px;
  font-size: 2.6rem;
  margin-right: 10px;
}
.point dd {
  height: 96px;
  padding: 5px;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #fff;
}
.title_bg {
  background: url(../../img/title_bg.png) no-repeat;
  background-size: cover;
  height: 183px;
  color: #fff;
}
.title_bg h2 {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  padding-top: 35px
}
.title_bg h2 span {
  color: #F7E300;
}
.trouble {
  background: #fff;
  padding: 30px;
}
.trouble dt {
  color: #008AD1;
  font-size: 3rem;
  font-style: italic;
  display: inline;
  border-bottom: 1px solid #008AD1;
  float: left;
  margin:0 20px 0 0;
}
.trouble dd {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 14px;
}
.trouble dd span {
  color: #D80000;
}
.sankaku{
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 40px solid #fff;
  border-bottom: 40px solid transparent;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
}
.arrow_title {
  margin-bottom: 30px;
  text-align: center;
}
.bottom_column {
  margin-top: 60px;
}
.left_column {
  width: 440px;
  float: left;
}
.right_column {
  width: 440px;
  float: right;
}
.cate_list_area {
  background: url(../../img/cate_list_bg.svg) no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin: 80px 0;
  color: #fff;
}
.list_img_wrap {

}
.list_img {
  margin-bottom: 6px;
  border: 2px solid #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
}
.list_img:after {
  content: "";
  background: url(../../img/sankaku.svg) bottom right no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 20px;
}
.list_img:hover {
  opacity: 0.3;
}
.cate_list_txt {
  font-size: 1.4rem;
}

/*========================ニュース*/

.news {
  margin-bottom: 100px;
}
.news_title {
  margin-bottom: 80px;
}
.news_list {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 25px;
}
.day_time {
  float: left;
  margin-right: 40px;
  padding-bottom: 20px;
}
.cate_list_item {
  float: left;
  width: 23%;
  margin-right: 2.3%;
}
.cate_list_item:last-child {
  margin-right: 0;
}

}
@media screen and (min-width: 769px) {

}
