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


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

    common

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

.dispatchTypeContainer * { letter-spacing: 0; }

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


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

.container {
  float: right;
  width: 730px;
}

.dispatchTypeContainer p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* トップラインスタイル */
.topLineStyle {
  border-top: 1px solid #3E3A39;
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 30px 0;
  padding-top: 14px;
  position: relative;
  width: 100%;
}

.topLineStyle::before {
  border-top: 5px solid #eb625a;
  content: "";
  display: block; 
  position: absolute;
  left: 0;
  top: -1px;
  width: 65px;
}

.topLineStyle > span {
  font-size: 1.3rem;
  letter-spacing: 0;
}

.normalStyle {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.normalStyle.small {
  font-size: 2rem;
  font-weight: 700;
  margin:30px 0 20px;
}


/* フレックスボックス */
.flexCont {
  display: flex;
  justify-content: space-between;
}

.example {
  background-color: #eff2f5;
  border: 1px solid #666;
  margin: 20px 0 0;
  padding: 10px;
}

.example p { margin-bottom: 0; }


.annotation {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 0;
}

.dispatchTypeContainer .countingTime {
  color: #999;
  font-size: 13px;
}

.hrmAppLink { text-align: right; }

.hrmAppLink a {
  border-bottom: 2px solid #333;
  color: #333;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0;
  transition: .3s;
}

.hrmAppLink a:hover {
  opacity: .6;
  text-decoration: none;
}

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

    コンテンツ

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

/*
    メニュー
================================*/
.menu {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  margin: 10px 0 30px;
}

.menu > li {
  font-size: 1.5rem;
  width: auto;
 }

.menu > li > a {
  color: #3E3A39;
  display: block;
  font-size: 1.4rem;
  padding: 5px 5px 8px;
  position: relative;
  text-decoration: none;
  transition: .3s;
 }
 
 .menu > li > a::before {
  background-color: #e86161;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: .3s;
  transform: translateX(-50%);
 }
 
 .menu > li > a:hover::before { width: 100%; }


/*
    導入部分
================================*/
.customizePoint {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 10px;
}

.customizePoint dt {
  align-self: baseline;
  /*border-bottom: 3px solid #e86161;*/
  font-size: 18px;
  font-weight: 700;
  /*margin-bottom: 65px;*/
  /*padding-bottom: 5px;*/
  text-align: center;
  width: auto;
}

.customizePoint dd {
  line-height: 1.5;
  width: calc(100% - 100px);
  padding: 12px;
  border: solid 1px #eb625a;
}

.customizePoint dd > span {
  display: block;
  text-align: right;
}

.customizePoint dd > span + span { margin-top: 5px; }

.customizePoint + p > a,
.customizePoint + p + p > a,
.customizePoint + p + p + p > a {
  font-size: 14px;
  text-decoration: underline;
}

.customizePoint + p > a::before,
.customizePoint + p + p > a::before {
  content: "→";
  display: inline-block;
  text-decoration: underline;
}

.customizePoint + p + p + p > a::before {
  content: "↓";
  display: inline-block;
  text-decoration: underline;
}


/*
    カスタマイズの秘密
================================*/
.sqMark { margin: 20px 0; }

.sqMark::before {
  color: #e86161;
  content: "■";
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.numTxtBox {
  width: 500px;
}


.dispatchTypeContainer .numBox {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-align: right;
  width: calc(100% - 520px);
}

.numBox > span:first-of-type {
  color: #9E2730;
  display: inline-block;
  line-height: 1;
  font-size: 55px;
  font-weight: 700;
  margin: 0 5px;
}

.numBox .annotation {
  right: 2px;
}

.flexCont.canvas {
  margin: 0 0 0 50px;
  text-align: center;
}

.flexCont.canvas > p span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}


/*
    研修実施の流れ
================================*/
.flowBox {}

.flowBox > dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.flowBox > dt >span {
  background-color: #eb625a;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.flowBox > dd {
  border-bottom: 1px dotted #666;
  margin: 0 0 20px 0;
  padding: 0 0 20px 40px;
}

.flowBox > dd::after{
  content:"";
  display:block;
  clear:both;
}

.flowBox > dd > ul {}

.flowBox > dd > ul >li {
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}

.flowBox > dd > ul > li + li { margin-top: 10px; }

.flowBox > dd img {
  height: auto;
  width: 200px;
}


/*
    豊富なカリキュラム
================================*/
.flexCont.crr {
  flex-flow: row wrap;
}

.crrBox {
  margin: 20px 0 50px;
  width: 30%;
}

.crrBox > dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.crrBox > dd {
  font-size: 25px;
  font-weight: 700;
}

.crrBox > dd >span {
  color: #9E2730;
  font-size: 55px;
  font-weight: 700;
  margin-right: 5px;
}

.dispatchTypeContainer .num {
  color: #9E2730;
  font-size: 25px;
  font-weight: 700;
  margin: 0 5px;
}


/*
    研修計画構築サービス
================================*/
.example > table {
  background-color: #fff;
  border-color: #3e3a39;
  border-width: 1px 0 0 1px;
  border-style: solid;
  margin: 20px 0 0;
  table-layout: fixed;
  width: 100%;
}

.example > table th {
  background-color: #cad6f5;
  border-color: #3e3a39;
  border-width: 0 1px 1px 0;
  border-style: solid;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

.example > table th:first-of-type { width: 200px; }

.example > table > tbody th {
  line-height: 1.2;
  padding-left: 10px;
  text-align: left;
}


.example > table td {
  background-color: #fff;
  border-color: #3e3a39;
  border-width: 0 1px 1px 0;
  border-style: solid;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}

.example > table td span {
  display: block;
  font-size: 15px;
  font-weight: 700;
}


/*
    トータルサービス
================================*/
.flexCont.totalService {
  flex-flow: row wrap;
}

.serviceBox {
  margin-bottom: 30px;
  width: 45%;
}

.serviceBox > dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.serviceBox > dt::before {
  border: 5px solid transparent;
  border-left: 10px solid #eb625a;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}

.serviceBox > dd {}

.serviceBox > dd > ul {}

.serviceBox > dd > ul > li {
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}

.leafBox {
  border: 1px solid #666;
  padding: 20px;
}

.leafBox_logo {
  display: inline-block;
  width: auto;
}

.leafBox_logo a:hover { opacity: .6; }

.leafBox_txt {
  display: inline-block;
  width: calc(100% - 220px);
  margin-left: 10px;
}


.leafBox ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  column-gap: 20px;
  width: 685px;
}

.leafBox ul li {
  margin-bottom: 10px;
}

.leafBox ul li a { color: #3e3a39; }

.leafBox ul li a:hover { opacity: .6; }

.leafBox ul li a::before {
  border: 6px solid transparent;
  border-left: 6px solid #eb625a;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}




/*
    よくあるご質問
================================*/

/* ボタン */
.btn_red {
width:auto;
float: right;
position: relative;
background-color:#ea3636;
border-radius: 4px;
transition: none;
box-shadow: 0 3px 0 #c51e0d;
text-align:center;
margin:10px 0 15px 0;
}

.btn_red a {
color: #fff;
display: block;
text-decoration:none;
font-size: 16px;
padding: 10px;
}

.btn_red:hover {
top: 3px;
box-shadow: none;
}

.qa { font-size: 0; }

.question {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.question:hover {
  text-decoration: underline;
}


.question::before {
  color: #414b96;
  content: "Q.";
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: -5px; 
  left: 0;
}

.answer {
  display: none;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 30px 25px;
  padding-left: 30px;
  position: relative;
  width: 705px;
}

.answer p { font-size: 1.4rem; }

.answer::before {
  color: crimson;
  content: "A.";
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: -5px; 
  left: 0;
}

.answer table {
  border-color: #333;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 30px;
  table-layout: fixed;
  width: 100%;
}

.answer table td {
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 10px;
}

.answer table tr td:first-of-type {
  background-color: #e8e8e8;
  vertical-align: middle;
  width: 30%;
}


.qaLink {
  font-size: 1.4rem;
  margin: 10px 0 30px 40px;
  text-align: right;
}

.qaLink a {
  text-decoration: underline;
  transition: .3s;
}

.qaLink a:hover { opacity: .6; }

.btn_red.qa {
  float: none;
  margin: auto;
  width: 50%;
}




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

    ★★レスポンシブ

================================*/
@media screen and (max-width:768px) {
.wrapper { width: 100%; }

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

.customizePoint { display: block; }

.customizePoint dt { width: 100%;margin-bottom: 20px; }
.customizePoint dd { width: 100%;margin-bottom: 50px; }

.flexCont.insNum { display: block; }
.numTxtBox { width: 100%; }
.dispatchTypeContainer .numBox { width: 100%; }


.flexCont.rating { display: block; }
.flexCont.canvas { margin: auto; }
.flexCont.canvas > p span { font-size: 15px; }

.flowBox > dd p.fr { float: none !important; }

.crrBox { width: 45%; }

.crrBox > dd { font-size: 18px; }
.crrBox > dd > span { font-size: 35px; }

.example > table th:first-of-type { width: auto; }

.leafBox_logo { display: block; }

.leafBox_txt {
  display: block;
  width: auto;
  margin-left: 0;
}

.leafBox ul { column-count: 1; }

.answer { width: 100%;margin: 0 0 30px 0; }

}/* @media */




