@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #373737;
}

body {
  overflow-x: hidden;
  width: 100vw;
  position: relative;
}

a {
  color: #373737;
}

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

.u-en {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ttl {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72em;
  background: #00FFF2;
  padding: 0.9em 4em;
  color: #FFF;
  font-feature-settings: "halt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.025em;
  border-radius: 9999px;
  background: var(--Orange, linear-gradient(93deg, #FE8B03 10.75%, #FE5D03 84.21%));
  transition: opacity 0.3s;
}
.btn-wrap .btn svg {
  width: 1em;
}

.--hover {
  transition: opacity 0.3s;
}
.--hover:hover {
  opacity: 0.8;
}

.curtain {
  position: relative;
}
.curtain .curtain__inner {
  clip-path: inset(0 100% 0 0);
}
.curtain.is-show .curtain__inner {
  transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  clip-path: inset(0 -5% 0 -5%);
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .logo-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(90deg, #FFF 70.67%, #FFE48D 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  padding: 20px 90px 20px 60px;
  position: relative;
  z-index: 1;
}
header .logo-box .logo-keirin {
  width: 200px;
}
header .logo-box .logo-glow {
  width: 115px;
}
header .period {
  position: absolute;
  top: 0;
  background: #fff;
  left: 510px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 25px;
  transform: skewX(-20deg);
}
header .period span {
  display: inline-block;
  transform: skewX(20deg);
}
header .menu-box {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
header .menu-box .menu-list {
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: linear-gradient(90deg, #FFF 70.67%, #FFE48D 100%);
  /* Drop Shadow */
  box-shadow: 4px 4px 20px 0px rgba(0, 102, 197, 0.12);
  width: calc(1060px + (100vw - 1060px) / 2);
  padding-right: calc((100vw - 1060px) / 2);
  clip-path: polygon(30px 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1140px) {
  header .menu-box .menu-list {
    width: calc(100vw - 40px);
    padding-right: 40px;
  }
}
header .menu-box .menu-list a {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.14px;
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
  padding-top: 220px;
  padding-bottom: 0;
  background: url(../img/mv-bg-2.webp) no-repeat top -40px left/cover;
  position: relative;
  overflow: hidden;
}
.p-mv .contact-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: min(33.33333vw, 380px);
  z-index: 1001;
}
.p-mv .contact-btn img {
  width: 100%;
}
.p-mv .char {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: auto;
  height: 100vh;
  right: 0;
  transform: translateX(100%);
  pointer-events: none;
  transition: 0.5s ease;
}
.p-mv .char.is-show {
  right: calc((100vw - 1060px) / 2 - 100px);
  transform: translateX(0);
}
@media (max-width: 1140px) {
  .p-mv .char.is-show {
    right: -40px;
  }
}
.p-mv .l-inner {
  position: relative;
}
.p-mv h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1001;
}
.p-mv h1 .--top {
  font-style: italic;
  text-shadow: 0px 2.877px 2.877px rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: min(3.50877vw, 40px);
  font-weight: 900;
  line-height: 129%;
  letter-spacing: -0.01em;
}
.p-mv h1 .--top .--accent {
  color: #FBFF8E;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 129%;
  letter-spacing: -0.01em;
}
.p-mv h1 .--main {
  color: #FFF;
  text-shadow: 0px 2.877px 2.877px rgba(0, 0, 0, 0.5);
  font-size: min(8.77192vw, 100px);
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-top: 0.2em;
  font-style: italic;
}
.p-mv h1 .--bottom {
  color: #FFF;
  font-size: min(3.15789vw, 36px);
  font-weight: 900;
  margin-top: 0.55556em;
}
.p-mv .text {
  position: relative;
  z-index: 1001;
  margin-top: 2.5em;
  font-size: min(2.80701vw, 32px);
  font-weight: 900;
  line-height: 129%;
  letter-spacing: -0.01em;
  font-style: italic;
}
.p-mv .text > span {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5em;
}
.p-mv .text > span.pc-only {
  display: inline-flex;
}
.p-mv .text > span.sp-only {
  display: none;
}
.p-mv .text .--bg {
  position: relative;
  padding: 0.0625em 0.3125em;
}
.p-mv .text .--bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skewX(-20deg);
  z-index: -1;
}
.p-mv .text .--accent {
  color: #FF8D45;
}
.p-mv .section-slider {
  margin-top: 100px;
  overflow: hidden;
  height: 20.73529vw;
  position: relative;
  margin-left: -40px;
  width: calc(100% + 80px);
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.p-mv .section-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-mv .section-slider .swiper-slide {
  position: relative;
  transform: skewX(-20deg);
  overflow: hidden;
}
.p-mv .section-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewX(20deg) scale(1.25);
}

.confetti {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.confetti span {
  position: absolute;
  top: -10%;
  left: 0;
  width: 3vw;
  height: 2vw;
  background: #FFF;
}

/* add animation */
.confetti span:nth-child(2n+1) {
  animation: confetti-anim-1 10s 0s linear infinite;
}

.confetti span:nth-child(2n+2) {
  animation: confetti-anim-2 10s 0s linear infinite;
}

/* side position */
.confetti span:nth-child(1) {
  left: 0%;
}

.confetti span:nth-child(2) {
  left: 2%;
}

.confetti span:nth-child(3) {
  left: 4%;
}

.confetti span:nth-child(4) {
  left: 6%;
}

.confetti span:nth-child(5) {
  left: 8%;
}

.confetti span:nth-child(6) {
  left: 10%;
}

.confetti span:nth-child(7) {
  left: 12%;
}

.confetti span:nth-child(8) {
  left: 14%;
}

.confetti span:nth-child(9) {
  left: 16%;
}

.confetti span:nth-child(10) {
  left: 18%;
}

.confetti span:nth-child(11) {
  left: 20%;
}

.confetti span:nth-child(12) {
  left: 22%;
}

.confetti span:nth-child(13) {
  left: 24%;
}

.confetti span:nth-child(14) {
  left: 26%;
}

.confetti span:nth-child(15) {
  left: 28%;
}

.confetti span:nth-child(16) {
  left: 30%;
}

.confetti span:nth-child(17) {
  left: 32%;
}

.confetti span:nth-child(18) {
  left: 34%;
}

.confetti span:nth-child(19) {
  left: 36%;
}

.confetti span:nth-child(20) {
  left: 38%;
}

.confetti span:nth-child(21) {
  left: 40%;
}

.confetti span:nth-child(22) {
  left: 42%;
}

.confetti span:nth-child(23) {
  left: 44%;
}

.confetti span:nth-child(24) {
  left: 46%;
}

.confetti span:nth-child(25) {
  left: 48%;
}

.confetti span:nth-child(26) {
  left: 50%;
}

.confetti span:nth-child(27) {
  left: 52%;
}

.confetti span:nth-child(28) {
  left: 54%;
}

.confetti span:nth-child(29) {
  left: 56%;
}

.confetti span:nth-child(30) {
  left: 58%;
}

.confetti span:nth-child(31) {
  left: 60%;
}

.confetti span:nth-child(32) {
  left: 62%;
}

.confetti span:nth-child(33) {
  left: 64%;
}

.confetti span:nth-child(34) {
  left: 66%;
}

.confetti span:nth-child(35) {
  left: 68%;
}

.confetti span:nth-child(36) {
  left: 70%;
}

.confetti span:nth-child(37) {
  left: 72%;
}

.confetti span:nth-child(38) {
  left: 74%;
}

.confetti span:nth-child(39) {
  left: 76%;
}

.confetti span:nth-child(40) {
  left: 78%;
}

.confetti span:nth-child(41) {
  left: 80%;
}

.confetti span:nth-child(42) {
  left: 82%;
}

.confetti span:nth-child(43) {
  left: 84%;
}

.confetti span:nth-child(44) {
  left: 86%;
}

.confetti span:nth-child(45) {
  left: 88%;
}

.confetti span:nth-child(46) {
  left: 90%;
}

.confetti span:nth-child(47) {
  left: 92%;
}

.confetti span:nth-child(48) {
  left: 94%;
}

.confetti span:nth-child(49) {
  left: 96%;
}

.confetti span:nth-child(50) {
  left: 98%;
}

/* colors */
.confetti span:nth-child(5n+1) {
  background: #4CDCFD;
}

.confetti span:nth-child(5n+2) {
  background: #4CDCFD;
}

.confetti span:nth-child(5n+3) {
  background: #4CDCFD;
}

.confetti span:nth-child(5n+4) {
  background: #4CDCFD;
}

.confetti span:nth-child(5n+5) {
  background: #4CDCFD;
}

/* animation-duration */
.confetti span:nth-child(4n+1) {
  animation-duration: 5s;
}

.confetti span:nth-child(4n+2) {
  animation-duration: 12s;
}

.confetti span:nth-child(4n+3) {
  animation-duration: 8s;
}

.confetti span:nth-child(4n+4) {
  animation-duration: 6s;
}

/* animation-delay */
.confetti span:nth-child(11n+1) {
  animation-delay: 0s;
}

.confetti span:nth-child(11n+2) {
  animation-delay: 9s;
}

.confetti span:nth-child(11n+3) {
  animation-delay: 2s;
}

.confetti span:nth-child(11n+4) {
  animation-delay: 5s;
}

.confetti span:nth-child(11n+5) {
  animation-delay: 6s;
}

.confetti span:nth-child(11n+6) {
  animation-delay: 7s;
}

.confetti span:nth-child(11n+7) {
  animation-delay: 3s;
}

.confetti span:nth-child(11n+8) {
  animation-delay: 1s;
}

.confetti span:nth-child(11n+9) {
  animation-delay: 2s;
}

.confetti span:nth-child(11n+10) {
  animation-delay: 11s;
}

.confetti span:nth-child(11n+11) {
  animation-delay: 10s;
}

/* animation */
@keyframes confetti-anim-1 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
  }
}
@keyframes confetti-anim-2 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
  }
}
/*===========================================================================*/
/*  プロジェクトについて  */
/*===========================================================================*/
.p-project {
  padding-top: 157px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  background: url(../img/project-bg.webp) no-repeat bottom right/1200px;
}
@media (max-width: 1140px) {
  .p-project {
    background: url(../img/project-bg.webp) no-repeat bottom right/107%;
  }
}
.p-project::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
  background: #1CB5F6;
  width: 100%;
  height: 84px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-project .title-wrap {
  position: relative;
}
.p-project .title-wrap::before, .p-project .title-wrap::after {
  content: "";
  width: 50vw;
  height: 5px;
  background: #1CB5F6;
  position: absolute;
  z-index: 1;
}
.p-project .title-wrap::before {
  right: 50%;
  top: 0;
}
.p-project .title-wrap::after {
  left: 50%;
  bottom: 0;
}
.p-project .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background: #08226B;
  position: relative;
  transform: skewX(-20deg);
  padding: 0.109375em 0 0.1875em;
  position: relative;
  font-size: min(5.614vw, 64px);
  font-weight: 900;
  line-height: 144.5%;
  letter-spacing: -0.04em;
  margin-right: 120px;
}
.p-project .title-box .num {
  color: #00FFF2;
  position: relative;
}
.p-project .title-box .num::after {
  content: "01";
  position: absolute;
  top: 0.0625em;
  left: 0.078125em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
}
.p-project .title-box .title {
  color: #FFF;
}
.p-project .title-box .bike-icon {
  width: min(10.5263vw, 120px);
  position: absolute;
  left: 100%;
  bottom: 5px;
  transform: skewX(20deg);
}
.p-project .text-box {
  margin-top: min(5.5263vw, 63px);
  text-align: center;
}
.p-project .text-box .sub-title {
  font-size: min(3.50877vw, 40px);
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-style: italic;
}
.p-project .text-box .sub-title .--bottom {
  font-size: 1.6em;
  color: #FF8D45;
}
.p-project .text-box .text {
  font-size: min(3.15789vw, 36px);
  margin-top: 1.167em;
  font-weight: 900;
  line-height: 160%;
}
.p-project .text-box .btn-wrap {
  margin-top: min(4.21052vw, 48px);
}

/*===========================================================================*/
/*  プロジェクトの概要  */
/*===========================================================================*/
.p-overview {
  padding-top: 32px;
  background: url(../img/overview-bg.webp) no-repeat top left/100% auto;
  overflow: hidden;
  position: relative;
}
.p-overview .text-area {
  background: linear-gradient(0deg, #6FD3FF 0%, #106A90 100%);
  box-shadow: 15px 15px 50px 0px rgba(113, 64, 19, 0.1);
  position: relative;
  padding-top: 34px;
  padding-bottom: 60px;
}
.p-overview .text-area .l-inner {
  position: relative;
  z-index: 1;
}
.p-overview .text-area .char {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: calc(1060px + (100vw - 1060px) / 2 - 400px);
}
@media (max-width: 1300px) {
  .p-overview .text-area .char {
    left: initial;
    right: 0;
    transform: translateX(10%);
  }
}
.p-overview .text-area .title {
  color: #FFF;
  font-size: min(4.38596vw, 50px);
  font-weight: 900;
  position: relative;
  width: 80%;
  font-style: italic;
}
.p-overview .text-area .title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #FFF 20%, rgba(255, 255, 255, 0) 100%);
}
.p-overview .text-area .text-title {
  font-style: italic;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4em;
  margin-top: 1.343em;
  color: #FFF;
  text-shadow: 0px 3.313px 3.313px rgba(0, 0, 0, 0.25);
  font-size: min(2.807vw, 32px);
  font-weight: 900;
  line-height: 129%;
  letter-spacing: -0.01em;
}
.p-overview .text-area .text-title .--accent {
  font-size: 1.5em;
  color: #00FFF2;
}
.p-overview .text-area .text {
  margin-top: 2.167em;
  color: #FFF;
  text-shadow: 4px 4px 20px rgba(0, 102, 197, 0.12);
  font-size: min(2.1052vw, 24px);
  font-weight: 400;
  line-height: 160%;
}
.p-overview .char-area {
  background: linear-gradient(90deg, #5DC9FF 0%, #fff 40%, #fff 60%, #5DC9FF 100%);
  position: relative;
  height: 516px;
  overflow: hidden;
}
.p-overview .char-area .bg {
  position: absolute;
  bottom: -20px;
  width: 1400px;
  opacity: 0.05;
}
.p-overview .char-area .bg.bike-left {
  right: calc(1060px + (100vw - 1060px) / 2 - 300px);
}
.p-overview .char-area .bg.bike-right {
  left: calc(1060px + (100vw - 1060px) / 2 - 300px);
}
.p-overview .char-box img {
  z-index: 10;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 580px;
  transition: 0.5s;
}
.p-overview .char-box img.is-show.char-1 {
  left: calc(50% - 150px);
}
.p-overview .char-box img.is-show.char-2 {
  left: calc(50% + 150px);
}

/*===========================================================================*/
/*  オリジナルアニメーション  */
/*===========================================================================*/
.p-movie {
  padding-top: 45px;
  padding-bottom: 100px;
  background: url(../img/movie-bg.webp) no-repeat bottom center/100% auto;
}
.p-movie .title {
  color: #000;
  font-size: min(4.38596vw, 50px);
  font-weight: 900;
  font-style: italic;
  position: relative;
  color: #0B5C8F;
}
.p-movie .title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0B5C8F 31.72%, rgba(255, 255, 255, 0) 69.46%);
}
.p-movie .movie-wrap {
  margin-top: 24px;
  border-radius: 20px;
  background: #D9D9D9;
  box-shadow: 15px 15px 40px 0px rgba(8, 34, 107, 0.2);
  aspect-ratio: 16/9;
}
.p-movie .movie-wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===========================================================================*/
/*  応募・選考について  */
/*===========================================================================*/
.p-apply {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.p-apply::before {
  content: "";
  width: 100vw;
  height: 85%;
  background: linear-gradient(180deg, #fff 0%, #FFF3CB 100%);
  position: absolute;
  top: 7%;
  left: 50%;
  z-index: -1;
  transform: skewX(-10deg);
  opacity: 0.8;
}
.p-apply .char {
  position: absolute;
  width: 900px;
  top: 10%;
  left: calc(1060px + (100vw - 1060px) / 2 - 380px);
  opacity: 0.3;
}
@media (max-width: 1200px) {
  .p-apply .char {
    left: initial;
    right: -450px;
  }
}
.p-apply .l-inner {
  position: relative;
  z-index: 1;
}
.p-apply .title-wrap {
  position: relative;
}
.p-apply .title-wrap::before, .p-apply .title-wrap::after {
  content: "";
  width: 50vw;
  height: 5px;
  background: #FE5D03;
  position: absolute;
  z-index: 1;
}
.p-apply .title-wrap::before {
  right: 50%;
  top: 0;
}
.p-apply .title-wrap::after {
  left: 50%;
  bottom: 0;
}
.p-apply .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background: #FF8D45;
  position: relative;
  transform: skewX(-20deg);
  padding: 0.109375em 0 0.1875em;
  position: relative;
  font-size: min(5.614vw, 64px);
  font-weight: 900;
  line-height: 144.5%;
  letter-spacing: -0.04em;
  margin-right: 120px;
}
.p-apply .title-box .num {
  color: #fff;
  position: relative;
}
.p-apply .title-box .num::after {
  content: "02";
  position: absolute;
  top: 0;
  left: -0.05em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FE5D03;
  color: transparent;
}
.p-apply .title-box .title {
  color: #FFF;
}
.p-apply .title-box .bike-icon {
  width: min(10.5263vw, 120px);
  position: absolute;
  left: 100%;
  bottom: 5px;
  transform: skewX(20deg);
}
.p-apply .container {
  margin-top: 80px;
}
.p-apply .container .content.--flow {
  padding-top: 50px;
}
.p-apply .container .content.--precautions {
  padding-top: 34px;
}
.p-apply .container .content h3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
}
.p-apply .container .content h3.--orange {
  color: #FF8D45;
  border-bottom: 5px solid #FF8D45;
}
.p-apply .container .content h3.--red {
  color: #EA5C68;
  border-bottom: 5px solid #EA5C68;
}
.p-apply .container .content h3.-period {
  position: relative;
}
.p-apply .container .content h3.-period::after {
  content: "応募期間：2025年6月30日18:00まで";
  position: absolute;
  top: 50%;
  left: calc(50% + 200px);
  transform: translateY(-50%);
  width: 100%;
  font-size: 16px;
  color: #373737;
}
@media (max-width: 1000px) {
  .p-apply .container .content h3.-period::after {
    content: none;
  }
}
.p-apply .container .content h3 .bike-icon {
  width: 84px;
}
.p-apply .container .content .period {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  display: none;
}
@media (max-width: 1000px) {
  .p-apply .container .content .period {
    display: block;
  }
}
.p-apply .container .content .conditions-box {
  margin-top: 40px;
}
.p-apply .container .content .conditions-box .conditions-title {
  filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.25));
  position: relative;
  z-index: 1;
}
.p-apply .container .content .conditions-box .conditions-title h4 {
  display: inline-block;
  background: #FF8D45;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  padding: 12px 0 13px;
  clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
  text-align: center;
  width: 240px;
  font-style: italic;
}
.p-apply .container .content .conditions-box .conditions-content {
  filter: drop-shadow(4px 4px 20px rgba(255, 141, 69, 0.15));
  margin-top: -30px;
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner {
  background: linear-gradient(90deg, #FFF 0%, #FFE89E 100%);
  padding: 40px 0;
  clip-path: polygon(60px 0%, 100% 0%, calc(100% - 60px) 100%, 0% 100%);
  text-align: center;
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .conditions-list {
  display: inline-block;
  text-align: left;
  width: min(52.6315vw, 600px);
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .conditions-list li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
  font-size: min(2.10526vw, 24px);
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .conditions-list li:not(:first-child) {
  margin-top: 0.1em;
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .conditions-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #373737;
  border-radius: 50%;
  top: 0.7em;
  left: 0;
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list {
  display: flex;
  justify-content: center;
  gap: 3%;
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li {
  width: 26%;
  max-width: 230px;
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 148px;
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li h5 {
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li .text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 160%;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px 15px;
  text-align: left;
}
.p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li .info {
  margin-top: 6px;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
}
.p-apply .container .content .white-box {
  margin-top: 44px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 4px 4px 20px 0px rgba(255, 141, 69, 0.15);
  padding: 30px 40px;
}
.p-apply .container .content .flow-box .flow-list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 540px;
}
.p-apply .container .content .flow-box .flow-list li {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.p-apply .container .content .flow-box .flow-list li:not(:first-child) {
  margin-top: 68px;
}
.p-apply .container .content .flow-box .flow-list li:not(:first-child)::after {
  content: "";
  height: 50px;
  border-left: 2px dotted #FFC300;
  position: absolute;
  bottom: calc(100% + 9px);
  left: 15px;
}
.p-apply .container .content .flow-box .flow-list li .icon {
  flex-shrink: 0;
  filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.25));
  width: 45px;
  height: 45px;
  background: #FF8D45;
  transform: skewX(-20deg);
}
.p-apply .container .content .flow-box .flow-list li p {
  width: 100%;
  font-size: 32px;
  font-weight: 900;
  padding-left: 85px;
  padding-bottom: 2px;
  border-bottom: 3px solid #FF8D45;
}
.p-apply .container .content .flow-box .flow-list li p span {
  font-size: 20px;
}
.p-apply .container .content .flow-box .flow-list li:last-child p {
  border-bottom: 3px solid #FFC300;
}
.p-apply .container .content .flow-box .flow-list li:last-child .icon {
  background: #FFE48D;
}
.p-apply .container .content .precautions-list {
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
.p-apply .container .content .precautions-list li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
  font-size: min(2.10526vw, 24px);
}
.p-apply .container .content .precautions-list li:not(:first-child) {
  margin-top: 0.1em;
}
.p-apply .container .content .precautions-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #373737;
  border-radius: 50%;
  top: 0.7em;
  left: 0;
}
.p-apply .container .content .precautions-list li a {
  color: #EA5C68;
}
.p-apply .btn-wrap {
  margin-top: 120px;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
.p-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/footer-bg.webp) no-repeat center right/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.p-footer .footer-inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(270deg, rgba(82, 204, 255, 0.8) 0%, rgba(0, 71, 101, 0.8) 100%);
  padding: 56px 0 20px;
}
.p-footer .footer-inner .page-top {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 100px;
}
.p-footer .footer-inner .logo-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(90deg, #FFF 70.67%, #FFE48D 100%);
  clip-path: polygon(30px 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  padding: 15px 90px;
}
.p-footer .footer-inner .logo-box .logo-keirin {
  width: 138px;
}
.p-footer .footer-inner .logo-box .logo-glow {
  width: 80px;
}
.p-footer .footer-inner .text {
  color: #FFF;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.24px;
  margin-top: 29px;
}
.p-footer .footer-inner .mail {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.24px;
  margin-top: 50px;
}
.p-footer .footer-inner .info {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 12px;
}
.p-footer .footer-inner .copyright {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 40px;
}

/*===========================================================================*/
/*  ポリシー  */
/*===========================================================================*/
.p-policy {
  padding-top: 160px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, #FFF 0%, #FFF2C7 100%);
  overflow: hidden;
}
.p-policy .title-box h1 {
  color: #FE5D03;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.p-policy .title-box p {
  font-size: 16px;
  line-height: 180%;
  margin-top: 34px;
}
.p-policy .bbs {
  display: flex;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  width: calc(100% + 80px);
  margin-left: -40px;
  white-space: nowrap;
  margin-top: 20px;
  z-index: 1;
}
.p-policy .bbs ul {
  animation: flowing 60s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.p-policy .bbs ul li {
  display: inline-block;
  padding-right: 60px;
  color: #F9F1D4;
  font-size: 128px;
  font-weight: 900;
  line-height: 129%;
  letter-spacing: -0.02em;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-policy .container {
  margin-top: 60px;
}
.p-policy .container .content:not(:first-child) {
  margin-top: 60px;
}
.p-policy .container .content h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 180%;
}
.p-policy .container .content p {
  font-size: 16px;
  line-height: 180%;
}
.p-policy .container .thanks-text {
  text-align: center;
  font-size: 24px;
  line-height: 180%;
  font-weight: 700;
}

/*===========================================================================*/
/*  ポリシー  */
/*===========================================================================*/
.p-policy-bottom {
  padding-top: 26px;
  padding-bottom: 26px;
  background: #fff;
}
.p-policy-bottom h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 129%;
  letter-spacing: -0.02em;
}
.p-policy-bottom .content {
  margin-top: 20px;
}
.p-policy-bottom .content dl {
  display: flex;
  align-items: flex-start;
}
.p-policy-bottom .content dl:not(:first-child) {
  margin-top: 15px;
}
.p-policy-bottom .content dl dt {
  font-size: 16px;
  font-weight: 900;
  line-height: 180%;
  width: 150px;
}
.p-policy-bottom .content dl dd {
  width: calc(100% - 150px);
  font-size: 16px;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: -0.02em;
}

/*===========================================================================*/
/*  ポリシー  */
/*===========================================================================*/
.p-policy-page-top {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #FFF2C7;
  text-align: center;
}
.p-policy-page-top a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.p-policy-page-top a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline-block;
  }
  .btn-wrap .btn {
    width: 100%;
    padding: 0.9em 0;
    font-size: 16px;
  }
  /*===========================================================================*/
  /*  header  */
  /*===========================================================================*/
  header .logo-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #FFF 70.67%, #FFE48D 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    padding: 10px 47px 10px 20px;
  }
  header .logo-box .logo-keirin {
    width: 130px;
  }
  header .logo-box .logo-glow {
    width: 65px;
  }
  header .period {
    top: 45px;
    left: 0;
    font-size: 14px;
    padding: 10px 10px;
    padding-right: 20PX;
    transform: skewX(0);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 21px) 100%, 0% 100%);
  }
  header .period span {
    transform: skewX(0);
  }
  header .menu-box {
    display: none;
  }
  /*===========================================================================*/
  /*  mv  */
  /*===========================================================================*/
  .p-mv {
    padding-top: 100px;
    padding-bottom: 0;
    background: url(../img/mv-bg-2.webp) no-repeat top left/auto 100%, #1CB5F6;
    position: relative;
    overflow: hidden;
  }
  .p-mv .l-inner {
    text-align: center;
  }
  .p-mv .contact-btn {
    right: 0px;
    bottom: 0px;
    width: 250px;
    z-index: 1001;
  }
  .p-mv .contact-btn img {
    width: 100%;
  }
  .p-mv .char {
    position: absolute;
    top: 10px;
    z-index: 1000;
    width: 200px;
    left: calc(50% + 20px);
    height: auto;
  }
  .p-mv h1 {
    text-align: left;
  }
  .p-mv h1 .--top {
    font-size: 24px;
  }
  .p-mv h1 .--main {
    margin-top: 15px;
    font-size: 34px;
  }
  .p-mv h1 .--bottom {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-mv .text {
    position: relative;
    z-index: 1001;
    margin-top: 2.5em;
    font-size: 17px;
    font-weight: 900;
    line-height: 129%;
    letter-spacing: -0.01em;
    font-style: italic;
    text-align: left;
  }
  .p-mv .text > span.pc-only {
    display: none;
  }
  .p-mv .text > span.sp-only {
    display: inline-flex;
  }
  .p-mv .text .--bg {
    position: relative;
    padding: 0.0625em 0.3125em;
  }
  .p-mv .text .--bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skewX(-20deg);
    z-index: -1;
  }
  .p-mv .text .--accent {
    color: #FF8D45;
  }
  .p-mv .section-slider {
    margin-top: 120px;
    overflow: hidden;
    height: 140px;
    position: relative;
    margin-left: -40px;
    width: calc(100% + 80px);
    /* スライドの動き等速 */
    /* 画像のサイズ調整 */
  }
  .p-mv .section-slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  .p-mv .section-slider .swiper-slide {
    position: relative;
    transform: skewX(-20deg);
    overflow: hidden;
  }
  .p-mv .section-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(20deg) scale(1.25);
  }
  .confetti span {
    width: 4.5vw;
    height: 3vw;
  }
  /*===========================================================================*/
  /*  プロジェクトについて  */
  /*===========================================================================*/
  .p-project {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background: url(../img/project-bg.webp) no-repeat bottom right/107%;
  }
  .p-project::after {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
    height: 40px;
  }
  .p-project .title-wrap {
    position: relative;
    padding-left: 0;
  }
  .p-project .title-wrap::before, .p-project .title-wrap::after {
    height: 3px;
  }
  .p-project .title-box {
    font-size: 24px;
    margin-right: 40px;
  }
  .p-project .title-box .bike-icon {
    width: 40px;
  }
  .p-project .text-box {
    margin-top: 30px;
  }
  .p-project .text-box .sub-title {
    font-size: 16px;
  }
  .p-project .text-box .text {
    font-size: 15px;
  }
  .p-project .text-box .btn-wrap {
    margin-top: 30px;
  }
  /*===========================================================================*/
  /*  プロジェクトの概要  */
  /*===========================================================================*/
  .p-overview {
    padding-top: 20px;
  }
  .p-overview .text-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-overview .text-area .char {
    left: initial;
    right: -80px;
    transform: translateX(10%);
    opacity: 0.2;
  }
  .p-overview .text-area .title {
    font-size: 24px;
  }
  .p-overview .text-area .text-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-overview .text-area .text {
    margin-top: 2.167em;
    font-size: 15px;
    text-shadow: 0px 3.313px 3.313px rgba(0, 0, 0, 0.25);
  }
  .p-overview .char-area {
    background: linear-gradient(90deg, #5DC9FF 0%, #fff 30%, #fff 70%, #5DC9FF 100%);
    position: relative;
    height: 250px;
    overflow: hidden;
  }
  .p-overview .char-area .bg {
    bottom: 0px;
    width: 600px;
    opacity: 0.1;
  }
  .p-overview .char-area .bg.bike-left {
    right: calc(50% + 20px);
  }
  .p-overview .char-area .bg.bike-right {
    left: calc(50% + 20px);
  }
  .p-overview .char-box img {
    bottom: -10px;
    height: 300px;
  }
  .p-overview .char-box img.is-show.char-1 {
    left: calc(50% - 80px);
  }
  .p-overview .char-box img.is-show.char-2 {
    left: calc(50% + 80px);
  }
  /*===========================================================================*/
  /*  オリジナルアニメーション  */
  /*===========================================================================*/
  .p-movie {
    padding-top: 45px;
    padding-bottom: 50px;
    background: url(../img/movie-bg.webp) no-repeat top right/cover;
  }
  .p-movie .title {
    font-size: 24px;
  }
  .p-movie .movie-wrap {
    margin-top: 24px;
    border-radius: 20px;
    background: #D9D9D9;
    box-shadow: 15px 15px 40px 0px rgba(8, 34, 107, 0.2);
    aspect-ratio: 16/9;
  }
  .p-movie .movie-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /*===========================================================================*/
  /*  応募・選考について  */
  /*===========================================================================*/
  .p-apply {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-apply::before {
    width: 100vw;
    height: 85%;
    top: 7%;
    left: 50%;
    z-index: -1;
    transform: skewX(-5deg);
    opacity: 0.8;
  }
  .p-apply .char {
    position: absolute;
    width: 600px;
    top: initial;
    right: initial;
    bottom: 110px;
    left: calc(50% - 100px);
    opacity: 0.3;
  }
  .p-apply .title-wrap {
    position: relative;
    padding-left: 0;
  }
  .p-apply .title-wrap::before, .p-apply .title-wrap::after {
    height: 3px;
  }
  .p-apply .title-box {
    font-size: 24px;
    margin-right: 40px;
  }
  .p-apply .title-box .bike-icon {
    width: 40px;
  }
  .p-apply .container {
    margin-top: 40px;
  }
  .p-apply .container .content.--flow {
    padding-top: 30px;
  }
  .p-apply .container .content.--precautions {
    padding-top: 30px;
  }
  .p-apply .container .content h3 {
    font-size: 24px;
    gap: 10px;
  }
  .p-apply .container .content h3.--orange {
    border-bottom: 3px solid #FF8D45;
  }
  .p-apply .container .content h3.--red {
    border-bottom: 3px solid #EA5C68;
  }
  .p-apply .container .content h3 .bike-icon {
    width: 50px;
  }
  .p-apply .container .content .conditions-box {
    margin-top: 30px;
  }
  .p-apply .container .content .conditions-box .conditions-title h4 {
    font-size: 18px;
    padding: 8px 0 9px;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    width: 160px;
  }
  .p-apply .container .content .conditions-box .conditions-content {
    margin-top: -10px;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner {
    padding: 30px 30px 20px;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .conditions-list {
    width: 100%;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .conditions-list li {
    font-size: 14px;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .conditions-list li:not(:first-child) {
    margin-top: 0.5em;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .conditions-list li::before {
    top: 0.6em;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li {
    width: 100%;
    max-width: 300px;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li figure {
    max-width: 120px;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li h5 {
    font-size: 18px;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li .text {
    font-size: 15px;
  }
  .p-apply .container .content .conditions-box .conditions-content .conditions-content__inner .benefits-list li .info {
    font-size: 13px;
  }
  .p-apply .container .content .white-box {
    margin-top: 30px;
    border-radius: 15px;
    padding: 20px 20px 30px;
  }
  .p-apply .container .content .flow-box .flow-list li:not(:first-child) {
    margin-top: 40px;
  }
  .p-apply .container .content .flow-box .flow-list li:not(:first-child)::after {
    content: "";
    height: 30px;
    bottom: calc(100% + 4px);
    left: 12px;
  }
  .p-apply .container .content .flow-box .flow-list li .icon {
    width: 30px;
    height: 30px;
    transform: skewX(-15deg);
  }
  .p-apply .container .content .flow-box .flow-list li p {
    font-size: 22px;
    padding-left: 20px;
    border-bottom: 2px solid #FF8D45;
  }
  .p-apply .container .content .flow-box .flow-list li p span {
    font-size: 15px;
  }
  .p-apply .container .content .flow-box .flow-list li:last-child p {
    border-bottom: 2px solid #FFC300;
  }
  .p-apply .container .content .precautions-list li {
    font-size: 14px;
  }
  .p-apply .container .content .precautions-list li:not(:first-child) {
    margin-top: 0.5em;
  }
  .p-apply .container .content .precautions-list li::before {
    top: 0.6em;
  }
  .p-apply .btn-wrap {
    margin-top: 40px;
  }
  /*===========================================================================*/
  /*  footer  */
  /*===========================================================================*/
  .p-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .p-footer .footer-inner {
    padding: 50px 0 20px;
  }
  .p-footer .footer-inner .page-top {
    position: absolute;
    top: -40px;
    right: 10px;
    width: 80px;
  }
  .p-footer .footer-inner .logo-box {
    gap: 10px;
    clip-path: polygon(30px 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    padding: 10px 35px;
  }
  .p-footer .footer-inner .text {
    font-size: 18px;
    margin-top: 20px;
  }
  .p-footer .footer-inner .mail {
    font-size: 16px;
    margin-top: 20px;
  }
  .p-footer .footer-inner .mail svg {
    width: 30px;
  }
  .p-footer .footer-inner .info {
    font-size: 13px;
    margin-top: 10px;
  }
  .p-footer .footer-inner .copyright {
    font-size: 11px;
    margin-top: 20px;
  }
  /*===========================================================================*/
  /*  ポリシー  */
  /*===========================================================================*/
  .p-policy {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .p-policy .title-box h1 {
    font-size: 32px;
  }
  .p-policy .title-box p {
    font-size: 15px;
    margin-top: 20px;
  }
  .p-policy .bbs {
    gap: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 10px;
  }
  .p-policy .bbs ul {
    animation: flowing 60s linear infinite;
  }
  .p-policy .bbs ul li {
    padding-right: 20px;
    font-size: 60px;
  }
  .p-policy .container {
    margin-top: 10px;
  }
  .p-policy .container .content:not(:first-child) {
    margin-top: 30px;
  }
  .p-policy .container .content h2 {
    font-size: 15px;
  }
  .p-policy .container .content p {
    font-size: 15px;
  }
  .p-policy .container .thanks-text {
    font-size: 16px;
  }
  /*===========================================================================*/
  /*  ポリシー  */
  /*===========================================================================*/
  .p-policy-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-policy-bottom h2 {
    font-size: 24px;
  }
  .p-policy-bottom .content {
    margin-top: 10px;
  }
  .p-policy-bottom .content dl {
    flex-direction: column;
  }
  .p-policy-bottom .content dl:not(:first-child) {
    margin-top: 10px;
  }
  .p-policy-bottom .content dl dt {
    font-size: 15px;
    width: 100%;
  }
  .p-policy-bottom .content dl dd {
    width: 100%;
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */