@charset "utf-8";

/* CSS Document */

.pc {
display: none;
}

.tb {
display: none;
}

.sp {
display: block;
}

a:hover{
  opacity:0.7;
}

#kensyu .w950 {
width: 90%;
margin-left: auto !important;
margin-right: auto !important;
}

.underline{ text-decoration: underline;}

.btn01{
  max-width:300px;
  width:95%;
  margin:0 auto;
  display:block;
}

.bnr,
.bnr img{ width: 100%;}
.bnr img{ margin-top: 90px;}
.bnr{
  display: block;
    padding: 0px auto 0;
}
.br_sp:before {
    content: "\A" ;
    white-space: pre ;
}

#kensyu .left {
}

#kensyu .right {
}

#kensyu h2,
#kensyu h3.bldb {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 18px;
  padding-left: 13px;
  margin: 30px 0;
  border-left: solid 8px #1c236d;
}

#kensyu #intro #nav_guidance {
    height: 1em;
        background: #1c236d;
}

#kensyu #intro #nav_guidance ol {
    display: none;
}

.contentBox {
  margin: 0 15px;
/*	padding: 0 0 20px;*/
}

#kensyu .ourVision h2{
    display: inline-block;
    font-family: 'Josefin Slab', serif;
    color: #1a2a75;
    border-left: 0;
    padding: 10px 30px 10px 10px;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 1.8em;
    line-height: .7;
    margin: 0 0 30px 0;
}

.heading_s {
  cursor:pointer;
}

/*----------------------------------
#stalkerNavi
----------------------------------*/
/* 
一定の位置までスクロールをしたら、ナビゲーションにclass="active"を付与します。
通常時のCSSと、activeがついている状態の両方のcssを記述します
*/

/*通常時*/
#stalkerNavi {
  width: 100%;
  display: block;
  padding: 8px 0;
  margin: 0 auto !important;
  z-index: 90;
}
#stalkerNavi .wrapper_sp{ display: none;}

/*active付与時*/
#stalkerNavi.active {
  display: block;
  border-top: solid 3px #21216b;
  position: fixed;
  background: #e8e9f0;
  /*    top: 80px;*/
  left: 0;
  bottom: 0;
}

#stalkerNavi .naviList {
  text-align: center !important;
  /*	padding: 10px;*/
  margin: 10px auto 0;
  background: #fff;
  width: 90%;
}

#stalkerNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#stalkerNavi ul li {
  width: 49.5%;
  border-bottom: 1px solid #e8e9f0;
  border-right: 1px solid #e8e9f0;
  position: relative;
}

#stalkerNavi ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#stalkerNavi ul li .new{
  position: absolute;
  top: -12px;
  left: 5px;
  background: #28b4d2;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 1px;
  border-radius: 100%;
  transform: rotate(-15deg);
}
#stalkerNavi a.btn_contact {
  display: block;
  width: 100%;
  color: #fff;
  background: #e10f40 url(/images/common/arrow.svg) 98% center/15px no-repeat;
  padding: 10px;
  box-sizing: border-box;
}
.is-hide{ transform: translateY(110%);}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img.mainImg {
  width: 100%;
}

.img_center {
  height: 332px;
  background-position: center top;
  background-repeat: no-repeat;
}

.img01 {
  background-image: url(/image/img01.jpg);
}

.img02 {
  background-image: url(/image/img02.jpg);
}

.img03 {
  background-image: url(/image/img03.jpg);
}

.btn_apply {
  width: 322px;
  height: 66px;
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-align: center;
  background: url(/image/btn_apply01.png) no-repeat center center;
  margin: 50px auto;
  border-radius: 5px;
  cursor: pointer;
}

.btn_apply a {
  display: block;
  width: 322px;
  height: 66px;
  line-height: 66px;
  color: #fff;
  text-decoration: none;
}

ul.gNavi {
  margin: 0 0 18px;
}

ul.gNavi li {
  display: inline-block;
  margin-top: 20px;
}

ul.gNavi li a {
  display: inline-block;
  width: 184px;
  height: 20px;
  text-align: center;
  padding: 10px 0;
  border-left: #c4c4c4 1px solid;
}

