@charset "UTF-8";
/* ----------------------------------------------------
 * framework
 * -------------------------------------------------- */
body {
  background-color: #fff;
}
#container {
  margin: 0 auto;
  min-width: 960px;
  max-width: 100%;
}
/* ----------------------------------------------------
 * header
 * -------------------------------------------------- */
header #global_menu_area {
  width: 100%;
  overflow: hidden;
}
<!--
header .mode_white #global_menu_area {
  position: fixed;
  z-index: 9999;
} -->

header .mode_white_logo {
  display: none;
}
header #global_menu {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
header .mode_white #global_menu_area {
  background-color: #fff;
}
header#top_page {
  background-color: #000;
}
header#top_page #main_visual {
    background: url("../../images/mainvidual.png") no-repeat;
    background-size: cover;
    height: 701px;
    position: relative;
    min-width: 960px;
    max-width: 100%;
    margin: 0 auto;
}



header#top_page #header_content > div:not(#global_menu_area) {
  width: 960px;
  margin: 0 auto;
}
header#top_page #header_content {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header#top_page #lang li {
  float: left;
  padding: 0px 15px 0 15px;
  margin: 16px auto 24px;
}
header#top_page .info {
  margin: 6px 0 0;
}

header#top_page .mode_white #lang li a {
    text-decoration: none;
    color: #414141;
}
header#top_page .mode_white #lang li a.en {
    color: #414141;
}


header#top_page #lang li a {
    text-decoration: none;
    color: #fff;
}
header#top_page #lang li a.en {
    color: #919191;
}
header#top_page .info a {
    color: #fff;
    text-decoration: none;
}
header#top_page .mode_white .info a {
    color: #333333;
    text-decoration: none;
}
header#top_page .info .news {
    background: url("../../images/header_news.png") no-repeat left center / contain;
    padding-left: 25px;
}
header#top_page .info .contact {
    background: url("../../images/header_mail.png") no-repeat left center / contain;
    padding-left: 25px;
}
header#top_page #title {
    position: absolute;
    top: 13px;
}
header#top_page #main_manu {
    font-size: 13px;
    clear: both;
    float: right;
}
header#top_page #main_manu ul {
}
header#top_page #main_manu ul li:not(:last-child) {
    float: left;
    padding: 0 14px;
}
header#top_page #main_manu ul li:last-child {
    float: left;
    padding-left: 14px;
}
header#top_page #main_manu ul li a {
    color: #fff;
    text-decoration: none;
}
header#top_page .mode_white #main_manu ul li a {
    color: #494949;
    text-decoration: none;
}
header#top_page #main_manu ul li:not(:first-of-type) {
    border-left: 1px solid #aaa;
}
header#top_page #mainlogo {
    text-align: center;
    color: #fff;
    margin-top: 130px!important;
}
header#top_page .mode_white #mainlogo {
    margin-top: 250px!important;
}
/*
header#top_page #mainlogo img {
    margin-top: 170px;
}
header#top_page .mode_white #mainlogo img {
    margin-top: 260px;
}
*/
header#top_page #mainlogo .sub_title {
    font-family: 'Titillium Web', serif;
    font-size: 32px;
    line-height: 36px;
}
header#top_page #mainlogo .sub_title_jp {
    margin-top: 24px;
    font-size: 20px;
}
#main .slider_top_item {
  width: 100% !important;
  background-color: #fff;
}
#main .slider_top_outer {
  background-color: #fff;
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#main .slider_top {
    height: 281px;
    width: 960px !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#main .slider_top .text {
    background-color: #2d8e01;
    color: #fff;
    height: 281px;
    width: 50%;
}
#main .slider_top .text::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #2d8e01;
  position: absolute;
  right: 49%;
  top: 132px;
  transform: rotate(45deg);
  z-index: 1;
}
#main .slider_top .page {
    margin: 0px 0 30px 0;
    height: 281px;
}
#main .slider_top .text .slider_title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 10px;
    margin-top: 50px;
    font-weight: normal;
}
#main .slider_top .text .separator {
    border-top: 2px solid #fff;
    width: 50px;
    margin: 20px auto 0px;
}
#main .slider_top .text .slidersub_title {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    margin-top: 20px;
    letter-spacing: 5px;
}
#main .slider_top .text,
#main .slider_top .image {
    width: 50%;
    float: left;
}
#main .slider_top .text {
    display: table-cell;
    /*height: 481px;*/
    vertical-align: middle;
    text-align: center;
}
#main .slider_top .image {
    position: relative;
}
#main .slider_top_outer .bx-wrapper {
    margin-bottom: 0px;
}
#main .slider_top .bx-wrapper img {
    height: 281px;
    width: 100%;
    max-width: auto !important;
}
#main .slider_top_outer .bx-pager {
    position: absolute;
    bottom: 55px !important;
    left: -25%;
    z-index: 51;
}
#main .slider_top_outer .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: auto;
    transform: none;
}
#main .slider_top_outer .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.2);
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#main .slider_top_outer .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main .slider_top_outer .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
#top_button {
    position: absolute;
    bottom: 150px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
}
#top_button .button {
    min-width: 270px;
}
#topics {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    display: table;
    background-color: rgba(38, 38, 38, 0.7);
}
#topics_area {
  width: 960px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#topics > div {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    text-align: center;
}
#topics .topics_separator {
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  top: 0;
  left: 135px;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #444444;
}
#topics dl {
    height: 70px;
    margin-left: 20px;
    position: relative;
}
#topics dl dt,
#topics dl dd {
    display: table-cell;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    height: 70px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}
#topics dl dd {
    text-align: left;
    width: 100%;
    padding: 0 0 0 20px;
    background: url("../../images/arrow.png") 95% center no-repeat;
}
#topics dl dd a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 60px 10px 0;
}
/* ----------------------------------------------------
 * strong_point
 * -------------------------------------------------- */
#main section#strong_point {
  margin: 0 auto;
  background-color: #000;
}
#strong_point_inner {
  min-width: 960px;
  max-width: 100%;
  margin: 0 auto;
  background: url("../../images/top_footer_strongpoint.png") no-repeat;
  background-size: cover;
  height: 100%;
}
#strong_point {
    background-size: cover;
    position: relative;
    height: 490px;
    overflow: hidden;
}
#strong_point .text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
#strong_point .strong_point_title {
    font-size: 36px;
    position: absolute;
    top: 80px;
    margin-top: 0px;
}
#strong_point .strong_point_title::after {
    content: '';
    border-top: 1px solid #22ac38;
    display: block;
    width: 50px;
    height: 20px;
    position: absolute;
    top: 56px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
#strong_point .sub_title {
    font-family: 'Titillium Web', serif;
    font-size: 15px;
    position: absolute;
    top: 155px;
}
#strong_point .discription {
    font-size: 24px;
    line-height: 36px;
    position: absolute;
    top: 230px;
}
#strong_point .strong_point_button {
    position: absolute;
    bottom: 83px;
    left: 0px;
    right: 0px;
    text-align: center;
}
#strong_point .strong_point_button .button_large {
    min-width: 310px;
    font-size: 16px;
    letter-spacing: 0.8px;
}
#strong_point .strong_point_button a:nth-child(2) {
    margin-left: 25px;
}
/* ----------------------------------------------------
 * 枠組み
 * -------------------------------------------------- */
#main h2 {
    font-size: 36px;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 30px;
}
#main #client_case .title {
    margin-top: 65px;
}
#main .title {
    position: relative;
}
#main .title:not(:first-child) {
    margin-top: 68px;
}
#main .title:first-child {
    margin-top: 40px;
}
#main .h2_title_titillium {
    font-family: 'Titillium Web', serif;
    text-align: center;
    font-size: 15px;
    color: #000;
    opacity: 0.7;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 30px;
}
#main .title span::after {
    content: '';
    width: 45px;
    border-top: 1px solid #22ac38;
    position: absolute;
    left: 455px;
    top: 48px;
}
#main section {
    overflow: hidden;
    margin-top: 40px;
}
#main section .contentArea {
    width: 960px;
    margin: 0 auto;
}
#main section.normal_section {
    padding-right: 0;
}
/* ----------------------------------------------------
 * サービスセクション
 * -------------------------------------------------- */
#service_menu {
    margin: 70px auto 0;
    font-size: 18px;
    position: relative;
}
#service_menu ul {
    width: 100%;
    height: 30px;
    margin: 0 auto 10px;
    text-align: center;
}
#service_menu ul li {
    float: left;
