/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/style.scss ***!
  \*****************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

div {
  margin: 0;
}

p {
  margin: 0px;
}

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

a:hover {
  text-decoration: none;
  cursor: pointer;
}

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

dl {
  list-style-type: none;
  margin: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

span {
  padding: 0;
}

html {
  font-size: 62.5%;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #222222;
}

body {
  background-color: #efefef;
}

p {
  font-feature-settings: "palt";
  letter-spacing: 0.16em;
  line-height: 2;
  font-weight: 400;
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  border-bottom: none;
}

@font-face {
  font-family: bootzy;
  src: url(../fonts/bootzy-condensed-tm.woff2);
}
.l-section {
  width: min(90%, 1300px);
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .l-section {
    margin-bottom: 200px;
  }
}

.l-subpage-section {
  width: min(90%, 1040px);
  margin: 0 auto;
  padding-top: 40px;
  margin-bottom: 120px;
}
@media screen and (min-width: 580px) {
  .l-subpage-section {
    padding-top: 80px;
    margin-bottom: 200px;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  z-index: 1;
  background-color: transparent;
}

.l-footer {
  width: 100%;
}

.c-header-nav {
  width: 100%;
  background-color: #efefef;
}

.c-header-nav__wrapper {
  width: 92%;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .c-header-nav__wrapper {
    padding: 32px 0px;
    align-items: center;
  }
}

.c-header-nav__logo-container {
  width: clamp(54px, 7vw, 64px);
}

.c-header-nav__btn-area {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c-header-nav__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: fixed;
  top: 120px;
  left: 0;
  padding: 8% 8% 8% 5%;
}
@media screen and (min-width: 580px) {
  .c-header-nav__list {
    flex-direction: row;
    transform: translateX(0%);
    position: static;
    padding: 0;
  }
}

.c-header-nav__item {
  font-size: 1.6rem;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #222222;
  letter-spacing: 0.08em;
}

.c-header-nav__overlay {
  background-color: #efefef;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-header-nav__bottom {
  position: fixed;
  bottom: 60px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 580px) {
  .c-header-nav__bottom {
    display: none;
  }
}

.c-header-nav__credit {
  font-size: 1.3rem;
  font-family: "Montserrat", "Arial", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.c-header-nav__credit a {
  text-decoration: underline;
}

.c-header-nav__copyright {
  font-size: 1.3rem;
  font-family: "Montserrat", "Arial", sans-serif;
}

.c-footer-nav__container {
  width: 100%;
  background-color: #222222;
  padding: 82px 0;
  position: relative;
}

.c-footer-nav {
  width: min(90%, 1300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-footer-nav__top {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  gap: 48px;
}
@media screen and (min-width: 820px) {
  .c-footer-nav__top {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-footer-nav__ttl {
  font-size: 2.4rem;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #f8f8f8;
  letter-spacing: 0.08em;
  line-height: 1.4;
  flex: 0 0 auto;
}
@media screen and (min-width: 820px) {
  .c-footer-nav__ttl {
    font-size: 3rem;
  }
}

.c-footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 1 auto;
}
@media screen and (min-width: 820px) {
  .c-footer-nav__list {
    flex-direction: row;
    align-items: center;
  }
}

.c-footer-nav__item {
  color: #f8f8f8;
  font-family: "Montserrat", "Arial", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}

.c-footer-nav__bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 820px) {
  .c-footer-nav__bottom {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.c-footer-nav__credit {
  font-family: "Montserrat", "Arial", sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #f8f8f8;
}
.c-footer-nav__credit a {
  text-decoration: underline;
}

.c-footer-nav__copyright {
  display: block;
  font-family: "Montserrat", "Arial", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  color: #f8f8f8;
}

.c-breadcrumbs {
  padding-top: 90px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 580px) {
  .c-breadcrumbs {
    padding-top: 120px;
  }
}

.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 1.3rem;
  color: #222222;
}

.c-breadcrumbs__item {
  position: relative;
  font-family: "Montserrat", "Arial", sans-serif;
}
.c-breadcrumbs__item a {
  color: #222222;
  font-weight: 400;
}
.c-breadcrumbs__item::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border-left: 1px solid #282828;
  transform: rotate(20deg) translateY(-50%);
  transform-origin: 50% 200%;
  position: absolute;
  top: 50%;
  right: -1.2em;
}

.c-breadcrumbs__item:last-child {
  color: #878787;
  width: 100px; /* 適宜調整 */
  white-space: nowrap; /* テキストを折り返さない */
  overflow: hidden; /* コンテンツがオーバーフローした場合に隠す */
  text-overflow: ellipsis; /* オーバーフローしたテキストの末尾を省略記号で表示 */
}
@media screen and (min-width: 450px) {
  .c-breadcrumbs__item:last-child {
    width: 50%;
  }
}

.c-btn__page-link {
  opacity: 1;
  transition: opacity 0.3s 0s ease-in-out;
  font-family: "Montserrat", "Arial", sans-serif;
  display: block;
  width: 100%;
}
.c-btn__page-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s 0s ease-in-out;
}

.c-btn__subpage-link {
  opacity: 1;
  transition: opacity 0.3s 0s ease-in-out;
  font-family: "Montserrat", "Arial", sans-serif;
  display: block;
  width: 100%;
}
.c-btn__subpage-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s 0s ease-in-out;
}

.c-btn__primary {
  display: block;
  width: 131px;
  margin: 0 auto;
  background-color: #222222;
  text-align: center;
  padding: 12px 0px;
  color: #f8f8f8;
  font-family: "Montserrat", "Arial", sans-serif;
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .c-btn__primary {
    margin: 0 auto 0 0;
  }
}

.c-btn__menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.c-btn__menu-toggle span {
  width: 32px;
  height: 3px;
  background-color: #222222;
}
@media screen and (min-width: 580px) {
  .c-btn__menu-toggle {
    display: none;
  }
}

.c-btn__page-to-top {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 30px;
}
@media screen and (min-width: 580px) {
  .c-btn__page-to-top {
    left: 95%;
  }
}
.c-btn__page-to-top svg {
  display: block;
}

.c-toggle-menu__overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
}

.c-toggle-menu__nav {
  width: 90%;
  min-height: 100vh;
  font-size: 16px;
  padding: 180px 0;
  background-color: #111;
  position: fixed;
  top: 0;
}

.c-toggle-menu__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 90%;
  margin: 0 auto;
}

.c-toggle-menu__item {
  padding-bottom: 32px;
}
.c-toggle-menu__item:first-child, .c-toggle-menu__item:nth-child(2) {
  border-bottom: 1px solid #606060;
}
.c-toggle-menu__item a {
  color: #fff;
}

.c-section-ttl {
  font-family: "Montserrat", "Arial", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: clamp(2.6rem, 3vw, 3rem);
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .c-section-ttl {
    margin-bottom: 120px;
  }
}

.c-contact {
  width: min(90%, 1080px);
  margin: 0 auto;
  margin-bottom: 160px;
  text-align: center;
  background-color: #e1e1e0;
  padding: 12% 6%;
}
@media screen and (min-width: 820px) {
  .c-contact {
    padding: 80px 0;
  }
}

.c-contact__ttl {
  margin-bottom: 32px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
}

.c-contact__desc {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.c-contact__mail {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: clamp(1.2rem, 3.7vw, 1.8rem);
  text-align: center;
  letter-spacing: 0.09em;
  padding: 16px 10px;
  background-color: #f8f8f8;
  display: block;
  width: min(503px, 100%);
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .c-contact__mail {
    padding: 24px;
  }
}

.c-btn__contact {
  margin: 0 auto;
}

.c-subpage-head {
  background-color: #dddddd;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .c-subpage-head {
    padding: 160px 0 60px;
  }
}

.c-subpage-head__container {
  width: min(87%, 1180px);
  margin: 0 auto;
}

.c-subpage-head__ttl {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #222222;
  letter-spacing: 0.02em;
  padding-top: 8px;
  margin: 0;
}

.c-works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
  gap: 64px;
}
@media screen and (min-width: 960px) {
  .c-works__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(6vw, 100px);
  }
}

