@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon/icomoon.eot?v9jrfj");
  src: url("/assets/fonts/icomoon/icomoon.eot?v9jrfj#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon/icomoon.ttf?v9jrfj") format("truetype"), url("/assets/fonts/icomoon/icomoon.woff?v9jrfj") format("woff"), url("/assets/fonts/icomoon/icomoon.svg?v9jrfj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external-link:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-x:before {
  content: "\e902";
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("/assets/fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("/assets/fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("/assets/fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("/assets/fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("/assets/fonts/ShipporiMincho-Bold.woff2") format("woff2"), url("/assets/fonts/ShipporiMincho-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*---------------------
color
---------------------*/
header {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}
header a {
  text-decoration: none;
}

/* .heroを過ぎたら */
.scrolled .sns-icon {
  color: #2b71b9;
}

.sns-icon {
  color: #2b71b9;
  font-size: 2.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sns-icon:hover {
  color: #65b4e2;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.hero {
  overflow: hidden;
  height: 95vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 15px;
  position: relative;
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 95vh;
  background: url(/assets/img/top/2675514-hd_1920_1080_24fps.mp4) no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent));
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.5;
}
.hero picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80vh;
  padding: 20px 15px;
}
.hero img {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .hero picture {
    height: 75vh;
  }
  .hero img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
  }
}

#video {
  position: absolute;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent));
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  z-index: 1;
  opacity: 0.3;
}

.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 300px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #2b71b9;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 999;
}
.scroll::after {
  content: "";
  height: 100px;
  width: 1px;
  position: absolute;
  left: 45%;
  bottom: 0px;
  background-color: #2b71b9;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.drop {
  width: 100px;
  height: 332.5px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.drop::before {
  content: "";
  width: 100px;
  height: 332.5px;
  background: url(/assets/img/drop.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0.5;
}

.water-surface {
  position: relative;
}
.water-surface::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: url(/assets/img/top/water.jpg) no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.1;
}

.concept-phrase {
  font-size: 5.8rem;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .concept-phrase {
    font-size: 4.2rem;
  }
}

.teaser-title,
.teaser-message {
  font-size: 2.1rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .teaser-title,
  .teaser-message {
    font-size: 1.8rem;
  }
}

p {
  line-height: 2;
}

.section-title__en {
  font-size: 4.2rem;
  font-weight: 700;
}

.section-title {
  font-size: 1.8rem;
}

.sub-title__wrapper {
  padding: 10px 0 10px 20px;
  border-left: solid 2px #333;
}

.sub-title__en {
  font-size: 2.4rem;
  font-weight: 700;
}

.sub-title {
  font-size: 1.5rem;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-info {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .text-info {
    font-size: 2.1rem;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #333;
  text-decoration: none;
  border-bottom: solid 1px;
  padding: 20px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.news-item:first-of-type {
  border-top: solid 1px;
}
.news-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: rgba(101, 180, 226, 0.1);
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.news-item::after {
  content: "\e903";
  font-family: "icomoon" !important;
  font-size: 2.4rem;
}
.news-item:hover::before {
  width: 100%;
}
.news-item dl {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-item dt {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .news-item dt {
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .news-item dt {
    padding-right: 15px;
  }
}
.news-item dd {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.insta-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.insta-wrapper span {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: #eee;
}
.insta-wrapper span:nth-child(even) {
  background: #fff;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  overflow: hidden;
}
.table th,
.table td {
  padding: 30px 10px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  border-bottom: solid 1px #888;
}
.table th {
  font-weight: 600;
  width: 180px;
}
@media (max-width: 768px) {
  .table th,
  .table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table th {
    border-bottom: none;
    padding: 15px 10px 0;
  }
  .table td {
    padding: 10px 10px 15px;
  }
}

video {
  mix-blend-mode: multiply;
}

#video-fish {
  position: absolute;
  top: -2%;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 60%;
  height: auto;
  mix-blend-mode: multiply;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%), linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%), linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-composite: intersect;
  mask-composite: intersect;
  z-index: -1;
}
@media (min-width: 769px) {
  #video-fish {
    width: 30%;
  }
}

.rendering {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media (min-width: 769px) {
  .rendering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rendering img {
    width: 48%;
  }
}

@media (min-width: 769px) {
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-left h4 {
  font-size: 1.8rem;
}

.footer-right {
  display: -ms-grid;
  display: grid;
  place-items: center;
  gap: 20px;
}
@media (min-width: 769px) {
  .footer-right {
    place-content: end;
    place-items: end;
  }
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-list dt,
.contact-list dd {
  padding: 5px 15px;
}
.contact-list dt {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 80px;
  border: solid 1px;
}
.contact-list a {
  color: #333;
  text-decoration: none;
}
@media (min-width: 769px) {
  .contact-list .tel {
    pointer-events: none;
  }
}
/*# sourceMappingURL=teaser.css.map */