@charset "UTF-8";
img {
  display: block;
  max-width: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  color: #221815;
  font-size: 14px;
  overflow-x: hidden;
  font-family: din-2014, "Arial", arial, sans-serif; }

a {
  color: #221815; }

.o_sp {
  display: none !important; }

.inner {
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  position: relative; }

.bold {
  font-weight: bold; }

.din {
  font-family: din-2014, sans-serif; }

.inview {
  transition: all .5s ease 0s; }

.unscroll {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0; }
  .unscroll.imgBox {
    transform: translateX(100px);
    -webkit-transform: translateX(100px); }

#mainHeader {
  height: 144px;
  position: relative; }
  #mainHeader:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: #ed7049; }
  #mainHeader .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 10; }
  #mainHeader .logo {
    width: 142px;
    margin-top: 2px; }
  #mainHeader .digi_logo {
    width: 160px;
    margin-top: 10px; }

#visual1 {
  padding-top: 174px;
  padding-bottom: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/main1.jpg); }
  #visual1 .read {
    margin-top: 200px; }
    #visual1 .read img {
      width: 80%;
      margin: 0 auto; }
  #visual1 .icon {
    display: block;
    max-width: 625px;
    margin: 0 auto; }
    #visual1 .icon img {
      width: 100%; }

#visual2 {
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/main2.jpg);
  font-size: 34px;
  text-align: center;
  line-height: 1.4;
  color: #fff; }
  #visual2 p {
    margin-bottom: 1.8em; }
    #visual2 p:last-child {
      margin-bottom: 0; }

.contactArea {
  padding: 50px 0; }
  .contactArea a {
    display: block;
    width: 300px;
    margin: 0 auto;
    background-color: #221815;
    color: #fff;
    text-align: center;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 25px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s; }
    .contactArea a:hover {
      text-decoration: none; }
    .contactArea a:hover {
      background-color: #ed7049; }

.commonTitle {
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  color: #ed7049;
  line-height: 1.2; }
  .commonTitle strong {
    display: block;
    margin-bottom: 20px;
    position: relative;
    z-index: 2; }
  .commonTitle .arrow {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-color: #ed7049;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative; }
    .commonTitle .arrow:after {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: -10px;
      left: -10px;
      background-color: #fff; }

.mb20 {
  margin-bottom: 20px; }

#content1 {
  padding-top: 20px; }
  #content1 .featuresList li:nth-child(odd) .heading {
    color: #ed7049; }
  #content1 .featuresList li:nth-child(even) {
    background-color: #ed7049;
    color: #fff;
    background-image: linear-gradient(to top left, #eb6345, #eb6345 49.999%, #ed7049 50%, #ed7049); }
  #content1 .featuresList li .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #content1 .featuresList li .heading {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px; }
  #content1 .featuresList li .txt {
    font-size: 22px;
    line-height: 1.5; }
  #content1 .featuresList li .imgBox {
    width: 450px; }
  #content1 .featuresList li .txtBox {
    width: calc(100% - 470px); }
  #content1 .featuresList .feature1 {
    padding-top: 40px;
    padding-bottom: 70px; }
    #content1 .featuresList .feature1 .imgBox {
      position: relative;
      right: -30px; }
  #content1 .featuresList .feature2 {
    padding-top: 36px;
    padding-bottom: 54px; }
  #content1 .featuresList .feature3 {
    padding-top: 40px;
    padding-bottom: 50px; }
  #content1 .featuresList .feature4 {
    padding-top: 68px;
    padding-bottom: 80px; }

#content2 {
  padding-top: 70px;
  padding-bottom: 100px; }
  #content2 .commonTitle {
    margin-bottom: 60px; }
  #content2 .read {
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 90px;
    font-size: 34px;
    color: #ed7049;
    font-weight: bold;
    line-height: 1.1; }
    #content2 .read li {
      margin-top: 0.3em; }
      #content2 .read li:first-child {
        margin-top: 0 !important; }
  #content2 .graph {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    #content2 .graphItem {
      width: 50%; }
    #content2 .graph .heading {
      font-size: 34px;
      font-weight: bold;
      text-align: center;
      position: relative;
      margin-bottom: 40px;
      padding-left: 1em;
      padding-right: 1em;
      line-height: 1.2; }
      #content2 .graph .heading strong {
        display: inline-block;
        padding-bottom: 0.8em; }
      #content2 .graph .heading:after {
        content: '';
        display: block;
        width: 212px;
        height: 10px;
        background-color: #ed7049;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -106px; }
    #content2 .graph .img img {
      width: 100%; }

.max1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

#content3 {
  padding-top: 50px; }
  #content3 .commonTitle {
    margin-bottom: 60px; }
  #content3 .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    #content3 .content li {
      width: 50%;
      background-color: #ed7049;
      color: #fff; }
      #content3 .content li:nth-child(2) {
        background-color: #eb6345; }
      #content3 .content li img {
        width: 100%; }
    #content3 .content .txtBox {
      padding: 50px 20px; }
      #content3 .content .txtBox .txtInner {
        max-width: 500px;
        margin: 0 auto; }
      #content3 .content .txtBox .heading {
        font-size: 38px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.6em; }
      #content3 .content .txtBox .txt {
        font-size: 22px;
        line-height: 1.3; }

