@charset "UTF-8";
html {
  background: #000; }

body {
  line-height: 1.5em;
  margin: 0;
  overflow: visible;
  position: relative; }
  body.show {
    overflow: hidden; }

#header {
  background: #FFF;
  padding: 1.2em 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #header .inner.logo {
    width: 92px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #header .inner.logo img {
      vertical-align: baseline; }
  #header .nav {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0 2.5%; }
    #header .nav .sns ul {
      display: flex; }
      #header .nav .sns ul li {
        font-weight: 600;
        margin-right: 3em; }
        #header .nav .sns ul li a {
          opacity: 1;
          padding-left: 32px;
          padding-right: 22px;
          position: relative; }
          #header .nav .sns ul li a:hover {
            opacity: 0.4; }
          #header .nav .sns ul li a span {
            display: inline-block; }
          #header .nav .sns ul li a::after {
            background: url("../img/icon_link_bk.svg");
            background-size: cover;
            content: '';
            display: block;
            position: absolute;
            top: 4px;
            right: 0;
            width: 16px;
            height: 16px; }
        #header .nav .sns ul li.instagram a::before, #header .nav .sns ul li.note a::before {
          content: '';
          display: block;
          position: absolute; }
        #header .nav .sns ul li.instagram a::before {
          background: url("../img/icon_instagram_bk.svg");
          background-size: cover;
          top: 0;
          left: 0;
          width: 24px;
          height: 24px; }
        #header .nav .sns ul li.note a {
          padding-left: 28px; }
          #header .nav .sns ul li.note a::before {
            background: url("../img/icon_note_bk.svg");
            background-size: cover;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px; }
    #header .nav .contact {
      font-size: 13px; }
      #header .nav .contact a {
        background: #FFF;
        border: 1px solid #000;
        border-radius: 100vh;
        display: inline-block;
        padding: 0.4em 2em 0.25em; }
        #header .nav .contact a:hover {
          background: #000;
          color: #FFF; }

#footer {
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #footer .inner.logo {
    margin: 0 auto;
    width: 100%; }
    #footer .inner.logo ul {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1em 0 1em; }
      #footer .inner.logo ul li {
        margin: 0 0.5em; }
        #footer .inner.logo ul li.nagoya {
          width: 88px; }
        #footer .inner.logo ul li.aist {
          width: 104px; }
        #footer .inner.logo ul li.sip {
          width: 100px; }
        #footer .inner.logo ul li img {
          vertical-align: middle; }
  #footer .zero2one {
    position: absolute;
    bottom: 2em;
    right: 2.5%; }
    #footer .zero2one .inner {
      box-sizing: content-box;
      width: 160px;
      padding-right: 36px;
      position: relative; }
      #footer .zero2one .inner::after {
        background: url("../img/icon_link_bk.svg");
        background-size: cover;
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        right: 0;
        width: 24px;
        height: 24px; }

