@charset "UTF-8";
/*--------------------------
Slick
---------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------
Common Styles
---------------------------*/
.label h2 {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  color: #a8011b;
}

@media only screen and (max-width: 768px) {
  .label h2 {
    font-size: 3.0rem;
  }
}

.label p {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .label p {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .label {
    width: 100%;
  }
}

/*--------------------------
Main Visual
---------------------------*/
#main_visual {
  position: relative;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider {
    height: calc(100vh - 50px);
  }
}

#main_visual #heroslider .slick-slide {
  height: 720px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slick-slide {
    height: calc(100vh - 50px);
    padding: 0;
    align-items: flex-start;
  }
}

#main_visual #heroslider .slick-slide .sliderinner {
  color: #ffffff;
  text-align: left;
  width: 1070px;
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slick-slide .sliderinner {
    width: 85%;
    padding-top: 15vh;
  }
}

#main_visual #heroslider .slick-slide .sliderinner .title {
  font-size: 4.4rem;
  line-height: 1.5;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slick-slide .sliderinner .title {
    font-size: 7vw;
    line-height: 1.5;
  }
}

#main_visual #heroslider .slick-slide .sliderinner .caption {
  font-size: 2.0rem;
  line-height: 1.8;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slick-slide .sliderinner .caption {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

#main_visual #heroslider .slick-slide .sliderinner .morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 20px 80px;
  margin-top: 40px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

#main_visual #heroslider .slick-slide .sliderinner .morebutton::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

#main_visual #heroslider .slick-slide .sliderinner .morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

#main_visual #heroslider .slick-slide .sliderinner .morebutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slick-slide .sliderinner .morebutton {
    display: block;
    width: 80%;
    margin: 30px auto 0;
    padding: 15px 0;
    text-align: center;
    font-size: 1.4rem;
  }
}

#main_visual #heroslider .slick-slide .sliderinner .morebutton::after {
  background: #ffffff;
  border: 1px solid #a8011b;
}

#main_visual #heroslider .slick-slide .sliderinner .morebutton:hover {
  color: #a8011b;
}

@media only screen and (min-width: 769px) {
  #main_visual #heroslider .slide01 {
    background-image: url("../jpg/main_visual01_pc-2.jpg");
  }
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slide01 {
    background-image: url("../jpg/main_visual01_sp-2.jpg");
  }
}

@media only screen and (min-width: 769px) {
  #main_visual #heroslider .slide02 {
    background-image: url("../jpg/main_visual02_pc-2.jpg");
  }
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slide02 {
    background-image: url("../jpg/main_visual02_sp-2.jpg");
  }
}

@media only screen and (min-width: 769px) {
  #main_visual #heroslider .slide03 {
    background-image: url("../jpg/main_visual03_pc-2.jpg");
  }
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slide03 {
    background-image: url("../jpg/main_visual03_sp-2.jpg");
  }
}

@media only screen and (min-width: 769px) {
  #main_visual #heroslider .slide04 {
    background-image: url("../jpg/main_visual04_pc-2.jpg");
  }
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slide04 {
    background-image: url("../jpg/main_visual04_sp-2.jpg");
  }
}

@media only screen and (min-width: 769px) {
  #main_visual #heroslider .slide05 {
    background-image: url("../jpg/main_visual05_pc-2.jpg");
  }
}

@media only screen and (max-width: 768px) {
  #main_visual #heroslider .slide05 {
    background-image: url("../jpg/main_visual05_sp-2.jpg");
  }
}

#main_visual .floatinglink {
  width: 300px;
  position: absolute;
  top: 30px;
  right: 5%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #a8011b;
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  #main_visual .floatinglink {
    display: none;
  }
}

#main_visual .floatinglink .logo {
  width: 90%;
}

#main_visual .floatinglink .caption {
  line-height: 1.7;
  font-weight: bold;
}

#main_visual .floatinglink .logo {
  margin: 10px 0;
}

#main_visual .floatinglink .url {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

#main_visual .floatinglink .desc {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 20px;
}

#main_visual .floatinglink .morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #333333;
  font-size: 1.4rem;
  color: #ffffff;
  padding: 15px 50px;
  position: relative;
  margin-top: 20px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

#main_visual .floatinglink .morebutton::before {
  content: "\e802";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}

@media only screen and (max-width: 768px) {
  #main_visual .floatinglink .morebutton::before {
    font-size: 1.2rem;
    top: calc(50% - 6px);
    right: 15px;
  }
}

#main_visual .floatinglink .morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

#main_visual .floatinglink .morebutton:hover::after {
  width: 100%;
  left: 0;
}

#main_visual .scrollind {
  display: none;
}

@media only screen and (max-width: 768px) {
  #main_visual .scrollind {
    display: block;
    width: 18px;
    height: auto;
    position: absolute;
    bottom: 15px;
    left: 5px;
  }
}

#main_visual .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main_visual .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #main_visual .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

#main_visual .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#main_visual .slick-dots li button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #dddddd;
  text-align: center;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  #main_visual .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
}

#main_visual .slick-dots li.slick-active button::before {
  background-color: #a8011b;
}

/*--------------------------
Section01 - Top News
---------------------------*/
#section01 {
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  #section01 {
    padding: 40px 5%;
  }
}

#section01 .inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #section01 .inner {
    width: 100%;
    flex-wrap: wrap;
  }
  #section01 .inner .label {
    text-align: center;
  }
}

#section01 .list {
  margin-left: 30px;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  #section01 .list {
    margin: 25px 0 0;
  }
}

#section01 .list ul {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#section01 .list ul li {
  width: 100%;
  font-size: 1.6rem;
  padding: 30px 10px 27px;
}

@media only screen and (max-width: 768px) {
  #section01 .list ul li {
    font-size: 1.2rem;
    padding: 15px 0;
  }
  #section01 .list ul li::after {
    display: block;
    content: "";
    clear: both;
  }
}

#section01 .list ul li .category {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1px;
  display: inline-block;
  background-color: #a8011b;
  color: #ffffff;
  padding: 7px 15px;
  vertical-align: middle;
  margin-bottom: 3px;
  border-radius: 2px;
}

@media only screen and (max-width: 768px) {
  #section01 .list ul li .category {
    font-size: 1.0rem;
    letter-spacing: 0;
    padding: 5px 8px 4px;
    line-height: 1;
  }
}

#section01 .list ul li .date {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  #section01 .list ul li .date {
    padding: 4px 0 0 10px;
  }
}

#section01 .list ul li a {
  color: #000000;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #section01 .list ul li a {
    font-size: 1.4rem;
    margin-top: 2px;
    line-height: 1.5;
    display: block;
  }
}

#section01 .list ul li + li {
  border-top: 1px solid #cccccc;
}

/*--------------------------
Section02 - Our Solutions
---------------------------*/
#section02 {
  background-color: #a8011b;
  padding: 50px 0 50px;
}

@media only screen and (max-width: 768px) {
  #section02 {
    padding: 40px 0 20px;
  }
}

#section02 .label {
  color: #ffffff;
  text-align: center;
}

#section02 .label h2 {
  color: #ffffff;
}

#section02 .boxwrap {
  display: flex;
  width: 100%;
  margin: 30px auto;
}

@media only screen and (max-width: 768px) {
  #section02 .boxwrap {
    width: 100%;
    flex-direction: column;
  }
}

#section02 .boxwrap .box {
  flex: 1;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #section02 .boxwrap .box {
    height: 470px;
  }
}

#section02 .boxwrap .box img {
  position: absolute;
  min-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.01);
  transform: translateX(-50%) translateY(-50%) scale(1.01);
}

@media (max-width: 1340px) {
  #section02 .boxwrap .box img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
  }
}

@media only screen and (max-width: 768px) {
  #section02 .boxwrap .box img {
    min-height: 100%;
    width: auto;
  }
}

