@charset "utf-8";

/* CSS Document */

/***********
pageHeading
************/

.pageHeading {
  position: relative;
  padding-top: 150px;
}
.pageHeading-container {
  background: url(../../img/mainvisual_bg.jpg) no-repeat center center / cover ;
  background-color: #000;
  color: #fff;
  padding: 4em 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 200px;
}

.pageHeading-title {
  font-size: 600%;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (max-width:1280px) {

  .pageHeading {
    padding-top: 100px;
  }
  .pageHeading-title {
    font-size: 400%;
  }

}

@media screen and (max-width:1024px) {

  .pageHeading {
    padding-top: 60px;
  }

}

@media screen and (max-width:834px) {

  .pageHeading-container {
    padding: 2em 3%;
    min-height: 140px;
  }

  .pageHeading-title {
    font-size: 231%;
    line-height: 1.2;
  }

}

/***********
innerContents
************/

.innerContents{
  background-color: #fff;
}

/***********
post
************/

.post {
}

.post p:not([class]) {
  line-height: 1.6;
  font-size: 1.31rem;
}
.post p:not([class]) + p {
  padding-top: 1em;
}

.post h2:not([class]) {
  font-size: 2.7rem;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(45deg, #3a14b6 0%, #225bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 3em 0 1em 0;
  line-height: 1.4;
  position: relative;
}

.post h3:not([class]) {
  font-size: 1.85rem;
  font-weight: 600;
  margin: 2.5em 0 1em 0;
  border-left: 4px solid #3a14b6;
  padding: 0.2em 0em 0.2em 0.8em;
  position: relative;
}

.post h4:not([class]) {
  font-size: 1.54rem;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 0.6em;
  margin: 2em 0 1em 0;
}

.post h5:not([class]) {
  font-size: 1.54rem;
  font-weight: 600;
  margin: 2em 0 0.8em 0;
}

.post h6:not([class]) {
  font-size: 1.54rem;
  font-weight: 600;
  margin: 2em 0 0.8em 0;
}

.post img {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.post img[src$="jpg"],
.post img[src$="jpeg"] {
}

.post blockquote:not([class]) {
  background-color: #f6f6f6;
  padding: 3em 5%;
  margin: 2em 0;
}
.post blockquote:not([class]) h2:first-child,
.post blockquote:not([class]) h3:first-child,
.post blockquote:not([class]) h4:first-child,
.post blockquote:not([class]) h5:first-child{
  margin-top: 0;
}

.post table:not([class]) {
  border: 1px solid #aaa;
  font-size: 1.31rem;
}

.post table:not([class]) thead td {
  border: 1px solid #aaa;
  padding: 1em 0.8em;
  text-align: center;
  line-height: 1.8;
  background-color: #eee;
}
.post table:not([class]) thead th{
  border: 1px solid #aaa;
  padding: 1em 1.5em;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  background-color: #000;
  color: #fff;
}

.post table:not([class]) tbody th {
  border: 1px solid #aaa;
  padding: 1em 1.5em;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  line-height: 1.8;
  background-color: #eee;
}

.post table:not([class]) tbody td {
  border: 1px solid #aaa;
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.7;
  background-color: #fff;
}

.post ul:not([class]){
  font-size: 1.31rem;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]){
  font-size: 1.31rem;
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]) li{
  padding-left: 0.5em;
}

@media screen and (max-width:834px) {

  .post p:not([class]) {
    font-size: 1.16rem;
  }

  .post h2:not([class]) {
    font-size: 1.7rem;
  }

  .post h3:not([class]) {
    font-size: 1.54rem;
    line-height: 1.3;
  }

  .post h4:not([class]) {
    font-size: 1.31rem;
  }

  .post h5:not([class]) {
    font-size: 1.31rem;
  }

  .post h6:not([class]) {
    font-size: 1.31rem;
  }


  .post table:not([class]) {
    font-size: 1rem;
  }

  .post ul:not([class]){
    font-size: 1.16rem;
  }
  .post ol:not([class]){
    font-size: 1.16rem;
  }

}

.post > *:first-child,
.post blockquote > *:first-child{
  margin-top: 0 !important;
}

.post *[class^="l-"] img:not([class]){
  padding-bottom: 0 !important;
}

.post h2 + ul,
.post h3 + ul,
.post h4 + ul,
.post h5 + ul,
.post h6 + ul,
.post h2 + ol,
.post h3 + ol,
.post h4 + ol,
.post h5 + ol,
.post h6 + ol{
  padding-top: 0 !important;
}

/***********
box
************/

.box {
  padding: 5em 5%;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width:834px) {

  .box {
    padding: 2em 5vw;
    margin-left: -3%;
    margin-right: -3%;
  }
}



/***********
pagination
************/

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 6em;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 3em;
  height: 3em;
  padding-top: 0.2em;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 139%;
  font-weight: 700;
  margin: 0 5px;
}
.pagination span.dots{
  border-color: transparent;
}
body.is-pc .pagination a:hover ,
.pagination span:not(.dots){
  background-color: #3a14b6;
  color: #fff;
}

