@charset "utf-8";

/* CSS Document */

.pc {
display: block;
}

.sp {
display: none;
}

.tb {
display: none;
}

#kensyu .pc.tb {
display: block;
}


a:hover{
  opacity:0.7;
}

.underline{ text-decoration: underline;}

.bnr,
.bnr img{ width: 100%;}
.bnr{
  display: block;
  margin: 40px auto 0;
}

body#kensyu {
counter-reset: number;
}

#kensyu .left {
  float: left;
}

#kensyu .right {
  float: right;
}

#kensyu h2 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  line-height: 35px;
  padding-left: 13px;
  margin: 45px 0;
  border-left: solid 8px #1c236d;
  text-align: left;
}

#kensyu h3.bldb{
  border-top: 2px solid #1c236d;
  margin-bottom: 30px;
  font-weight: normal;
  border-left: none;
  padding-left: 0;
  margin: 45px 0;
}
#kensyu h3.bldb span{
  width: 35%;
  background: #1c236d;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  /*text-align: left;*/
}

.contentBox {
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 950px;
}

#kensyu .ourVision h2{
  display: inline-block;
  font-family: 'Josefin Slab', serif;
  color: #1a2a75;
  border-left: 0;
  border-right: solid 3px #1c236d;
  padding: 10px 30px 10px 10px;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 35px;
  line-height: 35px;
}
#kensyu .ourVision h2::after{ content: none;}

.heading_s {
  cursor:pointer;
}

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

/*通常時*/
#stalkerNavi {
  width: 100%;
  display: block;
  padding: 15px 0;
  margin: 0 auto !important;
    border-bottom: 1px solid #fff;
    background: #21216b;
}

/*active付与時*/
#stalkerNavi.active {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 400;
}
#stalkerNavi .naviList {
  width: 950px;
  margin: 0 auto !important;
  display: flex;
  justify-content: space-between;
}
#stalkerNavi ul {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#stalkerNavi ul li {
  text-align: center;
  border-right: 1px solid #fff;
  width: 16.5%;
  position: relative;
}
#stalkerNavi ul li:last-child { border-right: 0;}
#stalkerNavi ul li:hover::after{
  content: "";
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, .7);
  width: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
#stalkerNavi ul li a {
  display: block;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
    padding: 0 10px;
}
#stalkerNavi ul li .new{
  position: absolute;
  top: -30px;
  left: 5px;
  background: #28b4d2;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 6px 3px;
  border-radius: 100%;
  transform: rotate(-15deg);
}
#stalkerNavi a.btn_contact{
  display: block;
  border: 2px solid #e10f40;
  padding: 5px 20px 5px 5px;
  color: #fff;
  background: #e10f40 url(/images/common/arrow.svg) 98% center/15px no-repeat;
}
#stalkerNavi a.btn_contact:hover{ text-decoration: none;}

.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;
}

header{
  width:100%;
  height:86px;
  margin:0 auto;
  background:url(../img_kensyu/bg_header02.jpg) repeat-x left bottom;

}
header .headerIn {
  width:950px;
  height:86px;
  font-size: 12px;
  margin:15px auto 0;
  background: url(../img_kensyu/bg_header01.png) repeat-x left bottom;
}

header .headerIn p {
  margin-top: 5px;
  float: left;
}

header .headerIn .right {
  float: right;
  margin-bottom: 15px;
}

header .headerIn .right ul {
  margin-left: 37px;
}

header .headerIn .right li {
  float: left;
  position: relative;
}

header .headerIn .right li a {
  text-decoration: none !important;
  color: #000;
}

header .headerIn .right li img {
  position: absolute;
  top: 5px;
  right: -16px;
}

header .headerIn .right li span {
  margin: 0 4px 0 15px;
}

header .headerIn .right li span.cir01 {
  color: #1e206b;
}

header .headerIn .right li span.cir02 {
  color: #1eafe6;
}

header .headerIn .right li span.cir03 {
  color: #eb7846;
}

header .headerIn .right li span.cir04 {
  color: #50b98c;
}

header .headerIn .right p {
  margin-left: 10px;
}

header .headerIn .right p img {
  margin-left: 7px;
}

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: "";
}

.contents {
  margin: 85px auto 0;
  padding: 0 0 10px 0;
  width: 950px;
}

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

/*----------------------------------
#top_image
----------------------------------*/
#top_image {
  min-height: 310px;
  padding: 55px 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: 1.5em;
  font-size: 20px;
  line-height: 1.8;
}
#top_image .mv_link {
  display: inline-block;
  margin-top: 0.5em;
  color: #ea5520;
  text-decoration: underline;
  font-size: 20px;
}

