/* --------------------------------

news release

-------------------------------- */
#cnt-common h5 {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

#cnt-common h5 p {
  font-size: 0.8em;
}

#cnt-common .txt-R {
  text-align: right;
}

#cnt-common p {
  text-indent: 1.1em;
}
#cnt-common p.no-indent {
  text-indent: 0em;
}

#cnt-common th, #cnt-common td {
  border: 1px solid #ccc;
}
/* --------------------------------

top info style

-------------------------------- */
.info_box dd {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.info_box .box_tags {
    float: left;
    width: 120px;
    padding: 4px 6px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 80%;
    text-align: center;
}

.info_box time {
    width: 130px;
    margin: 3px 15px 0 15px;
    float: left;
    text-align: center;
}

.info_box .box_text {
    width: calc(100% - 120px - 130px - 30px);
    float: left;
    margin: 3px 0 0 0;
}

@media(max-width: 767px) {
    .info_box .box_text {
        display: inline-block;
        width: 100%;
        margin-top: 18px;
    }
    .info_box h2 span {
        display: none;
    }
}

/* --------------------------------

top image section

-------------------------------- */
.topmain {
  height:auto;
  background-position:0 50%;
  background-size:cover;
}

.bg-scale1,
.bg-scale2,
.bg-scale3,
.bg-scale4,
.bg-scale5 {
    position: relative;
    overflow: hidden;
    text-align: center;

    text-shadow: 0 0 12px #7b7a35;
    padding: 80px 0;
}
.bg-scale1:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/purpose.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bg-scale2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/solution.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bg-scale3:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/service.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bg-scale4:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/web_corp_image_building.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bg-scale5:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/ir_info.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bg-scale1:hover:after,
.bg-scale2:hover:after,
.bg-scale3:hover:after,
.bg-scale4:hover:after,
.bg-scale5:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bg-scale1 .inner,
.bg-scale2 .inner,
.bg-scale3 .inner,
.bg-scale4 .inner,
.bg-scale5 .inner {
    z-index: 1;
    position: relative;
}

.bg-scale1 p,
.bg-scale2 p,
.bg-scale3 p,
.bg-scale4 p,
.bg-scale5 p {
    font-size: 28px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}
.topmain a.btn-more,
.bg-scale1 a.btn-more,
.bg-scale2 a.btn-more,
.bg-scale3 a.btn-more,
.bg-scale4 a.btn-more,
.bg-scale5 a.btn-more {
    color: #fff;
    border: #fff 1px solid;
    padding: 10px 28px;
    font-size: 16px;
    text-shadow: 1px 1px 2px #666, 0 0 30px #005a49, 0 0 5px #005a49;
    /*text-shadow: 0 0 15px rgba(255, 255, 255, .5),
               0 0 30px rgba(255, 255, 255, .5),
               0 0 40px rgba(52, 152, 219, 1),
               0 0 50px rgba(52, 152, 219, 1),
               0 0 60px rgba(52, 152, 219, 1),
               0 0 70px rgba(52, 152, 219, 1);*/
    -moz-box-shadow: 0 0 6px rgba(125,125,50,.6), 0 0 6px rgba(125,125,50,.6) inset;
    -webkit-box-shadow: 0 0 6px rgba(125,125,50,.6), 0 0 6px rgba(125,125,50,.6) inset;
    box-shadow: 0 0 6px rgba(125,125,50,.6), 0 0 6px rgba(125,125,50,.6) inset;
}

.topmain a.btn-more:hover,
.bg-scale1 a.btn-more:hover,
.bg-scale2 a.btn-more:hover,
.bg-scale3 a.btn-more:hover,
.bg-scale4 a.btn-more:hover,
.bg-scale5 a.btn-more:hover {
    background: rgba(40,50,40,.1);
}

.center {
  text-align:center;
}

.topmain h1 {
  padding:100px 10px 0 10px;
  text-shadow: 1px 1px 2px #666, 0 0 30px #005a49, 0 0 5px #005a49;
  /*text-shadow: 0 0 15px rgba(255, 255, 255, .5),
               0 0 30px rgba(255, 255, 255, .5),
               0 0 40px rgba(52, 152, 219, 1),
               0 0 50px rgba(52, 152, 219, 1),
               0 0 60px rgba(52, 152, 219, 1),
               0 0 70px rgba(52, 152, 219, 1);*/
  font-size: 2.2em;
  color: #fff;
 }

.topmain p.main_text {
  color: #fff;
  margin-bottom:100px;
  padding:0 2%;
  font-size: 1.4em;
  text-align:center;
  text-shadow: 1px 1px 2px #666, 0 0 30px #005a49, 0 0 5px #005a49;
  /*text-shadow: 0 0 15px rgba(255, 255, 255, .5),
               0 0 30px rgba(255, 255, 255, .5),
               0 0 40px rgba(52, 152, 219, 1),
               0 0 50px rgba(52, 152, 219, 1),
               0 0 60px rgba(52, 152, 219, 1),
               0 0 70px rgba(52, 152, 219, 1);*/
}

.box_card_text {
  padding: 20px 10px;
  width: 100%;
  margin-top:-10px;
  background:#f7f7f7;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
.box_card_text span {
  font-size:80%; color:#999;
}

.purpose-list-box h4 {
  position: relative;
}

.purpose-list-box h4 span {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 12px 15px;
  color: #fff;
  font-size: 0.6em;
  font-weight: bold;
  vertical-align: middle;
}
.news-select {
  font-size: 1em;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 7px;
}
.title-corp-index {
  background: url(../images/title_corp.jpg) no-repeat center center;
  position: relative;
  height: 0;
  padding-top: 16.9%;
}
.title-ir-index {
  background: url(../images/title_ir.jpg) no-repeat center center;
  position: relative;
  height: 0;
  padding-top: 16.9%;
}
.title-recruit-index {
  background: url(../images/title_recruit.jpg) no-repeat center center;
  position: relative;
  height: 0;
  padding-top: 16.9%;
}
.title-news-index {
  background: url(../images/title_news.jpg) no-repeat center center;
  position: relative;
  height: 0;
  padding-top: 16.9%;
}
.title-corp-index span,
.title-ir-index span,
.title-recruit-index span,
.title-news-index span {
  color: #fff;
  position: absolute;
  top:40%;
  left: 3%;
  font-size: 1.6em;
 }
 @media(max-width: 767px) {
  .title-corp-index ,
  .title-ir-index,
  .title-recruit-index,
  .title-news-index {
    background: none;
    border: 1px solid #ccc;
    border-left: 5px solid #005a49;
  }
  .title-corp-index span,
  .title-ir-index span,
  .title-recruit-index span,
  .title-news-index span {
    color: #666;
    font-weight: bold;
    font-size: 1em;
    vertical-align: middle;
   }
 }

/*----------------------------------------------------
    .corp　table
----------------------------------------------------*/
table.corp  { width: 100%; }
.corp th  { padding: 10px; border-left: 10px solid #ddd; }
.corp td  { padding: 10px; border: 1px solid #ddd;}
.corp th  { background: #f2f2f2; }

.corp th  { width: 25%; text-align: left; }

@media only screen and (max-width:480px){
    .corp { margin: 0px; }
    .corp th,
    .corp td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .corp tr:first-child th   { border-top: 1px solid #ddd; }
}

/*----------------------------------------------------
    .news　print
----------------------------------------------------*/
.f-box {
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap:         wrap;
}
.card {
  width: 280px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin: 0 15px 15px 0;
}
.card-img {
  padding: 10px 0 0 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.card-content {
  padding: 15px 15px 0 15px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 14px;
}
.card-link {
  text-align: left;
  border-top: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
}
.card-link a {
  text-decoration: none;
  margin: 0 10px;
}

/*----------------------------------------------------
    .ir　team
----------------------------------------------------*/
.box-team{
  border: 1px solid #ccc;
  border-radius: 5px; padding:20px;
}
p.box-team-name{
  padding: 20px 25px; background: #fbfbfb;
}
p.box-team-name span{
  font-weight: bold;
}

/*----------------------------------------------------
    .ir　hilight
----------------------------------------------------*/
.scroll {
  overflow: auto;　　　　
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.scroll::-webkit-scrollbar{　
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　
 background: #F1F1F1;
 border-radius: 5px;
}
.scroll::-webkit-scrollbar-thumb {　
 background: #BCBCBC;
 border-radius: 5px;
}
.hilight {
  width: 100%;
}
.hilight thead th {
  font-weight: bold;
}
.hilight th {
  padding: 12px 15px;
  text-align: right;
  border-bottom: 1px solid #E1E1E1; }
.hilight td {
  padding: 12px 1em;
  text-align: right;
  border-bottom: 1px dotted #E1E1E1; }
.hilight th:last-child,
.hilight td:last-child {
  padding-right: 1em; }
.hilight tr:nth-child(even) td {
  background-color: #d9edf7;
}
.hilight tr:nth-child(odd) td {
  background-color: #fdfdfd;
}

/*----------------------------------------------------
    .ir　media
----------------------------------------------------*/
.info_box_none {
  border-bottom: 1px solid #eee;
}

.info_box_none dt, .info_box_none dd {
  display: inline-block;
}

.info_box_none > * {
  vertical-align: top;
}

.info_box_none dt {
  width: 13%;
}

.info_box_none dd {
  width: 85%;
  border-bottom: none;
}

@media only screen and (max-width:480px){
  .info_box_none dt, .info_box_none dd {
    display: block;
  }
  .info_box_none dt {
    width: 100%;
    margin-right: 0;
  }

  .info_box_none dd {
    width: 100%;
    margin-top: 10px;
  }
}
/*----------------------------------------------------
    .ir　faq
----------------------------------------------------*/
.faq-style dl{
  margin: 0 0 50px 0;
  border-bottom: 1px dotted #ccc;
}

.faq-style dt{
  font-weight: 500;
  margin: 0 0 20px 0;
}
.faq-style dd{
  margin: 0 0 10px 0;
}
.q-Style{
 background:#005a49;
  color:#FFF;
  padding:3px 10px;
  font-weight:bold;
  margin-right:10px;
}

.q-Style_hg{
 background:#ff8b4e;
  color:#FFF;
  padding:3px 10px;
  font-weight:bold;
  margin-right:10px;
}
@media only screen and (max-width:480px){
  .q-Style{
  color:#333;
  background:none;
  font-weight:bold;
  margin-right:2px;
  padding: 0;
  }
}

 .block {
    display: flex;
  }
  .block div {
    margin: 0 7px 0 0;
  }

  
/*----------------------------------------------------
    .News　SNS
----------------------------------------------------*/

  .social-area {
  width: 100% ;
  min-height: 190px ;
  background: #fff ;
  padding: 1.5em 0 ;
}

@media screen and ( min-width:480px ) {
  .social-area {
    min-height: 119px ;
  }
}

ul.social-button {
  width: 238px ;
  padding: 0 ;
  border: none ;
  list-style-type: none ;
}

@media screen and ( min-width:480px ) {
  ul.social-button {
    width: 410px ;
  }
}

ul.social-button li {
  float: left ;
  text-align: center ;
  height: 71px ;
  margin: 0 8px ;
  padding:0 ;
}
.sc-fb {
  z-index: 99 ;
  width: 69px ;
}

.tap {
  display: none;
}
@media screen and ( max-width:480px ) {
  .tap {
    display: block;
  }
}