@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
}

a {
  color: #222;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*--------------------------------------------
    カラー
---------------------------------------------*/
/*--------------------------------------------
	共通パーツ
---------------------------------------------*/
.pcNon {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcNon {
    display: block !important;
  }
}

.spNon {
  display: block;
}
@media screen and (max-width: 767px) {
  .spNon {
    display: none !important;
  }
}

.flex, .flex_b, .flex_ib, .flex_c {
  display: flex;
}

@media screen and (max-width: 767px) {
  .flex_b {
    display: block !important;
  }
  .flex_ib {
    display: inline-block !important;
  }
  .flex_c {
    flex-direction: column !important;
  }
}

.db {
  display: block;
}
.dib {
  display: inline-block;
}
.di {
  display: inline;
}

ul, ol, dl {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "Roboto", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #222;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  line-height: 1;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

label {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

label:hover {
  cursor: pointer;
}

/*--------------------------------------------
  Common
---------------------------------------------*/
.container {
  position: relative;
  overflow: hidden;
}

.main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 70px;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1162px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 94%;
  }
}

.sec {
  padding-top: 8%;
  padding-bottom: 9%;
}
@media screen and (max-width: 767px) {
  .sec {
    padding-top: 20%;
    padding-bottom: 12%;
  }
}

.contents {
  padding-top: 5%;
}

.cmn_ttl {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 60px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .cmn_ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn_ttl {
    font-size: 3rem;
    padding-bottom: 8px;
    margin-bottom: 40px;
  }
}

.cmn_ttl::after {
  content: "";
  border-bottom: 2px solid #5899c7;
  width: 40px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cmn_ttl::after {
    width: 30px;
  }
}

.cmn_ttl.under {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .cmn_ttl.under {
    margin-top: 8%;
  }
}

.cmn_subttl {
  margin-bottom: 33px;
  padding-bottom: 18px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: solid 1px #222;
}
@media screen and (max-width: 767px) {
  .cmn_subttl {
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 2rem;
    text-align: left;
  }
}

.cmn_caution {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cmn_caution {
    text-align: left;
  }
}

.cmn_txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .cmn_txt {
    line-height: 1.8;
  }
}

.txt_link {
  font-weight: 600;
  text-decoration: underline;
}

/*
   Btn　ボタン 
*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FF7E00;
  border-radius: 28px;
  color: #fff;
  font-weight: 600;
  background-color: #FF7E00;
  line-height: 1;
  height: 52px;
}
.btn:hover {
  opacity: 1;
  color: #FF7E00;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 90%;
    height: 52px;
    font-size: 1.6rem;
  }
}

/*
   Table　テーブル 
*/
.table_scroll_txt {
  font-weight: 600;
  text-align: center;
}

.table_scroll {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .table_scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.spec_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: solid 1px #5899C8;
}
@media screen and (max-width: 767px) {
  .spec_table {
    width: 200%;
  }
}
.spec_table_tr {
  border-bottom: solid 1px #5899C8;
}
.spec_table_tr:first-child {
  background-color: #5899C8;
  color: #fff;
}
.spec_table_tr:first-child th,
.spec_table_tr:first-child td {
  font-size: 1.8rem;
}
.spec_table_th {
  font-size: 1.6rem;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.8;
  padding: 7px 2%;
}
.spec_table_tr:not(:first-child) th {
  text-align: left;
}
.spec_table_tr:first-child th:not(:last-child) {
  border-right: solid 1px #FFFFFF;
}
.spec_table_th:nth-child(1) {
  width: 15%;
}
.spec_table_th:nth-child(2) {
  width: 35%;
}
.spec_table_th:nth-child(3) {
  width: 25%;
}
.spec_table_th:nth-child(4) {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .spec_table_th {
    padding: 6px 1%;
  }
  .spec_table_th:nth-child(1) {
    width: 13%;
  }
  .spec_table_th:nth-child(2) {
    width: 40%;
  }
  .spec_table_th:nth-child(3) {
    width: 22%;
  }
  .spec_table_th:nth-child(4) {
    width: 25%;
  }
}
.spec_table_td {
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 1.6;
  padding: 10px 2%;
  border-left: 1px solid #5899C8;
}
@media screen and (max-width: 767px) {
  .spec_table_td {
    padding: 10px 1%;
  }
}
.spec_table_tr:first-child td {
  text-align: center;
  font-weight: 600;
}
.spec_table.vat .spec_table_td {
  vertical-align: top;
}

