@charset "UTF-8";
/*
    muratec.net 
    en-line.css
    2024.08.01
*/
/*--------------------------------------
 line-header
---------------------------------------*/
#line-header {
  position: relative;
  width: 100%;
  border-top: 3px solid #4c679b;
  border-bottom: 1px solid #444;
  background: url(../png/line.png) center -165px no-repeat;
}
@media screen and (max-width: 767px) {
  #line-header {
    height: 100px;
    position: fixed;
    background: url(../png/line-sp.png) -120px -22px no-repeat;
    /* background: url(/assets/images/line-sp.png) 40% 80% no-repeat;*/
    background-color: #fff;
    border-bottom: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    z-index: 8;
  }
}
#line-header_inner {
  position: relative;
  width: 1000px;
  height: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #line-header_inner {
    width: 100%;
    height: auto;
  }
}
#line-header h1 {
  position: absolute;
  top: 25px;
  left: 0;
  margin: 0 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #line-header h1 {
    position: static;
    margin: 15px 0 0 20px;
  }
}
#line-header h1 img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #line-header h1 img {
    width: 140px;
  }
}
#line-header .logo {
  position: absolute;
  top: 25px;
  left: 0;
  margin: 0 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #line-header .logo {
    position: static;
    margin: 26px 0 0 20px;
  }
}
#line-header .logo img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #line-header .logo img {
    width: 140px;
  }
}
/* header_navi */
#line-header_navi {
  position: absolute;
  top: 0;
  right: 80px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #line-header_navi {
    display: none;
  }
}
#line-header_navi ul {
  margin: 0;
  padding: 0;
}
#line-header_navi ul li {
  float: left;
  margin: 0;
  padding: 7px 8px 2px;
  font-size: 1.2rem;
  line-height: 1.2;
}
#line-header_navi ul li a:hover {
  text-decoration: underline;
}
#line-header_navi ul li:last-child {
  padding: 7px 0 2px 8px;
}
#line-header_navi ul li.dept ul, #line-header_navi ul li.global ul {
  position: absolute;
  top: 25px;
  left: 55px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px !important;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
  z-index: 10;
}
#line-header_navi ul li.global ul {
  left: 120px !important;
}
#line-header_navi ul li.dept ul li, #line-header_navi ul li.global ul li {
  float: none !important;
  white-space: nowrap;
}
#line-header_navi ul li.dept ul li:last-child, #line-header_navi ul li.global ul li:last-child {
  margin-bottom: 0 !important;
}
#line-header_navi ul ul li {
  margin: 0 0 10px 0;
  padding: 0 15px 0 8px;
  font-size: 1.2rem;
  background: url(../gif/nav-arrow.gif) 0 0.4em no-repeat;
}
#line-header_navi ul ul li:hover {
  background-color: transparent;
}
#line-header_navi ul ul li:last-child {
  padding: 0 15px 0 7px;
}
#line-header_navi ul a {
  font-weight: 400 !important;
  color: #212121;
  text-decoration: none;
}
#line-header_navi ul ul li a:hover {
  text-decoration: underline;
}
#line-header_navi ul li.corp ul, #line-header_navi ul li.dept ul, #line-header_navi ul li.global ul, #line-header_navi ul li.header-global ul {
  display: none;
}
#line-header li.corp, li.dept, li.global, li.header-global {
  cursor: pointer;
}
#line-header_navi ul li.corp:hover, #line-header_navi ul li.dept:hover, #line-header_navi ul li.global:hover, #line-header_navi ul li.header-global:hover {
  color: #1f3382;
}
#line-header_navi ul li.corp:hover ul, #line-header_navi ul li.dept:hover ul, #line-header_navi ul li.global:hover ul, #line-header_navi ul li.header-global:hover ul {
  display: block;
}
/* globalNavi */
.line-global_wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e4e4e4;
  background-color: rgba(228, 228, 228, 0.75);
}
#line-global_navi {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #line-global_navi {
    display: none;
  }
}
#line-global_navi li {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#line-global_navi li a {
  display: block;
  height: 28px;
  padding: 8px 42px 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #212121;
}
#line-global_navi li a, #line-global_navi li a:hover {
  text-decoration: none;
}
#line-global_navi li a:hover, #line-global_navi li a.active {
  background-color: #fff;
}
#line-searchArea {
  width: 220px;
  margin: 2px 0 0 50px;
  padding: 0;
}
.mt-site-search-form input[type="search"] {
  width: 170px;
  height: 24px;
  margin: 0;
  padding: 1px 5px;
  vertical-align: bottom;
  border: 0;
}
.mt-site-search-form .mt-site-search-form__button {
  width: 50px;
  height: 24px;
  margin: 0;
  padding: 5px 0;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  border: none;
  background-color: #333;
  cursor: pointer;
}
/*--------------------------------------
 content
---------------------------------------*/
@media screen and (max-width: 767px) {
  #content {
    width: 90%;
    padding-top: 110px;
  }
}
/*--------------------------------------
 sp-nav
---------------------------------------*/
@media screen and (max-width: 767px) {
  .hamburger {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
  }
  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 30px;
    height: 2px;
    background-color: #1E3BC2;
    transition: all .5s;
  }
  .hamburger__line--1 {
    top: 15px;
  }
  .hamburger__line--2 {
    top: 24px;
  }
  .hamburger__line--3 {
    top: 33px;
  }
}
/*--------------------------------------
 main-image, video
---------------------------------------*/
.main-image_wrap {
  width: 100%;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray {
  background-color: #eceff4 !important;
}
@media screen and (max-width: 767px) {
  .main-image_wrap {
    height: auto;
    padding: 100px 0 0;
  }
}
.main-image_inner {
  display: none;
  padding: 0;
}
.main-image_inner ul li, .main-image_inner_sp div, .main-image_inner_sp ul li {
  display: none;
}
.opv-wrap {
  display: none;
  position: relative;
  width: 1006px;
  margin: 0px auto;
}
.opv {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .opv-wrap {
    width: 100%;
    margin: 0 auto;
  }
}
video {
  pointer-events: none;
}
.btn-skip {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 8px 10px;
  font-size: 1.2rem;
  color: #555;
  border: 1px solid #555;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn-skip {
    bottom: 0;
    padding: 5px;
    font-size: 1rem;
  }
}
/* feature_list */
div#feature_list {
  width: 1000px;
  height: 270px;
  overflow: hidden;
  position: relative;
}
div#feature_list ul {
  position: absolute;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#tabs {
  top: 0;
  left: 0;
  width: 267px;
  height: 270px;
  margin: 0;
  padding: 0;
  background-color: #4c679c;
}
ul#tabs li {
  margin: 0;
  padding: 0 13px 0 12px;
}
ul#tabs li img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
ul#tabs li a {
  display: block;
  width: 242px;
  color: #222;
  text-decoration: none;
}
ul#output {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  width: 733px;
  height: 270px;
  margin: 0;
  padding: 0;
  background: url(../404.html) 0 0 no-repeat;
}
ul#output li {
  position: absolute;
  width: 733px;
  height: 270px;
  margin: 0;
  padding: 0;
}
.cover {
  position: absolute;
  right: 0;
}
.cover2 {
  display: none;
  position: absolute;
  right: 0;
}
/*--------------------------------------
 brand.html
---------------------------------------*/
.txt-line {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-line {
    text-align: left;
  }
}
.line-detail {
  background-color: #eaeaea;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .line-detail {
    padding: 30px;
  }
}
.pdt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pdt40 {
    padding-top: 0 !important;
  }
}