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

/*  サービスガイド申し込みボタン
=========================================================== */
a.sg_g_Button {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:12px 28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.sg_g_Button:hover {
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	background-color:#77a809;
	color:#fff;
}
.sg_g_Button:active {
	position:relative;
	top:1px;
	color:#fff;
}

a.sg_ora_Button {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffcc66 5%, #e38b33 100%);
	background-color:#ffcc66;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:12px 28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #763201;
}
.sg_ora_Button:hover {
	background:linear-gradient(to bottom, #e38b33 5%, #ffed64 100%);
	background-color:#e38b33;
}
.sg_ora_Button:active {
	position:relative;
	top:1px;
}

div.sg_blu_Button {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	background-color:#63b8ee;
	border-radius:6px;
	border:1px solid #88bee5;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:12px 28px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #1f4571;
}


div.sg_blu_Button:hover {
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	background-color:#468ccf;
	text-decoration:none !important;
	color: #ffffff; 
}
div.sg_blu_Button:active {
	position:relative;
	top:1px;
}
div.sg_blu_Button a { color:#fff; text-decoration:none !important;}


div.sg_blu_Button_inquiry {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	background-color:#63b8ee;
	border-radius:6px;
	border:1px solid #88bee5;
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:12px 28px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #1f4571;
}


div.sg_blu_Button_inquiry:hover {
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	background-color:#468ccf;
	text-decoration:none !important;
	color: #ffffff; 
}
div.sg_blu_Button_inquiry:active {
	position:relative;
	top:1px;
}
div.sg_blu_Button_inquiry a { color:#fff; text-decoration:none !important;}

/*  申し込みボタン
=========================================================== */

a.il_blu_Button {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	background-color:#63b8ee;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #1f4571;
}


.sg_blu_Button:hover {
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	background-color:#468ccf;
	text-decoration:none !important;
	color: #ffffff; 
}
.sg_blu_Button:active {
	position:relative;
	top:1px;
}

/*  申し込みボタン コンテンツマーケティング
=========================================================== */

a.il_contact_Button {
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	background-color:#63b8ee;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#ffffff;
	font-size:1.4em;
	font-weight:bold;
	padding:8px 60px;
	text-decoration:none !important;
}


.il_contact_Button:hover {
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	background-color:#468ccf;
	text-decoration:none !important;
	color: #ffffff; 
}
.il_contact_Button:active {
	position:relative;
	top:1px;
}

/*  マイラ申し込みボタン
=========================================================== */
a.myla_b_Button {
	box-shadow:  0px 2px 3px rgb(0 0 0 / 40%);
	background:linear-gradient(to bottom, #3175b5 5%, #003c76 100%);
	background-color:#3175b5;
	border-radius:6px;
	border:2px solid #FFFFFF;
	display:inline-block;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	padding:7px 28px;
	text-decoration:none;
	text-shadow: #0f2b45 0 1px 0;
    text-align: center;

}
.myla_b_Butto:active {
	position:relative;
	top:1px;
	color:#fff;
}

/* スキル育成ボタン　３列
=========================================================== */
*, *:before, *:after {
	box-sizing: border-box;
}
.skill_map_buttons3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.skill_map_buttons3 > div{
	width: 33%;
	padding: 0px;
  font-weight: bold;
	border-right: solid 1px #FFFFFF;
}
.skill_map_buttons3 > div > div{


	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 960px) {
	.skill_map_buttons3 > div{
		width: 100%;
	}
}
@media screen and (max-width : 481px ){
	.skill_map_buttons3 > div{
		width: 100%;
	}
}

.sm01 {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-weight: bolder;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; 
  letter-spacing: 2px;
  padding: 1em 0;
  font-size: 1.2em; 
  margin-top: 16px;
  background-color: #fbc268;
}

.sm01 a {color: #FFF; }

.sm01_2 {
	text-align: center;
	vertical-align: middle;
	color: #898989;
	font-weight: bolder;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; 
    letter-spacing: 2px;
    padding: 1em 0;
    font-size: 1.2em; 
    margin-top: 16px;
    background-color: #bfbfbf;

}
.sm01_2 a {color: #FFF; }
.sm01_2:hover { background-color: #fbc268; color: #fff !important; }

.sm02 {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-weight: bolder;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; 
  letter-spacing: 2px;
  padding: 1em 0;
  font-size: 1.2em; 
  margin-top: 16px;
  background-color: #9fd18c;
}

.sm02 a {color: #FFF; }

.sm02_2 {
	text-align: center;
	vertical-align: middle;
	color: #898989;
	font-weight: bolder;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; 
    letter-spacing: 2px;
    padding: 1em 0;
    font-size: 1.2em; 
    margin-top: 16px;
    background-color: #bfbfbf;

}
.sm02_2 a {color: #FFF; }
.sm02_2:hover { background-color: #9fd18c; color: #fff !important; }


.sm03 {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-weight: bolder;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; 
  letter-spacing: 2px;
  padding: 1em 0;
  font-size: 1.2em; 
  margin-top: 16px;
  background-color: #a9bbd1;
}

.sm02 a {color: #FFF; }

.sm03_2 {
	text-align: center;
	vertical-align: middle;
	color: #898989;
	font-weight: bolder;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; 
    letter-spacing: 2px;
    padding: 1em 0;
    font-size: 1.2em; 
    margin-top: 16px;
    background-color: #bfbfbf;

}
.sm03_2 a {color: #FFF; }
.sm03_2:hover { background-color: #a9bbd1; color: #fff !important; }


/*  講師紹介
=========================================================== */
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.btn_ins,
a.btn_ins,
button.btn_ins {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--blue {
  color: #fff;
  background-color: #74b0c0;
  border-bottom: 5px solid #558c9d;
}
a.btn--blue:hover {
  margin-top: 3px;
  color: #fff;
  background: #f9ac7d4;
  border-bottom: 2px solid #7296a0;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


/*  クイックアセスメントツール
=========================================================== */
.btn_quick {
  display: inline-block;
  font-size: 1.2em;
  padding: 10px 22px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  background-color: #d84629;
  transition: .4s;
}

a.btn_quick {color: #FFF;
text-decoration: none;}

.btn_quick:hover {
  background-color: #FFA39C;
  text-decoration: none;
}

a.dl_btn { position: relative; display: inline-block; padding: 0.7em 2em; text-decoration: none; color: #FFF; background: #1481ce;/*背景色*/ border-bottom: solid 2px #1c6395;/*少し濃い目の色に*/ border-radius: 4px;/*角の丸み*/ box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19); font-weight: bold; font-size:1.1em; font-family: "Mplus 1p";}
a.dl_btn:active { border-bottom: solid 2px #59ace6; box-shadow: 0 0 2px rgba(0, 0, 0, 0.30); }



/*  初めてご利用になる方へ
=========================================================== */
a.btn_intro_gray {
	display: block;
	background: #fff;
	color: #0a0a0a;
	text-align: center;
	min-width: 60%;
	padding: 5px 15px;
	margin: auto;
	border-radius: 10px;
	transition: .4s;
}
a.btn_intro_gray:hover {
	color: #1481ce;
}
a.btn_intro_blue {
	display: block;
	background: #fff;
	color: #59ace6;
	text-align: center;
	min-width: 60%;
	padding: 5px 15px;
	margin: auto;
	border-radius: 10px;
	transition: .4s;
}
a.btn_intro_blue:hover {
	color: #1481ce;
}


/*  新規コース　アンカーリンク
=========================================================== */

.a_btn {
	display: block;
	background: #59ace6;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
}
