@charset "utf-8";
/* CSS Document */
body {
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 16px;
		line-height: 2;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		overflow-x: hidden;
}
* {
		box-sizing: border-box;
}

figure {
	padding: 0;
	margin: 0;
}

/* ヘッダー */
header {
		position: fixed;
		width: 100%;
		height: 80px;
		z-index: 999;
		background-color: #fff;
		box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#header {
		width: auto;
		height: 80px;
		display: flex;
		justify-content: space-between;
}
#header h1 {
		margin: 27px 0 0 39px;
		padding: 0;
		line-height: 1;
}
#header ul, #header li {
		margin: 0;
		padding: 0;
		list-style: none;
}
.gnav ul {
		display: flex;
		justify-content: space-between;
}
#header .gnav ul li {
		line-height: 1;
		font-size: 14px;
		font-weight: bold;
		margin-right: 40px;
}
#header .gnav ul li a {
		width: auto;
		height: 80px;
		line-height: 80px;
		display: block;
		text-decoration: none;
		color: #000;
		border-bottom: 5px solid #fff;
}
#header .gnav ul li a:hover {
		border-bottom: 5px solid #960600;
}
.header-nav ul {
		display: flex;
		justify-content: space-between;
}
.sp-nav {
		display: none;
}
.megaWrap {
    width: 100%;
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    background: #960600;
}
#header .gnav ul li .megaWrap ul li {
	margin-right: 80px;
}
#header .gnav ul li .megaWrap ul li a {
	color: #fff;
	border: none;
	background: url("../images/common/link_icon_off.png") no-repeat left center;
	padding-left: 27px;
}
#header .gnav ul li .megaWrap ul li a:hover {
	background: url("../images/common/link_icon_on.png") no-repeat left center;
}
#header .gnav ul li .megaWrap ul {
	display: flex;
	justify-content: center;
}