ul.gNavi li:last-child a {
  border-right: #c4c4c4 1px solid;
}

ul.gNavi li img {
  vertical-align: middle;
  display: inline-block;
}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}

nav#breadcrumbs ol li:before {
  content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
  content: "";
}

#container{ margin-top: 85px;}

.contents {
  margin: 0 auto;
  padding: 0 0 10px 0;
  width: 94%;
}

#kensyu #main{
background: transparent;
}
#main h1{
    font-size: 1.4rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    position: static;
    left: auto;
}
#main h1::after {
    content: "";
    display: block;
    border-bottom: 3px solid #1c246c;
    width: 100px;
    margin: 15px auto 30px;
}
#main p.top{
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 50px;
}


/*----------------------------------
#top_image
----------------------------------*/
#top_image {
  min-height: 310px;
  padding: 60px 0 30px;
  box-sizing: border-box;
  background: url(/image/img_kensyu/mv.jpg) no-repeat top center / cover;
  text-align: center;
}
h1 {
  color: #1c2569;
  font-weight: normal;
}
h1 .main_ttl {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 1.4;
}
h1 .main_ttl::before,
h1 .main_ttl::after {
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border: 1px solid #1c2569;
  content: '';
}
h1 .main_ttl::before {
  left: 0;
  border-right: 0;
}
h1 .main_ttl::after {
  right: 0;
  border-left: 0;
}
h1 .main_ttl span {
  font-family: 'Josefin Slab';
  font-size: 20px;
}
h1 .main_catch {
  margin-top: 2em;
  font-size: 14px;
  line-height: 1.8;
}
#top_image .mv_link {
  display: inline-block;
  margin-top: 1em;
  color: #ea5520;
  text-decoration: underline;
  font-size: 14px;
}

/*----------------------------------
インタビュー
----------------------------------*/
#kensyu h2.interview{
    font-family: 'Josefin Slab', serif;
    color: #1a2a75;
    text-align: center;
    font-size: 2.5em;
    letter-spacing: 3px;
    font-weight: 300;
    margin: 0 0 30px 0;
    border-left: 0;
}
#kensyu h2.interview.pick,
#kensyu h2.interview.pick02{ margin-top: 80px;}

.company_list{
    width: 95%;
    margin: 0 auto;
}
.company_list li{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}
.company_list li a{ color: #000;}
.company_list li a:hover{ color: #000; text-decoration: underline;}
.company_list li.soon::before{
    content: "Coming Soon";
    font-family: 'Josefin Slab', serif;
    font-size: 30px;
    line-height: 10;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.company_list li.soon02::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    background: url(/image/img_kensyu/cover_soon02.jpg) center center/cover no-repeat;
}
.company_list li.soon03::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    background: url(/image/img_kensyu/cover_soon03.jpg) center center/cover no-repeat;
}
.company_list li.soon02::after,
.company_list li.soon03::after{
    content: "Coming Soon";
    font-family: 'Josefin Slab', serif;
    font-size: 30px;
    line-height: 4.5;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ddd;
}
/*.company_list li.soon02::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/image/img_kensyu/cover_soon02.jpg) center center/cover no-repeat;
}
.company_list li.soon02::after{
    content: "Coming Soon";
    font-family: 'Josefin Slab', serif;
    font-size: 30px;
    line-height: 12;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}*/

#kensyu .company_list li h2{
    border: none;
    font-weight: normal;
    font-size: 1em;
    padding: 0;
    margin: 10px 0 0;
}
#kensyu .company_list li img{
    width: 100%;
    padding-bottom: 10px;
}
#kensyu .company_list li a.btn,
#kensyu .company_list ~ a.btn{
    display: block;
    color: #333;
    border: 1px solid #ddd;
    width: 80%;
    margin: 10px auto 20px;
    font-size: 1.1em;
    text-align: center;
    box-sizing: border-box;
}
#kensyu .company_list li a.btn:hover,
#kensyu .company_list ~ a.btn:hover{
    background: #ddd;
    font-weight: bold;
    text-decoration: none;
}
#kensyu .company_list li a.btn{
    padding: 3px;
}
#kensyu .company_list ~ a.btn{
    padding: 15px;
}


