@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/


#container {
	padding-top: 0;
}

#gHeader {
	background: none;
}

.cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1100;
	background-color: #FFF;
}

#gHeader.bg {
	background: none;
}

#main {
	margin-bottom: 10px;
}
.tour{
	background: url(../images/tour/factory_tours_line.png) no-repeat top center;
	width:1140px;
	margin:0 auto;
}

#main .sec01 {
	height: 900px;
	position: relative;
	background: url(../images/index/sec01_bg.png) no-repeat center center;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	transition: none;
	-webkit-transition: none;
}

#main .sec01 .imgSec {
	margin: 125px 0 0 -232px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#main .sec01 .imgSec img {
	width: 464px;
}

#main .sec01 h1 {
	display: none;
}

#main .sec01 .arrow {
	margin-left: -9px;
	position: absolute;
	bottom: 10px;
	left: 50%;
}

#main .sec01 .arrow a {
	display: block;
	padding: 20px 0 10px;
}

#main .sec01 .arrow img {
	opacity: 0;
}

#main .sec01.action .arrow img {
	-webkit-animation: ca3_fade_move_down 1.5s ease-in-out 0.8s infinite;
	-moz-animation: ca3_fade_move_down 1.5s ease-in-out 0.8s infinite;
	animation: ca3_fade_move_down 1.5s ease-in-out 0.8s infinite;
}

@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}

@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px);
    opacity: 0;
  }
}

@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}

#main .sec01 .arrow img {
	display: block;
}

#main .sec01 .inner {
	position: absolute;
	bottom: 29px;
	left: 28px;
	width: 500px;
}

#main .sec01 .inner a {
	display: block;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

#main .sec01 .inner .photo {
	float: left;
	width: 67px;
	height: 65px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: transform 0.5s ease 0.8s;
	-webkit-transition: transform 0.5s ease 0.8s;
}

#main .sec01 .inner .photo .img {
	display: none;
}

#main .sec01.action .inner .photo {
	transform: scale(1);
	-webkit-transform: scale(1);
}

#main .sec01 .inner .photo .bd {
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
    border: 3px solid #D8D8D8;
    box-sizing: border-box;
	border-radius: 50%;
}

.pcState #main .sec01 .inner a:hover .photo .bd {
    opacity: 1;
}

#main .sec01 .inner .txtBox {
	margin-top: 11px;
	float: right;
	width: 415px;
	opacity: 0;
	transition: opacity 0.7s linear 1s;
	-webkit-transition: opacity 0.7s linear 1s;
}

#main .sec01.action .inner .txtBox {
	opacity: 1;
}

#main .sec01 .inner .txtBox .date {
	margin-bottom: 5px;
	color: #999;
	font-size: 10px;
	letter-spacing: 1.5px;
}

#main .sec01 .inner .txtBox .ttl {
	color: #333;
	letter-spacing: 0.5px;
}

.pcState #main .sec01 .inner .txtBox .ttl > span {
	background: #fff url(../images/common/line02.gif) repeat-x left top;
	background-size: auto 0.6em;
	position: relative;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

@media not all {
	.pcState #main .sec01 .inner .txtBox .ttl > span {
		background-size: auto 0.9em;
	}
}

.pcState #main .sec01 .inner a:hover .txtBox .ttl > span {
    background-color: #D9D9D9;
}

#main .sec02 {
	padding-bottom: 0px;
}

#main .sec02 .subListBox {
	position: static;
	bottom: auto;
	left: auto;
	width: 100%;
}

#main .sec02 .subListBox.fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.android #main .sec02 .subListBox {
	top: auto;
}

.android #main .sec02 .subListBox.fix {
	top: 0;
	bottom: auto;
}

#main .sec02 .photoUl {
	font-size: 0;
}


#main .sec02 .photoUl li {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}

#main .sec02 .photoUl li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#main .sec02 .photoUl li a img {
	height: 100%;
	width: 160px;
}

#main .sec02 .photoUl li .bgTxt {
	padding: 20px 20px 58px;
	color: #fff;
	display: block;
	font-size: 15px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
	background: url(../images/index/sec02_bg.png) repeat left top;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
}

#main .sec02 .photoUl li .bgTxt .txt {
	opacity: 0;
	transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-ms-transition: opacity 2s;
}

#main .sec02 .photoUl li .bgTxt .txt span {
	margin-top: 2px;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
}

#main .sec02 .photoUl li a:hover .bgTxt {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
}

