@charset "utf-8";

/* CSS Document */

body#kensyu {
counter-reset: number;
}

.pc {
display: none;
}

.sp {
display: none;
}

.tb {
display: block;
}


a:hover{
  opacity:0.7;
}

.underline{ text-decoration: underline;}

.bnr,
.bnr img{ width: 100%;}

#kensyu .left {
  float: left;
}

#kensyu .right {
}

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

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

#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: 24px;
    line-height: 24px;
}
#kensyu .ourVision h2::after{ content: none;}
.ourVision p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: left;
}

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

/*active付与時*/
#stalkerNavi.active {
  display: block;
  border-top: solid 3px #21216b;
  position: fixed;
  background: #e8e9f0;
  left: 0;
  bottom: 0;
}
#stalkerNavi .wrapper_sp{ display: none;}
#stalkerNavi .naviList {
  width: 100%;
  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 #333;
  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 #1c236d;
  width: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
#stalkerNavi ul li a {
  display: block;
  font-size: 11px;
  color: #333;
  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;
  margin-right: 8px;
  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: "";
}

#container{ margin-top: 85px;}

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

#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: 700px;
    margin: 0 auto 30px;
}
.company_list li{
    width: 30.5%;
    box-sizing: border-box;
    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: 100%;
    height: 50%;
    max-height: 164px;
    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: 50%;
    max-height: 164px;
    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.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;
    margin: 0 auto;
    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;
    width: 100%;
}
#kensyu .company_list ~ a.btn{
    padding: 15px;
    width: 480px;
}


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

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

#innovate .achievement {
  background: #fff;
}

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

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

#innovate .target p {
  font-size: 16px;
  line-height: 140%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 18px;
  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: 50px;
}

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

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

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

#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: 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/20px no-repeat;
    padding: 10px;
    position: absolute;
    top: 20%;
    right: 10px;
    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;
    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: 50px 0;
/*	margin-top:50px;*/
  background: #edeef4;
}

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

#example .contentIn {
  width: 90%;
  background: #fff;
  padding: 20px 2%;
  margin: 30px auto 0;
  border-radius: 20px;
}

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

#example .contentIn .heading .right {
  font-size: 18px;
  padding-left: 150px;
}

#example .contentIn .heading .right span {
  font-size: 24px;
  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;
  padding-left: 150px;
}

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;
  text-align: left;
}
#company ul li{
  width: 32%;
  float:left;
  margin-top:35px;
    margin-left: 2%;
}
#company ul li:first-child{ margin-left: 0;}

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

/*----------------------------------
      #shedule
----------------------------------*/
#shedule{
padding-top:10px;
  margin-top:-10px;
    margin-bottom: 100px;
}
#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:98%;
  background:#1c236d;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  line-height:40px;
  text-align:left;
  padding-left: 2%;
}

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

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





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

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

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

#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{
  width: 175px;
  height:46px;
  font-size: 16px;
  font-weight:bold;
}
#contact .contentBox .contentIn .entry dl dt .essential {
  width: 37px;
    padding-top: 15px;
  margin-left: 15px;
}


#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:46px;
  border:solid 1px #dddee9;
  box-sizing:border-box;
  font-size:16px;
  padding:0 2%;
}

#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:100%;
  max-width:575px;
  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%;
}
#contact .contentBox .contentIn .privacyArea{
    margin:0 auto 25px;
    width:90%;
    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;
}

.privacy iframe {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}



/* [201601追加] 社員研修プログラム説明会 */
#yoyaku  {
  padding:20px;
  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 30px 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 {
}
.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 {
  display: table;
  width: 100%;
}


.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:56%;
    float:left;
    font-size: 16px;
}
.ph_r {
    width:40%;
    float:right;
    padding-top: 40px;
}
.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: 32%;
    margin-right: 10px;
    padding: 27px 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;
    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: 0 auto;
  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 .bnr_img01 img,
.pickup .bnr_kinyugakushu .bnr_img02 img {
  object-fit: cover;
  height: 100%;
}
.pickup .bnr_kinyugakushu .bnr_txt {
  width: 46%;
}
.pickup .bnr_kinyugakushu .sub_ttl {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.pickup .bnr_kinyugakushu .main_ttl {
  margin-top: 0.5em;
  color: #ea5520;
  font-size: 20px;
  text-align: center;
}
.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;
  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 #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;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

#kensyu #intro #nav_guidance li{
    border-left: 1px solid #fff;
    /*width: 16.5%;*/
    font-size: 13px;
    position: relative;
    padding: 0 10px;
}
#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 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"] {
    padding: 0 3% 50px;
}

#kensyu h2.interview.pick {
    margin: 50px auto;
}

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

#kensyu h3.bldb {
    border-top: 2px solid #1c236d;
    font-weight: normal;
    border-left: none;
    padding-left: 0;
    margin: 30px 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; */
}

#kensyu #innovate {
    padding: 0 3%;
}

#kensyu #company,
#kensyu #shedule {
    margin-top: -10px;
    font-size: 16px;
    text-align: left;
    padding: 10px 3% 50px;
    margin-bottom: 0;
}

#kensyu #contact {
    padding: 50px 3%;
    margin-top: 30px;
    background: #edeef4;
}

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