.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.d_flex, #bread_crumb ol, #section01 .feature, #section02 .content_lead .inner_bottom .row, #section02 .content_use .use_list, #section03 .sec_inner .content_coating .content_bottom .row, #section03 .sec_inner .content_coating .content_bottom .comparison, #section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul, #section04 .sec_inner .content_customize .row, #section05 .movie_block .container, #section05 .movie_block .row, #customer_navi .customer_navi_top .row, #customer_navi .customer_navi_top .row > div, #customer_navi .customer_navi_bottom .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------
bread crumb
---------------------------*/
#bread_crumb {
  background: #eee;
}

@media (max-width: 1230px) {
  #bread_crumb {
    display: none;
  }
}

#bread_crumb ol {
  padding: 14px 0;
}

#bread_crumb ol li {
  font-size: 12px;
}

#bread_crumb ol li:last-child:after {
  content: "";
}

#bread_crumb ol li a {
  color: #333;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#bread_crumb ol li a:hover {
  color: #000;
}

#bread_crumb ol li:not(:last-child) a::after,
#bread_crumb ol li:not(:last-child) > span::after {
  content: "\f105";
  color: #333;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 10px;
}

/*--------------------------
Adjustment
---------------------------*/
#contents {
  padding: 174px 0 0;
}

@media (max-width: 1230px) {
  #contents {
    padding: 60px 0 0;
  }
}

/*--------------------------
Parts
---------------------------*/
.h_wrapper {
  position: relative;
  -webkit-transform: skewY(-11deg);
      -ms-transform: skewY(-11deg);
          transform: skewY(-11deg);
}

.h_wrapper::after {
  content: "";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  min-width: 100.5%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.h_wrapper .h_sec_c {
  color: #fff;
  padding: 280px 0 160px;
  margin: 0;
  -webkit-transform: skewY(11deg);
      -ms-transform: skewY(11deg);
          transform: skewY(11deg);
  position: relative;
}

@media (max-width: 768px) {
  .h_wrapper .h_sec_c {
    padding: 80px 0;
  }
}

.h_wrapper .h_sec_c span {
  display: block;
}

@media (max-width: 768px) {
  .h_wrapper .h_sec_c span {
    text-align: center;
  }
}

.h_wrapper .h_sec_c span.en {
  color: rgba(255, 255, 255, 0.4);
  font-size: 90px;
  font-weight: 900;
  position: relative;
}

@media (max-width: 768px) {
  .h_wrapper .h_sec_c span.en {
    font-size: 44px;
  }
}

.h_wrapper .h_sec_c span.en::before {
  content: "";
  background: url(/assets/image/common/image_triangle_01.png) center top/contain no-repeat;
  width: 260px;
  height: 175px;
  position: absolute;
  top: -90px;
  left: -60px;
}

@media (max-width: 768px) {
  .h_wrapper .h_sec_c span.en::before {
    width: 130px;
    height: 87.5px;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.h_wrapper .h_sec_c span.ja {
  margin: 5px 0 0;
  font-size: 20px;
}

@media (max-width: 768px) {
  .h_wrapper .h_sec_c span.ja {
    font-size: 16px;
    margin: 5px 0 0;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  background: #eee;
  padding: 100px 0 400px;
  margin: 0 0 -300px;
}

@media (max-width: 768px) {
  #section01 {
    padding: 50px 0 150px;
    margin: 0 0 -160px;
  }
}

#section01 .h_sec {
  text-align: center;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  #section01 .h_sec {
    margin: 0 0 20px;
  }
}

#section01 .h_sec .logo {
  width: 360px;
}

@media (max-width: 768px) {
  #section01 .h_sec .logo {
    width: 250px;
  }
}

#section01 .h_sec .title {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0 0;
  display: block;
}

@media (max-width: 768px) {
  #section01 .h_sec .title {
    font-size: 20px;
    margin: 15px 0 0;
  }
}

#section01 .h_sec::after {
  content: "";
  background: #099;
  width: 100px;
  height: 2px;
  display: block;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  #section01 .h_sec::after {
    width: 60px;
    margin: 25px auto 0;
  }
}

#section01 .lead {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  #section01 .lead {
    font-size: 16px;
    margin: 0 0 25px;
  }
}

#section01 .feature {
  margin: 0 0 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  #section01 .feature {
    display: block;
  }
}

#section01 .feature li {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

#section01 .feature li a {
  display: block;
}

@media (min-width: 769px) {
  #section01 .feature li a:hover::after {
    color: #099;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

@media (max-width: 768px) {
  #section01 .feature li a {
    text-align: left;
    position: relative;
    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;
  }
}

#section01 .feature li a::after {
  content: "\e806";
  color: #adadad;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 70px;
  line-height: 0.5;
  margin: 30px auto 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 768px) {
  #section01 .feature li a::after {
    font-size: 26px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#section01 .feature li .pic {
  text-align: center;
}

@media (max-width: 768px) {
  #section01 .feature li .pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

#section01 .feature li .pic img {
  width: 252px;
}

@media (max-width: 768px) {
  #section01 .feature li .pic img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #section01 .feature li .holder {
    padding: 0 25px 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

#section01 .feature li .number {
  color: #6f6d6d;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 25px;
}

@media (max-width: 768px) {
  #section01 .feature li .number {
    font-size: 13px;
    margin: 0 0 10px;
  }
}

#section01 .feature li .number span {
  color: #099;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0 4px;
  display: inline-block;
}

@media (max-width: 768px) {
  #section01 .feature li .number span {
    font-size: 20px;
  }
}

#section01 .feature li .h_feature {
  margin: 0 0 20px;
}

#section01 .feature li .h_feature span {
  color: #099;
  display: block;
}

#section01 .feature li .h_feature span.en {
  font-size: 28px;
  font-weight: 900;
}

@media (max-width: 768px) {
  #section01 .feature li .h_feature span.en {
    font-size: 24px;
  }
}

#section01 .feature li .h_feature span.ja {
  font-weight: 700;
  margin: 5px 0 0;
}

@media (max-width: 768px) {
  #section01 .feature li .h_feature span.ja {
    font-size: 14px;
  }
}

#section01 .feature li p {
  font-size: 16px;
}

@media (max-width: 768px) {
  #section01 .feature li p {
    display: none;
  }
}

@media (max-width: 768px) {
  #section01 .feature li:not(:last-child) {
    margin: 0 0 20px;
  }
}

/*--------------------------
section02
---------------------------*/
#section02 .content_lead {
  padding: 0 0 100px;
}

@media (max-width: 768px) {
  #section02 .content_lead {
    padding: 0 0 50px;
  }
}

#section02 .content_lead .h_wrapper::after {
  background-image: url(/assets/image/strengths/bg_sec02_heading_01.jpg);
}

#section02 .content_lead .inner {
  margin: -60px 0 0;
  position: relative;
  z-index: 1;
}

#section02 .content_lead .inner_top {
  margin: 0 0 100px;
}

@media (max-width: 768px) {
  #section02 .content_lead .inner_top {
    margin: 0 0 40px;
  }
}

#section02 .content_lead .inner_top .pic {
  height: 0;
  padding-bottom: 47.5%;
}

#section02 .content_lead .inner_top p {
  margin: 40px auto 0;
  padding: 0 100px;
}

@media (max-width: 768px) {
  #section02 .content_lead .inner_top p {
    margin: 20px 0 0;
    padding: 0 15px;
  }
}

#section02 .content_lead .inner_bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

@media (max-width: 768px) {
  #section02 .content_lead .inner_bottom .row {
    display: block;
  }
}

#section02 .content_lead .inner_bottom .row .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

@media (max-width: 768px) {
  #section02 .content_lead .inner_bottom .row .pic {
    margin: 0 0 20px;
  }
}

#section02 .content_lead .inner_bottom .row .pic .pic_inner {
  height: 0;
  padding-bottom: 65%;
}

#section02 .content_lead .inner_bottom .row p {
  padding: 0 50px 0 100px;
}

@media (max-width: 768px) {
  #section02 .content_lead .inner_bottom .row p {
    padding: 0 15px;
  }
}

#section02 .content_use {
  background: #eee;
  padding: 100px 0 440px;
  margin: 0 0 -300px;
}

@media (max-width: 768px) {
  #section02 .content_use {
    padding: 60px 0 150px;
    margin: 0 0 -160px;
  }
}

#section02 .content_use .h_sub {
  font-size: 28px;
  text-align: center;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  #section02 .content_use .h_sub {
    font-size: 23px;
    margin: 0 0 30px;
  }
}

#section02 .content_use .h_sub::after {
  content: "";
  background: #099;
  width: 90px;
  height: 2px;
  display: block;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  #section02 .content_use .h_sub::after {
    margin: 20px auto 0;
  }
}

#section02 .content_use .lead {
  width: 970px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #section02 .content_use .lead {
    width: 100%;
  }
}

#section02 .content_use .use_list {
  margin: 60px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  #section02 .content_use .use_list {
    margin: 40px 0 0;
  }
}

#section02 .content_use .use_list li {
  background: #fff;
  border-radius: 20px;
  margin: 0 0 15px;
  padding: 20px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  max-width: 290px;
}

@media (max-width: 768px) {
  #section02 .content_use .use_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    border-radius: 10px;
    margin: 0 0 6px;
    padding: 10px;
  }
}

#section02 .content_use .use_list li .h_use {
  color: #099;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px;
  display: table;
}

@media (max-width: 768px) {
  #section02 .content_use .use_list li .h_use {
    font-size: 17px;
    padding: 4px 0 12px;
  }
}

@media (max-width: 768px) {
  #section02 .content_use .use_list li .h_use span {
    line-height: 1.2;
  }
}

#section02 .content_use .use_list li .h_use span.inner {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

@media (max-width: 768px) {
  #section02 .content_use .use_list li .h_use span.inner {
    height: auto;
  }
}

#section02 .content_use .use_list li .h_use span.fz_s {
  font-size: 18px;
}

@media (max-width: 768px) {
  #section02 .content_use .use_list li .h_use span.fz_s {
    font-size: 12px;
    line-height: 1.1;
  }
}

#section02 .content_use .use_list li .illustration {
  text-align: center;
  height: 0;
  padding-bottom: 76%;
}

@media (max-width: 768px) {
  #section02 .content_use .use_list li .illustration {
    min-height: inherit;
  }
}

/*--------------------------
section03
---------------------------*/
#section03 .sec_inner {
  padding: 0 0 500px;
  margin: 0 0 -300px;
}

@media (max-width: 768px) {
  #section03 .sec_inner {
    padding: 50px 0 180px;
    margin: 0 0 -160px;
  }
}

#section03 .sec_inner .h_wrapper::after {
  background-image: url(/assets/image/strengths/bg_sec03_heading_01.jpg);
}

@media (max-width: 768px) {
  #section03 .sec_inner .h_wrapper::after {
    background-position: right 40% center;
  }
}

#section03 .sec_inner .content_coating {
  margin: -60px 0 0;
  position: relative;
  z-index: 1;
}

#section03 .sec_inner .content_coating .content_top {
  margin: 0 0 100px;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_top {
    margin: 0 0 40px;
  }
}

#section03 .sec_inner .content_coating .content_top .pic {
  height: 0;
  padding-bottom: 47.5%;
}

#section03 .sec_inner .content_coating .content_top p {
  margin: 40px auto 0;
  padding: 0 100px;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_top p {
    margin: 20px 0 0;
    padding: 0 15px;
  }
}

#section03 .sec_inner .content_coating .content_bottom .row {
  margin: 0 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .row {
    margin: 0 0 25px;
    display: block;
  }
}

#section03 .sec_inner .content_coating .content_bottom .row .pic {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 526px;
          flex: 0 0 526px;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .row .pic {
    margin: 0 0 20px;
  }
}

#section03 .sec_inner .content_coating .content_bottom .row .pic .pic_inner {
  height: 0;
  padding-bottom: 58.174904943%;
}

#section03 .sec_inner .content_coating .content_bottom .row p {
  padding: 0 50px 0 100px;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .row p {
    padding: 0 15px;
  }
}

#section03 .sec_inner .content_coating .content_bottom .comparison {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .comparison {
    display: block;
  }
}

#section03 .sec_inner .content_coating .content_bottom .comparison dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 595px;
          flex: 0 0 595px;
}

#section03 .sec_inner .content_coating .content_bottom .comparison dl dt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #099;
  padding: 5px 10px;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .comparison dl dt {
    font-size: 18px;
  }
}

#section03 .sec_inner .content_coating .content_bottom .comparison dl dd {
  background: #f5f5f5;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul {
    display: block;
  }
}

#section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul li {
  border: 1px solid #099;
  border-top: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul li {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}

#section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul li .illustration {
  background: #fff;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul li .illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

#section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul li .illustration .illustration_inner {
  height: 0;
  padding-bottom: 84.2639593909%;
}

#section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul li .illustration .illustration_inner img {
  width: 100%;
}