/* TOPページ */
/* TOP動画 */
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: bottom;
}
.pc-top {
	display: block;
	position: relative;
}
.main-img {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

video {
    position:relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.pattern {
    background: url(../images/top/grid.png);
    position:absolute;
    right: 0;
    bottom: 0;
	top:0;
	left:0;
	margin:auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
	z-index:1;
}

.movie_over1 {
	width:100%;
	height:auto;
	position:absolute;
	left:0;
/*	top:15%;*/
	text-align:center;
	z-index:2;
}

.movie_over1 {
	width:774px;
	height: 338px;
	position:absolute;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align:center;
	z-index:2;
}

.movie_over2 {
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	z-index:3;
}

.movie_over1 img {
	width:auto;
	height: auto;
}

.movie_over2 img {
	max-width:30%;
	width:auto;
}

/* メインビジュアル */
.mv {
		position: relative;
		background: url("../images/top/mv.jpg") no-repeat top center;
		background-size: contain;
		height: 0;
		padding-top: 52.08%;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
}

.mv figure {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 774px;
		height: 238px;
}
.news {
		position: relative;
		top: -80px;
		display: flex;
		width: 1150px;
		margin: 0 auto;
	z-index: 10;
}
.news-list {
		width: 920px;
		height: 180px;
}
.news-ttl {
		align-items: center;
		width: 230px;
		height: 180px;
		background-color: #960600;
		color: #fff;
		text-align: center;
}
.news-ttl a {
		color: #fff;
}
.news-ttl .news-list-cat {
		font-family: azo-sans-web, sans-serif;
		font-style: italic;
		font-weight: 900;
		font-size: 28px;
		margin: 22px 0 20px;
		line-height: 1;
		letter-spacing: 2px;
}
.news-ttl .news-list-txt {
		font-size: 14px;
		margin: 0 0 15px 0;
		line-height: 1;
		font-weight: 600;
}
.news-ttl .news-list-link {
		display: inline-block;
}
.news-ttl .news-list-link a {
		display: block;
		border: 1px solid #fff;
		border-radius: 5px;
		padding: 5px 38px;
		line-height: 1;
		text-decoration: none;
}
.news ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
}
.news ul li {
		width: 25%;
		height: 180px;
		list-style: none;
		margin: 0;
		padding: 0 25px;
		box-sizing: border-box;
		text-align: center;
		display: flex;
		align-items: center;
		border-right: 1px solid #D2D2D2;
		background-color: #fff;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
}
.news ul li:hover {
		background-color: #e7e7e7;
}
.news ul li p {
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
}
.news ul li .cat {
		color: #960600;
		border: 1px solid #960600;
		display: inline-block;
		padding: 5px 30px;
		margin-bottom: 20px;
		line-height: 1;
}
.news ul li .data {
		color: #7C7C7C;
		margin-bottom: 10px;
}
.news ul li a {
		color: #000;
		text-decoration: none;
}

.news ul li.top-news {
	background: #fffceb;
}

/* 社員の一日 */
.day-cnt {
		width: 740px;
		height: 500px;
		margin-bottom: 20px;
		float: left;
		background-color: #fff;
		border-radius: 7px;
}
		.day-cnt a {
			text-decoration: none;
			color: inherit;
		}
.day-cnt ul, .day-cnt ul li {
		list-style: none;
		margin: 0;
		padding: 0;
}
.day-cnt ul li {
		padding: 20px;
		position: relative;
}
.day-cnt .day-ttl {
		width: 188px;
		height: 70px;
	z-index: 9999;
		position: absolute;
		top: 0;
		left: 40px;
		margin: 0;
		padding: 0 0 0 74px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		line-height: 70px;
		background: url("../images/top/1day_icon.png") no-repeat 24px center, #f28bee;
		text-align: left;
		border-radius: 0px 0px 10px 10px;
}
.day-cnt .tec {
		font-size: 16px;
		color: #fff;
		background-color: #F28BEE;
		padding: 4px 27px;
		line-height: 1;
		font-weight: bold;
		margin-right: 30px;
}
.day-cnt .name {
		font-size: 16px;
		line-height: 1;
		font-weight: bold;
}
.day-cnt .slider2 .day-ttl, .day-cnt .slider2 .tec {
		background-color: #2D57FF;
}
.day-cnt .slider3 .day-ttl, .day-cnt .slider3 .tec {
		background-color: #7DCE4E;
}
.slick-prev {
		left: 50px;
		z-index: 1;
}
.slick-next {
		right: 50px;
		z-index: 1;
}
.slick-prev:before, .slick-next:before {
		display: none;
}
.slick-prev {
		width: 12px;
		height: 20px;
		content: "";
		background: url("../images/top/icon_left.png") no-repeat 0 0;
}
.slick-next {
		width: 12px;
		height: 20px;
		content: "";
		background: url("../images/top/icon_right.png") no-repeat 0 0;
}
.slick-prev:hover, .slick-prev:focus {
		background: url("../images/top/icon_left.png") no-repeat 0 0;
}
.slick-next:hover, .slick-next:focus {
		background: url("../images/top/icon_right.png") no-repeat 0 0;
}
.slide-dots {
		position: relative;
		top: -129px;
		display: flex;
		text-align: center;
		justify-content: center
}
.day-cnt ul.slide-dots li {
		padding: 0;
}
.day-cnt ul.slide-dots li button {
		cursor: pointer;
		text-indent: -9999em;
		background: none;
		border: none;
		background-color: #C9C9C9;
		width: 50px;
		height: 5px;
		margin: 0 10px;
}
.day-cnt .img {
		margin: 0;
		overflow: hidden;
}
.day-cnt .img img {}
.day-cnt .info {
		position: relative;
		top: 65px;
}
.day-cnt ul.slide-dots .slick-active button {
		background-color: #F28BEE;
}
.slick-dotted.slick-slider {
		margin-bottom: 0px;
		height: 500px;
		overflow: hidden;
}
.slick-slide {
		height: 500px;
}
.day-cnt ul.slide-dots .slick-active:nth-child(2) button {
		background-color: #2D57FF;
}
.day-cnt ul.slide-dots .slick-active:nth-child(3) button {
		background-color: #7DCE4E;
}
.slick-prev, .slick-next {
		top: 39%;
}
.day-cnt ul li.slider1, .day-cnt ul li.slider2, .day-cnt ul li.slider3 {}
/* 代表メッセージ以下 */
.col-single {
		position: relative;
		width: 360px;
		height: 500px;
		margin-left: 20px;
		margin-bottom: 20px;
		padding: 20px;
		float: left;
		background-color: #fff;
		border-radius: 7px;
			-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
}
.col-two {
		position: relative;
		width: 740px;
		height: 500px;
		margin-left: 20px;
		margin-bottom: 20px;
		padding: 20px;
		float: left;
		background-color: #fff;
		border-radius: 7px;
			-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
}
.col-single figure, .col-two figure {
		margin: 0;
		padding: 0;
}
.top-ttl {
		width: auto;
		height: 130px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #F25B48;
		text-align: center;
		color: #fff;
		margin: 0 20px 20px 20px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.top-ttl h2 {
		font-size: 35px;
		font-family: azo-sans-web, sans-serif;
		font-style: italic;
		font-weight: 900;
		line-height: 1;
		letter-spacing: 2px;
		margin: 0 0 10px 0;
}
.top-ttl p {
		font-size: 15px;
		margin: 0;
}
.color-blue {
		background-color: #35BBC4;
}
.color-orange {
		background-color: #FFBE7F;
}
.color-green {
		background-color: #78C41F;
}
.color-blue2 {
		background-color: #34B8DE;
}
.color-orange2 {
	background-color: #F0BC2F;
}
.color-purple {
	background-color: #4c48f2;
}
.imgWrap {
		overflow: hidden;
}
.imgWrap img {
		display: block;
		transition-duration: 0.3s;
}
.imgWrap img:hover {
		transform: scale(1.1);
		transition-duration: 0.3s;
		opacity: 0.8;
}
#top-society,
#top-factory {
		margin-left: 0;
}
#top-project .top-ttl, #top-factory .top-ttl, #top-business .top-ttl {
		height: 173px;
		background: url("../images/top/top_project_bg.png") repeat-x top;
		align-items: flex-start;
		padding-top: 70px;
}
#content-foot {
		width: auto;
		height: 320px;
		background: url("../images/top/content_foot_bg.jpg") no-repeat center center;
}
/* レイアウト */
body {
		min-width: 1150px;
}
#main {
		padding-top: 80px;
}
#content {
		position: relative;
		width: auto;
		height: auto;
		background: url("../images/top/body_bg.jpg") repeat-x bottom center;
		background-size: cover;
		text-align: center;
		padding: 0 20px 191px;
}
#main .sec-main {
	background: none;
	padding: 0;
}

#main .sec-main a:hover {
	color: #78C41F;
}

.wrap {
	width: 1080px;
	margin: 0 auto;
	text-align: left;
}
/* フッターお問い合わせ */
#top-content {
		width: 1880px;
		margin: 0 auto;
		text-align: center;
}
#content-foot ul {
		width: 1150px;
		margin: 0 auto;
		padding: 47px 0;
		display: flex;
		justify-content: space-between;
		list-style: none;
}
#content-foot ul li {
		width: 360px;
		height: 227px;
		list-style: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
		background-color: #fff;
		border-radius: 7px;
		text-align: center;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
}
#content-foot ul li a {
		text-decoration: none;
		color: inherit;
}
#content-foot ul li:hover {
		background-color: #e7e7e7;
}
#content-foot ul li figure {
		padding: 40px 0 0 0;
		margin: 0;
}
#content-foot ul li h2 {
		font-size: 25px;
		color: #960600;
		font-family: azo-sans-web, sans-serif;
		font-weight: 700;
		font-style: normal;
		margin: 20px 0 5px;
		line-height: 1;
}
#content-foot ul li p {
		margin: 0;
		font-weight: bold;
}
.footer-contact {
		position: relative;
		z-index: 1;
		padding: 67px 0;
		text-align: center;
		box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.footer-contact .contact-bt {
		width: 740px;
		margin: 0 auto;
}
.footer-contact .contact-bt a {
		display: block;
		padding: 20px;
		color: #fff;
		background-color: #960600;
		border: 1px solid #fff;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		border-radius: 7px;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
}
.footer-contact .contact-bt a span {
		display: inline-block;
		background: url("../images/top/icon_mail.png") no-repeat left center;
		padding-left: 70px;
}
.footer-contact .contact-bt a:hover {
		border: 1px solid #960600;
		background-color: #fff;
		color: #960600;
}
.footer-contact .contact-bt a:hover span {
		background: url("../images/top/icon_mail_on.png") no-repeat left center;
}
/* フッター */
footer {
		position: relative;
		background-color: #F1F8E4;
		z-index: 0;
		text-align: center;
}
.address {
		display: flex;
		justify-content: center;
		font-size: 16px;
		font-weight: bold;
		padding: 30px 0;
		border-bottom: 1px solid #adadad;
}
.address p:first-child {
	margin-right: 10px;
}
.footer-nav {
		width: 1150px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
}
.footer-nav > div {
		width: calc(100% /4);
		border-right: 1px solid #adadad;
		padding: 40px 0 40px 60px;
}
.footer-nav > div:last-child {
		border: none;
}
.footer-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
}
.footer-nav ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 15px;
}
.footer-nav ul li a {
		text-decoration: none;
		color: #000;
}
.footer-nav ul li a:hover {
		color: #78C41F;
}
.footer-nav ul li a:before {
		content: ">";
		font-size: 12px;
		margin-right: 3px;
}
.footer-nav01 {}
.footer-nav ul li.nav-head {
		font-weight: bold;
		font-size: 18px;
}
.footer-nav ul li.nav-head a:before {
		content: "";
		display: none;
}
address {
		display: block;
		text-align: center;
		background-color: #fff;
		padding: 18px 0;
		font-size: 13px;
		font-style: normal;
}

