@charset "UTF-8";
/*----------------------
  ベースのスタイル
-----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope&family=Noto+Sans+JP:wght@300&display=swap");
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border: 0;
  border-top: 1px solid;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --main-color: red;
  --sub-color: red;
  --text-color: red;
  --xl: 3rem;
  --lg: 2.4rem;
  --md: 1.8rem;
  --sm: 1.6rem;
  --ss: 1.4rem;
  --index-header:100;
  --index-live:100;
}

@font-face {
  font-family: "fonts-regular";
  src: url("../fonts/ClashDisplay-Regular.woff") format("woff");
}
@font-face {
  font-family: "fonts-medium";
  font-weight: 400;
  src: url("../fonts/ClashDisplay-Medium.woff") format("woff");
}
@font-face {
  font-family: "fonts-bold";
  font-weight: bold;
  src: url("../fonts/ClashDisplay-Bold.woff") format("woff");
}
html {
  font-size: 0.625vw;
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 56%;
  }
}

body {
  background: #004fab;
  background: linear-gradient(to bottom, #004fab 0%, #329ae6 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
body.is_not {
  overflow: hidden;
}

a {
  opacity: 1;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.6;
}

.l-header {
  left: 50%;
  position: absolute;
  top: 3.9rem;
  transform: translateX(-50%);
  width: 95%;
  z-index: var(--index-header);
}
@media (max-width: 767px) {
  .l-header {
    top: 1rem;
    width: 100%;
  }
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 1rem 2rem;
  }
}
.l-header__logo {
  width: 17.9rem;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 14.2rem;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__sns {
  align-items: center;
  display: flex;
  padding-left: 9.15rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__sns {
    margin-right: 2rem;
    padding-left: 0;
  }
}
.l-header__sns::before {
  background-color: #fff;
  content: "";
  height: 2.4rem;
  left: 2rem;
  position: absolute;
  top: 0;
  width: 1px;
}
@media (max-width: 767px) {
  .l-header__sns::before {
    display: none;
  }
}
.l-header__sns a {
  display: block;
  margin-right: 4.3rem;
}
@media (max-width: 767px) {
  .l-header__sns a {
    margin-right: 1.9rem;
  }
}
@media (max-width: 767px) {
  .l-header__sns .inst {
    width: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-header__sns .youtube {
    width: 2.2rem;
  }
}
.l-header__right {
  align-items: center;
  display: flex;
}
.l-header.is_fixed {
  background: #004fab;
  background: linear-gradient(to right, #004fab 0%, #329ae6 100%);
  padding: 2rem 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-header.is_fixed {
    padding: 0;
  }
}
.l-header.is_fixed.is_clear {
  background: rgba(0, 0, 0, 0);
}

.l-nav__body {
  align-items: center;
  display: flex;
}
.l-nav__list {
  font-family: "fonts-medium";
  font-size: 1.8rem;
  font-weight: 400;
  padding-right: 4.1rem;
}
@media (max-width: 767px) {
  .l-nav__list {
    display: none;
  }
}
.l-nav__list--dot {
  position: relative;
}
.l-nav__list--dot::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 0.4rem;
  left: -2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
}
@media (max-width: 767px) {
  .l-nav__list--dot::before {
    display: none;
  }
}

.l-footer {
  padding-bottom: 18rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 7rem;
    text-align: center;
  }
}
.l-footer__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer__flex {
    display: block;
  }
}
.l-footer__cover {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
@media (max-width: 767px) {
  .l-footer__cover {
    display: block;
    width: 100%;
  }
}
.l-footer__logo {
  width: 10.8rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto 2rem auto;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__ul {
  min-width: 30rem;
}
@media (max-width: 767px) {
  .l-footer__ul {
    margin-bottom: 2.3rem;
  }
}
.l-footer__ul li {
  font-size: 1.3rem;
  line-height: 2.3846153846;
}

.l-sp-menu {
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
  width: 3rem;
}

.line {
  background-color: #fff;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.9rem;
}
.line--top {
  top: 0.5rem;
}
.line--middle {
  top: 1rem;
}
.line--bottom {
  top: 1.5rem;
}

.l-sp-menu--close .line--top {
  top: 1rem;
  transform: translateX(-50%) rotate(45deg);
}
.l-sp-menu--close .line--middle {
  opacity: 0;
  top: 1rem;
}
.l-sp-menu--close .line--bottom {
  top: 1rem;
  transform: translateX(-50%) rotate(-45deg);
}

.l-sp-menu-body {
  -ms-overflow-style: none;
  background: #004fab;
  background: linear-gradient(to bottom, #004fab 0%, #329ae6 100%);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 101;
}
.l-sp-menu-body::-webkit-scrollbar {
  display: none;
}
.l-sp-menu-body.is_open {
  display: block;
}
.l-sp-menu-body ul {
  left: 50%;
  padding: 0 4rem;
  position: absolute;
  top: 15.1rem;
  transform: translateX(-50%);
  width: 100%;
}
.l-sp-menu-body ul li {
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  font-family: "fonts-medium";
  font-size: 2rem;
  position: relative;
}
.l-sp-menu-body ul li::after {
  background: url(../img/arrow.svg) center no-repeat;
  background-size: 100%;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.l-sp-menu-body ul a {
  display: block;
  padding: 2rem 0;
}

.c-card {
  margin-bottom: 6.7rem;
  width: 31.2rem;
}
@media (max-width: 767px) {
  .c-card {
    margin-bottom: 3.9rem;
    width: 16.1rem;
  }
}
.c-card__body {
  position: relative;
  width: 100%;
}
.c-card__number {
  border-radius: 50%;
  font-family: "fonts-regular";
  height: 6rem;
  padding: 1.2rem 0;
  position: absolute;
  right: 2rem;
  text-align: center;
  top: -2rem;
  width: 6rem;
}
@media (max-width: 767px) {
  .c-card__number {
    font-size: 1rem;
    height: 3.2rem;
    padding: 0.4rem 0;
    right: 1rem;
    top: -1rem;
    width: 3.2rem;
  }
}
.c-card__number span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-card__number span {
    font-size: 1.2rem;
  }
}
.c-card__number--blue {
  background-color: #005DAB;
}
.c-card__number--pink {
  background-color: #B750C4;
}
.c-card__img {
  border-radius: 1.4rem;
  height: 35.8rem;
  margin-bottom: 2.6rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .c-card__img {
    height: 18.6rem;
    margin-bottom: 1.5rem;
  }
}
.c-card__img img {
  width: 100%;
}
.c-card__name {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-card__name {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.c-card__btn {
  border: 1px #fff solid;
  border-radius: 10rem;
  display: block;
  margin: auto;
  padding: 1.8rem 0 2rem 5rem;
  position: relative;
  width: 20.7rem;
}
@media (max-width: 767px) {
  .c-card__btn {
    font-size: 1.3rem;
    padding: 0.85rem 0 1rem 2rem;
    width: 13.1rem;
  }
}
.c-card__btn::after {
  background: url(../img/instagram.svg) center no-repeat;
  background-size: 100%;
  content: "";
  height: 1.8rem;
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
}
@media (max-width: 767px) {
  .c-card__btn::after {
    height: 1.2rem;
    right: 2rem;
    width: 1.2rem;
  }
}

.c-live-btn {
  bottom: 3rem;
  display: block;
  position: fixed;
  right: 2rem;
  z-index: var(--index-header);
}
.c-live-btn.is_hide {
  display: none;
}
.c-live-btn__body {
  border-radius: 1.4rem;
  display: block;
  height: 15rem;
  width: 25rem;
}
@media (max-width: 767px) {
  .c-live-btn__body {
    height: 14.4rem;
    width: 16.9rem;
  }
}
.c-live-btn__img {
  background: url(../img/live.jpg) center no-repeat;
  background-size: 100%;
  border-radius: 1.4rem 1.4rem 0 0;
  height: 10rem;
  overflow: hidden;
  width: 100%;
}
.c-live-btn__text {
  background-color: #222222;
  border-radius: 0 0 1.4rem 1.4rem;
  font-size: 1.5rem;
  height: 5rem;
  letter-spacing: 0.03em;
  padding: 1.5rem 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .c-live-btn__text {
    font-size: 1.3rem;
    padding: 1.75rem 0 1.75rem 2.7rem;
  }
}
.c-live-btn__text::before {
  background: url(../img/rec.png) center no-repeat;
  background-size: 100%;
  content: "";
  height: 1.4rem;
  left: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media (max-width: 767px) {
  .c-live-btn__text::before {
    height: 1.2rem;
    left: 3.5rem;
    width: 1.8rem;
  }
}
.c-live-btn__close {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  height: 3.2rem;
  position: absolute;
  right: -1rem;
  text-align: center;
  top: -1rem;
  width: 3.2rem;
}
@media (max-width: 767px) {
  .c-live-btn__close {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.c-live-btn__close img {
  position: relative;
  top: -0.2rem;
  width: 1rem;
}
@media (max-width: 767px) {
  .c-live-btn__close img {
    top: -0.45rem;
    width: 0.6rem;
  }
}

.c-btn {
  border: 2px #fff solid;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .c-btn {
    border: 1px #fff solid;
  }
}
.c-btn--large {
  border-radius: 10rem;
  font-family: "fonts-medium";
  font-size: 3rem;
  padding: 1.6rem 0;
  transition: all 0.2s ease;
  width: 31rem;
}
@media (max-width: 767px) {
  .c-btn--large {
    font-size: 1.6rem;
    padding: 1.4rem 0;
    width: 16.1rem;
  }
}
.c-btn--large:hover {
  background-color: #fff;
  color: #0092E5;
  opacity: 1;
}

.c-scroll {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 5rem;
  height: 11.5rem;
  left: 5rem;
  overflow: hidden;
  position: absolute;
  width: 3px;
}
@media (max-width: 767px) {
  .c-scroll {
    height: 8rem;
    left: 2rem;
    width: 2px;
  }
}
.c-scroll .c-line {
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -11.5rem;
  background-size: 100% 200%;
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .c-scroll .c-line {
    -webkit-animation: scrolldown02 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    animation: scrolldown02 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -11.5rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 11.5rem;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -11.5rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 11.5rem;
  }
}
@-webkit-keyframes scrolldown02 {
  0% {
    background-position: 0 -8rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 8rem;
  }
}
@keyframes scrolldown02 {
  0% {
    background-position: 0 -8rem;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 8rem;
  }
}
.p-about {
  padding-top: 40rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-about {
    overflow: hidden;
    padding: 6rem 2rem 0 2rem;
  }
}
.p-about::after {
  background: url(../img/human.png) center no-repeat;
  background-size: 100%;
  content: "";
  height: 72.7rem;
  left: 8rem;
  position: absolute;
  top: 9rem;
  width: 66rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-about::after {
    height: 32.4rem;
    left: 12rem;
    top: -9rem;
    width: 29.2rem;
  }
}
.p-about__flex {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .p-about__flex {
    display: block;
  }
}
.p-about__title {
  font-family: "fonts-medium";
  font-size: 7.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-about__title {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
.p-about__title span {
  -webkit-text-stroke: 1px #fff;
  color: rgba(0, 0, 0, 0);
}
.p-about__text-box {
  max-width: 76.1rem;
  position: relative;
  top: -14rem;
}
@media (max-width: 767px) {
  .p-about__text-box {
    top: 0;
  }
}
.p-about__maintitle {
  font-size: 3.2rem;
  line-height: 1.71875;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-about__maintitle {
    font-size: 1.6rem;
    line-height: 1.6666666667;
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
}
.p-about__maintitle span {
  font-weight: bold;
}
.p-about__subtitle {
  font-size: 2.4rem;
  padding-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .p-about__subtitle {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.625;
    text-align: center;
  }
}
.p-about__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .p-about__text {
    font-size: 1.3rem;
    line-height: 2;
    padding: 0 2rem;
  }
}

.p-info {
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .p-info {
    padding-top: 7rem;
  }
}
.p-info__flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-info__flex {
    display: block;
  }
}
.p-info__title {
  color: #288BDA;
  font-family: "fonts-medium";
  font-size: 7.2rem;
  font-weight: 400;
  padding-bottom: 8.1rem;
}
@media (max-width: 767px) {
  .p-info__title {
    font-size: 3.6rem;
    padding-bottom: 2.9rem;
    text-align: center;
  }
}
.p-info__title--time {
  margin: 7rem 0 1rem 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .p-info__title--time {
    margin: 7rem 0 0 0;
    padding-bottom: 2.9rem;
  }
}
.p-info__bg {
  background-color: #F7F9FC;
  border-radius: 1.4rem 1.4rem 0 0;
  padding: 10.1rem 7.9rem;
}
@media (max-width: 767px) {
  .p-info__bg {
    border-radius: 0;
    padding: 7.1rem 2rem;
  }
}
.p-info__table {
  width: 48%;
}
@media (max-width: 767px) {
  .p-info__table {
    width: 100%;
  }
}
.p-info__table tr {
  border-bottom: 1px rgba(37, 92, 165, 0.19) solid;
}
.p-info__table th {
  color: #0092E5;
  font-size: 1.5rem;
  line-height: 2.0666666667;
  min-width: 9.1rem;
  padding: 2.3rem 0;
}
@media (max-width: 767px) {
  .p-info__table th {
    display: block;
    font-size: 1.3rem;
    padding: 2rem 0 0 0;
  }
}
.p-info__table td {
  color: #005DAB;
  font-size: 1.5rem;
  line-height: 2.0666666667;
  padding: 2.3rem 0;
}
@media (max-width: 767px) {
  .p-info__table td {
    display: block;
    font-size: 1.3rem;
    padding: 0 0 2rem 0;
  }
}
.p-info__table .u-height {
  height: 20.3rem;
}
@media (max-width: 767px) {
  .p-info__table .u-height {
    height: auto;
  }
}
.p-info__table .u-height02 {
  height: 10.8rem;
}
@media (max-width: 767px) {
  .p-info__table .u-height02 {
    height: auto;
  }
}
.p-info__table .u-height03 {
  height: 11.1rem;
}
@media (max-width: 767px) {
  .p-info__table .u-height03 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-info__table--schedule {
    margin-bottom: 3rem;
  }
}
.p-info__table--schedule:nth-of-type(2) td {
  padding: 2.3rem 2rem 2.3rem 1rem;
}
@media (max-width: 767px) {
  .p-info__table--schedule:nth-of-type(2) td {
    padding: 0 0 2rem 0;
  }
}
.p-info__table--schedule .time {
  font-family: "fonts-bold";
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-info__table--schedule .time {
    font-size: 1.6rem;
  }
}
.p-info__table--schedule .time-line {
  border-bottom: none;
}
.p-info__subtitle {
  color: #288BDA;
  font-size: 3.2rem;
  margin: 7rem 0 1rem 0;
}
@media (max-width: 767px) {
  .p-info__subtitle {
    font-size: 2rem;
  }
}

.p-keyvisual {
  background: url(../img/kv.jpg) center no-repeat;
  background-size: cover;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .p-keyvisual {
    background: url(../img/kv-sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.p-keyvisual::after {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-keyvisual__title {
  font-family: "fonts-medium";
  font-size: 7.2rem;
  left: 50%;
  letter-spacing: 0.03em;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .p-keyvisual__title {
    font-size: 3.6rem;
  }
}
.p-keyvisual__day {
  display: block;
  font-size: 3.2rem;
  margin: 0.5rem auto 2rem auto;
}
@media (max-width: 767px) {
  .p-keyvisual__day {
    font-size: 1.6rem;
  }
}
.p-keyvisual__span {
  display: block;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-keyvisual__span {
    font-size: 1.6rem;
  }
}
.p-keyvisual__span img {
  padding-left: 0.5rem;
  width: 11rem;
}
@media (max-width: 767px) {
  .p-keyvisual__span img {
    position: relative;
    top: -0.13rem;
    width: 6rem;
  }
}

.p-performers {
  padding-top: 35.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-performers {
    overflow: hidden;
    padding: 10.1rem 2rem 0 2rem;
  }
}
.p-performers::after {
  background: url(../img/earth.png) center no-repeat;
  background-size: 100%;
  content: "";
  height: 122.8rem;
  left: -42rem;
  position: absolute;
  top: 8rem;
  width: 121.21rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-performers::after {
    height: 35.5rem;
    left: 12.5rem;
    top: -1.5rem;
    width: 35.3rem;
  }
}
.p-performers__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 11rem;
}
.p-performers__flex:last-of-type {
  margin-bottom: 0;
}
.p-performers__flex::after {
  content: "";
  width: 16rem;
}
.p-performers__btns {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 67rem;
  padding-bottom: 6.9rem;
}
@media (max-width: 767px) {
  .p-performers__btns {
    max-width: 40rem;
    padding-bottom: 3.5rem;
  }
}
.p-performers__title {
  font-family: "fonts-medium";
  font-size: 7rem;
  font-weight: 400;
  padding-bottom: 3.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-performers__title {
    font-size: 3.6rem;
    padding-bottom: 2.5rem;
  }
}
.p-performers__subtitle {
  font-size: 2.4rem;
  padding-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .p-performers__subtitle {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
}

#women-flex .c-card:nth-of-type(7) a {
  display: none;
}
#women-flex .c-card:nth-of-type(9) img {
  position: relative;
  top: -8rem;
  width: 110%;
  z-index: -1;
}
@media (max-width: 767px) {
  #women-flex .c-card:nth-of-type(9) img {
    position: relative;
    top: -4rem;
  }
}

.p-sponsor {
  margin-bottom: 6.33rem;
}
.p-sponsor__flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-sponsor__flex {
    display: block;
  }
}
.p-sponsor__title {
  color: #255CA5;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-sponsor__title {
    font-size: 1.3rem;
    margin: 0 auto 3.09rem auto;
    text-align: center;
  }
}
.p-sponsor__title span {
  color: #288BDA;
  display: block;
  font-family: "fonts-medium";
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-sponsor__title span {
    font-size: 3.2rem;
  }
}
.p-sponsor__bg {
  background-color: #fff;
  border-radius: 0 0 1.4rem 1.4rem;
  padding: 8.6rem 8rem;
}
@media (max-width: 767px) {
  .p-sponsor__bg {
    border-radius: 0;
    padding: 4rem 2rem;
  }
}
.p-sponsor__logos {
  width: 88.1rem;
}
@media (max-width: 767px) {
  .p-sponsor__logos {
    width: 100%;
  }
}
.p-sponsor__top {
  align-items: center;
  display: flex;
  margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .p-sponsor__top {
    justify-content: space-between;
  }
}
.p-sponsor__top img {
  display: block;
  height: auto;
  margin-right: 10rem;
  width: 100%;
}
@media (max-width: 767px) {
  .p-sponsor__top img {
    margin-right: 0;
  }
}
.p-sponsor__bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-sponsor__bottom::after {
  content: "";
  width: 15.3rem;
}
@media (max-width: 767px) {
  .p-sponsor__bottom::after {
    content: "";
    width: 10.3rem;
  }
}
.p-sponsor__bottom img {
  display: block;
  height: auto;
  margin: 0 3rem 2rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .p-sponsor__bottom img {
    margin: 0 0 1rem 0;
    min-width: 10.3rem;
  }
}
.p-sponsor .logo01 {
  width: 13.7rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo01 {
    width: 10.3rem;
  }
}
.p-sponsor .logo02 {
  width: 17rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo02 {
    width: 10.8rem;
  }
}
.p-sponsor .logo03 {
  width: 22.1rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo03 {
    width: 10.3rem;
  }
}
.p-sponsor .logo04 {
  width: 25.3rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo04 {
    width: 10.3rem;
  }
}
.p-sponsor .logo05 {
  width: 18rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo05 {
    width: 10.3rem;
  }
}
.p-sponsor .logo06 {
  width: 16.4rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo06 {
    width: 10.3rem;
  }
}
.p-sponsor .logo07 {
  width: 16.6rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo07 {
    width: 10.3rem;
  }
}
.p-sponsor .logo08 {
  width: 10.8rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo08 {
    transform: scale(0.6);
    width: 7.3rem;
  }
}
.p-sponsor .logo09 {
  width: 20.1rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo09 {
    width: 10.3rem;
  }
}
.p-sponsor .logo10 {
  width: 14.5rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo10 {
    width: 10.3rem;
  }
}
.p-sponsor .logo11 {
  width: 21.9rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo11 {
    width: 10.3rem;
  }
}
.p-sponsor .logo12 {
  width: 20.9rem;
}
@media (max-width: 767px) {
  .p-sponsor .logo12 {
    width: 10.3rem;
  }
}

.p-result {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .p-result {
    padding: 6rem 0 1rem 0;
  }
}
.p-result__bg {
  background-color: #F7F9FC;
  border-radius: 1.4rem;
  padding: 6rem 7.9rem;
}
@media (max-width: 767px) {
  .p-result__bg {
    border-radius: 0;
    padding: 6rem 2rem 1rem 2rem;
  }
}
.p-result__title {
  color: #288BDA;
  font-family: "fonts-medium";
  font-size: 7rem;
  font-weight: 400;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .p-result__title {
    font-size: 3.6rem;
    padding-bottom: 4rem;
    text-align: center;
  }
}
.p-result__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-result__flex {
    display: block;
  }
}
.p-result__box {
  width: 46%;
}
@media (max-width: 767px) {
  .p-result__box {
    margin-bottom: 4rem;
    width: 100%;
  }
}
.p-result__subtitle {
  color: #288BDA;
  font-size: calc(var(--md) + 0.4rem);
  font-weight: bold;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-result__subtitle {
    font-size: var(--md);
    padding-bottom: 2rem;
  }
}
.p-result__item {
  align-items: center;
  border-bottom: 1px rgba(37, 92, 165, 0.19) solid;
  color: #288BDA;
  display: flex;
  font-size: var(--md);
  justify-content: space-between;
  padding: 2rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .p-result__item {
    font-size: 1.4rem;
  }
}
.p-result__ranking {
  font-weight: bold;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .p-result__ranking {
    padding-right: 2rem;
  }
}
.p-result__name {
  min-width: 30rem;
  padding-right: 1.6rem;
}
@media (max-width: 767px) {
  .p-result__name {
    min-width: 23rem;
  }
}
@media (max-width: 767px) {
  .p-result__time {
    min-width: 5.4rem;
    text-align: right;
  }
}
.p-result #resultListWomen {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .p-result #resultListWomen {
    margin-top: 5rem;
  }
}

.u-unit {
  margin: auto;
  max-width: 132rem;
}

.u-img-bg {
  background: url(../img/footer-img.png) center no-repeat;
  background-size: cover;
  bottom: 0;
  height: 83.6rem;
  opacity: 0.35;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .u-img-bg {
    background: url(../img/footer-img-sp.png) center no-repeat;
    background-size: cover;
    height: 50rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */