@charset "UTF-8";
/*----------------------------------------------------------------------
共通パーツ
----------------------------------------------------------------------*/
/* レスポンシブ対応 */
/* MV */
/* ぱんくず */
/* 研修リスト */
/* 研修リスト・タブ */
/* 研修動画 */
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: webseminar.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.	ページ別個別設定
----------------------------------------------------------------------*/
#general_education.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/general_education/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #general_education.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/general_education/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#business_foundation.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/business_foundation/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #business_foundation.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/business_foundation/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#habit_formation.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/habit_formation/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #habit_formation.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/habit_formation/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#communication.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/communication/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #communication.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/communication/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#sales_planning.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/sales_planning/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #sales_planning.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/sales_planning/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#marketing.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/marketing/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #marketing.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/marketing/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#accounting.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/accounting/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #accounting.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/accounting/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#leadership.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/leadership/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #leadership.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/leadership/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#human_resources_development.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/human_resources_development/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #human_resources_development.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/human_resources_development/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#human_resources.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/human_resources/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #human_resources.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/human_resources/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#labor.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/labor/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #labor.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/labor/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#management.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/management/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #management.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/management/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#compliance.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/compliance/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #compliance.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/compliance/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#financing.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/financing/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #financing.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/financing/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#financial_accounting.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/financial_accounting/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #financial_accounting.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/financial_accounting/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#legal_affairs.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/legal_affairs/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #legal_affairs.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/legal_affairs/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#harassment.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/harassment/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #harassment.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/harassment/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#prospective_employee.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/prospective_employee/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #prospective_employee.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/prospective_employee/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#archive.brainstorming .main-visual {
  background: url("../webseminar/brainstorming/archive/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #archive.brainstorming .main-visual {
    background: url("../webseminar/brainstorming/archive/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#sales.problem_solving .main-visual {
  background: url("../webseminar/problem_solving/sales/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #sales.problem_solving .main-visual {
    background: url("../webseminar/problem_solving/sales/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#personnel.problem_solving .main-visual {
  background: url("../webseminar/problem_solving/personnel/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #personnel.problem_solving .main-visual {
    background: url("../webseminar/problem_solving/personnel/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#account.problem_solving .main-visual {
  background: url("../webseminar/problem_solving/account/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #account.problem_solving .main-visual {
    background: url("../webseminar/problem_solving/account/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#general.problem_solving .main-visual {
  background: url("../webseminar/problem_solving/general/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #general.problem_solving .main-visual {
    background: url("../webseminar/problem_solving/general/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#legal.problem_solving .main-visual {
  background: url("../webseminar/problem_solving/legal/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #legal.problem_solving .main-visual {
    background: url("../webseminar/problem_solving/legal/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

#planning.problem_solving .main-visual {
  background: url("../webseminar/problem_solving/planning/img/main_visual_bg.jpg") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #planning.problem_solving .main-visual {
    background: url("../webseminar/problem_solving/planning/img/main_visual_bg_sp.jpg") center bottom no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.webseminar.brainstorming .main-box,
.webseminar.problem_solving .main-box {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .main-box,
  .webseminar.problem_solving .main-box {
    padding-top: 8%;
  }
}
.webseminar.brainstorming .main-box::after,
.webseminar.problem_solving .main-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url("../img/brainstorming_title_bg.gif");
  background-repeat: repeat;
  background-position: bottom center;
}
.webseminar.brainstorming .main-box-title,
.webseminar.problem_solving .main-box-title {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 18px;
  color: #25a724;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .main-box-title,
  .webseminar.problem_solving .main-box-title {
    margin-bottom: 4%;
    padding: 0 5% 4%;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.2;
  }
}
.webseminar.brainstorming .main-box-title:before,
.webseminar.problem_solving .main-box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.webseminar.brainstorming .main-box-text,
.webseminar.problem_solving .main-box-text {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 1.55556;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .main-box-text,
  .webseminar.problem_solving .main-box-text {
    margin: 0 5% 8%;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
    text-align: left;
  }
}
.webseminar.brainstorming .anchor,
.webseminar.problem_solving .anchor {
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .anchor,
  .webseminar.problem_solving .anchor {
    padding: 8% 0;
    border: none;
  }
}
.webseminar.brainstorming .anchor::after,
.webseminar.problem_solving .anchor::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url("../img/brainstorming_title_bg.gif");
  background-repeat: repeat;
  background-position: bottom center;
}
.webseminar.brainstorming .anchor-inner,
.webseminar.problem_solving .anchor-inner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .webseminar.brainstorming .anchor-inner,
  .webseminar.problem_solving .anchor-inner {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .anchor-inner,
  .webseminar.problem_solving .anchor-inner {
    width: 90%;
  }
}
.webseminar.brainstorming .anchor-title,
.webseminar.problem_solving .anchor-title {
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .anchor-title,
  .webseminar.problem_solving .anchor-title {
    margin-bottom: 1%;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1.2;
  }
}
.webseminar.brainstorming .anchor-list,
.webseminar.problem_solving .anchor-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .anchor-list,
  .webseminar.problem_solving .anchor-list {
    justify-content: space-between;
    padding-bottom: 8%;
  }
}
.webseminar.brainstorming .anchor-item,
.webseminar.problem_solving .anchor-item {
  width: 300px;
  margin-right: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  .webseminar.brainstorming .anchor-item,
  .webseminar.problem_solving .anchor-item {
    width: 23.5%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .anchor-item,
  .webseminar.problem_solving .anchor-item {
    width: 49%;
    margin: 5px 0 0;
  }
}
.webseminar.brainstorming .anchor-item:nth-child(4n),
.webseminar.problem_solving .anchor-item:nth-child(4n) {
  margin-right: 0;
}
.webseminar.brainstorming .anchor-item a,
.webseminar.problem_solving .anchor-item a {
  display: block;
  position: relative;
  padding-left: 18px;
  background: #B0E27B;
  border-radius: 25px;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  -moz-box-shadow: 0 2px 0 rgba(171, 176, 174, 0.8);
  -webkit-box-shadow: 0 2px 0 rgba(171, 176, 174, 0.8);
  box-shadow: 0 2px 0 rgba(171, 176, 174, 0.8);
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .anchor-item a,
  .webseminar.problem_solving .anchor-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
.webseminar.brainstorming .anchor-item a:before,
.webseminar.problem_solving .anchor-item a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 10px;
  bottom: 0;
  content: "\f078";
  color: #66CC66;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  height: 12px;
  padding: 5px 4px 2px;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .anchor-item a:before,
  .webseminar.problem_solving .anchor-item a:before {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .anchor + .training,
  .webseminar.problem_solving .anchor + .training {
    margin-top: 0;
  }
}
.webseminar.brainstorming .training,
.webseminar.problem_solving .training {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .training:nth-child(2),
  .webseminar.problem_solving .training:nth-child(2) {
    margin-top: 0;
  }
}
.webseminar.brainstorming .training-title,
.webseminar.problem_solving .training-title {
  background: #e8decf;
  font-size: 20px;
  line-height: 68px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .training-title,
  .webseminar.problem_solving .training-title {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 50px;
  }
}
.webseminar.brainstorming .summary,
.webseminar.problem_solving .summary {
  padding: 40px 0 35px;
  background: #F5F2EC;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .summary,
  .webseminar.problem_solving .summary {
    padding: 8% 0;
  }
}
.webseminar.brainstorming .summary-list,
.webseminar.problem_solving .summary-list {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .webseminar.brainstorming .summary-list,
  .webseminar.problem_solving .summary-list {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .summary-list,
  .webseminar.problem_solving .summary-list {
    width: 90%;
  }
}
.webseminar.brainstorming .summary-item,
.webseminar.problem_solving .summary-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .summary-item,
  .webseminar.problem_solving .summary-item {
    margin-bottom: 8%;
  }
}
.webseminar.brainstorming .summary-item:last-child,
.webseminar.problem_solving .summary-item:last-child {
  margin-bottom: 0;
}
.webseminar.brainstorming .summary-item .term,
.webseminar.problem_solving .summary-item .term {
  position: relative;
  margin-bottom: 14px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .summary-item .term,
  .webseminar.problem_solving .summary-item .term {
    margin-bottom: 3%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.webseminar.brainstorming .summary-item .term:before,
.webseminar.problem_solving .summary-item .term:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #B0E27B;
  border-radius: 15px;
  margin-right: 3px;
}
.webseminar.brainstorming .summary-item .description,
.webseminar.problem_solving .summary-item .description {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .summary-item .description,
  .webseminar.problem_solving .summary-item .description {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5625;
  }
}
.webseminar.brainstorming .contents,
.webseminar.problem_solving .contents {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents,
  .webseminar.problem_solving .contents {
    margin-bottom: 8%;
  }
}
.webseminar.brainstorming .contents-title,
.webseminar.problem_solving .contents-title {
  width: 1280px;
  margin: 50px auto 12px;
  padding-bottom: 12px;
  font-size: 20px;
  border-bottom: 3px solid #e8decf;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .webseminar.brainstorming .contents-title,
  .webseminar.problem_solving .contents-title {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-title,
  .webseminar.problem_solving .contents-title {
    width: 90%;
    margin: 8% auto 4%;
    padding-bottom: 2%;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.2;
  }
}
.webseminar.brainstorming .contents-title::before,
.webseminar.problem_solving .contents-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 75px;
  height: 3px;
  background: #B0E27B;
}
.webseminar.brainstorming .contents-webtest-button,
.webseminar.problem_solving .contents-webtest-button {
  width: 450px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-webtest-button,
  .webseminar.problem_solving .contents-webtest-button {
    width: 100%;
    margin: 0 auto;
  }
}
.webseminar.brainstorming .contents-webtest-button a,
.webseminar.problem_solving .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) {
  .webseminar.brainstorming .contents-webtest-button a,
  .webseminar.problem_solving .contents-webtest-button a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
    margin: 0 10px;
  }
}
.webseminar.brainstorming .contents-webtest-button a:hover,
.webseminar.problem_solving .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;
}
.webseminar.brainstorming .contents-webtest-button a:before,
.webseminar.problem_solving .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) {
  .webseminar.brainstorming .contents-webtest-button a:before,
  .webseminar.problem_solving .contents-webtest-button a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.brainstorming .contents .lecture,
.webseminar.problem_solving .contents .lecture {
  *zoom: 1;
  display: flex;
  width: 1280px;
  margin: 0 auto 20px;
}
.webseminar.brainstorming .contents .lecture:after,
.webseminar.problem_solving .contents .lecture:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1280px) {
  .webseminar.brainstorming .contents .lecture,
  .webseminar.problem_solving .contents .lecture {
    width: 94%;
  }
}
@media screen and (max-width: 1024px) {
  .webseminar.brainstorming .contents .lecture,
  .webseminar.problem_solving .contents .lecture {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents .lecture,
  .webseminar.problem_solving .contents .lecture {
    width: 90%;
    margin: 0 auto 5%;
  }
}
.webseminar.brainstorming .contents .lecture-name,
.webseminar.problem_solving .contents .lecture-name {
  color: #363636;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents .lecture-name,
  .webseminar.problem_solving .contents .lecture-name {
    margin-bottom: 4%;
    padding: 0;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.webseminar.brainstorming .contents .lecture-name:not(:first-child),
.webseminar.problem_solving .contents .lecture-name:not(:first-child) {
  margin-left: 50px;
}
.webseminar.brainstorming .contents .lecture-name small,
.webseminar.problem_solving .contents .lecture-name small {
  display: inline-block;
  margin-left: 28px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents .lecture-name small,
  .webseminar.problem_solving .contents .lecture-name small {
    display: block;
    margin: 2% 0 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.webseminar.brainstorming .contents .lecture .belongs,
.webseminar.problem_solving .contents .lecture .belongs {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.46667;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents .lecture .belongs,
  .webseminar.problem_solving .contents .lecture .belongs {
    margin-bottom: 2%;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.30769;
  }
}
.webseminar.brainstorming .contents .lecture .profile,
.webseminar.problem_solving .contents .lecture .profile {
  display: none;
}
.webseminar.brainstorming .contents .lecture .profile a,
.webseminar.problem_solving .contents .lecture .profile a {
  position: relative;
  color: #000;
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents .lecture .profile a,
  .webseminar.problem_solving .contents .lecture .profile a {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.webseminar.brainstorming .contents .lecture .profile a:hover,
.webseminar.problem_solving .contents .lecture .profile a:hover {
  text-decoration: none;
}
.webseminar.brainstorming .contents .lecture .profile a:after,
.webseminar.problem_solving .contents .lecture .profile a:after {
  position: absolute;
  right: -15px;
  content: "\f054";
  color: #e40054;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
}
.webseminar.brainstorming .contents-inner,
.webseminar.problem_solving .contents-inner {
  clear: both;
  padding: 50px 0;
  background-image: url("../img//brainstorming_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #f8f3f9;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-inner,
  .webseminar.problem_solving .contents-inner {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 10% 0;
  }
}
.webseminar.brainstorming .contents-inner-title,
.webseminar.problem_solving .contents-inner-title {
  width: 1280px;
  margin: 50px auto 12px;
  color: #630;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .webseminar.brainstorming .contents-inner-title,
  .webseminar.problem_solving .contents-inner-title {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-inner-title,
  .webseminar.problem_solving .contents-inner-title {
    width: 90%;
    margin-bottom: 4.5%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 420px) {
  .webseminar.brainstorming .contents-inner-title,
  .webseminar.problem_solving .contents-inner-title {
    margin-bottom: 7%;
  }
}
.webseminar.brainstorming .contents-inner-title:first-child,
.webseminar.problem_solving .contents-inner-title:first-child {
  margin-top: 0;
}
.webseminar.brainstorming .contents-box,
.webseminar.problem_solving .contents-box {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-box,
  .webseminar.problem_solving .contents-box {
    width: auto;
  }
}
.webseminar.brainstorming .contents-box:not(:last-child),
.webseminar.problem_solving .contents-box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-box:not(:last-child),
  .webseminar.problem_solving .contents-box:not(:last-child) {
    margin-bottom: 10%;
  }
}
.webseminar.brainstorming .contents-box-title,
.webseminar.problem_solving .contents-box-title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-bottom: 14px;
  padding: 1px 15px 0;
  background: #25a724;
  color: #FFF;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-box-title,
  .webseminar.problem_solving .contents-box-title {
    margin: 0 0 6% 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.brainstorming .contents-list,
.webseminar.problem_solving .contents-list {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: -30px auto 0;
}
@media screen and (max-width: 1280px) {
  .webseminar.brainstorming .contents-list,
  .webseminar.problem_solving .contents-list {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-list,
  .webseminar.problem_solving .contents-list {
    width: 90%;
  }
}
.webseminar.brainstorming .contents-item,
.webseminar.problem_solving .contents-item {
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 297.5px;
  min-height: 190px;
  margin: 30px 30px 0 0;
  padding: 15px 12px 40px;
  background: #FFF;
}
@media screen and (max-width: 1280px) {
  .webseminar.brainstorming .contents-item,
  .webseminar.problem_solving .contents-item {
    width: 32%;
    margin: 2.5% 2% 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .webseminar.brainstorming .contents-item,
  .webseminar.problem_solving .contents-item {
    width: 48.5%;
    margin: 2.5% 3% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-item,
  .webseminar.problem_solving .contents-item {
    width: 100%;
    min-height: auto;
    margin: 4% 0 0 !important;
    padding: 6% 4%;
  }
}
.webseminar.brainstorming .contents-item:before,
.webseminar.problem_solving .contents-item:before {
  position: absolute;
  left: 7px;
  top: 10px;
  color: #B0E27B;
  /* font-family: 'Crimson Text', serif; */
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-item:before,
  .webseminar.problem_solving .contents-item:before {
    font-size: 30px;
    font-size: 8vw;
  }
}
.webseminar.brainstorming .contents-item:nth-child(1):before,
.webseminar.problem_solving .contents-item:nth-child(1):before {
  content: "01";
}
.webseminar.brainstorming .contents-item:nth-child(2):before,
.webseminar.problem_solving .contents-item:nth-child(2):before {
  content: "02";
}
.webseminar.brainstorming .contents-item:nth-child(3):before,
.webseminar.problem_solving .contents-item:nth-child(3):before {
  content: "03";
}
.webseminar.brainstorming .contents-item:nth-child(4):before,
.webseminar.problem_solving .contents-item:nth-child(4):before {
  content: "04";
}
.webseminar.brainstorming .contents-item:nth-child(5):before,
.webseminar.problem_solving .contents-item:nth-child(5):before {
  content: "05";
}
.webseminar.brainstorming .contents-item:nth-child(6):before,
.webseminar.problem_solving .contents-item:nth-child(6):before {
  content: "06";
}
.webseminar.brainstorming .contents-item:nth-child(7):before,
.webseminar.problem_solving .contents-item:nth-child(7):before {
  content: "07";
}
.webseminar.brainstorming .contents-item:nth-child(8):before,
.webseminar.problem_solving .contents-item:nth-child(8):before {
  content: "08";
}
.webseminar.brainstorming .contents-item:nth-child(9):before,
.webseminar.problem_solving .contents-item:nth-child(9):before {
  content: "09";
}
.webseminar.brainstorming .contents-item:nth-child(10):before,
.webseminar.problem_solving .contents-item:nth-child(10):before {
  content: "10";
}
.webseminar.brainstorming .contents-item:nth-child(11):before,
.webseminar.problem_solving .contents-item:nth-child(11):before {
  content: "11";
}
.webseminar.brainstorming .contents-item:nth-child(12):before,
.webseminar.problem_solving .contents-item:nth-child(12):before {
  content: "12";
}
.webseminar.brainstorming .contents-item:nth-child(13):before,
.webseminar.problem_solving .contents-item:nth-child(13):before {
  content: "13";
}
.webseminar.brainstorming .contents-item:nth-child(14):before,
.webseminar.problem_solving .contents-item:nth-child(14):before {
  content: "14";
}
.webseminar.brainstorming .contents-item:nth-child(15):before,
.webseminar.problem_solving .contents-item:nth-child(15):before {
  content: "15";
}
.webseminar.brainstorming .contents-item:nth-child(16):before,
.webseminar.problem_solving .contents-item:nth-child(16):before {
  content: "16";
}
.webseminar.brainstorming .contents-item:nth-child(17):before,
.webseminar.problem_solving .contents-item:nth-child(17):before {
  content: "17";
}
.webseminar.brainstorming .contents-item:nth-child(18):before,
.webseminar.problem_solving .contents-item:nth-child(18):before {
  content: "18";
}
.webseminar.brainstorming .contents-item:nth-child(19):before,
.webseminar.problem_solving .contents-item:nth-child(19):before {
  content: "19";
}
.webseminar.brainstorming .contents-item:nth-child(20):before,
.webseminar.problem_solving .contents-item:nth-child(20):before {
  content: "20";
}
.webseminar.brainstorming .contents-item:nth-child(21):before,
.webseminar.problem_solving .contents-item:nth-child(21):before {
  content: "21";
}
.webseminar.brainstorming .contents-item:nth-child(22):before,
.webseminar.problem_solving .contents-item:nth-child(22):before {
  content: "22";
}
.webseminar.brainstorming .contents-item:nth-child(23):before,
.webseminar.problem_solving .contents-item:nth-child(23):before {
  content: "23";
}
.webseminar.brainstorming .contents-item:nth-child(24):before,
.webseminar.problem_solving .contents-item:nth-child(24):before {
  content: "24";
}
.webseminar.brainstorming .contents-item:nth-child(25):before,
.webseminar.problem_solving .contents-item:nth-child(25):before {
  content: "25";
}
.webseminar.brainstorming .contents-item:nth-child(26):before,
.webseminar.problem_solving .contents-item:nth-child(26):before {
  content: "26";
}
.webseminar.brainstorming .contents-item:nth-child(27):before,
.webseminar.problem_solving .contents-item:nth-child(27):before {
  content: "27";
}
.webseminar.brainstorming .contents-item:nth-child(28):before,
.webseminar.problem_solving .contents-item:nth-child(28):before {
  content: "28";
}
.webseminar.brainstorming .contents-item:nth-child(29):before,
.webseminar.problem_solving .contents-item:nth-child(29):before {
  content: "29";
}
.webseminar.brainstorming .contents-item:nth-child(30):before,
.webseminar.problem_solving .contents-item:nth-child(30):before {
  content: "30";
}
.webseminar.brainstorming .contents-item:nth-child(4n),
.webseminar.problem_solving .contents-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .webseminar.brainstorming .contents-item:nth-child(4n),
  .webseminar.problem_solving .contents-item:nth-child(4n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .webseminar.brainstorming .contents-item:nth-child(even),
  .webseminar.problem_solving .contents-item:nth-child(even) {
    margin-right: 0 !important;
  }
}
.webseminar.brainstorming .contents-item-title,
.webseminar.problem_solving .contents-item-title {
  height: 31px;
  margin: 0 0 15px;
  padding-left: 35px;
  color: #363636;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.21429;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-item-title,
  .webseminar.problem_solving .contents-item-title {
    min-height: auto;
    margin: 0 0 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .contents-item-title br,
  .webseminar.problem_solving .contents-item-title br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents,
  .webseminar.problem_solving .sub-contents {
    margin-bottom: 10%;
  }
}
.webseminar.brainstorming .sub-contents-term,
.webseminar.problem_solving .sub-contents-term {
  margin-bottom: 8px;
  color: #887e5f;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents-term,
  .webseminar.problem_solving .sub-contents-term {
    margin-bottom: 2%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.brainstorming .sub-contents-description,
.webseminar.problem_solving .sub-contents-description {
  position: relative;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents-description,
  .webseminar.problem_solving .sub-contents-description {
    position: unset;
  }
}
.webseminar.brainstorming .sub-contents-time,
.webseminar.problem_solving .sub-contents-time {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents-time,
  .webseminar.problem_solving .sub-contents-time {
    right: 4%;
    top: 0;
    bottom: unset;
    margin-top: 17.2%;
    padding-left: 5%;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.webseminar.brainstorming .sub-contents-time:before,
.webseminar.problem_solving .sub-contents-time:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  content: "\f017";
  color: #b3a480;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents-time:before,
  .webseminar.problem_solving .sub-contents-time:before {
    top: unset;
    left: 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.brainstorming .sub-contents-item,
.webseminar.problem_solving .sub-contents-item {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents-item,
  .webseminar.problem_solving .sub-contents-item {
    display: block;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.42857;
  }
}
.webseminar.brainstorming .sub-contents-item:before,
.webseminar.problem_solving .sub-contents-item:before {
  content: "・";
  position: absolute;
  left: 0;
}
.webseminar.brainstorming .sub-contents-date,
.webseminar.problem_solving .sub-contents-date {
  display: none;
  position: absolute;
  bottom: 18px;
  color: #555;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents-date,
  .webseminar.problem_solving .sub-contents-date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.webseminar.brainstorming .sub-contents-movie,
.webseminar.problem_solving .sub-contents-movie {
  position: absolute;
  right: 0;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents-movie,
  .webseminar.problem_solving .sub-contents-movie {
    width: 45%;
  }
}
.webseminar.brainstorming .sub-contents-movie a,
.webseminar.problem_solving .sub-contents-movie a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 120px;
  height: 30px;
  padding-left: 15px;
  background: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents-movie a,
  .webseminar.problem_solving .sub-contents-movie a {
    width: auto;
    height: auto;
    padding: 7% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.brainstorming .sub-contents-movie a:hover,
.webseminar.problem_solving .sub-contents-movie a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.webseminar.brainstorming .sub-contents-movie a:before,
.webseminar.problem_solving .sub-contents-movie a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .webseminar.brainstorming .sub-contents-movie a:before,
  .webseminar.problem_solving .sub-contents-movie a:before {
    left: 10%;
    padding-left: 8%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.webseminar.problem_solving .main-box::after {
  display: none;
}
.webseminar.problem_solving .training {
  margin-top: 0;
}

#sales .subject-title {
  color: #0c91c2;
}
#sales .solution::after {
  background: rgba(12, 145, 194, 0.6);
}

#personnel .subject-title {
  color: #04ad7b;
}
#personnel .solution::after {
  background: rgba(4, 173, 123, 0.6);
}

#account .subject-title {
  color: #af7904;
}
#account .solution::after {
  background: rgba(175, 121, 4, 0.6);
}

#general .subject-title {
  color: #dc1054;
}
#general .solution::after {
  background: rgba(220, 16, 84, 0.6);
}

#legal .subject-title {
  color: #694ab6;
}
#legal .solution::after {
  background: rgba(105, 74, 182, 0.6);
}

#planning .subject-title {
  color: #d6600c;
}
#planning .solution::after {
  background: rgba(214, 96, 12, 0.6);
}

.webseminar.problem_solving .main-title .small {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .main-title .small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.webseminar.problem_solving .main-box::after {
  display: none;
}
.webseminar.problem_solving .main-box-about {
  width: 1280px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .main-box-about {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 4%;
  }
}
.webseminar.problem_solving .main-box-about dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: #f8f3f9;
  box-shadow: 0px 0px 10px -2px rgba(148, 148, 148, 0.8);
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .main-box-about dl {
    display: block;
    padding: 30px 5%;
  }
}
.webseminar.problem_solving .main-box-about dt, .webseminar.problem_solving .main-box-about dd {
  box-sizing: border-box;
}
.webseminar.problem_solving .main-box-about dt {
  min-width: 200px;
  font-size: 18px;
  text-align: center;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .main-box-about dt {
    min-width: none;
  }
}
.webseminar.problem_solving .main-box-about dt span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .main-box-about dt span {
    margin-top: 5px;
  }
}
.webseminar.problem_solving .main-box-about dd {
  width: 1100px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .main-box-about dd {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    margin-top: 15px;
  }
}
.webseminar.problem_solving .main-box-about dd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #B0E27B;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .main-box-about dd::after {
    width: 100%;
    height: 2px;
  }
}
.webseminar.problem_solving .main-box-about dd p {
  font-size: 15px;
  line-height: 1.8;
}
.webseminar.problem_solving .main-box-about dd span {
  color: #cc0066;
}
.webseminar.problem_solving .main-box-text p {
  font-size: 15px;
  line-height: 1.8;
}
.webseminar.problem_solving .main-box-text p:not(:last-child) {
  margin-bottom: 20px;
}
.webseminar.problem_solving .training {
  margin-top: 0;
}
.webseminar.problem_solving .problem-solving {
  padding: 100px 0;
  background-image: url("../img/problem_solving_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #cfcecb;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving {
    padding: 40px 0;
  }
}
.webseminar.problem_solving .problem-solving .content-inner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .content-inner {
    width: 90%;
  }
}
.webseminar.problem_solving .problem-solving .problem-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .problem-lists {
    display: block;
    margin-bottom: 50px;
  }
}
.webseminar.problem_solving .problem-solving .problem-item {
  width: 590px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px -2px rgba(148, 148, 148, 0.8);
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .problem-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.webseminar.problem_solving .problem-solving .problem-item a {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 8px 8px 0 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .problem-item a {
    padding: 8px;
  }
}
.webseminar.problem_solving .problem-solving .problem-item a:hover {
  opacity: 1;
}
.webseminar.problem_solving .problem-solving .problem-item a.no-ready .solution:after {
  background: rgba(152, 152, 152, 0.7) !important;
}
.webseminar.problem_solving .problem-solving .subject {
  width: 315px;
  position: relative;
  margin-bottom: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .subject {
    width: 47%;
    margin: 0 3% 0 0;
    min-height: 75px;
  }
}
.webseminar.problem_solving .problem-solving .subject::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 35px;
  border-top: 1px solid #97b5c1;
  border-left: 1px solid #97b5c1;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .subject::before {
    width: 40px;
    height: 15px;
  }
}
.webseminar.problem_solving .problem-solving .subject::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 35px;
  border-bottom: 1px solid #97b5c1;
  border-right: 1px solid #97b5c1;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .subject::after {
    width: 40px;
    height: 15px;
  }
}
.webseminar.problem_solving .problem-solving .subject-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  padding: 15px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .subject-title {
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.3;
    padding: 5px 5px 0 5px;
  }
}
.webseminar.problem_solving .problem-solving .subject-number {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #97b5c1;
  font-size: 14px;
  font-weight: bold;
  font-family: "Helvetica Neue" , Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .subject-number {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.problem_solving .problem-solving .subject-number span {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .subject-number span {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.webseminar.problem_solving .problem-solving .item-figure {
  width: 250px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: -8px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .item-figure {
    width: 50%;
    margin-bottom: 0;
  }
}
.webseminar.problem_solving .problem-solving .item-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.webseminar.problem_solving .problem-solving .solution {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 65px;
  line-height: 65px;
  padding: 0 30px;
  text-align: center;
  transition: all 0.25s ease-out;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .solution {
    height: auto;
    line-height: 0;
    padding: 8% 0;
  }
}
.webseminar.problem_solving .problem-solving .solution::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -175%, 0);
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .solution::before {
    display: none;
  }
}
.webseminar.problem_solving .problem-solving .solution::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  box-sizing: border-box;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all .2s ease-out;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .solution::after {
    left: 0;
  }
}
.webseminar.problem_solving .problem-solving .solution span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: opacity .2s ease-out;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .solution span {
    opacity: 1;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.webseminar.problem_solving .problem-solving .solution span::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  transition: all 0.35s 0.1s;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .solution span::after {
    font-size: 11px;
    font-size: 2.93333vw;
    padding-left: 5px;
  }
}
.webseminar.problem_solving .problem-solving .problem-item a:hover .solution {
  opacity: 1;
}
.webseminar.problem_solving .problem-solving .problem-item a:hover .solution::before {
  animation-name: background-light;
  animation-duration: .4s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
}
.webseminar.problem_solving .problem-solving .problem-item a:hover .solution::after {
  left: 0;
}
.webseminar.problem_solving .problem-solving .problem-item a:hover .solution span {
  opacity: 1;
}
@keyframes background-light {
  0% {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -175%, 0);
  }
  100% {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
  }
}
.webseminar.problem_solving .problem-solving .lecture-block {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 0px 20px -3px rgba(148, 148, 148, 0.8);
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .lecture-block {
    padding: 6%;
  }
}
.webseminar.problem_solving .problem-solving .lecture-title {
  margin: 0 auto 30px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 3px solid #e8decf;
  position: relative;
}
.webseminar.problem_solving .problem-solving .lecture-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 75px;
  height: 3px;
  background: #B0E27B;
}
.webseminar.problem_solving .problem-solving .lecture dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .lecture dl {
    display: block;
  }
}
.webseminar.problem_solving .problem-solving .lecture dl:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #e8decf;
}
.webseminar.problem_solving .problem-solving .lecture-info {
  display: flex;
  width: 460px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .lecture-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.webseminar.problem_solving .problem-solving .lecture-info .lecture-pic img {
  max-width: 100px;
}
.webseminar.problem_solving .problem-solving .lecture-name {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .lecture-name {
    padding-left: 20px;
  }
}
.webseminar.problem_solving .problem-solving .lecture-name .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .lecture-name .name {
    font-size: 17px;
    font-size: 4.53333vw;
  }
}
.webseminar.problem_solving .problem-solving .lecture-name .belongs {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .lecture-name .belongs {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.webseminar.problem_solving .problem-solving .lecture-profile {
  width: 720px;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .lecture-profile {
    width: 100%;
  }
}
.webseminar.problem_solving .problem-solving .lecture-profile p {
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .webseminar.problem_solving .problem-solving .lecture-profile p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
