@charset "utf-8";

.swiper-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 680px;
	position: relative;
	z-index: -1;
}
.swiper-wrapper img {
	width: 100%;
	height: auto;
    position:absolute;
    left:50%;
    margin-left:-50%;
	min-width: 800px;
}

.sp {
	display: none;
}

.swiper-slide {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.swiper-text {
	position: absolute;
	width: 100%;
    left: 50%;
    margin-left: -580px;
	top: 25%;
	z-index:2;
}
.swiper-text h2 {
	text-align: left;
	font-size: 8rem;
	line-height: 0;
	color: #223a70;
}
h2.sml {
	font-size: 5rem;
	margin-bottom: 1em;
	white-space: nowrap;
	letter-spacing:-0.02em;
	line-height: 0;
	margin-top: -.1em;
}

.swiper-text p {
	font-size: 1rem;
	margin-top:-1em;
	line-height: 1.7;
	padding-left: 3em;
}

.swiper-pagination-bullet-active {
	background: #FF6600;
}

h3 {
 	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	color: #000;
	letter-spacing: 0.06em;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: .3em;
}

h3::after {
  width: 0;
  height: 0;
}

.index_product_wrap {
	width: 90%;
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
	background: url(img/product_01.jpg)no-repeat right bottom;
}

.index_product{
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding:6em 0 0;
	position:relative; 
	overflow:hidden;
}
 .index_product h4 {
	letter-spacing: 0.06em;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 2em;
}

.index_product_text{
	width: 50%;
	float: left;
}

.index_product_img {
	max-width: 50%;
	position:absolute; 
	right:0;
	bottom: 0;
	float: right;
}
.index_product_img img {
	display: none;
}
.our_product{
	background:#ddd url(img/our_product_img.jpg) no-repeat center center;
	background-size:cover;
	margin: 3em 0 0;
	padding: 5em 0;
	text-align: center;
}

.our_product_wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	justify-content :center;
}

.our_product h4 {
	color: #fff;
	font-size: 2.2rem;
	padding-bottom: .5em;
	border-bottom: solid 3px white;
	display: inline-block;
	position: relative;
	margin: 0;
}

.our_product h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #FF6600;
	top: 0;
	right: 0;
	left: 0;
	bottom: -3px;
	margin: auto;
	width: 20%;
}

.our_product p {
	color: #fff;
	line-height: 5;
	font-size: 1.2rem;
}

.our_product_box{
	width: 47%;
	background:  rgba(0,0,0,0.2);
	margin: .8em 0 0 .8em;
	padding: 4em 1em 1.2em;
	position:relative;
}
.our_product_box:first-child{
	margin: .8em 0 0 0;
}
.our_product_box:nth-of-type(3) {
	margin: .8em 0 0 0;
}
.our_product h5 {
	color: #fff;
	font-size: 1.9rem;
	padding-bottom: 1em;
	border-bottom: solid 1px white;
}

.our_product_box a{
	font-size: 1.2rem;
}

.our_product_box:hover {
	background:  rgba(255,102,0,1);
	transition: 0.3s;
  }
  
.order_made {
	display: flex;
	width: 780px;
	margin: 0 auto;
}

.order_made_box {
	width: 50%;
	height: 22em;
	padding: .6em;
}

.order_made_box_m {
	width: 100%;
	height: 24em;
	border: #000 solid 1px;
	background: url(img/order_made_bk.jpg) no-repeat right bottom;
}

.order_made_box_s {
	width: 100%;
	height: 11.3em;
	margin-bottom: 1.2em;
	border: #000 solid 1px;
}

.order_made_wrap_m {
	display: flex;
	width: 100%;
	height: 70px;
	margin: 3em 0 0 2em;
}

