@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  font-weight: 400;
  font-family: tbudgothic-std, sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  min-width: 320px;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  background-color: #000;
}
@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;
  color: #ba1d6c;
}

.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: bold;
  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;
}
@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: bold;
  transition: all 0.5s ease;
  background-color: #aaa;
  border-radius: 5px;
  line-height: 1;
  filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.2));
}
nav ul li a:hover {
  background-color: #ba1d6c;
  color: #fff;
}
nav ul li a.strong_menu {
  background-color: #daf042;
  padding: 3px 10px;
  transition: all ease 0.5s;
  color: #000 !important;
  border: none;
}
nav ul li a.strong_menu:hover {
  transform: translateY(-5px);
}
@media (max-width: 540px) {
  nav ul li a {
    font-size: 1.4rem;
  }
}

/*タイトル・見出しフォント設定*/
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: #ba1d6c;
  margin-bottom: 5rem !important;
  text-align: center;
  line-height: 1.2;
  padding: 10px 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 3px;
  position: relative;
}
h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #ba1d6c;
}
@media screen and (max-width: 540px) {
  h3 {
    font-size: 2.2rem !important;
    padding: 10px;
  }
}

h3 span {
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #555;
  margin-bottom: 2.5rem !important;
  margin-top: 5rem !important;
  text-align: center;
}

.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: bold;
  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: bold;
  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;
}

#streaming .year {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
#streaming h3 {
  margin-top: 20px;
}
#streaming p {
  color: #000;
}
#streaming .event_item {
  padding: 0;
}
#streaming .event_item .link_txt {
  margin: 0;
}
#streaming .container {
  padding: 10px;
  margin: 10px auto;
}
#streaming .container .wrap {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  justify-content: center;
  gap: 16px;
  margin: 40px auto;
  max-width: 800px;
}
@media screen and (max-width: 540px) {
  #streaming .container .wrap {
    max-width: 400px;
    height: 100%;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  #streaming .container .wrap p {
    margin-bottom: 20px;
  }
}
#streaming .container .wrap span {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
  line-height: 1;
}
#streaming .container .wrap .link_txt {
  margin-left: 0;
}
@media screen and (max-width: 540px) {
  #streaming .container .wrap .link_txt {
    width: 170px;
    margin: 5rem auto;
  }
}
#streaming .container img {
  max-width: 400px;
  height: 100%;
  margin: auto 0;
}
#streaming .container h3 {
  margin-top: 20px;
}
#streaming .item-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  #streaming .item-container {
    display: block;
  }
}
#streaming .item-container .detail-container {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 540px) {
  #streaming .item-container .detail-container {
    display: block;
  }
}
#streaming .item-container .detail-container img {
  aspect-ratio: 1/1;
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 540px) {
  #streaming .item-container .detail-container img {
    display: block;
    margin: 0 auto;
  }
}
#streaming .item-container .detail-container p {
  font-size: 14px;
}
#streaming .item-container .detail-container span {
  font-weight: bold;
  font-size: 16px;
}
#streaming .item-container .event_item {
  width: calc(50% - 10px);
  padding: 20px 10px;
  margin: 10px 0;
}
@media screen and (max-width: 840px) {
  #streaming .item-container .event_item {
    width: 100%;
    margin: 40px 0;
  }
}

/*フッター*/
.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: #1a1a1a;
  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 .mwform-radio-field {
  color: #fff;
}
.form01 th,
.form01 td {
  border-bottom: 1px solid #ddd;
}
.form01 th {
  font-weight: bold;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  width: 250px;
  line-height: 1.5;
}
.form01 th small {
  display: block;
}
.form01 td {
  padding: 15px 15px 15px;
  width: calc(100% - 250px);
}
.form01 td label {
  color: #fff;
}
.form01 td input {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.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: bold;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  width: 200px;
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #fff;
}

.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-color: #181b1e;
  overflow: hidden;
  max-height: 560px;
}
.main_img img {
  max-width: 1200px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 540px) {
  .main_img img {
    transform: scale(1.6);
  }
}
.main_img .mv_video {
  width: 80%;
  max-width: 1000px;
  height: 100%;
}
@media screen and (max-width: 540px) {
  .main_img .mv_video {
    width: 100%;
  }
}

/*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: bold;
}
@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 4rem;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
.content > p {
  max-width: 1000px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.content .title {
  font-size: 24px;
}
.content .img-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  .content .img-container {
    display: block;
  }
}
.content .img-container img {
  max-width: 250px;
}
@media screen and (max-width: 540px) {
  .content .img-container img {
    max-width: 300px;
    margin: 10px auto;
    display: block;
  }
}
.content .container {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 40px auto;
  max-width: 800px;
  flex-wrap: wrap;
}
.content .container .card {
  background: linear-gradient(145deg, #c4557d, #a33c60);
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
  min-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .content .container .card {
    min-width: 280px;
  }
}

.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;
  color: #ba1d6c;
  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 {
  width: calc(100% - 90px);
  padding-left: 1rem;
  margin-bottom: 1rem;
}
dl dd span {
  font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
  dl dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
    display: block;
  }
}

#pickup .content {
  display: flex;
  justify-content: center;
}
#pickup .container {
  max-width: 800px;
  margin: 0 auto;
  display: inline-block;
}
#pickup .container p {
  background-color: #ba1d6c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  #pickup .container p {
    font-size: 18px;
  }
}
#pickup .container img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.link_txt {
  line-height: 1.5;
  font-weight: bold;
  color: #ba1d6c;
  margin: 7rem 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 {
  background-color: #060b70;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
  max-width: 800px;
  margin: 3rem auto 1rem !important;
}

h5 {
  font-weight: bold;
  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: #d4cfcf;
  padding: 100px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 840px) {
  .event_item {
    padding: 15px;
  }
}
.event_item dl {
  max-width: 100%;
  width: 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 30px 0;
}
.event_item .link_txt {
  margin-bottom: 0;
}
.event_item p {
  max-width: initial;
}
.event_item .lead {
  font-size: 20px;
  font-weight: bold;
}
.event_item .title {
  font-size: 2.2rem;
  font-weight: bold;
  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: 6px;
  width: 100%;
  position: absolute;
  top: -6px;
  left: 0;
}
.event_item::after {
  background-color: #ba1d6c;
  top: initial;
  bottom: -6px;
}

.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%;
}

.guest_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: space-around;
  margin: 35px 0;
}
.guest_wrap .item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0 10px 0 0;
  background-color: #576287;
  border-radius: 17px;
  width: calc((100% - 30px) / 2);
  position: relative;
}
@media screen and (max-width: 840px) {
  .guest_wrap .item {
    flex-flow: column;
    padding: 0;
  }
}
@media screen and (max-width: 540px) {
  .guest_wrap .item {
    width: 100%;
  }
}
.guest_wrap .item::before {
  content: "";
  background-image: url(images/guest_arrow.webp);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0.8;
}
.guest_wrap .item:hover figure img {
  transform: scale(1.1);
}
.guest_wrap .item figure {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 840px) {
  .guest_wrap .item figure {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 12px 12px 0 0;
  }
}
.guest_wrap .item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  transition: all ease 0.5s;
}
.guest_wrap .item .txt {
  font-weight: bold;
  text-align: left;
  padding: 10px;
  color: #fff;
  /* transform: translateX(-20px); */
  /* padding-left: 40px; */
  flex: 1;
}
.guest_wrap .item .txt p {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .guest_wrap .item .txt p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 840px) {
  .guest_wrap .item .txt {
    text-align: center;
  }
}

.guest_wrap.modal .item {
  justify-content: center;
  max-width: 380px;
  width: 95%;
  background-color: transparent;
  flex-flow: column;
  gap: 20px;
}
.guest_wrap.modal .item::before {
  content: none;
}
.guest_wrap.modal .item figure {
  border-radius: 0;
  width: 150px !important;
  height: 150px !important;
}
.guest_wrap.modal .item .txt {
  color: #555;
  width: 100%;
  text-align: center;
  border-top: 2px solid #ba1d6c;
  border-bottom: 2px solid #060b70;
}
.guest_wrap.modal .item .profile {
  font-size: 15px;
}

#fancybox-frame section {
  padding: 0;
}

.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%;
}

.archive {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

.archive img {
  width: 800px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: solid 2px #ccc;
}

.archive img:hover {
  border: solid 2px #060b70;
}

.seminar_image {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

#seminor .container {
  display: flex;
  max-width: 1000px;
}
#seminor .container img {
  max-width: 300px;
  height: 100%;
}
#seminor .container p {
  width: 60%;
}
@media screen and (max-width: 540px) {
  #seminor .container p {
    width: 100%;
  }
}
#seminor .container p a {
  text-decoration: underline;
  color: #8b0034;
}
#seminor .benefit-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px 20px;
}
@media screen and (max-width: 540px) {
  #seminor .benefit-container {
    display: block;
    padding: 40px 0;
  }
}
#seminor .benefit-wrap {
  width: 30%;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 540px) {
  #seminor .benefit-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
#seminor .benefit-title {
  background-color: #8b0034;
  color: white;
  padding: 16px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
#seminor .benefit-text {
  padding: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

#seminor .seminar_image {
  max-width: 1000px;
}

@media screen and (max-width: 540px) {
  #fancybox-wrap {
    width: 90% !important;
    height: 90% !important;
    left: 5% !important;
    top: 6150px !important;
  }
}
.upcoming .link_txt {
  pointer-events: none;
  cursor: default;
  margin: 1rem auto;
}
.upcoming .container {
  flex-wrap: wrap;
}
.upcoming span {
  font-weight: bold;
  font-size: 16px;
}
.upcoming .card {
  background: linear-gradient(145deg, #c4557d, #a33c60);
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
  min-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .upcoming .card {
    min-width: 280px;
  }
}
.upcoming .benefit-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .upcoming .benefit-container {
    display: block;
    padding: 40px 0;
  }
}
.upcoming .benefit-wrap {
  width: 48%;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 540px) {
  .upcoming .benefit-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
.upcoming .benefit-title {
  background-color: #8b0034;
  color: white;
  padding: 16px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.upcoming .benefit-text {
  padding: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

.lecturer-container {
  border-bottom: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.lecturer-container .lecture_item {
  margin: 10px 0;
}
.lecturer-container .lecture_item .detail-container {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 540px) {
  .lecturer-container .lecture_item .detail-container {
    display: block;
  }
}
.lecturer-container .lecture_item span {
  font-weight: bold;
  font-size: 16px;
}
.lecturer-container .lecture_item p {
  font-size: 14px;
  margin-bottom: 10px;
}
.lecturer-container .lecture_item img {
  aspect-ratio: 1/1;
  max-width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 540px) {
  .lecturer-container .lecture_item img {
    aspect-ratio: 3/2;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}/*# sourceMappingURL=content.css.map */