.main {
  position: relative;
  width: 100%;
  height: 100vh; }
  .main::before {
    background: url("../img/main_2025_2.jpg") 50% 50%;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10; }
  .main::after {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5; }
  .main .logoBox {
    background: #000;
    color: #FFF;
    padding: 1.5em 2em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .main .logoBox h2 {
      margin: 0 auto;
      width: 18.75vw; }
    .main .logoBox p {
      font-size: clamp(15px, 1.25vw, 28px);
      margin: 0 auto 1em; }
    .main .logoBox .sns {
      display: none; }
      .main .logoBox .sns ul li {
        font-weight: 500;
        line-height: 3em; }
        .main .logoBox .sns ul li a {
          padding-left: 36px;
          padding-right: 22px;
          position: relative; }
          .main .logoBox .sns ul li a span {
            display: inline-block; }
          .main .logoBox .sns ul li a::after {
            background: url("../img/icon_link_wh.svg");
            background-size: cover;
            content: '';
            display: block;
            position: absolute;
            top: 6px;
            right: 0;
            width: 14px;
            height: 14px; }
        .main .logoBox .sns ul li.instagram a::before, .main .logoBox .sns ul li.note a::before {
          content: '';
          display: block;
          position: absolute; }
        .main .logoBox .sns ul li.instagram a::before {
          background: url("../img/icon_instagram_wh.svg");
          background-size: cover;
          top: 0;
          left: 0;
          width: 24px;
          height: 24px; }
        .main .logoBox .sns ul li.note a {
          padding-left: 32px; }
          .main .logoBox .sns ul li.note a::before {
            background: url("../img/icon_note_wh.svg");
            background-size: cover;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px; }
  .main .txtBox {
    padding-top: 180px;
    padding-bottom: 160px; }
    .main .txtBox h2 {
      width: 36vw;
      margin: 0 auto 3em; }
    .main .txtBox p {
      width: 31vw;
      margin: 0 auto 6em; }
    .main .txtBox h3 {
      width: 35vw;
      margin: 0 auto; }
  .main .navBox {
    color: #FFF;
    display: none;
    text-align: center; }
    .main .navBox .sns ul li {
      font-weight: 500;
      line-height: 3em; }
      .main .navBox .sns ul li a {
        padding-left: 36px;
        padding-right: 22px;
        position: relative; }
        .main .navBox .sns ul li a span {
          display: inline-block; }
        .main .navBox .sns ul li a::after {
          background: url("../img/icon_link_wh.svg");
          background-size: cover;
          content: '';
          display: block;
          position: absolute;
          top: 6px;
          right: 0;
          width: 14px;
          height: 14px; }
      .main .navBox .sns ul li.instagram a::before, .main .navBox .sns ul li.note a::before {
        content: '';
        display: block;
        position: absolute; }
      .main .navBox .sns ul li.instagram a::before {
        background: url("../img/icon_instagram_wh.svg");
        background-size: cover;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px; }
      .main .navBox .sns ul li.note a {
        padding-left: 32px; }
        .main .navBox .sns ul li.note a::before {
          background: url("../img/icon_note_wh.svg");
          background-size: cover;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px; }
  .main .newsBox {
    position: fixed;
    bottom: 120px;
    left: 2.5%;
    width: 28vw; }
    .main .newsBox .news h3 {
      color: #FFF;
      font-size: 20px;
      margin-bottom: .75em;
      padding-left: 1.75em; }
    .main .newsBox .news .listBox {
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid #000;
      padding: 1em 2em; }
      .main .newsBox .news .listBox ul li {
        border-bottom: 1px solid #B5B5B5;
        margin-bottom: .75em;
        padding-bottom: .75em; }
        .main .newsBox .news .listBox ul li:last-child {
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        .main .newsBox .news .listBox ul li a {
          opacity: 1; }
          .main .newsBox .news .listBox ul li a:hover {
            opacity: .5; }
        .main .newsBox .news .listBox ul li .date {
          color: #61A9FD;
          display: block;
          font-size: 11px; }
        .main .newsBox .news .listBox ul li .txt {
          font-size: 13px;
          font-weight: 400; }
    .main .newsBox .news .btn {
      margin-top: 1em;
      text-align: center; }
      .main .newsBox .news .btn a {
        background: white;
        border: 1px solid #000;
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        padding: .35em 2em; }
        .main .newsBox .news .btn a::after {
          content: '→';
          margin-left: 0.25em; }
        .main .newsBox .news .btn a:hover {
          background: rgba(255, 255, 255, 0.5); }
    .main .newsBox .couponBox {
      color: #FFF;
      text-align: center; }
      .main .newsBox .couponBox .coupon {
        margin-bottom: 1.5em; }
        .main .newsBox .couponBox .coupon a {
          background: rgba(97, 169, 253, 0.95);
          border: 2px solid #FFF;
          border-radius: 100vh;
          box-sizing: border-box;
          display: block;
          font-size: 18px;
          line-height: 1.5em;
          margin: 0 auto;
          padding: 1em;
          width: 100%; }
          .main .newsBox .couponBox .coupon a:hover {
            background: rgba(97, 169, 253, 0.65); }
      .main .newsBox .couponBox h3 {
        font-size: 16px;
        margin-bottom: 1.5em; }
        .main .newsBox .couponBox h3 .small {
          font-size: 13px; }
      .main .newsBox .couponBox .txt {
        font-size: 13px;
        margin-bottom: 0.25em; }

#page {
  background: #F9F9F9; }

.news .content {
  background: #F9F9F9;
  padding: 160px 0; }
  .news .content .inner {
    max-width: 800px;
    margin: 0 auto; }
    .news .content .inner h2 {
      font-size: 20px;
      text-align: center;
      margin-bottom: 1.5em;
      position: relative; }
      .news .content .inner h2::after {
        background: #000;
        content: '';
        display: block;
        position: absolute;
        bottom: -1em;
        left: 50%;
        width: 32px;
        height: 3px;
        transform: translateX(-50%); }
    .news .content .inner .date {
      color: #61A9FD;
      display: block;
      font-size: 13px;
      margin-bottom: 0.5em; }
    .news .content .inner .txt {
      font-size: 15px;
      font-weight: 400; }
    .news .content .inner ul {
      margin-bottom: 2em; }
      .news .content .inner ul li {
        border-bottom: 1px solid #B5B5B5;
        padding: 1em; }
        .news .content .inner ul li:last-child {
          border: none; }
    .news .content .inner .back {
      font-size: 13px;
      font-weight: 400; }
      .news .content .inner .back a::before {
        content: '←';
        margin-right: 0.25em; }

.image {
  width: 100%;
  height: auto; }

.inner {
  box-sizing: border-box; }

.smp {
  display: none; }

.fadeIn {
  opacity: 0;
  transition: 1.2s; }
  .fadeIn.is-show {
    opacity: 1; }
  .fadeIn.delay1 {
    transition: 2.0s; }
