@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  transition: 0.3s ease;
}
html.black,
body.black {
  background-color: #000;
  color: #fff;
}
html.black a,
body.black a {
  color: #fff;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
}

html {
  font-size: 16px;
  font-family: "HelveticaNowText";
  color: #000;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-wrapper {
  width: 100%;
  height: 100%;
  padding-block: min(2.7vw, 52px) 0;
  padding-inline: min(2.7vw, 52px);
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-block: 15px 0;
    padding-inline: 15px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 32%;
  padding-block: min(2.7vw, 52px) 0;
  padding-inline: min(2.7vw, 52px) 0;
  max-width: 620px;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .l-header {
    background-color: #fff;
    overflow-y: none;
  }
}
.l-header::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-block: 15px 0;
    padding-inline: 15px;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .l-header.top {
    height: 100%;
    padding-block: 25px 0;
    background-color: transparent;
  }
}
.l-container {
  padding-block: 0 min(2.7vw, 52px);
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-block: 80px 25px;
  }
}
.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: min(2.7vw, 52px);
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0s 0.6s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-loading {
    padding: 25px;
  }
}
.l-loading.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-title {
    display: block;
    margin-bottom: 90px;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.03em;
  }
}
@keyframes loop_animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-loading {
  display: flex;
  align-items: flex-end;
}
.p-loading.hide {
  opacity: 0;
}
.p-loading_p {
  width: min(2vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-loading_p {
    width: 22px;
  }
}
.p-loading_p svg {
  width: 100%;
  height: auto;
}
.p-loading_dot {
  width: 6px;
  height: auto;
}
.p-loading_dot.hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-loading_dot {
    width: 4px;
  }
}
.p-loading_dot svg {
  width: 100%;
  height: auto;
}
.p-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-size: min(2.9vw, 47px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header.top {
    display: flex;
    padding-inline: 10px;
  }
}
.p-header.small .p-header_title {
  width: 40%;
}
.p-header.small .p-header_nav-bottom {
  max-width: fit-content;
}
.p-header.small a, .p-header.small span {
  font-size: 5vw;
}
.p-header_title {
  width: min(19.2vw, 291px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-header_title {
    width: 190px;
  }
}
.p-header_title img {
  display: block;
  width: 100%;
  height: auto;
}
.p-header_nav {
  margin-top: min(2vw, 29px);
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .p-header_nav {
    margin-top: 4vw;
    max-width: 100%;
  }
}
.p-header_nav a, .p-header_nav span {
  color: #000;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-header_nav a, .p-header_nav span {
    font-size: 8.5vw;
  }
}
.p-header_nav-top {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 1520px) {
  .p-header_nav-top {
    gap: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header_nav-top {
    gap: 22vw;
  }
}
.p-header_nav-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 458px;
}
@media screen and (max-width: 767px) {
  .p-header_nav-bottom {
    max-width: 100%;
  }
}
.p-header_nav-bottom a:nth-child(2n), .p-header_nav-bottom span:nth-child(2n) {
  text-align: right;
}
.p-header_nav-link:nth-child(2n) {
  text-align: right;
}
.p-header_button {
  position: relative;
  z-index: 1000;
  width: fit-content;
  cursor: pointer;
}
.p-header_button::selection {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-header_button {
    font-size: 8.5vw;
  }
}
.p-header_button.page {
  pointer-events: none;
}
.p-header_info {
  margin-top: min(3.6vw, 58px);
  margin-bottom: min(2.7vw, 52px);
}
@media screen and (max-width: 767px) {
  .p-header_info {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 8.3vw;
    letter-spacing: -0.03em;
  }
  .p-header_info.page {
    display: none;
  }
}
.p-header_detail {
  margin-bottom: min(2.7vw, 52px);
}
.p-header_detail p {
  margin-top: min(1.5vw, 30px);
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-header_detail {
    display: none;
  }
}
.p-header_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
  }
}
.p-header_sp-title {
  width: 70px;
}
.p-header_sp-title img {
  width: 100%;
  height: auto;
}
.p-header_sp-nav {
  display: flex;
  gap: 10px;
}
.p-header_sp-nav a, .p-header_sp-nav span {
  display: block;
  margin-top: -3px;
  font-size: 11px;
  color: #000;
  line-height: 1;
}
.p-top {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% - min(36%, 640px));
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top {
    width: 100%;
  }
}
.p-top_bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}
.p-top_bg img.show {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.p-works {
  width: 100%;
  padding-left: min(36%, 640px);
}
@media screen and (max-width: 767px) {
  .p-works {
    padding-left: 0;
  }
}
.p-works_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .p-works_list {
    grid-template-columns: 1fr;
  }
}
.p-works_list a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-works_list a {
    padding-top: 133%;
  }
}
.p-works_list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.p-works_list a img:hover {
  transform: scale(1.05);
}
.p-works_single {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(1.5vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-works_single {
    gap: 14px;
  }
}
.p-works_single figure {
  margin: 0;
  padding: 0;
}
.p-works_single img {
  width: 100%;
  height: auto;
}
.p-works_single p {
  margin-block: 1.5em;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-works_single p {
    font-size: 16px;
  }
}
.p-works_single p, .p-works_single img {
  opacity: 0;
  transition: 1s 0.3s ease opacity;
}
.p-works_single p.show, .p-works_single img.show {
  opacity: 1;
}
.p-works_detail {
  margin-bottom: min(2.7vw, 52px);
}
@media screen and (max-width: 767px) {
  .p-works_detail {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.p-works_detail p {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-works_detail p {
    font-size: 13px;
  }
}
.p-works_arrow {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: min(13vw, 250px);
}
@media screen and (max-width: 767px) {
  .p-works_arrow {
    position: static;
    top: 0;
    left: 0;
    margin-top: 60px;
    margin-left: 10px;
  }
}
.p-works_arrow a {
  display: block;
  width: 65px;
}
.p-works_arrow a img {
  width: 100%;
  height: auto;
}
.p-about {
  width: 100%;
  padding-top: min(4.6vw, 90px);
  padding-left: min(40%, 640px);
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 0;
    padding-left: 0;
  }
}
.p-about_list {
  display: flex;
  flex-direction: column;
  gap: min(5.8vw, 112px);
}
@media screen and (max-width: 767px) {
  .p-about_list {
    gap: 80px;
  }
}
.p-about_item {
  display: grid;
  grid-template-columns: min(12vw, 236px) 1fr;
}
@media screen and (max-width: 767px) {
  .p-about_item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-about_item h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-about_item h3 {
    font-size: 14px;
  }
}
.p-about_item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .p-about_item p {
    font-size: 12px;
  }
}
.p-about_item-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-about_item-content {
    gap: 30px;
  }
}
.p-news {
  width: 100%;
  padding-top: min(4.6vw, 90px);
  padding-left: min(36%, 640px);
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 0;
    padding-left: 0;
  }
}
.p-news_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(4.8vw, 94px);
}
@media screen and (max-width: 767px) {
  .p-news_list {
    gap: 40px;
  }
}
.p-news_item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-news_item {
    flex-direction: column;
  }
}
.p-news_item-date {
  flex: 0 0 auto;
  width: min(15vw, 235px);
  font-size: min(2.2vw, 24px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-news_item-date {
    margin-top: 30px;
    font-size: 14px;
  }
}
.p-news_item-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .p-news_item-title {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2;
  }
}
.p-news_item-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-news_item-content figure {
  margin: 0;
  padding: 0;
}
.p-news_item-content img {
  width: 100%;
  height: auto;
}
.p-news_single {
  display: grid;
  grid-template-columns: 1fr;
  gap: min(1.5vw, 30px);
}
.p-news_single img {
  width: 100%;
  height: auto;
}
.p-contact {
  width: 100%;
  padding-top: min(4.6vw, 90px);
  padding-left: min(40%, 640px);
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 0;
    padding-left: 0;
  }
}
.p-contact_list {
  display: flex;
  flex-direction: column;
  gap: min(5.8vw, 112px);
}
.p-contact_item {
  display: grid;
  grid-template-columns: min(12vw, 236px) 1fr;
}
@media screen and (max-width: 767px) {
  .p-contact_item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-contact_item h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-contact_item h3 {
    font-size: 12px;
  }
}
.p-contact_item p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .p-contact_item p {
    font-size: 12px;
  }
}
.p-contact_item p a {
  color: #000;
}
.p-contact_item-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact_item-content {
    gap: 50px;
  }
}
.u-mgt-10 {
  margin-top: 10px !important;
}

.u-mgt-20 {
  margin-top: 20px !important;
}

.u-mgt-30 {
  margin-top: 30px !important;
}

.u-mgt-40 {
  margin-top: 40px !important;
}

.u-mgt-50 {
  margin-top: 50px !important;
}

.u-mgt-60 {
  margin-top: 60px !important;
}

.u-mgt-70 {
  margin-top: 70px !important;
}

.u-mgt-80 {
  margin-top: 80px !important;
}

.u-mgt-90 {
  margin-top: 90px !important;
}

.u-mgt-100 {
  margin-top: 100px !important;
}

.u-mgt-110 {
  margin-top: 110px !important;
}

.u-mgt-120 {
  margin-top: 120px !important;
}

.u-mgt-130 {
  margin-top: 130px !important;
}

.u-mgt-140 {
  margin-top: 140px !important;
}

.u-mgt-150 {
  margin-top: 150px !important;
}

.u-mgt-160 {
  margin-top: 160px !important;
}

.u-mgt-170 {
  margin-top: 170px !important;
}

.u-mgt-180 {
  margin-top: 180px !important;
}

.u-mgt-190 {
  margin-top: 190px !important;
}

.u-mgt-200 {
  margin-top: 200px !important;
}

/* ---------- sp/tab Show Hide ----------*/
@media screen and (min-width: 1024px) {
  .u-tab-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-tab-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

@keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-inview {
  opacity: 0;
  animation: fade_animation 1s 0.8s linear forwards;
}

.js-inview2 {
  opacity: 0;
  transition: 1s 0.3s ease opacity;
}
.js-inview2.show {
  opacity: 1;
}