@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");

/* SP用ハンバーガーメニュー */
#humberger {
  /* display: none;
  position: fixed;
  top: 8px;
  right: 10px;
  padding: 10px 9px 7px;
  width: 15px;
  border: 1px solid #050126;
  border-radius: 50%;
  box-sizing: initial;
  background: #B3DEFD;
  cursor: pointer;
  z-index: 50000; */
}

.icon-bar {
  /* display: block;
  margin: 0 0 3px;
  height: 2px;
  box-sizing: initial;
  background: #050126;
  transition: all 400ms cubic-bezier(1, 0, 0, 1); */
  /* easeInOutExpo */
  /* transition-timing-function: cubic-bezier(1, 0, 0, 1); */
  /* easeInOutExpo */
}

/* ドロワー開放時のスタイル */
/* body.drawer-opened #humberger {
  border: none;
  width: 20px;
  background: none;
}

body.drawer-opened #humberger .icon-bar {
  background: #050126;
}

body.drawer-opened #humberger :nth-child(1) {
  transform: translate(0, 5px) rotate(225deg);
}

body.drawer-opened #humberger :nth-child(2) {
  opacity: 0;
}

body.drawer-opened #humberger :nth-child(3) {
  transform: translate(0, -5px) rotate(-225deg);
}

body.drawer-opened #overlay {
  z-index: 20001;
  opacity: 0.8;
  right: -240px;
}

#drawernav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 20002;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #DBDBE0;
  color: #000;
}

#humbergermenu-logo {
  display: block;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #FFF;
  z-index: 50000;
}

#humbergermenu-logo a {
  position: relative;
  top: 11px;
  left: 15px;
  cursor: pointer;
}

#humbergermenu-logo a img {
  width: 85px;
  height: 28px;
}

.drawernav-inner {
  padding: 50px 15px 70px;
}

.drawernav-txtlist ul li:not(:last-child) {
  border-bottom: solid 1px #FFF;
}

.drawernav-txtlist ul li a {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}

.drawernav-txtlist ul li a::after {
  transform: rotate(45deg);
  content: "";
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #050126;
  border-right: 1px solid #050126;
  cursor: pointer;
}

.drawernav-txtlist ul li p::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  left: 10px;
  width: 9px;
  height: 9px;
  background: url("https://www.bmc-net.jp/img/common/ic_link.webp") no-repeat 0 0;
  background-size: contain;
}

.drawernav-txtlist ul li.home img {
  width: 22px;
  height: 22px;
}

.drawernav-txtlist ul li.training {
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: solid 1px #050126;
}

.drawernav-txtlist ul li.company a,
.drawernav-txtlist ul li.recruit a,
.drawernav-txtlist ul li.hakenform a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.drawernav-txtlist ul li.company a::before,
.drawernav-txtlist ul li.recruit a::before,
.drawernav-txtlist ul li.hakenform a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
}

.drawernav-txtlist ul li.company a::before {
  background: url("https://www.bmc-net.jp/img/common/ic_company.webp") no-repeat 0 0;
  background-size: contain;
}

.drawernav-txtlist ul li.recruit a::before {
  background: url("https://www.bmc-net.jp/img/common/ic_recruit.webp") no-repeat 0 0;
  background-size: contain;
}

.drawernav-txtlist ul li.hakenform a::before {
  background: url("https://www.bmc-net.jp/img/common/ic_hakenform.webp") no-repeat 0 0;
  background-size: contain;
}

.drawernav-txtlist ul li.drawernav-txtlist-lists span {
  display: block;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}

.drawernav-txtlist ul li.drawernav-txtlist-lists ul li {
  border-bottom: unset !important;
}

.drawernav-txtlist ul li.drawernav-txtlist-lists ul li a {
  padding: 5px 10px 10px 25px;
}

.drawernav-btnlist {
  margin: 15px 0 40px;
  padding: 20px 0 0;
  border-top: solid 1px #050126;
}

.drawernav-btnlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.drawernav-btnlist ul li.mod-btn a {
  width: 270px;
}

.drawernav-btnlist ul li.mod-btn__contact {
  padding: 0 0 20px;
  border-bottom: solid 1px #050126;
}

.drawernav-btnlist ul li.tel a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 25px;
  font-weight: 500;
  color: #050126;
}

.drawernav-btnlist ul li.tel a::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("https://www.bmc-net.jp/img/common/ic_phone.webp") no-repeat 0 0;
  background-size: contain;
}

.drawernav-copyright {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.spNav .accordion {
  border-bottom: 1px solid #000;
}

.spNav .accordion:first-of-type {
  border-top: 1px solid #000;
}

.spNav .accordion dl dt {
  position: relative;
  padding: 11px 30px 12px 0;
  height: 45px;
  font-size: 16px;
}

.spNav .accordion dl dt:before,
.spNav .accordion dl dt:after {
  position: absolute;
  content: "";
  transition: all 0.2s linear;
  background: #000;
}

.spNav .accordion dl dt:before {
  right: 16px;
  top: 15px;
  width: 2px;
  height: 14px;
}

.spNav .accordion dl dt:after {
  right: 10px;
  top: 21px;
  width: 14px;
  height: 2px;
}

.spNav .accordion dl dt.is-open:before {
  transform: rotate(180deg);
  opacity: 0;
}

.spNav .accordion dl dt.is-open:after {
  transform: rotate(180deg);
}

.spNav .accordion dl dd {
  display: none;
}

.spNav ul li a {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.spNav ul li p {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
}

.spNav .spNav-sublist ul {
  margin: 0 0 0 15px;
  padding: 0 0 10px;
}

.spNav .spNav-sublist ul li a {
  font-size: 15px;
  font-weight: normal;
}

.spNav .spNav-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}

.spNav .spNav-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 45px;
  border: solid 1px #79747E;
  border-radius: 30px;
  font-size: 16px;
  color: #000;
} */

/* SP用ハンバーガーメニュー */
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  font-family: sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
a,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
  list-style-type: none;
  text-decoration: none;
}

.nojq {
  display: none;
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #050126;
}

