@charset "UTF-8";
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2em;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #3e3f46;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 2em;
  }
}
body:before {
  content: "";
  width: 800px;
  height: 4000px;
  transform: rotate(60deg);
  position: fixed;
  left: -30vw;
  top: -1000px;
  display: block;
  background: #f2f2f2;
  z-index: -1;
  animation: fuwafuwa-b 12s ease 0s infinite;
}
@media screen and (max-width: 768px) {
  body:before {
    top: -1450px;
    width: 400px;
  }
}

small {
  font-size: 14px;
  line-height: 2em;
  display: inline-block;
}

img,
object {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 1em;
}

a:link, a:visited {
  text-decoration: none;
  color: #e87100;
}
a:hover, a:active {
  text-decoration: underline;
  color: #ff5900;
}

.header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 10px 20px;
  }
}
.header__logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 90%;
    padding-top: 10px;
  }
}
.header__logo--s {
  width: 324px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo--s {
    width: 120px;
    height: auto;
    padding-top: 0;
  }
}
.header__nav {
  width: 100%;
  position: fixed;
  padding: 0 40px;
  top: 20px;
  left: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .header__nav {
    padding: 0 20px;
    top: 20px;
  }
}
.header__nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.header__nav-item:not(:first-child):before {
  content: "";
  width: 1px;
  height: 36px;
  background: #999991;
  display: block;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .header__nav-item:not(:first-child):before {
    margin: 0 20px;
    display: none;
  }
}
.header__nav-item a {
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .header__nav-item--oi {
    display: none;
  }
}
.header__nav-item--oi.current a:link, .header__nav-item--oi.current a:visited {
  color: #e87100;
}
.header__nav-item--oi a {
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .header__nav-item--oi a {
    font-size: 16px;
    line-height: 1em;
  }
}
.header__nav-item--oi a:link, .header__nav-item--oi a:visited {
  color: #3e3f46;
  text-decoration: none;
}
.header__nav-item--oi a:hover, .header__nav-item--oi a:active {
  color: #e87100;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header__nav-item--contest {
    display: none;
  }
}
.header__nav-item--contest.current a:link, .header__nav-item--contest.current a:visited {
  color: #e87100;
}
.header__nav-item--contest a {
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .header__nav-item--contest a {
    font-size: 16px;
    line-height: 1em;
  }
}
.header__nav-item--contest a:link, .header__nav-item--contest a:visited {
  color: #3e3f46;
  text-decoration: none;
}
.header__nav-item--contest a:hover, .header__nav-item--contest a:active {
  color: #e87100;
  text-decoration: none;
}
.header__nav-item--contact {
  right: 100px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header__nav-item--contact {
    display: none;
  }
}
.header__nav-item--contact.current a:link, .header__nav-item--contact.current a:visited {
  color: #e87100;
}
.header__nav-item--contact a {
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .header__nav-item--contact a {
    font-size: 16px;
    line-height: 1em;
  }
}
.header__nav-item--contact a:link, .header__nav-item--contact a:visited {
  color: #3e3f46;
  text-decoration: none;
}
.header__nav-item--contact a:hover, .header__nav-item--contact a:active {
  color: #e87100;
  text-decoration: none;
}
.header__nav-item--menu {
  display: none;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__nav-item--menu {
    display: inherit;
  }
}
.header__nav-item--menu:after {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 4px;
  display: block;
  background: #000;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
}
.header__nav-item--menu span {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: relative;
  cursor: pointer;
}
.header__nav-item--menu span:before {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 4px;
  display: block;
  background: #000;
  position: absolute;
  right: 0;
  top: 4px;
}
.header__nav-item--menu span:after {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 4px;
  display: block;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.header__nav-item--menu.active:after {
  background: #fff;
  display: none;
}
.header__nav-item--menu.active span:before {
  background: #fff;
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
.header__nav-item--menu.active span:after {
  background: #fff;
  bottom: auto;
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}

.drawer {
  z-index: 1;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 50vw;
  min-width: 660px;
  height: 100vh;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(calc(100% + 40px));
  transition: transform 0.3s;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 768px) {
  .drawer {
    width: 100%;
    min-width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .drawer.active {
    transform: translateX(0);
  }
}
.drawer ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  list-style: none;
  width: 100%;
}
.drawer__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.drawer__item-en {
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 1em;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .drawer__item-en {
    font-size: 28px;
    line-height: 1em;
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}
.drawer__item-jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  display: block;
}
@media screen and (max-width: 768px) {
  .drawer__item-jp {
    width: 100%;
  }
}
.drawer__item.active a:link, .drawer__item.active a:visited {
  color: #e87100;
}
.drawer__item.active a:hover, .drawer__item.active a:active {
  color: #e87100;
}
.drawer__item a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 70px 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .drawer__item a {
    padding: 30px 50px 30px 10px;
  }
}
.drawer__item a:link, .drawer__item a:visited {
  text-decoration: none;
  color: #fff;
}
.drawer__item a:hover, .drawer__item a:active {
  text-decoration: none;
  color: #fff;
}
.drawer__item a:hover:before, .drawer__item a:active:before {
  background: #ff5900;
}
.drawer__item a:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
  background: #e87100;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .drawer__item a:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
.drawer__item a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 25px;
  top: calc(50% - 8px);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .drawer__item a:after {
    width: 10px;
    height: 10px;
    right: 18px;
    top: calc(50% - 5px);
  }
}

.kv {
  position: relative;
  padding-top: 140px;
  margin: 0 0 120px;
}
.kv .finished {
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-color: #feda14;
  border-radius: 0.25rem;
  padding: 1rem 4rem;
  margin: 0 auto;
  color: #fff;
  background-color: #55666a;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  margin: 0 auto 60px;
  font-size: 1.25rem;
  text-underline-offset: 0.35rem;
}
@media screen and (max-width: 768px) {
  .kv .finished {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .kv .finished {
    width: calc(100% - 40px);
    padding: 1rem 0;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding-top: 10px;
    margin-bottom: 80px;
  }
}
.kv__marquee {
  margin: 0 0 60px;
  text-align: center;
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv__marquee {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
.kv__marquee-wrap {
  display: flex;
  width: 100vw;
}
.kv__marquee-item {
  flex: 0 0 auto;
  font-size: 180px;
  line-height: 1.3em;
  color: rgba(62, 63, 70, 0.9);
  white-space: nowrap;
  padding-right: 25px;
  padding-left: 25px;
  text-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
}
.kv__marquee-item:nth-child(odd) {
  animation: loop-a 100s -50s linear infinite;
}
.kv__marquee-item:nth-child(even) {
  animation: loop-b 100s linear infinite;
}
@media screen and (max-width: 768px) {
  .kv__marquee-item {
    font-size: 80px;
    line-height: 1.3em;
  }
}
.kv__title {
  text-align: center;
  font-size: 50px;
  line-height: 1.6em;
  margin: 0 0 60px;
}
@media screen and (max-width: 1200px) {
  .kv__title {
    font-size: 32px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 18px;
    line-height: 1.6em;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.kv__title span {
  font-weight: normal;
}
.kv__title strong {
  display: inline-block;
  background: #e87100;
  padding: 0 20px;
  margin-right: 6px;
  line-height: 1.4em;
  color: #fff;
  background: linear-gradient(to right, #0f90d1 40%, #e87100 60%);
  background-size: 140% 140%;
  animation: gradient-a 5s ease infinite;
}
@media screen and (max-width: 768px) {
  .kv__title strong {
    padding: 0 5px;
    font-size: 20px;
    line-height: 1.4em;
  }
}
.kv__desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv__desc {
    padding: 0 20px;
  }
}
.kv__image {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .kv__image {
    padding: 0 20px;
    transform: translateY(-40px);
  }
}
.kv__image > div {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  position: relative;
}
.kv__image-01, .kv__image-02 {
  max-width: 324px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .kv__image-01, .kv__image-02 {
    margin-right: 10px;
  }
}
.kv__image-01 {
  top: -100px;
  animation: fuwafuwa-a 15s ease-in-out 0s infinite;
  animation-timing-function: cubic-bezier(0.15, 0.6, 0.47, 0.84);
}
@media screen and (max-width: 768px) {
  .kv__image-01 {
    top: -20px;
  }
}
.kv__image-02 {
  animation: fuwafuwa-a2 16s ease-in-out 0s infinite;
  animation-timing-function: cubic-bezier(0.15, 0.6, 0.47, 0.84);
}
.kv__image-03 {
  max-width: 496px;
  top: -160px;
  animation: fuwafuwa-a 17s ease-in-out 0s infinite;
  animation-timing-function: cubic-bezier(0.15, 0.6, 0.47, 0.84);
}
@media screen and (max-width: 768px) {
  .kv__image-03 {
    top: -40px;
  }
}

@keyframes loop-a {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-b {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes gradient-a {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-b {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes fuwafuwa-a {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-a2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-b {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 4%;
  }
  100% {
    margin-top: 0;
  }
}
.card {
  width: 100%;
  margin: 0 0 220px;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .card {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
.card__item {
  width: calc(50% - 20px);
  max-width: 658px;
  min-height: 658px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 60px 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
  transition: transform 10s, box-shadow 4s;
}
.card__item .finished {
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-color: #feda14;
  border-radius: 0.25rem;
  padding: 1rem 4rem;
  margin: 0 auto;
  color: #fff;
  background-color: #55666a;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  color: #36626d;
  background-color: #fff;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .card__item .finished {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .card__item .finished {
    width: 100%;
    padding: 1rem 0;
    margin: 0 0 20px;
  }
}
.card__item:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background: linear-gradient(to bottom, #0f90d1 20%, #e87100 80%);
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .card__item {
    width: calc(50% - 10px);
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .card__item {
    width: 100%;
    min-height: 0;
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .card__item:hover:after {
    opacity: 0.6;
  }
}
.card__item:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 1100px) {
  .card__item:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .card__item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.card__item--oi {
  background-image: url(../img/card_item-oi.jpg);
}
.card__item--c {
  background-image: url(../img/card_item-c.jpg);
  top: 100px;
}
@media screen and (max-width: 768px) {
  .card__item--c {
    top: 0;
  }
}
.card__item-catch {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
  color: #feda14;
  margin: 0 auto 20px;
}
.card__item-title {
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  line-height: 1em;
  margin: 0 0 40px;
}
@media screen and (max-width: 1100px) {
  .card__item-title {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 20px;
  }
}
.card__item-title span {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
  display: block;
  margin-top: 10px;
  text-indent: 0.2em;
}
.card__item-subtitle {
  font-size: 28px;
  line-height: 1.5em;
  margin: 0 0 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .card__item-subtitle {
    margin-bottom: 20px;
  }
  .card__item-subtitle br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .card__item-subtitle {
    font-size: 18px;
    line-height: 1.5em;
  }
  .card__item-subtitle br {
    display: inherit;
  }
}
.card__item-desc {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .card__item-desc {
    margin-bottom: 20px;
  }
}
.card__item-btn {
  position: relative;
  z-index: 2;
}
.card__item-btn a {
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.5em;
  display: inline-block;
  padding-right: 70px;
  position: relative;
}
.card__item-btn a:link, .card__item-btn a:visited {
  color: #fff;
  text-decoration: none;
}
.card__item-btn a:hover, .card__item-btn a:active {
  color: #fff;
  text-decoration: none;
}
.card__item-btn a:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
  background: #e87100;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .card__item-btn a:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
.card__item-btn a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 25px;
  top: calc(50% - 8px);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .card__item-btn a:after {
    width: 10px;
    height: 10px;
    right: 18px;
    top: calc(50% - 5px);
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

.footer {
  width: 100%;
}
.footer__contact {
  max-width: 668px;
  position: relative;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.footer__contact-item {
  background: linear-gradient(to bottom, #0f90d1 20%, #e87100 80%);
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 60px 40px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  background-size: 140% 140%;
  animation: gradient-b 5s ease infinite;
  position: relative;
  transition: transform 10s, box-shadow 4s;
}
@media screen and (min-width: 768px) {
  .footer__contact-item:hover {
    transform: translateY(-40px);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  }
}
.footer__contact-item:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/footer_contact-item-bg.png) no-repeat left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer__contact-item {
    padding: 60px 40px;
    border-radius: 0;
  }
}
.footer__contact-item-title {
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  line-height: 1em;
  margin: auto 0 40px;
}
@media screen and (max-width: 1100px) {
  .footer__contact-item-title {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 20px;
  }
}
.footer__contact-item-title a {
  display: block;
  position: relative;
}
.footer__contact-item-title a:link, .footer__contact-item-title a:visited {
  color: #fff;
  text-decoration: none;
}
.footer__contact-item-title a:hover, .footer__contact-item-title a:active {
  color: #fff;
  text-decoration: none;
}
.footer__contact-item-title a:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .footer__contact-item-title a:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
.footer__contact-item-title a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 25px;
  top: calc(50% - 8px);
  border-right: 1px solid #e87100;
  border-top: 1px solid #e87100;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .footer__contact-item-title a:after {
    width: 10px;
    height: 10px;
    right: 18px;
    top: calc(50% - 5px);
  }
}
.footer__contact-item-subtitle {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .footer__contact-item-subtitle {
    margin-bottom: 20px;
  }
}
.footer__contact-item-desc p {
  text-indent: -1em;
  padding-left: 1em;
}
.footer__contact-img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__contact-img {
    display: none;
  }
}
.footer__contact-img--01, .footer__contact-img--02 {
  max-width: 152px;
}
.footer__contact-img--01 {
  top: 20px;
  right: calc(100% + 192px);
  animation: fuwafuwa-a 6s ease 0s infinite;
}
.footer__contact-img--02 {
  top: -20px;
  right: calc(100% + 20px);
  animation: fuwafuwa-a 10s ease 0s infinite;
}
.footer__contact-img--03 {
  max-width: 324px;
  top: 60px;
  left: calc(100% + 20px);
  animation: fuwafuwa-a 14s ease 0s infinite;
}
.footer__copyright {
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  padding: 20px;
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.main {
  margin: 0;
  padding: 100px 40px 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 20px 20px 120px;
  }
}
.main__title {
  font-size: 80px;
  line-height: 1em;
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 40px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .main__title {
    width: 100%;
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 20px;
  }
}
.main__title span {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 26px;
  line-height: 1em;
  display: block;
  margin-top: 10px;
  text-indent: 0.2em;
}
@media screen and (max-width: 768px) {
  .main__title span {
    font-size: 14px;
    line-height: 1em;
  }
}
.main__subtitle {
  font-size: 40px;
  line-height: 1.5em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 40px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .main__subtitle {
    width: 100%;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 40px;
  }
}
.main__subtitle span {
  font-weight: normal;
}
.main__image {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: calc(60% + 100px);
  top: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  overflow: hidden;
  width: 658px;
}
.main__image:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background: linear-gradient(to bottom, #0f90d1 20%, #e87100 80%);
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
  opacity: 0.5;
  transition: opacity 0.6s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main__image {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 20px;
  }
}
.main__desc {
  width: 60%;
  box-sizing: border-box;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  .main__desc {
    width: auto;
    padding-left: 0;
  }
}

.title {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 40px;
  }
}
.title__en {
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title__en {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 5px;
  }
}
.title__jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .title__jp {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.news {
  padding: 0 40px 120px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 0 20px 120px;
  }
}
.news .title {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .news .title {
    width: 100%;
  }
}
.news-list {
  width: calc(75% - 20px);
}
@media screen and (max-width: 768px) {
  .news-list {
    width: 100%;
  }
}

.news-list__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-list__item {
    border-top: 1px solid #d9d9ce;
    padding-top: 20px;
  }
}
.news-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list__item-date {
  width: 130px;
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .news-list__item-date {
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
  }
}
.news-list__item-title {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding-left: 40px;
  border-left: 1px solid #d9d9ce;
  cursor: pointer;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .news-list__item-title {
    border: none;
    width: 100%;
    padding-left: 0;
  }
}

.schedule {
  padding: 0 40px 120px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 0 20px 120px;
  }
}
.schedule__image {
  font-size: 0;
  line-height: 0;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .schedule__image {
    margin-bottom: 20px;
  }
}
.schedule__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .schedule__list {
    padding-left: 0;
  }
}
.schedule__list ul {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .schedule__list ul {
    width: 100%;
  }
}

.theme {
  padding: 0 40px 120px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .theme {
    padding: 0 20px 120px;
  }
}
.theme .title {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .theme .title {
    width: 100%;
  }
}
.theme-list {
  width: calc(75% - 20px);
}
@media screen and (max-width: 768px) {
  .theme-list {
    width: 100%;
  }
}
.theme-list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.theme-list__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .theme-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.theme-list__item-image {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 35%;
  margin-bottom: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .theme-list__item-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.theme-list__item-text {
  width: 100%;
  max-width: calc(65% - 40px);
}
@media screen and (max-width: 768px) {
  .theme-list__item-text {
    max-width: 100%;
  }
}
.theme-list__item-text dl dt {
  padding: 0;
  margin: 0;
  color: #e87100;
  font-size: 14px;
  line-height: 1.5em;
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .theme-list__item-text dl dt {
    font-size: 12px;
    line-height: 1.5em;
  }
}
.theme-list__item-text dl dt:first-child + dd {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .theme-list__item-text dl dt:first-child + dd {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.theme-list__item-text dl dd {
  padding: 0;
  margin: 0;
}
.theme-list__item-text dl dd:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .theme-list__item-text dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
}
.theme-list__item-title {
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .theme-list__item-title {
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
}

.theme-new {
  padding: 0 40px 120px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .theme-new {
    padding: 0 20px 120px;
  }
}
.theme-new-list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.theme-new-list__item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .theme-new-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.theme-new-list__item-image {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 45%;
  margin-bottom: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .theme-new-list__item-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.theme-new-list__item-image img {
  width: 50%;
}
.theme-new-list__item-text {
  width: 100%;
  max-width: calc(55% - 40px);
}
@media screen and (max-width: 768px) {
  .theme-new-list__item-text {
    max-width: 100%;
  }
}
.theme-new-list__item-text dl dt {
  padding: 0;
  margin: 0;
  color: #e87100;
  font-size: 14px;
  line-height: 1.5em;
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .theme-new-list__item-text dl dt {
    font-size: 12px;
    line-height: 1.5em;
  }
}
.theme-new-list__item-text dl dt:first-child + dd {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .theme-new-list__item-text dl dt:first-child + dd {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.theme-new-list__item-text dl dd {
  padding: 0;
  margin: 0;
}
.theme-new-list__item-text dl dd:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .theme-new-list__item-text dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
}
.theme-new-list__item-title {
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .theme-new-list__item-title {
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
}

.benefit {
  padding: 0 40px 120px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .benefit {
    padding: 0 20px 120px;
  }
}

.list--square {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--square > li {
  text-indent: -0.5em;
  padding-left: 1.2em;
}
.list--square > li:before {
  content: "■";
  margin-right: 0.2em;
  display: inline-block;
}
.list--potch {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 1.5em;
}
.list--benefit {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list--benefit > li {
  width: calc(50% - 20px);
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list--benefit > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list--benefit > li:before {
  content: "";
  display: block;
  border-right: 1px solid #d9d9ce;
  margin-right: 40px;
  width: 150px;
  height: 100px;
  background-size: auto 76px;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .list--benefit > li:before {
    width: 100px;
    margin-right: 20px;
    background-size: auto 50px;
    background-position: left center;
  }
}
.list--benefit > li p {
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .list--benefit > li p {
    max-width: calc(100% - 120px);
  }
}
.list--benefit > li:nth-of-type(1):before {
  background-image: url(../img/benefit-01.png);
}
.list--benefit > li:nth-of-type(2):before {
  background-image: url(../img/benefit-02.png);
}
.list--benefit > li:nth-of-type(3):before {
  background-image: url(../img/benefit-03.png);
}
.list--benefit > li:nth-of-type(4):before {
  background-image: url(../img/benefit-04.png);
}
.list--benefit > li:nth-of-type(5):before {
  background-image: url(../img/benefit-05.png);
}
.list--benefit > li:nth-of-type(6):before {
  background-image: url(../img/benefit-06.png);
}
.list--benefit > li:nth-of-type(7):before {
  background-image: url(../img/benefit-07.png);
}
.list--line {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
}
.list--line:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .list--line:not(:last-child) {
    margin-bottom: 20px;
  }
}
.list--line > li {
  text-indent: -1em;
}
.list--line > li:before {
  content: "－";
  font-weight: bold;
}
.list--flow {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list--flow > li {
  width: calc(33.3% - 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list--flow > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  .list--flow > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.list--flow > li > div {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list--flow > li > div {
    width: 20%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .list--flow > li > p {
    width: calc(80% - 20px);
  }
}
.list--mentors {
  list-style: none;
  padding: 0;
  margin: 0 0 -60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .list--mentors {
    margin-bottom: -20px;
    padding-right: 0;
  }
}
.list--mentors:after {
  content: "";
  width: calc(33.3% - 40px);
  height: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .list--mentors:after {
    display: none;
  }
}
.list--mentors > li {
  width: calc(33.3% - 40px);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .list--mentors > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.list--mentors-image {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list--mentors-image {
    margin-bottom: 10px;
  }
}
.list--mentors-job {
  font-size: 12px;
  line-height: 1.5em;
  min-height: 55px;
}
@media screen and (max-width: 768px) {
  .list--mentors-job {
    font-size: 12px;
    line-height: 1.5em;
    min-height: 0;
  }
}
.list--mentors-name {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .list--mentors-name {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 1.5em;
  }
}
.list--logo {
  list-style: none;
  padding: 0;
  margin: 0 0 -20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list--logo:after {
  content: "";
  width: calc(33.3% - 70px);
  height: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .list--logo:after {
    display: none;
  }
}
.list--logo > li {
  width: calc(33.3% - 70px);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list--logo > li {
    width: calc(50% - 10px);
  }
}
.list--logo-s {
  list-style: none;
  padding: 0;
  margin: 0 0 -20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list--logo-s {
    justify-content: space-between;
  }
  .list--logo-s:after {
    content: "";
    display: block;
    width: calc(33.3% - 12px);
    height: 0;
  }
}
.list--logo-s > li {
  width: calc(14.2% - 17px);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list--logo-s > li {
    width: calc(33.3% - 12px);
  }
}
.list--logo-s > li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .list--logo-s > li:not(:last-child) {
    margin-right: 0;
  }
}

.apply {
  padding: 0 40px 120px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .apply {
    padding: 0 20px 120px;
  }
}
.apply .title {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .apply .title {
    width: 100%;
  }
}
.apply-table {
  width: calc(75% - 20px);
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .apply-table {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .apply-table tr {
    display: block;
  }
}
.apply-table tr th {
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d9d9ce;
  padding: 40px 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .apply-table tr th {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
  }
}
.apply-table tr td {
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d9d9ce;
  padding: 40px 0 40px 10px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .apply-table tr td {
    width: 100%;
    border-top: none;
    padding: 0 0 20px;
  }
}

.community {
  padding: 0 40px 120px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .community {
    padding: 0 20px 120px;
  }
}
.community .title {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .community .title {
    width: 100%;
  }
}
.community .list--mentors {
  width: calc(75% - 20px);
}
@media screen and (max-width: 768px) {
  .community .list--mentors {
    width: 100%;
  }
}
.community-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .community-table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .community-table tr {
    display: block;
  }
}
.community-table tr th {
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d9d9ce;
  padding: 40px 0;
  width: 20%;
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .community-table tr th {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
  }
}
.community-table tr td {
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d9d9ce;
  padding: 40px 0 40px 10px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .community-table tr td {
    width: 100%;
    display: block;
    padding: 0 0 20px;
    border-top: none;
  }
}

.faq {
  padding: 0 40px 120px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 0 20px 120px;
  }
}
.faq-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-list:after {
  content: "";
  display: block;
  width: calc(33.3% - 20px);
}
.faq-list__item {
  width: calc(33.3% - 20px);
}
@media screen and (max-width: 768px) {
  .faq-list__item {
    width: 100%;
    border-top: 1px solid #d9d9ce;
    padding-top: 20px;
  }
}
.faq-list__item-q {
  position: relative;
  padding: 0 0 0 57px;
  margin: 0 0 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 5em;
}
@media screen and (max-width: 768px) {
  .faq-list__item-q {
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
.faq-list__item-q:before {
  content: "Q";
  font-size: 60px;
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0f90d1;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .faq-list__item-q:before {
    font-size: 30px;
    top: 0;
  }
}
.faq-list__item-a {
  position: relative;
  padding: 0 0 0 57px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .faq-list__item-a {
    padding-left: 40px;
  }
}
.faq-list__item-a:before {
  content: "A";
  font-size: 60px;
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #e87100;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .faq-list__item-a:before {
    font-size: 30px;
    top: 0;
  }
}

.localnav {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .localnav {
    display: none;
  }
}
.localnav:after {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  background: #999991;
  display: block;
  position: absolute;
  right: 5px;
  top: 20px;
}
.localnav__item {
  text-align: right;
  margin: 40px 0 0;
  padding: 0;
  position: relative;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}
.localnav__item a {
  font-family: neusa-next-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  text-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  transition: font-size 0.3s;
}
.localnav__item a:link, .localnav__item a:visited {
  text-decoration: none;
  color: #999991;
}
.localnav__item a:hover, .localnav__item a:active {
  text-decoration: none;
  color: #e87100;
}
.localnav__item a:after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  right: 1px;
  top: calc(50% - 5px);
  background: #999991;
  border-radius: 50%;
  transition: transform 0.3s;
}
.localnav__item:first-child {
  margin-top: 0;
}
.localnav__item:first-child:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #999991;
  position: absolute;
  right: 0;
  bottom: 0;
}
.localnav__item:first-child a {
  padding-right: 0;
  font-size: 16px;
}
.localnav__item:first-child a:after {
  display: none;
}
.localnav__item.active a {
  font-size: 16px;
}
.localnav__item.active a:link, .localnav__item.active a:visited {
  color: #e87100;
}
.localnav__item.active a:after {
  transform: scale(1.6, 1.6);
  background: #e87100;
}

.awards {
  padding: 0 40px 120px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .awards {
    padding: 0 20px 120px;
  }
}
.awards-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.awards-list__item {
  width: calc(33.3% - 12px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 768px) {
  .awards-list__item {
    width: 100%;
    padding: 40px 20px;
  }
}
.awards-list__item:first-child {
  width: 100%;
  height: auto;
  margin: 0 0 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .awards-list__item:first-child {
    margin-bottom: 0;
  }
}
.awards-list__item:not(:first-child) {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .awards-list__item:not(:first-child) {
    margin-top: 20px;
  }
}
.awards-list__item-image {
  font-size: 0;
  line-height: 0;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 880px) {
  .awards-list__item-image {
    display: none;
  }
}
.awards-list__item-image--01 {
  top: 60px;
  right: 88%;
  width: calc(15% - 30px);
  animation: fuwafuwa-a 12s ease 0s infinite;
  animation-timing-function: cubic-bezier(0.15, 0.6, 0.47, 0.84);
}
@media screen and (max-width: 1100px) {
  .awards-list__item-image--01 {
    right: auto;
    left: -15px;
    top: 30px;
  }
}
.awards-list__item-image--02 {
  top: -40px;
  right: calc(52% + 300px);
  width: calc(15% - 30px);
  animation: fuwafuwa-a2 14s ease 0s infinite;
  animation-timing-function: cubic-bezier(0.15, 0.6, 0.47, 0.84);
}
@media screen and (max-width: 1100px) {
  .awards-list__item-image--02 {
    right: auto;
    left: 38px;
    top: -5px;
  }
}
.awards-list__item-image--03 {
  top: -30px;
  left: 75%;
  width: 25%;
  animation: fuwafuwa-a 16s ease 0s infinite;
  animation-timing-function: cubic-bezier(0.15, 0.6, 0.47, 0.84);
}
@media screen and (max-width: 1200px) {
  .awards-list__item-image--03 {
    left: 77%;
  }
}
@media screen and (max-width: 1100px) {
  .awards-list__item-image--03 {
    width: 20%;
    left: 85%;
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .awards-list__item-image--03 {
    left: 85%;
    top: -20px;
  }
}
.awards-list__item-subtitle {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .awards-list__item-subtitle {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
}
.awards-list__item-subtitle--main {
  width: 400px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .awards-list__item-subtitle--main {
    width: auto;
    margin-bottom: 5px;
  }
}
.awards-list__item-title {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .awards-list__item-title {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
}
.awards-list__item-title--main {
  margin: 0 auto 20px;
  font-size: 30px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .awards-list__item-title--main {
    width: auto;
    font-size: 20px;
    line-height: 1.6em;
  }
}
.awards-list__item-title--main strong {
  display: inline-block;
  background: #e87100;
  padding: 0 20px;
  line-height: 1.4em;
  color: #fff;
  background: linear-gradient(to right, #0f90d1 40%, #e87100 60%);
  animation: gradient-a 5s ease infinite;
  background-size: 140% 140%;
}
@media screen and (max-width: 768px) {
  .awards-list__item-title--main strong {
    line-height: 1.6em;
  }
}
.awards-list__item-desc {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .awards-list__item-desc {
    padding: 0 10px;
  }
}
.awards-list__item-desc--main {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .awards-list__item-desc--main {
    width: auto;
  }
}

.juries {
  padding: 0 40px 120px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .juries {
    padding: 0 20px 120px;
  }
}
.juries .title {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .juries .title {
    width: 100%;
  }
}
.juries .list--mentors {
  width: calc(75% - 20px);
}
@media screen and (max-width: 768px) {
  .juries .list--mentors {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .fade {
    transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
    opacity: 0;
  }
}
.fade.move-fix {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.move-v {
  transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
  opacity: 0;
  transform: translate(0, 20px);
}
.move-v.move-fix {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.move-v2 {
  transition: opacity 0.8s 0.3s, transform 0.8s 0.1s;
  opacity: 0;
  transform: translate(0, 20px);
  transition-delay: 0.5s;
}
.move-v2.move-fix {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.move-v3 {
  transition: opacity 0.8s 0.4s, transform 0.8s 0.1s;
  opacity: 0;
  transform: translate(0, 20px);
}
.move-v3.move-fix {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.move-v4 {
  transition: opacity 0.8s 0.6s, transform 0.8s 0.1s;
  opacity: 0;
  transform: translate(0, 20px);
}
.move-v4.move-fix {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media screen and (min-width: 769px) {
  .move-l {
    transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
    opacity: 0;
    transform: translate(20px, 0);
  }
}
.move-l.move-fix {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media screen and (min-width: 769px) {
  .move-r {
    transition: opacity 0.8s 0.1s, transform 0.8s 0.1s;
    opacity: 0;
    transform: translate(-20px, 0);
  }
}
.move-r.move-fix {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.caution {
  text-indent: -1em;
  padding-left: 1em;
}
.caution + .caution {
  margin-top: -1em;
}/*# sourceMappingURL=common.css.map */