
/* ===========================
Common
============================ */

.bg-navy {
	background: #2e3642;
}

.m-align-c {
  text-align: center;
}

.m-mt-l {
  margin-top: 40px;
}

.font_12 {
	font-size: 12px; 
}

.font_14 {
	font-size: 14px; 
}

.font_16 {
	font-size: 16px; 
}

/* btn */
.m-btn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 48px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  font-size: 15px;
  color: #212121;
  text-align: center;
  border: solid 1px;
}
.m-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-btn--w100p {
  width: 100%;
}
.m-btn--l {
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  font-weight: bold;
}
.m-btn--s, .m-btn--zipcode {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 38px;
  height: 40px;
  font-size: 14px;
}
.m-btn--zipcode {
  margin-left: 10px;
  vertical-align: middle;
}
.m-btn--wh {
  border-color: #ffffff;
  background-color: #ffffff;
}
.m-btn--lgy {
  border-color: #eceff1;
  background-color: #eceff1;
}
.m-btn--gy, .m-service-detail-nav__item a {
  border-color: #E0E0E0;
  background-color: #fafafa;
}
.m-btn--hover-nv {
  -webkit-transition: .3s;
  transition: .3s;
}
.m-btn--hover-nv:hover {
  opacity: 1;
  border-color: #032138;
  background-color: #032138;
  color: #ffffff;
}
.m-btn--nv {
  border-color: #032138;
  background-color: #032138;
  color: #ffffff;
}
.m-btn--bor-nv, .m-service-detail-nav__item a:before, .m-service-detail-nav__item.current_page_item a {
  color: #032138;
}
.m-btn--bor-nv:before, .m-service-detail-nav__item a:before, .m-service-detail-nav__item.current_page_item a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 2px #032138;
  border-radius: 4px;
  opacity: 1;
}

.btn-sns {
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid white;
  border-radius: 100%; 
}

.sub_title {
	font-size: 32px; 
	font-weight: 700 !important;
	text-align: center;
}

/* ===========================
Header
============================ */

.btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.btn-get-started:hover {
/*  background: #2dc997;
  border: 2px solid #2dc997;*/
  opacity: 1;
  border-color: #032138;
  background-color: #032138;
  color: #ffffff;
  text-decoration: none;
}

/* ===========================
--- Intro
============================ */

.hero { background: url(../img/top_bg.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	padding: 200px 0 200px 0; 
	height: auto; 
}
/*.hero h1 { font-size: 40px; letter-spacing: 12px; margin: 40px 0 10px; font-weight: 900; color: #fff;}
.hero h1 span { color: #a1a9b0; display: inline-block; }
.hero p { font-size: 24px; font-weight: 400; color: #fefefe; }
.learn-more-btn { background: rgba(61, 201, 179, 1); padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0; font-weight: bold; }
.learn-more-btn:hover, .learn-more-btn:focus { background: rgba(61, 201, 179, 0.6); color: #fff; }
*/

.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

#intro .name {
	color: white;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
    /*font-size: 2em;*/
    font-size: 4.75em;
    font-weight: 500;
    display: block;
    text-transform: uppercase; 
}

#intro .skills {
	color: white;
    /*font-size: 1.0em;*/
    font-size: 1.75em; 
    font-weight: 200; 
}

/* ===========================
News
============================ */
#news {
	padding: 50px 0 80px;
	position: relative;
}
#news > p {
	position: absolute;
	top: 50px;
	right: 0;
}
#news > p a {
	font-weight: 600;
	background: #FFF;
	display: block;
	padding: 15px 0 0 20px;
	height: 48px;
	width: 180px;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
}
#news > p a:hover {
	color: #FFF;
	background: #032138; // #111;
}
#news > p a:after {
	content: "";
	background: url(../img/ico_arrow_b.png) no-repeat;
	background-size: 100% 100%!important;
	display: block;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	position: absolute;
	right: 20px;
	top: 50%;
}
#news > p a:hover:after {
	background: url(../img/ico_arrow_w.png) no-repeat;
}
#news ul,
#news ul li {
	display: block;
	margin-left: 0; 
	padding-left: 0;
}

#news li {
	border-bottom:1px dotted black
}

#news ul li a {
	color: #000;
	display: table;
	width: 100%;
	padding: 12px 0px 12px 0;
	box-sizing: border-box;
}
#news ul li a > * {
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}
#news ul li a time {
	width: 105px;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
#news ul li a b {
	font-size: 12px;
	width: 115px;
}
#news ul li a p {
	font-size: 14px;
}
#news ul li a:hover {
	color: #FFF;
	background: #032138; // #111;
	padding: 12px 0 12px 20px;
	text-decoration: none;
}

.news_detail {
	padding: 150px 0 80px;
}

.news_detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news_detail ul li {
	display: table;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	padding: 25px 0;
	border-bottom: 1px dotted black
}

.news_detail ul li span {
  display: table-cell;
  text-align: left;
}

.news_detail ul li span.day {
  color: #000;
  width: 20%;
  font-weight: bold;
}



/* ===========================
Work
============================ */

section.sub_bg_01 {
  color: white;
  background: url(../img/top_sub_03.jpg) no-repeat;
  background-size: cover;
}

section.sub_bg_02 {
  color: white;
  background: url(../img/bg_work2.jpg) no-repeat;
  background-size: cover;
}

