@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barrio&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*===============================================================
	shiftkey - static - common
	https://www.shiftkey.jp/
===============================================================*/
/* clear
===============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: var(--font);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
}

/* a:hover img{opacity: .6;} */
/* layout
===============================================================*/
#wrapper {
  width: 100%;
  position: relative;
}

/*article*/
.article {
  font-size: 1.4rem;
  line-height: 1.7;
}

/* classes
===============================================================*/
/*sp-pc*/
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

/*display: flex;*/
.fl_w_sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fl_w_fs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/*clearfix*/
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*col*/
.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-66 {
  width: 66%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-49_75 {
  width: 49.75%;
}

.w-49_5 {
  width: 49.5%;
}

.w-48 {
  width: 48%;
}

.w-40 {
  width: 40%;
}

.w-33 {
  width: 33%;
}

.w-32 {
  width: 32%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-24 {
  width: 24%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

/*text-align*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*font*/
.serif {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif !important;
}

.gothic {
  font-family: BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

.fw-bold {
  font-weight: bold;
}

/*font-size*/
.f-xxsmall {
  font-size: 0.4em !important;
}

.f-xsmall {
  font-size: 0.6em !important;
}

.f-small {
  font-size: 0.8em !important;
}

.f-middle {
  font-size: 1em !important;
}

.f-large {
  font-size: 1.2em !important;
}

.f-xlarge {
  font-size: 1.4em !important;
}

.f-xxlarge {
  font-size: 1.6em !important;
}

.f-xxxlarge {
  font-size: 1.8em !important;
}

.f-xxxxlarge {
  font-size: 2em !important;
}

/*font-color*/
.fc-white {
  color: #fff !important;
}

.fc-red {
  color: #f00 !important;
}

/*background*/
.bg-white {
  background: #fff !important;
}

/*margin*/
.mg0 {
  margin: 0 !important;
}

.mg10 {
  margin: 10px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg50 {
  margin: 50px !important;
}

.mgT0 {
  margin-top: 0px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.mgB0 {
  margin-bottom: 0px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

.mgL0 {
  margin-left: 0px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mgL50 {
  margin-left: 50px !important;
}

.mgR0 {
  margin-right: 0px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mgR40 {
  margin-right: 40px !important;
}

.mgR50 {
  margin-right: 50px !important;
}

/*padding*/
.pa0 {
  padding: 0 !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa50 {
  padding: 50px !important;
}

.paT0 {
  padding-top: 0px !important;
}

.paT10 {
  padding-top: 10px !important;
}

.paT20 {
  padding-top: 20px !important;
}

.paT30 {
  padding-top: 30px !important;
}

.paT40 {
  padding-top: 40px !important;
}

.paT50 {
  padding-top: 50px !important;
}

.paB0 {
  padding-bottom: 0px !important;
}

.paB10 {
  padding-bottom: 10px !important;
}

.paB20 {
  padding-bottom: 20px !important;
}

.paB30 {
  padding-bottom: 30px !important;
}

.paB40 {
  padding-bottom: 40px !important;
}

.paB50 {
  padding-bottom: 50px !important;
}

.paL0 {
  padding-left: 0px !important;
}

.paL10 {
  padding-left: 10px !important;
}

.paL20 {
  padding-left: 20px !important;
}

.paL30 {
  padding-left: 30px !important;
}

.paL40 {
  padding-left: 40px !important;
}

.paL50 {
  padding-left: 50px !important;
}

.paR0 {
  padding-right: 0px !important;
}

.paR10 {
  padding-right: 10px !important;
}

.paR20 {
  padding-right: 20px !important;
}

.paR30 {
  padding-right: 30px !important;
}

.paR40 {
  padding-right: 40px !important;
}

.paR50 {
  padding-right: 50px !important;
}

/*indent*/
.indent_1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_2 {
  text-indent: -2em;
  margin-left: 2em;
}

.indent_3 {
  text-indent: -3em;
  margin-left: 3em;
}

.indent_4 {
  text-indent: -4em;
  margin-left: 4em;
}

.indent_5 {
  text-indent: -5em;
  margin-left: 5em;
}

/*anchor*/
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

/*label*/
.lv1 {
  text-align: center;
  color: #006e9f;
  font-weight: bold;
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  .sp_mgB40 {
    margin-bottom: 40px !important;
  }
}
:root {
  /* --key-color: #468f84; */
  --key-color: #ffe100;
  --bg-color: #efefef;
  --pt-color: #00a1e9;
  --pt-color2:#1A2D45;
  --font: #333333;
}

#footer #copyright {
  border-top: none;
  text-align: center;
}

#footer .inside {
  min-width: 100%;
  margin: 0;
  padding: 0;
}

#footer_inside {
  padding-top: 0;
}

#contents img {
  vertical-align: bottom;
}

#footer {
  position: relative;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #footer #copyright {
    padding: 7% 0 7%;
  }
}

/*ul*/
ul.list-disc li {
  list-style: disc;
  margin-left: 20px;
}

ul.list-square li {
  list-style: square;
  margin-left: 20px;
}

ul.list-circle li {
  list-style: circle;
  margin-left: 20px;
}

/*display*/
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.pc-narrow-only {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .pc-narrow-only {
    display: block;
  }
}

.wrap1920 {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

.wrap1400 {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.wrap1200 {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.wrap1120 {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

.wrap1040 {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.wrap1000 {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.wrap800 {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.wrap600 {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.sp_only {
  display: none;
}

.scroll-fade {
  opacity: 0;
  transition: all 2s;
}

/* 一旦非表示 */
.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 5%;
    margin-top: -5%;
  }
}

.anchor2 {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .anchor2 {
    padding-top: 8%;
    margin-top: -8%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--font);
  background: var(--key-color) url(../image/bg.png) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    background-size: 200%;
    background-position-x: 20%;
  }
}

#wrapper {
  visibility: hidden;
  position: relative;
  background: url(../image/bg-yl.png) no-repeat;
  background-size: 100% 1110px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    background: none;
  }
}

.wf-active #wrapper {
  visibility: visible;
}

/* 共通
===============================================================*/
main {
  height: 100%;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
    padding-bottom: 20px;
  }
}

article {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  article {
    margin-bottom: 5%;
  }
}
article p {
  line-height: 1.7;
  font-size: 125%;
}
article p a {
  color: var(--pt-color);
  border-bottom: 1px solid var(--pt-color);
}
@media screen and (max-width: 768px) {
  article p {
    font-size: 1.4rem;
    margin-bottom: 5%;
  }
}

section {
  position: relative;
  padding: 50px;
  background: #f9f9f9;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
  border-radius: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  section {
    width: 96%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 5% 3%;
    width: 96%;
    margin-inline: auto;
  }
}
section img {
  width: 100%;
}
section figcaption {
  font-size: 80%;
  margin-top: 0.5em;
}

h2 {
  color: var(--font);
  position: relative;
  text-align: center;
  font-weight: 800;
  padding: 1em 0;
  line-height: 1;
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 150%;
    padding-top: 0.5em;
  }
}

h3 {
  font-size: 225%;
  font-weight: 800;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 140%;
  }
}
h3 span {
  font-size: 80%;
}

h4 {
  font-size: 175%;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 130%;
  }
}

.marker {
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.marker::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.4em;
  bottom: 0em;
  left: 0;
  background-color: var(--key-color);
  z-index: -1;
}

.deco-illust {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .deco-illust {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .deco-illust {
    display: none;
  }
}

.note {
  margin-top: 1em;
  font-size: 100%;
  color: #c00;
}

.chu {
  margin-top: 1em;
  font-size: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  .mgt {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mgt {
    margin-top: 0 !important;
  }
}
p + h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
}

.col3, .col4 {
  display: flex;
  justify-content: space-between;
}

.col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .col2 {
    display: block;
  }
}
.col2 .left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .col2 .left {
    width: 100%;
  }
}
.col2 .right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .col2 .right {
    width: 100%;
  }
}

