@charset "UTF-8";
.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-txt-sm {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-sm {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-sm {
    font-size: 21px;
  }
}

.mb-sm, .c-contact .contact-form .privacy, .c-title, .p-title, .wp-categories {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mb-sm, .c-contact .contact-form .privacy, .c-title, .p-title, .wp-categories {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-sm, .c-contact .contact-form .privacy, .c-title, .p-title, .wp-categories {
    margin-bottom: 50px;
  }
}

.mb-md, .pagination {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md, .pagination {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md, .pagination {
    margin-bottom: 80px;
  }
}

.mb-lr {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-lr {
    margin-bottom: 120px;
  }
}

.pd-sm {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .pd-sm {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-sm {
    padding: 70px 0;
  }
}

.pd-md {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 65px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 80px 0;
  }
}

.c-container, .breadcrumb {
  padding: 0 6vw;
}
@media screen and (min-width: 1280px) {
  .c-container, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container, .breadcrumb {
    padding: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shippori Mincho", "Georgia", "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #0a0a0a;
  letter-spacing: 0.05em;
  font-size: clamp(1.3rem, 1.2rem + 0.5vw, 1.8rem);
  font-weight: 400;
  line-height: 1.8;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  vertical-align: bottom;
}

svg {
  display: block;
  max-width: 100%;
}

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

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.swiper {
  overflow: hidden;
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: calc(100vh - 64px);
  z-index: 0;
}

.swiper-slide {
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 64px);
}

.swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 4.5s ease-out;
}

.swiper-slide-active img {
  transform: scale(1.1);
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

.h1-title {
  position: absolute;
  opacity: 0;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  text-align: center;
}
.c-topview__text {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.8em;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .c-topview {
    text-align: left;
  }
  .c-topview__text {
    font-size: 2.4em;
    letter-spacing: 0.1em;
  }
}

.p-title {
  position: relative;
  font-size: 1em;
  font-weight: 400;
  color: #2e2e2e;
}
.p-title span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.p-title span::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .p-title {
    font-size: 1.2em;
  }
  .p-title span {
    padding-left: 50px;
  }
  .p-title span::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #2e2e2e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.c-title {
  color: #2e2e2e;
  font-weight: bold;
}
.c-title .en {
  font-size: 3.5rem;
  margin-bottom: -20px;
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 6rem;
  }
  .c-title .ja {
    font-size: 2rem;
  }
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #ffffff;
  display: inline-block;
  padding: 12px 20px 12px 0;
  width: 200px;
  border: 1px solid #b8b8b8;
  z-index: 100;
}
.more-btn__link .en {
  position: relative;
  font-size: 1.5rem;
  color: #0a0a0a;
}
.more-btn__link .en::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .more-btn__link.slide-bg:hover {
    z-index: 1;
  }
  .more-btn__link.slide-bg:hover .en {
    color: #ffffff;
  }
  .more-btn__link.slide-bg:hover span {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .more-btn__link {
    padding: 17px 30px 17px 0;
    width: 250px;
  }
  .more-btn__link .en {
    font-size: 1.6rem;
  }
}

span.ja, span.en {
  display: block;
}
span.ja {
  margin-bottom: 1em;
}

.breadcrumbs-wrap {
  background-color: #f8f6f3;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .breadcrumbs-wrap {
    padding: 20px 0;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.9em;
}
.breadcrumb li {
  color: #919191;
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
@media (min-width: 1024px) {
  .breadcrumb {
    font-size: 1em;
  }
  .breadcrumb li:last-child {
    max-width: none;
  }
}

.top-view {
  position: relative;
}
.top-view::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f6f3;
  opacity: 0.85;
  z-index: 10;
}
.top-view__desc {
  position: relative;
  padding: 50px 6vw;
  min-height: calc(100vh - 64px);
  z-index: 20;
}
.top-view__text {
  position: relative;
  z-index: 10;
}
.top-view__text h2 {
  font-size: 1.6em;
  line-height: 2;
  margin-bottom: 30px;
}
.top-view__text h2 .ja {
  margin-bottom: 0.2em;
}
.top-view__text h2 .en {
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
}
.top-view__text p {
  color: #6b6b6b;
}
.top-view__btn {
  position: relative;
  z-index: 10;
}
.top-view__btn ul {
  display: flex;
  gap: 10px;
  max-width: 420px;
}
.top-view__btn ul li {
  flex-basis: 50%;
  background-color: #0a0a0a;
  border: 1px solid #0a0a0a;
}
.top-view__btn ul li a {
  display: block;
  padding: 12px;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.6;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .top-view__btn ul li a:hover {
    opacity: 0.5;
  }
}
.top-view__btn ul li a .ja {
  margin-bottom: 0.05em;
}
.top-view__btn ul li a .en {
  line-height: 1.2;
}
.top-view__btn ul li:nth-child(2) {
  background-color: #ffffff;
  border: 1px solid #b8b8b8;
}
.top-view__btn ul li:nth-child(2) a {
  color: #0a0a0a;
}
@media (max-width: 767px) {
  .top-view .view-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .top-view .view-sp {
    display: none;
  }
  .top-view__desc {
    padding: 65px 6vw;
  }
  .top-view__text h2 {
    font-size: 1.8em;
  }
  .top-view__text h2 .ja {
    margin-bottom: 0.1em;
  }
  .top-view__btn ul {
    gap: 15px;
    max-width: 480px;
  }
  .top-view__btn ul li a {
    padding: 15px 20px;
    font-size: 1em;
    line-height: 1.6;
  }
  .top-view__btn ul li a .en {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .top-view__desc {
    padding: 80px 6vw;
  }
  .top-view__text h2 {
    font-size: 2em;
    line-height: 1.8;
  }
  .top-view__text h2 .en {
    font-size: 0.9em;
  }
  .top-view__btn ul {
    gap: 25px;
    max-width: 550px;
  }
  .top-view__btn ul li a {
    padding: 20px 25px;
    font-size: 1.1em;
  }
}
@media (min-width: 1280px) {
  .top-view__btn ul {
    max-width: 600px;
  }
}
@media (min-width: 1500px) {
  .top-view__desc {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.p-works {
  padding-top: 50px;
  scroll-margin: 64px;
}
.p-works__list__item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b8b8b8;
}
.p-works__list__item .Ttl {
  font-size: 1.8em;
  margin-bottom: 20px;
}
.p-works__list__item .Ttl .num {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 15px;
  color: #2e2e2e;
}
.p-works__list__item .Ttl .num span:nth-child(2) {
  display: inline-block;
  padding-left: 30px;
  margin-left: 10px;
  position: relative;
}
.p-works__list__item .Ttl .num span:nth-child(2)::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-works__list__item .Img {
  text-align: center;
  margin-bottom: 20px;
}
.p-works__list__item .Img img {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-works__list__item .Desc {
  font-size: 0.9em;
  margin-bottom: 30px;
}
.p-works__list__item:nth-child(2) .Img img {
  width: 60%;
}
.p-works__list__item:nth-child(3) .Desc, .p-works__list__item:nth-child(4) .Desc, .p-works__list__item:nth-child(5) .Desc {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-works {
    padding-top: 65px;
  }
  .p-works__list__item .Wrap {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 58% 38%;
    gap: 30px 4%;
  }
  .p-works__list__item .Ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .p-works__list__item .Desc {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .p-works__list__item .more-btn {
    grid-row: 3/4;
    grid-column: 1/2;
    align-self: flex-end;
    justify-self: flex-end;
  }
  .p-works__list__item .Img {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: flex-start;
    margin-bottom: 0;
  }
  .p-works__list__item:nth-child(2) .Img img {
    width: 80%;
  }
  .p-works__list__item:nth-child(3) .Wrap, .p-works__list__item:nth-child(4) .Wrap, .p-works__list__item:nth-child(5) .Wrap {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) {
  .p-works {
    padding-top: 80px;
    scroll-margin: 80px;
  }
  .p-works__list__item {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .p-works__list__item .Ttl {
    font-size: 2em;
  }
  .p-works__list__item .Ttl .num {
    font-size: 1.4rem;
  }
  .p-works__list__item .Img {
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .p-works__list__item:nth-child(2) .Img img {
    width: 70%;
  }
}

.p-news__item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b8b8b8;
}
.p-news__link {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-news__link:hover {
    opacity: 0.5;
  }
}
.p-news__date {
  font-size: 0.9em;
}
.p-news__cat {
  border: 1px solid #b8b8b8;
  font-size: 0.9em;
  padding: 5px 15px;
  display: inline-block;
  margin-left: 8px;
}
.p-news__content {
  margin-top: 10px;
  line-height: 2;
}
.p-news .category-list {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.p-news .category-list h4 {
  text-align: center;
  color: #fff;
  background-color: #2e2e2e;
  font-size: 1.1em;
  padding: 10px 10px;
  cursor: pointer;
  position: relative;
}
.p-news .category-list h4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
}
.p-news .category-list h4::before {
  right: 20px;
  transition: transform 0.3s ease;
}
.p-news .category-list h4.is-active::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.p-news .category-list h4.is-active::before {
  right: 20px;
  transition: transform 0.3s ease;
}
.p-news .category-list ul {
  padding: 10px 10px;
  background-color: #fff;
}
.p-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.p-news .category-list ul li a {
  color: #0a0a0a;
  display: block;
  position: relative;
}
.p-news .category-list ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-news .category-list ul li a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-news .category-list ul li a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  .p-news .c-container, .p-news .breadcrumb {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 250px;
    gap: 50px;
  }
  .p-news .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 0;
    align-self: center;
  }
  .p-news .more-btn {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-news__list {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-bottom: 0;
  }
  .p-news__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-news__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-news-wrap {
    flex-basis: 320px;
  }
  .p-news__content {
    flex: 1;
    margin-top: 0;
  }
  .p-news.c-news .p-news__list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-news.c-news .p-news__link {
    display: block;
  }
  .p-news.c-news .p-news__content {
    margin-top: 15px;
  }
  .p-news.c-news .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .p-news.c-news .category-list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .p-news.c-news .c-container, .p-news.c-news .breadcrumb {
    grid-template-columns: auto 300px;
  }
}

.p-contact {
  background-color: #e8e5e0;
}
.p-contact .more-btn {
  text-align: left;
}
.p-contact .more-btn__link {
  text-align: center;
}

.p-footer {
  padding: 60px 0 20px;
  background-color: #000000;
}
.p-footer__logo {
  margin-bottom: 30px;
  text-align: center;
}
.p-footer__logo img {
  display: inline-block;
  width: 40%;
  max-width: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  margin-bottom: 40px;
}
.p-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}
.p-footer__nav ul li a {
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav ul li a:hover {
    opacity: 0.5;
  }
}
.p-footer__nav ul li span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.p-footer__nav ul li span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-footer .copyright {
  text-align: center;
  color: #b8b8b8;
  font-size: 0.8em;
}
@media (min-width: 1024px) {
  .p-footer {
    padding: 60px 0 30px;
  }
  .p-footer__logo {
    margin-bottom: 40px;
  }
  .p-footer__logo img {
    max-width: 190px;
  }
  .p-footer__nav {
    margin-bottom: 50px;
  }
  .p-footer__nav ul {
    gap: 0 35px;
  }
  .p-footer__nav ul li a {
    font-size: 1em;
  }
  .p-footer__nav ul li span {
    padding-left: 28px;
  }
  .p-footer__nav ul li span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
}

.c-about__table table {
  width: 100%;
}
.c-about__table table tr {
  border-bottom: 1px solid #b8b8b8;
}
.c-about__table table th {
  width: 100%;
  display: block;
  text-align: left;
  font-weight: 500;
  color: #6b6b6b;
  padding: 15px 0;
}
.c-about__table table td {
  width: 100%;
  display: block;
  padding-bottom: 15px;
}
.c-about__table table td .onlyPC {
  display: none;
}
.c-about__table table .ja {
  margin-bottom: 0.01em;
}
@media (min-width: 768px) {
  .c-about__table table tr {
    display: flex;
    align-items: center;
  }
  .c-about__table table th {
    width: 35%;
    padding: 20px;
  }
  .c-about__table table td {
    width: 65%;
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .c-about__table table th {
    width: 30%;
  }
  .c-about__table table td {
    width: 70%;
  }
  .c-about__table table td .onlyPC {
    display: block;
  }
}

.c-designer {
  background-color: #f8f6f3;
}
.c-designer__img {
  margin: 0 -6vw 40px;
}
.c-designer__img img {
  max-width: 500px;
  margin: 0 auto;
}
.c-designer__name {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.c-designer__list ul li {
  margin-bottom: 20px;
}
.c-designer__list ul li h5 {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.c-designer__list ul li h5 span {
  display: block;
  padding-left: 20px;
  position: relative;
}
.c-designer__list ul li h5 span::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2e2e2e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-designer__list ul li h5 small {
  display: inline-block;
  padding-left: 20px;
}
.c-designer__list ul li p {
  padding-left: 20px;
  color: #919191;
}
.c-designer__list ul li p .ja {
  margin-bottom: 0.02em;
}
@media (min-width: 768px) {
  .c-designer__img {
    margin: 0 auto 40px;
  }
  .c-designer__name {
    font-size: 1.3em;
  }
}
@media (min-width: 1024px) {
  .c-designer__wrap {
    display: flex;
    gap: 50px;
  }
  .c-designer__img {
    flex-basis: 40%;
    margin: 0;
    display: flex;
    align-items: flex-start;
  }
  .c-designer__img img {
    width: 100%;
    height: 35%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center right;
       object-position: center right;
  }
  .c-designer__desc {
    flex-basis: 60%;
  }
  .c-designer__name {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .c-designer__list ul li {
    margin-bottom: 30px;
  }
  .c-designer__list ul li h5 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  .c-designer__list ul li h5 span {
    padding-left: 30px;
  }
  .c-designer__list ul li h5 span::before {
    width: 8px;
    height: 8px;
  }
  .c-designer__list ul li h5 small {
    padding-left: 30px;
  }
  .c-designer__list ul li p {
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .c-designer__name {
    font-size: 1.4em;
  }
  .c-designer__img img {
    height: 40%;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  color: #0a0a0a;
  font-size: 0.9em;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #0a0a0a !important;
  color: #ffffff !important;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 36px;
  height: 36px;
  border: 1px solid #b8b8b8;
  background: transparent;
  color: #0a0a0a;
}
.page-numbers:not(.next):not(.prev) .prev {
  position: relative;
  padding-left: 20px;
}
.page-numbers:not(.next):not(.prev) .prev::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-135deg);
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 20px;
}
.page-numbers:not(.next):not(.prev) .next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .page-numbers:not(.next):not(.prev) {
    gap: 2vw;
  }
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1024px) {
  .page-numbers:not(.next):not(.prev) {
    font-size: 1em;
    gap: 25px;
  }
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 54px;
    height: 54px;
  }
  .page-numbers:not(.next):not(.prev) .prev::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(-135deg);
  }
  .page-numbers:not(.next):not(.prev) .next::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
}

.c-news-sl {
  margin-top: 50px;
}
.c-news-sl__tit {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.c-news-sl__date {
  color: #919191;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .c-news-sl {
    margin-top: 65px;
  }
  .c-news-sl__contents {
    padding: 6vw 0;
  }
}
@media (min-width: 1024px) {
  .c-news-sl {
    margin-top: 80px;
  }
  .c-news-sl__contents {
    padding: 4vw 0 6vw;
  }
  .c-news-sl__list {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .c-news-sl__contents {
    padding: 50px 0 80px;
  }
  .c-news-sl__list {
    max-width: 1000px;
  }
}

.c-contact {
  background-color: #f4f4f4;
}
.c-contact .contact-form .wrap br {
  display: none;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #ffffff;
  padding: 8px 12px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form dl {
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  padding: 0 0 8px;
}
.c-contact .contact-form .must {
  position: relative;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must::after {
  content: "*";
  color: #2e2e2e;
  margin-left: 10px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 1;
  font-size: 1.1em;
}
.c-contact .contact-form .privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.c-contact .contact-form .privacy .ja {
  margin-bottom: 0.02em;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #919191;
  background-color: #ddd;
  color: #ffffff;
}
.c-contact .contact-form .submit-btn input {
  border-color: #0a0a0a;
  background-color: #2e2e2e;
  color: #ffffff;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 768px) {
  .c-contact .contact-form .wrap {
    max-width: 540px;
    margin: 0 auto;
  }
  .c-contact .contact-form .c-contact-text {
    text-align: center;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 1.2em;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 24px;
    width: 24px;
  }
  .c-contact .contact-form .privacy {
    gap: 30px;
  }
  .c-contact .contact-form .privacy .ja {
    margin-bottom: 0.05em;
  }
}
@media (min-width: 1024px) {
  .c-contact .contact-form .wrap {
    max-width: 800px;
  }
  .c-contact .contact-form input, .c-contact .contact-form textarea {
    padding: 12px 15px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form dl {
    width: 100%;
    padding-bottom: 30px;
  }
  .c-contact .contact-form dt {
    padding: 0 0 12px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy h3,
.c-thanks h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.c-privacy h3 .ja,
.c-thanks h3 .ja {
  margin-bottom: 0.02em;
}
.c-privacy-item,
.c-thanks-item {
  margin-bottom: 40px;
}
.c-privacy-item .List,
.c-thanks-item .List {
  margin: 30px 0;
}
.c-privacy-item .List-item,
.c-thanks-item .List-item {
  margin-bottom: 20px;
}
.c-privacy-item .List-item .ja,
.c-thanks-item .List-item .ja {
  margin-bottom: 0.02em;
}
.c-privacy-item .List-item span,
.c-thanks-item .List-item span {
  padding-left: 1em;
  text-indent: -1em;
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 5px 10px 0 15px;
}
.p-header .logo {
  background-image: url(../images/common/logo-wh.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 26px;
  width: 135px;
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 1024px) {
  .p-header {
    height: 80px;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    height: 80px;
    background-color: #000000;
  }
  .p-header .pc-container-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    height: 80px;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
    margin-right: 3vw;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 1.1em;
    font-weight: 500;
    padding: 10px 2vw 0;
    transition: all 0.3s;
    text-align: center;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #ffffff;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a::before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-header .pc-container .pc-nav-item:hover a::before {
    width: 100%;
    transition: all 0.3s;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 8px 10px 0px 3vw;
  }
  .p-header .pc-container .logo__img .logo {
    height: 35px;
    width: 180px;
  }
}
@media (min-width: 1500px) {
  .p-header .pc-container .pc-nav-list {
    margin-right: 0;
  }
  .p-header .pc-container .pc-nav-item {
    padding: 10px 30px 0;
  }
  .p-header .pc-container .logo__img {
    margin: 5px 10px 0px 0;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all 1s;
  z-index: -1;
  background-color: #0a0a0a;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 64px;
}
.mobile-menu__item:first-child {
  border-top: 1px solid #6b6b6b;
}
.mobile-menu a {
  color: #ffffff;
  display: block;
  padding: 15px 6vw 15px 3vw;
  font-size: 1.1em;
  font-weight: 500;
  border-bottom: 1px solid #6b6b6b;
}
.mobile-menu a span {
  display: inline-block;
  position: relative;
  padding-left: 5vw;
}
.mobile-menu a span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 16px;
  right: 15px;
  z-index: 200;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  text-align: center;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #ffffff;
  width: 28px;
  height: 2px;
  display: block;
  margin: 0 auto 6px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-container .mobile-menu__btn b {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  display: block;
  line-height: 1;
}
@media (min-width: 768px) {
  .mobile-container .mobile-button {
    top: 12px;
    right: 20px;
  }
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 8px;
  }
  .mobile-container .mobile-menu__btn b {
    font-size: 12px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transform: translateY(0%);
  transition: all 0.8s;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #ffffff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-8px) rotate(-135deg);
}
@media (min-width: 768px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(12px) rotate(135deg);
  }
}

.appear.up .item {
  transform: translateY(15px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(15px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.5s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease, opacity 0.35s ease;
  opacity: 0;
}

.ac-content.is-open {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */