@charset "UTF-8";
html, body, div, span, p, a, img, section, canvas, nav, header, footer{
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 20px;
}
body {
    color: #FFF;
    font-family: "M+ 1p medium", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    background-color: #FFF;
    padding: 0;
}
@media screen and (max-width:480px) {
    body{
        font-size: 60%;
    }
}
img {
    vertical-align: top;
    height: auto;
    border: 0
}
a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    overflow: hidden
}
a:hover {
    opacity: 0.4
}
@media screen and (max-width:480px) {
    a:hover {
        opacity: 1;
    }
}
hr {
    border: none
}
p {
    margin: 0
}
h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans Condensed', "M+ 1p medium", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
@media screen and (max-width:480px) {
    h2 {
        font-size: 26px;
    }
}
footer {
    width: 100%;
    z-index: 2;
    background: #333;
    padding: 40px 0px;
}
@media screen and (max-width:480px) {
    footer {
        padding: 10px 0px;
        font-size: 10px;
    }
}
footer address {
    font-family: 'Open Sans Condensed', "M+ 1p medium", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    text-align: center;
}
#top_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 11;
    display: none;
}
#top_menu.show {
    width: 100%;
    height: 100%;
}
#menu_button {
    right: 20px;
    top: 20px;
    font-size: 12px;
    white-space: nowrap;
    color: #fff;
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 2;
}
#menu_button>.line {
    display: block;
    background-color: rgba(255, 255, 255, .9);
    width: 16px;
    height: 2px;
    position: absolute;
    left: 22px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s
}
#menu_button>.line:first-child {
    top: 23px
}
#menu_button>.line:nth-child(2) {
    margin-top: -1px;
    top: 50%
}
#menu_button>.line:last-child {
    bottom: 23px
}
@media screen and (max-width:850px) {
    #menu_button {
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
    }
    #menu_button>.line {
        left: 12px;
    }
    #menu_button>.line:first-child {
        top: 13px
    }
    #menu_button>.line:last-child {
        bottom: 13px
    }
}
.show #menu_button {
    background-color: #fff
}
.show #menu_button>.line {
    background: #2f8ace;
    width: 25px
}
.show #menu_button>.line:first-child {
    -webkit-transform: translateX(-5px) translateY(6px) rotate(135deg);
    -moz-transform: translateX(-5px) translateY(6px) rotate(135deg);
    -ms-transform: translateX(-5px) translateY(6px) rotate(135deg);
    -o-transform: translateX(-5px) translateY(6px) rotate(135deg);
    transform: translateX(-5px) translateY(6px) rotate(135deg)
}
.show #menu_button>.line:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-5px) translateY(-6px) rotate(-315deg);
    -moz-transform: translateX(-5px) translateY(-6px) rotate(-315deg);
    -ms-transform: translateX(-5px) translateY(-6px) rotate(-315deg);
    -o-transform: translateX(-5px) translateY(-6px) rotate(-315deg);
    transform: translateX(-5px) translateY(-6px) rotate(-315deg)
}
.show #menu_button>.line:last-child {
    -webkit-transform: translateX(-5px) translateY(-6px) rotate(-135deg);
    -moz-transform: translateX(-5px) translateY(-6px) rotate(-135deg);
    -ms-transform: translateX(-5px) translateY(-6px) rotate(-135deg);
    -o-transform: translateX(-5px) translateY(-6px) rotate(-135deg);
    transform: translateX(-5px) translateY(-6px) rotate(-135deg)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}

#top_menu ul {
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 100px auto 0 auto;
    height: 71%;
    list-style-type: none
}
#top_menu ul li {
    text-align: center;
    display: table-row;
    height: 14.3%;
    vertical-align: middle
}
#top_menu ul li a {
    font-weight: 600;
    font-size: 34px;
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #2f8ace;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}
@media screen and (max-width:480px) {
    #top_menu ul li a {
        font-size: 20px;
    }
}






#top{
    background-image: url('./../img/top-bg.jpg');
    height: auto;
    min-height: 100vh;
    padding: 0 !important;
    /*background-attachment: fixed;*/
}
#top h1{
    text-align: left;
}
#logo{
    width: 580px;
    border-radius: 5px;
}
@media screen and (min-width:481px) {
    #logo{
        margin: -80px 0 0 -280px;
        top: 50%;
        left: 50%;
        position: absolute;
    }
}
@media screen and (max-width:480px) {
    #logo{
        width: 80%;
        padding: 40px 10%;
        margin-top: 50%;
    }
}
#mission{
    background: #FFF;
}
#service-media{
    background-image: url('./../img/service-media-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
    margin-top: 20px;
    text-align: left;
    /*background-attachment: fixed;*/
}
#service-develop{
    background-image: url('./../img/service-develop-bg.jpg');
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: left;
    padding: 100px;
    margin-top: 20px;
    padding-left: 55%;
    color: #000;
    text-align: left;
}
#service-robot{
    background-image: url('./../img/service-robot-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px;
    margin-top: 20px;
    text-align: left;
    position: relative;
    /*background-attachment: fixed;*/
}
#service-robot::before{
	/* 透過した黒を重ねる */
	background-color: rgba(0,0,0,0.4);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#service-robot div{
  position: absolute;
}
@media screen and (max-width:850px) {
    #service-media, #service-develop, #service-robot{
        padding: 50px 5%;
        margin: 0px;
        background-size: cover;
        color: #FFF;
    }
    #service-media h3, #service-develop p{
        text-shadow: 0px 0px 5px #000;
    }
    #company{
        height: 100vh;
    }
}
#company{
    background: #0673c5;
}
#access{
    background-image: url('./../img/access-bg.jpg');
    /*height: 100vh;*/
    padding: 0 !important;
    /*background-attachment: fixed;*/
}
#access_info{
    float: left;
    width: 400px;
    text-align: left;
}
#access_map{
    float: left;
}
@media screen and (max-width:850px) {
    #access_info{
        width: auto;
        float: none;
    }
    #access_map{
        float: none;
    }
}
.pages {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 140px 0px 0px 0px;
}
@media screen and (max-width:850px) {
    .pages {
        padding: 40px 0px 0px 0px;
    }
}
#access_content_wrap{
    margin: 140px 0px 0px 0px;
}
@media screen and (max-width:850px) {
    #access_content_wrap{
        margin: 40px 0px 0px 0px;
    }
}
.content_wrap {
    width: 100%;
    display: inline-block;
    text-align: center;
 	margin: auto;
 	display: inline-block;
 	text-align: center;
 	}
.content_wrap h2 {
    margin: 0;/* 0 20px;*/
    padding-bottom: 10px
}
.content {
 	/*max-width: 1000px;*/
    display: inline-block;
    text-align: center;
 	margin: 0 0 100px 0;
}
@media screen and (max-width:850px) {
    .content {
 	    margin: 0 0 50px 0;
 	    padding: 10px;
    }
}
.about .content {
    overflow: hidden;
}
.btn_close {
    font-size: 1px;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}
.btn_close>span {
    display: block;
    background: #2f8ace;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 12px
}
.btn_close>span:first-child {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.btn_close>span:last-child {
    bottom: 22px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}
.btn_close:hover {
    opacity: 0.5
}

















#mission_p, ul.list{
    margin: 0px 20%;
    color: #333;
    line-height: 1.7em;
}
@media screen and (max-width:480px) {
    #mission_p{
        margin: 10px 10%;
    }
}



img.company_img {
    max-width: 100%;
}


table{
    border-collapse:collapse;
}
tr{
    border-bottom: 1px #ccc solid;
}
.ta2 td{
    color: #eee;
    padding: 10px 0 10px 1em;
    text-align: left;
}
ul.acces_ul{
    padding: 10px;
}
ul.acces_ul li{
    list-style: none;
    margin-bottom: 10px;
}

#GoogleMap{
    width: 425px;
    height: 350px;
}
@media screen and (max-width:480px) {
    #GoogleMap{
        width: 90%;
        height: 300px;
        margin: 10px 5%;
    }
}



#load{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index: 9999;
    display: none;
}
#loader {
    position: fixed;
    top: 48%;
    left: 48%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    border: 8px solid #fff;
    border-right-color: transparent;
    -webkit-animation: spin 0.7s infinite linear;
    -moz-animation: spin 0.7s infinite linear;
    animation: spin 0.7s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg);   opacity: 0.4; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.4; } /*100%の時に20％の透明度に戻る*/
}



.fade_in{
    transition-delay: 3s;
    transition: 1s;
    /*transition-timing-function:ease-in;*/
}
.fade_in_before{
    opacity: 0;
    transform: translateY(25px) scale(1);
    height: auto;
}
.fade_in_after{
    opacity: 1;
    transform: translateY(0px) scale(1);
    height: auto;
}


.white{color: #ffffff;}
.black{color: #111111;}
.red{color: #4ccfff;}
.orange{color: #0673c5;}