@media screen and (max-width: 768px) {
  .header {
    border-bottom: none;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /* width: auto !important; */
  height: 99px;
  margin: 0 auto !important;
  max-width: 1180px !important;
}

@media screen and (min-width: 1281px) and (max-width: 1480px) {
  .header-inner {
    margin: 0 15px;
    /* width: calc(100% - 30px); */
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-inner {
    margin: 0 15px;
    /* width: calc(100% - 30px); */
  }
}

@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 15px;
    width: 100%;
    height: 50px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 150px;
}

@media screen and (max-width: 768px) {
  .header-logo img {
    width: 85px;
    height: 28px;
  }
}

.header-nav {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .header-nav {
    margin: 12px 70px 0 0;
  }
}

.header-nav-top {
  margin: 0 0 17px;
}

@media screen and (max-width: 768px) {
  .header-nav-top {
    display: none;
  }
}

.header-nav-top ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.header-nav-top ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: solid 2px #FFF;
  font-size: 16px;
  font-weight: 500;
  color: #050126;
}

.header-nav-top ul li a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
}

.header-nav-top ul li a:hover {
  opacity: 1;
  border-bottom: solid 2px #050126;
}

.header-nav-top ul li a:hover::before {
  transform: rotate(-30deg);
}

.header-nav-top ul li.company a::before {
  background: url("https://www.bmc-net.jp/img/common/ic_company.webp") no-repeat 0 0;
  background-size: contain;
}

.header-nav-top ul li.recruit a::before {
  background: url("https://www.bmc-net.jp/img/common/ic_recruit.webp") no-repeat 0 0;
  background-size: contain;
}

.header-nav-top ul li.hakenform a::before {
  background: url("https://www.bmc-net.jp/img/common/ic_hakenform.webp") no-repeat 0 0;
  background-size: contain;
}

.header-nav-top ul li.tel a::before {
  background: url("https://www.bmc-net.jp/img/common/ic_phone.webp") no-repeat 0 0;
  background-size: contain;
}

.header-nav-bottom ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-nav-bottom ul li a {
  position: relative;
  padding: 0 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}

.header-nav-bottom ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px !important;
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
  width: 100%;
  height: 5px;
  border: solid 1px #050126;
  background: #25AEEA;
}

.header-nav-bottom ul li a:hover {
  opacity: 1;
}

.header-nav-bottom ul li a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

@media screen and (max-width: 768px) {
  .header-nav-bottom ul li.home {
    display: none;
  }
}

.header-nav-bottom ul li.home img {
  width: 22px;
  height: 22px;
}

.header-nav-bottom ul li.home a {
  padding: 0 0 12px;
}

@media screen and (max-width: 768px) {
  .header-nav-bottom ul li.txtlink {
    display: none;
  }
}

.header-nav-bottom ul li.active a::after {
  transform: scale(1, 1);
}

.header-nav-bottom ul li.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 2px;
  width: 110px;
  height: 26px;
  border-radius: 15px;
  border: solid 1px #050126;
  font-size: 13px;
  font-weight: 700;
  background: #FFF;
  color: #050126;
}

.header-nav-bottom ul li.btn a::after {
  content: none;
}

.header-nav-bottom ul li.btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .header-nav-bottom ul li.btn__red {
    display: none;
  }
}

.header-nav-bottom ul li.btn__red a {
  background: #FFAFE0;
}

.header-nav-bottom ul li {
  /* ドロップダウンメニュー用 */
}

.header-nav-bottom ul li.dropdown:hover .header-nav-bottom-dropdownlists ul {
  visibility: visible;
  /* ホバーしたら表示 */
  opacity: 1;
}

.header-nav-bottom ul li.dropdown.active .header-nav-bottom-dropdownlists .noactive a:hover {
  opacity: 1;
}

.header-nav-bottom ul li.dropdown.active .header-nav-bottom-dropdownlists .noactive a:hover::after {
  transform: scale(1, 1);
}

.header-nav-bottom ul li.dropdown.active .header-nav-bottom-dropdownlists .noactive a::after {
  transform: scale(0, 1);
}

.header-nav-bottom-dropdownlists {
  position: relative;
}

.header-nav-bottom-dropdownlists ul {
  visibility: hidden;
  /* デフォルトでは非表示 */
  opacity: 0;
  transition: all 0.3s;
  flex-direction: column;
  gap: 0;
  position: absolute;
  top: 16px;
  background: #EEF0F4;
}

.header-nav-bottom-dropdownlists ul li {
  width: 200px;
}

.header-nav-bottom-dropdownlists ul li:not(:last-child) {
  border-bottom: solid 1px #050126;
}

.header-nav-bottom-dropdownlists ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
}

.header-nav-bottom-dropdownlists ul li a::after {
  bottom: -1px;
  left: -1px;
}

@media screen and (max-width: 768px) {
  #humberger {
    display: block;
  }

  .header-nav-bottom ul li.btn a {
    margin-right: 20px;
  }
}

/*--- 2026/3/13 追加 ---*/
.hide-top-nav {
  display: none;
}

.header-nav-top {
  transition: all .3s ease;
}


.footer {
  background: #EEF0F4;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 15px;
  }
}

.footer .footer-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 80px;
  width: 1080px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer .footer-inner {
    padding: 60px 0 80px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-inner {
    padding: 40px 0 80px;
    width: 100%;
  }
}

.footer .footer-top {
  display: grid;
  grid-template-areas: "logo linklist btnlist" "otherlist linklist btnlist";
  justify-content: space-between;
  padding: 0 0 40px;
}

.footer .footer-top .footer-logo {
  grid-area: logo;
}

@media screen and (max-width: 768px) {
  .footer .footer-top .footer-logo img {
    width: 100%;
  }
}

/* 2026.3.23 追加 */
.footer-linklist {
  gap: 60px !important;
}

.footer .footer-top .footer-linklist {
  grid-area: linklist;
}

.footer .footer-top .footer-btnlist {
  grid-area: btnlist;
}

.footer .footer-top .footer-otherlist {
  grid-area: otherlist;
}

@media screen and (max-width: 768px) {
  .footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 30px;
  }
}

.footer .footer-logo {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .footer .footer-logo {
    margin: 0 auto 30px;
    width: 150px;
  }
}

.footer .footer-linklist {
  display: flex;
  gap: 90px;
}

@media screen and (max-width: 768px) {
  .footer .footer-linklist {
    flex-wrap: wrap;
    gap: 25px;
    margin: 0 0 30px;
  }
}

.footer .footer-linklist ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .footer .footer-linklist ul {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.footer .footer-linklist ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}

@media screen and (max-width: 768px) {
  .footer .footer-btnlist {
    margin: 0 auto 50px;
  }
}

.footer .footer-btnlist ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .footer .footer-btnlist ul {
    gap: 15px;
  }
}

.footer .footer-btnlist ul li .mod-btn a {
  padding: 0 50px;
  width: 270px;
}

@media screen and (max-width: 768px) {
  .footer .footer-btnlist ul li .mod-btn a {
    padding: 0;
  }
}

.footer .footer-btnlist ul li .mod-btn__red a {
  height: 54px;
}

.footer .footer-otherlist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .footer .footer-otherlist {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
  }
}

.footer .footer-otherlist ul {
  display: flex;
  gap: 10px;
}

.footer .footer-otherlist ul li {
  width: 44px;
}

.footer .footer-otherlist ul li img {
  width: 100%;
  height: auto;
}

.footer .footer-otherlist ul li.isms {
  width: 120px;
}

.footer .footer-otherlist ul li.isms span {
  display: block;
  font-size: 62.5%;
  text-align: center;
  padding: 5px 0 0;
  color: #050126;
}

.footer .footer-otherlist ul li.securityaction {
  width: 60px;
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: solid 1px #050126;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom {
    flex-direction: column;
    padding: 30px 0 0;
  }
}

.footer .footer-bottom-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom-link ul {
    justify-content: center;
    gap: 15px 30px;
    margin: 0 0 30px;
  }
}

.footer .footer-bottom-link ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #050126;
}

.footer .footer-copyright {
  font-size: 13px;
  font-weight: 300;
  color: #050126;
}

@media screen and (max-width: 768px) {
  .footer .footer-copyright {
    text-align: center;
  }
}

/* ボタン */
.mod-btn {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .mod-btn {
    width: 100%;
  }
}

.mod-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 40px 0 60px;
  width: 240px;
  height: 54px;
  border-radius: 40px;
  border: solid 1px #050126;
  font-size: 17px;
  font-weight: 700;
  background: #FFF;
  color: #050126;
}

@media screen and (max-width: 768px) {
  .mod-btn a {
    padding: 0;
    margin: 0 auto;
    height: 44px;
    font-size: 15px;
  }
}

.mod-btn a::before {
  content: "";
  position: absolute;
  margin: 0 0 0 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #050126 url("https://www.bmc-net.jp/img/common/ic_arrow.webp") no-repeat center center;
  animation-name: btn-move-out;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

@keyframes btn-move-out {
  0% {
    left: 5px;
  }

  100% {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .mod-btn a::before {
    width: 26px;
    height: 26px;
    background-size: 13px;
  }
}

.mod-btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}

.mod-btn a:hover::before {
  margin: 0 0 0 22px;
  background: url("https://www.bmc-net.jp/img/common/ic_arrow_l.webp") no-repeat center center;
  animation-name: btn-move-in;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

@keyframes btn-move-in {
  0% {
    left: 0;
  }

  100% {
    left: 5px;
  }
}

.mod-btn__short a {
  padding: 0 30px 0 70px;
  width: 190px;
}

.mod-btn__red a {
  padding: 0 50px;
  width: 270px;
  height: 48px;
  background: #FFAFE0;
}

@media screen and (max-width: 768px) {
  .mod-btn__red a {
    height: 44px;
    padding: 0;
  }
}

main {
  margin-top: 99px;
}

/*--- 2026/3/13 追加 ---*/
@media screen and (max-width: 768px) {
  main {
    margin-top: 50px;
  }
}

.seminar-categories {
  display: flex;
  gap: 8px;
}

.seminar-category {
  display: flex;
  height: 24px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: var(--Color-base1, #F3ECE9);
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .topicpath {
    padding: 0 15px;
  }
}

.topicpath__list {
  display: flex;
  width: 1180px;
  margin: 0 auto;
  padding: 15px 0 5px;
}

.seminar-detail ol.topicpath__list>li:first-child {
  margin-top: 0px;
  margin-left: 0px;
}

.seminar-detail ol.topicpath__list>li {
  list-style: none !important;
  list-style-type: none !important;
  margin-right: 2px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .topicpath__list {
    flex-wrap: wrap;
    width: 100%;
  }
}

.topicpath__item {
  position: relative;
  float: left;
  margin-right: 25px;
  font-size: 12px;
}

.topicpath__item:after {
  content: "＞";
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 12px;
}

.topicpath__item:last-child {
  margin-right: 0;
}

.topicpath__item:last-child:after {
  content: none;
}

.topicpath__item a {
  color: #000;
  /* body/2extraSmall */
  font-family: "Noto Sans JP";
  font-size: 12px;
}

.topicpath__item a:hover {
  color: #009FE8;
}

.sort-container {
  /* filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.25)); */
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
  border-radius: 7px;
  background: #FFF;
  padding-top: 22px;
  padding-bottom: 37px;
  margin-bottom: 30px;
}

.sort-container .sort-container__ttl {
  color: #050126;
  /* body/extraMediun_strong */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  padding-left: 17px;
  margin-bottom: 13px;
}

.sort-container .sort-container__ttl .item {
  display: inline-block;
  height: fit-content;
  padding: 4px 8px;
  border-radius: 30px;
  border: 1px solid #B7ADA9;
  background: #FFF;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sort-container .sort-container__ttl .item a {
  color: #050126;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
}

.sort-container .sort-container__ttl .item:hover {
  background: #050126;
}

.sort-container .sort-container__ttl .item:hover a {
  color: #FFF;
}

.sort-container .sort-lists {
  padding-left: 31px;
}

@media screen and (max-width: 768px) {
  .sort-container .sort-lists {
    padding: 0 15px;
  }
}

.sort-container .sort-list {
  display: flex;
  gap: 18px;
}

.sort-container .sort-list .list-ttl {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 132px;
  background: #F3ECE9;
  padding: 15px 0 15px 19px;
  color: #050126;
  /* body/extraSmall */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

.sort-container .sort-list ul {
  display: flex;
  gap: 4px;
  row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sort-container .sort-list {
    flex-wrap: wrap;
  }

  /*--- 2026.01.23 追加 ---*/
  .sort-container .sort-list .list-ttl {
    width: 95%;
    padding: 8px 0 8px 8px;
  }

  .sort-container .sort-list ul {
    margin-bottom: 20px;
    padding: 0 6px;
  }
}

@media screen and (min-width: 768px) {
  .site-main .sort-list:nth-child(4) {
    height: 22px;
  }

  .site-main .sort-list:nth-child(4) p {
    padding-top: 14px;
    padding-bottom: 22px;
  }
}

.sort-container .sort-list .item {
  display: block;
  height: fit-content;
  padding: 4px 8px;
  border-radius: 30px;
  border: 1px solid #B7ADA9;
  background: #FFF;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sort-container .sort-list .item a {
  color: #050126;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
}

.sort-container .sort-list .item:hover {
  background: #050126;
}

.sort-container .sort-list .item:hover a {
  color: #FFF;
}

.seminar-detail .inner {
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .seminar-detail .inner {
    max-width: 100%;
  }
}

.seminar-detail .main-visual {
  max-width: 1180px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .seminar-detail .main-visual {
    max-width: 100%;
  }
}

.seminar-detail .seminar-categories {
  margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
  .seminar-detail .seminar-categories {
    padding: 0 15px;
  }
}

/*--- 2026.01.26 追加 ---*/
.seminar-detail .seminar-ended {
  background-color: #F5F0E9;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
}

.seminar-detail .flex-container {
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .seminar-detail .flex-container {
    display: block;
  }
}

.seminar-detail .flex-inner {
  max-width: 880px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .seminar-detail .flex-inner {
    padding: 0 15px;
  }
}

.seminar-detail .seminar-ttl {
  color: var(--Color-, #001969);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 30px;
}

/*--- 2026.01.21 追加 ---*/
.seminar-detail .seminar-ttl p {
  font-size: 22px;
  font-weight: 600;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .seminar-detail .seminar-ttl p {
    font-size: 20px;
    line-height: 160%
  }
}

.seminar-detail .section-ttl {
  display: flex;
  padding: 4px 16px;
  align-items: center;
  background: rgba(0, 144, 248, 0.3);
  color: var(--Color-black, #000);
  /* body/extraMediun_strong */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
  margin-bottom: 16px;
}

.seminar-detail .info-ttl {
  color: var(--Color-black, #000);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.36px;
  margin-bottom: 8px;
}

/*--- 2026.01.21 追加 ---*/
.seminar-detail .info-ttl p {
  line-height: 1.6;
}

.seminar-detail .ttl {
  color: var(--Color-black, #000);
  /* body/medium_strong */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.32px;
  margin-bottom: 8px;

  /*--- 2026.01.21 追加 ---*/
  margin-top: 20px;
}

.seminar-detail .txt {
  color: var(--Color-black, #000);
  /* body/small */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
  margin-bottom: 24px;
}

/*--- 2026.01.21 追加 ---*/
.seminar-detail .txt p {
  line-height: 180%;
}

/*--- 2026.01.21 追加 ---*/
.seminar-detail .txt .red {
  color: #E91F70;
  /* body/small */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
}


.seminar-detail .txt iframe {
  width: 100%;
  /*--- 2026.01.21 追加 ---*/
  height: 250px;
}

.seminar-detail .add_txt ul li {
  line-height: 130%;
}

.seminar-detail .txt-link {
  color: var(--Color-black, #000);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 260%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.seminar-detail .price-supplement p {
  color: var(--Color-black, #000);
  /* body/small */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
}

.seminar-detail .place-text p {
  color: var(--Color-black, #000);
  /* body/small */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
}

/*--- 2026.02.12 追加 ---*/
.seminar-detail ul,
.seminar-detail ol {
  margin-top: 10px;
}

.seminar-detail ul>li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.seminar-detail ul>li:first-child,
.seminar-detail ol>li:first-child {
  margin-top: 6px;
}

.seminar-detail ol>li {
  margin-left: 20px;
  list-style: decimal;
  list-style-type: decimal !important;
  margin-bottom: 10px;
}


.seminar-detail .icon01 {
  position: relative;
  padding-left: 1.3em;
}

.seminar-detail .icon01::after {
  position: absolute;
  content: "";
  background: url(../img/single-seminar/icon01.svg) no-repeat center/contain;
  width: 15px;
  height: 16px;
  top: 55%;
  left: 0;
  translate: 0 -50%;
}

.seminar-detail .icon02 {
  position: relative;
  padding-left: 1.5em;
}

.seminar-detail .icon02::after {
  position: absolute;
  content: "";
  background: url(../img/single-seminar/icon02.svg) no-repeat center/contain;
  width: 19px;
  height: 17px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.seminar-detail .lecturer_container {
  display: flex;
  gap: 28px;
}

.seminar-detail .lecturer_container img {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 50%;
}


.seminar-detail .icon03 {
  position: relative;
  padding-left: 1.5em;
}

.seminar-detail .icon03::after {
  position: absolute;
  content: "";
  background: url(../img/single-seminar/icon03.svg) no-repeat center/contain;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.seminar-detail .icon04 {
  position: relative;
  padding-left: 1.3em;
}

.seminar-detail .icon04::after {
  position: absolute;
  content: "";
  background: url(../img/single-seminar/icon04.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.seminar-detail .payment-img01 {
  display: block;
  max-width: 480px;
  width: 100%;
}

.seminar-detail .payment-img02 {
  display: block;
  max-width: 880px;
  width: 100%;
}

.seminar-detail .side-navi {
  position: relative;
  max-width: 270px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  /* top: 120px; */
}

.side-navi .mod-btn a {
  font-size: 16px;
  padding-left: 54px !important;
}

.seminar-detail .navi-item,
.seminar-detail .navi-lower {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.seminar-detail .navi-list_container {
  position: sticky;
  top: 120px;
}

.seminar-detail .navi-list {
  width: 270px;
  background: #F3ECE9;
  border-radius: 7px;
  padding-top: 18px;
  overflow-y: hidden;
  /* position: sticky;
  top: 120px; */
  margin-bottom: 20px;
}

.seminar-detail .navi-item a {
  display: block;
  position: relative;
  color: #000;
  /* body/extraSmall */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  padding-top: 7px;
  padding-left: 30px;
  padding-bottom: 11px;
  border-bottom: 1px solid #F3ECE9;
}

.seminar-detail .navi-item a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  left: 10px;
  top: 45%;
  translate: 0 -50%;
}

.seminar-detail .navi-item a:hover {
  border-bottom: 1px solid #050126;
}

.seminar-detail .navi-item a:hover::after {
  background: rgb(0, 144, 248);
}

.seminar-detail .navi-lower {
  background: #B7ADA9;
  padding: 13px 14px;
}



.seminar-detail .navi-lower a {
  position: relative;
  color: var(--Color-wihte, #FFF);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 25.2px */
}

.seminar-detail .navi-lower a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/single-seminar/arrow_nr.svg) no-repeat center/contain;
  top: 50%;
  right: -21px;
  translate: 0 -50%;
}

.seminar-detail .cv-btn {
  /* position: sticky; */
  width: 270px;
  border-radius: 27px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.766%;
  /* 21.563px */
  letter-spacing: 1.6px;
  text-align: center;
  /* top: 400px; */
}

.seminar-detail .cv-btn02 {
  display: block;
  width: 370px;
  margin: 56px auto 80px;
}

@media screen and (max-width: 768px) {
  .seminar-detail .cv-btn02 {
    width: 100%;
  }
}

.seminar-detail .mod-btn a {
  width: auto;
}

/*--- 2026/2/18 追加 ---*/
.seminar-detail .sort-container .sort-list ul {
  margin: 0px;
}

.seminar-detail .sort-container .sort-list .item {
  margin: 0px;
}

@media screen and (min-width: 768px) {
  .seminar-detail .sort-list:nth-child(4) p {
    padding-top: 0px;
    padding-bottom: 12px;
  }

  .seminar-detail .sort-list:nth-child(3) .item {
    margin-top: 0px;
  }

  .seminar-detail .sort-list:nth-child(4) .item {
    margin-top: -8px;
  }
}

@media screen and (max-width: 768px) {
  .seminar-detail .sort-container .sort-list ul {
    margin: 4px 0px 22px 0px;
  }
}

.zoom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  /* ★変更点ここから */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  /* ★ここまで */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.zoom-modal .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.zoom-modal.is-open {
  /* ★変更点 */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zoom-modal .wrapper {
  position: relative;
  max-width: 1100px;
  width: 100%;
  background: #fff;
  padding: 73px 0 86px;
  border-radius: 6px;
}

.zoom-modal .inner {
  max-width: 876px;
  width: 100%;
  margin: 0 auto;
}

.zoom-modal .modal-ttl {
  color: var(--Color-, #050126);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 12px;
}

.zoom-modal ul {
  margin-bottom: 40px;
}

.zoom-modal li {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  list-style-type: disc;
  margin-left: 1em;
}

.zoom-modal .sub {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.site-main .inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.site-main .main-visual {
  max-width: 1180px;
  margin-bottom: 30px;
}

.site-main .main-visual img {
  display: block;
  width: 100%;
}

.site-main .flex-container {
  display: flex;
  justify-content: center;
  gap: 29px;
  position: relative;
}

.site-main .side-menu {
  /*--- 2026/3/13 追加 ---*/
  /* position: sticky; */
  height: auto;
  top: 130px;
  width: 270px;
  height: 604px;
  border-radius: 7px;
  background: #F3ECE9;
  padding: 20px 16px 32px;
}

.site-main .side-menu-ttl {
  color: var(--Color-, #050126);
  /* body/extraMediun_strong */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 32.4px */
}

.site-main .side-search-form {
  position: relative;
  overflow: visible;
}

.site-main .side-search-form .side-search-block {
  margin-bottom: 14px;
}

.site-main .side-search-form .side-search-block input[type=text] {
  max-width: 238px;
  width: 100%;
  border-radius: 5px;
  border: 1.5px solid var(--Color-base2, #B7ADA9);
  background: var(--Color-wihte, #FFF);
  padding: 8px 0 7px;
  /* body/extraSmall */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-indent: 14px;
}

.site-main .side-search-form .side-search-ttl {
  width: fit-content;
  color: var(--Color-, #050126);
  /* body/small */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
  margin-bottom: 3px;
}

.site-main .side-search-form .flex-container {
  display: flex;
  justify-content: flex-start;
}

.site-main .side-search-form .check-box .flex-container {
  flex-wrap: wrap;
  gap: 27px;
  row-gap: calc(27px / 2);
}

.site-main .side-search-form .check-box label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Color-black, #000);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.site-main .side-search-form .check-box label:first-of-type {
  width: 105px;
}

.site-main .side-search-form .check-box label:nth-of-type(2) {
  width: fit-content;
}

.site-main .side-search-form .check-box label input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-color: #B7ADA9 !important;
}

.site-main .side-search-form .date-box {
  margin-bottom: 20px;
}

.site-main .side-search-form .date-box .flex-container {
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.site-main .side-search-form .date-box .radio-button input[type=radio] {
  display: none;
}

.site-main .side-search-form .date-box .radio-button {
  display: inline-block;
  width: 60px;
  height: 22px;
  border-radius: 26px;
  border: 1.5px solid var(--Color-base2, #B7ADA9);
  background: var(--Color-base2, #B7ADA9);
  cursor: pointer;
  transition: all 0.2s ease;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.site-main .side-search-form .date-box .radio-button:hover {
  background: #f5f5f5;
}

.site-main .side-search-form .date-box .radio-button:has(input[type=radio]:checked) {
  background: #fff;
}

.site-main .side-search-form .date-box .date-range {
  display: flex;
  align-items: center;
  gap: 2px;
}

.site-main .side-search-form .date-box .date-range input[type=date] {
  display: flex;
  width: 110px;
  padding: 9px 0;
  align-items: center;
  gap: 1px;
  border-radius: 5px;
  border: 1.5px solid var(--Color-base2, #B7ADA9);
  background: var(--Color-wihte, #FFF);
  color: #000;
  text-align: right;
  /* body/extraSmall_strong */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  /* 22.4px */
}

.site-main .side-search-form .date-box .date-range .date-input-wrap {
  position: relative;
  display: inline-block;
}

.site-main .side-search-form .date-box .date-range .date-input-wrap input {
  text-indent: 2em;
}

.site-main .side-search-form .date-box .date-range .date-input-wrap .date-icon {
  position: absolute;
  left: 6px;
  top: 52%;
  transform: translateY(-50%);
  pointer-events: none;
  /* 入力操作を邪魔しない */
}

.site-main .side-search-form .ticket-box {
  margin-bottom: 27px;
}

.site-main .side-search-form .ticket-box label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--Color-, #050126);
  /* body/small */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
}

.site-main .side-search-form .ticket-box input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-color: #B7ADA9 !important;
}

.site-main .side-search-form .ticket-box .txt-link {
  color: var(--Color-, #001969);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.site-main .side-search-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 200px;
  height: 37px;
  padding: 8px 0;
  margin: 0 auto;
  border-radius: 5px;
  background: var(--Color-blue, #25AEEA);
  border-color: transparent;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  transition: 0.6s;
}

.site-main .side-search-form button:hover {
  opacity: 0.6;
}

.site-main .side-search-form .flatpickr-calendar {
  top: 365px !important;
  left: auto !important;
  right: -15px !important;
}

.site-main .side-search-form .flatpickr-calendar::before,
.site-main .side-search-form .flatpickr-calendar::after {
  display: none;
}

.site-main .container {
  max-width: 880px;
  width: 100%;
}

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

  /* 2026/3/30 追記 */
  .site-main .container {
    padding: 0px;
  }

  .site-main {
    width: 100%;
    overflow: hidden;
  }

  .site-main .flex-container {
    display: block;
    gap: 0px;
  }

  .site-main .seminar-item {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding-right: 0px !important;
    /* background-color: red; */
  }

  .site-main .flex-container .side-menu {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: auto;
  }

  .site-main h2.section-title,
  .site-main .pagination-top {
    padding-left: 10px;
  }

  .site-main .side-search-form {
    padding-top: 20px;
  }

  .site-main .side-search-form .flex-container {
    width: 230px;
  }

  .site-main .side-search-form .ticket-box {
    margin-bottom: 20px;
  }

  .site-main .side-search-form .ticket-box label {
    margin-bottom: -20px;
  }

  .site-main .side-search-form {
    display: none;
  }

  .search-form-acc {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  /* クリック部分を指アイコンに */
  .search-form-acc {
    cursor: pointer;
  }

  /* toggle部分の演出（任意） */
  .search-form-toggle {
    display: inline-block;
    transition: transform 0.3s;
    margin-left: 10px;
  }

  /* 閉まっている時 */
  .search-form-toggle::before {
    content: "＋";
  }

  /* 開いている時（is-openクラスがある時） */
  .is-open .search-form-toggle::before {
    content: "－";
  }
}

.site-main .section-title {
  color: var(--Color-, #050126);
  /* heading/small_strong */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 39.6px */
  margin-bottom: 16px;
}

.site-main .seminar-item {
  border-bottom: 1px solid #000;
  padding: 16px 0;
  /*--- 2026.01.26 追加 ---*/
  display: flex;
}

.site-main .seminar-item .pc_display,
.site-main .pc_display {
  display: block !important;
}

.site-main .seminar-item .sp_display,
.site-main .sp_display {
  display: none !important;
}

.site-main .seminar-item .seminar_thumb {
  width: 15%;
  margin-right: 20px;
}

.site-main .seminar-item .seminar_info {
  width: 85%;
}

.site-main .seminar-item .seminar_thumb img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .site-main .seminar-item {
    display: block;
  }

  .site-main .seminar-item .seminar_thumb {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .site-main .seminar-item .seminar_info {
    width: 100%;
  }

  .site-main .seminar-item .pc_display,
  .site-main .pc_display {
    display: none !important;
  }

  .site-main .seminar-item .sp_display,
  .site-main .sp_display {
    display: block !important;
  }
}



.site-main .seminar-title {
  color: #001969;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  margin-bottom: 6px;
}

/*--- 2026.01.23 追加 ---*/
.site-main .seminar-title p {
  line-height: 160%;
}

.site-main .seminar-date {
  position: relative;
  color: #666;
  /* body/small */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
  margin-left: 1.3em;
  margin-bottom: 8px;
}

.site-main .seminar-date::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  background: url(../img/top_icon.svg) no-repeat center/contain;
  top: 50%;
  left: -1.3em;
  translate: 0 -50%;
}

.site-main .seminar-categories {
  display: flex;
  /*--- 2026.01.23 追加 ---*/
  flex-wrap: wrap;
  gap: 8px;
}

/*--- 2026.01.23 追加 ---*/
.site-main .seminar-category {
  display: flex;
  height: 20px;
  padding: 5px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #F3ECE9;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
}

.site-main .seminar-category.hg {
  /* background: #B39700; */
  /* background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #e6be22 70%, #DAAF08 85%, #DAAF08 90% 100%); */
  /* color: black; */
  /* background: linear-gradient(135deg, #b39855 0%, #c6af77 25%, #e6d09e 50%, #c6af77 75%, #b39855 100%); */
  background: linear-gradient(135deg, #a38c52 0%, #ad9865 25%, #d1bb88 50%, #ad9865 75%, #a38c52 100%);
  color: white;
}

.site-main .seminar-category.ts {
  background: #999999;
  color: white;
}

.site-main .pagination {
  display: flex;
  align-items: center;
  gap: 55px;
  text-align: center;
}

.site-main .pagination-top {
  padding-bottom: 12px;
  margin-top: 16px;
  border-bottom: 1px solid #000;
}

.site-main .pagination-bottom {
  margin-top: 16px;
}

.site-main .pagination-count {
  color: #000;
  /* body/extraSmall */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

.site-main .pagination a {
  margin: 0 4px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  /* body/extraSmall */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.site-main .pagination .current {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  background: #25AEEA;
  color: #fff;
  border-radius: 50%;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.ticket-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  /* ★変更点ここから */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  /* ★ここまで */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow-x: scroll;
}

.ticket-modal .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.ticket-modal.is-open {
  /* ★変更点 */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ticket-modal .wrapper {
  position: relative;
  max-width: 1100px;
  width: 100%;
  background: #fff;
  padding: 73px 0 86px;
  border-radius: 6px;
  top: 205px;
}

.ticket-modal .inner {
  max-width: 876px;
  width: 100%;
  margin: 0 auto;
}

.ticket-modal .modal-ttl {
  color: var(--Color-, #050126);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 12px;
}

.ticket-modal ul {
  margin-bottom: 40px;
}

.ticket-modal li {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  list-style-type: disc;
  margin-left: 1em;
}

.ticket-modal img {
  max-width: 100%;
}

.ticket-modal .sub {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 0;
  }
}

.contact .inner {
  width: 540px;
  padding-top: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact .inner {
    width: 100%;
  }
}

.contact .contact-ttl {
  color: var(--Color-, #050126);
  text-align: center;
  /* heading/small_strong */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 39.6px */
  margin-bottom: 43px;
}

.contact .status-lists {
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-bottom: 75px;
}

.contact .status-item {
  width: 110px;
}

.contact .status-item:nth-of-type(2) .bar::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0;
}

.contact .status-item:last-of-type .bar::after {
  right: auto;
  left: 0;
  border-left: 5px solid #fff;
}

.contact .status-item:last-of-type .bar.active::after {
  border-left: 5px solid #fff;
}

.contact .status-item .bar {
  position: relative;
  height: 10px;
  width: 100%;
  background: #B7ADA9;
  margin-bottom: 11px;
}

.contact .status-item .bar::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -4.8px;
  translate: 0 -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #B7ADA9;
  border-right: 0;
}

.contact .status-item .bar.active {
  background: #25AEEA;
}

.contact .status-item .bar.active::after {
  border-left: 5px solid #25AEEA;
}

.contact .status-item p {
  color: #000;
  text-align: center;
  /* label/extraSmall */
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 14px */
}

@media screen and (max-width: 768px) {
  .contact form {
    padding: 0 15px;
  }
}

.contact .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.contact .wpcf7-form-control.wpcf7-text,
.contact .wpcf7 input[type=url],
.contact .wpcf7 input[type=email],
.contact .wpcf7 input[type=tel],
.contact textarea {
  width: 100%;
  padding: 7px 8px;
  /* body/extraSmall */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

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

  .contact .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
  .contact .wpcf7-form-control.wpcf7-text,
  .contact .wpcf7 input[type=url],
  .contact .wpcf7 input[type=email],
  .contact .wpcf7 input[type=tel],
  .contact textarea {
    width: auto;
  }
}

.contact select {
  max-width: 265px;
  width: 100%;
  padding: 7px 8px;
  color: #000;
  /* body/extraSmall */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

.contact .postcode input {
  max-width: 265px;
  width: 100%;
}

.contact .postcode a {
  width: 120px;
  height: 39px;
  padding: 8px 34px 10px 34px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--Color-blue, #25AEEA);
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 20.8px */
  margin-left: 8px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .contact .postcode a {
    display: flex;
    height: auto;
    margin-top: 16px;
    margin-left: 0;
  }
}

.contact .participant-group {
  display: none;
}

.contact .wpcf7-form-control-wrap[data-name=address1] input {
  margin-bottom: 8px;
}

.contact .wpcf7-form-control-wrap[data-name=address2] input {
  margin-bottom: 4px;
}

.contact .form-item {
  margin-bottom: 24px;
}

.contact .form-label {
  display: inline-block;
  color: #000;
  /* body/extraSmall_strong */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  margin-bottom: 5px;
}

.contact .required {
  color: var(--Color-note, #E91F70);
  /* body/extraSmall_strong */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-left: 0.5em;
}

.contact .wpcf7-form-control-wrap label.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact input[type=text] {
  width: 100%;
}

.contact .wpcf7-form-control-wrap[data-name=kouza] input,
.contact .wpcf7-form-control-wrap[data-name=plan] input,
.contact .wpcf7-form-control-wrap[data-name=datetime] input {
  border: none;
  border-radius: 3.686px;
  background: var(--Color-base1, #F3ECE9);
  padding: 6px 19px 8px;
  color: var(--Color-gray, #666);
  /* body/extraSmall */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

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

  .contact .wpcf7-form-control-wrap[data-name=kouza] input,
  .contact .wpcf7-form-control-wrap[data-name=plan] input,
  .contact .wpcf7-form-control-wrap[data-name=datetime] input {
    width: auto;
  }
}

.contact .wpcf7-form-control-wrap[data-name=kouza] input,
.contact .wpcf7-form-control-wrap[data-name=plan] input,
.contact .wpcf7-form-control-wrap[data-name=datetime] input {
  /* 25.2px */
}

.contact .wpcf7-form-control-wrap[data-name=kouza] input:focus,
.contact .wpcf7-form-control-wrap[data-name=kouza] input:active,
.contact .wpcf7-form-control-wrap[data-name=kouza] input:focus-visible,
.contact .wpcf7-form-control-wrap[data-name=plan] input:focus,
.contact .wpcf7-form-control-wrap[data-name=plan] input:active,
.contact .wpcf7-form-control-wrap[data-name=plan] input:focus-visible,
.contact .wpcf7-form-control-wrap[data-name=datetime] input:focus,
.contact .wpcf7-form-control-wrap[data-name=datetime] input:active,
.contact .wpcf7-form-control-wrap[data-name=datetime] input:focus-visible {
  border-color: #F3ECE9;
  outline: none;
  box-shadow: none;
}

.contact .wpcf7-list-item {
  margin-left: 0;
  margin-right: 36px;
  color: #000;
  /* body/extraSmall */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}

.contact .participant {
  border: 1px solid #050126;
  border-left: none;
  border-right: none;
  padding-top: 24px;
  margin-bottom: 24px;
}

.contact .sub {
  display: inline-block;
  color: #666;
  /* label/small */
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 20.8px */
  padding-left: 0.5em;
  margin-bottom: 5px;
}

.contact .privacy-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.686px;
  background: var(--Color-base1, #F3ECE9);
  padding: 10px 0;
  margin: 48px 0 64px;
}

.contact .privacy-policy [type=checkbox] {
  width: 18px;
  height: 18px;
  border-color: var(--Color-base2, #B7ADA9);
}

.contact .privacy-policy label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Color-black, #000);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.contact .privacy-policy .deco {
  color: var(--Color-black, #000);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.contact .privacy-policy .wpcf7-list-item {
  margin-right: 0;
}

.contact .wpcf7-form-control.wpcf7-submit.has-spinner {
  display: flex;
  width: 320px;
  height: 43px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #25AEEA;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 20.8px */
  margin: 0 auto;
  border: none;
  transition: 0.6s;
}

.contact .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  opacity: 0.6;
}

.confirm .contact-confirm__step-title {
  margin-bottom: 16px;
}

.confirm .contact-confirm__values p {
  margin-bottom: 1em;
}

.confirm .confirm-txt {
  margin-left: 1em;
}

.confirm .contact-confirm__actions p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.confirm .contact-confirm__actions input {
  cursor: pointer;
}

.confirm .wpcf7-form-control.wpcf7-previous {
  display: flex;
  width: 150px;
  height: 43px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin: 0 auto;
  border: none;
  transition: 0.6s;
}

.confirm .wpcf7-form-control.wpcf7-previous:hover {
  opacity: 0.6;
}

.thanks .contact-thanks__step-title {
  margin-bottom: 16px;
}

.thanks .contactform-txtbox-main {
  margin: 0 1em 20px;
  padding: 0 0 20px;
  border-bottom: dashed 1px #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.thanks .contactform-txtbox-address {
  display: flex;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 1em;
  margin-bottom: 20px;
}

.thanks .contactform-btnbox {
  display: flex;
  justify-content: center;
}

.thanks .top-button {
  cursor: pointer;
  padding: 3px 10px;
}

.footer {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  background: #EEF0F4;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 80px;
  width: 1080px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-inner {
    padding: 60px 15px 80px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 40px 15px 80px;
    width: 100%;
  }
}

.footer-top {
  display: grid;
  grid-template-areas: "logo linklist btnlist" "otherlist linklist btnlist";
  justify-content: space-between;
  padding: 0 0 40px;
}

.footer-top .footer-logo {
  grid-area: logo;
}

.footer-top .footer-linklist {
  grid-area: linklist;
}

.footer-top .footer-btnlist {
  grid-area: btnlist;
}

.footer-top .footer-otherlist {
  grid-area: otherlist;
}

@media screen and (max-width: 768px) {
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 30px;
  }
}

.footer-logo {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    margin: 0 auto 30px;
    width: 150px;
  }
}

.footer-linklist {
  display: flex;
  gap: 90px;
}

@media screen and (max-width: 768px) {
  .footer-linklist {
    flex-wrap: wrap;
    gap: 25px;
    margin: 0 0 30px;
  }
}

.footer-linklist ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .footer-linklist ul {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.footer-linklist ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}

@media screen and (max-width: 768px) {
  .footer-linklist ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer-btnlist {
    margin: 0 auto 50px;
  }
}

.footer-btnlist ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-btnlist .mod-btn {
  width: 100%;
}

.footer-btnlist .mod-btn a {
  width: 180px !important;
}


@media screen and (max-width: 768px) {
  .footer-btnlist ul {
    gap: 15px;
  }
}

.footer-btnlist ul li .mod-btn a {
  padding: 0 50px;
  width: 270px;
}

@media screen and (max-width: 768px) {
  .footer-btnlist ul li .mod-btn a {
    padding: 0;
  }
}

.footer-btnlist ul li .mod-btn__red a {
  height: 54px;
}

@media screen and (max-width: 768px) {
  .footer-btnlist ul li .mod-btn__red a {
    height: 44px;
  }
}

.footer-otherlist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .footer-otherlist {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
  }
}

.footer-otherlist ul {
  display: flex;
  gap: 10px;
}

.footer-otherlist ul li {
  width: 44px;
}

.footer-otherlist ul li img {
  width: 100%;
  height: auto;
}

.footer-otherlist ul li.isms {
  width: 120px;
}

.footer-otherlist ul li.isms span {
  display: block;
  text-align: center;
  padding: 5px 0 0;
  color: #050126;
}

.footer-otherlist ul li.securityaction {
  width: 60px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: solid 1px #050126;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    padding: 30px 0 0;
  }
}

.footer-bottom-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .footer-bottom-link ul {
    justify-content: center;
    gap: 15px 30px;
    margin: 0 0 30px;
  }
}

.footer-bottom-link ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #050126;
}

.footer-copyright {
  font-size: 13px;
  font-weight: 300;
  color: #050126;
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    text-align: center;
  }
}

/* 20260317チケット購入セレクタ追加に伴うcss追加（scss未記載） */
.js-ticket-select {
  display: none;
}

.js-ticket-select.is-active {
  display: block !important;
}

/* 20260218stripe決済に伴うcss追加（scss未記載） */
/* .buttons.has-spinner {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  width: 100%;
  height: 43px;
  cursor: pointer;
  border-radius: 5px;
  border-width: 1px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
} */

/* Stripe表示時 */
/* .wpcf7-stripe + p {
    display: block !important;
} */

/* Stripe非表示時 */
/* .wpcf7-stripe[style*="display: none"] + p {
    display: flex !important;
}

.confirm .wpcf7-form-control.wpcf7-previous.add-stripe {
  display: block;
  width: 80%;
  margin: 0 auto;
} */


/*# sourceMappingURL=style.css.map */