.p__mainvis {
  position: relative;
  width: 100%;
  background: #131524 center center no-repeat;
  background-size: cover;
}
.p__mainvis > h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(19, 21, 36, 0.9);
  background-blend-mode: multiply;
}
.p__mainvis > h1 span {
  display: block;
  font-weight: 700;
  color: #CAFF13;
}
.p__mainvis > h1 img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .p__mainvis {
    height: calc(100svh - 60px);
    min-height: 550px;
    max-height: 1000px;
    background-image: url("/sys/wp-content/themes/nagoya-rb/src/img/page/past/archive-2024/mainvis--small.jpg");
  }
  .p__mainvis > h1 {
    padding: 20px;
  }
  .p__mainvis > h1 span {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .p__mainvis {
    height: calc(100svh - 100px);
    min-height: 480px;
    max-height: 1000px;
    background-image: url("/sys/wp-content/themes/nagoya-rb/src/img/page/past/archive-2024/mainvis--large.jpg");
  }
  .p__mainvis > h1 {
    padding: 30px;
  }
  .p__mainvis > h1 span {
    margin-bottom: 10px;
    font-size: 2.25rem;
  }
}

.mb__kickoff-event > div {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background: #131524 center center no-repeat;
  background-size: cover;
  background-image: url("/sys/wp-content/themes/nagoya-rb/src/img/page/past/archive-2024/project-entry-bg.jpg");
}
.mb__kickoff-event > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(19, 21, 36, 0.75);
}
.mb__kickoff-event > div > div {
  z-index: 1;
  position: relative;
}
.mb__kickoff-event > div > div header {
  font-weight: 700;
  color: #fff;
}
.mb__kickoff-event > div > div header .sub {
  display: block;
}
.mb__kickoff-event > div > div header .main strong {
  color: #CAFF13;
}
.mb__kickoff-event > div > div ul li.detail > a {
  color: #fff;
  position: relative;
  transition: all 500ms;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #131524;
  transition: box-shadow 500ms;
  color: #131524;
  background: #fff;
  border-color: #fff;
}
.mb__kickoff-event > div > div ul li.detail > a::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.mb__kickoff-event > div > div ul li.detail > a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mb__kickoff-event > div > div ul li.detail > a:hover::after {
  right: 0.75em;
}
@media (max-width: 767px) {
  .mb__kickoff-event > div > div ul li.detail > a {
    width: 100%;
    padding: 0.875em 2.5em;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mb__kickoff-event > div > div ul li.detail > a {
    padding: 0.875em 3.5em;
    font-size: 1.125rem;
  }
}
.mb__kickoff-event > div > div ul li.detail > a:hover {
  box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.4);
}
.mb__kickoff-event > div > div ul li.entry > a {
  color: #fff;
  position: relative;
  transition: all 500ms;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #131524;
  transition: box-shadow 500ms;
  color: #131524;
  background: #CAFF13;
  border-color: #CAFF13;
}
.mb__kickoff-event > div > div ul li.entry > a::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.mb__kickoff-event > div > div ul li.entry > a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mb__kickoff-event > div > div ul li.entry > a:hover::after {
  right: 0.75em;
}
@media (max-width: 767px) {
  .mb__kickoff-event > div > div ul li.entry > a {
    width: 100%;
    padding: 0.875em 2.5em;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mb__kickoff-event > div > div ul li.entry > a {
    padding: 0.875em 3.5em;
    font-size: 1.125rem;
  }
}
.mb__kickoff-event > div > div ul li.entry > a:hover {
  box-shadow: 0 0 0 0.25em rgba(202, 255, 19, 0.4);
}
@media (max-width: 767px) {
  .mb__kickoff-event {
    padding: 20px;
  }
  .mb__kickoff-event > div {
    padding: 30px 20px;
  }
  .mb__kickoff-event > div > div {
    text-align: center;
  }
  .mb__kickoff-event > div > div header {
    margin-bottom: 2em;
  }
  .mb__kickoff-event > div > div header .sub {
    font-size: 1.5rem;
  }
  .mb__kickoff-event > div > div header .main {
    font-size: 2rem;
  }
  .mb__kickoff-event > div > div ul li + li {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .mb__kickoff-event {
    padding: 30px;
  }
  .mb__kickoff-event > div {
    padding: 30px 60px;
  }
  .mb__kickoff-event > div > div {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1080px;
    margin: 0 auto;
  }
  .mb__kickoff-event > div > div header .sub {
    font-size: 1.75rem;
  }
  .mb__kickoff-event > div > div header .main {
    font-size: 2.5rem;
  }
  .mb__kickoff-event > div > div ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
  }
  .mb__kickoff-event > div > div ul li.detail > a {
    width: 280px;
  }
  .mb__kickoff-event > div > div ul li.entry > a {
    width: 280px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

@media (max-width: 767px) {
  .mb__outline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .mb__outline {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mb__outline > div {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.mb__outline > div {
  border-bottom: 1px solid #B5B5B5;
}
.mb__outline > div .cnt-col2 .text h2 {
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mb__outline > div .cnt-col2 .text h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .mb__outline > div .cnt-col2 .text h2 {
    font-size: 2.25rem;
  }
}
.mb__outline > div .cnt-col2 .text p {
  line-height: 2;
  color: #131524;
}
.mb__outline > div .cnt-col2 .text p a {
  text-decoration: underline;
  color: #0016be;
}
.mb__outline > div .cnt-col2 .text p a:hover {
  text-decoration: none;
}
.mb__outline > div .cnt-col2 .text p a::after {
  margin-right: 0.25em;
}
@media (max-width: 767px) {
  .mb__outline > div .cnt-col2 .text p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mb__outline > div .cnt-col2 .text p {
    font-size: 1.125rem;
  }
}
.mb__outline > div .cnt-col2 .text .btn a {
  color: #fff;
  position: relative;
  transition: all 500ms;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #131524;
  transition: box-shadow 500ms;
  color: #fff;
  background: #131524;
  border-color: #131524;
}
.mb__outline > div .cnt-col2 .text .btn a::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.mb__outline > div .cnt-col2 .text .btn a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mb__outline > div .cnt-col2 .text .btn a:hover::after {
  right: 0.75em;
}
@media (max-width: 767px) {
  .mb__outline > div .cnt-col2 .text .btn a {
    width: 100%;
    padding: 0.875em 2.5em;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mb__outline > div .cnt-col2 .text .btn a {
    padding: 0.875em 3.5em;
    font-size: 1.125rem;
  }
}
.mb__outline > div .cnt-col2 .text .btn a:hover {
  box-shadow: 0 0 0 0.25em rgba(19, 21, 36, 0.4);
}
.mb__outline > div .cnt-col2 .img img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .mb__outline > div {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .mb__outline > div .cnt-col2 {
    margin-bottom: 3em;
  }
  .mb__outline > div .cnt-col2 .text {
    margin-bottom: 2em;
  }
  .mb__outline > div .cnt-col2 .text h2 {
    margin-bottom: 0.5em;
  }
  .mb__outline > div .cnt-col2 .text .btn {
    margin-top: 1.5em;
  }
}
@media (min-width: 768px) {
  .mb__outline > div {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .mb__outline > div .cnt-col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    margin-bottom: 85px;
  }
  .mb__outline > div .cnt-col2 .text {
    width: 50%;
    max-width: 490px;
  }
  .mb__outline > div .cnt-col2 .text h2 {
    margin-bottom: 1em;
  }
  .mb__outline > div .cnt-col2 .text .btn {
    margin-top: 2.5em;
  }
  .mb__outline > div .cnt-col2 .text .btn a {
    width: 280px;
  }
  .mb__outline > div .cnt-col2 .img {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .mb__merit {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .mb__merit {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mb__merit > div {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.mb__merit > div {
  border-bottom: 1px solid #B5B5B5;
}
.mb__merit > div h2 {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .mb__merit > div h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .mb__merit > div h2 {
    font-size: 2.25rem;
  }
}
.mb__merit > div > ul > li {
  padding: 37.5px 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
.mb__merit > div > ul > li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 154px;
  margin: 0 auto 1em;
  border-radius: 100%;
  background: #E6E4DF;
}
.mb__merit > div > ul > li .text {
  line-height: 1.6;
  font-size: 1.25rem;
  font-weight: 700;
}
.mb__merit > div > ul > li .caption {
  line-height: 1.5;
  color: #131524;
  margin-top: 1em;
}
.mb__merit > div > ul > li .caption a {
  text-decoration: underline;
  color: #0016be;
}
.mb__merit > div > ul > li .caption a:hover {
  text-decoration: none;
}
.mb__merit > div > ul > li .caption a::after {
  margin-right: 0.25em;
}
@media (max-width: 767px) {
  .mb__merit > div > ul > li .caption {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .mb__merit > div > ul > li .caption {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .mb__merit > div {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .mb__merit > div > ul > li + li {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .mb__merit > div {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb__merit > div > ul {
    display: flex;
    gap: 15px;
  }
  .mb__merit > div > ul > li {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .mb__condition {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .mb__condition {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mb__condition > div {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.mb__condition > div {
  border-bottom: 1px solid #B5B5B5;
}
.mb__condition > div .cnt-col2 .text h2 {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .mb__condition > div .cnt-col2 .text h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .mb__condition > div .cnt-col2 .text h2 {
    font-size: 2.25rem;
  }
}
.mb__condition > div .cnt-col2 .text ul {
  margin-left: 1em;
}
.mb__condition > div .cnt-col2 .text ul li {
  position: relative;
  padding-left: 1.15em;
}
.mb__condition > div .cnt-col2 .text ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  aspect-ratio: 1;
  width: 0.65em;
  min-width: 0.65em;
  height: 0.65em;
  background: #75788A;
  border-radius: 100%;
}
.mb__condition > div .cnt-col2 .text ul li {
  line-height: 1.75;
}
.mb__condition > div .cnt-col2 .text ul li + li {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .mb__condition {
    overflow-x: hidden;
  }
  .mb__condition .cnt-col2 {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .mb__condition .cnt-col2 .img {
    z-index: -1;
    position: relative;
    margin: -100px -30px 0;
  }
  .mb__condition .cnt-col2 .text h2 {
    text-align: center;
  }
  .mb__condition .cnt-col2 .text ul li {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mb__condition .cnt-col2 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 590px;
  }
  .mb__condition .cnt-col2 .img {
    z-index: -1;
    position: absolute;
    top: -40px;
    right: -60px;
  }
  .mb__condition .cnt-col2 .img img {
    width: 626px;
  }
  .mb__condition .cnt-col2 .text {
    width: 50%;
  }
  .mb__condition .cnt-col2 .text ul li {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .mb__schedule {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .mb__schedule {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mb__schedule > div {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.mb__schedule h2 {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .mb__schedule h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .mb__schedule h2 {
    font-size: 2.25rem;
  }
}
.mb__schedule .img {
  text-align: center;
}
@media (max-width: 767px) {
  .mb__schedule > div {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .mb__schedule > div {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .mb__news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .mb__news {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mb__news > div {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.mb__news h2 {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .mb__news h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .mb__news h2 {
    font-size: 2.25rem;
  }
}
.mb__news .p__news-cnt .post-list {
  border-top: #B5B5B5 1px solid;
}
.mb__news .p__news-cnt .post-list li {
  border-bottom: #B5B5B5 1px solid;
}
.mb__news .p__news-cnt .post-list li a {
  color: #131524;
  transition: all 500ms;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.5em;
  padding: 1.5em 3em 1.5em 0;
}
.mb__news .p__news-cnt .post-list li a::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.mb__news .p__news-cnt .post-list li a::after {
  transition: all 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mb__news .p__news-cnt .post-list li a .date {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #131524;
}
.mb__news .p__news-cnt .post-list li a .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.25em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #131524;
  border-radius: 10em;
  width: 8em;
}
.mb__news .p__news-cnt .post-list li a .title {
  font-weight: 700;
  color: #131524;
}
.mb__news .p__news-cnt .post-list li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.mb__news .p__news-cnt .post-list li a:hover::after {
  right: 0.75em;
}
@media (max-width: 767px) {
  .mb__news .p__news-cnt .post-list li a .title {
    width: 100%;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mb__news .p__news-cnt .post-list li a .date {
    width: 5.5em;
  }
  .mb__news .p__news-cnt .post-list li a .title {
    flex: 1;
    font-size: 1.125rem;
  }
}
.mb__news .p__news-cnt p {
  line-height: 2;
  color: #131524;
}
.mb__news .p__news-cnt p a {
  text-decoration: underline;
  color: #0016be;
}
.mb__news .p__news-cnt p a:hover {
  text-decoration: none;
}
.mb__news .p__news-cnt p a::after {
  margin-right: 0.25em;
}
@media (max-width: 767px) {
  .mb__news .p__news-cnt p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mb__news .p__news-cnt p {
    font-size: 1.125rem;
  }
}
.mb__news .p__news-cnt .btn {
  margin-top: 2em;
  text-align: center;
}
.mb__news .p__news-cnt .btn a {
  color: #fff;
  position: relative;
  transition: all 500ms;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #131524;
  transition: box-shadow 500ms;
  color: #fff;
  background: #131524;
  border-color: #131524;
}
.mb__news .p__news-cnt .btn a::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  mask-image: url("/sys/wp-content/themes/nagoya-rb/src/img//mixin/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.mb__news .p__news-cnt .btn a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mb__news .p__news-cnt .btn a:hover::after {
  right: 0.75em;
}
@media (max-width: 767px) {
  .mb__news .p__news-cnt .btn a {
    width: 100%;
    padding: 0.875em 2.5em;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mb__news .p__news-cnt .btn a {
    padding: 0.875em 3.5em;
    font-size: 1.125rem;
  }
}
.mb__news .p__news-cnt .btn a:hover {
  box-shadow: 0 0 0 0.25em rgba(19, 21, 36, 0.4);
}
@media (max-width: 767px) {
  .mb__news > div {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .mb__news > div {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}