.c-works__item > a:hover .c-works__thum {
  transform: scale(1.05);
  transition: transform 0.7s;
}

.c-works__image-area {
  margin-bottom: 24px;
  border: 1px solid #d5d5d5;
  font-size: 0;
  overflow: hidden;
}

.c-works__thum {
  transition: transform 0.7s;
}

.c-works__title {
  font-size: 1.9rem;
  font-weight: 600;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
  line-height: 1;
}

.c-works__type {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #575757;
  font-weight: 300;
  line-height: 1;
}

.c-works__info-area {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.3rem;
  color: #222222;
  margin-bottom: 8px;
}

.c-works__category {
  letter-spacing: 0.02em;
}

.c-works__date {
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}

.c-form__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .c-form__group {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
  }
}

.c-form__label {
  flex: 1 0 auto;
  font-size: 1.6rem;
}

.c-form__input,
.c-form__textarea {
  flex: 0 1 536px;
  height: 40px; /* 任意の高さを設定 */
  max-height: 40px;
  padding: 13px 16px; /* 内側の余白 */
  border: 1px solid #dddddd; /* 境界線のスタイル */
  border-radius: 4px;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .c-form__input,
  .c-form__textarea {
    padding: 15px 18px; /* 内側の余白 */
  }
}

.c-form__textarea {
  margin-bottom: 48px;
  height: 375px; /* 任意の高さを設定 */
  max-height: 375px;
}
@media screen and (min-width: 580px) {
  .c-form__textarea {
    margin-bottom: 80px;
  }
}