/*----------------------------------
      #innovate
----------------------------------*/
#innovate{
  padding-top:10px;
}
#innovate .textBox {
  margin: 0 0px 50px;
}

#innovate .textBox p {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;
}

#innovate .achievement {
  background: #fff;
}

#innovate .target {
  padding: 10px;
  border-bottom: solid 2px #1c236d;
  background: #f8fafc;
}

#innovate .target h3,
#kensyu #innovate .target h4 {
  font-size: 18px;
  color: #21216b;
  clear: both;
  font-weight:normal;
  text-align: left;
}

#innovate .target p {
  font-size: 14px;
  line-height: 140%;
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
  text-align: left;
}

#innovate ul {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}

#innovate ul li {
  width: 100%;
  float: none;
  margin-right: 0%;
  text-align: left;
  margin-top: 40px;
}

#innovate ul li dl {
  margin-top: 20px;
  padding-top: 0px!important;
}

#innovate ul li dl dt {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0px;
}

#innovate ul li dl dd {
  padding: 0 0px;
}

#innovate ul li dl dd p {
  margin-bottom: 10px;
  text-align: left;
}
.text-indent p{
     text-indent: -1em;
    padding-left: 1em;
}
.resource {
  width: 100%;
  background: #F1B8B9;
}

/*----------------------------------
      #example
----------------------------------*/

#kensyu h2.bkno{
    width: 85%;
    margin: 0 auto 50px;
    border: 1px solid rgba(28, 35, 109, .25);
    background: #edeef4;
    padding: 5px 20px 5px 5px;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
    color: #1c236d;
    position: relative;
}
#kensyu h2.bkno::after{
    content: "";
    background: url(/images/common/arrow_fablue.svg) left center/25px no-repeat;
    padding: 14px;
    position: absolute;
    top: 20%;
    right: 12px;
    transform: rotate(90deg);
}
#kensyu h2.bkno.open::after{
    transform: rotate(-90deg);
}

#kensyu h2.bno02{
    text-align: center;
    border-left: none;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.4;
}
#kensyu h2.bno02::after{
    content: "";
    display: block;
    border-bottom: 3px solid #1c246c;
    width: 100px;
    margin: 15px auto 50px;
}

#example {
/*    display: none;*/
  padding: 30px 0;
/*	margin-top:30px;*/
  background: #edeef4;
}

#example h2 {
  width: 94%;
  margin: 0 auto;
}

#example .contentIn {
  background: #fff;
  padding: 10px;
  margin: 30px 15px 0;
  border-radius: 20px;
}

#example .contentIn .heading {
  cursor:pointer;
}

#example .contentIn .heading .right {
  font-size: 14px;
}

#example .contentIn .heading .right span {
  font-size: 18px;
  line-height:30px;
  padding-bottom:10px;
  color: #1c236d;
  font-weight: bold;
  display: block;
  padding-top: 10px;
}

dd.acList2 li.voice {
  padding: 45px 0;
  border-top: solid 2px #e8f7fb;
  /*border-bottom: solid 2px #e8f7fb;*/
}

.accordion_head_08 dd.acList ul {
  padding-top: 45px;
}

dd.acList2 li.voice {
  margin-top:25px;
  padding-top:25px;
  padding-bottom:25px;
  margin-bottom: 0px;
}

.accordion_head_08 dd.acList li.voice dt {
  width: 133px;
  font-size: 18px;
  color: #1c236d;
  float: left;
  line-height: 130%;
}

dd.acList2 li.voice dt img {
  padding-bottom: 20px;
  height: auto;
  width: 100px;
}

dd.acList2 li.voice dd {
  font-size: 14px;
  padding-left: 110px;
}

dd.acList2 li.voice dd span {
  font-size: 18px;
  font-weight: bold;
  color: #1eb4dc;
  display: block;
}

dd.acList2 li.voice dl dt {
  float:left;
  width:100px;
}

.accordion_head_08 dd.acList li h3{
  color:#1c236d;
  font-size:18px;
  font-weight:bold;
  margin-bottom:5px;
  padding-top:15px;
}
.accordion_head_08 dd.acList li.content02 ul {
  background: #f3f4f8;
    padding: 20px 10px 0 40px;
  font-size: 12px;
}

.accordion_head_08 dd.acList li.content02 ul li {
  padding-bottom: 10px;
  position: relative;
}

.accordion_head_08 dd.acList li.content03 .box02{
  width: 100%;
    height: auto;
    padding:12px 12px 0;
  background:#f3f4f8;
  margin-bottom: 5px;
    box-sizing: border-box;
}


.accordion_head_08 dd.acList li.content03 .box02 dl{
/*	float:right;
  width:233px;*/
}

.accordion_head_08 dd.acList li.content03 .box02 dl dt{
  color:#1c236d;
  font-weight:bold;
  padding-bottom:12px;
  border-bottom:solid 1px #1c236d;
}

#voice p {
  padding-bottom:9px;
}

#company #pastList li p {
  padding-bottom:3px;
}

.accordion_head_08 dd.acList li.content03 .box02 dl dd{
  padding: 12px 0;
}


.accordion_head_08 dd.acList li.content03 .box02 dl dd p{
  text-indent:-1em;
  padding-left:1em;
}


.accordion_head_08 dd.acList li.content04 ul.voiceBoxScroll{
  background-color: #EAEEF1;
  width: 100%;
  margin-top: 15px;
  padding: 6px;
    box-sizing: border-box;
}

.accordion_head_08 dd.acList li.content04 ul.voiceBoxScroll li {
  background-image: url(/img2014/houjin/icon_check1.gif);
  background-repeat: no-repeat;
  background-position: 16px 16px;
  padding: 14px 20px;
  border-bottom:solid 1px #fff;
}
.accordion_head_08 dd.acList li.content04 .voiceBoxScroll p{
  font-size:12px;
  float:right;
}

#example .contentIn .heading .right span img{
  padding-right:0px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.accordion_head_08 dd.acList li.content03 .box03 dl{
  width:235px;
  margin-right:2px;
  padding:27px 30px;
  background:#f3f4f8;
  float:left;
}
.accordion_head_08 dd.acList li.content03 .box03 dl:last-child{
  margin-right:0;
}
.accordion_head_08 dd.acList li.content03 .box03:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.accordion_head_08 dd.acList li.content03 .box03 dl dt{
  color:#1c236d;
  font-weight:bold;
  padding-bottom:12px;
  border-bottom:solid 1px #1c236d;
}


.accordion_head_08 dd.acList li.content03 .box03 dl dd{
  padding-top:12px;
}


.accordion_head_08 dd.acList li.content03 .box03 dl dd p{
}


.accordion_head_08 dd.acList li.content04 h4{
  color:#1c236d;
  font-size:18px;
  margin-bottom:18px;
}
.accordion_head_08 dd.acList li.content04 .comment {
  padding: 0 10px;
    box-sizing: border-box;
  margin-bottom:20px;
}
.accordion_head_08 dd.acList li.content04 .comment p{
  font-size:14px;
  padding-bottom:0 !important;
}
.accordion_head_08 dd.acList li.content04 .comment p span{
  color:#1c236d;
  font-size:16px;
  font-weight:bold;
  display:block;
  margin-bottom: 5px;
}
.accordion_head_08 dd.acList li.content04 .comment img{
  display: block;
    margin: 0 auto;
}

.accordion_head_08 dd.acList li.content04 p{
  padding-bottom:15px;
}


/*----------------------------------
        #company
----------------------------------*/
#company{
  padding-top:10px;
  margin-top:-10px;
  font-size:16px;
    margin-bottom: 60px;
}
/*#company ul li{ width:100%;}*/
#company ul li:first-child{ margin-top:35px;}

#company ul li p{
  font-size:14px;
  padding-bottom:10px;
}
#company .caution{
    width: 95%;
    margin: 15px 0 0 auto;
    font-size: 0.8em;
}