.pagination a.prev,
.pagination a.next{
}


@media screen and (max-width:834px) {

  .pagination {
    padding-top: 5em;
    padding-bottom: 3em;
    margin-left: -4%;
    margin-right: -4%;
  }

  .pagination span,
  .pagination a {
    width: 2.6em;
    height: 2.6em;
    font-size: 116%;
    margin: 0 2px 2px;
    padding: 0;
  }

}


/***********
article
************/

.article {
}
.article-heading {
  position: relative;
  margin-bottom: 5em;
  padding-bottom: 3em;
  border-bottom: 2px solid #000;
}

.article-heading-data {
  display: flex;
  align-items: center;
  padding-bottom: 1.5em;
  color: #3a14b6;
  font-weight: 600;
  font-size: 131%;
}
.article-heading-time {
  display: inline-block;
  white-space: nowrap;
  padding-right: 1.4em;
}
.article-heading-cat {
  display: inline-block;
  font-size: 116%;
  font-weight: 500;
}
.article-heading-cat::before {
  content: "/";
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
  transform: translateY(-0.15em);
}
.article-heading-title {
  font-size: 354%;
  line-height: 1.3;
}

@media screen and (max-width:834px) {

  .article {
  }
  .article-heading {
    margin-bottom: 3em;
  }
  .article-heading-data {
    padding-bottom: 1.5em;
    font-size: 100%;
  }
  .article-heading-title {
    font-size: 200%;
  }

}



/***********
indexList
************/

.indexList {
  color: #000;
}
.indexList li:not(:last-child) {
  margin-bottom: 5em;
}
.indexList-block {
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
}
.indexList-visual {
  width: 45%;
  min-height: 400px;
}
.indexList-visual a {
  display: block;
  height: 100%;
}
.indexList-img {
  height: 100%;
}
.indexList-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexList-inner {
  flex: 1;
  font-size: 93%;
  padding: 4em 5% 3em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.indexList-title {
  font-size: 231%;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.indexList-title a {
  color: inherit;
  text-decoration: none;
}
body.is-pc .indexList-title a:hover {
  color: #225bff;
}

.indexList-link {
  padding-top: 2em;
  font-size: 85%;
  text-align: right;
}
@media screen and (max-width:1280px) {

  .indexList-visual {
    width: 45%;
    min-height: initial;
  }

}

@media screen and (max-width:834px) {

  .indexList {
    max-width: 520px;
    margin: 0 auto;
  }
  .indexList li:not(:last-child) {
    margin-bottom: 2em;
  }
  .indexList-block {
    display: block;
  }
  .indexList-visual {
    width: auto;
  }
  .indexList-img img {
    height: min(50vw,300px);
  }
  .indexList-inner {
    padding: 2em 5vw ;
  }
  .indexList-title {
    font-size: 154%;
  }

  .indexList-link {
    position: static;
    text-align: center;
    padding-top: 1em;
  }
}




/***********
scheduleTable
************/

.scheduleTable{
  border-top: 1px solid #aaa;
  font-size: 116%;
}
.scheduleTable tr{
}
.scheduleTable th{
  border-right: 1px solid #aaa;
}
.scheduleTable td{
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 1.5em 1em;
}
.scheduleTable tr td:last-child{
  border-right: none;
}

.scheduleTable th.scheduleTable-time{
  vertical-align: top;
  padding-top: 0.2em;
  padding-right: 0.8em;
  text-align: right;
  font-size: 85%;
  white-space: nowrap;
}
.scheduleTable th.scheduleTable-time.-borderTop{
  border-top: 1px solid #aaa;
}


@media screen and (max-width:834px) {

  .scheduleTable{
    font-size: 100%;
  }
  .scheduleTable td{
    padding: 1em 1em;
  }

}



/***********
scheduleTable
************/


.speakerList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -2em;
}
.speakerList li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 2em;
  border: 3px solid var(--color-sub02);
}
.speakerList-img {
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.speakerList-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.speakerList-img img {
  width: clamp(100px,100%, 200px);
  height: 100%;
  object-fit: cover;
  aspect-ratio: 12 / 16;
  position: relative;
  z-index: 9;
}
.speakerList-inner {
  padding-top: 1em;
  font-size: clamp(108%,1.6vw, 124%);
  padding: 1.2em;
}
.speakerList-heading {
}
.speakerList-heading-name {
  color: var(--color-brand01);
  font-size: 116%;
}
.speakerList-heading-pos {
  font-size: 85%;
}
.speakerList-theme {
  background-color: var(--color-sub01);
  padding: 0.8em 1.2em;
  font-size: 85%;
  background-color: #ecf5f9;
  position: relative;
  margin-top: 3em;
}
.speakerList-theme::before {
  content: "Theme";
  display: inline-block;
  font-weight: 700;
  font-size: 85%;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: inherit;
  padding: 0.1em 0.8em;
}
.speakerList-theme-title {
}
.speakerList-theme-time {
  display: block;
  font-size: 93%;
  font-style: italic;
  padding-top: 0.4em;
}

@media screen and (max-width:834px) {

  .speakerList {
    margin-left: -2%;
    margin-bottom: -1em;
  }
  .speakerList li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 1em;
    border-width: 2px;
  }
}


@media screen and (max-width:520px) {


  .speakerList {
    display: block;
    margin-left: 0;
    margin-bottom: -1em;
  }
  .speakerList li {
    width: auto;
    margin-left: 0;
    margin-bottom: 1em;
  }
  .speakerList-img {
  }
  .speakerList-img img {
    width: clamp(80px,50%, 200px);
  }
  .speakerList-inner {
    padding-top: 1em;
    font-size: clamp(108%,1.6vw, 124%);
    padding: 0.8em;
  }
  .speakerList-heading {
    text-align: center;
  }
  .speakerList-heading-name {
    color: var(--color-brand01);
    font-size: 116%;
  }
  .speakerList-heading-pos {
    font-size: 85%;
  }
  .speakerList-theme {
    margin-top: 2em;
  }
}



/***********
box
************/

.box {
  background-color: var(--color-base);
  padding: min(5vw,4em) min(5vw,6%);
}

@media screen and (max-width:834px) {

  .box {
    margin-left: -3vw;
    margin-right: -3vw;
  }
}

/***********
dataTable
************/

.dataTable {
  line-height: 1.6;
  font-size: clamp(116%,1.4vw, 139%);
  border-top: 1px solid var(--color-main);
}

.dataTable thead td {
  padding: 1em 1.2em ;
}
.dataTable thead th {
  padding: 1em 1.2em ;
}

.dataTable tbody tr {
  border-bottom: 1px solid var(--color-main);
}
.dataTable tbody th {
  padding: 1em 1.5em ;
  font-weight: 500;
  background-color: var(--color-sub01);
  line-height: 1.4;
}
.dataTable tbody td {
  padding: 1em 1.5em 1em 1.5em ;
  position: relative;
}

/*
setting
*/

.dataTable.-fixed {
  table-layout: fixed;
}

.dataTable.-vwide thead td ,
.dataTable.-vwide thead th{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.dataTable.-vwide tbody td ,
.dataTable.-vwide tbody th{
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}


.dataTable.-vtop,
.dataTable.-vtop th,
.dataTable.-vtop td {
  vertical-align: top;
}

.dataTable.-alignLeft,
.dataTable.-alignLeft th,
.dataTable.-alignLeft td {
  text-align: left;
}

.dataTable.-alignCenter,
.dataTable.-alignCenter th,
.dataTable.-alignCenter td {
  text-align: center;
}


/*
size
*/

.dataTable-th.-trisect {
  width: 33%;
}
.dataTable-th.-small {
  width: 15em;
}
.dataTable-th.-xsmall {
  width: 12.5em;
}
.dataTable-th.-xxsmall {
  width: 10em;
}
.dataTable-th.-alignLeft {
  text-align: left;
}


@media screen and (max-width:834px) {

  .dataTable {
    font-feature-settings: "palt";
    line-height: 1.5;
  }
  .dataTable th,
  .dataTable td {
  }

  .dataTable thead td {
    padding: 1em 0.5em ;
  }
  .dataTable thead th {
    padding: 1em 0.5em ;
  }
  .dataTable tbody th {
    padding: 1em 0.5em ;
  }
  .dataTable tbody td {
    padding: 1em 0.5em ;
  }

  /*
  setting
  */

  .dataTable.-fixed {
    table-layout: fixed;
  }

  .dataTable.-vwide thead td ,
  .dataTable.-vwide thead th{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .dataTable.-vwide tbody td ,
  .dataTable.-vwide tbody th{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dataTable.-fixed {
    table-layout: fixed;
  }
  .dataTable-th.-small {
    width: 8em;
  }
  .dataTable-th.-xxsmall {
    width: 22%;
  }


  .dataTable-data dt {
    padding-right: 0.5em;
    margin-right: 1em;
  }

}

@media screen and (max-width:520px) {

  /*
  spBlock
  */

  .dataTable.-spBlock ,
  .dataTable.-spBlock tbody ,
  .dataTable.-spBlock th ,
  .dataTable.-spBlock td ,
  .dataTable.-spBlock tr {
    display: block;
    width: 100% !important;
  }

  .dataTable.-spBlock {
    border: none;
  }
  .dataTable.-spBlock tbody tr {
    border: none;
  }

  .dataTable.-spBlock tbody th {
    border: 1px solid var(--color-brand01);
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0.5em 1em ;
    text-align: left;
    font-size: 116%;
  }
  .dataTable.-spBlock tbody td {
    padding: 1em 0em 2em ;
    font-size: 108%;
    line-height: 1.7;
    text-align: left;
  }
  .dataTable.-spBlock tbody td::before,
  .dataTable.-spBlock tbody td::after {
    display: none;
  }

}


/***********
catNavi
************/

.catNavi {
  background-color: rgba(224, 237, 246, 0.5);
  overflow: auto;
  display: flex;
  justify-content: center;
}
.catNavi-list {
  display: flex;
}
.catNavi-list li {
}
.catNavi-list li a{
  min-width: 6em;
  padding: 1.5em 1em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 124%;
  font-weight: 500;
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.catNavi-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-brand01);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right ;
}
body.is-pc .catNavi-list li a:hover::after {
  transform: scaleX(1);
  transform-origin: left ;
}

.catNavi-list:hover li.current-cat a::after ,
.catNavi-list:hover li a[aria-current="page"]::after {
  transform: scaleX(0);
}
.catNavi-list li.current-cat a::after ,
body.is-pc .catNavi-list li a:not(.is-active):hover,
.catNavi-list li a[aria-current="page"]:after{
  transform: scaleX(1);
}

@media screen and (max-width:834px) {

  .catNavi {
    overflow: auto;
    padding-left: 2%;
    display: block;
  }

  .catNavi-list {
    display: flex;
    flex-wrap:nowrap;
  }
  .catNavi-list li {
    margin-right: 0.2em;
    margin-bottom: 0;
  }
  .catNavi-list li a {
    min-width: 5em;
    padding: 1em 0.5em 1em;
    font-size: 100%;
  }

}

/***********
fileLink
************/

.fileLink {
  font-size: clamp(1.16rem,1.8vw, 1.39rem);
  font-weight: 500;
}
.fileLink li {
  padding: 0.8em 0;
  border-bottom: 1px solid var(--color-sub03);
}
.fileLink.-single li {
  padding: 0.2em 0;
  border-bottom: none;
}
.fileLink a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.5em;
}
.fileLink a:hover {
  text-decoration: underline;
}
.fileLink a{
  padding-left: 4.2em;
}
.fileLink a::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.fileLink a[href*="pdf"]::after {
  background: url(../../img/icon/pdf.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="jpg"]::after,
.fileLink a[href*="jpeg"]::after {
  background: url(../../img/icon/jpg.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="png"]::after {
  background: url(../../img/icon/png.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="doc"]::after,
.fileLink a[href*="docx"]::after {
  background: url(../../img/icon/doc.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="xls"]::after,
.fileLink a[href*="xlsx"]::after {
  background: url(../../img/icon/xls.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="zip"]::after {
  background: url(../../img/icon/zip.png) no-repeat left top / 100% auto;
}
