@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

label,
input,
select,
option,
textarea,
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
li,
dt,
dd,
dl,
th,
td,
time,
label,
input,
textarea {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}

.l-container {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 20px #c7c7c7;
          box-shadow: 0px 1px 20px #c7c7c7;
}

.l-inner {
  padding: 0 6rem;
  margin: 0 auto;
}

.u-animation-opacity {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.u-animation-opacity:hover {
  opacity: 0.5;
}

.p-cta-floating {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 3%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(69, 69, 69, 0.8);
}

.p-step {
  padding: 4rem 0;
  background-color: rgba(229, 229, 229, 0.8);
}

.p-step__container {
  max-width: 64rem;
  margin: 0 auto;
}

.p-step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.step-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11rem;
  text-align: center;
  font-size: 2rem;
  padding: 0.5rem;
  color: #fff;
  background-color: #000;
}

.step-box__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.05rem;
  padding: 0.5rem 1rem;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}

.p-step__triangle {
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid black;
  margin: 0 auto 1rem;
}

.p-step__box.-blue > .step-box__title {
  background-color: #2169D6;
}
.p-step__box.-blue > .step-box__text {
  color: #2169D6;
  border: 2px solid #2169D6;
  border-left: none;
  padding: 0.5rem 2.5rem;
}

.p-lead {
  padding: 5rem 0;
  background-color: #fff;
}

.p-lead__container {
  max-width: 65rem;
  margin: 0 auto;
}

.p-lead__header {
  margin-bottom: 2rem;
}

.lead-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.lead-header-heading__title {
  font-size: 5.5rem;
  color: #BF000F;
  margin: 0 2rem;
}

.lead-header-heading__img {
  width: 3.6rem;
}

.lead-header__text {
  text-align: center;
  text-decoration: underline;
  font-size: 2.4rem;
  color: #BF000F;
}

.p-lead__text {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.p-lead__text > span {
  color: #BF000F;
}

.p-lead__video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 315/177;
  margin-bottom: 4rem;
}
.p-lead__video > iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  aspect-ratio: 315/177;
}
.p-lead__video > #player > iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  aspect-ratio: 315/177;
}