/* セカンドページ以降共通 */
.head-img {
		width: auto;
		height: 500px;
}
.path {
	width: auto;
	height: auto;
	padding: 29px 0 74px;
}
.path ul,
.page-nav ul,
.footer-cnav ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.path ul li {
	font-size: 15px;
	margin-right: 10px;
}

.path ul li a {
	color: #960600;
	text-decoration: none;
}

.path ul li a:after {
	content: "/";
	color: #960600;
	margin-left: 5px;
}

.page-nav {
	width: auto;
	height: auto;
	text-align: center;
}
.page-nav ul,
.footer-cnav ul{
	justify-content: center;
}
.page-nav ul li {
	margin-right: 74px;
}
.page-nav ul li:last-child {
	margin-right: 0;
}
.page-nav a {
	display: block;
	padding: 20px 30px 20px 0;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid #A8A8A8;
	background: url("../images/common/icon_right.svg") no-repeat right center;
}
.footer-cnav {
	width: 1080px;
	margin: 90px auto;
}
.footer-cnav li {
	width: 240px;
	border: 1px solid #BCBCBC;
	margin-right: 40px;
}
.footer-cnav li:last-child {
	margin-right: 0;
}
.footer-cnav li a {
	display: block;
	padding: 30px 0;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
.footer-cnav li a:hover {
    color: #78C41F;
}

.footer-cnav li a span {
	background: url("../images/common/icon_right.svg") no-repeat right center;
	padding-right: 40px;
}
.head-cnav li a span {
	background: url("../images/common/icon_bottom.svg") no-repeat right center;
	padding-right: 40px;
}
.head-txt-box {
    margin: 90px 0 120px;
	font-weight: 600;
}
.mt60 {
	margin-top: 60px;
}
.cols-box {
	display: flex;
	justify-content: space-between;
}
.cols-box img {
	vertical-align: bottom;
}

.vision-img {
	width: auto;
	height: auto;	
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.vision-img ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.vision-img ul li {
	padding-bottom: 8px;
}
.vision-img ul li img {
	vertical-align: bottom;
}
.green {
	background-color: #19AE19;
}
.red {
	background-color: #960600;
}

.society-box {
	margin: 90px 0 120px;
}
.list-box {
	border: 1px solid #BCBCBC;
	padding: 16px 24px;
	margin-bottom: 20px;
}
.list-box h4 {
	position: relative;
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 25px;
}
.list-box h4:before {
	position: absolute;
	left: 0;
	content: "";
	width: 5px;
	height: 37px;
	background-color: #960600;
}
.list-box p {
	margin-top: 20px;
	margin-left: 25px;
}

.read-box {
	text-align: left;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.vision-img ul {
		flex-wrap: wrap;
	}
	.vision-img ul li {
		width: 33%;
	}
	.society-box {
	margin: 60px 0 50px;
}
	
	.list-box h4 {
		font-size: 16px;
	}
	.list-box p {
    margin-top: 10px;
    margin-left: 25px;
	margin-bottom: 10px;
    font-size: 14px;
}
}

/* タイトル・見出し */

.ttl {
	text-align: center;
	margin: 98px;
	margin-bottom: 88px;
}
.ttl h2 {
	font-family: azo-sans-web, sans-serif;
	font-size: 50px;
	color: #960600;
	font-weight: 600;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 35px;
}
.ttl p {
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
}

.ttl-h3 {
	position: relative;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
}
.ttl-h3:after {
	content: "";
	width: 70px;
	height: 5px;
	background-color: #960600;
	bottom: -22px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
}
.ttl-h4 {
	font-size: 18px;
	font-weight: 600;
	color: #960600;
	border-left: 5px solid #960600;
	padding-left: 20px;
	margin-top: 40px;
}
.ttl-h5 {
	font-size: 18px;
	font-weight: 600;
	padding-left: 4px;
	margin-top: 40px;
}
.ttl-h5::before {
	content: "▼";
	color: #960600;
	margin-right: 12px;
}
.ttl-nohead {
	margin-top: 0;
}


/* ボタン関係 */

.red-box-bt {
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}

.red-box-bt p {
	margin: 0;
}

.red-box-bt a {
	display: block;
	border: 1px solid #960600;
	color: #960600;
	padding: 20px 40px;
	text-decoration: none;
	line-height: 1;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	font-weight: 600;
	font-size: 18px;
}
.red-box-bt a:hover {
	background-color: #960600;
	color: #fff !important;
}

.details-bt {
	display:block;
}
.details-bt a {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	display: inline-block;
    padding: 5px 25px;
    border-radius: 5px;
    position: relative;
    min-width: 198px;
    text-align: center;
	border: 1px solid #960600;
	background-color: #960600;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 15px;
	text-align: center;
}
.details-bt a:hover {
	color: #960600 !important;
	background-color: #fff;
	border: 1px solid #960600;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.submit-bt {
	text-align: center;
}

.submit-bt input {
	width: 245px;
	height: 60px;
	color: #fff;
	background-color: #960600;
	border: 1px solid #960600;
	font-size: 18px;
	font-weight: bold;
	border: none;
	cursor:pointer;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
}
.submit-bt input:hover {
	color: #960600;
	border: 1px solid #960600;
	background-color: #fff;
}

.entry-bt {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
.entry-bt p {
	margin: 0;
}

.entry-bt a {
	display: block;
	background-color: #960600;
	border: 1px solid #960600;
	color: #fff;
	padding: 30px 0;
	font-size: 20px;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
}
.entry-bt a:hover {
	background-color: #fff;
	color: #960600 !important;
	border: 1px solid #960600;
	cursor:pointer;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
}


@media screen and (max-width: 767px) {

.entry-bt {
	width: auto;
	}
}

/* テーブル関係 */

.entry-tbl {
	margin: 50px auto;
}

.entry-tbl table {
	width: 100%;
	border-spacing: 0;
}

.entry-tbl th,
.entry-tbl td {
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}
.entry-tbl td {
	padding: 18px 50px 18px 27px;
}
.entry-tbl th {
	width: 350px;
	padding: 17px 0 17px 27px;
	line-height: 50px;
}
.entry-tbl th .req {
	width: 66px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	float: right;
	background-color: #960600;
	color: #fff;
	justify-content: center;
}
.entry-tbl tr:nth-child(odd) {
	background-color: #EBEBEB;
}
.entry-tbl td input {
	width: 650px;
	height: 50px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	padding: 14px 24px;
	font-size: 18px;
}
.entry-tbl td input[type=radio] {
	width: 19px;
    height: 19px;
    vertical-align: middle;
	margin: 0 13px 0 0;
}

.entry-tbl td input.txtbox-year,
.entry-tbl td input.txtbox-month {
	width: 157px;
}

.entry-tbl td label {
	font-size: 18px;
	font-weight: bold;
	margin-right: 42px;
}

.entry-tbl td .textarea {
	width: 650px;
	height: 200px;
}

.entry-tbl input[type=radio]:checked + .radio {
	
}

.rows th {
	vertical-align: top;	
}

.common-tbl {
	margin-bottom: 130px;
}

.common-tbl table {
	width: 100%;
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
}
.common-tbl table th,
.common-tbl table td {
	text-align: left;
	vertical-align: middle;
	padding: 30px;
	border: 1px solid #BCBCBC;
	font-weight: 600;
}
.common-tbl table th {
	background-color: #F8F8F8;
	font-size: 18px;
	border-right: none;
}
.common-tbl table td {
	border-left: none;
}
.common-tbl table td strong {
	color: #960600;
}
.common-tbl table td p {
	margin: 0 0 30px 0;
}
.common-tbl table td p:last-child {
	margin-bottom: 0;
}

.common-tbl-head {
	margin: 100px 0 0;
}

@media screen and (max-width: 767px) {
.entry-tbl {
	margin: 20px auto 120px;
}

.entry-tbl th,
.entry-tbl td {
	display: block;
	width: auto;
	padding: 10px;
	line-height:inherit;
	font-size: 16px;
}

	.entry-tbl th {
		padding-bottom: 0;
	}	
		.entry-tbl td {
			padding-bottom: 20px;
	}	
	
	.entry-tbl th .req {
	width: auto;
	height: auto;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
	.entry-tbl td input,
	.entry-tbl td .textarea {
		width: 100%;
		max-width: 100%;
	}

	.entry-tbl td input {
	    padding: 10px;
		font-size: 16px;
	}
	
	.entry-tbl td input.txtbox-year, .entry-tbl td input.txtbox-month {
    width: 100px;
}
.entry-tbl td label {
    font-size: 16px;
    margin-right: 20px;
}
.entry-tbl td.job label {
	display: block;
	}
.common-tbl {
	margin-bottom: 40px;
}

.common-tbl table {
		border: 1px solid #BCBCBC;
}
.common-tbl table th,
.common-tbl table td {
	display: block;
	padding: 15px;
	border: none;
}
.common-tbl table th {
	font-size: 16px;
	border-bottom: none;
	border-bottom: 1px solid #BCBCBC;
}
.common-tbl table td {
	border-top: none;
	border-bottom: none;
	border-bottom: 1px solid #BCBCBC;
}
.common-tbl table tr:last-child td {
	border-bottom: none;
}
	.common-tbl-head {
    margin: 50px 0 0;
}
}

@media screen and (min-width:1551px) and ( max-width:1880px) {
/* フルサイズ以下 中間ポイント1 */
	#top-content {
	    width: 1500px;
	}
	
	.top-order-box {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: flex-start;		
	}
	
		#top-msg {
				order: 1;
		}
		#top-vision {
				order: 2;
		}
		#top-intro {
				order: 3;
		}
		#top-society {
				order: 4;
		}
		#top-culture {
				order: 7;
		}
		#top-project {
				order: 5;
		}
		#top-person {
				order: 6;
		}
		#top-factory {
				order: 8;
		}
		#top-training {
				order: 9;
		}
		#top-business {
				order: 10;
		}	
	
	#top-intro {
		margin-left: 0;
	}
	#top-society {
		margin-left: 20px;
	}
	#top-person {
		margin-left: 0;
	}
	#top-factory {
		margin-left: 20px;
	}
	#top-training {
		margin-left: 0;
	}
	
}

