@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  min-width: 320px;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  text-align: justify;
  color: #333;
}
@media screen and (max-width: 540px) {
  body {
    font-size: 1.4rem;
  }
}

html {
  font-size: 62.5%;
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

img {
  width: 100%;
  height: auto;
  transition: all ease 0.5s;
}

b,
strong {
  font-weight: 700 !important;
  font-size: 2rem;
}

.tw img {
  width: 48px;
  height: 48px;
}

.koumoku {
  color: #ffffff;
  font-size: 2.5rem;
  background: #9f49a0;
  border-top: 2px solid #9f49a0;
  padding: 10px;
  padding-bottom: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.koumoku-inner {
  border: 2px solid #9f49a0;
  padding: 10px;
}

.mini-koumoku {
  font-size: 2.3rem;
  font-weight: 700;
}

.thum_list {
  padding-bottom: 2em;
  float: left;
  display: block;
  width: 100%;
  height: auto;
}

.thumbnail_box {
  max-width: 200px;
  height: auto;
  float: left;
  width: 30%;
}

.list_box {
  width: 75%;
  max-width: 750px;
  height: auto;
  float: right;
}

.list-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em !important;
}

/* 5 Columns */
.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xl-15 {
  width: 20%;
  float: left;
}

@media (min-width: 993px) {
  .col-xl-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 992px) {
  .col-xl-15 {
    width: 33.3333333333%;
    float: left;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .col-xl-15 {
    width: 50%;
    float: left;
    padding-bottom: 2.5rem;
  }
}
nav {
  width: 95%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 3rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media (max-width: 540px) {
  nav {
    margin-top: 0;
  }
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0px;
  gap: 8px;
  flex-flow: row wrap;
}
nav ul li {
  width: 160px;
  height: 50px;
  position: relative;
}
@media (max-width: 540px) {
  nav ul li {
    width: calc((100% - 16px) / 3);
    height: 35px;
  }
}
nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: all 0.5s ease;
  background-color: #ccc;
  line-height: 1.2;
  text-align: center;
}
nav ul li a:hover {
  background-color: #4d4d4d;
  color: #fff;
}
nav ul li a.strong_menu {
  font-size: 1.6rem;
  background-color: #f79815;
  padding: 3px 10px;
  transition: all ease 0.5s;
  border: none;
}
@media (max-width: 540px) {
  nav ul li a.strong_menu {
    font-size: 1.4rem;
  }
}
nav ul li a.strong_menu:hover {
  transform: translateY(-5px);
}
nav ul li a.strong_menu::after {
  content: "";
  background-image: url(images/open_tab.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-top: 1px;
}
nav ul li a .no-link {
  pointer-events: none;
}
@media (max-width: 540px) {
  nav ul li a {
    font-size: 1.4rem;
  }
}
nav ul li::before {
  content: "";
  /* HTML: <div class="triangle"></div> */
  width: 15px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #84cf81;
  position: absolute;
  top: 0;
  right: 0;
}

/*タイトル・見出しフォント設定*/
h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 9.1rem;
  line-height: 10.2rem;
  color: #000;
  display: inline;
  letter-spacing: 0.2rem;
  text-decoration: none;
  background: linear-gradient(transparent 95%, black 95%);
  background-size: 100% 100px;
  padding-bottom: 0px;
}

.h2-sub {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
  font-style: normal;
  letter-spacing: 0.3;
}

h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  color: #4d4d4d;
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (max-width: 540px) {
  h3 {
    font-size: 2.2rem !important;
  }
}
h3[class*=egg_] {
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem !important;
  margin-top: 8rem !important;
  gap: 10px;
  align-items: center;
}
h3[class*=egg_] span {
  background-color: #3396fd;
  font-size: 1.6rem;
  color: #fff;
  padding: 3px 20px;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h3[class*=egg_]::before {
  content: "";
  background-image: url(images/egg_blue.svg);
  width: 140px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: -50%;
  z-index: -1;
}
h3.egg_green span {
  background-color: #6cd967;
}
h3.egg_green::before {
  background-image: url(images/egg_green.svg);
}

.s-title {
  background-color: #83649d;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 0.1rem 1rem 0;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}

.company_cont {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
}
.company_cont .item_company {
  width: calc((100% - 6rem) / 3);
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(6px 5px 8px #ddd);
  padding: 2rem;
}
@media screen and (max-width: 840px) {
  .company_cont .item_company {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (max-width: 540px) {
  .company_cont .item_company {
    width: 100%;
  }
}
.company_cont .item_company p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
}
.company_cont .item_company a {
  width: 100%;
  height: 207px;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.company_cont .item_company a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.company_cont .item_company ul li {
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 1.5;
  padding: 0.3rem 0;
}
.company_cont .item_company ul span {
  font-size: 1.2rem;
  display: block;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
}
.company_cont .item_company .item_content {
  display: flex;
  flex-flow: row wrap;
}
.company_cont .item_company .item_content .left {
  width: 60%;
}
@media screen and (max-width: 840px) {
  .company_cont .item_company .item_content .left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.company_cont .item_company .item_content .right {
  flex: 1;
  padding-left: 2rem;
}
@media screen and (max-width: 840px) {
  .company_cont .item_company .item_content .right {
    padding-left: 0;
  }
}

.c-title {
  font-size: 1.9rem !important;
  width: 100%;
  color: #ba1d6c;
  font-weight: 700;
  margin-bottom: 1rem;
}

.youtube-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border: 7px solid #29a6de;
  z-index: 1;
}

.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
  background: #ffffff;
  z-index: 2;
}

.schedule-title {
  color: #ffffff;
  padding: 5px;
  font-size: 2.3rem;
  background-color: #29a6de;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

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

.schedule-inner {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 2rem;
  font-weight: 700;
}

.schedule-inner span {
  display: block;
  font-size: 2.3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000000;
}

.s-date {
  color: #29a6de;
  font-size: 2rem;
  font-weight: 700;
}

.status-icon {
  background-color: #ba1d6c;
  color: #ffffff;
  padding: 5px;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}

.h3-sub {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  position: relative;
  display: inline-block;
  padding-right: 7px;
}

.h3-sub:after {
  content: "";
  position: absolute;
  top: 42%;
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-left: 7px;
  background-color: #e30920;
}

.dinlight {
  font-weight: 400;
  font-style: normal;
}

.dinregular {
  font-weight: 700;
  font-style: normal;
}

/*ボタン・共通項目*/
.btn01 {
  border: 1px solid #4f8eff;
  transition: 0.2s;
  box-sizing: border-box;
  background: #ffffff;
  display: inline-block;
}

.btn01 a {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4f8eff;
  font-size: 1.8rem;
  transition: all 0.3s;
  display: block;
}

.btn01 a:hover {
  color: #ffffff;
  background-color: #4f8eff;
}

.btn02 {
  border: 1px solid #4f8eff;
  transition: 0.2s;
  box-sizing: border-box;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn02 a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 9px;
  color: #4f8eff;
  font-size: 1.2rem;
  transition: all 0.3s;
  display: block;
}

.btn02 a:hover {
  color: #ffffff;
  background-color: #4f8eff;
}

.cinema {
  background-color: #32736c;
}

.arte {
  background-color: #885a9f;
}

.musica {
  background-color: #e2007f;
}

.seminario {
  background-color: #0075c2;
}

.pt-100px {
  padding-top: 10rem;
}

.pb-60px {
  padding-bottom: 6rem;
}

.fadein1,
.fadein2 {
  opacity: 0;
  transition: 3s;
}

.fadein1 {
  transition-delay: 0.5s;
}

.fadein2 {
  transition-delay: 1s;
}

.fadein1.show,
.fadein2.show {
  opacity: 1;
}

/*ヘッダー*/
.top-head {
  height: 100%;
}

.top-head {
  width: 100%;
}

.page-head {
  background: #ffffff;
  box-sizing: border-box;
  height: 145px;
  width: 100%;
  border-top: 3px solid #e30920;
}

.top-head .go-iic,
.page-head .go-iic {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  background: #e30920;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  float: right;
}

.top-head .container {
  max-width: 1045px;
}

.page-body .container {
  max-width: 1045px;
}

.top-head .container .left,
.page-body .container .left {
  width: 385px;
}

.top-head .container .right,
.page-body .container .right {
  width: 660px;
}

.top-head h1 img,
.page-body h1 img {
  width: 250px;
  margin-bottom: 45px;
}

.page-head h1 a {
  pointer-events: auto;
}

.top-head .sns,
.page-body .sns {
  list-style: none;
  padding-left: 0px;
}

.top-head .sns li,
.page-body .sns li {
  display: inline;
  padding-right: 7px;
}

.top-head .sns li img,
.page-body .sns li img {
  width: 27px;
}

.top-head .h2-sub {
  padding-top: 15px;
  margin-bottom: 65px;
  padding-left: 7px;
  display: block;
}

.top-head p.ja,
.page-body p.ja {
  font-size: 1.3rem;
  margin-bottom: 5rem;
  line-height: 1.5;
  font-weight: 400;
}

.top-head p.it,
.page-body p.it {
  font-size: 1.5rem;
  margin-bottom: 6.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.top-head .livestreaming300 {
  width: 315px;
  margin-top: 70px;
  background: #ffffff;
}

/*フッター*/
.goTop {
  clear: both;
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
}

.goTop img {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000000;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 540px) {
  .goTop img {
    bottom: 55px;
  }
}

.footer_wrap {
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  padding: 60px 0;
  display: flex;
  flex-flow: column;
}

.footer_wrap .organization {
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
  background-image: url(../images/tricolore.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 108px;
  margin-bottom: 3rem;
  color: #ffffff;
  display: inline-block;
}

.footer_wrap .adress {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.footer_wrap .copyright {
  font-size: 1.2rem;
  margin-top: auto;
  padding-bottom: 5px;
}

.wprm-wrapper {
  overflow: hidden !important;
}

.form01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.form01 th,
.form01 td {
  border-bottom: 1px solid #ddd;
}
.form01 th {
  font-weight: 700;
  padding: 15px;
  font-size: 15px;
  color: #333;
  width: 250px;
  line-height: 1.5;
}
.form01 th small {
  display: block;
}
.form01 td {
  padding: 15px 15px 15px;
  width: calc(100% - 250px);
}
.form01 td input {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  filter: drop-shadow(3px 3px 3px #ddd);
}
.form01 td label input {
  margin-bottom: 5px;
}
.form01 .radiobotan td > input {
  border: none;
  filter: none;
}

.form_p {
  margin: 20px auto;
  max-width: 800px;
}

.form_sub {
  text-align: center;
}

.a-link {
  text-decoration: underline;
  color: #29a6de;
}

form input[type=submit] {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  width: 200px;
  background-color: #000000;
  color: #ffffff;
}

.menu-item-292 {
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 768px) {
  nav.pc {
    display: none;
  }
  h3 {
    font-size: 2.5rem;
  }
  h3 span {
    font-size: 1.7rem;
  }
  .schedule-inner span {
    font-size: 2rem;
  }
  .thum_list {
    padding-bottom: 2em;
    float: none;
    display: block;
    width: 100%;
    height: auto;
  }
  .form01 {
    width: 96%;
  }
  .form01 th {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
    display: block;
  }
  .form01 td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
    display: block;
  }
  .thumbnail_box {
    width: 100%;
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 15px;
  }
  .list_box {
    width: 100%;
    max-width: 750px;
    height: auto;
    float: none;
    display: block;
  }
}
.main_img {
  width: 100%;
  text-align: center;
  margin: 0;
  background-image: url(images/back_gray.webp);
  background-size: 30px;
  background-color: #808080;
  overflow: hidden;
}
.main_img img {
  max-width: 1200px;
  max-height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 540px) {
  .main_img img {
    transform: scale(1.6);
  }
}

/*2024-01-16以降追加*/
.fix_btn {
  width: 130px;
  height: 130px;
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 1000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  background-color: #ba1d6c;
  transition: all ease 0.5s;
}
@media (max-width: 540px) {
  .fix_btn {
    width: 95%;
    height: auto;
    right: 2.5%;
    bottom: 10px;
    border-radius: 5px;
  }
}
.fix_btn a {
  font-size: 2.2rem;
  line-height: 1.5;
  transform: translateY(5px);
  font-weight: 700;
}
@media (max-width: 540px) {
  .fix_btn a {
    transform: none;
  }
}
.fix_btn:hover {
  filter: drop-shadow(3px 3px 3px #ddd);
  transform: translate(-3px, -3px);
}

section {
  padding: 4rem 0 10rem;
}
section:nth-of-type(2n) {
  background-image: url(images/back_thin_gray.webp);
  background-size: 30px;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
.content > p {
  max-width: 800px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.wide_content {
  margin: 0 auto;
  width: 90%;
}

.mini_cont {
  max-width: 800px;
  margin: 0 auto;
}

.center_txt {
  text-align: center !important;
}

dl {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
dl dt,
dl dd {
  display: flex;
  align-items: center;
}
dl dt {
  background-color: #fff;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  width: 90px;
  font-weight: normal;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  dl dt {
    width: 100%;
  }
}
dl dd {
  background-color: #fff;
  width: calc(100% - 100px);
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 5px 10px;
}
@media screen and (max-width: 540px) {
  dl dd {
    margin-left: 0;
  }
}
dl dd span {
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  dl dd {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 1rem;
    display: block;
  }
}

#gaiyou dt {
  background-color: #ccc;
}

.link_txt {
  line-height: 1.5;
  font-weight: 700;
  color: #ba1d6c;
  margin: 3rem auto;
  width: 300px;
  border: 1px solid #ba1d6c;
  background-color: #fff;
  transition: all ease 0.5s;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link_txt:hover {
  background-color: #ba1d6c;
  color: #fff;
}

.color_txt {
  color: #ba1d6c;
}

.mt3rem {
  margin-top: 3rem;
}

h4 {
  font-size: 2.5rem;
  color: #4d4d4d;
  text-align: center;
  font-weight: bold;
}

h5 {
  font-weight: 700;
  border: 1px solid #060b70;
  padding: 0 1.5rem;
  text-align: center;
  max-width: 800px;
  margin: 2rem auto 1rem !important;
}

.single_img {
  max-width: 600px;
  width: 95%;
  height: auto;
  margin: 2rem auto;
}
.single_img img {
  width: 100%;
  height: auto;
}
.single_img iframe {
  width: 100%;
}

.event_item {
  width: 100%;
  background-color: #e9ebf4;
  filter: drop-shadow(6px 5px 8px #ddd);
  padding: 60px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .event_item {
    padding: 40px;
  }
}
.event_item dl {
  max-width: 100%;
  width: 100%;
  border-top: 2px solid #fff;
  padding-top: 30px;
}
.event_item .link_txt {
  margin-bottom: 0;
}
.event_item p {
  max-width: initial;
}
.event_item .title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 540px) {
  .event_item .title {
    font-size: 2rem;
  }
}
.event_item .outline {
  /* padding: 10px 20px; */
  font-size: 15px;
  margin-bottom: 35px;
}
.event_item::before, .event_item::after {
  content: "";
  background-color: #ba1d6c;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
}
.event_item::after {
  background-color: #060b70;
  top: initial;
  bottom: -10px;
}

.event_wrap {
  margin-bottom: 60px;
  margin-top: 60px;
}
.event_wrap.column_2 {
  display: flex;
  flex-flow: row wrap;
  gap: 50px 30px;
}
.event_wrap.column_2 .event_item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 540px) {
  .event_wrap.column_2 .event_item {
    width: 100%;
  }
}
.event_wrap.column_2 .event_item .guest_wrap .item {
  width: 100%;
}

.lecture_modal {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.lecture_modal hr {
  color: #45a297;
}
.lecture_modal .title {
  font-weight: 700;
}
.lecture_modal .time {
  color: #45a297;
  font-size: 1.4rem;
  vertical-align: middle;
}
.lecture_modal .time img {
  width: auto;
  height: 30px;
}
.lecture_modal .lecture_img {
  width: 100%;
  aspect-ratio: 16/9;
}
.lecture_modal .lecture_img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.lecture_modal .guest_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  align-items: start;
}
.lecture_modal .guest_wrap .guest_img {
  width: 20%;
  aspect-ratio: 1/1.4;
}
.lecture_modal .guest_wrap .guest_txt {
  flex: 1;
}
.lecture_modal .guest_wrap .guest_txt .name {
  font-weight: 700;
}
.lecture_modal .guest_wrap .guest_txt .company {
  font-size: 1.4rem;
  font-weight: 700;
}

.workshop_modal hr {
  color: #45a297;
}
.workshop_modal .title {
  font-weight: 700;
}
.workshop_modal table {
  width: 100%;
  margin-top: 40px;
  min-width: 600px;
}
.workshop_modal table tr:nth-of-type(1) {
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.workshop_modal table tr:nth-of-type(1) th {
  color: #757575;
}
.workshop_modal table tr:nth-of-type(2n) {
  background-color: #fcf8d3;
}
.workshop_modal table th {
  width: 30%;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  font-weight: normal;
}
.workshop_modal .table-wrap {
  width: 100%;
  overflow: scroll;
}

#fancybox-frame section {
  padding: 0;
}

#fancybox-wrap {
  border-radius: 15px;
}

#fancybox-outer {
  border-radius: 15px;
}

#fancybox-content {
  padding: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 540px) {
  #fancybox-content {
    padding: 20px;
  }
}

.wf-tbudrgothic-std-n4-active {
  margin-top: 0 !important;
}

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

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

.event_slide .event_Swiper2 {
  max-width: 800px;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
.event_slide .event_Swiper2 img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.event_slide .event_Swiper .swiper-wrapper {
  justify-content: center;
}
.event_slide .event_Swiper .swiper-slide {
  aspect-ratio: 16/9;
  width: 80px !important;
}
.event_slide .event_Swiper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

ul.normal {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
ul.normal li {
  list-style: disc;
}

.logo_cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 15px 0 30px;
}
.logo_cont .item {
  width: calc((100% - 20px) / 3);
  aspect-ratio: 4/3;
  margin: 0 10px;
}
.logo_cont .item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.hr {
  border-bottom: 1px solid #ccc;
}

#logo .content {
  max-width: 800px;
}

.map {
  width: 100%;
  aspect-ratio: 16/9;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.oic_access {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.oic_access .item {
  width: calc((100% - 30px) / 2);
}
.oic_access .item .from {
  color: #3396fd;
}

.access_info {
  margin-top: 30px;
}

.oic_info {
  text-align: center;
  margin: 30px auto !important;
}

dl.mini_info {
  margin: 30px auto;
  max-width: 800px;
  justify-content: center;
  align-items: center;
}
dl.mini_info dt {
  background-color: #333;
  color: #fff;
  border-radius: 22px;
  font-size: 1.6rem;
  height: 30px;
}
dl.mini_info dd {
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
dl.mini_info.mini_info_col {
  max-width: 560px;
}
dl.mini_info.mini_info_col dd {
  width: calc(100% - 100px);
  margin-right: initial;
}

.ws_list {
  max-width: 800px;
  margin: 30px auto;
}
.ws_list .item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
}
.ws_list .item .name {
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .ws_list .item .name {
    flex: initial;
    width: 100%;
  }
}
.ws_list .item span,
.ws_list .item a {
  width: 185px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 20px;
  margin-right: 2px;
  font-weight: 700;
}
.ws_list .item span.green,
.ws_list .item a.green {
  border: 2px solid #85c0b7;
  color: #85c0b7;
}
.ws_list .item span.gray,
.ws_list .item a.gray {
  border: 2px solid #808080;
  color: #808080;
}
.ws_list .item span.orange,
.ws_list .item a.orange {
  border: 2px solid #f79815;
  color: #f79815;
}
.ws_list .item span.blue,
.ws_list .item a.blue {
  border: 2px solid #29a6de;
  color: #29a6de;
}
.ws_list .item span.red,
.ws_list .item a.red {
  border: 2px solid #c52323;
  color: #c52323;
}
@media screen and (max-width: 540px) {
  .ws_list .item span,
  .ws_list .item a {
    width: 45%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 540px) {
  .ws_list .item {
    justify-content: center;
  }
}

.minbox {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  .minbox {
    overflow-x: scroll;
  }
}

.timetable {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.timetable .lecture_type {
  margin-bottom: 5px;
  color: #fff;
  background-color: #6cd967;
  border-radius: 20px;
  padding: 0px 10px;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  font-weight: 400;
}
.timetable .company {
  font-size: 1.4rem;
  font-weight: 400;
}
.timetable tr th {
  color: #fff;
  text-align: center;
  border-right: 5px solid #fff;
  padding: 12px;
}
.timetable tr th:nth-of-type(1) {
  background-color: #bbb;
}
.timetable tr th:nth-of-type(2) {
  background-color: #55a79a;
}
.timetable tr th:nth-of-type(3) {
  background-color: #f68500;
}
.timetable tr:nth-of-type(2n) th:nth-of-type(1) {
  background-color: #ccc;
}
.timetable tr:nth-of-type(n + 2).custom_height {
  height: 60px;
}
.timetable tr:nth-of-type(n + 2) th {
  color: #333;
  padding: 8px;
  text-align: left;
  position: relative;
  vertical-align: middle;
}
.timetable tr:nth-of-type(n + 2) th a {
  display: block;
  padding: 8px 16px;
  border-radius: 10px;
  position: relative;
  transition: all ease 0.5s;
}
.timetable tr:nth-of-type(n + 2) th a:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  transform: translate(-3px, -3px);
}
.timetable tr:nth-of-type(n + 2) th a:hover::after {
  transform: rotate(-45deg);
}
.timetable tr:nth-of-type(n + 2) th a.white_back {
  background-color: #fff;
}
.timetable tr:nth-of-type(n + 2) th a.white_back::after {
  content: "";
  background-image: url(images/arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  width: 20px;
  height: 20px;
  border: 1.5px solid #b3b3b3;
  border-radius: 20px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  transition: all ease 0.5s;
}
.timetable tr:nth-of-type(n + 2) th a.black_back {
  background-color: #666;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  z-index: 1;
  pointer-events: none;
}
.timetable tr:nth-of-type(n + 2) th a span {
  display: block;
  line-height: 1.5;
}
.timetable tr:nth-of-type(n + 2) th a span:nth-of-type(2) {
  font-size: 1.8rem;
}
.timetable tr:nth-of-type(n + 2) th:nth-of-type(2) {
  background-color: #b2ffe8;
}
.timetable tr:nth-of-type(n + 2) th:nth-of-type(3) {
  background-color: #f79815;
}

.venuemap {
  display: flex;
  justify-content: center;
}

a.fancybox.image {
  width: 70%;
  border: 1px solid #ddd;
}

.venuemap img {
  height: auto;
} 
a.btn_13 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 250px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  background: #eee;
  color: #4d4d4d;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  border: solid 2px;
  border-color: #0075c2;
}

a.btn_13::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 10px;
  height: 1px;
  background: rgba(133, 192, 183, 0.3843137255);
}

a.btn_13::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #0075c2;
}

a.btn_13:hover {
  background: rgba(28, 155, 234, 0.062745098);
  color: #4d4d4d;
}

#about_egg .content p a {
  color: #45a297;
}

.tag {
  border: solid 1px;
  border-color: #0075c2;
  border-radius: 20px;
  margin: 0 5px;
}

.both a {
  width: calc(200% + 10px);
  height: calc(100% - 14px);
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .both a {
    width: calc(200% - 5px);
  }
}

@media screen and (max-width: 540px) {
  .timetable tr:nth-of-type(n + 2) th a.black_back {
    width: 94%;
  }
}
a.btn_archive {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 280px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  background: #eee;
  color: #4d4d4d;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  border: solid 2px;
  border-color: #3396fd;
  margin-top: 30px;
}

#Registration .content .btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 540px) {
  #Registration .content .btn_container {
    display: block;
  }
}
#Registration .content .btn_container .btn_archive {
  margin: 20px 0 0px 0;
  border-color: #6cd967;
}
@media screen and (max-width: 540px) {
  #Registration .content .btn_container .btn_archive {
    margin: 20px auto;
  }
}/*# sourceMappingURL=content2025.css.map */