@charset "utf-8";
/* CSS Document */

body {
  background: url(../images/BG.png) no-repeat top center #000;
  background-attachment: fixed;
  background-size: cover;
}
header {
  _min-height: 5rem;
  background: #000;
  border-bottom: 5px solid #000;
  box-sizing: border-box;
}

a {
      transition: color 0.3s, background-color 0.3s;
      transition-timing-function: ease-in-out;
}
/*
.disabled {
  opacity: 0.5;
}
*/

.container-rechp {
  max-width: 800px;
  margin: 0 auto;
}
.container-rechp-interview {
  max-width: 680px;
  margin: 0 auto;
}
.container-rechp-head {
  max-width: 1000px;
  margin: 0 auto;
}
.bg-rechp-head {
  background: rgba(0,0,0,1.0);
background: linear-gradient(0deg, rgba(0,0,0,0) 3%, rgba(0,0,0,1) 50%);
}

.txt_sitename {
  padding-top: 0.5rem;
  color: #39f;
  font-size: 0.625rem;
}
.home_link {
  font-size: 0.75rem;
  color: #0ff;
}
.home_link:hover {
  color: #39f;
  text-decoration: none;
}
.home_link::after {
  content: "▶︎";
}
.eng-name {
  display: block;
  margin-top: -0.5rem;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
}

.bg-navbar-rechp {
  _padding-left: 100px !important;
  background-color: #00479d;
}
#main_rechp {
  _background: #000;
  color: #000;
  margin: 0px auto;
  padding-top: 4.875rem;
  _padding-bottom: 1rem;
  overflow: hidden;
}
.section-rechp p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.section-rechp h4 {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #339;
}
.section-head-container {
  padding: 30px;
}

.hd-contents {
  background: #099;
  color: #fff;
  margin: 0 2px 0 2px !important;
  padding: 0 0 0 0.875rem;
  font-size: 1.5rem;
  font-weight: normal !important;
}



.hd-contents-timestamp {
  display: block;
  font-size: 0.75rem;
  text-align: right;
  float: right;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
}

.hd-contents-sub {
  font-size: 0.875rem;
  vertical-align: baseline;
  margin-left: 0.5rem;
}
.section-head-p {
  margin-left: 0.25rem;
  margin-bottom: 1.875rem;
  line-height: 1.75rem;
}
.section-head-col-r {
  min-height: 317px;
}
.section-head-img {
  margin-top: -20px;
}

.rechp-sign {
  text-align: right;
}
.btn-rechp-entry {
  background: #69f;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 0.625rem;
}
.btn-rechp-entry:hover {
  text-decoration: none;
}
.btn-rechp-entry-bullet {
  color: #f39700;
}
.section-rechp {
  background: #fff;
  padding-top: 2px;
}
.subsection-rechp {
  margin: 20px 30px;
}

.subsection-rechp-h3 {
  font-size: 1.125rem !important;
  font-weight: normal !important;
  margin-bottom: 0.5rem !important;
}

  .subsection-rechp-h3+p {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
  }
.subsection-rechp-h3 img {
  margin-right: 0.25rem;
}

.article-rechp {
  margin-top: 60px;
}

.article-rechp.interview {
  margin-top: 15px;
}

.nav-anchor {
  display: inline-block;
}
.nav-head a, .nav-anchor a {
  font-size: 0.875rem;
  color: #0ff;
  text-decoration: none;
}

.nav-head a:after {
  content: "▲";
  text-decoration: none !important;
  display: inline-block;
}

.nav-head a:hover, .nav-anchor a:hover {
  text-decoration: underline !important;
}


footer {
    padding-top: 0.25rem;
padding-bottom: 1rem;
    _background: #000;
}
.copyright {
    font-size: 0.75rem;
    color: #fff;
}
.menu-divmenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.menu-divmenu li {
  border-right: 1px solid #0ff;
  font-size: 80%;
  display: inline;
  padding: 0 0.8em 0 0;
}
.menu-divmenu li:last-of-type {
  border: none;
}
.menu-divmenu li a {
  color: #0ff;
}
.menu-divmenu li a:hover {
  text-decoration: underline;
}
.bg-black {
  background: #000;
}
.bg-rechp-lightgray {
  background: #ccc;
}
.bg-rechp-purple {
  background: #ccf;
}
.bg-rechp-purpleblue {
  background: #88abda;
}
.bg-rechp-orange {
 background-color: #f90;
}


.mt-5px {
  margin-top: 5px;
}
.pr-1px {
  padding-right: 1px;
}



/****************************
私たちについて
****************************/
.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.rechp-sign {
  margin: 1.5rem 0 0 0;
}
.rechp-sign dt {
  display: inline-block;
  font-weight: normal;
  margin-right: 2rem;
  margin-bottom: 0;
}
.rechp-sign dd {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 0;
}

 .section-rechp-download {
  padding: 20px;
}

.col-download h4 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem !important;
  font-weight: normal!important;
  color: #00f !important;
}

.col-download p {
  line-height: 1.25rem;
  font-size: 0.75rem !important;
}

/*パンくず
----------------------*/
#breadcrumbs {
  padding-top: 1rem;
  margin-bottom: -1rem;
}
#breadcrumbs>ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#breadcrumbs>ol>li {
  float: left;
  color: #0ff;
}
#breadcrumbs>ol>li:not(:last-child):after {
  content: ">";
  margin-left: 12px;
  margin-right: 12px;
  color: #0ff;
}
#breadcrumbs>ol>li>a {
  font-size: 1rem;
  color: #0ff;
}

/****************************
仕事と人
****************************/

a.btn-collapsed-close:link {
  color: #fff;
}
a.btn-collapsed-close:hover {
  background-color: #fb3;
}
.card-body-section {
  padding: 30px 30px 60px 30px;
  font-size: 14px;
}
.narrative {
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #660000;
}
.speaker {
  margin-bottom: 1.5rem;
  line-height: 1.25rem;
}
.imgcaption {
  font-size: 12px;
}
/****************************
採用情報
****************************/

   .btn-rechp-entry {
    display: inline-block;
    margin-left: 1rem;
    padding: 0 0.25rem;
    background: #69f;
    border: 1px solid #fff;
    border-radius: 2px !important;
    color: #fff;
    font-size: 0.875rem;
  }
    .btn-rechp-entry:hover {
      color: #fff;
      text-decoration: none;
      background: #4B87FF;
      
  }
   
.btn-entryform {
  display: block;
  margin:  0 auto;
  width: 16rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: #88abda;
  border-radius: 6px !important;
  
}
.btn-entryform:hover {
  color: #fff;
  background: #5F8ECD;
  text-decoration: none;
}

.btn-entryform-thanks {
  display: block;
  margin:  0 auto;
  width: 16rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #63f;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 6px !important;
  
}
.btn-entryform-thanks:hover {
  color: #63f;
  background: #eee;
  text-decoration: none;
}
  .subsection-saiyou {
    margin: 20px 30px;
  }
  

  .hd-saiyou {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9acdcd+0,9acdcd+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(154,205,205,1) 0%, rgba(154,205,205,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(154,205,205,1) 0%,rgba(154,205,205,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(154,205,205,1) 0%,rgba(154,205,205,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9acdcd', endColorstr='#009acdcd',GradientType=1 ); /* IE6-9*/
    border-left: 15px solid #009E96;
    color: #000;
    margin: 0 0 0 0;
    padding: 0 0 0 0.3125rem;
    font-size: 0.875rem !important;
    font-weight: normal;
  }
  .hd-saiyou-entry {
    background-color: #9cf;
    border-left: 15px solid #448aca;
    color: #000;
    margin: 0 0 2rem 0 !important;
    padding: 0 0 0 0.3125rem;
    font-size: 0.875rem !important;
    font-weight: normal;
  }

  .list-saiyou {
    border-collapse: collapse;
  }
  .list-saiyou th {
    width: 110px;
    padding: 0.3125rem 0.625rem;
    background: #eee;
    text-align: right;
    font-size: 0.875rem;
    vertical-align: top;
    color: #339;
  }

  .list-saiyou td {
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem;
    vertical-align: top;
  }

.subsection-saiyou:last-child {
  padding-bottom: 30px;
}

.subsection-saiyou h4 {
  font-size: 1.125rem;
  font-weight: normal;
  color: #00f;
}


.list-saiyou-atesaki {
  margin-left: 2rem;
  padding: 0.75rem 1rem 0.25rem 1rem;
  background: #e5e5e5;
  font-size: 0.875rem;
}
.list-saiyou-atesaki dt {
  float: left;
  clear: left;
  font-weight: normal;
  margin-right: 1rem;
}
.list-saiyou-atesaki dd {
  float: left;
  margin-top: -0.25rem;
  font-weight: normal;
  font-size: 1.125rem;
}

.list-saiyou-contacts {
  margin-left: 1rem;
  padding: 0.75rem 1rem 0.25rem 1rem;
  font-size: 0.875rem;
}
.list-saiyou-contacts dt {
  float: left;
  font-weight: normal;
  margin-right: 0.5rem;
  line-height: 1rem;
}
.list-saiyou-contacts dt:first-of-type {
  line-height: 1.5rem;
}
.list-saiyou-contacts dt:nth-of-type(n+1) {
  clear: both;
  line-height: 1.25rem;
}
.list-saiyou-contacts dd {
  float: left;
  line-height: 1.25rem;
  font-weight: normal;
}
.list-saiyou-contacts-tel {
  font-size: 1.25rem !important;
  margin: 0 0.25rem 0 0.75rem;
}


/* 追記 */
/*---------------------------------------------*/
.home_link {
  white-space: nowrap
}
@media (max-width: 767px) {
    .text-white {
        -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,1));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
    }
    .hd-contents {
      font-size: 1.3rem !important;
    }
    .hd-contents-timestamp {
        display: block;
        margin: 10px 0 0 0 !important;
        width: 100%;
        
        text-align: center;
        color: #333;
    }
    .subsection-saiyou {
        margin: 15px 10px;
    }
    
    .space40t-xs {margin-top: 40px;}
}
@media (max-width: 320px) {
    .navbar-toggler-icon {
        width: 1.2em
    } 
    .hd-contents {
        font-size: 1rem !important;
        line-height: 1em;
        padding: 5px 10px;
    }
    .list-saiyou th {
        padding: 0.5rem 5px;
        font-size: 0.8rem;
        white-space: nowrap;
        width:80px;
    }
    .list-saiyou td {
        padding: 0.5rem 5px;
        font-size: 0.8rem;
    }
    
    .list-saiyou td ul {
        padding-left: 20px;
        margin-top: 15px;
    } 
}
/*
@media (max-width: 767px) {
    .bg-xs {
        background: #333E59;
    }
}*/




/* ------------------------- 2021/02/03追記 ------------------------- */


/* .box-link-purple */
/* ------------------------------------------------*/
  .box-link-purple {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -10px;
  }

  .box-link-purple .box {
    padding: 0 10px;
    width: 100%;
  }

  .box-link-purple .box a {
    background: #ccf;
    display: block;
    padding: 15px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .box-link-purple .box a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  .box-link-purple .box a span {
    display: block;
  }

  .box-link-purple .box a img {
    margin-right: 15px;
  }

  .box-link-purple .box a .detail .title {
    font-weight: bold;
    font-size: 120%;
  }

  .box-link-purple .box a .detail .volume {
    font-size: 80%;
    color: #333;
  }

  @media (max-width: 767px) {
    
    .box-link-purple {
      flex-direction: column;
      margin: 0;
    }

    .box-link-purple .box {
      padding: 0;
      margin-bottom: 5px;
    }

  }

/* .flow */
/* ------------------------------------------------*/
  .flow {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .flow li {
    background: #C4DBED;
    border-radius: 5px;
    height: 80px;
    margin-right: 20px;
    width: calc(100% / 7);
    
    color: #00479D;
    font-weight: bold;
    line-height: 1em;
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: relative;
    z-index: 1;
  }

  .flow li .flow-arrow{
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 3px #697b91;
    border-right: solid 3px #697b91;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
    position: absolute;
    right:-13px;
    z-index: 2;
  }

  .flow li.naitei {
    color: #FFF;
    margin-right: 0;
    background: #DA4F89;
  }

@media (max-width: 767px) {
  
  .flow {
    flex-direction: column;
    padding: 0 30px;
  }
  
  .flow li {
    height: auto;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .flow li .flow-arrow{
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 3px #697b91;
    border-right: solid 3px #697b91;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    
    bottom: -5px;
    left: 50%;
    right: 50%;
    margin: auto;
    
  }
  
}



/* font-size */
/* ------------------------------------------------*/
  .font12 {font-size: 86%!important;}
  .font16 {font-size: 100%!important;}

  @media (max-width: 767px) {
    .font12-xs {font-size: 86%!important;}
    .font16-xs {font-size: 100%!important;}
  }

  @media (max-width: 320px) {
    .font12-xss {font-size: 86%!important;}
  }

/* width */
/* ------------------------------------------------*/
  .w80 {width: 80%!important;}
  .w100 {width: 100%!important;}

@media (max-width: 767px) {
  .w90-xs {width: 90%!important}
}


/* align */
/* ------------------------------------------------*/
  .center-block {display: block;margin: 0 auto;}

@media (max-width: 767px) {
  .center-block-xs {display: block;margin: 0 auto;}
}


/* space */ 
/* ------------------------------------------------*/
.space00b {margin-bottom: 0!important;}


  @media (max-width: 767px) {
    .space10b-xs {margin-bottom: 10px!important;}
    .space15b-xs {margin-bottom: 15px!important;}
  }

/* flexbox */
/* ------------------------------------------------*/
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/* .table-type01 */
/* ------------------------------------------------*/
  .table-type01 {
    border: solid 1px #ccc;
    border-collapse: collapse;
    width: 100%;
  }

  .table-type01 th {
    background: #eee;
    border: solid 1px #ccc;
    padding: 15px;
  }

  .table-type01 td {
    border: solid 1px #ccc;
    padding: 15px;
  }

/*SP*/
@media (max-width: 767px) {

  .table-type01 tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  
  .table-type01 th {
    padding: 10px 15px;
  }

  .table-type01 td {
    padding: 10px 15px;
  }
  
  
  
  
}


/* .btn-type01 */
/* ------------------------------------------------*/
  .btn-type01 a {
    background: #5F8ECD;
    border-radius: 5px;
    display: block;
    padding: 20px;

    color: #FFF;
    font-weight: bold;
    font-size: 120%;
    line-height: 1em;
    text-align: center;
    
  }

  .btn-type01 a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

@media (max-width: 767px) {
  .btn-type01 a {
    padding: 15px;
    font-size: 100%;
    line-height: 1.3em;    
  }
}



