/*
Theme Name: wakuwakuwork_end
*/

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #333;
  background: #f8fbff;
  line-height: 1.7;
}

#container {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

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

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.header {
  padding: 26px 0;
  position: relative;
  z-index: 20;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 70, 120, 0.08);
}

.wrap_header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .logo {
  width: auto;
  margin: 0;
}

.logo img {
  max-height: 42px;
}

.main {
  background: url("images/common/main_bg.png") center no-repeat;
  background-size: cover;
  padding: 54px 0;
}

.main h2 {
  margin: 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #16324f;
}

.closed-notice {
  min-height: 45vh;
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #f5ede4 0%, #f8f3ed 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.closed-notice__inner {
  max-width: 940px;
  width: 92%;
  margin: 0 auto;
  padding: 58px 56px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ece4db;
  box-shadow: 0 16px 34px rgba(60, 40, 20, 0.14);
  text-align: center;
}

.closed-notice__meta {
  margin: 0 0 18px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #7e8da0;
}

.closed-notice__title {
  margin: 0 0 22px;
  color: #005dab;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.45;
}

.closed-notice__text {
  margin: 0;
  font-size: 2.6rem;
  line-height: 1.75;
  font-weight: 500;
}

.footer {
  padding: 46px 0 20px;
  background: url("images/common/footer_bg.png") center no-repeat;
  background-size: cover;
  text-align: center;
}

.footer_lead {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #005DAB;
  letter-spacing: 0.08em;
}

.footer .bnr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .bnr li {
  width: 15%;
  display: inline-block;
  margin-right: 1%;
}

.footer .bnr li:last-child {
  margin-right: 0;
}

.footer .sns {
  margin-top: 24px;
}

.footer .sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .sns li {
  width: 30px;
  display: inline-block;
  margin-right: 20px;
}

.footer .sns li:last-child {
  margin-right: 0;
}

.footer .organizer {
  margin-top: 34px;
  font-size: 1.5rem;
  line-height: 1.9;
}

.footer .privacy_link {
  margin-top: 24px;
  font-size: 1.4rem;
}

.footer .copy {
  margin-top: 10px;
  font-size: 1.4rem;
}

.footer a {
  color: #333;
}

@media (max-width: 1100px) {
  .wrap1000 {
    width: 92%;
  }

  .header .logo {
    width: auto;
  }
}

@media (max-width: 767px) {
  .wrap_header {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .main {
    padding: 26px 0;
  }

  .main h2 {
    font-size: 1.9rem;
  }

  .closed-notice {
    padding: 48px 0 56px;
  }

  .closed-notice__inner {
    padding: 32px 20px;
  }

  .closed-notice__meta {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .closed-notice__title {
    font-size: 2.9rem;
    line-height: 1.4;
  }

  .closed-notice__text {
    font-size: 1.9rem;
    line-height: 1.8;
  }

  .footer .bnr li {
    width: 31%;
    margin: 0 1% 8px;
  }

  .footer .bnr li:last-child {
    margin-right: 1%;
  }

  .footer .organizer {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .footer_lead {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }

  .footer .privacy_link,
  .footer .copy {
    font-size: 1.2rem;
  }
}

.footer .wrap1000,
.closed-notice__inner,
.main h2 {
  letter-spacing: 0.02em;
  text-align: center;
}

/* reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}