@charset "utf-8";

/* CSS Document */


/* sec01 */

.sec01 {
  padding: 90px 10px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-image: url(../images/company/04/bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}


/* sec02 */

.sec02 {
  z-index: 1;
  position: relative;
  padding: 140px 0px 70px;
  overflow: hidden;
}

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

.sec02:before {
  display: block;
  content: "";
  width: 120vw;
  position: absolute;
  left: -10vw;
  top: 0;
  height: 98%;
  background-image: -webkit-linear-gradient( 90deg, rgba(17, 126, 55, 1) 0%, rgba(114, 180, 69, 1) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(17, 126, 55, 0.8) 0%, rgba(114, 180, 69, 0.9) 100%);
  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);
}

.linknab {
  letter-spacing: -.40em;
  text-align: center;
}

.linknab li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.linknab li:nth-child(2):before, .linknab li:nth-child(2):after {
  display: inline-block;
  content: "|";
  padding: 0 25px;
}

.linknab li a {
  line-height: 1.2;
  /*text-decoration: underline;*/
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #fff;
}

.linknab li:hover a {
  opacity: 0.8;
}

.sublink {
  letter-spacing: -.40em;
  text-align: center;
}

.sublink li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  line-height: 1;
}

.sublink li a {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.sublink li:before {
  content: "";
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding-right: 10px;
}

.sublink li:nth-child(1) {
  margin-right: 30px;
}

.sublink li:nth-child(1):before {
  content: url(../images/company/04/icon01.png);
}

.sublink li:nth-child(2):before {
  content: url(../images/company/04/icon02.png);
}


/* map */

.mapttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0 10px;
}

.mapttl span {
  display: block;
  float: left;
  line-height: 2.5;
}

.mapttl span:nth-child(2) {
  float: right;
  line-height: 3.15;
}

.maplist.top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3.7%;
}

.maplist.bottom li {
  float: left;
  width: 30.84%;
  margin-right: 3.74%;
  margin-bottom: 3.7%;
}

.maplist.bottom li:nth-child(3n) {
  margin-right: 0;
}

.maplist.bottom li:nth-child(3n+1) {
  clear: both;
}

.maplist.top li:nth-last-child(-n+3), .maplist.bottom li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.top .maptext {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border-right: 2px solid #ccc;
}

.bottom .maptext {
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
	border-top: 2px solid #ccc;
}

.top .map_box {
  width: 50%;
  height: 300px;
}

.top .map_box iframe {
  width: 100%;
  height: 100%;
}

.bottom .map_box {
  width: 100%;
  height: 210px;
}

.bottom .map_box iframe {
  width: 100%;
  height: 100%;
}


/* sec03 */

.sec03 {
  margin-top: -70px;
  position: relative;
  padding: 140px 0px 140px;
  background-color: #cbebbe;
}

.sec03 .mapttl {
  border: 1px solid #63be7e;
  background-color: #63be7e;
}

.sec03 table {
  width: 100%;
  background-color: #f7f7f7;
}

.sec03 table tr {
  vertical-align: top;
}

.sec03 table tr:nth-child(2n) {
  background-color: #e6e6e6;
}

.sec03 table th {
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

.sec03 table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 10px 50px 10px 10px;
  vertical-align: top;
  text-align: left;
  position: relative;
}

.sec03 table td .pagehome {
  position: absolute;
  right: 10px;
  display: block;
  top: 26%;
}

@media screen and (max-width: 900px) {
  .maplist.bottom li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .maplist.bottom li:nth-child(3n) {
    margin-right: 4%;
  }
  .maplist.bottom li:nth-child(3n+1) {
    clear: none;
  }
  .maplist.top li:nth-last-child(-n+3), .maplist.bottom li:nth-last-child(-n+3) {
    margin-bottom: 4%;
  }
  .maplist.bottom li:nth-child(2n) {
    margin-right: 0;
  }
  .maplist.bottom li:nth-child(2n+1) {
    clear: both;
  }
  .maplist.top li:nth-last-child(-n+2), .maplist.bottom li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 50px 10px 50px;
  }
  .sec02 {
    padding: 70px 0px 90px;
  }
}

@media screen and (max-width: 610px) {
  .sec02 {
    padding: 60px 0px 90px;
  }
  .sec02:before {
    width: 160vw;
    left: -30vw;
  }
  .maplist.top li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top .map_box {
    width: 100%;
    height: 210px;
  }
  .top .maptext {
    width: 100%;
    display: block;
		border-top: 2px solid #ccc;
		border-right: 0;
  }
  .bottom .map_box {
    height: 180px;
  }
  .maplist.bottom li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .maplist.top li:nth-last-child(-n+2), .maplist.bottom li:nth-last-child(-n+2) {
    margin-bottom: 4%;
  }
  .sec03 {
    margin-top: -160px;
    padding: 140px 0px 20px;
  }
  .sec03 table th {
    width: 100%;
    display: block;
  }
  .sec03 table td {
    width: 100%;
    display: block;
    border-top: 1px dotted #ccc;
  }
}

@media screen and (max-width: 380px) {
  .sublink li:nth-child(1) {
    margin: 0 auto 20px;
    width: 100%;
  }
  .sublink li:nth-child(2) {
    margin: 0 auto;
    width: 100%;
  }
}