@charset "utf-8";
/* CSS Document */


/*===============================

    common

================================*/
* {
  box-sizing: border-box;
  /*font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 1.4rem;*/
  font-weight: 500;
}

html { font-size: 62.5%; }/* 1(r)em = 10px */

body {
  color: #333;
  font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  text-align: left;
  width: 100%;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.0rem;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}

h2 > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 5px;
}

h3 {
  color: #DC403F;
  display: table;
  font-size: 2.0rem;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.5;
}


h3 .num {
  color: #DC403F;
  display: table-cell;
  font-family: 'Philosopher', sans-serif;
  font-size: 5rem;
  padding-right: 10px;
  vertical-align: middle;
  transform: skew(-15deg,0);
}

h3 .txt {
  display: table-cell;
  line-height: 1.6;
  vertical-align: middle;
}

.marker {
  background: #ffff66;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.kyoikuCont p {
  font-size: 1.5rem;
  line-height: 1.6;
}

li { list-style-type: none; }

div#cont { margin: 0; }

.wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 980px;
}

.header { margin: 20px 0; }

/* ページナビ */
.pageNav {
  font-size: 0;
  margin-bottom: 30px;
  width: 100%;
}

.pageNav li {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 4px;
  text-align: center;
  vertical-align: top;
}

.pageNav li.active {
  border-bottom: 2px solid #66bfff;
  padding-bottom: 2px;
}

.pageNav li:last-of-type { margin-right: 0; }


.pageNav li a {
  display: block;
  transition: .3s;
}


.pageNav li a:hover,
.pageNav li a.on {
opacity: 0.3;
}

.pageTop {
  margin:20px 0 60px;
  text-align: right;
}

.pageTop a[href="#"] {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.pageTop a[href="#"]:hover {
  opacity: 0.7;
  text-decoration: none;
}


.pageTop a::before {
  content: "\f0aa";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 5px;
}



/*===============================

    コンテンツ

================================*/
.container {
  float: right;
  width: 730px;
}

/*.container a { color: #DC403F; }*/

.kyoikuCont a:hover { text-decoration: underline; }

.kyoikuCont img { vertical-align: bottom; }

.contBox { margin-top: 40px; }

.contBox p + p { margin-top: 20px; }

.noticeTxt {
  color: #DC403F;
  font-size: 1.8rem;
  line-height: 1.8;
}

/*
    研修ってどうやるの？
================================*/
.matchUp {
  border-collapse: separate;
  border-spacing: 20px 0;
  width: 100%;
  table-layout: fixed;
}

.matchUp th:first-of-type { width: 190px; }

.matchUp th img { width: 100%; }

.matchUp td:first-of-type{
  color: #DC403F;
  font-size: 1.8rem;
      padding-top: 20px;
}

.matchUp td + td {
  border-bottom: 1px solid #333;
  line-height: 1.5;
  padding: 20px 0;
  vertical-align: top;
}

.matchUp td:nth-of-type(2){ border-bottom-color: #ed796f; }

.matchUp td:nth-of-type(3){ border-bottom-color: #688ec9; }


/*
    研修の流れ
================================*/
/* flexbox */
.contBox-flex {
  align-items: flex-start;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}

/* 講師派遣型研修の流れ */
.detachmentType {
  border-top: 2px solid #ed796f;
  border-left: 2px solid #ed796f;
  width: 46%;
}

#cont .detachmentType > h4 {
  border-bottom: 2px solid #ed796f;
  color: #ed796f;
  font-size: 2rem;
  margin-top: 0;
  padding: 10px;
  text-align: center;
}

.detachmentType > h4 >span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* 公開講座研修の流れ */
.openSeminarType {
  border-top: 2px solid #688ec9;
  border-left: 2px solid #688ec9;
  width: 46%;
}

#cont .openSeminarType > h4 {
  border-bottom: 2px solid #688ec9;
  color: #688ec9;
  font-size: 2rem;
  margin-top: 0;
  padding: 10px;
  text-align: center;
}

.openSeminarType > h4 >span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* 共通部分 */
.flowBox {
  background: url("../../../resource/img/kyoiku/service-flow_arrow.png") no-repeat bottom;
  font-size: 0;
  height: 380px;
  margin: 15px 0 15px 15px;
  position: relative;
}

.flowBox.detachment:after {
  content: "";
  display: block;
  border-top: 2px solid #ed796f;
  position: absolute;
  bottom: 37px;
  width: 45px;
  left: -50px;
  transform: rotateZ(60deg);
  -ms-transform: rotate(60deg);
}

.flowBox.openSeminar:after {
  content: "";
  display: block;
  border-top: 2px solid #688ec9;
  position: absolute;
  bottom: 37px;
  width: 45px;
  left: -50px;
  transform: rotateZ(60deg);
  -ms-transform: rotate(60deg);
}

.flowBox:last-of-type {
  background: none;
  height: 350px;
}

.flowBox:last-of-type:after { border:none; }

.roleList {
  font-size: 0;
  width: 30%;
}

.roleList.cstm {
  position: absolute;
  top: 24px;
  right: 30px;
}

.roleList.ins { margin-top: 10px; }

.roleList li {
  color: #ccc;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
}

.roleList .roleList_cstm-on { color: #2100E5; }

.roleList .roleList_ins-on { color: #E6002D; }

.phaseBox {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px rgba(113, 113, 113, 0.2);
  font-size: 0;
  position: absolute;
  top: 100px;
  left: 85px;
  width: 70%;
}


.phaseBox_ttl {
  padding: 5px 5px 0;
}

.phaseBox.detachment .phaseBox_ttl { color: #dc4140; }

.phaseBox.openSeminar .phaseBox_ttl { color: #3c479b; }


.phaseBox_ttl p {
  font-size: 14px;
  font-weight: bold;
}

.phaseBox_ttl p:nth-of-type(1) {
  /*border-bottom: 1px solid #fff;
  margin-bottom: 3px;
  padding-bottom: 3px;*/
}

p.phaseBox_attention {
  /*font-size: 10px;
  position: absolute;
  left: 5px;
  bottom: 5px;*/
}

.phaseBox_txt {
  height: 190px;
  padding: 5px;
}

.phaseBox_txt.long { height: 240px; }

.phaseBox_txt.short { height: 140px; }

.phaseBox_txt p {
  font-size: 13px;
  line-height: 19px;
font-weight: bold;
}

.phaseBox_txt a { /*color: #fff;*/ font-weight: bold;color: #666666;}

.phaseBox_txt > ul { margin-top: 10px; }

.phaseBox_txt > ul > li {
  font-size: 13px;
  line-height: 1.3;
}

.phaseBox_txt > ul > li + li { margin-top: 5px; }

.followServise { margin-bottom: 10px; }

.followServise:last-of-type { margin-bottom: 0; }

.followServise img { float: left; }

.kyoikuCont .followServise span {
  display: block;
  font-size: 14px;
  padding-left: 40px;
font-weight: bold;
color: #666666;
}

.phaseBox_attention {
  color: #dc4140;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
}

.phaseBox_attention:hover {
  color: #fff;
  cursor: pointer;
}

.phaseBox_attention::before {
  content: url("../../../resource/img/kyoiku/service-flow-lightbulb.png");
  display: inine-block;
  margin-right: 3px;
}


/* インソースのここがすごい */
.disnon { display: none; }

.phaseBox.hvr { background-color: rgba(220, 65, 64, 0.8); }

.phaseBox.hvr .phaseBox_ttl { color: #fff; }

.attentionTxt {
  color: #fff;
  display: none;
}

.attentionTxt.disp { display: block; }

/*
    講師の特徴
================================*/
.nameListCont p { margin-bottom: 10px; }

.nameList { margin-bottom: 30px; }

.nameList li {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.nameList li:last-of-type { margin-bottom: 0; }

.nameList li > a {
  color: #333;
  display: inline-block;
  width: 120px;
    font-weight: bold;
}



/*
    お客さまの声
================================*/
.impressionLinkList { overflow: hidden; }

.impressionLinkList  > p {
  font-size: 1.6rem;
  margin-bottom: 10px;
clear: both;
}

.impressionLinkList > p > span{ color: #DC403F; }

.themeCatList {
  float: left;
  width: 49%;
    margin-bottom: 20px;
    clear: both;
}

.themeCatList > p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.themeCatList > p > span{ color: #DC403F; }

.themeCatList ul { width: 100%; }

.themeCatList ul > li {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.themeCatList ul >li a { color: #333; }


.hierarchyCatList {
  float: right;
  width: 49%;
}

.hierarchyCatList > p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.hierarchyCatList > p > span{ color: #DC403F;  }

.hierarchyCatList ul { width: 100%; }

.hierarchyCatList ul > li {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.hierarchyCatList ul >li a { color: #333; }


/*
    よくあるご質問
================================*/
.faqList { margin-bottom: 50px; }

.faqList li { margin-bottom: 10px; }

.faqList li a {
color: #333;
font-size: 1.6rem;
    font-weight: bold;
}

.faqList li a::before {
  content:"■";
  color: #DC403F;
  display: inline-block;
  margin-right: 3px;
}

.faqList_ttl {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.faqList_ttl::before {
  content:"■";
  color: #DC403F;
  display: inline-block;
  margin-right: 3px;
}

.faqList_txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

/*
    講師のプロフィール
================================*/
.profile {
  font-size: 1rem;
  color: #666;
}

/* 名前 */
table#name {
  margin: 20px 0 30px;
  width: 100%;
}

table#name th {
  font-weight: bold;
  line-height: 1.5;
}

table#name th span {
  font-size: 2rem;
  font-weight: bold;
  vertical-align: top;
}

table#name td {
  border-left: 4px solid #DC403F;
  line-height: 1.5;
  padding-left: 10px;
  vertical-align: top;
}

/* 経歴 */
table#profile {
  border-collapse: collapse;
  margin-bottom: 70px;
  width: 100%;
}

table#profile th {
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

table#profile td {
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  padding: 5px 0 5px 15px;
}

/* 登壇スケジュール */
p.scheduleTtl {
  border-bottom:solid 3px #fbc0b8;
  font-size:18px;
  font-weight:bold;
  padding-bottom:5px;
}

table#schedule {
  border-collapse: collapse;
  margin-bottom: 30px;
  table-layout: fixed;
  width: 100%;
}

table#schedule td {
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  padding: 5px 0;
  vertical-align: middle;
  width: auto;
}

table#schedule td:first-of-type { text-align: center; }

table#schedule td:nth-of-type(2) { text-align: center; }

table#schedule td:nth-of-type(3) {
  padding-left: 10px;
  width: 300px;
}

table#schedule td:nth-of-type(4) { text-align: center; }

.prevBtn { overflow: hidden; }

.prevBtn a {
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  display: block;
  float: right;
  padding: 5px;
  text-align: center;
  transition: .2s;
  width: 120px;
}

.prevBtn a:hover {
  background-color: #ffc9c9;
  text-decoration: none;
}

.toTop { display: none; }

/*インソースの研修に対する考え方*/
.media::after{content:"";display:block;clear:both;}
.media__img{float:left;margin:0 16px 16px 0;}
.media__img--rev{float:right;margin:0 0 16px 16px;}
.media > .media__img{text-align:center;}
.media__body{}

/*フォロー・効果測定*/
.exam_flow_wrapper{
display:flex;
-js-display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-around;
justify-content: space-around;
}

.exam_flow{
margin: 10px 0;
}

.exam_flow img{
display: block;
}

.exam_flow p{
display: inline-block;
line-height: 1.6;
font-weight: 600;
width: 30%;
}

.exam_flow ul{
display: inline-block;
vertical-align: top;
line-height: 1.3;
width: 65%;
}

.exam_flow li{
margin:0 0 10px 0;
}

.exam_flow_flexbox{
width: 30%;
margin: 0 10px 10px 0;
}

.kyoikuCont span{
color:#e6796f;
font-size:18px;
}

.exam_flow_border {
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.c_text_center{
text-align:center !important;
}

.c_indent_rev_13word {
padding-left: 1.3em;
text-indent: -1.3em;
}


/*===============================

    responsive

================================*/
@media screen and (max-width:768px){
#c3_ll { display: none; }

h3 { line-height: 1.5; }

.kyoikuCont p {
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.kyoikuCont img {
  height: auto;
  max-width: 100%;
}

.container .pageNav li {
  display: inline-block;
  margin-right: 0;
  text-align: left;
  width: auto;
}

.pageNav li a {
  display: block;
  padding: 5px;
}

.pageNav li a:hover {
  /*background-color: #ccc;
  border-bottom: none;
  text-decoration: none;*/
}


.wrapper { width: 100%; }

.container {
  float: none;
  padding: 0 10px;
  width: auto;
}

/* 研修ってどうやるの */
.matchUp th:first-of-type { width: auto; }
.matchUp td:first-of-type { font-size: 1.4rem; }

/* 研修の流れ */
.contBox-flex {
  align-items: center;
  flex-flow: column wrap;
}

.detachmentType {
  margin-bottom: 30px;
  max-width: 335px;
  width: 100%;
}

.openSeminarType {
  max-width: 335px;
  width: 100%;
}

.kyoikuCont .phaseBox_ttl p { font-size: 14px; }
.kyoikuCont .phaseBox_txt p { font-size: 12px; }
.kyoikuCont p.phaseBox_attention { font-size: 10px; }

/* お客さまの声 */
.themeCatList > p { border-bottom: 1px solid #DC403F; }

.themeCatList {
  float: none;
  margin-bottom: 30px;
  width: 100%;
}

.themeCatList ul > li {
  font-size: 1.6rem;
  margin-bottom: 20px;
}


.hierarchyCatList > p { border-bottom: 1px solid #DC403F; }

.hierarchyCatList {
  float: none;
  width: 100%;
}

.hierarchyCatList ul > li {
  font-size: 1.6rem;
  margin-bottom: 20px;
}


/*インソースの研修に対する考え方*/
.res_md_media_cancel > .media__img{float:none;margin:0 0 16px 0;}

/*フォロー・効果測定*/
.exam_flow_wrapper{
display:block;
}

.exam_flow p{
display: inline-block;
}

.exam_flow ul{
display: inline-block;
vertical-align: top;
}

.exam_flow_flexbox{
width: 100%;
margin: 40px 0;
}

.exam_flow_border {
border-right: none;
}


@media screen and (max-width:500px){
.nameList li { margin-bottom: 20px; }
.nameList li > a { display: block; margin-bottom: 5px; }
}

@media screen and (max-width:320px){
/* 研修の流れ */
.roleList.cstm { right: -5px; }
.phaseBox { left: 75px; }
.phaseBox_txt { height: 210px; }
.flowBox { height: 405px; }

.flowBox.detachment:after,
.flowBox.openSeminar:after { border: none; }
}