.order_made_wrap_s {
	display: flex;
	width: 100%;
	height: 70px;
	margin: 3em 0 0 2em;
}
.order_made_title {
	padding: .8em 0 0;
	width: 15em;
}
.order_made_title h5 {
	font-size: 1.4rem;
	margin-bottom: .6em;
}
.order_made_arrow{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.h_middle img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_recruit{
	background:#ddd url(recruit/img/index_reqruit.jpg) no-repeat center center;
	background-size:cover;
	margin: 8em 0 0;
	padding: 4em 2em;
}
.index_recruit_wrap{
	background-color: rgba(255,255,255,0.5);
	width: 90%;
	max-width: 1000px;
	padding: 3% 3% 3% 3%;
	margin-bottom: 2em;
	margin: 0 auto;
}
.index_recruit h3 {
	margin: 0;
	text-align: left;
 }
.index_recruit a {
	color: #fff;
	text-decoration: none;
}
.index_recruit_btn_wrap {
	width: 100%;
}

.news_title {
	background: url(common/img/h_line.gif) no-repeat bottom;
	padding: 1em 0;
	margin-top: 6em;
	position: relative;

}
.news_title span {
	position: absolute;
	margin: 1em 0;
	bottom: 0;
	right: 0;
}
.meta {
	padding:1em;
}
.meta_o {
	padding:1em;
	background: #ffefe5;
}


@media screen and (max-width: 768px) {
   /*--- 表示領域が768px以下の場合に適用するスタイル ---*/

.swiper-container {
	width: 100%;
	height: 440px;
}

.swiper-wrapper img {
	width: 100%;
	height: auto;
    position:absolute;
    left:50%;
    margin-left:-50%;
	min-width: 800px;
}

.pc {
	display: none;
}

.swiper-text {
	position: absolute;
	width: 100%;
	top: 25%;
	left: 50%;
    margin-left: -48%;
	z-index:2;
}
.swiper-text h2 {
	text-align: left;
	font-size: 5rem;
	line-height: 0;
}

h2.sml {
	font-size: 2.5em;
}

.swiper-text p {
	font-size: 1rem;
	margin-top:-1em;
	line-height: 1.7;
	padding: .5em;
}

.swiper-pagination-bullet-active {
	background: #FF6600;
}

h3 {
	font-size: 2.4rem;
}
.index_product_wrap {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	background: none;
}
.index_product{
	width: 100%;
	margin:2em 0 0;
	padding: 1em;
}
.index_product h4 {
	font-size: 1.5rem;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
}
.index_product_text{
	width: 100%;
	float: none;
}
.index_product_img {
	width: 100%;
	float: none;
	position:inherit; 
	right:none;
	bottom: none;
}
.index_product_img img {
	width: 100%;
}
.our_product{
	margin: 1em 0 0;
	padding: 3em 0;
}
.our_product_wrap {
	width: 100%;
	margin: 0;
}
.order_made {
	width: 100%;
	padding: 0 2.5%;
}
.order_made_box {
	width: 50%;
}
.order_made_wrap_m {
	width: 90%;
	margin: 3em 0 0 1em;
}
.order_made_wrap_s {
	width: 90%;
	margin: 3em 0 0 1em;
}
.index_recruit_wrap{
	background-color: rgba(255,255,255,0.5);
	width: 90%;
	padding: 3% 3% 3% 10%;
	margin-bottom: 2em;
}
.index_recruit_wrap{
	width: 90%;
	padding: 3% 3% 3% 3%;
}
}


@media screen and (max-width: 480px) {
   /*--- 表示領域が480px以上の場合に適用するスタイル ---*/

.swiper-container {
	height: 350px;
	margin-bottom: 1em;
}
.swiper-text {
	position: absolute;
	width: 100%;
	top: 25%;
	left: 50%;
    margin-left: -48%;
	z-index:2;
}
.swiper-text h2 {
	font-size: 4.2rem;
}

.swiper-text h2 {
	text-align: left;
	font-size: 4rem;
	line-height: 0;
	color: #223a70;
}
h2.sml {
	font-size: 1.5em;
}

.swiper-text p {
	font-size: 1rem;
	margin-top:1em;
}

h3 {
	font-size: 2rem;
}
.index_product{
	margin:1em 0 0;
	overflow:none;
}

.index_product h4 {
	font-size: 1.5rem;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
}
.index_product_text{
	width: 97%;
	float: none;
}
.index_product_img {
	width: 97%;
	float: none;
	position:inherit; 
	right:none;
	bottom: none;
}
.our_product{
	margin: 1em 0 0;
	padding: 1em 0;
}

.our_product_wrap {
	width: 100%;
}

.our_product h4 {
	font-size: 1.4rem;
}
.our_product p {
	line-height: 2;
}

.our_product_box{
	width: 90%;
	padding: 3em 1em 3em;
}
.our_product h5 {
	padding-bottom: .5em;
}
.our_product_box p {
	padding-top: .5em;
}
.order_made {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1em;
}
.order_made_box {
	width: 100%;
	height: 18em;
	padding: 0;
}
.order_made_box_m {
	width: 100%;
	height: 18em;
	margin-bottom: 0em;
}
.order_made_box_s {
	width: 100%;
	height: 9em;
	margin-bottom: 0;
	margin-top: .8em;
	padding-top: 1em;
}
.order_made_wrap_m {
	width: 90%;
	height: 70px;
	margin: 1em 0 0 1em;
}
.order_made_wrap_s {
	width: 90%;
	height: 70px;
	margin: 1em 0 0 1em;
}
.index_recruit{
	width: 100%;
	padding: 1em;
	margin-top: 3em;
}
.index_recruit_wrap{
	width: 100%;
	height: auto;
	padding: .8em;
	margin: 0 auto;
}
.index_recruit h3 {
	width: 95%;
	line-height: 1.4;
	margin-right: auto;
	margin-left: auto;
 }
 .index_recruit_wrap p{
	width: 95%;
	margin: 0 auto;
}
.index_recruit_btn_wrap {
	width: 100%;
	margin-top: 1em;
}

}


@media all and (-ms-high-contrast:none){

.swiper-wrapper img {
	top:0;
}
}
@-moz-document url-prefix() {
.swiper-wrapper img {
	top:0;
}
}


