@charset "utf-8";

/* CSS Document */
#sec_spe01 {
  margin-bottom: 60px;
}

#sec_spe01 .text {
  font-size: 14px;
  line-height: 225%;
  color: #231815;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#sec_spe01 .div_btn_all {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: auto;
}

#sec_spe01 .div_btn_all .div_btn {
  width: 48.343%;
  height: 360px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 80px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

#sec_spe01 .div_btn_all .div_btn .btn_bg {
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#sec_spe01 .div_btn_all .div_btn .btn_bg .txt {
  width: 67.069%;
  font-size: 22px;
  line-height: 126%;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  letter-spacing: -0.5px;
  padding-left: 13.655%;
}

#sec_spe01 .div_btn_all .div_btn .btn_bg .txt::before {
  content: "";
  width: 35px;
  height: 22px;
  position: absolute;
  background-image: url(../img/conveyor/con_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1em;
}

#sec_spe01 .div_btn_all .div_btn .btn_bg .a_btn {
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  height: 46px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: background-color ease 0.5s;
  -webkit-transition: background-color ease 0.5s;
  -moz-transition: background-color ease 0.5s;
  -ms-transition: background-color ease 0.5s;
  -o-transition: background-color ease 0.5s;
}

@media all and (-ms-high-contrast: none) {

  #sec_spe01 .div_btn_all .div_btn .btn_bg .a_btn,
  #sec_spe02 .div_all_item .div_item .a_btn {
    padding-top: 5px;
  }
}

#sec_spe01 .div_btn_all .div_btn .btn_bg .a_btn:hover {
  background: rgba(255, 255, 255, 1);
  color: #4b4b4b;
}

#sec_spe02 .title01 {
  /*  margin-top: 120px;*/
  font-size: 38px;
  line-height: 175%;
  letter-spacing: 0.6px;
  color: #009fe8;
  text-align: center;
  position: relative;
  width: 100%;
}

#sec_spe02 .title01::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #009fe8;
  position: absolute;
  bottom: 15px;
  left: 0;
}

#sec_spe02 .div_all_item .div_item .txt {
  word-wrap: break-word;
}

#sec_spe02 .title01_sub {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #009fe8;
  margin-top: 10px;
}

#sec_spe02 .div_all_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 60px;
}

#sec_spe02 .div_all_item .div_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cdcdcd;
}

#sec_spe02 .div_all_item .div_item:last-child {
  border-bottom: none;
}

#sec_spe02 .div_all_item .div_item .img {
  width: 40%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#sec_spe02 .div_all_item .div_item .text-wrap {
  width: 55%;
}

#sec_spe02 .div_all_item .div_item .title {
  font-size: 28px;
  font-weight: bold;
  color: #009fe8;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}

#sec_spe02 .div_all_item .div_item .title::before {
  content: none;
  width: 60px;
  height: 1px;
  background-color: #009fe8;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#sec_spe02 .div_all_item .div_item .tag {
  padding: 5px 10px;
  background-color: #009fe8;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1em;
}

#sec_spe02 .div_all_item .div_item .txt {
  font-size: 15px;
  line-height: 175%;
  color: #231815;
  margin-bottom: 20px;
}

#sec_spe02 .div_all_item .div_item .a_btn {
  position: relative;
  z-index: 100;
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  color: #009fe8;
  border: 1px solid #009fe8;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  height: 46px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  text-decoration: none;
  transition: background-color ease 0.5s;
  -webkit-transition: background-color ease 0.5s;
  -moz-transition: background-color ease 0.5s;
  -ms-transition: background-color ease 0.5s;
  -o-transition: background-color ease 0.5s;
}

#sec_spe02 .div_all_item .div_item .a_btn:hover {
  background: #009fe8;
  color: #fff;
}

#sec_spe02 .div_arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 4.1665%;
  padding-right: 4.1665%;
  margin-bottom: 60px;
}

#sec_spe02 .div_arrow>div {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.6px;
  color: #009fe8;
}

#sec_spe02 .div_arrow>div span {
  text-decoration: underline;
  margin-right: 28px;
}

#sec_spe02 .div_arrow>div:first-child span {
  margin-right: 0;
  margin-left: 28px;
}

#sec_spe02 .div_arrow>div img {
  margin-left: 25px;
}

#sec_spe02 .div_arrow>div:first-child img {
  margin-left: 0;
  margin-right: 25px;
}

#sec_spe02 .div_arrow>div a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
  #sec_spe01 .div_btn_all .div_btn .btn_bg .txt {
    font-size: 2.083vw;
  }

  #sec_spe01 .div_btn_all .div_btn .btn_bg .txt::before {
    width: 2.917vw;
    height: 1.833vw;
    background-size: 2.917vw;
    left: 2.5vw;
    top: 0.417vw;
  }

  #sec_spe02 .div_all_item .div_item .title {
    line-height: 120%;
    padding-top: 10px;
    font-size: 2.333vw;
  }

  #sec_spe02 .div_all_item .div_item .txt {
    font-size: 14px;
  }

  #sec_spe02 .title01 {
    /*    margin-top: 14.167vw;*/
  }
}

@media screen and (max-width: 980px) {
  #sec_spe01 .div_btn_all .div_btn .btn_bg .a_btn {
    width: 12.245vw;
  }
}

@media screen and (max-width: 767px) {
  #sec_spe01 .text {
    font-size: 2.086vw;
    margin-top: 11.734vw;
  }

  #sec_spe01 .div_btn_all .div_btn {
    width: 100%;
    max-width: 580px;
    height: 360px;
    margin-top: 5.43vw;
    margin-left: auto;
    margin-right: auto;
  }

  #sec_spe02 .title01 {
    /*    margin-top: 22.164vw;*/
    font-size: 4.954vw;
  }

  #sec_spe02 .title01_sub {
    font-size: 2.347vw;
    margin-top: 1.304vw;
  }

  #sec_spe02 .div_all_item {
    margin-top: 8.475vw;
    margin-bottom: 7.823vw;
  }

  #sec_spe02 .div_all_item .div_item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.823vw;
    padding-top: 40px;
  }

  #sec_spe02 .div_all_item .div_item .title {
    font-size: 3.651vw;
    margin-bottom: 1.304vw;
  }

  #sec_spe02 .div_all_item .div_item .txt {
    font-size: 2.086vw;
    margin-bottom: 5.215vw;
  }

  #sec_spe02 .div_arrow>div {
    font-size: 1.825vw;
  }

  #sec_spe02 .div_arrow {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 7.823vw;
  }

  #sec_spe01 .div_btn_all .div_btn .btn_bg .txt {
    font-size: 3.39vw;
  }

  #sec_spe01 .div_btn_all .div_btn .btn_bg .txt::before {
    content: "";
    width: 4.563vw;
    height: 2.868vw;
    top: 0.652vw;
    left: 3.911vw;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #sec_spe01 .div_btn_all .div_btn .btn_bg .a_btn,
  #sec_spe02 .div_all_item .div_item .a_btn {
    font-size: 1.825vw;
    height: 5.997vw;
    width: 19.557vw;
  }

  #sec_spe02 .title01::before {
    bottom: 1.956vw;
  }
}

@media screen and (max-width: 580px) {
  #sec_spe01 .text {
    font-size: 14px;
    margin-top: 40px;
  }

  #sec_spe01 .div_btn_all .div_btn {
    height: 250px;
    margin-top: 30px;
    background-position: center bottom;
  }

  #sec_spe01 .div_btn_all .div_btn .btn_bg .txt {
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
  }

  #sec_spe01 .div_btn_all .div_btn .btn_bg .txt::before {
    content: "";
    width: 20px;
    height: 20px;
    top: 0.652vw;
    left: 3.911vw;
    background-position: top 2px center;
  }

  #sec_spe01 .div_btn_all .div_btn .btn_bg {
    height: 90px;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  #sec_spe02 .title01 {
    /*    margin-top: 40px;*/
    font-size: 30px;
  }

  #sec_spe02 .title01::before {
    bottom: 10px;
  }

  #sec_spe02 .title01_sub {
    font-size: 12px;
    margin-top: 5px;
  }

  #sec_spe02 .div_all_item {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  #sec_spe02 .div_all_item .div_item .img {
    height: 200px;
  }

  #sec_spe02 .div_all_item .div_item .title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  #sec_spe02 .div_all_item .div_item .txt {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #sec_spe01 .div_btn_all .div_btn .btn_bg .a_btn,
  #sec_spe02 .div_all_item .div_item .a_btn {
    font-size: 14px;
    height: 30px;
    width: 120px;
  }

  #sec_spe02 .div_all_item .div_item {
    margin-bottom: 30px;
  }

  #sec_spe02 .div_arrow {
    margin-bottom: 40px;
  }

  #sec_spe02 .div_arrow>div {
    font-size: 14px;
    margin-top: 15px;
    width: 45%;
  }


  #sec_spe02 .div_arrow>div a {
    flex-wrap: wrap;
  }

  #sec_spe02 .div_arrow>div:last-child a {
    justify-content: flex-end;
  }

  #sec_spe02 .div_arrow>div:last-child span {
    text-align: right;
  }

  #sec_spe02 .div_all_item .div_item .text-wrap,
  #sec_spe02 .div_all_item .div_item .img {
    width: 100%;
  }

  #sec_spe02 .div_all_item .div_item .img {
    order: 1;
  }

  #sec_spe02 .div_all_item .div_item .text-wrap {
    order: 2;
  }
}