.lead-box__title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.lead-box__title > span {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.lead-box__title > span > .dots {
  background-image: radial-gradient(circle at center, #000 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
}
.lead-box__title > span > .red {
  color: #BF000F;
  background-image: radial-gradient(circle at center, #BF000F 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
}
.lead-box__title > .label {
  text-align: center;
  padding: 1rem 1.5rem;
  color: #fff;
  background-color: #000;
}

.lead-box__sub-text {
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}

.lead-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.4rem;
  margin-bottom: 4rem;
}

.lead-box-flex__figure > img {
  width: 100%;
  margin-bottom: 2rem;
}

.lead-box-flex__name {
  text-align: center;
  font-size: 2rem;
}

.lead-box__text {
  text-align: center;
  font-size: 2.2rem;
}
.lead-box__text.-mb {
  margin-bottom: 2.8rem;
}
.lead-box__text > .-blue {
  color: #2169D6;
}

.p-about__container {
  max-width: 65rem;
  margin: 0 auto;
}

.p-about__header {
  text-align: center;
  padding: 1.6rem 0;
  background-color: #F5F5F5;
}

.about-header__en-text {
  font-size: 2.2rem;
  color: #A6A6A6;
  margin-bottom: 0.5rem;
}

.about-header__title {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.about-header__text {
  font-size: 1.8rem;
}

.p-about__box {
  padding: 0 6rem;
  background-color: #E8E8E8;
}
.p-about__box:nth-of-type(even) {
  background-color: #fff;
}

.about-box__inner {
  width: 40rem;
  margin: 0 auto;
}

.about-box__flex {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-box-flex__img {
  width: 4.2rem;
  margin-right: 1.5rem;
}

.about-box-flex__text {
  font-size: 2rem;
}
.about-box-flex__text > .blue {
  color: #2169D6;
}

.p-cta {
  padding: 4rem 0 5rem;
  background-color: #fff;
}

.p-cta__container {
  max-width: 38.5rem;
  margin: 0 auto;
}

.p-cta__arrow-wrap {
  width: 18rem;
  margin: 0 auto 2.6rem;
}

.p-cta__limit-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.p-cta__timer {
  text-align: center;
  margin-bottom: 1.5rem;
}

.p-cta__time-text > span {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 3.5rem;
}

.p-cta__link {
  display: block;
  width: 100%;
  max-width: 38.5rem;
  margin: 0 auto;
}

.p-cta__note {
  text-decoration: underline;
  color: #BF000F;
  font-size: 2rem;
}

.p-line {
  padding: 5rem 0;
  background-color: #04C653;
}

.p-line__container {
  max-width: 38.5rem;
  margin: 0 auto;
}

.p-line__icon-wrap {
  width: 6.8rem;
  margin: 0 auto 1.5rem;
}

.p-line__title {
  text-align: center;
  color: #fff;
  text-decoration: underline;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}

.p-line__text {
  text-align: center;
  color: #06AA49;
  font-size: 1.8rem;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.5rem;
  margin-bottom: 1.8rem;
}

.p-line__lead {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.4rem;
}

.p-line__link {
  display: block;
  width: 100%;
  max-width: 38.5rem;
  margin: 0 auto;
}

.p-join {
  padding: 5rem 0 0;
  background-color: #fff;
}

.p-join__container {
  max-width: 50rem;
  margin: 0 auto;
}

.p-join__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.join-header__title {
  display: inline-block;
  font-size: 2.6rem;
}

.join-header__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2169D6;
}

.join-body__text {
  font-size: 1.8rem;
  margin-bottom: 3.6rem;
}
.join-body__text.mb {
  margin-bottom: 3.8rem;
}

.join-body__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 40rem;
  margin: 0 auto 4rem;
}

.join-box-flex__img {
  width: 4.2rem;
  margin-right: 1.5rem;
}

.join-box-flex__text {
  text-decoration: underline;
  font-size: 2rem;
  color: #2169D6;
}

.join-body__box {
  text-align: center;
  border: 1px solid #BF000F;
  padding: 1rem;
  margin-bottom: 3.5rem;
}

.join-body-box__text {
  color: #BF000F;
  font-size: 3rem;
}

.join-body__note {
  font-size: 1.8rem;
}

@media screen and (max-width:1400px) {
  html {
    font-size: 10px;
  }
  .u-lg-none {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: 2.6666666667vw;
  }
  .l-inner {
    padding: 0 3rem;
  }
  .u-sm-none {
    display: none !important;
  }
  .p-cta-floating__container {
    width: 100%;
    margin: 0 auto;
  }
  .p-cta-floating__timer {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-cta-floating__time-title {
    color: #fff;
    font-size: 12px;
  }
  .p-cta-floating__time-text > span {
    color: #fff;
    font-size: 18px;
  }
  .p-cta-floating__link {
    display: block;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  .p-cta-floating__note {
    margin-top: -15px;
    color: #fff;
    font-size: 12px;
  }
  .p-step {
    padding: 2rem 0;
  }
  .p-step__container {
    max-width: 31.5rem;
  }
  .p-step__box {
    margin-bottom: 0.5rem;
  }
  .step-box__title {
    width: 6.2rem;
    font-size: 1rem;
  }
  .step-box__text {
    font-size: 1rem;
    padding: 0.5rem 0.3rem 0.5rem 0.5rem;
  }
  .p-step__triangle {
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
    border-top: 1.4rem solid black;
    margin: 0 auto 0.5rem;
  }
  .p-step__box.-blue > .step-box__text {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
  .p-lead {
    padding: 3rem 0;
  }
  .p-lead__container {
    max-width: 31.5rem;
  }
  .p-lead__header {
    margin-bottom: 1.6rem;
  }
  .lead-header__heading {
    margin-bottom: 1rem;
  }
  .lead-header-heading__title {
    font-size: 4.5rem;
    margin: 0 1.5rem;
  }
  .lead-header-heading__img {
    width: 2.6rem;
  }
  .lead-header__text {
    font-size: 1.8rem;
  }
  .p-lead__text {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .p-lead__video {
    max-width: 31.5rem;
    margin-bottom: 3rem;
  }
  .p-lead__video > iframe {
    max-width: 31.5rem;
  }
  .p-lead__video > #player > iframe {
    max-width: 31.5rem;
  }
  .lead-box__title {
    margin-bottom: 0.5rem;
  }
  .lead-box__title > span {
    font-size: 2.5rem;
  }
  .lead-box__title > .label {
    padding: 0.5rem;
  }
  .lead-box__sub-text {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .lead-box__flex {
    gap: 2.8rem;
    margin-bottom: 2.5rem;
  }
  .lead-box-flex__figure > img {
    width: 11rem;
    margin-bottom: 1rem;
  }
  .lead-box-flex__name {
    font-size: 1.4rem;
  }
  .lead-box__text {
    font-size: 1.6rem;
  }
  .lead-box__text.-mb {
    margin-bottom: 2.2rem;
  }
  .p-about__container {
    max-width: 31.5rem;
  }
  .p-about__header {
    padding: 1.2rem 0;
  }
  .about-header__en-text {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
  .about-header__title {
    font-size: 2rem;
    margin-bottom: 0.3rem;
  }
  .about-header__text {
    font-size: 1.3rem;
  }
  .p-about__box {
    padding: 0 3rem;
  }
  .about-box__inner {
    width: 31.5rem;
  }
  .about-box__flex {
    padding: 1.5rem 0;
  }
  .about-box-flex__img {
    width: 3.8rem;
    margin-right: 1rem;
  }
  .about-box-flex__text {
    font-size: 1.6rem;
  }
  .p-cta {
    padding: 2rem 0 3rem;
  }
  .p-cta__container {
    max-width: 31.5rem;
  }
  .p-cta__arrow-wrap {
    width: 13.8rem;
    margin: 0 auto 2rem;
  }
  .p-cta__limit-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .p-cta__timer {
    margin-bottom: 1.2rem;
  }
  .p-cta__time-text > span {
    font-size: 2.9rem;
  }
  .p-cta__link {
    max-width: 31.5rem;
  }
  .p-cta__note {
    font-size: 1.7rem;
  }
  .p-line {
    padding: 3rem 0;
  }
  .p-line__container {
    max-width: 31.5rem;
  }
  .p-line__icon-wrap {
    width: 6.2rem;
    margin: 0 auto 1rem;
  }
  .p-line__title {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
  .p-line__text {
    font-size: 1.6rem;
    padding: 0.5rem;
    margin-bottom: 2rem;
  }
  .p-line__lead {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .p-line__link {
    max-width: 31.5rem;
  }
  .p-join {
    padding: 4rem 0 0;
  }
  .p-join__container {
    max-width: 31.5rem;
  }
  .p-join__header {
    margin-bottom: 2.2rem;
  }
  .join-header__title {
    font-size: 2.3rem;
  }
  .join-body__text {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
  .join-body__text.mb {
    margin-bottom: 3.4rem;
  }
  .join-body__flex {
    max-width: 31.5rem;
    margin: 0 auto 3.2rem;
  }
  .join-box-flex__img {
    width: 3.8rem;
    margin-right: 1rem;
  }
  .join-box-flex__text {
    font-size: 1.8rem;
  }
  .join-body__box {
    padding: 1rem;
    margin-bottom: 3rem;
  }
  .join-body-box__text {
    font-size: 2.3rem;
  }
  .join-body__note {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-cta-floating {
    display: none !important;
  }
}