@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

@media print {
  body {
    width: 1300px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
	  font-weight: 500;
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  }

  #logo-sub {
    display: none;
  }

  .sp-header {
    display: none;
  }

  #scrollTop {
    display: none;
  }
}

.clr {
  clear: both;
  min-height: 1em;
}

.clr:after {
  display: block;
  height: 1px;
  content: "";
  clear: both;
}

input,
select,
textarea {
  color: #333333;
  font-family: inherit;
  font-size: 100%;
}

.new {
  margin-left: 5px;
  color: #ff5353;
  font-size: 75%;
  font-weight: bold;
  text-transform: uppercase;
}


.c-txt.marker {
  position: relative;
  z-index: 1;
  padding: 7px 10px;
}
.c-txt.marker::before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}
.c-txt.marker:hover {
  color: #fff;
}
.c-txt.marker:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}





.footer-ul3-item .title {
  position: relative;
  z-index: 1;
  /*padding: 7px 10px;*/
  margin: 7px 10px;
}
.footer-ul3-item .title::before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: -1;
}
.footer-ul3-item .title:hover {
  color: #fff;
}
.footer-ul3-item .title:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}







/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
  *zoom: 1;
}

.none_text {
  display: none;
}

a:hover img,
a:focus img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

body,
html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  line-height: 140%;
}

ol,
ul {
  list-style: none;
}

form {
  margin: 0px;
  padding: 0px;
}

* {
  box-sizing: border-box;
}


@media screen and (min-width: 768px) {
  .sp-disp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-disp {
    display: none !important;
  }
}



@media screen and (min-width: 1001px) {
  .sp-disp1000 {
    display: none !important;
  }
	
}

	
  .sp-disp1000 p{
	margin-bottom: 20px;
    background-image: url(../images/yoko.png);
    background-repeat: no-repeat;
    background-position: left 2px center;
    background-size: 30px;
    padding-left: 42px;
	}

@media screen and (max-width: 1000px) {
  .pc-disp1000 {
    display: none !important;
  }
}


@media screen and (min-width: 1181px) {
  .sp-disp1180 {
    display: none !important;
  }
}

@media screen and (max-width: 1180px) {
  .pc-disp1180 {
    display: none !important;
  }
}


@media screen and (min-width: 861px) {
  .sp-disp860 {
    display: none !important;
  }
}

@media screen and (max-width: 860px) {
  .pc-disp860 {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-disp640 {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-disp640 {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .sp-disp600 {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .pc-disp600 {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .sp-disp500 {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .pc-disp500 {
    display: none !important;
  }
}



#lay-container {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0;
  position: relative;
}

#scrollTop {
  position: fixed;
    right: 15px;
    z-index: 20;
    margin-bottom: 15px;
}

#scrollTop img {
  width: 60px;
}

.skip-header a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

#pc-header {
	width: 100%;
	position: fixed;
	z-index: 9998;
	padding: 0;
	background-color: #b9272d;

}
#header {
	width: 100%;
}

#headerInner {
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px;
    height: 110px;
    display: flex;
    align-items: center;
}

#headerInner table {
	width: 100%;
}

.headerInner-l {
	width: 250px;
	vertical-align: middle;
}
.headerInner-l img {
	width: 100%;
}

.headerInner-r {
	width: auto;
	vertical-align: middle;
	text-align: right;
}


#globalNav {
	width: 100%;
}

#globalNavInner {
	width: 100%;
}

#globalNavInner ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
    padding: 20px 0;
}

#globalNavInner ul li {
	text-align: center;
	border-left: 1px solid #fff;
	padding: 0 8px;
	line-height: 120%;
	font-size: 90%;
}

#globalNavInner ul li:last-child{
	padding-right: 0;
}

@media screen and (max-width: 1200px) {
#globalNavInner ul li {
    padding: 0 1px;
}
}

#globalNavInner ul li a {
	text-decoration: none;
	color: #fff;
}
#globalNavInner ul li:first-child {
  border-left: none;
}


#globalNavInner ul li a:hover {
}

.headerInner-r2 {
	width: 35px;
	padding-left: 7px;
	vertical-align: middle;
}
.headerInner-r2 img {
	width: 100%;
}


.header-bottom {
  padding-top: 110px;
}
.hideAnchor {
  display: block;
  padding-top: 73px;
  margin-top: -73px;
}




@media screen and (max-width: 1150px) {
#globalNavInner ul li {
	font-size: 80%;
}

}

@media screen and (max-width: 1050px) {

.headerInner-l {
	width: 180px;
}
#globalNavInner ul li {

}

}



/* プルダウン Nav
================================================== */

#globalNavInner {
  position: relative;
}

#globalNavInner > ul .child {
  display: none;
  position: absolute;
  z-index: 800;
  margin-left: -2px;
  width: 300px;
}

#globalNavInner > ul .child li {
  max-width: auto;
  font-weight: bold;
  border-right: none;
  font-size: 90%;
  transition: 0.4s;
}

#globalNavInner > ul .child li:nth-child(odd) {
  background-color: #d2e5ef;
}

#globalNavInner > ul .child li:nth-child(even) {
  background-color: #bed7e5;
}

#globalNavInner > ul .child li:last-child {
}

#globalNavInner > ul .child li a {
  display: block;
  text-decoration: none;
  padding: 0 15px;
  text-align: left;
  border-left: none;
}

#globalNavInner > ul .child li a:hover {
  color: #fff;
}

#globalNavInner > ul .child li:hover {
  background-color: #2e2e2e;
}

/*メニュー関係終わり
---------------------------------------------------------------*/

/* トップ
================================================== */

#content {
  	width: 100%;
	padding-bottom: 60px;
}
#home #content {
	padding-bottom: 0;
}




#home h2 {
	font-size: 390%;
    margin-left: -26px;
    padding: 0 23px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-weight: 500;
	letter-spacing: 3px;
}



.top-contact-inner h2 {
    margin-left: 0!important;
}

@media screen and (max-width: 500px) {
#home h2 {
    font-size: 360%;
    letter-spacing: 2px;
}
}

@media screen and (max-width: 425px) {
#home h2 {
   font-size: 300%;
    letter-spacing: 1px;
}
}

.c01 {
	color: transparent;
}
.c01 p {
	text-shadow: 0 0 6px transparent;
}



.c01._anime {
	position: relative;
	color: transparent;
}


.c01._anime::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0%;
	right: 100%;
	bottom: 0%;
	left: 0%;
	background : #2e2e2e;
  }
