@charset "utf-8";

/* CSS Document */

a:hover{
  opacity:0.7;
}

#kensyu .left {
  float: left;
}

#kensyu .right {
  float: right;
}

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

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

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

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: 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%);}

.submenu-btn02{ display: none;}


.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img.mainImg {
  width: 100%;
}

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: 0 auto;
  padding: 0 0 10px 0;
  width: 950px;
}

#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: 3px solid #1c246c;
  width: 100px;
  margin: 20px auto 40px;
}
#main .ttl_bd_btm.en{
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.3;
}

/*----------------------------------
.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: 50%;
  padding: 20px 25px 15px;
  box-sizing: border-box;
  color: #fff;
}

#main .top .ttl p{
  font-size: 20px;
  margin-bottom: 25px;
}
#main .top .ttl h1{
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
#main .top .ttl h1 ~ p{
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.6;
}
#main .top .ttl p.name{
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
#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;
  justify-content: end;
  margin-bottom: 75px;
  flex-wrap: wrap;
  border: 1px solid #1c246c;
}
#main .top02 .img{
  align-self: flex-start;
  width: 35%;
  padding: 0;
  overflow: hidden;
}
#main .top02 .img img{ width: 100%;}

#main .top02 .ttl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1c246c;
  width: 65%;
  padding: 20px 25px 15px;
  box-sizing: border-box;
  color: #fff;
}

#main .top02 .ttl p{
  font-size: 20px;
  margin-bottom: 25px;
}
#main .top02 .ttl h1{
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
#main .top02 .ttl h1 ~ p{
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.6;
}
#main .top02 .ttl p.name{
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
#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{ margin-bottom: 60px;}

#main .info h2::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{
  font-family: 'Josefin Slab', serif;
  color: #1a2a75;
  text-align: center;
  font-size: 16px;
}
#main .info p{ font-size: 13px;}

/* .top .info */
#main .top .info{
  box-sizing: border-box;
  border: 1px solid #1c246c;
  width: 50%;
  padding: 20px 25px 15px;
  margin-bottom: 0;
}
#main .top .info h2::after{
  content: "";
  display: block;
  border-bottom: 1px solid #1c246c;
  width: 38px;
  margin: 20px auto;
}


/*----------------------------------
.interview
----------------------------------*/
#main .interview h2,
#main .ttl_h3{
  border-bottom: 1px solid #1c236d;
  color: #1c236d;
  margin-bottom: 30px;
}
#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: 75px;
  align-items: flex-start;
}
#main .interview .flex:nth-of-type(even) > img{ order: -1;}
#main .interview .text,
#main .interview img{ width: 48%;}
#main .interview .text h3{
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 20px;
}

/*----------------------------------
.pickup
----------------------------------*/
#main .pickup{
  background: #e1f5ff;
  color: #1b2a80;
  padding: 30px 20px 20px;
  position: relative;
  height: 240px;
}
#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{
  width: 55%;
  padding-top: 2em;
}
#main .pickup img{
  width: 220px;
  position: absolute;
  box-shadow: 1px 1px 3px #aaa;
}
#main .pickup img.pick01{
  right: 20px;
  top: 110px;
}
#main .pickup img.pick02{
  right: 230px;
  top: 140px;
}


/*----------------------------------
.program
----------------------------------*/
.program h2{
  font-family: 'Josefin Slab', serif;
  color: #1a2a75;
  font-size: 38px;
  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: 20px;
  margin-left: 15px;
}
.program h2::after{
  content: "";
  display: block;
  border-bottom: 3px solid #1c246c;
  width: 88px;
  margin: 15px auto;
}
.program h3{
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

/* --------
  .detail01（画像45%）
-------- */
.program .detail01{ line-height: 2;}
.program .detail01 dt{
  display: inline-block;
  width: 5.5em;
}
.program .detail01 dd{
  display: inline-block;
  width: calc(98% - 5.5em);
}

/* .program .flex */
.program .flex{
  align-items: flex-start;
  margin-bottom: 30px;
}
.program .flex.gaiyou{ justify-content: space-around;}
.program .flex .detail01 dl{ margin-left: 3%;}
.program .flex .detail01{ width: 50%;}
.program .flex .detail01 ~ img{
  width: 45%;
  margin-top: 10px;
}

/* .program .gaiyou.column_one */
.program .gaiyou.column_one{
  max-width: 660px;
  margin: 0 auto 30px;
}

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

/* --------
.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: 18px;
  background: url(/image/img_kensyu/icn_point.svg) left 9px/30px no-repeat;
}
.program .point ul{
  justify-content: space-around;
  align-items: stretch;
}
.program .point li{
  width: 30%;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 145, 216, 0.15);
}
.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: 30px;}
.program .solution{
  border: 1px solid #0092d8;
  margin-bottom: 55px;
  padding: 30px 45px 10px;
  position: relative;
}
.program .solution .number{
  font-family: 'Josefin Slab', serif;
  font-size: 27px;
  color: #0092d8;
  padding: 0 20px;
  background: #f3f3f2;
  position: absolute;
  top: -22px;
  left: 45%;
  margin: auto;
}
.program .solution h3{ text-align: center;}
.program .solution h3 span{
  font-family: 'Josefin Slab', serif;
  color: #0092d8;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
.program .solution h3 span::after{
  content: "";
  display: block;
  border-bottom: 3px solid #0092d8;
  width: 48px;
  margin: 15px 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: 18px;
}
.program .solution .timetable_ttl::before,
.program .solution .timetable_ttl::after{
  content: "";
  width: 40%;
  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: 18px;
}

.program .solution ul.timetable li{
  width: 48%;
  margin-bottom: 15px;
}
.program .solution ul.timetable li.w30{ width: 32%;}
.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 h4{
  padding: 9px 0 9px 40px;
  background: url(/image/img_kensyu/icn_planner.svg) left center/45px no-repeat;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.program .planner{
  background: rgba(0, 145, 216, .1);
  padding: 15px;
  margin-bottom: 55px;
}

.program .voice.flex{
  max-width: 80%;
  margin: 0 auto;
}
.program .voice .img{
  width: 60%;
  font-size: 1.2em;
  margin-bottom: 50px;
}
.program .voice .text{
  width: 48%;
  margin-bottom: 0;
}
.program .voice .img li,
.program .voice .text 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 .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{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.list_border li{
  box-sizing: border-box;
  border: 1px solid #1c236d;
  padding: 1em;
}

/* .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: 40%;
  margin: 0 auto;
  padding: 5px 20px 5px 5px;
  color: #fff;
  background: #e10f40 url(/images/common/arrow.svg) 98% center/20px no-repeat;
}
.program .contact > .btn_contact:hover{ text-decoration: none;}