@charset "UTF-8";
/*----------------------------------------------------------------------
共通パーツ
----------------------------------------------------------------------*/
/* MV */
/* ぱんくず */
/* 研修リスト */
/* 研修リスト・タブ */
/* 研修動画 */
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: webseminar_theme.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1280px;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #444;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.slick-prev, .slick-next {
  top: 44% !important;
}
.slick-prev:before, .slick-next:before {
  display: block;
  content: "\f054";
  color: #FFF;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .slick-prev:before, .slick-next:before {
    text-shadow: 0 0 5px #000;
  }
}
@media screen and (max-width: 1300px) {
  .slick-prev {
    left: 0 !important;
  }
}
@media screen and (max-width: 1300px) {
  .slick-next {
    right: 0 !important;
  }
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-active:before {
  content: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots {
  left: -3px !important;
  bottom: 15px !important;
  z-index: 100;
}

.movie {
  position: relative;
  height: 388px;
  padding: 60px 0 50px;
  background: url("../img/movie_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .movie {
    height: auto;
    padding: 6% 0 20%;
  }
}
@media screen and (max-width: 420px) {
  .movie {
    padding: 6% 0 30%;
  }
}
.movie:before, .movie:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #b17c2d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB17C2D', endColorstr='#FFB99315');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxN2MyZCIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZGNkNDk0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjk5MzE1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #b17c2d 0%, #dcd494 30%, #b99315 100%);
  background-image: -webkit-linear-gradient(left, #b17c2d 0%, #dcd494 30%, #b99315 100%);
  background-image: linear-gradient(to right, #b17c2d 0%, #dcd494 30%, #b99315 100%);
}
.movie:before {
  top: 0;
  height: 1px;
}
.movie:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  height: 1px;
}
.movie-inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .movie-inner {
    width: auto;
  }
}
.movie-title {
  display: flex;
  float: left;
  align-items: center;
  margin-bottom: 40px;
  color: #312E43;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .movie-title {
    margin-left: 15px;
  }
}
@media screen and (max-width: 940px) {
  .movie-title {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .movie-title {
    float: none;
    margin: 0 0 7%;
    font-size: 20px;
    font-size: 5.33333vw;
    text-align: center;
  }
}
.movie-title-sub {
  margin: 0 0 0 30px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 940px) {
  .movie-title-sub {
    display: block;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .movie-title-sub {
    margin: 3% 0 0;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
.movie-title em {
  color: #F132AB;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .movie-title-border {
    display: none;
  }
}
.movie-link {
  float: right;
  margin: -4px 0 40px;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .movie-link {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .movie-link {
    float: none;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0;
  }
}
.movie-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 195px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  background: #a5a19b;
  color: #FFF;
}
.movie-list {
  clear: both;
}
.movie-list .slick-prev,
.movie-list .slick-next {
  top: 22% !important;
  background: none;
}
@media screen and (max-width: 480px) {
  .movie-list .slick-prev,
  .movie-list .slick-next {
    text-align: right;
  }
}
.movie-list .slick-prev:before,
.movie-list .slick-next:before {
  color: #777;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .movie-list .slick-prev:before,
  .movie-list .slick-next:before {
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .movie-list .slick-prev:before,
  .movie-list .slick-next:before {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.movie-list .slick-prev {
  left: -50px !important;
}
@media screen and (max-width: 1280px) {
  .movie-list .slick-prev {
    left: 1% !important;
  }
}
@media screen and (max-width: 480px) {
  .movie-list .slick-prev {
    top: 23% !important;
  }
}
.movie-list .slick-next {
  right: -50px !important;
}
@media screen and (max-width: 1280px) {
  .movie-list .slick-next {
    right: 1% !important;
  }
}
@media screen and (max-width: 480px) {
  .movie-list .slick-next {
    top: 24% !important;
  }
}
.movie-item {
  margin: 0 16px;
  padding-top: 14px;
  background: none;
}
@media screen and (max-width: 768px) {
  .movie-item {
    margin: 0 0.5%;
  }
}
.movie-item:before {
  content: none !important;
}
.movie-item a {
  display: block;
  color: #000;
  outline: none;
}
.movie-item dl {
  position: relative;
}
.movie-item .pic {
  margin-bottom: 10px;
  border-top: 12px solid #FFF;
  border-bottom: 11px solid #FFF;
}
@media screen and (max-width: 768px) {
  .movie-item .pic {
    margin-bottom: 3%;
  }
}
.movie-item .description {
  color: #000;
  font-size: 14px;
  line-height: 1.42857;
}
@media screen and (max-width: 768px) {
  .movie-item .description {
    line-height: 1.71429;
  }
}
.movie-item.new dl {
  position: relative;
}
.movie-item.new dl:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -14px;
  width: 54px;
  height: 36px;
  background: url("../img/icon_new.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .movie-item.new dl:before {
    width: 37.8px;
    height: 25.2px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

/* 研修別キーカラー設定 */
/* 研修別キーカラー登録 */
/* 内定職員研修 */
/* 薄い方のキーカラー */
/* 薄い方のキーカラー */
#prospective_employee .main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE388B9', endColorstr='#FFB82274');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzODhiOSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2I4MjI3NCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiODIyNzQiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(227, 136, 185, 0.9) 0%, rgba(184, 34, 116, 0.9) 35%, rgba(184, 34, 116, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(227, 136, 185, 0.9) 0%, rgba(184, 34, 116, 0.9) 35%, rgba(184, 34, 116, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(227, 136, 185, 0.9) 0%, rgba(184, 34, 116, 0.9) 35%, rgba(184, 34, 116, 0.9) 100%);
}
#prospective_employee .training-item:before {
  color: #E388B9;
}
#prospective_employee .main-subbox-title,
#prospective_employee .training-box-title,
#prospective_employee .training-item-title .num,
#prospective_employee .training-content-item:before,
#prospective_employee .training-item:after,
#prospective_employee .training-content-work .icon {
  color: #B82274;
}
#prospective_employee .training-item-title {
  border-color: #B82274;
}
#prospective_employee .training-content-work .icon {
  background: rgba(227, 136, 185, 0.4);
}
#prospective_employee .training-box-button a {
  background: #B82274;
}
#prospective_employee .training-pic img {
  -moz-box-shadow: 6px 6px 0 rgba(184, 34, 116, 0.5);
  -webkit-box-shadow: 6px 6px 0 rgba(184, 34, 116, 0.5);
  box-shadow: 6px 6px 0 rgba(184, 34, 116, 0.5);
}

