@charset "utf-8";
/* CSS Document */
body{font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; background: #FFF; font-size: 14px; line-height:1.8em; position: relative;}
*, *:before, *:after{box-sizing: border-box;}
img{padding: 0; margin: 0; vertical-align: bottom;}

.s_hide{display:none;}
.clear, .s_clear{clear:both;}

.wrapper{width:100%; margin:0; padding:80px 0 0; position: relative; z-index: 9997; overflow: hidden;}
.content_box{width: 94%; margin: 0 auto;}
p.lead{font-weight: bold; margin: 40px 0;}

/* Link */
a:link{color:#00578f; text-decoration:none;}
a:visited{color:#00578f; text-decoration:none;}
a:hover,a:focus{color:#7988FF;}
a:active{color:#7988FF;}
a.exlink{background:url(../../images/icon_exlink_g.gif) no-repeat right 50%; padding-right:20px;}
a:hover .hover_img{opacity: 0.7; transition: 0.3s ease-in-out;}

/* clearfix */
.clearfix:before, .clearfix:after{content: " "; display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1; /* for IE 6/7 only */}

/* header */
#header_box{background:rgb(15, 33, 139); width:100%; position: fixed; z-index: 9999; margin: 0; padding: 0; box-shadow: 0 0 10px rgba(0,0,0,0.9);}
#header_box_bg_b{background:rgba(0,0,0,0.8); width:100%; position: fixed; z-index: 9999; margin: 0; padding: 0; box-shadow: 0 0 10px rgba(0,0,0,0.9);}
#logo_box{background: #FFF; border-radius: 0 0 5px 5px; width: 100px; height: 40px; margin: 0 0 0 5px; text-align: center;}
#logo_box img{width: 100%; height: auto; margin-top: 5px;}
#header_link{float: right; width: 62%;}
#entry{width: 104px; float: right;}
#entry a{background: #62CFE5; display: block; line-height: 45px; text-align: center; color: #FFF;}
#mr_home{text-align: center; width: 70px; font-size: 11px; float: right; margin:10px 5px;}
#mr_home a{color: #DDD; border: 1px solid #DDD; padding: 2px;}

/* global menu */
.menu {display: flex; position: relative; width: 100%; height: 40px; margin: 0 auto;}
.menu .menu_list { text-align: center; height: 40px; line-height:1.2; padding-top:10px;  width:25%; font-size: 0.95em;}
.menu .menu_list > a { color: #FFF; font-weight: bold; display: block; padding:0; text-align: center; transition: .3s;}
.menu .menu_list > a.menu_sub_active,
.menu .menu_list > a#gm_movie:hover,.menu .menu_list > a#gm_movie:focus{color:#B7C6FF;}
.menu_contents {background:rgba(255,255,255,0.9); display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 10px 0;}
.menu_contents li {width:76%; line-height: 1.2; margin-left: 24%; text-align: left; font-size: 12px; border-left: 1px solid #000;}
.menu_contents li img {width:65px; height: auto; margin: 5px 10px; vertical-align: middle; border-radius: 5px;}
.menu_contents li a {color: #000; font-weight: normal;}
.menu_category{float: left; width:24%; line-height: 1.2; font-weight: bold; margin:5px 0 0 0; padding: 10px 0;}
.menu_category>span{display: block; font-size: 10px; font-weight:normal;}
.cursor_default{cursor: default;}


/* footer menu */
.footer{background:rgb(15, 33, 139); width:100%; color: #DDD; font-size: 10px; text-align: center; padding: 20px 0; position: relative; z-index: 9997;}
.footer ul{margin: 0 0 3px 0;}
.footer ul li{display: inline-block; margin: 0 10px;}
.footer ul li a{color: #FFF; font-size: 12px; padding-right: 13px; background: url(../images/icon_ex_link.png) no-repeat right 50%;}

/* page title */
.title_box{width: 100%; height: 200px; padding-top: 30px;}
.title{width: 94%; margin: 0 auto; padding: 0 0 0 15px;}
.title_category{font-size: 11px;}
.title_page{font-size: 20px;}
.clr_corp{ border-left: 4px solid #0F218B; color:#0F218B;}
.clr_fff{ border-left: 4px solid #FFF; color:#FFF;}

.title_box#title_message{height: 250px; background: url(../images/title_bg_message.jpg) no-repeat 58% top; background-size: cover;}
.title_box#title_match{background: url(../images/title_bg_match.jpg) no-repeat center top; background-size: cover;}
.title_box#title_office{height: 300px; background: url(../images/title_bg_office.jpg) no-repeat 65% top; background-size: cover;}
.title_box#title_features{background: url(../images/title_bg_features.jpg) no-repeat center top; background-size: cover;}
.title_box#title_business{background: url(../images/title_bg_business.jpg) no-repeat center top; background-size: cover;}
.title_box#title_global{background: url(../images/title_bg_global.jpg) no-repeat center top; background-size: cover;}
.title_box#title_job{background: url(../images/title_bg_job.jpg) no-repeat center top; background-size: cover;}
.title_box#title_system{height: 460px; background: url(../images/title_bg_system-2.jpg) no-repeat 43% top; background-size: cover; position: relative;}
.title_box#title_device{height: 460px; background: url(../images/title_bg_device.jpg) no-repeat 44% top; background-size: cover; position: relative;}
.title_box#title_movie{height: 90px;}


.movie_box{position: relative; width: 100%; padding-top: 56.25%; margin: 10px 0 0;}
.movie_box iframe {position: absolute; top: 0; right: 0; width: 100%; height: 100%;}
.playtime{margin-bottom: 30px;}

@media print, screen and (min-width: 767px) {

body{font-size: 14px;}

.l_hide{display:none;}
.s_hide{display:block;}
.l_clear{clear:both;}
.s_clear{clear:none;}

.wrapper{min-width: 1000px; width: 100%; margin: 0 auto; padding: 100px 0 0;}
.content_box{max-width: 1000px;}
p.lead{margin: 60px 0; font-size: 18px; line-height: 1.8em;}

/* header */
#header_box{min-width: 1000px;}
#header_box_bg_b{min-width: 1000px;}
#logo_box{width: 270px; height: 90px; float: left; position: relative; z-index: 999999;}
#logo_box img{width:250px; height: auto; margin-top: 5px;}
#header_link{float: right; width:330px; position: relative; z-index: 999999; }
#entry{width: 180px; height: 100px; float: right;}
#entry a{font-size: 24px; line-height: 100px;}
#entry a:hover{background: #7EE4E9; transition: 0.3s ease-in-out;}
#mr_home{text-align: center; width: 70px; font-size: 11px; float: right; margin:40px 20px 0 0;}
#mr_home a:hover{opacity: 0.7; transition: 0.3s ease-in-out;}

/* global menu */
.menu {width:100%; height: 100px; position: absolute; left:0px; top: 0; padding-left: 300px;}
.menu .menu_list {height: 100px; line-height: 100px; width: 13%; float: left; font-size: 1em;}
.menu .menu_list > a { color: #FFF; font-weight: bold; display: block; padding:0; text-align: center; transition: .3s;}
.menu_contents {background:rgba(255,255,255,0.9); display: none; position: absolute; top: 100px; left: 0; width: 100%; padding: 10px 0;}
.menu_contents li {float: left; width:180px; line-height: 1.2; margin-left:0; text-align:center; border: none;}
.menu_contents li img {width:160px; height: auto; margin: 5px 10px;}
.menu_contents li a {color: #000; font-weight: normal;}
.menu_contents li a:hover {opacity: 0.7; transition: 0.3s ease-in-out;}
.menu_category{width: 13%; font-size: 18px; line-height: 1.5; margin:0 3% 0 7%; padding: 35px 0; border-right: 1px solid #000;}



/* footer menu */
.footer{ font-size: 11px; min-width: 1000px; text-align: right; padding: 20px;}
.footer ul{float: left; margin: 0;}
.footer ul li a{font-size: 13px;}
.footer ul li a:hover{color:#7988FF; transition: 0.3s ease-in-out;}

/* page title */
.title_box{height: 300px; min-width: 1000px; padding-top: 40px;}
.title{width: 94%; max-width: 1000px; padding: 0 0 0 30px;}
.title_category{font-size: 14px; line-height: 2em;}
.title_page{font-size: 30px; line-height: 1.4em;}
.clr_corp{ border-left: 5px solid #0F218B; color:#0F218B;}
.clr_fff{ border-left: 5px solid #FFF; color:#FFF;}

.title_box#title_message{height: 400px; min-width: 1000px; padding-top: 40px;}
.title_box#title_office{height: 490px; background: url(../images/title_bg_office.jpg) no-repeat center top; background-size: cover;}
.title_box#title_system{height: 540px; background: url(../images/title_bg_system-2.jpg) no-repeat center top; background-size: cover;}
.title_box#title_device{height: 540px; background: url(../images/title_bg_device.jpg) no-repeat center top; background-size: cover;}
.title_box#title_movie{height: 130px;}

.movie_box{margin: 50px 0 0;}
.playtime{margin-bottom: 100px;}

}

@media print {
#header_box,#header_box_bg_b{
  position: relative;
}
.wrapper{padding-top: 0;}
}

