@charset "UTF-8";
html {
    /*position: relative;*/
    scroll-behavior: smooth;
}
.s5-breadcrumbs {
  display: none;
}

.s5-returnToTop {
  margin-top: 0;
}

.c5-semiWrap {
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2f353d;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 15px;
}

.c5-semiWrap.bgBlack {
  /*background: #000 url("../images/bg_pc.jpg");*/
}

.c5-semiWrap * {
  box-sizing: border-box;
}

.c5-semiWrap img {
  max-width: 100%;
}

.c5-semiWrap img:not(.s5-iconInline) {
  vertical-align: bottom;
}

.c5-semiWrap p {
  margin: 0 0 1em 0;
  padding: 0;
}

.c5-semiWrap p:last-child {
  margin-bottom: 0;
}

.c5-semiHeader {
  padding: 0 15px;
  background: url("../images/header_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 300px;
  position: relative;
}

.c5-semiHeader::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.c5-semiHeader h1 {
  margin: 0;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: .05em;
  position: relative;
  z-index: 2;
}

.c5-semiContents {
  padding: 60px 15px;
}

.c5-semiContents_inner {
  max-width: 950px;
  margin: 0 auto;
}

.c5-setion {
  margin-bottom: 60px;
}

.c5-semiTtl {
  margin: 0 0 60px 0;
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
}

.c5-semiTtl .sub {
  font-size: .8em;
}

.c5-semiTtl_s {
  margin: 0 0 40px 0;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.c5-semiList_s {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c5-semiList_s > li {
  width: 33.3%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #2F353D;
  border-left: 1px solid #2F353D;
  border-bottom: 1px solid #2F353D;
}

.c5-semiList_s > li:nth-child(3n) {
  border-right: 1px solid #2F353D;
}

.c5-semiList_s > li:nth-child(n + 4) {
  margin-top: -1px;
}

.c5-semiList_s a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  background-color: #fff;
  font-weight: bold;
  transition: background .3s ease;
}

.c5-semiList_s a:hover {
  background-color: #2F353D;
  color: #fff;
}

.c5-cols_ph {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}

.c5-cols_ph:last-child {
  margin-bottom: 0;
}

.c5-cols_ph .profile {
  flex: 1;
}

.c5-cols_ph .photo {
  flex: 0 1 20%;
  margin-left: 20px;
}

.c5-semiList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.c5-semiList._archive {
  display: block;
  max-width: 950px;
  margin: 0 auto;
}

.c5-semiList._archive .child {
  background-color: #F2F3F5;
  margin: 0 0 60px 0;
  padding: 20px;
}

.c5-semiList._archive .cols {
  display: flex;
}

.c5-semiList._archive .ttl {
  font-size: 24px;
}

.c5-semiList._archive .desc {
  flex: 1;
  margin-right: 40px;
}
.c5-semiList._archive .instructor {
  flex: 0 1 20%;
  margin-right: 20px;
}
.c5-semiList._archive .thumb {
  flex: 0 1 30%;
  font-size: 14px;
}

.c5-semiList > div:not(.child) {
  width: calc(33.3% - 60px);
  margin: 0 30px 60px 30px;
}

.c5-semiList > div > a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 70px 20px 20px 20px;
  height: 100%;
  transition: opacity .3s ease;
  background-color: #F2F3F5;
}

.c5-semiList > div > a:hover {
  opacity: .7;
}

.c5-semiList > div > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #222325 transparent transparent transparent;
}

/*.c5-semiList > div > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/icon_tri.png") no-repeat;
  width: 60px;
  height: 60px;
}*/

.c5-semiList .body {
  line-height: 1.4;
}

.c5-semiList .c5-semiCategory {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  margin-bottom: 0;
}

.c5-semiList .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.c5-semiList .ttl .sub {
  font-size: .85em;
}

.c5-semiList .ttl::after {
  content: '';
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, #041547 0%, #1c67b3 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.c5-semiList .name {
  font-weight: bold;
}

.c5-semiList .position {
  font-size: 12px;
  display: inline-block;
  line-height: 1.3;
}

