@charset "utf-8";

/* CSS Document */


/* sec01 */

.sec01 {
  margin: 0 auto;
  padding: 90px 10px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1480px;
}

.sec01 p {
  position: relative;
  z-index: 2;
}

.sec01 .pic {
  position: absolute;
  z-index: 1;
}

.sec01 .pic.pic01 {
  top: 32%;
  right: 10px;
}
.sec01 .pic.pic01 span{
  display:block;
}
.sec01 .pic.pic01 span:nth-child(1){
  -webkit-box-shadow: 0px 0px 2.8px 1.2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2.8px 1.2px rgba(0, 0, 0, 0.1);
}


.sec01 .pic.pic02 {
  top: 50%;
  left: 10px;
  -webkit-box-shadow: 0px 0px 2.8px 1.2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2.8px 1.2px rgba(0, 0, 0, 0.1);
}


/* sec02 */

.sec02 {
  padding: 140px 10px 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* overflow: hidden; */
  position: relative;
}

.sec02 .sec02in {
  margin: 0 auto;
  max-width: 1480px;
}

.sec02 p {
  position: relative;
  z-index: 2;
}

.sec02 .pic {
  position: absolute;
  -webkit-box-shadow: 0px 0px 2.8px 1.2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2.8px 1.2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.sec02 .pic.pic03 {
  top: 43%;
  right: 10px;
}

.sec02:before {
  display: block;
  content: "";
  width: 120vw;
  position: absolute;
  left: -15vw;
  top: 0;
  height: 90%;
  background-image: -webkit-linear-gradient( 90deg, rgba(17, 126, 55, 0.8) 0%, rgba(114, 180, 69, 0.9) 100%),url(../images/company/01/bg.jpg);
  background-image: -ms-linear-gradient( 90deg, rgba(17, 126, 55, 0.8) 0%, rgba(114, 180, 69, 0.9) 100%),url(../images/company/01/bg.jpg);
  z-index: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
	
	
	background-attachment: scroll,fixed;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	
}

.sec02>* {
  z-index: 1;
  position: relative;
}


/* sec03 */

.sec03 {
  margin: 0 auto;
  padding: 90px 10px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.sec03 table {
  margin: 0 auto;
  max-width: 870px;
  width: 100%;
  border-collapse:  collapse;
}

.sec03 table td {
  line-height: 2.75;
  border-top: 1px dotted #127454;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec03 table tr:last-child td {
  border-bottom: 1px dotted #127454;
}

.sec03 table td:nth-child(1) {
  /*width: 110px;*/
  width: 180px;
  line-height: 1.6;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight:  bold;
  text-align: center;
  background-color: #e9f7ec;
}


/* sec04 */

.sec04 {}

.sec04 ul li:not(:last-child) {
  float: left;
  width: 50%;
}

.sec04 ul li p img {
  width: 100%;
}

.sec04 ul li iframe {
  clear: both;
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 1420px) {
  /*.sec01 */
  .sec01 .s2 {
    padding: 0 21%;
  }
  .sec01 .pic.pic01 {
    width: 20%;
  }
  .sec01 .pic.pic02 {
    width: 20%;
  }
  /*.sec02 */
  .sec02 .s4 {
    padding: 0 21%;
  }
  .sec02 .pic.pic03 {
    width: 20%;
  }
}

@media screen and (max-width: 1000px) {
  .sec01 .s2, .sec02 .s4 {
    text-align: left;
  }
  .sec01 .s2 br, .sec02 .s4 br {
    display: none;
  }
  .sec01 {
    padding: 90px 10px 20px;
  }
  .sec02 {
    padding: 80px 10px 140px;
    /* overflow: hidden; */
  }
  .sec01 .pic.pic01 {
    top: 50%;
  }
  .sec02 .s4 {
    padding: 0 21% 0 0;
  }
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 10% 10px 20px;
  }
  .sec01 .s2 {
    padding: 0;
  }
  .sec01 .box {
    letter-spacing: -.40em;
    text-align: center;
    margin-top: 8%;
  }
  .sec01 .pic {
    position: static;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    max-width: 280px;
  }
  .sec01 .pic.pic01 {
    position: static;
    margin-right: 10px;
    width: 40%;
  }
  .sec01 .pic.pic02 {
    position: static;
    width: 40%;
    top: 0;
  }
  .sec02 .s4 {
    padding: 0 33% 0 0;
  }
  .sec02 .pic.pic03 {
    width: 30%;
  }
	
	
	.sec02:before {
		background-image: -webkit-linear-gradient( 90deg, rgba(17, 126, 55, 0.8) 0%, rgba(114, 180, 69, 0.9) 100%);
		background-image: -ms-linear-gradient( 90deg, rgba(17, 126, 55, 0.8) 0%, rgba(114, 180, 69, 0.9) 100%);

	}
	
  .sec03 {
    padding: 0px 10px 40px;
  }
  .sec03 table td, .sec03 table td:nth-child(1) {
    width: 100%;
    display: block;
    text-align: left;
  }
  .sec03 table tr:last-child td:nth-child(1) {
    border-bottom: 0;
  }
  .sec04 ul li iframe {
    height: 290px;
  }
}

@media screen and (max-width: 530px) {
  .sec02 {
    padding: 80px 10px 90px;
  }
  .sec02 .pic.pic03 {
    top: 35%;
  }
}

@media screen and (max-width: 400px) {
  .sec02 .s4 {
    padding: 0;
  }
  .sec02 .pic.pic03 {
    position: relative;
    top: 0;
    left: 0;
    width: 40%;
    margin: 8% auto 0;
  }
}