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

	#mainvisual

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

#top_mainvisual {
	width: 100%;
	height: 500px;
	overflow:hidden;
}
#top_mainvisual li img {
	position:relative;
	left:50%;
	min-height:500px;
	min-width:1920px;
	margin-left:-960px;
}





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

	$Index　お問い合わせ・ご相談は

==================================================================*/
.top_contact {
	background: #f7f7f7;
	padding: 50px 0 20px;
	border-top:20px solid #FFF;
}
.top_contact .inner {
	width: 1200px;
	margin: auto;
}

/*------------------------------ 左 ------------------------------*/
.top_contact_left {
	float: left;
	position: relative;
	width: 385px;
	height: 220px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	text-align: center;
}
.top_contact_left::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -4px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #f7f7f7;
	border-bottom: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	transform: rotate(-45deg);
}

.top_contact_left_catch {
	position: relative;
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.top_contact_left_catch::before {
	content: "";
	position: absolute;
	margin-top: 1px;
	margin-left: -23px;
	width: 15px;
	height: 15px;
	border-left: 2px solid #3a3a3a;
	transform: rotate(-40deg);
}
.top_contact_left_catch::after {
	content: "";
	position: absolute;
	margin-top: 1px;
	margin-left: 7px;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #3a3a3a;
	transform: rotate(-50deg);
}

.top_contact_left dt {
	display: inline-block;
	padding: 0 10px;
	background: #eeeeee;
	font-size: 13px;
}
.top_contact_left dd {
	position:relative;
	font-size:30px;
	font-family: 'Didact Gothic', sans-serif;
	letter-spacing:0.1em;
}
.top_contact_left dd i{
	margin-right: 7px;
	font-size:20px;
	color: #9ed159;
}
.top_contact_left dd a{
	color:#00823a;
}
.top_contact_left_mail {
	margin-top: 10px
}
.top_contact_left_mail a{
	display:inline-block;
	padding:11px 80px;
	border:2px solid #008239;
	color:#FFF;
	background-color:#008239;
	border-radius: 6px;
	transition:ease-in-out 0.2s ;
}
.top_contact_left_mail a i{
	margin-right:7px;
}
.top_contact_left_mail a:hover{
	background-color:#FFF;
	color:#008239;
}

/*------------------------------ 右 ------------------------------*/
.top_contact_right {
	float: right;
	width: 710px;
	margin-right: 30px;
}
.top_contact_right_text{
  background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 98%,
      #ddd 0%,
      #ddd 0%
    );
  background-size:100% 3.2em;
  line-height:3.2;
	margin-top: 10px;
}
.top_contact_right_text p{
  margin-bottom:3.2em;
}




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

	$Index　講師一覧＊タブの部分

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

/*------------------------------ タブの仕組み部分 ------------------------------*/
.top_tabs {
	position: relative;
	width: 100%;
	height: 700px;
	margin-top: 60px;
	overflow: hidden;
}
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	position: absolute;
	left: 50%;
	width: 1400px;
	margin-left: -700px;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanels {
	position: relative;
	min-height: 150px;/* エリアの高さ */
}
.cp_tab .cp_tabpanel {
	position: absolute;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	opacity: 1;
	transform: translateY(0px);
	z-index: 100;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child {
	background: #FFF;
	border: 20px solid #a8ecbd;
	border-radius: 10px;
}
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2) {
	background: #FFF;
	border: 20px solid #eedeaa;
	border-radius: 10px;
}
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3) {
	background: #FFF;
	border: 20px solid #efbaa8;
	border-radius: 10px;
}
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4) {
	background: #FFF;
	border: 20px solid #eca8db;
	border-radius: 10px;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	width: 260px;
	height: 60px;
	margin-right: 30px;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	text-align: center;
	line-height: 4;
}
.cp_tab > input:first-child + label {
	background: #a8ecbd;
	left: 50%;
	margin-left: -600px;
}
.cp_tab > input:first-child + label em {
	display:inline !important;
}
.cp_tab > input:nth-child(3) + label {
	background: #eedeaa;
	left: 50%;
	margin-left: 17px;
}
.cp_tab > input:nth-child(5) + label {
	background: #efbaa8;
	left: 50%;
	margin-left: 17px;
}
.cp_tab > input:nth-child(7) + label {
	background: #eca8db;
	left: 50%;
	margin-left: 17px;
}
.cp_tab > label:hover {
	color: #3a3a3a;
}
.cp_tab > input:focus + label {
	color: #ffffff;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
}

