@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/


div#header_wrap{
	position: absolute;
	top:0;
}

.main {
	position: relative;
	width:100%;
	line-height:0;
	margin: 0 auto;
	z-index: 9;
}

.main .ttl  {
	position: absolute;
	top:40%;
	left: 0;
	width: 100%;
	/*height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;*/
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	max-width:100%;
}

.main .ttl span {
	max-width:100%;
}


#container h2 {
	margin-bottom: 70px;
	text-align: center;
}

.tx h3 {
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 1.5;
}

.tx p {
	font-size: 18px;
	line-height: 2;
}

.tx {
	background: #efefef;
	padding: 35px 25px;
	box-sizing: border-box;
}

.img {
	position: relative;
	z-index: 2;
}

#sec0 {
	margin-bottom: 70px;
}
#sec0 .img {
	float: left;
	width: 47%;
}

#sec0 .name {
	float: right;
	/*text-align: right;*/
	width: 50%;
	font-size: 18px;
	line-height: 2;
}



#sec1 {
	margin-bottom: 70px;
}
#sec1 .img {
	margin: 0 0 0 auto;
	width: 57.1%;
}
#sec1 .tx {
	width: 93%;
	margin:-130px 7% 0 0;
}
#sec1 .tx.l1 {
	margin:-90px 0 0 30%;
}

#sec1 h3 {
	margin-right: 54%;
}

#sec2{
	margin-bottom: 70px;
}
#sec2 .img {
	margin: 0 auto 0 0;
	width: 46.1%;
}
#sec2 .tx {
	width: 93%;
	margin:-130px 0 0 7%;
}
#sec2 .tx.l1 {
	margin:-90px 30% 0 0;
}

#sec2 h3 {
	margin-left: 43%;
}

#sec3 {
	margin-bottom: 70px;
}
#sec3 .img {
	margin: 0 0 0 auto;
	width: 63%;
}
#sec3 .tx {
	width: 93%;
	margin:-130px 7% 0 0;
}
#sec3 .tx.l1 {
	margin:-90px 0 0 30%;
}
#sec3 h3 {
	margin-right: 60%;
}




.fade2 {
	position:relative;
}
/*.fade2 img {
	transition:all 0.5s linear;
}*/

.fade2 img.off{
	position:relative;
	z-index:1;
}

/*.fade2 a:hover img.off{
	opacity:0;
}

.fade2 a:hover img.on{
	opacity:1;
}*/

.fade2 img.on,
.fade2 img.on2
{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	transition:all 0.5s linear;
}
.fade2 img.on.act,
.fade2 img.on2.act
{
	opacity:1;
}




.main .scroll {
	position:absolute;
	width:5%;
	bottom:6%;
	left:47.5%;
	z-index:99;
}
.main .scroll a {
	display:block;
	width:100%;
	position:relative;
	text-align:center;
	animation: scr 1s both infinite alternate;
	-webkit-animation: scr 1s both infinite alternate;
}

@-webkit-keyframes scr {
  0% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
	 opacity: 0.6;
  }
  100% {
    /*-webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);*/
	 opacity: 1;
  }
}
@keyframes scr {
  0% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
	 opacity: 0.6;
  }
  100% {
   -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
	 opacity: 1;
  }
}









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

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


}

@media screen and (max-width: 767px){
	
	.main .ttl  {
		top:37%;
		left: 0;
		width: 100%;
		padding: 0 45px;
	}	
	
	#container h2 {
		margin-bottom: 40px;
	}


.tx h3 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #3F3F3F;
	font-weight: 500;
}

.tx p {
	font-size: 15px;
}

.tx {
	padding: 20px 15px;
}

	
#sec0 .img {
	float: none;
	width: 100%;
	text-align: center;
}

#sec0 .name {
	float:none;
	/*text-align: center;*/
	width: 100%;
	/*margin-bottom: 30px;*/
	font-size: 15px;
}
	
	
#sec1 {
	margin-bottom: 50px;
}
#sec1 .img {
	margin: 0;
	width: 100%;
	text-align: center;
}

#sec1 .tx {
	width: 100%;
	margin:0;
}
#sec1 .tx.l1 {
	margin:0;
}

#sec1 h3 {
	margin-right: 0;
}

#sec2{
	margin-bottom: 50px;
}
#sec2 .img {
	margin: 0;
	width: 100%;
	text-align: center;
}

#sec2 .tx {
	width: 100%;
	margin:0;
}
#sec2 .tx.l1 {
	margin:0;
}

#sec2 h3 {
	margin-left: 0;
}
	
#sec3{
	margin-bottom: 50px;
}
#sec3 .img {
	margin: 0;
	width: 100%;
	text-align: center;
}

#sec3 .tx {
	width: 100%;
	margin:0;
}
#sec3 .tx.l1 {
	margin:0;
}

#sec3 h3 {
	margin-right: 0;
}
	
	
	
	.i_btn {
		font-size: 0;
		margin: 0 auto;
	}

	.i_btn li {
		width: 100%;
		padding: 5px 0;
		text-align: center;
	}
	

.main .scroll {
	width:12%;
	bottom:5%;
	left:44%;
}
}


@media screen and (max-width: 600px){
	/*#view {
		display:none;
	}
	#view_s {
		display:block;
	}
	#view2 {
		display:none;
	}
	#view_s2 {
		display:block;
	}
	
	#view #arrowLeft {
		left:8%!important;	
	}*/
}	

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