/*----------------------------------
      #shedule
----------------------------------*/
#shedule{
    padding-top:10px;
  margin-top:-10px;
    margin-bottom: 60px;
}
#shedule .sheduleList{
  margin-bottom:30px;
  position:relative;
}

#shedule .sheduleList:last-child:before{
  content:"";
  background:none;
}
#shedule .sheduleList:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#shedule .sheduleList p{
  width:98%;
  background:#1c236d;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  line-height:36px;
  text-align:left;
  padding-left: 2%;
}

#shedule .sheduleList dl dt{
  width:96%;
  background:#e8e9f0;
  color:#1c236d;
  font-size:14px;
  font-weight:bold;
  display:block;
  vertical-align:middle;
  padding: 10px 2%;
}

#shedule .sheduleList dl dd{
  width:96%;
  background:#f3f4f8;
  display:block;
  vertical-align:middle;
  padding: 10px 2%;
}





/*----------------------------------
      #contact
----------------------------------*/

#contact {
  padding: 30px 0;
  margin-top: 50px;
  background: #edeef4;
}

#contact .contentBox{
  text-align:center;
}
#contact .contentBox h2{
  color:#1c236d;
  font-size:18px;
  font-weight:bold;
  margin-bottom:30px;
    border-left: 0;
    letter-spacing: 0;
  text-align: center;
}
#kensyu .ourVision h2::after{ content: none;}

#contact .contentBox .contentIn{
  width: 100%;
  background: #fff;
  padding: 30px 0;
  margin: 30px auto;
  border-radius: 20px;
}

#kensyu #contact .contentBox .contentIn {
  width: 100%;
  background: #fff;
  padding: 30px 0;
  margin: 30px auto;
  border-radius: 0px;
}

#contact .contentBox .contentIn h3{
  color:#1c236d;
  font-size:18px;
  font-weight:bold;
}

#contact .contentBox .contentIn p{
  font-size:14px;
}


#contact .contentBox .contentIn p span{
  display:block;
  font-size:24px;
  font-weight:bold;
  margin-bottom:5px;
}

#contact .contentBox .contentIn .entry dl {
  margin:0 15px;
  line-height:40px;
  text-align:left;
}
#contact .contentBox .contentIn .entry dl dt{
  height:40px;
  font-size: 14px;
  font-weight:bold;
}
#contact .contentBox .contentIn .entry dl dt .essential {
  width: 37px;
    padding-top: 12px;
  margin-left: 13px;
}

#contact .contentBox .contentIn .entry dl dd{
  margin: 0 0 18px;
  padding: 0 0 0 0px;
}
#contact .contentBox .contentIn .entry dl dd p{
  font-size:14px;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
#contact .contentBox .contentIn .entry dl.textBox01 dd input[type=text]{
  background:#efeff5;
  width:100%;
  height:40px;
  border:solid 1px #dddee9;
  box-sizing:border-box;
  font-size:14px;
  padding:0 2%;
}

#contact .contentBox .contentIn .entry dl dd p input{
  height:15px;
  width:25px;
}

#contact .contentBox .contentIn .entry dl.textBox02{
  height:auto;
}

#contact .contentBox .contentIn .entry dl.textBox02 dd textarea{
  background:#efeff5;
  width:100%;
  height:132px;
  max-width:575px;
  max-height:132px;
  border:solid 1px #dddee9;
  box-sizing:border-box;
  font-size:16px;
  padding:10px;
}

#contact .contentBox .contentIn h3.privacy{
    font-size: 14px;
    color: #1c236d;
    font-weight: bold;
    margin: 30px auto 15px;
    text-align: left;
    width: 90%;
    display: block;
}
#contact .contentBox .contentIn .privacyArea{
    margin:0 auto 25px;
    width:90%;
    max-width: 790px;
    height: 230px;
    border: 1px solid #bbb;
    padding: 10px 2%;
    box-sizing: border-box;
    overflow: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-overflow-scrolling:touch;
}
#contact .contentBox .contentIn .privacyArea::-webkit-scrollbar {
    background:#ccc;
    width:10px;
}
#contact .contentBox .contentIn .privacyArea::-webkit-scrollbar-thumb {
    background:#888;
    width:10px;
}
#contact .contentBox .contentIn .privacyArea::-webkit-scrollbar-track-piece {
    background: #fff;
}

