@charset "UTF-8";
/********************************************************************************************************
CSS 構成書

 File Name:      common.css
 Style Info:     全ページ共通CSS
 Author:         man'age
 Create Modified:2016.12.27
********************************************************************************************************/
/*==========================================================
1.Basic -基本設定-
==========================================================*/
@import url("lib/reset.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Verdana, "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #444;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
}

a, button {
  outline: 0 none;
}

a, a:link {
  color: #77c2e6;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #4d8eae;
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

#header > .inner, #footer > .inner, .article > .inner, .section > .inner {
  min-width: 1000px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1;
  z-index: 1;
}
#header > .inner:after, #footer > .inner:after, .article > .inner:after, .section > .inner:after {
  content: "";
  display: table;
  clear: both;
}

.section .content {
  position: relative;
}

/* web font */
@font-face {
  font-family: 'Giro-Light';
  src: url("../font/Giro-Light.ttf.woff") format("woff"), url("../font/Giro-Light.ttf.svg#Giro-Light") format("svg"), url("../font/Giro-Light.ttf.eot"), url("../font/Giro-Light.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* Basic Background */
#header {
  background: #1c052a;
}

#footer {
  background: #cdade8;
}

/*==========================================================
2.Layout -基本レイアウトパーツ設定-
==========================================================*/
#wrapper {
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  body,
  #wrapper {
    overflow-x: auto;
  }
}
/*********************************************
 HEADER
*********************************************/
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  display: none;
}
#header #logo {
  float: left;
  color: #fff;
  font-weight: normal;
  font-size: 1.57em;
}
#header #logo img, #header #logo span {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-family: "Oswald", Verdana, "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  font-weight: 100;
}
#header #gnav {
  float: right;
  line-height: 50px;
}
#header #gnav li {
  display: inline-block;
  margin-left: 1em;
}
#header #gnav a {
  color: #9582a3;
  text-decoration: none;
  padding: 0.5em;
}
#header #gnav a:hover,
#header #gnav li.active a {
  color: #fff;
  background: #574464;
}

/*********************************************
 CONTENTS
*********************************************/
.curtains {
  position: relative;
  /*li.cover:last-child{
  	.article{
  		height:auto!important;
  		margin-bottom:70px;
  	}
  }*/
}
.curtains > li {
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

/*********************************************
 FOOTER
*********************************************/
#footer {
  position: relative;
  text-align: center;
  padding: 30px 0;
  width: 100%;
}

/* copyright */
#copyright {
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 0.05em;
}

/* page top */
#pagetop {
  max-width: 1000px;
  width: 70%;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#pagetop a {
  position: fixed;
  overflow: hidden;
  text-indent: -9999px;
  bottom: 60px;
  right: 0;
  margin-bottom: -30px;
  margin-right: 30px;
  display: block;
  background: rgba(28, 5, 42, 0.9) url(../images/arw_totop.png) center center no-repeat;
  width: 60px;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  z-index: 100000;
}
#pagetop a:hover {
  background-color: rgba(28, 5, 42, 0.5);
}

/*==========================================================
4.Contents -各コンテンツ設定-
==========================================================*/
/*********************************************
 ARTICLE PARTS
*********************************************/
.article p, .article li, .article dt, .article dd, .article th, .article td {
  line-height: 1.75;
}

.section > .inner,
.lyout02 .section {
  padding: 100px 0;
}

.section-header {
  background: #cdade8 url(../images/bg_img.png) no-repeat;
  color: #fff;
}

.catttl {
  font-family: 'Giro-Light';
  font-size: 4.8em;
  font-weight: lighter;
  letter-spacing: 0.03em;
}

.first-letter {
  font-size: 1.42em;
  display: inline-block;
  border: 3px solid #fff;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  width: 1em;
  height: 1em;
  line-height: 1.0;
  text-align: center;
  padding-top: 0.03em;
  padding-left: 0.03em;
  margin-right: 0.03em;
}

/* lyout01 */
.lyout01 {
  height: auto;
}
.lyout01 .section-header {
  background-position: 100% 65%;
  *zoom: 1;
}
.lyout01 .section-header:after {
  content: "";
  display: table;
  clear: both;
}
.lyout01 .section-header .catttl {
  float: left;
  width: 50%;
}
.lyout01 .section-header .overview {
  float: right;
  width: 45%;
}
.lyout01 .section-contents .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* lyout02 */
.lyout02 {
  height: 100%;
}
.lyout02 .inner {
  *zoom: 1;
  height: 100%;
}
.lyout02 .inner:after {
  content: "";
  display: table;
  clear: both;
}
.lyout02 .section-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
.lyout02 .section-header:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #cdade8;
  z-index: -1;
}
.lyout02 .section-contents {
  margin-left: 40%;
  width: 60%;
  height: 100%;
  padding-left: 40px;
}

/*********************************************
 TITLE
*********************************************/
.ttl01 {
  font-size: 1.71em;
  font-weight: bold;
  color: #1c052a;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  margin-top: 60px;
}

.ttl02 {
  font-size: 1.42em;
  font-weight: bold;
  color: #cdade8;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

/*********************************************
TEXT
*********************************************/
.req,
.notice {
  color: #e60012;
}

/*********************************************
 LINK
*********************************************/
.linklist li {
  display: inline-block;
  margin: 0.25em;
}
.linklist a {
  font-family: "Giro-Light", Verdana, "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  display: inline-block;
  border: 2px solid #1c052a;
  border-radius: 1em;
  color: #1c052a;
  text-decoration: none;
  padding: 0.7em 0.5em 0.3em;
  font-size: 1.14em;
  line-height: 1.0;
  min-width: 150px;
  text-align: center;
}
.linklist a:hover {
  -ms-filter: "alpha(opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  background-color: #1c052a;
  background: rgba(28, 5, 42, 0.3);
  zoom: 1;
}

/*********************************************
 LIST
*********************************************/
.list {
  position: relative;
  overflow: hidden;
  margin: 1em 0;
}
.list li {
  padding-left: 15px;
  position: relative;
}
.list li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #cdade8;
  position: absolute;
  top: 0.7em;
  left: 0;
}

/*********************************************
TABLE
*********************************************/
.table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.table th, .table td {
  border: 1px solid #ddd;
  padding: 15px 10px;
}
.table th {
  width: 20%;
  color: #cdade8;
  text-align: center;
}
.table td {
  width: 80%;
  text-align: left;
}

/*********************************************
popup
*********************************************/
.mfp-iframe-scaler iframe {
  background: #fff;
  padding: 30px;
}

/*********************************************
01 TOP -トップ-
*********************************************/
#top .inner {
  min-width: 1200px;
}

#top-header {
  width: 60%;
  background-image: url(../images/top_bg_logo01.png);
  background-position: top right;
}
#top-header:after {
  content: "";
  background: url(../images/top_bg_logo02.png) bottom right no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 174px;
  width: 100%;
}
#top-header .top-header-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 9em;
}
#top-header .catttl {
  font-size: 1em;
}
#top-header .linklist {
  margin-top: 70px;
}
#top-header .linklist a {
  font-size: 2.0em;
  padding-top: 0.15em;
  padding-bottom: 0.05em;
}

#top-contents {
  width: 40%;
  margin-left: 60%;
}
#top-contents .hnav {
  position: absolute;
  top: 15px;
  right: 0;
  text-align: right;
}
#top-contents .hnav li {
  display: inline;
  margin-left: 1em;
}
#top-contents .hnav a {
  color: #cdade8;
  text-decoration: none;
}
#top-contents .hnav a:hover {
  color: #1c052a;
}
#top-contents .concept-list {
  font-size: 4.473em;
  font-family: "Giro-Light";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 7.1em;
}
#top-contents .concept-list a {
  text-decoration: none;
}
#top-contents .concept-list li {
  margin-bottom: 1em;
}
#top-contents .concept-list .design {
  margin-left: 20px;
}
#top-contents .concept-list .system {
  margin-left: 65px;
}
#top-contents .concept-list .oparation {
  margin-left: 0;
}
#top-contents .concept-list .design a {
  color: #77c2e6;
}
#top-contents .concept-list .system a {
  color: #8eca3e;
}
#top-contents .concept-list .oparation a {
  color: #ef8e5a;
}
#top-contents .concept-list .design .first-letter {
  border-color: #77c2e6;
  padding-top: 0.125em;
}
#top-contents .concept-list .system .first-letter {
  border-color: #8eca3e;
}
#top-contents .concept-list .oparation .first-letter {
  border-color: #ef8e5a;
}
#top-contents .concept-list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/*********************************************
02 COMCEPT -コンセプト-
*********************************************/
.concept-block {
  width: 29%;
  float: left;
}
.concept-block:nth-child(2n + 2) {
  margin-left: 6.5%;
  margin-right: 6.5%;
}
.concept-block dt {
  font-size: 3.57em;
  font-family: "Giro-Light";
  text-align: center;
  margin-bottom: 15px;
}
.concept-block dt:before {
  display: block;
  font-size: 80px;
  width: 0.95em;
  height: 0.95em;
  text-align: center;
  line-height: 1.1;
  border-width: 3px;
  border-style: solid;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  margin: auto;
}

#concept-design dt, #concept-design
dt:before {
  color: #77c2e6;
}
#concept-system dt, #concept-system
dt:before {
  color: #8eca3e;
}
#concept-oparation dt, #concept-oparation
dt:before {
  color: #ef8e5a;
}

#concept-design dt:before {
  content: "d";
  border-color: #77c2e6;
  line-height: 1.3;
}
#concept-system dt:before {
  content: "s";
  border-color: #8eca3e;
}
#concept-oparation dt:before {
  content: "o";
  border-color: #ef8e5a;
}

/*********************************************
04 SEMINAR -セミナー-
*********************************************/
#seminar .linklist {
  margin-top: 30px;
}

/*********************************************
05 COMPANY -会社概要-
*********************************************/
#company-table {
  width: 55%;
  float: left;
}

#company-map {
  width: 42%;
  float: right;
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 0;
}
#company-map iframe {
  width: 100%;
  height: 100%;
}
