@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	padding-top: 0;
}

#header .container {
	background: none;
	transition: .4s;
}

#header.active .container {
	background: rgba(255, 255, 255, 0.95);
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 100vh;
	overflow: hidden;
	margin-bottom: 30px;
	background: #ddd url(../top/visual.jpg) no-repeat top / auto 100%;
	font-size: 0;
	position: relative;
}

#visual h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 8vw;
	line-height: 86vh;
	color: #fff;
}

#video {
	display:none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 60px;
}

#about .container {
	position: relative;
	z-index: 0;
}

#about .container:before {
	display: block;
	content: '';
	height: 40px;
	margin-bottom: 20px;
	background: url(../top/left.png) no-repeat top / auto 40px;
}

#about .container:after {
	display: block;
	content: '';
	height: 40px;
	background: url(../top/right.png) no-repeat top / auto 40px;
}

#about .section {
	height: 15em;
	font-size: 3.1vw;
	position: relative;
}

#about p {
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#about p span {
	display: block;
	margin: 0 7vw;
}

/* ---------------------------------------------------------
	CSS Document top
--------------------------------------------------------- */

.top .container {
	margin: 0 20px 80px;
	text-align: left;
}

.top h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
}

.top .w330 {
	margin-bottom: 40px;
	padding-left: 20px;
	position: relative;
	z-index: 0;
}

.top .w330:before {
	content: '';
	width: 20px;
	height: 100%;
	background: #f2f2f2 url(../images/bg.png) top / 3px auto;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
}

.top figure:before {
	left: 20px;
}

.top li {
	margin-top: 20px;
	text-align: center;
}

.top li a {
	display: inline-block;
	vertical-align: top;
	width: 290px;
	height: 50px;
	padding-left: 10px;
	border-radius: 50px;
	background: #1fa50a;
	text-decoration: none;
	text-align: center;
	letter-spacing: 10px;
	line-height: 50px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company h2 img {
	width: 140px;
}

/* ---------------------------------------------------------
	CSS Document greeting
--------------------------------------------------------- */

#greeting h2 img {
	width: 101px;
}

/* ---------------------------------------------------------
	CSS Document department
--------------------------------------------------------- */

#department h2 img {
	width: 71px;
}



.news {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(255,255,255,0.9);
    width: 100%;
}
.news dl {
    color: black;
    text-align: left;
    padding: 30px 40px;
}
.news dl dt {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}
.news dl dd {
    font-size: 0.9rem;
    line-height: 1.5rem;
}