/* 新入職員研修 */
/* 薄い方のキーカラー */
/* 薄い方のキーカラー */
#new_employee .main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF84BCEC', endColorstr='#FF064177');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0YmNlYyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzA2NDE3NyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjQxNzciIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(132, 188, 236, 0.9) 0%, rgba(6, 65, 119, 0.9) 35%, rgba(6, 65, 119, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(132, 188, 236, 0.9) 0%, rgba(6, 65, 119, 0.9) 35%, rgba(6, 65, 119, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(132, 188, 236, 0.9) 0%, rgba(6, 65, 119, 0.9) 35%, rgba(6, 65, 119, 0.9) 100%);
}
#new_employee .training-item:before {
  color: #84bcec;
}
#new_employee .main-subbox-title,
#new_employee .training-box-title,
#new_employee .training-item-title .num,
#new_employee .training-content-item:before,
#new_employee .training-item:after,
#new_employee .training-content-work .icon {
  color: #0066bf;
}
#new_employee .training-item-title {
  border-color: #0066bf;
}
#new_employee .training-content-work .icon {
  background: rgba(132, 188, 236, 0.4);
}
#new_employee .training-box-button a {
  background: #0066bf;
}
#new_employee .training-pic img {
  -moz-box-shadow: 6px 6px 0 rgba(0, 102, 191, 0.5);
  -webkit-box-shadow: 6px 6px 0 rgba(0, 102, 191, 0.5);
  box-shadow: 6px 6px 0 rgba(0, 102, 191, 0.5);
}

/* 若手職員研修 */
/* 薄い方のキーカラー */
/* 薄い方のキーカラー */
#young_employee .main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF85C9B4', endColorstr='#FF006847');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1YzliNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzAwNjg0NyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY4NDciIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(133, 201, 180, 0.9) 0%, rgba(0, 104, 71, 0.9) 35%, rgba(0, 104, 71, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(133, 201, 180, 0.9) 0%, rgba(0, 104, 71, 0.9) 35%, rgba(0, 104, 71, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(133, 201, 180, 0.9) 0%, rgba(0, 104, 71, 0.9) 35%, rgba(0, 104, 71, 0.9) 100%);
}
#young_employee .training-item:before {
  color: #85c9b4;
}
#young_employee .main-subbox-title,
#young_employee .training-box-title,
#young_employee .training-item-title .num,
#young_employee .training-content-item:before,
#young_employee .training-item:after,
#young_employee .training-content-work .icon {
  color: #1b7a5c;
}
#young_employee .training-item-title {
  border-color: #1b7a5c;
}
#young_employee .training-content-work .icon {
  background: rgba(133, 201, 180, 0.4);
}
#young_employee .training-box-button a {
  background: #1b7a5c;
}
#young_employee .training-pic img {
  -moz-box-shadow: 6px 6px 0 rgba(27, 122, 92, 0.5);
  -webkit-box-shadow: 6px 6px 0 rgba(27, 122, 92, 0.5);
  box-shadow: 6px 6px 0 rgba(27, 122, 92, 0.5);
}

/* 中堅職員研修 */
/* 薄い方のキーカラー */
/* 薄い方のキーカラー */
#midlevel_employee .main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFB199', endColorstr='#FFF04509');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjE5OSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2YwNDUwOSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDQ1MDkiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(255, 177, 153, 0.9) 0%, rgba(240, 69, 9, 0.9) 35%, rgba(240, 69, 9, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 177, 153, 0.9) 0%, rgba(240, 69, 9, 0.9) 35%, rgba(240, 69, 9, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(255, 177, 153, 0.9) 0%, rgba(240, 69, 9, 0.9) 35%, rgba(240, 69, 9, 0.9) 100%);
}
#midlevel_employee .training-item:before {
  color: #ffb199;
}
#midlevel_employee .main-subbox-title,
#midlevel_employee .training-box-title,
#midlevel_employee .training-item-title .num,
#midlevel_employee .training-content-item:before,
#midlevel_employee .training-item:after,
#midlevel_employee .training-content-work .icon {
  color: #ff6333;
}
#midlevel_employee .training-item-title {
  border-color: #ff6333;
}
#midlevel_employee .training-content-work .icon {
  background: rgba(255, 177, 153, 0.4);
}
#midlevel_employee .training-box-button a {
  background: #ff6333;
}
#midlevel_employee .training-pic img {
  -moz-box-shadow: 6px 6px 0 rgba(255, 99, 51, 0.5);
  -webkit-box-shadow: 6px 6px 0 rgba(255, 99, 51, 0.5);
  box-shadow: 6px 6px 0 rgba(255, 99, 51, 0.5);
}