@media screen and (min-width:768px) and ( max-width:1550px) {
/* 1550px以下 中間ポイント2 */
.news {
    width: 1120px;
}
		#top-content {
	    width: 1120px;
	}
	.day-cnt {
}
	#top-vision {
		margin-left: 0;
	}
	#top-society {
		margin-left: 20px;
	}
	#top-culture {
		margin-left: 0;
	}
	#top-person {
		margin-left: 0;
	}
	#top-factory {
		margin-left: 20px;
	}
	#top-training {
		margin-left: 0;
	}
	#content-foot ul {
    width: 1120px;
	}
	
}

@media (max-width: 1149px) {
/* 1149ピクセル以下 */
	#header .gnav ul li {
			margin-right: 15px;
		}
}
.pc {
		display: block;
}
.sp {
		display: none !important;
}

@media screen and (max-width: 1080px) {
	/* 1080ピクセル以下 */


		body {
				min-width: inherit;
		}
		img {
				width: auto;
				height: auto;
				max-width: 100%;
		}
		/* ヘッダー */
		header {
				height: 48px;
		}
		.gnav {
				display: none;
		}
		#header {
				height: auto;
		}
		#header h1 {
				margin: 12px 0 0 15px;
		}
		#header li {
				width: 60px;
		}
		#header li img {
				width: 60px;
		}
		.sp-nav {
				display: block;
		}
		/* ハンバーガーメニュー */
		.global-nav {
				position: fixed;
				right: -320px; /* これで隠れる */
				top: 0;
				width: 300px; /* スマホに収まるくらい */
				height: 100vh;
				padding-top: 40px;
				background-color: #fff;
				transition: all .6s;
				z-index: 200;
				overflow-y: auto; /* メニューが多くなったらスクロールできるように */
		}
		.hamburger {
				position: absolute;
				right: 0;
				top: 0;
				width: 60px; /* クリックしやすいようにちゃんと幅を指定する */
				height: 48px; /* クリックしやすいようにちゃんと高さを指定する */
				cursor: pointer;
				z-index: 300;
		}
		.global-nav__list {
				margin: 0;
				padding: 0;
				list-style: none;
		}
		.global-nav__item {
				text-align: center;
				padding: 0 14px;
		}
		.global-nav__item a,
		.global-nav__item span {
				display: block;
				padding: 8px 0;
				border-bottom: 1px solid #eee;
				text-decoration: none;
				color: #111;
			cursor: pointer;
		}
		.global-nav__item a:hover,
		.global-nav__item span:hover {
				background-color: #eee;
			color: #000;
		}
		.hamburger__line {
				position: absolute;
				left: 11px;
				width: 38px;
				height: 4px;
				background-color: #111;
				transition: all .6s;
		}
		.hamburger__line--1 {
				top: 9px;
		}
		.hamburger__line--2 {
				top: 22px;
		}
		.hamburger__line--3 {
				top: 35px;
		}
		.black-bg {
				position: fixed;
				left: 0;
				top: 0;
				width: 100vw;
				height: 100vh;
				z-index: 100;
				background-color: #000;
				opacity: 0;
				visibility: hidden;
				transition: all .6s;
				cursor: pointer;
		}
		/* 表示された時用のCSS */
		.nav-open .global-nav {
				right: 0;
		}
		#header .global-nav ul {
				display: block !important;
		}
		#header .global-nav li {
				width: auto !important;
				font-weight: bold;
		}
		.nav-open .black-bg {
				opacity: .8;
				visibility: visible;
		}
		.nav-open .hamburger__line--1 {
				transform: rotate(45deg);
				top: 20px;
		}
		.nav-open .hamburger__line--2 {
				width: 0;
				left: 50%;
		}
		.nav-open .hamburger__line--3 {
				transform: rotate(-45deg);
				top: 20px;
		}
	/* クリックして展開 */
	.megaWrap {
		position: relative;
		top: 0;
	}
	.megaWrap a {
		color: #fff;
	}
	.global-nav ul li {
		position: relative;

	}
	.open-nav > a:after,
	.open-nav > span:after {
		position: absolute;
		right: 10px;
		top: 22px;
		margin: auto;
		content: "";
		width: 10px;
		height: 6px;
		background: url("../images/common/icon_open.svg") no-repeat center center;
		background-size: cover;		
	}
	.open-nav > a.open:after,
	.open-nav > span.open:after {
		position: absolute;
		right: 10px;
		top: 22px;
		margin: auto;
		content: "";
		width: 10px;
		height: 6px;
		background: url("../images/common/icon_close.svg") no-repeat center center;
		background-size: cover;		
	}
