@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #1f1f1f;
}

/* 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;
}

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

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

input, select {
  vertical-align: middle;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------------------------------
印刷用
--------------------------------------------------------------*/
@media print {
  html {
    height: 100%;
  }

  body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  body .pagetop {
    display: none;
  }
}
/*--------------------------------------------------------------
htmlタグ指定
--------------------------------------------------------------*/
* {
  min-height: 0vw;
}

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  font-family: "Ubuntu", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
}

input, select, textarea {
  font-family: inherit;
  font-weight: inherit;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: inherit;
}

a {
  cursor: pointer;
  color: currentColor;
}

/*------------------------------layout------------------------------*/
.wrapper, .content {
  position: relative;
}
.inner {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 44px);
  }
}

/*------------------------------header------------------------------*/
.header {
  position: relative;
  z-index: 1000;
  margin: 0 auto;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 31px 50px 0px;
}
.header__logo {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
  font-size: 1.4rem;
}

/*------------------------------footer------------------------------*/
.footer {
  margin-top: 100px;
  position: relative;
  z-index: 10;
  border-top: 5px solid #333;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 67px;
  }
}
.footer__inner {
  width: calc(100% - 100px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    width: calc(100% - 44px);
  }
}
.footer__inner .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer__inner .copy {
  margin-top: 10px;
  font-size: 1.2rem;
}

/*------------------------------project------------------------------*/
.c-link {
  color: #111;
  text-decoration: underline;
}
.c-link.icon {
  display: inline-flex;
  align-items: center;
}
.c-link.icon::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.1em solid currentColor;
  border-right: 0.1em solid currentColor;
  margin-left: 0.2em;
  transform: rotate(45deg);
}

.contact-block {
  padding: 40px;
  background: white;
  border-radius: 40px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .contact-block {
    font-size: 1.4rem;
    padding: 40px 20px;
  }
}
.contact-block .name {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact-block .name {
    font-size: 1.6rem;
  }
}
.contact-block .mail {
  color: #333;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-block .mail {
    font-size: 2rem;
  }
}
.contact-block .mail svg {
  color: currentColor;
}
@media screen and (max-width: 1024px) {
  .contact-block .mail svg {
    width: 24px;
  }
}
.contact-block .terms {
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: left;
  border-radius: 20px;
  border: 2px solid #eee;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .contact-block .terms {
    border-radius: 10px;
  }
}
.contact-block .terms .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .contact-block .terms .accordion-header {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
.contact-block .terms .accordion-header .icon {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
}
.contact-block .terms .accordion-header .icon::before, .contact-block .terms .accordion-header .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: opacity 0.4s ease;
}
.contact-block .terms .accordion-header .icon::after {
  transform: rotate(90deg);
}
.contact-block .terms .accordion-header.active .icon::after {
  opacity: 0;
}
.contact-block .terms .accordion-content {
  display: none;
  border-top: 2px solid #eee;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .contact-block .terms .accordion-content {
    font-size: 1.2rem;
    padding: 10px 20px 20px;
  }
}

.c-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
.c-loading.hide {
  display: none;
}
.c-loading__inner {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-loading__inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: 1.8s cubic-bezier(0.65, 0, 0.35, 1);
}
body.show .c-loading .c-loading__inner::after {
  width: 0;
}

.c-loading__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
  overflow: hidden;
  color: white;
  font-size: 3rem;
  line-height: 1.83;
  z-index: 100;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .c-loading__text {
    font-size: 2rem;
    line-height: 1.75;
    width: max-content;
  }
}
.c-loading__text.show {
  opacity: 1;
}
.c-loading__text.hide {
  opacity: 0;
}

/*------------------------------title------------------------------*/
.section {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .section {
    margin-top: 100px;
  }
}
.section.is-bg {
  padding: 100px 0;
  background: #e6f4db;
}
@media screen and (max-width: 1024px) {
  .section.is-bg {
    padding: 70px 0;
  }
}
.section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.3;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 2.2rem;
  }
}

.caution-list {
  font-size: 1.4rem;
  line-height: 1.8;
}
.caution-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
}
.caution-list li::before {
  content: "●";
}
.caution-list.is-center li {
  justify-content: center;
}

/*------------------------------button------------------------------*/
.c-button {
  width: min(600px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
  padding: 1.5em 0.5em;
  border-radius: 9999px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-color: #333;
  border: 2px solid #333;
  cursor: pointer;
  transition: color ease 0.4s, background-color ease 0.4s;
}
.c-button.small {
  width: min(300px, 90%);
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .c-button.small {
    font-size: 1.6rem;
  }
}
.c-button:hover {
  color: #333;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .c-button {
    font-size: 2rem;
  }
}

.c-button-back {
  position: relative;
  width: min(300px, 80%);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  border: 2px solid #ccc;
  border-radius: 9999px;
}
.c-button-back::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
}

.c-table {
  margin: 80px auto 60px;
  width: 100%;
  line-height: 1.8;
  border: 2px solid white;
  border-radius: 40px;
  overflow: hidden;
}
h2 + .c-table {
  margin-top: 40px;
}

.c-table th, .c-table td {
  background-color: #fff2e7;
  vertical-align: middle;
  padding: 20px 30px;
}
.c-table.is-bg th, .c-table.is-bg td {
  background-color: #e7f0f7;
}
@media screen and (max-width: 1024px) {
  .c-table.is-bg td {
    background-color: white;
  }
}
.c-table tr:first-of-type th, .c-table tr:first-of-type td {
  padding-top: 30px;
}
.c-table tr:last-of-type th, .c-table tr:last-of-type td {
  padding-bottom: 30px;
}
.c-table th {
  width: 22%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 1.8rem;
  border: 2px solid white;
}
.c-table td {
  border: 2px solid white;
}
@media screen and (max-width: 1024px) {
  .c-table {
    border-radius: 0;
  }
  .c-table tr, .c-table th, .c-table td {
    display: block;
    width: 100%;
  }
  .c-table th {
    font-size: 1.6rem;
    padding: 1em !important;
  }
  .c-table td {
    background-color: white;
    padding: 20px 0px 30px !important;
  }
}
.c-table .theme {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .c-table .theme {
    font-size: 2.8rem;
    font-weight: 700;
  }
}
.c-table .schedule {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-table .schedule {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.c-table .red {
  color: #d35f4a;
}

/*------------------------------form------------------------------*/
.c-form {
  margin-top: 30px;
}
.c-form dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #EAEAEA;
}
@media screen and (max-width: 1024px) {
  .c-form dl {
    flex-direction: column;
    align-items: flex-start;
    background-color: inherit;
  }
}
.c-form dl + dl {
  margin-top: 20px;
}
.c-form dl dt, .c-form dl dd {
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .c-form dl dt, .c-form dl dd {
    padding: 0;
  }
}
.c-form dl dt {
  flex-shrink: 0;
  width: 290px;
}
@media screen and (max-width: 1024px) {
  .c-form dl dt {
    width: 100%;
  }
}
.c-form dl dt label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 26px;
}
.c-form dl dt .required {
  flex-shrink: 0;
  display: block;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .c-form dl dt .required {
    font-size: 1.2rem;
  }
}
.c-form dl dd {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-form dl dd {
    margin-top: 10px;
  }
}
.c-form dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 40px);
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .c-form dl dd::before {
    display: none;
  }
}
.c-form input, .c-form select, .c-form textarea {
  font-size: 1.6rem;
}
.c-form__text, .c-form__textarea {
  width: min(600px, 100%);
  padding: 18px;
  border-radius: 10px;
  background-color: white;
  font-size: 16px;
  outline: 0;
  border: 0;
}
@media screen and (max-width: 1024px) {
  .c-form__text, .c-form__textarea {
    border: 1px solid #ccc;
  }
}
.c-form__textarea {
  width: 100%;
  height: 200px;
  line-height: 1.5;
  vertical-align: top;
}
.c-form__select {
  width: min(300px, 20vw);
  position: relative;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-form__select::after {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 6px);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}
.c-form__select select {
  color: #111;
  width: 100%;
  padding: 16px 18px;
  background-color: #EAEAEA;
  border-radius: 10px;
}
.c-form__select.small {
  width: min(250px, 17vw);
}
.c-form input[type=checkbox] {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: clamp(5px, 0.8vw, 10px);
  background-color: white;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .c-form input[type=checkbox] {
    border: 1px solid #ccc;
  }
}
.c-form input[type=checkbox]:checked {
  position: relative;
  border-color: #111;
  background-color: #111;
}
.c-form input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 9px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-form .radio-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  row-gap: 20px;
}
.c-form .radio-group .col-6 {
  width: 50%;
}
.c-form .radio-group .col-4 {
  width: 33.333%;
}
.c-form .radio-group .col-3 {
  width: 25%;
}
.c-form input[type=radio] {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: white;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .c-form input[type=radio] {
    border: 1px solid #ccc;
  }
}
.c-form input[type=radio]:checked {
  position: relative;
  border-color: #111;
  background-color: #111;
}
.c-form input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 9px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  .c-form table {
    margin-bottom: 0px;
  }
}
.c-form__submit {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .c-form__submit {
    margin-top: 0px;
  }
}

[data-target] {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s, background-color 0.2s, color 0.2s;
  opacity: 0;
}
[data-target].action {
  opacity: 1;
}
[data-target][data-slideup] {
  transform: translateY(1.56vw) scale(1);
}
[data-target][data-slideup].action {
  transform: translateY(0);
}
[data-target][data-slidedown] {
  transform: translateY(-1.56vw) scale(1);
}
[data-target][data-slidedown].action {
  transform: translateY(0);
}
[data-target][data-slideleft] {
  transform: translateX(1.56vw) scale(1);
}
[data-target][data-slideleft].action {
  transform: translateX(0);
}
[data-target][data-slideright] {
  transform: translateX(-1.56vw) scale(1);
}
[data-target][data-slideright].action {
  transform: translateX(0);
}

[data-lazy] {
  opacity: 0;
}
[data-lazy].action {
  transition: opacity 0.4s ease;
  opacity: 1;
}

[data-dummy] {
  color: tomato;
}

/*--------------------------------------------------------------
共通 class
--------------------------------------------------------------*/
/* settings */
.pc-hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-hidden {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .sp-hidden {
    display: none !important;
  }
}

/* text-align */
body .tac {
  text-align: center;
}
body .tal {
  text-align: left;
}
body .tar {
  text-align: right;
}

/* width % */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

/* spacer xs,sm,md,lg,xl */
body .mt-0 {
  margin-top: 0px;
}
body .mb-0 {
  margin-bottom: 0px;
}
body .mr-0 {
  margin-right: 0px;
}
body .ml-0 {
  margin-left: 0px;
}

body .mt-10 {
  margin-top: 10px;
}
body .mb-10 {
  margin-bottom: 10px;
}
body .mr-10 {
  margin-right: 10px;
}
body .ml-10 {
  margin-left: 10px;
}

body .mt-20 {
  margin-top: 20px;
}
body .mb-20 {
  margin-bottom: 20px;
}
body .mr-20 {
  margin-right: 20px;
}
body .ml-20 {
  margin-left: 20px;
}

body .mt-sm {
  margin-top: clamp(20px, 3vw, 40px);
}
body .mb-sm {
  margin-bottom: clamp(20px, 3vw, 40px);
}
body .mr-sm {
  margin-right: clamp(20px, 3vw, 40px);
}
body .ml-sm {
  margin-left: clamp(20px, 3vw, 40px);
}

body .mt-md {
  margin-top: clamp(30px, 5vw, 60px);
}
body .mb-md {
  margin-bottom: clamp(30px, 5vw, 60px);
}
body .mr-md {
  margin-right: clamp(30px, 5vw, 60px);
}
body .ml-md {
  margin-left: clamp(30px, 5vw, 60px);
}

body .mt-lg {
  margin-top: clamp(60px, 6.66vw, 80px);
}
body .mb-lg {
  margin-bottom: clamp(60px, 6.66vw, 80px);
}
body .mr-lg {
  margin-right: clamp(60px, 6.66vw, 80px);
}
body .ml-lg {
  margin-left: clamp(60px, 6.66vw, 80px);
}

body .mt-xl {
  margin-top: clamp(80px, 8.33vw, 100px);
}
body .mb-xl {
  margin-bottom: clamp(80px, 8.33vw, 100px);
}
body .mr-xl {
  margin-right: clamp(80px, 8.33vw, 100px);
}
body .ml-xl {
  margin-left: clamp(80px, 8.33vw, 100px);
}

body .mt-auto {
  margin-top: auto;
}
body .mb-auto {
  margin-bottom: auto;
}
body .mr-auto {
  margin-right: auto;
}
body .ml-auto {
  margin-left: auto;
}

/*--------------------------------------------------------------
indexのみ
--------------------------------------------------------------*/
.movie {
  position: relative;
  height: 100vh;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .movie {
    width: 100%;
    height: auto;
  }
}
.movie .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .movie .video {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.movie .video video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .movie .video video {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.movie .title {
  position: absolute;
  z-index: 10;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 3rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 66px;
  background: white;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .movie .title {
    top: 5px;
    width: fit-content;
    padding: 10px 20px;
    height: 30px;
    font-size: 1.4rem;
  }
}
.movie .logo {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 66px;
  background: white;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .movie .logo {
    bottom: 5px;
    width: fit-content;
    padding: 10px 20px;
    height: 30px;
  }
}
.movie .logo img {
  width: 133px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .movie .logo img {
    width: 80px;
  }
}

.outline {
  margin-top: 0px;
  margin-bottom: 0px;
}
.outline__inner {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 300px;
  padding-bottom: 280px;
}
@media screen and (max-width: 1024px) {
  .outline__inner {
    width: calc(100% - 44px);
  }
}
@media screen and (max-width: 1024px) {
  .outline__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.outline .title {
  position: relative;
  z-index: 10;
  font-size: 3rem;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .outline .title {
    font-size: 2.4rem;
  }
}
.outline .text {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2.66;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .outline .text {
    font-size: 1.4rem;
  }
}
.outline .name {
  position: relative;
  z-index: 10;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .outline .name {
    margin-top: 40px;
  }
}
.outline .bg {
  position: absolute;
  top: 0;
  right: 24px;
  width: 400px;
  height: 100%;
  background: #F2F2F2;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .outline .bg {
    display: none;
  }
}
.outline [class^=img] {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .outline [class^=img] {
    display: none;
  }
}
.outline .img1 {
  top: 118px;
  right: 107px;
}
.outline .img2 {
  top: 475px;
  right: -110px;
}
.outline .img3 {
  top: 813px;
  right: 169px;
}

.application {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .application {
    margin-top: 100px;
  }
}
.application .howto-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3px;
}
.application .present {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .application .present {
    flex-direction: column;
  }
}

.caution {
  font-size: 1.4rem;
  line-height: 1.8;
}

.host {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .host {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .prcm {
    margin-top: 0;
  }
}
.prcm__inner {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .prcm__inner {
    width: calc(100% - 44px);
  }
}
.prcm .video {
  width: 100%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.prcm .video video {
  width: 100%;
}
.prcm .video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  /* クリックは動画に渡す */
  display: block;
}
@media screen and (max-width: 1024px) {
  .prcm .video .play-button {
    font-size: 30px;
  }
}

.sponsor {
  margin-top: 100px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .sponsor {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.sponsor__inner {
  width: calc(100% - 100px);
  max-width: 1001px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .sponsor__inner {
    width: calc(100% - 44px);
  }
}
.sponsor__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sponsor__title {
    font-size: 2rem;
  }
}
.sponsor__list {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px 7%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .sponsor__list {
    margin-top: 50px;
    gap: 50px 7%;
  }
}
.sponsor__list > * {
  width: calc((100% - 21%) / 4);
}
@media screen and (max-width: 1024px) {
  .sponsor__list > * {
    width: min(200px, calc((100% - 21%) / 3));
  }
}

.home-space {
  margin-top: 100px;
  overflow: hidden;
}
.home-space .swiper {
  width: 100vw;
  margin-left: 0;
}
.home-space .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.home-space .swiper-wrapper .home-space__item {
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.home-space .swiper-wrapper .home-space__item img {
  height: 120px;
}

/*# sourceMappingURL=index.css.map */