.c-form__group--checkbox {
  width: 295px;
  margin: 0 auto;
  margin-bottom: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .c-form__group--checkbox {
    margin-bottom: 40px;
  }
}
.c-form__group--checkbox a {
  text-decoration: underline;
  color: blue;
}

.c-form__checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #dddddd;
}

.c-form__button {
  display: block;
  width: 127px;
  margin: 0 auto;
  background-color: #d2d2d2;
  color: #f8f8f8;
  text-align: center;
  padding: 12px 0;
  font-size: 1.6rem;
  border-radius: 20px;
  line-height: 1.6rem;
}

.c-form__required {
  color: red;
}

.c-filter-nav {
  margin-bottom: 40px;
}
@media screen and (min-width: 580px) {
  .c-filter-nav {
    margin-bottom: 82px;
  }
}

.c-filter-nav__toggle {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #e5e5e5;
  padding: 16px 16px;
  font-family: "Montserrat", "Arial", sans-serif;
  letter-spacing: 0.05em;
  color: #222222;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.c-filter-nav__toggle::after {
  content: "+";
  font-weight: 400;
  display: block;
  font-size: 2em;
  font-family: "Montserrat", "Arial", sans-serif;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 580px) {
  .c-filter-nav__toggle {
    display: none;
  }
}

.c-filter-nav__list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 580px) {
  .c-filter-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}

.c-filiter-nav__item {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 600;
  color: #222222;
  font-size: 1.5rem;
  padding: 0 16px;
  position: relative;
  background-color: #e5e5e5;
}
.c-filiter-nav__item::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #222222;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: 50% 50%;
}
@media screen and (min-width: 580px) {
  .c-filiter-nav__item {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    text-decoration: underline;
  }
  .c-filiter-nav__item::after {
    display: none;
  }
}

.c-loading-screen__overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 998;
}