/* 初級管理者研修 */
/* 薄い方のキーカラー */
/* 薄い方のキーカラー */
#beginner_manager .main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF8FBA7F', endColorstr='#FF2A9503');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYmE3ZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzJhOTUwMyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTk1MDMiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(143, 186, 127, 0.9) 0%, rgba(42, 149, 3, 0.9) 35%, rgba(42, 149, 3, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(143, 186, 127, 0.9) 0%, rgba(42, 149, 3, 0.9) 35%, rgba(42, 149, 3, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(143, 186, 127, 0.9) 0%, rgba(42, 149, 3, 0.9) 35%, rgba(42, 149, 3, 0.9) 100%);
}
#beginner_manager .training-item:before {
  color: #8fba7f;
}
#beginner_manager .main-subbox-title,
#beginner_manager .training-box-title,
#beginner_manager .training-item-title .num,
#beginner_manager .training-content-item:before,
#beginner_manager .training-item:after,
#beginner_manager .training-content-work .icon {
  color: #1f7600;
}
#beginner_manager .training-item-title {
  border-color: #1f7600;
}
#beginner_manager .training-content-work .icon {
  background: rgba(143, 186, 127, 0.4);
}
#beginner_manager .training-content-block-term {
  color: #1f7600;
}
#beginner_manager .training-box-button a {
  background: #1f7600;
}
#beginner_manager .training-pic img {
  -moz-box-shadow: 6px 6px 0 rgba(31, 118, 0, 0.5);
  -webkit-box-shadow: 6px 6px 0 rgba(31, 118, 0, 0.5);
  box-shadow: 6px 6px 0 rgba(31, 118, 0, 0.5);
}

/* 中級管理者研修 */
/* 薄い方のキーカラー */
/* 薄い方のキーカラー */
#intermediate_manager .main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF7590AD', endColorstr='#FF323D50');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1OTBhZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzMyM2Q1MCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjNkNTAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(117, 144, 173, 0.9) 0%, rgba(50, 61, 80, 0.9) 35%, rgba(50, 61, 80, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(117, 144, 173, 0.9) 0%, rgba(50, 61, 80, 0.9) 35%, rgba(50, 61, 80, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(117, 144, 173, 0.9) 0%, rgba(50, 61, 80, 0.9) 35%, rgba(50, 61, 80, 0.9) 100%);
}
#intermediate_manager .training-item:before {
  color: #7590ad;
}
#intermediate_manager .main-subbox-title,
#intermediate_manager .training-box-title,
#intermediate_manager .training-item-title .num,
#intermediate_manager .training-content-item:before,
#intermediate_manager .training-item:after,
#intermediate_manager .training-content-work .icon {
  color: #036;
}
#intermediate_manager .training-item-title {
  border-color: #036;
}
#intermediate_manager .training-content-work .icon {
  background: rgba(117, 144, 173, 0.4);
}
#intermediate_manager .training-content-block-term {
  color: #036;
}
#intermediate_manager .training-box-button a {
  background: #036;
}
#intermediate_manager .training-pic img {
  -moz-box-shadow: 6px 6px 0 rgba(0, 51, 102, 0.5);
  -webkit-box-shadow: 6px 6px 0 rgba(0, 51, 102, 0.5);
  box-shadow: 6px 6px 0 rgba(0, 51, 102, 0.5);
}

/* 部長・次長研修 */
/* 薄い方のキーカラー */
/* 薄い方のキーカラー */
#senior_manager .main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFCEC277', endColorstr='#FF704C12');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlYzI3NyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzcwNGMxMiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDRjMTIiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(206, 194, 119, 0.9) 0%, rgba(112, 76, 18, 0.9) 35%, rgba(112, 76, 18, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(206, 194, 119, 0.9) 0%, rgba(112, 76, 18, 0.9) 35%, rgba(112, 76, 18, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(206, 194, 119, 0.9) 0%, rgba(112, 76, 18, 0.9) 35%, rgba(112, 76, 18, 0.9) 100%);
}
#senior_manager .training-item:before {
  color: #bca894;
}
#senior_manager .main-subbox-title,
#senior_manager .training-box-title,
#senior_manager .training-item-title .num,
#senior_manager .training-content-item:before,
#senior_manager .training-item:after,
#senior_manager .training-content-work .icon {
  color: #704c12;
}
#senior_manager .training-item-title {
  border-color: #704c12;
}
#senior_manager .training-content-work .icon {
  background: rgba(188, 168, 148, 0.4);
}
#senior_manager .training-box-button a {
  background: #704c12;
}
#senior_manager .training-pic img {
  -moz-box-shadow: 6px 6px 0 rgba(112, 76, 18, 0.5);
  -webkit-box-shadow: 6px 6px 0 rgba(112, 76, 18, 0.5);
  box-shadow: 6px 6px 0 rgba(112, 76, 18, 0.5);
}

/* 次世代経営幹部研修 */
/* 薄い方のキーカラー */
/* 薄い方のキーカラー */
#next_senior_manager .main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC097D9', endColorstr='#FF5E1689');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwOTdkOSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzVlMTY4OSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTE2ODkiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(192, 151, 217, 0.9) 0%, rgba(94, 22, 137, 0.9) 35%, rgba(94, 22, 137, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(192, 151, 217, 0.9) 0%, rgba(94, 22, 137, 0.9) 35%, rgba(94, 22, 137, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(192, 151, 217, 0.9) 0%, rgba(94, 22, 137, 0.9) 35%, rgba(94, 22, 137, 0.9) 100%);
}
#next_senior_manager .training-item:before {
  color: #afafaf;
}
#next_senior_manager .main-subbox-title,
#next_senior_manager .training-box-title,
#next_senior_manager .training-item-title .num,
#next_senior_manager .training-content-item:before,
#next_senior_manager .training-item:after,
#next_senior_manager .training-content-work .icon {
  color: #333;
}
#next_senior_manager .training-item-title {
  border-color: #333;
}
#next_senior_manager .training-content-work .icon {
  background: rgba(175, 175, 175, 0.4);
}
#next_senior_manager .training-box-button a {
  background: #333;
}
#next_senior_manager .training-pic img {
  -moz-box-shadow: 6px 6px 0 rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 6px 6px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 6px 6px 0 rgba(51, 51, 51, 0.5);
}

/* 中途入職者研修 */
/* 薄い方のキーカラー */
/* 薄い方のキーカラー */
#midcareer_hires .main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC097D9', endColorstr='#FF5E1689');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwOTdkOSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzVlMTY4OSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTE2ODkiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(192, 151, 217, 0.9) 0%, rgba(94, 22, 137, 0.9) 35%, rgba(94, 22, 137, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(192, 151, 217, 0.9) 0%, rgba(94, 22, 137, 0.9) 35%, rgba(94, 22, 137, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(192, 151, 217, 0.9) 0%, rgba(94, 22, 137, 0.9) 35%, rgba(94, 22, 137, 0.9) 100%);
}
#midcareer_hires .training-item:before {
  color: #b27fcc;
}
#midcareer_hires .main-subbox-title,
#midcareer_hires .training-box-title,
#midcareer_hires .training-item-title .num,
#midcareer_hires .training-content-item:before,
#midcareer_hires .training-item:after,
#midcareer_hires .training-content-work .icon {
  color: #609;
}
#midcareer_hires .training-item-title {
  border-color: #609;
}
#midcareer_hires .training-content-work .icon {
  background: rgba(178, 127, 204, 0.4);
}
#midcareer_hires .training-box-button a {
  background: #609;
}
#midcareer_hires .training-pic img {
  -moz-box-shadow: 6px 6px 0 rgba(102, 0, 153, 0.5);
  -webkit-box-shadow: 6px 6px 0 rgba(102, 0, 153, 0.5);
  box-shadow: 6px 6px 0 rgba(102, 0, 153, 0.5);
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #59379b;
}

.header-top {
  padding-top: 20px;
}
@media screen and (max-width: 1180px) {
  .header-top {
    padding-top: 0;
  }
}
.header-top-inner {
  width: 1280px;
  z-index: 1000;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .header-top-inner {
    width: 97%;
    padding: 2% 0 0;
  }
}
@media screen and (max-width: 940px) {
  .header-top-inner {
    justify-content: center;
    padding: 2% 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header-top-inner {
    padding: 3% 0;
  }
}
@media screen and (max-width: 940px) {
  .header-top-inner > .logo {
    float: none;
  }
}
@media screen and (max-width: 940px) {
  .header-top-inner > .logo img {
    width: 152.14286px;
  }
}
@media screen and (max-width: 768px) {
  .header-top-inner > .logo img {
    width: 106.5px;
  }
}
.header-top-inner .sp_link {
  position: absolute;
  top: 13px;
  right: 9px;
  height: fit-content;
  border: 1px solid #412B95;
  border-radius: 8px;
  padding: 2px 8px;
  color: #000;
  font-size: 9px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header-right {
    display: none;
  }
}
.header-right-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.header-right-top > div:not(.last) {
  margin-right: 10px;
}
.header-right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-subnav {
  clear: both;
  float: right;
  margin-top: 20px;
}
.header-subnav-list {
  *zoom: 1;
}
.header-subnav-list:after {
  content: "";
  display: table;
  clear: both;
}
.header-subnav-item {
  float: left;
}
.header-subnav-item:not(:last-child) {
  margin-right: 30px;
}
.header-subnav-item a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}
.header-subnav-item a:after {
  content: " ＞";
}
.header-subnav-item a:hover {
  text-decoration: none;
}

.header-nav {
  position: relative;
  margin: 11px 0 0;
}
@media screen and (max-width: 940px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .header-nav-list {
    width: 100%;
  }
}

.header-nav-item {
  padding: 21px 0 20px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .header-nav-item {
    float: none;
  }
}
.header-nav-item:hover span.header-nav-item-inner {
  position: relative;
}
.header-nav-item:hover span.header-nav-item-inner::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 5px;
  background: #9B79D1;
}
.header-nav-item a {
  display: block;
  color: #000;
}
.header-nav-item a:hover {
  opacity: 1;
}
.header-nav-item.link {
  padding: 0;
}
.header-nav-item.link a {
  padding: 21px 0 20px;
}
.header-nav-item.header-nav-item__none {
  display: none;
}

.header-nav-item-inner {
  padding: 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  .header-nav-item-inner {
    padding: 0;
  }
}
.header-nav-item-inner.header-nav-item-inner__active {
  position: relative;
}
.header-nav-item-inner.header-nav-item-inner__active::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 5px;
  background: #9B79D1;
}

.megamenu {
  padding: 21px 0 20px;
}

.megamenu-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  z-index: 10000;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
  background: #f9f3ff;
  cursor: auto;
}

.megamenu-box-inner {
  margin: auto;
  padding: 0 0 12px;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .megamenu-box-inner {
    width: 100%;
  }
}

.megamenu-box-title {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #412B95;
  color: #412B95;
}

.megamenu-box-subtitle {
  margin: 0 0 10px;
}
.megamenu-box-subtitle::before {
  content: "■";
}

.megamenu-box-list ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.megamenu-box-list ul li {
  margin: 0 30px 15px 0;
  width: 200px;
}
.megamenu-box-list ul li.w150 {
  width: 150px;
}
.megamenu-box-list ul li.w250 {
  width: 250px;
}
.megamenu-box-list ul li.w300 {
  width: 300px;
}
.megamenu-box-list ul li.w400 {
  width: 400px;
}
.megamenu-box-list ul li:nth-child(5n) {
  margin: 0 0 15px 0;
}
.megamenu-box-list ul li a {
  position: relative;
  transition: all .4 ease-out;
  font-size: 14px;
  color: #000;
}
.megamenu-box-list ul li a:hover {
  color: #412B95;
}
.megamenu-box-list ul li a:hover:after {
  opacity: .5;
}
.megamenu-box-list ul li a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  right: -12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #412B95;
  border-right: 2px solid #412B95;
  transform: rotate(45deg);
}
.megamenu-box-list + .megamenu-box-title {
  margin: 20px 0 15px;
}

.megamenu-box-inner__sub .megamenu-box-list ul {
  margin: 0 0 10px 1em;
}

.megamenu-box-list__column3 ul {
  width: 750px;
}
.megamenu-box-list__column3 ul li:nth-child(5n) {
  margin: 0 30px 15px 0;
}

.megamenu-box-list__column3_w1000 ul {
  width: 1000px;
}
.megamenu-box-list__column3_w1000 ul li:nth-child(5n) {
  margin: 0 30px 15px 0;
}

.megamenu-box-list__column4 ul {
  width: 1080px;
}
.megamenu-box-list__column4 ul li:nth-child(5n) {
  margin: 0 30px 15px 0;
}

.megamenu-box-list__columnnone ul li {
  width: auto;
}
.megamenu-box-list__columnnone ul li:nth-child(5n) {
  margin: 0 30px 15px 0;
}

.search {
  display: flex;
  position: relative;
  z-index: 10001;
  float: right;
}
.search-sp {
  float: none;
  width: 100%;
  margin-bottom: 5%;
}
.search::before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  content: "\f002";
  color: #CCC;
  font-size: 22px;
  font-family: FontAwesome;
}
.search input[type="text"] {
  width: 250px;
  padding: 7px 20px;
  color: #666;
  font-size: 15px;
  border: 1px solid #CCC;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .search input[type="text"] {
    width: 150px;
  }
}
@media screen and (max-width: 940px) {
  .search input[type="text"] {
    width: 100%;
  }
}
.search input[type="text"]::-webkit-input-placeholder, .search input[type="text"]::-moz-placeholder, .search input[type="text"]:-ms-input-placeholder, .search input[type="text"]:placeholder-shown {
  color: #888;
}
.search input[type="submit"] {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 34px;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  border: none;
  outline: none;
  cursor: pointer;
}
.search input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#___gcse_0 {
  width: 325px;
}
#___gcse_0 .gsc-control-cse {
  padding: 0 1em;
}
#___gcse_0 .gsc-search-button-v2 {
  padding: 9px 11px;
}

.login_box,
.logout_box {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: none;
}
.login_box a,
.logout_box a {
  border-radius: 25px;
  display: block;
  width: 130px;
  padding: 13px 5px 12px;
  background: #A5A19B;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .login_box a,
  .logout_box a {
    font-size: 13px;
  }
}
.login_box span,
.logout_box span {
  padding-left: 28px;
}

.login_box {
  display: none;
}

.header-link-login span {
  background-image: url("../img/header_icon_login.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header-link-logout span {
  background-image: url("../img/header_icon_logout.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header-link-mypage a {
  background: #9B79D1;
}
.header-link-mypage span {
  background-image: url("../img/header_icon_mypage.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header-link-report a {
  background: #412B95;
  width: 160px;
}
.header-link-report span {
  background-image: url("../img/header_icon_report.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.link-lp {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px;
  background: #fff;
  border: 2px solid #412B95;
  border-radius: 5px;
}
.link-lp:hover {
  background: rgba(65, 43, 149, 0.5);
  transition: .3s;
}
.link-lp a {
  display: block;
  position: relative;
  color: #000;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .link-lp a {
    font-size: 13px;
  }
}
.link-lp a span {
  color: #412B95;
  font-weight: bold;
}

.link-contact {
  margin: 0 20px 0 0;
  padding: 12px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.link-contact a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 0 0 28px;
  font-size: 15px;
  background-image: url("../img/header_icon_contact2.png");
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .link-contact a {
    font-size: 13px;
  }
}

.spNav .accordion {
  border-bottom: 1px solid #59379b;
}
.spNav .accordion:first-of-type {
  margin: 5px 0 0;
  border-top: 1px solid #59379b;
}
.spNav .accordion dl dt {
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
}
.spNav .accordion dl dt:before, .spNav .accordion dl dt:after {
  position: absolute;
  content: "";
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #59379b;
}
.spNav .accordion dl dt:before {
  right: 9px;
  top: 12px;
  width: 2px;
  height: 10px;
}
.spNav .accordion dl dt:after {
  right: 5px;
  top: 16px;
  width: 10px;
  height: 2px;
}
.spNav .accordion dl dt.is-open:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.spNav .accordion dl dt.is-open:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spNav .accordion dl dd {
  display: none;
}
.spNav ul li:nth-child(2) {
  padding: 5px 0;
}
.spNav ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.spNav ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #444;
}
.spNav ul li > a {
  padding: 10px 0;
}
.spNav ul li.login {
  display: none;
}
.spNav ul li.login, .spNav ul li.logout {
  margin: 20px 0 0;
}
.spNav ul li p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.spNav .spNav-subtitle {
  margin: 0 0 5px;
  padding: 0 0 0 2px;
  font-size: 13px;
  line-height: 1.4;
}
.spNav .spNav-subtitle::before {
  content: "■";
}
.spNav .spNav-sublist ul {
  margin: 0 0 0 15px;
  padding: 0 0 10px;
}
.spNav .spNav-sublist ul li {
  padding: 0 !important;
}
.spNav .spNav-sublist ul li a {
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.8;
}
.spNav .accordion__sub .spNav-sublist:not(:last-child) ul {
  padding: 0 0 15px;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.topicpath-list {
  display: flex;
  width: 1280px;
  margin: 20px auto;
}
@media screen and (max-width: 1280px) {
  .topicpath-list {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .topicpath-list {
    display: none;
  }
}
.topicpath-item {
  position: relative;
  margin-right: 30px;
}
.topicpath-item:after {
  content: '＞';
  position: absolute;
  top: 0;
  right: -24px;
  font-size: 13px;
}
.topicpath-item a {
  color: #373737;
  font-size: 13px;
}
.topicpath-item:last-child:after {
  content: none;
}

.lower .main-visual {
  margin-top: 180px;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.banner {
  padding: 30px 0 29px;
  background: url("../img/banner_bg.jpg") center top repeat-x;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 5% 0;
  }
}
.banner-list {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: -30px auto 0;
}
@media screen and (max-width: 1280px) {
  .banner-list {
    width: auto;
    margin: -30px 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-list {
    justify-content: space-between;
    margin: -2% 3% 0;
  }
}
.banner-item {
  margin: 30px 65px 0 0;
  background: #FFF;
}
@media screen and (max-width: 1280px) {
  .banner-item {
    width: 32%;
    margin: 30px 2% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-item {
    width: 48.5%;
    margin: 2% 2% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .banner-item:nth-child(3n) {
    margin-right: 0;
  }
}
.banner-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .banner-item img {
    width: 100%;
  }
}

#footer {
  background: #dfd7d4;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .footer-inner {
    display: block;
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    width: 94%;
    padding: 8% 0;
  }
}
.footer-right-list {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1250px) {
  .footer-right-list {
    justify-content: center;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-list {
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: -2%;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-item {
    margin: 2% 5% 0 0;
  }
}
.footer-right-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer-right-item:nth-child(3n) {
    margin-right: 5%;
  }
}
@media screen and (min-width: 769px) {
  .footer-right-item:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-item:not(:last-child) {
    margin-right: 0;
  }
}
.footer-right-item a {
  color: #000;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .footer-right-item a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.logo-list {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .logo-list {
    justify-content: center;
    margin-bottom: 3%;
  }
}
.logo-item {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .logo-item {
    margin-right: 4%;
  }
}
.logo-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .logo-item.isms {
    margin-right: 5%;
    width: 144px;
  }
}
.logo-item.isms img {
  width: 160px;
  height: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .logo-item.isms img {
    width: 100%;
  }
}
.logo-item.isms span {
  display: block;
  color: #000;
  text-align: center;
}
.logo-item.secturity-action {
  width: 72px;
}
.logo-item.secturity-action img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logo-item img {
    width: 80%;
  }
}

.copyright {
  color: #000;
  font-size: 1.4em;
  text-align: right;
}
@media screen and (max-width: 1250px) {
  .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
#compliance .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/compliance/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #compliance .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #compliance .main-visual-title {
    background: url("../webseminar/hierarchy/theme/compliance/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#harassment .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/harassment/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #harassment .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #harassment .main-visual-title {
    background: url("../webseminar/hierarchy/theme/harassment/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#risk_management .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/risk_management/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #risk_management .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #risk_management .main-visual-title {
    background: url("../webseminar/hierarchy/theme/risk_management/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#claim .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/claim/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #claim .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #claim .main-visual-title {
    background: url("../webseminar/hierarchy/theme/claim/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#sns .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/sns/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #sns .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #sns .main-visual-title {
    background: url("../webseminar/hierarchy/theme/sns/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#information_security .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/information_security/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #information_security .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #information_security .main-visual-title {
    background: url("../webseminar/hierarchy/theme/information_security/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#writing .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/writing/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #writing .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #writing .main-visual-title {
    background: url("../webseminar/hierarchy/theme/writing/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#logical_thinking .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/logical_thinking/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #logical_thinking .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #logical_thinking .main-visual-title {
    background: url("../webseminar/hierarchy/theme/logical_thinking/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#diversity .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/diversity/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #diversity .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #diversity .main-visual-title {
    background: url("../webseminar/hierarchy/theme/diversity/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#business_improvement .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/business_improvement/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #business_improvement .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #business_improvement .main-visual-title {
    background: url("../webseminar/hierarchy/theme/business_improvement/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#facilitation .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/facilitation/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #facilitation .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #facilitation .main-visual-title {
    background: url("../webseminar/hierarchy/theme/facilitation/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#labor .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/labor/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #labor .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #labor .main-visual-title {
    background: url("../webseminar/hierarchy/theme/labor/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#strategy_planning .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/strategy_planning/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #strategy_planning .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #strategy_planning .main-visual-title {
    background: url("../webseminar/hierarchy/theme/strategy_planning/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#management_plan .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/management_plan/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #management_plan .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #management_plan .main-visual-title {
    background: url("../webseminar/hierarchy/theme/management_plan/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#management_accounting .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/management_accounting/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #management_accounting .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #management_accounting .main-visual-title {
    background: url("../webseminar/hierarchy/theme/management_accounting/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#subordinate_training .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/subordinate_training/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #subordinate_training .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #subordinate_training .main-visual-title {
    background: url("../webseminar/hierarchy/theme/subordinate_training/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#leadership .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/leadership/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #leadership .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #leadership .main-visual-title {
    background: url("../webseminar/hierarchy/theme/leadership/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#coaching .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/coaching/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #coaching .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #coaching .main-visual-title {
    background: url("../webseminar/hierarchy/theme/coaching/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#ojt .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/ojt/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #ojt .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #ojt .main-visual-title {
    background: url("../webseminar/hierarchy/theme/ojt/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#motivation .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/motivation/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #motivation .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #motivation .main-visual-title {
    background: url("../webseminar/hierarchy/theme/motivation/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#hearing .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/hearing/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #hearing .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #hearing .main-visual-title {
    background: url("../webseminar/hierarchy/theme/hearing/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#negotiating .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/negotiating/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #negotiating .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #negotiating .main-visual-title {
    background: url("../webseminar/hierarchy/theme/negotiating/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#presentation .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/presentation/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #presentation .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #presentation .main-visual-title {
    background: url("../webseminar/hierarchy/theme/presentation/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#prevention_of_infection .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/prevention_of_infection/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #prevention_of_infection .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #prevention_of_infection .main-visual-title {
    background: url("../webseminar/hierarchy/theme/prevention_of_infection/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#business_english .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/business_english/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #business_english .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #business_english .main-visual-title {
    background: url("../webseminar/hierarchy/theme/business_english/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#oa .main-visual-wrapper {
  background: url("../webseminar/hierarchy/theme/oa/img/main_visual_bg.jpg") right top no-repeat;
}
@media screen and (max-width: 768px) {
  #oa .main-visual-wrapper {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #oa .main-visual-title {
    background: url("../webseminar/hierarchy/theme/oa/img/main_visual_bg.jpg") right top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.main-visual {
  height: 276px;
}
@media screen and (max-width: 768px) {
  .main-visual {
    height: auto;
  }
}
.main-visual-inner {
  background: #F9F6F2;
}
.main-visual-wrapper {
  position: relative;
  width: 1280px;
  height: 161px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .main-visual-wrapper {
    width: 100%;
    height: auto;
  }
}
.main-visual-title {
  position: absolute;
  left: 0;
  top: 24px;
  width: 305px;
  height: 250px;
  padding: 32px 15px 36px 21px;
  background: #a19590;
  color: #FFF;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .main-visual-title {
    position: unset;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 16px;
  }
}
.main-visual-title .num {
  display: block;
  margin-bottom: 10px;
  font-family: 'Crimson Text', serif;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .main-visual-title .num {
    display: inline;
    font-size: 26px;
  }
}
.main-visual-title small {
  display: block;
  margin-bottom: 15px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-visual-title small {
    margin: 8px 0;
    font-size: 13px;
  }
}
.main-visual-title small:nth-of-type(2) {
  margin-bottom: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.main-visual-title small.-basis {
  display: inline-block;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 768px) {
  .main-visual-title-inner {
    display: inline-block;
    padding: 2% 3%;
    background: #A8A29A;
  }
}
.main-visual-subtitle {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main-visual-subtitle {
    display: inline;
    position: relative;
    left: 6px;
    top: -7px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
  }
}
.main-visual-subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 3px;
  background: #7B756D;
}
@media screen and (max-width: 768px) {
  .main-visual-subtitle:before {
    content: none;
  }
}
.main-visual-lead {
  padding: 180px 0 0 357px;
  font-size: 15px;
  line-height: 1.73333;
}
@media screen and (max-width: 768px) {
  .main-visual-lead {
    padding: 4% 3%;
    font-size: 13px;
    line-height: 1.76923;
  }
}

.business-manner {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 665px;
  margin: 0 auto 40px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .business-manner {
    width: 100%;
    margin-bottom: 10%;
  }
}
.business-manner:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.business-manner-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 6, 34, 0.6);
}
.business-manner-box {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../webseminar/generalist/basic/new_employee/img/business_manner_overlay_bg.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .business-manner-box {
    position: initial;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: auto;
    height: auto;
    background: none;
  }
}
.business-manner-list {
  padding-top: 145px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business-manner-list {
    position: fixed;
    z-index: 20000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    padding: 31% 14% 11%;
    background: url(../webseminar/generalist/basic/new_employee/img/business_manner_overlay_bg_sp.png) center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.business-manner-item {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .business-manner-item {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.64286;
  }
}
.business-manner-item a {
  color: #000;
  text-decoration: underline;
}
.business-manner-item a:hover {
  text-decoration: none;
}
.business-manner-close {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #FFF;
  color: #ff3374;
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .business-manner-close {
    display: none;
  }
}

.hierarchy.theme .main-title {
  display: block;
  height: auto;
  padding: 21px 40px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiM1MjY4YjEiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM3MTkwZTMiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzEzYzdhIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(82, 104, 177, 0.9) 25%, rgba(113, 144, 227, 0.9) 50%, rgba(49, 60, 122, 0.9) 100%);
  background-image: -webkit-linear-gradient(left, rgba(82, 104, 177, 0.9) 25%, rgba(113, 144, 227, 0.9) 50%, rgba(49, 60, 122, 0.9) 100%);
  background-image: linear-gradient(to right, rgba(82, 104, 177, 0.9) 25%, rgba(113, 144, 227, 0.9) 50%, rgba(49, 60, 122, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65268b1', endColorstr='#e6313c7a',GradientType=1 );
}
.hierarchy.theme .main-title .small {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .main-title .small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.hierarchy.theme .main-box {
  height: 270px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .main-box {
    height: auto;
    padding: 5% 0 7%;
  }
}
.hierarchy.theme .main-box-title {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 18px;
  color: #001162;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .main-box-title {
    margin-bottom: 4%;
    padding-bottom: 4%;
    font-size: 23px;
    font-size: 6.13333vw;
  }
}
.hierarchy.theme .main-box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.hierarchy.theme .main-box-text {
  padding: 0 3%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .main-box-text {
    padding: 0 5%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.57143;
    text-align: left;
  }
}
.hierarchy.theme .anchor {
  display: none;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .anchor {
    display: block;
    padding: 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .anchor-inner {
    width: 90%;
    margin: 0 auto;
  }
}
.hierarchy.theme .anchor-title {
  margin-bottom: 1%;
  color: #000;
  font-size: 16px;
  font-size: 4.26667vw;
  font-weight: bold;
  text-indent: -8px;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .anchor-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.hierarchy.theme .anchor-item {
  width: 234px;
  margin: 2px 2px 0 0;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .anchor-item {
    width: 49%;
    margin: 5px 0 0;
  }
}
.hierarchy.theme .anchor-item:nth-child(5n) {
  margin-right: 0;
}
.hierarchy.theme .anchor-item a {
  display: block;
  position: relative;
  padding-left: 18px;
  background: #bac9f6;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .anchor-item a {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.hierarchy.theme .anchor-item a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  content: "\f078";
  color: #e40054;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
}
.hierarchy.theme .anchor-item a:hover {
  text-decoration: none;
}
.hierarchy.theme .contents {
  margin-bottom: 20px;
  padding: 40px 30px;
  background: url("../webseminar/hierarchy/theme/img/contents_bg.gif") left top repeat;
}
@media screen and (max-width: 1340px) {
  .hierarchy.theme .contents {
    padding: 3%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents {
    margin-bottom: 8%;
    padding-top: 4%;
  }
}
.hierarchy.theme .contents-inner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) {
  .hierarchy.theme .contents-inner {
    width: 100%;
  }
}
.hierarchy.theme .contents-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #a8a29a;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .hierarchy.theme .contents-title {
    display: block;
    position: relative;
    padding: 30px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-title {
    margin-bottom: 4%;
    padding: 7% 0 1%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.hierarchy.theme .contents-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background: #8462C5;
}
.hierarchy.theme .contents-title .target {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .hierarchy.theme .contents-title .target {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-title .target {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.hierarchy.theme .contents-title em {
  margin-right: 5px;
  padding: 0 10px;
  color: #FFF;
  font-size: 13px;
}
.hierarchy.theme .contents-title em:last-child {
  margin-right: 0;
}
.hierarchy.theme .contents-title .prospective-employee {
  background: #C84087;
}
.hierarchy.theme .contents-title .new-employee {
  background: #4a9cd7;
}
.hierarchy.theme .contents-title .young-employee {
  background: #1b7a5c;
}
.hierarchy.theme .contents-title .midlevel-employee {
  background: #ff7242;
}
.hierarchy.theme .contents-title .beginner-manager {
  background: #6daf55;
}
.hierarchy.theme .contents-title .intermediate-manager {
  background: #747474;
}
.hierarchy.theme .contents-title .senior-manager {
  background: #937940;
}
.hierarchy.theme .contents-title .midcareer-hires {
  background: #9457b8;
}
.hierarchy.theme .contents-list {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 48px 0;
}
@media screen and (max-width: 1340px) {
  .hierarchy.theme .contents-list {
    margin: -30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .hierarchy.theme .contents-list {
    margin: -2% 0 0;
  }
}
.hierarchy.theme .contents-item {
  width: 260px;
  margin: 30px 48px 0 0;
  background: #FFF;
}
@media screen and (max-width: 1340px) {
  .hierarchy.theme .contents-item {
    width: 23.5%;
    margin: 30px 2% 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .hierarchy.theme .contents-item {
    width: 32%;
    margin: 2% 2% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-item {
    width: 48.5%;
  }
}
@media screen and (max-width: 420px) {
  .hierarchy.theme .contents-item {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .hierarchy.theme .contents-item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-item:nth-child(3n) {
    margin-right: 2% !important;
  }
}
@media screen and (max-width: 420px) {
  .hierarchy.theme .contents-item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.hierarchy.theme .contents-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .hierarchy.theme .contents-item:nth-child(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 420px) {
  .hierarchy.theme .contents-item:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-item:nth-child(even) {
    margin-right: 0 !important;
  }
}
.hierarchy.theme .contents-item a {
  display: block;
  height: 100%;
  color: #000;
}
.hierarchy.theme .contents-item .pic {
  position: relative;
}
.hierarchy.theme .contents-item .pic:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: url("../webseminar/hierarchy/theme/img/contents_item_arrow.png") left top no-repeat;
}
@media screen and (max-width: 420px) {
  .hierarchy.theme .contents-item .pic:before {
    width: 32px;
    height: 32px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.hierarchy.theme .contents-item .pic img {
  width: 100%;
  height: auto;
}
.hierarchy.theme .contents-item .pic .time {
  position: absolute;
  right: 2px;
  bottom: 2px;
  padding: 3px 2px 3px 17px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.hierarchy.theme .contents-item .pic .time:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  content: "\f017";
  color: #b3a480;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
}
.hierarchy.theme .contents-item dl {
  padding: 10px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-item dl {
    padding: 4%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.hierarchy.theme .contents-item dl * {
  line-height: 1.33333;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-item dl * {
    line-height: 1.46154;
  }
}
.hierarchy.theme .contents-subitem {
  position: relative;
  padding-left: 1em;
}
.hierarchy.theme .contents-subitem:before {
  content: "・";
  position: absolute;
  left: 0;
}
.hierarchy.theme .contents-webtest-button {
  width: 450px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-webtest-button {
    width: 100%;
    margin: 8% auto 6%;
  }
}
.hierarchy.theme .contents-webtest-button a {
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.65);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.65);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  background: #5368B1;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-webtest-button a {
    justify-content: center;
    height: 40px;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
.hierarchy.theme .contents-webtest-button a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
.hierarchy.theme .contents-webtest-button a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .hierarchy.theme .contents-webtest-button a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
