.loading {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loading_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  -webkit-animation: loading 1.2s linear infinite;
          animation: loading 1.2s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  pointer-events: none;
  z-index: 99999;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal.is-show {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.modal_container {
  width: 1000px;
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

.modal_content {
  width: 100%;
  height: 500px;
  max-height: 100%;
  position: relative;
}

.modal iframe {
  width: 100%;
  height: 100%;
}

.modal .close_modal {
  position: absolute;
  top: -20px;
  right: 0;
  width: 20px;
  height: 20px;
}

.modal .close_modal:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.modal .close_modal:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .modal_content {
    height: 300px;
  }
}

.txt_normal {
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}

.titH2 {
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 900;
  margin-bottom: 42px;
  padding-top: 140px;
}

.titH2 span {
  position: relative;
  padding-bottom: 54px;
  display: inline-block;
}

.titH2 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 4px;
  background: #01916d;
}

.tit_comment {
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  position: relative;
  font-family: "Fjalla One", sans-serif;
  padding-bottom: 32px;
  margin-bottom: 15px;
}

.tit_comment:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -92px;
  width: 185px;
  height: 2px;
  background: #000;
}

.tit_comment span {
  color: #01916d;
}

.titH2_01 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #fff;
  position: relative;
  padding-top: 145px;
  padding-bottom: 68px;
  margin-bottom: 70px;
  text-align: center;
}

.titH2_01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 50px;
  width: 1px;
  background: #fff;
}

.titH3 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  position: relative;
  font-weight: 500;
  padding-left: 36px;
  margin-bottom: 25px;
}

.titH3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 5px;
  margin-top: -2px;
  background: #01916d;
}

.link_folder {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  color: #333;
  padding-bottom: 3px;
  padding-right: 42px;
}

.link_folder:before {
  content: "";
  position: absolute;
  left: 0;
  right: 42px;
  bottom: 0;
  height: 1px;
  background: #333;
}

.link_folder:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 26px;
  height: 26px;
  background: url("../images/icon_folder.png") no-repeat;
  background-size: cover;
}

.link_pdf {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  color: #333;
  padding-bottom: 3px;
  padding-right: 42px;
}

.link_pdf:before {
  content: "";
  position: absolute;
  left: 0;
  right: 42px;
  bottom: 0;
  height: 1px;
  background: #333;
}

.link_pdf:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 26px;
  height: 26px;
  background: url("../images/icon_pdf.png") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .txt_normal {
    font-size: 14px;
    line-height: 23px;
  }
  .titH2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 70px;
    margin-bottom: 20px;
  }
  .titH2 span {
    padding-bottom: 22px;
  }
  .titH2 span:after {
    width: 25px;
    height: 2px;
    margin-left: -12px;
  }
  .titH2_01 {
    font-size: 25px;
    line-height: 30px;
    padding-top: 62px;
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
  .titH2_01:after {
    height: 25px;
  }
  .titH3 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    margin-left: -20px;
    margin-bottom: 10px;
  }
  .titH3:before {
    width: 10px;
    height: 3px;
  }
  .tit_comment {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 18px;
    margin-bottom: 4px;
  }
  .tit_comment:before {
    width: 93px;
    height: 1px;
    margin-left: -46px;
  }
  .link_folder {
    font-size: 14px;
    line-height: 23px;
    padding-right: 23px;
  }
  .link_folder:before {
    right: 23px;
  }
  .link_folder:after {
    margin-top: -6px;
    width: 16px;
    height: 16px;
  }
  .link_pdf {
    font-size: 14px;
    line-height: 23px;
    padding-right: 23px;
  }
  .link_pdf:before {
    right: 23px;
  }
  .link_pdf:after {
    margin-top: -6px;
    width: 16px;
    height: 16px;
  }
}

.visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.visual_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 25px;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.visual_txt figure {
  margin-top: 40px;
}

.visual_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 25px;
  margin-top: 8px;
}

.visual .video_lm {
  width: 561px;
}

.visual .video_lm video {
  width: 100%;
  height: 505px;
}

.visual .video_ois {
  width: 580px;
}

.visual .video_ois video {
  width: 100%;
  height: 508px;
}

.visualA {
  margin: 0 -19px;
}

.visualA .visual_img {
  padding: 0 19px;
}

.visualA .visual_txt {
  padding: 0 19px;
}

