@charset "UTF-8";
body {
  font-family: "brandon-grotesque", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: #222;
  color: #fff;
}
body.is-fixed {
  overflow: hidden;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../image/FV-back2.jpg") no-repeat;
  background-size: cover;
}

.all-wrapper {
  display: block;
}

/*header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-title {
  padding: 8px 24px;
  font-size: 40px;
}
.header-nav {
  margin-bottom: 40px;
}
.header-nav-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-nav-list {
  width: 160px;
  border-left: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 24px;
}
.header-nav-item {
  font-size: 24px;
  width: 160px;
  margin: 0 auto;
  padding: 20px 40px;
}
.header-nav-link {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.header-menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../image/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.header-menu-button.is-checked {
  background: url(../image/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
}
.header-contents {
  display: none;
  width: 160px;
  height: calc(100vh - 75px);
  margin: 10% auto;
}
.header-X {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  padding: 8px;
  border-radius: 1px;
}
.header-X:hover {
  background-color: rgba(225, 225, 225, 0.9);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.header-X-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}
.header-X-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
}
.header-X-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  color: #222;
}

.resize {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background-color: #222;
}

/*main*/
.section-wrapper {
  width: 90%;
  margin: 0 auto;
}

.section {
  margin-bottom: 48px;
}
.section-title {
  font-size: 40px;
}

.fv {
  height: 100vh;
  position: relative;
}
.fv-title-wrapper {
  position: relative;
}
.fv-title {
  position: absolute;
  top: 40vh;
  right: 0;
  font-size: 32px;
  padding: 16px 24px;
  background-color: #222;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.fv-scroll {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 64px;
  text-align: center;
  font-size: 12px;
  /*縦書き設定*/
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* 矢印の描写 */
}
.fv-scroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -16px;
  right: 16.5px;
  /*矢印の形状*/
  width: 1px;
  height: 8px;
  background: #fff;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.fv-scroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -16px;
  right: 20px;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #fff;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: rgba(22, 22, 22, 0.5);
  border-radius: 2px;
}
.about-icon {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 150px;
  height: 150px;
  border-radius: 1px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-business {
  font-size: 12px;
}
.about-name {
  font-size: 16px;
}
.about-name-all {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 32px 32px 16px;
  gap: 16px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.8);
}
.about-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 16px 16px 0;
  gap: 8px;
}
.about-detail {
  margin-top: 8px;
  padding: 0 16px;
  line-height: 180%;
}
.about-link {
  display: inline-block;
  padding: 12px 16px;
  margin: 0 2% 2% 0;
  background-color: #222;
  border-radius: 2px;
}

