@charset "utf-8";

/* CSS Document */

a:hover{
  opacity:0.7;
}

#kensyu .left {
  float: left;
}

#kensyu .right {
  float: right;
}

.bg-beige {
  background: #f3f3f2;
  padding-top: 55px;
  margin-bottom: 85px;
}

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

.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.br_sp:before {
  content: "\A" ;
  white-space: pre ;
}


p.lead{
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: .05em;
  margin-bottom: 60px;
}

.text_right{ text-align: right;}

.comment{
  font-size: .8em;
  margin-bottom: 30px;
}

.en{ font-family: 'Josefin Slab', serif;}


/*----------------------------------
#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 {
  /*	border-bottom: 1px solid #d1d1d1;*/
  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%);}

.submenu-btn02{ display: none;}
.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;
  text-align: left;
}
.submenu-btn02.close{
  background: url(/img2016/common/sp/btn_sp_close.png) no-repeat 10px center;
  background-size: 20px;
}


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

img.mainImg {
  width: 100%;
}

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

#container{ margin-top: 85px;}

nav#breadcrumbs{ display: none;}
/*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: 0 auto;
  padding: 0 0 10px 0;
  width: 100%;
}

#main .ttl_bd_btm{
  color: #1c236d;
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
#main .ttl_bd_btm::after {
  content: "";
  display: block;
  border-bottom: 2px solid #1c246c;
  width: 60px;
  margin: 15px auto;
}
#main .ttl_bd_btm.en{
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.3;
}
/*#main p.top{
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 65px;
}*/
  

/*----------------------------------
.top
上段：写真
下段：左にタイトル・右にCompany Information
----------------------------------*/
#main .top{
  display: flex;
/*    align-items: flex-start;*/
/*     margin-bottom: 75px; */
  flex-wrap: wrap;
}
#main .top .img{
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#main .top .img img{ width: 100%;}

#main .top .ttl{
  background: #1c246c;
  width: 100%;
  padding: 15px 15px 5px;
  box-sizing: border-box;
  color: #fff;
}

#main .top .ttl p{
  font-size: 17px;
  margin-bottom: 25px;
}
#main .top .ttl h1{
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
#main .top .ttl h1 ~ p{
  font-size: 13px;
  margin-bottom: 15px;
}
#main .top .ttl p.name{
  display: inline-block;
  width: 46%;
  vertical-align: top;
  line-height: 1.6;
}
#main .top .ttl > p.name:nth-of-type(2){ padding-right: 4%;}
#main .top .ttl p.name02{}
#main .top .ttl p.caution{ font-size: .6em;}
#main .top .ttl a{
  display: block;
  color: #fff;
  padding: 3px;
  font-size: 14px;
  border: 1px solid #fff;
  width: 28.5%;
  text-align: center;
}
#main .top .ttl a:hover{ text-decoration: none;}


/*----------------------------------
.top02
左：写真
右：タイトル
下：Company Information
----------------------------------*/
/*#main .top02{
  display: flex;
  align-items: flex-start;
  margin-bottom: 75px;
  flex-wrap: wrap;
}*/
#main .top02 .img{
  max-width: 75%;
  margin: auto;
}
#main .top02 .img img{ width: 100%;}

#main .top02 .ttl{
  background: #1c246c;
  width: 100%;
  padding: 15px 15px 5px;
  box-sizing: border-box;
  color: #fff;
}

#main .top02 .ttl p{
  font-size: 17px;
  margin-bottom: 25px;
}
#main .top02 .ttl h1{
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
#main .top02 .ttl h1 ~ p{
  font-size: 13px;
  margin-bottom: 15px;
}
#main .top02 .ttl p.name{
  display: inline-block;
  width: 46%;
  vertical-align: top;
  line-height: 1.6;
}
#main .top02 .ttl p.name02{}
#main .top02 .ttl p.caution{ font-size: .6em;}
#main .top02 .ttl a{
  display: block;
  color: #fff;
  padding: 3px;
  font-size: 14px;
  border: 1px solid #fff;
  width: 28.5%;
  text-align: center;
}
#main .top02 .ttl a:hover{ text-decoration: none;}

/*----------------------------------
.info
----------------------------------*/
#main .info{
  box-sizing: border-box;
  border: 1px solid #1c246c;
  width: 100%;
  padding: 15px 15px 5px;
  margin-bottom: 75px;
}
#main .info h2,
#main .info .ttl_bd_btm{
  font-family: 'Josefin Slab', serif;
  color: #1a2a75;
  text-align: center;
  font-size: 16px;
}
#main .info h2::before,
#main .info .ttl_bd_btm::before{
  content: "";
  display: block;
  background: url(/image/img_kensyu/icn_company.svg) center center/23px no-repeat;
  padding: 16px;
  box-sizing: border-box;
}
#main .info h2::after,
#main .info .ttl_bd_btm::after{
  content: "";
  display: block;
  border-bottom: 1px solid #1c246c;
  width: 38px;
  margin: 13px auto;
}
#main .info p{ font-size: 13px;}


/*----------------------------------
.interview
----------------------------------*/
#main .interview h2,
#main .ttl_h3{
  border-bottom: 1px solid #1c236d;
  color: #1c236d;
  margin-bottom: 20px;
}
#main .interview h2 span,
#main .ttl_h3 span{
  font-size: 21px;
  border-left: 6px solid #1c236d;
  padding-left: 9px;
  font-weight: normal;
  line-height: 1.8;
}
#main .interview .flex{
  margin-bottom: 50px;
  align-items: flex-start;
}
/*#main .interview .flex:nth-of-type(even) > img{ order: -1;}*/
#main .interview .text,
#main .interview img{ width: 100%;}
#main .interview .text h3{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}


/*----------------------------------
.pickup
----------------------------------*/
#main .pickup{
  background: #e1f5ff;
  color: #1b2a80;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
  text-align: center;
}
#main .pickup h2{
  text-align: center;
  font-size: 1.5em;
  color: #038dd9;
  margin-bottom: 30px;
  border-bottom: 1px dotted #038dd9;
  font-weight: normal;
  line-height: 1.8;
}
#main .pickup h2 .ttl{
  display: inline-block;
  font-family: 'Josefin Slab', serif;
  font-size: 1em;
  line-height: 1;
  color: #eb8055;
  font-weight: bold;
  /*    border-bottom: 1px solid #eb794e;*/
  background: #ecd7ce;
}
#main .pickup h2 .ttl::before{
  content: "";
  padding: 20px;
  background: #e1f5fe url(/image/img_kensyu/icn_pickup.svg) left 3px/35px no-repeat;
}
#main .pickup p{ text-align: left;}
#main .pickup img{
  width: 85%;
  box-shadow: 1px 1px 3px #aaa;
  margin: 10px 0;
}

/*----------------------------------
.program
----------------------------------*/
.program h2{
  font-family: 'Josefin Slab', serif;
  color: #1a2a75;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
.program h2 span.caution{
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
  display: inline-block;
  font-size: .35em;
  position: absolute;
  top: 30px;
  margin: auto;
  left: 0;
  right: 0;
}
.program h2::after{
  content: "";
  display: block;
  border-bottom: 2px solid #1c246c;
  width: 60px;
  margin: 15px auto;
}
.program h3{
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 20px;
}

.program .flex{
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0;
}
.program .gaiyou{ margin-bottom: 40px;}
/* --------
  .detail01（PC時：画像45%）
-------- */
.program .detail01{
  width: 100%;
  line-height: 2;
}
.program .detail01 dt{
  display: inline-block;
  width: 5.5em;
}
.program .detail01 dd{
  display: inline-block;
  width: 70%;
}
.program .detail01 ~ img{ width: 70%;}

/* --------
.detail02（PC時：画像サイズ小）
-------- */
.program .detail02{
  width: 100%;
  line-height: 2;
}
.program .detail02 dt{
  display: inline-block;
  width: 5.5em;
  vertical-align: top;
}
.program .detail02 dd{
  display: inline-block;
  width: 60%;
}
.program .detail02 ~ img{ width: 70%;}

/* --------
.detail03（画像なし・dt幅広め）
-------- */
.program .detail03 dt{
  display: inline-block;
  width: 7.5em;
  vertical-align: top;
}
.program .detail03 dd{
  display: inline-block;
  width: calc(98% - 7.5em);
}

/* .point */
.program .point{ margin-bottom: 80px;}
.program .point h3{
  color: #1c236d;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  text-align: center;
}
.program .point h3::before{
  content: "";
  padding: 20px;
  background: url(/image/img_kensyu/icn_point.svg) left center/35px no-repeat;
}
.program .point ul{ justify-content: center;}
.program .point li{
  width: 90%;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 145, 216, 0.15);
  margin-bottom: 15px;
}
.program .point li h4{
  font-weight: normal;
  font-size: 1.2em;
  color: #1c256b;
  line-height: 1.3;
  margin-bottom: 10px;
  border-left: 4px solid;
  padding-left: 8px;
}

