@charset "UTF-8";
#top #top-link img {
  display: block;
  margin-bottom: 16px;
  border: 1px solid #eaeaea;
}

#top #top-link p {
  margin: 0 10px;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-indent: 0.05em;
  text-align: center;
}

#top #top-contact h1 {
  margin: 0;
  padding-top: 15px;
  font-size: 26px;
  letter-spacing: 0.1em;
}

#top #top-contact .text {
  padding-top: 21px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

#top #top-contact .link {
  margin-top: 30px;
}

#top #top-contact .link a {
  display: block;
  width: 380px;
  height: 70px;
  margin-left: 39px;
  border-radius: 10px;
  background: #bcaaaa;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.05em;
  line-height: 65px;
  color: white;
  text-decoration: none;
  text-align: center;
}

.works-archive .timeline time,
.works-archive .timeline h1,
.works-archive .timeline p {
  transition: opacity 300ms ease;
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-indent: 0;
  text-align: left;
}

.works-archive .timeline time {
  margin-top: 8px;
  font-size: 12px;
  font-family: 'Source Sans Pro';
  letter-spacing: 0.2em;
}

.works-archive .timeline h1 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

#navigation .main {
  margin: 0 0 0 70px;
  font-size: 15px;
  line-height: 0.5;
}

/* 2025 */
.archive-categories2 {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 42px 30px;
  padding: 0;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-indent: 0.1em;
}
.archive-categories2 li {
  list-style: none;
  margin: 8px 30px;
}
.archive-categories2 a {
  color: inherit;
  text-decoration: none;
}
.archive-categories2 a:hover {
  text-decoration: underline;
  opacity: 1;
}
.archive-categories2 li.active a {
  text-decoration: underline;
}

html, body,
#header .floater,
#header.top.white .floater,
#navigation,
#footer {
  background-color: #f6f2f2;
}

#header #logo {
  padding: 2px 0 0 28px;
}

#navigation {
  overflow-y: auto;
  max-height: 100svh;
}

#navigation #nav-logo {
  padding-top: 13px;
  padding-left: 34px;
  padding-bottom: 60px;
}

#navigation .main {
  margin-left: 65px;
}

#navigation .main + .main {
  margin-top: 13px;
}

#navigation .main br {
  display: none;
}

#navigation .main .en {
  display: inline-block;
  width: 95px;
}

#navigation .main .ja {
  font-size: 12px;
}

#navigation .sns {
  margin-top: 56px;
  margin-left: 77px;
  margin-bottom: 28px;
}

#navigation .small {
  margin: 19px 0 0 77px;
  font-size: 14px;
}

#navigation:after {
  content: '';
  display: block;
  height: 24px;
}

#footer {
  padding-top: 58px;
}

#footer .limit {
  width: auto;
  padding: 0 3.3%;
}

#footer #footer-logo {
  margin: 0;
}

#footer .sns {
  margin: 42px 0 0;
}

#footer #footer-text-1 {
  margin: 24px 0 0;
}

#footer #footer-nav {
  float: right;
  width: fit-content;
  margin: 0;
}

#footer #footer-nav .main {
  padding-top: 10px;
}

#footer .links {
  margin-top: 53px;
}

#footer .links p {
  margin: 0;
}

#footer .links p + p {
  margin-top: 18px;
}

#footer .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 41px;
  border: 1px solid #808080;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #808080;
  text-decoration: none;
  transition: color 300ms ease, border-color 300ms ease;
}
#footer .links a:hover {
  color: #1a1a1a;
  border-color: #1a1a1a;
  opacity: 1;
}

#footer .links img {
  margin-right: 10px;
}

#footer #copyright {
  margin: 98px 0 0;
  padding-bottom: 45px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
}

#top #top-images .scene-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: visible;
  transition: opacity 600ms ease, visibility 600ms ease;
  width: 100%;
  height: 100vh;
}
#top #top-images .scene-1.show {
  opacity: 1;
  visibility: visible;
}
#top #top-images .scene-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
}
#top #top-images .scene-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1200ms ease, visibility 1200ms ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: white;
}
#top #top-images .scene-2.show {
  opacity: 1;
  visibility: visible;
}
#top #top-images .scene-2 img {
  opacity: 1;
  visibility: visible;
}
#top #top-images .scene-2 img + p {
  margin: 60px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(30 / 20);
  letter-spacing: 0.17em;
  text-indent: 0.17em;
}
#top #top-images .scene-2 img + p + p {
  margin: 26px 0 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.055em;
  text-indent: 0.055em;
}
#top #top-images .screen {
  position: relative;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1200ms ease, visibility 1200ms ease;
}
#top #top-images .screen.show {
  opacity: 1;
  visibility: visible;
}
#top #top-images:after {
  z-index: 4;
}

#top #top-about {
  width: 1078px;
  margin-top: 62px;
  padding-bottom: 44px;
}

#top #top-about h1 img:first-child {
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

#top #top-about .text {
  margin: 37px auto 0;
  width: fit-content;
  font-size: 14px;
  line-height: calc(30 / 14);
  letter-spacing: 0.032em;
}

#top #top-about .to-about {
  margin-top: 55px;
}

#top #top-link p {
  font-size: 18px;
}

#top #top-link .ja {
  font-size: 15px;
}

#top #top-contact a {
  color: inherit;
  text-decoration: underline;
}
#top #top-contact a:hover {
  opacity: 0.6;
  transition: opacity 300ms ease;
}