#work .focus {
	color: #128f76;
}

#work2 {
  padding-top: 0px;
  /*margin-bottom: 100px;*/
}

.inno-container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.inno-container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.inno-col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.inno-col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.about-content-01{background: url('../img/aus1.jpg') center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;background-position:center;height: 300px;}
.about-content-02{background: url('../img/aus2.jpg') center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;background-position:center;height: 300px;}
.about-content-03{background: url('../img/top_bg3.jpg') center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;background-position:center;height: 300px;}
.about-content-04{background: url('../img/bn_bg1.jpg') center center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;background-position:center;height: 300px;}
.about-bg-02{background-color: #e1e1e1;height: 300px;}
.about-bg-03{background-color: #5e69a7;height: 300px;}
.about-bg-04{background-color: #ebaa55;height: 300px;}


#work_title {
	padding: 150px 0 80px;
}

#work_idea {
	background:#f9f9f9;
	padding:50px 0 0 0;
}

.work_summary {
	padding-top: 0px;
	padding-bottom: 50px;
}

.work_detail {
	padding:50px 0 0 0;
}

.work_contactus {
  color: white;
  background: #31CBD6; 
}

.work_subtitle {
	background:#f9f9f9;
	padding:50px 0 0 0;
}


/* ===========================
Company
============================ */
#company {
	padding: 150px 0 80px;
}

#company ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#company ul li {
	display: table;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	padding: 25px 0;
	border-bottom: 1px dotted black
}

#company ul li span {
  display: table-cell;
  text-align: left;
}

#company ul li span.day {
  color: #000;
  width: 20%;
  font-weight: bold;
}

/* ===========================
recruit
============================ */
#recruit {
	padding: 150px 0 80px;
}

#recruit ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#recruit ul li {
	display: table;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	padding: 25px 0;
	border-bottom: 1px dotted black
}

#recruit ul li span {
  display: table-cell;
  text-align: left;
}

#recruit ul li span.day {
  color: #000;
  width: 20%;
  font-weight: bold;
}


/* ===========================
contact
============================ */
#contact {
	padding: 150px 0 80px;
}

#contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contact ul li {
	display: table;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	padding: 25px 0;
	border-bottom: 1px dotted black
}

#contact ul li span {
  display: table-cell;
  text-align: left;
}

#contact ul li span.day {
  color: #000;
  font-weight: bold;
}

#contact ul li span.intro {
	text-align: center;
}

/* ===========================
privacy
============================ */
#privacy {
	padding: 150px 0 80px;
}

#privacy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#privacy ul li {
	display: table;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 0;
	/*border-bottom: 1px dotted black;*/
}

.cont_line  {
	border-bottom: 1px dotted black;
}

#privacy ul li span {
  display: table-cell;
  text-align: left;
}

#privacy ul li span.c_title {
  color: #000;
  font-weight: bold;
}

#privacy ul li span.c_detail {

}

/* ===========================
Banner
============================ */

#banner {
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 0px;
}

.fbanner {
	padding: 100px 0;
	background-color: #e5e5e5;
	margin: 0px;
}

.fbanner2 {
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #e5e5e5;
	margin: 0;
}

.fbanner2 a,
.fbanner2 a.active,
.fbanner2 a:active,
.fbanner2 a:focus,
.fbanner2 a:hover {
  color: #000;
  outline: none; 
}



/* ===========================
Footer
============================ */

/*footer ul,
footer ul li {
	display: block;
	margin-left: 0; 
	padding-left: 0;
}
*/
.footer-nav {
    list-style:none;
}

.footer-nav li a {
	color: #fff;
}

.copyright {
	font-size: 16px; 
}

.margin_none {
	display: block;
	margin-left: 0; 
	padding-left: 0;
}

.footer_ali_left {
	text-align: left;
}

.footer_ali_right {
	text-align: right;
}

/* ===========================
Media
============================ */
@media (max-width: 767px) {

	#intro .name {
	   font-size: 1.75em;
	}

	#intro .skills {
	    font-size: 1.0em;
	}

	.copyright {
		font-size: 12px; 
	}

	.footer_ali_left {
		text-align: center;
	}

	.footer_ali_right {
		text-align: center;
	}

	.footer-nav {
	    /*display: none;*/
	}

	#work2 {
	  margin-bottom: 0px;
	  padding-bottom: 0px;
	}

	.bn_m {
		margin-bottom: 20px;
	}

	.sub_title {
		font-size: 20px; 
		font-weight: 700 !important;
		text-align: center;
	}

	.footer-nav ul,
	.footer-nav ul li {
		display: block;
		margin-left: 0; 
		padding-left: 0;
	}

	.footer-nav li {
		border-bottom:1px dotted white;
		/*padding: 5px 0;*/
	}

	.footer-nav li a {
		color: #fff;
		display: table;
		width: 100%;
		padding: 12px 0px 12px 0;
		box-sizing: border-box;
	}
/*	.footer-nav li a > * {
		font-weight: 400;
		line-height: 26px;
		text-align: left;
		vertical-align: top;
		display: table-cell;
	}*/

}

@media (min-width: 768px) {
	.inno-col-md-4, .inno-col-md-6 {
		float: left;
	}

	.inno-col-md-4 {
	    width: 33.33333333%;
	}

	.inno-col-md-6 {
	    width: 50%;
	}
}