/*----------------------------------
インタビュー
----------------------------------*/
#kensyu h2.interview{
  font-family: 'Josefin Slab', serif;
  color: #1a2a75;
  text-align: center;
  font-size: 2.95em;
  letter-spacing: 3px;
  font-weight: 300;
  margin: 0 0 30px 0;
  border-left: 0;
}
#kensyu h2.interview.pick{     margin: 50px auto;
}
#kensyu h2.interview.pick02{ margin-top: 80px;}
#kensyu h2.interview span{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #000000;
  display: block;
  letter-spacing: 2px;
  font-size: 0.4em;
  padding: 10px 0 0 0;
}
.company_list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.company_list li{
  width: 30.5%;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
.company_list li:not(:nth-child(3n-2)){ margin-left: 4.25%;}
.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: 290px;
  height: 223px;
  background: url(/image/img_kensyu/cover_soon02.jpg) center center/cover no-repeat;
}
.company_list li.soon03::before{
  content: "";
  position: absolute;
  top: 0;
  width: 290px;
  height: 223px;
  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: 5;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ddd;
}

/*.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 h3 {
  border: none;
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  margin: 10px 0 0;
  text-align: left;
  line-height: 35px;
}

#kensyu .company_list li img{
  width: 100%;
  padding-bottom: 10px;
}
#kensyu .company_list a.btn,
#kensyu .company_list ~ a.btn{
  display: block;
  color: #333;
  border: 1px solid #ddd;
  width: 480px;
  margin: 0 auto;
  font-size: 1.1em;
  text-align: center;
  box-sizing: border-box;
}
#kensyu .company_list 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;
  width: 100%;
}
#kensyu .company_list ~ a.btn{
  padding: 15px;
  width: 480px;
}


/*----------------------------------
      #innovate
----------------------------------*/
#innovate{
  margin-top:-10px;
  padding-top:10px;
  margin-bottom: 60px;
}
#innovate .textBox {
  margin: 0 95px 70px;
}

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

#innovate .achievement {
  background: #fff;
}

#innovate .target {
  padding: 30px 25px;
  border-bottom: solid 2px #1c236d;
  background: #f8fafc;
  text-align: left;
}

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

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

#innovate ul {
  margin: 30px -2px 50px 0;
}

#innovate ul li {
  width: 474px;
  float: left;
  margin-right: 2px;
}

#innovate ul li dl {
  margin-top: 30px;
}

#innovate ul li dl dt {
  width: 104px;
  text-align: center;
  float: left;
}

#innovate ul li dl dd {
  width: 330px;
  padding: 0 20px 0 20px;
  margin-left: 104px;
}

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

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

#kensyu h2.bkno{
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
  border: 1px solid rgba(28, 35, 109, .25);
  background: #edeef4;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  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: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  position: relative;
}
#kensyu h2.bno02::after{
  content: "";
  display: block;
  border-bottom: 3px solid #1c246c;
  width: 100px;
  margin: 20px auto 100px;
}

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

#example h2 {
  width: 950px;
  margin: 0 auto;
}

#example .contentIn {
  width: 890px;
  background: #fff;
  padding: 40px;
  margin: 44px auto 0;
  border-radius: 20px;
}

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

#example .contentIn .heading .right {
  width: 700px;
  font-size: 18px;
}

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

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;
}

dd.acList2 li.voice dd {
  font-size: 16px;
  width: 700px;
  float: right;
}

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

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

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

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

.accordion_head_08 dd.acList li.content02 ul li:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 13px;
  background:url(../img_kensyu/icon_check01.png) no-repeat;
  top: 9px;
  left: -28px;
}

.accordion_head_08 dd.acList li.content03 .box02{
  width:395px;
  padding:24px 24px 0;
  background:#f3f4f8;
  float:left;
  margin:0 2px 2px 0;
}


.accordion_head_08 dd.acList li.content03 .box02 dl{
  float:right;
  width:233px;
}
.accordion_head_08 dd.acList li.content03 .box02:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.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-top:12px;
}


.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: 563px;
  height:175px;
  overflow-y: scroll;
  margin: 0px;
  padding: 6px;
  float:right;
}

.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:14px;
}

.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-left:18px;
  margin-bottom:20px;
}
.accordion_head_08 dd.acList li.content04 .comment p{
  width:704px;
  float:left;
  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:15px;
}
.accordion_head_08 dd.acList li.content04 .comment img{
  float:right;
}

.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;
  text-align: left;
}
#company ul li{
  width:316px;
  float:left;
  margin-top:35px;
}

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

/*----------------------------------
      #shedule
----------------------------------*/
#shedule{
  padding-top:10px;
  margin-top:-10px;
  text-align: left;
}
#shedule .sheduleList{
  margin-bottom:33px;
  position:relative;
}
#shedule .sheduleList:before{
  content:"";
  width:24px;
  height:11px;
  background:url(../img_kensyu/icon_tri01.png);
  position:absolute;
  left:56px;
  bottom:-23px;
}

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