/*--------------------------------------------
  Header ヘッダー
---------------------------------------------*/
.header {
  position: relative;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.header_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding-top: 0;
  }
  .header_inner {
    padding: 0;
  }
}

.header_logo {
  z-index: 100;
}

.header_logo img {
  width: 71px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .header_logo img {
    width: 65px;
    margin: 6px 0 0 12px;
    position: absolute;
  }
}

.gnav {
  padding-top: 14px;
  margin-left: auto;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .gnav {
    flex-direction: column;
  }
}
.gnav_list {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gnav_list {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.gnav_list_item {
  font-size: 1.6rem;
  margin-left: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .gnav_list_item {
    font-size: 1.8vw;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gnav_list_item {
    margin-left: 0;
    margin-top: 10%;
    font-size: 5vw;
    width: 100%;
    text-align: center;
  }
}
.gnav_list_link {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.2s;
}
.gnav_list_link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .gnav_list_link {
    display: block;
    margin: 0 0;
    font-weight: 600;
  }
}
.gnav .contact_btn {
  width: 200px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .gnav .contact_btn {
    width: 80%;
    height: 52px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.header.scroll-nav {
  position: fixed;
  background-color: #fff;
}
.nav-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-button {
    display: block;
    cursor: pointer;
    margin-left: auto;
    z-index: 20;
    position: relative;
    right: 0;
    top: 0;
    width: 68px;
    height: 70px;
    background: linear-gradient(#5899c8 0%, #001d63 100%);
  }
  .nav-button::after {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 17px;
    content: "Menu";
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0;
  }
}

.nav-button.active::after {
  left: 18px;
  content: "Close";
}

@media screen and (max-width: 767px) {
  .nav-button,
.nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .nav-button span {
    position: absolute;
    left: 18px;
    width: 32px;
    height: 2px;
    background-color: #fff;
  }
}

.nav-button span:nth-of-type(1) {
  top: 15px;
}

.nav-button span:nth-of-type(2) {
  top: 25px;
}

.nav-button span:nth-of-type(3) {
  top: 35px;
}

.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*--------------------------------------------
  Footer フッター
---------------------------------------------*/
#page_top {
  width: 56px;
  height: 56px;
  position: fixed;
  z-index: 50;
  right: 4%;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  #page_top {
    bottom: 7%;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  background: linear-gradient(#5899c8 0%, #000614 100%);
}
#page_top a:hover {
  opacity: 0.8;
}
#page_top a::before {
  position: absolute;
  top: 23px;
  left: 21px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.footer .correns_logo {
  display: block;
  width: 160px;
  margin: 0 auto;
  padding-top: 4.3%;
}
@media screen and (max-width: 767px) {
  .footer .correns_logo {
    width: 100px;
    padding-top: 15%;
  }
}
.footer .correns_logo_img {
  width: 100%;
}
.footer .correns_logo_txt {
  padding-top: 1.5%;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .correns_logo_txt {
    padding-top: 4%;
  }
}
.footer_btm {
  justify-content: space-between;
  padding: 4% 0 3%;
}
@media screen and (max-width: 767px) {
  .footer_btm {
    padding: 10% 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .footer .sitemap_list_item {
    display: flex;
    justify-content: center;
    width: 50%;
  }
}
.footer .sitemap_list_item:nth-child(1) {
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .footer .sitemap_list_item:nth-child(1) {
    padding-right: 0;
  }
}
.footer .sitemap_list_link {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer .sitemap_list_link {
    font-size: 1.4rem;
  }
}
.footer_copy {
  font-size: 1.2rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .footer_copy {
    padding-top: 12%;
    font-size: 2.7vw;
    text-align: center;
  }
}
.footer.under {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .footer.under {
    margin-top: 8%;
  }
}

/*--------------------------------------------
  Link 共通リンク
---------------------------------------------*/
.cmn_bnr {
  margin-top: 8.5%;
}

.bnr_list_link {
  position: relative;
  display: block;
}
.bnr_list_img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.bnr_list_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  padding-right: 4%;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  background-color: #263D83;
}
.bnr_list_ttl::before {
  transform: skewX(-15deg);
  content: "";
  position: absolute;
  top: 0;
  right: 15%;
  bottom: 0;
  left: -15%;
  z-index: -1;
  background: #263D83;
}
.bnr_list_ttl::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .bnr_list_ttl {
    top: 60%;
    bottom: 0;
    width: 100%;
    height: 40%;
    padding-right: 0;
    font-size: 5vw;
  }
  .bnr_list_ttl::before {
    display: none;
  }
  .bnr_list_ttl::after {
    top: 42%;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}

/*--------------------------------------------
  mv
---------------------------------------------*/
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(/img/mv.jpg) center bottom no-repeat;
  background-size: cover;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(/img/mv_sp.jpg) left top no-repeat;
    background-size: cover;
    padding-top: 70px;
  }
}
.mv_bg_triangle {
  width: 419px;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: linear-gradient(#001d63 0%, #001d63 53.69%, #000614 100%);
}
.mv_bg_triangle.btm {
  width: 263px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mv_bg_triangle {
    width: 218px;
    clip-path: polygon(0 0,100% 0,0 100%);
    position: absolute;
  }
  .mv_bg_triangle.btm {
    width: 150px;
  }
}
.mv_name {
  position: absolute;
  left: 7%;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .mv_name {
    width: 100%;
    left: 4%;
    top: 19%;
  }
}
.mv_name span {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-family: "Roboto";
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .mv_name span {
    font-size: 2.4rem;
  }
}
.mv_name span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5899C8;
  transform: scaleX(0);
  transform-origin: bottom left;
  animation: underlineDelay 0.5s 1 0.5s ease-in-out forwards;
}
@keyframes underlineDelay {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.mv_catch {
  position: absolute;
  left: 7%;
  top: 28%;
}
@media screen and (max-width: 767px) {
  .mv_catch {
    left: 4%;
    top: 26%;
    width: 96%;
    margin: 0 auto;
  }
}
.mv_txt {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv_txt {
    font-size: 5.4rem;
    line-height: 1.4;
    margin-top: 0;
  }
}
.mv_sub_txt {
  display: block;
  font-size: 3.4rem;
  font-weight: 600;
  color: #001D63;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 10px 12px;
}
@media screen and (max-width: 767px) {
  .mv_sub_txt {
    font-size: 1.9rem;
    letter-spacing: -0.01em;
    padding: 5px 10px 8px;
  }
}
.mv_scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 94px;
  color: #fff;
}
.mv_scroll span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  color: #fff;
  font-family: "Roboto";
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv_scroll span {
    font-size: 1.8rem;
  }
}
.mv_scroll::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 94px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0%{
    height: 0;
    top: 20px;
    opacity: 0;
  }
  30%{
    height: 60px;
    opacity: 1;
  }
  100%{
    height: 94px;
    top: 100px;
    opacity: 0;
  }
}