#main .sec02 .photoUl li a:hover .bgTxt .txt {
	opacity: 1;
}

#main .sec02 .link {
	margin: 0 auto;
	padding-top: 22px;
	width: 302px;
	text-align: center;
	z-index: 50;
	position: relative;
	letter-spacing: 1px;
}

#main .sec02 .link a {
	padding: 16px 35px 15px;
	color: #111;
	display: block;
	font-weight: bold;
	border: 2px solid #555;
	background: url(../images/common/icon01.png) no-repeat 19px center;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.pcState #main .sec02 .link a:hover {
	color: #fff;
	border-color: #000;
	background: #000 url(../images/common/icon02.png) no-repeat 19px center;
}

#main .sec03 {
	padding: 50px 0 50px;
	position: relative;
	z-index: 50;
	background: url(../images/top/bg_003.png) repeat-x bottom;
}

#main h2 {
	margin: 0 auto 10px;
	width: auto;
	max-width: 1040px;
	position: relative;
	text-align: left;
	font-size: 4em;
}
#main h2.service_ttl {
	/*border-bottom: 10px solid #eee;*/
}

#main h2.service_ttl img {
	width: 108px;
	height: auto;
}
#main h2.service_ttl strong {
	font-size: 70%;
	background-color: #F00;
	color: #fff;
	padding: 15px;
}
#main h2.service_ttl .yellow{
	font-size: 120%;
	color: #FF0;
}
#main .service_sttl {
	margin: 20px auto 15px;
	width: 100%;
	max-width: 1022px;
	font-size: 1.5em;
}

#main .sec03 .bgBox {
	position: relative;
	width: 1020px;
	padding-bottom: 20px;
}

#main .sec03 .link {
	margin-right: 0px;
	position: absolute;
	right: 0%;
	top: 12px;
	width: 150px;
	text-align: right;
	letter-spacing: 1px;
}

#main .sec03 .link a {
	padding-left: 27px;
	position: relative;
	color: #333;
	display: inline-block;
	font-size: 12px;
}

#main .sec03 .link p {
	display: block;
	position: absolute;
	height: 9px;
	top: 3px;
	left: 0;
	width: 12px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#main .sec03 .link p span {
	background: #A8A8A8;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#main .sec03 .link p span:nth-of-type(1) {
	transition: all ease 0.2s;
	-webkit-transition: all linear 0.2s;
}

#main .sec03 .link p span:nth-of-type(2) {
	top: 4px;
	transition: all ease 0.2s;
	-webkit-transition: all linear 0.2s;
}

#main .sec03 .link p span:nth-of-type(3) {
	top: 8px;
	transition: all ease 0.2s;
	-webkit-transition: all linear 0.2s;
}	

.pcState #main .sec03 .link a:hover p span.top {
	top: -2px;
	/*transform: translateY(-2px);
	-webkit-transform: translateY(-2px);*/
}

.pcState #main .sec03 .link a:hover p span:nth-of-type(3) {
	top: 10px;
	/*transform: translateY(2px);
	-webkit-transform: translateY(2px);*/
}

#main .sec04 {
	padding: 50px 0;
	position: relative;
	z-index: 50;
	background:  #eee ;
}

#main .sec04 h2 img {
	width: 390px;
	height: auto;
	margin-top: -20px;
}

#main .sec05 {
	padding: 50px 0;
	position: relative;
	z-index: 50;
	background: url(../images/top/bg_002.jpg) repeat-x bottom;
}

#main .sec06 {
	padding: 50px 0;
	position: relative;
	z-index: 50;

	background: url(../images/top/sec_bg001.jpg) no-repeat;
	background-size:cover;
	
	
}

#main .sec07 {
	padding: 50px 0;
	position: relative;
	z-index: 50;
	background:  #51a3f0 ;
	/*background: url(../images/top/bg_002.jpg) repeat-x bottom;*/
}
#main .sec08 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 100px;
}
/*

#main .sec08 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
*/


#main .sec08 .tour20 {
	width:20%;
}
#main .sec08 .tour30 {
	width:30%;
}
#main .sec08 .tour40 {
	width:40%;
}
#main .sec08 .tour50 {
	width:50%;
}
#main .sec08 .tour60 {
	width:60%;
}
#main .sec08 .tour70 {
	width:70%;
}
#main .sec08 .tour80 {
	width:80%;
}



