@charset "utf-8";

/*--------------------------------------------------------------------------------
  mv
--------------------------------------------------------------------------------*/
#mv {
	background-image: url(../images/mv-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 460px;
}
#mv h1 {
	font-size: 3.8rem;
	color: #000;
	line-height: 1.2;
	padding: 134px 20px 0 100px;
	font-style:oblique;
	text-shadow:
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
#mv h1 .s-txt {
	font-size: 2.6rem;
	display: block;
	font-style:oblique;
	margin-bottom: 10px;
}
#mv h1 .b-txt {
	font-size: 4.9rem;
	color: #0083d1;
	font-style:oblique;
}
#mv .en-b {
	padding-top: 134px;
}
#mv .en-b a {
	height: 115px;
	width: 175px;
	background-color: #0065b8;
	color: #fff;
	display: inline-block;
	border-radius: 175px;
	-webkit-border-radius: 175px;
	-moz-border-radius: 175px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	font-style:oblique;
	line-height: 1.2;
	padding-top: 60px;
	box-shadow: 0 10px 15px -10px #000;
}
#mv .en-b a:hover {
	background-color: #0095df;
}

/*--------------------------------------------------------------------------------
  all
--------------------------------------------------------------------------------*/
.lede-ttl,
.staff-ttl {
	font-size: 2.4rem;
	font-weight: 700;
}
.lede-btn,
.staff-btn {
	width: 260px;
	height: 32px;
}

/*--------------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------------*/
#staff {
	background-image: url(../images/s-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#staff .staff-list li {
	padding: 0 14px;
}
#staff .staff-list li:first-child {
	padding-left: 0;
}
#staff .staff-list li:last-child {
	padding-right: 0;
}
#staff .staff-list li img {
	background: cyan;
  border: 4px solid #fff;
  box-sizing: border-box;
}
/*--------------------------------------------------------------------------------
  requirements
--------------------------------------------------------------------------------*/
#requirements {
	background-image: url(../images/r-bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.requirements-btn {
	width: 470px;
	height: 32px;
	margin: 0 15px;
}

#requirements li {
	margin: auto;
}


/*--------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------*/
#news {
	background-color: #f4f4f4;
}
.news__content {
	height: 240px;
	overflow-y: scroll;
	border-top: 1px solid #d8d8d8;
}
.news__date:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.news__date {
    margin-bottom: 15px;
}
.news__date {
    color: #999;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 30px;
}
.news__date {
    font-family: Catamaran;
}
.news__txt a {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
    -webkit-transition: .3s;
    transition: .3s;
}
/*--------------------------------------------------------------------------------
  ------
--------------------------------------------------------------------------------*/