html {
	font-size: 62.5%;
	line-height: 1.8;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
	scroll-behavior: smooth;
}
body {
	font-size: 16px; /* for IE */
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	background-color: #000;
}
button, select, textarea {
	font-family : inherit;
	font-size : 100%;
}
li {
	list-style: none;
	line-height: 1.6;
}
p {
	line-height: 1.6;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.4;
}
a {
	text-decoration: none;
	color: #fff;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
    text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.opacity:hover a img {
	filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.montserrat {
	font-family: 'Montserrat', sans-serif;
}

/* header */
header {
	width: 100%;
	background-color: #000;
	text-align: center;
	position: fixed;
	z-index: 100;
}
#header-container {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
h1 {
	width: 220px;
	height: 40px;
	margin: 0 auto 0;
}
/*
#description {
	margin-top: 5px;
	color: #eb3743;
	padding-bottom: 15px;
	font-size: 14px;
}
*/
.menu-link-open {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: url('../img/btn-menu.png') no-repeat;
	background-position: center center;
	background-size: 50px;
	cursor: pointer;
}
.menu-link-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: url('../img/btn-close.png') no-repeat;
	background-position: center center;
	background-size: 50px;
	cursor: pointer;
	display: none;
	z-index: 100;
}
.menu-link-close:hover {
	opacity: 0.8;
}
nav {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	width: 100%;
}
#main-menu {
	background-color: #eb3743;
	font-size: 20px;
	position: absolute;
	z-index: 100;
	top: 90px;
	display: none;
}
#main-menu li {
	border-bottom: 1px solid #ce1e2c;
}
#main-menu li:hover {
	background-color: #ce1e2c;
}
#main-menu li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}

#policy {
	background-color: #000;
}
#works {
	background-color: #2b2b2b;
	color: #fff;
}
#company {
	background-color: #f4f4f4;
	color: #28292d;
}
#recruit {
	background-color: #fff;
	color: #28292d;
}
#contact {
	background-color: #2b2b2b;
	color: #fff;
}
.content-container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.section-container {
	width: 90%;
	margin: 0 auto;
}
h2 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #eb3743;
	font-family: 'montserrat', sans-serif;
	font-size: 40px;
	margin-top: -140px;
	padding-top: 140px;
}
.h2-jp {
	font-size: 32px;
}
.h2-en {
	letter-spacing: 0.1em;
}
h3 {
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}
h4 {
	font-size: 20px;
	text-align: center;
	color: #eb3743;
	margin-top: 25px;
}

.section-container {
	max-width: 744px;
	margin: 0 auto;
}

/* slider */
#slider {
	width: 100%;
	padding-top: 90px;
}
#slide_hype_container {
	margin: auto;
	position: relative;
	overflow: hidden;
	padding: 0;
}
/* policy */
#policy {
	margin-top: -15px;
}
.lead {
	width: 90%;
	margin: 25px auto 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.policy-image {
	width: 90%;
	margin: 20px auto 0;
	text-align: center;
}
.policy-image li:not( :first-child ) {
	margin-top: 15px;
}
.policy-note {
	width: 90%;
	max-width: 906px;
	margin: 25px auto 0;
	padding: 0 15px 15px 15px;
	border: 1px solid #555;
}
.policy-note h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
.policy-note p {
	text-align: center;
	color: #fff;
	font-size: 15px;
}
/* works */
.works-table {
	margin-top: 15px;
	}
.works-table dl {
    border-top: 1px dotted #666;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #666;
	padding-top: 15px;
	padding-bottom: 15px;
}
.works-table dt {
	display: table-cell;
	width: 30%;
	padding-left: 2.5%;
	vertical-align: middle;
}
.works-table dd {
	display: table-cell;
	width: 65%;
	padding-right: 2.5%;
}
#works ul {
	margin-top: 15px;
	border-top: 1px dotted #666;
}
#works li {
    border-bottom: 1px dotted #666;
    margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

#works li span.award{
	color: #cb4f4f;
	font-weight: bold;
}
#works .selected {
color: #fff;
}
/*追加202102by大沼 RGB:white*/
#works .selected:hover {
        background-color:rgba(247,247,247,0.3); 
}
/* company */
.company-table {
	margin-top: 15px;
	border-top: 1px dotted #aaa;
}
.company-table dl {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #aaa;
	padding-top: 15px;
	padding-bottom: 15px;
}
.company-table dt {
	display: table-cell;
	width: 35%;
	padding-left: 2.5%;
	vertical-align: middle;
}
.company-table dd {
	display: table-cell;
	width: 60%;
	padding-right: 2.5%;
}
.google-map {
	width: 100%;
	height: 300px;
	margin-top: 15px;
}
#company h5 {
	margin-top: 15px;
}
#company p {
	font-size: 14px;
	margin-top: 10px;
}

/* recruit */
#recruit p {
	margin-top: 25px;
}