#top #top-contact h1 {
  padding-top: 54px;
  font-size: 24px;
}
#top #top-contact .text {
  padding-top: 78px;
  font-size: 15px;
  line-height: calc(30 / 15);
}
#top #top-contact .control {
  display: flex;
  padding-bottom: 14px;
}
#top #top-contact .button-map {
  box-sizing: border-box;
  display: block;
  height: 33px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #bcaaaa;
  outline: 0;
  background: transparent;
  cursor: pointer;
  transition: background-color 300ms ease, color 300ms ease;
  color: #bcaaaa;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#top #top-contact .button-map + button {
  margin-left: 19px;
}
#top #top-contact .button-map.active, #top #top-contact .button-map:hover {
  background: #bcaaaa;
  color: white;
}
#top #top-contact .mapScreen {
  position: relative;
  width: 488px;
  height: 480px;
  opacity: 0;
  transition: opacity 300ms ease;
}
#top #top-contact iframe {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  border: 0 !important;
  outline: 0 !important;
}
#top #top-contact iframe + iframe {
  opacity: 0.000001;
  pointer-events: none;
  transition: opacity 300ms ease;
}
#top #top-contact iframe + iframe.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

#top #top-contact-2 {
  width: 1000px;
  margin: 0 auto 100px;
  padding-top: 33px;
}
#top #top-contact-2 h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#top #top-contact-2 .text {
  margin: 35px 0 0;
  font-size: 15px;
  line-height: calc(30 / 15);
  letter-spacing: 0.05em;
}
#top #top-contact-2 .link {
  width: 380px;
  margin: -78px 55px 0 auto;
}
#top #top-contact-2 .link a {
  display: block;
  width: 380px;
  height: 80px;
  border-radius: 10px;
  background: #bcaaaa;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 75px;
  color: white;
  text-decoration: none;
  text-align: center;
}
#top #top-contact-2 .link a:after {
  content: '▶';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 14px;
  font-size: 12px;
}

#top #top-works hgroup h2 {
  margin: 0 0 16px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#top #top-works .archive-categories {
  clear: both;
  margin: -38px 0 50px 60px;
  padding: 0;
}
#top #top-works .archive-categories li {
  float: left;
  list-style: none;
  font-size: 16px;
}
#top #top-works .archive-categories li.active a {
  text-decoration: underline;
}
#top #top-works .archive-categories li + li:before {
  content: '|';
  display: inline-block;
  margin: 0 26px 0 26px;
}
#top #top-works .archive-categories:after {
  content: '';
  display: block;
  clear: both;
}
#top #top-works .archive-categories a {
  color: inherit;
  text-decoration: none;
}

#about .about-menu p + p {
  margin-top: 3em;
}

#about article dl {
  margin: 0;
  padding: 4px 0 13px;
  line-height: 2;
}

#about article dt {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

#about article dd {
  margin: 7px 0 0 0;
  padding: 0;
}

#about article dd + dt {
  margin-top: 46px;
}

#about {
  position: relative;
}

#about .about-menu {
  pointer-events: none;
  height: auto;
}
#about .about-menu .limit {
  height: auto;
}
#about .about-menu.absolute {
  position: absolute;
  top: auto;
  bottom: 0;
}

#about .about-menu p {
  pointer-events: auto;
}

#lastOfContents {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

#about .article-1 .article-1-logo {
  left: 7px;
}

#about article .section-heading {
  margin: 0 0 42px;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 14px;
  padding-top: 84px;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1.36;
}

#about article .columnize {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about article .columnize section {
  width: calc(50% - 18px);
  margin: 30px 0 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
}
#about article .columnize h1 {
  margin: 0;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: inherit;
}
#about article .columnize p {
  margin: 0;
}

.expansionMessageContainer {
  position: relative;
  height: 480px;
  transition: height 1200ms ease;
  overflow: hidden;
}
.expansionMessageContainer > div {
  padding-bottom: 90px;
}
.expansionMessageContainer:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, rgba(246, 242, 242, 0), #f6f2f2);
}

.expansionMessageButton {
  --default-margin: 20px;
  --target-margin: -78px;
  display: block;
  width: 194px;
  height: 40px;
  margin: 36px auto 20px;
  padding: 0;
  border: 1px solid #1a1a1a;
  outline: 0;
  margin-bottom: var(--default-margin);
  background: transparent;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  transition: opacity 300ms ease, margin-bottom 1200ms ease;
}
.expansionMessageButton:hover {
  opacity: 0.6;
}
.expansionMessageButton.hide {
  pointer-events: none;
  opacity: 0;
  margin-bottom: -78px;
  margin-bottom: var(--target-margin);
}

#about article section h1.fz18 {
  font-size: 18px;
  line-height: calc(34 / 18);
  margin-bottom: 16px;
}

#flow .top section,
#flow .informations,
#flow .informations .fadein-container,
#flow .informations section::before {
  background-color: #f6f2f2;
}

#flow .informations section {
  margin-top: 0;
  padding-top: 80px;
}

#flow .informations img {
  top: 60px;
  mix-blend-mode: multiply;
}

#faq article img {
  mix-blend-mode: multiply;
}

#faq .faq-list .fadein-container {
  background-color: #f6f2f2;
}

#recruit .main-image {
  height: 700px;
}
