:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::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;
}

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

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

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

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-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;
  field-sizing: content;
}

[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;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.layer-box {
  position: relative;
}

@media screen and (max-width: 767px) {
  .layer-template main .layer-box {
    padding: 60px 0;
  }
}

.gray {
  background-color: #f7f7f7;
}

section.pitch-event .lead {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section.pitch-event .lead {
    margin-bottom: 60px;
    font-size: 15px;
  }
}
section.pitch-event .startup .day {
  margin-top: 100px;
  position: relative;
}
section.pitch-event .startup .day::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 360px;
  aspect-ratio: 539/900;
  background: url(../img/bg-1.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: -245px;
  left: 0;
}
@media screen and (max-width: 767px) {
  section.pitch-event .startup .day::before {
    width: 280px;
    top: -150px;
  }
}
section.pitch-event .startup .day::after {
  content: "";
  z-index: -1;
  height: auto;
  width: 630px;
  aspect-ratio: 956/1126;
  background: url(../img/bg-3.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -180px;
  left: 0;
}
section.pitch-event .startup .day__content-wrap {
  height: auto;
}
section.pitch-event .startup .day__content-wrap::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 630px;
  aspect-ratio: 956/1126;
  background: url(../img/bg-2.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  section.pitch-event .startup .day__content-wrap::before {
    width: 500px;
  }
}
section.pitch-event .startup .day__select-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 1040px) {
  section.pitch-event .startup .day__select-wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1040px) and (max-width: 767px) {
  section.pitch-event .startup .day__select-wrap {
    gap: 10px;
  }
}
section.pitch-event .startup .day__title {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.pitch-event .startup .day__title {
    font-size: 18px;
  }
}
section.pitch-event .startup .day__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
section.pitch-event .startup .day__btns .none {
  position: relative;
  border: none;
}
section.pitch-event .startup .day__btns .none:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 35px;
  z-index: 16;
}
section.pitch-event .startup .day__btn {
  cursor: pointer;
  border: solid 2px #0068b7;
  color: #0068b7;
  background: #fff;
  border-radius: 35px;
  height: 70px;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.pitch-event .startup .day__btn {
    height: 60px;
  }
}
section.pitch-event .startup .day__btn .date {
  margin-right: 20px;
  padding-right: 20px;
  padding-top: 8px;
  font-weight: bold;
  padding-bottom: 8px;
  border-right: 1px solid #0068b7;
  font-size: 18px;
}
section.pitch-event .startup .day__btn .text {
  z-index: 5;
  position: relative;
  font-size: 28px;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  section.pitch-event .startup .day__btn .text {
    font-size: 20px;
  }
}
section.pitch-event .startup .day__btn:first-child::after, section.pitch-event .startup .day__btn:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 35px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}
section.pitch-event .startup .day__btn.is-active {
  pointer-events: none;
  border: none;
  color: #fff;
}
section.pitch-event .startup .day__btn.is-active:after {
  background: #0068b7;
  background: linear-gradient(to right, #0068b7, #0083df 50%, #00c1f8);
}
section.pitch-event .startup .day__btn.is-active .date {
  color: #fff;
  z-index: 5;
  border-right: #fff 1px solid;
}
section.pitch-event .startup .day__btn.is-active .text {
  color: #fff;
}
section.pitch-event .startup .day__btn.is-active::after {
  left: 0;
}
section.pitch-event .startup .day__contents {
  position: relative;
}
section.pitch-event .startup .day__content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
section.pitch-event .startup .day__content.is-active {
  position: static;
  opacity: 1;
  visibility: visible;
}
section.pitch-event .startup section {
  max-width: 860px;
  margin: 0 auto;
}
section.pitch-event .startup section + section {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.pitch-event .startup section + section {
    margin-top: 50px;
  }
}
section.pitch-event .startup section time {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.pitch-event .startup section time {
    font-size: 18px;
  }
}
section.pitch-event .startup section ul.pitch_lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 10px;
}
@media screen and (max-width: 767px) {
  section.pitch-event .startup section ul.pitch_lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.pitch-event .startup section ul.pitch_lists li a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  section.pitch-event .startup section ul.pitch_lists li a:hover {
    opacity: 0.65;
  }
}
section.pitch-event .startup section ul.pitch_lists li a p.company {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}
section.pitch-event .rule {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  section.pitch-event .rule {
    margin: 50px 0;
  }
}
section.pitch-event .rule p {
  max-width: 860px;
  margin: 0 auto;
}
section.pitch-event .stage {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.pitch-event .stage {
    margin-top: 50px;
  }
}
section.pitch-event .stage .img {
  max-width: 1000px;
  margin: 0 auto 30px;
}
section.pitch-event .stage .img img {
  width: 100%;
}
section.pitch-event .timetable ul.timetables {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  section.pitch-event .timetable ul.timetables {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
section.pitch-event .timetable ul.timetables li {
  padding: 20px 30px 60px;
  background: url(/pitch-showcase/img/bg_timetable.jpg) bottom right no-repeat #fff;
  box-shadow: 0.684px 1.879px 8px 0px rgba(0, 0, 0, 0.1);
}
section.pitch-event .timetable ul.timetables li .pick {
  margin-bottom: 10px;
  padding: 5px 10px;
  display: inline-block;
  background: #808080;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
section.pitch-event .timetable ul.timetables li .time {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.pitch-event .timetable ul.timetables li .title {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.btn-timetable {
  margin-bottom: 60px;
}
section.pitch-event .startup section ul.pitch_lists .img {
    background-color: var(--clr-white);
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	width: 100%;
    padding: 10%;
    aspect-ratio: 1.2 / 1;
    overflow: hidden;
}
section.pitch-event .startup section ul.pitch_lists .img img {
	max-height: 100%;
}