.about-link::after {
  content: "";
  display: inline-block;
  width: 16px; /*画像の幅*/
  height: 16px; /*画像の高さ*/
  background-image: url(../image/right.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 12px;
}

.about-link:hover {
  background-color: rgba(225, 225, 225, 0.1);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.works {
  /* モーダルを開くボタンのスタイル */
  /* モーダルの基本スタイル */
  /* モーダルが表示されているとき */
  /* モーダル内のコンテンツ */
  /* 閉じるボタン */
}
.works-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px;
}
.works-title {
  font-size: 24px;
  padding: 16px 8px;
  display: inline;
}
.works-title-icon {
  display: inline;
}
.works-title-wrapper {
  padding: 32px 0 16px;
}
.works-card-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 16px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.works-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  width: 100%;
}
.works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  width: 320px;
  height: 300px;
  border-radius: 2px;
  background-color: rgba(22, 22, 22, 0.6);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.works-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-card-img {
  width: 100%;
  height: 220px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.works-card-name {
  height: 24px;
  font-size: 16px;
  margin: 4px auto 4px 8px;
}
.works-card-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 8px;
}
.works-card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  background-color: #fff;
  padding: 4px 12px;
  margin: 4px;
  border-radius: 1px;
}
.works-banner-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.works-banner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.works-banner-image {
  width: 100%;
  border-radius: 1px;
}
.works-banner-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 14px;
}
.works-banner-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 90%); /* マスクは半透明 */
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.works .open-modal {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  text-align: left;
  border: none;
  cursor: pointer;
}
.works .modal {
  position: fixed; /* モーダルを画面に固定 */
  top: 0;
  left: 0;
  border: none;
  width: 100vw; /* 画面全体の幅 */
  height: 100vh; /* 画面全体の高さ */
  background-color: rgba(0, 0, 0, 0.8); /* 半透明の背景 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexboxを使って中央に配置 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向に中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向に中央 */
  visibility: hidden; /* 初期状態で非表示 */
  opacity: 0; /* 初期状態で透明 */
  -webkit-transition: visibility 0s, opacity 0.3s ease;
  transition: visibility 0s, opacity 0.3s ease; /* フェードインのためのトランジション */
}
.works .modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.works .modal-image {
  width: auto;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.works .modal-tittle {
  display: none;
}
.works .closeModal {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 44px;
  padding-right: 20px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.works-link {
  display: inline-block;
  padding: 12px 16px;
  margin: 40px auto;
  background-color: #222;
  border-radius: 2px;
}

.works-link::after {
  content: "";
  display: inline-block;
  width: 16px; /*画像の幅*/
  height: 16px; /*画像の高さ*/
  background-image: url(../image/right.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 12px;
}

.works-link:hover {
  background-color: rgba(225, 225, 225, 0.1);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.works-banner-card:hover .works-banner-mask {
  opacity: 1; /* マスクを表示する */
}

.jp-title {
  height: 24px;
  font-size: 14px;
  margin: 4px auto 4px 8px;
}

.service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px auto 0;
  padding: 40px;
  gap: 64px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 1px;
}
.service-title {
  padding: 8px 24px;
  font-size: 20px;
  border-left: 8px solid;
}
.service-design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.service-design-text {
  width: 100%;
}
.service-design-image {
  margin: 0 auto;
}
.service-design-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.skill-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.skill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.skill-list-item {
  color: #222;
  background-color: #fff;
  padding: 4px 12px;
  margin: 4px;
  border-radius: 1px;
}

.contact {
  margin-top: 20px;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 1px;
}
.contact-title {
  text-align: center;
}
.contact-text {
  text-align: center;
  margin: 24px 0;
}

.c-form {
  width: 100%;
  margin: 0 auto;
  text-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 20px;
}
.c-form__input {
  padding: 10px;
}
.c-form__label {
  width: 100%;
  padding: 10px 0;
}
.c-form__input {
  width: 100%;
  border: solid 1px transparent;
  border-radius: 1px;
}
.c-form__input:focus-visible {
  outline: #208454 auto 1px;
}
.c-form__required {
  color: #fff;
  background-color: #208454;
  border-radius: 1px;
  padding: 4px 8px;
  margin: 0 0 0 18px;
}
.c-form__input-h {
  height: 160px;
}
.c-form__select-item-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__select-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  width: 100%;
}
.c-form__select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  text-align: center;
}
.c-form__radio {
  accent-color: #208454;
  inline-size: 1.2rem;
  block-size: 1.2rem;
}
.c-form__privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-form__check {
  text-align: center;
  accent-color: #208454;
  inline-size: 1.2rem;
  block-size: 1.2rem;
  margin: 0;
}
.c-form__submit {
  text-align: center;
}
.c-form__submit button {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #208454;
  border: transparent;
  border-radius: 2px;
  padding: 8px 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  margin-bottom: 20px;
}
.c-form__submit [disabled] {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.2);
  background-color: rgba(235, 235, 235, 0.9);
  border: transparent;
  border-radius: 2px;
  padding: 8px 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  margin-bottom: 20px;
}
.c-form__submit button:active {
  color: #208454;
  border: none;
  background-color: rgba(225, 225, 225, 0.9);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.c-form__privacy {
  color: rgb(142, 160, 249);
  border-bottom: solid 1px rgb(142, 160, 249);
}
.c-form__privacy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 8px;
}

.footer {
  display: block;
  text-align: center;
  margin: 16px;
}

/* Tab or PC */
@media screen and (min-width: 768px) {
  body.is-fixed {
    overflow: visible;
  }
  body:before {
    background-image: url(../image/FV-back.jpg);
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow-y: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }
  /* Chrome, Safari 対応 */
  .main::-webkit-scrollbar {
    display: none;
  }
  .main {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    width: 65%;
    height: 100%;
    margin-left: 35%;
  }
  .header {
    height: 150px;
    overflow-y: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }
  /* Chrome, Safari 対応 */
  .header::-webkit-scrollbar {
    display: none;
  }
  .header {
    overflow: auto;
    width: 35%;
    height: 100%;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  .header-title {
    margin: 10% 0 0 15%;
    padding: 0;
    width: 252px;
  }
  .header-contents {
    width: 60%;
    margin: 12% auto 0;
    display: block;
  }
  .header-menu-button {
    display: none;
  }
  .header-X {
    width: 150px;
  }
  .header-X-account {
    width: 140px;
  }
  .fv {
    height: 600px;
  }
  .fv-title {
    font-size: 40px;
    top: 50vh;
  }
  .fv-scroll {
    bottom: 40px;
  }
  .section {
    margin-bottom: 64px;
  }
  .about-business {
    font-size: 14px;
  }
  .about-name {
    font-size: 20px;
  }
  .works-card-all {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .works-card {
    width: 360px;
    height: 300px;
  }
  .modal-image {
    height: 50vh;
  }
  .service-wrapper {
    padding: 64px;
    gap: 64px;
  }
  .service-title {
    padding: 8px 8px;
  }
  .service-design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-design-text {
    width: 75%;
  }
  .service-design-image {
    width: 100px;
    height: 100%;
  }
  .skill-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-form__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 40px;
  }
  .c-form__label {
    width: 40%;
  }
  .c-form__input {
    width: 70%;
  }
  .c-form__select-item-wrapper {
    width: 70%;
  }
}