:root {
  --bg-color: #f2e9de;
  /* PC */
  --space-a: 200px;
  --space-b: 150px;
  --space-c: 120px;
  --space-d: 85px;
  --space-e: 30px;
  --space-f: 20px;
  --space-g: 100px;
  --space-h: 120px;
  --space-i: 150px;
  /* SP */
  --space-a-sp: 120px;
  --space-b-sp: 85px;
  /* Undefined */
  /* --space-c-sp: 120px; */
  --space-d-sp: 60px; /* used in no only so far*/
  --space-e-sp: 30px;
  --space-f-sp: 15px;
  --space-g-sp: 70px;
  --space-h-sp: 50px;
  --space-i-sp: 5px;
  --space-j-sp: 80px;
  --space-k-sp: 100px;
  --space-l-sp: 25px; /* not working*/

  --space-65-sp: 65px;

  /* no pages */
  /* at least on about */
  /* PC */
  --space-no-a: 120px;
  --space-no-b: 90px;
  --space-no-c: 240px;
  --space-no-d: 90px;

  /* SP */
  --space-no-a-sp: 120px;
  --space-no-b-sp: 90px;

  --space-no-c-sp: 240px;
  --space-no-d-sp: 60px;
  --space-no-e-sp: 50px;
  --space-no-f-sp: 30px;
}
@font-face {
  font-family: NotoSansJP;
  src: url(fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf);
}
@font-face {
  font-family: NotoSerif;
  src: url(fonts/Noto_Serif/NotoSerif-Regular.ttf);
}
@font-face {
  font-family: NotoSerifJP;
  src: url(fonts/Noto_Serif_JP/NotoSerifJP-VariableFont_wght.ttf);
}
* {
  padding: 0;
  margin: 0;
  font-family: NotoSerifJP !important;
  word-break: break-word;
}
body.no-page * {
  font-family: NotoSansJP !important;
}
html {
  height: 100%;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
}
body {
  /* min-height: 100vh; */
  min-height: 100%;
  background-color: var(--bg-color);
  position: relative;
}
p {
  font-size: 20px;
}
body.no-page p {
  font-size: 21px;
}
.lang--jp {
  font-family: NotoSansJP !important;
}
.project-text-en {
  font-size: 24px;
  letter-spacing: 1px;
}
.project-text-jp {
  font-family: NotoSerifJP !important;
  /* Regular */
  font-weight: 300;
  font-size: 20px;
  max-width: 1000px;
}
.project-text-jp-in-img {
  font-family: NotoSerifJP !important;
  /* Regular */
  font-weight: 300;
  font-size: 20px;
  max-width: 1000px;
  margin-left: 170px;
  margin-right: 170px;
  margin-top: 85px;
}

@media (max-width: 768px) {
  .project-text-en {
    font-size: 14px;
  }
  .project-text-jp {
    font-size: 13px;
  }
  .project-text-jp-in-img-sp {
    font-size: 13px;
    padding: 30px 30px 0 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }
}

/* Grouped margin utility */
.mb-a {
  margin-bottom: var(--space-a) !important;
}
.mb-b {
  margin-bottom: var(--space-b) !important;
}
.mb-c {
  margin-bottom: var(--space-c) !important;
}
.mb-d {
  margin-bottom: var(--space-d) !important;
}
.mb-e {
  margin-bottom: var(--space-e) !important;
}
.mb-f {
  margin-bottom: var(--space-f) !important;
}
.mb-g {
  margin-bottom: var(--space-g) !important;
}
.mt-a {
  margin-top: var(--space-a) !important;
}
.mt-b {
  margin-top: var(--space-b) !important;
}
.mt-c {
  margin-top: var(--space-c) !important;
}
.mt-d {
  margin-top: var(--space-d) !important;
}
.mt-e {
  margin-top: var(--space-e) !important;
}
.mt-f {
  margin-top: var(--space-f) !important;
}

