@charset "UTF-8";

.main__wrap.other {
  padding-top: 64px;
  padding-bottom: 0;
}

.header--consortium .header__inner {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.header--consortium .header__consortium-brand {
  flex-shrink: 0;
}

.header--consortium .header__consortium-brand a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: var(--color-base);
}

.header--consortium .header__consortium-mark {
  display: block;
  width: auto;
  height: 40px;
  flex-shrink: 0;
}

.header--consortium .header__consortium-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
  white-space: nowrap;
}

.header--consortium .header__consortium-lead {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.header--consortium .header__consortium-name {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.header--consortium .header__consortium-name-break {
  display: none;
}

.header--consortium .header__consortium-nav {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.header--consortium .header__consortium-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header--consortium .header__consortium-menu a {
  display: block;
  color: var(--color-base);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}

.header--consortium .header__consortium-contact a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  min-width: 190px;
  height: 64px;
  padding: 0 24px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.header--consortium .header__consortium-contact a::after {
  content: "\f0e0";
  margin-left: auto;
  font-family: var(--font-icon);
  font-size: 14px;
  font-weight: 700;
}

.header--consortium .header__consortium-contact a:hover {
  background-color: var(--color-primary-dark);
  opacity: 1;
}

.header--consortium .header__consortium-toggle {
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
}

.header--consortium .header__office {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
  padding: 8px 12px;
}

.header--consortium .header__office-text {
  color: var(--color-base);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}

.header--consortium .header__office-logo {
  display: block;
  width: auto;
  height: 40px;
  flex-shrink: 0;
}

.cic-page {
  --cic-blue: var(--color-primary);
  --cic-blue-deep: #004e9f;
  --cic-blue-dark: #184f82;
  --cic-sky: #e9f6ff;
  --cic-mist: #f9f4fb;
  --cic-text: #273043;
  --cic-muted: #687080;
  overflow: hidden;
  background: #fff;
  color: var(--cic-text);
}

.cic-screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cic-hero {
  position: relative;
  min-height: 790px;
  padding: 156px 0 332px;
  overflow: hidden;
  background-color: #0575c8;
  background-image: url("../img/consortium/background_splash.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: #fff;
}

.cic-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 520px;
  background-image: url("../img/consortium/background_bottom_w.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 2400px auto;
  pointer-events: none;
}

.cic-hero__inner {
  position: relative;
  z-index: 5;
  max-width: 980px;
  padding: 0 24px;
  margin: 0 auto;
  text-align: center;
}

.cic-hero__title {
  margin-bottom: 140px;
  color: #fff;
  text-shadow: 0 3px 20px rgba(0, 58, 122, 0.5);
}

.cic-hero__title-main {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.18;
}

.cic-hero__title-sub {
  margin-top: 8px;
  font-family: var(--font-family-sub);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cic-hero__copy {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
  font-size: 16px;
  line-height: 2;
  text-shadow: 0 2px 16px rgba(0, 58, 122, 0.65);
}

.cic-hero__copy p {
  line-height: inherit;
}

.cic-hero__message {
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}

.cic-hero__media {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.cic-hero__media img {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 1580px;
  max-width: none;
  transform: translateX(-50%);
}

.cic-layout {
  position: relative;
  background: var(--cic-mist);
}

.cic-layout__inner {
  width: 100%;
  margin: 0;
}

.cic-layout__main {
  min-width: 0;
}

.cic-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 40px 0 160px;
  background: var(--cic-mist);
}

.cic-section--first {
  padding-top: 110px;
}

.cic-section--tone {
  background: var(--cic-mist);
}

.cic-section::before,
.cic-section::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  pointer-events: none;
}

.cic-section > * {
  position: relative;
  z-index: 1;
  width: 720px;
  max-width: 100%;
  margin-left: 160px;
  margin-right: 0;
}

.cic-section::before {
  top: -1px;
  height: 434px;
  background-image: url("../img/consortium/background_top_w.png");
  background-position: center top;
  background-size: 2400px auto;
}

.cic-section::after {
  bottom: -1px;
  height: 520px;
  background-image: url("../img/consortium/background_bottom_w.png");
  background-position: center bottom;
  background-size: 2400px auto;
}

.cic-section--blue-bottom::after {
  background-image: url("../img/consortium/background_bottom_b.png");
}

.cic-section__label {
  margin-bottom: 8px;
  color: var(--cic-blue);
  font-size: 20px;
  font-weight: bold;
}

.cic-section__label--light {
  color: #fff;
}

.cic-section__title {
  color: #56606f;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.2;
}

.cic-section__lead {
  margin-top: 32px;
  color: var(--cic-text);
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}

.cic-section__body {
  display: grid;
  gap: 16px;
  margin-top: 32px;
  color: var(--cic-text);
  font-size: 16px;
  line-height: 2;
}

.cic-section__body p {
  line-height: inherit;
}

.cic-section__body strong {
  font-weight: bold;
}

.cic-section__text-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.cic-section__text-list li {
  position: relative;
  padding-left: 1.4em;
  font-weight: 900 !important;
  line-height: inherit;
  text-shadow: 0.025em 0 0 currentColor;
}

.cic-section__text-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  text-shadow: none;
}

.cic-section__text-list strong {
  font-weight: 900 !important;
}

.cic-section__body--compact {
  margin-top: 18px;
}

.cic-point-list,
.cic-name-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.cic-point-list li,
.cic-name-list li {
  position: relative;
  padding: 18px 24px;
  border: 1px solid rgba(0, 105, 191, 0.13);
  border-radius: 4px;
  background: #fff;
  color: var(--cic-blue-deep);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.cic-project {
  margin-top: 48px;
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(0, 105, 191, 0.13);
}

.cic-project__title {
  color: var(--cic-blue);
  font-size: 24px;
  font-weight: bold;
}

.cic-project__list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.cic-project__list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(0, 105, 191, 0.28);
  color: var(--cic-text);
  font-size: 16px;
  line-height: 1.7;
}

.cic-project__list span {
  color: var(--cic-blue-deep);
  font-weight: 700;
}

.cic-project__note {
  margin-top: 18px;
  color: var(--cic-muted);
  font-size: 13px;
  line-height: 1.8;
}

.cic-qr-link {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  margin-top: 28px;
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  color: var(--cic-blue-deep);
  font-weight: bold;
  line-height: 1.4;
  box-shadow: 0 18px 44px rgba(0, 70, 140, 0.1);
}

.cic-qr-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.cic-qr-link img {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
}

.cic-qr-link span::after {
  content: "\f35d";
  margin-left: 10px;
  font-weight: 700;
  font-family: var(--font-icon);
}

.cic-contact-card {
  position: absolute;
  top: 110px;
  right: 160px;
  z-index: 5;
  width: 320px;
  margin: 0;
}

.cic-contact-card.is-fixed {
  position: fixed;
  top: 96px;
  right: 160px;
}

.cic-contact-card.is-bottom {
  position: absolute;
  top: auto;
  right: 160px;
  bottom: 48px;
}

.cic-contact-card__label {
  color: var(--cic-blue);
  font-size: 20px;
  font-weight: bold;
}

.cic-contact-card__title {
  margin-top: 8px;
  color: #4d5667;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.cic-contact-card__list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.cic-contact-card__list li {
  position: relative;
  padding-left: 12px;
  color: var(--cic-text);
  font-size: 14px;
  line-height: 1.2;
}

.cic-contact-card__list li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cic-blue);
}

.cic-contact-card__text {
  margin-top: 16px;
  font-size: 14px;
}

.cic-contact-card .button {
  margin-top: 24px;
  min-width: 0;
  padding: 18px 20px;
  font-size: 14px;
}

.cic-sponsor {
  position: relative;
  margin-top: -1px;
  padding: 40px 0 160px;
  overflow: hidden;
  background: #1B4F83;
  color: #fff;
}

.cic-sponsor::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 434px;
  background-image: url("../img/consortium/background_top_b.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2400px auto;
  pointer-events: none;
}

.cic-sponsor::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 520px;
  background-image: url("../img/consortium/background_bottom_b.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 2400px auto;
  pointer-events: none;
}

.cic-sponsor__inner {
  position: relative;
  z-index: 1;
  width: 720px;
  max-width: 100%;
  margin-left: 160px;
  margin-right: 0;
}

.cic-sponsor__title {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

.cic-sponsor__thanks {
  margin-top: 32px;
  font-size: 16px;
  line-height: 2;
}

.cic-sponsor__group {
  margin-top: 42px;
}

.cic-sponsor__group h3 {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.cic-sponsor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cic-sponsor__list li {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 16px;
  line-height: 1.4;
}

.cic-footer {
  position: relative;
  padding: 68px 0 0;
  background: #0069BF;
  color: #fff;
  text-align: center;
}

.cic-footer__inner {
  max-width: 720px;
  padding: 0 24px;
  margin: 0 auto;
}

.cic-footer__group {
  font-size: 16px;
}

.cic-footer__company {
  font-size: 32px;
  font-weight: bold;
}

.cic-footer__address {
  margin-top: 10px;
  font-size: 14px;
}

.cic-footer__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
}

.cic-footer__tel {
  font-family: var(--font-family-sub);
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.cic-footer__contact .button {
  min-width: 230px;
  padding: 14px 20px;
  justify-content: space-between;
}

.cic-footer__time {
  margin-top: 4px;
  font-size: 14px;
}

.cic-footer__copyright {
  margin-top: 54px;
  padding: 20px 24px;
  background: #111;
}

.cic-footer__copyright small {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1400px) {
  .header--consortium .header__inner {
    gap: 14px;
  }

  .header--consortium .header__consortium-brand a,
  .header--consortium .header__office {
    padding-right: 8px;
    padding-left: 8px;
  }

  .header--consortium .header__consortium-mark,
  .header--consortium .header__office-logo {
    height: 34px;
  }

  .header--consortium .header__consortium-lead {
    font-size: 9px;
  }

  .header--consortium .header__consortium-name {
    font-size: 14px;
  }

  .header--consortium .header__consortium-menu {
    gap: 10px;
  }

  .header--consortium .header__consortium-menu a {
    font-size: 12px;
  }

  .header--consortium .header__office-text {
    font-size: 10px;
  }

  .cic-layout__inner {
    width: 100%;
  }

  .cic-contact-card,
  .cic-contact-card.is-fixed,
  .cic-contact-card.is-bottom {
    position: fixed;
    top: auto;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    padding: 18px 22px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0, 70, 140, 0.18);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  .cic-contact-card.is-footer-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px);
  }

  .cic-contact-card__label,
  .cic-contact-card__list,
  .cic-contact-card__text {
    display: none;
  }

  .cic-contact-card__title {
    flex: 0 1 auto;
    margin-top: 0;
    font-size: 20px;
    text-align: center;
  }

  .cic-contact-card .button {
    flex: 0 0 auto;
    width: auto;
    min-width: 220px;
    margin-top: 0;
    padding: 16px 20px;
  }

  .cic-section > * {
    width: auto;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .cic-sponsor__inner {
    width: auto;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .header--consortium .header__consortium-nav {
    display: none;
  }

  .header--consortium .header__consortium-toggle {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .header--consortium .header__inner {
    gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header--consortium .header__consortium-brand a,
  .header--consortium .header__office {
    gap: 6px;
    padding: 6px 8px;
  }

  .header--consortium .header__office {
    padding-right: 0;
  }

  .header--consortium .header__consortium-mark {
    height: 28px;
  }

  .header--consortium .header__consortium-text {
    gap: 1px;
    white-space: normal;
  }

  .header--consortium .header__consortium-lead {
    display: none;
  }

  .header--consortium .header__consortium-name {
    font-size: 11px;
  }

  .header--consortium .header__consortium-name-break {
    display: block;
  }

  .header--consortium .header__office-text {
    display: none;
  }

  .header--consortium .header__office-logo {
    height: 24px;
  }

  .cic-hero {
    min-height: 710px;
    padding: 248px 0 130px;
    background-position: center top;
    background-size: 720px auto;
  }

  .cic-hero::after {
    height: 520px;
    background-size: 2400px auto;
  }

  .cic-hero__inner {
    padding: 0 20px;
  }

  .cic-hero__title {
    margin-bottom: 74px;
  }

  .cic-hero__title-main {
    font-size: 32px;
  }

  .cic-hero__title-sub {
    font-size: 16px;
  }

  .cic-hero__copy {
    gap: 16px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .cic-hero__copy br {
    display: none;
  }

  .cic-hero__message {
    font-size: 25px;
    line-height: 1.55;
  }

  .cic-hero__media {
    display: none;
  }

  .cic-hero__media img {
    bottom: 8px;
    width: 1580px;
    opacity: 0.55;
  }

  .cic-layout {
    background: var(--cic-mist);
  }

  .cic-layout__inner {
    width: 100%;
  }

  .cic-section {
    padding: 92px 0 132px;
  }

  .cic-section > * {
    width: auto;
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }

  .cic-section--tone {
    background: var(--cic-mist);
  }

  .cic-section::before,
  .cic-section::after {
    background-size: 2400px auto;
  }

  .cic-section::before {
    height: 434px;
  }

  .cic-section::after {
    height: 520px;
  }

  .cic-section__label {
    margin-bottom: 12px;
    font-size: 20px;
    text-align: center;
  }

  .cic-section__label::before {
    width: 24px;
  }

  .cic-section__title {
    font-size: 32px;
    text-align: center;
  }

  .cic-section__body {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2;
  }

  .cic-section__lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2;
  }

  .cic-br-pc {
    display: none;
  }

  .cic-point-list,
  .cic-name-list {
    margin-top: 26px;
  }

  .cic-point-list li,
  .cic-name-list li {
    padding: 16px 18px;
    font-size: 20px;
    font-weight: bold;
  }

  .cic-project {
    padding: 22px 18px;
  }

  .cic-project__list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cic-qr-link {
    align-items: center;
    gap: 14px;
    padding: 14px;
    font-size: 14px;
  }

  .cic-qr-link img {
    width: 66px;
    height: 66px;
  }

  .cic-contact-card {
    width: auto;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .cic-contact-card__title {
    font-size: 16px;
    text-align: center;
  }

  .cic-contact-card .button {
    width: 100%;
    min-width: 0;
  }

  .cic-sponsor {
    padding: 92px 0 132px;
  }

  .cic-sponsor::before {
    height: 434px;
    background-size: 2400px auto;
  }

  .cic-sponsor::after {
    height: 520px;
    background-size: 2400px auto;
  }

  .cic-sponsor__inner {
    width: auto;
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }

  .cic-sponsor__title {
    font-size: 28px;
  }

  .cic-sponsor__thanks {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
  }

  .cic-sponsor__list {
    display: grid;
    gap: 8px;
  }

  .cic-sponsor__list li {
    border-radius: 10px;
    font-size: 13px;
  }

  .cic-footer {
    padding-top: 52px;
  }

  .cic-footer__inner {
    padding: 0 16px;
  }

  .cic-footer__contact {
    flex-direction: column;
    gap: 16px;
  }

  .cic-footer__contact .button {
    width: 100%;
    max-width: 320px;
  }
}

@media screen and (max-width: 420px) {
  .cic-hero {
    min-height: 760px;
    padding-top: 80px;
    background-size: 650px auto;
  }

  .cic-hero__media img {
    left: 48%;
  }

  .cic-hero__message {
    font-size: 23px;
  }
}
