@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

html,body {
    width:100%;
    height:100%;
    position:relative;
}
body { 
    background: #fff;
    line-height: 2;
    font-size: 16px;
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    min-width: 1280px;
}

img { vertical-align:middle;}
a:hover img{
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  /* For IE 5-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}

#container {
    position:relative;
    width:100%;
    background-color: #3b3b3b;
}
.inner { width:960px; margin:0 auto;}

p {
    max-height: 100%;
}

/*#header*/
.companyHead { 
    background: #1b1b1b;
    border-bottom: 1px solid #000;
    height:44px;
}

.companyHead .inner { 	position:relative; overflow:hidden; _zoom:1;}
.companyHead h1{
    line-height:1;
    width:105px;
    font-size:14px;
    padding:15px 0 0 3px;
    float:left;	
}

.companyHead .inquire {
    float:right;
    font-size:13px;
    color:#fff;
}
.companyHead .inquire p {
    font-weight:bold;
    line-height:1;
}
.companyHead .inquire .tel {
    width:136px;
    padding:15px 0 0 0;
    float:left;
    margin-right:10px;
}
.companyHead .inquire .mail {
    width:131px;
    height:26px;
    float:left;
    padding-top:9px;
}

.invisible {
    opacity: 0;
}

/* ==========================================================================
#particlesBase
========================================================================== */
#particlesBase {
    position: fixed;
    width: calc(100% + 100px);
    height: 100%;
    z-index: 0;
    overflow: hidden;
    left: -50px;
}
/* ==========================================================================
.wrapper
========================================================================== */
.wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


/* ==========================================================================
main
========================================================================== */

#main { 
    width:auto;
    min-width:1280px;
    height: 725px;
}
#main .inner {
    padding-top: 140px;
}
#main .inner h1 {
    width: 521px;
    margin: 0 auto 40px;
}
#main .inner h1 img {
    width: 100%;
}
#main .inner .sub {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
}

/* ==========================================================================
.intro
========================================================================== */
#content .intro {
    position: relative;
    background-color: #F1F1F1;
    width: 100%;
    height: 545px;
    margin-bottom: 330px;
}
#content .intro .inner {
    position: absolute;
    width: 960px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 35px 80px 80px;
    background-color: #fff;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: -104px;
    margin: auto;
}
#content .intro h2 {
    font-family: 'Roboto', sans-serif;
    color: #E54600;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}
#content .intro h3 {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 50px;
}
#content .intro .inner > p {
    text-align: center;
    margin-bottom: 50px;
}
#content .intro h3.project {
    font-size: 20px;
}
#content .intro h3.project .large {
    font-size: 36px;
}
#content .intro h3.project .small {
    font-size: 22px;
}
#content .intro .imgRight {
    overflow: hidden;
    padding: 0 30px;
}
#content .intro .txt {
    float: left;
    width: 375px;
/*    text-align: justify;*/
    font-size: 14px;
}
#content .intro figure {
    float: right;
    width: 279px;
}
#content .intro figure img {
    width: 100%;
}


/* ==========================================================================
.cisco
========================================================================== */
#content .cisco {
    background-color: #fff;
    position: relative;
    height: 883px;
    width: 100%;
    margin-bottom: 330px;
}
#content .cisco .inner {
    width: 1210px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
}
#content .cisco .inner h2 {
    border-radius: 5px;
}
#content .cisco .inner h2 span {
    font-family: 'Roboto', sans-serif;
    color: #3294B5;
    font-size: 62px;
    display: inline-block;
    background-color: #fff;
    line-height: 1;
    padding: 40px 106px 0 0;
    margin-bottom: 55px;
    position: relative;
    border-radius: 5px;
}
#content .cisco .inner h2::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    height: 75px;
    border-radius: 5px;
    right: calc(100% - 10px);
}
#content .cisco .inner .txtRight {
    overflow: hidden;
    margin-bottom: 70px;
}
#content .cisco .inner .txtRight .sub {
    font-size: 28px;
    font-weight: bold;
    float: left;
    line-height: 1;
}
#content .cisco .inner .txtRight .txt {
    width: 625px;
    float: right;
/*    text-align: justify;*/
}
#content .cisco .inner h3 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
}
#content .cisco .inner .flexBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}
#content .cisco .inner .flexBox .item {
    width: 292px;
    border-radius: 5px;
    background-color: #F1F1F1;
    padding: 50px 0 50px;
    position: relative;
}
#content .cisco .inner .flexBox .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-color: #3294b5;
    height: 6px;
    top: 0;
    border-radius: 5px 5px 0 0;
}
#content .cisco .inner .flexBox .item .num {
    font-size: 49px;
    font-family: 'Roboto', sans-serif;
    color: #3294B5;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}
#content .cisco .inner .flexBox .item h4 {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 25px;
}
#content .cisco .inner .flexBox .item p {
/*    text-align: justify;*/
    font-size: 14px;
    line-height: 1.8;
    width: 224px;
    margin: 0 auto;
}

/* ==========================================================================
.lab
========================================================================== */
#content .lab {
    background-color: #fff;
    position: relative;
    height: 1110px;
    width: 100%;
    margin-bottom: 330px;
}
#content .lab .inner {
    width: 1210px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
}
#content .lab .inner h2 {
    border-radius: 5px;
    text-align: right;
}
#content .lab .inner h2 span {
    font-family: 'Roboto', sans-serif;
    color: #E54600;
    font-size: 62px;
    display: inline-block;
    background-color: #fff;
    line-height: 1;
    padding: 40px 0 0 106px;
    margin-bottom: 70px;
    position: relative;
    border-radius: 5px;
}
#content .lab .inner h2::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    height: 75px;
    border-radius: 5px;
    left: calc(100% - 10px)
}
#content .lab .inner .txtRight {
    overflow: hidden;
    margin-bottom: 70px;
}
#content .lab .inner .txtRight .sub {
    font-size: 28px;
    font-weight: bold;
    float: right;
    line-height: 1;
}
#content .lab .inner .txtRight .txt {
    width: 625px;
    float: left;
/*    text-align: justify;*/
}
#content .lab .inner h3 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
}
#content .lab .inner figure {
    width: 960px;
    margin: 0 auto;
}
#content .lab .inner figure img {
    width: 100%;
    margin-bottom: 35px;
}
#content .lab .inner figure figcaption {
    font-size: 14px;
    text-align: center;
    line-height: 1.7;
}


/* ==========================================================================
.message
========================================================================== */
#content .message {
    background-color: #fff;
    position: relative;
    height: 893px;
    width: 100%;
}
#content .message .inner {
    width: 1210px;
    margin: 0 auto 70px;
    position: relative;
    padding-top: 85px;
}
#content .message .inner h2 {
    border-radius: 5px;
    position: absolute;
    top: -70px;
}
#content .message .inner h2 span {
    font-family: 'Roboto', sans-serif;
    color: #E54600;
    font-size: 62px;
    display: inline-block;
    background-color: #fff;
    line-height: 1;
    padding: 40px 106px 0 0;
    margin-bottom: 45px;
    position: relative;
    border-radius: 5px;
}
#content .message .inner h2::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    height: 75px;
    border-radius: 5px;
    right: calc(100% - 10px)
}
#content .message .inner .sub {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

#content .message .innerSecond {
    width: 1210px;
    margin: 0 auto;
}
#content .message .innerSecond .wrapper {
    width: 100%;
    overflow: hidden;
}
#content .message .innerSecond .txt {
    float: left;
    width: 585px;
}
#content .message .innerSecond .txt h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 40px;
    position: relative;
    padding: 8px 0 0 40px;
}
#content .message .innerSecond .txt h3::before {
    content: '';
    display: block;
    width: 6px;
    height: 114px;
    background-color: #e54600;
    position: absolute;
    left: 0;
    top: 0;
}
#content .message .innerSecond .txt .belongs {
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0 3px 0;
}
#content .message .innerSecond .txt .name {
    font-size: 24px;
    font-weight: normal;
}
#content .message .innerSecond .txt .name span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #AAAAAA;
    margin-left: 8px;
}

#content .message .innerSecond figure {
    width: 538px;
    float: right;
}
#content .message .innerSecond figure img {
    width: 100%;
}


/* ==========================================================================
.bottomMessage
========================================================================== */
#content .bottomMessage {
    padding: 190px 0;
}
#content .bottomMessage figure {
    width: 747px;
    margin: 0 auto;
}
#content .bottomMessage figure img {
    width: 100%;
}

/* ==========================================================================
footer
========================================================================== */

#footer {
    padding: 70px 0;
    background-color: #fff;
}
#footer .inner { 
    text-align:center;
}
#footer small {
    color:#707070;
    font-size:10px;
    letter-spacing: 1px;
}