#contact .contentBox .contentIn .privacyArea iframe{
    width:100%;
    height:100%;
    border:none;
    display:block;
}

.contact_copy {
  font-size:14px;
  color:#1c236d;
}

#kensyu .contact_copy {
  font-size:14px;
  color:#1c236d;
    text-align: left;
}

#contact_checkbox p {
  padding-bottom:0px;
  line-height:1.5em;
}

.privacyArea dt {
  font-weight:bold;
  padding-bottom:0px;
  margin-bottom:12px !important;
}
.privacy iframe {
  width: 90%!important;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 2%!important;
}



/* [201601追加] 社員研修プログラム説明会 */
#yoyaku  {
  padding:10px;
  border:solid 2px #1c236d;
  box-sizing:border-box;
  text-align: left;
}
#yoyaku p{
  font-size: 14px;
  line-height: 140%;
}

/* Table setting */
#yoyaku table {
  border-top:1px solid #b6b6b6;
  border-left:1px solid #b6b6b6;
  width:100%;
}
#yoyaku th,td {
  border-bottom:1px solid #b6b6b6;
  padding:8px 10px;
}
#yoyaku th {
  text-align:center;
}
#yoyaku tbody th {
  border-right:none;
  background:#fafafa url(/img2010/includes/line_vertical_dotted_3.gif) repeat-y right top;
  width:295px;
}
#yoyaku .courseInfo thead th {
  background:#f0fbff;
  font-size:24px;
  color:#0699e8;
}
#yoyaku .courseInfo thead th span {
  color:#ff6600;
  font-size:50%;
}
#yoyaku .courseInfo ul li {
  margin-left:1em;
  text-indent:-1em;
  line-height:1.5;
  font-size:90%;
}


/*2016.6.29 追加*/
.digest {
  margin: 30px 0px;
  text-align: center;
}
.digest p {
  font-size: 14px;
}
.digest img {
  margin: 20px 0px 0px;
}
#yoyaku ul li {
  font-size: 13px;
  margin-left: 10px;
  color:#1c236d;
}

/*2016.7.14 追加*/
.nerai {
}
.naiyo {
}
.submenu-btn02{
  display:block;
  background:url(/img2010/common/menu_icon02.png) no-repeat 10px center;
  background-size:20px;
  padding:10px 10px 8px 40px;
  font-size:12px;
  font-weight:bold;
  margin-bottom:0px;
  color: #21216b;
}
.submenu-btn02.close{
    background: url(/img2016/common/sp/btn_sp_close.png) no-repeat 10px center;
    background-size: 20px;
}
.pdt0 {
  padding-top: 0px!important;
  margin-top:0px!important;
}
#kensyu #shedule .sheduleList dl {
  width: 100%;
}

.dounyub {
    border-top:#E8F7FB 2px solid;
    padding-top:20px;
    font-size: 16px;
}

.dounyu span {
    font-size: 18px;
    font-weight: bold;
    color: #1eb4dc;
    display: block;
}
.dounyu_l span{
    font-size: 20px;
    font-weight: bold;
    color: #1eb4dc;
    display: block;
}
.dounyu_l{ font-size: 14px;}
.ph_r,
.ph_r p{ width:100%;}
.ph_r p img{ width: 100%; height: auto;}

#example .contentIn .not_accordion .name {
    margin-top:20px;
    font-size:14px;
}
.accordion_head_08 dd.acList li.content03 .box03 dl{
    width: 265px;
    margin-bottom: 10px;
    padding: 12px;
    background: #f3f4f8;
    float: left;
    box-sizing: border-box;
}
.accordion_head_08 dd.acList li.content03 .box03 dl:last-child{ margin-right:0;}
.accordion_head_08 dd.acList li.content03 .box03:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.accordion_head_08 dd.acList li.content03 .box03 dl dt{
    color:#1c236d;
    font-weight:bold;
    padding-bottom:12px;
    border-bottom:solid 1px #1c236d;
}
.accordion_head_08 dd.acList li.content03 .box03 dl dd{ padding-top:12px;}