#section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul li p {
  font-size: 14px;
  line-height: 1.6;
  padding: 15px 15px 30px;
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul li p {
    font-size: 13px;
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

@media (min-width: 769px) {
  #section03 .sec_inner .content_coating .content_bottom .comparison dl dd ul li:not(:last-child) {
    border-right: none;
  }
}

@media (max-width: 768px) {
  #section03 .sec_inner .content_coating .content_bottom .comparison dl:not(:last-child) {
    margin: 0 0 15px;
  }
}

/*--------------------------
section04
---------------------------*/
#section04 .sec_inner {
  padding: 0 0 100px;
}

@media (max-width: 768px) {
  #section04 .sec_inner {
    padding: 60px 0;
  }
}

#section04 .sec_inner .h_wrapper::after {
  background-image: url(/assets/image/strengths/bg_sec04_heading_01.jpg);
}

#section04 .sec_inner .content_customize {
  margin: -60px 0 0;
  position: relative;
  z-index: 1;
}

#section04 .sec_inner .content_customize .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  #section04 .sec_inner .content_customize .row {
    display: block;
  }
}

#section04 .sec_inner .content_customize .row .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

@media (max-width: 768px) {
  #section04 .sec_inner .content_customize .row .pic {
    margin: 0 0 20px;
  }
}

#section04 .sec_inner .content_customize .row .pic .pic_inner {
  height: 0;
  padding-bottom: 65%;
}

#section04 .sec_inner .content_customize .row p {
  padding: 0 0 0 40px;
}

@media (max-width: 768px) {
  #section04 .sec_inner .content_customize .row p {
    padding: 0 15px;
  }
}

#section04 .sec_inner .content_customize .illustration {
  text-align: center;
  height: 0;
  padding-bottom: 66.4036076663%;
}

/*--------------------------
section05
---------------------------*/
#section05 {
  padding: 0 0 180px;
}

@media (max-width: 768px) {
  #section05 {
    padding: 0 0 60px;
  }
}

#section05 .movie_block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

#section05 .movie_block .container {
  height: 750px;
  padding: 0 0 100px;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (max-width: 768px) {
  #section05 .movie_block .container {
    height: inherit;
    padding: 35px 20px;
  }
}

#section05 .movie_block .container::before {
  content: "\e801";
  color: #fff;
  font-size: 140px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
      -ms-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 768px) {
  #section05 .movie_block .container::before {
    font-size: 70px;
    position: static;
    margin: 0 auto 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

#section05 .movie_block .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  #section05 .movie_block .row {
    display: block;
  }
}

#section05 .movie_block .h_sec {
  color: #fff;
  margin: 0;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (max-width: 768px) {
  #section05 .movie_block .h_sec {
    margin: 0 0 20px;
  }
}

#section05 .movie_block .h_sec span {
  display: block;
}

@media (max-width: 768px) {
  #section05 .movie_block .h_sec span {
    text-align: center;
  }
}

#section05 .movie_block .h_sec span.en {
  color: rgba(255, 255, 255, 0.4);
  font-size: 86px;
  font-weight: 900;
  position: relative;
}

@media (max-width: 768px) {
  #section05 .movie_block .h_sec span.en {
    font-size: 42px;
    margin: 0 0 10px;
  }
}

#section05 .movie_block .h_sec span.en::before {
  content: "";
  background: url(/assets/image/common/image_triangle_01.png) center top/contain no-repeat;
  width: 260px;
  height: 175px;
  position: absolute;
  top: -90px;
  left: -60px;
}

@media (max-width: 768px) {
  #section05 .movie_block .h_sec span.en::before {
    width: 130px;
    height: 87.5px;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

#section05 .movie_block .h_sec span.ja {
  margin: 5px 0 0;
  font-size: 20px;
}

@media (max-width: 768px) {
  #section05 .movie_block .h_sec span.ja {
    font-size: 15px;
    margin: 5px 0 0;
  }
}

#section05 .movie_block p {
  color: #fff;
}

@media (max-width: 768px) {
  #section05 .movie_block p {
    font-size: 13px;
  }
}

#section05 .movie_block:hover .container::before {
  color: #099;
}

#section05 .mask {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

#section05 .mask .mask_inner {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}

#section05 .mask .mask_inner .holder {
  width: 100%;
  max-width: 850px;
  height: 480px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  #section05 .mask .mask_inner .holder {
    width: 90%;
    height: calc(100vw * 9 / 16);
    margin: auto;
  }
}

#section05 .mask .mask_inner .holder .btn_close {
  width: 40px;
  height: 40px;
  background: #099;
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 768px) {
  #section05 .mask .mask_inner .holder .btn_close {
    top: -50px;
    right: -3px;
  }
}