.c01._anime.active {

    animation-name: kf_c01a;
    animation-duration: 0s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.c01._anime.active p {

    animation-name: kf_c01c;
    animation-duration: 0s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.c01._anime.active::before{
      animation-name: kf_c01b;
      animation-duration: 1s;
      animation-fill-mode: forwards;
    }




@keyframes kf_c01a {
100%{
	color: inherit;

}
}

@keyframes kf_c01c {
100%{
	text-shadow: 0 0 6px #171717;

}
}

@keyframes kf_c01b {
50%{
	left: 0%;
	right: 0%;
}
100%{
	left: 100%;
	right: 0%;
}
}


.c07._anime {
/*  padding: 26px 26px;*/
  background-image:
    linear-gradient(to bottom, transparent 10px, #2e2e2e 10px, #2e2e2e 13px, transparent 13px),
    linear-gradient(to left,   transparent 10px, #2e2e2e 10px, #2e2e2e 13px, transparent 13px),
    linear-gradient(to top,    transparent 10px, #2e2e2e 10px, #2e2e2e 13px, transparent 13px),
    linear-gradient(to right,  transparent 10px, #2e2e2e 10px, #2e2e2e 13px, transparent 13px);
  background-repeat: no-repeat;
  background-size: 0% 100%, 100% 0%, 0% 100%, 100% 0%;
  background-position: top left, top left, right bottom, right bottom;
}

.c07._anime.active{
    animation-name: kf_c07a, kf_c07b;
    animation-duration: 1.5s, 0s;
    animation-delay: 0s, 0.75s;
    animation-timing-function: linear;
    animation-fill-mode: forwards,
  }




  @keyframes kf_c07a {
    50%{
      background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    }
    100%{
      background-size: 0% 100%, 100% 0%, 0% 100%, 100% 0%;
    }
  }
  @keyframes kf_c07b {
    100%{
      background-position: right bottom, right bottom, top left, top left;
    }
  }




.h2-sub {
	font-weight: bold;
	position: relative;
    font-size: 90%;
    margin-top: 5px;
    letter-spacing: 4px;
}


.section-com {
    font-size: 190%;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 40px;
    line-height: 160%;
	letter-spacing: 2px;
}

@media screen and (max-width: 500px) {
.section-com {
    font-size: 160%;
    letter-spacing: 1px;
}
}

@media screen and (max-width: 425px) {
.section-com {
    font-size: 140%;
}
}

.detail {
	display: inline-block;
	margin-top: 5px;
	font-size: 80%;
	padding-bottom: 2px;
    font-weight: bold;
}
.detail a:link {
	background-repeat: no-repeat;
	 background-position: right center;
	background-size: 8px;
	padding-right: 20px;
	text-decoration: none;
}




.top-wrap {
	width: 100%;
	background-image: url(../images/top_wrap.jpg);
	background-repeat: no-repeat;
	 background-position: center top;
	background-size: 100%;
	position: relative;
	background-color: #ce2128; 
}


.top-doga {
	width: 100%;
	position: relative;
	margin-bottom: 80px;

}


.top-doga-inner-wrap {
	position: relative;
	padding: 40px 0 100px 0;
	z-index: 0;
	overflow: hidden;
}


@media screen and (max-width: 1000px) {
.top-doga-inner-wrap {
    padding: 70px 0 100px 0;
}
}


@media screen and (max-width: 930px) {
.top-doga-inner-wrap {
    padding: 150px 0 100px 0;
}
}


@media screen and (max-width: 730px) {
.top-doga-inner-wrap {
    padding: 70px 0 100px 0;
}
}

@media screen and (max-width: 700px) {
.top-doga-inner-wrap {
}
}

iframe.top-doga-inner {
	max-width: none;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
}


.only_one {
	width: 100%;
	position: absolute;
	bottom: 0;
}


@media screen and (max-width: 730px) {
.only_one {
    bottom: -11%;
}

}

.only_one img {
	width: 100%;
}

.recruit_icon {
	position: absolute;
    bottom: 4%;
    right: 10%;
    width: 16%;
    z-index: 5;
}
.recruit_icon img {
	width: 100%;
	animation: rotate-anime 8s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}


.recruit_btn_t {
	position: absolute;
    bottom: 14%;
    right: 12.8%;
    width: 10%;
    z-index: 6;
}
.recruit_btn_t img {
	width: 100%;
}


@media screen and (max-width: 1000px) {
.recruit_icon {
    bottom: 7%;
    right: 4%;
    width: 20%;
}
	
.recruit_btn_t {
    bottom: 17%;
    right: 7.3%;
    width: 13%;
}
	
}
@media screen and (max-width: 770px) {
.recruit_btn_t {
    bottom: 16%;
}
}

@media screen and (max-width: 730px) {
.recruit_icon {
    bottom: 0%;
    right: 4%;
    width: 28%;
}
	
.recruit_btn_t {
    bottom: 11%;
    right: 8%;
    width: 19%;
}
	
}


.top-doga_com {
	width: 500px;
    position: absolute;
    top: 20%;
    left: 10%;
    font-size: 220%;
    font-weight: bold;
    color: #fff;
}

.top-doga_com p{
	font-weight: bold;
/*	text-shadow: 0 0 6px #171717;*/
}


@media screen and (max-width: 1220px) {

.top-doga_com {
    left: 8%;
    font-size: 200%;
}
}


@media screen and (max-width: 1000px) {
.top-doga_com {
    left: 4%;
}
}


@media screen and (max-width: 800px) {

.top-doga {
	margin-bottom: 40px;

}




}

@media screen and (max-width: 730px) {
	
.top-doga {
    margin-bottom: 120px;
}
	
.top-doga_com {
    left: 5%;
    top: 52%;
    font-size: 175%;
}

	
}

@media screen and (max-width: 670px) {
.top-doga_com {
    font-size: 150%;
}
}

@media screen and (max-width: 600px) {

.top-wrap {
	width: 100%;
	background-image: url(../images/top_wrap_sp.jpg);

}


.top-doga {
	
	margin-bottom: 20px;
	padding-bottom: 30%;
}

.top-doga-inner-wrap {
	padding: 36% 0 0 0;

}
	

@media screen and (max-width: 500px) {

.top-doga-inner-wrap {
    padding: 49% 0 0 0;
}
	
	
.top-doga {
    padding-bottom: 35%;
}
	}


.only_one {
	bottom: 0;
}

.recruit_icon {
	bottom: 15%;
    right: 4%;
    width: 40%;
    z-index: 5;
}


.recruit_btn_t {
	position: absolute;
    bottom: 23%;
    right: 10%;
    width: 27.3%;
}



.top-doga_com {
	width: 80%;
    top: 14%;
    left: 5%;
    font-size: 230%;

}

}


@media screen and (max-width: 500px) {
	
	
.top-doga_com {
    line-height: 165%;

}
	
.top-doga_com span{
/*	display: block;*/
	}

}


@media screen and (max-width: 460px) {
.top-doga_com {
    left: 9%;
    font-size: 210%;
}
}

@media screen and (max-width: 420px) {
.top-doga_com {
    font-size: 190%;
}
}

@media screen and (max-width: 420px) {
.top-doga_com {
    top: 17%;
}
}

.top-concept {
	width: 100%;
	position: relative;
}

@media screen and (max-width: 600px) {
.top-concept {
    margin-top: 10%;
}
}


@media screen and (max-width: 460px) {
.top-concept {
    margin-top: 15%;
}
}

.concept01 {
	position: absolute;
	width: 11%;
	bottom: -20px;
	left: 24%;
}



.concept02 {
	position: absolute;
	width: 17%;
	bottom: -70px;
	right: 60px;
}
.concept03 {
	position: absolute;
	width: 17%;
	top: 200px;
	left: 0;
}
.concept04 {
    position: absolute;
    width: 17%;
    bottom: 150px;
    right: 580px;
    z-index: 5;
}
.concept05 {
    position: absolute;
    width: 22%;
    top: 170px;
    right: 260px;
}

.concept06 {
	position: absolute;
	width: 16%;
	top: 30px;
	right: 0;
	z-index: 5;
}

.concept01,
.concept02,
.concept03,
.concept04,
.concept05,
.concept06 {
/*	transition: 2s;*/
} 


@media screen and (max-width: 1380px) {
.concept01 {
    width: 15%;
}
}

@media screen and (max-width: 1600px) {
.concept05 {
    right: 170px;
}
	
.concept04 {
    right: 420px;
}
	
.concept02 {
    bottom: -50px;
}
	
}


@media screen and (max-width: 1200px) {


.concept01 {
    width: 180px;
    bottom: 30px;
    left: 16%;
}

.concept02 {
	width: 225px;
	bottom: 0px;
	right: 60px;
}


.concept04 {
	position: absolute;
	width: 265px;
	bottom: 70px;
	right: 400px;
	z-index: 5;
}
.concept05 {
	position: absolute;
	width: 300px;
	top: 80px;
	right: 140px;
}

.concept06 {
	position: absolute;
	width: 190px;
	top: 0px;
	right: 0;
	z-index: 5;
}

}


@media screen and (max-width: 1110px) {
.concept05 {
    width: 260px;
}
}

@media screen and (max-width: 1100px) {


.concept01 {

	width: 160px;
	bottom: 70px;
	left: 24%;
}

.concept02 {
	position: absolute;
	width: 222px;
	bottom: 0px;
	right: 30px;
}

.concept03 {
	top: auto;
	width: 230px;

}


.concept04 {
	position: absolute;
	width: 226px;
	bottom: 180px;
	right: 320px;
	z-index: 5;
}
.concept05 {
	position: absolute;
	width: 300px;
	top: 100px;
	right: 80px;
}

.concept06 {
	position: absolute;
	width: 160px;
	top: 0px;
	right: 0;
	z-index: 5;
}

}



@media screen and (max-width: 1000px) {


.concept01 {
    width: 160px;
    bottom: -30px;
    left: 20%;
}



.concept03 {
	top: auto;
    width: 270px;
    bottom: 23%;

}


.concept02 {
	position: absolute;
	width: 200px;
	bottom: 70px;
	right: 30px;
}


.concept04 {
	position: absolute;
	width: 250px;
	bottom: 200px;
	right: 280px;
	z-index: 5;
}
.concept05 {
	position: absolute;
	width: 300px;
	top: 110px;
	right: 80px;
}

.concept06 {
	position: absolute;
	width: 160px;
	top: 20px;
	right: 0;
	z-index: 5;
}

}


@media screen and (max-width: 940px) {
	


.concept04 {
    width: 200px;
    bottom: 200px;
    right: 270px;
}
	
.concept06 {
    width: 200px;
	}


}


@media screen and (max-width: 850px) {

.concept01 {
    width: 140px;
    bottom: -30px;
    left: 18%;
}

.concept02 {
	position: absolute;
	width: 222px;
	bottom: 70px;
	right: 20px;
}

.concept03 {
	top: auto;
	width: 190px;

}



.concept04 {
	position: absolute;
	width: 186px;
	bottom: 270px;
	right: 240px;

}
.concept05 {
	position: absolute;
	width: 280px;
	top: 100px;
	right: 40px;
}

.concept06 {
	position: absolute;
	width: 148px;
	top: 0px;
	right: 0;
	z-index: 5;
}

}

@media screen and (max-width: 800px) {
	
.concept01 {
    width: 140px;
    bottom: -50px;
    left: 12%;
}
	
.concept02 {
    width: 200px;
    bottom: 80px;
    right: 0;
}
	
	
.concept03 {
    width: 200px;
    bottom: 30%;
}
	
.concept04 {
    right: 180px;
}
	
.concept05 {
    width: 250px;
}
	
.concept06 {
    width: 200px;
	}
	
}

@media screen and (max-width: 730px) {
	
.concept01 {
    width: 160px;
    bottom: -23%;
    left: 9%;
}
	
.concept05 {
	top: 48%;
	width: 280px;
    right: 80px;
}
	
.concept02 {
    width: 200px;
    bottom: -14%;
    right: 0;
}
	
.concept03 {
    width: 240px;
    bottom: 23%;
}
	
.concept04 {
    right: 35%;
    width: 200px;
    bottom: -2%;
}
	
.concept06 {
    top: 1%;
	}
	
}

@media screen and (max-width: 700px) {
	
.concept01 {
    width: 22%;
    bottom: -20%;
    left: 5%;
}

	
.concept03 {
    width: 30%;
    bottom: 35%;
	}
	
.concept05 {
    width: 33%;
}
	
.concept06 {
    width: 27%;
}
	
}


@media screen and (max-width: 600px) {

.concept01 {
	    width: 25%;
    bottom: -8%;
    left: 10%;
}

.concept02 {
    width: 30%;
    bottom: -8%;
    right: 0;
}

.concept03 {
	top: auto;
    width: 32%;
    bottom: 28%;
    left: 0;
}

.concept04 {
    width: 28%;
    bottom: 0;
    right: 33%;

}
.concept05 {
	position: absolute;
    width: 38%;
    top: auto;
    bottom: 10%;
    right: 10%;
}

.concept06 {
position: absolute;
    width: 33%;
    top: -1%;
    right: 0;
    z-index: 5;
}



}

@media screen and (max-width: 500px) {
	
.concept03 {
    bottom: 23%;
}
	
.concept05 {
    bottom: 3%;
}


}

@media screen and (max-width: 370px) {


}







.concept01 img,
.concept02 img,
.concept03 img,
.concept04 img,
.concept05 img,
.concept06 img {
	width: 100%;
    box-shadow: 0 0 8px #050505;
}




.top-concept-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0 400px 40px;
	color: #fff;
}


@media screen and (max-width: 730px) {
.top-concept-inner {
    max-width: 500px;
    padding: 0 0 400px 0;
}
}

@media screen and (max-width: 600px) {
.top-concept-inner {
    padding: 0 0 40px 0;
}
}


	
@media screen and (max-width: 580px) {
.top-concept-inner {
    padding: 0 40px;
	max-width: none;
	}
	}

.top-concept-inner2 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
}


#home .top-concept h2 {
	color: #fff;
}


.top-concept .h2-sub {
	color: #fff;
	margin-bottom: 30px;
}

.top-concept .h2-sub::after {
	content: '';
	width: 20px;
	height: 1px;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	 bottom: -15px;
	 left: 0;
}





.top-concept-ul {
	width: 100%;
	margin: 0 auto;
	display: inline-flex;
	flex-wrap: wrap;
}
.top-concept-ul li:nth-child(1) {
	width: 50%;
}
.top-concept-ul li:nth-child(2) {
	width: 50%;
}

.top-concept p {
	margin-top: 15px;
    font-size: 85%;
    width: 330px;
    margin-bottom: 20px;
}

@media screen and (max-width: 730px) {
.top-concept p {
    width: auto;
}
}

.top-concept .detail {
	border-bottom: 1px solid #fff;
}

.top-concept .detail a {
	background-image: url(../images/arrow_w.png);
	color: #fff;
}

.top-concept .detail a:hover {
}


@media screen and (max-width: 1380px) {
	
.top-concept-inner2 {
    max-width: 700px;
}
	
.top-concept-ul {
    display: block;
	}
	
.top-concept-ul li:nth-child(1) {
    width: 100%;
}

}

@media screen and (max-width: 1000px) {
.top-concept-inner2 {
    max-width: 900px;
}
}

@media screen and (max-width: 600px) {



.top-concept-ul li:nth-child(1) {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.top-concept-ul li:nth-child(2) {
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	padding-top: 60%;
}


}



.top-products {
	width: 100%;
	padding: 130px 0px 60px 0px;
	background-color: transparent;
}


.top-products-inner {
	width: 100%;
    background-image: url(../images/products_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 0px;
    color: #fff;
}



@media screen and (min-width: 1179px) {

.top-products-inner {

    background-size:95%;
	transition: all 0.5s;
}


.top-products-inner:hover {
	background-size: 100%;

}

}

/*
@media screen and (max-width: 1220px) {
	
.top-products-inner {
	background-size: 1200px;
	}
	
}
*/




.top-products-inner2 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
	color: #fff;
}


#home .top-products h2 {
	color: #fff;
}

.top-products .h2-sub {
	color: #fff;
	margin-bottom: 30px;
}

.top-products .h2-sub::after {
	content: '';
	width: 20px;
	height: 1px;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	 bottom: -15px;
	 left: 0;
}





.top-products-ul {
	width: 100%;
	margin: 0 auto;
	display: inline-flex;
	flex-wrap: wrap;
}
.top-products-ul li:nth-child(1) {
	width: 50%;
}
.top-products-ul li:nth-child(2) {
	width: 50%;
	position: relative;
}
.top-products-ul li:nth-child(2) img {
/*	width: 100%;*/

}
.products-arrow {
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: right;
}
.products-arrow img {
	width: 90%;
	max-width: 160px;
}


.top-products .detail {
	border-bottom: 1px solid #fff;
}

.top-products .detail a {
	background-image: url(../images/arrow_w.png);
	background-repeat: no-repeat;
	 background-position: right center;
	background-size: 8px;
	padding-right: 20px;
	color: #fff;
}

.top-products .detail a:hover {
	 opacity: 0.85;
}


/*----------products_wrap----------*/


.products_wrap {
    width: 100%;
    padding: 130px 0px 40px 0px;
    background-color: transparent;
	position: relative;
}
.products_wrap a:hover {
	 opacity: 1;
}

.products_wrap-inner {
    width: 100%;
    max-width: 1300px;
    padding: 0 40px 20px 40px;
    color: #fff;
    margin: 0 auto;
/*  transition: transform .6s ease;*/
transition: all 0.5s;
}


@media screen and (max-width: 650px) {
.products_wrap-inner {
    padding: 0 20px 20px 20px;
}
}

.products_wrap-inner img {
   width: 100%;

}

.products_wrap-inner:hover {
    max-width: 1326px;
    padding: 0 40px 10px 40px;
}


.products_wrap-inner2 {
    width: 100%;
    max-width: 900px;
    padding: 0 40px;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 2;
}




.products_wrap .h2-sub::after {
    content: '';
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.products_wrap .detail {
    border-bottom: 1px solid #fff;
}

.products_wrap .detail {
    background-image: url(../images/arrow_w.png);
	background-image: url(../images/arrow_w.png);
	background-repeat: no-repeat;
	 background-position: right center;
	background-size: 8px;
	padding-right: 20px;
    color: #fff;
}

.products-bg{
	max-width: 1300px;
    margin: 0 auto;
}

@media screen and (max-width: 1180px) {
	
.products_wrap-inner2 {
    max-width: 600px;
	}
	
.products-bg{
	max-width: 800px;
}
}



@media screen and (max-width: 770px) {
	
.products-arrow img {
    width: 90%;
    max-width: 120px;
}
	
.products-bg {
    max-width: 700px;
}
}


@media screen and (max-width: 740px) {
	
.products_wrap {
    padding: 170px 0px 60px 0px;
	}

.products_wrap-inner2 {
    max-width: 500px;
}
	
.products-bg {
    max-width: 600px;
}
	
}

@media screen and (max-width: 730px) {
	
.products_wrap {
    padding: 35% 0px 60px 0px;
}
	
.products_wrap-inner2 {
    top: 60%;
	}
	
}


@media screen and (max-width: 540px) {
	
.products_wrap-inner2 {
}
	
.products_wrap .top-products-ul li:nth-child(1) {
    padding-bottom: 5px;
}
	
}



@media screen and (max-width: 430px) {
.products_wrap-inner2 {
    top: 56%;
    padding: 0 60px;
}
}


@media screen and (max-width: 1180px) {


.top-products-inner {
	background-image: url(../images/products_bg_sp.png);
	background-size: 900px;
	background-size: 800px;
    height: 800px!important;
    display: flex;
    align-items: center 
}






.top-products-inner2 {
    max-width: 650px;
}
	
.top-products-ul {
    display: block;
}
	
.top-products-ul li:nth-child(1) {
    width: 100%;
}
	
.top-products-ul li:nth-child(2) {
    width: 100%;
}
	
.products-arrow {
    position: unset;
}

}

@media screen and (max-width: 800px) {
.top-products-inner {
    background-size: 700px;
    height: 700px!important;
}

	
	


.top-products-inner2 {
    max-width: 580px;
}
	
}


@media screen and (max-width: 730px) {
.top-products-inner {
    background-size: 600px;
    height: 600px!important;
}
	
.top-products-inner2 {
    max-width: 500px;
}
	
}

@media screen and (max-width: 600px) {


.top-products-inner {
	background-image: url(../images/products_bg_sp.png);
	    background-size: 500px;
    height: 500px!important;
}




.top-products-inner2 {
    max-width: 430px;
}


.top-products-ul li:nth-child(1) {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding-bottom: 30px;
}
.top-products-ul li:nth-child(2) {
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.products-arrow {
	position: static;
	text-align: right;
}
.products-arrow img {
	width: 25%;

}

}

@media screen and (max-width: 600px) {
.top-products-ul {
    padding: 0 7%;
}

	}

@media screen and (max-width: 500px) {
.top-products-inner {
    background-size: 470px;
    height: 470px!important;
}
	
.top-products-ul {
    padding: 0 14%;
}
	
}


@media screen and (max-width: 480px) {

.products_wrap-inner2 {
    top: 56%;
}
	
}

@media screen and (max-width: 470px) {
.top-products-inner {
    background-size: 450px;
    height: 450px!important;
}
	
.top-products-inner2 {
    max-width: 400px;
}
}


@media screen and (max-width: 440px) {
.products_wrap-inner {
    padding: 0 5px 20px 5px;
}

}

@media screen and (max-width: 435px) {
.top-products-inner {
    background-size: 400px;
    height: 400px!important;
}





.top-products-inner2 {
    max-width: 360px;
}
	
.products-arrow img {
    width: 18%;
}
	
#home .top-products-ul h2 {
    font-size: 300%;
}

}



@media screen and (max-width: 415px) {
.top-products-ul {
    padding: 0 5%;
}
	
.products-arrow img {
    width: 30%;
}
	
.products_wrap-inner {
    padding: 0 10px 20px 10px;
}
	
}


@media screen and (max-width: 400px) {
	
.products_wrap-inner2 {
    top: 60%;
}
	
.products_wrap {
    padding: 35% 0px 10px 0px;
}
	}

@media screen and (max-width: 385px) {
	
#home .top-products-ul h2 {
    font-size: 280%;
}
	
.top-products-inner {
    background-size: 370px;
    height: 370px!important;
}




.top-products-inner2 {
    max-width: 340px;
}
	
}

@media screen and (max-width: 370px) {
.top-products-inner {
	padding: 40px 0;
}

.top-products-ul li:nth-child(1) {
	padding-bottom: 10px;
}


}



.top-quality {
	width: 100%;
    background-image: url(../images/quality_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
    position: relative;
}


.top-quality-inner {
	width: 100%;
    max-width: 1100px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}

.top-quality-inner2 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 30px;
    height: auto!important;
}



#home .top-quality h2 {
	color: #dc222a;
}

.top-quality .h2-sub {
	color: #fff;
	margin-bottom: 30px;
}

.top-quality .h2-sub::after {
	content: '';
	width: 20px;
	height: 1px;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	 bottom: -15px;
	 left: 0;
}

.top-quality .section-com {
	color: #fff;
}




.top-quality-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}
.top-quality-ul li:nth-child(1) {
	width: 57%;
	padding-right: 10%;
}
.top-quality-ul li:nth-child(2) {
	width: 43%;
}

.top-quality-ul li:nth-child(1) img {
/*	width: 100%;*/
}

.quality-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 43%;
	padding-left: 40px;
}
.quality-img img {
	width: 100%;
    box-shadow: 0 0 8px #050505;
}