/*    margin: 0 30px;*/
    width: 25%;
}
#service_menu ul li:not(:first-child) {
}
#service_menu ul li a.active,
#service_menu ul li a {
    text-decoration: none;
    text-align: center;
    width: 120px;
    position: relative;
    letter-spacing: 0.15em;
}
#service_menu ul li a {
    color: #858585;
}
#service_menu ul li a.active {
    color: #333;
}
#service_menu .separator {
    border-top: 2px solid #f0f0f0;
    width: 100%;
    margin: 0 auto;
}
#service_menu .marker {
    background:#21ac38;
    height:5px;
    display:block;
    position:absolute;
    width:100px;
    bottom: 1px;
}
#detail_menu .training,
#detail_menu .immediate,
#detail_menu .consulting {
    display: none;
}
#detail_menu h3 {
    font-size: 28px;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    margin: 35px 0 20px 0;
}
#detail_menu .description + h3 {
    margin: 50px 0 35px 0;
}
#detail_menu .text {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}
#detail_menu .description  {
    text-align: center;
    margin-bottom: 30px;
}
#detail_menu .description a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 480px;
    height: 120px;
    line-height: 120px;
    color: #4f4f4f;
    font-size: 24px;
}
#detail_menu .description a:nth-child(1) {
    background-color: #f1eff0;
}
#detail_menu .description a:nth-child(2) {
    background-color: #f7f7f7;
}
#detail_menu .description a::after {
    content: url("../../images/arrow_b.png");
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
}
#detail_menu .consulting,
#detail_menu .immediate {
    text-align: center;
}
#detail_menu .consulting .contact,
#detail_menu .immediate .contact {
    display: table;
    margin: 40px auto 30px auto;
    width: 100%;
    height: 101px;
}
#detail_menu .consulting .contact_guide,
#detail_menu .immediate .contact_guide {
    display: table-cell;
    background-color: #f7f7f7;
    width: 50%;
    height: 80px;
    margin: 20px 0;
    vertical-align: middle;
    text-align: center;
}
#detail_menu .consulting .contact_guide p,
#detail_menu .immediate .contact_guide p {
    font-size: 14px;
    line-height: 30px;
}
#detail_menu .consulting .contact_guide .large,
#detail_menu .immediate .contact_guide .large {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3px;
}
#detail_menu .service_botton {
    padding: 40px 20px 40px 10px;
    width: 300px;
}
#detail_menu .consulting .tel,
#detail_menu .immediate .tel {
    display: table-cell;
    background-color: #f6a62b;
    color: #fff;
    width: 50%;
    height: 101px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
#detail_menu .consulting .tel_title,
#detail_menu .immediate .tel_title {
    font-family: 'Titillium Web', serif;
    font-size: 18px;
}
#detail_menu .consulting .tel_no,
#detail_menu .immediate .tel_no {
    font-size: 28px;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 0.7px;
}
#detail_menu .consulting .tel::after,
#detail_menu .immediate .tel::after {
    content: '';
  width: 13px;
  height: 13px;
  background-color: #f6a62b;
  position: absolute;
  top: 45px;
  left: -6px;
  transform: rotate(45deg);
  z-index: 1;
}
#detail_menu .consulting .text,
#detail_menu .immediate .text {
    text-align: left;
}
#detail_menu .immediate .button {
    margin: 30px auto;
    min-width: 300px;
    line-height: 26px;
}
#detail_menu .immediate .button::after {
    top: 35px;
}
#detail_menu ul {
    margin: 0 auto;
    /*     width: 680px; */
    width: 960px;
}
#detail_menu ul li {
    float: left;
    width: 240px;
    height: 240px;
    position: relative;
}
#detail_menu ul li a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: #000;
    text-align: center;
}
#detail_menu ul li:nth-child(2),
#detail_menu ul li:nth-child(4),
#detail_menu ul li:nth-child(5),
#detail_menu ul li:nth-child(7),
#detail_menu ul li:nth-child(10)  {
    background: #f1eff0;
}
#detail_menu ul li:nth-child(1),
#detail_menu ul li:nth-child(3),
#detail_menu ul li:nth-child(6),
#detail_menu ul li:nth-child(8),
#detail_menu ul li:nth-child(9) {
    background: #f7f7f7;
}
#detail_menu ul li a:hover,
#detail_menu ul li a.active {
    background: #33a700;
    color: #fff;
    opacity: 1.0;
}
#detail_menu ul li a:hover span,
#detail_menu ul li a.active span {
    color: #fff;
}
#detail_menu ul li img {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
}
#detail_menu .training ul li img,
#detail_menu .security ul li img {
    top: 40px;
}


#detail_menu .separator {
    border-top: 2px solid #dbd9da;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: 0 auto;
}
#detail_menu a:hover .separator,
#detail_menu a.active .separator {
    border-top: 2px solid #fff;
}
#detail_menu .menu_title::before {
    content: '';
    border-top: 2px solid #dbd9da;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 95px;
    margin: 0 auto;
}
#detail_menu .menu_title {
    margin-top: 100px;
    font-size: 16px;
    line-height: 26px;
    display: block;
}
#detail_menu span:hover {
    color: #fff;
}
#detail_menu li div.menu_title {
    margin-top: 100px;
}


/* ----------------------------------------------------
 * 導入事例セクション
 * -------------------------------------------------- */
#main section#client_case {
    background-color: #f9f9f9;
    max-width: 100%;
    min-width: 960px;
    margin: 70px auto 0 auto;
}
#client_case .slider_client_case > div {
    /*background-color: #f0f0f0;*/
}
#client_case .bx-wrapper {
    border: 1px solid #dedede;
    box-shadow: none;
    margin: 35px auto 10px !important;
}
#client_case .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: auto;
}
#client_case .slider_client_case .image {
    float: left;
    width: 397px;
    height: 272px;
}
#client_case .slider_client_case .image img {
    /*width: 397px;
    height: 270px;*/
}
#client_case .slider_client_case .text {
    float: left;
    width: 561px;
    height: 272px;
    background-color: #f0f0f0;
}
#client_case .slider_client_case .text h4 {
    font-size: 20px;
    padding: 30px;
    font-weight: bold;
}
#client_case .slider_client_case .text p {
    font-size: 15px;
    line-height: 26px;
    padding: 0 30px 30px 30px;
    color: #333;
}
#client_case a {
    z-index: 9998;
}
#client_case a.bx-prev {
    left: -50px;
    background: none;
}
#client_case a.bx-prev::before {
    content: '';
    background: #848484 none repeat scroll 0 0;
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 20px;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
}
#client_case a.bx-prev::after {
    background: #f9f9f9 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 4px;
    transform: rotate(45deg);
}
#client_case a.bx-next {
    right: -50px;
    background: none;
}
#client_case a.bx-next::before {
    content: '';
    background: #848484 none repeat scroll 0 0;
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 20px;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
}
#client_case a.bx-next::after {
    background: #f9f9f9 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(45deg);
}
#client_case div#client_banner {
    clear: both;
    text-align: center;
    padding: 20px 0 40px 0;
}
#client_case div#client_banner a {
    margin: auto 10px;
}
#client_case div#client_banner a.current img {
    border: 1px solid #535353;
}
#client_case .slider_client_case a {
  text-decoration: none;
  color: inherit;
}








/* ----------------------------------------------------
 * コラムセクション
 * -------------------------------------------------- */


/* ----------------------------------------------------
 * ニュースセクション
 * -------------------------------------------------- */
#news {
}
#news dl {
    margin-top: 30px;
    overflow: hidden;
}
#news dl dt {
    float: left;
    clear: both;
    width: auto;
    font-size: 16px;
    height: 50px;
    width: 25%;
}
#news dl dd {
    float: left;
    width: 70%;
    font-size: 16px;
    line-height: 28px;
    margin: -4px 0 10px 10px;
}
#news dl dd a {
  text-decoration: none;
  color: inherit;
}
#news dl span {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    height: 26px;
    width: 110px;
    display: inline-block;
    margin-left: 15px;
}
#news .button_area {
    width: 300px;
    clear: both;
    text-align: center;
    margin: 35px auto 60px auto;
}
#news .button_area .button {
    min-width: 270px;
}
#news .news_table {
  border-collapse: separate;
  margin-top: 27px;
  color: #333;
}
#news .news_table tr {
  margin: 15px auto;
}
#news .news_table th {
  width: 25%;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  padding-bottom: 20px;
  color: inherit;
}
#news .news_table td {
  width: 75%;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: inherit;
}
#news .news_table th span {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0px 6px 0px;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  width: 110px;
}
#news .news_table td a {
  text-decoration: none;
  color: inherit;
}
<!--
.megamenu {
  #position: fixed;
}-->
.megamenu .arrow {
  background-color: #1c1c1c;
}




/* ----------------------------------------------------
 * footer
 * -------------------------------------------------- */
footer {
  margin: 0 auto;
  max-width: 100%;
  min-width: 960px;
}

@media screen and (min-width: 480px){
  /*画面幅が480px以上のスマホ*/
}
@media screen and (max-width: 768px){
  /*画面幅が768px以上のタブレット*/
ul.casestudy_card {
    flex-direction: column;
}
li.casestudy_card {
    width: 100%;
}
}

}
@media screen and (min-width:1024px){
  /*画面幅が1024px以上のPC*/
}
