@media screen and (max-width: 900px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
@media screen and (min-width: 901px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin: 0; }
  body img, body svg {
    width: 100%;
    height: auto; }
  body a {
    color: #000;
    text-decoration: none; }
    body a:hover {
      color: #000;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  body p {
    line-height: 1.0;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }

.sm {
  font-size: 0.8em; }

.kokoro {
  font-family: ab-kokoro-no2, sans-serif;
  font-weight: 400;
  font-style: normal; }

.page__item {
  padding: 60px 0 90px 0; }
  @media screen and (max-width: 900px) {
    .page__item {
      padding: 30px 0px; } }
.page__item02 {
  padding: 60px 0 30px 0; }
  @media screen and (max-width: 900px) {
    .page__item02 {
      padding: 30px 0 17px 0; } }
.page__itemButton {
  padding: 90px 0; }
  @media screen and (max-width: 900px) {
    .page__itemButton {
      padding: 30px 0px; } }
.page__itemButton02 {
  padding: 90px 0; }
  @media screen and (max-width: 900px) {
    .page__itemButton02 {
      padding: 27px 0px; } }
.page__wrap {
  max-width: 900px;
  width: 100%;
  margin: auto; }
  @media screen and (max-width: 900px) {
    .page__wrap {
      max-width: 375px;
      width: 100%;
      padding: 0 20px; } }
.page__wrap_seminar {
  max-width: 900px;
  width: 100%;
  margin: auto; }
  @media screen and (max-width: 900px) {
    .page__wrap_seminar {
      max-width: 505px;
      width: 100%;
      padding: 0 20px; } }
.page__heading {
  margin-bottom: 60px; }
  @media screen and (max-width: 900px) {
    .page__heading {
      margin-bottom: 50px; } }
  @media screen and (max-width: 399px) {
    .page__heading {
      margin-bottom: 30px; } }

.header {
  text-align: center;
  height: 42px;
  display: table;
  margin: auto; }
  @media screen and (max-width: 900px) {
    .header {
      height: 20px; } }
  .header a {
    display: table-cell;
    vertical-align: middle; }
  .header__logo {
    background-color: #fff;
    max-width: 320px;
    width: 100%;
    margin-top:20px;
    line-height: 42px;
    display: inline; }
    @media screen and (max-width: 900px) {
      .header__logo {
        max-width: 150px; } }


.banner {
  text-align: center;
  height: 42px;
  display: table;
  margin: auto; }
  @media screen and (max-width: 900px) {
    .banner {
      height: 20px; } }
  .banner a {
    display: table-cell;
    vertical-align: middle; }
  .banner__logo {
    background-color: #fff;
    max-width: 640px;
    width: 100%;
    margin-top:10px;
    line-height: 42px;
    display: inline; }
    @media screen and (max-width: 900px) {
      .banner__logo {
        max-width: 320px; } }

.footer {
  text-align: center;
  background-color: #231815;
  color: #fff;
  letter-spacing: 1px;
  padding: 20px 0;
  font-size: 14px; }
  @media screen and (max-width: 900px) {
    .footer {
      padding: 7px 0;
      font-size: 10px; } }
  .footer__title {
    width: 120px;
    font-size: 14px;
    margin: auto;
    margin-bottom: 5px; }
    .footer__title p {
      color: #000;
      background: #fff;
      padding: 15px 0; }
  .footer__text {
    font-size: 16px; }
    .footer__text p {
      padding: 10px 0; }
  .footer__arrow {
    margin-bottom: 10px; }
    .footer__arrow img {
      width: 9px; }
  .footer__qr {
    margin-bottom: 30px; }
    .footer__qr img {
      width: 70px; }

.linkGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 900px) {
  .linkButton {
    margin: auto; }
    .linkButton:not(:last-child) {
      margin-bottom: 20px; } }
.linkButton .kokoro {
  font-family: ab-kokoro-no2, sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 26px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .linkButton .kokoro {
      font-size: 16px; } }
  .linkButton .kokoro:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 48%;
    right: 30px;
    margin-top: -3px; }
    @media screen and (max-width: 900px) {
      .linkButton .kokoro:after {
        width: 6px;
        height: 6px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        top: 52%;
        right: 13px; } }
.linkButton .btn,
.linkButton a.btn,
.linkButton button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
  width: 410px;
  padding: 1.3rem 0; }
  @media screen and (max-width: 900px) {
    .linkButton .btn,
    .linkButton a.btn,
    .linkButton button.btn {
      width: 200px;
      text-align: center;
      padding: 0.6rem 0;
      font-size: 12px; } }
.linkButton a.btn-flat {
  overflow: hidden;
  color: #fff;
  border-radius: 0; }
.linkButton .buttonColor01 {
  background: #0068b5; }
.linkButton .buttonColor02 {
  background: #ec5a2e; }
.linkButton a.btn-flat span {
  position: relative; }
  @media screen and (max-width: 900px) {
    .linkButton a.btn-flat span {
      letter-spacing: 1px; } }
.linkButton a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 180px;
  width: 190%;
  height: 600%;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-73%) rotate(140deg);
  -ms-transform: translateX(-98%) translateY(-73%) rotate(140deg);
  transform: translateX(-98%) translateY(-73%) rotate(140deg);
  background: #fff; }
  @media screen and (max-width: 900px) {
    .linkButton a.btn-flat:before {
      left: 150px;
      width: 300%;
      -webkit-transform: translateX(-98%) translateY(-55%) rotate(140deg);
      -ms-transform: translateX(-98%) translateY(-55%) rotate(140deg);
      transform: translateX(-98%) translateY(-55%) rotate(140deg); } }
.linkButton a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(20%) rotate(140deg);
  -ms-transform: translateX(-9%) translateY(20%) rotate(140deg);
  transform: translateX(-9%) translateY(20%) rotate(140deg); }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.marker-stripe-yellow {
  background-size: auto auto;
  background-color: #fff;
  background-image: -o-repeating-linear-gradient(310deg, transparent, transparent 2px, #e5cf05 2px, #e5cf05 3px);
  background-image: repeating-linear-gradient(140deg, transparent, transparent 2px, #e5cf05 2px, #e5cf05 3px);
  font-weight: bold; }

.marker-stripe-blue {
  background-size: auto auto;
  background-color: #fff;
  background-image: -o-repeating-linear-gradient(310deg, transparent, transparent 2px, #0068b5 2px, #0068b5 3px);
  background-image: repeating-linear-gradient(140deg, transparent, transparent 2px, #0068b5 2px, #0068b5 3px);
  font-weight: bold; }

[class^=marker-stripe-] {
  background-size: 100% .3em;
  padding-bottom: .9em;
  background-position: 0 center;
  background-repeat: no-repeat; }

.marker-stripe-Bigyellow {
  background-image: -o-repeating-linear-gradient(330deg, transparent, transparent 4px, #e5cf05 4px, #e5cf05 5px);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 4px, #e5cf05 4px, #e5cf05 5px);
  background-size: 100% 1.4em;
  background-position: 0 center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 900px) {
    .marker-stripe-Bigyellow {
      background-size: 90% 0.5em;
      background-position: center 30%;
      background-repeat: no-repeat; } }

.ondemand__wrap {
  margin-bottom: 50px; }
  @media screen and (max-width: 900px) {
    .ondemand__wrap {
      margin-bottom: 24px; } }
.ondemand__scheduleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 900px) {
    .ondemand__scheduleBlock {
      margin-bottom: 22px; } }
.ondemand__scheduleBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  padding: 13px 0;
  margin-left: 24px;
  margin-right: 30px;
  color: #fff; }
  @media screen and (max-width: 900px) {
    .ondemand__scheduleBox01 {
      margin: 0;
      font-size: 20px;
      padding: 20px 0; } }
.ondemand__scheduleBox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  padding: 18px 0; }
.ondemand__scheduleDays {
  font-size: 0.56em;
  padding: 5px 13px;
  background: #fffac6;
  margin-right: 12px;
  letter-spacing: -1px; }
.ondemand__scheduleDate {
  margin-right: 7px; }
  @media screen and (max-width: 900px) {
    .ondemand__scheduleDate {
      margin-right: 0px; } }
.ondemand__scheduleWeek {
  font-size: 0.7em;
  margin-top: 2px;
  margin-right: 6px;
  border: 1px solid #ffef00;
  padding: 2px 4px;
  border-radius: 4px; }
  @media screen and (max-width: 900px) {
    .ondemand__scheduleWeek {
      font-size: 0.6em;
      margin-top: 0px;
      padding: 2px 2px;
      margin-right: 1px; } }
.ondemand__scheduleTime {
  position: relative; }
  .ondemand__scheduleTime .kara {
    position: absolute;
    top: 34%;
    left: 79%; }
    @media screen and (max-width: 900px) {
      .ondemand__scheduleTime .kara {
        top: 35%;
        left: 53px; } }
  .ondemand__scheduleTime span:first-child {
    margin-right: 22px; }
    @media screen and (max-width: 900px) {
      .ondemand__scheduleTime span:first-child {
        margin-right: 11px; } }
.ondemand__scheduleTime02 {
  position: relative; }
  .ondemand__scheduleTime02 .kara {
    position: absolute;
    top: 34%;
    left: 79%; }
    @media screen and (max-width: 900px) {
      .ondemand__scheduleTime02 .kara {
        top: 35%;
        left: 53px; } }
  .ondemand__scheduleTime02 span:first-child {
    margin-right: 22px; }
    @media screen and (max-width: 900px) {
      .ondemand__scheduleTime02 span:first-child {
        margin-right: 0px; } }
.ondemand__attention {
  font-size: 14px;
  text-align: end; }
  @media screen and (max-width: 900px) {
    .ondemand__attention {
      font-size: 10px; } }
.ondemand__scheduleItem {
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px; }
  @media screen and (max-width: 900px) {
    .ondemand__scheduleItem {
      font-size: 15px;
      margin-left: 0px;
      margin-right: 3px; } }
.ondemand__scheduleText {
  font-size: 18px;
  margin-left: 20px; }
  .ondemand__scheduleText p {
    line-height: 1.5em; }
  @media screen and (max-width: 900px) {
    .ondemand__scheduleText {
      font-size: 12px; } }
.ondemand .yellow {
  color: #ffef00;
  margin-left: 5px; }
@media screen and (max-width: 900px) {
  .ondemand .yellow:last-child {
    margin-left: 0px; } }
.ondemand__boxOutside {
  border: 1px solid #0068b5;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 #0068b5;
  box-shadow: 3px 3px 0 #0068b5; }
  @media screen and (max-width: 900px) {
    .ondemand__boxOutside {
      border-radius: 6px;
      -webkit-box-shadow: 1px 1px 0 #0068b5;
      box-shadow: 1px 1px 0 #0068b5; } }
.ondemand__boxInner {
  max-width: 840px;
  width: 100%;
  margin: auto; }
  @media screen and (max-width: 900px) {
    .ondemand__boxInner {
      padding: 10px 14px 30px 14px; } }
  .ondemand__boxInner img {
    width: inherit; }
    @media screen and (max-width: 900px) {
      .ondemand__boxInner img {
        width: 100%; } }
.ondemand__headingBlock {
  position: relative; }
.ondemand__headingNumber {
  position: absolute;
  top: -15px;
  left: 20px; }
  @media screen and (max-width: 900px) {
    .ondemand__headingNumber {
      max-width: 28px;
      width: 100%;
      top: -3px;
      left: 10px; } }
.ondemand__headingNumber02 {
  position: absolute;
  top: -15px;
  left: 20px; }
  @media screen and (max-width: 900px) {
    .ondemand__headingNumber02 {
      max-width: 38px;
      width: 100%;
      top: -4px;
      left: 10px; } }
.ondemand__headingNumber03 {
  position: absolute;
  top: -15px;
  left: 20px; }
  @media screen and (max-width: 900px) {
    .ondemand__headingNumber03 {
      max-width: 38px;
      width: 100%;
      top: -3px;
      left: 10px; } }
.ondemand__headingTotal {
  position: absolute;
  top: 5px;
  right: 38px; }
  @media screen and (max-width: 900px) {
    .ondemand__headingTotal {
      top: 15px;
      right: 16px;
      max-width: 142px; } }
.ondemand__headingTotal02 {
  position: absolute;
  top: 5px;
  right: 38px; }
  @media screen and (max-width: 900px) {
    .ondemand__headingTotal02 {
      top: 15px;
      right: 16px;
      max-width: 262px; } }
.ondemand__headingTotal03 {
  position: absolute;
  top: 5px;
  right: 38px; }
  @media screen and (max-width: 900px) {
    .ondemand__headingTotal03 {
      top: 15px;
      right: 16px;
      max-width: 182px; } }
.ondemand__headingTitle {
  font-size: 36px;
  margin-left: 80px;
  margin-bottom: 5px; }
  @media screen and (max-width: 900px) {
    .ondemand__headingTitle {
      font-size: 18px;
      margin-bottom: 18px;
      margin-left: 37px; } }
  .ondemand__headingTitle p {
    letter-spacing: 0px; }
.ondemand__headingTitle02 {
  font-size: 36px;
  margin-left: 80px;
  margin-bottom: 5px; }
  @media screen and (max-width: 900px) {
    .ondemand__headingTitle02 {
      font-size: 18px;
      margin-bottom: 18px;
      margin-left: 46px; } }
  .ondemand__headingTitle02 p {
    letter-spacing: 0px; }
.ondemand__headingTitle03 {
  font-size: 36px;
  margin-left: 80px;
  margin-bottom: 5px; }
  @media screen and (max-width: 900px) {
    .ondemand__headingTitle03 {
      font-size: 18px;
      margin-bottom: 18px;
      margin-left: 45px; } }
  .ondemand__headingTitle03 p {
    letter-spacing: 0px; }
.ondemand__mainTitle {
  padding: 34px 0 2px 0; }
  @media screen and (max-width: 900px) {
    .ondemand__mainTitle {
      max-width: 320px;
      width: 100%;
      padding: 4px 0 2px 0; } }
.ondemand__mainTitle2-1 {
  padding: 44px 0 10px 0;
  position: relative; }
  @media screen and (max-width: 900px) {
    .ondemand__mainTitle2-1 {
      padding: 0px 0 5px 0;
      max-width: 265px;
      width: 100%; } }
.ondemand__mainTitle2-2 {
  padding: 44px 0 10px 0;
  position: relative; }
  @media screen and (max-width: 900px) {
    .ondemand__mainTitle2-2 {
      padding: 0px 0 5px 0;
      max-width: 225px;
      width: 100%; } }
.ondemand__mainTitle3 {
  padding: 46px 0 10px 0; }
  @media screen and (max-width: 900px) {
    .ondemand__mainTitle3 {
      padding: 10px 0 7px 0;
      max-width: 230px;
      width: 100%; } }
.ondemand__concept {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 900px) {
    .ondemand__concept {
      max-width: 154px;
      width: 100%;
      padding: 6px 0; } }
.ondemand__concept02 {
  padding: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 900px) {
    .ondemand__concept02 {
      padding: 10px 0 8px 0; }
      .ondemand__concept02 img {
        max-width: 48px;
        width: 100%; } }
.ondemand__mainText {
  max-width: 770px; }
  @media screen and (max-width: 900px) {
    .ondemand__mainText {
      font-size: 12px; } }
  .ondemand__mainText p {
    line-height: 2.2em;
    letter-spacing: 1px; }
    @media screen and (max-width: 900px) {
      .ondemand__mainText p {
        line-height: 2.0em;
        letter-spacing: 0.7px; } }
  .ondemand__mainText p:first-letter {
    font-size: 1.5em;
    color: #0068b5;
    font-weight: bold; }
.ondemand__mainText02 {
  max-width: 750px; }
  @media screen and (max-width: 900px) {
    .ondemand__mainText02 {
      font-size: 12px; } }
  .ondemand__mainText02 p {
    line-height: 2.2em;
    letter-spacing: 1px; }
    @media screen and (max-width: 900px) {
      .ondemand__mainText02 p {
        line-height: 2.0em;
        letter-spacing: 0.7px; } }
  .ondemand__mainText02 p:first-letter {
    font-size: 1.5em;
    color: #0068b5;
    font-weight: bold; }
.ondemand__sub {
  text-align: center;
  padding: 20px 0 15px 0; }
  @media screen and (max-width: 900px) {
    .ondemand__sub {
      max-width: 265px;
      width: 100%;
      margin: auto; } }
.ondemand .f-sm {
  font-size: 13px;
  margin-bottom: -6px; }
  @media screen and (max-width: 900px) {
    .ondemand .f-sm {
      font-size: 10px; } }
.ondemand__tagGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  margin: 0 10px; }
  @media screen and (max-width: 900px) {
    .ondemand__tagGroup {
      font-size: 10px;
      margin: 0 1px; } }
.ondemand__tag {
  margin: 0 3px; }
  @media screen and (max-width: 900px) {
    .ondemand__tag {
      margin: 0 2px; } }
  .ondemand__tag p {
    padding: 10px 15px;
    background: #0068b5;
    border-radius: 30px;
    color: #fff; }
    @media screen and (max-width: 900px) {
      .ondemand__tag p {
        padding: 4px 4px;
        letter-spacing: 0px; } }
.ondemand__dotted {
  padding: 23px 0; }
.ondemand .ondemand-description__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__block {
      display: block; } }
.ondemand .ondemand-description__box01 {
  padding: 18px 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__box01 {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; } }
  .ondemand .ondemand-description__box01:before {
    content: "";
    position: absolute;
    background: #0068b5;
    opacity: 0.1;
    width: 434px;
    height: 295px;
    border-radius: 0 20px 0 0;
    left: -30px;
    bottom: 0px;
    z-index: -1; }
    @media screen and (max-width: 900px) {
      .ondemand .ondemand-description__box01:before {
        width: 307px;
        left: -14px;
        height: 212px;
        bottom: -8px;
        border-radius: 0 10px 0 10px; } }
.ondemand .ondemand-description__box02 {
  padding: 18px 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__box02 {
      width: 100%;
      padding: 0; } }
  .ondemand .ondemand-description__box02:before {
    content: "";
    position: absolute;
    background: #0068b5;
    opacity: 0.1;
    width: 434px;
    height: 295px;
    border-radius: 20px 0 0 0;
    right: -30px;
    bottom: 0px;
    z-index: -1; }
    @media screen and (max-width: 900px) {
      .ondemand .ondemand-description__box02:before {
        width: 307px;
        right: -14px;
        height: 212px;
        bottom: -8px;
        border-radius: 10px 0 0 0; } }
.ondemand .ondemand-description__box03 {
  padding: 50px 0 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 100%; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__box03 {
      padding: 18px 0 18px 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .ondemand .ondemand-description__box03:before {
    content: "";
    position: absolute;
    background: #0068b5;
    opacity: 0.1;
    width: 830px;
    height: 205px;
    border-radius: 0 20px 20px 0;
    left: -30px;
    bottom: 0px;
    z-index: -1; }
    @media screen and (max-width: 900px) {
      .ondemand .ondemand-description__box03:before {
        width: 317px;
        left: -14px;
        height: 142px;
        bottom: 12px;
        border-radius: 0 10px 0 0; } }
.ondemand .ondemand-description__box04 {
  padding: 38px 0 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__box04 {
      padding: 19px 0 18px 0; } }
  .ondemand .ondemand-description__box04:before {
    content: "";
    position: absolute;
    background: #0068b5;
    opacity: 0.1;
    width: 432px;
    height: 88px;
    border-radius: 0 20px 20px 0;
    left: -30px;
    bottom: 5px;
    z-index: -1; }
    @media screen and (max-width: 900px) {
      .ondemand .ondemand-description__box04:before {
        width: 318px;
        left: -14px;
        bottom: 9px;
        border-radius: 0 10px 10px 0;
        height: 60px; } }
.ondemand .ondemand-description__box05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__box05 {
      padding-top: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .ondemand .ondemand-description__box05:before {
    content: "";
    position: absolute;
    background: #0068b5;
    opacity: 0.1;
    width: 470px;
    height: 209px;
    border-radius: 20px 0 0 20px;
    right: -30px;
    bottom: -18px;
    z-index: -1; }
    @media screen and (max-width: 900px) {
      .ondemand .ondemand-description__box05:before {
        width: 318px;
        right: -14px;
        bottom: -11px;
        border-radius: 10px 0 0 10px;
        height: 147px; } }
.ondemand .ondemand-description__item {
  display: inline-block;
  padding: 5px 12px;
  background: #212529;
  color: #fff;
  font-size: 14px;
  margin-right: 10px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__item {
      font-size: 10px;
      padding: 3px 8px;
      margin-right: 2px; } }
@media screen and (max-width: 900px) {
  .ondemand .ondemand-description__company {
    font-size: 12px; } }
.ondemand .ondemand-description__top {
  margin-bottom: 5px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__top {
      margin-bottom: -2px; } }
.ondemand .ondemand-description__bottom {
  margin-bottom: 10px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__bottom {
      margin-bottom: 7px; }
      .ondemand .ondemand-description__bottom p span:nth-of-type(2) {
        font-size: 11px; } }
@media screen and (max-width: 900px) {
  .ondemand .ondemand-description__imgGroup {
    max-width: 156px;
    width: 100%; } }
.ondemand .ondemand-description__text {
  font-size: 14px;
  margin-bottom: 10px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__text {
      font-size: 10px; } }
  .ondemand .ondemand-description__text p {
    line-height: 1.5em; }
    @media screen and (max-width: 900px) {
      .ondemand .ondemand-description__text p {
        letter-spacing: 0.6px; } }
.ondemand .ondemand-description__left01 {
  width: 60%; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__left01 {
      width: 56%;
      margin-top: 8px; } }
.ondemand .ondemand-description__left02 {
  width: 60%;
  padding-left: 10px; }
.ondemand .ondemand-description__left03 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__left03 {
      padding-left: 8px; } }
.ondemand .ondemand-description__left05 {
  max-width: 271px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__left05 {
      max-width: 223px;
      padding: 4px 0 0 3px; } }
.ondemand .ondemand-description__right01 {
  width: 250px;
  position: absolute;
  top: 13px;
  right: -50px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__right01 {
      max-width: 173px;
      width: 100%;
      top: 8px;
      right: -14px; } }
.ondemand .ondemand-description__right02 {
  width: 180px;
  position: absolute;
  top: 20px;
  left: -19px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__right02 {
      max-width: 125px;
      width: 100%;
      top: 7px;
      left: 0px; } }
.ondemand .ondemand-description__right03 {
  max-width: 130px;
  width: 100%; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__right03 {
      max-width: 65px; } }
.ondemand .ondemand-description__right04 {
  max-width: 130px;
  width: 100%;
  margin-bottom: 3px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__right04 {
      max-width: 90px;
      margin-left: 12px; } }
.ondemand .ondemand-description__right05 {
  max-width: 133px;
  width: 100%;
  margin-bottom: 3px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__right05 {
      max-width: 63px; } }
.ondemand .ondemand-description__block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__block02 {
      display: block; } }
.ondemand .ondemand-description__leftBlock {
  width: 48%; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__leftBlock {
      width: 100%; } }
.ondemand .ondemand-description__rightBlock {
  width: 50%;
  padding: 0 40px 60px 60px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__rightBlock {
      width: 100%;
      padding: 10px 50px 5px 40px; } }
  .ondemand .ondemand-description__rightBlock img {
    width: 100%; }
.ondemand .ondemand-description__block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__block03 {
      display: block;
      padding-top: 7px;
      padding-bottom: 30px; } }
.ondemand .ondemand-description__leftBlock03 {
  width: 43%; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__leftBlock03 {
      width: 100%; } }
.ondemand .ondemand-description__rightBlock03 {
  width: 50%; }
  @media screen and (max-width: 900px) {
    .ondemand .ondemand-description__rightBlock03 {
      width: 100%; } }
.ondemand__tate-double {
  padding-right: 30px; }

.heading-ondemand {
  margin-top: 20px;
  margin-bottom: 10px; }
  .heading-ondemand__img img {
    max-width: 360px;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .heading-ondemand__img img {
        max-width: 180px; } }
  @media screen and (max-width: 900px) {
    .heading-ondemand {
      margin-top: 5px;
      margin-bottom: 8px; } }
  .heading-ondemand__category {
    max-width: 440px;
    width: 100%;
    margin-left: auto; }
    @media screen and (max-width: 900px) {
      .heading-ondemand__category {
        max-width: 260px;
        width: 100%; } }
    .heading-ondemand__category p {
      font-size: 24px;
      text-align: center;
      background: #231815;
      color: #fff;
      padding: 10px 0;
      border-radius: 40px;
      letter-spacing: 0px; }
      @media screen and (max-width: 900px) {
        .heading-ondemand__category p {
          font-size: 14px;
          padding: 5px 0; } }

.blue {
  background: #0068b5; }
  .blue img {
    max-width: 900px;
    width: 100%;
    padding: 20px 35px 15px 35px;
    vertical-align: bottom; }

.bg01 {
  background: #ffef00; }

.bg02 {
  background: #fffac6; }
  @media screen and (max-width: 900px) {
    .bg02 {
      padding: 17px 0; } }

.bg03 {
  background: #def1fb; }

button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  button a:hover {
    opacity: 0.5; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 900px) {
    .flex {
      display: block; } }

.relative {
  position: relative;
  z-index: 2; }

@media screen and (max-width: 900px) {
  .m-auto {
    margin: auto;
    margin-top: 10px; } }

.arrow {
  position: absolute;
  z-index: -1;
  top: 75px;
  left: -40px;
  width: 42%; }
  @media screen and (max-width: 900px) {
    .arrow {
      width: 360px;
      top: 63px;
      left: -170px; } }

.pc__only {
  display: block; }
  @media screen and (max-width: 900px) {
    .pc__only {
      display: none; } }

.sp__only {
  display: none; }
  @media screen and (max-width: 900px) {
    .sp__only {
      display: block; } }

.p-bottom-none {
  padding-bottom: 10px; }

.p-top-none {
  padding-top: 0px; }

.main-visual .m-left-sm {
  margin-left: 30px; }
.main-visual__wrap {
  width: 100%;
  height: 1000px;
  position: relative;
  background: url(images/main-visual_bg.png) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 900px) {
    .main-visual__wrap {
      max-height: 1400px;
      height: auto;
      background-size: 100%;
      background: url(images/sp_main-visual_bg.png) no-repeat;
      padding-bottom: 50px;
      background-size: 1400px;
      background-position: center -80px; } }
.main-visual__wrap_seminar {
  width: 100%;
  height: 500px;
  position: relative;
  background: url(images/main-visual_bg.png) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 900px) {
.main-visual__wrap_seminar {
  width: 100%;
  height: 300px;}
    .main-visual__wrap {
      max-height: 1400px;
      height: auto;
      background-size: 100%;
      background: url(images/sp_main-visual_bg.png) no-repeat;
      padding-bottom: 50px;
      background-size: 1400px;
      background-position: center -80px; } }
.main-visual__main {
  max-width: 748px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: 14px;
  margin-bottom: 60px; }
  @media screen and (max-width: 900px) {
    .main-visual__main {
      max-width: 395px;
      margin-top: 0px;
      margin-bottom: 50px; }
      .main-visual__main img {
        padding: 5px 30px 10px 50px; } }
.main-visual__sub {
  max-width: 1000px;
  margin: auto;
  padding: 32px 0 0 0; }
  @media screen and (max-width: 900px) {
    .main-visual__sub {
      max-width: 375px;
      padding: 12px 0 0 0; }
      .main-visual__sub img {
        width: 45%; } }
  .main-visual__sub p:nth-of-type(1) {
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    padding-left: 5px; }
    @media screen and (max-width: 900px) {
      .main-visual__sub p:nth-of-type(1) {
        font-size: 10px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0; } }
  .main-visual__sub p:nth-of-type(2) {
    font-size: 13px;
    display: inline;
    padding: 0 0 8px 5px;
    background: -o-linear-gradient(transparent 97%, #231815 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(0%, #231815));
    background: linear-gradient(transparent 97%, #231815 0%); }
.main-visual__bg {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  top: 0;
  z-index: 0; }
.main-visual__buttonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 0px; }
  @media screen and (max-width: 900px) {
    .main-visual__buttonGroup {
      top: -50px; } }
  .main-visual__buttonGroup .btn,
  .main-visual__buttonGroup .btn,
  .main-visual__buttonGroup button.btn {
    position: relative;
    display: inline-block;
    padding: 0.8rem 0rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }
    @media screen and (max-width: 900px) {
      .main-visual__buttonGroup .btn,
      .main-visual__buttonGroup .btn,
      .main-visual__buttonGroup button.btn {
        padding: 0.8rem 0rem; } }
  .main-visual__buttonGroup .btn-c {
    font-size: 26px;
    position: relative;
    color: #fff;
    border: 2px solid #000;
    border-radius: 100vh;
    background: #df022c;
    -webkit-box-shadow: 0 5px 0 #df022c;
    box-shadow: 3px 5px 0 #df022c;
    width: 320px; }
    @media screen and (max-width: 900px) {
      .main-visual__buttonGroup .btn-c {
        font-size: 16px;
        width: 260px; } }
  .main-visual__buttonGroup .btn-c .icon {
    position: absolute;
    top: -20px;
    left: -25px;
    width: 83px;
    height: 83px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff; }
    @media screen and (max-width: 900px) {
      .main-visual__buttonGroup .btn-c .icon {
        width: 72px;
        height: 72px; } }
  .main-visual__buttonGroup .icon img {
    width: 46px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .main-visual__buttonGroup .sm {
    font-size: 0.8em; }
  .main-visual__buttonGroup .m-left {
    margin-left: 3.0rem;
    letter-spacing: -1.2px; }
    @media screen and (max-width: 900px) {
      .main-visual__buttonGroup .m-left {
        margin-left: 1.9rem; } }
  .main-visual__buttonGroup .btn-text {
    font-weight: bold;
    margin-left: 3.7rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1.5px; }
    @media screen and (max-width: 900px) {
      .main-visual__buttonGroup .btn-text {
        font-size: 12px;
        margin-left: 3rem; } }
  .main-visual__buttonGroup .kokoro {
    font-family: ab-kokoro-no2, sans-serif;
    font-weight: 400;
    font-style: normal; }
.main-visual__button {
  -webkit-animation: animScale 4s infinite ease-out;
  animation: animScale 4s infinite ease-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-play-state: running;
  animation-play-state: running; }
@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  48% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  49% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02); }
  50% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  52% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  54% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes animScale {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  48% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  49% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02); }
  50% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  52% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  54% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
.menu__wrap {
  max-width: 900px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    .menu__wrap {
      display: block; } }
.menu__title {
  font-family: ab-kokoro-no2, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 7px; }
  @media screen and (max-width: 900px) {
    .menu__title {
      font-size: 14px; } }
  .menu__title p {
    letter-spacing: -2.5px;
    line-height: 1.5em; }
    @media screen and (max-width: 900px) {
      .menu__title p {
        letter-spacing: -0.5px; } }
  .menu__title img {
    width: 35px;
    vertical-align: bottom;
    margin-right: -18px; }
    @media screen and (max-width: 900px) {
      .menu__title img {
        width: 22px;
        margin-right: -10px; } }
.menu__listBox {
  border: 2px solid;
  background: #fff;
  border-radius: 40px;
  max-width: 434px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 900px) {
    .menu__listBox {
      margin: auto;
      max-width: 300px;
      width: 100%;
      border-radius: 20px; }
      .menu__listBox:first-child {
        margin-bottom: 70px; } }
.menu .title {
  margin-bottom: 5px; }
.menu__textBox {
  padding: 55px 10px 35px 30px; }
  @media screen and (max-width: 900px) {
    .menu__textBox {
      padding: 40px 19px 30px 16px; } }
.menu__list {
  font-size: 14px;
  padding-left: 5px; }
  @media screen and (max-width: 900px) {
    .menu__list {
      font-size: 12px; }
      .menu__list:not(:last-child) {
        margin-bottom: 10px; } }
  .menu__list p {
    margin-bottom: 3px;
    line-height: 1.2rem;
    letter-spacing: 1px; }
    @media screen and (max-width: 900px) {
      .menu__list p {
        margin-bottom: 0px;
        line-height: 1rem; } }
  .menu__list p:nth-of-type(4) {
    margin-bottom: 60px; }
    @media screen and (max-width: 900px) {
      .menu__list p:nth-of-type(4) {
        margin-bottom: 0px; } }
  .menu__list p:nth-of-type(5) {
    margin-bottom: 0px; }
.menu .link01 a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .menu .link01 a:hover {
    color: #ffef00; }
.menu .link02 a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .menu .link02 a:hover {
    color: #0068b5; }

.live .f-sm {
  font-size: 16px;
  padding-left: 2px;
  margin-bottom: -6px; }
.live__mainHeadingBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px; }
  @media screen and (max-width: 900px) {
    .live__mainHeadingBlock {
      margin-bottom: 5px; } }
@media screen and (max-width: 900px) {
  .live__mainHeading {
    max-width: 165px;
    width: 100%; } }
.live__mainTitle {
  margin-left: 20px; }
  @media screen and (max-width: 900px) {
    .live__mainTitle {
      margin-left: 10px;
      max-width: 156px;
      width: 100%; } }
.live__mainTitleImg {
  max-width: 137px;
  width: 100%; }
  @media screen and (max-width: 900px) {
    .live__mainTitleImg {
      max-width: 200px;
      width: 100%; } }
.live__catch {
  margin-bottom: 5px; }
.live__leadTextBox {
  background: #fff;
  padding: 32px 30px 20px 35px;
  border-radius: 30px;
  border: 2px solid #212529;
  -webkit-box-shadow: 4px 4px;
  box-shadow: 4px 4px;
  max-width: 760px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px; }
  @media screen and (max-width: 900px) {
    .live__leadTextBox {
      max-width: 310px;
      padding: 25px 17px 28px 18px;
      font-size: 12px;
      -webkit-box-shadow: 1px 1px;
      box-shadow: 1px 1px;
      border-radius: 20px;
      margin-bottom: 18px; } }
  .live__leadTextBox p {
    line-height: 2.6em;
    letter-spacing: 1px; }
    @media screen and (max-width: 900px) {
      .live__leadTextBox p {
        line-height: 1.7em; } }
  @media screen and (max-width: 900px) {
    .live__leadTextBox p:first-child {
      margin-bottom: 5px; } }
  .live__leadTextBox p:first-letter {
    font-size: 1.5em;
    color: #df022c;
    font-weight: bold; }
.live .marker {
  background: -o-linear-gradient(transparent 20%, #fbed21 20%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #fbed21));
  background: linear-gradient(transparent 20%, #fbed21 20%); }
.live__content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px; }
  .live__content-heading h1 {
    font-size: 36px;
    padding: 0 0 0.5em 32px;
    letter-spacing: 2px; }
    @media screen and (max-width: 900px) {
      .live__content-heading h1 {
        font-size: 17px;
        padding: 0 0 0.5em 30px; } }
  .live__content-heading span {
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px; }
    @media screen and (max-width: 900px) {
      .live__content-heading span {
        font-size: 10px;
        margin-left: 34px;
        letter-spacing: 0px;
        margin-bottom: 6px; } }
.live__contentBlock {
  margin-bottom: 15px; }
  @media screen and (max-width: 900px) {
    .live__contentBlock {
      padding: 0 15px; } }
.live__contentBox {
  margin-bottom: 16px; }
  @media screen and (max-width: 900px) {
    .live__contentBox {
      margin-top: 6px; } }
@media screen and (max-width: 900px) {
  .live__contentBox:not(:last-child) {
    margin-bottom: 16px;
    margin-top: 6px; } }
.live__contentGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px; }
  @media screen and (max-width: 900px) {
    .live__contentGroup {
      display: block;
      margin-bottom: 4px; } }
.live__contentLeft {
  width: 55%; }
  @media screen and (max-width: 900px) {
    .live__contentLeft {
      width: 100%;
      margin-bottom: 4px; } }
.live__contentRight {
  width: 39.4%; }
  @media screen and (max-width: 900px) {
    .live__contentRight {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
.live__contentTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px; }
  @media screen and (max-width: 900px) {
    .live__contentTitleBox {
      margin-bottom: 0px; } }
.live__contentTitle {
  margin-left: 18px; }
  @media screen and (max-width: 900px) {
    .live__contentTitle {
      margin-left: 6px; } }
.live__contentNumber {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 900px) {
    .live__contentNumber {
      max-width: 25px;
      width: 100%; } }
  .live__contentNumber span {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center; }
.live__contentCompanyName01 {
  margin-right: 17px; }
  @media screen and (max-width: 900px) {
    .live__contentCompanyName01 {
      max-width: 90px;
      margin-right: 6px; } }
.live__contentCompanyName02 {
  margin-right: 17px; }
  @media screen and (max-width: 900px) {
    .live__contentCompanyName02 {
      max-width: 54px;
      margin-right: 6px; } }
.live__contentCompanyName03 {
  margin-right: 17px; }
  @media screen and (max-width: 900px) {
    .live__contentCompanyName03 {
      max-width: 90px;
      margin-right: 6px; } }
.live__contentCompanyLogo01 {
  max-width: 96px; }
  @media screen and (max-width: 900px) {
    .live__contentCompanyLogo01 {
      max-width: 60px; } }
.live__contentCompanyLogo02 {
  max-width: 72px; }
  .live__contentCompanyLogo02 img {
    vertical-align: inherit; }
  @media screen and (max-width: 900px) {
    .live__contentCompanyLogo02 {
      max-width: 43px; } }
.live__contentCompanyLogo03 {
  max-width: 72px; }
  .live__contentCompanyLogo03 img {
    vertical-align: inherit; }
  @media screen and (max-width: 900px) {
    .live__contentCompanyLogo03 {
      max-width: 40px; } }
.live__contentText {
  margin-left: 5px; }
  @media screen and (max-width: 900px) {
    .live__contentText {
      font-size: 12px;
      margin-left: 0px; } }
  .live__contentText p {
    line-height: 2.1em; }
    @media screen and (max-width: 900px) {
      .live__contentText p {
        line-height: 1.7em;
        letter-spacing: 1.2px; } }
.live__contentLine01 {
  content: "";
  width: 370px;
  height: 1px;
  background: #231815;
  margin-bottom: 15px; }
  @media screen and (max-width: 900px) {
    .live__contentLine01 {
      width: 190px;
      margin-bottom: 7px; } }
.live__contentLine02 {
  content: "";
  width: 280px;
  height: 1px;
  background: #231815;
  margin-bottom: 15px; }
  @media screen and (max-width: 900px) {
    .live__contentLine02 {
      width: 138px;
      margin-bottom: 7px; } }
.live__contentLine03 {
  content: "";
  width: 340px;
  height: 1px;
  background: #231815;
  margin-bottom: 15px; }
  @media screen and (max-width: 900px) {
    .live__contentLine03 {
      width: 170px;
      margin-bottom: 7px; } }
.live .f-md {
  font-size: 18px; }
.live .f-sm {
  font-size: 12px; }
  @media screen and (max-width: 900px) {
    .live .f-sm {
      font-size: 10px; } }
.live__descriptionBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 900px) {
    .live__descriptionBlock {
      width: 39%;
      text-align: right;
      display: block;
      margin-top: 0px;
      margin-right: 10px; } }
.live__descriptionBlock-left01 {
  margin-right: 50px; }
  @media screen and (max-width: 900px) {
    .live__descriptionBlock-left01 {
      margin-right: 0px; } }
.live__descriptionBlock-left02 {
  margin-right: 28px; }
  @media screen and (max-width: 900px) {
    .live__descriptionBlock-left02 {
      margin-right: 0px; } }
.live__descriptionBlock-left03 {
  margin-right: 23px; }
  @media screen and (max-width: 900px) {
    .live__descriptionBlock-left03 {
      margin-right: 0px; } }
.live__description-title {
  color: #fff;
  margin-bottom: 10px; }
  @media screen and (max-width: 900px) {
    .live__description-title {
      margin-bottom: 7px; } }
  .live__description-title span {
    font-size: 14px;
    display: inline-block;
    padding: 3px 13px;
    background: #212529; }
    @media screen and (max-width: 900px) {
      .live__description-title span {
        display: block;
        font-size: 10px;
        padding: 2px 0;
        text-align: center;
        max-width: 34px;
        margin-left: auto; } }
.live__description-companyName01_1 {
  max-width: 110px; }
  @media screen and (max-width: 900px) {
    .live__description-companyName01_1 {
      margin-left: auto;
      max-width: 72px; } }
.live__description-companyName01_2 {
  max-width: 70px; }
  @media screen and (max-width: 900px) {
    .live__description-companyName01_2 {
      margin-left: auto;
      max-width: 50px; } }
.live__description-companyName01_3 {
  max-width: 110px; }
  @media screen and (max-width: 900px) {
    .live__description-companyName01_3 {
      margin-left: auto;
      max-width: 70px; } }
@media screen and (max-width: 900px) {
  .live__description-companyName02 {
    font-size: 10px; }
    .live__description-companyName02 span {
      margin-right: 2px; } }
.live__imgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    .live__imgBlock {
      width: 57%; } }
.live__img:nth-of-type(1) {
  max-width: 130px;
  width: 100%; }
  @media screen and (max-width: 900px) {
    .live__img:nth-of-type(1) {
      max-width: 65px; } }
.live__img:nth-of-type(2) {
  max-width: 205px;
  width: 100%; }
  @media screen and (max-width: 900px) {
    .live__img:nth-of-type(2) {
      max-width: 102.5px; } }
@media screen and (max-width: 900px) {
  .live__description-name {
    font-size: 10px;
    margin-bottom: 4px; } }
.live__scheduleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin-bottom: 10px; }
  @media screen and (max-width: 900px) {
    .live__scheduleBlock {
      display: block;
      padding-left: 50px;
      margin-bottom: 5px; } }
.live__scheduleBlock-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin-bottom: 10px; }
  @media screen and (max-width: 900px) {
    .live__scheduleBlock-ex {
      margin-bottom: 5px; } }
.live__scheduleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  padding: 18px 0;
  margin-left: 24px;
  margin-right: 30px; }
  @media screen and (max-width: 900px) {
    .live__scheduleBox {
      font-size: 14px;
      margin: auto; } }
.live__scheduleBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  padding: 18px 0;
  margin-left: 24px;
  margin-right: 30px; }
  @media screen and (max-width: 900px) {
    .live__scheduleBox01 {
      font-size: 14px;
      margin: 0;
      padding: 10px 0 4px 0; } }
.live__scheduleBox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  padding: 18px 0; }
  @media screen and (max-width: 900px) {
    .live__scheduleBox02 {
      font-size: 14px;
      margin: 0;
      padding: 0 0 10px 0; } }
  @media screen and (max-width: 900px) {
    .live__scheduleBox02 .live__scheduleDate {
      margin-right: 4px; } }
  @media screen and (max-width: 900px) {
    .live__scheduleBox02 .live__scheduleWeek {
      margin-right: 7px; } }
.live__scheduleDays {
  font-size: 0.56em;
  padding: 5px 13px;
  background: #fffac6;
  margin-right: 12px;
  letter-spacing: -1px; }
  @media screen and (max-width: 900px) {
    .live__scheduleDays {
      padding: 2px 7px;
      max-width: 35px;
      width: 100%;
      text-align: center; } }
.live__scheduleDate {
  margin-right: 7px; }
  @media screen and (max-width: 900px) {
    .live__scheduleDate {
      margin-right: 2px; } }
.live__scheduleWeek {
  font-size: 0.7em;
  margin-top: 2px;
  margin-right: 6px;
  border: 1px solid #212529;
  padding: 2px 4px;
  border-radius: 4px; }
  @media screen and (max-width: 900px) {
    .live__scheduleWeek {
      margin-top: 0px;
      padding: 1px 2px; } }
.live__scheduleTime {
  position: relative;
  font-size: 0.9em;
  margin-top: 3px; }
  @media screen and (max-width: 900px) {
    .live__scheduleTime {
      margin-top: 0px; } }
  .live__scheduleTime .kara {
    position: absolute;
    top: 34%;
    left: 81px; }
    @media screen and (max-width: 900px) {
      .live__scheduleTime .kara {
        top: 35%;
        left: 41px; } }
  .live__scheduleTime span:first-child {
    margin-right: 22px; }
    @media screen and (max-width: 900px) {
      .live__scheduleTime span:first-child {
        margin-right: 12px; } }
.live__attention {
  font-size: 14px;
  text-align: end; }
  @media screen and (max-width: 900px) {
    .live__attention {
      font-size: 10px; } }

.dotLine {
  height: 8px;
  background: url(images/dotted.png) no-repeat; }
  @media screen and (max-width: 900px) {
    .dotLine {
      background-size: contain; } }

.dotLine01 {
  margin-bottom: 30px; }
  @media screen and (max-width: 900px) {
    .dotLine01 {
      margin-bottom: 3px; } }

.dotLine02 {
  margin-top: 34px;
  margin-bottom: 30px; }
  @media screen and (max-width: 900px) {
    .dotLine02 {
      margin-top: 24px;
      margin-bottom: 3px; } }

.fixed_contact {
  position: fixed;
  top: 50px;
  right: 20px;
  margin: auto;
  z-index: 999; }
  @media screen and (max-width: 900px) {
    .fixed_contact img:first-child {
      display: none; } }
  .fixed_contact img:last-child {
    display: none; }
    @media screen and (max-width: 900px) {
      .fixed_contact img:last-child {
        display: inline;
        position: fixed;
        width: 60px;
        top: 46px;
        right: 10px; } }

.title01 {
  padding-top: 30px;
  margin-bottom: 20px; }

.text-center {
  text-align: center; }

.heading-live {
  margin-top: 30px;
  margin-bottom: 10px; }
  .heading-live img {
    max-width: 360px;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .heading-live img {
        max-width: 180px; } }
  .heading-live div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 440px;
    width: 100%;
    margin-left: auto; }
    @media screen and (max-width: 900px) {
      .heading-live div {
        max-width: 260px;
        width: 100%; } }
  .heading-live p {
    font-size: 24px;
    text-align: center;
    background: #231815;
    color: #fff;
    padding: 10px 22px;
    border-radius: 40px;
    letter-spacing: 0px; }
    @media screen and (max-width: 900px) {
      .heading-live p {
        font-size: 14px; } }

.absolute-live {
  position: absolute;
  z-index: 2;
  top: 0;
  top: -54px;
  right: 12px; }

.absolute-time01 {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 12px; }
  @media screen and (max-width: 900px) {
    .absolute-time01 {
      max-width: 35px;
      width: 100%;
      bottom: 7px;
      right: -40px; } }

.absolute-time02 {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 12px; }
  @media screen and (max-width: 900px) {
    .absolute-time02 {
      max-width: 35px;
      width: 100%;
      bottom: 7px;
      right: -80px; } }

.content02 {
  max-width: 900px;
  width: 100%;
  padding-top: 40px; }

.entry {
  background: #fff;
  border-bottom: 1px solid #231815; }
  .entry__titleBg {
    background: #231815; }
  .entry__titleGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto; }
  .entry__title {
    width: 30%;
    margin-top: 5px; }
    .entry__title img {
      vertical-align: bottom; }
  .entry__description {
    margin-top: 5px;
    width: 70%;
    text-align: center; }
  .entry .kokoro {
    font-family: ab-kokoro-no2, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff; }
  .entry__content {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 50px 0 40px 0; }

.contact {
  background: #ffef00; }
  .contact__wrap {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 50px 0; }

.m-minasu-bottom {
  margin-bottom: -24px; }

@media screen and (max-width: 900px) {
  .letter p {
    letter-spacing: 0.5px; } }

@media screen and (max-width: 900px) {
  .boxinner02 {
    padding: 10px 14px 2px 14px; } }

@media screen and (max-width: 900px) {
  .boxinner04 {
    padding: 10px 14px 0px 14px; } }

.seminarmovie {
  position: relative;
  width: 90%;
  height: 100%;
}

@media only screen and (max-width: 767px) {

.seminarmovie {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}
}
.seminarmovie {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
}
.seminarmovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.seminarmovie2 {
  align:center;
  position: relative;
  width: 98%;
  padding-top: 56.25%;
}
.seminarmovie2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.seminarmovie3 {
  position: relative;
  width: 98%;
  padding-top: 58.25%;
}
.seminarmovie3 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.seminarmovie4 {
  position: relative;
  width: 98%;
  padding-top: 60.25%;
}
.seminarmovie4 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1em 3em;
  text-decoration: none;
  color: #FFF;
  background: #3399cc;/*背景色*/
  border-bottom: solid 2px #006699;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */
