
@charset "utf-8";


/*
===================================================
	noteNoscript
===================================================
*/

#noteNoscript {
	padding: 20px;
	background: #B20000;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.5;
}


/*
===================================================
	Old IE 
===================================================
*/

#noteOldIE {
	margin: 0;
	padding: 15px 20px 7px;
	border-top: 1px solid #FFF;
	/*border-bottom: 1px solid #F3B1CD;*/
	background: #FFE1E1;
	text-align: center;
	display: none;
}
.lt-ie8 #noteOldIE,
.lt-ie9 #noteOldIE,
.lt-ie10 #noteOldIE {
	display: block;
}
#noteOldIE h1 {
	height: 28px;
	width: 388px;
	margin: 0 auto 8px;
	text-indent: -9999px;
	background: url(../../img/note_old_ie.png) no-repeat left top;
}
#noteOldIE p {
	margin: 0px 0px 8px 0px;
	font-size: 1.4em;
	line-height: 1.6;
}
#noteOldIE p a span {
	padding: 2px 3px;
	margin: 0 5px 0 0;
	background: #FF9999;
	color: #FFF;
	display: inline-block;
	line-height: 1;
}


/*
===================================================
	クリアーフィックス 
===================================================
*/

.clearfix{zoom:1}
.clearfix:after{content:"";display:block;clear:both;overflow:hidden}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/*
===================================================
	Base Setting
===================================================
*/

