<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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

    common

================================*/
body {
  font-family:YuGothic , 游ゴシック , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , メイリオ , sans-serif !important;
  font-weight: bold;
}

a:hover {
  color: currentcolor;
  text-decoration: none;
}

/*
    新規
================================*/
.c_heading-specialist {
  color: #8e6924;
  font-size: 20px;
}

.c_heading-tag {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 3px 10px;
}


.c_heading-tagRed {
  background-color: #93002c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 3px 10px;
}

.c_heading-tagBlue {
  background-color: #164a84;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 3px 10px;
}

.c_heading [class*="fa-"] {
  font-size: 1.2em;
  margin-right: 5px;
}

.c_heading-tag  [class*="fa-"] { color: #e03e29; }

.p_textBox-specialist {
  background-color: #eae0cb;
  position: relative;
}

.p_textBox-specialist::before {
  border-top: 5px solid #8e6924;
  border-left: 5px solid #8e6924;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}

.p_textBox-specialist::after {
  border-right: 5px solid #8e6924;
  border-bottom: 5px solid #8e6924;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
}
.c_heading--large{
  margin-bottom: 20px;
}
/*
    おすすめ講座
================================*/
.p_recommendList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p_recommendList_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 20px;
  width: 49%;
}

.p_recommendList_link {
  border: 2px solid #ccc;
  border-radius: 5px;
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
}

.p_recommendList_link:hover {
  border-color: #e03e29;
}

.p_recommendList_img {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 1 auto;
  margin-right: 10px;
}

.p_recommendList_img &gt; img {
  height: auto;
  width: 115px;
}

@media screen and (max-width: 768px){
  .p_recommendList_img &gt; img { width: 100%;min-width: 115px; }
}

@media screen and (max-width: 600px){
  .p_recommendList_inner { width: 100%; }
}

.p_recommendList_ttl {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.p_recommendList_txt {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 5px;
}


/*
    研修を探す
================================*/
.p_searchLink {
  background-color: #f0faff;
  border: 1px solid #1583be;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 18px;
  width: 30%;
}

@media screen and (max-width: 768px){
  .p_searchLink { width: 100%; }
  .p_searchLink + .p_searchLink { margin-top: 20px; }
}

.p_searchLink_link {
  -ms-align-items: center;
  align-items: center;
  color: currentColor;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}

.p_searchLink_link:hover {
  color: #fff;
  background-color: #1583be;
}

 .p_searchLink_inner {
  line-height: 1.5;
  padding: 10px;
  text-align: center;
}

.p_searchLink_inner &gt; span {
  color: #1583be;
  display: block;
  font-size: .8em;
}

.p_searchLink_inner &gt; span &gt; [class*="fa-"] { margin-right: 5px; }

.p_searchLink_link:hover span { color: #fff; }

/* お問合せ（リクエスト） */
.p_contactBox {
  border: 3px solid #ccc;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 30px;
  text-align: center;
}

.p_contactBox_inner {}

.p_contactBox_inner + .p_contactBox_inner { margin-top: 10px; }

.p_contactBox_link {
  background-color: #f0faff;
  border: 1px solid #1583be;
  color: currentColor;
  display: inline-block;
  font-size: .8em;
  padding: 5px 30px;
}

.p_contactBox_link:hover {
  color: #fff;
  background-color: #1583be;
}

/* バナーリンク */
.c_bannerLink {}

.c_bannerLink:hover { opacity: .6; }


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

    上書き

================================*/
.c_heading--brown {
  background: #8e6924;
  color: #fff;
}

/* 検索ボックス */
.p_search { background: #8e6924; }
.p_search__icon--btn { color: #8e6924; }
.p_search__example .p_balloon_allow__inner { border-bottom-color: #8e6924; }
.p_search__list &gt; .c_list__item &gt; .c_list__ttl::before { color: #D0A452; }
.p_search__list &gt; .c_list__item &gt; .c_list__ttl:hover{background:#FFE7BE;text-decoration:none;}

/* 研修一覧 */
.p_lineup__header &gt; .c_nav__item:not(.is_hide) { border-color: #8e6924; }
.p_lineup__header &gt; .c_nav__item.is_hide { background-color: #8e6924;border-top-color: #8e6924; }
.p_lineup__header &gt; .c_nav__item { color: #8e6924; }
.p_lineup__body { border-color: #8e6924;; }
.p_lineup__item::before, .p_lineup__item a::before { color: #8e6924; }
.p_btn--show &gt; .p_btn__target,
.p_btn--hide &gt; .p_btn__target { border-color: #8e6924; color: #8e6924; }
.p_lineup__body{
  padding: 0;
  border: none;
}
.p_lineup__ttl{
  color: #8e6924;
}
.p_lineup__item.has_scheduleWrap{
  margin-top: 10px;
}
.p_lineup__item .has_schedule::after{
  content: none;
}
.p_lineup__inner + .p_lineup__inner{
  margin-top: 16px;
}
.no_scheduleWrap{
  display: none;
}

/**/
.ml {
  margin: 0 0 40px 0;
  padding: 30px 0 0 0;
}

.sec1__title {
  padding: 0 0 8px 35px;
  border-bottom: solid 5px #997120;
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
.sec1__title:after {
  content: "";
  display: block;
  width: 8px;
  height: 30px;
  background-color: #997120;
  position: absolute;
  top: 0;
  left: 13px;
}

.sec1-boxs {
  margin: 19px 0 0 0;
}

.sec1-box {
  padding: 17px 0;
  border-bottom: dashed 1px #333;
  width: 100%;
  height: 215px;
  overflow: hidden;
  *zoom: 1;
}
.sec1-box:last-child {
  border: none;
}
.sec1-box2 {
  margin-top: -15px;
  padding: 0 0 17px;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.sec1-box2:last-child {
  border: none;
}

.sec1-box__list {
  width: 175px;
  height: 45px;
  margin: 15px 10px 0 0;
  float: left;
}
.sec1-box__list:nth-child(4n) {
  margin: 15px 0 0 0;
}

.sec1-box__link {
  padding: 0 0 0 25px;
  display: block;
  width: 100%;
  background: #fff;
  border: solid 1px #b5c8ce;
  position: relative;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  color: currentColor;
}
.sec1-box__link:before {
  content: "";
  display: block;
  width: 15px;
  height: 45px;
  background: #164A84;
  position: absolute;
  top: -1px;
  left: 0;
}
.sec1-box__link:hover {
  background: #e2e9ec;
  color: currentColor;
}

.sec1-box__list--selected a {
  background: #e2e9ec;
}

.sec1-box__list--smalltxt a {
  padding: 0 0 0 25px;
  font-size: 10px;
}

.p_lineup { margin-top: 0; }


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

    utility

================================*/
/* font-size */
.u_fz14 { font-size: 14px; }
.u_fz15 { font-size: 15px; }
.u_fz16 { font-size: 16px; }

/* display */
.u_d-b { display: block; }
.u_d-ib { display: inline-block; }
.u_d-fx { display: flex; }

/* margin */
.u_mt10 { margin-top: 10px; }
.u_mt15 { margin-top: 15px; }
.u_mt20 { margin-top: 20px; }
.u_mt30 { margin-top: 30px; }
.u_mt50 { margin-top: 50px; }
.u_mt100 { margin-top: 100px; }

.u_mb10 { margin-bottom: 10px; }
.u_mb15 { margin-bottom: 15px; }
.u_mb20 { margin-bottom: 20px; }
.u_mb30 { margin-bottom: 30px; }
.u_mb50 { margin-bottom: 50px; }
.u_mb100 { margin-bottom: 100px; }

/* flexbox */
.u_ac-fs { align-content: flex-start; }
.u_ac-fe { align-content: flex-end; }
.u_ac-c { align-content: center; }
.u_ac-sb { align-content: space-between; }
.u_ac-sa { align-content: space-around; }
.u_ac-s { align-content: stretch; }
.u_ai-fs { align-items: flex-start; }
.u_ai-fe { align-items: flex-end; }
.u_ai-c { align-items: center; }
.u_ai-b { align-items: baseline; }
.u_ai-s { align-items: stretch; }
.u_as-a { align-self: auto; }
.u_as-fs { align-self: flex-start; }
.u_as-fe { align-self: flex-end; }
.u_as-c { align-self: center; }
.u_as-b { align-self: baseline; }
.u_as-s { align-self: stretch; }
.u_jc-fs { justify-content: flex-start; }
.u_jc-fe { justify-content: flex-end; }
.u_jc-c { justify-content: center; }
.u_jc-sb { justify-content: space-between; }
.u_jc-sa { justify-content: space-around; }
.u_fx0-1-a { flex: 0 1 auto; }
.u_fx1-0-a { flex: 1 0 auto; }
.u_fx1-1-a { flex: 1 1 auto; }
.u_fx0-0-a { flex: 0 0 auto; }
.u_fx1-0-0 { flex: 1 0 0%; }

@media screen and (max-width: 768px){
  .u_res_fxd-c { flex-direction: column; }
}

/* width */
.u_w350 { width: 350px; }
.u_w400 { width: 400px; }

.u_w40p { width: 40%; }
.u_w45p { width: 45%; }
.u_w50p { width: 50%; }

.u_maW70p { max-width: 70%; }
.u_maW75p { max-width: 75%; }
.u_maW80p { max-width: 80%; }</pre></body></html>