@charset "UTF-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Lobster|Orbitron|Shadows+Into+Light';

a{
  -webkit-transition: all .8s;
  transition: all .8s;
}

body {
	background-image: url("../img/haikei.jpg");
	background-repeat: repeat-y;
	background-size: contain;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

/* ----------------- */

/* body（レスポンシブ） */

/* ----------------- */

@media screen and (max-width: 767px) {
body {
	background-image: url("../img/haikei.jpg");
	background-repeat: repeat-y;
	background-size: contain;
}
}

/* ----------------------------------------------------------------------- */

/* header */

/* ----------------------------------------------------------------------- */

header{
	width: 100%;
	background-color: white;
	z-index: 999;
}

.up_border{
	padding: 10px 0 10px 0;
    background: -moz-linear-gradient(top, #00A0E9, #00a5ea 25%, #0066e9);
    background: -webkit-linear-gradient(top, #00A0E9, #00a5ea 25%, #0066e9);
    background: linear-gradient(to bottom, #00A0E9, #00a5ea 25%, #0066e9);
	color: aliceblue;
	text-align: center;
	font-size: 14px;
}

.down_border{
	padding: 10px 0 10px 0;
    background: -moz-linear-gradient(top, #00A0E9, #00a5ea 25%, #0066e9);
    background: -webkit-linear-gradient(top, #00A0E9, #00a5ea 25%, #0066e9);
    background: linear-gradient(to bottom, #00A0E9, #00a5ea 25%, #0066e9);
}

.header_wrap{
	width: 900px;
	height: 120px;
	margin: 0 auto 0 auto;
}

.logo{
	padding: 10px 0 0 0;
	margin: 0 auto 0 auto;
	width: 250px;
}

.logo a:hover,
.contact a:hover,
.contact_bt a:hover{
  opacity: 0.5;
}

/* ----------------- */

/* header（レスポンシブ） */

/* ----------------- */
@media screen and (max-width: 1180px) {

.up_border{
	font-size: 12px;
}
	
.logo{
	padding: 20px 0 6px 20px;
	margin: 0 auto 0 auto;
	width: 200px;
	float: left;
}
	
.logo img{
	width: 200px;
	height: auto;
}
	
.down_border{
	clear: both;
}
}

/* ----------------------------------------------------------------------- */

/* ナビゲーション */

/* ----------------------------------------------------------------------- */

.nav {
	width: 95%;
	margin: auto;
	text-align: center;
}

.nav li{
	display: inline-block;
	font-size: 18px;
	margin: 10px 0 20px 0;
	font-weight: bold;
	padding: 0 10px 0 10px;
	border-right: 1px solid #3e3a39;
	letter-spacing: 0;
}

.nav li a{
	color: #3e3a39;
}

.nav li:first-child{
	border-left: 1px solid #3e3a39;
}

.nav li a:hover{
	color: white;
	text-shadow:2px 2px 3px #898f88;
}

/* ----------------- */

/* ナビゲーション（レスポンシブ） */

/* ----------------- */
@media screen and (max-width: 1180px) {
.nav {
	width: 100%;
	margin: auto;
	display: none;
}
}

/* ----------------------------------------------------------------------- */

/* コンテンツ全体 */

/* ----------------------------------------------------------------------- */
.container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 300px;
}

h2 {
	text-align: center;
	color: #3e3a39;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	width: 200px;
	margin: auto;
	border-left: #3e3a39 3px double;
	border-right: #3e3a39 3px double;
	margin-bottom: 30px;
	clear: both;
}

#title_flow,
#title_movie_company,
#title_point,
#title_interview,
#title_gallery,
#title_qanda,
#title_infographics,
#title_download,
#title_blog{
   	/*margin-top:-220px;*/
  	/*padding-top:220px;*/
}

/* ----------------- */

/* コンテンツ全体（レスポンシブ） */

/* ----------------- */
@media screen and (max-width: 1180px) {
.container {
	width: 100%;
	padding-top: 30px;
}
	
#title_flow,
#title_movie,
#title_point,
#title_interview,
#title_gallery{
   	/*margin-top:-150px;*/
  	/*padding-top:150px;*/
}
}

@media screen and (max-width: 767px) {
.container {
	width: 100%;
	padding-top: 30px;
}
	
#title_flow,
#title_movie,
#title_point,
#title_interview,
#title_gallery{
   /*margin-top:-180px;*/
  　/*padding-top:180px;*/
}	
	
h2 {
	font-size: 18px;
	padding: 5px 20px 5px 20px;
	width: 200px;
	margin-bottom: 30px;
}
}

/* --------------------------------------------------- */

/* 導入文 */

/* --------------------------------------------------- */

.introduction{
	width: 800px;
	margin: auto;
	padding: 0 0 80px 0;
	line-height: 2em;
	text-align: center;
}

.introduction span{
	font-weight: bold;
}
	
/* ----------------- */

/* 導入文（レスポンシブ） */

/* ----------------- */
@media screen and (max-width: 1180px) {	
.introduction{
	width: 80%;
	margin: auto;
	padding: 0 0 40px 0;
	line-height: 2em;
	text-align: center;
	font-size: 12px;
}
}

@media screen and (max-width: 767px) {	
.introduction{
	width: 80%;
	margin: auto;
	padding: 0 0 40px 0;
	line-height: 2em;
	text-align: center;
	font-size: 12px;
}
}

/* ------------------------------------------------------------------------------------- */

/* お知らせ（掲示板） */

/* ------------------------------------------------------------------------------------- */
div#contents {
	width: calc(750px - 0px);
    height: 200px;
	margin: 20px auto 40px auto;
	padding: 20px 40px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
    overflow-y: scroll;
}

div#news div#information div {
	margin: 0 0 0 0;
    padding: 20px 0 20px 0;
	border-bottom: 1px dotted #333333;
}

div#news div#information div:first-child {
    padding: 0 0 20px 0;
}

div#news dl dt {
	font-weight: bold;
	color: #00A0E9;
	padding: 0 0 10px 0;
}

div#news dl dd {
	line-height: 1.6em;
}

/* ----------------- */

/* お知らせ（掲示板）（レスポンシブ） */

/* ----------------- */
@media screen and ( max-width: 767px ) {
div#contents {
	width: 85%;
	padding: 20px 5%;
}
    
div#news dl dd {
	font-size: 13px;
}
    
}


/* ----------------------------------------------------------------------- */

/* 説明会動画 */

/* ----------------------------------------------------------------------- */

.movie_wrap{
	width: 900px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 0;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	
}

.movie {
	width: 900px;
	padding: 10px 10px 10px 0;
	text-align: center;
	font-weight: bold;
}


.movie iframe {
	margin-bottom: 20px;
}

.movie span {
	line-height: 2em;
}

.movie_staff {
	width: 430px;
	padding: 10px 10px 30px 0;
	text-align: center;
	font-weight: bold;
}


.movie_staff iframe {
	margin-bottom: 20px;
}

.movie_staff span {
	line-height: 2em;
}

/* ----------------- */

/* 説明会動画（レスポンシブ） */

/* ----------------- */
@media screen and (max-width: 767px) {
.movie_wrap{
	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}

.movie {
	width: 100%;
	margin: auto;
	padding: 10px 0 0px 0;
}
	
.movie iframe {
	margin-bottom: 5px;
	width: 95%;
}

.movie span {
	font-size: 12px;
	line-height: 1.5em;
}
	
.movie_staff {
	width: 320px;
	padding: 10px 10px 10px 0;
	text-align: center;
	font-weight: bold;
}

.movie_staff iframe {
	margin-bottom: 20px;
	width: 90%;
}

.movie_staff span {
	line-height: 2em;
}
}

/* ----------------------------------------------------------------------- */

/* 募集要項・採用フロー */

/* ----------------------------------------------------------------------- */
table{
	width: 800px;
	margin: auto;
	margin-bottom: 60px;
}
	
table .title{
	border-top: 1px solid skyblue;
	border-left: 1px solid skyblue;
	border-bottom: 1px solid white;
	text-align: center;
    background: skyblue;
	color: white;
	width: 20%;
}

table .titleend{
	border-top: 1px solid skyblue;
	border-left: 1px solid skyblue;
	border-bottom: 1px solid skyblue;
	text-align: center;
    background: skyblue;
	color: white;
	width: 20%;
}
	
table .contents{
	border: 1px solid skyblue;
	padding: 15px 0 15px 20px;
	line-height: 1.6em;
	background: white;
}

/* ----------------- */

/* 募集要項・採用フロー（レスポンシブ） */

/* ----------------- */
@media screen and (max-width: 767px) {
table{
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
}
	
table tr .title{
	width: 20%;
	font-size: 11px;
}

table .titleend{
	border-bottom: 1px solid skyblue;
	width: 20%;
	font-size: 11px;
}
	
table .contents{
	border: 1px solid skyblue;
	padding: 15px 0 15px 5px;
	line-height: 1.6em;
	background-color: white;
	font-size: 11px;
}
	
.flow{
	margin-bottom: 50px;
}
}


/* ------------------------------------------------------------------------------------- */

/* 新着情報更新 */

/* ------------------------------------------------------------------------------------- */
.bbs_wrap{
	width: 760px;
	height: 1000px;
	margin: 0 auto 50px auto;
	padding: 5px 20px;
	background-color: white;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}




/* ------------------------------------------------------------------------------------- */

/* コピーライト */

/* ------------------------------------------------------------------------------------- */	

.copyright{
	padding: 20px 0 20px 0;
	margin-top: -170px;
    background: -moz-linear-gradient(top, #00A0E9, #00a5ea 25%, #0066e9);
    background: -webkit-linear-gradient(top, #00A0E9, #00a5ea 25%, #0066e9);
    background: linear-gradient(to bottom, #00A0E9, #00a5ea 25%, #0066e9);
	color: aliceblue;
	text-align: center;
	font-size: 12px;
}

/* ------------------------------------------------------------------------------------- */

/* トップページボタン */

/* ------------------------------------------------------------------------------------- */
#page_top {
	width: 100%;
	height: 120px;
	position: fixed;
	bottom: 120px;
	right: 1%;
	z-index: 9999;
	text-align: right;
}

#page_top a {
	color: skyblue;
}

#page_top i {
	font-size: 60px;
}


/* ------------------------------------------------------------------------------------- */

/* フッターボタン */

/* ------------------------------------------------------------------------------------- */	
@keyframes contact_bt {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-10px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-10px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.footer_bt {
	width: 100%;
	height: 120px;
	position: fixed;
	bottom: 0;
	z-index: 9998;
	background: rgba(255,255,255,0.8);
	box-shadow:0px -1px 10px 1px #e3e3e3;
	text-align: center;
}
	
.footer_bt_mail{
	width: 400px;
	margin: 30px auto 0 auto;
	background-color: white;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.4em;
	border-radius: 1px solid #28e4f1;
	border-radius: 5px;
	animation: contact_bt 2s ease infinite;
}

.entry_arrow {
     position: relative;
     padding-left: 35px;
}

.entry_arrow::before {
     position: absolute;
     content: '';
     width: 25px;
     height: 25px;
     background: #697b91;
     border-radius: 50%;
     top: 20%;
     left: 0;
     margin-top: -5px;
}
.entry_arrow::after {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 6px transparent;
     border-left: solid 8px #fff;
     top: 50%;
     left:9px;
     margin-top: -7px;
}

.footer_bt a {
	-webkit-transition: all .6s;
 	transition: all .6s;
    padding: 20px 0 20px 0;
    display: block;
    color: black;
	font-weight: bold;
    background-color: #28e4f1;
	border-radius: 1px solid #28e4f1;
	border-radius: 5px;
}
	
.footer_bt a:hover {
	background-color:#8BF7F4;
}

@media screen and (max-width: 767px) {
.footer_bt {
	width: 100%;
	position: fixed;
	bottom: 0;
	left:0;
	margin-left:0;
}
	
.footer_bt_mail {
	width: 85%;
	animation: contact_bt 2s ease infinite;
}
}