@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--- summaryの三角を消す  ---*/
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

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

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #000;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Arial", sans-serif;
  word-break: break-all;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-PC
  ----------------------------------------------- */
@media screen and (min-width: 2001px) {
  html {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 41.875rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 68.75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .overlay.active {
    display: block;
  }
  .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-bg {
    padding: 1.875rem 0;
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 0.0625rem solid #002aff;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 16.5625rem;
  }
  .header .hamburger {
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header .hamburger span {
    position: absolute;
    right: 0;
    display: block;
    height: 0.25rem;
    background: #fff;
    margin: 0.25rem 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .header .hamburger span:nth-child(1) {
    top: -1.0625rem;
    width: 2.625rem;
  }
  .header .hamburger span:nth-child(2) {
    top: -0.1875rem;
    width: 1.3125rem;
  }
  .header .hamburger span:nth-child(3) {
    top: 0.6875rem;
    width: 1.3125rem;
  }
  .header-nav {
    display: none;
    position: absolute;
    top: 174%;
    left: 0;
    width: 46.875rem;
    margin-left: -2.5rem;
    background: rgba(0, 0, 0, 0.8);
    z-index: 300;
  }
  .header-nav.active {
    display: block;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3.9375rem 0;
    width: 41.875rem;
    margin: 0 auto;
    padding: 6.25rem 0 9.0625rem;
  }
  .header-nav-img01 {
    width: 10.1875rem;
  }
  .header-nav-img02 {
    width: 12.25rem;
  }
  .header-nav-img03 {
    width: 9.625rem;
  }
  .header-nav-img04 {
    width: 14.25rem;
  }
  .header-nav-img05 {
    width: 12.3125rem;
  }
  .header-nav-img06 {
    width: 13.9375rem;
  }
  .header-nav-close {
    width: 15.625rem;
    margin-top: -0.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-bg {
    padding: 1.25rem 0;
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 0.0625rem solid #002aff;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 16.5625rem;
  }
  .header-nav {
    position: relative;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 2.8125rem;
  }
  .header-nav-img01 {
    width: 4.3125rem;
  }
  .header-nav-img02 {
    width: 5.125rem;
  }
  .header-nav-img03 {
    width: 3.9375rem;
  }
  .header-nav-img04 {
    width: 5.9375rem;
  }
  .header-nav-img05 {
    width: 5.25rem;
  }
  .header-nav-img06 {
    width: 5.625rem;
  }
  .header .hamburger {
    display: none;
  }
}
/*==============================================================================
kv
============================================================================= */
@media screen and (max-width: 767px) {
  .kv-bg {
    padding: 13.9375rem 0 7.3125rem;
    background: url(../images/service/kv-bg_sp.webp) no-repeat top center/cover;
  }
  .kv-service {
    width: 22.5rem;
    margin: 0 auto;
  }
  .kv-ttl {
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    margin: 2.3125rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .kv-bg {
    padding: 11.5625rem 0 5.875rem;
    background: url(../images/service/kv-bg.webp) no-repeat top center/cover;
  }
  .kv-service {
    width: 18.75rem;
    margin: 0 auto;
  }
  .kv-ttl {
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    margin: 1.6875rem auto 0;
  }
}
/*==============================================================================
service
============================================================================= */
@media screen and (max-width: 767px) {
  .service-bg {
    padding: 9.625rem 0 9.6875rem;
    background: url(../images/service/service-bg_sp.webp) no-repeat top center/cover;
  }
  .service-goat {
    width: 25.5rem;
    margin: 0 auto;
  }
  .service-txt {
    font-size: 1.75rem;
    text-align: center;
    color: #fff;
    line-height: 2;
    margin: 2.8125rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .service-bg {
    padding: 7.8125rem 0 7.6875rem;
    background: url(../images/service/service-bg.webp) no-repeat top center/cover;
  }
  .service-goat {
    width: 30.3125rem;
    margin: 0 auto;
  }
  .service-txt {
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    line-height: 2.2;
    margin: 3rem auto 0;
  }
}
/*==============================================================================
rule
============================================================================= */
@media screen and (max-width: 767px) {
  .rule-bg {
    background: #000000;
  }
  .rule-inner {
    position: relative;
    padding: 8.5625rem 0 11.5625rem;
    border-left: 0.0625rem solid #262626;
    border-right: 0.0625rem solid #262626;
  }
  .rule-inner::before, .rule-inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.0625rem;
    background: #262626;
  }
  .rule-inner::before {
    left: 13.75rem;
  }
  .rule-inner::after {
    right: 13.75rem;
  }
  .rule-dl {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6875rem 0;
  }
  .rule-dt01, .rule-dt02 {
    width: 16.8125rem;
  }
  .rule-dt01 span {
    display: inline-block;
    width: 16.875rem;
  }
  .rule-dt02 span {
    display: inline-block;
    width: 11.25rem;
  }
  .rule-dd {
    font-size: 1.625rem;
    line-height: 1.73;
    letter-spacing: -0.04em;
    color: #fff;
    width: 39.375rem;
    margin: 3.125rem auto 0;
  }
  .rule-dd .bold {
    font-size: 1.75rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .rule-bg {
    background: #000000;
  }
  .rule-inner {
    position: relative;
    padding: 8.125rem 0 3.125rem;
    border-left: 0.0625rem solid #262626;
    border-right: 0.0625rem solid #262626;
  }
  .rule-inner::before, .rule-inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.0625rem;
    background: #262626;
  }
  .rule-inner::before {
    left: 23.125rem;
  }
  .rule-inner::after {
    right: 23.125rem;
  }
  .rule-dl {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.8125rem 0;
  }
  .rule-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .rule-dt01, .rule-dt02 {
    width: 22.8125rem;
  }
  .rule-dt01 span {
    display: inline-block;
    width: 16.875rem;
  }
  .rule-dt02 span {
    display: inline-block;
    width: 11.25rem;
  }
  .rule-dd {
    font-size: 1rem;
    line-height: 2.125;
    letter-spacing: -0.05em;
    color: #fff;
    width: 47.8125rem;
    margin-left: 1.25rem;
    margin-top: -0.625rem;
  }
  .rule-dd .bold {
    font-size: 1.125rem;
    font-weight: bold;
  }
  .rule-goat {
    position: relative;
    z-index: 10;
    width: 68.75rem;
    margin: 13.3125rem auto 0;
  }
}
/*==============================================================================
breadcrumb
============================================================================= */
@media screen and (max-width: 767px) {
  .breadcrumb-bg {
    padding: 2.375rem 0;
    background: #111111;
  }
  .breadcrumb-bg.about, .breadcrumb-bg.event {
    background: -webkit-gradient(linear, right top, left top, from(#000), to(#262626));
    background: linear-gradient(to left, #000, #262626);
  }
  .breadcrumb-bg.service, .breadcrumb-bg.recruit {
    background: #000000;
    padding: 0;
  }
  .breadcrumb-bg.sponsor {
    background: #000000;
  }
  .breadcrumb-inner.service, .breadcrumb-inner.recruit {
    position: relative;
    padding: 2.375rem 0;
    border-left: 0.0625rem solid #262626;
    border-right: 0.0625rem solid #262626;
  }
  .breadcrumb-inner.service::before, .breadcrumb-inner.service::after, .breadcrumb-inner.recruit::before, .breadcrumb-inner.recruit::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.0625rem;
    background: #262626;
  }
  .breadcrumb-inner.service::before, .breadcrumb-inner.recruit::before {
    left: 13.75rem;
  }
  .breadcrumb-inner.service::after, .breadcrumb-inner.recruit::after {
    right: 13.75rem;
  }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .breadcrumb-item {
    font-size: 1.25rem;
    color: #fff;
  }
  .breadcrumb-item a {
    color: #fff;
  }
  .breadcrumb-item a:hover {
    border-bottom: 0.0625rem solid #fff;
  }
  .breadcrumb li + li::before {
    content: "＞";
    padding: 0 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb-bg {
    background: #111111;
  }
  .breadcrumb-bg.about, .breadcrumb-bg.event {
    background: -webkit-gradient(linear, right top, left top, from(#000), to(#262626));
    background: linear-gradient(to left, #000, #262626);
  }
  .breadcrumb-bg.service, .breadcrumb-bg.recruit, .breadcrumb-bg.sponsor {
    background: #000000;
  }
  .breadcrumb-inner {
    padding: 1.4375rem 0 1.875rem;
  }
  .breadcrumb-inner.service, .breadcrumb-inner.recruit {
    border-left: solid 0.0625rem #262626;
    border-right: solid 0.0625rem #262626;
  }
  .breadcrumb-inner.service::before, .breadcrumb-inner.service::after, .breadcrumb-inner.recruit::before, .breadcrumb-inner.recruit::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.0625rem;
    background: #262626;
  }
  .breadcrumb-inner.service::before, .breadcrumb-inner.recruit::before {
    left: 23.125rem;
  }
  .breadcrumb-inner.service::after, .breadcrumb-inner.recruit::after {
    right: 23.125rem;
  }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .breadcrumb-item {
    font-size: 0.75rem;
    color: #fff;
  }
  .breadcrumb-item a {
    color: #fff;
  }
  .breadcrumb-item a:hover {
    border-bottom: 0.0625rem solid #fff;
  }
  .breadcrumb li + li::before {
    content: "＞";
    padding: 0 0.9375rem;
  }
}
/*==============================================================================
contact
============================================================================= */
@media screen and (max-width: 767px) {
  .contact-bg {
    background: #262626;
    padding: 8.6875rem 0 8.5625rem;
  }
  .contact-ttl {
    width: 20.375rem;
    margin: 0 auto;
  }
  .contact-txt {
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    margin: 2.3125rem auto 0;
  }
  .contact-btn {
    width: 23.75rem;
    margin: 3.5625rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-bg {
    background: #262626;
    padding: 4.875rem 0;
  }
  .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-ttl {
    display: inline-block;
    width: 8.125rem;
    margin-right: 1.5625rem;
  }
  .contact-txt {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
  }
  .contact-btn {
    width: 13.75rem;
  }
  .contact-btn:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    padding: 4.375rem 0;
    background: #000000;
  }
  .footer-copy {
    font-size: 1.375rem;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    padding: 2.6875rem 0;
    background: #000000;
  }
  .footer-copy {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
  }
}