@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

/* リンク設定
------------------------------------------------------------*/
a {
}

a:hover,
a:active {
  opacity: 0.6;
}

a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* Ie用 */
}

a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/**** Clearfix ****/
.nav .panel:before,
nav .panel:after,
nav#mainNav:before,
nav#mainNav:after,
.newsTitle:before,
.newsTitle:after,
article:before,
article:after {
  content: "";
  display: table;
}
nav .panel:after,
nav#mainNav:after,
.newsTitle:after,
article:after {
  clear: both;
}
nav .panel,
nav#mainNav,
.newsTitle,
article {
  zoom: 1;
}

*:first-child + html input[type="submit"] {
  padding: 3px;
}

.vertical_box {
  float: left;
}
img {
  display: block;
  width: 100%;
}
/* リンク
------------------------------------------------------------*/
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #999;
}
a:active {
  color: #333;
}

/* タイポグラフィ
*****************************************************/

html > body h2.title span {
  padding: 7px 10px;
} /* IE7, IE8 */

/* 共通
*****************************************************/
.w100 {
  width: 100%;
}
.mbL {
  margin-bottom: 50px;
}
.mbM {
  margin-bottom: 30px;
}
.mbS {
  margin-bottom: 20px;
}

/* ボタン
*****************************************************/

/*-- Btn-styleA --*/
.Btn-styleA {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.Btn-styleA a {
  display: block;
  padding: 1em 0;
  margin: 0;
  box-sizing: border-box;
  border: solid 1px #00a2d6;
  background: #fff;
  color: #00a2d6;
  text-align: center;
}
.Btn-styleA a:hover {
  background: #00a2d6;
  color: #fff;
}
.Btn-styleA i {
  padding-left: 10px;
}

/*-- Btn-styleB --*/
.Btn-styleB {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.Btn-styleB a {
  display: block;
  padding: 1em 0;
  margin: 0;
  box-sizing: border-box;
  background: #00a2d6;
  color: #fff;
  text-align: center;
}
.Btn-styleB i {
  padding-left: 10px;
}
/* 台形
*****************************************************/
/*-- trapezoid-styleA --*/
.trapezoid-styleA {
  /*
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
	height: 100vh;
	background: #8B7171;
	clip-path: polygon(17.5% 100%, 0% 0%, 100% 0%, 82.5% 100%);
    */
}

/* SubMv
*****************************************************/
.SubMv {
  width: 100%;
  height: 40vh;
  min-height: 350px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  z-index: -1;
}
.SubMv_TitleBox {
  width: 40%;
  min-width: 350px;
  height: auto;
  padding: 3em;
  box-sizing: border-box;
  background: #003e92;
  position: absolute;
  bottom: -3em;
  left: 0;
  z-index: 0;
}
.SubMv_Title {
  width: 100%;
  height: auto;
  padding: 0;
  position: absolute;
  bottom: -27px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}
.SubMv_Title h2 {
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
}
/* SubMv */
#Home {
  background: url("../img/service/home/Mv.png") no-repeat center;
  background-size: cover;
}
#Gyoumu {
  background: url("../img/service/gyoumu/Mv.png") no-repeat center;
  background-size: cover;
}
#Light {
  background: url("../img/service/light/Mv.png") no-repeat center;
  background-size: cover;
}
#Tv {
  background: url("../img/service/tv/Mv.png") no-repeat center;
  background-size: cover;
}
#Intercom {
  background: url("../img/service/intercom/Mv.png") no-repeat center;
  background-size: cover;
}
#Eco {
  background: url("../img/service/eco/Mv.png") no-repeat center;
  background-size: cover;
}
#Company {
  background: url("../img/company/Mv.png") no-repeat center;
  background-size: cover;
}
#Contact {
  background: url("../img/contact/Mv.png") no-repeat center;
  background-size: cover;
}
#Flow {
  background: url("../img/flow/Mv.png") no-repeat center;
  background-size: cover;
}
/* Area
*****************************************************/
#Area {
  width: 100%;
  height: auto;
  padding: 10em 0;
  margin: 0 auto;
  box-sizing: border-box;
  background: #e8edef;
}
.Area_Title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.Area_TitleBox {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.Area_Cnt {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.Area_Cnt p {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.Area_Map {
  width: 60%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.Area_Contact {
  width: 40%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.Area_ContactBox {
  width: 100%;
  height: auto;
  padding: 3em;
  margin: 0 auto;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
}
.Area_ContactBox h3 {
  font-size: 30px;
  line-height: 1.5;
}
.Area_ContactBox h4 {
  font-size: 24px;
  line-height: 1.5;
}
.Area_Tel {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0;
  box-sizing: border-box;
}
.Area_Tel span {
  width: 100%;
  height: auto;
  padding: 0.2em;
  padding-left: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  color: #00a2d6;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;

  position: relative;
}
.Area_Tel span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("../img/common/phone.svg") no-repeat center;
  background-size: cover;
}
.Area_ContactBox p {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.Area_Btn {
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1024px) {
  /* 共通
*****************************************************/
  .LargeBox {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .SmallBox {
    max-width: 95%;
    width: 95%;
  }
  .w100 {
  }
  .mbL {
  }
  .mbM {
  }
  .mbS {
  }
  /* Area
*****************************************************/
  #Area {
    padding: 3em 0;
  }
  .Area_Title {
    margin-bottom: 10px;
    text-align: center;
  }
  .Area_TitleBox {
    width: auto;
    display: inline-block;
  }
  .Area_Cnt {
  }
  .Area_Cnt p {
    padding: 0;
  }
  .Area_Map {
    width: 100%;
    padding: 1em 0;
  }
  .Area_Contact {
    width: 100%;
    padding: 1em 0;
  }
  .Area_ContactBox {
  }
  .Area_ContactBox h3 {
  }
  .Area_ContactBox h4 {
    margin-bottom: 20px;
  }
  .Area_Tel {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px auto 0;
    box-sizing: border-box;
  }
  .Area_Tel span {
  }
  .Area_ContactBox p {
    margin-bottom: 20px;
  }
  .Area_Btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* SubMv
*****************************************************/
  .SubMv {
  }
  .SubMv_TitleBox {
    min-width: 320px;
  }
  .SubMv_Title {
    bottom: -19.5px;
  }
  .SubMv_Title h2 {
  }
  /* SubMv */
  #Home {
  }
  #Gyoumu {
  }
  #Light {
  }
  #Tv {
  }
  #Intercom {
  }
  #Eco {
  }

  /* 共通
*****************************************************/
  .LargeBox {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .SmallBox {
    max-width: 95%;
  }
  .w100 {
    width: 100%;
  }
  .mbL {
    margin-bottom: 50px;
  }
  .mbM {
    margin-bottom: 30px;
  }
  .mbS {
    margin-bottom: 20px;
  }
  /* ボタン
*****************************************************/

  /*-- Btn-styleA --*/
  .Btn-styleA {
  }
  .Btn-styleA a {
    padding: 0.5em 0;
  }

  /* Area
*****************************************************/
  #Area {
  }
  .Area_Title {
  }
  .Area_TitleBox {
  }
  .Area_Cnt {
  }
  .Area_Cnt p {
  }
  .Area_Map {
  }
  .Area_Contact {
  }
  .Area_ContactBox {
    width: 100%;
    height: auto;
    padding: 3em;
    margin: 0 auto;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
    padding: 2em;
  }
  .Area_ContactBox h3 {
    font-size: 22px;
  }
  .Area_ContactBox h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .Area_Tel {
    margin: 20px auto 0px;
  }
  .Area_Tel span {
    padding: 0;
    padding-left: 30px;
    font-size: 26px;
  }
  .Area_Tel span::after {
    width: 30px;
    height: 30px;
  }
  .Area_ContactBox p {
  }
  .Area_Btn {
  }
}
@media screen and (max-width: 634px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 320px) {
}
