body {
  font-family: 'Noto Sans','Noto Sans JP', sans-serif;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

input[type="submit"],
a {
  text-decoration: none;
  transition: all 0.2s;
}

input[type="submit"]:hover,
a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1023px) {
  ._pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

* {
  color: #222;
  max-width: 100%;
}

main {
  overflow: hidden;
}

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

main {
  display: block;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

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

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
textarea {
  appearance: none;
  border: 0;
  outline: none;
}

button {
  appearance: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input,
textarea {
  appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

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

.fade {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.8s ease-in;
}

.fade.active {
  opacity: 1;
  transform: translateY(0);
}

.dl1 {
  transition-delay: .1s;
}

.dl2 {
  transition-delay: .2s;
}

.dl3 {
  transition-delay: .3s;
}

.dl4 {
  transition-delay: .4s;
}

.dl5 {
  transition-delay: .5s;
}

.fixnav {
  position: fixed;
  top: 50%;
  right: 0;
  margin: auto 0;
  transform: translate(80px, -50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s ease-in;
  width: 80px;
}

@media screen and (max-width: 1023px) {
  .fixnav {
    top: auto;
    width: 100%;
    bottom: 25px;
    transform: translate(80px, 0);
  }
}

.fixnav.active {
  opacity: 1;
  pointer-events: all;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1023px) {
  .fixnav.active {
    transform: translate(0, 0);
  }
}

.fixnav a {
  display: flex;
  width: 80px;
  height: 255px;
  background: #F5CE3E;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px 0px 0px 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.44em;
  color: #222;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .fixnav a {
    writing-mode: horizontal-tb;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
    width: calc(100% - 50px);
    height: 60px;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 0;
    letter-spacing: 0.2em;
  }
}

.fixnav a::before {
  position: absolute;
  bottom: 18px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 3px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  left: 0;
}

@media screen and (max-width: 1023px) {
  .fixnav a::before {
    left: auto;
    right: 66px;
    width: 6px;
    height: 6px;
    bottom: auto;
    top: 26px;
  }
}

.footer {
  padding: 85px 0;
  background: #222222;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding: 79px 0;
  }
}

.footer__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer__copy {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .footer__copy {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.footer__link {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .footer__link {
    font-size: 12px;
  }
}

.header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  opacity: 0;
  opacity: 1;
  transform: 0;
}

@media screen and (max-width: 1023px) {
  .header {
    height: 50px;
  }
}

.header.active {
  position: fixed;
  transform: translateY(-90px);
  pointer-events: all;
  animation: header01 0.2s 0s forwards;
}

@keyframes header01 {
  0% {
    transform: translateY(-90px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}

.header::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: calc(100% - 190px);
  height: 1px;
  background: #F5F5F5;
}

@media screen and (max-width: 1023px) {
  .header::before {
    width: 100%;
  }
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .header__inner {
    width: 100%;
    display: block;
  }
}

.header__logo {
  width: 150px;
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 1023px) {
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 91px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 200;
  }
}

@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
    height: 100vh;
    padding-top: 120px;
    background: #fff url(/img/common/header_bg01.png) right bottom/cover;
  }
}

@media screen and (max-width: 1023px) {
  .header__nav.active {
    display: block;
  }
}

.header__navlist {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 90px;
}

@media screen and (max-width: 1023px) {
  .header__navlist {
    flex-direction: column;
    position: relative;
    height: 100%;
    justify-content: flex-start;
  }
}

.header__navlistItem a {
  font-family: Lato;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.15em;
}

.header__navlistItem a:hover {
  opacity: 1;
  color: #EC40CE;
}

@media screen and (max-width: 1023px) {
  .header__navlistItem a {
    font-size: 20px;
  }
}

.header__navlistItem:not(:first-child) {
  margin-left: 48px;
}

@media screen and (max-width: 1023px) {
  .header__navlistItem:not(:first-child) {
    margin-left: 0;
    margin-top: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .header__navlistItem:not(:first-child).header__loginBtn {
    position: fixed;
    width: calc(100vw - 50px);
    top: calc(100vh - 60px - 25px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .header__loginBtn {
    z-index: 1;
  }
}

.header__loginBtn a {
  color: #fff;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  position: relative;
}

.header__loginBtn a:hover {
  opacity: 0.5;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .header__loginBtn a {
    height: 60px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
}

.header__loginBtn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: linear-gradient(#222 0%, #222 100%);
}

.header__loginBtn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: linear-gradient(90deg, #8B6CC3 -2.79%, #FCA6DD 100%);
}

.header__loginBtn a:hover {
  opacity: 1;
}

.header__loginBtn a:hover::before {
  opacity: 0;
}

.navBar {
  position: absolute;
  z-index: 9999;
  width: 24px;
  height: 6px;
  cursor: pointer;
  right: 23px;
  top: 21px;
  display: none;
}

@media screen and (max-width: 1023px) {
  .navBar {
    display: block;
  }
}

.navBar__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #686868;
  position: absolute;
  transition: 0.2s all;
}

.navBar__line.line01.active {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.navBar__line.line02 {
  bottom: 0;
}

.navBar__line.line02.active {
  top: 50%;
  transform: translateY(-50%) rotate(-315deg);
}

@media screen and (max-width: 1023px) {
  body.fixed {
    height: 100%;
    overflow: hidden;
  }
}

.page-top .kv {
  height: 946px;
  min-height: calc(100vh - 90px);
  background: url(/img/top/kv_bg01.png) right bottom/cover;
}

@media screen and (max-width: 1023px) {
  .page-top .kv {
    height: calc(100vh - 50px);
    background: url(/img/top/kv_bg01_sp.png) right bottom/cover;
  }
}

.page-top .kv__inner {
  width: calc(100% - 150px);
  margin: 0 auto;
  height: 100%;
  padding-top: 186px;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__inner {
    width: calc(100% - 46px);
    padding-top: 103px;
    padding-left: 5px;
    position: relative;
  }
}

.page-top .kv__title span {
  position: relative;
  font-family: Lato;
  font-size: 110px;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 800px;
  z-index: 2;
  letter-spacing: -0.012em;
  line-height: 1.2;
  padding: 0 0 0 5px;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__title span {
    font-size: 44px;
    padding: 0 0 0 1px;
    letter-spacing: 0;
    width: 100%;
    max-width: 330px;
  }
}

@media screen and (max-width: 374px) {
  .page-top .kv__title span {
    font-size: 32px;
  }
}

.page-top .kv__title span::before {
  content: "";
  width: 100%;
  height: calc(100% - 33px);
  position: absolute;
  left: 0;
  top: 19px;
  background: linear-gradient(90deg, #0024A4 -2.79%, #FCA6DD 100%);
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__title span::before {
    height: calc(100% - 12px);
    top: 7px;
  }
}

.page-top .kv__title span:not(:first-child) {
  margin-top: 1px;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__title span:not(:first-child) {
    margin-top: 7px;
  }
}

.page-top .kv__subtitle {
  margin-top: 24px;
  background: #222;
  width: 800px;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 2px 8px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__subtitle {
    font-size: 14px;
    width: 100%;
    max-width: 330px;
    margin-top: 15px;
    padding: 2px 5px 1px;
    line-height: 1.9;
  }
}

.page-top .kv__info {
  display: flex;
  margin-top: 38px;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__info {
    margin-top: 19px;
  }
}

.page-top .kv__infotext01 {
  font-size: 37px;
  line-height: 57px;
  letter-spacing: 0.03em;
  color: #222222;
  background: #F9F9F9;
  padding-left: 8px;
  padding-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__infotext01 {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 11px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 374px) {
  .page-top .kv__infotext01 {
    font-size: 12px;
  }
}

.page-top .kv__infotext01 > .num {
  font-size: 45px;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__infotext01 > .num {
    font-size: 20px;
  }
}

@media screen and (max-width: 374px) {
  .page-top .kv__infotext01 > .num {
    font-size: 14px;
  }
}

.page-top .kv__infotext02 {
  width: 205px;
  background: #222222;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__infotext02 {
    font-size: 14px;
    width: 114px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 374px) {
  .page-top .kv__infotext02 {
    font-size: 12px;
  }
}

.page-top .kv__btn {
  margin-top: 78px;
  width: 500px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5CE3E;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 3px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .page-top .kv__btn {
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
    width: calc(100% - 50px);
    height: 60px;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 0;
    letter-spacing: 0.2em;
    position: absolute;
    width: calc(100vw - 50px);
    max-width: 200vw;
    margin: 0 0 0 -2px;
    bottom: 25px;
  }
}

.page-top .kv__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 42px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .page-top .kv__btn::before {
    left: auto;
    right: 66px;
    width: 6px;
    height: 6px;
    bottom: auto;
    top: 26px;
  }
}

.page-top .introduction {
  background: url(/img/top/introduction_bg01.jpg) center bottom/cover;
  padding: 200px 0 185px;
}

@media screen and (max-width: 1023px) {
  .page-top .introduction {
    background: url(/img/top/introduction_bg01_sp.jpg) center bottom/cover;
    padding: 100px 0 88px;
  }
}

.page-top .introduction__inner {
  width: 1000px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

.page-top .introduction__title {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .page-top .introduction__title {
    font-size: 30px;
  }
}

.page-top .introduction__subtitle {
  font-size: 20px;
  line-height: 64px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .page-top .introduction__subtitle {
    font-size: 14px;
    line-height: 2.4;
  }
}

.page-top .introduction__text01 {
  font-weight: 500;
  font-size: 28px;
  line-height: 64px;
  letter-spacing: 0.07em;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .page-top .introduction__text01 {
    line-height: 2.5;
    font-size: 14px;
  }
}

.page-top .introduction__text01:first-of-type {
  margin-top: 52px;
}

@media screen and (max-width: 1023px) {
  .page-top .introduction__text01:first-of-type {
    margin-top: 31px;
  }
}

.page-top .introduction__text01:not(:first-of-type) {
  margin-top: 1px;
}

@media screen and (max-width: 1023px) {
  .page-top .introduction__text01:not(:first-of-type) {
    margin-top: 0;
  }
}

.page-top .speaker {
  padding: 200px 0;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker {
    padding: 100px 0 120px;
  }
}

.page-top .speaker__inner {
  width: 1000px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

.page-top .speaker__titleBlock {
  text-align: center;
}

.page-top .speaker__title {
  display: inline;
  font-family: Lato;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #0024A4;
  text-transform: uppercase;
  background: -webkit-linear-gradient(0deg, #0024A4, #FCA6DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__title {
    font-size: 30px;
  }
}

.page-top .speaker__subtitle {
  font-size: 20px;
  line-height: 64px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #888888;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__subtitle {
    font-size: 14px;
    line-height: 2.4;
  }
}

.page-top .speaker__listTitle {
  background: linear-gradient(90deg, #0024A4 -2.79%, #FCA6DD 100%);
  font-size: 20px;
  line-height: 41px;
  color: #FFFFFF;
  margin-top: 51px;
  text-align: center;
  padding: 5px 0 4px;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__listTitle {
    font-size: 14px;
    padding: 0px 0 1px;
    line-height: 2.4;
    margin-top: 32px;
  }
}

.page-top .speaker__listTitle:not(:first-of-type) {
  margin-top: 73px;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__listTitle:not(:first-of-type) {
    margin-top: 71px;
  }
}

.page-top .speaker__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__list {
    margin-top: 30px;
    justify-content: space-between;
  }
}

.page-top .speaker__list--company {
  margin-top: 122px;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__list--company {
    margin-top: 70px;
  }
}

.page-top .speaker__list--company .speaker__listItem:nth-child(n + 5) {
  margin-top: 52px;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__list--company .speaker__listItem:nth-child(n + 5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__list--company .speaker__listItem:nth-child(n + 3) {
    margin-top: 29px;
  }
}

.page-top .speaker__listItem {
  width: 226px;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__listItem {
    width: calc((100% - 25px)/2);
  }
}

.page-top .speaker__listItem:not(:nth-child(4n)) {
  margin-right: 30px;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__listItem:not(:nth-child(4n)) {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-top .speaker__listItem:nth-child(n + 5) {
  margin-top: 74px;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__listItem:nth-child(n + 3) {
    margin-top: 39px;
  }
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__listItem:nth-child(odd) {
    margin-right: 25px;
  }
}

.page-top .speaker__text01 {
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #222222;
  margin-top: 21px;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__text01 {
    line-height: 1.2;
  }
}

.page-top .speaker__text01 + .speaker__name {
  margin-top: 20px;
  letter-spacing: -0.1em;
}

.page-top .speaker__text02 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #222222;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__text02 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.4;
  }
}

.page-top .speaker__name {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  color: #222222;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__name {
    font-size: 12px;
    margin-top: 6px;
  }
}

.page-top .speaker__btnWrap {
  width: 430px;
  height: 100px;
  margin: 50px auto 0;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__btnWrap {
    width: 100%;
    height: 60px;
    margin: 50px auto 0;
  }
}

.page-top .speaker__btnWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(#222 0%, #222 100%);
}

.page-top .speaker__btnWrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #8B6CC3 -2.79%, #FCA6DD 100%);
}

.page-top .speaker__btnWrap:hover::before {
  opacity: 0;
}

.page-top .speaker__btn {
  width: 430px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 3px;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__btn {
    font-size: 14px;
    width: 100%;
    height: 60px;
  }
}

.page-top .speaker__btn::before {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  content: "";
  right: 42px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  z-index: 4;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__btn::before {
    width: 6px;
    height: 6px;
  }
}

.page-top .speaker__btn:hover {
  opacity: 1;
}

.page-top .speaker__comingsoon {
  margin-top: 50px;
  background: #F5F5F5;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 227px;
  letter-spacing: -0.04em;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .page-top .speaker__comingsoon {
    margin-top: 30px;
    height: 150px;
  }
}

.page-top .about {
  background: linear-gradient(90deg, #0024A4 -2.79%, #FCA6DD 100%);
  padding: 200px 0;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .page-top .about {
    padding: 80px 0;
  }
}

.page-top .about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/top/about_bg01.png) right top/contain no-repeat;
  background-attachment: fixed;
  opacity: 0.2;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .page-top .about::before {
    opacity: 1;
    background: url(/img/top/about_bg01_sp.png) right top/100% no-repeat;
  }
}

.page-top .about__inner {
  width: 1000px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

.page-top .about__titleBlock {
  text-align: center;
}

.page-top .about__title {
  display: inline;
  font-family: Lato;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .page-top .about__title {
    font-size: 30px;
  }
}

.page-top .about__subtitle {
  font-size: 20px;
  line-height: 64px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .page-top .about__subtitle {
    font-size: 14px;
    line-height: 2.4;
  }
}

.page-top .about__headText {
  margin-top: 36px;
  font-size: 28px;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .page-top .about__headText {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 2.5;
    margin-top: 32px;
  }
}

.page-top .about__listTitle {
  background: #fff;
  font-size: 20px;
  line-height: 41px;
  color: #8066C1;
  margin-top: 85px;
  text-align: center;
  padding: 5px 0 4px;
}

@media screen and (max-width: 1023px) {
  .page-top .about__listTitle {
    font-size: 14px;
    padding: 0px 0 1px;
    line-height: 2.4;
    margin-top: 49px;
  }
}

.page-top .about__listTitle:not(:first-of-type) {
  margin-top: 100px;
}

@media screen and (max-width: 1023px) {
  .page-top .about__listTitle:not(:first-of-type) {
    margin-top: 50px;
  }
}

.page-top .about__text01 {
  font-size: 18px;
  line-height: 2.1;
  text-align: center;
  color: #FFFFFF;
  margin-top: 42px;
}

@media screen and (max-width: 1023px) {
  .page-top .about__text01 {
    font-size: 12px;
    margin-top: 28px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.page-top .about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 54px;
}

@media screen and (max-width: 1023px) {
  .page-top .about__list {
    flex-direction: column;
    margin-top: 28px;
  }
}

.page-top .about__listItem {
  width: 300px;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .page-top .about__listItem {
    width: 100%;
  }
}

.page-top .about__listItem:not(:first-of-type) {
  margin-left: 50px;
}

@media screen and (max-width: 1023px) {
  .page-top .about__listItem:not(:first-of-type) {
    margin-left: 0;
    margin-top: 50px;
  }
}

.page-top .about__itemTextWrap {
  padding: 17px 20px 30px;
}

@media screen and (max-width: 1023px) {
  .page-top .about__itemTextWrap {
    padding: 24px 20px 19px;
  }
}

.page-top .about__itemText01 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #222222;
}

.page-top .about__itemText02 {
  margin-top: 19px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #222222;
}

@media screen and (max-width: 1023px) {
  .page-top .about__itemText02 {
    font-size: 12px;
    margin-top: 14px;
    letter-spacing: 0.06em;
    line-height: 2;
  }
}

.page-top .about__itemText02 > a {
  color: #5461BE;
  text-decoration: underline;
}

.page-top .about__list--method .about__listItem:not(:first-child) {
  position: relative;
}

.page-top .about__list--method .about__listItem:not(:first-child)::before {
  position: absolute;
  top: -7px;
  bottom: 0;
  margin: auto;
  content: "";
  box-sizing: border-box;
  left: -34px;
  width: 18px;
  height: 18px;
  border: 10px solid transparent;
  border-left: 20px solid #fff;
}

@media screen and (max-width: 1023px) {
  .page-top .about__list--method .about__listItem:not(:first-child)::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    top: -35px;
    transform: rotate(90deg);
    width: 18px;
    height: 18px;
    border: 14px solid transparent;
    border-left: 20px solid #fff;
  }
}

@media screen and (max-width: 1023px) {
  .page-top .about__list--method .about__listItem:not(:first-child) {
    margin-top: 60px;
  }
}

.page-top .about__text02 {
  margin-top: 42px;
  font-size: 18px;
  line-height: 2.1;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .page-top .about__text02 {
    font-size: 12px;
    margin-top: 28px;
    letter-spacing: 0.04em;
  }
}

.page-top .about__toolBlock {
  background: #fff;
  padding: 41px 40px 54px;
  margin-top: 54px;
}

@media screen and (max-width: 1023px) {
  .page-top .about__toolBlock {
    padding: 30px 30px 51px;
    margin-top: 28px;
  }
}

.page-top .about__toolText {
  font-size: 18px;
  line-height: 1.3;
  color: #222222;
}

@media screen and (max-width: 1023px) {
  .page-top .about__toolText {
    font-size: 12px;
    line-height: 2.1;
    letter-spacing: 0.05em;
  }
}

.page-top .about__toolText:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 1023px) {
  .page-top .about__toolText:not(:first-child) {
    margin-top: -2px;
  }
}

.page-top .about__toolText > a {
  color: #5461BE;
  text-decoration: underline;
}

.page-top .outline {
  padding: 200px 0 199px;
}

@media screen and (max-width: 1023px) {
  .page-top .outline {
    padding: 100px 0 99px;
  }
}

.page-top .outline__inner {
  width: 1000px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

.page-top .outline__titleBlock {
  text-align: center;
}

.page-top .outline__title {
  display: inline;
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #0024A4;
  text-transform: uppercase;
  background: -webkit-linear-gradient(0deg, #0024A4, #FCA6DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1023px) {
  .page-top .outline__title {
    font-size: 30px;
  }
}

.page-top .outline__subtitle {
  font-size: 20px;
  line-height: 64px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #888888;
}

@media screen and (max-width: 1023px) {
  .page-top .outline__subtitle {
    font-size: 14px;
    line-height: 2.4;
  }
}

.page-top .outline__table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 52px;
}

@media screen and (max-width: 1023px) {
  .page-top .outline__table {
    margin-top: 27px;
  }
}

.page-top .outline__table > dt {
  width: 200px;
  font-size: 18px;
  line-height: 1.9;
  color: #222222;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .page-top .outline__table > dt {
    font-size: 12px;
    width: 95px;
    line-height: 2;
    padding-bottom: 7px;
  }
}

.page-top .outline__table > dt:not(:first-of-type) {
  margin-top: 12px;
}

@media screen and (max-width: 1023px) {
  .page-top .outline__table > dt:not(:first-of-type) {
    margin-top: 11px;
  }
}

.page-top .outline__table > dd {
  width: calc(100% - 200px);
  font-size: 18px;
  line-height: 1.9;
  color: #222222;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .page-top .outline__table > dd {
    font-size: 12px;
    width: calc(100% - 95px);
    letter-spacing: 0.05em;
    line-height: 2;
    padding-bottom: 7px;
  }
}

.page-top .outline__table > dd:not(:first-of-type) {
  margin-top: 12px;
}

@media screen and (max-width: 1023px) {
  .page-top .outline__table > dd:not(:first-of-type) {
    margin-top: 11px;
  }
}

.page-top .sponsor {
  padding: 150px 0;
  background: #F5F5F5;
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor {
    padding: 100px 0;
  }
}

.page-top .sponsor__inner {
  width: 1000px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}

.page-top .sponsor__titleBlock {
  text-align: center;
}

.page-top .sponsor__title {
  display: inline;
  font-family: Lato;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #0024A4;
  text-transform: uppercase;
  background: -webkit-linear-gradient(0deg, #0024A4, #FCA6DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor__title {
    font-size: 30px;
  }
}

.page-top .sponsor__subtitle {
  font-size: 20px;
  line-height: 64px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #888888;
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor__subtitle {
    font-size: 14px;
    line-height: 2.4;
  }
}

.page-top .sponsor__listTitle {
  background: linear-gradient(90deg, #0024A4 -2.79%, #FCA6DD 100%);
  font-size: 20px;
  line-height: 41px;
  color: #FFFFFF;
  margin-top: 51px;
  text-align: center;
  padding: 5px 0 4px;
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor__listTitle {
    font-size: 14px;
    padding: 0px 0 1px;
    line-height: 2.4;
  }
}

.page-top .sponsor__listTitle:not(:first-of-type) {
  margin-top: 100px;
}

.page-top .sponsor__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor__list {
    flex-direction: column;
    margin-top: 20px;
  }
}

.page-top .sponsor__list--center {
  justify-content: center;
}

.page-top .sponsor__list--center .sponsor__listItem:not(:first-child) {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor__list--center .sponsor__listItem:not(:first-child) {
    margin-right: 0;
    margin-top: 50px;
  }
}

.page-top .sponsor__listItem {
  width: 300px;
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor__listItem {
    width: 100%;
  }
}

.page-top .sponsor__listItem:not(:nth-child(3n)) {
  margin-right: 50px;
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor__listItem:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.page-top .sponsor__listItem:nth-child(n + 4) {
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor__listItem:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .page-top .sponsor__listItem:not(:first-child) {
    margin-top: 50px;
  }
}

.page-top .system {
  padding: 106px 0 100px;
}

@media screen and (max-width: 1023px) {
  .page-top .system {
    padding: 51px 0 48px;
  }
}

.page-top .system__inner {
  width: 542px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .page-top .system__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.page-top .system__titleBlock {
  display: flex;
  align-items: center;
  position: relative;
}

.page-top .system__titleBlock::before {
  content: "";
  top: -6px;
  right: -34px;
  position: absolute;
  width: 1px;
  height: 50px;
  background: #E6E6E6;
}

@media screen and (max-width: 1023px) {
  .page-top .system__titleBlock::before {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .page-top .system__titleBlock {
    flex-direction: column;
  }
}

.page-top .system__title {
  font-family: Lato;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #BFBEBE;
}

@media screen and (max-width: 1023px) {
  .page-top .system__title {
    font-size: 22px;
  }
}

.page-top .system__subtitle {
  font-size: 12px;
  line-height: 1;
  color: #BFBEBE;
  margin-left: 21px;
}

@media screen and (max-width: 1023px) {
  .page-top .system__subtitle {
    font-size: 12px;
    line-height: 2.4;
    margin: 0;
    letter-spacing: 0.1em;
  }
}

.page-top .system__logo {
  width: 218px;
  margin-top: 2px;
}

@media screen and (max-width: 1023px) {
  .page-top .system__logo {
    width: 232px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .page-top .lh15sp {
    line-height: 1.5;
  }
}

.privacy .header {
  position: fixed;
  pointer-events: all;
}

.page-privacy {
  margin-top: 90px;
}

@media screen and (max-width: 1023px) {
  .page-privacy {
    margin-top: 50px;
  }
}

.page-privacy .kv {
  background: linear-gradient(90deg, #0024A4 -2.79%, #FCA6DD 100%);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .page-privacy .kv {
    height: 220px;
  }
}

.page-privacy .kv__title {
  font-family: Lato;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .page-privacy .kv__title {
    font-size: 30px;
  }
}

.page-privacy .kv__subtitle {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
  margin-top: 11px;
}

@media screen and (max-width: 1023px) {
  .page-privacy .kv__subtitle {
    font-size: 14px;
  }
}

.page-privacy .privacySec {
  width: 1000px;
  max-width: calc(100% - 50px);
  margin: 100px auto 0;
}

@media screen and (max-width: 1023px) {
  .page-privacy .privacySec {
    margin: 50px auto 0;
  }
}

.page-privacy .privacySec:not(:first-of-type) {
  margin-top: 32px;
}

.page-privacy .privacySec:last-of-type {
  margin-bottom: 193px;
}

@media screen and (max-width: 1023px) {
  .page-privacy .privacySec:last-of-type {
    margin-bottom: 94px;
  }
}

.page-privacy .privacySec__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}

@media screen and (max-width: 1023px) {
  .page-privacy .privacySec__title {
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
}

.page-privacy .privacySec__text01 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 35px;
  margin-top: 3px;
  font-weight: 300;
}

@media screen and (max-width: 1023px) {
  .page-privacy .privacySec__text01 {
    font-size: 12px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    margin-top: -4px;
  }
}

.page-privacy .privacySec__text01:not(:first-of-type) {
  margin-top: 35px;
}

@media screen and (max-width: 1023px) {
  .page-privacy .privacySec__text01:not(:first-of-type) {
    margin-top: 26px;
  }
}

.page-privacy .privacySec__text01 a {
  text-decoration: underline;
  color: #5461BE;
}

.privacy .header {
  position: fixed;
  pointer-events: all;
}

.page-timetable {
  margin-top: 90px;
}

@media screen and (max-width: 1023px) {
  .page-timetable {
    margin-top: 50px;
  }
}

.page-timetable .kv {
  background: linear-gradient(90deg, #0024A4 -2.79%, #FCA6DD 100%);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .page-timetable .kv {
    height: 220px;
  }
}

.page-timetable .kv__title {
  font-family: Lato;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .page-timetable .kv__title {
    font-size: 30px;
  }
}

.page-timetable .kv__subtitle {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
  margin-top: 11px;
}

@media screen and (max-width: 1023px) {
  .page-timetable .kv__subtitle {
    font-size: 14px;
  }
}

.page-timetable .tableWrap {
  width: 1000px;
  margin: 0 auto 100px;
  padding: 100px 0;
}

@media screen and (max-width: 1023px) {
  .page-timetable .tableWrap {
    max-width: calc(100% - 50px);
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.page-timetable .session:not(:first-of-type) {
  margin-top: 100px;
}

.page-timetable .sessionTitle {
  font-size: 20px;
  line-height: 2;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  background: linear-gradient(90deg, #0024A4 -2.79%, #FCA6DD 100%);
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .page-timetable .sessionTitle {
    line-height: 1.4;
    padding: 21px 0 15px;
  }
}

.page-timetable .sessionTitle span {
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .page-timetable .sessionTitle span {
    margin-right: 0;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
  }
}

.page-timetable .timeList {
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeList {
    margin-top: 30px;
  }
}

.page-timetable .timeListItem {
  display: flex;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem {
    flex-direction: column;
  }
}

.page-timetable .timeListItem:not(:first-child) {
  margin-top: 35px;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem:not(:first-child) {
    margin-top: 50px;
  }
}

.page-timetable .timeListItem:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 37px;
  bottom: -15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #8087A1;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem:not(:last-child)::before {
    bottom: -18px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 18px solid #8087A1;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.page-timetable .timeListItem--noarrow::before {
  content: none;
}

.page-timetable .timeListItem__time {
  background: #8087A1;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__time {
    width: 100%;
    padding: 6px 0;
  }
}

.page-timetable .timeListItem__textBlock {
  padding: 24px 20px 27px 30px;
  flex: 1;
  border: 1px solid #8087A1;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__textBlock {
    padding: 30px 30px 27px;
  }
}

.page-timetable .timeListItem__title {
  font-size: 24px;
  line-height: 1.5;
  color: #3D519A;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__title {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
}

.page-timetable .timeListItem__headText {
  font-size: 18px;
  line-height: 1.7;
  color: #222222;
  margin-top: 4px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__headText {
    font-size: 12px;
    margin-top: 10px;
    line-height: 2;
  }
}

.page-timetable .timeListItem__imageClm {
  display: flex;
  align-items: center;
  margin-top: 17px;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__imageClm {
    flex-direction: column;
  }
}

.page-timetable .timeListItem__imageWrap {
  width: 137px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-top: 9px;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__imageWrap {
    margin-right: 0;
    width: 76.2%;
    margin-top: 11px;
  }
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__textWrap {
    margin-top: 18px;
    width: 100%;
  }
}

.page-timetable .timeListItem__text01 {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__text01 {
    text-align: center;
  }
}

.page-timetable .timeListItem__text02 {
  display: inline-block;
  font-size: 14px;
  margin-top: 7px;
  margin-right: 6px;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__text02 {
    text-align: center;
    margin-right: 0;
    display: block;
  }
}

.page-timetable .timeListItem__text03 {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__text03 {
    text-align: center;
    display: block;
    margin-top: 4px;
  }
}

.page-timetable .timeListItem__text04 {
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.6;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__text04 {
    font-size: 12px;
    margin-top: 13px;
    line-height: 2;
  }
}

.page-timetable .timeListItem__4clm {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  padding-bottom: 6px;
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__4clm {
    flex-direction: column;
  }
}

.page-timetable .timeListItem__4clmItem {
  width: calc((100% - 60px / 4));
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__4clmItem {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .page-timetable .timeListItem__4clmItem:not(:first-child) {
    margin-top: 16px;
  }
}
