@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap';
#mascot img {
  display: block;
  max-width: 100%;
  height: auto;
}
#mascot a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  #mascot .onlySp {
    display: none;
  }
}
#mascot .onlyPc {
  display: none;
}
@media (min-width: 768px) {
  #mascot .onlyPc {
    display: block;
  }
}
#mascot .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
#mascot .nav {
  position: sticky;
  top: 0;
  z-index: 24;
  background-color: #fff;
}
#mascot .nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 830px;
  padding: 10px 24px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  #mascot .nav__inner {
    padding: 14px;
  }
}
#mascot .nav__title {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(34, 108, 231);
}
@media (min-width: 768px) {
  #mascot .nav__title {
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
  }
}
#mascot .nav__list {
  display: flex;
  flex-shrink: 0;
}
#mascot .nav__listItem {
  list-style-type: none;
}
#mascot .nav__listItem:not(:first-of-type) {
  border-left: 1px solid rgb(34, 108, 231);
}
#mascot .nav__link {
  display: block;
  padding: 0 4px;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 700;
  color: rgb(34, 108, 231);
}
@media (min-width: 768px) {
  #mascot .nav__link {
    padding: 0 40px;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
  }
}
#mascot .hero {
  position: relative;
}
#mascot .hero__img {
  width: 100%;
  height: auto;
}
#mascot .introduction {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #mascot .introduction {
    padding: 60px 1rem 0;
  }
}
#mascot .introduction__container {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
}
#mascot .introduction__text {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
#mascot .helloWorld {
  position: fixed;
  bottom: 50%;
  left: 0;
  z-index: -2;
  width: 100%;
  line-height: 1;
  color: #f4f8ff;
  text-align: center;
  white-space: pre;
  transform: translateY(50%);
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #mascot .helloWorld {
    white-space: nowrap;
    transform: translateY(50%);
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  #mascot .helloWorld {
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
  }
}
#mascot .profile {
  padding-top: 40px;
}
#mascot .profile__container {
  max-width: 800px;
  margin-inline: auto;
}
#mascot .profile__header {
  text-align: center;
}
#mascot .profile__subtitle {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 700;
  color: #f03;
}
#mascot .profile__title {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 5px;
  font-weight: 700;
  line-height: 1;
  color: #226ce7;
}
#mascot .profile__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  padding: 0 1em;
  padding-top: 45px;
}
@media (min-width: 768px) {
  #mascot .profile__content {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    padding: 0;
  }
}
#mascot .profile__image-container {
  display: flex;
  justify-content: center;
  width: 200px;
}
@media (min-width: 768px) {
  #mascot .profile__image-container {
    width: 304px;
  }
}
#mascot .profile__image {
  position: relative;
}
#mascot .profile__image img {
  width: 100%;
  height: auto;
}
#mascot .profile__text {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #mascot .profile__text {
    width: 50%;
    padding-top: 22px;
    text-align: left;
  }
}
#mascot .profile__description {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.4;
}
#mascot .profile__details {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
}
#mascot .profile__specs {
  padding: 0 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #mascot .profile__specs {
    padding: 0;
  }
}
#mascot .profile__specs-container {
  padding: 32px;
  margin: 0 auto;
  background-color: #edf3ff;
  border-radius: 40px;
}
@media (min-width: 768px) {
  #mascot .profile__specs-container {
    padding: 56px;
    border-radius: 80px;
  }
}
#mascot .profile__specs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media (min-width: 768px) {
  #mascot .profile__specs-grid {
    gap: 56px;
  }
}
#mascot .profile__spec-item {
  text-align: center;
}
#mascot .profile__spec-item:last-child {
  grid-column: span 2;
}
@media (min-width: 768px) {
  #mascot .profile__spec-item:last-child {
    grid-column: span 1;
  }
}
#mascot .profile__spec-label {
  font-size: 14px;
  font-weight: 600;
  color: #226ce7;
}
@media (min-width: 768px) {
  #mascot .profile__spec-label {
    font-size: 16px;
  }
}
#mascot .profile__spec-value {
  margin-top: 4px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #mascot .profile__spec-value {
    font-size: 24px;
  }
}
#mascot .character-visual {
  padding-top: 92px;
}
@media (min-width: 768px) {
  #mascot .character-visual {
    padding-top: 170px;
  }
}
#mascot .character-visual__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px 40px;
  background-color: #226ce7;
}
@media (min-width: 768px) {
  #mascot .character-visual__inner {
    padding: 0 0 120px;
  }
}
#mascot .character-visual__inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 375px;
  height: 375px;
  content: "";
  background-color: #226ce7;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-52px);
}
@media (min-width: 768px) {
  #mascot .character-visual__inner::before {
    width: 412px;
    height: 412px;
    transform: translateX(-50%) translateY(-58px);
  }
}
#mascot .character-visual__heading {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  transform: translateY(-25px);
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #mascot .character-visual__heading {
    transform: translateY(-5px);
  }
}
#mascot .character-visual__headingEn {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
#mascot .character-visual__gallery {
  max-width: 800px;
  padding: 56px;
  margin-inline: auto;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 40px;
}
@media (min-width: 768px) {
  #mascot .character-visual__gallery {
    padding: 56px;
    margin-top: 55px;
    border-radius: 80px;
  }
}
#mascot .character-visual__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #mascot .character-visual__grid {
    flex-direction: row;
  }
}
#mascot .character-visual__grid--main {
  gap: 20px;
}
@media (min-width: 768px) {
  #mascot .character-visual__grid--main {
    gap: 60px;
    padding: 0 57px;
  }
}
#mascot .character-visual__grid--sub {
  flex-flow: row wrap;
  gap: 12px 18px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  #mascot .character-visual__grid--sub {
    flex-flow: row nowrap;
    gap: 40px;
    padding: 0 60px;
    margin-top: 32px;
  }
}
#mascot .character-visual__item {
  width: 88px;
  list-style-type: none;
}
@media (min-width: 768px) {
  #mascot .character-visual__item {
    width: auto;
    flex: 1;
  }
}
#mascot .character-visual__imageItem {
  width: 100%;
  height: 100%;
}
#mascot .guidelines {
  padding: 4rem 1rem;
  background-color: #226ce7;
}
#mascot .guidelines__container {
  max-width: 64rem;
  margin: 0 auto;
}
#mascot .guidelines__header {
  margin-bottom: 3rem;
  text-align: center;
}
#mascot .guidelines__subtitle {
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#mascot .guidelines__title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
#mascot .guidelines__content {
  padding: 2rem;
  background-color: #fff;
  border-radius: 40px;
}
@media (min-width: 768px) {
  #mascot .guidelines__content {
    padding: 3rem;
  }
}
#mascot .guidelines__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#mascot .guidelines__item-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f2937;
}
#mascot .guidelines__item-text {
  line-height: 1.6;
  color: #374151;
}
#mascot .guidelines__item-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  line-height: 1.6;
  color: #374151;
  list-style: none;
}
#mascot .application {
  position: relative;
  padding: 4rem 1rem;
  overflow: hidden;
  background-color: #226ce7;
}
#mascot .application__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#mascot .application__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mascot .application__container {
  position: relative;
  z-index: 10;
  max-width: 64rem;
  margin: 0 auto;
}
#mascot .application__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}
#mascot .application__title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
#mascot .application__text {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
#mascot .application__highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
#mascot .application__highlight-line {
  width: 24px;
  height: 4px;
  background-color: #fff;
  border-radius: 8px;
}
#mascot .application__highlight-line--left {
  transform: rotate(55deg);
}
#mascot .application__highlight-line--right {
  transform: rotate(-55deg);
}
#mascot .application__highlight-text {
  margin: 0 1rem;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
#mascot .application__button-container {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
}
#mascot .application__button {
  display: inline-block;
  width: 420px;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #f03;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
@media (min-width: 768px) {
  #mascot .application__button {
    font-size: 1.25rem;
  }
}
#mascot .application__button:hover {
  background-color: #e60030;
}
#mascot .application__button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
footer {
  background-color: #fff;
}
main {
  padding: 0;
  overflow: unset;
}
#wrapper {
  overflow-x: unset;
}
.contents-wrapper {
  margin: 0 auto;
}
#contact-box {
  margin-top: 0;
}