@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;
}

.btn {
  font-size: 0;
  margin: 0;
  letter-spacing: -10px;
}

.btn li {
  /*width: 25%;*/
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
}

.i_btn {
  font-size: 0;
  margin: 0 -1.4%;
  letter-spacing: -10px;
  text-align: center;
}

.i_btn li {
  width: 40%;
  display: inline-block;
  padding: 20px 1.4%;
  box-sizing: border-box;
  letter-spacing: normal;
}

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

.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;
}

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

#sec1 .name {
  float: right;
  text-align: right;
  width: 50%;
}

#sec1 .tx {
  width: 70%;
  margin: -130px 0 0 30%;
}
#sec1 .tx.l1 {
  margin: -90px 0 0 30%;
}

#sec1 h3 {
  margin-left: 27%;
}

#sec2 {
  margin-bottom: 70px;
}
#sec2 .img {
  margin: 0 0 0 auto;
  width: 59%;
}

#sec2 .tx {
  width: 70%;
  margin: -130px 30% 0 0;
}
#sec2 .tx.l1 {
  margin: -90px 30% 0 0;
}

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

.fade2 {
  position: relative;
}
.fade2 a {
  display: block;
  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) {
  #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;
  }

  #sec1 {
    margin-bottom: 0;
  }
  #sec1 .img {
    float: none;
    width: 100%;
    text-align: center;
  }

  #sec1 .name {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

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

  #sec1 h3 {
    margin-left: 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-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) {
}
