/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222222;
    font-size: 18px;
    line-height: 1.8em;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Base --------------------------------------------------------------------- */


body {
	font-family: roboto, kinto-sans, sans-serif;
	font-weight: 900;
	font-style: normal;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 0;
}

a {
	color: #4bacf0;
}

a:hover {
	text-decoration: none;
}

a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

a::after {
	position: absolute;
	bottom: -0px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

a:hover::after {
	transform: scale(1, 1);
}

header {
	width: 100vw;
	height: 100vh;
}

.wrap {
	width: 900px;
	padding: 100px 0;
	margin: 0 auto;
}

footer {
	position: relative;
	clear: both;
	padding:  2em 2em;
	color: #FFFFFF;
	line-height: 2.0em;
}

footer a {
	color: #FFFFFF;
}

address {
	padding-top: 4em;
	font-style: normal;
}

address:befor {
	content: "";
	display: block;
	clear: both;
}

.fsarea-l {
	width: 40%;
	float: left;
}

.fsarea-r {
	width: 60%;
	float: left;
}

.fsarea-l:after {
	content: "";
	display: block;
	clear: both;
}

.fsarea-r ul li {
	width: 25%;
	float: left;
}

.logo {
	font-size: 80px;
}

.jump {
	position: absolute;
	bottom: 2em;
	right: 2em;
}


/* Unique ------------------------------------------------------------------- */


h2 {
	font-size: 150px;
	line-height: 1.0em;
	margin: 0 0 100px;
}

h2 div {
	width: auto;
	float: left;
}

h2:after {
	content: "";
	display: block;
	clear: both;
}

.txtls {
	margin-left: -15px;
}

#about {
	background: url("../img/bgline.jpg");
	background-size: 90px;
}

#about p {
	margin: 0 0 50px;
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.btmimg {
	position: relative;
	width: 100%;
	height: 350px;
	margin-top: -200px;
}

.btmimg-r {
	background: url("../img/bga1.png") bottom no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 350px;
	z-index: 1;
}

.btmimg-l {
	background: url("../img/bga2.png") bottom center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	z-index: 2;
}


.biz {
	background: #ffffff;
	margin: 2em 0;
    color: #222222;
}

.biz:after {
	content: "";
	display: block;
	clear: both;
}

.biz img {
	width: 50%;
	float: left;
}

.bizbox {
	width: 40%;
	float: left;
	padding: 5%
}

.bizbox h3 {
	font-size: 50px;
	line-height: 1.2em;
	color: #4bacf0;
}

.bizbox p {
	margin-top: 0.5em;
}


#company table {
	border-top: solid 1px #eeeeee;
	width: 100%;
}

#company table th {
	border-bottom: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	width: 20%;
	padding: 1em 3em;
}

#company table td {
	border-bottom: solid 1px #eeeeee;
	width: 80%;
	padding: 1em 3em;
}

#company iframe {
	width: 100%;
	height: 450px;
}

#contact  {
	padding-bottom: 200px;
}

#contact a {
	color: #ffffff;
}

#contact ul li {
	float: left;
	font-size: 2em;
	line-height: 1.5em;
}

#contact ul li:first-child {
	margin-right: 2em;
}


.bgblue {
	background: #4bacf0;
	color: #ffffff;
}

.flowing {
	width: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-anim 1s forwards linear;
}

@keyframes flowing-anim {
 0%{
     width: 0%;
   }
100%{
     width: 100%;
   }
}


#jump {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}

#jump a {
	outline: none;
}



/* General Purpose ---------------------------------------------------------- */

.pc {
	display: inline;
}

.sp {
	display: none;
}



@media screen and (max-width: 640px) {


	/* Base ----------------------------------------------------------------- */

	body {
		width: 100%;
	}

	.wrap {
		width: 90%;
		padding: 15% 5%;
	}
	
	img {
		width: 100%;
		height: auto;
	}

	p {
		margin: 0;
	}

	footer {
		padding:  2em 5%;
	}

	.fsarea-l {
		width: 100%;
		float: none;
	}

	.fsarea-r {
		width: 100%;
		float: none;
	}

	.fsarea-r ul li {
		width: 50%;
		float: left;
	}

	.logo {
		font-size: 3rem;
		margin-bottom: 5%;
	}

	.jump {
		position: absolute;
		bottom: 2em;
		right: 2em;
	}


	/* Unique --------------------------------------------------------------- */

	h2 {
		font-size: 4rem;
		line-height: 1.0em;
		margin: 0 0 10%;
	}

	.txtls {
		margin-left: -5px;
	}

	#about {
		background: url("../img/bgline.jpg");
		background-size: 90px;
	}

	#about p {
		margin: 0 0 50px;
		font-size: 1.2em;
		line-height: 1.5em;
		letter-spacing: 0em;
	}

	.btmimg {
		width: 100%;
		height: 150px;
		margin-top: -100px;
	}

	.btmimg-r {
		background: url("../img/bga-sp1.png") bottom center no-repeat;
		background-size: 100%;
		width: 100%;
		height: 150px;
	}

	.btmimg-l {
		background: url("../img/bga-sp2.png") bottom center no-repeat;
		background-size: 100%;
		width: 100%;
		height: 150px;
	}


	.biz {
		margin: 2em 0;
	}

	.biz img {
		width: 100%;
		float: none;
	}

	.bizbox {
		width: 90%;
		float: none;
		padding: 5% 5% 7%;
	}

	.bizbox h3 {
		font-size: 2.5rem;
		line-height: 1.2em;
	}

	.bizbox p {
		margin-top: 0.5em;
	}


	#company table {
		border-top: solid 1px #eeeeee;
		width: 100%;
	}

	#company table th {
		display: block;
		clear: both;
		border-bottom: none;
		border-right: none;
		width: 90%;
		padding: 0.5em 5% 0;
		text-align: left;
	}

	#company table td {
		display: block;
		clear: both;
		border-bottom: solid 1px #eeeeee;
		width: 90%;
		padding: 0.5em 5%;
	}

	#contact  {
		padding-bottom: 30%;
	}

	#contact ul li {
		float: left;
		font-size: 1.5em;
		line-height: 2.5em;
	}

	#contact ul li:first-child {
		margin-right: 0;
	}



	/* General Purpose ------------------------------------------------------ */

	.pc {
		display: none;
	}
	
	.sp {
		display: inline;
	}

	
	
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}