/*------------------------------ タブ内の講師コンテンツ ------------------------------*/
.top_tabs .cp_tabpanels ul {
	width: 1200px;
	min-height:500px;
	margin: auto;
	padding: 50px 0 0;
}
.top_tabs .cp_tabpanels ul li {
	position: relative;
	float:left;
	width: 268px;
	height: 100px;
	margin-right: 42px;
	margin-bottom: 50px;
	box-sizing:border-box;
}
.top_tabs .cp_tabpanels ul li:nth-child(4n) {
	margin-right: 0;
}
.top_tabs .cp_tabpanels ul li .cp_tabpanel_img {
	position: absolute;
	width:100px;
	height:100px;
	overflow:hidden;
	text-align:center;
	border-radius:8px;
}
.top_tabs .cp_tabpanels ul li img {
	width:100px;
	height:100px;
	border-radius:8px;
	object-fit: cover; 
}
.top_tabs .cp_tabpanels ul li dl {
	height:100px;
	margin-left: 110px;
}
.top_tabs .cp_tabpanels ul li dt {
	font-weight: bold;
	color: #62422e;
	border-bottom: 1px solid #ccc;
}
.top_tabs .cp_tabpanels ul li dt em {
	display: block;
	font-size: 12px;
	color: #777;
	font-weight: normal;
	padding-bottom: 5px;
}
.top_tabs .cp_tabpanels ul li dd {
	font-size: 13px;
	padding-top: 5px;
}



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

	$Index　講師検索

==================================================================*/
.top_search {
	position: relative;
	height:520px;
	padding: 60px 0;
	background: url(../images/top_bg01.jpg) ;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.top_search .inner {
	width: 1200px;
	margin: auto;
}
.top_search h2 {
	margin-bottom: 40px;
	color: #FFF;
	font-size: 23px;
	font-weight: bold;
}
.top_search h2 i {
	margin-right: 10px;
}
.top_search dl dt {
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
}
.top_search dl dt i {
	margin-right: 8px;
	color: #47ad74;
}

/*------------------------------ 講師名・キーワード ------------------------------*/
.top_search01 {
	position: relative;
	width: 620px;
	margin: 0 0 20px 34px;
}
.top_search01 input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 22px;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #777;
	border-radius: 4px;
}
.top_search01 .ef input[type='text']:focus {
	border: 1px solid #47ad74;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(71,173,116, .5);
}

/*------------------------------ ジャンル ------------------------------*/
.top_search02 {
	position: relative;
	margin: 0 0 20px 34px;
}
.top_search02 dd {
	background: #FFF;
	border: 1px solid #777;
	border-radius: 4px;
	width: 620px;
	height: 290px;
	padding: 25px 0px 25px 30px;
	box-sizing: border-box;
}
.radio-wrap {
	position: relative;
	float: left;
}
.radio-wrap:first-of-type {
	width: 300px;
	height: 240px;
	margin-right: 50px;
	overflow: hidden;
}
.radio-wrap:last-of-type {
	width: 220px;
	height: 240px;
	overflow: hidden;
}
.radio-wrap label{
  margin-right: 20px;
  display: block;
	margin-bottom: 10px;
	padding-left:1px;
}
.radio-wrap input{
  display: none;
}
.radio-wrap input + span{
  padding-left: 22px;
  position:relative;
}
.radio-wrap input + span::before{
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 18px;
  height: 18px;
	font-family: "Font Awesome 5 Free";
	content: "\f111";
  color: #999;
}
.radio-wrap input:checked + span::after{
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 18px;
  height: 18px;
	font-family: "Font Awesome 5 Free";
	content: "\f058";
  color: #47ad74;
}
.top_search02::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 347px;
	width: 6px;
	height: 6px;
	margin-top: 10px;
	background: #fff;
	border-bottom: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	transform: rotate(-45deg);
}
.top_search02::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 245px;
	top: 55px;
	left: 350px;
	background: #a5a5a5;
}

/*----------activeがついた時の処理----------*/
.top_search02 .radio-wrap input.active + span  {
	font-weight:bold;
  color: #47ad74;
}
/*クリックはずれた時の挙動*/
.top_search02 .radio-wrap input.active + span::before{
	content: "\f058";
  	color: #47ad74;
}
/*クリック時の挙動*/
.top_search02 .radio-wrap input:checked + span::after{
	content: "\f058";
  	color: #47ad74;
	background:#fff;
}