.top-quality .detail {
	border-bottom: 1px solid #fff;
}

.top-quality .detail a {
	background-image: url(../images/arrow_w.png);
	color: #fff;
}
.top-quality .detail a:hover {
}
.top-quality .detail a:visited {
	color: #fff;
}


@media screen and (max-width: 990px) {
	
.top-quality {
    height: 1000px;
	}
	
.top-quality-inner2 {
    padding: 0 40px;
	}

.top-quality-ul li:nth-child(1) {
	width: 100%;
	max-width: 500px;
	padding-right: 0;
	margin: 30px auto 0 auto;
	order: 2;
}
	
.top-quality-ul li:nth-child(1) img {
    /* width: 100%; */
    height: 370px;
    object-fit: cover;
}
	
.top-quality-ul li:nth-child(2) {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	order: 1;
}

.quality-img {
	position: static;
	width: 100%;
	padding-left: 0;
}


}

@media screen and (max-width: 768px) {
.top-quality-ul li:nth-child(1) img {
    height: auto;
}
}

@media screen and (max-width: 730px) {
	
.top-products {
    padding: 200px 0px 60px 0px;
	}
	
.top-quality {
    height: 900px;
}
.top-quality-ul li:nth-child(2) {
    max-width: 500px;
}

}


@media screen and (max-width: 600px) {
.top-products {
    padding: 130px 0px 60px 0px;
}
}

