@charset "UTF-8";
/*----------------------------------------------------------------------
共通パーツ
----------------------------------------------------------------------*/
/* レスポンシブ対応 */
/* MV */
/* ぱんくず */
/* 研修リスト */
/* 研修リスト・タブ */
/* 研修動画 */
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: webseminar_basic.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: 1340px;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
}
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;
}

body {
  overflow-x: hidden;
}

/*----------------------------------------------------------------------
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;
  }
}

.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;
  }
}

.slick-prev, .slick-next {
  top: 44% !important;
  background: none !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;
  padding: 60px 0 50px;
  height: 388px;
  background: url("../img/common/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 {
    padding: 6% 0 23%;
    height: auto;
  }
}
.movie:before, .movie:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  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;
}
.movie:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
}
.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: 30px;
    font-size: 8vw;
    text-align: center;
  }
}
.movie-title-sub {
  margin-left: 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 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 40px;
  background: #a5a19b;
  border-radius: 20px;
  color: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .movie-link a {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 3%;
    font-size: 14px;
    font-size: 3.73333vw;
    border-radius: 25px;
  }
}
.movie-list {
  clear: both;
}
.movie-list .slick-prev,
.movie-list .slick-next {
  top: 22% !important;
}
@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: 30% !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: 30% !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/common/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;
  }
}

/* 研修別キーカラー設定 */
/* 研修別キーカラー登録 */
/* 内定者研修 */
/* 薄い方のキーカラー */
/* 濃い方のキーカラー */
#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 .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 .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 .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 .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 .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 .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 .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: #eee;
}
#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 .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 #66CC66;
}

.header-top {
  padding-top: 20px;
}
@media screen and (max-width: 1180px) {
  .header-top {
    padding-top: 0;
  }
}
.header-top-inner {
  *zoom: 1;
  width: 1280px;
  z-index: 1000;
  margin: 0 auto;
}
.header-top-inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1280px) {
  .header-top-inner {
    width: 97%;
    padding: 2% 0 0;
  }
}
@media screen and (max-width: 940px) {
  .header-top-inner {
    padding: 2% 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header-top-inner {
    padding: 3% 0;
  }
}
.header-top-inner > .logo {
  float: left;
}
@media screen and (max-width: 940px) {
  .header-top-inner > .logo {
    float: none;
  }
}
@media screen and (max-width: 940px) {
  .header-top-inner > .logo img {
    width: 158.57143px;
  }
}
@media screen and (max-width: 768px) {
  .header-top-inner > .logo img {
    width: 111px;
  }
}
@media screen and (max-width: 940px) {
  .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;
}
.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: #2D2F31;
  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: #84D976;
}
.header-nav-item a {
  display: block;
  color: #2D2F31;
}
.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: #84D976;
}

.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: #edffdc;
  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 #318A11;
  color: #318A11;
}

.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: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: #2D2F31;
}
.megamenu-box-list ul li a:hover {
  color: #318A11;
}
.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 #318A11;
  border-right: 2px solid #318A11;
  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;
  background: #66CC66;
  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/common/header_icon_login.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header-link-logout span {
  background-image: url("../img/common/header_icon_logout.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header-link-mypage a {
  background: #84D976;
}
.header-link-mypage span {
  background-image: url("../img/common/header_icon_mypage.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.header-link-report a {
  background: #318A11;
  width: 160px;
}
.header-link-report span {
  background-image: url("../img/common/header_icon_report.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.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/common/header_icon_contact.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 #66CC66;
}
.spNav .accordion:first-of-type {
  margin: 5px 0 0;
  border-top: 1px solid #66CC66;
}
.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: #66CC66;
}
.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 {
  margin-left: 0;
  padding-bottom: 0;
}
.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
----------------------------------------------------------------------*/
.lower .main-visual {
  margin-top: 180px;
}
.lower .main-visual-inner {
  display: flex;
  align-items: center;
  width: 1280px;
  height: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .lower .main-visual-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lower .main-visual-inner {
    height: 0;
    padding-top: 33.33333%;
  }
}
.lower .main-title {
  padding: 25px 52px;
  background-color: #bab5b0;
  background-position: left top;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .lower .main-title {
    margin-top: -33%;
    padding: 4%;
    background-position: -30px top;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.lower .main-title .stage,
.lower .main-title .en {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lower .main-title .stage,
  .lower .main-title .en {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .lower .main-title .stage img {
    width: 60%;
    vertical-align: middle;
  }
}
.lower .main-title .en {
  font-family: 'Century';
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lower .main-title .en {
    margin-left: -10%;
    font-size: 14px;
  }
}
.lower .main-title .main-catetitle {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower .main-title .main-catetitle {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.lower .main-title .main-subtitle {
  margin-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lower .main-title .main-subtitle {
    font-size: 14px;
    font-size: 3.73333vw;
    display: block;
    margin-top: 5px;
  }
}
.lower .main-title .main-title-time {
  display: inline-block;
  margin-top: 5px;
  background: #fff;
  padding: 7px 6px 4px;
  color: #97918b;
  font-size: 1.1rem;
  font-weight: bold;
}

.topicpath-list {
  display: flex;
  width: 1280px;
  margin: 18px 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: 36px;
  font-size: 13px;
}
.topicpath-item:after {
  content: '＞';
  position: absolute;
  top: 0;
  right: -27px;
  font-size: 1em;
}
.topicpath-item a {
  color: #000;
}
.topicpath-item:last-child:after {
  content: none;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer-banner {
  padding: 50px 0;
  background: #84D976;
}
@media screen and (max-width: 768px) {
  .footer-banner {
    padding: 5% 0 2%;
  }
}
.footer-banner-list {
  display: flex;
  flex-wrap: wrap;
  width: 1180px;
  margin: -25px auto 0;
}
@media screen and (max-width: 1180px) {
  .footer-banner-list {
    width: 94%;
    margin: -2% auto 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-banner-list {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.footer-banner-item {
  margin: 25px 20px 0 0;
}
@media screen and (max-width: 1180px) {
  .footer-banner-item {
    width: 18%;
    margin: 2% 2.5% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-banner-item {
    width: 48%;
    margin: 0 0 3%;
  }
}
@media screen and (max-width: 1180px) {
  .footer-banner-item img {
    width: 100%;
  }
}
.footer-lower {
  background-color: #ebe6e0;
}
.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: 94%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 6% 0;
  }
}
.footer-logo-list {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .footer-logo-list {
    justify-content: center;
    margin-bottom: 4%;
  }
}
.footer-logo-item {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .footer-logo-item {
    margin-right: 4%;
  }
}
.footer-logo-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer-logo-item.isms {
    margin-right: 5%;
    width: 144px;
  }
}
.footer-logo-item.isms img {
  width: 160px;
  height: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .footer-logo-item.isms img {
    width: 100%;
  }
}
.footer-logo-item.isms span {
  display: block;
  color: #000;
  text-align: center;
}
.footer-logo-item.secturity-action {
  width: 72px;
}
.footer-logo-item.secturity-action img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-logo-item img {
    width: 80%;
  }
}
.footer-right-inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .footer-right-inner {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-inner {
    display: block;
  }
}
.footer-right-list {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-right-list {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.footer-right-list:first-child {
  margin-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  .footer-right-list:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-list:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-right-list:last-child {
    margin-bottom: 0;
  }
}
.footer-right-list + .footer-right-list {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .footer-right-list + .footer-right-list {
    margin-left: 0;
  }
}
.footer-right-item {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .footer-right-item {
    margin: 2% 5% 0 0;
  }
}
.footer-right-item:last-child {
  margin-right: 0;
}
.footer-right-item a {
  color: #000;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer-right-item a {
    font-size: 12px;
  }
}
.footer-right-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.copyright {
  color: #000;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .copyright {
    margin-top: 4%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 7%;
    font-size: 10px;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
#prospective_employee.basic .main-visual {
  background: url("../webseminar/basic/prospective_employee/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #prospective_employee.basic .main-visual {
    background: url("../webseminar/basic/prospective_employee/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#new_employee.basic .main-visual {
  background: url("../webseminar/basic/new_employee/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #new_employee.basic .main-visual {
    background: url("../webseminar/basic/new_employee/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#young_employee.basic .main-visual {
  background: url("../webseminar/basic/young_employee/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #young_employee.basic .main-visual {
    background: url("../webseminar/basic/young_employee/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#midlevel_employee.basic .main-visual {
  background: url("../webseminar/basic/midlevel_employee/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #midlevel_employee.basic .main-visual {
    background: url("../webseminar/basic/midlevel_employee/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#beginner_manager.basic .main-visual {
  background: url("../webseminar/basic/beginner_manager/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #beginner_manager.basic .main-visual {
    background: url("../webseminar/basic/beginner_manager/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#intermediate_manager.basic .main-visual {
  background: url("../webseminar/basic/intermediate_manager/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #intermediate_manager.basic .main-visual {
    background: url("../webseminar/basic/intermediate_manager/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#senior_manager.basic .main-visual {
  background: url("../webseminar/basic/senior_manager/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #senior_manager.basic .main-visual {
    background: url("../webseminar/basic/senior_manager/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#midcareer_hires.basic .main-visual {
  background: url("../webseminar/basic/midcareer_hires/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #midcareer_hires.basic .main-visual {
    background: url("../webseminar/basic/midcareer_hires/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#next_senior_manager.basic .main-visual {
  background: url("../webseminar/basic/next_senior_manager/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #next_senior_manager.basic .main-visual {
    background: url("../webseminar/basic/next_senior_manager/img/main_visual_bg_sp.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.webseminar.basic .main-title {
  background: #BAB5B0;
  text-align: center;
}
.webseminar.basic .main-title .small {
  display: block;
  font-size: 17px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .main-title .small {
    font-size: 14px;
    font-size: 3.73333vw;
    margin-top: 3px;
  }
}
.webseminar.basic .main-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .main-box {
    margin-bottom: 8%;
  }
}
.webseminar.basic .main-box-lead {
  margin-top: 50px;
  padding: 0 5%;
  font-size: 18px;
  line-height: 1.56522;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .main-box-lead {
    margin-top: 5%;
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1.47059;
    text-align: left;
  }
}
.webseminar.basic .main-subbox {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .main-subbox {
    margin-top: 6%;
  }
}
.webseminar.basic .main-subbox-title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 18px;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .main-subbox-title {
    margin-bottom: 5%;
    padding-bottom: 4%;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.webseminar.basic .main-subbox-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.webseminar.basic .main-subbox-text {
  padding: 0 5%;
  font-size: 16px;
  line-height: 1.55556;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .main-subbox-text {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
    text-align: left;
  }
}
.webseminar.basic .main-subbox.-goal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.webseminar.basic#prospective_employee .skill-inner {
  background: url("../webseminar/basic/prospective_employee/img/skill_inner_bg.png") center center no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#prospective_employee .skill-inner {
    background: none;
  }
}
.webseminar.basic#new_employee .skill-inner {
  background: url("../webseminar/basic/new_employee/img/skill_inner_bg.png") center center no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#new_employee .skill-inner {
    background: none;
  }
}
.webseminar.basic#young_employee .skill-inner {
  background: url("../webseminar/basic/young_employee/img/skill_inner_bg.png") center center no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#young_employee .skill-inner {
    background: none;
  }
}
.webseminar.basic#midlevel_employee .skill-inner {
  background: url("../webseminar/basic/midlevel_employee/img/skill_inner_bg.png") center center no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#midlevel_employee .skill-inner {
    background: none;
  }
}
.webseminar.basic#beginner_manager .skill-inner {
  background: url("../webseminar/basic/beginner_manager/img/skill_inner_bg.png") center center no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#beginner_manager .skill-inner {
    background: none;
  }
}
.webseminar.basic#intermediate_manager .skill-inner {
  background: url("../webseminar/basic/intermediate_manager/img/skill_inner_bg.png") center center no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#intermediate_manager .skill-inner {
    background: none;
  }
}
.webseminar.basic#senior_manager .skill-inner {
  background: url("../webseminar/basic/senior_manager/img/skill_inner_bg.png") center center no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#senior_manager .skill-inner {
    background: none;
  }
}
.webseminar.basic#midcareer_hires .skill-inner {
  background: url("../webseminar/basic/midcareer_hires/img/skill_inner_bg.png") center center no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#midcareer_hires .skill-inner {
    background: none;
  }
}
.webseminar.basic#next_senior_manager .skill-inner {
  background: url("../webseminar/basic/next_senior_manager/img/skill_inner_bg.png") center center no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#next_senior_manager .skill-inner {
    background: none;
  }
}
.webseminar.basic .skill-list {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .webseminar.basic .skill-list {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .skill-list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .webseminar.basic .skill-item {
    width: 18%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .skill-item {
    width: 30%;
    margin: 1.5% 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .skill-item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .skill-item:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .webseminar.basic .skill-item img {
    width: 100%;
  }
}
.webseminar.basic .goal-list {
  padding: 0 5%;
}
.webseminar.basic .goal-item {
  list-style: inside decimal;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .goal-item {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}
.webseminar.basic .training-box {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box {
    padding-top: 5%;
  }
}
.webseminar.basic .training-box-inner {
  position: relative;
  text-align: center;
}
.webseminar.basic .training-box-icon {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  padding: 0 12px;
  background: #6B6BBE;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
}
.webseminar.basic .training-box-sub {
  text-align: left;
}
.webseminar.basic .training-box-sub.-problem-solving {
  margin-top: 60px;
}
@media screen and (max-width: 580px) {
  .webseminar.basic .training-box-sub.-problem-solving {
    margin-top: 10%;
  }
}
.webseminar.basic .training-box-sub-title {
  width: 1280px;
  margin: 0 auto 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-box-sub-title {
    width: auto;
    margin: 0 2%;
  }
}
@media screen and (max-width: 580px) {
  .webseminar.basic .training-box-sub-title {
    margin: 0 3%;
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
}
.webseminar.basic .training-box-lower {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 40px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-lower {
    padding: 3% 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-button {
    width: 90%;
  }
}
.webseminar.basic .training-box-button a {
  background: #0066bf;
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  padding: 0 40px 0 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-button a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
.webseminar.basic .training-box-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;
}
.webseminar.basic .training-box-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) {
  .webseminar.basic .training-box-button a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-button02 {
    width: 90%;
  }
}
.webseminar.basic .training-box-button02 a {
  background: #5368B1;
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  padding: 0 40px 0 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-button02 a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
.webseminar.basic .training-box-button02 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
.webseminar.basic .training-box-button02 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) {
  .webseminar.basic .training-box-button02 a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.basic .training-box-subtitle {
  width: 1180px;
  margin: 0 auto 20px;
  font-size: 22px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-subtitle {
    width: auto;
    padding-left: 4%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.webseminar.basic .training-box-subtitle:before {
  content: "●";
  margin-right: 5px;
  color: #66CB65;
}
.webseminar.basic .training-contents {
  margin-top: -90px;
  padding: 150px 0 45px;
  background-image: url("../img/training_contents_bg.png"), url("../img/basic_training_contents_bg.jpg");
  background-position: center top, center top 200px;
  background-repeat: no-repeat;
  background-color: #E7F4D5;
}
@media screen and (min-width: 1921px) {
  .webseminar.basic .training-contents {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-contents {
    margin-top: 0;
    padding: 35px 0;
    background-image: none;
  }
}
.webseminar.basic .training-topinner {
  margin: 0 auto 20px;
  text-align: left;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-topinner {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-topinner {
    display: block;
    width: 90%;
  }
}
.webseminar.basic .training-topinner-step {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-topinner-step {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-topinner-step img {
    width: 50px;
  }
}
.webseminar.basic .training-topinner-title {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-topinner-title {
    font-size: 20px;
  }
}
.webseminar.basic .training-item {
  position: relative;
  left: -100px;
  min-height: 370px;
  width: 1180px;
  margin: 0 auto 85px;
  padding: 30px 0 40px 100px;
  background: #FFF;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-item {
    display: flex;
    justify-content: space-between;
    left: 0;
    width: 96%;
    min-height: auto;
    margin: 0 auto 5%;
    padding: 2% 2% 5%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-item {
    display: block;
    width: 90%;
  }
}
.webseminar.basic .training-item:before, .webseminar.basic .training-item:after {
  position: absolute;
  z-index: 100;
  left: 520px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 70px;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-item:before, .webseminar.basic .training-item:after {
    display: none;
  }
}
.webseminar.basic .training-item:before {
  bottom: -90px;
}
.webseminar.basic .training-item:after {
  bottom: -120px;
}
.webseminar.basic .training-item:first-child {
  z-index: 10;
}
.webseminar.basic .training-item:nth-child(2) {
  z-index: 9;
}
.webseminar.basic .training-item:nth-child(3) {
  z-index: 8;
}
.webseminar.basic .training-item:nth-child(4) {
  z-index: 7;
}
.webseminar.basic .training-item:nth-child(5) {
  z-index: 6;
}
.webseminar.basic .training-item:nth-child(6) {
  z-index: 5;
}
.webseminar.basic .training-item:nth-child(7) {
  z-index: 4;
}
.webseminar.basic .training-item:nth-child(8) {
  z-index: 3;
}
.webseminar.basic .training-item:nth-child(9) {
  z-index: 2;
}
.webseminar.basic .training-item:nth-child(10) {
  z-index: 1;
}
.webseminar.basic .training-item:nth-child(even) {
  left: 100px;
  margin: 0 auto 85px;
  padding: 30px 0 40px 35%;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-item:nth-child(even) {
    left: 0;
    margin: 0 auto 2%;
    padding: 2% 2% 5%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-item:nth-child(even) {
    margin: 0 auto 5%;
    padding: 4%;
  }
}
.webseminar.basic .training-item:nth-child(even):before, .webseminar.basic .training-item:nth-child(even):after {
  left: 580px;
}
.webseminar.basic .training-item:nth-child(even) .training-pic {
  margin: 0px 0 0px -608px;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-item:nth-child(even) .training-pic {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-item:nth-child(even) .training-pic {
    margin-top: 10%;
  }
}
.webseminar.basic .training-item:last-child {
  margin-bottom: 30px;
}
.webseminar.basic .training-item:last-child:before, .webseminar.basic .training-item:last-child:after {
  content: none;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-item > div {
    width: 58%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-item > div {
    width: auto;
    margin-right: 0;
  }
}
.webseminar.basic .training-item-title {
  width: 570px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  line-height: 0.8;
  border-bottom: 2px solid;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-item-title {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-item-title {
    margin-bottom: 3%;
    padding: 0 0 2%;
  }
}
.webseminar.basic .training-item-title > * {
  display: table-cell;
  vertical-align: middle;
}
.webseminar.basic .training-item-title .num {
  position: relative;
  bottom: -3px;
  padding-right: 14px;
  font-family: 'Crimson Text', serif;
  font-size: 76px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-item-title .num {
    padding-right: 2%;
    font-size: 32px;
    font-size: 8.53333vw;
  }
}
.webseminar.basic .training-item-title .text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-item-title .text {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-item-title .text br {
    display: none;
  }
}
.webseminar.basic .training-content-item {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-item {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}
.webseminar.basic .training-content-item:before {
  content: "●";
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-item:before {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.webseminar.basic .training-content-subitem {
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-subitem {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}
.webseminar.basic .training-content-subitem:before {
  content: "・";
}
.webseminar.basic .training-content-subitem .training-content-work {
  margin-left: -1em;
}
.webseminar.basic .training-content-text {
  padding-left: 1em;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-text {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}
.webseminar.basic .training-content-link {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-link {
    margin-top: 5%;
  }
}
.webseminar.basic .training-content-link.-flex {
  display: flex;
  flex-wrap: wrap;
  width: 580px;
}
@media screen and (max-width: 1090px) {
  .webseminar.basic .training-content-link.-flex {
    width: auto;
  }
}
.webseminar.basic .training-content-link.-flex a {
  margin: 0 0 35px 20px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-link.-flex a {
    margin: 0 0 9% 3%;
  }
}
.webseminar.basic .training-content-link.-flex a:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1090px) {
  .webseminar.basic .training-content-link.-flex a:nth-child(3n+1) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-link.-flex a:nth-child(3n+1) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1090px) {
  .webseminar.basic .training-content-link.-flex a:nth-child(odd) {
    margin-left: 0;
  }
}
.webseminar.basic .training-content-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 38px;
  padding-left: 15px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-link a {
    width: 43.33333%;
    height: auto;
    padding: 3% 0% 3% 3%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.basic .training-content-link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.webseminar.basic .training-content-link a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 25px;
  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) {
  .webseminar.basic .training-content-link a:before {
    left: 10%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.basic .training-content-link a .time {
  display: none;
  position: absolute;
  right: 0;
  bottom: -22px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-link a .time {
    bottom: -18px;
    font-size: 13px;
  }
}
.webseminar.basic .training-content-link a .time:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: -19px;
  top: 0;
  bottom: 0;
  content: "\f017";
  color: #b3a480;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-link a .time:before {
    left: -16px;
    top: -1px;
    font-size: 14px;
  }
}
.webseminar.basic .training-content-work {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-work {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-work br {
    display: none;
  }
}
.webseminar.basic .training-content-work .icon {
  display: inline-block;
  width: 73px;
  margin-right: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-work .icon {
    width: auto;
    margin-right: 3%;
    padding: 0 2%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.basic .training-content-block {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-block {
    margin-bottom: 8%;
  }
}
.webseminar.basic .training-content-block:last-of-type {
  margin-bottom: 0;
}
.webseminar.basic .training-content-block-term {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-content-block-term {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}
.webseminar.basic .training-numcontent-item {
  padding-left: 1em;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-numcontent-item {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-numcontent-item br {
    display: none;
  }
}
.webseminar.basic .training-pic {
  position: absolute;
  top: 90px;
  margin: 0 0 0px 608px;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-pic {
    position: unset;
    width: 40%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-pic {
    width: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .training-pic img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-pic img {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.webseminar.basic .basic-training {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .basic-training {
    margin: 0;
  }
}
.webseminar.basic#prospective_employee .theme:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  width: 257px;
  height: 45px;
  margin: auto;
  background: url("../webseminar/basic/prospective_employee/img/arrow.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#prospective_employee .theme:before {
    top: 3%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.webseminar.basic#new_employee .theme:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  width: 257px;
  height: 45px;
  margin: auto;
  background: url("../webseminar/basic/new_employee/img/arrow.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#new_employee .theme:before {
    top: 3%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.webseminar.basic#young_employee .theme:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  width: 257px;
  height: 45px;
  margin: auto;
  background: url("../webseminar/basic/young_employee/img/arrow.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#young_employee .theme:before {
    top: 3%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.webseminar.basic#midlevel_employee .theme:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  width: 257px;
  height: 45px;
  margin: auto;
  background: url("../webseminar/basic/midlevel_employee/img/arrow.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#midlevel_employee .theme:before {
    top: 3%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.webseminar.basic#beginner_manager .theme:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  width: 257px;
  height: 45px;
  margin: auto;
  background: url("../webseminar/basic/beginner_manager/img/arrow.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#beginner_manager .theme:before {
    top: 3%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.webseminar.basic#intermediate_manager .theme:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  width: 257px;
  height: 45px;
  margin: auto;
  background: url("../webseminar/basic/intermediate_manager/img/arrow.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#intermediate_manager .theme:before {
    top: 3%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.webseminar.basic#senior_manager .theme:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  width: 257px;
  height: 45px;
  margin: auto;
  background: url("../webseminar/basic/senior_manager/img/arrow.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#senior_manager .theme:before {
    top: 3%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.webseminar.basic#midcareer_hires .theme:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  width: 257px;
  height: 45px;
  margin: auto;
  background: url("../webseminar/basic/midcareer_hires/img/arrow.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#midcareer_hires .theme:before {
    top: 3%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.webseminar.basic#next_senior_manager .theme:before {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  width: 257px;
  height: 45px;
  margin: auto;
  background: url("../webseminar/basic/next_senior_manager/img/arrow.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .webseminar.basic#next_senior_manager .theme:before {
    top: 3%;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.webseminar.basic .theme {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .theme {
    padding-top: 37%;
  }
}
.webseminar.basic .theme-list {
  display: flex;
  flex-wrap: wrap;
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .webseminar.basic .theme-list {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .theme-list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .theme-list {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .theme-list {
    width: 90%;
  }
}
.webseminar.basic .theme-item {
  background: #fff;
  margin: 0 32px 32px 0;
  width: 210px;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .theme-item {
    margin-right: 2%;
    width: calc(92% / 5);
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .theme-item {
    margin: 0 0 4%;
    width: 48%;
  }
}
.webseminar.basic .theme-item:nth-child(5n) {
  margin-right: 0;
}
.webseminar.basic .theme-item a {
  display: block;
  color: #000;
}
.webseminar.basic .theme-item-term img {
  width: 100%;
  height: auto;
}
.webseminar.basic .theme-item-description {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .theme-item-description {
    font-size: 13px;
    font-size: 3.46667vw;
    height: auto;
    padding: 10px;
  }
}
.webseminar.basic .expertise {
  position: relative;
}
.webseminar.basic .expertise .training-contents {
  margin-top: -90px;
  padding: 150px 0 45px;
  background-image: url("../img/training_contents_bg.png"), url("../img/theme_training_contents_bg.jpg");
  background-position: center top, center top 150px;
  background-repeat: no-repeat;
  background-color: #fff2d4;
}
@media screen and (min-width: 1921px) {
  .webseminar.basic .expertise .training-contents {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .expertise .training-contents {
    margin-top: 0;
    padding: 35px 0 20px;
    background-image: none;
  }
}
.webseminar.basic .expertise-list {
  display: flex;
  flex-wrap: wrap;
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .webseminar.basic .expertise-list {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .expertise-list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .expertise-list {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .expertise-list {
    width: 90%;
  }
}
.webseminar.basic .expertise-item {
  width: 210px;
  margin: 0 32px 32px 0;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .expertise-item {
    margin-right: 2%;
    width: calc(92% / 5);
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .expertise-item {
    margin: 0 0 4%;
    width: 48%;
  }
}
.webseminar.basic .expertise-item:nth-child(5n) {
  margin-right: 0;
}
.webseminar.basic .expertise-item a {
  display: block;
  color: #000;
}
.webseminar.basic .expertise-item-term img {
  width: 100%;
  height: auto;
}
.webseminar.basic .expertise-item-description {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .expertise-item-description {
    font-size: 13px;
    font-size: 3.46667vw;
    height: auto;
    padding: 10px;
  }
}
.webseminar.basic .brainstorming .training-contents {
  margin-top: -90px;
  padding: 150px 0 60px;
  background-image: url("../img/training_contents_bg.png"), url("../img/brainstorming_training_contents_bg.jpg");
  background-position: center top, center top 150px;
  background-repeat: no-repeat;
  background-color: #eee4f1;
}
@media screen and (min-width: 1921px) {
  .webseminar.basic .brainstorming .training-contents {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .brainstorming .training-contents {
    margin-top: 0;
    padding: 35px 0 20px;
    background-image: none;
  }
}
.webseminar.basic .brainstorming .training-inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .brainstorming .training-inner {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .brainstorming .training-inner {
    width: 90%;
  }
}
.webseminar.basic .brainstorming .training-block + .training-block {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .brainstorming .training-block + .training-block {
    margin-top: 35px;
  }
}
.webseminar.basic .brainstorming .training-subtitle {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .brainstorming .training-subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.webseminar.basic .brainstorming .training-subtitle::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #66CC66;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .brainstorming .training-subtitle::before {
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.webseminar.basic .brainstorming .brainstorming-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .brainstorming .brainstorming-list {
    justify-content: space-between;
  }
}
.webseminar.basic .brainstorming .brainstorming-item {
  margin: 0 32px 32px 0;
  width: 210px;
}
@media screen and (max-width: 1280px) {
  .webseminar.basic .brainstorming .brainstorming-item {
    margin-right: 2%;
    width: calc(92% / 5);
  }
}
@media screen and (max-width: 768px) {
  .webseminar.basic .brainstorming .brainstorming-item {
    background: #fff;
    margin: 0 0 4%;
    width: 48%;
  }
}
.webseminar.basic .brainstorming .brainstorming-item:nth-child(5n) {
  margin-right: 0;
}
.webseminar.basic .brainstorming .brainstorming-item a {
  display: block;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .brainstorming .brainstorming-item a {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.basic .brainstorming .brainstorming-item-description {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .brainstorming .brainstorming-item-description {
    font-size: 13px;
    font-size: 3.46667vw;
    background: none;
    height: auto;
    padding: 10px;
  }
}
.webseminar.basic .brainstorming .brainstorming-item-term img {
  width: 100%;
}

.curriculum-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) {
  .curriculum-business-manner {
    width: 100%;
    margin-bottom: 10%;
  }
}
.curriculum-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;
  width: 596px;
  height: 539px;
  margin: auto;
  background: url("../curriculum/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("../curriculum/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;
  }
}

#prospective_employee .training-box-button02 a {
  background: #cc6699;
}

#new_employee .training-box-button02 a {
  background: #58abf3;
}

#young_employee .training-box-button02 a {
  background: #57c09f;
}

#midlevel_employee .training-box-button02 a {
  background: #fd9777;
}

#beginner_manager .training-box-button02 a {
  background: #52a435;
}

#intermediate_manager .training-box-button02 a {
  background: #3e72a7;
}

#senior_manager .training-box-button02 a {
  background: #a88751;
}

#midcareer_hires .training-box-button02 a {
  background: #ab61d0;
}

.step-main-subcate {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .step-main-subcate {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