/*--------------------------------------------
  WOWFLEXケーブル
---------------------------------------------*/
.wowflex_cable {
  text-align: center;
  padding-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .wowflex_cable {
    padding-bottom: 10%;
  }
}
.wowflex_cable p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .wowflex_cable p {
    line-height: 1.8;
  }
}
.wowflex_cable img {
  margin: 40px auto 30px;
  max-width: 1006px;
  width: 88%;
}
@media screen and (max-width: 767px) {
  .wowflex_cable img {
    width: 100%;
  }
}
.wowflex_cable .inner:first-of-type .txt {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .wowflex_cable .inner:first-of-type .txt p {
    text-align: left;
  }
}

/*--------------------------------------------
  MOVIE
---------------------------------------------*/
.movie {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .movie {
    padding-bottom: 12%;
  }
}
@media screen and (max-width: 767px) {
  .movie {
    padding-bottom: 20%;
  }
}
.movie .movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 506px;
}


/*--------------------------------------------
  主な導入業界
---------------------------------------------*/
.industry {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .industry {
    padding-bottom: 20%;
  }
}
.industry .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .industry .inner {
    display: block;
  }
}
.industry .cmn_ttl {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .industry .cmn_ttl {
    width: 100%;
  }
}
.industry ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 76%;
}
@media screen and (max-width: 1070px) {
  .industry ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .industry ul {
    width: 100%;
  }
}
.industry li {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .industry li {
    width: 48%;
  }
}
.industry li:nth-child(odd) {
  padding-top: 60px;
  margin-right: 4.5%;
}
@media screen and (max-width: 767px) {
  .industry li:nth-child(odd) {
    padding-top: 30px;
    margin-right: 3%;
  }
}
.industry li .title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .industry li .title {
    font-size: 1.8rem;
    margin-top: 11px;
  }
}