@media screen and (max-width: 500px) {
.top-quality {
    height: 800px;
}
}

@media screen and (max-width: 420px) {
.top-quality {
    height: 660px;
}
}

.top-process {
	width: 100%;
	background-color: #ebebeb;
	padding: 60px 0;
}


.top-process-inner {
	width: 100%;
	max-width: 1100px;
	position: relative;
	margin: 0 auto;

}

.top-process-inner2 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
}


#home .top-process h2 {
	color: #b9272d;
}

.top-process .h2-sub {
	color: #000;
	margin-bottom: 30px;
}

.top-process .h2-sub::after {
	content: '';
	width: 20px;
	height: 1px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	 bottom: -15px;
	 left: 0;
}




.top-process-ul {
	width: 100%;
	margin: 0 auto;
	display: inline-flex;
	flex-wrap: wrap;
}
.top-process-ul li:nth-child(1) {
	width: 50%;
}
.top-process-ul li:nth-child(2) {
	width: 50%;

}
.top-process-ul li:nth-child(2) img {
/*	width: 100%;*/
}

.process-img {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	padding-right: 40px;
}
.process-img img {
	width: 100%;
}

.top-process .detail {
	border-bottom: 1px solid #000;
}

.top-process .detail a {
	background-image: url(../images/arrow_b.png);
}

.top-process .detail a:hover {
	color: #fff;
}

@media screen and (max-width: 730px) {
	
.top-process {
    height: 850px!important;
	position: relative 
}
	
.top-process-inner {
    width: 100%;
    max-width: 500px;
    position: absolute;
	margin: 0;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

	
.top-process-inner2 {
    height: auto!important;
	padding: 0;
}

.top-process-ul li:nth-child(1) {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.top-process-ul li:nth-child(2) {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.process-img {
	position: static;
	width: 100%;
	padding-right: 0;
}



}


	
@media screen and (max-width: 580px) {
.top-process-inner {
    padding: 0 40px;
	max-width: none;
	}
	}

@media screen and (max-width: 500px) {
.top-process {
    height: 750px!important;
}
}

@media screen and (max-width: 420px) {
.top-process {
    height: 600px!important;
}
}


.top-about {
	width: 100%;

}


.top-about::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-image: url(../images/body_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}



.top-about-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 130px 40px;
	color: #fff;
}


@media screen and (max-width: 730px) {
	
.top-about-inner {
	padding: 90px 40px;
}
	
}

@media screen and (max-width: 420px) {
.top-about-inner {
    padding: 60px 40px;
}
}


#home .top-about h2 {
	color: #fff;
}

.top-about .h2-sub {
	color: #fff;
	margin-bottom: 30px;
}

.top-about .h2-sub::after {
	content: '';
	width: 20px;
	height: 1px;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	 bottom: -15px;
	 left: 0;
}




.top-about-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}
.top-about-ul li:nth-child(1) {
	width: 55%;
}
.top-about-ul li:nth-child(2) {
	width: 45%;
}


.top-about-ul span{
	display: block;
}

.about-link {
	width: 100%;
    margin: 15px 0;
    text-align: center;
}
.about-link a:link {
	display: block;
	padding: 20px 40px;
	background-color: #fff;
	text-decoration: none;
	font-size: 100%;
	background-image: url(../images/arrow_b.png);
	background-repeat: no-repeat;
	 background-position: right 28px center;
	background-size: 8px;
	border-radius: 50px;
}
.about-link a:hover {
	background-color: #535353;
	color: #fff;
	transition: .4s;
}

@media screen and (max-width: 730px) {
.about-link a:link {
    padding: 25px 40px;
    font-size: 120%;
    font-weight: bold;
    box-shadow: 0 0 6px #3e3e3e;
}
	
.about-link {
    margin: 23px 0;
	}
	
}

.about-link.no1 {
	letter-spacing: 2px;
}
.about-link.no2 {
	letter-spacing: 11px;
}
.about-link.no3 {
	letter-spacing: 2px;
}
.about-link.no4 {
	letter-spacing: 6px;
}


@media screen and (max-width: 730px) {

.top-about-ul li:nth-child(1) {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.top-about-ul li:nth-child(2) {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}


}


@media screen and (max-width: 420px) {
	
.about-link a:link {
    padding: 15px 40px;
    font-size: 110%;
}
	
.about-link {
    margin: 15px 0;
}
	
.top-about-ul li:nth-child(1) {
    padding-bottom: 12px;
}
}


.top-news {
	width: 100%;
	background-color: #fff;
}

.top-news-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 40px 20px 40px;
}

@media screen and (max-width: 730px) {
.top-news-inner {
    width: 100%;
    max-width: 500px;
	padding: 80px 0 20px 0;
}
}

@media screen and (max-width: 600px) {
.top-news-inner .h2-sub {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 580px) {
.top-news-inner {
    max-width: none;
    padding: 80px 40px 20px 40px;
}
}

@media screen and (max-width: 420px) {
.top-news-inner {
    padding: 50px 40px 20px 40px;
}
}
	
#home .top-news h2 {
	color: #b9272d;
}


.news-link {
	text-align: right;
	margin: -55px 0 30px 0;;
}

.news-link span {
	display: inline-block;
	margin-left: 10px;
}
.news-link span a:link {
	    padding: 15px 50px 15px 30px;
    background-color: #b9272d;
    text-decoration: none;
    font-size: 80%;
    background-image: url(../images/arrow_w.png);
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 8px;
    border-radius: 50px;
    color: #fff;
    transition: .4s;
}

.news-link span a:hover {
	background-color: #3e3e3e;
}
.news-link span a:visited {
	color: #fff;
}

.top-news-ul {
	width: 100%;
}

.top-news-ul li {
    padding: 20px 40px 20px 10px;
    font-size: 90%;
    background-image: url(../images/arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 27px center;
    background-size: 7px;
    border-bottom: 1px solid #808080;
}

.top-news-ul li:first-child{
	border-top: 1px solid #808080;
}

.top-news-ul li .td-span {
	display: table-cell;
	width: 110px;
}
.top-news-ul li .title {
	display: table-cell;
	width: auto;
}

.top-news-ul li .title a:link {
	text-decoration: none;
}
.top-news-ul li .title a:hover {
	text-decoration: underline;;
}

@media screen and (max-width: 600px) {
.news-link {
	text-align: center;
	margin: 20px 0 0 0;;
}

}


@media screen and (max-width: 732px) {

.news-link span a:link {
	padding: 13px 35px 13px 25px;
	font-size: 70%;
	background-position: right 10px center;
	border-radius: 20px;
}
}

@media screen and (max-width: 600px) {
.news-link span a:link {
    padding: 13px 35px 13px 18px;
    background-position: right 17px center;
    background-size: 5px;
}
	
}



.top-recruit {
	width: 100%;
	background-color: #fff;
}

.top-recruit-inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px 40px 100px 40px;
}

@media screen and (max-width: 420px) {
.top-recruit-inner {
    padding: 40px 40px 50px 40px;
}
}

.top-recruit-inner img {
	width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 8px #a1a1a1;
}







.top-contact {
	width: 100%;
	background-color: #4d4d4d;
}

.top-contact-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 40px 30px 40px;
	color: #fff;
	text-align: center;
}
.top-contact-inner div {
	font-weight: bold;
}

.top-contact-ul  {
	width: 100%;
	margin: 50px 0;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 120%;
}
.top-contact-ul  li {
	width: 50%;
	padding: 10px 0 20px 0;
}
.top-contact-ul  li:first-child {
	border-right: 1px solid #fff;
}

