@charset "utf-8";

/*---------------------------------------------------------
--
-- sec_0
--
*/

.sec_0 {
  margin: 0 auto 74px;
  width: 96%;
  max-width: 740px;
}

.sec_0 .img_col_x3 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.sec_0 .img_col_x3 li {
  float: left;
  display: block;
  margin-right: 2%;
  width: 32%;
}

.sec_0 .img_col_x3 li:last-child {
  margin-right: 0;
}

.sec_0 .box {
  margin-bottom: 20px;
  padding: 20px 5%;
  background-color: #f7f5f0;
  border: 1px solid #e67d1e;
}

.sec_0 .box .t1 {
  padding: 0 0 10px;
  font-size: 16px;
  text-align: center;
}

.sec_0 .box .t2 {
  float: right;
  padding: 0;
  font-size: 18px;
  line-height: 1.636;
}

.sec_0 .box .t2 span {
  color: #e6781e;
}

@media screen and (min-width: 768px) {
  .sec_0 .box .t1 {
    float: left;
    padding: 26px 4%;
    width: 27%;
    font-size: 18px;
  }
  .sec_0 .box .t2 {
    float: right;
    padding: 0 0 0 5%;
    width: 73%;
    font-size: 22px;
  }
  .sec_0 .txt {
    text-align: center;
    line-height: 1.714;
  }
  .sec_0 .h2_ttl {
    line-height: 1.5;
  }
  .sec_0 .h2_ttl span {
    padding-bottom: 10px;
  }
}


/*---------------------------------------------------------
--
-- sec_1
--
*/

.sec_1 {}

.sec_1 .h2_ttl {
  margin-bottom: 30px;
}

.sec_1 .tbl {
  border-top: 1px dotted #a09f9f;
}

.sec_1 .tbl dl {
  padding: 20px 0;
  border-bottom: 1px dotted #a09f9f;
}

.sec_1 .tbl dl dt {
  padding: 0 0 10px;
}

.sec_1 .tbl dl dd {
  padding-left: 1em;
  line-height: 1.714;
}

@media screen and (min-width: 768px) {
  .sec_1 .tbl {
    display: table;
    width: 100%;
    border: 0;
    border-bottom: 1px dotted #a09f9f;
  }
  .sec_1 .tbl dl {
    display: table-row;
  }
  .sec_1 .tbl dl dt {
    display: table-cell;
    padding: 14px;
    vertical-align: middle;
    border-top: 1px dotted #a09f9f;
  }
  .sec_1 .tbl dl dd {
    display: table-cell;
    padding: 14px;
    width: 71%;
    vertical-align: middle;
    border-top: 1px dotted #a09f9f;
  }
}


/*---------------------------------------------------------
--
-- sec_2
--
*/

.sec_2 {
  margin-bottom: 130px;
  max-width: 1100px;
}

.sec_2 .h2_ttl {
  margin-bottom: 45px;
}

#companyGallery {
  margin: 0 auto;
  width: 86%;
}

#companyGallery li.slick-slide {
  padding: 3px;
}

@media screen and (min-width: 768px) {
  #companyGallery {
    width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  #companyGallery {
    width: 94%;
  }
}


/*---------------------------------------------------------
--
-- sec_3
--
*/

.sec_3 {
  max-width: 1200px;
}

.sec_3 .h2_ttl {
  margin-bottom: 45px;
}

.sec_3 .box {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f7f5f0;
}

.sec_3 .box h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.sec_3 .box p {
  line-height: 1.714;
}

.sec_3 .box .smallTxt {
  font-size: 10px;
}

.sec_3 .pic_02 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec_3 {
    margin-bottom: 132px;
  }
  .sec_3 .h2_ttl {
    margin-bottom: 53px;
  }
  .sec_3 .relative {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .sec_3 .box {
    margin: 0;
    padding: 50px;
    padding-right: 16%;
    width: 60%;
    min-height: 410px;
  }
  .sec_3 .box h3 {
    margin-bottom: 45px;
    font-size: 26px;
  }
  .sec_3 .box p {
    padding-left: 42px;
  }
  .sec_3 .pic_02 {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}


/*---------------------------------------------------------
--
-- sec_4
--
*/

.sec_4 {
  width: 100%;
  max-width: inherit;
}

.sec_4 .h2_ttl {
  margin: 0 auto;
  width: 96%;
  max-width: 1000px;
}

.accessMetaBox {
  margin: 0 auto;
  padding: 0;
  width: 96%;
  max-width: 1000px;
  text-align: center;
}

.accessMetaBox .txt {
  margin: 0 auto 20px;
  text-align: left;
}

.accessMetaBox .img {
  display: inline-block;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
  border: 1px solid #dcdcdc;
}

@media screen and (min-width: 768px) {
  .accessMetaBox {
    margin-bottom: 80px;
  }
  .accessMetaBox .txt {
    float: left;
    width: 37%;
  }
  .accessMetaBox .img {
    float: right;
    width: 55%;
  }
}

/* 200207 */
.lead {
  margin-bottom: 20px;
}
.lead .xl {
  display: none;
}
@media screen and (min-width: 768px) {
  .lead {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.714;
 }
  .lead .xl {
    display: inline;
  }
}