@charset "UTF-8";
/*----------------------------------------------------------------------
共通パーツ
----------------------------------------------------------------------*/
/* レスポンシブ対応 */
/* MV */
/* ぱんくず */
/* 研修リスト */
/* 研修リスト・タブ */
/* 研修動画 */
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: webseminar_expertise.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;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1240px;
  }
}
@media screen and (min-width: 769px) {
  body.list {
    min-width: 1340px;
  }
}

/*----------------------------------------------------------------------
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;
  }
}

/*----------------------------------------------------------------------
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.	ページ別個別設定
----------------------------------------------------------------------*/
#account.expertise .main-visual {
  background: url("../webseminar/expertise/account/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#general.expertise .main-visual {
  background: url("../webseminar/expertise/general/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#legal.expertise .main-visual {
  background: url("../webseminar/expertise/legal/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#personnel.expertise .main-visual {
  background: url("../webseminar/expertise/personnel/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#planning.expertise .main-visual {
  background: url("../webseminar/expertise/planning/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#sales.expertise .main-visual {
  background: url("../webseminar/expertise/sales/img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.list .box:not(.movie) {
  padding: 0;
}
.list .box .contents-inner {
  background-image: url("../webseminar/expertise/img/contents_inner_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.list .box-title {
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.list .box-title.-technical-skills {
  background: #FFD7DC;
}
.list .box-title.-human-skills {
  background: #EDE6B7;
}
.list .box-title.-conceptual-skills {
  background: #BCDCF0;
}
@media screen and (max-width: 768px) {
  .list .box-title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.list .box.-technical-skills .contents-item-title:before {
  color: #ED929D;
}
.list .box.-human-skills .contents-item-title:before {
  color: #c3b44c;
}
.list .box.-conceptual-skills .contents-item-title:before {
  color: #56a0cf;
}

.about,
.program {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .about,
  .program {
    padding-top: 8%;
  }
}
.about-title,
.program-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  color: #66CC66;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-title,
  .program-title {
    margin-bottom: 4%;
    padding-bottom: 4%;
    font-size: 23px;
    font-size: 6.13333vw;
    line-height: 1.1;
  }
}
.about-title:before,
.program-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.about-lead,
.program-lead {
  width: 1080px;
  margin: auto;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-lead,
  .program-lead {
    width: 90%;
    font-size: 16px;
    font-size: 4.26667vw;
    text-align: left;
  }
}

.about {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 0;
  }
}

.program {
  padding-bottom: 100px;
  background: url("../webseminar/expertise/img/program_bg.jpg") center bottom -200px no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .program {
    padding-bottom: 15%;
  }
}
.program .program-time {
  font-size: 15px;
  display: inline-block;
  margin-top: 5px;
  background: #66CC66;
  padding: 7px 6px 4px;
  color: #fff;
}
.program-table {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-table {
    width: 90%;
    margin: 0 auto;
    text-align: initial;
  }
}
.program-table-notice {
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  width: 1100px;
  margin: auto;
  color: #783f04;
  font-size: 12px;
  text-align: right;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .program-table-notice {
    display: block;
    position: unset;
    width: 94%;
    margin-bottom: 1%;
    font-size: 11px;
    font-size: 2.93333vw;
  }
}
.program-table a {
  display: block;
  text-align: center;
}
.program-table img {
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .program-table img {
    width: 100%;
  }
}
.program-lead {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .program-lead {
    margin-bottom: 5%;
  }
}
.program-lead:last-child {
  margin: 70px auto 30px;
}
@media screen and (max-width: 768px) {
  .program-lead:last-child {
    margin: 10% 5% 0;
  }
}
.program-basis {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 1000px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .program-basis {
    width: 90%;
    margin: 0 auto 6%;
  }
}
.program-basis a {
  *zoom: 1;
  display: block;
  height: 167px;
  padding-top: 30px;
  background-position: left top;
  background-repeat: no-repeat;
  color: #000;
  font-size: 18px;
}
.program-basis a:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .program-basis a {
    font-size: 20px;
    font-size: 5.33333vw;
    padding-top: 45px;
  }
}
.program-basis a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.program-basis-inner {
  position: relative;
  display: inline-block;
  float: right;
  padding: 35px 70px 35px 35px;
  background: rgba(255, 255, 255, 0.88);
}
@media screen and (max-width: 768px) {
  .program-basis-inner {
    padding: 5% 17% 4% 7%;
  }
}
.program-basis-inner .subtitle {
  display: block;
  font-size: 15px;
  margin-top: 8px;
}
.program-basis-inner .arrow {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .program-basis-inner .arrow {
    right: 20px;
  }
}
.program-list {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .program-list {
    display: block;
    width: 90%;
    margin-bottom: 8%;
  }
}
.program-item {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 300px;
}
@media screen and (max-width: 768px) {
  .program-item {
    width: 100%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 768px) {
  .program-item:last-child {
    margin-bottom: 0;
  }
}
.program-item a {
  display: block;
  height: 240px;
  padding-top: 125px;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .program-item a {
    position: relative;
    height: auto;
    padding-top: 80%;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.program-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.program-item:nth-child(1) a {
  background: url("../webseminar/expertise/img/program_item_bg1.jpg") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .program-item:nth-child(1) a {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.program-item:nth-child(2) a {
  background: url("../webseminar/expertise/img/program_item_bg2.jpg") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .program-item:nth-child(2) a {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.program-item:nth-child(3) a {
  background: url("../webseminar/expertise/img/program_item_bg3.jpg") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .program-item:nth-child(3) a {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.program-item-inner {
  position: relative;
  display: block;
  padding: 25px 50px 25px 25px;
  background: rgba(255, 255, 255, 0.88);
}
@media screen and (max-width: 768px) {
  .program-item-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5%;
  }
}
.program-item-inner small {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .program-item-inner small {
    font-size: 15px;
    font-size: 4vw;
  }
}
.program-item-inner .arrow {
  display: flex;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .program-item-inner .arrow {
    right: 20px;
  }
}

#account.expertise .program-basis a {
  background-image: url("../webseminar/expertise/account/img/program_basis_bg.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#general.expertise .program-basis a {
  background-image: url("../webseminar/expertise/general/img/program_basis_bg.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#legal.expertise .program-basis a {
  background-image: url("../webseminar/expertise/legal/img/program_basis_bg.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#personnel.expertise .program-basis a {
  background-image: url("../webseminar/expertise/personnel/img/program_basis_bg.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#planning.expertise .program-basis a {
  background-image: url("../webseminar/expertise/planning/img/program_basis_bg.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#sales.expertise .program-basis a {
  background-image: url("../webseminar/expertise/sales/img/program_basis_bg.jpg");
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* カッツ理論図(レスポンシブ対応) */
/* PC表示 */
.programtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 1180px;
}

.programtable_item {
  width: 100%;
}
.programtable_item ul {
  display: flex;
}
.programtable_item ul li {
  text-align: center;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.programtable_item ul li:nth-child(1) {
  margin: 0 1px 1px 0;
  width: 2%;
  min-width: 30px;
}
.programtable_item ul li:nth-child(2) {
  margin: 0 1px 1px 0;
  width: 5%;
  min-width: 60px;
}
.programtable_item ul li:nth-child(3), .programtable_item ul li:nth-child(4), .programtable_item ul li:nth-child(5) {
  width: 31%;
  min-width: 363px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.programtable_item ul li:nth-child(5) {
  border-right: none;
}

.item_color1 {
  background: #eb586a;
}

.item_color2 {
  background: #b4a540;
}

.item_color3 {
  background: #4596c9;
}

.item_color4 {
  background: #429a82;
}

.programtable_content {
  display: flex;
}

.programtable_content_class {
  display: flex;
  justify-content: center;
  margin: 0 0 1px;
  padding: 10px;
  width: 2%;
  min-width: 32px;
  font-size: 10px;
  writing-mode: vertical-rl;
  line-height: 1.2;
}

.programtable_content_director {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: end;
  padding: 10px;
  width: 5%;
  min-width: 60px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  font-size: 13px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.3;
  color: #fff;
}
.programtable_content_director span {
  display: none;
}

.director_color1 {
  background: #655b3e;
}

.director_color2 {
  background: #7b7153;
}

.director_color3 {
  background: #968d74;
}

.director_color4 {
  background: #a9a084;
}

.programtable_content_inner {
  display: flex;
  width: 100%;
}

.programtable_content_item {
  display: none;
}

.programtable_content_txt {
  padding: 20px 15px;
  width: 31%;
  min-width: 363px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.programtable_content_txt:nth-child(3n) {
  border-right: none;
}
.programtable_content_txt ul {
  display: flex;
  flex-wrap: wrap;
}
.programtable_content_txt ul li {
  margin: 0 10px 10px 0;
}
.programtable_content_txt ul li:last-child {
  margin: 0;
}
.programtable_content_txt ul li a {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  text-decoration: underline;
  background: #fff;
  color: #000;
}
.programtable_content_txt ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.txt_color1 {
  background: #fcbec6;
}

.txt_color2 {
  background: #dfd590;
}

.txt_color3 {
  background: #abd1e8;
}

.txt_color4 {
  background: #ffd7dc;
}

.txt_color5 {
  background: #ede6b7;
}

.txt_color6 {
  background: #bcdcf0;
}

.txt_color7 {
  background: #ffe6e9;
}

.txt_color8 {
  background: #f9f4d5;
}

.txt_color9 {
  background: #d4e8f5;
}

.txt_color10 {
  background: #c0dcd4;
}

.programtable_content_lower {
  margin: 0 0 10px;
}
.programtable_content_lower .programtable_content_director {
  border-bottom: none;
}
.programtable_content_lower .programtable_content_txt {
  border-bottom: none;
}

.programtable_content_member .programtable_content_director {
  border-bottom: none;
}
.programtable_content_member .programtable_content_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  width: 21%;
  min-width: 240px;
  border-right: solid 1px #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.programtable_content_member .programtable_content_txt {
  padding: 20px 15px;
  width: 72%;
  min-width: 850px;
  border-right: none;
  border-bottom: none;
}

.programtable_extxt {
  text-align: right;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  font-size: 12px;
}
.programtable_extxt span {
  display: contents;
}

/* SP表示 */
@media screen and (max-width: 768px) {
  .programtable {
    flex-direction: column-reverse;
    margin: 0 auto 10px;
    padding: 0 20px;
  }

  .programtable_content {
    flex-wrap: wrap;
    margin: 0 0 5px;
    width: 100%;
  }

  .programtable_content_class {
    display: none;
  }

  .programtable_content_director {
    display: block;
    text-align: unset;
    padding: 10px 35px 10px 10px;
    width: 100%;
    min-width: unset;
    border-right: none;
    border-bottom: none;
    font-size: 16px;
    writing-mode: unset;
    line-height: 1.4;
    background: url(../img/ic_arrow_down.png) no-repeat 0 0;
    cursor: pointer;
  }
  .programtable_content_director span {
    display: block;
    font-size: 13px;
  }

  .director_color1 {
    background: #655b3e url(../img/ic_arrow_down.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .director_color2 {
    background: #7b7153 url(../img/ic_arrow_down.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .director_color3 {
    background: #968d74 url(../img/ic_arrow_down.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .director_color4 {
    background: #a9a084 url(../img/ic_arrow_down.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable_content_director_txt_sp {
    display: contents;
  }

  .programtable_content_inner {
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }

  .programtable_content_open {
    display: none;
  }

  .programtable_content_open:checked ~ .programtable_content_inner {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    border-top: solid 1px #fff;
  }

  .programtable_content_open:checked ~ .director_color1 {
    background: #655b3e url(../img/ic_arrow_up.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable_content_open:checked ~ .director_color2 {
    background: #7b7153 url(../img/ic_arrow_up.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable_content_open:checked ~ .director_color3 {
    background: #968d74 url(../img/ic_arrow_up.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable_content_open:checked ~ .director_color4 {
    background: #a9a084 url(../img/ic_arrow_up.png) no-repeat 95% center;
    background-size: 18px 10px;
  }

  .programtable_item {
    display: none;
  }

  .programtable_content_item {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }

  .programtable_content_txt {
    padding: 15px 10px;
    width: 100%;
    min-width: auto;
    border-right: none;
  }

  .programtable_content_top {
    margin: 0;
  }
  .programtable_content_top .programtable_content_txt {
    border-bottom: none;
  }

  .programtable_content_middle .programtable_content_txt {
    border-bottom: none;
  }

  .programtable_content_member .programtable_content_item {
    /*
    display: block;
    padding: 10px;
    width: 100%;
    min-width: unset;
    border-right: none;
    font-size: 14px;
    */
    display: none;
  }
  .programtable_content_member .programtable_content_txt {
    padding: 15px 10px;
    width: 100%;
    min-width: unset;
  }

  .programtable_extxt {
    text-align: left;
    padding: 0 20px;
    font-size: 10px;
    line-height: 1.4;
  }
  .programtable_extxt span {
    display: none;
  }
}
/* SP表示(374px端末) */
@media screen and (max-width: 374px) {
  .programtable_content_director {
    font-size: 15px;
  }
}
/* カッツ理論図(レスポンシブ対応) */
.anchor {
  margin-bottom: 50px;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin: 5% 0;
    padding: 4% 0 5%;
    border: none;
  }
}
.anchor-title {
  font-size: 22px;
  color: #000;
  width: 1280px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1180px) {
  .anchor-title {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .anchor-title {
    width: 90%;
    margin-bottom: 1%;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.2;
  }
}
.anchor-box {
  padding: 25px 0 26px;
}
.anchor-box:not(:last-child) {
  margin-bottom: 10px;
}
.anchor-box > * {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .anchor-box > * {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .anchor-box > * {
    width: 90%;
  }
}
.anchor-box.-technical-skills {
  background: #FFD7DC;
}
.anchor-box.-human-skills {
  background: #EDE6B7;
}
.anchor-box.-conceptual-skills {
  background: #BCDCF0;
}
.anchor-box-term {
  margin-bottom: 5px;
  font-size: 18px;
}
.anchor-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .anchor-list {
    justify-content: space-between;
  }
}
.anchor-item {
  -moz-box-shadow: 1px 1px 0 #bfbfbf;
  -webkit-box-shadow: 1px 1px 0 #bfbfbf;
  box-shadow: 1px 1px 0 #bfbfbf;
  width: 305px;
  margin: 16px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .anchor-item {
    width: 49%;
    margin: 5px 0 0;
  }
}
.anchor-item:nth-child(4n) {
  margin-right: 0;
}
.anchor-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 48px;
  padding: 0 10px 0 18px;
  background: #FFF;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anchor-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 5px 0 24px;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    line-height: 1.5;
  }
}
.anchor-item a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  content: "\f078";
  color: #757575;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .anchor-item a:before {
    left: 5px;
  }
}
.anchor-item a:hover {
  text-decoration: none;
}

.contents-report-button {
  width: 450px;
  margin: 40px auto 25px;
}
@media screen and (max-width: 768px) {
  .contents-report-button {
    width: 100%;
    margin: 8% auto 6%;
  }
}
.contents-report-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) {
  .contents-report-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;
  }
}
.contents-report-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;
}
.contents-report-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) {
  .contents-report-button a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.contents-report-notice {
  display: block;
  width: 1080px;
  margin: 0 auto 35px;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents-report-notice {
    font-size: 14px;
  }
}

.training:not(:first-of-type) {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .training:not(:first-of-type) {
    padding-top: 6%;
  }
}
.training:last-of-type {
  margin-bottom: 70px;
}
.training:last-of-type .contents:last-of-type .contents-list {
  border-bottom: none;
}
.training-title {
  position: relative;
  color: #000;
  font-size: 20px;
  background: #f9f7f3;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .training-title {
    padding: 3% 5%;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.2;
    text-align: left;
  }
}
.training-inner {
  display: block;
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .training-inner {
    width: auto;
  }
}

.contents-title {
  position: relative;
  width: 1280px;
  margin: 50px auto 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  border-bottom: 3px solid #e8decf;
}
@media screen and (max-width: 768px) {
  .contents-title {
    width: 90%;
    margin: 3% auto 4%;
    padding: 4% 0 1%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 75px;
  height: 3px;
  background: #b3a47f;
}
.contents-title-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: -8px;
  padding: 7px 14px;
  color: #FFF;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contents-title-icon {
    top: 0;
    left: 0;
    right: unset;
    padding: 1.2% 2% 1%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.contents.member-level .contents-title-icon {
  display: none;
  background: #0066BF;
}
.contents.member-level .contents-item-title:before {
  color: #0066BF;
}
.contents.lower-level .contents-title-icon {
  background: #00a06e;
}
.contents.lower-level .contents-item-title:before {
  color: #00a06e;
}
.contents.middle-level .contents-title-icon {
  background: #004098;
}
.contents.middle-level .contents-item-title:before {
  color: #004098;
}
.contents.top-level .contents-title-icon {
  background: #aa8420;
}
.contents.top-level .contents-item-title:before {
  color: #aa8420;
}
.contents .lecture {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .contents .lecture {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 6%;
  }
}
.contents .lecture-profile p:not(:last-child) {
  margin-bottom: 10px;
}
.contents .lecture-name {
  color: #363636;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contents .lecture-name {
    margin-bottom: 4%;
    padding: 0;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.contents .lecture-name small {
  display: inline-block;
  margin-left: 28px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contents .lecture-name small {
    display: block;
    margin: 2% 0 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.contents .lecture .lecture-report {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .contents .lecture .lecture-report {
    margin-top: 10px;
  }
}
.contents .lecture .lecture-report a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  height: 34px;
  padding: 0 40px 0 17px;
  background: #5368B1;
  color: #FFF;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contents .lecture .lecture-report a {
    padding: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.contents .lecture .lecture-report a:before {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  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) {
  .contents .lecture .lecture-report a:before {
    right: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.contents .lecture .lecture-report-box {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .contents .lecture .lecture-report-box {
    margin-top: 10px;
  }
}
.contents .lecture .lecture-report-box .lecture-report {
  margin-top: 0;
}
.contents .lecture .lecture-report-box .lecture-report__top {
  margin: 0 0 5px;
}
.contents .lecture .lecture-report-box .lecture-report__top a {
  background: #213eb2;
}
.contents-box {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contents-box {
    width: auto;
  }
}
.contents-box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contents-box:not(:last-child) {
    margin-bottom: 0;
  }
}
.contents-inner {
  margin-top: 25px;
  padding: 35px 0 40px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    padding: 12% 0 0;
  }
}
.contents-inner-title {
  width: 1280px;
  margin: 50px auto 12px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents-inner-title {
    width: 90%;
    margin: 10% auto 6%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.contents-inner-title:first-of-type {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contents-inner-title:first-of-type {
    margin-top: 0;
  }
}
.contents-list {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: -30px auto 0;
}
@media screen and (max-width: 768px) {
  .contents-list {
    width: 90%;
    padding-bottom: 5%;
  }
}
.contents-item {
  -moz-box-shadow: 5px 5px 3px rgba(51, 52, 54, 0.3);
  -webkit-box-shadow: 5px 5px 3px rgba(51, 52, 54, 0.3);
  box-shadow: 5px 5px 3px rgba(51, 52, 54, 0.3);
  position: relative;
  z-index: 10;
  display: block;
  width: 297.5px;
  height: 205px;
  margin: 30px 30px 0 0;
  padding: 14px 10px;
}
@media screen and (max-width: 768px) {
  .contents-item {
    width: 100%;
    min-height: auto;
    margin: 4% 0 0 !important;
  }
}
.contents-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
  background: #dbdbdb;
}
.contents-item:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  background: #FFF;
}
.contents-item:nth-child(4n) {
  margin-right: 0;
}
.contents-item-title {
  position: relative;
  height: 32px;
  margin: 2px 0 20px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857;
}
@media screen and (max-width: 768px) {
  .contents-item-title {
    min-height: auto;
    margin: 0 0 4%;
    padding: 0 0 0 12%;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.2;
  }
}
.contents-item-title:before {
  position: absolute;
  left: -1px;
  top: -15px;
  font-family: 'Crimson Text', serif;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .contents-item-title:before {
    top: -29%;
    font-size: 34px;
    font-size: 9.06667vw;
  }
}
@media screen and (max-width: 768px) {
  .contents-item-title br {
    display: none;
  }
}
.contents-item:nth-child(1) .contents-item-title:before {
  content: "01";
}
.contents-item:nth-child(2) .contents-item-title:before {
  content: "02";
}
.contents-item:nth-child(3) .contents-item-title:before {
  content: "03";
}
.contents-item:nth-child(4) .contents-item-title:before {
  content: "04";
}
.contents-item:nth-child(5) .contents-item-title:before {
  content: "05";
}
.contents-item:nth-child(6) .contents-item-title:before {
  content: "06";
}
.contents-item:nth-child(7) .contents-item-title:before {
  content: "07";
}
.contents-item:nth-child(8) .contents-item-title:before {
  content: "08";
}
.contents-item:nth-child(9) .contents-item-title:before {
  content: "09";
}
.contents-item:nth-child(10) .contents-item-title:before {
  content: "10";
}
.contents-item:nth-child(11) .contents-item-title:before {
  content: "11";
}
.contents-item:nth-child(12) .contents-item-title:before {
  content: "12";
}
.contents-item:nth-child(13) .contents-item-title:before {
  content: "13";
}
.contents-item:nth-child(14) .contents-item-title:before {
  content: "14";
}
.contents-item:nth-child(15) .contents-item-title:before {
  content: "15";
}
.contents-item:nth-child(16) .contents-item-title:before {
  content: "16";
}
.contents-item:nth-child(17) .contents-item-title:before {
  content: "17";
}
.contents-item:nth-child(18) .contents-item-title:before {
  content: "18";
}
.contents-item:nth-child(19) .contents-item-title:before {
  content: "19";
}
.contents-item:nth-child(20) .contents-item-title:before {
  content: "20";
}
.contents-item:nth-child(21) .contents-item-title:before {
  content: "21";
}
.contents-item:nth-child(22) .contents-item-title:before {
  content: "22";
}
.contents-item:nth-child(23) .contents-item-title:before {
  content: "23";
}
.contents-item:nth-child(24) .contents-item-title:before {
  content: "24";
}
.contents-item:nth-child(25) .contents-item-title:before {
  content: "25";
}
.contents-item:nth-child(26) .contents-item-title:before {
  content: "26";
}
.contents-item:nth-child(27) .contents-item-title:before {
  content: "27";
}
.contents-item:nth-child(28) .contents-item-title:before {
  content: "28";
}
.contents-item:nth-child(29) .contents-item-title:before {
  content: "29";
}
.contents-item:nth-child(30) .contents-item-title:before {
  content: "30";
}
.contents-item:nth-child(31) .contents-item-title:before {
  content: "31";
}
.contents-item:nth-child(32) .contents-item-title:before {
  content: "32";
}
.contents-item:nth-child(33) .contents-item-title:before {
  content: "33";
}
.contents-item:nth-child(34) .contents-item-title:before {
  content: "34";
}
.contents-item:nth-child(35) .contents-item-title:before {
  content: "35";
}
.contents-item:nth-child(36) .contents-item-title:before {
  content: "36";
}
.contents-item:nth-child(37) .contents-item-title:before {
  content: "37";
}
.contents-item:nth-child(38) .contents-item-title:before {
  content: "38";
}
.contents-item:nth-child(39) .contents-item-title:before {
  content: "39";
}
.contents-item:nth-child(40) .contents-item-title:before {
  content: "40";
}
.contents-item:nth-child(41) .contents-item-title:before {
  content: "41";
}
.contents-item:nth-child(42) .contents-item-title:before {
  content: "42";
}
.contents-item:nth-child(43) .contents-item-title:before {
  content: "43";
}
.contents-item:nth-child(44) .contents-item-title:before {
  content: "44";
}
.contents-item:nth-child(45) .contents-item-title:before {
  content: "45";
}
.contents-item:nth-child(46) .contents-item-title:before {
  content: "46";
}
.contents-item:nth-child(47) .contents-item-title:before {
  content: "47";
}
.contents-item:nth-child(48) .contents-item-title:before {
  content: "48";
}
.contents-item:nth-child(49) .contents-item-title:before {
  content: "49";
}
.contents-item:nth-child(50) .contents-item-title:before {
  content: "50";
}
.contents-apology {
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.sub-contents-term {
  margin-bottom: 6px;
  color: #887e5f;
  font-size: 13px;
  font-weight: bold;
}
.sub-contents-description {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-contents-description {
    position: unset;
  }
}
.sub-contents-item {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.53846;
}
@media screen and (max-width: 768px) {
  .sub-contents-item {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.sub-contents-item:before {
  content: "・";
  position: absolute;
  left: 0;
}
.sub-contents-time {
  position: absolute;
  right: 0;
  top: -19px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sub-contents-time {
    right: 4%;
    top: 0;
    bottom: unset;
    margin-top: 17.2%;
    padding-left: 5%;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.sub-contents-time:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  content: "\f017";
  color: #b3a47f;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sub-contents-time:before {
    top: unset;
    left: 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.sub-contents-date {
  position: absolute;
  bottom: 14px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .sub-contents-date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.sub-contents-movie {
  position: absolute;
  right: 0;
  bottom: 7px;
}
@media screen and (max-width: 768px) {
  .sub-contents-movie {
    width: 45%;
  }
}
.sub-contents-movie a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 112px;
  height: 29px;
  padding-left: 15px;
  background: #000;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sub-contents-movie a {
    width: auto;
    height: auto;
    padding: 7% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.sub-contents-movie a.noready {
  background: #888;
  pointer-events: none;
}
.sub-contents-movie a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 10px;
  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) {
  .sub-contents-movie a:before {
    left: 10%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.basic .anchor {
  margin-bottom: 50px;
  padding: 35px 0;
  background: url("../webseminar/expertise/img/anchor_bg.gif") left top repeat;
  border-top: 1px solid #CEC8B7;
  border-bottom: 1px solid #CEC8B7;
}
@media screen and (max-width: 768px) {
  .basic .anchor {
    margin-bottom: 5%;
    padding: 4% 0 5%;
    border: none;
  }
}
.basic .anchor-inner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .basic .anchor-inner {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .basic .anchor-inner {
    width: 90%;
  }
}
.basic .anchor-title {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic .anchor-title {
    margin-bottom: 1%;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1.2;
  }
}
.basic .anchor-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .basic .anchor-list {
    justify-content: space-between;
  }
}
.basic .anchor-item {
  -moz-box-shadow: 1px 1px 0 #d9c588;
  -webkit-box-shadow: 1px 1px 0 #d9c588;
  box-shadow: 1px 1px 0 #d9c588;
  width: 305px;
  margin: 16px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .basic .anchor-item {
    width: 49%;
    margin: 5px 0 0;
  }
}
.basic .anchor-item:nth-child(4n) {
  margin-right: 0;
}
.basic .anchor-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 48px;
  padding: 0 10px 0 18px;
  background: #FFF;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic .anchor-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 5px 0 24px;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.2;
  }
}
.basic .anchor-item a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  content: "\f078";
  color: #e40054;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .basic .anchor-item a:before {
    left: 5px;
  }
}
.basic .anchor-item a:hover {
  text-decoration: none;
}
.basic .training {
  margin-bottom: 50px;
}
.basic .training:not(:first-of-type) {
  padding-top: 0;
}
.basic .training-title {
  width: auto;
  background: #f9f7f3;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic .training-title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.basic .contents .lecture {
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .basic .contents .lecture {
    margin: 0 auto;
    padding: 0 0 6%;
  }
}
.basic .contents-inner {
  margin-top: 0;
  padding: 30px 0;
  background: url("../webseminar/expertise/img/contents_inner_bg.jpg") center top no-repeat #f7f6ea;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .basic .contents-inner {
    padding: 12% 0 10%;
  }
}