.span-link {
	display: block;
	margin-top: 15px;
}
.span-link a:link {
	padding: 15px 50px 15px 30px;
    background-color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
    background-image: url(../images/arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 8px;
    border-radius: 50px;
}

.span-link a:hover {
    transition: .4s;
	background-color: #b9272d;
	color: #000;
}

.top-contact-tel span {
	font-size: 160%;
}



.top-contact-add {
	font-weight: normal !important;
}

@media screen and (max-width: 600px) {
.top-contact-ul  li {
	width: 100%;

}
.top-contact-ul  li:first-child {
	border-right: none;
	order: 2;
	padding: 10px 0 20px 0;
}
.top-contact-ul  li:last-child {
	order: 1;
	padding: 0 0 20px 0;
}

}


.top-map {
	width: 100%;
	background-color: #fff;
}

.top-map iframe {
	width: 100%;
	display: block;
}










#footer {
	width: 100%;
	background-color: #b9272d;
	background-image: url(../images/f_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



.footer-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 25px 20px 25px;
	color: #fff;
}


@media screen and (max-width: 800px) {
.footer-inner {
    padding: 60px 35px 20px 35px;
}
}


.footer-inner a:link {
	color: #fff !important;
}

.footer-ul {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 80px;
}
.footer-li-l {
	width: auto;
}
.footer-li-r {
}






.f-logo {
	margin-bottom: 20px;
}
.f-logo img {
	width: 380px;
}

@media screen and (max-width: 1000px) {
.f-logo img {
    width: 300px;
}
}

@media screen and (max-width: 800px) {
.f-logo img {
    width: 270px;
}

	
}


@media screen and (max-width: 450px) {
.f-logo img {
    width: 220px;
}

	
}

.f-info {
	margin-bottom: 20px;
}


.f-span01 {
	display: inline-block;
	margin-right: 15px;
	padding: 0!important;

}

.f-span01 a:link {
	background-image: url(../images/arrow_w.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7px;
    border-bottom: 1px solid #fff;
    padding: 10px 22px 10px 0;
    font-size: 80%;
    text-decoration: none;
}
.f-span01 a:hover {
	transition: .4s;
}

.f-span01 a:visited {
	color: #fff;
}

.f-span02 {
	display: inline-block;
}
.f-span02 img {
	width: 28px;
}

@media screen and (max-width: 460px) {

.f-span01 {
    display: block;
	margin-right: 0;
	margin-bottom: 10px;
}
	
.f-span01 a:link {
    display: block;
    padding: 10px 22px 10px 10px;
}

	
}


.footer-tb {
	width: 100%;
}
.footer-tb td {
	width: auto;
    padding-left: 60px;
}

.f-menu {
	width: 100%;
	margin-bottom: 25px;
	border-left: 3px solid #fff;
	line-height: 120%;
    font-weight: bold;
}
.f-menu a:link {
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
}
.f-menu a:visited {
	color: #fff;
}
.f-menu a:hover {
	opacity: 0.85;
}

.footer-ul3 {
	width: 100%;
    font-size: 85%;
    margin-bottom: 25px;
    margin-top: -10px;
    list-style: square;
}

.footer-ul3-li {
	margin-bottom: 3px;
	font-size: 80%;
	margin-left: 30px;
	list-style: square;
}

ul.footer-ul3 a,ul.footer-ul3 a:visited{
	color: #fff;
    text-decoration: none;
    margin-left: 8px;
    list-style: square;
}

ul.footer-ul3 a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 2px;
    margin-bottom: 3px;
    margin-right: 10px;
    background: #fff;
    vertical-align: middle;
}



@media screen and (max-width: 820px) {
.f-menu {
    font-size: 90%;
}
}


@media screen and (max-width: 800px) {
.footer-ul3-li {
    margin-left: 20px;
}
}

.footer-ul3-li a:link {
	text-decoration: none;
	color: #fff;

}
.footer-ul3-li a:visited {
	color: #fff;
}
.footer-ul3-li a:hover {
	opacity: 0.85;
}





.f-copy {
	width: 100%;
	text-align: center;
	font-size: 80%;
	margin-top: 20px;
}


@media screen and (max-width: 768px) {

.footer-ul {
	flex-wrap: wrap;
}
	
.f-menu {
    font-size: 100%;
}

.footer-tb td {
    padding-left: 0;
}

.footer-li-l {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	order: 2;
}
.footer-li-r {
	width: 100%;
	order: 1;
	padding-bottom: 60px;
	margin: 0 auto;
	max-width: 400px;
}

}

@media screen and (max-width: 730px) {

}

@media screen and (max-width: 660px) {
	
.footer-li-l {
	max-width:none;
}
.footer-li-r {
	max-width: none;
}

}

@media screen and (max-width: 460px) {
.footer-ul {
    margin-bottom: 10px;
}
}


/* コンテンツページ関係始まり
==================================================
*/

.cat-img-wrap {
  position: relative;
  padding: 60px 0 300px 0;
	margin-bottom: 150px;
    background-color: transparent;
}




.cat-img-con {
	width: 100%;
	padding-left: 20%;
	text-align: left;
	font-size: 220%;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 8px;
	color: #fff;
}

.cat-img-con span {
	display: flex;
	align-items: center;
	justify-content: left;
}

.cat-img-con span:before {
	border-top: 3px solid;
	content: "";
	width: 45px; /* 線の長さ */
	margin-right: 15px;
}

.cat-img {
	position: absolute;
	bottom: -100px;
	left: 20%;
	width: 80%;
	height: 350px;
	padding-left: 60px;
}
.cat-img img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	clip-path: polygon(1rem 0px, calc(100% - 0rem) 0px, 100% 1rem, 100% calc(100% - 0rem), calc(100% - 1rem) 100%, 1rem 100%, 0px calc(100% - 1rem), 0px 1rem);
}


@media screen and (max-width: 980px) {
	
	
.cat-img-wrap {
    padding: 60px 0 240px 0;
	}
	
	
.cat-img {
    height: 300px;
}

.cat-img img {
    height: 300px;
}
	
}


@media screen and (max-width: 767px) {
  .cat-img-con {
	font-size: 200%;
	padding-left: 15%;
}
.cat-img {
	left: 15%;
	width: 85%;

}
	
	
.cat-img img {
    height: 250px;
}

}


@media screen and (max-width: 600px) {

.cat-img-wrap {
	padding: 30px 0 260px 0;
}


  .cat-img-con {
	font-size: 200%;
	padding-left: 0;
}
.cat-img {
	left: 0;
	width: 100%;
	bottom: -50px;
	height: 260px;
}

}

.cat-h{
	background-color: #b9272d;
    background-image: url(../images/f_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 1000px) {
.cat-h {
    padding-top: 75px;
}
}


#home #breadCrumb {
  display: none;
}

#breadCrumb {
  width: 100%;
  font-size: 80%;
  margin-bottom: -2px;
  position: relative;
  z-index: 10;
}

#breadCrumb a {
}

#breadCrumb .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 100%;
	color: #fff;
	text-align: right;
}

#breadCrumb .inner a {
	color: #fff;
}

#breadCrumb p {
  margin-left: 0px;
}



.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.print_wrp {
  display: none;
  text-align: right;
  padding-top: 8px;
  margin-bottom: -32px;
}

.contentBodyWrapper {
  padding: 0px;
}

.contentListWrapper {
  padding: 0px;
}

#content-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}


@media screen and (max-width: 1000px) {

#content-inner {
    padding: 0 40px;
}
	
}


#content-inner:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 73%;
  float: left;
}

#main2 {
  width: 100%;
}




@media screen and (max-width: 460px) {
	
.cat-img-con {
    font-size: 170%;
    letter-spacing: 1px;
}
	
.cat-img-con span:before {
    border-top: 1px solid;
	}
	
.cat-img img {
    height: 170px;
}
	
.cat-img-wrap {
    padding: 10px 0 100px 0;
}
	
.cat-img {
    bottom: auto;
    height: 360px;
    top: 52%;
}
	
#content-inner {
    padding: 0 30px;
}
	
}


@media screen and (max-width: 400px) {
#content-inner {
    padding: 0 20px;
}
}


/* c_b_wrap
*********************************************/


.c_b_wrap{
	width: 100%;
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-size: cover;
	margin-bottom: 5%;
	padding: 4%;
}

.top-category_products .c_b_wrap {
    background-image: none;
    border: #b9272c 1px solid;
}

.top-category_step .c_b_wrap{
	margin-bottom: 0;
}

.c_b_wrap p{
	font-size: 110%;
}


