/*--------------------------
color
---------------------------*/
/*--------------------------
flex_box
---------------------------*/
/*--------------------------
scroll-table
---------------------------*/
/*--------------------------
table_layout
---------------------------*/
#breadcrumb {
  padding: 10px 2.5% 5px;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    padding: 15px 2.5%;
  }
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb ul li {
  position: relative;
  font-size: 14px;
  margin: 0 0 5px;
}
#breadcrumb ul li::after {
  content: ">";
  margin: 0 10px;
}
#breadcrumb ul li:last-child::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  #breadcrumb ul li {
    font-size: 12px;
  }
}
#breadcrumb ul li a {
  font-weight: 700;
  color: #005bac;
}

/*--------------------------
section_contact
---------------------------*/
#section_contact {
  padding: 60px 0;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section_contact {
    padding: 40px 5%;
  }
}
#section_contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner .txt_box {
    text-align: center;
  }
}
#section_contact .inner .txt_box span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0 0 0 130px;
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner .txt_box span {
    font-size: 28px;
    padding: 60px 0 0;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  #section_contact .inner .txt_box span {
    font-size: 20px;
  }
}
#section_contact .inner .txt_box span::before {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
  font-size: 48px;
  color: #fff;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner .txt_box span::before {
    font-size: 36px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#section_contact .inner .btn_box {
  margin: 0 80px 0 0;
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner .btn_box {
    margin: 0;
    text-align: center;
  }
}
#section_contact .inner .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section_contact .inner .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section_contact .inner .btn_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_contact .inner .btn_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_contact .inner .btn_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_contact .inner .btn_box a:hover {
  color: #005bac;
  background: #fff;
}
#section_contact .inner .btn_box a:hover span {
  right: 20px;
}
#section_contact .inner .btn_box a:hover span::before {
  background: #005bac;
}
#section_contact .inner .btn_box a:hover span::after {
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual .main_title {
  padding: 60px 2.5% 20px;
}
@media only screen and (max-width: 768px) {
  #main_visual .main_title {
    padding: 40px 2.5% 10px;
  }
}
#main_visual .main_title h1 {
  font-size: 48px;
  font-weight: 700;
  color: #005bac;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1170px) {
  #main_visual .main_title h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .main_title h1 {
    font-size: 28px;
  }
}
#main_visual .visual_box {
  position: relative;
  width: 100%;
  min-height: 535px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1170px) {
  #main_visual .visual_box {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box {
    min-height: 280px;
  }
}
#main_visual .visual_box {
  background-image: url(/ev/asset/image/products/products_visual.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main_visual .visual_box p {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 1170px) {
  #main_visual .visual_box p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box p {
    font-size: 16px;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 60px 0;
  }
}
#section01 .container h2 {
  font-size: 36px;
  font-weight: 700;
  color: #005bac;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container h2 {
    margin: 0 0 40px;
  }
}
#section01 .container .btn_box {
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .btn_box {
    margin: 0 0 40px;
  }
}
#section01 .container .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #005bac;
  margin: 0 auto;
  border: 1px solid #005bac;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section01 .container .btn_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .container .btn_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #005bac;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .container .btn_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .container .btn_box a:hover {
  color: #fff;
  background: #005bac;
}
#section01 .container .btn_box a:hover span {
  right: 20px;
}
#section01 .container .btn_box a:hover span::before {
  background: #fff;
}
#section01 .container .btn_box a:hover span::after {
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#section01 .container .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section01 .container .product_list li {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .product_list li {
    width: 100%;
  }
}
#section01 .container .product_list li a {
  position: relative;
}
#section01 .container .product_list li a .thumb {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section01 .container .product_list li a .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1;
}
#section01 .container .product_list li a .thumb img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section01 .container .product_list li a .txt_box {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
#section01 .container .product_list li a .txt_box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #section01 .container .product_list li a .txt_box h3 {
    font-size: 18px;
  }
}
#section01 .container .product_list li a:hover .thumb::before {
  opacity: 0.5;
}
#section01 .container .product_list li a:hover .thumb img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}