@charset "utf-8";
/*
Theme Name: フロンティアクリエイション
Description: 株式会社フロンティアクリエイションのオリジナルテンプレートです。
Version: 1.0
Author: 株式会社フロンティアクリエイション
Author URI:http://frcomp.frontier-c.com
*/

/*
Reset
*****************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
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,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style-type: none;
}

/*
Base
*****************************************/
body,
textarea,
input,
select {
  font-size: 14px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    sans-serif;
}

html {
  width: 100%;
  height: 100%;
}
/*
body {
  min-height: 100%;
  background: url(img/common/bg.jpg) no-repeat center -1000px;
  background-attachment: fixed;
}
body.page-template-home{
  background: url(img/common/top_bg.jpg) no-repeat center -600px;
	background-image:1500px;
}*/
body {
  background: url(img/common/top_bg.jpg) no-repeat center -600px;
  background-image: 1500px;
}
/*** リンク ***/
a {
  color: #0000ee;
  text-decoration: none;
}
a:visited {
  color: #0000ee;
}
a:hover {
  color: none;
}
.gNavArea_top a {
  color: #fff !important;
  text-decoration: none;
}
.gNavArea_top a:visited {
  color: #fff !important;
  text-decoration: none;
}

.gNavArea_top a:hover {
  color: yellow !important;
  text-decoration: none;
}
small {
  font-size: 10px;
}
strong {
  font-weight: inherit;
}
address {
  font-style: normal;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* float */
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}

/* float */
.cl-b {
  clear: both;
}
.cl-l {
  clear: left;
}
.cl-r {
  clear: right;
}

/* align */
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}

/*　font-color */
.c-red {
  color: #d00;
}
.c-blue {
  color: #006083;
}
.c-white {
  color: #fff;
}
.c-gray {
  color: #999 !important;
}

/* font-size */
.fz8 {
  font-size: 8px;
}
.fz10 {
  font-size: 10px;
}
.fz11 {
  font-size: 11px;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}

/* font-weight */
.fw-n {
  font-weight: normal;
}
.fw-b {
  font-weight: bold;
}

/* letter-spacing */
.lts00 {
  letter-spacing: 0;
}
.lts02 {
  letter-spacing: 0.2px;
}
.lts04 {
  letter-spacing: 0.4px;
}
.lts06 {
  letter-spacing: 0.6px;
}
.lts08 {
  letter-spacing: 0.8px;
}
.lts10 {
  letter-spacing: 1px;
}
.lts12 {
  letter-spacing: 1.2px;
}
.lts14 {
  letter-spacing: 1.4px;
}
.lts16 {
  letter-spacing: 1.6px;
}
.lts18 {
  letter-spacing: 1.8px;
}
.lts20 {
  letter-spacing: 2px;
}

/* line-height */
.lh00 {
  line-height: 0;
}
.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh18 {
  line-height: 1.8;
}
.lh20 {
  line-height: 2;
}

/* margin-top */
.mt00 {
  margin-top: 0;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px;
}

/* margin-right */
.mr00 {
  margin-right: 0;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
.mr150 {
  margin-right: 150px;
}

/* margin-bottom */
.mb00 {
  margin-bottom: 0;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb150 {
  margin-bottom: 150px;
}

/* margin-left */
.ml00 {
  margin-left: 0;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.ml150 {
  margin-left: 150px;
}

/* padding-top */
.pt00 {
  padding-top: 0;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pt150 {
  padding-top: 150px;
}

/* padding-right */
.pr00 {
  padding-right: 0;
}
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.pr150 {
  padding-right: 150px;
}

/* padding-bottom */
.pb00 {
  padding-bottom: 0;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb150 {
  padding-bottom: 150px;
}

/* padding-left */
.pl00 {
  padding-left: 0;
}
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.pl150 {
  padding-left: 150px;
}
.pl03e {
  padding-left: 3em !important;
}
.pl04e {
  padding-left: 4em !important;
}
.pl05e {
  padding-left: 5em !important;
}
.pl06e {
  padding-left: 6em !important;
}
.pl08e {
  padding-left: 8em !important;
}
.pl09e {
  padding-left: 9em !important;
}
.pl10e {
  padding-left: 8em !important;
}
.pl12e {
  padding-left: 12em !important;
}

/*
Common
*****************************************/
#wrapper {
  background: url(img/common/bg_str.png) no-repeat fixed 70px 85px;
}
@media screen and (max-width: 700px) {
  #wrapper {
    background: none;
  }
}
body.home #wrapper {
  background: none !important;
}

#contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.bdb-d {
  padding-bottom: 2px;
  background: url(img/common/dot01.png) repeat-x left bottom;
}

.ff-min {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", sans-serif;
}

/*
Header
*****************************************/
#header {
  height: 33px;
  padding-bottom: 40px;
}
h1.hLogo {
  position: fixed;
  right: 50px;
  top: 80px;
}
h1.hLogo_top {
  position: fixed;
  padding: 0 40px;
  width: 10%;
  text-align: center;
  top: 20px;
}
@media screen and (max-width: 700px) {
  h1.hLogo {
    display: none;
  }
}

div.gNavArea {
  padding: 10px 80px;
  position: fixed;
  width: 100%;
  /*background-color: rgba(254, 89, 0, 0.8);*/
  background-color: #fed000;
  opacity: 0.8;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
}
div.gNavArea_top {
  padding: 180px 40px;
  position: fixed;
  width: 10%;
  text-align: center;
  line-height: 2.5em;
  /*background-color: rgba(206, 232, 226, 0.8);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.4);*/
}

div.gNavArea > ul.gNav {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
div.gNavArea > ul.gNav > li {
  display: inline-block;
  padding: 6px 0 3px;
}
div.gNavArea > ul.gNav > li > a {
  width: 100%;
  padding: 6px 25px 3px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
div.gNavArea > ul.gNav > li > a:hover {
  background-color: rgba(206, 232, 226, 0.6);
  color: #fff;
}
/*div.gNavArea>ul.gNav>li>ul{
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 33px;
	left: 0;
	background-color: #000080;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
}
div.gNavArea>ul.gNav>li>ul>li{
	display: inline-block;
	padding: 0 5px 0;
	font-weight: bold;
}
div.gNavArea>ul.gNav>li>ul>li>a{
	padding: 0 5px 0;
	color: #fff;
}
div.gNavArea>ul.gNav>li>ul>li>a:hover{
	background-color: #e4e4e4;
}

div.gNavArea>ul.gNav>li:hover>ul{
	display: inline-block !important;
}*/

.sub-menu {
  display: none;
  position: absolute;
  top: 35px;
  width: 200px;
  background-color: #000080;
}
.sub-menu li {
}
.sub-menu li a {
  display: block;
  color: #fff;
}
.sub-menu li a:hover {
  background-color: #e4e4e4;
  color: #262626;
}

/*
Footer
*****************************************/
p.copy {
  text-align: center;
  color: #fff;
}

/*
Top
*****************************************/
.topCont {
  /*padding-left: 65%;*/
  margin-bottom: 24%;
  text-align: center;
  color: #fff;
  /*color: #fff;*/
}
.topCont h1 {
  margin-bottom: 30px;
}
.topCont h2 {
  margin-bottom: 30px;
}
.topCont p {
  /*font-weight: bold;*/
  line-height: 1.8;
}

/*
page
*****************************************/
.pageWrap {
  width: 70%;
  margin: 20px auto 30px;
  line-height: 5em;
  padding: 15% 0 5%;
  color: white;
  /* background-color: rgba(255, 255, 255, 1); */
  background-position: center -40px;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /* border: solid 1px #c8cbce; */
  line-height: 2;
}
/* 各へっだーの画像　 */
/*body.page-news .pageWrap {
  background-image: url(img/page/bg_news.png);
} 
body.page-vision .pageWrap {
  background-image: url(img/page/bg_vision.png);
}
body.page-business .pageWrap {
  background-image: url(img/page/bg_business.png);
}
/*
body.page-case-study .pageWrap {
  background-image: url(img/page/bg_casestudy.png);
}
body.page-company .pageWrap {
  background-image: url(img/page/bg_profile.png);
}*/
/*
body.page-contact .pageWrap {
  background-image: url(img/page/bg_contact.png);
}
body.page-privacy-policy .pageWrap {
  background-image: url(img/page/bg_privacy.png);
}
 body.page-access .pageWrap {
  background-image: url(img/page/bg_access.png);
  padding-bottom: 0 !important;
} */

.pageWrap > h1 > img {
  max-width: 100%;
  height: auto;
}

div.pageCont {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
h1.pageTitle {
  text-align: center;
  margin-top: 100px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
body.page-access h1.pageTitle {
  margin-top: 120px !important;
}

/*** vision ***/
.vsnSc01 {
  display: table;
  margin: 0 auto 50px;
  font-size: 25px;
  /* padding-bottom: 1px; */
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", sans-serif;
  /* border-bottom: solid 1px #fff; */
  line-height: 1;
  text-align: center;
}
.vsnTxt {
  padding-top: 20px;
  width: 268px;
}
/*** Solution ***/
.sltSc01 {
  display: inline-block;
  margin-top: 20px;
  font-size: 20px;
  padding-bottom: 1px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", sans-serif;
  border-bottom: solid 1px #000;
  line-height: 1;
}
/*** Profile ***/
dl.prfList01 {
  margin-top: 20px;
  margin-bottom: 30px;
}
dl.prfList01 > dt {
  width: 5em;
  font-weight: bold;
  /* color: #000; */
}
dl.prfList01 > dd > dl {
  padding-left: 5em;
}
dl.prfList01 > dd > dl > dt {
  width: 8em;
}
dl.prfList01 > dd > dl > dd {
  padding-left: 8em;
}
dl.staff {
  margin-bottom: 20px;
  padding-left: 1em !important;
}
dl.staff > dt {
  float: left;
  width: 4em !important;
}
dl.staff > dd > dl > dt {
  float: left;
  width: 6em;
}

dl.prfList01 a {
  color: #000;
  text-decoration: underline;
}

ul.staffList {
  padding-top: 30px;
  border-top: solid 1px #000;
}
ul.staffList li {
  margin: -40px 0 50px;
  padding-top: 40px;
}
ul.staffList h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
dl.pfmncList {
  margin-bottom: 15px;
}

dl.awrdList dt {
  clear: left;
  float: left;
  width: 7em;
}

ul.pfmncList02 li {
  margin-bottom: 5px;
}

/*** news ***/
dl.newsList dd {
  margin-bottom: 20px;
}

/*** Contact ***/
dl.contactForm {
  position: relative;
}
dl.contactForm dt {
  clear: left;
  float: left;
  width: 11em;
}
dl.contactForm dd {
  margin-bottom: 20px;
  padding-left: 11em;
}
span.wpcf7-not-valid-tip {
  font-size: 10px;
}
div.wpcf7-response-output {
  font-size: 12px;
}

/*** PrivacyPolicy ***/
h2.ppSc01 {
  clear: both;
  margin-bottom: 10px;
  padding: 3px 10px 1px;
  /* background-color: #f4e9d7; */
  border-left: solid 4px white;
  font-size: 22px;
}

h3.ppSc02 {
  clear: both;
  margin-bottom: 10px;
  border-bottom: solid 1px white;
  font-size: 18px;
  /* color: #595757; */
}

.ppAdmin01 {
  margin-bottom: 20px;
  padding-left: 180px;
}
.ppAdmin02 {
  margin-bottom: 20px;
  padding-left: 125px;
}

dl.ppList01 dt {
  font-weight: bold;
}
dl.ppList01 > dd {
  padding-left: 1em;
  margin-bottom: 20px;
}
dl.ppList01 > dd > dl > dt {
  margin-top: 10px;
}
dl.ppList01 > dd > dl > dd {
  padding-left: 1em;
}
/*ul.ppList02 li:before{content: '●';}*/
ul.ppList02 {
  margin: 20px 0 0 20px;
}
ul.ppList02 li {
  margin-bottom: 10px;
  list-style: disc;
}

.bgBlack {
  margin-right: 5px;
  padding: 1px 3px 0;
  background: #000;
  font-size: 10px;
  color: #fff;
}

/*** Work Of Case Study ***/
ul.csList {
  margin: 30px 0 80px;
}
ul.csList li {
  margin-bottom: 25px;
}

div.scCaseArea {
  margin: -40px 0 80px 0;
  padding: 40px 15px 15px 15px;

  background-color: #f5f2e7;
}
div.scCaseArea dl dt {
  margin-top: 20px;
}

.box {
  margin-top: 50px;
  width: 75%;
  padding: 10%;
  background-color: #fff;
}
.map {
  margin: 0 auto;
  display: block;
}
.map_title {
  width: 600px;
  margin: 0 auto 30px;
}

/* 問い合わせ：入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  background-color: #eff1f5;
}

/*========= 背景動画設定のCSS ===============*/

#video-area {
  position: fixed;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
