@charset "UTF-8";
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Futura-Medium-01.ttf") format("truetype");
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Futura-Bold-03.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
ul,
dl,
dd {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*Break Point
------------------------------*/
/*font
---------------------------------*/
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .tb_sp {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .tb {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .tb_pc {
    display: none !important;
  }
}

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

/*base
-----------------------*/
body {
  font-family: "Noto Sans JP", "sans-serif";
}
body.hidden {
  overflow: hidden;
}

/*--------------------
module,helper
---------------------*/
.english-font {
  font-family: "Futura", "sans-serif";
}

.contents-wrap {
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .contents-wrap {
    max-width: 800px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .contents-wrap {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media print, screen and (min-width: 1100px) {
  .contents-wrap {
    max-width: 1000px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  background-color: #FFBB44;
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  border: solid 1px #FFBB44;
}
@media (hover: hover) {
  .button:hover {
    color: #FFBB44;
  }
  .button:hover::before {
    left: 0;
  }
}
.button::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section-title {
  position: relative;
  color: #E50060;
}
@media print, screen and (max-width: 767.9px) {
  .section-title {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .section-title {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .section-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -53px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 6px;
    width: 40px;
    background-color: #E50060;
  }
}

.section-title__english {
  display: inline-block;
  color: #000;
  font-family: "Futura", "sans-serif";
}
@media print, screen and (max-width: 767.9px) {
  .section-title__english {
    margin-right: 6px;
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .section-title__english {
    margin-right: 10px;
    font-size: 48px;
  }
}

.modal-target {
  display: none;
}

main {
  padding-top: 60px;
}
@media print, screen and (max-width: 767.9px) {
  main {
    padding-top: 42px;
  }
}

/*---------------------
ヘッダー
---------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media print, screen and (max-width: 767.9px) {
  .header {
    background: #FFF;
  }
}

.header__inner {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 1024px) {
  .header__white {
    position: relative;
    width: 27%;
    background: linear-gradient(#E50060 10px, #fff 10px);
  }
}
@media print, screen and (min-width: 1024px) {
  .header__white::before, .header__white::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    border-style: solid;
  }
}

.header__white.-after::before {
  content: none;
}
@media print, screen and (min-width: 1024px) {
  .header__white.-after::after {
    right: -17.5px;
    border-width: 54px 0 0px 18px;
    border-color: transparent transparent transparent #fff;
  }
}

@media print, screen and (min-width: 1024px) {
  .header__white.-before::before {
    left: -17.5px;
    border-width: 54px 18px 0px 0;
    border-color: transparent #fff transparent transparent;
  }
}
.header__white.-before::after {
  content: none;
}

@media print, screen and (max-width: 767.9px) {
  .header__logo {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__logo {
    padding-top: 16px;
    padding-left: 13px;
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    padding-top: 18px;
    padding-bottom: 4px;
  }
}
.header__logo img {
  max-width: 120px;
}
@media print, screen and (max-width: 767.9px) {
  .header__logo img {
    max-width: 110px;
  }
}

.header__list {
  list-style: none;
  display: none;
  background-color: #E50060;
}
@media print, screen and (max-width: 1023.9px) {
  .header__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__list li {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .header__list li {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__list li {
    margin-right: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__list li:last-of-type {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .header__list li + li {
    margin-top: 20px;
  }
}
.header__list li a {
  color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .header__list li a {
    font-weight: bold;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .header__list.-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
  }
}

.header__entry {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
}
@media print, screen and (max-width: 767.9px) {
  .header__entry {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .header__entry {
    width: 207px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__entry {
    top: 10px;
    height: 53px;
  }
}

/*---------------------
ハンバーガー
---------------------*/
@media print, screen and (max-width: 1023.9px) {
  .humberger {
    border-radius: 3px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    padding: 4px 10px 10px 10px;
    height: 40px;
    width: 40px;
    background-color: #000;
  }
}
@media print, screen and (min-width: 1024px) {
  .humberger {
    display: none;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .humberger::after {
    content: "メニュー";
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    margin-top: 4px;
    text-align: center;
    color: #fff;
    font-size: 9px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .humberger__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .humberger__inner span {
    display: block;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    background-color: #fff;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .humberger__inner span:nth-of-type(1) {
    top: 6px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .humberger__inner span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media print, screen and (max-width: 1023.9px) {
  .humberger__inner span:nth-of-type(3) {
    bottom: 6px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .humberger.-active::after {
    content: "閉じる";
  }
}
@media print, screen and (max-width: 1023.9px) {
  .humberger.-active .humberger__inner span {
    top: 50%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .humberger.-active .humberger__inner span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media print, screen and (max-width: 1023.9px) {
  .humberger.-active .humberger__inner span:nth-of-type(2) {
    opacity: 0;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .humberger.-active .humberger__inner span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/*---------------------
メインビジュアル
---------------------*/
.mv {
  position: relative;
}
.mv__inner {
  padding:30px 0 0;
background:#f4f4f4;
}

.mv picture {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767.9px) {
  .mv picture {
    width: 100%;
  }
}

.mv__entry-wrap {
  background-color: #f4f4f4;
}
@media print, screen and (min-width: 768px) {
  .mv__entry-wrap {
    padding-top: 41px;
    padding-bottom: 47px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .mv__entry-wrap {
    background: #f4f4f4;
    padding-top: 21px;
    padding-bottom: 23px;
  }
}

.mv__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  border: 2px solid #FFBB44;
  box-shadow: 0 12px 24px rgba(0,0,0,.1);
}
@media print, screen and (max-width: 767.9px) {
  .mv__entry {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
    position: static;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    border: none;
    width: 80%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__entry {
    height: 85px;
    width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (hover: hover) {
  .mv__entry:hover::after {
    background-image: url(../assets/img/arrow-hover.png);
  }
}
.mv__entry::after {
  content: "";
  display: block;
  height: 10px;
  margin-left: 11px;
  width: 7px;
  background-image: url(../assets/img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.mv__date-area {
  background-color: #E50060;
}
@media print, screen and (max-width: 767.9px) {
  .mv__date-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__date-area {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.mv__date-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv__date {
  position: relative;
}
@media print, screen and (max-width: 767.9px) {
  .mv__date {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__date {
    max-width: 290px;
  }
}

.mv__date-free {
  display: block;
  position: absolute;
}
@media print, screen and (max-width: 767.9px) {
  .mv__date-free {
    top: -220%;
    right: -80px;
    max-width: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__date-free {
    top: -260%;
    max-width: 131px;
    right: -150px;
  }
}

.systemInfo__inner {
  text-align: center;
  line-height: 1.6;
  padding: 40px 0 10px;
}
@media print, screen and (max-width: 767.9px) {
  .systemInfo__inner {
    padding: 20px 0 10px;
  }
}
.systemInfo__inner h5 {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0;
}
@media print, screen and (max-width: 767.9px) {
  .systemInfo__inner h5 {
    font-size: 15px;
  }
}
.systemInfo__inner h6 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #aa0000;
}
@media print, screen and (max-width: 767.9px) {
  .systemInfo__inner h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.systemInfo__inner h6 span {
  font-size: 18px;
}
@media print, screen and (max-width: 767.9px) {
  .systemInfo__inner h6 span {
    font-size: 16px;
  }
}
.systemInfo__inner p {
  font-size: 14px;
}
@media print, screen and (max-width: 767.9px) {
  .systemInfo__inner p {
    font-size: 12.6px;
  }
}
.systemInfo__inner br.sp {
  display: none;
}
@media print, screen and (max-width: 767.9px) {
  .systemInfo__inner br.sp {
    display: block;
  }
}

/*---------------------
ご挨拶
---------------------*/
@media print, screen and (max-width: 767.9px) {
  .greeting {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting {
    padding-top: 70px;
    padding-bottom: 81px;
  }
}

@media print, screen and (min-width: 768px) {
  .greeting__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.greeting__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  .greeting__text-area {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1100px) {
  .greeting__text-area {
    margin-right: 55px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .greeting__text {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting__text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2.4;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting__text + .greeting__text {
    margin-top: 20px;
  }
}

.greeting__image-area {
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .greeting__image-area {
    margin-top: 22px;
  }
}
@media print, screen and (min-width: 1100px) {
  .greeting__image-area {
    margin-right: -82px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .greeting__image {
    text-align: center;
    width: 220px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting__image {
    max-width: 272px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .greeting__image img {
    margin: auto;
  }
}

.greeting__position {
  margin-top: 7px;
}
@media print, screen and (max-width: 767.9px) {
  .greeting__position {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting__position {
    font-size: 14px;
  }
}

.greeting__name {
  margin-top: 6px;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  .greeting__name {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .greeting__name {
    font-size: 22px;
  }
}

/*---------------------
受賞企業
---------------------*/
@media print, screen and (max-width: 767.9px) {
  .award {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .award {
    padding-top: 89px;
    padding-bottom: 70px;
  }
}

.award__heading {
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .award__heading {
    max-width: 443px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .award__heading {
    padding: 0 20px;
  }
}

.award__p{
  text-align: center;
  margin: 40px auto 10px;
}

@media print, screen and (max-width: 767.9px) {
  .award__list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .award__list {
    margin-top: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none;
  }
}
.award__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19%;
  margin: 0 auto 50px;
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .award__list li {
    width: 38%;
  }
}
.award__list li a {
  pointer-events: none;
}
.award__list li img {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .award__list li img {
    max-width: 100%;
  }
}

/*---------------------
タイムテーブル
---------------------*/
.time-table {
  background-color: #f4f4f4;
}
@media print, screen and (max-width: 767.9px) {
  .time-table {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table {
    padding-top: 80px;
    padding-bottom: 79px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .time-table__list {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table__list {
    margin-top: 32px;
    padding-top: 33px;
    padding-bottom: 55px;
    position: relative;
  }
}
@media print, screen and (min-width: 1024px) {
  .time-table__list::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -38px;
    height: 100%;
    width: 10px;
    background-color: #e0e0e0;
  }
}

.time-table__list li {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .time-table__list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -49px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  .time-table__list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -42px;
    z-index: 2;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
  }
}
@media print, screen and (max-width: 767.9px) {
  .time-table__list li + li {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table__list li + li {
    margin-top: 24px;
  }
}
.time-table__list li:nth-of-type(odd)::before {
  background-color: #E50060;
}
.time-table__list li:nth-of-type(odd) .time-table-card__category {
  color: #E50060;
}
.time-table__list li:nth-of-type(odd) .time-table-card__more {
  background-color: #E50060;
}
.time-table__list li:nth-of-type(even)::before {
  background-color: #01a9da;
}
.time-table__list li:nth-of-type(even) .time-table-card__category {
  color: #01a9da;
}
.time-table__list li:nth-of-type(even) .time-table-card__more {
  background-color: #ff7175;
}

.time-table-card {
  background-color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card {
    padding: 20px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 31px;
    padding-right: 20px;
    padding-bottom: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .time-table-card {
    padding-right: 0;
  }
}

.center_area {
  margin-left: auto;
  margin-right: auto;
  width: 67% !important;
}
.center_area2 {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .center_area {
    width: 100% !important;
  }
  .center_area2 {
    justify-content: center;
  }
}
.center_area h3 {
  text-align: left;
}

.time-table-card__time {
  width: 100%;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .time-table-card__time {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
}

.time-table-card__category {
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .time-table-card__category {
    font-size: 17px;
    padding-left: 2px;
  }
}

.time-table-card__heading {
  font-weight: bold;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card__heading {
    margin-top: 12px;
    font-size: 17px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table-card__heading {
    margin-top: 6px;
    font-size: 23px;
    margin-bottom: 10px;
  }
}

.center_head {
  text-align: center;
  margin-top: 20px;
}

@media print, screen and (max-width: 767.9px) {
  .time-table-card__member {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table-card__member {
    margin-top: 6px;
    font-size: 12px;
  }
}

.time-table-card__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card__block {
    margin-top: 12px;
  }
}

.tCap{
  font-size: 11px;
  text-align: right;
  margin-top: -40px;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767.9px) {
  .tCap{
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.w100{
  width: 100%;
  flex: auto;
}

.marge{
  margin-top: 30px;
}

.marge .time-table-card__category{
  color: #E50060 !important;
}

.marge .time-table-card__heading{
  margin-top: 0px;
}

.time-table-card__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  font-family: "Futura", "sans-serif";
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.time-table-card__more:hover {
  opacity: 0.6;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card__more {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table-card__more {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .time-table-card__more {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -35px;
  }
}
.time-table-card__more::after {
  content: "";
  display: block;
  margin-top: 2px;
  height: 10px;
  width: 7px;
  background-image: url(../assets/img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*---------------------
モーダル
---------------------*/
.time-table-card.-modal {
  display: block;
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .time-table-card.-modal .time-table-card__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.time-table-card__description {
  margin-top: 12px;
  line-height: 1.75;
}

.time-table-card__prof-wrap {
  width: 100%;
}
.time-table-card__prof-wrap.-cen{
  justify-content: center;
  padding-left: 0;
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card__prof-wrap {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table-card__prof-wrap {
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}

.time-table-card__prof-wrap__inner {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card__prof-wrap__inner {
    width: 100%;
    margin-bottom: 20px;
  }
}

.time-table-card__prof-image {
  max-width: 143px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card__prof-image {
    margin-right: 10px;
    width: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table-card__prof-image {
    margin-right: 36px;
  }
}

.time-table-card__prof-name {
  font-weight: bold;
  font-size: 18px;
}
.time-table-card__prof-name a{
  color: #01a9da;
  text-decoration: underline;
  transition: all .14s;
}

.time-table-card__prof-name a:hover{
  opacity: 0.5;
}


@media print, screen and (max-width: 767.9px) {
  .time-table-card__prof-name {
    text-align: left;
    font-size: 15px;
  }
}

.time-table-card__prof-position {
  margin-top: 7px;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card__prof-position {
    text-align: left;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table-card__prof-position {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .time-table-card__prof-text {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table-card__prof-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}

/*---------------------
開催概要
---------------------*/
.outline {
  background: #f4f4f4;
}
@media print, screen and (max-width: 767.9px) {
  .outline {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline {
    padding-top: 83px;
    padding-bottom: 52px;
  }
}

.outline__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.outline__list a{
  text-decoration: underline;
}
@media print, screen and (max-width: 767.9px) {
  .outline__list {
    margin-top: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline__list {
    margin-top: 57px;
  }
}
.outline__list dt {
  padding-top: 14px;
  margin-top: 14px;
  border-top: solid 1px #d0d0d0;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  .outline__list dt {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline__list dt {
    padding-right: 60px;
    padding-left: 158px;
  }
}
.outline__list dt:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.outline__list dd {
  padding-top: 14px;
  margin-top: 14px;
  border-top: solid 1px #d0d0d0;
}
.outline__list dd:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.outline__list dd.-blue {
  font-weight: bold;
  color: #E50060;
}
@media print, screen and (max-width: 767.9px) {
  .outline__list dd,.outline__list dt {
    font-size: 13px;
  }
}

#map {
  padding:4em 0 2rem;
}
@media print, screen and (max-width: 767.9px) {
  #map {
    padding:2em 0 1rem;
  }
  iframe{
    width: 100%;
    height: 400px;
  }
}


@media print, screen and (max-width: 767.9px) {
  .sponsor {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .sponsor {
    padding-top: 70px;
    padding-bottom: 81px;
  }
}

.sponsor__wrap{
  max-width: 1000px;
  margin: 80px auto 60px;
}

.sponsor__wrap ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap:80px;
  row-gap:80px;
}
li.-s1{
  width: 380px;
  margin-inline:auto;
}
li.-s2{
  width: 300px;
  margin-inline:auto;
}
li.-s3{
  width: 400px;
  margin: 0px auto 0;
}
li.-s4{
  width: 320px;
  margin: 0px auto 0;
}
li.-s5{
  width: 400px;
  margin: 0px auto 0;
}
li.-s6{
  width: 366px;
  margin: 0px auto 0;
}
li.-s7{
  width:250px;
  margin: 0px auto 0;
}
li.-s8{
  width:350px;
  margin: 0px auto 0;
}
a.-none{
  pointer-events: none;
}

@media print, screen and (max-width: 768px) {
  .sponsor__wrap{
    margin: 60px auto 30px;
  }

  .sponsor__wrap ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap:60px;
  }
  li.-s1{
    width: 300px;
  }
  li.-s2{
    width: 230px;
  }
  li.-s3{
    width: 290px;
    padding-left: 0;
  }
  li.-s4{
    width: 230px;
    padding-left: 0;
    margin: 0;
  }
  li.-s5{
    width: 94%;
    padding-left: 0;
    margin: 0;
  }
  li.-s6{
    width: 89%;
    padding-left: 0;
    margin: 0;
  }
  li.-s7{
    width: 55%;
    padding-left: 0;
    margin: 0;
  }
  li.-s8{
    width: 84%;
    padding-left: 0;
    margin: 0;
  }
}


/*---------------------
フッター
---------------------*/
.footer {
  text-align: center;
  background-color: #29263e;
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

.footer__logo {
  margin: auto;
  max-width: 159px;
}

@media print, screen and (max-width: 767.9px) {
  .footer__text {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__text {
    margin-top: 50px;
  }
}

@media print, screen and (max-width: 767.9px) {
  .footer__copyright {
    margin-top: 12px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 12px;
    font-size: 11px;
  }
}

/*---------------------
モーダル
---------------------*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  max-width: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 1024px) {
  #colorbox {
    max-width: 1000px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#cboxOverlay {
  background: #000;
}

#cboxContent {
  height: auto !important;
  max-width: 100%;
  width: 100% !important;
  padding: 40px 30px 30px;
}

#cboxLoadedContent {
  background: #fff;
  height: auto;
  margin-bottom: 0;
  max-width: 100%;
  width: 100% !important;
}

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
}

#cboxClose {
  top: 10px;
}

#cboxMiddleLeft {
  display: none;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}

#cboxClose::before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 100%;
  background-color: #000;
}
#cboxClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000;
}

#cboxTitle {
  color: #fff;
}
