@charset "UTF-8";

#sub #contents {
  font-family: "Noto Sans JP", sans-serif;
}

#dx .dxbg {
  background: url("../img/dxbg.jpg") center top no-repeat #f7f7f7;
  background-attachment: fixed;
  background-size: cover;
}

/*----- dxMv  ----*/
#dx .dxMv {
  /* margin-top: 64px; */
  position: relative;
}
#dx .dxMv .inner {
  padding: 55px 0 0;
  position: relative;
  z-index: 10;
}
#dx .dxMv .inner h2 {
  width: 100%;
}
#dx .dxMv .inner h2 img {
  width: 100%;
}
#dx .dxMv .inner .dxMvaward {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 140px;
}
#dx .dxMv .inner .dxMvaward .dxMvaward_img {
  max-width: 553px;
  width: 55.3%;
}
#dx .dxMv .inner .dxMvaward .dxMvaward_img img {
  width: 100%;
}
#dx .dxMv .inner .dxMvaward .dxMvaward_txt {
  width: 40%;
  margin-left: 5.5%;
  line-height: 2;
  color: #222222;
  font-size: 1.6rem;
}
#dx .dxMv .inner .dxMvaward .dxMvaward_txtmin {
  font-size: 1.2rem;
  margin-top: 25px;
}

#dx .dxMv .inner .monodzukuri h3 {
  font-size: 5.4rem;
  font-weight: 600;
}
#dx .dxMv .inner .monodzukuri .monoblock {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 90px;
}
#dx .dxMv .inner .monodzukuri .monoblock p {
  font-size: 1.6rem;
  line-height: 2.8;
}
#dx .dxMv .inner .monodzukuri .monoblock .monoimg {
  order: 2;
  padding-left: 3%;
}
#dx .dxMv .inner .monodzukuri .monoblock .monotxt {
  order: 1;
}
#dx .dxMv .inner .monodzukuri .monoblock .blueBtn {
  max-width: 326px;
  margin: 50px 0 0;
}
#dx .aboutaward {
  margin: 0 auto 160px;
  max-width: 1200px;
}
#dx .aboutaward .dxceremony {
  background: url("../img/dxceremony_bg.png") no-repeat right top 5vw, #fff;
  padding: 60px 100px 85px;
  margin-bottom: 140px;
}
#dx .aboutaward .dxceremony h3 {
  font-size: 3.6rem;
  color: #00207a;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}
#dx .aboutaward .dxceremony .txt p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4;
}
#dx .aboutaward .dxceremony .ceremonyblock {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 10px;
}
#dx .aboutaward .dxceremony .ceremonyblock ul {
  width: 30%;
}
#dx .aboutaward .dxceremony .ceremonyblock ul li:first-child {
  margin-bottom: 20px;
}
#dx .aboutaward .dxceremony .ceremonyblock ul img {
  width: 100%;
}
#dx .aboutaward .dxceremony .ceremonyblock .ceremonyvideo {
  width: 68%;
}
#dx .aboutaward .dxceremony .ceremonyblock .ceremonyvideo iframe {
  width: 100%;
  height: 100%;
}
#dx .aboutaward .dxceremony .notes {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 15px;
}

#dx .aboutaward .inner .dxMvservice .logo {
  max-width: 445px;
}
#dx .aboutaward .inner .dxMvservice .logo img {
  width: 100%;
}
#dx .aboutaward .inner .dxMvservice .dxservice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
}
#dx .aboutaward .inner .dxMvservice .dxservice .dxserviceshare {
  margin: 0 0 0 1%;
  width: 15.5%;
}
#dx .aboutaward .inner .dxMvservice .dxservice .txtarea {
  color: #0f1b68;
  width: 82%;
}
#dx .aboutaward .inner .dxMvservice .dxservice .txtarea h2 {
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: 0.45rem;
}
#dx .aboutaward .inner .dxMvservice .dxservice .txtarea .notes {
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1020px) {
  #dx .dxMv .inner {
    padding: 8vw 6% 0 6%;
    min-height: 166.66vw;
    position: relative;
    z-index: 10;
  }
  #dx .aboutaward .inner .dxMvservice {
    padding: 0 5%;
  }
}
@media screen and (max-width: 900px) {
  #dx .dxMv .inner h2 {
    width: 100%;
  }
  #dx .dxMv .inner .dxMvaward {
    display: block;
    margin: 8vw auto;
  }
  #dx .dxMv .inner .dxMvaward .dxMvaward_img {
    max-width: 100%;
    width: 74.66%;
    margin: 0 auto 5vw;
  }
  #dx .dxMv .inner .dxMvaward .dxMvaward_txt {
    width: 100%;
    margin: 0;
  }
  #dx .dxMv .inner .dxMvaward .dxMvaward_txtmin {
    margin-top: 3vw;
  }

  #dx .dxMv .inner .monodzukuri h3 {
    font-size: 3rem;
  }
  #dx .dxMv .inner .monodzukuri .monoblock {
    display: block;
    margin: 4vw auto 10vw;
  }
  #dx .dxMv .inner .monodzukuri .monoblock p {
    line-height: 2;
    font-size: 1.6rem;
  }
  #dx .dxMv .inner .monodzukuri .monoblock .monoimg {
    width: 100%;
    padding-left: 0%;
  }
  #dx .dxMv .inner .monodzukuri .monoblock .monoimg img {
    width: 100%;
  }
  #dx .dxMv .inner .monodzukuri .monoblock .monotxt {
    width: 100%;
    margin-top: 6vw;
  }
  #dx .dxMv .inner .monodzukuri .monoblock .blueBtn {
    max-width: 100%;
    margin: 4vw auto 0;
  }
  #dx .aboutaward {
    margin: 0 auto 10vw;
  }
  #dx .aboutaward .dxceremony {
    margin: 0 0 10vw;
    padding: 8vw 6%;
    background-size: 40%;
  }
  #dx .aboutaward .dxceremony .ceremonyblock {
    display: block;
    margin: 4vw auto 3vw;
  }
  #dx .aboutaward .dxceremony .ceremonyblock div {
    width: 100%;
  }
  #dx .aboutaward .dxceremony .ceremonyblock ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3vw;
  }
  #dx .aboutaward .dxceremony .ceremonyblock ul li {
    width: 49%;
  }
  #dx .aboutaward .dxceremony .ceremonyblock ul li:first-child {
    margin-bottom: 0;
  }
  #dx .aboutaward .dxceremony .ceremonyblock .ceremonyvideo {
    width: 100%;
    height: 60vw;
  }
  #dx .aboutaward .dxceremony .txt p {
    font-size: 1.6rem;
  }
  #dx .aboutaward .dxceremony .ceremonyblock div:first-of-type {
    margin-bottom: 3vw;
  }
  #dx .aboutaward .dxceremony .notes {
    font-size: 1rem;
  }
  #dx .aboutaward .inner .dxMvservice .logo {
    max-width: 100%;
    width: 60%;
  }
  #dx .aboutaward .inner .dxMvservice .dxservice {
    margin-top: 2vw;
    align-items: flex-start;
  }
  #dx .aboutaward .inner .dxMvservice .dxservice .dxserviceshare {
    max-width: 60%;
    width: 25%;
    margin: 3% 0 0 3%;
  }
  #dx .aboutaward .inner .dxMvservice .dxservice .dxserviceshare img {
    width: 100%;
  }
  #dx .aboutaward .inner .dxMvservice .dxservice .txtarea {
    width: 72%;
  }
  #dx .aboutaward .inner .dxMvservice .dxservice .txtarea h2 {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
  #dx .aboutaward .inner .dxMvservice .dxservice .txtarea .notes {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.9px) {
  #dx .dxMv .inner .dxMvaward .dxMvaward_txt {
    font-size: 1.2rem;
  }
  #dx .aboutaward .inner .dxMvservice .dxservice .txtarea h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    line-height: 1.4;
    margin-bottom: 4%;
  }
  #dx .aboutaward .dxceremony h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #dx .dxMv .inner .monodzukuri h3 {
    font-size: 2.4rem;
  }
  #dx .aboutaward .inner .dxMvservice {
    padding: 0;
  }
  #dx .dxMv .inner .monodzukuri .monoblock p {
    font-size: 1.2rem;
  }
  #dx .aboutaward .dxceremony .txt p {
    font-size: 1.2rem;
  }
  #dx .aboutaward .dxceremony .ceremonyblock .ceremonyvideo {
    width: 100%;
    height: 48vw;
  }
}

/*----- reform ----*/
#dx .reform {
  margin-top: 100px;
  position: relative;
}
#dx .reform:before {
  height: 620px;
  width: 80%;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#dx .reform:after {
  height: 620px;
  width: 300px; /*background: #f7f7f7;*/
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
#dx .reform .inner {
  padding-top: 130px;
  height: 670px;
  position: relative;
  z-index: 1;
}
#dx .reform h2 {
  font-size: 5rem;
  font-weight: bold;
  color: #000;
}
#dx .reform h2 .min {
  font-size: 3rem;
}
#dx .reform .img {
  position: absolute;
  bottom: 0;
  right: -200px;
  z-index: 5;
}
#dx .reform .blueBtn {
  margin: 50px 0 0 0;
}
#dx .reform .bg {
  position: absolute;
  bottom: -70px;
  left: 0;
}
#dx .reform .bg img {
  width: 100%;
  max-width: 357px;
}
@media screen and (max-width: 1162px) {
  #dx .reform:after {
    width: 18.75%;
  }
  #dx .reform .img {
    width: 60%;
    right: -5%;
  }
  #dx .reform .img img {
    width: 100%;
  }
  #dx .reform .blueBtn {
    max-width: 300px;
  }
  #dx .reform .bg {
    width: 30%;
  }
}
@media screen and (max-width: 1050px) {
  #dx .reform h2 {
    padding-left: 5%;
    font-size: 4rem;
    line-height: 1.5;
  }
  #dx .reform h2 .min {
    font-size: 2.5rem;
  }
  #dx .reform .blueBtn {
    margin-left: 5%;
    max-width: 250px;
  }
}
@media screen and (max-width: 767.9px) {
  #dx .reform {
    margin-top: 80px;
  }
  #dx .reform:before {
    height: 50vw;
  }
  #dx .reform:after {
    height: 50vw;
    width: 12%;
  }
  #dx .reform .inner {
    padding: 5vw 16% 30px 16%;
    height: auto;
  }
  #dx .reform h2 {
    font-size: 2.4rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    letter-spacing: 0.05em;
    padding-left: 0;
  }
  #dx .reform h2 .min {
    font-size: 1.5rem;
  }
  #dx .reform .img {
    margin: 30px auto 0 auto;
    width: 100%;
    max-width: 100%;
    position: inherit;
    bottom: 0;
    right: 0;
    z-index: 5;
  }
  #dx .reform .blueBtn {
    position: absolute;
    z-index: 10;
    margin: 0;
    bottom: 0;
    right: 12%;
    max-width: 200px;
  }
  #dx .reform .blueBtn a:hover {
    opacity: 1;
    background: url(../../assets/img/icon_arrow_white.svg) #8090bd no-repeat
      center right 10px;
    background-size: 20px auto;
  }
  #dx .reform .blueBtn .arrow {
    padding: 15px 0;
  }
  #dx .reform .bg {
    bottom: 0;
  }
}
/*
@media screen and (max-width: 1050px) {
    #dx .reform .inner { max-width: 100%; padding: 5% 55% 20% 5%; height: auto;}
    #dx .reform:before { height: auto; min-height: 400px;}
    #dx .reform:after { width: 20%; height: auto; min-height: 400px;}
    #dx .reform h2 { font-size: 4.0rem; line-height: 1.5;}
    #dx .reform h2 .min { font-size: 2.5rem;}
    #dx .reform .img { right: 0; width: 50%;}
    #dx .reform .img img { width: 100%;}
    #dx .reform .blueBtn { margin-top: 30px;}
    #dx .reform .bg { width: 30%; bottom: auto; top: 350px;}
    #dx .reform .bg img { width: 100%;}
}
@media screen and (max-width: 767.9px) {
    #dx .reform { margin-top: 80px;}
    #dx .reform:before { min-height: 290px;}
    #dx .reform:after { min-height: 290px;}
    #dx .reform h2 { font-size: 2.8rem;}
    #dx .reform h2 .min { font-size: 1.8rem;}
    #dx .reform .blueBtn { margin-top: 20px;}
}
@media screen and (max-width: 550px) {
    #dx .reform .inner { padding:5% 30% 50% 15%;}
    #dx .reform .img { width: 60%;}
    #dx .reform .bg { top: 250px;}
}
*/

/*----- platform ----*/
#dx .platform {
  margin-top: 110px;
  position: relative;
}
#dx .platform .inner {
  padding-left: 600px;
}
#dx .platform:before {
  height: 620px;
  width: 80%;
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
#dx .platform:after {
  height: 620px;
  width: 300px; /*background: #f7f7f7;*/
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#dx .platform .inner {
  padding-top: 140px;
  height: 670px;
  position: relative;
  z-index: 1;
}
#dx .platform h2 {
  font-size: 5rem;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
#dx .platform h2 .min {
  font-size: 3rem;
}
#dx .platform .img {
  position: absolute;
  bottom: 0;
  left: -200px;
  z-index: 5;
}
#dx .platform .blueBtn {
  margin: 50px 0 0 0;
}
#dx .platform .bg {
  position: absolute;
  bottom: -50px;
  right: 0;
}
#dx .platform .bg img {
  width: 100%;
  max-width: 279px;
}
@media screen and (max-width: 1162px) {
  #dx .platform:after {
    width: 18.75%;
  }
  #dx .platform .img {
    width: 60%;
    left: -5%;
  }
  #dx .platform .img img {
    width: 100%;
  }
  #dx .platform .blueBtn {
    max-width: 300px;
  }
  #dx .platform .bg {
    width: 30%;
  }
}
@media screen and (max-width: 1050px) {
  #dx .platform .inner {
    padding: 140px 5% 0 60%;
  }
  #dx .platform h2 {
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  #dx .platform h2 .min {
    font-size: 2.2rem;
  }
  #dx .platform .blueBtn {
    max-width: 250px;
  }
}
@media screen and (max-width: 767.9px) {
  #dx .platform {
    margin-top: 80px;
  }
  #dx .platform:before {
    height: 50vw;
  }
  #dx .platform:after {
    height: 50vw;
    width: 12%;
    right: 0;
    left: inherit;
  }
  #dx .platform .inner {
    padding: 5vw 16% 30px 16%;
    height: auto;
  }
  #dx .platform h2 {
    font-size: 2.4rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    letter-spacing: 0.05em;
  }
  #dx .platform h2 .min {
    font-size: 1.5rem;
  }
  #dx .platform .img {
    margin: 30px auto 0 auto;
    width: 100%;
    max-width: 100%;
    position: inherit;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  #dx .platform .blueBtn {
    position: absolute;
    z-index: 10;
    margin: 0;
    bottom: 0;
    right: 12%;
    max-width: 200px;
  }
  #dx .platform .blueBtn a:hover {
    opacity: 1;
    background: url(../../assets/img/icon_arrow_white.svg) #8090bd no-repeat
      center right 10px;
    background-size: 20px auto;
  }
  #dx .platform .blueBtn .arrow {
    padding: 15px 0;
  }
  #dx .platform .bg {
    bottom: -15vw;
  }
}
/*@media screen and (max-width: 1050px) {
    #dx .platform .inner { padding:5% 5% 20% 55%; max-width: 100%; height: auto;}
    #dx .platform:before { height: auto; min-height: 400px;}
    #dx .platform:after { width: 20%; height: auto; min-height: 400px;}
    #dx .platform h2 { font-size: 4.0rem; line-height: 1.5;}
    #dx .platform h2 .min { font-size: 2.5rem;}
    #dx .platform .img { left: 0; width: 50%;}
    #dx .platform .img img { width: 100%;}
    #dx .platform .blueBtn { margin-top: 30px;}
    #dx .platform .bg { width: 30%; bottom: auto; top: 350px;}
    #dx .platform .bg img { width: 100%;}
}
@media screen and (max-width: 767.9px) {
    #dx .platform { margin-top: 60px;}
    #dx .platform:before { min-height: 290px;}
    #dx .platform:after { min-height: 290px;}
    #dx .platform h2 { font-size: 2.8rem;}
    #dx .platform h2 .min { font-size: 1.8rem;}
    #dx .platform .blueBtn { margin-top: 20px;}
}
@media screen and (max-width: 550px) {
    #dx .platform .inner { padding:5% 5% 50% 40%;}
    #dx .platform .img { width: 60%;}
    #dx .platform .bg { top: 250px;}
}*/

/*----- feature ----*/
#dx .feature {
  padding: 160px 0 340px 0;
}
#dx .feature h2 {
  font-size: 2rem;
  font-weight: bold;
}

#dx .feature .featureList li {
  border-top: solid 1px #f0f0f0;
}
#dx .feature .featureList li:first-child {
  border-top: 0;
}
#dx .feature .featureList li a {
  font-size: 2rem;
  padding: 38px 0;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#dx .feature .featureList li a .img {
  width: 50%; /*height: 15.5vw;*/
  max-height: 200px;
}
#dx .feature .featureList li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dx .feature .featureList li a .txt {
  width: 44%;
  line-height: 2;
}
@media screen and (max-width: 1020px) {
  #dx .feature .inner {
    padding: 0 5.2%;
  }
}
@media screen and (max-width: 767.9px) {
  #dx .feature {
    padding: 80px 0 160px 0;
  }
  #dx .feature h2 {
    font-size: 1.8rem;
  }
  #dx .feature .featureList li a {
    align-items: flex-start;
  }
  #dx .feature .featureList li a {
    font-size: 1.5rem;
    padding: 20px 0;
  }
  #dx .feature .featureList li a .img {
    width: 40%;
  }
  #dx .feature .featureList li a .txt {
    width: 55%;
    font-size: 1.2rem;
  }
}

/*----- recruit ----*/
#dx.dxArea .recruit {
  margin-top: -145px;
}
.dxArea .recruit {
  padding-bottom: 100px;
}

.dxArea .recruit .engineer a {
  padding-top: 100px;
  height: 300px;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  background: url("../img/recruit_engineer.jpg") top center no-repeat;
  background-size: cover;
  display: block;
  font-weight: bold;
}
.dxArea .recruit .engineer a .en {
  font-size: 2.4rem;
  display: block;
}
.dxArea .recruit .recruitList {
  margin-top: 110px;
  display: flex; /*justify-content: space-between;*/
  justify-content: center;
}
.dxArea .recruit .recruitList li {
  width: 47%;
}
.dxArea .recruit .recruitList li a {
  padding: 0 50px 30px 30px;
  font-size: 2.6rem;
  color: #000;
  display: block;
  border-bottom: solid 1px #0f0f0f;
}
.dxArea .recruit .recruitList li a.arrow {
  background: url(../../assets/img/icon_arrow_gray.svg) right 30px top 15px
    no-repeat;
  background-size: 30px auto;
}
.dxArea .recruit .recruitList li a .en {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  display: block;
}
@media screen and (max-width: 900px) {
  .dxArea .recruit .recruitList {
    display: block;
  }
  .dxArea .recruit .recruitList li {
    margin: 60px auto 0 auto;
    width: 100%;
    max-width: 470px;
  }
  .dxArea .recruit .recruitList li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.9px) {
  #dx.dxArea .recruit {
    margin-top: -80px;
  }
  .dxArea .recruit {
    padding-bottom: 100px;
  }
  .dxArea .recruit .engineer {
    margin: 0 auto;
  }
  .dxArea .recruit .engineer a {
    padding: 40px 0;
    height: auto;
    font-size: 2.2rem;
    letter-spacing: 0.55rem;
  }
  .dxArea .recruit .engineer a .en {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .dxArea .recruit .recruitList {
    margin-top: 60px;
  }
  .dxArea .recruit .recruitList li {
    margin-top: 40px;
  }
  .dxArea .recruit .recruitList li:first-child {
    margin-top: 0;
  }
  .dxArea .recruit .recruitList li a {
    padding: 0 40px 20px 20px;
    font-size: 1.8rem;
  }
  .dxArea .recruit .recruitList li a.arrow {
    background: url(../../assets/img/icon_arrow_gray.svg) right 10px top 15px
      no-repeat;
    background-size: 20px auto;
  }
  .dxArea .recruit .recruitList li a .en {
    font-size: 1rem;
  }
}

/*----- dx award ----*/
#dx .award h2 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.25em;
}
#dx .award h2 .entit {
  margin-bottom: 40px;
  display: block;
}

@media screen and (max-width: 767.9px) {
  #dx .award h2 {
    font-size: 2.4rem;
    letter-spacing: 0.45rem;
  }
  #dx .award h2 .entit {
    margin-bottom: 30px;
  }
  #dx h2 .entit img {
    height: 20px;
  }
}

/*----- productive common ----*/
#productive {
  color: #282828;
}
#productive h2 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.25em;
}
#productive h2.titline {
  position: relative;
  padding-bottom: 70px;
}
#productive h2.titline:after {
  width: 100px;
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #000;
}
#productive h2 .entit {
  margin-bottom: 40px;
  display: block;
}
#productive .bggray {
  background: #f7f7f7;
}
#productive .bggray.sectionSetArea {
  padding: 0 0 150px 0;
}
#productive .txtbkline {
  margin: 10px 0;
  padding: 0 10px;
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
#productive .txtbkline .linetxt {
  position: relative;
  z-index: 1;
  color: #fff;
}
#productive .txtbkline .line {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
}
#productive .txtbkline .line span {
  background: #081464;
  width: 100%;
  height: 100%;
  display: inline-block;
}
#productive .pcOnlyPlus {
  display: inline-block;
}
#productive .spOnlyPlus {
  display: none;
}
@media screen and (min-width: 768px) {
  #productive .txtbkline {
    letter-spacing: 0.55rem;
  }
}
@media screen and (max-width: 987px) {
  #productive .pcOnlyPlus {
    display: none;
  }
  #productive .spOnlyPlus {
    display: inline-block;
  }
}
@media screen and (max-width: 767.9px) {
  #productive h2 {
    font-size: 2.4rem;
    letter-spacing: 0.45rem;
  }
  #productive h2 .entit {
    margin-bottom: 30px;
  }
  #productive h2 .entit img {
    height: 20px;
  }
  #productive h2.titline {
    padding-bottom: 35px;
  }
  #productive h2.titline:after {
    width: 50px;
  }
  #productive .bggray.sectionSetArea {
    padding: 0 0 80px 0;
  }
  #productive .txtbkline {
    margin: 5px 0;
    font-size: 2.2rem;
  }
}

/*----- productiveMv ----*/
#productive .productiveMv {
  background: url("../img/productiveMv_bg.jpg") center top no-repeat;
  position: relative;
  background-size: cover;
}
#productive .productiveMv .bg01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  margin: auto;
  text-align: center;
}
#productive .productiveMv .productiveMv_bg02_mask01 {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: 86px;
}
#productive .productiveMv .productiveMv_bg02_mask02 {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -114px;
}
#productive .productiveMv .productiveMv_bg02_mask03 {
  position: absolute;
  top: 308px;
  left: 50%;
  margin-left: -114px;
}
#productive .productiveMv .productiveMv_bg02_mask04 {
  position: absolute;
  top: 390px;
  left: 50%;
  margin-left: -114px;
}
#productive .productiveMv .productiveMv_bg02_mask05 {
  position: absolute;
  top: 390px;
  left: 50%;
  margin-left: 86px;
}
#productive .productiveMv .productiveMv_bg02_mask06 {
  position: absolute;
  top: 345px;
  left: 50%;
  margin-left: 165px;
  transform: rotate(-30deg);
}
#productive .productiveMv .productiveMv_bg02_mask07 {
  position: absolute;
  top: 279px;
  left: 50%;
  margin-left: 275px;
  transform: rotate(-30deg);
}
#productive .productiveMv .productiveMv_bg02_mask08 {
  position: absolute;
  top: 229px;
  left: 50%;
  margin-left: 330px;
}
#productive .productiveMv .productiveMv_bg02_mask09 {
  position: absolute;
  top: 229px;
  left: 50%;
  margin-left: 465px;
}
#productive .productiveMv .productiveMv_bg02_mask10 {
  position: absolute;
  top: 318px;
  left: 50%;
  margin-left: 465px;
}
#productive .productiveMv .productiveMv_bg02_mask11 {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: 465px;
}
#productive .productiveMv .productiveMv_bg02_mask12 {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: 330px;
}
#productive .productiveMv .productiveMv_bg02_mask01 img,
#productive .productiveMv .productiveMv_bg02_mask02 img,
#productive .productiveMv .productiveMv_bg02_mask03 img,
#productive .productiveMv .productiveMv_bg02_mask04 img,
#productive .productiveMv .productiveMv_bg02_mask05 img,
#productive .productiveMv .productiveMv_bg02_mask06 img,
#productive .productiveMv .productiveMv_bg02_mask07 img,
#productive .productiveMv .productiveMv_bg02_mask08 img,
#productive .productiveMv .productiveMv_bg02_mask09 img,
#productive .productiveMv .productiveMv_bg02_mask10 img,
#productive .productiveMv .productiveMv_bg02_mask11 img,
#productive .productiveMv .productiveMv_bg02_mask12 img {
  display: block;
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
}
#productive .productiveMv .productiveMv_bg02_mask01 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask01.png");
  mask-image: url("../img/productiveMv_bg02_mask01.png");
}
#productive .productiveMv .productiveMv_bg02_mask02 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask02.png");
  mask-image: url("../img/productiveMv_bg02_mask02.png");
}
#productive .productiveMv .productiveMv_bg02_mask03 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask03.png");
  mask-image: url("../img/productiveMv_bg02_mask03.png");
}
#productive .productiveMv .productiveMv_bg02_mask04 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask04.png");
  mask-image: url("../img/productiveMv_bg02_mask04.png");
}
#productive .productiveMv .productiveMv_bg02_mask05 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask05.png");
  mask-image: url("../img/productiveMv_bg02_mask05.png");
}
#productive .productiveMv .productiveMv_bg02_mask06 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask06.png");
  mask-image: url("../img/productiveMv_bg02_mask06.png");
}
#productive .productiveMv .productiveMv_bg02_mask07 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask07.png");
  mask-image: url("../img/productiveMv_bg02_mask07.png");
}
#productive .productiveMv .productiveMv_bg02_mask08 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask08.png");
  mask-image: url("../img/productiveMv_bg02_mask08.png");
}
#productive .productiveMv .productiveMv_bg02_mask09 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask09.png");
  mask-image: url("../img/productiveMv_bg02_mask09.png");
}
#productive .productiveMv .productiveMv_bg02_mask10 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask10.png");
  mask-image: url("../img/productiveMv_bg02_mask10.png");
}
#productive .productiveMv .productiveMv_bg02_mask11 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask11.png");
  mask-image: url("../img/productiveMv_bg02_mask11.png");
}
#productive .productiveMv .productiveMv_bg02_mask12 img {
  -webkit-mask-image: url("../img/productiveMv_bg02_mask12.png");
  mask-image: url("../img/productiveMv_bg02_mask12.png");
}

#productive .productiveMv .inner {
  padding-top: 280px;
  position: relative;
  z-index: 1;
}
#productive .productiveMv h2 {
  font-size: 5rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
#productive .productiveMv .subtxt {
  font-size: 2rem;
  margin-top: 40px;
  font-weight: bold;
}
#productive .productiveMv .txtbkline1 {
  margin-top: 240px;
}
#productive .productiveMv .txtbkline2 .big {
  font-size: 6rem;
  line-height: 7rem;
  vertical-align: bottom;
}
#productive .productiveMv .maintxt {
  font-size: 2rem;
  margin-top: 60px;
  line-height: 2;
}
@media screen and (max-width: 1020px) {
  #productive .productiveMv .bg01 img {
    width: 980px;
  }
  #productive .productiveMv .inner {
    padding: 200px 5.2% 0 5.2%;
  }
  #productive .productiveMv .txtbkline1 {
    margin-top: 200px;
  }
}
@media screen and (max-width: 900px) {
  #productive .productiveMv .bg01 img {
    width: 880px;
  }
}
@media screen and (max-width: 767.9px) {
  #productive .productiveMv {
    background-size: auto 100%;
  }
  #productive .productiveMv .inner {
    padding-top: 170px;
  }
  #productive .productiveMv .bg01 {
    top: 36%;
    width: 100%;
    left: -7.2%;
  }
  #productive .productiveMv .bg01 img {
    width: 100%;
  }
  #productive .productiveMv .productiveMv_bg02_mask01 {
    width: 70px;
    top: 258px;
    left: 50%;
    margin-left: 18px;
  }
  #productive .productiveMv .productiveMv_bg02_mask02 {
    width: 70px;
    top: 258px;
    left: 50%;
    margin-left: -50px;
  }
  #productive .productiveMv .productiveMv_bg02_mask03 {
    width: 70px;
    top: 296px;
    left: 50%;
    margin-left: -50px;
  }
  #productive .productiveMv .productiveMv_bg02_mask04 {
    width: 70px;
    top: 324px;
    left: 50%;
    margin-left: -50px;
  }
  #productive .productiveMv .productiveMv_bg02_mask05 {
    width: 53px;
    top: 324px;
    left: 50%;
    margin-left: 19px;
  }
  #productive .productiveMv .productiveMv_bg02_mask06 {
    width: 46px;
    top: 309px;
    left: 50%;
    margin-left: 48px;
  }
  #productive .productiveMv .productiveMv_bg02_mask07 {
    width: 31px;
    top: 295px;
    left: 50%;
    margin-left: 76px;
  }
  #productive .productiveMv .productiveMv_bg02_mask08 {
    width: 45px;
    top: 277px;
    left: 50%;
    margin-left: 97px;
  }
  #productive .productiveMv .productiveMv_bg02_mask09 {
    width: 41px;
    top: 277px;
    left: 50%;
    margin-left: 141px;
  }
  #productive .productiveMv .productiveMv_bg02_mask10 {
    width: 41px;
    top: 306px;
    left: 50%;
    margin-left: 141px;
  }
  #productive .productiveMv .productiveMv_bg02_mask11 {
    width: 42px;
    top: 316px;
    left: 50%;
    margin-left: 140px;
  }
  #productive .productiveMv .productiveMv_bg02_mask12 {
    width: 46px;
    top: 316px;
    left: 50%;
    margin-left: 95px;
  }
  #productive .productiveMv .productiveMv_bg02_mask01 img,
  #productive .productiveMv .productiveMv_bg02_mask02 img,
  #productive .productiveMv .productiveMv_bg02_mask03 img,
  #productive .productiveMv .productiveMv_bg02_mask04 img,
  #productive .productiveMv .productiveMv_bg02_mask05 img,
  #productive .productiveMv .productiveMv_bg02_mask06 img,
  #productive .productiveMv .productiveMv_bg02_mask07 img,
  #productive .productiveMv .productiveMv_bg02_mask08 img,
  #productive .productiveMv .productiveMv_bg02_mask09 img,
  #productive .productiveMv .productiveMv_bg02_mask10 img,
  #productive .productiveMv .productiveMv_bg02_mask11 img,
  #productive .productiveMv .productiveMv_bg02_mask12 img {
    width: 100%;
  }
  #productive .productiveMv h2 {
    font-size: 3rem;
  }
  #productive .productiveMv .subtxt {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  #productive .productiveMv .txtbkline1 {
    margin-top: 130px;
  }
  #productive .productiveMv .txtbkline2 .big {
    font-size: 3rem;
    line-height: 4rem;
  }
  #productive .productiveMv .maintxt {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}

/*----- Introduction ----*/
#productive .Introduction {
  margin-top: 160px;
}
#productive .Introduction .subtit {
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #aaa;
  font-weight: bold;
}
#productive .Introduction h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
#productive .Introduction h2 .big {
  font-size: 4rem;
  line-height: 1;
}
#productive .Introduction .graph {
  margin-top: 60px;
  position: relative;
}
#productive .Introduction .graph img {
  width: 100%;
}
#productive .Introduction .graph .icon1,
#productive .Introduction .graph .icon2,
#productive .Introduction .graph .icon3 {
  width: 11.8%;
  position: absolute;
}
#productive .Introduction .graph .icon1 {
  right: 0;
  bottom: 75%;
}
#productive .Introduction .graph .icon2 {
  right: 0;
  bottom: 50%;
}
#productive .Introduction .graph .icon3 {
  right: 0;
  bottom: 25%;
}
#productive .Introduction .graph .icon1 img,
#productive .Introduction .graph .icon2 img,
#productive .Introduction .graph .icon3 img {
  opacity: 0;
  margin-bottom: 20%;
  margin-left: 10%;
}
#productive .Introduction .txtarea {
  margin-top: 60px;
  font-weight: 500;
}
#productive .Introduction .txtarea .txt {
  font-size: 2rem;
}
#productive .Introduction .txtarea .txtbig {
  margin-top: 10px;
  font-size: 3rem;
  line-height: 2;
  font-weight: 600;
}
#productive .Introduction .txtarea .txtbig sup {
  font-size: 2rem;
}
#productive .Introduction .txtarea .txtbig .imp {
  padding: 0 10px;
  font-weight: bold;
  color: #ffffff;
  background-image: -moz-linear-gradient(
    -60deg,
    rgba(242, 142, 38, 0.99608) 0%,
    rgb(253, 100, 79) 100%
  );
  background-image: -webkit-linear-gradient(
    -60deg,
    rgba(242, 142, 38, 0.99608) 0%,
    rgb(253, 100, 79) 100%
  );
  background-image: -ms-linear-gradient(
    -60deg,
    rgba(242, 142, 38, 0.99608) 0%,
    rgb(253, 100, 79) 100%
  );
  display: inline-block;
  line-height: 1.5;
}
#productive .Introduction .txtarea .notes {
  margin-top: 50px;
  font-size: 1.4rem;
  color: #a5a5a5;
  letter-spacing: initial;
}
#productive .Introduction .anchorList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 160px 0;
}
#productive .Introduction .anchorList li {
  width: 30%;
  box-shadow: 0px 3px 48.5px 1.5px rgba(104, 103, 103, 0.1);
  background: #fff;
  border-radius: 10px;
}
#productive .Introduction .anchorList li a {
  padding: 50px 0 100px 0;
  width: 100%;
  display: block;
  text-align: center;
  background: url("../img/anchorList_arr.png") bottom 40px center no-repeat;
}
#productive .Introduction .anchorList li a img {
  height: 15px;
}
#productive .Introduction .anchorList li a .txt {
  margin-top: 20px;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 768px) {
  #productive .Introduction .txtarea {
    letter-spacing: 0.55rem;
  }
}
@media screen and (max-width: 1020px) {
  #productive .Introduction .inner {
    padding: 0 5.2%;
  }
  #productive .Introduction .anchorList li a img {
    height: 20px;
  }
  #productive .Introduction .anchorList li a .txt {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  #productive .Introduction {
    margin-top: 120px;
  }
  #productive .Introduction .subtit {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #productive .Introduction h2 {
    font-size: 2.4rem;
    letter-spacing: 0.45rem;
  }
  #productive .Introduction h2 .big {
    font-size: 4rem;
  }
  #productive .Introduction .graph {
    margin: 30px auto 0 auto;
    max-width: 450px;
  }
  #productive .Introduction .graph .icon1,
  #productive .Introduction .graph .icon2,
  #productive .Introduction .graph .icon3 {
    width: 22.5%;
  }
  #productive .Introduction .graph .icon1 {
    bottom: 36.5%;
  }
  #productive .Introduction .graph .icon2 {
    bottom: 25%;
  }
  #productive .Introduction .graph .icon3 {
    bottom: 13%;
  }
  #productive .Introduction .txtarea {
    margin-top: 60px;
  }
  #productive .Introduction .txtarea .txt {
    font-size: 1.6rem;
  }
  #productive .Introduction .txtarea .txtbig {
    margin-top: 5px;
    font-size: 2.2rem;
  }
  #productive .Introduction .txtarea .txtbig sup {
    font-size: 1.2rem;
  }
  #productive .Introduction .txtarea .txtbig .imp {
    padding: 0 5px;
  }
  #productive .Introduction .txtarea .notes {
    margin-top: 25px;
    font-size: 1rem;
  }
  #productive .Introduction .anchorList ul {
    margin: 80px 0;
    justify-content: space-around;
  }
  #productive .Introduction .anchorList li {
    width: 45%;
    margin-bottom: 20px;
  }
  #productive .Introduction .anchorList li:last-child {
    margin-bottom: 0;
  }
  #productive .Introduction .anchorList li a {
    padding: 25px 0 50px 0;
    background-position: bottom 20px center;
    background-size: 15px auto;
  }
  #productive .Introduction .anchorList li a img {
    height: 10px;
  }
  #productive .Introduction .anchorList li a .txt {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

/*----- issue ----*/
#productive .issue {
  padding: 160px 0 200px 0;
}
#productive .issue h2 .big {
  font-size: 6rem;
  line-height: 1;
}
#productive .issue .maintxt {
  font-size: 2rem;
  margin-top: 60px;
  line-height: 2;
}
#productive .issue .issueBlock {
  margin-top: 140px;
}
#productive .issue .issueBlock .blockEn {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #aaa;
}
#productive .issue .issueBlock .blockTxtArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#productive .issue .issueBlock .blockTxtArea .blockTit {
  width: 40%;
  font-weight: bold;
  font-size: 3rem;
}
#productive .issue .issueBlock .blockTxtArea .blockTxt {
  width: 56%;
  line-height: 2;
}
#productive .issue .issueBlock .blockGraphArea {
  margin-top: 60px;
}

#productive .issue .issueBlock1 .blockGraphArea ul {
  display: flex;
  width: 100%;
}
#productive .issue .issueBlock1 .blockGraphArea li {
  width: 50%;
}
#productive .issue .issueBlock1 .blockGraphArea li img {
  width: 100%;
}
#productive .issue .issueBlock1 .blockGraphArea li.issue_img01b {
  position: relative;
}
#productive .issue .issueBlock1 .blockGraphArea li.issue_img01b .icon1 {
  width: 23.6%;
  position: absolute;
  left: 19%;
  top: 24.5%;
}
#productive .issue .issueBlock1 .blockGraphArea li.issue_img01b .icon1 img {
  margin-top: -20%;
  opacity: 0;
}
#productive .issue .issueBlock1 .blockGraphArea li.issue_img01b .icon2 {
  width: 25.8%;
  position: absolute;
  right: 28.5%;
  bottom: 4%;
}
#productive .issue .issueBlock1 .blockGraphArea li.issue_img01b .icon2 img {
  margin-left: 20%;
  opacity: 0;
}
#productive .issue .issueBlock2 .blockGraphArea {
  text-align: center;
}
#productive .issue .issueBlock2 .blockGraphArea .img img {
  width: 95%;
}
#productive .issue .txtbklinebefore {
  margin-top: 200px;
  font-size: 3rem;
  font-weight: bold;
}
#productive .issue .txtbkline .linetxt {
  color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  #productive .issue .maintxt {
    letter-spacing: 0.45rem;
  }
  #productive .issue .issueBlock .blockTxtArea .blockTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1020px) {
  #productive .issue .inner {
    padding: 0 5.2%;
  }
}
@media screen and (max-width: 767.9px) {
  #productive .issue {
    padding: 80px 0;
  }
  #productive .issue h2 .big {
    font-size: 4rem;
  }
  #productive .issue .maintxt {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  #productive .issue .issueBlock {
    margin-top: 80px;
  }
  #productive .issue .issueBlock .blockEn {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  #productive .issue .issueBlock .blockTxtArea {
    display: block;
  }
  #productive .issue .issueBlock .blockTxtArea .blockTit {
    width: 100%;
    font-size: 2rem;
  }
  #productive .issue .issueBlock .blockTxtArea .blockTxt {
    margin-top: 10px;
    width: 100%;
  }
  #productive .issue .issueBlock .blockGraphArea {
    margin-top: 60px;
  }
  #productive .issue .issueBlock1 .blockGraphArea ul {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  #productive .issue .issueBlock1 .blockGraphArea li {
    width: 95%;
    margin: 0 auto;
  }
  #productive .issue .issueBlock2 .blockGraphArea .img img {
    max-width: 450px;
  }
  #productive .issue .issueBlock1 .blockGraphArea li.issue_img01b .icon1 {
    width: 25.6%;
    left: 24%;
    top: 29%;
  }
  #productive .issue .issueBlock1 .blockGraphArea li.issue_img01b .icon2 {
    width: 28.5%;
    right: 14.2%;
    bottom: 6%;
  }
  #productive .issue .txtbklinebefore {
    margin-top: 80px;
    font-size: 1.7rem;
  }
}

/*----- solution ----*/
#productive .solution {
  padding-top: 160px;
}
#productive .solution .strengthsList {
  margin-top: 70px;
}
#productive .solution .strengthsList li {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18px 2px rgba(148, 148, 148, 0.1);
  border-radius: 10px;
}
#productive .solution .strengthsList li .img img {
  max-width: 200px;
  width: 100%;
}
#productive .solution .strengthsList li .tit {
  color: #001e74;
  font-weight: bold;
  letter-spacing: 0.07rem;
}
#productive .solution .strengthsList li .txt {
  font-weight: 500;
  text-align: left;
}
#productive .solution .txtarea {
  text-align: center;
  margin-top: 110px;
  line-height: 2;
}
#productive .solution .txtarea .nomal {
  font-size: 3rem;
  font-weight: 600;
}
#productive .solution .graph {
  position: relative;
}
#productive .solution .graph .over {
  width: 21.1%;
  position: absolute;
  left: 44.4%;
  top: 26.5%;
  height: 26.375%;
}
#productive .solution .graph .over .overArea {
  width: 0%;
  height: 100%;
  overflow: hidden;
}
#productive .solution .graph .reduction {
  width: 20.8%;
  right: 7.8%;
  position: absolute;
  top: 27.6%;
}
#productive .solution .graph img {
  width: 100%;
}
#productive .solution .graph .over .overArea img {
  width: auto;
  height: 100%;
}
#productive .solution .graph .reduction img {
  opacity: 0;
  margin-top: -20%;
  margin-left: 20%;
}
@media screen and (max-width: 1020px) {
  #productive .solution .inner {
    padding: 0 5.2%;
  }
}
@media screen and (min-width: 768px) {
  #productive .solution .strengthsList {
    display: flex;
    justify-content: space-between;
  }
  #productive .solution .strengthsList li {
    width: 30%;
    text-align: center;
    padding: 40px;
  }
  #productive .solution .strengthsList li .img {
    margin-right: -20px;
  }
  #productive .solution .strengthsList li .txtBox {
    margin-top: 25px;
  }
  #productive .solution .strengthsList li .tit {
    font-size: 2.2rem;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    height: 80px;
  }
  #productive .solution .strengthsList li .txt {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 10px;
  }
  #productive .solution .graph {
    margin: 50px 0;
  }
  #productive .solution .txtarea .nomal {
    letter-spacing: 0.55rem;
  }
}
@media screen and (max-width: 900px) {
  #productive .solution .strengthsList li {
    padding: 30px 30px 30px 15px;
  }
}
@media screen and (max-width: 767.9px) {
  #productive .solution {
    padding: 80px 0;
  }
  #productive .solution .strengthsList {
    margin-top: 40px;
  }
  #productive .solution .strengthsList li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #productive .solution .strengthsList li:last-child {
    margin-bottom: 0;
  }
  #productive .solution .strengthsList li .txtBox {
    padding-left: 6%;
  }
  #productive .solution .strengthsList li .tit {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 6px;
  }
  #productive .solution .strengthsList li .txt {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 6px;
  }
  #productive .solution .txtarea {
    margin-top: 60px;
  }
  #productive .solution .txtarea .nomal {
    font-size: 1.7rem;
  }
  #productive .solution .graph {
    margin: 20px 0 0;
  }
}

/*----- innovation ----*/
#productive .innovation {
  padding-top: 140px;
}

#productive .innovation h2 .icon {
  position: relative;
}
#productive .innovation h2 .icon:after {
  font-size: 2rem;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  right: -140px;
  top: -70px;
  text-align: center;
  content: "特許\A取得済";
  white-space: pre;
  position: absolute;
  background: #081464;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05rem;
}
#productive .innovation h2 .big {
  font-size: 6rem;
  line-height: 1;
}
#productive .innovation .maintxt {
  font-size: 2rem;
  margin-top: 60px;
  line-height: 2;
}

#productive .innovation .innovationList li {
  position: relative;
}

#productive .innovation .innovationList li .txtarea .tit {
  font-size: 3.4rem;
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
}
#productive .innovation .innovationList li .txtarea .tit:before {
  font-size: 10rem;
  position: absolute;
  font-weight: bold;
  color: #081464;
  left: 0;
  top: 0;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-family: "Roboto Condensed", sans-serif;
}
#productive .innovation .innovationList li .txtarea .tit .sub {
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
}
#productive .innovation .innovationList li .txtarea .txt {
  font-size: 1.6rem;
}
#productive .innovation .innovationList li .txtarea .txt dt {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
#productive .innovation .innovationList li .txtarea .txt dd {
  margin-bottom: 20px;
  line-height: 2;
}
#productive .innovation .innovationList li .imgarea {
  position: absolute;
}
#productive .innovation .innovationList li:nth-child(1) {
  margin-top: 130px;
  min-height: 430px;
}
#productive .innovation .innovationList li:nth-child(1) .txtarea {
  width: 400px;
}
#productive .innovation .innovationList li:nth-child(1) .txtarea .tit {
  padding-left: 100px;
}
#productive .innovation .innovationList li:nth-child(1) .txtarea .tit:before {
  content: "1";
}
#productive .innovation .innovationList li:nth-child(1) .imgarea {
  right: 0;
  bottom: 0;
}
#productive .innovation .innovationList li:nth-child(2) {
  margin-top: 100px;
  min-height: 400px;
}
#productive .innovation .innovationList li:nth-child(2) .txtarea {
  width: 900px;
  padding-left: 500px;
}
#productive .innovation .innovationList li:nth-child(2) .txtarea .tit {
  padding-left: 100px;
}
#productive .innovation .innovationList li:nth-child(2) .txtarea .tit:before {
  content: "2";
}
#productive .innovation .innovationList li:nth-child(2) .imgarea {
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #productive .innovation .maintxt {
    letter-spacing: 0.45rem;
  }
}
@media screen and (max-width: 1020px) {
  #productive .innovation .inner {
    padding: 0 5.2%;
  }
  #productive .innovation .innovationList li:nth-child(1) .txtarea {
    width: 350px;
  }
  #productive .innovation .innovationList li:nth-child(1) .imgarea img {
    max-width: 400px;
  }
  #productive .innovation .innovationList li:nth-child(2) .txtarea {
    width: 800px;
    padding-left: 400px;
  }
  #productive .innovation .innovationList li:nth-child(2) .imgarea img {
    max-width: 350px;
  }
}
@media screen and (max-width: 900px) {
  #productive .innovation .innovationList li .imgarea {
    position: relative;
    text-align: center;
    margin: 40px auto auto;
    width: 80%;
  }
  #productive .innovation .innovationList li .imgarea img {
    width: 80%;
  }
  #productive .innovation .innovationList li:nth-child(1) .txtarea {
    width: 100%;
  }
  #productive .innovation .innovationList li:nth-child(1) .imgarea img {
    max-width: 496px;
  }
  #productive .innovation .innovationList li:nth-child(2) .txtarea {
    width: 100%;
    padding-left: 0;
  }
  #productive .innovation .innovationList li:nth-child(2) .imgarea img {
    max-width: 360px;
  }
}
@media screen and (max-width: 767.9px) {
  #productive .innovation {
    padding-top: 80px;
  }
  #productive .innovation h2 .icon {
    display: inline-block;
  }
  #productive .innovation h2 .icon:after {
    font-size: 1.5rem;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    right: -90px;
    top: -40px;
  }
  #productive .innovation h2 .big {
    font-size: 5.2rem;
  }
  #productive .innovation .maintxt {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  #productive .innovation .innovationList li .txtarea .tit {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  #productive .innovation .innovationList li .txtarea .tit:before {
    font-size: 6rem;
    bottom: 0;
    top: auto;
  }
  #productive .innovation .innovationList li .txtarea .tit .sub {
    font-size: 1.4rem;
  }
  #productive .innovation .innovationList li .txtarea .txt {
    font-size: 1.2rem;
  }
  #productive .innovation .innovationList li .txtarea .txt dt {
    font-size: 1.6rem;
  }
  #productive .innovation .innovationList li .txtarea .txt dd {
    margin-bottom: 10px;
  }
  #productive .innovation .innovationList li:nth-child(1) {
    margin-top: 50px;
    min-height: inherit;
  }
  #productive .innovation .innovationList li:nth-child(1) .txtarea .tit {
    padding-left: 50px;
  }
  #productive .innovation .innovationList li:nth-child(2) {
    margin-top: 50px;
    min-height: inherit;
  }
  #productive .innovation .innovationList li:nth-child(2) .txtarea .tit {
    padding-left: 60px;
  }
}

/*----- evolution ----*/
#productive .evolution {
  margin-top: 150px;
}
#productive .evolution h3 {
  margin-top: 80px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#productive .evolution .maintxt {
  font-size: 2rem;
  margin-top: 20px;
}

#productive .evolution .evolutionList li {
  border-top: solid 1px #f0f0f0;
}
#productive .evolution .evolutionList li:first-child {
  border-top: 0;
}
#productive .evolution .evolutionList li a {
  font-size: 1.6rem;
  padding: 38px 0;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#productive .evolution .evolutionList li a .img {
  width: 30%; /*height: 15.5vw;*/
  max-height: 200px;
}
#productive .evolution .evolutionList li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#productive .evolution .evolutionList li a .txt {
  width: 64%;
  line-height: 2;
}
@media screen and (max-width: 1020px) {
  #productive .evolution .inner {
    padding: 0 5.2%;
  }
}
@media screen and (max-width: 767.9px) {
  #productive .evolution {
    margin-top: 80px;
  }
  #productive .evolution h3 {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  #productive .evolution .maintxt {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #productive .evolution .evolutionList li a {
    font-size: 1.4rem;
    padding: 20px 0;
  }
  #productive .evolution .evolutionList li a .img {
    width: 40%;
  }
  #productive .evolution .evolutionList li a .txt {
    width: 55%;
    font-size: 1.2rem;
  }
}

/*----- customer ----*/
#productive .customer {
  margin-top: 140px;
}

#productive .customer #voiceSlider .slick-track {
  display: flex;
}
#productive .customer #voiceSlider .slick-slide {
  background: #fff;
}
#productive .customer #voiceSlider .slick-slide {
  height: auto !important;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(219, 219, 219, 0.5);
}
#productive .customer #voiceSlider .slick-list {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}
#productive .customer #voiceSlider a {
  color: #282828;
}