@media only screen and (max-width: 767px) {
  .visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
  .visual_txt {
    padding: 0 20px;
    width: 100%;
  }
  .visual_txt figure {
    margin-top: 27px;
    margin-bottom: 25px;
    padding: 0 25px;
  }
  .visual_img {
    width: auto;
    padding: 0;
    max-width: none;
    margin-top: 0;
  }
  .visual .visual_img_13 {
    padding: 0 45px;
  }
  .visual .video_lm {
    width: 375px;
    max-width: 100%;
    margin: 0 auto !important;
    height: 381px;
    background: #000;
  }
  .visual .video_lm video {
    width: 100%;
    height: 381px;
  }
  .visual .video_ois {
    width: 375px;
    max-width: 100%;
    margin: 0 auto !important;
    height: 385px;
  }
  .visual .video_ois video {
    width: 100%;
    height: 385px;
  }
  .visualA {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .visualA .visual_img {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .visualA .visual_txt {
    padding: 0 20px;
  }
}

.wrapper {
  background: #000;
}

.wrapper .box_post-list {
  padding-top: 46px;
}

.t-center {
  text-align: center;
}

.f-bold {
  font-weight: bold;
}

.is-hide {
  opacity: 0;
}

sup {
  vertical-align: baseline;
  font-size: 50%;
}

.content {
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.content_medium {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.content_small {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.is-effect {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.is-effect.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .pcBr:before {
    content: "\a";
    white-space: pre;
  }
  .onlySP {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .spBr:before {
    content: "\a";
    white-space: pre;
  }
  .onlyPC {
    display: none !important;
  }
}

.wrapper {
  position: relative;
}

.wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/banner_top.png") no-repeat top center;
  background-size: cover;
  min-height: 1455px;
}

.wrapper_content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1000px, black 1170px, black 100%);
  position: relative;
}

.banner_top {
  position: relative;
  overflow: hidden;
}

.banner_top_head {
  text-align: center;
  padding-top: 180px;
}

.banner_top .content {
  position: relative;
  z-index: 1;
}

.banner_top_name {
  font-family: "Fjalla One", sans-serif;
  font-size: 30px;
  line-height: 50px;
  color: #14a58f;
  display: block;
}

.banner_top_tit {
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  font-weight: 900;
  display: block;
}

.banner_top_txt {
  width: 670px;
  max-width: 100%;
  overflow: hidden;
  margin: 430px auto 0;
}

.banner_top_txt.is-show {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.scrollbar {
  position: absolute;
  top: 650px;
  left: 0;
  width: 1040px;
  max-width: 100%;
  left: 50%;
  margin-left: -500px;
  padding: 0 20px;
  text-align: right;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.2em;
  font-family: "Fjalla One", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scrollbar_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scrollbar_line {
  width: 1px;
  background: #dfe0e0;
  height: 100px;
  margin: 16px auto 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.scrollbar_line:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 1px;
  height: 40px;
  background: #01916d;
  -webkit-animation: scroll 3s infinite linear;
          animation: scroll 3s infinite linear;
}

.more {
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  margin-top: 20px;
  position: relative;
}

.more.is-show:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.more.is-show span {
  display: none;
}

.more.is-show span:last-child {
  display: inline;
}

.more span {
  position: relative;
  padding-left: 25px;
}

.more span:last-child {
  display: none;
}

.more:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #fff;
  top: 7px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.section01 {
  text-align: center;
  padding-top: 120px;
}

.img_01 {
  position: relative;
  width: 809px;
  margin: 0 auto;
  max-width: 100%;
  z-index: 1;
  display: block;
}

.iframe {
  height: 100%;
}

.iframe iframe {
  width: 100%;
  height: 100%;
}

.img_02 {
  margin-top: -114px;
  margin-bottom: -124px;
  position: relative;
  overflow: hidden;
}

.img_02 .img_child {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.img_02 .img_child img {
  width: 750px;
  display: none;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-property: width, opacity, -webkit-transform;
  transition-property: width, opacity, -webkit-transform;
  transition-property: width, opacity, transform;
  transition-property: width, opacity, transform, -webkit-transform;
}

.img_02 .img_child img.is-show {
  display: block;
}

.img_02_type1 {
  margin-top: -114px;
  margin-bottom: -124px;
  position: relative;
}

.img_02_type1 .img_child {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.img_02_type1 .img_child img {
  width: 750px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.section03 {
  text-align: center;
  overflow: hidden;
  margin-bottom: -56px;
}

.section03 .img_06 {
  margin-bottom: 56px;
}

.section03 .img_04 {
  margin-bottom: 56px;
}

.img_03_1 {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.img_03 {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  height: 100vh;
}

.img_03 img {
  height: 100%;
  width: auto;
  position: relative;
  max-width: none;
}

.img_03_bg {
  background: url("../images/img_03.jpg") no-repeat top left;
  background-size: 100%;
  height: 100%;
  width: 664px;
  margin: 0 auto;
}

.img_04 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.img_05 {
  width: 664px;
  max-width: 100%;
  margin: 0 auto;
}

.img_06 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.img_07 {
  margin-top: 57px;
  padding-bottom: 49px;
}

.img_full img {
  width: 100%;
}

.img_11 {
  text-align: center;
  margin-top: 30px;
}

.img_13 {
  text-align: center;
  margin-top: 30px;
}

.txt_img {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  text-align: right;
  margin-top: 16px;
}

.txt_img.txt_img_05 {
  width: 664px;
  max-width: 100%;
  margin: 16px auto 56px;
}

.txt_img.img_03_txt {
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  right: 20px;
  left: 0;
  top: -86px;
  color: #000;
}

.section05 {
  position: relative;
  overflow: hidden;
}

.section05_content {
  position: relative;
  z-index: 10;
  padding-top: 100vh;
  padding-bottom: 140px;
}

.section05_content_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
}

.section05_content_video video {
  width: 100%;
}

.section07 .img_full {
  margin-top: 54px;
}

.section08 {
  overflow: hidden;
}

.section08 .img_full {
  margin-top: 44px;
}

.section04 {
  position: relative;
  overflow: hidden;
  padding: 1126px 0 0 0;
  margin-top: 56px;
  margin-bottom: 50px;
}

.section04_content {
  position: relative;
  z-index: 10;
  background: #000;
}

.section09 {
  padding-top: 150px;
}

.section10 {
  padding-bottom: 45px;
}

.bl_comment {
  background: #Fff;
  position: relative;
  padding: 90px 100px 70px;
}

.bl_comment:nth-child(n + 2) {
  margin-top: 150px;
}

.bl_comment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #01916d;
}

.list_comment li {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.list_comment li:last-child {
  border-bottom: 0;
}

.list_comment_tit {
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
}

.list_comment_txt {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
}

.list_comment_name {
  text-align: right;
  margin-top: 20px;
}

.list_comment_name_tit {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  color: #000;
  margin-bottom: 10px;
}

.list_comment_name_tit-en {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}

.list_comment_name_txt {
  font-size: 14px;
  font-weight: bold;
  color: #01916d;
}

.bl_features_txt {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}

.list_features {
  margin-top: 29px;
  margin-bottom: 60px;
}

.list_features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 35px 0;
}

.list_features li:first-child {
  border-top: 1px solid #ccc;
}

.list_features .tit {
  font-size: 18px;
  line-height: 28px;
  width: 370px;
  font-weight: bold;
  color: #818181;
}

.list_features .txt {
  font-size: 18px;
  line-height: 28px;
  width: calc(100% - 370px);
  color: #fff;
}

.list_features.list_features_01 .tit {
  color: #333333;
}

.list_features.list_features_01 .txt {
  color: #333333;
}

.list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_img figure {
  width: 50%;
}

.list_img figure:nth-child(odd) {
  padding-right: 20px;
}

.list_img figure:nth-child(even) {
  padding-left: 20px;
}

.section11 {
  background: #ededed;
  padding-top: 80px;
  padding-bottom: 68px;
  border-bottom: 1px solid #000;
}

.section11 .list_features {
  margin-bottom: 0;
  margin-top: 0;
}

.list_note {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}

.section_note {
  border-top: 1px solid #fff;
  padding: 88px 0;
}

.custom_footer {
  background: #fff;
}

.zoom_lens {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
}

.zoom_lens .img_zoom_lens {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.zoom_lens .img_05 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.bl_lm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(1, 145, 109, 0.2);
  border-radius: 6px;
  background-color: rgba(1, 97, 114, 0.2);
  padding: 32px 0 36px;
  margin-top: 32px;
  max-width: 100%;
}

.bl_lm figure {
  width: 154px;
  text-align: center;
  margin-top: 6px;
}

.bl_lm_info {
  width: calc(100% - 154px);
}

.bl_lm_info .tit {
  font-size: 37px;
  line-height: 48px;
  color: #fff;
  letter-spacing: -0.1em;
  font-weight: bold;
}

.bl_lm_info .tit span {
  font-family: "Fjalla One", sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: normal;
}

.bl_lm_info .tit_01 {
  font-size: 34px;
  line-height: 45px;
}

.bl_lm_info .txt {
  font-size: 20px;
  line-height: 26px;
  color: #999;
  margin-top: 0.6rem;
  font-weight: bold;
}

.bl_lm.bl_ois {
  width: 366px;
}

.bl_lm.bl_ois figure {
  width: 168px;
}

.bl_lm.bl_ois .bl_lm_info {
  width: calc(100% - 168px);
}

.bl_lm.bl_footwork {
  min-width: 344px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 32px auto 0;
  text-align: center;
}

.bl_lm.bl_footwork .bl_lm_info {
  width: 100%;
}

.bl_lm.bl_footwork .bl_lm_info .txt {
  margin-top: 14px;
  font-size: 16px;
  line-height: 22px;
}

.bl_lm.bl_footwork .txt_01 {
  font-size: 37px;
  line-height: 48px;
  font-weight: bold;
  color: #14a58f;
  margin-right: 10px;
}

.bl_lm.bl_footwork .txt_02 {
  font-size: 20px;
  line-height: 48px;
  color: #afafaf;
  font-weight: bold;
}

.bl_lm.bl_footwork .number {
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: normal;
}

.bl_lm.bl_footwork .number span {
  font-size: 64px;
}

.visual_lm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visual_lm_item {
  padding: 0 5px;
  max-width: 50%;
}

.visual_lm .bl_fea {
  min-width: 288px;
  text-align: center;
}

.visual_lm .bl_fea .bl_lm_info {
  width: 100%;
}

.visual_lm .bl_fea_tit {
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visual_lm .bl_fea_tit_text {
  color: #14a58f;
  font-size: 52px;
  font-weight: bold;
}

.visual_lm .bl_fea_tit_text span {
  font-size: 77px;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}

.visual_lm .bl_fea_txt {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

.bl_footwork_container {
  display: inline-block;
}

.img_after {
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}

.img_after img {
  display: block !important;
  max-width: none !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.img_15 {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .wrapper:before {
    background-image: url("../images/banner_top_sp.jpg");
    min-height: 853px;
  }
  .wrapper_content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 500px, black 700px, black 100%);
  }
  .banner_top_head {
    padding-top: 115px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .banner_top_name {
    font-size: 20px;
    line-height: 30px;
  }
  .banner_top_tit {
    font-size: 23px;
    line-height: 30px;
  }
  .banner_top_txt {
    margin-top: 310px;
  }
  .more {
    font-size: 12px;
    margin-top: 8px;
  }
  .more span {
    padding-left: 16px;
  }
  .more:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
    top: 5px;
  }
  .scrollbar {
    display: none;
  }
  .img_02 {
    margin-top: -66px;
    margin-bottom: -64px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .img_02 .img_child {
    padding: 0 7px;
  }
  .img_02_type1 {
    margin-top: -66px;
    margin-bottom: -64px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .img_02_type1 .img_child {
    padding: 0 7px;
  }
  .img_03_bg {
    width: 247px;
  }
  .img_05 {
    width: 247px;
  }
  .img_05 img {
    margin: 0 auto;
  }
  .img_06 {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    max-width: none;
  }
  .img_04 {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    max-width: none;
  }
  .img_07 {
    margin-top: 20px;
    padding-bottom: 25px;
  }
  .img_ois {
    width: 225px;
    margin: 0 auto;
    padding: 0 !important;
  }
  .img_11 {
    width: 215px;
    margin: 25px auto 0;
    padding: 0 !important;
  }
  .img_13 {
    padding: 0 25px;
  }
  .txt_img {
    font-size: 10px;
    line-height: 16px;
    margin-top: 7px;
  }
  .txt_img.txt_img_05 {
    margin-bottom: 25px;
    width: 247px;
  }
  .txt_img.img_03_txt {
    top: -68px;
  }
  .section01 {
    padding-top: 50px;
  }
  .section03 .img_06 {
    margin-bottom: 25px;
  }
  .section03 .img_04 {
    margin-bottom: 25px;
  }
  .section04 {
    padding: 370px 0 0 0;
    margin-top: 51px;
    margin-bottom: 30px;
  }
  .section05_content {
    padding-bottom: 0;
  }
  .section05_content_video video {
    position: relative;
    width: 100%;
  }
  .section07 .img_full {
    margin-top: 34px;
  }
  .section08 .visual_img {
    margin: 23px 0 0;
    width: 100%;
  }
  .section08 .img_full {
    margin-top: 33px;
  }
  .section09 {
    padding-top: 75px;
  }
  .section09 .content {
    padding: 0 10px;
  }
  .section10 {
    padding-bottom: 45px;
  }
  .section11 {
    padding-top: 35px;
    padding-top: 50px;
  }
  .section11 .list_features {
    margin-bottom: 0;
  }
  .bl_comment {
    padding: 42px 20px 30px;
  }
  .bl_comment:nth-child(n + 2) {
    margin-top: 50px;
  }
  .bl_comment:before {
    width: 10px;
    height: 3px;
  }
  .list_comment li {
    padding: 16px 0 20px;
  }
  .list_comment_tit {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .list_comment_txt {
    font-size: 12px;
    line-height: 18px;
  }
  .list_comment_name {
    margin-top: 12px;
  }
  .list_comment_name_tit {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  .list_comment_name_txt {
    font-size: 9px;
    line-height: 9px;
  }
  .bl_features_txt {
    font-size: 14px;
    line-height: 23px;
  }
  .list_features {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .list_features li {
    padding: 19px 0;
  }
  .list_features .tit {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
  }
  .list_features .txt {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
  }
  .list_img {
    margin: 0;
  }
  .list_img figure {
    width: 100%;
  }
  .list_img figure:nth-child(odd) {
    padding-right: 0px;
  }
  .list_img figure:nth-child(even) {
    padding-left: 0px;
  }
  .list_img figure:nth-child(n + 2) {
    margin-top: 10px;
  }
  .list_note {
    font-size: 10px;
    line-height: 16px;
  }
  .section_note {
    padding: 44px 0;
  }
  .bl_lm {
    border-width: 1px;
    border-radius: 3px;
    padding: 23px 0;
    width: 320px;
    margin: 27px auto 25px;
  }
  .bl_lm figure {
    width: 100px;
    margin-top: 4px;
    padding: 0;
  }
  .bl_lm figure img {
    width: 57px;
    margin: 0 auto;
  }
  .bl_lm_info {
    width: calc(100% - 100px);
    padding-right: 10px;
  }
  .bl_lm_info .tit {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .bl_lm_info .tit span {
    font-size: 45px;
    line-height: 45px;
  }
  .bl_lm_info .txt {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0.6rem;
  }
  .bl_lm.bl_ois {
    width: 305px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .bl_lm.bl_ois figure {
    width: 107px;
    margin: 0 0 3px;
  }
  .bl_lm.bl_ois figure img {
    width: 70px;
  }
  .bl_lm.bl_ois .bl_lm_info {
    width: calc(100% - 107px);
  }
  .bl_lm.bl_footwork {
    min-width: 225px;
    width: auto;
    margin: 27px auto 0;
  }
  .bl_lm.bl_footwork .bl_lm_info {
    width: 100%;
    padding: 0;
  }
  .bl_lm.bl_footwork .bl_lm_info .txt {
    margin-top: 7px;
    font-size: 10px;
    line-height: 16px;
  }
  .bl_lm.bl_footwork .txt_01 {
    font-size: 23px;
    line-height: 33px;
    margin-right: 5px;
  }
  .bl_lm.bl_footwork .txt_02 {
    font-size: 12px;
    line-height: 33px;
  }
  .bl_lm.bl_footwork .number {
    font-size: 50px;
    line-height: 50px;
  }
  .bl_lm.bl_footwork .number span {
    font-size: 40px;
  }
  .visual_lm {
    margin-top: 27px;
  }
  .visual_lm_item {
    padding: 0;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .visual_lm_item:nth-child(n + 2) {
    margin-top: 10px;
  }
  .visual_lm_item:nth-child(n + 2) .bl_fea {
    padding: 8px 0;
  }
  .visual_lm .bl_fea {
    min-width: 283px;
    text-align: left;
    margin: 0;
    padding: 20px 0;
  }
  .visual_lm .bl_fea .bl_lm_info {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visual_lm .bl_fea figure {
    margin-top: 0;
  }
  .visual_lm .bl_fea figure img {
    width: 63px;
  }
  .visual_lm .bl_fea_tit {
    height: auto;
    width: 133px;
  }
  .visual_lm .bl_fea_tit_text {
    font-size: 31px;
  }
  .visual_lm .bl_fea_tit_text span {
    font-size: 46px;
  }
  .visual_lm .bl_fea_txt {
    width: calc(100% - 133px);
    font-size: 23px;
    line-height: 33px;
    margin-top: 0px;
  }
}

@keyframes scroll {
  0% {
    top: -40px;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes scroll {
  0% {
    top: -40px;
  }
  100% {
    top: 100%;
  }
}