.top-category_strongth .c_b_wrap{
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.top-category_strongth .c_b_wrap:nth-child(1){}

.top-category_strongth .c_b_wrap:nth-child(2){}

.top-category_strongth .c_b_wrap:nth-child(3){}

.c_b_wrap h2 {
    font-size: 200%;
    font-weight: 600;
    border-left: none;
    padding: 4px 10px 10px 10px;
    margin: 0 0 55px 0;
    text-align: center;
    position: relative;
    display: block;
	line-height: 155%;
}

.top-category_strongth .c_b_wrap h2,.top-category_step .c_b_wrap h2{
	padding-top: 80px;
}

.top-category_step .c_b_wrap:nth-child(1) h2,
.top-category_strongth .c_b_wrap:nth-child(1) h2{
	background-image: url(../images/cb_01.png);
    background-position: center top;
    background-size: 80px;
	background-repeat: no-repeat;
}

.top-category_step .c_b_wrap:nth-child(2) h2,
.top-category_strongth .c_b_wrap:nth-child(2) h2{
	background-image: url(../images/cb_02.png);
    background-position: center top;
    background-size: 80px;
	background-repeat: no-repeat;
}

.top-category_step .c_b_wrap:nth-child(3) h2,
.top-category_strongth .c_b_wrap:nth-child(3) h2{
	background-image: url(../images/cb_03.png);
    background-position: center top;
    background-size: 80px;
	background-repeat: no-repeat;
}

.top-category_step .c_b_wrap:nth-child(4) h2{
	background-image: url(../images/cb_04.png);
    background-position: center top;
    background-size: 80px;
	background-repeat: no-repeat;
}

.top-category_step .c_b_wrap:nth-child(5) h2{
	background-image: url(../images/cb_05.png);
    background-position: center top;
    background-size: 80px;
	background-repeat: no-repeat;
}

.top-category_step .c_b_wrap:nth-child(6) h2{
	padding-top: 0px;
    margin: 0 0 25px 0;
	color: #fff;
}


.top-category_step .c_b_wrap:nth-child(6) {
	background-color: #202020;
	background-image: none;
	margin-top: 5%;
}

.c_b_wrap h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b9272d;
  border-radius: 2px;
}

.contentBody table.tbl3crm td,.contentBody table.tbl2crm td{
	background-color: transparent;
	padding: 5px;
}


.top-category_products .contentBody table.tbl2crm td {
    background-color: transparent;
    padding: 25px;
}


.top-category_products .contentBody table.tbl2crm td:nth-of-type(2) img{
    padding: 0 15px;
}

.top-category_products .contentBody table.tbl2crm td:nth-of-type(2) .style4{
	    margin-top: 15px;
    display: block;
    font-size: 85%;
    font-weight: bold;
}

table.ippan_p img{
	max-height: 200px;
	width: auto!important;
}

@media screen and (max-width: 840px) {
	
.top-category_products .contentBody table.tbl2crm td {
    font-size: 85%;
    padding: 15px;
}
	
.top-category_products .contentBody table.tbl2crm td:nth-of-type(2) {
    width: 40%!important;
}
}


@media screen and (max-width: 600px) {
	
.top-category_products .contentBody table.tbl2crm{
	margin-bottom: 0px;
	}	
	

.top-category_products .contentBody table.tbl2crm td:nth-of-type(2) {
    width: 100%!important;
}
}

@media screen and (max-width: 430px) {
	
.top-category_products .contentBody table.tbl2crm td {
    font-size: 90%;
    padding: 10px;
}
}

.contentBody table.tbl3crm td img,.contentBody table.tbl2crm td img{
	width: 100%;
}


.c_b_wrap .pageList {
    margin-top: 30px;
}



@media screen and (max-width: 811px) {
	
.c_b_wrap {
    margin-bottom: 12%;
    padding: 7%;
	}
	
	.contentBody table.tbl3crm td{
		padding: 5px;
	}
}



@media screen and (max-width: 600px) {
	

.contentBody table.tbl3crm,.contentBody table.tbl2crm{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	}
	
.contentBody table.tbl3crm td,.contentBody table.tbl2crm td{
	display: block;
	width: 100%!important;
	}
	
}



@media screen and (max-width: 460px) {
.c_b_wrap {
    padding: 5%;
}
	
.c_b_wrap h2,
.top-category_step .c_b_wrap:nth-child(6) h2{
    font-size: 180%;
	margin: 0 0 40px 0;
    padding: 4px 10px 2px 10px;
	}
	
.c_b_wrap p {
    font-size: 100%;
}
	
.c_b_wrap .pageList {
    margin-top: 5px;
}
	
.top-category_strongth .c_b_wrap h2, .top-category_step .c_b_wrap h2 {
    padding-top: 60px;
}
	
.top-category_step .c_b_wrap:nth-child(1) h2, 
.top-category_strongth .c_b_wrap:nth-child(1) h2,
.top-category_step .c_b_wrap:nth-child(2) h2, 
.top-category_strongth .c_b_wrap:nth-child(2) h2,
.top-category_step .c_b_wrap:nth-child(3) h2, 
.top-category_strongth .c_b_wrap:nth-child(3) h2,
.top-category_step .c_b_wrap:nth-child(4) h2, 
.top-category_strongth .c_b_wrap:nth-child(4) h2,
.top-category_step .c_b_wrap:nth-child(5) h2, 
.top-category_strongth .c_b_wrap:nth-child(5) h2
{
    background-size: 60px;
	background-position: center top 5px;
}
	
}




/* 扉ページ
*********************************************/
.body-page #main2 {
  display: grid;
  grid-template-columns: 75% 20%;
  justify-content: space-between;
  align-items: flex-start;
}

.body-page .contentListWrapper {
  position: sticky;
  top: 130px;
}

.body-page .contentListWrapper h3 {
  padding: 15px 15px;
  background: #2e2e2e;
  color: #fff;
  line-height: 140%;
}

.body-page .contentListWrapper .pageList {
  border: 1px solid #2e2e2e;
}

.body-page .contentListWrapper .pagelist-item {
  border: none;
  border-bottom: 1px dotted #2e2e2e;
  width: 100%;
  margin-bottom: 0;
}

.body-page .contentListWrapper .pagelist-item .title {
  background: none;
  padding: 10px;
  font-weight: normal;
  font-size: 0.875em;
}

.body-page .contentListWrapper .pagelist-item a {
  padding: 0;
}

.body-page .contentListWrapper .pagelist-item:last-child {
  border: none;
}

@media screen and (max-width: 1000px) {
  .body-page .contentListWrapper {
    position: unset;
  }

  .body-page #main2 {
    grid-template-columns: 100%;
  }

  .body-page .contentListWrapper {
    margin-top: 70px;
  }
}

@media screen and (max-width: 811px) {
  .body-page .contentListWrapper {
    margin-top: 40px;
  }
}

.pagination,
.contentBodyWrapper .pagination {
  text-align: center;
  margin-top: 45px;
}

.pagination a:link,
.contentBodyWrapper .pagination a {
  background-color: #2e2e2e;
  color: #fff;
  text-decoration: none;
}

.pagination span.current,
.pagination a:link,
.contentBodyWrapper .pagination a {
  border: 1px solid #2e2e2e;
  padding: 5px 12px;
  text-align: center;
  display: inline-block;
  min-width: 40px;
  margin: 5px;
}

.pagination a:hover,
.contentBodyWrapper .pagination a:hover {
  background-color: #fff;
  color: #2e2e2e;
}

.pagination span.current {
  color: #2e2e2e;
}

li.pagelist-item.current-category_fascinating-news-item span.thumb {
  display: none;
}

/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
  margin-bottom: 10px;
}

.contentBodyWrapper .search-ul li .thumb,
.contentBodyWrapper .search-ul li .description,
.contentBodyWrapper .search-ul li .date {
  display: none;
}

/*サイトマップ初め
================================================== */

.sitemap {
  margin-left: 0px;
}

.sitemap a {
}