/*----------選択クリアボタン----------*/
.reset_btn_top {
	display: block;
	position:absolute;
	top:2px;
	left:470px;
	width:155px;
}
.reset_btn_top::after {
	content:"\f2f1　選択をクリアする";
	background: #9ed159;
    padding: 6px 15px;
    border-radius: 6px;
	color:#FFF;
	font-size:12px;
	transition:ease-in-out 0.2s ;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}
.reset_btn_top:hover::after {
	background: #47ad74;
	cursor:pointer;
}


/*------------------------------ 検索する ------------------------------*/
.top_search_btn {
	position: absolute;
	left: 50%;
	top: 160px;
	margin-left: 110px;
}
.top_search_btn button{
	display:inline-block;
	padding:16px 115px;
	border:2px solid #9ed159;
	background-color:#9ed159;
	border-radius: 6px;
	font-size:15px;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
	color:#FFF;
	letter-spacing:1px;
}
.top_search_btn button i{
	margin-right:7px;
}
.top_search_btn button:hover{
	background-color:#FFF;
	color:#9ed159;
	cursor:pointer;
}

/*------------------------------ 出身・ゆかり ------------------------------*/
.top_search03 {
	position: absolute;
	left: 50%;
	top: 280px;
	margin-left: 110px;
	width: 420px;
}

/*------------------------------ 性別 ------------------------------*/
.top_search04 {
	position: absolute;
	left: 50%;
	top: 380px;
	margin-left: 110px;
	width: 420px;
}

/*------------------------------ 出身・ゆかり　性別共通 ------------------------------*/
.select-wrap {
  position: relative;
  width: 100%;
}
.select-wrap:before {
  position: absolute;
  right: 15px;
  top: 45% ;
  transform: translateY(-50%) translateX(0);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	font-size: 25px;
}
.select-wrap select{
  width: 100%;
  outline:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px 20px;
  border:1px solid #777;
  background-color: #fff;
	font-size: 15px;
	color: #aaa;
  border-radius: 4px;
}
.select-wrap select:hover{
	cursor:pointer;
}
.select-wrap select::-ms-expand {
  display: none;
}

.top_search03 .select-wrap:before  , .top_search04 .select-wrap:before {
	top: 45% !important;
}

/*------------------------------ 検索結果 ------------------------------*/
.top_search_result {
	position: absolute;
	left: 50%;
	top: 510px;
	margin-left: 110px;
	width: 420px;
	background: rgba(255,255,255,.8);
	text-align: center;
	padding: 15px 0;
}
.top_search_result em {
	font-weight: normal;
	padding: 0 10px;
	color: #ef4f80;
}



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

	$Index　講師レポート

==================================================================*/
.top_reports {
	position:relative;
	width: 1150px;
	margin: 80px auto 100px;
}
.top_reports h2 {
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: bold;
}
.top_reports h2 i {
    margin-right: 10px;
}

.top_reports ul {
	display: inline-block; 
	white-space: nowrap; 
}
.top_reports li {
	display:inline-block; 
	width: 241px;
	margin-right: 13px;
	padding:15px;
	border:1px solid #eee;
	background:rgba(255,255,255,.4);
	white-space: normal;
	text-align:center;
}
.top_reports li img {
	width:240px;
	height:180px;
	margin:auto;
	object-fit: cover; 
}
.top_reports li em {
	display: block;
	width:150px;
	margin: 15px auto 10px;
	font-size: 13px;
	background:#eee;
}
.top_reports li p {
	font-weight: bold;
	font-size: 15px;
	text-align:left;
}
.top_reports li:last-child {
	margin-right: 0;
}
/*----------矢印----------*/
#top_reports_btnleft i {
	position:absolute;
	top:40%;
	left:-27px;
	font-size:50px;
	color:#9ed159;
	z-index:9;
	cursor:pointer;
	transition:ease-in-out 0.2s ;
}
#top_reports_btnright i {
	position:absolute;
	top:40%;
	right:-27px;
	font-size:50px;
	color:#9ed159;
	z-index:9;
	cursor:pointer;
	transition:ease-in-out 0.2s ;
}
#top_reports_btnleft i:hover ,  #top_reports_btnright i:hover {
	opacity:.7;
}

/*----------もっと見る----------*/
.top_reports .btn01 {
	margin:30px auto 0;
	text-align:center;
}


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

	$Index　新着情報・ブログ