#section02 .boxwrap .box .inner {
  background-color: rgba(0, 0, 0, 0.6);
  height: 350px;
  margin-top: 250px;
  padding: 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #section02 .boxwrap .box .inner {
    height: 270px;
    margin-top: 200px;
    padding: 30px 0;
    text-align: center;
  }
}

#section02 .boxwrap .box .inner h3 {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 3.6rem;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #section02 .boxwrap .box .inner h3 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

#section02 .boxwrap .box .inner .ruby {
  font-size: 2.0rem;
  color: #ffffff;
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  #section02 .boxwrap .box .inner .ruby {
    font-size: 1.5rem;
    margin: 10px 0;
  }
}

#section02 .boxwrap .box .inner .caption {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #section02 .boxwrap .box .inner .caption {
    font-size: 1.3rem;
  }
}

#section02 .boxwrap .box .inner .morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 80px;
  margin-top: 30px;
  position: absolute;
  bottom: 40px;
  left: 30px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

#section02 .boxwrap .box .inner .morebutton::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

#section02 .boxwrap .box .inner .morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

#section02 .boxwrap .box .inner .morebutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #section02 .boxwrap .box .inner .morebutton {
    padding: 15px 60px;
    font-size: 1.4rem;
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 20px;
  }
}

#section02 .boxwrap .box .inner .morebutton::after {
  background: #ffffff;
  border: 1px solid #a8011b;
}

#section02 .boxwrap .box .inner .morebutton:hover {
  color: #a8011b;
}

#section02 .boxwrap .box:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

@media (max-width: 1340px) {
  #section02 .boxwrap .box:hover img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.4);
    transform: translateX(-50%) translateY(-50%) scale(1.4);
  }
}

/*--------------------------
Section03 - Products
---------------------------*/
#section03 {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  #section03 {
    padding-top: 50px;
  }
}

#section03 .label {
  text-align: center;
}

#section03 .inner {
  width: 1280px;
  height: 570px;
  margin: 50px auto 0;
  position: relative;
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  #section03 .inner {
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding-top: 20px;
  }
}

#section03 .inner ul {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #section03 .inner ul {
    width: 90%;
		justify-content: left;
    flex-wrap: wrap;
  }
}

#section03 .inner ul li {
  width: 125px;
  border: 1px solid #a8011b;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 768px) {
  #section03 .inner ul li {
    width: 30%;
    font-size: 1.4rem;
		margin-right: 5%;
  }
	#section03 .inner ul li:nth-child(3n+3) {
		margin-right: 0%;
	}
  #section03 .inner ul li:nth-of-type(1n + 4) {
    margin-top: 15px;
  }
}

#section03 .inner ul li span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #a8011b;
  margin-top: 5px;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 768px) {
  #section03 .inner ul li span {
    font-size: 1.3rem;
  }
}

#section03 .inner ul li.active, #section03 .inner ul li:hover {
  background-color: #a8011b;
  color: #ffffff;
}

#section03 .inner ul li.active span, #section03 .inner ul li:hover span {
  color: #ffffff;
}

#section03 .inner ul li.active::after {
  content: "\e804";
  font-family: 'fontello';
  font-size: 2.6rem;
  line-height: 1;
  color: #a8011b;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 6px);
}

@media only screen and (max-width: 768px) {
  #section03 .inner ul li.active::after {
    display: none;
  }
}

#section03 .inner::after {
  content: "";
  display: block;
  width: 1200px;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #section03 .inner::after {
    width: 100%;
  }
}

#section03 .detail .productbox {
  width: 1200px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 50px;
  padding: 50px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #section03 .detail .productbox {
    width: 100%;
    height: auto;
    position: relative;
    right: inherit;
    bottom: inherit;
    padding: 30px 9%;
    margin-top: 20px;
    flex-wrap: wrap;
  }
}

#section03 .detail .productbox .content {
  width: 820px;
  padding-right: 50px;
}

@media only screen and (max-width: 768px) {
  #section03 .detail .productbox .content {
    width: 100%;
    padding-right: 0;
  }
}

#section03 .detail .productbox .content h3 {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 4.0rem;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  #section03 .detail .productbox .content h3 {
    font-size: 2.7rem;
    letter-spacing: 0;
  }
}

#section03 .detail .productbox .content .description {
  line-height: 1.8;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #section03 .detail .productbox .content .description {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

#section03 .detail .productbox .content .notes {
  font-size: 1.4rem;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #section03 .detail .productbox .content .notes {
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: -1.0em;
    padding-left: 1.0em;
  }
}

#section03 .detail .productbox .content .more {
  font-size: 2.0rem;
  color: #a8011b;
  display: inline-block;
  margin-top: 30px;
  position: relative;
  transition: all .3s ease-out;
}

#section03 .detail .productbox .content .more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #a8011b;
  transition: all .3s ease-out;
}

#section03 .detail .productbox .content .more:hover::before {
  width: 100%;
}

#section03 .detail .productbox .content .more::after {
  content: "\f006";
  font-family: 'fontello';
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  #section03 .detail .productbox .content .more {
    display: none;
  }
}

#section03 .detail .productbox .images {
  width: 380px;
}

@media only screen and (max-width: 768px) {
  #section03 .detail .productbox .images {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #section03 .detail .onlysp {
    margin-top: 30px;
    display: block;
    width: 100%;
    text-align: center;
  }
}

#section03 .detail .onlysp .more {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 1.4rem;
  padding: 15px 60px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

#section03 .detail .onlysp .more::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

#section03 .detail .onlysp .more::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

#section03 .detail .onlysp .more:hover::after {
  width: 100%;
  left: 0;
}

/*--------------------------
Section04 - Industrial Applications
---------------------------*/
#section04 {
  padding: 150px 0 80px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #section04 {
    padding: 40px 0;
  }
}

#section04::after {
  content: "";
  display: block;
  background-color: #f2f2f2;
  width: 100%;
  height: 900px;
  position: absolute;
  top: 170px;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #section04::after {
    height: 92%;
    top: 55px;
  }
}

#section04 .label {
  text-align: center;
}

#section04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1070px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 768px) {
  #section04 ul {
    width: 95%;
    margin: 20px auto;
    justify-content: space-around;
    align-content: space-between;
  }
}

#section04 ul li {
  width: 343px;
  height: 343px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #section04 ul li {
    width: 45vw;
    height: 45vw;
    margin-top: 3%;
    padding: 10px;
  }
}

#section04 ul li img {
  position: absolute;
  top: 0;
  left: 0;
}

#section04 ul li a {
  color: #ffffff;
  z-index: 1;
  transition-duration: 0.5s;
  text-align: center;
}

#section04 ul li a p {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #section04 ul li a p {
    font-size: 2.0rem;
    text-align: center;
  }
}

#section04 ul li a p span {
  display: block;
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #section04 ul li a p span {
    font-size: 1.3rem;
  }
}

#section04 ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#section04 ul li:nth-of-type(n+4) {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #section04 ul li:nth-of-type(n+4) {
    margin-top: 3%;
  }
}

#section04 ul li::before {
  content: "";
  display: block;
  width: 92%;
  height: 92%;
  border: 2px solid #a8011b;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  #section04 ul li::before {
    border: 1px solid #ffffff;
    opacity: 1;
  }
}

#section04 ul li::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#section04 ul li:hover a {
  color: #a8011b;
}

#section04 ul li:hover img {
  scale: 120%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#section04 ul li:hover::before {
  opacity: 1;
}

#section04 ul li:hover::after {
  background-color: rgba(255, 255, 255, 0.6);
}

/*--------------------------
Section05 - Technical Support
---------------------------*/
#section05 {
  padding: 150px 0;
}

@media only screen and (max-width: 768px) {
  #section05 {
    padding: 50px 0;
  }
}

#section05 .label {
  text-align: center;
}

#section05 .randd, #section05 .online {
  width: 1170px;
  height: 330px;
  margin: 50px auto 0;
  position: relative;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  #section05 .randd, #section05 .online {
    width: 90%;
    height: auto;
    margin-top: 20px;
    padding-top: 48vw;
  }
}

#section05 .inner {
  background-color: #a8011b;
  width: 625px;
  height: 290px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  #section05 .inner {
    width: 90%;
    height: auto;
    position: relative;
    margin: 0 auto;
    top: inherit;
  }
}

#section05 .inner h3 {
  font-size: 2.4rem;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  #section05 .inner h3 {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.4;
  }
}

#section05 .inner p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  #section05 .inner p {
    margin-top: 15px;
  }
}

#section05 .inner .more {
  display: inline-block;
  color: #ffffff;
  font-size: 1.8rem;
  margin-top: 40px;
  position: relative;
  transition: all .3s ease-out;
}

#section05 .inner .more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all .3s ease-out;
}

#section05 .inner .more:hover::before {
  width: 100%;
}

#section05 .inner .more::after {
  content: "\f006";
  font-family: 'fontello';
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  #section05 .inner .more {
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }
}

#section05 .randd {
  background-image: url("../jpg/section05_pic01.jpg");
  background-position: left;
}

@media only screen and (max-width: 768px) {
  #section05 .randd {
    background-position: center top;
    background-size: 100% auto;
  }
}

#section05 .randd .inner {
  padding: 30px 40px;
  right: 90px;
}

@media only screen and (max-width: 768px) {
  #section05 .randd .inner {
    right: inherit;
    padding: 25px;
  }
}

#section05 .online {
  background-image: url("../jpg/section05_pic02.jpg");
  background-position: right;
}

@media only screen and (max-width: 768px) {
  #section05 .online {
    background-position: center top;
    background-size: 100% auto;
    margin-top: 40px;
  }
}

#section05 .online .inner {
  padding: 30px 40px;
  left: 90px;
}

@media only screen and (max-width: 768px) {
  #section05 .online .inner {
    left: inherit;
    padding: 25px;
  }
}

/*--------------------------
Section06 - Our Approach
---------------------------*/
#section06 {
  padding: 80px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #section06 {
    padding: 40px 0;
  }
}

#section06 .label {
  text-align: center;
}

#section06::after {
  content: "";
  display: block;
  width: 1100px;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: calc( 50% - 550px);
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #section06::after {
    width: 100%;
    left: 0;
  }
}

#section06 .tag {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  background-color: #a8011b;
  color: #ffffff;
  padding: 3px 15px;
  vertical-align: middle;
  margin-bottom: 8px;
  border-radius: 2px;
}

#section06 .boxwrap {
  width: 1280px;
  height: 564px;
  margin: 50px auto 0;
  padding: 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #section06 .boxwrap {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}

#section06 .boxwrap .future {
  float: left;
  width: 638px;
  height: 564px;
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  #section06 .boxwrap .future {
    width: 100vw;
    height: 100vw;
    float: none;
  }
}

#section06 .boxwrap .future .inner {
  width: 580px;
  margin: 0 auto;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #section06 .boxwrap .future .inner {
    width: 90%;
  }
}

#section06 .boxwrap .future .inner .title {
  font-size: 2.0rem;
  line-height: 1.7;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #section06 .boxwrap .future .inner .title {
    font-size: 1.7rem;
    line-height: 1.6;
    height: 3.4em;
    overflow: hidden;
  }
}

#section06 .boxwrap .future .inner .description {
  text-align: left;
  line-height: 1.8;
}

#section06 .boxwrap .future .inner .morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 80px;
  margin-top: 30px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

#section06 .boxwrap .future .inner .morebutton::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

#section06 .boxwrap .future .inner .morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

#section06 .boxwrap .future .inner .morebutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #section06 .boxwrap .future .inner .morebutton {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

#section06 .boxwrap .future::before {
  content: "";
  display: block;
  width: 95%;
  height: 95%;
  border: 2px solid #a8011b;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}

#section06 .boxwrap .future::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-duration: 0.5s;
}

#section06 .boxwrap .future:hover {
  color: #a8011b;
}

#section06 .boxwrap .future:hover a {
  color: #a8011b;
}

#section06 .boxwrap .future:hover .title {
  border-color: #a8011b;
}

#section06 .boxwrap .future:hover::before {
  opacity: 1;
}

#section06 .boxwrap .future:hover::after {
  background-color: rgba(255, 255, 255, 0.9);
}

#section06 .boxwrap .fourlayout {
  width: 638px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #section06 .boxwrap .fourlayout {
    width: 100%;
    float: none;
    margin-top: 5px;
  }
}

#section06 .boxwrap .fourlayout .box {
  width: 317px;
  height: 280px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  #section06 .boxwrap .fourlayout .box {
    width: 49.2vw;
    height: 49vw;
    padding: 0 10px;
  }
}

#section06 .boxwrap .fourlayout .box:nth-of-type(n+3) {
  margin-top: 4px;
}

@media only screen and (max-width: 768px) {
  #section06 .boxwrap .fourlayout .box:nth-of-type(n+3) {
    margin-top: 5px;
  }
}

#section06 .boxwrap .fourlayout .box a {
  z-index: 1;
  color: #ffffff;
}

#section06 .boxwrap .fourlayout .box a .title {
  font-size: 2.0rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  #section06 .boxwrap .fourlayout .box a .title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

#section06 .boxwrap .fourlayout .box::before {
  content: "";
  display: block;
  width: 92%;
  height: 92%;
  border: 2px solid #a8011b;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#section06 .boxwrap .fourlayout .box::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-duration: 0.5s;
}

#section06 .boxwrap .fourlayout .box:hover a {
  color: #a8011b;
}

#section06 .boxwrap .fourlayout .box:hover::before {
  opacity: 1;
}

#section06 .boxwrap .fourlayout .box:hover::after {
  background-color: rgba(255, 255, 255, 0.9);
}

/*--------------------------
Section07 - CSR
---------------------------*/
#section07 {
  padding: 150px 0 0;
}

@media only screen and (max-width: 768px) {
  #section07 {
    padding-top: 60px;
  }
}

#section07 .label {
  text-align: center;
}

#section07 .inner {
  width: 1280px;
  height: 500px;
  margin: 50px auto 0;
  padding-top: 50px;
  background-image: url("../jpg/section07_pic01.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #section07 .inner {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    background-size: contain;
  }
}

#section07 .inner::after {
  content: "";
  display: block;
  background-color: #f2f2f2;
  width: 730px;
  height: 340px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #section07 .inner::after {
    width: 95%;
    height: 100%;
    bottom: -9%;
  }
}

#section07 .inner .content {
  width: 510px;
  height: 320px;
  margin-left: 660px;
  padding: 50px;
  background-color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #section07 .inner .content {
    width: 85%;
    margin-left: 5%;
    height: auto;
    padding: 35px;
  }
}

#section07 .inner .content h3 {
  font-size: 2.6rem;
  color: #a8011b;
}

@media only screen and (max-width: 768px) {
  #section07 .inner .content h3 {
    font-size: 2.0rem;
    line-height: 1.6;
  }
}

#section07 .inner .content p {
  line-height: 1.8;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #section07 .inner .content p {
    margin-top: 15px;
  }
}

#section07 .inner .content .more {
  display: inline-block;
  font-size: 1.8rem;
  color: #a8011b;
  margin-top: 30px;
  z-index: 100;
  position: relative;
  transition: all .3s ease-out;
}

#section07 .inner .content .more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #a8011b;
  transition: all .3s ease-out;
}

#section07 .inner .content .more:hover::before {
  width: 100%;
}

#section07 .inner .content .more::after {
  content: "\f006";
  font-family: 'fontello';
  display: inline-block;
  margin-left: 20px;
  /*                    content:"\e802";
                    font-family: 'fontello';
                    font-size: 1.3rem;
                    display: inline-block;
                    vertical-align: 2px;
                    margin-left: 10px; */
}

@media only screen and (max-width: 768px) {
  #section07 .inner .content .more {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
}

#section07 .inner .content::after {
  content: "";
  display: block;
  width: 510px;
  height: 320px;
  border: 2px solid #a8011b;
  position: absolute;
  top: 20px;
  left: 20px;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  #section07 .inner .content::after {
    width: 100%;
    top: 15px;
    left: 15px;
    height: 100%;
  }
}

/*--------------------------
Section08 - News
---------------------------*/
#section08 {
  padding: 150px 0;
}

@media only screen and (max-width: 768px) {
  #section08 {
    padding: 80px 0 50px;
  }
}

#section08 .label {
  text-align: center;
}

#section08 .filterselector {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #section08 .filterselector {
    width: 100%;
    padding: 5%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#section08 .filterselector li {
  display: inline-block;
  font-size: 1.4rem;
  color: #a8011b;
  width: 160px;
  border: 1px solid #a8011b;
  cursor: pointer;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 768px) {
  #section08 .filterselector li {
    display: block;
    width: 48%;
    margin-top: 12px;
  }
}

#section08 .filterselector li + li {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #section08 .filterselector li + li {
    margin-left: 0;
  }
}

#section08 .filterselector li.active, #section08 .filterselector li:hover {
  background-color: #a8011b;
}

#section08 .filterselector li.active a, #section08 .filterselector li:hover a {
  color: #ffffff;
}

#section08 .filterselector li a {
  color: #a8011b;
  width: 100%;
  display: block;
  padding: 8px 0;
}

#section08 #newsarea {
  width: 100%;
  height: 630px;
  overflow: hidden;
  position: relative;
  padding-bottom: 135px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea {
    height: auto;
    padding-bottom: 10px;
  }
}

#section08 #newsarea .wrapper {
  height: 625px;
  position: absolute;
  display: block;
  top: 30px;
  transition: all 0.6s ease-out;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper {
    width: 90% !important;
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 auto;
  }
}

#section08 #newsarea .wrapper .capsule {
  width: 310px;
  height: 460px;
  background-color: #ffffff;
  position: relative;
  float: left;
  margin-left: 25px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  transition-duration: 0.5s;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .capsule {
    width: 100%;
    height: auto;
    margin: 5% 0 0 0;
  }
}

#section08 #newsarea .wrapper .capsule:nth-of-type(1) {
  margin-left: 0;
}

#section08 #newsarea .wrapper .capsule .imagebox {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .capsule .imagebox {
    width: 30vw;
    height: 30vw;
    position: relative;
    background-size: cover;
    background-position: center;
    float: left;
    margin-right: 10px;
  }
}

#section08 #newsarea .wrapper .capsule .category {
  display: inline-block;
  background-color: #a8011b;
  color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  top: 165px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .capsule .category {
    font-size: 1.1rem;
    top: 0;
  }
}

#section08 #newsarea .wrapper .capsule .date {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 1.4rem;
  color: #8f9090;
  margin: 30px 20px 0;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .capsule .date {
    font-size: 1.3rem;
    margin: 0;
    padding: 10px 0 5px;
  }
}

#section08 #newsarea .wrapper .capsule .title {
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 15px 20px 0;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .capsule .title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 10px 0 0;
  }
}

#section08 #newsarea .wrapper .capsule .description {
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 15px 20px 0;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .capsule .description {
    display: none;
  }
}

#section08 #newsarea .wrapper .capsule .more {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .capsule .more {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 10px;
  }
}

#section08 #newsarea .wrapper .capsule .more a {
  color: #a8011b;
  position: relative;
  transition: all .3s ease-out;
}

#section08 #newsarea .wrapper .capsule .more a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #a8011b;
  transition: all .3s ease-out;
}

#section08 #newsarea .wrapper .capsule .more a:hover::before {
  width: 100%;
}

#section08 #newsarea .wrapper .capsule .more a::after {
  content: "\f006";
  font-family: 'fontello';
  display: inline-block;
  margin-left: 20px;
}

#section08 #newsarea .wrapper .unfocus + .focus {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .unfocus + .focus {
    margin-left: 0;
  }
}

#section08 #newsarea .wrapper .focus + .unfocus {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .focus + .unfocus {
    margin-left: 0;
  }
}

#section08 #newsarea .wrapper .focus {
  opacity: 1;
}

#section08 #newsarea .wrapper .unfocus {
  opacity: 0.3;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea .wrapper .unfocus {
    opacity: 1;
  }
}

#section08 #newsarea::before {
  content: "";
  display: block;
  background-color: #f2f2f2;
  width: 1050px;
  height: 490px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #section08 #newsarea::before {
    display: none;
  }
}

#section08 .navbutton {
  width: 124px;
  height: 60px;
  position: absolute;
  bottom: 40px;
  left: calc(50% + 401px);
}

@media only screen and (max-width: 768px) {
  #section08 .navbutton {
    display: none;
  }
}

#section08 .navbutton a {
  display: block;
  background-color: #433c3c;
  color: #ffffff;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}

#section08 .navbutton a i {
  font-size: 4.0rem;
  display: inline-block;
  margin-top: calc(50% - 20px);
}

#section08 .navbutton a + a {
  margin-left: 4px;
}

#section08 .morebutton {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #a8011b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 20px 80px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

#section08 .morebutton::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  z-index: 1000;
}

#section08 .morebutton::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

#section08 .morebutton:hover::after {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #section08 .morebutton {
    position: relative;
    bottom: inherit;
    margin-top: 30px;
    padding: 15px 80px;
    font-size: 1.4rem;
  }
}

/*--------------------------
Section09 - About Us
---------------------------*/
#section09 {
  background-color: #f2f2f2;
  padding: 80px 0 120px;
}

@media only screen and (max-width: 768px) {
  #section09 {
    padding: 50px 0;
  }
}

#section09 .label {
  text-align: center;
}

#section09 .inner {
  width: 1070px;
  margin: 50px auto 0;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #section09 .inner {
    width: 100%;
    padding: 0 5%;
    margin: 30px auto 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

#section09 .inner .video {
  width: 530px;
}

@media only screen and (max-width: 768px) {
  #section09 .inner .video {
    width: 100%;
    margin-top: 30px;
  }
}

#section09 .inner .video .youku {
  text-align: right;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  #section09 .inner .video .youku {
    padding-right: 0;
  }
}

#section09 .inner .video .youku a {
  color: #333333;
}

#section09 .inner .video .youku a:hover {
  text-decoration: underline;
}

#section09 .inner .video .youku a i {
  margin-left: 5px;
  font-size: 1.3rem;
  vertical-align: 2px;
}

#section09 .inner .contents {
  width: 510px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  #section09 .inner .contents {
    width: 100%;
    margin: 0;
  }
}

#section09 .inner .contents p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -8px;
}

@media only screen and (max-width: 768px) {
  #section09 .inner .contents p {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 10px;
  }
}

#section09 .inner .contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section09 .inner .contents ul li {
  width: 250px;
  margin-top: 10px;
  background-color: #a8011b;
}

@media only screen and (max-width: 768px) {
  #section09 .inner .contents ul li {
    width: 49%;
    margin-top: 7px;
  }
}

#section09 .inner .contents ul li a {
  display: block;
  padding: 15px 0 15px 20px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #section09 .inner .contents ul li a {
    padding-left: 10px;
  }
}

#section09 .inner .contents ul li a::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.3rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}

@media only screen and (max-width: 768px) {
  #section09 .inner .contents ul li a::before {
    right: 10px;
  }
}

#section09 .inner .contents ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

#section09 .inner .contents ul li a:hover::after {
  width: 100%;
  left: 0;
}