.c-loading-screen__outer {
  background-color: #e5e5e5;
  width: 100%;
  height: 100vh;
  z-index: 999;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-loading-screen__outer img {
  max-width: 80px;
}

.c-slider-nav {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .c-slider-nav {
    bottom: 24px;
  }
}

.c-slider-nav__list {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.c-slider-nav__item {
  width: 12px;
  height: 12px;
  background-color: #f8f8f8;
  border-radius: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.p-index-hero {
  width: 96%;
  position: relative;
}

.p-index-hero__container {
  background: url(../img/slide/hero-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: cover;
  width: 100%;
  height: clamp(657px, 100vw, 800px);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .p-index-hero__container {
    background: url(../img/slide/hero-bg01.jpg);
    background-repeat: no-repeat;
    background-position: center 26px;
    background-size: cover;
    height: 100vh;
  }
}

.p-index-hero__image-area {
  width: 100%;
  max-width: min(80vh, 700px);
  position: absolute;
  inset: auto 50% 0 auto;
  transform-origin: center bottom;
  transform: translateX(15%) scale(1.1);
  filter: blur(6px);
  transition: all 0.6s 0s ease-in-out;
}

.p-index-hero__ttl-area {
  position: absolute;
  inset: 50% 50%;
  font-size: 8rem;
}

.p-index-hero__ttl {
  font-family: "bootzy", "Arial", sans-serif;
  line-height: 0.75;
  color: #f8f8f8;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.p-index-hero__ttl span {
  display: block;
  font-size: 0.58em;
}

.p-index-works__container {
  width: min(90%, 1300px);
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .p-index-works__container {
    margin-bottom: 240px;
  }
}

.p-index-works__outer {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .p-index-works__outer {
    margin-bottom: 120px;
  }
}

.p-index-works__btn {
  margin: 0 auto;
}

.p-index-about {
  width: min(96%, 1300px);
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .p-index-about {
    margin-bottom: 200px;
  }
}

.p-index-about__wrapper {
  width: min(100%, 1034px);
  padding: 10% 8%;
  background-color: #e5e5e5;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-index-about__wrapper {
    padding: 7% 13%;
  }
}

.p-index-about__image-area {
  width: 55px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.p-index-about__name {
  font-size: 23px;
  text-align: center;
  margin-bottom: 56px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.3;
}

.p-index-about__desc {
  font-size: 1.6rem;
  margin-bottom: 56px;
}

.p-index-about__btn {
  margin: 0 auto;
}

.p-about-main__container {
  display: grid;
  grid-template-areas: "name" "photo" "profile" "skill";
  column-gap: min(12vw, 160px);
}
@media screen and (min-width: 960px) {
  .p-about-main__container {
    grid-template-areas: "name name" "photo profile" "photo skill";
  }
}

.p-about-main__ttl {
  font-size: 1.8rem;
  font-family: "Montserrat", "Arial", sans-serif;
  letter-spacing: 0.04em;
  color: #222222;
  font-weight: 700;
  margin-bottom: 32px;
}

.p-about-main__name-area {
  grid-area: name;
}
@media screen and (min-width: 960px) {
  .p-about-main__name-area {
    margin-bottom: 80px;
  }
}

.p-about-main__name {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  color: #222222;
  margin-bottom: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.p-about-sub__name {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  color: #222222;
  margin-bottom: 72px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.p-about-main__photo-area {
  grid-area: photo;
  margin-bottom: 72px;
}
@media screen and (min-width: 960px) {
  .p-about-main__photo-area {
    margin-bottom: 80px;
  }
}

.p-about-main__photo-container {
  width: min(90%, 280px);
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-about-main__photo-container {
    width: min(100%, 373px);
    margin: 0 auto 0 0;
  }
}

.p-about-main__profile-area {
  grid-area: profile;
  margin-bottom: 72px;
}

.p-about-main__profile {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.14em;
  line-height: 2;
  font-size: 1.6rem;
  color: #222222;
}

.p-about-main__skill-area {
  grid-area: skill;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-about-main__skill-area .p-about-main__ttl {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.p-about-main__language-list,
.p-about-main__tools-list,
.p-about-main__cms-list {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #222222;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  font-size: 1.5rem;
}

.p-about-main__language-item::after {
  content: "/";
  display: inline;
  font-size: 1.6rem;
  font-family: "Montserrat", "Arial", sans-serif;
  padding: 0 0.4em;
}
.p-about-main__language-item:last-child::after {
  display: none;
}

.p-about-main__tools-item::after {
  content: "/";
  display: inline;
  font-size: 1.6rem;
  font-family: "Montserrat", "Arial", sans-serif;
  padding: 0 0.4em;
}
.p-about-main__tools-item:last-child::after {
  display: none;
}

.p-about-main__cms-item::after {
  content: "/";
  display: inline;
  font-size: 1.6rem;
  font-family: "Montserrat", "Arial", sans-serif;
  padding: 0 0.3em;
}
.p-about-main__cms-item:last-child::after {
  display: none;
}

.p-contact-main__container {
  width: min(90%, 840px);
}

.p-contact-page__description {
  font-size: 1.6rem;
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .p-contact-page__description {
    margin-bottom: 120px;
  }
}

.p-works-detail__container {
  width: min(90%, 1140px);
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .p-works-detail__container {
    margin-bottom: 120px;
  }
}

.p-works-detail__info-area {
  width: min(100%, 894px);
  margin: 0 auto;
  display: flex;
  gap: 25px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.6rem;
  flex: 0 0 auto;
  letter-spacing: 0.02em;
  align-items: center;
  margin-bottom: 56px;
}
@media screen and (min-width: 960px) {
  .p-works-detail__info-area {
    margin-bottom: min(7vw, 80px);
  }
}

.p-works-detail__date {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.7rem;
  flex: 0 0 auto;
  letter-spacing: 0.02em;
  line-height: 1;
}

.p-works-detail__category {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.6rem;
  flex: 1 0 auto;
  letter-spacing: 0.02em;
}

.p-works-detail__head {
  width: min(100%, 894px);
  margin: 0 auto;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  flex: 0 0 auto;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
@media screen and (min-width: 580px) {
  .p-works-detail__head {
    margin-bottom: 20px;
  }
}

.p-works-detail__image-area {
  margin-bottom: 56px;
}
@media screen and (min-width: 960px) {
  .p-works-detail__image-area {
    margin-bottom: min(14vw, 112px);
    margin-bottom: 96px;
  }
}

.p-works-detail__overview-area,
.p-works-detail__scope-area,
.p-works-detail__tools-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, 894px);
  margin: 0 auto;
  margin-bottom: min(15vw, 56px);
}
@media screen and (min-width: 960px) {
  .p-works-detail__overview-area,
  .p-works-detail__scope-area,
  .p-works-detail__tools-area {
    justify-content: flex-start;
    flex-direction: row;
    gap: min(10vw, 110px);
    align-items: flex-start;
  }
}

.p-works-detail__ttl {
  flex: 0 0 auto;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media screen and (min-width: 960px) {
  .p-works-detail__ttl {
    flex-basis: 104px;
  }
}

.p-works-detail__overview,
.p-works-detail__scope,
.p-works-detail__tools-area {
  font-size: 1.7rem;
  flex: 1;
  letter-spacing: 0.18em;
  line-height: 1.8;
}
.p-works-detail__overview a,
.p-works-detail__scope a,
.p-works-detail__tools-area a {
  color: rgb(21, 95, 215);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  text-decoration: underline;
}

.p-works-detail__preview {
  padding: 80px 0 120px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 580px) {
  .p-works-detail__preview {
    padding: 160px 0 200px;
  }
}
.p-works-detail__preview::after {
  content: "";
  display: block;
  background-color: #e1e1e0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.p-works-detail__preview {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.p-works-detail__preview-image {
  width: min(90%, 894px);
  margin: 0 auto;
}

.p-works-main__container {
  width: min(90%, 1300px);
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 580px) {
  .p-works-main__container {
    margin-bottom: 240px;
  }
}

.p-works-main__outer {
  margin-bottom: 60px;
}
@media screen and (min-width: 580px) {
  .p-works-main__outer {
    margin-bottom: 120px;
  }
}

.p-works-main__ttl {
  text-align: left;
  margin-bottom: 56px;
}
@media screen and (min-width: 580px) {
  .p-works-main__ttl {
    margin-bottom: 72px;
  }
}

.p-policy__container {
  width: min(90%, 840px);
  margin: 0 auto 120px;
}
@media screen and (min-width: 960px) {
  .p-policy__container {
    margin-bottom: 200px;
  }
}

.p-policy__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 960px) {
  .p-policy__list {
    gap: 56px;
  }
}

.p-policy__item {
  color: #222222;
}
.p-policy__item ul {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-policy__item li {
  font-size: 1.6rem;
  list-style-type: disc;
  margin-left: 1.1em;
}

.p-policy__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #222222;
}
@media screen and (min-width: 960px) {
  .p-policy__ttl {
    margin-bottom: 32px;
  }
}

.p-policy__desc {
  font-size: 1.6rem;
  color: #222222;
}

.c-hover-test__parent {
  position: relative;
}

.c-hover-test__list {
  position: relative;
  z-index: 110;
}

.c-hover-test__item {
  font-size: 23px;
  color: white;
  padding: 32px;
}

[data-js-menu=close] > .c-hover-test__list {
  display: none;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  background-color: black;
  padding: 8%;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 10px;
  z-index: 100;
}

[data-js-menu=open] > .c-hover-test__list {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: black;
  padding: 8%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 10px;
  z-index: 100;
}

[data-js-menu=init] {
  transition: transform 0.4s 0s ease-in-out;
  transform: translateX(-100%);
}
@media screen and (min-width: 580px) {
  [data-js-menu=init] {
    transform: translateX(0%);
  }
}

[data-js-menu=open] {
  transition: transform 0.4s 0s ease-in-out;
  transform: translateX(0%);
}

[data-js-overlay=init] {
  opacity: 0;
  transition: opacity 0.3s 0s ease-in-out;
  pointer-events: none;
}

[data-js-overlay=open] {
  opacity: 1;
  transition: opacity 0.3s 0s ease-in-out;
  pointer-events: auto;
}

[data-js-toggle=init] span:first-child {
  transition: transform 0.3s ease-in-out;
  transform-origin: 20% 0%;
  transform: rotate(0deg);
}
[data-js-toggle=init] span:nth-child(2) {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
[data-js-toggle=init] span:last-child {
  transition: transform 0.3s ease-in-out;
  transform-origin: 0% 0%;
  transform: rotate(0deg);
}

[data-js-toggle=open] span:first-child {
  transition: transform 0.3s ease-in-out;
  transform-origin: 20% 0%;
  transform: rotate(45deg);
}
[data-js-toggle=open] span:nth-child(2) {
  transition: opacity 0.2s ease;
  opacity: 0;
}
[data-js-toggle=open] span:last-child {
  transition: transform 0.3s ease-in-out;
  transform-origin: 0% 0%;
  transform: rotate(-45deg);
}

[data-js-filter-btn=close] {
  transition: all 0.2s 0s ease-in-out;
}
[data-js-filter-btn=close]::after {
  content: "+";
}

[data-js-filter-btn=open] {
  transition: all 0.2s 0s ease-in-out;
}
[data-js-filter-btn=open]::after {
  content: "-";
}

[data-js-filter-list=close] {
  height: 0;
}

[data-js-filter-list=close] > .c-filiter-nav__item {
  transition: all 0.2s 0s ease-in-out;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 580px) {
  [data-js-filter-list=close] > .c-filiter-nav__item {
    opacity: 1;
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto;
  }
}

[data-js-filter-list=open] {
  height: auto;
}

[data-js-filter-list=open] > .c-filiter-nav__item {
  transition: all 0.2s 0s ease-in-out;
  padding-top: 16px;
  padding-bottom: 16px;
  opacity: 1;
}
@media screen and (min-width: 580px) {
  [data-js-filter-list=open] > .c-filiter-nav__item {
    opacity: 1;
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto;
  }
}

[data-js-scrl-item=init] {
  transform: translateY(10%);
  opacity: 0;
}

[data-js-scrl-item=show] {
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.5s 0s ease;
}

[data-js-header-item=init] {
  opacity: 0;
}

[data-js-header-item=show] {
  opacity: 1;
  transition: opacity 0.6s 0s ease-in-out;
}

[data-js-header=init] .c-header-nav__wrapper {
  padding: 24px 0;
  transition: padding 0.3s 0s ease-in-out;
}

[data-js-header=shrink] .c-header-nav__wrapper {
  padding: 16px 0;
  transition: padding 0.3s 0s ease-in-out;
}

[data-js-loading-screen=init] {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

[data-js-loading-screen=hide] {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  pointer-events: none;
}

[data-js-sliderNav=init] {
  background-color: #f8f8f8;
  transition: background-color 0.2s 0s ease-in-out;
}

[data-js-sliderNav=active] {
  background-color: #9a9a9a;
  transition: background-color 0.2s 0s ease-in-out;
}

/*# sourceMappingURL=bundle.css.map*/