==================================================================*/
.top_news_blog {
	background: #f1f7e8;
}
.top_news_blog .inner {
	width: 1200px;
	margin: auto;
	padding: 70px 0 80px;
}

/*----------新着情報----------*/
.top_news {
	float: left;
	width: 570px;
}
.top_news h2 {
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
.top_news h2 i {
	margin-right: 10px;
}
.top_news .top_news_inner {
	height: 350px;
	background: #FFF;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
	padding: 40px 20px 40px 30px;
}
.top_news .top_news_inner li {
	position:relative;
	margin:10px 0 25px;
	letter-spacing:0.01em;
}
.top_news .top_news_inner li span {
	position:absolute;
	padding:5px 15px;
	background:#9ed159;
	border-radius:4px;
	color:#FFF;
	font-size:12px;
}
.top_news .top_news_inner li a {
	display:block;
	width:350px;
	margin-left:120px;
}
/*----------もっと見る----------*/
.top_news .btn01 {
	margin:30px auto 0;
	text-align:center;
}

/*----------スタッフブログ----------*/
.top_blog {
	float: right;
	width: 570px;
}
.top_blog h2 {
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
.top_blog h2 i {
	margin-right: 10px;
}
.top_blog .top_blog_inner {
	height: 350px;
	background: #FFF;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
	padding: 40px 20px 40px 30px;
}
.top_blog .top_blog_inner li {
	position:relative;
	margin:10px 0 25px;
	letter-spacing:0.01em;
}
.top_blog .top_blog_inner li span {
	position:absolute;
	padding:5px 15px;
	background:#9ed159;
	border-radius:4px;
	color:#FFF;
	font-size:12px;
}
.top_blog .top_blog_inner li a {
	display:block;
	width:350px;
	margin-left:120px;
}
/*----------もっと見る----------*/
.top_blog .btn01 {
	margin:30px auto 0;
	text-align:center;
}




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

	$Index　募集バナー

==================================================================*/
.top_recruit {
	position: relative;
	width: 1200px;
	margin: 70px auto;
}
.top_recruit li:nth-child(2) a {
	display:inline-block;
	margin-top: 20px;
	padding:16px 191px;
	border:2px solid #9ed159;
	color:#FFF;
	background-color:#9ed159;
	border-radius: 6px;
	font-size: 17px;
	transition:ease-in-out 0.2s ;
}
.top_recruit li:nth-child(2) a i{
	margin-right:7px;
}
.top_recruit li:nth-child(2) a:hover{
	background-color:#FFF;
	color:#9ed159;
}

.top_recruit li:last-child {
	position: absolute;
	right: 0;
	top: 0;
}



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

	$Index　！ご注意！

==================================================================*/
.top_note {
	background: url(../images/top_bg02.jpg) center top;
	text-align: center;
	padding: 60px 0;
	color: #FFF;
}
.top_note h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.top_note .text-line {
	padding: 10px;
	border-bottom: dashed 1px white;
	line-height: 3.2;
}



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

	$Index　企業バナー

==================================================================*/
.top_banner {
	width: 1200px;
	margin: 80px auto;
}
.top_banner li {
	float: left;
	margin-right: 35px;
}
.top_banner li:nth-child(3) {
	margin-right: 0;
	margin-bottom: 30px;
}
.top_banner li:nth-child(4) {
	margin-right: 26px;
}
.top_banner li:nth-child(5) {
	margin-right: 0;
}
.top_banner li:nth-child(6) {
	margin-top: 32px;
	display: table;
}
.top_banner li:nth-child(6) a {
	border: 1px solid #c9c9c9;
	background-color: #ffffff;
	padding: 38px;
	width: 260px;
	height: 260px;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.top_banner li:nth-child(6) a img {
	display: inline-block;;
	margin-left: auto;
	margin-right: auto;
}
.top_banner li:nth-child(6) a:hover {
	opacity: 0.7;
}











@media screen and (max-width:640px) {

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

	#mainvisual

=========================================================================*/
#top_mainvisual {
	height: 213px;
	margin-top: 60px;
}
#top_mainvisual li img {
	min-height:auto;
	min-width:820px;
	margin-left:-410px;
}



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

	$Index　お問い合わせ・ご相談は

==================================================================*/
.top_contact {
	padding: 50px 0 20px;
}
.top_contact .inner {
	width: 100%;
}

/*------------------------------ 左 ------------------------------*/
.top_contact_left {
	float: none;
	width: 100%;
	height: auto;
	border: none;
}
.top_contact_left::before {
	display:none;
}
.top_contact_left_mail a{
	width:90%;
	margin:auto;
	padding:15px 0;
	font-size:17px;
}

/*------------------------------ 右 ------------------------------*/
.top_contact_right {
	float: none;
	width: 90%;
	margin: 30px auto 0;
}




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

	$Index　講師一覧＊タブの部分

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

/*------------------------------ タブの仕組み部分 ------------------------------*/
.top_tabs {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.cp_tab {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
.cp_tab .cp_tabpanels {
	min-height: 1680px;/* エリアの高さ */
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child {
	border: 15px solid #a8ecbd;
	border-radius:0;
}
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2) {
	border: 15px solid #eedeaa;
	border-radius:0;
}
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3) {
	border: 15px solid #efbaa8;
	border-radius:0;
}
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4) {
	border: 15px solid #eca8db;
	border-radius:0;
}
.cp_tab > label {
	width: 90px;
	height: 50px;
	margin: 0 5px;
	font-size:13px;
	line-height:4;
}
.cp_tab > input:first-child + label {
	left: 50%;
	margin-left: -195px;
}
.cp_tab > input:first-child + label em {
	display:none !important;
}
.cp_tab > input:nth-child(3) + label {
	left: 50%;
	margin-left: 0;
}
.cp_tab > input:nth-child(5) + label {
	left: 50%;
	margin-left: 0;
}
.cp_tab > input:nth-child(7) + label {
	left: 50%;
	margin-left: 0;
}
.cp_tab > label:hover {
	color: #3a3a3a;
}
.cp_tab > input:focus + label {
	color: #ffffff;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
}

/*------------------------------ タブ内の講師コンテンツ ------------------------------*/
.top_tabs .cp_tabpanels ul {
	width: 90%;
	padding: 30px 0 0;
}
.top_tabs .cp_tabpanels ul li {
	display: block;
	width: 100%;
	height: 100px;
	margin: 0 auto 30px;
}
	



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

	$Index　講師検索

==================================================================*/
.top_search {
	height:auto;
	padding: 40px 0 160px;
}
.top_search .inner {
	position:relative;
	width: 90%;
}
.top_search h2 {
	margin-bottom: 20px;
	font-size: 20px;
}

/*------------------------------ 講師名・キーワード ------------------------------*/
.top_search01 {
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
}

/*------------------------------ ジャンル ------------------------------*/
.top_search02 {
	margin: 0 auto 20px;
}
.top_search02 dd {
	width: 100%;
	height: 470px;
	padding: 25px 30px 25px 30px;
}
.radio-wrap {
	float: none;
}
.radio-wrap:first-of-type {
	width: 100%;
	height: 200px;
	margin-right: 0;
	overflow: scroll;
}
.radio-wrap:last-of-type {
	width: 100%;
	height: 180px;
	margin-top:40px;
}
.top_search02::after {
	content: "";
	position: absolute;
	top: 277px;
	left: 50%;
	margin-top: 0;
	background: #fff;
	border-bottom: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	border-right: 0px;
	transform: rotate(-45deg);
}
.top_search02::before {
	content:"";
	position:absolute;
	width: 100%;
	height: 1px;
	top: 280px;
	left: 0%;
	background: #a5a5a5;
}

/*----------選択クリアボタン----------*/
.reset_btn_top {
	left:auto;
	right:0;
}

/*------------------------------ 検索する ------------------------------*/
.top_search_btn {
	position: absolute;
	left: 0;
	right:0;
	top: auto;
	bottom:-90px;
	margin: 0 auto;
	font-size:16px;
	font-weight:bold;
}
.top_search_btn a{
	width:100%;
	padding:16px 0;
	text-align:center;
}
.top_search_btn button{
	padding:16px 0;
	width:100%;
}

/*------------------------------ 出身・ゆかり ------------------------------*/
.top_search03 {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto 20px;
}

/*------------------------------ 性別 ------------------------------*/
.top_search04 {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0 auto 40px;
}

/*------------------------------ 出身・ゆかり　性別共通 ------------------------------*/
.select-wrap {
  position: relative;
  width: 100%;
}
.select-wrap:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	font-size: 20px;
}
.select-wrap select{
  width: 100%;
  outline:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px 20px;
  border:1px solid #777;
  background-color: #fff;
	font-size: 15px;
	color: #aaa;
  border-radius: 4px;
}
.select-wrap select::-ms-expand {
  display: none;
}

/*------------------------------ 検索結果 ------------------------------*/
.top_search_result {
	position: relative;
	left: 0;
	top: 0;
	margin:0 auto;
	width: 100%;
}



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

	$Index　講師レポート

==================================================================*/
.top_reports {
	width: 80%;
	margin: 50px auto;
}
.top_reports h2 {
    margin-bottom: 30px;
    font-size: 20px;
}
.top_reports li {
	width: 200px;
	margin-right: 30px;
}
.top_reports li em {
	margin: 10px 0 5px;
	font-size: 12px;
}
.top_reports li p {
	font-size: 14px;
}
/*----------矢印----------*/
#top_reports_btnleft i {
	top:40%;
	left:-27px;
	font-size:40px;
}
#top_reports_btnright i {
	top:40%;
	right:-27px;
	font-size:40px;
}

