@charset "UTF-8";
:root {
  --bg-p: #ffe4da;
  --bg: #e3ddd0;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-align: inherit;
  cursor: pointer;
}

@media (width > 768px) {
  .u-lg-none {
    display: none !important;
  }
}
@media (width < 768px) {
  .u-sm-none {
    display: none !important;
  }
}
.l-page-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
}
@media (width < 768px) {
  .l-page-head {
    justify-content: unset;
    gap: 17px;
  }
}

@media (width < 768px) {
  .m-heading1 {
    margin: 0;
  }
}

.l-inov-step-list {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .l-inov-step-list {
    margin-bottom: 30px;
  }
}
.m-inov-step-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: grid;
}

.m-inov-step-ttl strong {
  color: #e30200;
}

.m-inov-step-ttl strong span {
  font-size: 32px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .m-inov-step-ttl strong span {
    font-size: 24px;
  }
}
.m-inov-step-frame-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
}
@media (width < 768px) {
  .m-inov-step-frame-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.m-inov-step-frame {
  border: 1px solid #dfdacb;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  height: 100%;
  display: grid;
}

.m-inov-step-frame > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-inov-step-frame {
    padding: 15px;
    border-radius: 5px;
  }
}
.l-thumb-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2.4;
}
@media (width < 768px) {
  .l-thumb-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (width < 768px) {
  .l-thumb-list button {
    pointer-events: none;
    cursor: default;
  }
}

.l-thumb-list :is(li, button) {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

/* モーダルウィンドウの基本スタイル */
.open-modal:focus,
.open-modal:focus-visible {
  outline: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}

.closeModal {
  position: absolute;
  top: -40px;
  right: -8px;
  width: 40px;
  height: 40px;
}

.closeModal::before,
.closeModal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 5px;
  height: 40px;
  background: #fff;
}

.closeModal::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.closeModal::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-schedule {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (width < 768px) {
  .l-schedule {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.m-schedule {
  display: flex;
  gap: 10px;
  min-height: 280px;
}
@media (width < 768px) {
  .m-schedule {
    flex-direction: column;
    align-items: center;
    min-height: unset;
    gap: 0;
  }
}

.m-schedule p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 100%;
  margin: 0;
  text-align: center;
  font-size: 16px;
  background: url(/corporate/open_innovation/i-meiji/assets/img/schedule1.svg) center/contain no-repeat;
}
@media (width < 768px) {
  .m-schedule p {
    max-width: 343px;
    background: url(/corporate/open_innovation/i-meiji/assets/img/schedule1_sm.svg) center/contain no-repeat;
  }
}

.m-schedule p:first-child {
  width: 116%;
}
@media (width > 768px) {
  .m-schedule p:first-child {
    padding-right: 25px;
  }
}
@media (width < 768px) {
  .m-schedule p:first-child {
    width: 100%;
    padding-top: min(16%, 50px);
    padding-bottom: min(22%, 80px);
  }
}

.m-schedule p:last-child {
  width: 95%;
  background: url(/corporate/open_innovation/i-meiji/assets/img/schedule2.svg) center/contain no-repeat;
}
@media (width > 1000px) {
  .m-schedule p:last-child {
    width: 90%;
  }
}
@media (width < 768px) {
  .m-schedule p:last-child {
    width: 100%;
    padding-top: min(18%, 64px);
    padding-bottom: min(18%, 62px);
    background: url(/corporate/open_innovation/i-meiji/assets/img/schedule2_sm.svg) center/contain no-repeat;
  }
}