html {
	height: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	margin: 0;
	line-height: 1.0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
	/*background: url(../../img/common/bg_body.png) repeat center top;*/
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
body.sp {
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a {
	color: #005EAC;
	text-decoration: none;
	overflow: hidden;
}
a:focus {
	outline: none;
}
/*
a:link {
}
a:visited {
	color: #003D79;
}
*/
a:hover {
	color: #FFA514;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
	/*text-decoration: underline;*/
}
/*
a:active {
}
*/
a img {
	border: none;
	vertical-align: bottom;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
h1 {	
	line-height: 1;
	font-size: 2.8em;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
h3 {
	font-size: 1.6em;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
h4 {
	font-size: 1.6em;
	line-height: 1.6;
}
h5 {
	font-size: 1.4em;
	line-height: 1.6;
}
h6 {
	font-size: 1.3em;
	line-height: 1.6;
}
li {
	list-style: none;
}
p, address, dl {
	line-height: 1.8;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}
th, td {
	line-height: 1.8;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}
ul, ol {
	line-height: 1.8;
	font-size: 1.6em;
	letter-spacing: 0.1em;
}
figcaption {
	margin-top: 5px;
	line-height: 1.8;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}
address {
	font-style: normal;
}
.white {
	color: #FFF !important;
}
.red {
	color: #D80000 !important;
}
.blue {
	color: #009FE9 !important;
}
.green {
	color: #1F663F !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}
.alignL {
	text-align: left !important;
}
.photo img {
	padding: 9px;
	background: #FFF;
	border: solid 1px #DDD;
}
.list li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
figure.fLeft {
	margin: 0 40px 20px 0;
}
figure.fRight {
	margin: 0 0 20px 40px;
}
.narrow {
	width: 900px;
	margin: 0 auto;
}
.br {
	display: block;
}
.spbr {
	display: inline;
}
@media screen and (max-width: 2000px) {
	.sp .spbr {
		display: block;
	}
}
@media screen and (max-width: 2000px) {
	.sp .br {
		display: inline;
	}
}


/* -------------------------------------------
	table
------------------------------------------- */
table {
	margin-top: -17px;
	width: 100%;
	border-collapse: collapse;
}
tr {
	/*background: url(../../img/common/line_td.png) repeat-x left bottom;*/
}
th,
td {
	padding: 16px 5px 14px 0;
	text-align: left;
	vertical-align: top;
}
th {
	width: 17%;
}

/* -------------------------------------------
	form
------------------------------------------- */
input,
textarea {
	padding: 5px;
}
textarea {
}

/* -------------------------------------------
	bPagetop
------------------------------------------- */
#topcontrol {
	z-index: 1000;
	position: relative;
}
#bPagetop a {
	width: 68px;
	height: 68px;
	display: block;
	text-indent: -9999px;
	background: url(../../img/pagetop.png) repeat 0 0;
}

@media screen and (max-width: 2000px) {
	.sp #bPagetop a,
	.is_mobile #bPagetop a {
		display: none;
	}
}

/* -------------------------------------------
	font
------------------------------------------- */
.font16 {
	font-size: 1.6em !important;
}
.font12 {
	font-size: 1.2em !important;
}
.supText {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

/* -------------------------------------------
	width
------------------------------------------- */
.w300 {
	width: 300px !important;
}
.w310 {
	width: 310px !important;
}

/* -------------------------------------------
	margin
------------------------------------------- */

.mart0 {
	margin-top: 0 !important;
}
.mart10 {
	margin-top: 10px !important;
}
.mart20 {
	margin-top: 20px !important;
}
.mart30 {
	margin-top: 30px !important;
}
.mart40 {
	margin-top: 40px !important;
}
.mart50 {
	margin-top: 50px !important;
}
.mart60 {
	margin-top: 60px !important;
}
.mart70 {
	margin-top: 70px !important;
}
.mart80 {
	margin-top: 80px !important;
}
.marr0 {
	margin-right: 0 !important;
}
.marr12 {
	margin-right: 12px !important;
}
.marr20 {
	margin-right: 20px !important;
}
.marr30 {
	margin-right: 30px !important;
}
.marb0 {
	margin-bottom: 0 !important;
}
.marb10 {
	margin-bottom: 10px !important;
}
.marb20 {
	margin-bottom: 20px !important;
}
.marb30 {
	margin-bottom: 30px !important;
}
.marb40 {
	margin-bottom: 40px !important;
}
.marb50 {
	margin-bottom: 50px !important;
}
.marb60 {
	margin-bottom: 60px !important;
}
.marb70 {
	margin-bottom: 70px !important;
}
.marb80 {
	margin-bottom: 80px !important;
}
.marl20 {
	margin-left: 20px !important;
}
.marl30 {
	margin-left: 30px !important;
}

/* -------------------------------------------
	padding
------------------------------------------- */

.paddt0 {
	padding-top: 0 !important;
}
.paddt10 {
	padding-top: 10px !important;
}
.paddr20 {
	padding-right: 20px !important;
}
.paddb0 {
	padding-bottom: 0 !important;
}
.paddb10 {
	padding-bottom: 10px !important;
}
.paddb20 {
	padding-bottom: 20px !important;
}
.paddb30 {
	padding-bottom: 30px !important;
}
.paddl20 {
	padding-left: 20px !important;
}


/* -------------------------------------------
	radius
------------------------------------------- */
.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.radius20 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.radius30 {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

/* -------------------------------------------
	spot icon
------------------------------------------- */
.spotAddress,
.spotPhone,
.spotWebsite {
	padding-left: 14px;
	background: url(../../img/common/icon_address.png) no-repeat left center;
}
.spotPhone {
	background-image: url(../../img/common/icon_phone.png);
}
.spotWebsite {
	background-image: url(../../img/common/icon_website.png);
}

/* -------------------------------------------
	doubleArea / tripleArea
------------------------------------------- */
.doubleArea,
.tripleArea {
	position: relative;
	overflow: hidden;
}
.leftArea {
	float: left;
}
.midArea {
	float: left;
}
.rightArea {
	float: right;
}


/*
===================================================
	common
===================================================
*/

.content {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.video .layer {
	width: 100%;
	min-height: 100%;
	background: url("../../img/layer.png") repeat left top;
	position: absolute;
	top: -2px;
}
br.forSP {
	display: none;
}

@media screen and (max-width: 1200px) {
	.inner  {
		max-width: 900px;
	}
}

@media screen and (max-width: 2000px) {
	.sp .inner,
	.is_mobile .inner {
		max-width: 95%;
	}
	.sp br.forSP {
		display: block;
	}
}


/*
===================================================
	header
===================================================
*/

#header {
	z-index: 1000;
}
#headerInner {
	position: relative;
}
#video_01 {
}
#video_01 #scrollDown img {
	margin: 0 auto;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	z-index: 10;
}
@-webkit-keyframes sdb {
	0% {
	-webkit-transform: translate(0, 0);
	}
	20% {
	-webkit-transform: translate(0, 10px);
	}
	40% {
	-webkit-transform: translate(0, 0);
	}
}
@keyframes sdb {
	0% {
	transform: translate(0, 0);
	}
	20% {
	transform: translate(0, 10px);
	}
	40% {
	transform: translate(0, 0);
	}
}
#video_01 #scrollDown img {
	width: 50px;
	height: auto;
}
#video_01 h1 {
	width: 80%;
	color: #FFF;
	font-size: 40px;
	/*font-family: "Noto Sans JP";*/
	font-family: 'Noto Serif SC', serif;
	letter-spacing: 0.1em;
	text-align: center;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateY(-60%) translateX(-50%);
	-webkit-transform: translateY(-60%) translateX(-50%);
	z-index: 10;
	-moz-text-shadow: 0px 0px 8px rgba(0,0,0,.2);
	-webkit-text-shadow: 0px 0px 8px rgba(0,0,0,.2);
	text-shadow: 0px 0px 8px rgba(0,0,0,.2);
}
#video_01 video {
	width: 100%;
	height: 100%;
}
.sp .video .gifAnim {
	display: none;
}

/* iPhoneの再生ボタンを消す */
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

#headerUpper {
	width: 100%;
	height: 105px;
	background: rgba(255,255,255,0.75);
	position: fixed;
	z-index: 11;
	top: 0;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
#headerUpper.transform {	
	height: 75px;
	background: rgba(255,255,255,0.9);
}
#headerUpper #headerInner {
}
#headerUpper #headerInner #logo01 {
	width: 230px;
	height: auto;
	margin-top: 15px;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
#headerUpper.transform #headerInner #logo01 {
	width: 170px;
	margin-top: 10px;
}
#particles-js {
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	z-index: 1;
	top: 100px;
}
canvas {
	display: block;
	vertical-align: bottom;
}
#info {
	background: rgba(53,108,182,.85);
	position: absolute;
	left: 0;
	top: 105px;
	width: 100%;
	z-index: 10;
}
#info #infoInner {
	padding: 15px 0;
}
#info #infoInner p {
	margin: 0;
	color: #FFF;
	line-height: 1.6 !important;
}

@media screen and (max-width: 2000px) {
	
	.sp #headerUpper {
		height: 70px;
		position: absolute;
		z-index: 999;
	}
	.is_mobile #headerUpper {
		height: 70px;
	}
	.sp #headerInner h1,
	.is_mobile #headerInner h1{
		/*text-align: center;*/
	}
	.sp #headerUpper #headerInner #logo01,
	.is_mobile #headerUpper #headerInner #logo01 {
		width: 40%;
		max-width: 150px;
		margin-top: 9px;
		top:0;
	}
	.sp #particles-js {
		top: 0;
		height: 100%;
	}
	.sp #video_01 {
		margin-top: 70px;
	}
	.sp #video_01 h1 {
		width: 90%;
		font-size: 32px;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.sp #video_01 video {
		visibility: hidden;
	}
	.sp .video .layer {
		top: 0;
	}
	.sp .video .gifAnim {
		width: 100%;
		min-height: 100%;
		background: url("../../video/video_01.gif") repeat left top;
		background-size: cover;
		position: absolute;
		z-index: -1;
		display: block;
	}
	.sp #scrollDown {
		display: none;
	}
	.sp #info {
		position: relative;
		top: -2px;
	}
	.sp #info #infoInner p {
		font-size: 1.2rem;
	}
}


/*
===================================================
	nav
===================================================
*/

#nav {
	border-right: solid 1px #BBB;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 65px;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
#headerUpper.transform #nav {
	top: 42px;
}
#nav li {
	padding: 0 25px;
	font-family: "Noto Sans JP";
	line-height: 1;
	float: left;
	border-left: solid 1px #BBB;
}
#recruit {
	position: absolute;
	right: 90px;
	top: 25px;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
#headerUpper.transform #recruit {
	top: 15px;
}
#recruit p {
	line-height: 1;
}
#recruit p a {
	padding: 3px 4px 3px 6px;
	font-size: 0.75em;
	letter-spacing: 0.25em;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	border: solid 1px #005EAC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #005EAC;
}
#recruit p a:hover {
	color: #FF9900;
}
#langNav {
	position: absolute;
	right: 0;
	top: 25px;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
#headerUpper.transform #langNav {
	top: 15px;
}
#langNav p {
	line-height: 1;
}
#langNav p a {
	padding: 3px 9px;
	font-size: 0.75em;
	line-height: 1;
	display: inline-block;
	border: solid 1px #005EAC;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
#langNav p a:first-child {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#langNav p.jp a:first-child {
	color: #FFF;
	background: #005EAC;
}
#langNav p.en a:last-child {
	color: #FFF;
	background: #005EAC;
}

@media screen and (max-width: 2000px) {
	
	.sp #nav,
	.is_mobile #nav {
		display: none;
	}
	.sp #recruit,
	.sp #langNav,
	.is_mobile #recruit,
	.is_mobile #langNav {
		top: 28px;
	}
}

/*
===================================================
	contactUs
===================================================
*/

#footer {
	padding: 30px 0;
	background: #356CB6;
	color: #FFF;
}
#footer .inner {
	position: relative;
}
#footer .inner h1 {
	margin-bottom: 0.5em;
	font-size: 1.8em;
	font-weight: normal;
}
#footer .inner h1 img {
	width: 56px;
	height: auto;
	margin-right: 0.5em;
	vertical-align: bottom;
}
#footer .inner address {
	font-size: 1.4em;
}
#footer .inner address a {
	color: #FFF;
}
#footer .inner address a:hover {
	color: #FF8800;
}
#footer .inner small {
	font-size: 1.1em;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 2000px) {
	
	.sp #footer {
		padding-bottom: 80px;
		text-align: center;
	}
	.is_mobile #footer .inner > * {
		text-align: center;
	}
	.sp #footer a,
	.is_mobile #footer a {
		color: #FFF;
	}
	.sp #footer .inner address,
	.is_mobile #footer .inner address {
		margin-bottom: 1.5em;
	}
	.sp #footer .inner small,
	.is_mobile #footer .inner small {
		width: 100%;
		padding-top: 1.5em;
		position: relative;
		right: inherit;
		bottom: inherit;
		border-top: solid 1px #5682BE;
		display: inline-block;
	}
	
}


/*
===================================================
	チャットおすすめアラート
===================================================
*/

#fadeContent {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}
#fadeContent #fadeContentInner {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: rgba(0,0,0,.6)
}
#fadeContent #fadeContentInner #fade {
	width: 470px;
	padding: 30px;
	background: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
#fadeContent #fadeContentInner #fade #fadeInner {
	width: 100%;
	position: relative;
}
#fadeContent #fadeContentInner #fade #fadeInner .btn {
	position: absolute;
    top: -30px;
    right: -25px;
    font-size: 3em;
}
#fadeContent #fadeContentInner #fade #fadeInner .close {
	text-align: center;
	cursor: pointer;
	color: #000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#fadeContent #fadeContentInner #fade #fadeInner .close:hover {
	color: #FFA514;	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#fadeContent #fadeContentInner #fade #fadeInner h1 {
    font-size: 2.1em;
    margin-bottom: 0.75em;
	color: #005EAC;
}
#fadeContent #fadeContentInner #fade #fadeInner div {
	padding-left: 15px;
	border-left: solid 3px #CCC;
}
#fadeContent #fadeContentInner #fade #fadeInner div p {
	font-size: 1.4em;
	letter-spacing: 0;
}
#fadeContent #fadeContentInner #fade #fadeInner .pc {
	display: block;
}
#fadeContent #fadeContentInner #fade #fadeInner .smp {
	display: none;
}

@media screen and (max-width: 2000px) {
	.sp #fadeContent #fadeContentInner #fade {
		width: 80%;
	}
	.sp #fadeContent #fadeContentInner #fade #fadeInner .pc {
		display: none;
	}
	.sp #fadeContent #fadeContentInner #fade #fadeInner .smp {
		display: block;
	}
}