body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

a:hover {
  opacity: 0.8;
}

.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 30px 20px 130px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .inner {
    padding-left: 110px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 600px;
    padding: 30px 20px;
  }
}

.vertical-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2%;
  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;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .vertical-wrap {
    display: none;
  }
}
.vertical-wrap-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 1px;
  height: auto;
  background: #777777;
}
.vertical-wrap-text {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 25px;
  font-family: "Playfair Display", serif;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
.title-text {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 700;
}
.title-line {
  display: block;
  width: 170px;
  height: 2px;
  background: #777;
}
.title-subtext {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title-subtext {
    font-size: 15px;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333333;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .header {
    font-size: 16px;
  }
}
.header-inner {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 10px 20px 10px 10px;
  }
}
.header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-icon img {
  width: 50px;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .header-icon img {
    padding-top: 2px;
  }
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-link {
  position: relative;
  display: inline-block;
  padding: 2px 0 3px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-link::before, .header-link::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  background: #777777;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.header-link::before {
  top: 0;
}
.header-link::after {
  bottom: -2px;
}
.header-link:hover::before, .header-link:hover::after {
  width: 100%;
}
.header .drawer-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .drawer-icon {
    display: block;
    width: 25px;
    height: 21px;
    position: relative;
    z-index: 1002;
  }
}
.header .drawer-icon.is-checked .drawer-icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .drawer-icon.is-checked .drawer-icon-bar:nth-of-type(2) {
  opacity: 0;
}
.header .drawer-icon.is-checked .drawer-icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header .drawer-icon-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    border-radius: 6px;
    background: #111;
    -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
    transition: top 0.3s linear, -webkit-transform 0.3s linear;
    transition: transform 0.3s linear, top 0.3s linear;
    transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
  }
  .header .drawer-icon-bar:nth-of-type(1) {
    top: 0;
  }
  .header .drawer-icon-bar:nth-of-type(2) {
    top: 9px;
  }
  .header .drawer-icon-bar:nth-of-type(3) {
    top: 18px;
  }
}

.drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer {
    display: block;
    position: fixed;
    background: #333333;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .drawer.is-checked {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
}
.drawer-inner {
  padding: 120px 20px;
}
.drawer-nav {
  color: #f5f5f5;
  margin-top: 60px;
}
.drawer-list {
  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;
}
.drawer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.drawer-link-text {
  width: 60px;
}
.drawer-link-line {
  width: 120px;
  height: 2px;
  background: #777;
}
.drawer-bottom-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #777;
  margin-top: 200px;
}

.fv {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 0;
  }
}
.fv-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .fv-inner {
    padding-left: 0;
  }
}
.fv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fv-content {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/fv_img.jpg") center center/cover no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/fv_img.jpg") center center/cover no-repeat;
    width: 100%;
    height: 100%;
  }
}
.fv-content-text {
  color: #333;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .fv-content-text {
    width: 50%;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fv-content-text {
    color: #f5f5f5;
    padding: 170px 30px;
    margin-right: 0;
  }
}
.fv-content-text p {
  font-size: 15px;
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .fv-content-text p {
    font-size: 10px;
  }
}
.fv-content-text-subtitle {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.fv-content-text-title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .fv-content-text-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .fv-content-text-title {
    font-size: 27px;
  }
}
.fv-content-text-skill {
  font-weight: 700 !important;
  font-size: 24px !important;
  font-family: "Playfair Display", serif;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .fv-content-text-skill {
    font-size: 15px !important;
  }
}
.fv-content-text-link {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .fv-content-text-link {
    margin-top: 30px;
  }
}
.fv-content-text-link-page {
  font-weight: 700;
  font-size: 25px !important;
  font-family: "Playfair Display", serif;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .fv-content-text-link-page {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .fv-content-text-link-page {
    font-size: 20px !important;
  }
}
.fv-content-text-link-line {
  display: block;
  width: 120px;
  height: 2px;
  background: #777;
}
@media screen and (max-width: 767px) {
  .fv-content-text-link-line {
    background: #f5f5f5;
  }
}
.fv-image {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv-image {
    display: none;
  }
}

.works {
  margin-top: 80px;
}
.works-list {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .works-list {
    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;
  }
}
@media screen and (max-width: 767px) {
  .works-list {
    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;
  }
}
.works-list a:hover {
  opacity: 1;
}
.works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.works-card:hover .works-card-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.works-card-image {
  height: 280px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background: #111;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .works-card-image {
    height: 600px;
  }
}
.works-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.works-card-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.works-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 6px solid #f5f5f5;
  border-radius: 0 0 5px 5px;
  border-top: none;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 2px;
  min-height: 230px;
  gap: 25px;
}
.works-card-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 767px) {
  .works-card-text {
    font-size: 12px;
  }
}
.works-card-bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-card-tag {
  font-weight: 700;
  background: #f5f5f5;
  padding: 5px;
}
.works-card-arrow {
  opacity: 0;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}