/* contact */
#contact p {
	margin-top: 25px;
}
#contact p span {
	color: #eb3743;
}
#contact-form {
	margin: 25px auto;
}
#contact-form label {
	display: block;
}
#contact-form label:not(:first-child) {
	margin-top: 15px;
}
#contact-form input {
	display: block;
}
#contact-form input[type="text"],
#contact-form textarea {
	width: 100%;
	margin-top: 7px;
	padding: 10px;
	border: 1px solid #444;
	border-radius: 5px;
	background-color: #696a6d;
	color: #fff;
	font-size: 18px;
}
#contact-form input[type="radio"] {
	display: inline;
}
#ask::-webkit-input-placeholder {
	color: #aaa;
}
#ask::-moz-placeholder {
	color: #aaa;
}
#ask:-ms-input-placeholder {
	color: #aaa;
}
#contact-form input.btn-on {
	display: block;
	width: 70%;
	margin: 30px auto 0;
	border-radius: 5px;
	border: none;
	padding: 10px;
	background-color: #eb3743;
	color: #fff;
	font-size: 20px;
	-webkit-appearance: none;
}
#contact-form input.btn-on:hover {
	background-color: #ce1e2c;
	cursor: pointer;
}
#contact-form input.btn-off {
	display: block;
	width: 70%;
	margin: 20px auto 0;
	border-radius: 5px;
	border: none;
	padding: 10px;
	background-color: #696a6d;
	color: #fff;
	font-size: 20px;
	-webkit-appearance: none;
}
#contact-form input.btn-off:hover {
	background-color: #555;
	cursor: pointer;
}
.btn-top a {
	display: block;
	width: 70%;
	max-width: 240px;
	margin: 30px auto 0;
	text-align: center;
	border-radius: 5px;
	border: none;
	padding: 10px;
	background-color: #eb3743;
	color: #fff;
	font-size: 20px;
}
.btn-top a:hover {
	background-color: #ce1e2c;
}
.validation {
	display: block;
	font-size: 13px;
	color: #fff;
	background-color: #eb3743;
	padding: 5px;
	margin-top: 7px;
	clear: both;
	display: none;
}

/* page-top */
.page-top {
	display: none;
    position: fixed;
	width: 60px;
	height: 60px;
	border-radius: 8px;
	background: url('../img/page-top.png') rgba(0,0,0,0.6) no-repeat;
	background-size: cover;
	bottom: 15px;
	right: 15px;
	text-indent: -9999px;
	z-index: 100;
	border-radius: 30px;
}
.page-top a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
}
.page-top:hover {
	opacity: 0.8;
}

/* footer */
footer {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer-logo {
	width: 160px;
	margin: 0 auto;
}
#footer-menu {
	display: none;
}
small {
	display: block;
	font-size: 12px;
	margin-top: 15px;
}

/* common */
.zebra-stripe {
	width: 32px;
	display: block;
	margin: 25px auto 0;
}
.text-red {
	color: #eb3743;
}

/* lower-page */
.contact-lower {
	padding-top: 150px;
}
.contact-form-lower label {
	color: #aaa;
}
.contact-form-lower p {
	font-size: 20px;
	margin-top: 10px !important;
	margin-bottom: 30px;
	line-height: 1.4;
}
.contact-form-lower p:last-child {
	margin-bottom: 10px;
}

@media screen and (min-width:641px){
	.policy-image {
		max-width: 906px;
		overflow: hidden;
	}
	.policy-image li {
		width: 32%;
		margin-right: 2%;
		float: left;
	}
	.policy-image li:not(:first-child) {
		margin-top: 0;
	}
	.policy-image li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width:961px){
	#header-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	h1 {
		width: 250px;
		height: 50px;
	}
	.menu-link-open {
		display: none;
	}
	.menu-link-close {
		display: none;
	}
	#main-menu {
		border-top: 0;
		display: block;
		top: 110px;
	}
	#main-menu li {
		display: inline-block;
		width: 144px;
		border-bottom: 0;
	}
	#slider {
		padding-top: 170px;
	}
	h2 {
		margin-top: -210px;
		padding-top: 210px;
	}
	#policy {
		margin-top: 0;
	}
	.policy-note {
		padding-left: 45px;
		padding-right: 45px;
	}
	.google-map {
		height: 400px;
	}
	.contact-lower {
		padding-top: 215px ;
	}
	#contact-form {
		overflow: hidden;
	}
	#contact-form label:not(:first-child) {
		margin-top: 20px;
	}
	#contact-form label.radio {
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#contact-form label[for="ask"] {
		clear: both;
	}
	#contact-form input.btn-on {
		width: 240px;
		float: left;
		margin: 32px 0 0 105px;
	}
	#contact-form input.btn-off {
		width: 240px;
		float: right;
		margin: 32px 105px 0 0;
	}
	#footer-container {
		width: 906px;
		margin: 0 auto;
		padding-top: 25px;
		overflow: hidden;
	}
	#footer-logo {
		margin: 0 0;
		float: left;
	}
	#footer-menu {
		text-align: right;
		width: 746px;
		display: block;
		float: right;
	}
	#footer-menu li {
		display: inline-block;
		padding-left: 15px;
	}
	#footer-menu li a {
		display: block;
	}
	#footer-menu a:hover {
		color: #ce1e2c;
	}
	.current-page a {
		color: #eb3743;
	}
	#footer-menu .current-page a:hover {
		color: #ce1e2c;
	}
	small {
		padding-top: 60px;
		padding-bottom: 10px;
		clear: both;
	}
.box-oshirase{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