#productive .customer #voiceSlider .box .tit {
  font-weight: bold;
}
#productive .customer #customerLogo {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgb(219 219 219 / 50%);
}
#productive .customer #customerLogo .logoSlider {
  margin-bottom: 50px;
}
#productive .customer #customerLogo .logoSlider .swiper-area {
  overflow: hidden;
  position: relative;
}
#productive .customer #customerLogo .logoSlider .container {
  position: relative;
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
}
#productive .customer #customerLogo .logoSlider .cl_img_slider {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
#productive .customer #customerLogo .logoSlider .container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#productive .customer #customerLogo .logoSlider .cl_img_slider .swiper-slide {
  text-align: center;
  margin: 0 20px;
}
#productive
  .customer
  #customerLogo
  .logoSlider
  .cl_img_slider
  .swiper-slide
  .swiper-slide {
  margin: 0;
}
#productive
  .customer
  #customerLogo
  .logoSlider
  .cl_img_slider
  .swiper-slide
  img {
  object-fit: cover;
  width: 280px;
  height: 140px;
}
#productive .customer #customerLogo .ft_bn .swiper-area {
  overflow: hidden;
  position: relative;
}
#productive .customer #customerLogo .ft_bn .container {
  position: relative;
  margin: 0 auto;
  max-width: 242px;
  width: 100%;
}
#productive .customer #customerLogo .ft_bn .ft_bn_slider {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
#productive .customer #customerLogo .ft_bn .ft_bn_slider .swiper-slide {
  text-align: center;
  padding: 0 10px;
}
#productive .customer #customerLogo .ft_bn .ft_bn_slider .swiper-slide img {
  width: 100%;
}
#productive .customer #customerLogo .ft_bn .ft_bn_slider .swiper-slide a {
  border: solid 1px #ffcc3b;
}
#productive .customer #customerLogo .ft_bn .ft_bn_slider .swiper-slide a:hover {
  opacity: 1;
  border: solid 1px #fff;
}
#productive .customer .blueBtn .arrow {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.prev-arrow,
.next-arrow {
  width: 40px;
  z-index: 10;
  cursor: pointer;
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slick-slide img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #productive .customer #voiceSlider {
    margin: 50px 0 0;
  }
  #productive .customer #voiceSlider .box {
    padding: 25px;
  }
  #productive .customer #voiceSlider .box .tit {
    font-size: 1.7rem;
    margin-bottom: 6px;
  }
  #productive .customer #voiceSlider .box .txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  #productive .customer .blueBtn .arrow {
    padding: 28px 0;
    border-radius: 10px;
  }
  .slick-slide {
    margin: 0 15px;
  }
  .prev-arrow {
    left: 18%;
    z-index: 10;
  }
  .next-arrow {
    right: 18%;
  }
}
@media screen and (max-width: 767.9px) {
  #productive .customer {
    margin-top: 70px;
  }
  #productive .customer h2.titline:after {
    left: 5%;
  }
  #productive .customer #voiceSlider {
    margin: 30px 0 0;
  }
  #productive .customer #voiceSlider .box {
    padding: 12px;
  }
  #productive .customer #customerLogo .logoSlider {
    margin-bottom: 10%;
  }
  #productive .customer #customerLogo .logoSlider .container {
    max-width: 127px;
  }
  #productive .customer #customerLogo .logoSlider .cl_img_slider .swiper-slide {
    margin: 0 0px;
  }
  #productive
    .customer
    #customerLogo
    .logoSlider
    .cl_img_slider
    .swiper-slide
    .swiper-slide {
    margin: 0;
  }
  #productive
    .customer
    #customerLogo
    .logoSlider
    .cl_img_slider
    .swiper-slide
    img {
    width: 127px;
    height: 60px;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .prev-arrow {
    left: 4%;
    z-index: 10;
  }
  .next-arrow {
    right: 4%;
  }
}

/*----- award ----*/
#dx .award {
  margin: 0;
  background: #f8f9fd;
}
#productive .award {
  margin: 140px 0;
  background: #f8f9fd;
}
#dx .award .inner {
  padding: 100px 0 170px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#productive .award .inner {
  padding: 100px 0 130px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#dx .award h2,
#productive .award h2 {
  width: 300px;
}
#dx .award h2 img #productive .award h2 img {
  max-width: 142px;
}
#dx .award .awardList,
#productive .award .awardList {
  width: 700px;
  padding-top: 90px;
}
#dx .award .awardList li,
#productive .award .awardList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#dx .award .awardList li .year,
#productive .award .awardList li .year {
  font-size: 4rem;
  width: 146px;
  max-width: 20.85%;
  color: #081464;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.06rem;
}
#dx .award .awardList li .txtarea,
#productive .award .awardList li .txtarea {
  font-size: 1.6rem;
  width: 554px;
  max-width: 79.14%;
  padding: 30px 0 0 54px;
  top: 0;
  position: relative;
  line-height: 2.5;
}
#dx .award .awardList li .txtarea .line,
#productive .award .awardList li .txtarea .line {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
#dx .award .awardList li .txtarea .line:before,
#productive .award .awardList li .txtarea .line:before {
  content: "";
  width: 1px;
  height: 50%;
  border-left: solid 1px #081464;
  position: absolute;
  top: 0;
}
#dx .award .awardList li .txtarea .line:after,
#productive .award .awardList li .txtarea .line:after {
  content: "";
  width: 1px;
  height: 50%;
  border-left: solid 1px #081464;
  position: absolute;
  bottom: 0;
}
#dx .award .awardList li .txtarea .line .circle,
#productive .award .awardList li .txtarea .line .circle {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #081464;
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  z-index: 5;
}
#dx .award .awardList li .txtarea .txt,
#productive .award .awardList li .txtarea .txt {
  border-bottom: solid 1px #eee;
  padding-bottom: 30px;
}
#dx .award .awardList li:first-child .txtarea .line:before,
#productive .award .awardList li:first-child .txtarea .line:before {
  border-left: solid 2px #f8f9fd;
}
#dx .award .awardList li:last-child .txtarea .line:after,
#productive .award .awardList li:last-child .txtarea .line:after {
  border-left: dotted 3px #081464;
  margin-left: -1px;
}
#dx .award .awardList li:last-child .txtarea .txt,
#productive .award .awardList li:last-child .txtarea .txt {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 1020px) {
  #dx .award .inner,
  #productive .award .inner {
    padding: 50px 5.2% 60px 5.2%;
  }
}
@media screen and (max-width: 767.9px) {
  #dx .award {
    margin: 0;
  }
  #productive .award {
    margin: 70px 0;
  }
  #dx .award h2,
  #productive .award h2 {
    width: 100%;
  }
  #dx .award h2 img #productive .award h2 img {
    max-width: inherit;
  }
  #dx .award .awardList,
  #productive .award .awardList {
    width: 100%;
    padding-top: 0;
  }
  #dx .award .awardList li .year,
  #productive .award .awardList li .year {
    font-size: 2rem;
  }
  #dx .award .awardList li .txtarea,
  #productive .award .awardList li .txtarea {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 30px;
  }
}

#productive .productiveMv .productiveMv_bg02_mask01,
#productive .productiveMv .productiveMv_bg02_mask02,
#productive .productiveMv .productiveMv_bg02_mask03,
#productive .productiveMv .productiveMv_bg02_mask04,
#productive .productiveMv .productiveMv_bg02_mask05,
#productive .productiveMv .productiveMv_bg02_mask06,
#productive .productiveMv .productiveMv_bg02_mask07,
#productive .productiveMv .productiveMv_bg02_mask08,
#productive .productiveMv .productiveMv_bg02_mask09,
#productive .productiveMv .productiveMv_bg02_mask10,
#productive .productiveMv .productiveMv_bg02_mask11,
#productive .productiveMv .productiveMv_bg02_mask12 {
  opacity: 0;
}