/*--------------------------------------------
  WOWFLEXの特長
---------------------------------------------*/
#features {
  text-align: center;
  color: #fff;
  background: url(/img/point_bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  #features {
    background: url(/img/point_bg_sp.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 20%;
  }
}
#features .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #features .inner {
    display: block;
  }
}
#features .cmn_ttl {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #features .cmn_ttl {
    width: 100%;
  }
}
#features ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  #features ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #features ul {
    width: 100%;
  }
}
#features li {
  width: 42%;
}
@media screen and (max-width: 767px) {
  #features li {
    width: 100%;
    padding-top: 35px;
  }
}
#features li:nth-child(even) {
  padding-top: 60px;
  margin-left: 4.5%;
}
@media screen and (max-width: 767px) {
  #features li:nth-child(even) {
    padding-top: 35px;
    margin-left: 0;
  }
  #features li:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #features li img {
    width: 86%;
  }
}
#features li p {
  font-weight: 600;
  line-height: 1.5;
}
#features li .point {
  font-size: 2rem;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #features li .point {
    font-size: 1.8rem;
    margin-top: 18px;
  }
}
#features li .title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #features li .title {
    font-size: 2rem;
  }
}
#features li .txt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 21px;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #features li .txt {
    margin-top: 14px;
    line-height: 1.8;
  }
}

/*--------------------------------------------
  製品仕様
---------------------------------------------*/
#specification {
  padding-bottom: 0;
}
#specification .content:not(:first-of-type) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  #specification .content:not(:first-of-type) {
    margin-top: 35px;
  }
}
#specification .spe_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #specification .spe_wrap {
    display: block;
  }
}
#specification .spe_top_img {
  max-width: 533px;
  align-self: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  #specification .spe_top_img {
    max-width: 300px;
    margin-left: 3%;
  }
}
#specification .spec_table.short_table {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  #specification .spec_table.short_table {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  #specification .spec_table.short_table {
    width: 100%;
    margin-top: 30px;
  }
}
#specification .spec_table.short_table .spec_table_tr:not(:first-child) th {
  background-color: #EBF4F9;
}
#specification .spec_table.short_table .spec_table_th {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #specification .spec_table.short_table .spec_table_th {
    width: 33%;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 8px 4%;
  }
}
#specification .spec_table.short_table .spec_table_td {
  width: 70%;
  padding: 10px 4%;
}
@media screen and (max-width: 767px) {
  #specification .spec_table.short_table .spec_table_td {
    width: 67%;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  #specification .spec_table.short_table .spec_table_tr:first-child th,
  #specification .spec_table.short_table .spec_table_tr:first-child td {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
#specification .spe_cable01_img {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #specification .spe_cable01_img {
    margin: 0 auto 15px;
  }
  #specification .spe_cable01_sp_img {
    width: 60%;
    margin: 0 auto;
  }
  #specification .svg {
    display: block;
    background: url(/img/spe_cable01_sp_img_bg.svg) bottom right no-repeat;
    background-size: 35px;
  }
  #specification .spe_cable02_img {
    margin: 31px auto 10px;
  }
}
#specification h4 {
  padding: 0.5em;
  margin: 30px 0 15px;
  background: #F2F2F2;
  border-left: solid 5px #FF7E00;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #specification h4 {
    padding: 0.6em;
    font-size: 1.8rem;
  }
  #specification h4:first-of-type {
    margin: 15px 0;
  }
}

/*--------------------------------------------
  WOWFLEXクランプ
---------------------------------------------*/
.clamp {
}
.clamp .content:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .clamp .content {
    text-align: center;
  }
  .clamp .cmn_subttl.sml {
    font-size: 1.9rem;
    letter-spacing: -0.01em;
  }
  .clamp img {
    margin: 0 auto 10px;
  }
  .clamp .clamp02_img {
    text-align: left;
    margin: 0 auto 10px 0;
    width: 68%;
  }
  .clamp .clamp03_img {
    width: 80%;
  }
}

/*--------------------------------------------
  Thomas Cable（トーマスケーブル）とは
---------------------------------------------*/
#about {
  background: linear-gradient(#001d63 0%, #5a9ac8 30%, #fff 85%);
  padding-bottom: 15%;
}
@media screen and (max-width: 767px) {
  #about {
    padding-bottom: 40%;
  }
}
#about .cmn_ttl {
  color: #FFF;
  margin-bottom: 35px;
}
#about .about_logo {
  width: 26%;
  padding: 5% 4%;
  background-color: #FFF;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #about .about_logo {
    width: 45%;
    padding: 10% 8%;
    z-index: 10;
  }
}
#about .about_logo img {
  max-width: 205px;
}
#about .wrap {
  width: 80%;
  max-width: 920px;
  padding: 60px 8.5% 51px;
  margin: 0 0 0 auto;
  background-color: #F2F2F2;
  position: relative;
  top: 40px;
}
@media screen and (max-width: 767px) {
  #about .wrap {
    width: 93%;
    padding: 133px 5% 42px;
    top: 50px;
    left: 0;
  }
}
#about .wrap .cmn_txt:first-child {
  margin-bottom: 27px;
}

