@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: #ff7175;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  border: solid 1px #ff7175;
}
@media (hover: hover) {
  .button:hover {
    color: #ff7175;
  }
  .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: #01a9da;
}
@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: #01a9da;
  }
}

.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(#01a9da 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: -18px;
    border-width: 52px 0 0px 18px;
    border-color: transparent transparent transparent #fff;
  }
}

@media print, screen and (min-width: 1024px) {
  .header__white.-before::before {
    left: -18px;
    border-width: 52px 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: 22px;
    padding-bottom: 4px;
  }
}
.header__logo img {
  max-width: 140px;
}
@media print, screen and (max-width: 767.9px) {
  .header__logo img {
    max-width: 110px;
  }
}

.header__list {
  list-style: none;
  display: none;
  background-color: #01a9da;
}
@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 #ff7175;
}
@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: #01a9da;
}
@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;


}
@media print, screen and (max-width: 767.9px) {
  .systemInfo__inner {
    padding:0;
  }
}
.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;
  }
}


/*---------------------
追加ボタン
---------------------*/
.link-wrap{
  display:flex;
      justify-content: space-around;
  align-items: center;
}
@media print, screen and (max-width: 767.9px) {
  .link-wrap{
    flex-direction: column;
  }
}
.link-wrap li a{
  position: relative;


}
.link-wrap li{
  display:flex;
  align-items: center;
   
    background-position:center;
    width:100px;
    height:100px;
    border-radius: 90px;
    position: relative;

}
@media print, screen and (max-width: 767.9px) {
 .link-wrap li{
    width:300px;
    height:40px;
    border-radius: 30px;

}
}
.link-wrap li.c{
  background-color: #01a9da;
}
.link-wrap li.e{
  background-color: #f56cdc;
      margin-right: -70px;
}
.link-wrap li.a{
  background-color: #e9d812;
}
@media print, screen and (max-width: 767.9px) {
  .link-wrap li.e{
      margin-right: 0;
}
  .link-wrap li{
    margin-bottom: 10px;
  }
}
.link-wrap li a:after{
  position: absolute;
  top: 0;
    content:"";
  display:block;
  z-index:1;

    width:80px;
    height:80px;
    outline-color: #fffff9;
    outline-width: 4px;
    outline-style: solid;
    outline-offset: -8px;
    border-radius: 90px;
}
.link-wrap li.c a:after{
   background: url(../assets/img/triangle_right.svg) no-repeat #01a9da;
       background-size: 30px 30px;
    background-position:center;
    right: 200px;
}
.link-wrap li.e a:after{
   background: url(../assets/img/triangle_right.svg) no-repeat #f56cdc;
       background-size: 30px 30px;
    background-position:center;
    right: 145px;
}
.link-wrap li.a a:after{
   background: url(../assets/img/triangle_right.svg) no-repeat #e9d812;
       background-size: 30px 30px;
    background-position:center;
    right: 140px;
}
@media print, screen and (max-width: 767.9px) {
   .link-wrap li a{
    width:100%;
    display: flex;
    justify-content: center;
   }
  .link-wrap li a:after{
    display: none;
  }
}

.link-wrap li div{
  display:flex;
  align-items: baseline;
      margin-left: 20px;

}
.link-wrap li span{
  display:block;
      font-family: "Futura", "sans-serif";
}
.link-wrap li p{
  font-size: 20px;

}
@media print, screen and (max-width: 767.9px) {
  .link-wrap li span{
    display: inline-block;
  }
  .link-wrap li p{
  font-size: 16px;

}
}
.link-wrap li p span{
  position: relative;
  z-index:1;
  line-height:1;
}
.link-wrap li p:first-child span{
  font-size: 60px;
}
@media print, screen and (max-width: 767.9px) {
  .link-wrap li p:first-child span{
  font-size: 18px;
}
}
.link-wrap li p:last-child{
    display: flex;
    flex-direction: column;
    align-items: baseline;
      width: 150px;
}
.link-wrap li.e p:last-child{
      width: 100px;
}
.link-wrap li.a p:last-child{
      width: 90px;
}
.link-wrap li:not(.a) p:last-child span:last-child{
  margin-left:15px;
}


.link-wrap li.c a:hover p:first-child span::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #4398cf;
  content: "";
  position: absolute;
  z-index:-1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  transform-origin: left center;
}
.link-wrap li.c a:hover p:last-child span::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #4398cf;
  content: "";
  position: absolute;
  z-index:-1;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 10px;
  transform-origin: left center;
}
.link-wrap li.e a:hover p:first-child span::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #f340b3;
  content: "";
  position: absolute;
  z-index:-1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  transform-origin: left center;
}
.link-wrap li.e:hover p:last-child span::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #f340b3;
  content: "";
  position: absolute;
  z-index:-1;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 10px;
  transform-origin: left center;
}
.link-wrap li.a a:hover p:first-child span::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #f4aa50;
  content: "";
  position: absolute;
  z-index:-1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  transform-origin: left center;
}
.link-wrap li.a a:hover p:last-child span::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #f4aa50;
  content: "";
  position: absolute;
  z-index:-1;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 10px;
  transform-origin: left center;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
 
/*---------------------
ご挨拶
---------------------*/
@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: 63px;
  }
}

@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;
  }
}

.award__list {
  padding: 0 20px;
}
@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;
  }
}
@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;
  }
}
.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: #01a9da;
}
.time-table__list li:nth-of-type(odd) .time-table-card__category {
  color: #01a9da;
}
.time-table__list li:nth-of-type(odd) .time-table-card__more {
  background-color: #01a9da;
}
.time-table__list li:nth-of-type(even)::before {
  background-color: #ff7175;
}
.time-table__list li:nth-of-type(even) .time-table-card__category {
  color: #ff7175;
}
.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;
}
@media print, screen and (max-width: 767.9px) {
  .center_area {
    width: 100% !important;
  }
}
.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;
  }
}

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

.marge{
  margin-top: 30px;
}

.marge .time-table-card__category{
  color: #01a9da !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%;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card__prof-wrap {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .time-table-card__prof-wrap {
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
align-items: flex-start;
    margin-top: 20px;
    justify-content: space-around;
  }
}

.time-table-card__prof-wrap__inner {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
              padding-bottom: 10px;
    border-bottom: 2px dotted #ccc;
    min-height: 200px;
}
@media print, screen and (max-width: 767.9px) {
  .time-table-card__prof-wrap__inner {
    width: 100%;
    margin-bottom: 20px;
    min-height: auto;
  }
}

.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: 100px;
  }
}
@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;
}
@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;
  }
}
.video-wrap {
  width:100%;
                          max-width: 400px;
                          margin: 10px auto 0;
                          text-align:center;
                        }
@media print, screen and (max-width: 767.9px) {
.video-wrap {
                              width: 90%;
                              margin: 0 auto 10px;
                            }
                          }

.video-wrap .video {
                              position: relative;
                              height: 0;
                              padding: 0 0 56.25%;
                              overflow: hidden;
}
.video-wrap .video iframe {
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  width: 100%;
                                  height: 100%;
                              }
                              .video-wrap a{
                                text-decoration:underline;
                              }
                               .video-wrap a:hover{
                                color: #01a9da;
                               }

/*---------------------
開催概要
---------------------*/
.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: 92px;
  }
}

.outline__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@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: #01a9da;
}

.btn{
  margin:30px auto 0;
}
.btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  max-width: 350px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #ccc;
  transition: 0.3s;
}

.btn a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #01a9da;
  transition: 0.2s;
}

.btn a::after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.btn a:hover::before {
  top: 0;
  left: 0;
}

.btn a:hover {
  color:white;
  text-decoration: none;
      background-color: #86df79;
}
.btn.report a{
  background-color: #ff7175;
}
.btn.report a::before{
  border-color: #ea44ae
}
.btn.report a:hover{
      background-color: #e8d717;
}
/*---------------------
フッター
---------------------*/
.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;
}