#main .sec08 img {
	width:100%;
}
#main .sec08 ._title01 {
	font-size:26px;
	margin-bottom:20px;
}

#main .sec08 .yellow {
	color:#CC0;
	font-weight:bold;
}
#main .sec08 .red {
	color: #C00;
	font-weight:bold;
}
#main .sec08 .black {
	color: #333;
	font-weight:bold;
}

#main .sec08 ._text01 {
	line-height:1.6;
	margin-bottom:20px;
}


#main .btmLink {
	margin: 0 auto 30px;
	width: 302px;
	text-align: center;
	position: relative;
	z-index: 50;
	letter-spacing: 1px;
}

#main .btmLink a {
	padding: 16px 35px 15px;
	color: #111;
	display: block;
	font-weight: bold;
	border: 2px solid #555;
	background: url(../images/common/icon05.png) no-repeat 24px center;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.pcState #main .btmLink a:hover {
	color: #fff;
	border-color: #000;
	background: #000 url(../images/common/icon06.png) no-repeat 24px center;
}



.pcState #main .comHover01::after {
    height: 2px;
}

.pcState #main .comHover01::before {
    height: 2px;
}

.pcState #main .subComHover01::after {
    width: 2px;
}

.pcState #main .subComHover01::before {
    width: 2px;
}

#main .comNewsUl li .photo img {
	min-width: 214px;
	min-height: 214px;
}

.service_img{
	
	width: 100%;
	max-width:110px;
	margin: 5% auto;
}

.service_img img{
	width: 100%;
}
.service_txt{
	width: 80%;
	background-color: #fff;
	margin: 2% auto;
	padding: 1% 5%;
	/*box-shadow: 2px 2px 4px -2px gray inset;*/
	box-shadow: 5px 5px  #008dcf;
	height: 170px;
}
.recruit_text01{
	font-size:3em;
	margin:0 0 20px;
}
.recruit_text02{
	font-size:1.2em;
	margin:0 0 20px;
}
.recruit_text03{
	font-size:2em;
	margin:0 0 20px;
}
.pp_text{
	padding: 20px 30px;
	font-size: 1em;
}
.contact_img{
	margin:0 auto;
	width:90%;
	max-width:1020px;
	text-align:center;
}
.contact_img{
	margin:0 auto;
	width:90%;
	max-width:1020px;
	text-align:center;
}
.contact_img img{
	width:100%;
	max-width:851px;
}

/*-------------------------------------------------------  ↓↓↓↓  ツアー  ↓↓↓↓   ---------------------------*/
.lower_ttl{
background-position:center center;
text-align:center;
height:330px;
position:relative;
z-index:1
}
.lower_ttl .in{
width:100%;
position:absolute;
top:50%;
-webkit-transform:translate(0,-50%);
transform:translate(0,-50%)
}
.lower_ttl{
background-image:url(../images/tour/tour_title01.jpg);
background-size: auto 100%;
}


.crumbs{
margin:20px 0 50px;
font-size:14px;
font-size:1rem;
position:relative;
z-index:1
}
.crumbs li{
display:inline
}
.crumbs li a::after{
content:"\f105";
font-family:'FontAwesome';
display:inline-block;
padding-left:10px;
font-weight:700
}

.crumbs .container{
width: 1140px;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}


/*-------------------------------------------------------  ↑↑↑↑  ツアー  ↑↑↑↑   ---------------------------*/

.lower_ttl_main{
font-size:56px;
color:#FFF;
}

.mb20{
	margin-bottom:20px;
}



