@media screen and (max-width: 768px) {
  #overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 20;
  }
}
#stage {

  overflow: hidden;
  /* min-width: 1200px; */
  width: 100%;
}
@media screen and (max-width: 768px) {
  #stage {
    min-width: initial;
    min-width: auto;
  }
}

/*------------------------------
header
------------------------------*/
#header {
  border-top: 5px solid #c30d23;
  position: relative;
  z-index: 99;
}
#header .header-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #header .header-inner {
    width: 100%;
    background-color: #fff;
  }
}
#header .header-inner .logo-area {
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .logo-area {
    width: 92%;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #fff;
  }
}
#header .header-inner .logo-area .logo {
  float: left;
  width: 245px;
}
#header .header-inner .logo-area .logo a:hover img {
  opacity: 1;
}
#header .header-inner .logo-area .text {
  float: left;
  margin-top: 5px;
  font-size: 13px;
  color: #999;
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .logo-area .sp--menu {
    float: right;
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  #header .header-inner #nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    display: none;
    top: 0;
  }
  #header .header-inner #nav .nav--logo--area {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
    display: block;
  }
}
#header .header-inner .global {
  overflow: hidden;
  margin-top: 18px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global {
    background-color: #222;
    margin-top: 0;
    border-bottom: none;
  }
}
#header .header-inner .global li {
  float: left;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li {
    width: 100%;
    float: none;
    text-align: left;
  }
}
#header .header-inner .global li.global-item {
  background-color: #fff;
}
#header .header-inner .global li.global-item:nth-child(5) {
  background: url(/common/images/nav_line.png) 100% 20% no-repeat;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li.global-item:nth-child(5) {
    background: #fff;
  }
}
#header .header-inner .global li.global-item > a {
  border-bottom: 5px solid #fff;
  line-height: 1.75em;
  background: url(/common/images/nav_line.png) 0 20% no-repeat;
  font-size: 16px;
font-weight: bold;
  }
#header .header-inner .global li.global-item > a img {
  margin-bottom: 12px;
}
#header .header-inner .global li.global-item > a:hover img {
  opacity: 1;
}
#header .header-inner .global li.global-item > a:after {
  content: '';
  border-bottom: 5px solid #fff;
}
#header .header-inner .global li.global-item > a.on {
  border-bottom: 5px solid #c30d23;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li.global-item > a {
    padding: 14px 0 8px 5%;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    background: none;
  }
  #header .header-inner .global li.global-item > a.pc {
    display: none;
  }
}
#header .header-inner .global li a {
  display: block;
  width: 240px;
}
#header .header-inner .global li a.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li a.sp {
    display: block;
  }
}
#header .header-inner .global li a .font {
  display: block;
  color: #c30d23;
  font-size: 10px;
  line-height: 1em;
  padding-bottom: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li a {
    width: 100%;
  }
  #header .header-inner .global li a.btn {
    width: 92%;
    margin: 16px auto;
    padding: 8px 0;
    text-align: center;
    display: block;
    border: 1px solid #656565;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
  }
  #header .header-inner .global li a .font {
    display: inline-block;
    margin-left: 8px;
  }
}
#header .header-inner .global li .sp--open {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li .sp--open {
    padding: 14px 0 8px 5%;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    display: block;
    background: url(/common/images/arrow_nav_down.png) 90% center no-repeat;
    background-size: 16px;
  }
  #header .header-inner .global li .sp--open.bt {
    border-top: 1px solid #eee;
  }
  #header .header-inner .global li .sp--open.on {
    background: url(/common/images/arrow_nav_up.png) 90% center no-repeat;
    background-size: 16px;
  }
}
#header .header-inner .global li .global-submenu {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(195, 13, 35, 0.7);
  padding: 15px 0;
  border-top: 1px solid #fff;
}
#header .header-inner .global li .global-submenu ul {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li .global-submenu ul {
    width: 100%;
  }
}
#header .header-inner .global li .global-submenu ul.recycle li:nth-child(1) {
  margin-left: 220px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li .global-submenu ul.recycle li:nth-child(1) {
    margin-left: 0;
  }
}
#header .header-inner .global li .global-submenu ul.company li:nth-child(1) {
  margin-left: 320px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li .global-submenu ul.company li:nth-child(1) {
    margin-left: 0;
  }
}
#header .header-inner .global li .global-submenu ul.recruit li:nth-child(2) {
  margin-left: 530px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li .global-submenu ul.recruit li:nth-child(2) {
    margin-left: 0;
  }
}
#header .header-inner .global li .global-submenu li {
  text-align: center;
  margin: 0 35px 0 0;
}
#header .header-inner .global li .global-submenu li a {
  color: #fff;
  width: auto;
  padding: 0 10px;
}
#header .header-inner .global li .global-submenu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #header .header-inner .global li .global-submenu {
    position: static;
    background-color: #eee;
    border: none;
    padding: 16px 4% 10px;
  }
  #header .header-inner .global li .global-submenu ul.business, #header .header-inner .global li .global-submenu ul.recycle, #header .header-inner .global li .global-submenu ul.company, #header .header-inner .global li .global-submenu ul.recruit {
    padding: 0;
  }
  #header .header-inner .global li .global-submenu li {
    text-align: left;
    margin-bottom: 5px;
  }
  #header .header-inner .global li .global-submenu li a {
    color: #333;
    padding: 0 3%;
    margin: 0;
  }
  #header .header-inner .global li .global-submenu li.sp a {
    padding: 0;
  }
}
#header .header-inner .submenu {
  position: absolute;
  top: 14px;
  right: 50%;
  margin-right: -600px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #header .header-inner .submenu {
    position: static;
    background-color: #222;
    margin-right: 0;
  }
}
#header .header-inner .submenu li {
  float: left;
  margin-left: 25px;
}
#header .header-inner .submenu li a {
  font-size: 13px;
  color: #333;
  padding-left: 15px;
  display: inline-block;
  background: url(/common/images/arrow_red.png) 0% 47% no-repeat;
}
#header .header-inner .submenu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #header .header-inner .submenu li {
    width: 50%;
    margin-left: 0;
    box-sizing: border-box;
    border-top: 1px solid #5E6565;
  }
  #header .header-inner .submenu li a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    box-sizing: border-box;
    color: #fff;
    background: none;
  }
  #header .header-inner .submenu li:first-child {
    border-right: 1px solid #656565;
  }
  #header .header-inner .submenu li:before {
    display: none;
  }
}

.pagetop {
  text-align: center;
}
.pagetop a {
  display: block;
  transition: opacity 0.2s ease 0.15s;
  vertical-align: text-bottom;
  padding: 9px 0;
  background-color: #c30d23;
}
.pagetop a img {
  width: 128px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    width: 100%;
  }
  .pagetop a img {
    width: 33.33%;
  }
}
.pagetop a:hover {
  opacity: 0.7;
}

/*------------------------------
footer
------------------------------*/
#footer {
  background-color: #eee;
  position: relative;
  z-index: 1;
}
#footer p {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-inner {
    width: 100%;
    padding: 50px 0 0;
  }
}
#footer .inner-left {
  float: left;
  width: 328px;
}
#footer .inner-left .logo {
  width: 245px;
}
#footer .inner-left .logo a:hover img {
  opacity: 1;
}
#footer .inner-left p.address {
  color: #333;
  margin: 15px 0 24px;
  line-height: 2em;
  letter-spacing: 0.01em;
  font-size: 13.7px;
}
#footer .inner-left p span a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #footer .inner-left {
    width: 92%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  #footer .btn--sitemap {
    color: #fff;
    text-align: center;
    width: 100%;
    background: #222 url(/common/images/footer_sitemap_down.png) 95% center no-repeat;
    background-size: 14px;
    border-bottom: 1px solid #565656;
    padding: 10px 0;
    margin-top: 40px;
    font-size: 15px;
  }
  #footer .btn--sitemap.open {
    background: #222 url(/common/images/footer_sitemap_up.png) 95% center no-repeat;
    background-size: 14px;
  }
}
#footer .inner-right {
  float: right;
  width: 845px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #footer .inner-right {
    background-color: #fff;
  }
}
#footer .inner-right .sitemap {
  float: left;
  border-left: 1px solid #ccc;
  width: 280px;
  padding: 20px 0 0;
}
#footer .inner-right .sitemap li {
  float: none;
}
#footer .inner-right .sitemap li .heading {
  border-left: 2px solid #c30d23;
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-left: -1px;
  line-height: 1.2em;
}
#footer .inner-right .sitemap li .heading.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer .inner-right .sitemap li .heading.sp {
    display: block;
  }
}
#footer .inner-right .sitemap li ul li {
  padding-left: 18px;
  margin-bottom: 18px;
  line-height: 1.2em;
}
#footer .inner-right .sitemap li ul li a {
  display: inline-block;
  padding-left: 12px;
  line-height: 1.2em;
  background: url(/common/images/arrow_red.png) 0 48% no-repeat;
}
@media screen and (max-width: 768px) {
  #footer .inner-right .sitemap li ul li a {
    background: none;
  }
}
#footer .inner-right p.company {
  margin: 5px 0 20px;
}
@media screen and (max-width: 768px) {
  #footer .inner-right {
    display: none;
    float: none;
    width: 100%;
  }
  #footer .inner-right .sitemap {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border-left: none;
  }
  #footer .inner-right .sitemap > li {
    border-bottom: 1px solid #eee;
  }
  #footer .inner-right .sitemap > li.sp {
    display: block;
  }
  #footer .inner-right .sitemap > li .heading {
    width: 100%;
    border-left: none;
    padding: 18px 4.34%;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 16px;
    background: url(/common/images/arrow_nav_down.png) 95% center no-repeat;
    background-size: 14px;
  }
  #footer .inner-right .sitemap > li .heading .font {
    font-size: 13px;
    margin-left: 8px;
  }
  #footer .inner-right .sitemap > li .heading.pc {
    display: none;
  }
  #footer .inner-right .sitemap > li .heading.contact {
    background: none;
  }
  #footer .inner-right .sitemap > li .heading.contact.open {
    background: none;
  }
  #footer .inner-right .sitemap > li .heading.open {
    background: url(/common/images/arrow_nav_up.png) 95% center no-repeat;
    background-size: 14px;
  }
  #footer .inner-right .sitemap > li .sitemap--menu {
    display: none;
    background-color: #eee;
    padding: 16px 0;
  }
  #footer .inner-right .sitemap > li .sitemap--menu li {
    padding: 0 4.34%;
  }
  #footer .inner-right .sitemap > li .sitemap--menu li:last-child {
    margin-bottom: 0;
  }
  #footer .inner-right .sitemap > li .sitemap--menu li.index a {
    padding-left: 0;
  }
  #footer .inner-right .policy {
    overflow: hidden;
    display: block;
    text-align: center;
    background-color: #222;
  }
  #footer .inner-right .policy li {
    width: 50%;
    float: left;
    border: 1px solid #565656;
    border-width: 1px 0;
  }
  #footer .inner-right .policy li:first-child {
    border-right: 1px solid #565656;
    box-sizing: border-box;
  }
  #footer .inner-right .policy li a {
    width: 100%;
    color: #fff;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .inner-right .sp-btn-hearing {
    width: 100%;
    background-color: #222;
  }
  #footer .inner-right .sp-btn-hearing a {
    width: 80%;
    margin: 12px auto;
    border: 1px solid #565656;
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #565656;
    border-radius: 3px;
    padding: 8px 0;
  }
}
#footer .copyright {
  background-color: #222;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    padding: 0;
  }
}
#footer .copyright .copyright-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #footer .copyright .copyright-inner {
    width: 100%;
    text-align: center;
  }
}
#footer .copyright ul {
  float: left;
  overflow: hidden;
}
#footer .copyright ul li {
  float: left;
}
#footer .copyright ul li a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  line-height: 1.2em;
}
#footer .copyright ul li:nth-child(1) a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .copyright ul li:nth-child(1) a {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #footer .copyright ul {
    float: none;
    border-bottom: 1px solid #656565;
  }
  #footer .copyright ul li {
    width: 50%;
    box-sizing: border-box;
  }
  #footer .copyright ul li:first-child {
    border-right: 1px solid #656565;
  }
  #footer .copyright ul li a {
    display: block;
    padding: 18px 0;
  }
}
#footer .copyright p {
  float: right;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 768px) {
  #footer .copyright p {
    font-size: 12px;
    float: none;
    padding: 12px 0;
    line-height: 1.875em;
  }
}













/*時間差コンテンツ*/


#slideX {
	width: 400px;
	height: auto;
	position: fixed;
	bottom: 55px;
	right: -340px;
	z-index: 30;
	cursor: pointer;
	transition: 0.6s ease-in-out;
	box-shadow: 2px 2px 10px #0e2535;
	background: #fff;
	display: flex;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#slideX > p{
	background: linear-gradient(180deg,#c30d23,#c30d23,#c30d23,#ffb2bb);
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 10px 45px 10px;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	letter-spacing: 0.1em;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	position: relative;
	width: 8%;
}


.icon_slideXopen{
	display: block;
	writing-mode: horizontal-tb;
	top: 80%;
	bottom: 0%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	font-weight: bold;
	width: 50%;
}


.icon_slideXopen img{
width: 100%;
}



.icon_slideXclose{
display: none;
    writing-mode: horizontal-tb;
}

.open .icon_slideXopen{
display: none;
    writing-mode: horizontal-tb;
}



.open .icon_slideXclose{
	display: block;
	writing-mode: horizontal-tb;
	top: 80%;
	bottom: 0%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	font-weight: bold;
	width: 50%;
}

.open .icon_slideXclose img{
width: 100%;
}






.slideX_contents{
width: auto;
    padding: 20px;
}

.slideX_contents > span:nth-child(1){
	font-size: 16px;
	display: block;
	text-align: center;
	color: #c30d23;
}

.slideX_contents > span:nth-child(2){
	font-size: 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.slideX_contents > span:nth-child(3){
	color: #c30d23;
	font-size: 24px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 8px 0 8px;
}

.slideX_contents > span:nth-child(4){
	display: block;
	width: 85%;
	margin: 0 auto;
	    border-radius: 15px;
}

.slideX_contents > span:nth-child(4) > a{
	font-size: 18px;
	display: block;
	text-align: center;
	color: #fff;
	padding: 5px 0 5px 0;
		background: #c30d23;
}

.slideX_contents > span:nth-child(4) > a:hover{
opacity: 0.7;
}




.open{
	    right: 0px!important;
			transition: 0.6s ease-in-out;
}

.close{
	    right: -350px!important;
			transition: 0.6s ease-in-out;
}




/*時間差コンテンツ*/








@media screen and (max-width: 768px) {
/*時間差コンテンツ*/


#slideX {
  display: none!important;
  width: 90%;
  height: auto;
  position: fixed;
  bottom: 55px;
  right: -79%;
  z-index: 30;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  box-shadow: 2px 2px 10px #0e2535;
  background: #fff;
  /* display: flex; */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#slideX > p{
	background: linear-gradient(180deg,#c30d23,#c30d23,#c30d23,#ffb2bb);
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 10px 45px 10px;
	writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	position: relative;
	width: 8%;
}


.icon_slideXopen{
	display: block;
	writing-mode: horizontal-tb;
	top: 80%;
	bottom: 0%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	font-weight: bold;
	width: 50%;
}


.icon_slideXopen img{
width: 100%;
}



.icon_slideXclose{
display: none;
    writing-mode: horizontal-tb;
}

.open .icon_slideXopen{
display: none;
    writing-mode: horizontal-tb;
}



.open .icon_slideXclose{
	display: block;
	writing-mode: horizontal-tb;
	top: 80%;
	bottom: 0%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	font-weight: bold;
	width: 50%;
}

.open .icon_slideXclose img{
width: 100%;
}






.slideX_contents{width: 100%;padding: 20px;}

.slideX_contents > span:nth-child(1){
	font-size: 10px;
	display: block;
	text-align: center;
	color: #c30d23;
}

.slideX_contents > span:nth-child(2){
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.slideX_contents > span:nth-child(3){
	color: #c30d23;
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 8px 0 8px;
}

.slideX_contents > span:nth-child(4){
	display: block;
	width: 85%;
	margin: 0 auto;
	    border-radius: 15px;
}

.slideX_contents > span:nth-child(4) > a{
	font-size: 16px;
	display: block;
	text-align: center;
	color: #fff;
	padding: 5px 0 5px 0;
	background: #c30d23;
}

.slideX_contents > span:nth-child(4) > a:hover{
opacity: 0.7;
}




.open{
	    right: 0px!important;
			transition: 0.6s ease-in-out;
}

.close{
	    right: -350px!important;
			transition: 0.6s ease-in-out;
}


}

/*時間差コンテンツ*/