.accordion_head_08 dd.acList li.content04 ul.voiceBoxScroll2 {
    background-color: #EAEEF1;
    margin-top: 10px;
    padding: 6px;
}
.accordion_head_08 dd.acList li.content04 ul.voiceBoxScroll2 li {
    padding: 14px 20px;
    border-bottom: solid 1px #fff;
}
.accordion_head_08 dd.acList li.content04 ul.voiceBoxScroll2 li:last-child {
    border-bottom:none;
}

.voice {
    text-align: center;
    margin: 20px 0px 40px 0px;
}

.voice p {
    color: #1c236d;
    font-size: 1.6em;
    margin-bottom: 10px;
}

/*----------------------------------
pickup
----------------------------------*/
.pickup .bnr_kinyugakushu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px 10px 0;
  padding: 5px 5px 20px;
  box-sizing: border-box;
  border: 1px solid #ea5520;
  background: #fff;
  text-decoration: none;
}
.pickup .bnr_kinyugakushu .bnr_img01 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.pickup .bnr_kinyugakushu .bnr_img02 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;

}
.pickup .bnr_kinyugakushu .bnr_txt {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.pickup .bnr_kinyugakushu .sub_ttl {
  margin-top: 2em;
  font-size: 12px;
  color: #333;
  text-align: center;
}
.pickup .bnr_kinyugakushu .main_ttl {
  margin-top: 0.3em;
  color: #ea5520;
  font-size: 16px;
  text-align: center;
}
.pickup .bnr_kinyugakushu .btn_kinyugakushu {
  position: relative;
  max-width: 300px;
  margin: 0.5em auto 0;
  padding: 0.7em 2em 0.7em 0.7em;
  box-sizing: border-box;
  background: #ea5520;
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.pickup .bnr_kinyugakushu .btn_kinyugakushu::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

#kensyu #top_image {
    height: 220px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 1;
    left: auto;
}

#kensyu article[id^="ar0"] {
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto 25px;
    background: #fff;
}

#kensyu article[id^="ar0"] h2 {
    padding: 16px 5% 0 0;
    padding-left: 5%;
    font-size: 30px;
    border-left: 6px solid #1c236d;
    margin-bottom: 30px;
    position: relative;
    font-weight: 400;
    text-align: left;
    line-height: .7;
}

body#kensyu {
counter-reset: number;
}

#kensyu article[id^="ar0"] h2::before {
    content: '0' counter(number);
    counter-increment: number;
    font-family: 'Josefin Slab', serif;
    font-size: 46px;
    color: #1c236d;
    padding-right: 30px;
    letter-spacing: 0;
    text-align: left;
}

#kensyu h2.interview span {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    color: #000000;
    display: block;
    letter-spacing: 2px;
    padding: 20px 0 0 0;
    /*left: 7%;*/
    /*bottom: auto;*/
    top: 50px;
    font-size: 17px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
}

#kensyu .contentBox {
    margin: 0;
    /*background: #f3f3f2;*/
    }

#kensyu #container {
    margin-top: 85px;
    background: #f3f3f2;
}

#kensyu .contents {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 100%;
    background: #fff;
}

#kensyu #breadcrumbs {
  display: none;
}

#kensyu div.w100_wrap {
    height: 30px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

#kensyu .ourVision::after {
content: none !important;
}

#kensyu .company_list {
    width: 90%;
    margin: 90px auto 0;
}

#kensyu #innovate {
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}

#kensyu #innovate ul li dl {
    margin-top: 20px;
    padding-top: 0px!important;
    width: 90%;
    margin: 20px auto;
}

#kensyu #innovate ul li dl dd {
    padding: 0 0 15px;
}

#kensyu #shedule .sheduleList dl dd {
    width: 96%;
    background: #fff;
    }

#kensyu #curriculum #cont1, #curriculum #cont2, #curriculum #cont3, #curriculum #cont4 {
    padding: 10px;
    border: solid 3px #1c236d;
    box-sizing: border-box;
    background: #FFF;
}
