@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

* {
  white-space: normal;
}
@media screen and (max-width: 768px) {
  * {
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.p-en * {
  word-wrap: normal;
  word-break: normal;
}

html {
  font-size: 16px;
}

body {
  color: #2d2d2d;
  font-size: 14px;
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: clamp(9px, 1.171875vw, 15px);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  color: #333;
}
a:hover {
  text-decoration: underline;
}

a img {
  transition: all 0.4s ease;
}
a img:hover {
  opacity: 0.5;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?17g1jm");
  src: url("../fonts/icomoon.eot?17g1jm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?17g1jm") format("truetype"), url("../fonts/icomoon.woff?17g1jm") format("woff"), url("../fonts/icomoon.svg?17g1jm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.l-header {
  position: absolute;
  width: 100%;
  z-index: 10;
  transition: height 0.4s ease, transform 0.4s ease;
}
@media screen and (min-width: 769px) {
  .l-header {
    height: clamp(42px, 5.46875vw, 70px);
  }
}
.is-scrolled .l-header {
  height: clamp(34.8px, 4.53125vw, 58px);
  position: fixed;
  top: 0;
  animation: headerAnim 0.4s ease;
}
.logged-in .is-scrolled .l-header {
  top: clamp(19.2px, 2.5vw, 32px);
}
@media screen and (min-width: 769px) {
  .l-header--lower {
    height: clamp(34.8px, 4.53125vw, 58px);
  }
}
.l-header--lower {
  position: static;
}

@keyframes headerAnim {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-global-nav {
  position: absolute;
  left: 0;
  top: clamp(34.8px, 4.53125vw, 58px);
  width: 100%;
  height: clamp(30px, 3.90625vw, 50px);
  z-index: 10;
}
.logged-in .l-global-nav {
  top: clamp(54px, 7.03125vw, 90px);
}
.is-scrolled .l-global-nav {
  top: clamp(34.8px, 4.53125vw, 58px) !important;
  position: fixed;
  animation: headerAnim 0.4s ease;
}
.logged-in .is-scrolled .l-global-nav {
  top: clamp(54px, 7.03125vw, 90px) !important;
}
.l-global-nav--lower {
  position: static;
}
.p-home .l-global-nav {
  top: 19.4696969697vw;
}
.logged-in .p-home .l-global-nav {
  top: 20.6818181818vw;
}
@media screen and (max-width: 768px) {
  .l-global-nav {
    display: none;
  }
}

@keyframes global-navAnim {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-home .l-main {
  padding: 0;
  min-height: 47.0833333333vw;
  box-sizing: border-box;
}
.logged-in .p-home .l-main {
  padding: 0;
}
.logged-in .l-main {
  padding-top: clamp(19.2px, 2.5vw, 32px);
}

.l-container {
  box-sizing: border-box;
  max-width: clamp(642px, 83.59375vw, 1070px);
  margin: 0 auto;
}
@media all and (max-width: 1069px) {
  .l-container {
    padding: 0 5%;
  }
}

.c-header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  position: relative;
  transition: height 0.4s ease;
}
@media screen and (min-width: 769px) {
  .c-header {
    height: clamp(42px, 5.46875vw, 70px);
    padding: clamp(14.4px, 1.875vw, 24px) 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 58px;
    padding: 0 5%;
    justify-content: space-between;
  }
}
.l-header--lower .c-header {
  height: 58px;
  background-color: #e3f3ff;
}
@media screen and (min-width: 769px) {
  .l-header--lower .c-header {
    padding: 0 5%;
    height: clamp(34.8px, 4.53125vw, 58px);
  }
}
@media screen and (min-width: 769px) {
  .l-header--lower .c-header__alpha {
    padding: clamp(6.6px, 0.859375vw, 11px) 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .l-header--lower .c-header__logo {
    width: clamp(72px, 9.375vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .l-header--lower .c-header__logo {
    width: 88px;
  }
}
@media screen and (min-width: 769px) {
  .l-header--lower .c-header-title {
    display: flex;
  }
}
.is-scrolled .c-header {
  background-color: #e3f3ff;
}
@media screen and (min-width: 769px) {
  .is-scrolled .c-header {
    padding: 0 5%;
    height: clamp(34.8px, 4.53125vw, 58px);
  }
}
@media screen and (min-width: 769px) {
  .is-scrolled .c-header .c-header__alpha {
    padding: clamp(6.6px, 0.859375vw, 11px) 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .is-scrolled .c-header .c-header__logo {
    width: clamp(72px, 9.375vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .is-scrolled .c-header .c-header__logo {
    width: 88px;
  }
}
@media screen and (min-width: 769px) {
  .is-scrolled .c-header .c-header-title {
    display: flex;
  }
}
.c-header__alpha {
  display: flex;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .c-header__alpha {
    gap: clamp(21.6px, 2.8125vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .c-header__alpha {
    padding: 14px 0 0 0;
  }
}
.c-header__beta {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-header__beta {
    right: 0;
    top: 0;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .c-header__beta {
    padding: 10px 0 0 0;
  }
}
.c-header__logo {
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .c-header__logo {
    width: clamp(102px, 13.28125vw, 170px);
  }
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    width: 88px;
  }
}
.c-header__logo img {
  display: block;
}
.c-header-title {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-header-title {
    gap: clamp(12.6px, 1.640625vw, 21px);
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header-title {
    display: none;
  }
}
.c-header-title a {
  text-decoration: none;
  display: flex;
  gap: clamp(4.8px, 0.625vw, 8px);
}
.c-header-title a:hover {
  opacity: 0.5;
}
.c-header-title__eng {
  display: block;
  font-size: clamp(16.8px, 2.1875vw, 28px);
  color: #0088ff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.c-header-title__jp {
  padding-top: clamp(2.4px, 0.3125vw, 4px);
  line-height: 1;
  display: block;
  font-size: clamp(13.2px, 1.71875vw, 22px);
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 900;
}
.c-header-languages {
  background-color: #0088ff;
}
@media screen and (min-width: 769px) {
  .c-header-languages {
    height: clamp(19.2px, 2.5vw, 32px);
    padding: 0 clamp(14.4px, 1.875vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-header-languages {
    height: 34px;
    padding: 0 17px;
  }
}
.p-en .c-header-languages__item--jp .c-header-languages__link {
  text-decoration: none;
}
.p-en .c-header-languages__item--eng a {
  text-decoration: underline;
}
.c-header-languages__menu {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-header-languages__menu {
    gap: clamp(7.2px, 0.9375vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-header-languages__menu {
    gap: 0 15px;
    height: 34px;
  }
}
.c-header-languages__item--jp .c-header-languages__link {
  text-decoration: underline;
}
.c-header-languages__item a {
  display: flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-header-languages__item a {
    font-size: clamp(7.8px, 1.015625vw, 13px);
    height: clamp(19.2px, 2.5vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .c-header-languages__item a {
    height: 100%;
    font-size: 13px;
  }
}
.c-header-languages__item a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .c-header-search {
    height: clamp(19.2px, 2.5vw, 32px);
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header-search {
    height: 35px;
    display: none;
  }
}
.c-header-search__form {
  display: flex;
}
.c-header-search__unit {
  background-color: #fff;
  display: flex;
  padding: 0 clamp(9.6px, 1.25vw, 16px);
  height: clamp(19.2px, 2.5vw, 32px);
}
.c-header-search__input {
  display: block;
  border: none;
  margin: 0;
  line-height: 1;
  font-size: clamp(9.6px, 1.25vw, 16px);
}
.c-header-search__input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.c-header-search__btn {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.c-global-nav {
  display: flex;
  justify-content: center;
  background-color: #151515;
  height: clamp(30px, 3.90625vw, 50px);
  box-sizing: border-box;
}
.c-global-nav__item {
  line-height: 1;
  width: clamp(93.6px, 12.1875vw, 156px);
  box-sizing: border-box;
  transition: background-color 0.4s ease;
  padding: clamp(5.4px, 0.703125vw, 9px) 0;
}
.c-global-nav__item:hover {
  background-color: #0088ff;
}
.c-global-nav__item--results a {
  pointer-events: none;
  color: #666;
}
.c-global-nav__item--results:hover {
  background-color: transparent;
}
.c-global-nav__item:last-child .c-global-nav__link {
  border-right: clamp(0.6px, 0.078125vw, 1px) solid #999999;
}
.c-global-nav__link {
  text-decoration: none;
  color: #fff;
  font-size: clamp(9px, 1.171875vw, 15px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 clamp(6px, 0.78125vw, 10px);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border-left: clamp(0.6px, 0.078125vw, 1px) solid #999999;
}
.c-global-nav__link:hover {
  text-decoration: none;
}

.c-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #151515;
  z-index: 10;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.is-drawer-open .c-drawer {
  z-index: 10;
  opacity: 1;
}
.c-drawer-header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.c-drawer-header__alpha {
  padding: 10px 0 0 0;
}
.c-drawer-header__logo {
  width: 88px;
}
.c-drawer-header__logo img {
  display: block;
}
.c-drawer-search {
  height: 43px;
  width: 90%;
  margin: 15px auto 0;
  display: none;
}
.c-drawer-search__form {
  display: flex;
}
.c-drawer-search__unit {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0;
  height: 43px;
  width: 100%;
}
.c-drawer-search__input {
  display: block;
  border: none;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  padding: 0 16px 0 16px;
  width: calc(100% - 43px);
  box-sizing: border-box;
}
.c-drawer-search__input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.c-drawer-search__btn {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-drawer-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-drawer-menu {
    margin-top: 20px;
    border-top: 1px solid #b8b8b8;
  }
}
.c-drawer-menu__item--results a {
  pointer-events: none;
  color: #666;
}
.c-drawer-menu__item--results:hover {
  background-color: transparent;
}
.c-drawer-menu__link {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 13px 5%;
  border-bottom: 1px solid #b8b8b8;
}
.c-drawer-project-name {
  line-height: 1;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-drawer-project-name {
    margin-top: 36px;
  }
}
.c-drawer-project-name__eng {
  color: #fff;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-drawer-project-name__eng {
    font-size: clamp(14.4px, 1.875vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-drawer-project-name__eng {
    font-size: 22px;
  }
}
.c-drawer-project-name__jp {
  color: #fff;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-drawer-project-name__jp {
    font-size: clamp(13.2px, 1.71875vw, 22px);
    margin-top: clamp(6px, 0.78125vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-drawer-project-name__jp {
    margin-top: 8px;
    font-size: 19px;
  }
}
.c-drawer-copyright {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-top: 40px;
}
.c-drawer-copyright__text {
  font-size: 12px;
}

.c-anchor-point {
  display: block;
  margin-top: clamp(-70px, -5.46875vw, -42px);
  padding-top: clamp(42px, 5.46875vw, 70px);
}

@media screen and (min-width: 769px) {
  .c-contact__unit {
    display: flex;
  }
}
.c-contact__title {
  line-height: 1;
  flex: none;
}
@media screen and (min-width: 769px) {
  .c-contact__title {
    margin-right: clamp(21.6px, 2.8125vw, 36px);
  }
}
.c-contact__stitle {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-contact__stitle {
    font-size: clamp(11.4px, 1.484375vw, 19px);
  }
}
@media screen and (max-width: 768px) {
  .c-contact__stitle {
    font-size: 19px;
  }
}
.c-contact__address {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-contact__address {
    font-size: 15px;
  }
}
.c-contact__list {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-contact__list {
    font-size: 15px;
  }
}
.c-contact__text {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-contact__text {
    margin-top: clamp(9.6px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-contact__text {
    margin-top: 16px;
  }
}

.c-footer {
  background-color: #151515;
}
@media screen and (min-width: 769px) {
  .c-footer {
    padding: clamp(25.2px, 3.28125vw, 42px) 0 clamp(25.2px, 3.28125vw, 42px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 0 0 42px;
  }
}
@media screen and (min-width: 769px) {
  .c-footer-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-menu {
    margin-bottom: 30px;
  }
}
.c-footer-menu__item--results a {
  pointer-events: none;
  color: #666;
}
.c-footer-menu__item--results:hover {
  background-color: transparent;
}
.c-footer-menu__link {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 13px 5%;
  border-bottom: 1px solid #b8b8b8;
}
@media screen and (min-width: 769px) {
  .c-footer__alpha {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(20.4px, 2.65625vw, 34px);
  }
}
@media screen and (max-width: 768px) {
  .c-footer__alpha {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .c-footer__beta {
    margin: clamp(25.2px, 3.28125vw, 42px) 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-footer__beta {
    margin: 42px 0 0 0;
  }
}
.c-footer__logo {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-footer__logo {
    width: clamp(102px, 13.28125vw, 170px);
  }
}
@media screen and (max-width: 768px) {
  .c-footer__logo {
    width: 170px;
  }
}
.c-footer-title {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-footer-title {
    margin-top: 20px;
  }
}
.c-footer-title a {
  text-decoration: none;
}
.c-footer-title__eng {
  color: #fff;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-footer-title__eng {
    font-size: clamp(14.4px, 1.875vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-footer-title__eng {
    font-size: 22px;
  }
}
.c-footer-title__jp {
  color: #fff;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-footer-title__jp {
    font-size: clamp(13.2px, 1.71875vw, 22px);
    margin-top: clamp(6px, 0.78125vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-footer-title__jp {
    margin-top: 8px;
    font-size: 19px;
  }
}
.c-footer__copyright {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-footer__copyright {
    font-size: clamp(7.2px, 0.9375vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-footer__copyright {
    font-size: 12px;
  }
}

.c-button {
  display: flex;
  text-decoration: none;
}
.c-button--default {
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .c-button--default {
    border: clamp(0.6px, 0.078125vw, 1px) solid #bbbbbb;
    width: clamp(180px, 23.4375vw, 300px);
    height: clamp(30px, 3.90625vw, 50px);
    font-size: clamp(9px, 1.171875vw, 15px);
    box-shadow: 0 0 clamp(6px, 0.78125vw, 10px) rgba(0, 0, 0, 0.1);
    margin-top: clamp(18px, 2.34375vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .c-button--default {
    border: 1px solid #bbbbbb;
    width: 300px;
    height: 50px;
    font-size: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
  }
}
.c-button--default:after {
  content: "＞";
  display: block;
}
@media screen and (min-width: 769px) {
  .c-button--default:after {
    margin-left: clamp(4.8px, 0.625vw, 8px);
  }
}
@media screen and (max-width: 768px) {
  .c-button--default:after {
    margin-left: 8px;
  }
}
.c-button--default:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0088ff;
}
@media screen and (min-width: 769px) {
  .c-button--default:hover {
    box-shadow: 0 0 clamp(12px, 1.5625vw, 20px) rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .c-button--default:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  }
}
.c-button--center {
  margin-right: auto;
  margin-left: auto;
}
.c-button-header-search {
  display: flex;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: none;
  width: 34px;
  height: 34px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-button-header-search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-button-header-search {
    display: none;
  }
}
.c-button-header-search .material-icons {
  font-size: 18px;
}
.c-button-header-drawer {
  display: flex;
  padding: 0;
  margin: 0;
  border: none;
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-color: #3e3a39;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-button-header-drawer {
    display: none;
  }
}
.c-button-header-drawer .material-icons {
  color: #fff;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .c-news-list {
    border-bottom: clamp(0.6px, 0.078125vw, 1px) solid #d0d0d0;
  }
}
@media screen and (max-width: 768px) {
  .c-news-list {
    border-bottom: 1px solid #d0d0d0;
  }
}
@media screen and (min-width: 769px) {
  .c-news-list__item {
    border-top: clamp(0.6px, 0.078125vw, 1px) solid #d0d0d0;
  }
}
@media screen and (max-width: 768px) {
  .c-news-list__item {
    border-top: 1px solid #d0d0d0;
  }
}
.c-news-list__link {
  text-decoration: none;
  display: flex;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .c-news-list__link {
    padding: clamp(10.8px, 1.40625vw, 18px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news-list__link {
    flex-wrap: wrap;
    padding: clamp(10.8px, 1.40625vw, 18px) 0;
  }
}
.c-news-list__link:hover {
  text-decoration: none;
  background-color: #eee;
}
.c-news-list__icon {
  display: block;
  line-height: 1;
  flex: none;
}
@media screen and (min-width: 769px) {
  .c-news-list__icon {
    font-size: clamp(7.2px, 0.9375vw, 12px);
    padding-top: clamp(1.2px, 0.15625vw, 2px);
    margin: clamp(2.4px, 0.3125vw, 4px) clamp(2.4px, 0.3125vw, 4px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news-list__icon {
    font-size: 12px;
    padding-top: 2px;
    margin-right: 4px;
  }
}
.c-news-list__time {
  flex: none;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-news-list__time {
    font-size: clamp(8.4px, 1.09375vw, 14px);
    margin: clamp(2.4px, 0.3125vw, 4px) clamp(21.6px, 2.8125vw, 36px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news-list__time {
    font-size: 14px;
  }
}
.c-news-list__title {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-news-list__title {
    font-size: clamp(8.4px, 1.09375vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-news-list__title {
    width: 100%;
    font-size: 14px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 769px) {
  .c-news--home {
    margin-top: clamp(12px, 1.5625vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-news--home {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .c-pagetitle {
    padding: clamp(34.2px, 4.453125vw, 57px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle {
    padding: 32px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .c-pagetitle--inside {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle--inside {
    padding: 0 0 0;
  }
}
.c-pagetitle--none-border .c-pagetitle__inner {
  border: none;
}
@media screen and (min-width: 769px) {
  .c-pagetitle--none-border .c-pagetitle__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle--none-border .c-pagetitle__inner {
    padding-bottom: 0;
  }
}
.c-pagetitle__inner {
  box-sizing: border-box;
  border-bottom: clamp(1.8px, 0.234375vw, 3px) solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  .c-pagetitle__inner {
    max-width: clamp(642px, 83.59375vw, 1070px);
    margin: 0 auto;
    padding-bottom: clamp(10.8px, 1.40625vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle__inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 18px;
  }
}
.c-pagetitle-text {
  display: flex;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-pagetitle-text {
    align-items: center;
    gap: clamp(10.8px, 1.40625vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle-text {
    flex-wrap: wrap;
    gap: 14px 16px;
  }
}
.c-pagetitle-text:before {
  content: "";
  display: block;
  background-color: #0088ff;
}
@media screen and (min-width: 769px) {
  .c-pagetitle-text:before {
    width: clamp(9px, 1.171875vw, 15px);
    height: clamp(20.4px, 2.65625vw, 34px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle-text:before {
    margin-top: 6px;
    width: 15px;
    height: 34px;
  }
}
.c-pagetitle-text__eng {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  color: #151515;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-pagetitle-text__eng {
    font-size: clamp(25.2px, 3.28125vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle-text__eng {
    font-size: 42px;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 769px) {
  .c-pagetitle-text__jp {
    font-size: clamp(9.6px, 1.25vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle-text__jp {
    font-size: 16px;
    width: 100%;
    padding-left: 32px;
  }
}
@media screen and (min-width: 769px) {
  .c-pagetitle--project {
    padding: clamp(36px, 4.6875vw, 60px) 0 clamp(18px, 2.34375vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle--project {
    padding: 60px 0 30px;
  }
}
.c-pagetitle--project .c-pagetitle__inner {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.c-pagetitle--project .c-pagetitle-text {
  justify-content: center;
}
.c-pagetitle--project .c-pagetitle-text::before {
  display: none;
}
.c-pagetitle--project .c-pagetitle-text .c-pagetitle-text__eng {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-pagetitle--project .c-pagetitle-text .c-pagetitle-text__eng {
    font-size: clamp(25.2px, 3.28125vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .c-pagetitle--project .c-pagetitle-text .c-pagetitle-text__eng {
    font-size: 42px;
  }
}

.c-section__title {
  font-weight: 500;
  color: #0088ff;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-section__title {
    font-size: clamp(12px, 1.5625vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-section__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-section__title br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .c-article {
    margin-top: clamp(19.2px, 2.5vw, 32px);
    padding-bottom: clamp(48px, 6.25vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-article {
    margin-top: 24px;
    padding-bottom: 40px;
  }
}
.c-article-title {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .c-article-title {
    font-size: clamp(19.2px, 2.5vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .c-article-title {
    font-size: 20px;
  }
}
.c-article-date {
  display: block;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .c-article-date {
    margin-top: clamp(14.4px, 1.875vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-article-date {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .c-article-body {
    margin-top: clamp(19.2px, 2.5vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .c-article-body {
    margin-top: 24px;
  }
}

.p-home-default-title {
  font-size: clamp(25.2px, 3.28125vw, 42px);
  line-height: 1;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #151515;
  position: relative;
  padding-left: clamp(20.4px, 2.65625vw, 34px);
}
.p-home-default-title:before {
  position: absolute;
  left: 0;
  top: clamp(3.6px, 0.46875vw, 6px);
  content: "";
  display: block;
  width: clamp(9px, 1.171875vw, 15px);
  height: clamp(20.4px, 2.65625vw, 34px);
  background-color: #0088ff;
}
.p-home-kv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-home-kv {
    background: url("../img/kv_pc.jpg") 0 100%/cover no-repeat;
    aspect-ratio: 2560/515;
  }
}
@media screen and (max-width: 768px) {
  .p-home-kv {
    background: url("../img/kv_sp.jpg") 0 100%/cover no-repeat;
    aspect-ratio: 375/398;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.p-home-kv__catch {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-home-kv__catch {
    position: absolute;
  }
}
.p-home-kv__catch--eng {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #0054b9;
}
@media screen and (min-width: 769px) {
  .p-home-kv__catch--eng {
    font-size: clamp(33.6px, 4.375vw, 56px);
    top: clamp(55.2px, 7.1875vw, 92px);
    left: clamp(60px, 7.8125vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .p-home-kv__catch--eng {
    font-size: 36px;
    padding-top: 100px;
  }
}
.p-home-kv__catch--jp {
  color: #151515;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-home-kv__catch--jp {
    font-size: clamp(21px, 2.734375vw, 35px);
    font-weight: 600;
    top: clamp(94.8px, 12.34375vw, 158px);
    left: clamp(60px, 7.8125vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .p-home-kv__catch--jp {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) {
  .p-home-kv__catch br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home-kv__catch br {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-home-project {
    padding: clamp(64.8px, 8.4375vw, 108px) 0 clamp(34.8px, 4.53125vw, 58px);
  }
}
@media screen and (max-width: 768px) {
  .p-home-project {
    padding: 40px 0;
  }
}
.p-home-project__title {
  text-align: center;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #444;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-home-project__title {
    font-size: clamp(25.2px, 3.28125vw, 42px);
  }
}
@media screen and (max-width: 768px) {
  .p-home-project__title {
    font-size: 42px;
  }
}
.p-home-project__text {
  line-height: 1.7333333333;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-home-project__text {
    font-size: clamp(9px, 1.171875vw, 15px);
    margin-top: clamp(21.6px, 2.8125vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .p-home-project__text {
    font-size: 15px;
    margin-top: 22px;
  }
}
.p-home-news {
  padding: 0 0 clamp(48px, 6.25vw, 80px) 0;
}
.p-home-contact {
  background-color: #f3f3f3;
  padding: clamp(48px, 6.25vw, 80px) 0;
}

.p-news .c-global-nav__item--news,
.p-news .c-drawer-menu__item--news {
  background-color: #0088ff;
}
@media screen and (min-width: 769px) {
  .p-news-list {
    padding: 0 0 clamp(48px, 6.25vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .p-news-list {
    padding: 0 0 40px;
  }
}

.p-members .c-global-nav__item--members,
.p-members .c-drawer-menu__item--members {
  background-color: #0088ff;
}
.p-members.p-en .p-members-resercher-list__name--jp {
  width: clamp(180px, 23.4375vw, 300px);
}
.p-members.p-en .p-members-related-list__name {
  width: calc(100% - 200px);
}
@media screen and (min-width: 769px) {
  .p-members-resercher {
    padding: clamp(20.4px, 2.65625vw, 34px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-members-resercher {
    padding: 34px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-members-resercher-list {
    margin-top: clamp(14.4px, 1.875vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-resercher-list {
    margin-top: 24px;
  }
}
.p-members-resercher-list__item {
  line-height: 1;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-members-resercher-list__item:last-child {
    border-top: clamp(1.2px, 0.15625vw, 2px) solid #d0d0d0;
  }
}
@media screen and (max-width: 768px) {
  .p-members-resercher-list__item:last-child {
    border-top: 2px solid #d0d0d0;
  }
}
@media screen and (min-width: 769px) {
  .p-members-resercher-list__item {
    border-top: clamp(1.2px, 0.15625vw, 2px) solid #d0d0d0;
    padding: clamp(9px, 1.171875vw, 15px) clamp(19.2px, 2.5vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-resercher-list__item {
    flex-wrap: wrap;
    border-top: 1px solid #d0d0d0;
    padding: 15px;
    gap: 8px;
  }
}
.p-members-resercher-list__name {
  flex: none;
}
.p-members-resercher-list__name--jp {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-members-resercher-list__name--jp {
    width: clamp(120px, 15.625vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-resercher-list__name--jp {
    order: 1;
  }
}
.p-members-resercher-list__name--jp a {
  display: flex;
  text-decoration: none;
}
.p-members-resercher-list__name--jp a:after {
  font-family: "Material Icons";
  content: "\e89e";
  margin-left: clamp(4.8px, 0.625vw, 8px);
}
.p-members-resercher-list__name--jp a:hover {
  text-decoration: underline;
}
.p-members-resercher-list__name--jp a:hover:after {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-members-resercher-list__name--eng {
    width: clamp(150px, 19.53125vw, 250px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-resercher-list__name--eng {
    order: 2;
  }
}
.p-members-resercher-list__icon {
  flex: none;
  background-color: #a6a6a6;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-members-resercher-list__icon {
    font-size: clamp(7.2px, 0.9375vw, 12px);
    padding: clamp(1.8px, 0.234375vw, 3px);
    margin-left: clamp(7.2px, 0.9375vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-resercher-list__icon {
    font-size: 12px;
    padding: 3px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-members-resercher-list__belong {
    order: 3;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-members-partners, .p-members-related {
    padding: 0 0 clamp(20.4px, 2.65625vw, 34px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-partners, .p-members-related {
    padding: 34px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-members-partners-list, .p-members-related-list {
    margin-top: clamp(14.4px, 1.875vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-partners-list, .p-members-related-list {
    margin-top: 24px;
  }
}
.p-members-partners-list__item, .p-members-related-list__item {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-members-partners-list__item, .p-members-related-list__item {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-members-partners-list__item:last-child, .p-members-related-list__item:last-child {
    border-top: clamp(1.2px, 0.15625vw, 2px) solid #d0d0d0;
  }
}
@media screen and (max-width: 768px) {
  .p-members-partners-list__item:last-child, .p-members-related-list__item:last-child {
    border-top: 2px solid #d0d0d0;
  }
}
@media screen and (min-width: 769px) {
  .p-members-partners-list__item, .p-members-related-list__item {
    border-top: clamp(1.2px, 0.15625vw, 2px) solid #d0d0d0;
    padding: clamp(9px, 1.171875vw, 15px) clamp(19.2px, 2.5vw, 32px);
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-members-partners-list__item, .p-members-related-list__item {
    flex-wrap: wrap;
    border-top: 1px solid #d0d0d0;
    padding: 15px;
    gap: 8px;
  }
}
.p-members-partners-list__logo, .p-members-related-list__logo {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-members-partners-list__logo, .p-members-related-list__logo {
    width: clamp(62.4px, 8.125vw, 104px);
    height: clamp(18px, 2.34375vw, 30px);
    margin-right: clamp(24px, 3.125vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-partners-list__logo, .p-members-related-list__logo {
    width: 104px;
    height: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-members-partners-list__logo:empty, .p-members-related-list__logo:empty {
    display: none;
  }
}
.p-members-partners-list__name, .p-members-related-list__name {
  flex: none;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-members-partners-list__name, .p-members-related-list__name {
    width: clamp(240px, 31.25vw, 400px);
    margin-right: clamp(12px, 1.5625vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-partners-list__name, .p-members-related-list__name {
    order: 1;
  }
}
.p-members-partners-list__name a, .p-members-related-list__name a {
  display: flex;
  text-decoration: none;
}
.p-members-partners-list__name a:after, .p-members-related-list__name a:after {
  font-family: "Material Icons";
  content: "\e89e";
  margin-left: clamp(4.8px, 0.625vw, 8px);
}
.p-members-partners-list__name a:hover, .p-members-related-list__name a:hover {
  text-decoration: underline;
}
.p-members-partners-list__name a:hover:after, .p-members-related-list__name a:hover:after {
  text-decoration: none;
}
.p-members-partners-list__icon, .p-members-related-list__icon {
  flex: none;
  background-color: #83023e;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-members-partners-list__icon, .p-members-related-list__icon {
    font-size: clamp(7.2px, 0.9375vw, 12px);
    padding: clamp(1.8px, 0.234375vw, 3px);
    margin-left: clamp(7.2px, 0.9375vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-members-partners-list__icon, .p-members-related-list__icon {
    font-size: 12px;
    padding: 3px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-members-partners-list__url, .p-members-related-list__url {
    order: 3;
    width: 100%;
  }
}

.p-project .c-global-nav__item--project,
.p-project .c-drawer-menu__item--project {
  background-color: #0088ff;
}
@media screen and (min-width: 769px) {
  .p-project-purpose, .p-project-overview {
    padding: clamp(16.8px, 2.1875vw, 28px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-project-purpose, .p-project-overview {
    padding: 28px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-project-purpose__text-01, .p-project-overview__text-01 {
    margin-top: clamp(19.2px, 2.5vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .p-project-purpose__text-01, .p-project-overview__text-01 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-project-overview {
    margin-bottom: clamp(33.6px, 4.375vw, 56px);
  }
}
@media screen and (max-width: 768px) {
  .p-project-overview {
    margin-bottom: 56px;
  }
}
/*# sourceMappingURL=style.css.map */
