h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  height: 450px;
  padding: 94px 0 104px;
  background: url("../images/bg_index01.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
    height: 193px;
    padding: 24px 0 34px;
  }
}
h1 .container {
  display: block;
}
h1 span:not(.container):not(.numText01) {
  font-size: 54px;
  background: url("../images/bg_index02.jpg") repeat-x 0 90%;
}
@media all and (-ms-high-contrast: none) {
  h1 span:not(.container):not(.numText01) {
    background-position: 0 70%;
  }
}
@media screen and (max-width: 767px) {
  h1 span:not(.container):not(.numText01) {
    font-size: 28px;
    background-size: auto 5px;
    background-position: 0 100%;
  }
}
h1 .numText01 {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  h1 .numText01 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .localNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .localNav li {
    width: 33.333%;
    border-bottom: 1px solid #ccc;
  }
  .localNav li.active {
    border-bottom: 2px solid #2457b2;
  }
  .localNav a {
    text-align: center;
    color: #2457b2;
    display: block;
    padding: 10px 0;
  }
  .localNav span {
    position: relative;
    display: block;
    padding-right: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  .localNav span:after {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #2457b2;
    border-right: 2px solid #2457b2;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.featuresArea01 {
  padding: 240px 0 50px;
  background: url("../images/bg_index03.jpg");
  position: relative;
}
@media screen and (max-width: 767px) {
  .featuresArea01 {
    padding: 115px 0 20px;
  }
}
.featuresArea01:before, .featuresArea01:after {
  content: "";
  width: 1px;
  height: 40px;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .featuresArea01:before, .featuresArea01:after {
    height: 20px;
  }
}
.featuresArea01:before {
  background: #fff;
  bottom: 0;
}
.featuresArea01:after {
  background: #0569b6;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .featuresArea01:after {
    bottom: -20px;
  }
}
.featuresArea01 h2 {
  margin: 0 auto;
  padding: 63px 20px 18px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .featuresArea01 h2 {
    padding: 25px 15px 15px;
  }
}
.featuresArea01 h2:after {
  content: "";
  width: 100%;
  height: 103px;
  background: url("../images/bg_index04.png") no-repeat 50% 100%;
  z-index: 1;
  display: block;
  position: absolute;
  bottom: -66px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .featuresArea01 h2:after {
    height: 35px;
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .featuresArea01 h2 img {
    max-width: 328px;
    width: 100%;
  }
}
.featuresArea01 .pointArea01 {
  padding: 60px 0 40px;
  background: url("../images/bg_index05.png") no-repeat 0 0, url("../images/bg_index06.png") no-repeat 100% 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featuresArea01 .pointArea01 {
    padding: 75px 0 30px;
    background-position: 0 5px, 100% 100%;
    background-size: 145px, 120px;
  }
}
.featuresArea01 h3 {
  width: 580px;
  margin: 0 auto;
  padding: 12px 0 4px;
  background: #000;
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .featuresArea01 h3 {
    width: 220px;
    padding: 12px 15px 5px;
    top: 45px;
  }
}
.featuresArea01 .pointContent01 {
  border: 1px solid #fff;
}
.featuresArea01 ul {
  padding: 40px 46px 58px 36px;
}
@media print, screen and (min-width: 768px) {
  .featuresArea01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .featuresArea01 ul {
    padding: 40px 20px 58px 10px;
  }
}
@media screen and (max-width: 767px) {
  .featuresArea01 ul {
    padding: 20px 30px 35px 20px;
  }
}
.featuresArea01 li {
  width: 300px;
  margin: 40px 19px 0;
  padding: 20px 20px 22px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .featuresArea01 li {
    width: 29%;
    margin: 40px 2% 0;
    padding: 14px 12px 16px;
  }
}
@media screen and (max-width: 767px) {
  .featuresArea01 li {
    width: 100%;
    margin: 30px 0 0;
    padding: 15px 18px 18px;
  }
}
.featuresArea01 li:after {
  content: "";
  width: 300px;
  height: 268px;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 10px;
  right: -10px;
}
@media screen and (max-width: 1200px) {
  .featuresArea01 li:after {
    width: 100%;
    height: 99%;
  }
}
.featuresArea01 h4 {
  font-size: 28px;
}
@media screen and (max-width: 1050px) {
  .featuresArea01 h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .featuresArea01 h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .featuresArea01 h4 {
    font-size: 18px;
    position: relative;
  }
}
.featuresArea01 h4 span {
  display: block;
}
.featuresArea01 h4 span:not(.point01) {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .featuresArea01 h4 span:last-child {
    position: absolute;
    top: 8px;
    left: 45px;
  }
}
.featuresArea01 h4 .point01 {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1050px) {
  .featuresArea01 h4 .point01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .featuresArea01 h4 .point01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .featuresArea01 h4 .point01 {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 0.5;
    letter-spacing: 0.5px;
  }
}
.featuresArea01 h4 .num01 {
  font-family: "Crimson Text", serif;
  font-size: 45px;
  width: 38px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
  line-height: 0.8;
}
@media screen and (max-width: 1050px) {
  .featuresArea01 h4 .num01 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .featuresArea01 h4 .num01 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .featuresArea01 h4 .num01 {
    font-size: 32px;
    width: 28px;
    line-height: 1;
  }
}
.featuresArea01 .pointText01 {
  font-size: 18px;
  margin-top: 8px;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1150px) {
  .featuresArea01 .pointText01 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1100px) {
  .featuresArea01 .pointText01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .featuresArea01 .pointText01 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .featuresArea01 .pointText01 {
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
  }
}

.movieArea01 {
  padding: 55px 0 44px;
  background: url("../images/bg_index07.jpg");
}
@media screen and (max-width: 767px) {
  .movieArea01 {
    padding: 30px 0 20px;
  }
}
.movieArea01 .rightContent01 {
  width: 480px;
}
@media screen and (max-width: 1200px) {
  .movieArea01 .rightContent01 {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .movieArea01 .rightContent01 {
    width: 100%;
    float: none;
  }
}
.movieArea01 .video01 {
  height: 270px;
}
@media screen and (max-width: 1200px) {
  .movieArea01 .video01 {
    width: 100%;
    height: 265px;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .movieArea01 .video01 {
    height: 172px;
  }
}
@media screen and (max-width: 767px) {
  .movieArea01 .video01 {
    height: 395px;
  }
}
@media screen and (max-width: 500px) {
  .movieArea01 .video01 {
    height: 255px;
  }
}
@media screen and (max-width: 400px) {
  .movieArea01 .video01 {
    height: 200px;
  }
}
@media screen and (max-width: 360px) {
  .movieArea01 .video01 {
    height: 168px;
  }
}
.movieArea01 .video01 iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.movieArea01 video {
  width: 100%;
  height: 270px;
}
@media screen and (max-width: 1200px) {
  .movieArea01 video {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.movieArea01 .leftContent01 {
  font-size: 16px;
  width: 580px;
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .movieArea01 .leftContent01 {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .movieArea01 .leftContent01 {
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    float: none;
  }
}
.movieArea01 h2 {
  font-size: 22px;
  font-weight: bold;
  color: #0569b6;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .movieArea01 h2 {
    font-size: 18px;
  }
}
.movieArea01 h2:after {
  content: "";
  width: 40px;
  height: 1px;
  margin: 8px 0 16px;
  background: #0569b6;
  display: block;
}

.contactArea01 {
  padding: 60px 0 48px;
}
@media screen and (max-width: 767px) {
  .contactArea01 {
    padding: 35px 0 32px;
  }
}
.contactArea01 h2 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contactArea01 h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.contactArea01 h2 span {
  font-family: "Vollkorn", serif;
  font-size: 36px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contactArea01 h2 span {
    font-size: 24px;
  }
}
.contactArea01 h2 span:after {
  content: "";
  width: 40px;
  height: 1px;
  margin: 10px auto 8px;
  background-color: #333;
  display: block;
}
@media screen and (max-width: 767px) {
  .contactArea01 h2 span:after {
    width: 25px;
    margin: 5px auto 6px;
  }
}
.contactArea01 .inquiryContent {
  background: none;
}
.contactArea01 .inquiryContent .checkbox input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.contactArea01 .contactTable01 {
  margin-bottom: 0;
}
.contactArea01 ul {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .contactArea01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contactArea01 li {
    margin: 0 auto;
  }
}
.contactArea01 .telArea01 {
  width: 310px;
}
@media print, screen and (min-width: 768px) {
  .contactArea01 .telArea01 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contactArea01 .telArea01 {
    width: 268px;
  }
}
.contactArea01 .telText01 {
  font-family: "Vidaloka", serif;
  font-size: 45px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contactArea01 .telText01 {
    font-size: 38px;
  }
}
.contactArea01 .telText01 a {
  padding-left: 26px;
  background: url("../images/ico_index01.png") no-repeat 0 50%;
}
.contactArea01 .telCaption01 {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0.046em;
}
@media screen and (max-width: 767px) {
  .contactArea01 .telCaption01 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
    letter-spacing: -0.02em;
  }
}
.contactArea01 .contactBtn01 {
  font-size: 16px;
  font-weight: bold;
  width: 310px;
  margin-top: 8px;
  background: url("../images/bg_index09.png") no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  .contactArea01 .contactBtn01 {
    font-size: 14px;
    width: 280px;
    margin: 0 auto;
    margin-top: 20px;
    background-size: 100%;
  }
}
.contactArea01 .contactBtn01 a {
  padding: 15px 0 11px 10px;
  background: url("../images/ico_index02.png") no-repeat 30% 54%;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .contactArea01 .contactBtn01 a {
    padding: 16px 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .contactArea01 .contactBtn01 a {
    padding: 13px 0 11px 10px;
    background: url("../images/ico_index02_sp.png") no-repeat 30% 54%;
    background-size: 18px;
  }
}
.contactArea01 a {
  color: #fff;
}
.contactArea01 .code01 {
  color: #fff;
  font-size: 12px;
  width: 160px;
  margin: 30px auto 0;
  padding: 8px 10px 7px;
  border: 1px solid #fff;
}
@media all and (-ms-high-contrast: none) {
  .contactArea01 .code01 {
    padding: 10px 10px 5px;
  }
}
.contactArea01:not(.contactArea02) {
  background: url("../../../sc/large/common/images/pic_footer01.jpg") no-repeat center center;
  background-size: cover;
}
.contactArea01:not(.contactArea02) h2 {
  color: #fff;
}
.contactArea01:not(.contactArea02) h2 span:after {
  background-color: #fff;
}

.functionArea01 {
  background: url("../images/bg_index10.jpg");
}
.functionArea01 h2 {
  padding: 40px 15px 26px;
  background: #0569b3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .functionArea01 h2 {
    padding: 20px 15px 12px;
  }
}
.functionArea01 h2:after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 20px solid #0569b3;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .functionArea01 h2:after {
    border-top: 12px solid #0569b3;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: -12px;
  }
}
@media screen and (max-width: 767px) {
  .functionArea01 h2 img {
    max-width: 228px;
  }
}
.functionArea01 .functionContent01 {
  padding: 20px 0 50px;
}
@media print, screen and (min-width: 768px) {
  .functionArea01 .functionContent01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .functionArea01 .functionContent01 {
    padding: 5px 0 30px;
  }
}
.functionArea01 li {
  width: 510px;
  margin-top: 50px;
}
@media screen and (max-width: 1250px) {
  .functionArea01 li {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .functionArea01 li {
    width: 80%;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 li {
    max-width: 295px;
    width: 100%;
  }
}
.functionArea01 li:not(.function01):not(.function03) .num01 {
  margin-left: -35px;
  padding-right: 30px;
}
@media screen and (max-width: 1250px) {
  .functionArea01 li:not(.function01):not(.function03) .num01 {
    margin-left: -15px;
  }
}
@media screen and (max-width: 1100px) {
  .functionArea01 li:not(.function01):not(.function03) .num01 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .functionArea01 li:not(.function01):not(.function03) .num01 {
    padding-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 li:not(.function01):not(.function03) .num01 {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .functionArea01 li:nth-child(2n) {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 768px) {
  .functionArea01 li:nth-child(2n) {
    margin-right: 5%;
  }
}
.functionArea01 h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1250px) {
  .functionArea01 h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .functionArea01 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .functionArea01 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .functionArea01 h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .functionArea01 h3 {
    font-size: 14px;
  }
}
.functionArea01 .num01 {
  font-family: "Crimson Text", serif;
  font-size: 200px;
  font-weight: normal;
  color: rgba(35, 100, 142, 0.3);
  margin-top: -90px;
  vertical-align: middle;
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
  display: inline-block;
}
@media screen and (max-width: 1250px) {
  .functionArea01 .num01 {
    font-size: 170px;
  }
}
@media screen and (max-width: 1100px) {
  .functionArea01 .num01 {
    font-size: 160px;
    margin-top: -75px;
  }
}
@media screen and (max-width: 1000px) {
  .functionArea01 .num01 {
    font-size: 140px;
  }
}
@media screen and (max-width: 900px) {
  .functionArea01 .num01 {
    font-size: 120px;
    margin-top: -55px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 .num01 {
    font-size: 95px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 360px) {
  .functionArea01 .num01 {
    font-size: 76px;
    margin-top: -30px;
  }
}
.functionArea01 .functionTitle01 {
  font-size: 40px;
  color: #005faa;
}
@media screen and (max-width: 1250px) {
  .functionArea01 .functionTitle01 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .functionArea01 .functionTitle01 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1000px) {
  .functionArea01 .functionTitle01 {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .functionArea01 .functionTitle01 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 .functionTitle01 {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .functionArea01 .functionTitle01 {
    font-size: 19px;
  }
}
.functionArea01 .functionTitle02 {
  font-size: 50px;
  color: #005faa;
}
@media screen and (max-width: 1250px) {
  .functionArea01 .functionTitle02 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1100px) {
  .functionArea01 .functionTitle02 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1000px) {
  .functionArea01 .functionTitle02 {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .functionArea01 .functionTitle02 {
    font-size: 35px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 .functionTitle02 {
    font-size: 30px;
  }
}
.functionArea01 .functionTitle03 {
  color: #005faa;
}
.functionArea01 .functionText01 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .functionArea01 .functionText01 {
    font-size: 14px;
  }
}
.functionArea01 .function01 {
  max-width: 1100px;
  width: 100%;
}
.functionArea01 .function01 h3 {
  margin: -130px 0 0 -35px;
}
@media screen and (max-width: 900px) {
  .functionArea01 .function01 h3 {
    margin: -110px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .functionArea01 .function01 h3 {
    margin-top: -95px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 .function01 h3 {
    margin: -70px 0 0 -10px;
  }
}
@media screen and (max-width: 360px) {
  .functionArea01 .function01 h3 {
    margin: -55px 0 0 -10px;
  }
}
.functionArea01 .function01 .num01 {
  font-size: 268px;
  margin-top: -115px;
}
@media screen and (max-width: 1250px) {
  .functionArea01 .function01 .num01 {
    font-size: 238px;
  }
}
@media screen and (max-width: 1100px) {
  .functionArea01 .function01 .num01 {
    font-size: 228px;
  }
}
@media screen and (max-width: 1000px) {
  .functionArea01 .function01 .num01 {
    font-size: 208px;
    margin-top: -95px;
  }
}
@media screen and (max-width: 900px) {
  .functionArea01 .function01 .num01 {
    font-size: 188px;
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .functionArea01 .function01 .num01 {
    font-size: 160px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 .function01 .num01 {
    font-size: 115px;
    margin: -35px -8px 0 0;
  }
}
@media screen and (max-width: 360px) {
  .functionArea01 .function01 .num01 {
    font-size: 100px;
    margin-top: -30px;
  }
}
.functionArea01 .function01 .functionText01 {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .functionArea01 .function01 .functionText01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 .function01 .functionText01 {
    font-size: 15px;
  }
}
.functionArea01 .functionFirst01 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .functionArea01 .functionFirst01 {
    width: 100%;
  }
}
.functionArea01 .function03 .num01 {
  margin-left: -35px;
  padding-right: 8px;
}
@media screen and (max-width: 1250px) {
  .functionArea01 .function03 .num01 {
    margin-left: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .functionArea01 .function03 .num01 {
    padding-right: 5px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 .function03 .num01 {
    font-size: 90px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 500px) {
  .functionArea01 .function03 .functionTitle01 {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
}

.useArea01 {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .useArea01 {
    padding-top: 20px;
  }
}
.useArea01:after {
  content: "";
  width: 100%;
  height: 103px;
  background: url("../images/bg_index04.png") no-repeat 50% 100%;
  background-size: 100% 55px;
  z-index: 1;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .useArea01:after {
    background-size: 100% 40px;
    bottom: -40px;
  }
}
.useArea01 .container {
  max-width: 960px;
}
.useArea01 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 0 2px 5px;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
}
@media screen and (max-width: 640px) {
  .useArea01 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.useArea01 h2:after {
  content: "";
  width: 140px;
  height: 1px;
  background: #005faa;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.useArea01 .useDetail01 {
  padding: 0 8px;
}
@media print, screen and (min-width: 641px) {
  .useArea01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .useArea01 ul {
    width: 395px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .useArea01 ul {
    width: 350px;
  }
}
@media screen and (max-width: 400px) {
  .useArea01 ul {
    max-width: 290px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 641px) {
  .useArea01 _:-ms-lang(x), .useArea01 ul {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.useArea01 li {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .useArea01 li {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 641px) {
  .useArea01 li:first-child {
    margin-right: 200px;
  }
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .useArea01 li:first-child {
    margin-right: 90px;
  }
}
@media screen and (max-width: 767px) and (min-width: 641px) {
  .useArea01 _:-ms-lang(x):first-child, .useArea01 li:first-child {
    margin-right: 10%;
  }
}
.useArea01 h3 {
  margin: 0 auto 15px;
  padding-left: 20px;
  background: url("../images/ico_index03.png") no-repeat 0 6px;
}
@media print, screen and (min-width: 641px) {
  .useArea01 h3 {
    width: 204px;
  }
}
@media screen and (max-width: 640px) {
  .useArea01 h3 {
    width: 240px;
    margin: 45px 0 0;
    padding-left: 14px;
    background: url("../images/ico_index03_sp.png") no-repeat 0 5px;
    background-size: 10px;
    float: left;
  }
}
@media screen and (max-width: 500px) {
  .useArea01 h3 {
    width: 210px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .useArea01 h3 {
    width: 182px;
    margin-top: 15px;
  }
}
.useArea01 h3 span {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .useArea01 h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .useArea01 .image01,
.useArea01 .image02 {
    float: left;
  }
}
@media screen and (max-width: 640px) {
  .useArea01 .image01 {
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .useArea01 .image01 {
    width: 135px;
  }
}
@media screen and (max-width: 400px) {
  .useArea01 .image01 {
    width: 85px;
  }
}
@media screen and (max-width: 640px) {
  .useArea01 .image02 {
    width: 160px;
  }
}
@media screen and (max-width: 500px) {
  .useArea01 .image02 {
    width: 145px;
  }
}
@media screen and (max-width: 400px) {
  .useArea01 .image02 {
    width: 95px;
  }
}
@media screen and (max-width: 640px) {
  .useArea01 .useTitle02 {
    width: 235px;
  }
}
@media screen and (max-width: 500px) {
  .useArea01 .useTitle02 {
    width: 205px;
  }
}
@media screen and (max-width: 400px) {
  .useArea01 .useTitle02 {
    width: 172px;
  }
}

.flowArea01 {
  padding: 105px 0 50px;
  background: url("../images/bg_index11.jpg");
}
@media screen and (max-width: 767px) {
  .flowArea01 {
    padding: 70px 0 30px;
  }
}
.flowArea01 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .flowArea01 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.flowArea01 h2:after {
  content: "";
  width: 30px;
  height: 1px;
  margin: 10px auto 0;
  background: #333;
  display: block;
}
@media screen and (max-width: 767px) {
  .flowArea01 h2:after {
    width: 20px;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .flowArea01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 li {
    margin: 5px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .flowArea01 li:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .flowArea01 li:not(:last-child) {
    margin-right: 0.5%;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.flowArea01 .description01 {
  font-size: 18px;
  width: 355px;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .flowArea01 .description01 {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .description01 {
    font-size: 14px;
    width: 100px;
    height: 480px;
    margin-top: 0;
    float: right;
  }
}
@media screen and (max-width: 700px) {
  .flowArea01 .description01 {
    height: 430px;
  }
}
@media screen and (max-width: 640px) {
  .flowArea01 .description01 {
    height: 405px;
  }
}
@media screen and (max-width: 600px) {
  .flowArea01 .description01 {
    height: 380px;
  }
}
@media screen and (max-width: 550px) {
  .flowArea01 .description01 {
    height: 335px;
  }
}
@media screen and (max-width: 500px) {
  .flowArea01 .description01 {
    height: 290px;
  }
}
@media screen and (max-width: 420px) {
  .flowArea01 .description01 {
    height: 235px;
  }
}
@media screen and (max-width: 400px) {
  .flowArea01 .description01 {
    width: 62px;
    height: 240px;
  }
}
@media screen and (max-width: 360px) {
  .flowArea01 .description01 {
    height: 202px;
  }
}
.flowArea01 .description01:before, .flowArea01 .description01:after {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flowArea01 .description01:before, .flowArea01 .description01:after {
    margin: auto 0;
    top: 0;
    right: auto;
    bottom: 0;
  }
}
.flowArea01 .description01:before {
  width: 100%;
  height: 1px;
  display: block;
}
@media screen and (max-width: 767px) {
  .flowArea01 .description01:before {
    width: 1px;
    height: 100%;
  }
}
.flowArea01 .description01:after {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
@media screen and (max-width: 767px) {
  .flowArea01 .description01:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    left: 1px;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .description01 span {
    height: 18px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .flowArea01 .description01 span {
    left: 20px;
  }
}
@media screen and (max-width: 400px) {
  .flowArea01 .description01 span {
    height: 28px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 401px) {
  .flowArea01 .description01 br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .flowArea01 _:-ms-lang(x), .flowArea01 .flow01 {
    width: 18.7%;
  }
}
@media screen and (max-width: 1000px) {
  .flowArea01 .flow01 {
    width: 19.7%;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flow01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flow01 .image01 {
    width: 82%;
    float: left;
  }
}
@media screen and (max-width: 700px) {
  .flowArea01 .flow01 .image01 {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .flowArea01 .flow01 .image01 {
    width: 78%;
  }
}
@media screen and (max-width: 550px) {
  .flowArea01 .flow01 .image01 {
    width: 76%;
  }
}
@media screen and (max-width: 500px) {
  .flowArea01 .flow01 .image01 {
    width: 72%;
  }
}
@media screen and (max-width: 420px) {
  .flowArea01 .flow01 .image01 {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .flowArea01 .flow01 .image01 {
    width: 78%;
  }
}
@media screen and (max-width: 360px) {
  .flowArea01 .flow01 .image01 {
    width: 75%;
  }
}
.flowArea01 .flow01 .description01 {
  color: #005faa;
}
@media screen and (min-width: 768px) {
  .flowArea01 .flow01 .description01 {
    width: 165px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .flowArea01 .flow01 .description01 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flow01 .description01 {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .flowArea01 .flow01 .description01 {
    height: 175px;
  }
}
@media screen and (max-width: 600px) {
  .flowArea01 .flow01 .description01 {
    height: 155px;
  }
}
@media screen and (max-width: 550px) {
  .flowArea01 .flow01 .description01 {
    height: 145px;
  }
}
@media screen and (max-width: 500px) {
  .flowArea01 .flow01 .description01 {
    height: 115px;
  }
}
@media screen and (max-width: 420px) {
  .flowArea01 .flow01 .description01 {
    height: 95px;
  }
}
@media screen and (max-width: 400px) {
  .flowArea01 .flow01 .description01 {
    height: 100px;
  }
}
@media screen and (max-width: 360px) {
  .flowArea01 .flow01 .description01 {
    height: 82px;
  }
}
.flowArea01 .flow01 .description01:before {
  background: #005faa;
}
@media print, screen and (min-width: 768px) {
  .flowArea01 .flow01 .description01:after {
    border-top: 12px solid #005faa;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flow01 .description01:after {
    border-left: 8px solid #005faa;
  }
}
@media screen and (max-width: 1000px) {
  .flowArea01 .flow02 {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flow02 {
    width: 100%;
  }
}
.flowArea01 .flow02 .description01 {
  color: #dd4b00;
}
.flowArea01 .flow02 .description01:before {
  background: #dd4b00;
}
@media print, screen and (min-width: 768px) {
  .flowArea01 .flow02 .description01:after {
    border-top: 12px solid #dd4b00;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flow02 .description01:after {
    border-left: 8px solid #dd4b00;
  }
}
@media screen and (max-width: 1000px) {
  .flowArea01 .flow03 {
    width: 38.5%;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flow03 {
    width: 100%;
  }
}
.flowArea01 .flow03 .description01 {
  color: #e29c03;
}
@media print, screen and (min-width: 768px) {
  .flowArea01 .flow03 .description01 {
    width: 100%;
  }
}
.flowArea01 .flow03 .description01:before {
  background: #e29c03;
}
@media print, screen and (min-width: 768px) {
  .flowArea01 .flow03 .description01:after {
    border-top: 12px solid #e29c03;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flow03 .description01:after {
    border-left: 8px solid #e29c03;
  }
}
@media print, screen and (min-width: 768px) {
  .flowArea01 .flowContent01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flowContent01 {
    width: 82%;
    float: left;
  }
}
@media screen and (max-width: 700px) {
  .flowArea01 .flowContent01 {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .flowArea01 .flowContent01 {
    width: 78%;
  }
}
@media screen and (max-width: 550px) {
  .flowArea01 .flowContent01 {
    width: 76%;
  }
}
@media screen and (max-width: 500px) {
  .flowArea01 .flowContent01 {
    width: 72%;
  }
}
@media screen and (max-width: 420px) {
  .flowArea01 .flowContent01 {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .flowArea01 .flowContent01 {
    width: 78%;
  }
}
@media screen and (max-width: 360px) {
  .flowArea01 .flowContent01 {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) {
  .flowArea01 .flowContent01 p:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .flowArea01 .flowContent01 p:not(:last-child) {
    margin-right: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .flowContent01 p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.flowArea01 .attention01 {
  font-size: 18px;
  font-weight: bold;
  width: 520px;
  margin: 30px auto 0;
  padding: 10px 0 7px;
  border: 2px solid #333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flowArea01 .attention01 {
    font-size: 16px;
    width: 280px;
    margin-top: 20px;
    padding: 10px 0;
  }
}
.flowArea01 .attention01:after {
  content: "";
  width: 510px;
  height: 50px;
  margin: auto;
  border: 1px solid #333;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flowArea01 .attention01:after {
    width: 270px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 _:-ms-lang(x), .flowArea01 .attention01 {
    padding: 13px 0 6px;
  }
}
.flowArea01 .underline01 {
  background: url("../images/bg_index12.jpg") repeat-x 0 98%;
  background-size: auto 5px;
}
@media all and (-ms-high-contrast: none) {
  .flowArea01 .underline01 {
    background-position: 0 72%;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 .underline01 {
    background-position: 0 100%;
    background-size: auto 4px;
  }
}
@media screen and (max-width: 767px) {
  .flowArea01 _:-ms-lang(x), .flowArea01 .underline01 {
    background-position: 0 72%;
  }
}
.flowArea01 .attentionText01 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .flowArea01 .attentionText01 {
    font-size: 18px;
  }
}
.flowArea01 .attentionText02 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .flowArea01 .attentionText02 {
    font-size: 22px;
  }
}

.specArea01 {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .specArea01 {
    padding: 30px 0;
  }
}
.specArea01 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 0 2px 5px;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .specArea01 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.specArea01 h2:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #005faa;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.specArea01 table {
  width: 100%;
}
.specArea01 th,
.specArea01 td {
  padding: 15px 15px 10px;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width: 767px) {
  .specArea01 th,
.specArea01 td {
    padding: 10px 10px 8px;
  }
}
.specArea01 th:not(.verticalTop),
.specArea01 td:not(.verticalTop) {
  vertical-align: middle;
}
.specArea01 tbody th {
  text-align: left;
}
.specArea01 .spec01 {
  width: 520px;
}
@media screen and (max-width: 1250px) {
  .specArea01 .spec01 {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .specArea01 .spec01 {
    width: 100%;
    float: none;
  }
}
.specArea01 .spec01 h2:after {
  background: #005faa;
}
.specArea01 .spec01 thead th {
  font-size: 16px;
  font-weight: bold;
  background: #d3deef;
}
@media screen and (max-width: 1000px) {
  .specArea01 .spec01 thead th {
    text-align: left;
  }
}
.specArea01 .spec01 th {
  background: #edf3ff;
}
@media screen and (max-width: 767px) {
  .specArea01 .spec01 th {
    width: 75px;
  }
}
@media screen and (max-width: 400px) {
  .specArea01 .spec01 th {
    width: 128px;
  }
}
@media screen and (max-width: 767px) {
  .specArea01 .spec01 img {
    width: 120px;
    margin: 0 auto;
  }
}
.specArea01 .system01 {
  width: 540px;
}
@media screen and (max-width: 1250px) {
  .specArea01 .system01 {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .specArea01 .system01 {
    width: 100%;
    margin-top: 30px;
    float: none;
  }
}
.specArea01 .system01 h2:after {
  background: #dd4b00;
}
.specArea01 .system01 thead th {
  background: #f1e2d1;
}
.specArea01 .system01 thead th:first-child {
  width: 108px;
}
@media screen and (max-width: 767px) {
  .specArea01 .system01 thead th:first-child {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .specArea01 .system01 thead th:first-child {
    width: 98px;
  }
}
.specArea01 .system01 thead th:last-child {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .specArea01 .system01 thead th:last-child {
    width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .specArea01 .system01 thead th:last-child {
    width: 50px;
  }
}
.specArea01 .system01 th {
  background: #fff3eb;
}

.infraArea01 {
  color: #fff;
  padding: 80px 0 50px;
  background: url("../images/bg_index13.jpg") no-repeat center 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .infraArea01 {
    padding: 35px 0 20px;
  }
}
.infraArea01 h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .infraArea01 h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .infraArea01 h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .infraArea01 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .infraArea01 h2 {
    font-size: 16px;
  }
}
.infraArea01 h2 span {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  .infraArea01 h2 span {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .infraArea01 h2 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .infraArea01 h2 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .infraArea01 h2 span {
    font-size: 20px;
  }
}
.infraArea01 h2 .underline01 {
  background: url("../images/bg_index02.jpg") repeat-x 0 90%;
}
@media all and (-ms-high-contrast: none) {
  .infraArea01 h2 .underline01 {
    background-position: 0 70%;
  }
}
@media screen and (max-width: 767px) {
  .infraArea01 h2 .underline01 {
    background-size: auto 6px;
    background-position: 0 100%;
  }
}
.infraArea01 .infraText01 {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  .infraArea01 .infraText01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .infraArea01 .infraText01 {
    text-align: left;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .infraArea01 .infraText01 {
    font-size: 14px;
    text-align: left;
    padding: 0 15px;
  }
}
.infraArea01 .infraText01 p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .infraArea01 .infraText01 p {
    margin-top: 15px;
  }
}
.infraArea01 .infraText01 p:last-child {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .infraArea01 .infraText01 p:last-child {
    width: 80px;
    margin: 25px auto 0;
  }
}

.roadBnr01 {
  max-width: 960px;
  width: 94%;
  margin: 50px auto 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .roadBnr01 {
    margin-top: 30px;
  }
}

#features, #function, #flow, #spec, #contact {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #features, #function, #flow, #spec, #contact {
    margin-top: -55px;
    padding-top: 55px;
  }
}