#shedule .sheduleList p{
  width:138px;
  height:72px;
  background:#1c236d;
  color:#fff;
  float:left;
  font-size:16px;
  font-weight:bold;
  line-height:72px;
  text-align:center;
}

#shedule .sheduleList dl dt{
  width:228px;
  height:72px;
  background:#e8e9f0;
  color:#1c236d;
  font-size:18px;
  font-weight:bold;
  display:table-cell;
  vertical-align:middle;
  padding-left:18px;
}

#shedule .sheduleList dl dd{
  width:544px;
  height:72px;
  background:#f3f4f8;
  padding-left:22px;
  display:table-cell;
  vertical-align:middle;
}





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

#contact {
  padding: 45px 0;
  margin-top: 100px;
  background: #edeef4;
}



#contact .contentBox{
  text-align:center;
}
#contact .contentBox h2{
  color:#1c236d;
  font-size:30px;
  font-weight:bold;
  margin-bottom:30px;
  border-left: 0;
  text-align: center;
}
#contact .contentBox .contentIn{
  width: 890px;
  background: #fff;
  padding: 30px 0 37px;
  margin: 44px auto 0;
  border-radius: 20px;
}

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

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

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


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

#contact .contentBox .contentIn .entry dl {
  margin:0 50px;
  line-height:46px;
  text-align:left;
}
#contact .contentBox .contentIn .entry dl dt{
  float: left;
  clear: left;
  width: 205px;
  height:46px;
  font-size: 16px;
  font-weight:bold;
  line-height: 1.4;
}
#contact .contentBox .contentIn .entry dl dt .essential {
  width: 37px;
  float: right;
  padding-top: 15px;
}

#contact .contentBox .contentIn .entry dl dd{
  margin: 0 0 18px;
  padding: 0 0 0 215px;
}
#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:575px;
  height:46px;
  border:solid 1px #dddee9;
  box-sizing:border-box;
  font-size:16px;
  padding:0 10px;
}

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

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

#contact .contentBox .contentIn .entry dl.textBox02 dd textarea{
  background:#efeff5;
  width:575px;
  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{
  width:790px;
  font-size:14px;
  color:#1c236d;
  font-weight:bold;
  margin:30px auto 15px;
  text-align:left;
}
#contact .contentBox .contentIn .privacyArea{
  margin:0 auto 25px;
  width:100%;
  max-width: 790px;
  height: 230px;
  border: 1px solid #bbb;
  padding: 15px;
  box-sizing: border-box;
  overflow: 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:145%;
  color:#1c236d;
}

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

.privacyArea dt {
  font-weight:bold;
  padding-bottom:0px;
  margin-bottom:12px !important;
}


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

/* Table setting */
#yoyaku table {
  border-top:1px solid #b6b6b6;
  border-left:1px solid #b6b6b6;
  width:100%;
}
#yoyaku th,td {
  border-right:1px solid #b6b6b6;
  border-bottom:1px solid #b6b6b6;
  padding:8px 17px;
}
#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: 80px 0px 50px 0px;
  text-align: center;
}
.digest p {
  font-size: 1.5em;
}
.digest img {
  margin: 20px 0px;
}
#yoyaku ul li {
  font-size: 1.2em;
  margin-left: 10px;
  color:#1c236d;
}

/*2016.7.14 追加*/
.nerai {
  height: 120px;
}
.naiyo {
  height: 50px;
}
.submenu-btn02{ display: none;}


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

.dounyu span {
  font-size: 20px;
  font-weight: bold;
  color: #1eb4dc;
  display: block;
}
.dounyu_l span{
  font-size: 20px;
  font-weight: bold;
  color: #1eb4dc;
  display: block;
}
.dounyu_l {
  width:470px;
  float:left;
  font-size: 16px;
}
.ph_r {
  width:400px;
  float:right;
}
#example .contentIn .not_accordion .name {
  margin-top:20px;
  font-size:14px;
}
.accordion_head_08 dd.acList li.content03 .box03 dl{
  width: 265px;
  margin-right: 10px;
  padding: 27px 12px;
  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.content04 ul.voiceBoxScroll2 {
  background-color: #EAEEF1;
  width: 563px;
  margin: 0px;
  padding: 6px;
  float: right;
}
.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: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 40px auto 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ea5520;
  background: #fff;
  text-decoration: none;
}
.pickup .bnr_kinyugakushu .bnr_img01,
.pickup .bnr_kinyugakushu .bnr_img02 {
  width: 25%;
  max-width: 250px;
}
.pickup .bnr_kinyugakushu .sub_ttl {
  font-size: 16px;
  color: #333;
}
.pickup .bnr_kinyugakushu .main_ttl {
  margin-top: 0.5em;
  color: #ea5520;
  font-size: 20px;
}
.pickup .bnr_kinyugakushu .btn_kinyugakushu {
  position: relative;
  max-width: 300px;
  margin: 1em auto 0;
  padding: 0.7em 2em 0.7em 0.7em;
  box-sizing: border-box;
  background: #ea5520;
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
}
.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: '';
}

/* 印刷時の設定 */
@media print{
  .company_list{
    page-break-inside: avoid;
  }
}

/*2018.7.24 追加*/

#kensyu.k1807 #innovate .achievement dt span {
font-size: 14px;
color: #1EB4DC;
border: solid 1px #1EB4DC;
height: 30px;
/*width: 105px;*/
width: 93px;
margin: 0 6px;
line-height: 30px;
border-radius: 1px;
font-weight: 500;
background: #f4fbfd;
text-align: center;
display: inline-block;
}

#kensyu.k1807 #innovate .achievement dt.seika span {
color: #e10e40;
border: solid 1px #e10e40;
background: #fdf3f5;
}

.bg-beige {
  background-color: #f3f3f2;
}

.contentBox {
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 100%;
  text-align: center;
}

#kensyu .company_list ~ a.btn {
  padding: 15px;
  width: 480px;
  background: #FFF;
}

.bg-beige {
  background-color: #f3f3f2;
  padding:0 0 80px;
}

.bnr, .bnr img {
  width: 950px;
}

.w950 {
width: 950px;
margin-left: auto;
margin-right: auto;
}

.company_list p {
text-align: left;
}

#innovate ul {
  margin: 30px auto 50px;
  width: 952px;
}

#innovate ul {
  margin: 30px auto 50px;
  width: 952px;
}

#kensyu #top_image {
  margin-bottom: 0px;
}

#kensyu article[id^="ar0"]{ padding-bottom: 50px;}
/*
#kensyu article[id^="ar0"]:nth-child(odd){ background: #fff;}*/

#kensyu article[id^="ar0"] .inner{
  width: 95%;
  max-width: 740px;
  margin: 0 auto;
/*    padding: 115px 50px 55px;*/
  box-sizing: border-box;
}

#kensyu article[id^="ar0"] h2{
  margin-top: 0;
  padding-left: 20px;
  padding-top: 60px;
  font-size: 35px;
  font-weight: normal;
  text-align: left;
  border-left: 8px solid #1c236d;
  border-right: none;
  line-height: .7;
  position: relative;
}
#kensyu article[id^="ar0"] h2::before{
  content: '0' counter(number);
  counter-increment: number;
  font-family: 'Josefin Slab', serif;
  font-size: 64px;
  color: #1c236d;
  padding-right: 30px;
  letter-spacing: 0;
}
#kensyu article[id^="ar0"] h2::after{
  font-family: 'Josefin Slab', serif;
  position: absolute;
  left: -8px;
  bottom: -40px;
  font-size: 20px;
  letter-spacing: 0;
}


#kensyu article[id^="ar0"] .category dt{
  border-top: 1px dashed;
  margin: 30px 0;
  position: relative;
  text-align: center;
  letter-spacing: .15em;
}
#kensyu article[id^="ar0"] .category dt span{
  background: #fff;
  color: #1c236d;
  position: absolute;
  top: -10px;
  font-size: 17px;
  font-weight: bold;
  left: 0;
  right: 0;
  margin: 0 240px;
}
#kensyu article[id^="ar0"]:nth-child(even) .category dt span{ background: #f3f3f2;}
#kensyu article[id^="ar0"] .category .caution{ margin-bottom: 30px;}
#kensyu article[id^="ar0"] .category .caution li{
  padding-left: 10px;
  font-size: 10px;
}
#kensyu article[id^="ar0"] .category .caution li::before{ content: "\203b";}
#kensyu article[id^="ar0"] .morebtn{ display: none;}

#kensyu #intro {
text-align: center;
}

#kensyu #intro #nav_guidance { background: #1c236d;
margin: 0 auto;
/*width: 1250px;*/
  padding: 15px 0;
}

#kensyu #intro #nav_guidance ol{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  /*padding-top: 15px;
  padding-bottom: 15px;*/
  box-sizing: border-box;
  display: flex;
}
#kensyu #intro #nav_guidance li{
  border-left: 1px solid #fff;
  width: 16.5%;;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  font-size: 13px;
  position: relative;
}
#kensyu #intro #nav_guidance li:first-child{ border-left: none;}
#kensyu #intro #nav_guidance li a{
  text-decoration: none;
  color: #fff;
}
#kensyu #intro #nav_guidance li:hover::before{
  content: "\025bc";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  color: rgba(255, 255, 255, .3);
  font-size: 10px;
  font-weight: bold;
}

#kensyu #top_image > img.video-cover.pc {
margin: auto;
}