.skills {
  margin-top: 80px;
}
.skills-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .skills-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .skills-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.skills-item {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.skills-item-icon {
  max-width: 200px;
}
.skills-item-icon img {
  width: 100%;
}
.skills-item-name {
  font-size: 24px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.about {
  margin-top: 80px;
}
.about-body {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .about-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .about-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-image {
  border-radius: 5px;
  overflow: hidden;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .about-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-image {
    width: 100%;
  }
}
.about-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .about-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-text {
    width: 100%;
  }
}
.about-text-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
}

.contact {
  margin-top: 80px;
}
.contact-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-body {
    display: block;
  }
}
.contact-content {
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .contact-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-content {
    width: 100%;
  }
}
.contact-form {
  margin-top: 55px;
  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;
}
.contact-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .contact-form-group {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.contact-form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 155px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .contact-form-head {
    width: 175px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-head {
    width: 100%;
  }
}
.contact-form-label {
  font-weight: 700;
}
.contact-form-tag {
  color: #ff9999;
}
.contact-form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-form-input [type=text],
.contact-form-input [type=email] {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 3px solid #e8e5e5;
  background: #fff;
}
.contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 2px;
  border: 3px solid #e8e5e5;
  background: #fff;
}
.contact-form-button {
  width: calc(100% - 155px - 40px);
  margin-left: 195px;
  color: #f5f5f5;
  background: #111111;
  border-radius: 2px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contact-form-button:hover .contact-form-button-arrow {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .contact-form-button {
    width: calc(100% - 165px - 40px);
    margin-left: 205px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-button {
    width: 100%;
    margin: 0 auto;
  }
}
.contact-form-button-arrow {
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  right: 30px;
  opacity: 0;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
.contact-form-button-arrow::before, .contact-form-button-arrow::after {
  background-color: #f5f5f5;
}
.contact-image {
  margin-right: 30px;
  width: 35%;
  aspect-ratio: 2/3;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .contact-image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contact-image {
    display: none;
  }
}
.contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.footer {
  margin-top: 80px;
  background: #333333;
  color: #f5f5f5;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
  }
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 100px 30px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 20px;
  }
}
.footer-logo {
  font-family: "Playfair Display", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer-logo-link {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer-logo-link {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: 12px;
  }
}
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .footer-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav-link {
  position: relative;
  display: inline-block;
  padding: 2px 0 3px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-nav-link::before, .footer-nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  background: #f5f5f5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.footer-nav-link::before {
  top: 0;
}
.footer-nav-link::after {
  bottom: -2px;
}
.footer-nav-link:hover::before, .footer-nav-link:hover::after {
  width: 100%;
}
.footer-page-top-wrap {
  position: fixed;
  bottom: 45px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .footer-page-top-wrap {
    bottom: 25px;
  }
}
.footer-page-top-wrap.is-show {
  opacity: 1;
  visibility: visible;
}
.footer-page-top {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 50%;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-page-top-arrow {
  position: relative;
  width: 2px;
  height: 14px;
  background: #333;
  border-radius: 999px;
}
.footer-page-top-arrow::before, .footer-page-top-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 2px;
  background: #333;
  border-radius: 999px;
}
.footer-page-top-arrow::before {
  left: -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.footer-page-top-arrow::after {
  right: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.footer-page-top-wrap.is-footer .footer-page-top {
  border-color: #f5f5f5 !important;
}
.footer-page-top-wrap.is-footer .footer-page-top-arrow {
  background: #f5f5f5 !important;
}
.footer-page-top-wrap.is-footer .footer-page-top-arrow::before, .footer-page-top-wrap.is-footer .footer-page-top-arrow::after {
  background: #f5f5f5 !important;
}

.work-detail-fv {
  margin-top: 96.5px;
}
@media screen and (max-width: 767px) {
  .work-detail-fv {
    margin-top: 71.5px;
  }
}
.work-detail-fv-inner {
  padding: 80px 40px;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .work-detail-fv-inner {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .work-detail-fv-inner {
    padding: 40px 20px;
  }
}
.work-detail-fv-breadcrumb {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .work-detail-fv-breadcrumb {
    font-size: 14px;
  }
}
.work-detail-fv-breadcrumb-homelink {
  color: #8e8e8e;
  font-weight: 600;
}
.work-detail-fv-breadcrumb-now {
  font-weight: 600;
}
.work-detail-fv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-detail-fv-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .work-detail-fv-content {
    display: block;
  }
}
.work-detail-fv-text {
  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;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-detail-fv-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .work-detail-fv-text {
    width: 100%;
    font-size: 14px;
  }
}
.work-detail-fv-category {
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .work-detail-fv-category {
    font-size: 14px;
  }
}
.work-detail-fv-title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .work-detail-fv-title {
    font-size: 24px;
  }
}
.work-detail-fv-lead {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.work-detail-fv-image-sp {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-detail-fv-image-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .work-detail-fv-image-sp {
    display: block;
  }
}
.work-detail-fv-line {
  display: block;
  width: 120px;
  height: 2px;
  background: #777;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-detail-fv-line {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .work-detail-fv-line {
    display: none;
  }
}
.work-detail-fv-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.work-detail-fv-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  letter-spacing: 3px;
}
.work-detail-fv-info-item dt {
  font-weight: 600;
}
.work-detail-fv-info-item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 600;
}
.work-detail-fv-info-item-skill {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.work-detail-fv-skill {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #777;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .work-detail-fv-skill {
    font-size: 14px;
    padding: 3px 10px;
  }
}
.work-detail-fv-skill-bg {
  position: absolute;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.7s ease, height 0.7s ease;
  transition: width 0.7s ease, height 0.7s ease;
}
.work-detail-fv-skill:hover {
  color: #f5f5f5;
}
.work-detail-fv-skill:hover .work-detail-fv-skill-bg {
  width: 300%;
  height: 300%;
}
.work-detail-fv-site-link {
  font-family: "Noto Sans JP", sans-serif;
}
.work-detail-fv-site-link span {
  font-weight: 600;
  border-bottom: 1px solid #777;
}
.work-detail-fv-image {
  width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-detail-fv-image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .work-detail-fv-image {
    display: none;
  }
}

.work-detail-project {
  background: #f5f5f5;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-detail-project {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .work-detail-project {
    margin-top: 0;
  }
}
.work-detail-project-inner {
  padding: 60px 0;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .work-detail-project-inner {
    max-width: 600px;
  }
}
.work-detail-project-title {
  font-size: 35px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .work-detail-project-title {
    font-size: 24px;
  }
}
.work-detail-project-text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .work-detail-project-text {
    font-size: 10px;
    padding: 0 20px;
  }
}