/*--------------------------------------------
  CONTACT
---------------------------------------------*/
.contact {
  background: linear-gradient(rgba(0, 29, 99, 0) 0%, rgba(0, 29, 99, 0) 10.84%, #001d63 79.8%, #001d63 100%), url(/img/mv.jpg);;
  background-size: cover;
  background-position: center top 50%;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 20%;
    padding-bottom: 13%;
    background-position: right 7% top 50%;
  }
  .contact .inner {
    width: 80%;
  }
}
.contact a {
  color: #FFF;
}
.contact .wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact .wrap {
    display: block;
  }
}
.contact .box_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .contact .box_area {
      display: block;
  }
}
.contact .box {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: column;
  border: 1px solid #FFF;
  width: 10vw;
  height: 10vw;
  min-width: 350px;
  min-height: 315px;
  max-width: 500px;
  max-height: 450px;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .contact .box {
    min-width: 230px;
    min-height: 207px;
  }
}
@media screen and (max-width: 767px) {
  .contact .box {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 288px;
    min-height: 288px;
    max-width: 288px;
    max-height: 288px;
  }
}
.contact .box:first-of-type {
    margin-right: 8%;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .contact .box:first-of-type {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .contact .box:first-of-type {
    margin: 0 auto 5%;
  }
}
.contact .box h3 {
  position: relative;
}
.contact .box h3::after {
  content: "";
  border-bottom: 1px solid #FFF;
  width: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.contact .box h3 {
  font-size: 2.4rem;
  font-family: "Roboto";
}
.contact .box .num {
  font-size: 3.4rem;
  line-height: 1.8;
  margin: 0 auto;
  padding-left: 10%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .contact .box .num {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .contact .box .num {
    font-size: 3rem;
  }
}
.contact .box .num::before {
  position: absolute;
  top: 25%;
  margin-left: -40px;
  display: inline-block;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/icon_phone.svg);
  background-size: 34px 34px;
}
@media screen and (max-width: 1070px) {
  .contact .box .num::before {
    content: "";
    width: 27px;
    height: 27px;
    margin-left: -32px;
    background-size: 27px 27px;
  }
}
.contact .box .btn {
  max-width: 270px;
  width: 90%;
  height: 56px;
  margin: 0 auto;
}
@media screen and (max-width: 1070px) {
  .contact .box .btn {
    margin: 0 auto;
  }
}
.contact .box .txt {
  line-height: 1.6;
}
@media screen and (max-width: 1070px) {
  .contact .box .txt {
    font-size: 1.4rem;
  }
}
.contact .box .txt span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1070px) {
  .contact .box .txt span {
    font-size: 1.6rem;
  }
}


/*--------------------------------------------
  Animation
---------------------------------------------*/
.sa {
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 1.5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask_wrap {
  display: inline-block;
}
.mask_wrap.mask_wrap_inline {
  display: inline-block;
}
.mask_wrap .mask_inner {
  position: relative;
  visibility: hidden;
}
.mask_wrap .mask_inner::after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask_wrap .mask_inner.mv_band::after {
  background: rgba(255, 255, 255, 0.9);
}
.mask_wrap .mask_inner.start {
  animation-name: animate-content;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask_wrap .mask_inner.start::after {
  animation-name: animate-panel;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mask_wrap .mask_inner {
    visibility: visible;
  }
}

/*--------------------------------------------
  Company
---------------------------------------------*/
.company .company_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 767px) {
  .company .company_list {
    flex-direction: column;
    margin: 8% 0 0;
  }
}
.company .company_list_ttl {
  width: 25%;
  padding: 2.5% 3%;
  border-top: 1px solid #222;
  background-color: #EBF4F9;
}
@media screen and (max-width: 767px) {
  .company .company_list_ttl {
    width: 100%;
    padding: 4% 6%;
  }
}
.company .company_list_detail {
  width: 75%;
  padding: 2% 3%;
  border-top: 1px solid #222;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company .company_list_detail {
    width: 100%;
    padding: 4% 6%;
  }
}

/*--------------------------------------------
  Privacy
---------------------------------------------*/
.privacy .privacy_top_txt {
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .privacy .privacy_top_txt {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

.privacy .privacy_btm_txt {
  margin-top: 5%;
  margin-bottom: 0.5%;
  font-size: 2rem;
  color: #263d83;
  font-weight: 500;
  text-align: center;
}

.privacy .tac {
  text-align: center;
}

.privacy .privacy_list_item {
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .privacy .privacy_list_item {
    margin-bottom: 8%;
  }
}
.privacy .privacy_list_ttl {
  font-weight: 500;
  font-size: 1.8rem;
}
.privacy .privacy_list_detail {
  margin-top: 1.6%;
}
@media screen and (max-width: 767px) {
  .privacy .privacy_list_detail {
    margin-top: 5%;
  }
}

.privacy .num_list {
  margin-top: 2%;
  padding: 2% 3% 2.3%;
  counter-reset: item;
  counter-reset: item 0;
  background-color: #EBF4F9;
}
@media screen and (max-width: 767px) {
  .privacy .num_list {
    margin-top: 5%;
    padding: 6%;
  }
}
.privacy .num_list_item {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.8;
}
.privacy .num_list_item::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
}

.privacy .num_list.btm {
  padding: 3% 3%;
}
@media screen and (max-width: 767px) {
  .privacy .num_list.btm {
    padding: 6% 6% 8%;
  }
}
.privacy .num_list.btm .num_list_item {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .privacy .num_list.btm .num_list_item {
    margin-top: 5%;
  }
}
.privacy .num_list.btm .num_list_item:first-child {
  margin-top: 0;
}
.privacy .num_list.btm .num_list_item::before {
  font-weight: 500;
}

.privacy .num_list_ttl {
  display: block;
  margin-top: -1.4em;
  padding-bottom: 1%;
  font-weight: 500;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .privacy .num_list_ttl {
    padding-bottom: 3%;
  }
}

.privacy .num_list_txt {
  margin-top: 1%;
  line-height: 1.7;
}

.privacy .contact_box {
  width: 500px;
  padding: 2.8% 0 2.5%;
  margin: 5% auto 0;
  border: 1px solid #bbb;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy .contact_box {
    width: 100%;
    padding: 7.5% 0 6%;
    margin: 10% 0 17%;
  }
}
.privacy .contact_box_ttl {
  font-size: 2rem;
  font-weight: 500;
}
.privacy .contact_box_detail {
  margin-top: 2%;
  font-size: 1.6rem;
  line-height: 1.8;
}