.detail {
  margin-bottom: 2rem;
}
.detail .btn-dtl {
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  border: 1px solid var(--pt-color2);
  border-radius: 50px;
  display: block;
  padding: 0.75em 0.2em;
  margin-inline: auto;
  margin-top: 2em;
  width: 20em;
  text-align: center;
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  .detail .btn-dtl {
    padding: 0.35em 3em;
    max-width: 80%;
  }
}
.detail .btn-dtl .dtl-icon {
  margin-left: 20px;
  font-weight: bold;
  position: relative;
}
.detail .btn-dtl .dtl-icon::after {
  content: "";
  border: 1px solid var(--pt-color2);
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  left: calc(50% - 0.8em);
  top: calc(50% - 0.8em);
}
.detail .btn-dtl:hover {
  border: 1px solid var(--pt-color);
  color: var(--pt-color);
}
.detail .btn-dtl:hover .dtl-icon::after {
  border: 1px solid var(--pt-color);
}
.detail .dtl-inner {
  margin-top: 2rem;
}
.detail .dtl-inner > div {
  background: #000;
  border: 2px solid #888;
  padding: 20px 20px 10px;
  max-width: 800px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  gap: 10px;
}
.detail .dtl-inner > div p {
  font-size: 1.1rem;
  color: #888;
  width: 80%;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .detail .dtl-inner > div p {
    font-size: 0.85rem;
  }
}
.detail .dtl-inner > div figure {
  width: 20%;
}