@media (max-width: 768px) {
  .mb-a-sp {
    margin-bottom: var(--space-a-sp) !important;
  }
  .mb-b-sp {
    margin-bottom: var(--space-b-sp) !important;
  }
  .mb-c-sp {
    margin-bottom: var(--space-c-sp) !important;
  }
  .mb-d-sp {
    margin-bottom: var(--space-d-sp) !important;
  }
  .mb-e-sp {
    margin-bottom: var(--space-e-sp) !important;
  }
  .mb-f-sp {
    margin-bottom: var(--space-f-sp) !important;
  }
  .mb-g-sp {
    margin-bottom: var(--space-g-sp) !important;
  }
  .mb-h-sp {
    margin-bottom: var(--space-h-sp) !important;
  }
  .mb-i-sp {
    margin-bottom: var(--space-i-sp) !important;
  }
  .mb-j-sp {
    margin-bottom: var(--space-j-sp) !important;
  }
  .mb-f-65 {
    margin-bottom: var(--space-65-sp) !important;
  }

  .mt-l-sp {
    margin-bottom: var(--space-l-sp) !important;
  }

  .mt-a-sp {
    margin-top: var(--space-a-sp) !important;
  }
  .mt-b-sp {
    margin-top: var(--space-b-sp) !important;
  }
  .mt-c-sp {
    margin-top: var(--space-c-sp) !important;
  }
  .mt-d-sp {
    margin-top: var(--space-d-sp) !important;
  }
  .mt-e-sp {
    margin-top: var(--space-e-sp) !important;
  }
  .mt-f-sp {
    margin-top: var(--space-f-sp) !important;
  }
  .mt-g-sp {
    margin-top: var(--space-g-sp) !important;
  }
  .mt-h-sp {
    margin-top: var(--space-h-sp) !important;
  }
  .mt-i-sp {
    margin-top: var(--space-i-sp) !important;
  }
  .mt-j-sp {
    margin-top: var(--space-j-sp) !important;
  }
  .mt-k-sp {
    margin-top: var(--space-k-sp) !important;
  }  
}

/* Grouped margin utility for no-pages*/
body.no-page .mb-a {
  margin-bottom: var(--space-no-a) !important;
}
body.no-page .mb-b {
  margin-bottom: var(--space-no-b) !important;
}
body.no-page .mb-c {
  margin-bottom: var(--space-no-c) !important;
}
body.no-page .mb-d {
  margin-bottom: var(--space-no-d) !important;
}
body.no-page .mt-a {
  margin-top: var(--space-no-a) !important;
}
body.no-page .mt-b {
  margin-top: var(--space-no-b) !important;
}
body.no-page .mt-c {
  margin-top: var(--space-no-c) !important;
}
body.no-page .mt-d {
  margin-top: var(--space-no-d) !important;
}
@media (max-width: 768px) {
  body.no-page .mb-a-sp {
    margin-bottom: var(--space-no-a-sp) !important;
  }
  body.no-page .mb-b-sp {
    margin-bottom: var(--space-no-b-sp) !important;
  }
  body.no-page .mb-c-sp {
    margin-bottom: var(--space-no-c-sp) !important;
  }
  body.no-page .mb-d-sp {
    margin-bottom: var(--space-no-d-sp) !important;
  }
  body.no-page .mb-j-sp {
    margin-bottom: var(--space-j-sp) !important;
  }
  body.no-page .mt-a-sp {
    margin-top: var(--space-no-a-sp) !important;
  }
  body.no-page .mt-b-sp {
    margin-top: var(--space-no-b-sp) !important;
  }
  body.no-page .mt-c-sp {
    margin-top: var(--space-no-c-sp) !important;
  }
  body.no-page .mt-d-sp {
    margin-top: var(--space-no-d-sp) !important;
  }
}

a:link,
a:active,
a:hover,
a:focus {
  outline: none !important;
  -moz-outline-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0 30px;
}

/* Containers */
.container {
  /* max-width: 1280px; */
  margin-left: 170px;
  margin-right: 60px;
  /* padding: 60px 0 100px 0; */
  padding: 60px 0 300px 0;
}
.container-top {
  padding: 60px;
}
.container.container--project-info {
  /* max-width: 1280px; */
  margin-left: 170px;
  margin-right: 170px;
  padding-bottom: 0;
}
.container.container--about {
  max-width: 1280px;
  margin-left: 170px;
  margin-right: 170px;
  /* padding-bottom: var(--space-a); */
  padding-bottom: 300px;
}
/* no about/people page */
.container-no-about,
.container-no-people {
  max-width: 900px;
  margin: 0 auto;
  padding-top: var(--space-no-c);
  padding-bottom: var(--space-no-c);
}

.container-no-about-text {
  max-width: 800px;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .container {
    width: auto;
    max-width: none;
    padding: 30px 30px 100px 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .container-top {
    padding: 40px;
  }
  .container.container--about {
    /* max-width: 1280px; */
    padding: 30px 30px 100px 30px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: var(--space-a-sp);
  }
  .container.container--project-info {
    /* max-width: 1280px; */
    padding: 30px 30px 0 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-about,
  .container-no-people {
    max-width: 100%;
    padding: 0 25px;
    padding-top: 200px;
    padding-bottom: var(--space-no-a);
  }
}
@media (min-width: 769px) {
  .container-no-about p {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  body.no-page p.container-no-about-text {
    font-size: 13px;
    padding: 0 0 0 0;
  }
}

.copyright {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: NotoSerif !important;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 768px) {
  .copyright {
    font-size: 12px;
    right: 10px;
  }
  .no-page .copyright {
    font-size: 10px;
  }
}

.img-link img {
  height: 120px;
}
@media (max-width: 768px) {
  .img-link img {
    height: 40px;
    max-width: none;
  }
}
.container-top__inner {
  display: flex;
  justify-content: space-between;
}
.container-top__inner__main-img {
  flex: 1 0 auto;
}
.container-top__inner__main-img > div {
  text-align: right;
}
@media (max-width: 768px) {
  .container-top__inner {
    flex-direction: column;
  }
  .container-top__inner__list {
    order: 2;
  }
  .container-top__inner__main-img {
    order: 1;
    align-self: flex-end;
  }
  .container-top__inner__main-img img {
    height: 210px;
  }
}

/* NO TOP ONLY */
.container-no-top {
  padding: 30px 30px 0 30px;
}
@media (max-width: 768px) {
  .container-no-top {
    padding: 60px 30px 30px;
  }
}
.container-no-top__inner {
  display: flex;
}
@media (max-width: 768px) {
  .container-no-top__inner {
    flex-direction: column;
    height: auto;
  }
}

.sticky-menu-container {
}
.sticky-menu-container__main {
  position: fixed;
  top: 90px;
  left: 30px;
  right: 30px;
}
.sticky-menu-container__main a {
  display: inline-block;
}
@media (max-width: 768px) {
  .sticky-menu-container__main {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sticky-menu-container img {
  display: block;
}

.container-no-top__main {
  flex: 1 0 300px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .container-no-top__main {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 auto;
  }
}
.container-no-top__main img {
  display: block;
}
/* no top menu */
.container-no-top__menu {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .container-no-top__menu {
    margin-left: 0px;
  }
}
.container-no-top__menu li {
  margin: 5px 0;
}
.container-no-top__menu li a {
  color: #333;
  font-family: "Roboto";
  font-size: 21px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.container-no-top__menu li a.current {
  color: #fff;
}

/* no top images */
.container-no-top__img-grid {
  flex: 1 1 calc(60% - 60px);
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 768px) {
  .container-no-top__img-grid {
    flex: 1 1 100%;
    display: flex;
    flex-flow: column nowrap;
  }
}
.img-grid__col {
  width: 50%;
}
@media (max-width: 768px) {
  .img-grid__col {
    width: 100%;
  }
  .img-grid__col:last-of-type {
    margin-bottom: 210px;
  }
}
.container-no-top__img-grid img {
  max-width: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .container-no-top__img-grid img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/**************
 * PARTS 
**************/
.no_logo {
  width: 221px;
}

/* People List */
@media (min-width: 769px) {
  .no-people-intro-text {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  body.no-page .no-people-intro-text {
    font-size: 13px;
  }
}
.people-list {
}
.people-list__item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: var(--space-no-b);
}
@media (max-width: 768px) {
  .people-list__item {
    margin-bottom: var(--space-no-d-sp);
  }
  .people-list__item:last-child {
    margin-bottom: var(--space-no-b-sp);
  }
}
@media (max-width: 768px) {
  .people-list__item {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.people-list__item__img {
  flex: 1 0 auto;
}
@media (max-width: 768px) {
  .people-list__item__img {
    margin-bottom: var(--space-no-e-sp);
  }
}
.people-list__item__img img {
  border-radius: 50%;
  max-width: 100%;
  width: 350px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.people-list__item__info {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .people-list__item__info {
    padding: 0 20px;
  }
}
.people-list__item__info__title {
  font-family: "Roboto" !important;
  font-weight: bold;
  font-size: 26px;
}
.people-list__item__info__name {
  font-family: "Roboto" !important;
  margin: 20px 0;
  font-weight: bold;
  font-size: 26px;
}
@media (min-width: 769px) {
  .people-list__item__info__text {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  body.no-page p.people-list__item__info__text {
    font-size: 13px;
  }
}

/* Head navi */
.head-navigator {
  position: relative;
  left: -70px;
  width: auto;
  display: inline-block;
}
.head-navigator__back {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.head-navigator a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .head-navigator {
    left: -20px;
  }
  .container--project-list .head-navigator {
    left: -20px;
  }
  .head-navigator a {
  }
}
.head-navigator__back img {
  position: relative;
  right: 90px;
}
.head-navigator__title img {
  height: 120px;
}
@media (max-width: 768px) {
  .head-navigator__back img {
    position: relative;
    height: 30px;
    right: 40px;
  }
  .head-navigator__title img {
    height: 40px;
    /* height: 60px; */
    /* max-width: none; */
  }
  /* プロジェクト詳細の画像幅は変動するため */
  .container--project-info .head-navigator__title img {
    max-width: 100%;
  }
}
.project_list-item img {
  height: 120px;
}
.project_list-item.link-no {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .project_list-item img {
    height: 40px;
    /* height: 60px; */
    object-fit: contain;
  }
  .project_list-item.link-no {
    margin-top: 22px;
  }
}

/* Project Info */
.project-info__subtitle {
  height: var(--space-i);
  font-family: NotoSerif !important;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* line-height: 24px; */
  letter-spacing: 2px;
  padding-left: 20px;
  line-height: 25px;
}
.container_text_box {
  padding-left: 20px;
  letter-spacing: 2px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .project-info__subtitle {
    height: var(--space-g-sp);
    font-size: 9px;
    padding-bottom: 5px;
  padding-left: 3px;
  letter-spacing: 2px;
  line-height: 15px;
  }
  .container_text_box {
  padding-left: 3px;
  letter-spacing: 2px;
  line-height: 20px;
}
}
.project-images {
  /* padding-bottom: var(--space-a); */
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  .project-images {
    padding-bottom: 100px;
  }
  .project-images_10 {
    padding-bottom: 10px;
  }
}
.project-images img {
  width: 100%;
  display: block;
}
/* About */
.about-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-img-title {
  margin-bottom: 120px;
}
.about-img-title img {
  height: 120px;
}
@media (max-width: 768px) {
  .about-img-title {
    margin-bottom: 65px;
  }
  .about-img-title img {
    height: 40px;
  }
}
.about-image--1 {
  width: 95%;
}
.about-image--1 img {
  width: 800px;
}
.about-image--2 {
}

@media (max-width: 768px) {
  .about-image--1 {
    width: 95%;
  }
  .about-image--2 {
    width: 75%;
    margin: 0 auto;
  }
}
.about-intro {
  font-family: NotoSerif !important;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px !important;
  letter-spacing: 1px;
}
.about-intro--jp {
  font-family: NotoSerifJP !important;
  /* Medium */
  font-weight: 400;
}
@media (max-width: 768px) {
  .about-intro {
    font-size: 14px;
  }
  .about-intro--jp {
    font-size: 13px;
  }
}
.about-image img {
  max-width: 80%;
}

/* Custom list */
.custom-list__container {
  margin: 40px 0 80px;
}
@media (max-width: 768px) {
  .custom-list__container {
    margin: 40px 0 40px;
  }
}
.custom-list_title {
  margin: 20px 0;
  font-size: 24px;
  font-family: NotoSerif !important;
  font-weight: 300;
  letter-spacing: 1px;
}
.custom-list_title_kanji {
  font-family: NotoSerifJP !important;
  font-weight: 400;
  font-size: 16pt;
}
.custom-list li {
  font-family: NotoSerif !important;
  font-size: 24px;
  font-weight: 300;
  list-style: none;
  padding-left: 20px;
  margin: 5px 0;
  letter-spacing: 1px;
}
.custom-list_kanji li {
  font-family: NotoSerif !important;
  font-size: 20px;
  font-weight: 300;
  list-style: none;
  padding-left: 20px;
  margin: 5px 0;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .custom-list_title_sp {
    font-family: NotoSerif !important;
    font-size: 14px;
  }
  .custom-list_title_kanji {
    font-size: 14px;
  }
  .custom-list_kanji li {
    font-size: 14px;
  }
  .custom-list li {
    font-family: NotoSerif !important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
  }
}

/* Company info */
.company-info {
  font-family: NotoSerif !important;
  font-weight: 300;
}
.company-info p {
  font-size: 24px;
  font-family: NotoSerif !important;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .company-info p {
    font-size: 14px;
  }
}
.company-info-text_1 {
  margin: 0 0 30px;
}
.company-info-text_2 {
  margin: 0 0 2px;
}
.company-info-text_3 {
  margin: 0 0 30px;
}
.company-info-text_4 {
  margin: 0 0 30px;
}
.company-info-text_5 {
}

/* Staff list */
.staff-list {
  margin: 30px 0 60px;
}
@media (max-width: 768px) {
  .staff-list {
    margin: 30px 0 30px;
  }
}
.staff-list dt {
  font-family: NotoSerif !important;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 1px;
}
.staff-list dd {
  font-family: NotoSerif !important;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .staff-list dt {
    font-size: 14px;
  }
  .staff-list dd {
    font-size: 14px;
  }
}
/* Award List */
.award-list {
  font-family: NotoSerif !important;
  font-weight: 300;
  letter-spacing: 1px;
}
.award-list li {
  font-size: 24px;
  /* line-height: 22px; */
  font-family: NotoSerif !important;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .award-list li {
    font-size: 14px;
  }
}

/* Utility */
.d-flex {
  display: flex;
}
.text-center {
  text-align: center !important;
}
.fw-b {
  font-weight: 700 !important;
}
@media (min-width: 769px) {
  .container-no-about p.fw-b {
    font-weight: 900;
    font-size: 21px;
    letter-spacing: 1px;
  }
}
.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .d-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .d-none-sp {
    display: none !important;
  }
}

/* Modal */
/* Overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 9999;
  color: white;
  font-size: 2rem;
  visibility: hidden;
}
.overlay-menu {
  margin-top: 90px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 auto;
}
#overlay.active {
  visibility: visible;
}
@media (max-width: 768px) {
  body.no-page .active .no_logo {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 768px) {
  #overlay .container-no-top__menu li {
    line-height: 1.0em;
  }
}
.hidden {
  display: none;
}
body.no-scroll {
  overflow: hidden;
}