/*----------もっと見る----------*/
.top_reports .btn01 {
	margin:20px auto 0;
}

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

	$Index　新着情報・ブログ

==================================================================*/
.top_news_blog .inner {
	width: 90%;
	padding: 50px 0;
}
	
/*----------新着情報----------*/
.top_news {
	float: none;
	width: 100%;
	margin-bottom:40px;
}
.top_news h2 {
	margin-bottom: 20px;
	font-size: 20px;
}
.top_news .top_news_inner {
	padding: 20px 10px 20px 20px;
}
.top_news .top_news_inner li {
	margin:10px 0 25px;
	letter-spacing:0.01em;
}
.top_news .top_news_inner li span {
	position:relative;
	padding:3px 10px;
	font-size:11px;
}
.top_news .top_news_inner li a {
	width:auto;
	margin-left:0;
	margin-top:10px;
}
/*----------もっと見る----------*/
.top_news .btn01 {
	margin:20px auto 0;
}

/*----------スタッフブログ----------*/
.top_blog {
	float: none;
	width: 100%;
}
.top_blog h2 {
	margin-bottom: 20px;
	font-size: 20px;
}
.top_blog .top_blog_inner {
	padding: 20px 10px 20px 20px;
}
.top_blog .top_blog_inner li {
	margin:10px 0 25px;
	letter-spacing:0.01em;
}
.top_blog .top_blog_inner li span {
	position:relative;
	padding:3px 10px;
	font-size:11px;
}
.top_blog .top_blog_inner li a {
	width:auto;
	margin-left:0;
	margin-top:10px;
}
/*----------もっと見る----------*/
.top_blog .btn01 {
	margin:20px auto 0;
}



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

	$Index　募集バナー

==================================================================*/
.top_recruit {
	position: relative;
	width: 90%;
	margin: 50px auto;
}
.top_recruit li:nth-child(2) a {
	width:100%;
	margin-top: 20px;
	padding:16px 0;
	text-align:center;
}
.top_recruit li:last-child {
	position: relative;
	margin-top: 20px;
}



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

	$Index　！ご注意！

==================================================================*/
.top_note {
	padding: 50px 20px;
	box-sizing:border-box;
}
.top_note h2 {
	font-size: 22px;
}


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

	$Index　企業バナー

==================================================================*/
.top_banner {
	width: 100%;
	margin: 50px auto;
}
.top_banner li {
	float: left;
	margin: 0;
}
.top_banner li:nth-child(1) {
	width:50%;
	box-sizing:border-box;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:30px;
	text-align:right;
}
.top_banner li:nth-child(1) img {
	width:100%; height:auto;
}
.top_banner li:nth-child(2) {
	float:right;
	width:50%;
	box-sizing:border-box;
	padding-right:20px;
	padding-left:10px;
}
.top_banner li:nth-child(2) img {
	width:100%; height:auto;
}
.top_banner li:nth-child(2):after {
	display: block;
	clear: both;
	content: "";
}
.top_banner li:nth-child(3) {
	margin: 0 20px 30px;
}
.top_banner li:nth-child(4) {
	width:50%;
	box-sizing:border-box;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:30px;
	margin-right:0;
	text-align:right;
}
.top_banner li:nth-child(4) img {
	width:100%; height:auto;
}
.top_banner li:nth-child(5) {
	float:right;
	width:50%;
	box-sizing:border-box;
	padding-right:20px;
	padding-left:10px;
	margin-bottom: 30px;
}
.top_banner li:nth-child(5) img {
	width:100%; height:auto;
}
.top_banner li:nth-child(6) {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 44%;
}
.top_banner li:nth-child(6) a {
	height: auto;
	padding: 28px;
}	
	
	



}