.work-detail {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .work-detail {
    margin-top: 40px;
  }
}
.work-detail-inner {
  padding: 0 20px;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .work-detail-inner {
    max-width: 600px;
  }
}
.work-detail-title {
  font-size: 35px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .work-detail-title {
    font-size: 24px;
  }
}
.work-detail-slider {
  position: relative;
  margin-top: 60px;
  padding: 0 90px;
}
@media screen and (max-width: 767px) {
  .work-detail-slider {
    margin-top: 30px;
    padding: 0 28px;
  }
}
.work-detail-swiper {
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .work-detail-swiper {
    padding-bottom: 45px;
  }
}
.work-detail-slide-image img {
  width: 100%;
  display: block;
}
.work-detail-pagination {
  width: auto;
  left: 50% !important;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 22px 54px;
}
@media screen and (max-width: 767px) {
  .work-detail-pagination {
    gap: 10px;
    padding: 10px 18px;
  }
}
.work-detail-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 !important;
  background: #fff;
  border: 3px solid #777777;
  opacity: 0.75;
  border-radius: 9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .work-detail-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border: 2px solid #777777;
  }
}
.work-detail-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  height: 10px;
  opacity: 1;
  background: #5f5f5f;
}
@media screen and (max-width: 767px) {
  .work-detail-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
    height: 5px;
  }
}
.work-detail-prev, .work-detail-next {
  width: 60px;
  height: 60px;
  margin-top: 0;
  top: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .work-detail-prev, .work-detail-next {
    width: 20px;
    height: 20px;
    top: calc(50% - 22px);
  }
}
.work-detail-prev::after, .work-detail-next::after {
  display: none;
}
.work-detail-prev svg, .work-detail-next svg {
  display: none;
}
.work-detail-prev {
  left: 0;
  background: url("../img/prev-icon.png") no-repeat center center/contain;
}
.work-detail-next {
  right: 0;
  background: url("../img/next-icon.png") no-repeat center center/contain;
}
.work-detail .swiper-button-next {
  right: 0;
  -webkit-transform: translateY(-81%);
          transform: translateY(-81%);
}
@media screen and (max-width: 767px) {
  .work-detail .swiper-button-next {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.work-point {
  margin-top: 60px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .work-point {
    margin-top: 40px;
  }
}
.work-point-inner {
  padding: 70px 20px;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .work-point-inner {
    padding: 50px 20px;
    max-width: 600px;
  }
}
.work-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .work-point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.work-point-item {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-point-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .work-point-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.work-point-icon {
  width: 90px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .work-point-icon {
    width: 60px;
    height: 45px;
  }
}
.work-point-icon img {
  width: 100%;
  height: 100%;
}
.work-point-title {
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-point-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .work-point-title {
    font-size: 14px;
  }
}
.work-point-text {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-point-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .work-point-text {
    font-size: 14px;
  }
}
.work-point-line {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-point-line {
    display: block;
    width: 90%;
    height: 2px;
    background: #777;
  }
}
@media screen and (max-width: 767px) {
  .work-point-line {
    display: block;
    width: 100%;
    height: 2px;
    background: #777;
  }
}

.work-nav {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .work-nav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .work-nav {
    margin-top: 30px;
  }
}
.work-nav-inner {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .work-nav-inner {
    max-width: 600px;
    padding: 20px;
  }
}
.work-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .work-nav-link {
    gap: 5px;
  }
}
.work-nav-text {
  letter-spacing: 1.8px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .work-nav-text {
    font-size: 12px;
  }
}
.work-nav-prev-arrow, .work-nav-next-arrow {
  width: 17px;
}
.work-nav-prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.thanks {
  margin-top: 160px;
}
.thanks-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .thanks-inner {
    max-width: 600px;
    padding: 0 20px;
  }
}
.thanks-icon {
  width: 60px;
  height: auto;
  margin: 0 auto;
}
.thanks-text-wrap {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-family: "Playfair Display", serif;
  color: #333;
  letter-spacing: 2px;
}
.thanks-title {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .thanks-title {
    font-size: 24px;
  }
}
.thanks-subtitle {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .thanks-subtitle {
    font-size: 16px;
  }
}
.thanks-text {
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .thanks-text {
    font-size: 12px;
  }
}
.thanks-button {
  width: 320px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thanks-button {
    width: 240px;
    height: 50px;
  }
}
.thanks-button-text {
  display: inline-block;
  font-size: 12px;
}
.thanks-button-arrow {
  position: absolute;
  right: 35px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-12px, -50%);
          transform: translate(-12px, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thanks-button:hover .thanks-button-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}