@import url('https://use.typekit.net/oaa5uxl.css');

/*----------------------------------------
	Reset CSS
----------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video
{
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time
{
    display: block;
}

li
{
    list-style: none;
}

ol li
{
    list-style: decimal;
}

img
{
    font-size: 0;
    line-height: 0;

    vertical-align: top;

    border: 0;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th
{
    text-align: left;
}

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

input,
textarea
{
    margin: 0;
    padding: 0;
}


/*----------------------------------------
	style
----------------------------------------*/

body{
	background-color:rgb(250, 250, 250);
	font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
}

/*----------------------------------------
	header
----------------------------------------*/

header{
	text-align:center;
	padding:60px 0;
}

header h1 img{
	width:220px;
	height:auto;
}

/*----------------------------------------
	background
----------------------------------------*/
.wrapper{
	position:relative;
	z-index:2;
}
.background{
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0;
	left:0;
}

#content {
	position: absolute;
	top: 0;
	left:-90px;
	width:calc(100% + 180px);
	z-index: 1;
}

#stage{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	opacity:0.15;
}

.list-item {
	float:left;
	margin:0;
	padding:0;
}

.list-item > div:nth-child(1) {
	width:180px;
	height:180px;
}

/*----------------------------------------
	company
----------------------------------------*/

.company .company__container{
	width:calc(100% - 50px);
	max-width:768px;
	margin:0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
}

.company .company__container h4{
	font-family: 'trade-gothic-next-condensed', sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	color: #262424;
}

.company .company__container dl{
	width:60%;
	margin-left:auto;
}

.company .company__container dl dt{
	font-size: 14px;
	color: #919191;
}

.company .company__container dl dd{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom:40px;
}

.company .company__container dl dd a{
	color:#000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.company .company__container dl dd a:hover{
	opacity:.7;
}

@media (max-width: 767px){
	
	.company .company__container h4{
		font-size:26px;
	}
	
	.company .company__container dl dt{
		font-size: 12px;
	}

	.company .company__container dl dd{
		font-size: 16px;
		margin-bottom:20px;
	}
}

/*----------------------------------------
	footer
----------------------------------------*/

footer{
	text-align:center;
	padding:60px 0;
}

footer small{
	font-weight:700;
	color: #919191;
	font-family: 'trade-gothic-next-condensed', sans-serif;
}