#section05 .mask .mask_inner .holder .btn_close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
}

#section05 .mask .mask_inner .holder .btn_close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#section05 .mask .mask_inner .holder .btn_close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#section05 .mask .mask_inner .holder .btn_close:hover {
  background: #006666;
}

#section05 .mask .mask_inner .mv_box {
  width: 100%;
  max-width: 850px;
  height: 480px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  #section05 .mask .mask_inner .mv_box {
    height: calc(100vw * 9 / 16);
    margin: auto;
  }
}

#section05 .mask .mask_inner .mv_box #mv_box_inner {
  width: 100%;
  height: 100%;
}

#section05 .movie_block {
  background-image: url(/assets/image/strengths/bg_movie_sec_01.jpg);
}

/*--------------------------
customer navi
---------------------------*/
#customer_navi {
  position: relative;
}

#customer_navi::before {
  content: "";
  background: #eee;
  width: 100%;
  height: 1000px;
  display: block;
  position: absolute;
  top: -160px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-11deg);
      -ms-transform: skewY(-11deg);
          transform: skewY(-11deg);
}

@media (max-width: 768px) {
  #customer_navi::before {
    display: none;
  }
}

#customer_navi .customer_navi_top {
  margin: 0 0 160px;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top {
    margin: 0 0 40px;
  }
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .container {
    margin: 0;
  }
}

#customer_navi .customer_navi_top .row {
  margin: 0 -40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row {
    margin: 0;
    display: block;
  }
}

#customer_navi .customer_navi_top .row > div {
  color: #fff;
  min-height: 440px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 630px;
          flex: 0 0 630px;
  -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-flow: column;
          flex-flow: column;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row > div {
    min-height: 340px;
  }
}

#customer_navi .customer_navi_top .row > div .h_sec {
  margin: 0 0 50px;
  padding: 50px 0 0;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row > div .h_sec {
    padding: 40px 0 0;
    margin: 0 0 40px;
  }
}

#customer_navi .customer_navi_top .row > div .h_sec span {
  display: block;
}

#customer_navi .customer_navi_top .row > div .h_sec span.en {
  color: rgba(255, 255, 255, 0.4);
  font-size: 60px;
  font-weight: 900;
  position: relative;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row > div .h_sec span.en {
    font-size: 50px;
  }
}

#customer_navi .customer_navi_top .row > div .h_sec span.en::before {
  content: "";
  background: url(/assets/image/common/image_triangle_01.png) center top/contain no-repeat;
  width: 260px;
  height: 175px;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row > div .h_sec span.en::before {
    width: 130px;
    height: 87.5px;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

#customer_navi .customer_navi_top .row > div .h_sec span.ja {
  margin: 5px 0 0;
  font-size: 20px;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row > div .h_sec span.ja {
    font-size: 18px;
    margin: 5px 0 0;
  }
}

#customer_navi .customer_navi_top .row > div.support {
  background: url(/assets/image/common/bg_support_01_pc.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row > div.support {
    background-image: url(/assets/image/common/bg_support_01_sp.jpg);
  }
}

#customer_navi .customer_navi_top .row > div.application {
  background: url(/assets/image/common/bg_application_01_pc.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row > div.application {
    background-image: url(/assets/image/common/bg_application_01_sp.jpg);
  }
}

#customer_navi .customer_navi_top .row > div.contact {
  background: url(/assets/image/common/bg_contact_01_pc.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row > div.contact {
    background-image: url(/assets/image/common/bg_contact_01_sp.jpg);
  }
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_top .row > div:not(:last-child) {
    margin: 0 0 20px;
  }
}

#customer_navi .customer_navi_bottom {
  background: url(/assets/image/common/en_bg_catalog_01.pc.jpg) center center/cover no-repeat;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_bottom {
    background: none;
  }
}

#customer_navi .customer_navi_bottom .col {
  color: #fff;
  height: 480px;
  -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-flow: column;
          flex-flow: column;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_bottom .col {
    height: inherit;
    margin: 0 -20px;
    display: block;
  }
}

#customer_navi .customer_navi_bottom .h_title {
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  #customer_navi .customer_navi_bottom .h_title {
    font-size: 20px;
    margin: 0;
    padding: 45px 20px;
    background: url(/assets/image/common/en_bg_catalog_01_sp.jpg) center center/cover no-repeat;
  }
}
