@charset "UTF-8";
/* ---------------------------------------------
*   youtube
--------------------------------------------- */
.c-movie {
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0 auto;
  max-width: 760px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* ---------------------------------------------
*   c-mmenu
--------------------------------------------- */
.c-mmenu__contents {
  text-align: center;
}
.c-menu__list {
  display: inline-block;
  text-align: left;
}
.c-menu__item:not(:first-of-type) {
  margin-top: 6px;
}
.c-menu__item {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .pageH2Area--tit01 {
    margin-bottom: 16px;
  }
}
/* ---------------------------------------------
*   c-bnr
--------------------------------------------- */
.c-bnr {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-bnr {
    margin-top: 40px;
  }
}
.c-bnr a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr a:hover {
    opacity: 0.7;
  }
}
.c-bnr img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  max-width: 600px;
  width: 100%;
}
/* ---------------------------------------------
*   c-acc
--------------------------------------------- */
.c-acc {
  background: #f2f4f8;
  margin-top: 60px;
  padding: 50px;
}
@media screen and (max-width: 1023px) {
  .c-acc {
    padding: 24px;
  }
}
.c-acc-H2Area {
  text-align: center;
}
.c-acc-H2Area__tit {
  align-items: center;
  color: #404040;
  display: flex;
  font-family: "UD新ゴ B";
  font-size: 2.8rem;
  gap: 40px;
  justify-content: center;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-acc-H2Area__tit {
    font-size: 2.4rem;
    gap: 16px;
    padding: 0 20px;
  }
}
.c-acc-H2Area__tit::after,
.c-acc-H2Area__tit::before {
  background-color: rgb(0, 0, 72);
  content: "";
  height: 3px;
  position: relative;
  width: 22px;
}
@media screen and (max-width: 1023px) {
  .c-acc-H2Area__tit::after,
  .c-acc-H2Area__tit::before {
    width: 16px;
  }
}
.c-acc__list {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 48px;
}
@media screen and (max-width: 1023px) {
  .c-acc__list {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
}
.c-acc__item {
  flex: 1;
  text-align: center;
}
.c-acc__item--img {
  max-width: 160px;
  width: 100%;
}
.c-acc__item--txt {
  font-family: "UD新ゴ B";
  font-size: 1.6rem;
  margin-top: 12px;
  text-align: center;
}
.c-acc__item--txt-small {
  font-family: "UD新ゴ M";
  font-size: 1.2rem;
}
.c-acc__txt {
  margin-top: 32px;
  text-align: center;
}
.c-acc__contents {
  margin-top: 32px;
  text-align: center;
}
.c-acc__list-2 {
  display: inline-block;
  text-align: left;
}
.c-acc__item-2 {
  padding-left: 16px;
  position: relative;
}
.c-acc__item-2:before {
  background: #333;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
@media screen and (max-width: 1023px) {
  .c-acc__item-2:before {
    top: 6px;
    transform: unset;
  }
}
/* ---------------------------------------------
*   seminarList
--------------------------------------------- */
.seminarList {
  gap: 12px;
  justify-content: center;
  margin-top: 40px !important;
}
@media screen and (max-width: 1023px) {
  .seminarList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
  }
  .seminarList__item {
    flex: 0 0 calc(100% - 12px - 50px);
    margin-left: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    vertical-align: top;
    width: calc(100% / 4 - 10px);
  }
}
.seminarList .c-cardA1__link {
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}
.seminarList .pagePannel__txt2 {
  color: #000;
  font-family: "UD新ゴ DB";
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-align: left;
}
.seminarList .pagePannel__time {
  background: rgba(96, 96, 96, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 4px 6px;
  position: absolute;
  right: 10px;
}
.seminarList .c-cardA1__btn {
  align-items: center;
  background-color: #00003e;
  background-image: linear-gradient(135deg, #d6d9e0 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border-radius: 32px;
  display: inline-flex;
  height: 52px;
  margin: auto auto 0;
  padding: 3px 46px 3px 29px;
  position: relative;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
  width: auto;
}
.seminarList .c-cardA1__btnTxt {
  color: #fff;
  font-family: "UD新ゴ M", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  transition: color 0.6s;
}
.seminarList .c-cardA1__btnTxt::after {
  background: url(/static/jp/common/img/ico_rightArrow02.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 26px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 26px;
}
.pagePannel__detail {
  padding: 14px 12px 20px;
}
.seminarList__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.seminarList__item {
  margin-left: 0;
  vertical-align: top;
  width: calc(100% / 4 - 10px);
}
@media screen and (max-width: 1023px) {
  .seminarList__item {
    width: 100%;
  }
}
.seminarList__item:nth-of-type(n + 4) {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .seminarList__item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
/* ---------------------------------------------
*   c-cta__btn-orange
--------------------------------------------- */
.c-cta__btn-orange {
  margin-inline: auto;
  margin-top: 50px;
  max-width: 354px;
  position: relative;
  text-align: center;
}

.c-cta__btn-orange--icon {
  left: -26px;
  max-width: 73px;
  position: absolute;
  top: -26px;
  width: 100%;
  z-index: 5;
}
@media (max-width: 1023px) {
  .c-cta__btn-orange--icon {
    left: 15px;
    max-width: 60px;
    position: absolute;
    top: -36px;
    width: 100%;
  }
}
.c-cta__btn-orange a {
  align-items: center;
  background: #f77911;
  border: 3px solid #fff;
  border-radius: 36px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: var(--ff-B);
  font-size: 2.1rem;
  height: 71px;
  justify-content: center;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 354px;
}

@media (max-width: 1023px) {
  .c-cta__btn-orange a {
    border: 2px solid #fff;
    font-size: 1.9rem;
    height: 65px;
    max-width: 305px;
  }
}
.c-cta__btn-orange a:hover {
  opacity: 0.8;
  text-decoration: none;
}