#main {
    padding-top: 48px;
}
}

@media screen and (max-width: 767px) {
		.pc {
				display: none !important;
		}
		.sp {
				display: block !important;
		}
	/* メインビジュアル */
		#main {
				padding-top: 48px;
		}
		.mv {
				width: auto;
		}
		.mv figure {
				width: auto;
				height: auto;
				text-align: center;
		}
		.mv figure img {
				margin-top: 55px;
				width: 80%;
		}
		#content {
				width: auto;
				background: none;
				background-color: #FADBDA;
				padding: 0;
		}
		#top-content {
				width: auto;
				padding: 20px 15px;
		}
		.news {
				position: relative;
				top: auto;
				display: block;
				width: auto;
		}
		.news-list {
				width: 50%;
				float: right;
		}
		.news ul {
				display: block;
				flex-wrap: wrap;
		}
		.news ul li {
				width: auto;
		}
		.news ul li {
				padding: 20px 15px;
		}
		.news-ttl {
				width: 50%;
				float: left;
		}
		.news ul li p {
				font-size: 12px;
		}
		/* TOPコンテンツ */
		.day-cnt {
				width: 100%;
				height: auto;
				float: none;
		}

		.slick-dotted.slick-slider, .slick-slide {
				height: auto;
		}
		.slide-dots {
				top: -98px;
		}
		.day-cnt .info {
				position: relative;
				top: 30px;
		}
		.day-cnt ul li {
				padding: 10px;
				position: relative;
		}
		.day-cnt .day-ttl {
				width: 120px;
				height: 40px;
				left: 20px;
				padding: 0 0 0 40px;
				font-size: 12px;
				line-height: 40px;
				background-size: 20%;
				background-position: 10px center;
		}