#content4 {
  padding-top: 70px; }
  #content4 .commonTitle {
    margin-bottom: 40px; }
  #content4 .read {
    font-size: 30px;
    font-weight: bold;
    color: #ed7049;
    text-align: center;
    line-height: 1.4; }
  #content4 .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 30px; }
    #content4 .content li {
      width: 50%; }
      #content4 .content li img {
        width: 100%; }
    #content4 .content .txtBox {
      padding: 40px; }
      #content4 .content .txtBox .heading {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.1;
        color: #fff;
        background-color: #ed7049;
        text-align: center;
        padding: 0.4em; }

#content5 {
  padding-top: 30px;
  padding-bottom: 10px; }
  #content5 .commonTitle {
    margin-bottom: 50px; }
  #content5 .read {
    font-size: 30px;
    font-weight: bold;
    color: #ed7049;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px; }
  #content5 .img {
    max-width: 601px;
    margin: 0 auto; }
    #content5 .img a {
      display: block;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      #content5 .img a:hover {
        text-decoration: none; }
      #content5 .img a:hover {
        opacity: .7;
        text-decoration: none; }

#mainFooter {
  margin-top: 70px;
  background-color: #221815;
  color: #fff;
  padding: 13px 20px; }
  #mainFooter small {
    display: block;
    max-width: 1160px;
    font-size: 16px; }

#page-top {
    font-size: 77%;
    text-align: right;
    display: block;
    float: right;
    margin: 0 20px 0;}

#page-top a {
    background: #ed7049;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 7px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 2em;}

#page-top a:hover {
    text-decoration: none;
    background: #eb6345;}


@media only screen and (max-width: 800px) {
  .o_pc {
    display: none !important; }

  .o_sp {
    display: block !important; }

  #mainHeader {
    height: 72px; }
    #mainHeader .inner {
      padding-left: 10px;
      padding-right: 10px; }
    #mainHeader .logo {
      width: 70px; }
    #mainHeader .digi_logo {
      width: 80px;
      margin-top: 6px; }

  #visual1 {
    padding: 1px 0 1px; }
    #visual1 .read {
      margin-bottom: 20px;
      margin-top: 130px;}
    #visual1 .icon {
      max-width: 70%; }

  #visual2 {
    font-size: 18px;
    text-align: left; }

  .commonTitle {
    font-size: 36px;}
    .commonTitle .arrow {
      width: 30px;
      height: 30px; }
      .commonTitle .arrow:after {
        top: -7px;
        left: -7px;
        width: 30px;
        height: 30px; }

  #content1 {
    padding-top: 0; }
    #content1 .featuresList li {
      padding: 40px 30px !important; }
      #content1 .featuresList li .inner {
        display: block;
        text-align: left; }
      #content1 .featuresList li .heading {
        font-size: 36px;
        margin-bottom: 20px; }
      #content1 .featuresList li .txt {
        font-size: 18px; }
      #content1 .featuresList li .imgBox, #content1 .featuresList li .txtBox {
        width: 100% !important; }
      #content1 .featuresList li .imgBox {
        max-width: 70%;
        margin: 30px auto 0; }
    #content1 .featuresList .feature1 .imgBox {
      position: static; }

  #content2 {
    padding-top: 40px;
    padding-bottom: 50px; }
    #content2 .commonTitle {
      margin-bottom: 40px; }
    #content2 .read {
      font-size: 24px;
      margin-bottom: 40px; }
      #content2 .read li {
        margin-top: 0.5em; }
    #content2 .graph {
      display: block; }
      #content2 .graphItem {
        width: 100%;
        margin-bottom: 40px; }
        #content2 .graphItem:last-child {
          margin-bottom: 0; }
      #content2 .graph .heading {
        font-size: 24px;
        margin-bottom: 30px;
        padding: 0; }
        #content2 .graph .heading:after {
          width: 150px;
          height: 5px;
          margin-left: -75px; }
      #content2 .graph .img {
        max-width: 400px;
        margin: 0 auto; }

  #content3 {
    padding-top: 30px; }
    #content3 .commonTitle {
      margin-bottom: 40px; }
    #content3 .content {
      display: block; }
      #content3 .content li {
        width: 100%; }
        #content3 .content li img {
          width: 100%; }
      #content3 .content .txtBox {
        padding: 30px 20px; }
        #content3 .content .txtBox .heading {
          font-size: 26px; }
        #content3 .content .txtBox .txt {
          font-size: 18px; }

  #content4 {
    padding-top: 30px; }
    #content4 .commonTitle {
      margin-bottom: 40px; }
    #content4 .read {
      font-size: 18px;
      text-align: left; }
    #content4 .content {
      display: block; }
      #content4 .content li {
        width: 100%; }
        #content4 .content li img {
          width: 100%; }
      #content4 .content .txtBox {
        padding: 20px; }
        #content4 .content .txtBox .heading {
          font-size: 22px; }
  #content4 .image iframe {
    width: 100%;
	margin-bottom: 10px;
  }

  #content5 {
    padding-top: 30px; }
    #content5 .commonTitle {
      margin-bottom: 30px; }
    #content5 .read {
      font-size: 18px;
      text-align: left; }

  #mainFooter small {
    font-size: 12px; } }

@media only screen and (max-width: 500px) {
  #content4 .image iframe {
    height: 200px;
  }
}