/* .solution */
.program .solution .flex{ margin-bottom: 10px;}
.program .solution{
  border: 1px solid #0092d8;
  margin-bottom: 55px;
  padding: 25px 20px 10px;
  position: relative;
}
.program .solution .number{
  font-family: 'Josefin Slab', serif;
  font-size: 23px;
  color: #0092d8;
  padding: 0 20px;
  background: #f3f3f2;
  position: absolute;
  top: -22px;
  left: 40%;
  margin: auto;
}
.program .solution h3{ text-align: center;}
.program .solution h3 span{
  font-family: 'Josefin Slab', serif;
  color: #0092d8;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
.program .solution h3 span::after{
  content: "";
  display: block;
  border-bottom: 2px solid #0092d8;
  width: 35px;
  margin: 5px auto 10px;
}
.program .solution .time{ text-align: center; margin-bottom: 30px;}
/*.program .solution .timetable_ttl{
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
}
.program .solution .timetable_ttl::before,
.program .solution .timetable_ttl::after{
  content: "";
  width: 30%;
  border-top: 1px dotted #0091d8;
  position: absolute;
  top: 50%;
}
.program .solution .timetable_ttl::before{ left: 5%;}
.program .solution .timetable_ttl::after{ right: 5%;}*/
.program .solution .timetable_ttl{
  text-align: center;
  background: #dceffa;
  color: #0091d8;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
}

.program .solution ul.timetable li{
  width: 100%;
  margin-bottom: 15px;
}
.program .solution ul.timetable li h4{
  font-size: 1.2em;
  margin-bottom: 8px;
  line-height: 1.3;
}
.program .solution ul.timetable li h4 span{
  display: block;
  border-bottom: 1px solid;
  font-size: .8em;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.program .solution ul.timetable li.brake{
  width: 90%;
  text-align: center;
  border: 1px dotted;
  padding: 5px 0;
  margin: 0 auto 25px;
}
.program .planner{
  background: rgba(0, 145, 216, .1);
  padding: 15px;
  margin-bottom: 25px;
}
.program .planner h4{
  padding: 11px 0 8px 50px;
  background: url(/image/img_kensyu/icn_planner.svg) left center/45px no-repeat;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.program .voice .img{
  width: 100%;
  margin-bottom: 15px;
}
.program .voice .img li{
  width: 100%;
  margin-bottom: 20px;
  padding-left: 25px;
  background: url(/image/img_kensyu/icn_check.svg) left 6px/15px no-repeat;
}
.program .voice .img li img{ width: 100%;}

.program .voice .text{
  width: 100%;
  margin-bottom: 0;
}
.program .voice .text li{
  width: 100%;
  margin-bottom: 15px;
  padding-left: 25px;
  background: url(/image/img_kensyu/icn_check.svg) left 6px/15px no-repeat;
}

.program .voice .graph .percent{
  display: inline-block;
  width: 140px;
  height: 140px;
  font-family: 'Josefin Slab', serif;
  color: #0092d8;
  font-size: 65px;
  font-weight: normal;
  line-height: 3;
  text-align: center;
  background: url(/image/img_kensyu/001/graph.svg) left top/100% no-repeat;
  letter-spacing: -.1em;
  text-shadow: 1px 1px 0 #c8e7f6;
}
.program .voice .graph .percent.all{
  background: url(/image/img_kensyu/003/graph.svg) left top/100% no-repeat;
}
/*.program .voice .graph .mark::before{
  content: "\A" ;
  white-space: pre ;
}*/
.program .voice .graph .mark{
  color: #0092d8;
  font-size: 2em;
}

/* .list_border */
.list_border li{
  box-sizing: border-box;
  border: 1px solid #1c236d;
  padding: 1em;
}
.list_border li + li{ margin-top: 20px;}

/* .program .contact */
.program .contact{
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 60px;
}
.program .contact p{ margin-bottom: 10px;}
.program .contact > .btn_contact{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5px 20px 5px 5px;
  color: #fff;
  background: #e10f40 url(/images/common/arrow.svg) 98% center/20px no-repeat;
  box-sizing: border-box;
}
.program .contact > .btn_contact:hover{ text-decoration: none;}
