<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap');
/* ================================================
  ベース
================================================ */
.Kkgk_wrp a:hover{
  text-decoration: none;
}
.Kkgk_wrp em{
  font-style: normal;
}

.wrapper-kkgk-nav .nav-top{
  margin: 16px 0 24px;
}
.wrapper-kkgk-nav .nav-top_item{
  width: 48%;
  height: 76px;
  margin-right: 2%;
  margin-bottom: 5px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper-kkgk-nav .nav-top_item:nth-of-type(1){
  background-image: url(../../img/business_partner/kikagaku/necessity/button01.png);
}
.wrapper-kkgk-nav .nav-top_item:nth-of-type(2){
  background-image: url(../../img/business_partner/kikagaku/necessity/button02.png);
}
.wrapper-kkgk-nav .nav-top_item:nth-of-type(3){
  background-image: url(../../img/business_partner/kikagaku/necessity/button03.png);
}
.wrapper-kkgk-nav .nav-top_item:nth-of-type(4){
  background-image: url(../../img/business_partner/kikagaku/necessity/button04.png);
}
.wrapper-kkgk-nav .nav-top_item:nth-child(2n){
  margin-right: 0;
}
.wrapper-kkgk-nav .nav-top_item:nth-last-child(1),
.wrapper-kkgk-nav .nav-top_item:nth-last-child(2){
  margin-bottom: 0;
}
.wrapper-kkgk-nav .nav-top_item_link{
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
	height: 100%;
  line-height: 1.4;
}
.wrapper-kkgk-nav .nav-top_item_link span{
  font-size: 16px;
  display: block;
}
.wrapper-kkgk-nav .nav-top_item:nth-of-type(1):hover{
  background-image: url(../../img/business_partner/kikagaku/necessity/button01-hover.png);
}
.wrapper-kkgk-nav .nav-top_item:nth-of-type(2):hover{
  background-image: url(../../img/business_partner/kikagaku/necessity/button02-hover.png);
}
.wrapper-kkgk-nav .nav-top_item:nth-of-type(3):hover{
  background-image: url(../../img/business_partner/kikagaku/necessity/button03-hover.png);
}
.wrapper-kkgk-nav .nav-top_item:nth-of-type(4):hover{
  background-image: url(../../img/business_partner/kikagaku/necessity/button04-hover.png);
}
.wrapper-kkgk-nav .nav-top_item:hover a{
  color: #333;
}
.wrapper-kkgk-nav .nav-top_item:hover span{
  color: #666;
}
@media (max-width: 768px){
  .wrapper-kkgk-nav .nav-top_item:nth-child(3n){
    margin-right: 10px;
  }
  .wrapper-kkgk-nav .nav-top_item:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 599px){
  .wrapper-kkgk-nav .nav-top_item{
    width: 285px;
    height: 62px;
    margin-right: 0;
    margin-bottom: 5px;
    
  }
  .wrapper-kkgk-nav .nav-top_item a{
    padding-right: 0;
    font-size: 14px;
  }
  .wrapper-kkgk-nav .nav-top_item_link span {
    font-size: 12px;
  }
  .wrapper-kkgk-nav .nav-top_item:nth-child(3n){
    margin-right: 0;
  }
  .wrapper-kkgk-nav .nav-top_item:nth-last-child(2),
  .wrapper-kkgk-nav .nav-top_item:nth-last-child(3){
    margin-bottom: 5px;
  }
  .wrapper-kkgk-nav .nav-top_item:hover{
    
  }
  .wrapper-kkgk-nav .nav-top_item:hover .nav-top_item_link {
    color: #333;
  }
  .wrapper-kkgk-nav .nav-top_item:hover .nav-top_item_link span {
    color: #666;
  }
}


/* ================================================
  パーツ
================================================ */
.u_ic{
  position: relative;
}
.u_ic::before,
.u_ic::after{
  content: "";
  margin: auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  position: absolute;
}
.u_img img{
  line-height: 0;
  display: block;
  max-width: 100%;
}
.u_alignC{
  text-align: center;
}
.u_alignR{
  text-align: right;
}

.u_tbl{
  display: none!important;
}
.u_sp{
  display: none!important;
}
.u_pc{
  display: block!important;
}
@media (max-width: 896px){
  .u_pc{
      display: none!important;
  }
  .u_sp{
      display: none!important;
  }
  .u_tbl{
      display: block!important;
  }
  .u_tbl.u_pc{
      display: block!important;
  }
}
/*-- SP --*/
@media (max-width: 576px){
  .u_pc{
      display: none!important;
  }
  .u_tbl{
      display: none!important;
  }
  .u_sp{
      display: block!important;
  }
  .u_tbl.u_pc{
      display: none!important;
  }
  .u_sp.u_tbl{
      display: block!important;
  }
}


.l_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.l_flexNoWrap{
  -ms-flex-wrap: nowrap ;
	flex-wrap: nowrap ;
}
.l_directionColumn{
  -webkit-box-orient: vertical ;
  -webkit-box-direction: normal ;
  -ms-flex-direction: column ;
  flex-direction: column ;
}
.l_alignItemsCenter{
  -ms-flex-align: center;
  align-items: center;
}
.l_alignItemsStart{
  -ms-flex-align: start;
  align-items: flex-start;
}
.l_alignItemsEnd{
  -ms-flex-align: end;
  align-items: flex-end;
}
.l_alignContentCenter{
  -ms-flex-line-pack: center;
  align-content: center;
}
.l_alignContentStart{
  -ms-flex-line-pack: start;
  align-content: flex-start ;
}
.l_alignContentEnd{
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.l_alignSelfCenter{
  -ms-flex-item-align: center;
	align-self: center;
}
.l_alignSelfStart{
  -ms-flex-item-align: start;
	align-self: flex-start;
}
.l_alignSelfEnd{
  -ms-flex-item-align: end;
	align-self: flex-end;
}
.l_justifyContentCenter{
  -ms-flex-pack: center;
	justify-content: center;
}
.l_justifyContentStart{
  -ms-flex-pack: start;
	justify-content: flex-start;
}
.l_justifyContentEnd{
  -ms-flex-pack: end;
	justify-content: flex-end;
}
.l_justifyContentAround{
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.l_justifyContentBetween{
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media (max-width: 768px){
  .l_flex_md{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l_flexNoWrap_md{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .l_directionColumn_md{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l_alignItemsCenter_md{
    -ms-flex-align: center;
    align-items: center;
  }
  .l_alignItemsStart_md{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l_alignItemsEnd_md{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l_alignContentCenter_md{
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .l_alignContentStart_md{
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .l_alignContentEnd_md{
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .l_alignSelfCenter_md{
    -ms-flex-item-align: center;
    align-self: center;
  }
  .l_alignSelfStart_md{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .l_alignSelfEnd_md{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .l_justifyContentCenter_md{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l_justifyContentStart_md{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .l_justifyContentEnd_md{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l_justifyContentAround_md{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .l_justifyContentBetween_md{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}



.l_clm2_md_1{
	width: 48.5%;
	margin: 25px 3% 0 0;
}
.l_clm2_md_1:nth-of-type(2n){
	margin-right: 0;
}
.l_clm2_md_1:nth-of-type(1),
.l_clm2_md_1:nth-of-type(2){
	margin-top: 0;
}
@media (max-width: 768px){
	.l_clm2_md_1,
	.l_clm2_md_1:nth-of-type(2){
		width: 100%;
		margin: 25px 0 0;
	}
}

.mt_10{
  margin-top: 10px;
}
.mt_15{
  margin-top: 15px;
}
.mt_20{
  margin-top: 20px;
}
.mt_25{
  margin-top: 25px;
}
.mt_30{
  margin-top: 30px;
}
.mt_35{
  margin-top: 35px;
}
.mt_40{
  margin-top: 40px;
}


.g_sec{
  margin-top: 20px;
}
.g_sec__last{
  margin-bottom: 35px;
}

.g_ttl{
  line-height: 1.6;
}
.g_ttl_num{
  font-family : Roboto, sans-serif;
  font-size : 28px;
  font-weight: bold;
  width: 40px;
}
.g_ttl__bl .g_ttl_num{
  color : #4FA2C7;
}
.g_ttl__gr .g_ttl_num{
  color : #62A178;
}
.g_ttl__yl .g_ttl_num{
  color : #D9A85F;
}
.g_ttl__pi .g_ttl_num{
  color : #E06969;
}
.g_ttl_txt{
  color: #fff;
  font-size: 18px;
  padding: 5px 15px;
  width: calc(100% - 44px);
}
.g_ttl__bl .g_ttl_txt{
  background: rgb(79,162,199);
  background: linear-gradient(90deg, rgba(79,162,199,1) 0%, rgba(141,202,217,1) 100%);
}
.g_ttl__gr .g_ttl_txt{
  background: rgb(98,161,120);
  background: linear-gradient(90deg, rgba(98,161,120,1) 0%, rgba(138,222,183,1) 100%);
}
.g_ttl__yl .g_ttl_txt{
  background: rgb(217,168,95);
  background: linear-gradient(90deg, rgba(217,168,95,1) 0%, rgba(235,210,105,1) 100%);
}
.g_ttl__pi .g_ttl_txt{
  background: rgb(224,105,105);
  background: linear-gradient(90deg, rgba(224,105,105,1) 0%, rgba(230,135,119,1) 100%);
}

.g_contents{
  margin-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
}


.g_h2{
	font-size: 30px;
	font-weight: bold;
  line-height: 1.3;
}
.g_h3{
	font-size: 28px;
	font-weight: bold;
  line-height: 1.4;
}
.g_h4{
	font-size: 22px;
	font-weight: bold;
  line-height: 1.5;
}
.g_h5{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.g_h6{
	font-size: 18px;
	font-weight: bold;
}
@media (max-width: 599px){
  .g_ttl_bg{
    padding: 10px 30px 45px;
    font-size: 20px;
    background-position: center top;
    background-size: 599px 98px;
    line-height: 50px;
  }

	.g_h2{
		font-size: 26px;
		font-weight: bold;
	}
	.g_h3{
		font-size: 24px;
		font-weight: bold;
	}
	.g_h4{
	}
  .g_h5{
	}
	.g_h6{
	}

  .g_contents{
    padding-left: 0;
  }
}

.g_txt{
  font-size: 14px;
}
@media (max-width: 599px){
  .g_txt__md{
    font-size: 14px;
  }
}
.g_cap{
  font-size: 10px;
}
.g_clr_red{
  color: #F33842;
}

.g_bold{
  font-weight: bold;
}
.g_nor{
  font-weight: normal;
}

.g_box_grn{
  padding: 18px 40px;
  background-color: #E6EFEC;
}
.g_box_wh{
  padding: 20px 30px;
  background-color: #fff;
}
.g_box_wh::before{
  width: 25px;
  height: 25px;
  background-image: url("../../common/img/business_partner/kikagaku/necessity/bg_img_redpoint.png");
  right: 0;
  bottom: 0;
}
@media (max-width: 599px){
  .g_box_grn{
    padding: 15px;
  }
  .g_box_wh{
    padding: 15px;
  }
}

.g_box_bd{
  border-bottom: 1px solid #20302C;
  padding-bottom: 15px;
  margin-bottom: 15px;
}


/* ================================================
  ユニーク
================================================ */
.Kkgk_wrp{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.Kkgk_g_lst {
  margin-right: 5px;
}
.Kkgk_g_itm {
  position: relative;
  width: 100%;
  max-width: 670px;
  padding: 40px 25px 25px;
  /* background-color: #fff; */
  /* border: 2px solid #333; */
}
.Kkgk_g_itm_ttl {
  position: absolute;
  padding: 5px 25px;
  top: -21px;
  left: -2px;
  font-weight: bold;
  /* background-color: #fff; */
  /* border: 2px solid #333; */
}
@media (max-width: 599px){
  .Kkgk_g_itm {
    padding: 35px 10px 20px;
  }
  .Kkgk_g_itm_ttl {
    padding: 5px 15px;
    top: -26px;
    line-height: 1.2;
  }
}


/*    01
=====================================================*/
.Kkgk_env_box{
  position: relative;
  background-image: url(../../img/business_partner/kikagaku/necessity/bg_01.jpg);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 40px;
  z-index: -1;
}
@media (max-width: 599px){
  .Kkgk_env_box {
    padding-right: 0;
  }
}


/* 箇条書き */
.Kkgk_pt_bullets_itm{
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding-left: 15px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #323232;
}
.Kkgk_pt_bullets_itm::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 15px);
  top: 2px;
  left: 0;
  background-color: #62A178;
}
@media (max-width: 599px){
  .Kkgk_pt_bullets_itm {
    margin: 10px auto 0;
    padding-bottom: 5px;
  }
}


.Kkgk_pt_lstWrap{
  border: 2px solid #333;
  box-shadow: 5px 5px 0 #62a178;
  width: 98%;
  margin-top: 20px;
}

.Kkgk_pt_lst {
  margin-top: 40px;
}
.Kkgk_pt_itm {
  padding-bottom: 15px;
  /* box-shadow: 5px 5px 0 #62A178; */
}
.Kkgk_pt_itm + .Kkgk_pt_itm {
  margin-top: 20px;
}
.Kkgk_pt_ttl {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 650px;
  min-height: 54px;
  padding: 0 15px 0 20px;
  top: -27px;
  line-height: 1.2;
}
.Kkgk_pt_ttl_num {
  padding-right: 20px;
  color: #62A178;
  font-family : Roboto, sans-serif;
  font-size : 50px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px){
  .Kkgk_pt_ttl {
    padding: 5px 20px 5px 15px;
    max-width: 90%;
  }
}
@media (max-width: 599px){
  .Kkgk_pt_lst {
    margin-top: 60px;
  }
  .Kkgk_pt_itm {
    padding-left: 0;
  }
  .Kkgk_pt_ttl {
    position: static;
    margin-top: -80px;
    margin-bottom: 15px;
    margin-left: -2px;
    max-width: 95%;
  }
  .Kkgk_pt_ttl_num {
    padding-right: 15px;
  }
  .Kkgk_pt_itm p {
    padding-left: 10px;
  }
}


/*    キカガクの実績
=====================================================*/
.Kkgk_result_lst {
  margin-top: 25px;
}
.Kkgk_result_itm {
  box-shadow: 5px 5px 0 #DF6969;
}
.Kkgk_result_itm + .Kkgk_result_itm {
  margin-top: 50px;
}
.Kkgk_result_itm .Kkgk_g_itm_ttl {
  width: 100%;
  max-width: 140px;
}
.Kkgk_result_itm dl dt {
  font-weight: bold;
}
.Kkgk_result_itm dl dd + dt {
  margin-top: 10px;
}
.Kkgk_result_itm .Kkgk_result_itm_dl01 dt {
  margin-bottom: 5px;
  padding-left: 5px;
  border-left: 5px solid #DF6969;
  line-height: 1.2;
}
.Kkgk_result_itm .Kkgk_result_itm_dl01 dd {
  padding-left: 1.6em;
}
.Kkgk_result_itm .Kkgk_result_itm_dl02 dd {
  padding-left: 1em;
}
@media (max-width: 599px){
  .Kkgk_result_itm .Kkgk_g_itm_ttl {
    top: -17px;
  }
  .Kkgk_result_itm .Kkgk_result_itm_dl01 dd {
    padding-left: 0.6em;
  }
  .Kkgk_result_itm .Kkgk_result_itm_dl02 dd {
    padding-left: 0;
  }
}


/*    コース全体像
=====================================================*/
.Kkgk_roadmap_lst {
  margin-top: 25px;
}
.Kkgk_roadmap_itm + .Kkgk_roadmap_itm {
  margin-top: 30px;
}
.Kkgk_roadmap_itm_ttl {
  margin-bottom: 10px;
  padding-left: 0.5em;
  border-left: 4px solid #D8A85E;
}
.Kkgk_roadmap_elearning {
  margin-top: 70px;
}
.Kkgk_roadmap_elearning_ttl {
  font-size: 18px;
}





/*    研修ラインナップ
=====================================================*/
.Kkgk_lineup_lst {
  width: 100%;
  max-width: 690px;
  margin: auto;
}
.Kkgk_lineup_itm {
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 5px 5px 0 #CAD4DE;
}
.Kkgk_lineup_itm_ttl {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-top: 10px;
  line-height: 1.5;
}
.Kkgk_lineup_itm:nth-child(3n) {
  margin-right: 0;
}
.Kkgk_lineup_itm:nth-last-child(1),
.Kkgk_lineup_itm:nth-last-child(2),
.Kkgk_lineup_itm:nth-last-child(3) {
  margin-bottom: 0;
}
.Kkgk_lineup_itm {
  transition: all .3s;
}
.Kkgk_lineup_itm:hover {
  opacity: .5;
}

.Kkgk_bnr {
  text-align: center;
}
.Kkgk_bnr_img {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.Kkgk_bnr_img a {
  display: block;
  transition: all .3s;
}
.Kkgk_bnr_txt {
  position: absolute;
  left: 45px;
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  font-size: 18px;
  line-height: 1.5;
}
.Kkgk_bnr_img a:hover {
  opacity: .5;
}
.Kkgk_bnr &gt; .Kkgk_bnr_img:first-child{
  margin-bottom: 30px;
}
@media (max-width: 768px){
  .Kkgk_lineup_itm:nth-child(3n) {
    margin-right: 15px;
  }
  .Kkgk_lineup_itm:nth-child(2n){
    margin-right: 0;
  }
  .Kkgk_lineup_itm:nth-last-child(3) {
    margin-bottom: 20px;
  }
  .Kkgk_lineup_itm img {
    min-width: 200px;
  }
}
@media (max-width: 599px){
  .Kkgk_lineup_itm {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .Kkgk_lineup_itm:nth-child(3n) {
    margin-right: 0;
  }
  .Kkgk_lineup_itm:nth-last-child(2),
  .Kkgk_lineup_itm:nth-last-child(3) {
    margin-bottom: 10px;
  }
  .Kkgk_lineup_itm img {
    min-width: 250px;
  }

  .Kkgk_bnr_txt {
    left: 5%;
    top: 48%;
    margin: auto;
    font-size: 14px;
    line-height: 1.2;
  }
}</pre></body></html>