.day-cnt .tec {
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 0;
    display: block;
	margin: 0 auto;
	width: 240px;
}
		.slick-next {
				right: 20px;
		}
		.slick-prev {
				left: 20px;
		}
		.news-list .slick-next {
				right: 10px;
		}
		.news-list .slick-prev {
				left: 10px;
		}
		.col-single, #top-factory {
				width: calc(50% - 5px);
				height: auto;
				padding: 10px;
				margin-left: 10px;
		}
		#top-factory {
				margin-left: 0;
		}
		.col-two {
				width: auto;
				height: auto;
				margin-left: 0;
				padding: 10px;
		}
		#top-msg, #top-intro, #top-culture {
				margin-left: 0;
		}
		#top-society {
				margin-left: 10px;
		}
			#top-business {
				margin-bottom: 0;
	}
		#top-project .top-ttl, #top-factory .top-ttl, #top-business .top-ttl {
				height: auto;
				padding-top: 0;
				background-position: bottom;
		}
		.top-order-box {
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-start;
		}
		#top-msg {
				order: 1;
		}
		#top-vision {
				order: 2;
		}
		#top-intro {
				order: 3;
		}
		#top-society {
				order: 4;
		}
		#top-culture {
				order: 5;
		}
		#top-project {
				order: 7;
		}
		#top-person {
				order: 6;
		}
		#top-factory {
				order: 8;
		}
		#top-training {
				order: 9;
		}
		#top-business {
				order: 10;
		}
		.top-ttl {
				width: auto;
				height: auto;
				margin: 0 10px 10px 10px;
		}
		.top-ttl h2 {
				font-size: 20px;
				letter-spacing: inherit;
				margin: 10px 0 5px;
		}
		.top-ttl p {
				font-size: 12px;
				margin: 0 0 10px 0;
		}
	.col-single figure a,
	.col-two figure a {
		display: block;

	}
		/* fotter */
		#content-foot {
				height: auto;
				background-size: cover;
		}
		#content-foot ul {
				width: auto;
				display: block;
				padding: 20px 15px;
		}
		#content-foot ul li {
				width: auto;
				height: auto;
				margin-bottom: 15px;
		}
		#content-foot ul li:last-child {
				margin-bottom: 0;
		}
		#content-foot ul li figure {
				padding: 20px;
				display: flex;
				justify-content: center;
				align-items: center;
		}
		#content-foot ul li figure img {
				width: 50px;
				height: 54px;
				margin-left: 10%;
		}
		#content-foot ul li figure figcaption {
				text-align: center;
				width: 100%;
		}
	#content-foot ul li h2 {
    	font-size: 20px;
		margin-top: 5px;
	}
	#content-foot ul li p {
	    font-size: 14px;
	}
		.footer-contact .contact-bt {
				width: auto;
		}
		.footer-nav {
				width: auto;
		}
	.footer-contact {
    	padding: 20px 15px;
	}
	.address {
    display: block;
    padding: 15px 10px;
}
	.address p:first-child {
	margin-right: 0;
}
	.footer-nav {
    flex-wrap: wrap;
}
.footer-nav > div {
    width: calc(100% / 2);
    border-right: 1px solid #adadad;
    padding: 20px;
}
	.no-head {
		display: none;
	}
	.footer-nav ul li a {
		display: block;
	}
	address {
    padding: 10px;
    font-size: 12px;
	}
	.footer-nav > div.footer-nav02 {
		border-right: none;
	}
	
	/* セカンドページ以降 */
	.head-img {
		height: 200px;
		background-size:cover !important;
	}
	.wrap {
		width: auto;
		padding: 0 15px;
	}
	.footer-cnav {
		width: auto;
		padding: 0 15px;
		margin: 20px 0 10px;
	}
	.footer-cnav ul {
	    justify-content: flex-start;
	}
	.head-cnav {
		padding: 0;
	}
	
	.path {
	    padding: 20px 0 20px;
	}
	.page-nav a {
    padding: 10px 0px;
    font-size: 14px;
    text-align: left;
}
			.path ul, .page-nav ul, .footer-cnav ul {
				flex-wrap: wrap;
		}
		.page-nav ul {
				justify-content: flex-start;
		}
		.page-nav ul li {
				width: calc((100% - 20px) / 2);
				margin-right: 20px;
		}
		.page-nav ul li:nth-child(even){
				margin-right: 0;
		}

	.footer-cnav li {
		width: calc( ( 100% - 10px ) / 2 );
		margin: 0 10px 10px 0;
	}
	.footer-cnav li:nth-child(even) {
		margin-right: 0;
	}
	.footer-cnav li a {
    padding: 20px 10px;
    text-align: left;
		font-size: 14px;
}
	.footer-cnav li a span {
    padding-right: 0;
    display: block;
}
	
	/* タイトル・見出し */
	.ttl {
	    text-align: center;
	    margin: 40px 0;
	    margin-bottom: 40px;
	}
	.ttl h2 {
		font-size: 35px;
		margin-bottom: 15px;
	}
	.ttl p {
    font-size: 18px;
	}
	.ttl-h3 {
    font-size: 18px;
}



}
/* ページトップ */
#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
	z-index: 999;
}

/* ICHINOMIYA ロゴ */

.ichinomiya-logo {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}
.ichinomiya-logo img {
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
		#page-top {
				position: fixed;
				bottom: 10px;
				right: 10px;
				z-index: 9999;
				margin: 0;
		}
	.ichinomiya-logo {
		display: none;
	}
}

.cf::after {
		content: "";
		display: block;
		clear: both;
}

@media print { 

	
}
