@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  background: #fff;
  font-size: 16px;
}

/* 固定ヘッダーの高さに合わせて調整 */
#service,
#workflow,
#about {
  scroll-margin-top: 50px;
}

.l-all-wrapper {
  display: contents;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .l-all-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
  }
}
@media screen and (min-width: 1280px) {
  .l-all-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
  }
}

.l-all-wrapper__left {
  display: contents;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .l-all-wrapper__left {
    position: sticky;
    top: 0px;
    left: 0px;
    display: block;
    width: 30%;
    background-color: #222831;
  }
}
@media screen and (min-width: 1280px) {
  .l-all-wrapper__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: sticky;
    top: 0px;
    left: 0px;
    display: block;
    width: 30%;
    background-color: #222831;
  }
}

.l-all-wrapper__right {
  width: 100%;
  display: contents;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .l-all-wrapper__right {
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .l-all-wrapper__right {
    position: relative;
    display: block;
  }
}

.l-all-wrapper__right.--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .l-all-wrapper__right.--page {
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .l-all-wrapper__right.--page {
    height: auto;
  }
}

.l-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 998;
  width: 100%;
  background-color: #222831;
  padding-block: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .l-header {
    position: sticky;
    padding-block: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header {
    position: sticky;
    top: 0px;
    padding-block: 50px;
  }
}

.l-inner {
  padding-inline: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .l-inner {
    padding-inline: 32px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .l-inner {
    max-width: 944px;
    padding-inline: 32px;
    margin-inline: auto;
  }
}

.l-section-inner {
  padding-block: 30px;
}

.l-footer {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  background-color: #efebe2;
}

.c-logo__link {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .c-logo__link {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-logo__link {
    font-size: 36px;
  }
}

.c-button {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  padding: 4px;
  border-radius: 4px;
  margin-inline: auto;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.c-button:hover {
  background-color: #ecb44b;
}
.c-button:hover .c-button__icon {
  color: #fff;
}
.c-button:hover .c-button__text {
  color: #fff;
}

.c-button__icon {
  display: grid;
  place-items: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.c-button__text {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.c-twitter {
  width: 100%;
  max-width: 220px;
  display: grid;
  place-items: center;
  padding: 0px 4px;
  border-radius: 2px;
  background-color: #fff;
  margin-inline: auto;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.c-twitter:hover {
  background-color: #ecb44b;
}
.c-twitter:hover .c-twitter__icon {
  color: #fff;
}

.c-twitter__icon {
  display: grid;
  place-items: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.c-drawer {
  position: relative;
  width: 30px;
  height: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .c-drawer {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .c-drawer {
    display: none;
  }
}

.c-drawer__line {
  position: absolute;
  left: 1px;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-drawer__line:nth-of-type(1) {
  top: 0px;
}
.c-drawer__line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-drawer__line:nth-of-type(3) {
  bottom: 0px;
}

.c-drawer.--is-open .c-drawer__line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer.--is-open .c-drawer__line:nth-of-type(2) {
  display: none;
}
.c-drawer.--is-open .c-drawer__line:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: auto;
}

.c-section-head {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 20px;
}

.c-section-head__title {
  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: start;
      -ms-flex-align: start;
          align-items: start;
}

.c-section-head__title-en {
  display: inline-block;
  opacity: 0;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
}
@media screen and (min-width: 1280px) {
  .c-section-head__title-en {
    font-size: 60px;
  }
}

.c-section-head__title-en.is-visible {
  -webkit-animation: 1s 0.2s ease forwards fadeIn;
          animation: 1s 0.2s ease forwards fadeIn;
}

.c-section-head__title-ja {
  display: inline-block;
  opacity: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.c-section-head__title-ja.is-visible {
  -webkit-animation: 0.8s 0.3s ease forwards fadeIn;
          animation: 0.8s 0.3s ease forwards fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-section-head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.c-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.c-sub-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #ecb44b;
}

.c-sub-title__text {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  color: #ECB44B;
}

.c-page-title {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .c-page-title {
    height: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .c-page-title {
    height: 200px;
  }
}

.c-page-title__en {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .c-page-title__en {
    font-size: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .c-page-title__en {
    font-size: 60px;
  }
}

.c-page-title__ja {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .c-page-title__ja {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-page-title__ja {
    font-size: 20px;
  }
}

.c-service__item {
  width: 100%;
  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;
  row-gap: 20px;
  background-color: #efebe2;
  border-radius: 4px;
  padding: 20px;
  -webkit-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}

.c-service__item-image-box {
  width: 88px;
  text-align: center;
}

.c-service__item-image {
  width: 100%;
}

.c-service__item-content-box {
  text-align: center;
}

.c-service__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}

.c-service__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: left;
}

.c-works__pick-up-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  overflow: hidden;
}

.c-works__pick-up-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-works__pick-up-item-link:hover .c-works__pick-up-item-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.c-works__pick-up-item-image-box {
  width: 100%;
  overflow: hidden;
}

.c-works__pick-up-item-image {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.c-works__pick-up-item-content-box {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.c-works__pick-up-item-title {
  width: 100%;
  font-size: 24px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.c-works__pick-up-item-content-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.c-works__pick-up-item-tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 4px;
}

.c-works__pick-up-item-tag-text {
  font-family: "Roboto Slab", serif;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #222831;
}

.c-works__item-time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background-color: #ECB44B;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
}

.c-works__item-time-text {
  font-family: "Roboto Slab", serif;
  color: #222831;
  color: #fff;
}

.c-flow__item {
  width: 100%;
  position: relative;
  border: 1px solid #222831;
  border-radius: 4px;
  padding: 46px 16px 24px;
  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;
  row-gap: 30px;
}

.c-flow__item-number {
  display: grid;
  place-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background-color: #222831;
  font-size: 24px;
  color: #fff;
}

.c-flow__item-image-box {
  width: 100%;
  text-align: center;
}

.c-flow__item-content-box {
  text-align: center;
}

.c-flow__title {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.c-flow__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: left;
}

.c-pagination {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.current {
  background-color: #ECB44B;
}

.c-pagination span {
  border-radius: 4px;
  display: inline-block;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-family: "Roboto Slab", serif;
  padding: 10px;
  border: 1px solid #222831;
}
.c-pagination a {
  border-radius: 4px;
  display: inline-block;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-family: "Roboto Slab", serif;
  padding: 10px;
  border: 1px solid #222831;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.c-pagination a:hover {
  background-color: #ECB44B;
}

.c-breadcrumb {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.c-breadcrumb a span {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  color: #222831;
}
.c-breadcrumb span {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  color: #ECB44B;
}

.c-genre-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-genre-nav__item {
  height: 34px;
}

.c-genre-nav__link {
  height: 100%;
  display: inline-block;
  border: 1px solid #222831;
  padding: 4px 10px;
  border-radius: 4px;
  font-family: "Roboto Slab", serif;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 1280px) {
  .c-genre-nav__link {
    padding: 5px 30px;
  }
}
.c-genre-nav__link:hover {
  background-color: #ECB44B;
}

.c-genre-nav__link.--is-active {
  background-color: #ECB44B;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-header__inner {
    padding-inline: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-header__inner {
    max-width: 300px;
    padding-inline: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }
}

.p-header__nav {
  display: none;
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #222831;
  padding: 10px 40px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-header__nav {
    display: block;
    position: static;
    height: auto;
    padding: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .p-header__nav {
    display: block;
    position: static;
    top: 0px;
    height: auto;
    padding: 0px;
  }
}

.p-header__nav-list {
  margin-inline: auto;
  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;
  row-gap: 40px;
  padding: 10px 0px;
  max-width: 300px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-header__nav-list {
    width: 100%;
    row-gap: 24px;
    max-width: inherit;
  }
}
@media screen and (min-width: 1280px) {
  .p-header__nav-list {
    width: 100%;
    row-gap: 40px;
    max-width: inherit;
  }
}

.p-header__nav-list a {
  font-family: "Roboto Slab", serif;
  width: 100%;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 3px 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
.p-header__nav-list a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.p-header__nav-list a:hover {
  background-color: #fff;
  color: #222831;
}
.p-header__nav-list a:hover::before {
  color: #222831;
}

.p-header__nav-item--service {
  width: 100%;
}
.p-header__nav-item--service a::before {
  content: "\f109";
}

.p-header__nav-item--works {
  width: 100%;
}
.p-header__nav-item--works a::before {
  content: "\f121";
}

.p-header__nav-item--workflow {
  width: 100%;
}
.p-header__nav-item--workflow a::before {
  content: "\f04e";
}

.p-header__nav-item--about {
  width: 100%;
}
.p-header__nav-item--about a::before {
  content: "\f2bd";
}

.p-header__nav-button-box {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.p-mv {
  background-image: url("../img/img_sub-mv.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
  height: 160px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-mv {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-mv {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    height: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .p-mv {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    height: 400px;
  }
}

.p-mv__inner {
  height: 100%;
  position: relative;
}

.p-mv__content-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  max-width: 456px;
}
@media screen and (min-width: 1280px) {
  .p-mv__content-box {
    row-gap: 20px;
  }
}

.p-mv__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  overflow: hidden;
}

.p-mv__title-text {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.5vw;
  -webkit-transform: translateY(180%);
          transform: translateY(180%);
  -webkit-animation: slideUp 0.8s 1s ease-in-out forwards;
          animation: slideUp 0.8s 1s ease-in-out forwards;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-mv__title-text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-mv__title-text {
    font-size: 35px;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-mv__text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3vw;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  line-height: 1.2;
  color: #fff;
}
.p-mv__text:nth-of-type(2) {
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-mv__text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-mv__text {
    font-size: 30px;
  }
}

.p-sub-mv {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
  height: 150px;
  background-image: url("/wp-content/themes/jin_portfolio/img/img_sub-mv.jpg");
  background-repeat: no-repeat;
  background-position: top 0px left 0px;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-sub-mv {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    height: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .p-sub-mv {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    height: 200px;
  }
}

.p-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.p-service__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.p-service__items {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-service__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-service__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.p-works__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 1280px) {
  .p-works__inner {
    row-gap: 60px;
  }
}

.p-works__pick-up {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.p-works__pick-up-items {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-works__pick-up-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0px;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__pick-up-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0px;
    gap: 30px;
  }
}

.p-works__pick-up-button {
  font-family: "Noto Sans JP", sans-serif;
  margin-inline: auto;
  width: 300px;
  text-align: center;
  padding: 8px 16px;
  background-color: #ecb44b;
  color: #fff;
  border-radius: 4px;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-works__pick-up-button:hover {
  opacity: 1;
}

.p-works__swiper-slide {
  overflow: hidden;
  border-radius: 4px;
  width: 275px;
  background-color: #fff;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  -webkit-transition: margin-top 0.5s, opacity 0.5s;
  transition: margin-top 0.5s, opacity 0.5s;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-works__swiper-slide {
    width: 480px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__swiper-slide {
    width: 480px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-works__swiper-slide.swiper-slide-prev {
  opacity: 0.5;
}
.p-works__swiper-slide.swiper-slide-active {
  margin-top: 0px;
}
.p-works__swiper-slide.swiper-slide-next {
  opacity: 0.5;
}

.p-works__swiper-slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.p-works__swiper-slide-image-box {
  width: 100%;
}

.p-works__swiper-slide-image {
  width: 100%;
  aspect-ratio: 265/177;
}

.p-works__swiper-slide-content-box {
  padding: 10px 0px 10px 0px;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 20px;
}

.p-works__swiper-slide-title {
  width: 100%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 700;
  color: #222831;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-works__swiper-slide-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__swiper-slide-title {
    font-size: 35px;
  }
}

.p-works__swiper-slide-content-box-wrapper {
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.p-works__swiper-slide-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 8px 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-works__swiper-slide-tag-text {
  font-family: "Roboto Slab", serif;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #222831;
  color: #fff;
}

.p-works__swiper-slide-time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ECB44B;
  padding: 2px 4px;
  border-radius: 4px;
}

.p-works__swiper-slide-time-text {
  font-family: "Roboto Slab", serif;
  color: #fff;
}

.p-single-works {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-single-works {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .p-single-works {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}

.p-single-works__inner {
  padding-block: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-single-works__inner {
    padding-block: 0px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-single-works__inner {
    padding-block: 0px;
    row-gap: 30px;
  }
}

.p-single-works__image-box {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-single-works__image-box {
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-single-works__image-box {
    height: auto;
  }
}

.p-single-works__image {
  width: 100%;
}

.p-single-works__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-single-works__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-single-works__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.p-single-works__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-single-works__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .p-single-works__text {
    font-size: 14px;
  }
}

.p-single-works__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.p-single-works__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-bottom: 2px solid #222831;
}

.p-single-works__item-title {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #222831;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-single-works__item-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .p-single-works__item-title {
    font-size: 14px;
  }
}

.p-single-works__item-text {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-single-works__item-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .p-single-works__item-text {
    font-size: 14px;
  }
}

.p-single-works__link {
  background-color: #ECB44B;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 4px;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-single-works__link:hover {
  opacity: 1;
}

.p-archive-works {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}

.p-archive-works__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.p-archive-works__items {
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-archive-works__items {
    padding-inline: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-archive-works__items {
    padding-inline: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.p-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}

.p-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-flow__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.p-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;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-about__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    row-gap: 0px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-margin-before: -80px;
            margin-block-start: -80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    row-gap: 0px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-margin-before: -80px;
            margin-block-start: -80px;
  }
}

.p-about__image-box {
  width: 100%;
  max-width: 300px;
}

.p-about__image {
  width: 100%;
  aspect-ratio: 341/435;
  height: auto;
}

.p-about__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.p-about__text {
  font-family: "Noto Sans JP", sans-serif;
}

.p-about__skill-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.p-about__skill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.p-about__skill-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
}

.p-about__skill-item-title {
  font-family: "Noto Sans JP", sans-serif;
}

.p-about__skill-item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-about__skill-item-text {
  border-radius: 4px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  display: inline-block;
  padding: 5px 10px;
  background-color: #222831;
  color: #fff;
}

.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.p-contact__button-box {
  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;
  row-gap: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact__button-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__button-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.p-contact__button {
  margin: 0;
  padding: 10px;
  background-color: #ecb44b;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-contact__button:hover {
  opacity: 1;
}

.p-contact__button-icon {
  display: grid;
  place-items: center;
}

.p-contact__button-icon-svg {
  color: #fff;
}

.p-contact__button-text {
  font-family: "Roboto Slab", serif;
  color: #fff;
}

.p-contact-form {
  margin-top: 56px;
}

.p-contact-form__title {
  color: #222831;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact-form__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact-form__title {
    font-size: 28px;
  }
}

.p-contact-form__text {
  margin-top: 20px;
  color: #222831;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 40px;
}

.wpcf7-form {
  border-radius: 4px;
  background-color: #efebe2;
  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;
  row-gap: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact-form__item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact-form__item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.p-contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .p-contact-form__label {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact-form__label {
    width: 200px;
  }
}

.p-contact-form__label-text {
  color: #222831;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-contact-form__label-tag {
  padding: 1px 6px 2px 6px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  background: #ECB44B;
}

@media screen and (min-width: 769px) and (max-width: 1279.99px) {
  .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1280px) {
  .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.wpcf7-form-control {
  width: 100%;
  padding: 12px 16px 12px 16px;
  border-radius: 4px;
  border: 1px solid #222831;
  background: #fff;
}
.wpcf7-form-control::-webkit-input-placeholder {
  font-family: "Roboto Slab", serif;
}
.wpcf7-form-control::-moz-placeholder {
  font-family: "Roboto Slab", serif;
}
.wpcf7-form-control:-ms-input-placeholder {
  font-family: "Roboto Slab", serif;
}
.wpcf7-form-control::-ms-input-placeholder {
  font-family: "Roboto Slab", serif;
}
.wpcf7-form-control::placeholder {
  font-family: "Roboto Slab", serif;
}

.p-contact-form__text-note {
  font-family: "Roboto Slab", serif;
}

.p-contact-form__button {
  text-align: center;
}

.wpcf7-submit {
  font-family: "Roboto Slab", serif;
  margin-inline: auto;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 8px 16px;
  background-color: #ECB44B;
  color: #fff;
  border-radius: 10px;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border: none;
  border-radius: 4px;
}
.wpcf7-submit:hover {
  opacity: 1;
}

.wpcf7-spinner {
  display: none;
}

.p-page-thanks {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-page-thanks__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.p-page-thanks__text1 {
  text-align: center;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
}

.p-page-thanks__text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.p-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.p-404__title {
  color: #222831;
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.p-404__title-text {
  font-size: 38px;
  font-weight: bold;
}

.p-404__sub-title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.p-404__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}

.p-404__texts-text {
  font-size: 14px;
  text-align: center;
}

.p-footer__inner {
  padding-inline: 0px;
  max-width: inherit;
  padding-block: 20px;
}

.p-footer__copy {
  text-align: center;
}

.p-footer__copy-text {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
}

.p-footer__button {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 990;
  padding: 10px;
  border-radius: 50%;
  background-color: #222831;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 1280px) {
  .p-footer__button {
    padding: 20px;
  }
}
.p-footer__button:hover {
  opacity: 1;
}

.p-footer__button-text {
  font-family: "Roboto Slab", serif;
  color: #fff;
}