﻿header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 20px;
}
@media screen and (max-width: 1000px) {
  header {
    position: static;
    padding: 9px 0;
    background: #0b2663;
  }
}
header.fixed-0 {
  opacity: 0;
}
header.fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #0b2663;
  padding: 10px 0;
  opacity: 1;
  transition: 0.3s;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header h1 {
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  header h1 {
    line-height: 15px;
  }
}
header h1 strong {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  header h1 strong {
    font-size: 12px;
  }
}
header h1 span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  header h1 span {
    font-size: 10px;
  }
}
header h1 span small {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  header h1 span small {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  header nav {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 10;
    background: rgba(11, 38, 99, 0.9);
    padding: 15px 30px;
  }
}
header nav ul {
  display: flex;
  gap: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  header nav ul {
    flex-direction: column;
    gap: 26px;
    font-size: 12px;
  }
}
header .hamburger {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .hamburger {
    display: block;
    position: relative;
    width: 20px;
    height: 16px;
  }
  header .hamburger span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  header .hamburger span:nth-child(1) {
    top: 0;
  }
  header .hamburger span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%);
  }
  header .hamburger span:nth-child(3) {
    bottom: 0;
  }
  header .hamburger.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  header .hamburger.active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.page-kv {
  position: relative;
  aspect-ratio: 4/1;
}
.page-kv::after {
  content: none;
}
@media screen and (max-width: 1000px) {
  .page-kv {
    aspect-ratio: 5/2;
  }
}
.page-kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-kv .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 48px;
  width: max-content;
}
@media screen and (max-width: 1000px) {
  .page-kv .text {
    line-height: 30px;
  }
}
.page-kv .text h1 {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  .page-kv .text h1 {
    font-size: 24px;
  }
}
.page-kv .text h2 {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .page-kv .text h2 {
    font-size: 14px;
  }
}
.page-topics .topics .topics-list {
  gap: 40px;
}
.page-topics .topic-detail h2 {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .page-topics .topic-detail h2 {
    font-size: 18px;
  }
}
.page-topics .topic-detail .info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
}
@media screen and (max-width: 1000px) {
  .page-topics .topic-detail .info {
    gap: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .page-topics .topic-detail .info .date {
    font-size: 12px;
  }
}
.page-topics .topic-detail .info .category {
  width: 150px;
  min-width: 150px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .page-topics .topic-detail .info .category {
    width: 100px;
    font-size: 100px;
    min-width: 100px;
    font-size: 12px;
    line-height: 20px;
  }
}
.page-topics .topic-detail .info .category.Event {
  background-color: #4a7695;
}
.page-topics .topic-detail .info .category.Press {
  background-color: #438457;
}
.page-topics .topic-detail .content {
  margin-top: 44px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .page-topics .topic-detail .content {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.page-topics .topic-detail .content a {
  color: #0b2663;
}
.page-topics .topic-detail .content h3 {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .page-topics .topic-detail .content h3 {
    font-size: 18px;
  }
}
.page-topics .topic-detail .content table td,
.page-topics .topic-detail .content table th {
  font-weight: normal;
  font-size: 16px;
  padding: 5px 10px;
}
@media screen and (max-width: 1000px) {
  .page-topics .topic-detail .content table td,
  .page-topics .topic-detail .content table th {
    font-size: 14px;
    display: block;
    padding: 2px 0;
  }
}
@media screen and (max-width: 1000px) {
  .page-topics .topic-detail .content table th {
    font-weight: bold;
  }
}
.page-research .research h3 {
  margin: 40px auto;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #0b2663;
}
@media screen and (max-width: 1000px) {
  .page-research .research h3 {
    margin: 20px auto;
    font-size: 18px;
  }
}
.page-research .research p {
  font-size: 16px;
  line-height: 1.5;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .page-research .research p {
    font-size: 14px;
    margin: 20px auto;
  }
}
.page-research .research img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.page-research .research a {
  color: #0b2663;
}
.page-publications .publications h3 {
  font-size: 24px;
  color: #0b2663;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .page-publications .publications h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.page-publications .publications h3 span {
  font-size: 20px;
  padding-left: 10px;
}
.page-publications .publications ul {
  margin: 30px 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1000px) {
  .page-publications .publications ul {
    margin: 15px 0;
  }
}
.page-publications .publications ul li {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .page-publications .publications ul li {
    gap: 5px;
    font-size: 14px;
    margin-top: 10px;
  }
}
.page-publications .publications ul li::before {
  content: "⚫︎";
  color: #ffbd00;
}
.page-publications .publications p {
  font-size: 16px;
  margin: 30px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .page-publications .publications p {
    font-size: 14px;
    margin: 15px 0;
  }
}
.page-publications .publications a {
  color: #0b2663;
}
.page-members .members .inner {
  padding: 80px 95px;
}
@media screen and (max-width: 1000px) {
  .page-members .members .inner {
    padding: 20px;
  }
}
.page-members .member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .page-members .member-list {
    gap: 25px;
  }
}
.page-members .member-list li {
  width: 45%;
  min-width: 300px;
}
.page-members .member-list li img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-members .member-list li img {
    width: 80%;
  }
}
.page-members .member-list li h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  color: #0b2663;
  margin-top: 30px;
}
.page-members .member-list li h3 .tag {
  display: block;
  font-weight: 400;
  background: #0b2663;
  color: #fff;
  border-radius: 999px;
  width: 104px;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .page-members .member-list li h3 {
    font-size: 18px;
    margin-top: 15px;
  }
}
.page-members .member-list li h3 a {
  text-decoration: underline;
}
.page-access .access .contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  .page-access .access .contents {
    gap: 30px;
  }
}
.page-access .access h3 {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 40px;
  color: #0b2663;
}
@media screen and (max-width: 1000px) {
  .page-access .access h3 {
    font-size: 25px;
    gap: 13px;
  }
}
.page-access .access h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 50px;
  background-color: #0b2663;
  border-radius: 999px;
}
@media screen and (max-width: 1000px) {
  .page-access .access h3::before {
    height: 30px;
    width: 3px;
  }
}
.page-access .access .image {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .page-access .access .image {
    flex-direction: column;
  }
}
.page-access .access .image img:nth-child(1) {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .page-access .access .image img:nth-child(1) {
    width: 100%;
  }
}
.page-access .access .image img:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .page-access .access .image img:nth-child(2) {
    width: 100%;
  }
}
.page-access .access p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .page-access .access p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.page-links main > .links ul {
  margin: 30px 0;
}
@media screen and (max-width: 1000px) {
  .page-links main > .links ul {
    margin: 15px 0;
  }
}
.page-links main > .links ul li {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .page-links main > .links ul li {
    gap: 5px;
    font-size: 14px;
    margin-top: 10px;
  }
}
.page-links main > .links ul li::before {
  content: "⚫︎";
  color: #ffbd00;
}
.page-links main > .links a {
  color: #0b2663;
}
footer {
  background: #0b2663;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 25px;
}
footer .footer-main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  footer .footer-main {
    flex-direction: column;
    gap: 50px;
  }
}
footer .footer-main .links {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1000px) {
  footer .footer-main .links {
    flex-direction: column;
    gap: 20px;
  }
}
footer .footer-main .links ul li {
  margin-top: 16px;
  font-size: 14px;
}
footer .footer-main h2 {
  line-height: 30px;
}
footer .footer-main h2 strong {
  font-weight: 300;
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  footer .footer-main h2 strong {
    font-size: 16px;
  }
}
footer .footer-main h2 span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  footer .footer-main h2 span {
    font-size: 14px;
  }
}
footer .copy {
  margin-top: 50px;
  text-align: center;
  font-size: 12px;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  background: #f2f8fe;
  word-break: break-all;
}
.inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 20px;
  }
}
.section-title {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 64px;
  padding-left: 30px;
  color: #0b2663;
}
@media screen and (max-width: 1000px) {
  .section-title {
    padding-left: 15px;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 50px;
  background: #0b2663;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) {
  .section-title::before {
    width: 5px;
    height: 25px;
  }
}
.section-title .main {
  font-family: "Helvetica", sans-serif;
  font-size: 48px;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .section-title .main {
    font-size: 24px;
  }
}
.section-title .sub {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .section-title .sub {
    font-size: 16px;
  }
}
.section-title .sub::before {
  content: "ー";
  padding: 0 18px;
}
@media screen and (max-width: 1000px) {
  .section-title .sub::before {
    padding: 0 9px;
  }
}
.button {
  position: relative;
  display: block;
  background-color: #0b2663;
  color: #fff;
  border-radius: 24px;
  width: 240px;
  line-height: 48px;
  margin: 30px auto;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .button {
    width: 200px;
    line-height: 40px;
    margin: 15px auto;
    font-size: 16px;
  }
}
.button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  width: 21px;
  height: 9px;
  background-image: url("/arazoe_lab/assets/image/btn-arr.png");
}
@media screen and (max-width: 1000px) {
  .button::after {
    right: 20px;
  }
}
main {
  min-height: calc(100vh - 310px);
  font-weight: normal;
}
main > section {
  margin: 80px 15px;
}
@media screen and (max-width: 1000px) {
  main > section {
    margin: 40px 15px;
  }
}
main > section .inner {
  padding: 40px;
  margin: auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 18px 2px rgba(221, 221, 221, 0.5);
}
@media screen and (max-width: 1000px) {
  main > section .inner {
    padding: 20px;
    border-radius: 15px;
  }
}
.kv {
  position: relative;
  overflow: hidden;
}
.kv img {
  width: 100%;
}
.kv video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 1000px) {
  .kv video {
    height: calc(100vh - 63px);
  }
}
.topics .topics-list {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .topics .topics-list {
    margin-top: 20px;
  }
}
.topics .topics-list li a {
  display: flex;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
}
.topics .topics-list li a.has-link h4 {
  position: relative;
  padding-right: 20px;
}
.topics .topics-list li a.has-link h4::before,
.topics .topics-list li a.has-link h4::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #0b2663;
  transform-origin: calc(100% - 1px) 50%;
}
.topics .topics-list li a.has-link h4::before {
  transform: rotate(45deg);
}
.topics .topics-list li a.has-link h4::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .topics .topics-list li a {
    gap: 10px;
  }
}
.topics .topics-list li .date {
  min-width: 80px;
}
@media screen and (max-width: 1000px) {
  .topics .topics-list li .date {
    min-width: 60px;
    font-size: 12px;
  }
}
.topics .topics-list li .category {
  width: 150px;
  min-width: 150px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .topics .topics-list li .category {
    width: 100px;
    font-size: 100px;
    min-width: 100px;
    font-size: 12px;
    line-height: 20px;
  }
}
.topics .topics-list li .category.Event {
  background-color: #4a7695;
}
.topics .topics-list li .category.Press {
  background-color: #438457;
}
.topics .topics-list li h4 {
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .topics .topics-list li h4 {
    font-size: 14px;
  }
}
.research .research-list {
  display: flex;
  gap: 40px 20px;
  flex-direction: column;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .research .research-list {
    margin-top: 25px;
    gap: 20px 10px;
  }
}
.research .research-list li > div {
  display: flex;
  justify-content: center;
  gap: 40px 20px;
}
@media screen and (max-width: 1000px) {
  .research .research-list li > div {
    gap: 20px 10px;
  }
}
.research .research-list li > div a {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .research .research-list li > div a {
    width: 50%;
  }
}
.research .research-list img {
  width: 100%;
  max-width: 500px;
}
.research .research-list h4 {
  text-align: center;
  font-size: 20px;
  color: #0b2663;
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .research .research-list h4 {
    font-size: 14px;
  }
}
.research .research-list p {
  font-size: 16px;
  text-align: center;
  color: #0b2663;
  margin-top: 4px;
}
@media screen and (max-width: 1000px) {
  .research .research-list p {
    font-size: 10px;
  }
} /*# sourceMappingURL=style.css.map */