ul.sitemap-list.sm-depth1-list {
  border-left: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.sitemap li.sm-depth1-item {
  font-size: 115%;
  margin: 0 1%;
  font-weight: bold;
  padding: 0px;
  letter-spacing: 2px;
  width: 31.3%;
  background-image: none;
}

.sitemap li.sm-depth1-item a {
  text-decoration: none;
  display: block;
}

.sitemap li.sm-depth1-item a:hover {
}

.sitemap li.sm-depth1-item a:focus {
}

.sitemap li.sm-depth1-item::before {
  border-right: none;
  border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
  padding: 7px 3%;
  display: block;
  margin: 4% 0;
  transition: 0.3s;
  border-left: 10px solid #b9272d;
}

ul.sitemap-list.sm-depth2-list {
  font-weight: normal;
  font-size: 80%;
  letter-spacing: 1px;
  padding: 0 0 0 3%;
  margin: 40px 1%;
}

ul.sitemap-list.sm-depth2-list li {
  background-position: 0px 6px;
  background-size: 12px;
  /* font-weight: normal; */
  margin: 18px 8px;
}

ul.sitemap-list.sm-depth2-list a {
}

ul.sitemap-list.sm-depth2-list a:hover {
}

ul.sitemap-list.sm-depth3-list {
  font-size: 80%;
  letter-spacing: 0;
  padding: 0 15px;
}

ul.sitemap-list.sm-depth3-list li {
  margin: 10px 0px;
  padding: 5px;
  font-weight: normal;
  background-image: none;
}

.sitemap li.sm-depth3-item::before {
  border-right: none;
  border-bottom: none;
}

ul.sitemap-list.sm-depth4-list {
  font-weight: normal;
  padding: 0 1%;
  margin: 2%;
}

ul.sitemap-list.sm-depth4-list li {
  margin: 0;
}

.sitemap li.sm-depth4-item::before {
  border-right: none;
  border-bottom: none;
}

.depth1 li {
  padding-top: 0px;
}

.depth2 li {
  padding-top: 0px;
}

.sitemap-list {
  border-left: 1px dotted #d8c7e6;
}

@media screen and (max-width: 767px) {
  .sitemap li.sm-depth1-item {
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .sitemap li.sm-depth1-item {
    width: 98%;
  }
}

/*サイトマップ終わり
================================================== */

/*　検索一覧ページ
================================================== */

/*
.search-result h2{
	padding: 7px 3%;
	display: block;
	margin: 30px 0 10px 0;
	border-left: 10px solid #78242e;
	background-color: #f5f5f5;
}
*/

.search-result h2 {
  margin: 80px 0px 30px 0;
  padding: 10px 15px;
  border-left: 14px solid #2e2e2e;
  font-size: 155%;
  line-height: 160%;
  background-color: #f7f7f7;
}

.search-result ul li {
  display: block;
  line-height: 120%;
  margin: 12px 0;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 0px top;
  background-size: 12px;
  padding: 0px 0px 0px 30px;
  text-align: left;
  font-size: 1.15em;
}

@media screen and (max-width: 767px) {
  .search-result ul li {
    background-size: 9px;
    padding: 0px 0px 0px 22px;
  }
}

.search-result ul li .thumb,
.search-result ul li .description,
.search-result ul li .date {
  display: none;
}

.search-result p {
  margin-bottom: 20px;
}

/*　検索一覧ページ終わり
================================================== */

/*　検索ページ
================================================== */
.input_items_wrap {
  margin: 10px 0;
}

.input_items_wrap .input_item {
  width: 70%;
  height: 32px;
  max-width: 500px;
  padding: 0 5px;
  background-color: #e4e4e4;
}

.input_items_wrap .submit_btn {
  height: 32px;
  padding-left: 3px;
}

/*　検索ページ終わり
================================================== */

/*コンテンツページ関係終わり
================================================== */

/* レスポンシブ対応
==================================================
==================================================
==================================================
================================================== */

@media screen and (min-width: 1001px) {
.sp-header {
	display: none;
}

}
@media screen and (max-width: 1000px) {
#pc-header {
	display: none;
}

.header-bottom {
  padding-top: 0;
}
.hideAnchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}


}



@media screen and (min-width: 691px) {
  .sp-disp690 {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  .tab-disp690 {
    display: none;
  }
}

/*メニュー関係
---------------------------------------------------------------*/

.sp-header {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: fixed;
	position: absolute;
	z-index: 1000;

}

.sp-header .inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.sp-header .inner .sp-logo {
	width: 240px;
	padding: 7px 0 0 10px;
}

@media screen and (max-width: 1000px) {
.sp-header .inner .sp-logo {
    width: 290px;
    padding: 12px 0 0 15px;
}
}

@media screen and (max-width: 730px) {
.sp-header .inner .sp-logo {
    padding: 20px 0 0 25px;
}
}



@media screen and (max-width: 385px) {
.sp-header .inner .sp-logo {
    padding: 22px 0 0 18px;
}
	
.sp-header .inner .sp-logo {
    width: 260px;
	}
	
}

.sp-header .inner .sp-logo img {
  width: 100%;
}
.sp-header .inner .sp-logo a span {
  font-size: 70%;
  padding-right: 5px;
}



.sp-header nav {
  margin-right: -16px;
}

.sp-header nav ul {
  display: flex;
  align-items: center;
}

#nav_toggle {
  display: none;
}


.menu-logo_wrap{
	padding: 16px;
    /*border-bottom: 1px solid #ccc;*/
}

.menu-logo{}


.menu-logo img{
	width: 100%;
	max-width: 300px;
}


/*メニュー部分*/
.sp-header nav {
  display: none;
/*  position: absolute;*/
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  	background-color: #fff;
  left: 0;
  z-index: 50;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.sp-header nav ul {
    display: block;
    width: 85%;
    /* position: absolute; */
    top: 110px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
	margin-top: 10px;
    margin-bottom: 45px;
}

.sp-header nav ul li {
    margin: 0 auto;
    font-size: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}

.sp-header nav ul li img {
  width: 100%;
  max-width: 230px;
}

.sp-header nav ul li a {
    color: #000;
    display: block;
    padding: 6px;
    text-align: left;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-image: url(../images/arrow_b.png);
    background-size: 8px;
    padding-right: 20px;
    padding-left: 10px;
    text-decoration: none;
}
.sp-header nav ul li a span {
}

/*開閉ボタン*/
#nav_toggle {
      display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    position: fixed;
    top: 15px;
    right: 15px;
    padding-top: 0px;
    z-index: 100;
    padding: 5px 16px;
    border-radius: 50%;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  display: block;
  height: 2px;
  background: #b9272d;
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 15px;
}

#nav_toggle span:nth-child(2) {
  top: 23px;
}

#nav_toggle span:nth-child(3) {
  top: 31px;
}

/*開閉ボタンopen時*/
.open #nav_toggle {
background-color: #b9272c;
}

.open #nav_toggle span {
	background: #fff;

}

.open #nav_toggle span:nth-child(1) {
  top: 23px;
  transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 23px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 600px) {

.menu-logo img{
	max-width: 230px;
}
}



.menu-contact_wrap{
    text-align: center;
}

.menu-contact_wrap h4{
	margin: 10px 0;
	font-size: 120%;
}

.m_c_t{
	font-size: 200%;
    margin-bottom: 32px;
	font-weight: bold;
}


.m_c_t a:link{
	text-decoration: none;
}

.m_c_t span{
	font-size: 60%;
    display: inline-block;
    padding-right: 6px;

}

.m_c_m{
	display: inline-block;
    background-color: #b9272c;
    padding: 15px 35px;
    font-size: 110%;
    border-radius: 50px;
    margin-top: 8px;
	font-weight: bold;
	margin-bottom: 50px;
}

.m_c_m a{
	color: #fff;
}

.m_c_m a:link,.m_c_m a:visited{
	color: #fff;
	text-decoration: none;
}

/*メニュー関係終わり
---------------------------------------------------------------*/

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }

  #scrollTop {
    display: none;
  }
}/* inner
---------------------------------------------------------------*/



.mt30 {
  margin-top: 0;
}

#lay-preview-mode-notice {
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: black;
  position: fixed;
  border: 1px dotted black;
  z-index: 50000;
}

@media screen and (max-width: 860px) {
  body,
  html {
    -webkit-text-size-adjust: 100%;
  }

  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="date"],
  input[type="tel"] {
    font-size: 16px;
    /*  transform: scale(0.8);*/
  }

  .scrollTable {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  #scrollTop img {
    width: 50px;
  }



  #globalNav {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pageList .pagelist-item .title {
    background-position: 5px 4px;
  }
}