.c5-semiCategory {
  background: #041547;
  background: linear-gradient(to right, #041547 0%, #1c67b3 100%);
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
}

.c5-semiListBlock {
  border-top: 1px solid #D1D2DB;
  padding-top: 60px;
  margin-top: 60px;
}

.c5-movieHeader {
  margin-bottom: 60px;
}

.c5-movieHeader .name {
  font-size: 20px;
  font-weight: bold;
}

.c5-movieTtl {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 30px;
}

.c5-movieTtl .sub {
  font-size: .8em;
}

.c5-movieTxt {
  display: none;
  margin-top: 20px;
}

.c5-movieTxt .body {
  display: none;
  margin-top: 20px;
}

.js_toggle {
  cursor: pointer;
}

.js_toggle span {
  display: inline-block;
  vertical-align: 2px;
  line-height: 1;
}

.js_toggle.open span {
  transform: rotate(180deg);
}

.c5-bgGray {
  background-color: #F2F3F5;
}

.c5-catalogCols {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.c5-catalogCols.col3 > div:not(:last-child) {
  margin-right: 66px;
}

.c5-catalogCols.col3 .c5-listCatalog {
  flex-wrap: nowrap;
}

.c5-catalogCols.col3 .c5-listCatalog > li {
  flex: 0 1 50%;
}

.c5-listCatalog {
  margin: 0 -30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: .85em;
}

.c5-listCatalog > li {
  flex: 0 1 150px;
  margin: 0 30px 40px 30px;
  padding: 0;
  list-style: none;
}

.c5-listCatalog a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.c5-listCatalog .img {
  margin-bottom: 10px;
}

.c5-catalogTtl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 30px;
  background-color: #2F353D;
}

.c5-catalogTtl_s {
  border-left: 5px solid #2F353D;
  font-size: 100%;
  margin: 0 0 20px 0;
  line-height: 1.6;
  padding-left: 10px;
}

.c5-listAnchor {
  display: flex;
  font-size: 20px;
  margin: 0 auto 60px auto;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
}

.c5-listAnchor li {
  list-style: none;
  margin: 0 -1px 20px 0;
  padding: 0;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.c5-listAnchor a {
  display: block;
  padding: 0 10px;
}

.c5-listAnchor a span {
  display: block;
  line-height: 1;
}

.c5-nameList {
  display: flex;
  align-items: flex-end;
}

.c5-nameList > div {
  margin-right: 40px;
}

.c5-fc_white {
  color: #fff;
}

.c5-sp {
  display: none;
}

.current_01 .seminar_01 a {
  pointer-events: none;
  background-color: #D8D8D8;
}

.current_01 .seminar_01 a:hover {
  opacity: 1;
}

.current_01 .seminar_01 a::after {
  display: none;
}

.current_01 .seminar_01 .c5-semiCategory {
  background: #2F353D;
}

.current_02 .seminar_02 a {
  pointer-events: none;
  background-color: #D8D8D8;
}

.current_02 .seminar_02 a:hover {
  opacity: 1;
}

.current_02 .seminar_02 a::after {
  display: none;
}

.current_02 .seminar_02 .c5-semiCategory {
  background: #2F353D;
}

.current_03 .seminar_03 a {
  pointer-events: none;
  background-color: #D8D8D8;
}

.current_03 .seminar_03 a:hover {
  opacity: 1;
}

.current_03 .seminar_03 a::after {
  display: none;
}

.current_03 .seminar_03 .c5-semiCategory {
  background: #2F353D;
}

.current_04 .seminar_04 a {
  pointer-events: none;
  background-color: #D8D8D8;
}

.current_04 .seminar_04 a:hover {
  opacity: 1;
}

.current_04 .seminar_04 a::after {
  display: none;
}

.current_04 .seminar_04 .c5-semiCategory {
  background: #2F353D;
}

.current_05 .seminar_05 a {
  pointer-events: none;
  background-color: #D8D8D8;
}

.current_05 .seminar_05 a:hover {
  opacity: 1;
}

.current_05 .seminar_05 a::after {
  display: none;
}

.current_05 .seminar_05 .c5-semiCategory {
  background: #2F353D;
}

.current_06 .seminar_06 a {
  pointer-events: none;
  background-color: #D8D8D8;
}

.current_06 .seminar_06 a:hover {
  opacity: 1;
}

.current_06 .seminar_06 a::after {
  display: none;
}

.current_06 .seminar_06 .c5-semiCategory {
  background: #2F353D;
}

.current_07 .seminar_07 a {
  pointer-events: none;
  background-color: #D8D8D8;
}

.current_07 .seminar_07 a:hover {
  opacity: 1;
}

.current_07 .seminar_07 a::after {
  display: none;
}

.current_07 .seminar_07 .c5-semiCategory {
  background: #2F353D;
}

.current_08 .seminar_08 a {
  pointer-events: none;
  background-color: #D8D8D8;
}

.current_08 .seminar_08 a:hover {
  opacity: 1;
}

.current_08 .seminar_08 a::after {
  display: none;
}

.current_08 .seminar_08 .c5-semiCategory {
  background: #2F353D;
}

.current_09 .seminar_09 a {
  pointer-events: none;
  background-color: #D8D8D8;
}

.current_09 .seminar_09 a:hover {
  opacity: 1;
}

.current_09 .seminar_09 a::after {
  display: none;
}

.current_09 .seminar_09 .c5-semiCategory {
  background: #2F353D;
}

@media screen and (max-width: 639px) {
  .c5-semiWrap.bgBlack {
    /*background-image: url("../images/bg_sp.jpg");*/
  }
  .c5-semiContents {
    padding: 30px 15px;
  }
  .c5-semiHeader {
    height: 150px;
    background-image: url("../images/header_bg_sp.jpg");
  }
  .c5-semiHeader h1 {
    font-size: 25px;
  }
  .c5-semiTtl {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .c5-movieHeader {
    margin-bottom: 30px;
  }
  .c5-movieHeader .name {
    font-size: 16px;
  }
  .c5-movieTtl {
    font-size: 18px;
  }
  .c5-semiList {
    display: block;
    margin: 0;
  }
  .c5-semiList._archive .cols {
    display: block;
  }
  .c5-semiList._archive .ttl {
    font-size: 16px;
  }
  .c5-semiList._archive .desc {
    margin: 0 0 20px 0;
  }
  .c5-semiList._archive .instructor {
    margin: 0 0 20px 0;
  }
  .c5-semiList._archive .c5-semiCategory {
    display: none;
  }
  .c5-semiList > div {
    width: auto;
    margin: 0 0 30px 0;
  }
  .c5-semiList .ttl {
    font-size: 16px;
  }
  .c5-semiList .body {
    display: block;
  }
  .c5-semiList .body .img {
    display: none;
  }
  .c5-semiList .body .text {
    display: block;
    margin-left: 0;
  }
  .c5-semiList .body .text > * {
    margin-left: 0;
  }
  .c5-semiList_s {
    display: block;
  }
  .c5-semiList_s > li {
    width: auto;
    border-right: 1px solid #2F353D;
    margin-top: -1px;
  }
  .c5-semiList_s a {
    padding: 12px;
  }
  .c5-catalogTtl_s {
    margin-left: 10px;
  }
  .c5-catalogCols {
    display: block;
  }
  .c5-catalogCols.col3 > div {
    margin: 0 !important;
  }
  .c5-listCatalog {
    margin: 0;
  }
  .c5-listCatalog > li {
    flex: 0 1 calc(50% - 20px);
    margin: 0 10px 30px 10px;
  }
  .c5-listAnchor {
    font-size: 12px;
    display: block;
  }
  .c5-listAnchor > li {
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
  }
  .c5-listAnchor a {
    padding: 5px;
  }
  .c5-nameList {
    display: block;
  }
  .c5-nameList > div {
    margin: 0 0 20px 0;
  }
  .c5-nameList > div:last-child {
    margin-bottom: 0;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
}

.c5-mb120 {
  margin-bottom: 120px;
}

.c5-mb60 {
  margin-bottom: 60px !important;
}

.c5-semiList._archive.c5-flex {
  display: flex;
}

.c5-semiList._archive.c5-flex .ttl {
  font-size: 16px;
}

.c5-flex .child {
  width: 48%;
  margin-bottom: 30px;
}

.c5-flex .child:nth-child(odd) {
  margin-right: 4%;
}

.c5-listAnchor a:hover, a:active {
  color: #fff;
}
.c5-icon-cat {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 7px 10px;
  background-color: #041547;
  margin-bottom: 10px;
  + .c5-icon-cat {
    margin-left: 10px;
  }
}

@media screen and (max-width: 639px) {
  .c5-flex .child {
    width: 100%;
  }
  .c5-flex .child:nth-child(odd) {
    margin-right: 0;
  }
  .c5-semiList._archive.c5-flex {
    display: block;
  }
  .c5-mb120 {
  margin-bottom: 80px;
  }
}