header {
  background: #fff;
  position: fixed;
  z-index: 500;
  width: 100%;
  overflow: hidden;
  top: 0;
  filter: drop-shadow(3px 0 3px rgba(0, 0, 0, 0.2));
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  nav ul {
    margin-top: 0;
  }
}
nav ul li {
  padding: 10px 20px;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  nav ul li {
    padding: 10px 1vw;
  }
}
nav ul li:nth-child(-n+4) {
  border-right: 1px solid #ccc;
}
nav ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #00a1e9;
  margin-left: -20px;
  left: 50%;
  bottom: -10px;
  transition: 0.5s all;
}
nav ul li a {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  font-family: "Century Gothic", "Oswald", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  nav ul li a {
    font-size: 1.8vw;
  }
}
nav ul li a:hover {
  color: #00a1e9;
}
nav ul li a:hover::after {
  width: 40px;
}
nav ul li.exh-btn {
  background-color: #7d2206;
  margin-block: -10px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  nav ul li.exh-btn {
    width: 100%;
    margin-block: 0;
  }
}
nav ul li.exh-btn a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  nav ul li.exh-btn a {
    position: relative;
    justify-content: center;
    left: auto;
  }
}
nav ul li.exh-btn a span {
  display: block;
  width: 1.3em;
}
nav ul li.exh-btn:hover {
  background-color: #8d2c0f;
}

a:hover {
  opacity: 0.85;
}

/* a:hover img{
	opacity: .9;
} */
#sp_trig {
  display: none;
}

@media (max-width: 1024px) {
  #logo {
    flex-wrap: wrap;
    margin: 74px auto 30px;
  }
  #logo::before {
    display: none;
  }
  #logo h1, #logo h2 {
    width: 100%;
    justify-content: center;
    padding: 0 5%;
  }
  #logo h2 {
    margin-top: 20px;
    padding: 0 30%;
  }
  #event ul {
    flex-wrap: wrap;
  }
  #event ul li {
    width: 100%;
    display: flex;
  }
  #event ul figure {
    width: 30%;
    margin: 0;
  }
  #event ul div {
    width: 70%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  #event ul h3, #event ul strong {
    width: 100%;
  }
  #event h2 span {
    font-size: 3vw;
  }
  #event .wrap {
    padding: 30px;
  }
  #community {
    padding: 30px;
  }
  .community-right a {
    font-size: 22px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #sp_trig {
    margin: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: var(--pt-color);
    color: #fff;
    padding: 6px 5px 0;
    text-align: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 100;
    cursor: pointer;
  }
  #sp_trig u {
    display: block;
    width: 80%;
    height: 2px;
    border-radius: 10px;
    margin: 5px auto 5px;
    background: #fff;
    transition: 0.5s all;
  }
  #sp_trig u:nth-child(1) {
    margin-top: 10px;
  }
  #sp_trig.open u:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #sp_trig.open u:nth-child(2) {
    opacity: 0;
  }
  #sp_trig.open u:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #sp_trig span {
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    display: block;
  }
  nav {
    width: calc(100% - 50px);
    max-width: 400px;
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    transition: 0.5s all;
    z-index: 100;
  }
  nav.open {
    opacity: 1;
    left: 0;
  }
  nav ul {
    flex-wrap: wrap;
  }
  nav ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  nav ul li a {
    padding: 20px;
    text-align: center;
    display: block;
    color: #000;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  nav ul li a {
    text-align: left;
  }
}
@media (max-width: 767px) {
  nav ul li a:hover {
    background: #fff;
    color: #333;
    opacity: 1;
  }
  nav ul li a:hover::after {
    display: none;
  }
  #sp_logo {
    background: #fff;
    padding: 20px 10px;
  }
  #sp_logo img {
    display: block;
    margin: 0 auto;
  }
  #sp_siteid {
    width: 80%;
  }
  #sp_metro {
    width: 40%;
  }
  #sp_close {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99;
    cursor: pointer;
    top: 0;
    left: 0;
    display: none;
  }
  .entry-item {
    width: 32%;
    margin: 0 0.6% 20px;
  }
  #page-top {
    width: 40px;
    height: 40px;
    bottom: 14%;
    right: 5px;
  }
  #page-top::before {
    width: 15px;
    height: 15px;
  }
}
footer {
  background: #fff;
  padding: 20px;
}

footer section {
  margin-bottom: 0;
}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

footer ul li {
  font-size: 1.4rem;
  margin: 1rem;
}

.footer__copyright p {
  text-align: center;
  font-size: 18px;
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright p {
    font-size: 14px;
  }
}

#page-top {
  bottom: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  z-index: 10;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 50px;
    height: 50px;
  }
}

#page-top.visible {
  opacity: 1;
  visibility: visible;
}

#page-top:hover {
  scale: 1.2;
}

#page-top::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #00a1e9;
  border-left: 1px solid #00a1e9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-60%) translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #page-top::before {
    width: 20px;
    height: 20px;
  }
}

/* MV
===============================================================*/
.mv {
  overflow: hidden;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    margin-bottom: 5%;
    margin-top: 0;
  }
}
.mv img {
  max-width: 1920px;
  width: 1920px;
}
@media screen and (min-width: 1251px) and (max-width: 1920px) {
  .mv img {
    margin-inline: calc(50vw - 960px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .mv img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mv img {
    width: 100%;
  }
}

.mv-btn-wrap {
  margin-top: -610px;
  width: 800px;
  max-width: 90%;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .mv-btn-wrap {
    margin-top: -28vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-btn-wrap {
    margin-top: -20vw;
  }
}
.mv-btn-wrap .entry-free {
  position: relative;
  margin-bottom: 20px;
  font-size: 220%;
  text-align: center;
  font-weight: bold;
  color: #cf0101;
  line-height: 0.9;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mv-btn-wrap .entry-free {
    font-size: 180%;
    background-color: var(--key-color);
  }
}
@media screen and (max-width: 768px) {
  .mv-btn-wrap .entry-free {
    font-size: 160%;
    background-color: var(--key-color);
    padding-block: 10px;
    margin-bottom: 0px;
    line-height: 1.4;
  }
}
.mv-btn-wrap .entry-free span {
  font-size: 75%;
}
.mv-btn-wrap .entry-free b {
  font-weight: normal;
  font-size: 45%;
}
@media screen and (max-width: 768px) {
  .mv-btn-wrap .entry-free b {
    display: inline-block;
  }
}
.mv-btn-wrap .entry-free i {
  font-weight: normal;
  font-size: 80%;
}
.mv-btn-wrap .col2 .mv-btn {
  position: relative;
  border: 1px solid #cf0101;
  background-color: #cf0101;
  border-radius: 100px;
  display: block;
  max-width: 380px;
  width: 100%;
  font-size: 140%;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .mv-btn-wrap .col2 .mv-btn {
    max-width: 48%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mv-btn-wrap .col2 .mv-btn {
    font-size: 110%;
    margin-bottom: 0.5em;
    max-width: 80%;
    margin-inline: auto;
  }
}
.mv-btn-wrap .col2 .mv-btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
  top: calc(50% - 10px);
  right: 2em;
}
.mv-btn-wrap .col2 .mv-btn:hover {
  border: 1px solid #cf0101;
  background-color: #fff;
  opacity: 1 !important;
  color: #cf0101;
}
.mv-btn-wrap .col2 .mv-btn:hover::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: solid 1px #cf0101;
  border-top: solid 1px #cf0101;
  transform: rotate(45deg);
  top: calc(50% - 10px);
  right: 2em;
}

/* コンセプト
===============================================================*/
#cpt {
  z-index: 1;
  position: relative;
  margin-top: -50px;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  #cpt {
    margin-top: -5vw;
  }
}
@media screen and (max-width: 768px) {
  #cpt {
    margin-top: 0;
  }
}
#cpt .tit {
  background-color: transparent;
  padding-bottom: 1em;
  font-size: 250%;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #cpt .tit {
    font-size: 150%;
  }
}
#cpt p {
  font-size: 135%;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #cpt p {
    font-size: 100%;
  }
}

#suit {
  position: relative;
}
#suit section h3 {
  background-color: var(--pt-color2);
  color: #fff;
  padding: 0.7em 0.5em;
  margin-left: -50px;
  margin-top: -50px;
  width: calc(100% + 100px);
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #suit section h3 {
    margin-left: -3%;
    margin-top: -8%;
    width: 106.5%;
  }
}
#suit section h3::before {
  content: "";
  display: block;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: url(../image/railway02.png) no-repeat;
  right: 0;
  background-size: 100%;
}
#suit section .col {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #suit section .col {
    display: block;
  }
}
#suit section .col .left {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #suit section .col .left {
    width: 100%;
  }
}
#suit section .col .left .tit {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #c00;
}
@media screen and (max-width: 768px) {
  #suit section .col .left .tit {
    font-size: 20px;
  }
}
#suit section .col .left .tit span {
  color: #000;
}
#suit section .col .left .txt {
  margin-bottom: 20px;
}
#suit section .col .left .date {
  display: inline-block;
  font-weight: 900;
  font-size: 28px;
  background-color: var(--key-color);
  text-align: left;
  padding-inline: 2vw;
  padding-block: 0.15em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #suit section .col .left .date {
    font-size: 16px;
  }
}
#suit section .col figure {
  width: 35%;
  margin-top: -100px;
  transform: translateX(50px);
  z-index: 1;
  margin-bottom: -55px;
}
@media screen and (max-width: 768px) {
  #suit section .col figure {
    width: 50%;
    margin-inline: auto;
    margin-top: 0;
    margin-bottom: -5%;
    transform: translateX(0);
  }
}

/*おすすめ
===============================================================*/
#recommend .deco-illust {
  width: 80px;
  left: 100%;
  top: 100px;
  position: sticky;
  transform: translateX(110px);
  margin-top: -30px;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  #recommend .deco-illust {
    position: relative;
    display: block !important;
    width: 60px;
    left: 90%;
    transform: translateX(0);
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #recommend .deco-illust {
    width: 40px;
    left: 90%;
    top: 20px;
    position: relative;
    transform: translateX(0);
    display: block !important;
  }
}
#recommend .deco-illust-fix {
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 80px;
  right: 220px;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  #recommend .deco-illust-fix {
    width: 70px;
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  #recommend .deco-illust-fix {
    width: 35px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #recommend section {
    padding-top: 10%;
  }
}
#recommend section h3 {
  font-size: 250%;
  margin-bottom: 1.2em;
}
#recommend section h3 b {
  color: var(--pt-color);
}
@media screen and (max-width: 768px) {
  #recommend section h3 {
    font-size: 155%;
  }
}
@media screen and (max-width: 768px) {
  #recommend section .col2 {
    display: flex;
  }
}
#recommend section .col2 .left {
  width: 18%;
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  #recommend section .col2 .left {
    width: 15%;
    padding: 0;
  }
}
#recommend section .col2 .right {
  width: 77%;
}
@media screen and (max-width: 768px) {
  #recommend section .col2 .right {
    width: 80%;
  }
}
#recommend section .col2 .right h4 {
  font-size: 175%;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #recommend section .col2 .right h4 {
    font-size: 115%;
  }
}
#recommend section .col2:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #recommend section .col2:not(:last-child) {
    padding-bottom: calc(2em - 5%);
  }
}

/* SPECIAL OFFER
===============================================================*/
#specialoffer {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #specialoffer {
    margin-top: 9%;
  }
}
#specialoffer section h3 {
  background-color: var(--pt-color);
  color: #fff;
  border-radius: 100px;
  padding: 0.5em;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
  transform: translateY(-3em);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #specialoffer section h3 {
    font-size: 170%;
    transform: translateY(-2.2em);
  }
}
#specialoffer section h3 span {
  font-size: 80%;
  color: var(--key-color);
}
@media screen and (max-width: 768px) {
  #specialoffer section h3 span {
    font-size: 60%;
  }
}
#specialoffer section .col2 {
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  #specialoffer section .col2 {
    margin-top: -30px;
    display: block;
  }
}
#specialoffer section .col2 > div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #specialoffer section .col2 > div {
    width: 100%;
  }
}
#specialoffer section .col2 h4 {
  background-color: transparent;
  color: #000;
  font-size: 150%;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #specialoffer section .col2 h4 {
    font-size: 130%;
  }
}

/* 企業と深くつながる
===============================================================*/
#connect h2 {
  padding-top: 0.5em;
}
#connect .deco-illust {
  width: 220px;
  left: 100%;
  top: 140px;
  position: sticky;
  transform: translateX(170px);
}
#connect section.mgt {
  margin-top: -220px;
}
#connect section h3 {
  background-color: var(--pt-color);
  color: #fff;
  padding: 0.7em 0.5em;
  margin-left: -50px;
  margin-top: -50px;
  width: calc(100% + 100px);
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #connect section h3 {
    margin-left: -3%;
    margin-top: -8%;
    width: 106.5%;
  }
}
#connect section h3::before {
  content: "";
  display: block;
  background: url(../image/railway01.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#connect section h3.bg-r::before {
  background: url(../image/railway02.png) no-repeat;
  left: auto;
  right: 0;
  background-size: 100%;
}
#connect section h3 span {
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  padding: 0.1em 1em;
  margin-right: 1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #connect section h3 span {
    display: block;
    margin-bottom: 0.5em;
    margin-right: 0;
  }
}
#connect section .col2 .left p.present {
  font-size: 125%;
  color: #cf0101;
  border: 1px solid #cf0101;
  padding: 0.5em 1em;
  margin: 10px 0;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #connect section .col2 .left p.present {
    font-size: 115%;
  }
}
#connect section .detail .scroll_area {
  margin-top: 50px;
}
#connect section .detail .scroll_area .scroll-hint-icon {
  top: 200px;
}
@media screen and (max-width: 950px) {
  #connect section .detail .scroll_area table {
    min-width: 600px;
  }
}
#connect section .detail .scroll_area table tr:nth-of-type(odd) {
  background: #ebf1f3;
}
#connect section .detail .scroll_area table tr th {
  background: var(--pt-color);
  color: #fff;
  padding: 0.5em 1.2em;
  font-size: 105%;
}
@media screen and (max-width: 768px) {
  #connect section .detail .scroll_area table tr th {
    font-size: 100%;
  }
}
#connect section .detail .scroll_area table tr th:first-child {
  width: 30%;
  border-right: 1px solid #fff;
}
#connect section .detail .scroll_area table tr th:last-child {
  width: 35%;
  border-left: 1px solid #fff;
}
#connect section .detail .scroll_area table tr td {
  padding: 1em 1.2em;
  font-size: 105%;
}
@media screen and (max-width: 768px) {
  #connect section .detail .scroll_area table tr td {
    font-size: 100%;
    padding: 1em 0.8em;
  }
}
#connect section .detail .scroll_area table tr td:first-child {
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
}
#connect section .detail .scroll_area table tr td:last-child {
  border-left: 1px solid #e1e1e1;
}
#connect section .detail .scroll_area table tr td span {
  font-size: 90%;
  display: block;
  margin-bottom: 0.25em;
}
#connect section .detail .scroll_area table tr td b {
  font-weight: normal;
}
#connect section .detail .scroll_area table tr td a {
  color: var(--pt-color);
  text-decoration: underline;
}
#connect section .detail .scroll_area table tr td a::after {
  content: "";
  background: url(../image/icon_blank.png) no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-inline: 5px;
}
#connect section.tour .meetingspace {
  margin-top: 20px;
}
#connect section.tour .meetingspace p {
  margin-bottom: 20px;
}
#connect section .soudan-date {
  border-top: 1px solid #ccc;
  padding: 1em 0 0;
  font-weight: bold;
  margin-top: 1em;
}
#connect section .soudan-date i {
  font-weight: bold;
}

/* セミナー＆会社説明会
===============================================================*/
.events h2 {
  z-index: 1;
}
.events .deco-illust-fix {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 350px;
  top: 80px;
  z-index: 0;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .events .deco-illust-fix {
    width: 300px;
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .events .deco-illust-fix {
    width: 30vw;
    top: 0;
  }
}
.events .deco-illust {
  width: 250px;
  left: -50px;
  top: 180px;
  position: sticky;
  transform: translateX(-200px);
}
.events section.mgt {
  margin-top: -220px;
}
.events section.mgb {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .events section.mgb {
    margin-bottom: 3rem;
  }
}
.events section .seminar h4 {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  width: 100%;
  padding-left: 5em;
}
@media screen and (max-width: 768px) {
  .events section .seminar h4 {
    padding-left: 0;
    padding-top: 2em;
  }
}
.events section .seminar h4 span {
  color: #666;
}
.events section .seminar h4::before {
  content: "テーマ";
  text-align: center;
  padding: 1em 0;
  font-size: 80%;
  display: inline-block;
  width: 5em;
  border: 1px solid #aaa;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .events section .seminar h4::before {
    font-size: 100%;
    width: 100%;
    padding: 0;
    top: 0;
  }
}
.events section .seminar .presenter {
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 0.2fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .events section .seminar .presenter {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
    gap: 10px;
  }
}
.events section .seminar .presenter > div.cross {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .events section .seminar .presenter > div {
    display: flex;
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .events section .seminar .presenter > div figure {
    width: 30%;
    margin-inline: auto;
  }
}
.events section .seminar .presenter > div p {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .events section .seminar .presenter > div p {
    width: 65%;
  }
}
.events section .seminar .presenter > div p ruby {
  display: block;
  font-size: 75%;
}
.events section .seminar .presenter > div p span {
  font-size: 120%;
}
.events section .seminar .note {
  max-width: 900px;
  margin-inline: auto;
  font-size: 120%;
}
.events section h3 {
  background-color: var(--pt-color2);
  color: #fff;
  padding: 0.7em 0.5em;
  margin-left: -50px;
  margin-top: -50px;
  width: calc(100% + 100px);
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .events section h3 {
    margin-left: -3%;
    margin-top: -8%;
    width: 106.5%;
    overflow: hidden;
  }
}
.events section h3 img {
  display: inline-block;
  max-width: 550px;
  vertical-align: bottom;
}
.events section h3.bisicon {
  background-color: #018941;
  color: #fff;
}
.events section h3::before {
  content: "";
  display: block;
  background: url(../image/railway01.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.events section h3.bg-r::before {
  background: url(../image/railway02.png) no-repeat;
  left: auto;
  right: 0;
  background-size: 100%;
}
.events section .setsumeikai_map {
  padding-inline: 15%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .events section .setsumeikai_map {
    padding-inline: 0;
  }
}
.events section h4.setsumeikai {
  text-align: center;
  color: var(--pt-color2);
  margin-top: 40px;
}
.events section .setsumeikai_timetable {
  flex-wrap: wrap;
  margin-top: 20px;
}
.events section .setsumeikai_timetable table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .events section .setsumeikai_timetable table {
    width: 100%;
  }
}
.events section .setsumeikai_timetable table tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}
.events section .setsumeikai_timetable table tr td {
  vertical-align: middle;
  padding: 0.5em 1em;
  font-size: 125%;
}
.events section .setsumeikai_timetable table tr td.space {
  border-bottom: none;
  font-weight: bold;
  border-right: 1px solid #ddd;
  width: 12%;
  background-color: var(--pt-color2);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .events section .setsumeikai_timetable table tr td.space {
    width: 20%;
  }
}
.events section .setsumeikai_timetable table tr td:nth-last-child(-n+2) {
  border-right: 1px solid #ddd;
  background-color: #f5f5f5;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .events section .setsumeikai_timetable table tr td:nth-last-child(-n+2) {
    width: 10%;
  }
}
.events section .setsumeikai_timetable table tr td:last-child {
  width: 73%;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .events section .setsumeikai_timetable table tr td:last-child {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .events section .setsumeikai_timetable table tr td {
    font-size: 100%;
  }
}
.events section .btn-bisicon {
  position: relative;
  background-color: var(--key-color);
  border-radius: 100px;
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 1.5em auto 0;
  font-size: 175%;
  font-weight: bold;
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .events section .btn-bisicon {
    font-size: 115%;
  }
}
.events section .btn-bisicon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  transform: rotate(45deg);
  top: calc(50% - 10px);
  right: 2em;
}

/* スポンサー企業
===============================================================*/
#sponsor section {
  background: #fff;
}
#sponsor section h3 {
  font-size: 210%;
  padding: 0.5em 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  position: relative;
  margin-bottom: 5%;
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  #sponsor section h3 {
    font-size: 115%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
#sponsor section h3.gd {
  color: #C29235;
  border-color: #C29235;
}
#sponsor section h3.gd::before {
  background-color: #C29235;
}
#sponsor section h3.gd::after {
  background-color: #C29235;
}
#sponsor section h3.sl {
  color: #878787;
  border-color: #878787;
}
#sponsor section h3.sl::before {
  background-color: #878787;
}
#sponsor section h3.sl::after {
  background-color: #878787;
}
#sponsor section h3.br {
  color: #C55A12;
  border-color: #C55A12;
}
#sponsor section h3.br::before {
  background-color: #C55A12;
}
#sponsor section h3.br::after {
  background-color: #C55A12;
}
#sponsor section h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: -6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #sponsor section h3::before {
    height: 1px;
  }
}
#sponsor section h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #sponsor section h3::after {
    height: 1px;
  }
}
#sponsor section [class^=col] {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#sponsor section [class^=col] + h3 {
  margin-top: 5%;
}
#sponsor section .col2 > * {
  width: 48%;
  margin-bottom: 3%;
}
#sponsor section .col2 > *:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #sponsor section .col2 > * {
    width: 96%;
    margin-inline: auto;
  }
  #sponsor section .col2 > *:not(:nth-child(2n)) {
    margin-right: auto;
  }
}
#sponsor section .col3 > * {
  width: 32%;
  margin-bottom: 2.25%;
}
#sponsor section .col3 > *:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #sponsor section .col3 > * {
    width: 66.7%;
    margin-inline: auto;
  }
  #sponsor section .col3 > *:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
#sponsor section .col4 > * {
  width: 24%;
  margin-bottom: 1.5%;
}
#sponsor section .col4 > *:not(:nth-child(4n)) {
  margin-right: 1.3%;
}
@media screen and (max-width: 768px) {
  #sponsor section .col4 > * {
    width: 48%;
  }
  #sponsor section .col4 > *:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #sponsor section .col4 > *:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

/* INFORMATION
===============================================================*/
#information h2 {
  background-color: #cf0101;
  color: #fff;
  padding-top: 0.5em;
  margin: -50px -50px 30px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #information h2 {
    margin: -8% -3.3% 3.3%;
  }
}
#information h3 {
  background-color: transparent;
  text-align: left;
}
#information .col2 .left {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #information .col2 .left {
    width: 100%;
  }
}
#information .col2 .right {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #information .col2 .right {
    width: 100%;
  }
}
#information .col3 {
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 2em;
}
#information .btn-youtube {
  display: inline-block;
  background-color: #cf0101;
  border: 1px solid #cf0101;
  padding: 0.2em 1em 0.3em;
  border-radius: 30px;
  color: #fff;
  margin-top: 1em;
  transition: all 0.5s;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #information .btn-youtube {
    margin-top: 0;
  }
}
#information .btn-youtube:hover {
  background-color: #fff;
  color: #cf0101;
}

.biz-final .txt {
  margin-block: 1em 1.5em;
}
.biz-final .result {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-block: 0.5em;
  font-weight: bold;
  font-size: 135%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .biz-final .result {
    font-size: 95%;
    margin-bottom: 0;
  }
}
.biz-final .result p {
  font-size: 110%;
  margin-block: 1em 0.2em;
}
@media screen and (max-width: 768px) {
  .biz-final .result p {
    font-size: 100%;
  }
}
.biz-final .result p:first-of-type {
  width: 27%;
  color: #c00;
}
@media screen and (max-width: 768px) {
  .biz-final .result p:first-of-type {
    font-size: 100%;
  }
}
.biz-final .result p:first-of-type i {
  background-color: #018941;
  color: #fff;
  padding: 0.1em 0.5em;
  margin-right: 0.3em;
  font-size: 80%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .biz-final .result p:first-of-type i {
    font-size: 80%;
  }
}
.biz-final .result p:last-of-type {
  line-height: 1.4;
  width: 73%;
}
.biz-final .result p:last-of-type span {
  font-size: 80%;
  font-weight: normal;
  display: block;
  margin-bottom: 1em;
  white-space: normal;
}
.biz-final .schedule {
  margin-top: 30px;
}
.biz-final .schedule h4 {
  display: inline-block;
  background-color: #018941;
  color: #fff;
  padding: 0.1em 0.5em;
  margin-right: 0.3em;
  font-size: 120%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .biz-final .schedule h4 {
    font-size: 100%;
  }
}
.biz-final .schedule ul:first-of-type {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.biz-final .schedule ul li {
  font-size: 125%;
  padding-block: 0.5em;
  display: flex;
  justify-content: flex-start;
}
.biz-final .schedule ul li:not(:last-of-type) {
  border-bottom: 1px dashed #ddd;
}
@media screen and (max-width: 768px) {
  .biz-final .schedule ul li {
    font-size: 100%;
  }
}
.biz-final .schedule ul li span.time {
  width: 8em;
  color: #018941;
  display: inline-block;
  font-weight: bold;
}
.biz-final .schedule ul li span.conts {
  width: calc(100% - 8em);
}

.sessionlist {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sessionlist {
    margin-top: 30px;
  }
}
.sessionlist h4 {
  text-align: center;
  margin-bottom: 20px;
  color: var(--pt-color2);
}
.sessionlist dl {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
}
.sessionlist dl dt {
  font-size: 135%;
  vertical-align: middle;
  font-weight: bold;
  width: 30%;
  padding: 0.5em 0 0.5em 1.5em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .sessionlist dl dt {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .sessionlist dl dt {
    font-size: 1.5rem;
    width: 60%;
    padding: 0.5em 0 0.5em 1em;
  }
}
.sessionlist dl dt:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.sessionlist dl dd {
  width: 20%;
  padding: 1em 2em 1em 0;
}
@media screen and (max-width: 768px) {
  .sessionlist dl dd {
    width: 40%;
    padding: 1em 1em 1em 0;
  }
}
.sessionlist dl dd:nth-of-type(odd) {
  border-right: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .sessionlist dl dd:nth-of-type(odd) {
    border-right: none;
  }
}
.sessionlist dl dd:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.sessionlist dl dd img {
  vertical-align: bottom;
}
.sessionlist.soudan dl dt {
  font-size: 125%;
  width: 33.3%;
  padding: 1em 1.5em;
}
.sessionlist.soudan dl dt:not(:nth-child(3n)) {
  border-right: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .sessionlist.soudan dl dt:not(:nth-child(3n)) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .sessionlist.soudan dl dt:not(:nth-child(2n)) {
    border-right: 1px solid #eee;
  }
}
.sessionlist.soudan dl dt:last-of-type {
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .sessionlist.soudan dl dt {
    width: 50%;
    font-size: 100%;
    padding: 0.5em 0.75em;
  }
}

.modal_wrap div {
  cursor: pointer;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(27, 35, 132, 0.95);
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
.modal_overlay.bk {
  background: rgba(196, 24, 125, 0.95);
}

.modal_overlay::before,
.modal_overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}

.modal_overlay::-webkit-scrollbar {
  display: none;
}

.modal_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  width: 90%;
  max-width: 800px;
  padding: 60px 40px;
  box-sizing: border-box;
  transform: translateY(0);
  transition: 0.5s;
  text-align: center;
}

.modal_content .txt {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-block: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal_content .txt {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .modal_content {
    padding: 5%;
    width: 94%;
    display: block;
  }
  .modal_content figure {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .modal_content figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal_content.long-txt figure {
    width: 30%;
  }
  .modal_content.long-txt {
    padding: 2% 5%;
  }
  .modal_content .modal_prof {
    width: 100%;
    margin-left: 0;
  }
  .modal_content .modal_prof .name {
    font-size: 20px;
  }
  .modal_content .modal_prof .name span {
    font-size: 0.6em;
  }
  .modal_content .modal_prof .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .close_button {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .close_button img {
    width: 40%;
  }
}/*# sourceMappingURL=style.css.map */