@media all and (min-width: 0) and (max-width: 767px) {
	#container {
		padding-top: 0;
	}
	
	#main {
	margin-bottom: 70px;
}
	
	#main .sec01 {
		height: 410px;
		background: url(../images/index/sp_h1_img.png) no-repeat center center;
		background-size: 100% auto;
	}
	
	#main .sec01 h1 {
		margin: -95px 0 0 -140px;
		width: auto;
	}
	
	#main .sec01 h1 img {
		width: 258px;
	}
	
	#main .sec01 h1 span {
		margin-top: 31px;
	}
	
	#main .sec01 h1 span img {
		width: 280px
	}
	
	#main .sec01 .inner {
		width: 80%;
		left: 0;
		bottom: 22px;
	}
		
	#main .sec01 .inner a .txtBox .ttl > span,
	#main .sec01 .inner a:hover .txtBox .ttl > span {
		background: none;
	}
	
	#main .sec01 .inner .txtBox {
		margin: 0;
		padding: 4px 20px 0 85px;
		float: none;
		width: auto;
	}
	
	#main .sec01 .inner .photo {
		margin-left: 20px;
		width: 55px;
		height: 55px;
		position: relative;
	}
	
	#main .sec01 .inner .photo .img {
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
	}
	
	#main .sec01 .inner .photo .img img {
		width: 100%;
	}
	
	#main .sec01 .inner .txtBox .date {
		margin-bottom: 2px;
		font-size: 11px;
	}
	
	#main .sec01 .inner .txtBox .ttl {
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	
	#main .sec01 .inner .txtBox .ttl > span span {
		margin-left: 10px;
	}
	
	#main .sec01 .arrow {
		margin-left: -10px;
		bottom: 20px;
		left: auto;
		right: 20px;
	}
	
	#main .sec01 .arrow img {
		width: 20px;
	}
	
	#main .sec01 .imgSec {
		margin: 47px 0 0 -43%;
		width: 86%;
	}
	
	#main .sec01 .imgSec img {
		width: 100%;
	}
	
	#main .sec02 {
		margin-bottom: 75px;
	}
	
	#main .sec02 .photoUl li img {
		height: 135px;
	}
	
	#main .sec02 .photoUl li a:hover .bgTxt {
		display: none;
	}
	
	#main .sec02 .link {
		margin: 0 20px;
		padding-top: 20px;
		width: auto;
	}
	
	#main .sec02 .link a:hover,
	#main .sec02 .link a {
		padding: 13px 10px 15px;
		color: #111;
		font-size: 13px;
		border: 2px solid #555;
		letter-spacing: 2.5px;
		background: url(../images/common/sp_icon01.png) no-repeat 15px center;
		background-size: 15px auto;
	}
		
	#main .sec03 {
		margin-bottom: 0px;
	}
	
	#main h2 {
		margin-bottom: 10px;
		margin-left:15px;
		width: auto;
	}
	#main .sec03 .service_sttl {
		margin-left:15px;
		
	}
	#main .sec03 h2 img,
	#main .sec03 h2.service_ttl img {
		height: 29px;
	}
	
	#main .sec03 h2 a {
		display: none;
	}
	
	#main .sec03 .bgBox {
		width: auto;
	}
	
	#main .sec03 .bgBox img {
		width: 100%;
	}
		
	#main .sec03 .link {
		margin: 0 0 76px;
		text-align: center;
		position: static;
		width: auto;
	}
	
	#main .sec03 .link a {
		padding-left: 22px;
	}
	
	#main .sec04 {
		padding-bottom: 1px;
	}
	
	#main .sec04 h2 {
		margin-bottom: 50px;
	}
	
	#main .sec04 h2 img {
		margin-top: -12px;
		width: 250px;
	}
	
	#main .sec04 h2 span {
		margin-top: 7px;
		font-size: 13px;
		letter-spacing: 1.5px;
	}
	
	#main .btmLink {
		margin: 0 20px 67px;
		width: auto;
	}
	
	#main .btmLink a:hover,
	#main .btmLink a {
		padding: 14px 10px 13px;
		color: #111;
		font-weight: normal;
		letter-spacing: 1.2px;
		background: url(../images/common/icon05.png) no-repeat 16px center;
		border: 2px solid #555;
		background-color: #fff;
	}
	
	#main .share {
		margin-bottom: 16px;
		font-size: 10px;
	}
	
	#main .btmUl li {
		margin: 0 10px 0 10px;
	}
	
	#main .btmUl li a img {
		
	}
	
	#main .btmUl li a:hover {
		background: none !important;
	}
	
	#main .btmUl li a:hover img {
		visibility: visible;
	}
		
	#main .bd {
		opacity: 0 !important;
	}
	
	#main .comNewsUl li .photo img {
		min-width: 145px;
		min-height: 145px;
	}
	.service_img{
	
		width: 30%;
		max-width:110px;
		margin: 5% 3%;
		float:left;
	}
	
	.service_img img{
		width: 100%;
	}
	.service_txt{
		width: 60%;
		margin: 2% auto 3%;
		padding: 1% 5%;
		/*box-shadow: 2px 2px 4px -2px gray inset;*/
		box-shadow: 5px 5px  #008dcf;
		height: auto;
		min-height:160px;
		float:left;
	}
	.tour{
		width:100%;
	}

	.crumbs .container{
		width: auto;

	}

}
