@charset "UTF-8";
/* foundation */
@font-face {
  font-family: "myfont";
  src: url("../../assets/font/made_canvas_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "myfont";
  src: url("../../assets/font/made_canvas_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "myfont";
  src: url("../../assets/font/made_canvas_black.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* layout */
/* foundation */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
}
body.is-active {
  overflow: hidden;
}

.l-main {
  padding: 8rem 6rem;
  min-height: 100vh;
}

.l-wrap:not(:last-child) {
  margin-bottom: 12rem;
}

/* foundation */
.l-footer {
  position: sticky;
  bottom: 6rem;
  margin: 0 5rem;
}
.l-footer__btn {
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#3a3a3a), color-stop(45%, #272727), color-stop(70%, #393636), color-stop(85%, #424242), color-stop(90%, #3f3f3f));
  background: linear-gradient(0deg, #3a3a3a 0%, #272727 45%, #393636 70%, #424242 85%, #3f3f3f 90% 100%);
  color: #ffffff;
  font-size: 3rem;
  font-weight: 300;
  font-family: "myfont";
  text-align: center;
  letter-spacing: 0.2em;
  padding: 3.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.8rem 0 #062d25;
          box-shadow: 0 0.8rem 0 #062d25;
}

/* foundation */
.l-header {
  background: #060606;
}
.l-header img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
}
.l-header video {
  width: 100%;
  display: block;
}

/* Component */
/* foundation */
.c-head {
  margin-bottom: 3rem;
}
.c-head__type01 {
  font-family: "myfont", "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  position: relative;
  display: block;
  margin-bottom: 6rem;
  padding: 0 2rem;
  padding: 3rem 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.c-head__type01 span {
  position: relative;
  z-index: 10;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#111111), color-stop(45%, #5f5f5f), color-stop(70%, #5b5b5b), color-stop(85%, #000000), color-stop(90%, #0f0f0f));
  background: linear-gradient(0deg, #111111 0%, #5f5f5f 45%, #5b5b5b 70%, #000000 85%, #0f0f0f 90% 100%);
  -webkit-background-clip: text;
}
.c-head__type01 span::before {
  content: "";
  position: absolute;
  right: calc(100% + 0rem);
  top: 44%;
  width: 10rem;
  height: 0.2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#111111), color-stop(45%, #5f5f5f), color-stop(70%, #7e7e7e), color-stop(85%, #000000), color-stop(90%, #0f0f0f));
  background: linear-gradient(0deg, #111111 0%, #5f5f5f 45%, #7e7e7e 70%, #000000 85%, #0f0f0f 90% 100%);
  opacity: 0.4;
}
.c-head__type01 span::after {
  content: "";
  position: absolute;
  left: calc(100% + 0rem);
  top: 44%;
  width: 10rem;
  height: 0.2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#111111), color-stop(45%, #5f5f5f), color-stop(70%, #7e7e7e), color-stop(85%, #000000), color-stop(90%, #0f0f0f));
  background: linear-gradient(0deg, #111111 0%, #5f5f5f 45%, #7e7e7e 70%, #000000 85%, #0f0f0f 90% 100%);
  opacity: 0.4;
}

/* foundation */
.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8rem;
  gap: 2rem;
}
.c-tab__item {
  width: 100%;
  text-align: center;
}
.c-tab__item a {
  font-family: "myfont", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 3rem;
  display: block;
  padding: 3rem 2rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#3a3a3a), color-stop(45%, #272727), color-stop(70%, #393636), color-stop(85%, #424242), color-stop(90%, #3f3f3f));
  background: linear-gradient(0deg, #3a3a3a 0%, #272727 45%, #393636 70%, #424242 85%, #3f3f3f 90% 100%);
  -webkit-box-shadow: 0 0.8rem 0 rgb(3, 30, 24);
          box-shadow: 0 0.8rem 0 rgb(3, 30, 24);
  border-radius: 1.5rem;
  text-shadow: 1px 2px 0 #060606;
  cursor: pointer;
  text-transform: uppercase;
}
.c-tab__item a span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.c-tab__item a small {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  opacity: 0.7;
}
.c-tab__item a.is-active {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
  -webkit-box-shadow: 0 0.2rem 0 rgb(3, 30, 24);
          box-shadow: 0 0.2rem 0 rgb(3, 30, 24);
}
.c-tab--cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 6rem;
}
.c-tab--cat .c-tab__item a {
  font-size: 2rem;
}

.js-panel {
  display: none;
}
.js-panel.is-show {
  display: block;
}

/* foundation */
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem 2rem;
}
.c-card__item {
  width: calc((100% - 8rem) / 5);
}
.c-card__item-link {
  display: block;
}
.c-card__item-num {
  font-family: "myfont", "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #2b2b2b;
}
.c-card__item-img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 2.5rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.3rem 0 #060606;
          box-shadow: 0 0.3rem 0 #060606;
}
.c-card__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.c-card__item-post {
  font-family: "Quicksand", sans-serif;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 1.8rem;
  color: #2b2b2b;
}
.c-card__item-name {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: auto;
  color: #2b2b2b;
}

/* foundation */
.c-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.c-bnr__item {
  width: 100%;
}
.c-bnr__item a {
  height: 30rem;
  display: block;
  background: #eeeeee;
  overflow: hidden;
}

/* foundation */
.modal {
  z-index: 100;
  position: relative;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__close {
  background: transparent;
  border: 0;
  font-size: 3rem;
}
.modal__header .modal__close:before {
  content: "✕";
}
.modal__content {
  margin-top: 2rem;
}
.modal__btn {
  font-size: 0.875rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* Project */
/* foundation */
/* foundation */
.p-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-bottom: 8rem;
}
.p-article__thumb {
  width: 45rem;
}
.p-article__thumb img {
  width: 100%;
  aspect-ratio: 1/1.35;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
}
.p-article__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-article__detail01 {
  color: #2b2b2b;
}
.p-article__detail01 dt {
  font-family: "myfont", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.p-article__detail01 dd {
  font-size: 3.2rem;
}
.p-article__detail01 dd span {
  font-family: "Quicksand", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 1.5rem;
  letter-spacing: 0.08em;
}
.p-article__detail02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0;
}
.p-article__detail02 li {
  padding: 1.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  border-radius: 1rem;
  background: #2b2b2b;
  color: #ffffff;
}
.p-article__detail03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin: 3rem 0;
  color: #2b2b2b;
  padding: 4rem;
  border-radius: 1rem;
  background: #f9f9f9;
}
.p-article__detail03 li {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p-article__detail04 {
  padding: 3rem;
  border: solid 1px #060606;
  margin-top: 4rem;
}
.p-article__detail04-ttl {
  font-size: 2rem;
}
.p-article__detail04-ttl span {
  position: relative;
  z-index: 10;
}
.p-article__detail04-txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-articlModal {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.p-articlModal__item {
  width: calc((100% - 12rem) / 5);
  border-radius: 1rem;
  overflow: hidden;
}

/* Utility *//*# sourceMappingURL=style.css.map */