@charset "UTF-8";
/* メインビジュアル */
.mainVisual {
  background: #f5f5f5;
  min-height: 100% !important;
  position: relative;
}
.mainVisual__pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px 15px;
}
@media (max-width: 1023px) {
  .mainVisual__pankuzu {
    display: none;
  }
}
.mainVisual__pankuzu a {
  color: #333;
  display: inline-block;
  font-weight: normal;
}
.mainVisual__pankuzu--list:not(:last-of-type)::after {
  content: ">";
  padding: 0 8px;
}
.mainVisual__outer {
  -webkit-box-pack: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin: 0 auto;
  max-width: 1200px;
  padding: 16px 20px 40px;
}
@media (max-width: 1023px) {
  .mainVisual__outer {
    display: block;
    padding: 0;
  }
}
.mainVisual__img02 {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 1023px) {
  .mainVisual__img02 {
    max-width: 100%;
  }
}
.mainVisual__inner {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 32px;
  max-width: 730px;
  text-align: left;
}
@media (max-width: 1023px) {
  .mainVisual__inner {
    margin-left: 0;
    padding: 20px;
  }
}
.seminar__list {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}
.seminar__label--now {
  background: #fff;
  border: 1px solid #003e9a;
  color: #003e9a;
  padding: 5px 12px;
}
.seminarMainArea__tit {
  font-family: "UD新ゴ B";
  font-size: 3rem;
  margin-top: 12px;
}
.seminarMainArea__txt {
  margin-top: 8px;
}
.seminarMainArea__txt-bold {
  font-family: "UD新ゴ B", sans-serif;
}
.seminarMainArea__orangeBtn {
  margin-top: 24px;
}
.seminarMainArea__orangeBtn a {
  align-items: center;
  background: #f77911;
  border: 2px solid #f77911;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 2.1rem;
  justify-content: center;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  min-height: 66px;
  min-width: 400px;
  padding: 3px 18px;
  position: relative;
  transition: color 0.4s, background-color 0.4s;
}
@media (max-width: 1023px) {
  .seminarMainArea__orangeBtn a {
    font-size: 1.8rem;
    min-width: 270px;
  }
}
.seminarMainArea__orangeBtn a:hover {
  background-color: #fff;
  border-color: #f77911;
  color: #f77911;
  text-decoration: none;
}
.seminarMainArea__orangeBtn-arrow01:after {
  background: url(/static/jp/common/img/ico_rightArrow02.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 17px;
  top: calc(50% - 5px);
  transform: rotate(90deg);
  vertical-align: middle;
  width: 6px;
}
.seminarMainArea__orangeBtn a:hover .seminarMainArea__orangeBtn-arrow01:after {
  background-image: url(/static/jp/common/img/ico_rightArrow07.png);
}
@media screen and (max-width: 1023px) {
  .pageH2Area {
    margin: 50px auto 30px;
  }
}
.contents-navy .pageH2Area__tit02 {
  border-bottom: 3px solid #000048;
}
.contents-green .pageH2Area__tit02 {
  border-bottom: 3px solid #06c755;
}
.contents-red .pageH2Area__tit02 {
  border-bottom: 3px solid #f03;
}
.pageBorderBox02 {
  text-align: center;
}
.pageBorderBox02__txt .pageTxt {
  text-align: left;
}
.pageBorderBox02__txt .pageTxt:first-of-type {
  margin-top: 0;
}
.pageBorderBox02__txt .pageTxt:not(:first-of-type) {
  margin-top: 16px;
}
.pageTxtList__item {
  margin-top: 8px;
}
.orangeBtn .orangeBtn__arrow01:after {
  transform: rotate(90deg);
}
/*スピーカー*/
.c-speaker {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.c-speaker__item {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .c-speaker__item {
    gap: 20px;
  }
}
.c-speaker__img {
  border: 1px solid #ccc;
  border-radius: 50%;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-speaker__img {
    max-width: 120px;
    width: 100%;
  }
}
.c-speaker__name-company {
  color: #999;
  font-size: 1.4rem;
}
.seminarTable__item {
  padding-left: 20px;
  position: relative;
}

.seminarTable__item:before {
  content: "■";
  left: 0;
  position: absolute;
}
/*フォーム*/
.c-form {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .mktoForm {
    width: 100% !important;
  }
  .mktoForm input[type="url"],
  .mktoForm input[type="text"],
  .mktoForm input[type="date"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    font-size: 18px;
    height: 1.5em;
    line-height: 1.5em;
    width: 100%;
  }
}
/*トークン*/
.c-token {
  margin-top: 70px;
}
/* 追従ボタン */
@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.footer-pagetop {
  animation: fade 0.2s ease-in-out forwards;
  bottom: 30px;
  display: none;
  opacity: 0;
  position: fixed;
  right: 30px;
  visibility: hidden;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .footer-pagetop {
    bottom: 65px;
    right: 20px;
  }
}
.footer-pagetop.is-show {
  animation: fadeInUp 0.2s ease-in-out forwards;
  display: block;
  visibility: visible;
}
.footer-pagetop__link {
  align-items: center;
  background-color: #f77911;
  border-radius: 82px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  height: 164px;
  justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 164px;
}

@media screen and (max-width: 1023px) {
  .footer-pagetop__link {
    border-radius: 26.66667vw;
    height: 100px;
    width: 100px;
  }
}
.footer-pagetop__small {
  background-color: #fff;
  border-radius: 18px;
  color: #f77911;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 6px 12px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 1023px) {
  .footer-pagetop__small {
    font-size: 1.1rem;
    padding: 3px 6px;
  }
}
.footer-pagetop__txt {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  margin-top: 15px;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .footer-pagetop__txt {
    font-size: 1.5rem;
    margin-top: 1.33333vw;
  }
}
@media screen and (min-width: 1024px) {
  .footer-pagetop:hover .footer-pagetop__link {
    background-color: #fff;
    text-decoration: none !important;
  }
  .footer-pagetop:hover .footer-pagetop__small {
    background-color: #f77911;
    color: #fff;
    text-decoration: none !important;
  }
  .footer-pagetop:hover .footer-pagetop__txt {
    color: #f77911;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .footer-pagetop:hover .footer-pagetop__link {
    opacity: 0.7;
    text-decoration: none !important;
  }
  .footer-pagetop:hover .footer-pagetop__small {
    text-decoration: none !important;
  }
  .footer-pagetop:hover .footer-pagetop__txt {
    text-decoration: none !important;
  }
}
#lyb-footer .lyb-fixed-pagetop {
  display: none !important;
}
