@charset "UTF-8";
/* ===============================
Base（基礎）
================================= */
/* =========================
PC
========================= */
/* =========================
SP
========================= */
/* =========================
SP（359px以下想定）
========================= */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html,
body {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #EFEFEF;
  font-weight: 500;
}
body.is-top {
  background-color: #FF2C00;
}

main {
  flex: 1;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #FF2C00;
  }
}
@media (hover: hover) and (pointer: fine) {
  .is-top a:hover {
    color: #ffffff;
  }
}

/* ===============================
Component（部品）
================================= */
/* ===============================
Base（基礎）
================================= */
/* ==============================
component
================================= */
.c-sp-pankuzu {
  font-size: 12px;
  color: #FF2C00;
  margin-bottom: clamp(0px, 9.3333333333vw, 35px);
  line-height: 1;
  font-weight: 600;
  font-family: "Inter";
}

/* ==============================
layout
================================= */
.l-inner {
  width: min(90%, 1230px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 90%;
    max-width: 390px;
  }
}

/* ==============================
utility
================================= */
.u-font-inter {
  font-family: "Inter";
}

/* ぶら下げインデント */
.u-kome {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* 横並び */
.u-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .u-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* ==============================
utility - responsive display
================================= */
/* PCのみ非表示 */
@media screen and (min-width: 1231px) {
  .u-hidden-pc {
    display: none !important;
  }
}
/* タブレットのみ非表示 */
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .u-hidden-pad {
    display: none !important;
  }
}
/* SPのみ非表示 */
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
/* ==============================
utility - only display
================================= */
/* SPのみ表示 */
.u-only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only-sp {
    display: block;
  }
}

/* タブレットのみ表示 */
.u-only-pad {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .u-only-pad {
    display: block;
  }
}

/* PCのみ表示 */
.u-only-pc {
  display: none;
}
@media screen and (min-width: 1231px) {
  .u-only-pc {
    display: block;
  }
}

/* ===============================
Layout（構造）
================================= */
/* ===============================
Base（基礎）
================================= */
/* body:not(.is-top) {
    padding-top: 70px;
} */
body:not(.is-top) main {
  margin-top: 70px;
  /* background-color: #afa665; */
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /* background-color: #831818ce; */
}
@media screen and (max-width: 767px) {
  header {
    text-align: center;
  }
}
header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100vw;
  padding: 0 3%;
  font-size: clamp(13px, 0.9375vw, 18px);
  font-weight: 600;
  font-family: "Inter";
}
@media screen and (max-width: 767px) {
  header ul {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100svh;
    flex-direction: column;
    justify-content: center;
    font-size: clamp(10px, 6.4vw, 24px);
    gap: 30px;
    background: #EFEFEF;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    padding-top: 50px;
  }
}
header ul li {
  text-align: center;
  min-width: 5em;
}
header ul.is-open {
  opacity: 1;
  pointer-events: auto;
}
header svg {
  width: 112px;
  fill: #000000;
}
@media screen and (max-width: 767px) {
  header svg {
    width: 88px;
  }
}
@media (hover: hover) and (pointer: fine) {
  header svg:hover {
    animation: flashFill 0.2s ease forwards;
  }
}
@keyframes flashFill {
  0% {
    fill: #FF2C00;
  }
  100% {
    fill: #000000;
  }
}

.header-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100vw;
  padding: 0 3%;
  height: 70px;
  gap: 10px;
}
.header-sp > span {
  width: 28px;
  height: 10px;
}
.header-sp .header-toggle {
  width: 28px;
  height: 10px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.header-sp .header-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: 0.3s ease;
}
.header-sp .header-toggle span:nth-child(1) {
  top: 0;
}
.header-sp .header-toggle span:nth-child(2) {
  bottom: 0;
}
.header-sp .header-toggle.is-open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
.header-sp .header-toggle.is-open span:nth-child(2) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}

.is-news .header-news a,
.is-about .header-about a,
.is-works .header-works a,
.is-members .header-members a,
.is-recruit .header-recruit a {
  color: #FF2C00;
  cursor: default;
  pointer-events: none;
}

.is-works-info .header-works a {
  color: #FF2C00;
}

@media screen and (max-width: 767px) {
  .is-top header ul {
    background: #FF2C00;
  }
}
.is-top .header-top a {
  cursor: default;
  pointer-events: none;
}
.is-top .header-top a:hover {
  fill: #000000;
}

/* ===============================
Base（基礎）
================================= */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(0px, 2.0833333333vw, 40px) 4%;
}
footer small {
  font-size: 10px;
  color: #777777;
  font-family: "Inter";
}
footer .foote-top-btn {
  position: relative;
}
footer .foote-top-btn::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer .foote-top-btn:hover::before {
  border-color: #FF2C00;
}
footer .foote-instagram {
  text-decoration: underline;
  font-size: clamp(13px, 1.0416666667vw, 20px);
  font-weight: 600;
  font-family: "Inter";
}

body:not(.is-works):not(.is-works-info) .foote-top-btn,
body:not(.is-works):not(.is-works-info) .foote-instagram {
  display: none;
}

