@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  line-height: 1;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media screen and (width <= 800px) {
  html {
    scroll-padding-top: 90px;
  }
}

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

body {
  font-family: "Noto Sans JP", "Play", "Pacifico", sans-serif;
  font-weight: 400;
  height: 100%;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0.4s;
  will-change: opacity, transform;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section__label {
  font-size: 128px;
  font-weight: 700;
  font-family: "Play";
  color: rgba(88, 88, 88, 0.3);
  letter-spacing: -0.05em;
}
@media screen and (width <= 800px) {
  .section__label {
    font-size: 64px;
  }
}
.section__title {
  font-size: 32px;
  color: #333333;
}
@media screen and (width <= 800px) {
  .section__title {
    font-size: 24px;
  }
}
.section__description {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
}
@media screen and (width <= 800px) {
  .section__description {
    font-size: 14px;
  }
}
.section__label--works {
  text-align: right;
}
.section__label--skill {
  text-align: center;
}
@media screen and (width <= 800px) {
  .section__label--skill {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.section__title--skill {
  text-align: center;
}
@media screen and (width <= 800px) {
  .section__title--skill {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (width <= 800px) {
  .section__description--skill {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.section__label--about {
  margin-top: -68px;
}
@media screen and (width <= 800px) {
  .section__label--about {
    margin-top: -40px;
  }
}
.section__label--contact {
  font-size: 128px;
  font-family: "Play";
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
}
@media screen and (width <= 1000px) {
  .section__label--contact {
    font-size: clamp(3rem, 0.3529411765rem + 11.2941176471vw, 6rem);
  }
}
.section__title--contact {
  text-align: center;
  margin-bottom: 80px;
}
.section__description--skill {
  text-align: center;
  font-size: clamp(0.875rem, 0.6755319149rem + 0.6382978723vw, 1.25rem);
}

.shadow-basic {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.br-sp {
  display: none;
}
@media screen and (width <= 1200px) {
  .br-sp {
    display: block;
  }
}

.br-spsp {
  display: none;
}
@media screen and (width <= 800px) {
  .br-spsp {
    display: block;
  }
}

.page404 {
  background-color: #FAF7F1;
  width: 100%;
  padding: 40px 40px;
}
@media screen and (width <= 800px) {
  .page404 {
    padding: 20px 20px;
  }
}
.page404__inner {
  background-color: #fff;
  width: 100%;
  height: 50vh;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px 40px;
}
@media screen and (width <= 800px) {
  .page404__inner {
    padding: 20px 20px;
    height: 100%;
  }
}
.page404__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page404__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  font-family: "play";
}
.page404__title-label {
  font-size: 16px;
  text-align: center;
}
.page404__description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.page404__btn {
  display: flex;
  color: #fff;
  width: 250px;
  height: 60px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}
@media screen and (width <= 600px) {
  .page404__btn {
    margin: 20px auto;
  }
}
.page404__btn--wrapper {
  display: flex;
}
@media screen and (width <= 600px) {
  .page404__btn--wrapper {
    flex-direction: column;
  }
}
.page404__btn--top {
  background-color: #132042;
}
.page404__btn--contact {
  background-color: #D4A017;
}
.page404__mail--icon {
  width: 20px;
  margin-right: 5px;
}

.header {
  width: 100%;
  height: 100px;
  background-color: #132042;
  display: flex;
  padding-left: 40px;
  position: fixed;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
}
@media screen and (width <= 800px) {
  .header {
    height: 80px;
    padding-left: 20px;
  }
}
@media screen and (width <= 500px) {
  .header {
    padding-left: 10px;
  }
}
.header__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.noricode-logo-wht {
  height: 80px; /* 適当なサイズに調整 */
  width: auto;
  display: block;
}

.contact-button {
  display: flex;
  background-color: #D4A017;
  width: 173px;
  height: 100px;
  align-items: center;
  justify-content: center;
}
@media screen and (width <= 800px) {
  .contact-button {
    width: 100px;
    height: 80px;
    font-size: 16px;
  }
}

.navigation-area {
  display: flex;
}

.navbar {
  display: flex;
  gap: 60px;
  align-items: center;
  font-size: 24px;
  color: #FAF7F1;
  font-weight: 700;
}
@media screen and (width <= 800px) {
  .navbar {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  .navbar > :nth-child(1),
  .navbar > :nth-child(2),
  .navbar > :nth-child(3) {
    display: none;
  }
}
.header-hamburger {
  position: relative;
  width: 100px;
  padding: 5px;
  background-color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
@media screen and (width <= 800px) {
  .header-hamburger {
    display: flex;
  }
}
.header-hamburger__line-box {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 40%;
  height: 30px;
}
@media screen and (width <= 650px) {
  .header-hamburger__line-box {
    height: 25px;
  }
}
.header-hamburger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #132042;
  transition: all 0.3s ease;
}
.header-hamburger__line:nth-child(1) {
  top: 0;
}
.header-hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header-hamburger__line:nth-child(3) {
  bottom: 0;
}
.header-hamburger__text {
  display: block;
  font-family: "Play";
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin-top: 6px;
  color: #132042;
}
.header-hamburger.is-active .header-hamburger__line:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.header-hamburger.is-active .header-hamburger__line:nth-child(2) {
  opacity: 0;
}
.header-hamburger.is-active .header-hamburger__line:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
  bottom: auto;
}

.modal {
  position: fixed;
  width: 100%;
  height: calc(80vh - 80px);
  top: 80px;
  left: 0;
  z-index: 998;
  background-color: #FAF7F1;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}
.modal.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.modal__content {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 30px;
}
.modal__right {
  display: flex;
  flex-direction: column;
}
.modal__menu-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: 50%;
}
.modal__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 248px;
  height: 105px;
  padding: 23px 0;
  justify-content: space-between;
  border-bottom: 1px solid #132042;
  margin-right: 30px;
}
.modal__menu--title {
  font-size: 32px;
  font-family: "Play";
  font-weight: 700;
  margin-bottom: 11px;
}
.modal__menu--label {
  font-size: 16px;
  font-weight: 700;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.modal-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.header.scrolled {
  background-color: rgba(255, 255, 255, 0.2); /* 白の透明度20% */
  backdrop-filter: blur(8px); /* すりガラスぼかし */
  -webkit-backdrop-filter: blur(8px); /* Safari対応 */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 下にほんのり影 */
  transition: background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}
.header.scrolled .nav-link {
  color: #132042;
}

.hidden {
  display: none;
}

.loading {
  position: fixed;
  inset: 0;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
}

@media (scripting: none) {
  .loading {
    display: none;
  }
  .hidden {
    display: block;
  }
}
.firstview {
  height: calc(100vh - 80px);
  margin-top: 80px;
  padding-bottom: 75px;
}
@media screen and (width <= 800px) {
  .firstview {
    padding-bottom: 40px;
  }
}
@media screen and (width > 800px) {
  .firstview {
    height: calc(100vh - 100px);
    margin-top: 100px;
  }
}
.firstview__inner {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  background-color: #132042;
  position: relative;
}
.firstview__bg {
  width: 70%;
  height: 100%;
  display: block;
  position: relative;
}
.firstview__bg picture,
.firstview__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.firstview__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.firstview__header {
  position: absolute;
  top: 80%;
  left: 98px;
  transform: translateY(-50%);
}
@media screen and (width <= 1000px) {
  .firstview__header {
    top: 70%;
    left: 45px;
  }
}

.main__title {
  font-family: "Play";
  font-size: clamp(2rem, -0.4rem + 10.24vw, 6rem);
  font-weight: 700;
  color: #FAF7F1;
  line-height: 1.5;
}

.subtitle {
  font-size: clamp(1rem, 0.4rem + 2.56vw, 2rem);
  font-weight: 700;
  color: #FAF7F1;
  letter-spacing: 0.1em;
}

.subpage {
  height: calc(40vh - 80px);
  margin-top: 80px;
}
@media screen and (width > 800px) {
  .subpage {
    height: calc(45vh - 100px);
    margin-top: 100px;
  }
}
.subpage__inner {
  display: flex;
  height: 100%;
  background-color: #132042;
  position: relative;
  background-image: url(/images/contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subpage__maintitle {
  font-family: "Play";
  font-size: clamp(3.5rem, 2rem + 6.4vw, 6rem);
  font-weight: 700;
  color: #FAF7F1;
  line-height: 1.5;
}
.subpage__subtitle {
  font-size: clamp(1rem, 0.4rem + 2.56vw, 2rem);
  font-weight: 700;
  color: #FAF7F1;
  letter-spacing: 0.1em;
}
.subpage__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.subpage__bg picture,
.subpage__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.subpage__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.subpage__header {
  position: absolute;
  top: 40%;
  left: 98px;
  transform: translateY(-50%);
}
@media screen and (width <= 1000px) {
  .subpage__header {
    top: 40%;
    left: 45px;
  }
}

/* CSS */
.hidden {
  display: none;
}

/* デフォルトはローダー表示 */
.loading {
  position: fixed;
  /* absolute だと body の高さに依存してズレる可能性 */
  inset: 0;
  background: #fff;
  z-index: 2147483647;
  display: grid;
  place-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* JS 無効対策（同じ） */
@media (scripting: none) {
  .loading {
    display: none;
  }
  .hidden {
    display: block;
  }
}
#loading {
  display: none;
  /* ←最初は非表示 */
}

body.is-first-visit #loading {
  display: flex;
  /* 使いたい表示方法に切り替え */
}

.skill {
  width: 100%;
  padding-left: clamp(1.875rem, -1.640625rem + 7.03125vw, 4.6875rem);
  padding-right: clamp(1.875rem, -1.640625rem + 7.03125vw, 4.6875rem);
  position: relative;
}
.skill__inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.skill__item-boxes {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (width <= 1000px) {
  .skill__item-boxes {
    flex-direction: column;
  }
}
.skill__item {
  display: flex;
  width: clamp(28.125rem, 8.2386363636rem + 31.8181818182vw, 36.875rem);
  min-width: 450px;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 20px;
  gap: 24px;
}
@media screen and (width <= 1000px) {
  .skill__item {
    width: 80%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (width <= 700px) {
  .skill__item {
    flex-direction: column;
  }
}
.skill__icon--wrapper {
  min-width: 81px;
}
.skill__icon {
  display: flex;
  width: 81px;
  height: auto;
  aspect-ratio: 81/106;
}
@media screen and (width <= 700px) {
  .skill__icon {
    width: 60px;
  }
}
.skill__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 430px;
}
.skill__title {
  font-size: clamp(1.5rem, 0.3636363636rem + 1.8181818182vw, 2rem);
  font-weight: 700;
}
.skill__description {
  font-size: clamp(0.875rem, 0.5909090909rem + 0.4545454545vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.section__skill--header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.about {
  width: 100%;
  padding-left: clamp(1.875rem, -0.1056338028rem + 8.4507042254vw, 7.5rem);
  padding-right: clamp(1.875rem, -0.1056338028rem + 8.4507042254vw, 7.5rem);
  background-color: #E4E8EB;
}
.about__inner {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  background-color: #E4E8EB;
  position: relative;
}
.about__image {
  position: absolute;
  top: -84px;
  right: 0px;
  width: 450px;
}
@media screen and (width <= 1100px) {
  .about__image {
    display: none;
  }
}
.about__text--area {
  display: flex;
}
@media screen and (width <= 1100px) {
  .about__text--area {
    flex-direction: column;
  }
}
.about__introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-left: -64px;
}
@media screen and (width <= 800px) {
  .about__introduction {
    margin-left: 0px;
  }
}
.about__icon {
  width: 300px;
  margin-bottom: -20px;
  z-index: 1;
}
@media screen and (width <= 800px) {
  .about__icon {
    width: clamp(12.5rem, 6.9852941176rem + 23.5294117647vw, 18.75rem);
  }
}
.about__list {
  display: flex;
  flex-direction: column;
  padding: 32px 25px;
  background-color: rgba(19, 32, 66, 0.5);
  width: 100%;
  min-width: 465px;
  color: #FAF7F1;
  line-height: 1.5;
  list-style: disc;
  padding-left: 50px;
  font-size: 16px;
}
@media screen and (width <= 1100px) {
  .about__list {
    min-width: 200px;
    max-width: 450px;
  }
}
.about__content {
  display: block;
  margin-top: 150px;
  margin-left: 44px;
}
@media screen and (width <= 1100px) {
  .about__content {
    margin-top: 30px;
    margin-left: 0px;
  }
}
.about__description {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (width <= 1100px) {
  .about__description {
    font-size: 16px;
  }
}
.about__bold {
  font-weight: 700;
  font-size: 32px;
}
@media screen and (width <= 1100px) {
  .about__bold {
    font-size: 24px;
  }
}

.works {
  max-width: 100%;
  padding: 50px 0px 60px 280px;
  margin-bottom: 40px;
}
@media screen and (width <= 800px) {
  .works {
    padding: 20px 0px 20px 50px;
  }
}
.works__inner {
  width: 100%;
  height: 100%;
  padding: 30px 0px;
  background-color: #E4E8EB;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  border-radius: 30px 0 0 30px;
}
.works__works__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section__works--header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: -160px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (width <= 800px) {
  .section__works--header {
    margin-left: 20px;
  }
}

.works__item--boxes {
  display: flex;
  max-width: 1440px;
  gap: 32px;
  margin-left: -160px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}
@media screen and (width <= 800px) {
  .works__item--boxes {
    margin-left: 20px;
  }
}

.scroll-hint {
  display: block;
  position: absolute;
  right: 12px;
  bottom: -50px;
  z-index: 10;
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  /* 半透明黒 */
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  /* ぼかし */
  border-radius: 999px;
  pointer-events: none;
  animation: blink 1.6s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.work-item {
  min-width: 275px;
  flex-shrink: 0;
  scroll-snap-align: start;
  cursor: pointer;
}

.work-item:nth-child(1),
.work-item:nth-child(3) {
  margin-top: 44px;
}

.works__item--boxes::-webkit-scrollbar {
  height: 6px;
}

.works__item--boxes::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.work__card {
  position: relative;
  width: 275px;
  height: 275px;
  background-color: rgba(93, 124, 124, 0.3);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.work__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.work__image {
  position: absolute;
  top: 20%;
  z-index: 1;
}

.triangle-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAF7F1;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  padding-right: 8px;
  padding-left: 8px;
  width: 275px;
  gap: 10px;
}

.work__title {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #333333;
  background-color: #D4A017;
  justify-content: center;
  margin-top: -45px;
  margin-bottom: 25px;
  padding: 5px;
  font-weight: 700;
}

.work-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
}

.skill__label {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}

.skill__list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.skill__list--item {
  display: flex;
  background-color: #5D7C7C;
  color: #FAF7F1;
  font-size: 16px;
  border-radius: 13px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px;
}

.work-row {
  display: flex;
  gap: 20px;
}

.work-note {
  font-size: 14px;
  color: #333333;
}

.modal__work--card {
  position: relative;
  width: 100%;
  max-width: 980px;
  background-color: #FAF7F1;
  overflow: hidden;
  margin: 0 auto;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal__works--content {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 130px;
  position: relative;
  z-index: 2;
}
@media screen and (width <= 1000px) {
  .modal__works--content {
    padding: 30px 60px;
  }
}
@media screen and (width <= 600px) {
  .modal__works--content {
    padding: 20px 40px;
  }
}
.modal__works--content-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (width <= 1000px) {
  .modal__works--content-inner {
    gap: 10px;
  }
}
.modal__title--label {
  display: flex;
  align-items: center;
}
@media screen and (width <= 600px) {
  .modal__title--label {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-bottom: dashed 0.5px #132042;
    padding: 5px 0px;
  }
}
.modal__works--title {
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #D4A017;
  padding: 0px 15px;
  margin-right: 20px;
  color: #fff;
}
.modal__skill {
  display: flex;
  border-bottom: dashed 0.5px #132042;
  padding: 5px;
}
@media screen and (width <= 600px) {
  .modal__skill {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.modal__skill--label {
  width: 200px;
  margin-right: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (width <= 800px) {
  .modal__skill--label {
    width: 150px;
  }
}
@media screen and (width <= 600px) {
  .modal__skill--label {
    justify-content: flex-start;
  }
}
.modal__skill--list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.modal__skill--description {
  padding: 4px 15px 4px 0px;
}
.modal__btn--wrapper {
  display: flex;
  justify-content: space-around;
}
@media screen and (width <= 600px) {
  .modal__btn--wrapper {
    flex-direction: column-reverse;
    gap: 20px;
    margin: 0 auto;
  }
}
.modal__btn--close, .modal__btn--contact {
  width: 250px;
  height: 50px;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (width <= 800px) {
  .modal__btn--close, .modal__btn--contact {
    width: 180px;
  }
}
.modal__btn--close {
  background-color: #132042;
}
.modal__btn--contact {
  background-color: #D4A017;
  gap: 10px;
}
.modal__mail-icon {
  width: 20px;
}
.modal-content__label {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.modal-content__summary {
  line-height: 1.5;
  width: 100%;
}
.modal-content__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.5;
  width: 100%;
}
.modal-content__feature {
  list-style: disc;
  width: 100%;
}
.modal__url {
  color: blue;
  text-decoration: underline;
}

.modal__works {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
}
.modal__works.active {
  opacity: 1;
  pointer-events: auto;
}
.modal__works .modal__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__works .modal__overlay .modal__work--card {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}
.modal__works.active .modal__work--card {
  transform: translateY(0);
  opacity: 1;
}

.contact {
  width: 100%;
  background-image: url(/images/contact.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact__inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding: 100px 120px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (width <= 1000px) {
  .contact__inner {
    padding: 50px 20px;
  }
}
.contact__content {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-top: 69px;
  padding-bottom: 58px;
}
.contact__description {
  display: flex;
  text-align: center;
  font-size: clamp(0.875rem, 0.3235294118rem + 2.3529411765vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.contact__button {
  display: flex;
  width: 100%;
  height: 96px;
  background-color: #D4A017;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.contact__text {
  color: #FAF7F1;
  font-size: clamp(1rem, 0.5588235294rem + 1.8823529412vw, 1.5rem);
  font-weight: 700;
}

.subpage__nav--area {
  width: 100%;
  height: 54px;
  background-color: #E4E8EB;
}
.subpage__nav--inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  padding: 20px 40px;
}

.breadcrumb__list {
  display: flex;
}
.breadcrumb__item {
  font-size: 14px;
  font-family: "play";
  color: #132042;
}
.breadcrumb__item::after {
  content: "＞";
  font-size: 8px;
  margin: 0 8px;
  color: #132042;
}
.breadcrumb__item:last-child::after {
  content: "";
}

.contact-form {
  background-color: #FAF7F1;
  width: 100%;
  padding: 40px 40px;
}
@media screen and (width <= 800px) {
  .contact-form {
    padding: 20px 20px;
  }
}
.contact-form__inner {
  background-color: #fff;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px 40px;
}
@media screen and (width <= 800px) {
  .contact-form__inner {
    padding: 20px 20px;
  }
}
.contact-form__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  font-family: "play";
}
.contact-form__label--wrapper {
  display: flex;
  width: 200px;
}
.contact-form__title-label {
  font-size: 16px;
  text-align: center;
}
.contact-form__label--text {
  font-size: 16px;
  padding: 2px;
}
.contact-form__label--span {
  background-color: red;
  color: #FAF7F1;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
}
.contact-form__description {
  font-size: 16px;
  line-height: 1.5;
}
.contact-form__body {
  padding: 40px 20px;
}
.contact-form__field {
  display: flex;
  margin-bottom: 28px;
}
@media screen and (width <= 1000px) {
  .contact-form__field {
    flex-direction: column;
    gap: 20px;
  }
}
.contact-form__field--consent {
  display: flex;
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
  justify-content: center;
}
.contact-form__label {
  display: flex;
  gap: 5px;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  color: #132042;
  width: 200px;
  align-items: flex-start;
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  padding: 20px 20px;
  font-size: 16px;
  border: 1px solid #132042;
  background-color: #FAF7F1;
  border-radius: 10px;
  box-sizing: border-box;
}
.contact-form__textarea {
  height: 240px;
}
.contact-form__button {
  width: 256px;
  height: 56px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #132042;
  color: #132042;
  font-size: 16px;
  padding: 12px 40px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.contact-form__button:hover {
  background-color: #D4A017;
  border: #D4A017;
  color: #fff;
}
.contact-form__submit {
  display: flex;
}

.contact-form__checkbox-item {
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid #132042;
  background-color: #FAF7F1;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}

.contact-form__checkbox-item--consent {
  width: 16px;
  height: 16px;
}

.contact-form__checkbox:checked + .contact-form__checkbox-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #132042;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}

.contact-form__checkbox:checked + .entry-form__checkbox-item--consent::after {
  width: 10px;
  height: 10px;
}

.contact-form__field--consent label {
  display: flex;
}

.thanks__btn {
  display: flex;
  color: #fff;
  width: 250px;
  height: 60px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}
@media screen and (width <= 600px) {
  .thanks__btn {
    margin: 20px auto;
  }
}
.thanks__btn--wrapper {
  display: flex;
}
@media screen and (width <= 600px) {
  .thanks__btn--wrapper {
    flex-direction: column;
  }
}
.thanks__btn--top {
  background-color: #132042;
}
.thanks__btn--contact {
  background-color: #D4A017;
}
.thanks__mail--icon {
  width: 20px;
  margin-right: 5px;
}

.footer {
  width: 100%;
  background-color: #132042;
  display: flex;
  padding: 42px 40px;
  flex-direction: column;
  position: relative;
}
@media screen and (width <= 600px) {
  .footer {
    padding: 30px 20px;
  }
}
.footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__nav-menu {
  display: flex;
  gap: 60px;
  align-items: center;
  font-size: 24px;
  color: #FAF7F1;
  font-weight: 700;
}
@media screen and (width <= 800px) {
  .footer__nav-menu {
    flex-direction: column;
    font-size: 16px;
    gap: 30px;
  }
}

.copyright {
  display: flex;
  margin: 0 auto;
  color: #5D7C7C;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (width <= 800px) {
  .copyright {
    font-size: 10px;
  }
}