/* ===============================
Base（基礎）
================================= */
/* ==============================


top


=================================*/
.kv {
  position: relative;
  overflow: hidden;
  height: 100svh;
  width: 100vw;
}
.kv ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kv ul li {
  position: absolute;
  inset: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  width: 100vw;
  animation: fade 15s infinite;
}
@media screen and (max-width: 767px) {
  .kv ul li {
    animation: fade-sp 12s infinite;
  }
}
.kv ul li img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .kv ul li img {
    width: 90%;
  }
}
.kv ul li.visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== PC 5枚（3秒刻み）===== */
.u-hidden-sp.kv li:nth-child(1) {
  animation-delay: 0s;
}

.u-hidden-sp.kv li:nth-child(2) {
  animation-delay: 3s;
}

.u-hidden-sp.kv li:nth-child(3) {
  animation-delay: 6s;
}

.u-hidden-sp.kv li:nth-child(4) {
  animation-delay: 9s;
}

.u-hidden-sp.kv li:nth-child(5) {
  animation-delay: 12s;
}

/* ===== SP 4枚（3秒刻み）===== */
.u-only-sp.kv li:nth-child(1) {
  animation-delay: 0s;
}

.u-only-sp.kv li:nth-child(2) {
  animation-delay: 3s;
}

.u-only-sp.kv li:nth-child(3) {
  animation-delay: 6s;
}

.u-only-sp.kv li:nth-child(4) {
  animation-delay: 9s;
}

/* ===== 当初のフェードそのまま ===== */
@keyframes fade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-sp {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==============================


about


=================================*/
.is-about main {
  padding: clamp(0px, 7.8125vw, 150px) 0 0;
}
.is-about main .l-inner {
  width: min(65%, 1230px);
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .is-about main .l-inner {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .is-about main {
    padding: 30px 0;
  }
  .is-about main .l-inner,
  .is-about main .l-inner.cmn-sp-pankuzu {
    width: 88%;
  }
}

.about-s-mv {
  margin-bottom: clamp(0px, 6.25vw, 120px);
}
@media screen and (max-width: 767px) {
  .about-s-mv {
    margin-bottom: 40px;
  }
}
.about-s-mv .u-flex {
  gap: clamp(0px, 1.0416666667vw, 20px);
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .about-s-mv .u-flex {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .about-s-mv .u-flex {
    gap: clamp(0px, 17.3333333333vw, 65px);
  }
}
@media screen and (max-width: 767px) {
  .about-s-mv .about-s-mv__ttl {
    text-align: center;
  }
}
.about-s-mv .about-s-mv__ttl h1 {
  font-size: clamp(13px, 1.3541666667vw, 26px);
  margin-bottom: clamp(0px, 2.0833333333vw, 40px);
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about-s-mv .about-s-mv__ttl h1 {
    font-size: clamp(10px, 5.0666666667vw, 19px);
    margin-bottom: clamp(0px, 13.3333333333vw, 50px);
    text-align: left;
  }
}
.about-s-mv .about-s-mv__ttl img {
  max-width: 175px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .about-s-mv .about-s-mv__ttl img {
    max-width: clamp(0px, 53.3333333333vw, 200px);
  }
}
.about-s-mv .about-s-mv__info dl {
  display: grid;
  grid-template-columns: 8em 1fr;
  row-gap: clamp(0px, 1.0416666667vw, 20px);
  column-gap: clamp(0px, 1.0416666667vw, 20px);
  line-height: 1.6;
  font-size: clamp(13px, 0.8854166667vw, 17px);
}
@media screen and (max-width: 767px) {
  .about-s-mv .about-s-mv__info dl {
    grid-template-columns: clamp(0px, 26.6666666667vw, 100px) 1fr;
    row-gap: clamp(0px, 3.4666666667vw, 13px);
    column-gap: clamp(0px, 5.3333333333vw, 20px);
    font-size: clamp(10px, 3.2vw, 12px);
  }
}
.about-s-mv .about-s-mv__info dl dt,
.about-s-mv .about-s-mv__info dl dd {
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1230px) {
  .about-s-award .l-inner {
    width: min(78%, 1920px);
  }
}
.about-s-award h2 {
  font-size: 20px;
  color: #FF2C00;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1;
  font-family: "Inter";
}
@media screen and (max-width: 767px) {
  .about-s-award h2 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.about-s-award p {
  font-size: clamp(13px, 0.78125vw, 15px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .about-s-award p {
    font-size: 10px;
  }
}

/* ==============================


member


=================================*/
.is-members main {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .is-members main {
    padding: 30px 0;
  }
}
.is-members main .l-inner {
  width: min(90%, 1050px);
}
.is-members .members-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(0px, 2.0833333333vw, 40px) clamp(0px, 2.6041666667vw, 50px);
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .is-members .members-list {
    gap: clamp(0px, 2.8645833333vw, 55px) 0px;
  }
}
@media screen and (max-width: 767px) {
  .is-members .members-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}
.is-members .members-list li {
  width: calc(33% - clamp(0px, 2.6041666667vw, 50px));
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .is-members .members-list li {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .is-members .members-list li {
    width: 100%;
  }
}
.is-members .members-list li p:nth-of-type(1) {
  color: #777777;
  font-size: 11px;
  margin-bottom: 5px;
  font-family: "Inter";
  line-height: 1.4;
  min-height: 2.8em;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .is-members .members-list li p:nth-of-type(1) {
    font-size: clamp(10px, 3.7333333333vw, 14px);
    margin-bottom: 8px;
    min-height: inherit;
  }
}
.is-members .members-list li p:nth-of-type(2) {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Inter";
}
@media screen and (max-width: 767px) {
  .is-members .members-list li p:nth-of-type(2) {
    font-size: clamp(10px, 6.6666666667vw, 25px);
    margin-bottom: 12px;
  }
}
.is-members .members-list li p:nth-of-type(3) {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .is-members .members-list li p:nth-of-type(3) {
    font-size: clamp(10px, 3.2vw, 12px);
    line-height: 1.8;
    margin-bottom: 15px;
  }
}
.is-members .members-list li a {
  font-size: 13px;
  text-decoration: underline;
  font-family: "Inter";
}
@media screen and (max-width: 767px) {
  .is-members .members-list li a {
    font-size: 10px;
  }
}

/* ==============================


recruit


=================================*/
.is-recruit .recruit-mv {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.8;
  font-size: clamp(13px, 1.4583333333vw, 28px);
}
@media screen and (max-width: 767px) {
  .is-recruit .recruit-mv {
    font-size: clamp(10px, 5.3333333333vw, 20px);
  }
}

/* ==============================


news


=================================*/
.news-ctr {
  height: calc(100% - 20px);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-ctr .news-wrap {
  position: relative;
  max-width: clamp(0px, 46.875vw, 900px);
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news-ctr .news-wrap {
    max-width: 400px;
    width: 88%;
  }
}
.news-ctr .news-wrap .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 38vh;
  overflow-y: auto;
  font-size: clamp(13px, 1.0416666667vw, 20px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-ctr .news-wrap .news-list {
    height: 35vh;
    font-size: clamp(10px, 3.2vw, 12px);
  }
}
.news-ctr .news-wrap .news-list li a,
.news-ctr .news-wrap .news-list li div {
  display: grid;
  grid-template-columns: 8em 1fr;
  margin-bottom: clamp(0px, 3.125vw, 60px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-ctr .news-wrap .news-list li a,
  .news-ctr .news-wrap .news-list li div {
    grid-template-columns: 1fr;
    margin-bottom: clamp(0px, 5.3333333333vw, 20px);
  }
}
.news-ctr .news-wrap .news-list li a time,
.news-ctr .news-wrap .news-list li div time {
  color: #777777;
  font-family: "Inter";
}
@media screen and (max-width: 767px) {
  .news-ctr .news-wrap .news-list li a time,
  .news-ctr .news-wrap .news-list li div time {
    margin-bottom: clamp(0px, 0.8vw, 3px);
    line-height: 1;
    font-size: 10px;
  }
}
.news-ctr .news-wrap .news-list li a:hover time {
  color: #FF2C00;
}
.news-ctr .news-wrap .news-list li a p {
  text-decoration: underline;
}

.news-btn {
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.news-btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.news-btn::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.news-btn.news-btn--down {
  left: calc(50% + 30px);
  bottom: -50px;
}
.news-btn.news-btn--up {
  left: calc(50% - 30px);
  bottom: -55px;
}
.news-btn.news-btn--up::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ==============================


works


=================================*/
.is-works main {
  padding: 0px 0 80px;
}
@media screen and (max-width: 767px) {
  .is-works main {
    padding: 30px 0;
  }
}
.is-works main .l-inner {
  width: 94%;
}
@media screen and (max-width: 767px) {
  .is-works main .l-inner {
    width: 90%;
  }
}

.works-ctr {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 0;
}
@media screen and (max-width: 767px) {
  .works-ctr {
    flex-direction: column;
    align-items: center;
  }
}
.works-ctr li {
  position: relative;
  margin: 0 17.5px;
  width: calc(25% - 35px);
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .works-ctr li {
    width: calc(33% - 35px);
  }
}
@media screen and (max-width: 767px) {
  .works-ctr li {
    width: 100%;
    margin: 0;
  }
}
.works-ctr li p {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  background-color: #FF2C00;
  font-size: 11px;
  line-height: 1.4;
  padding: 10px 2%;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .works-ctr li {
    font-size: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .works-ctr li:hover p {
    opacity: 1;
    color: #000000;
  }
  .works-ctr li:hover img {
    filter: grayscale(100%);
  }
}

/* ==============================


works info


=================================*/
.is-works-info main {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .is-works-info main {
    padding: 30px 0;
  }
}
.is-works-info main .l-inner {
  width: min(90%, 1000px);
}

.works-i-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.works-i-txt {
  font-size: 11px;
  color: #777777;
  line-height: 1.4;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .works-i-txt {
    font-size: 10px;
  }
}
