body {
  font-family: noto-sans-jp, sans-serif;
  color: #000000;
  overflow: hidden;
  background: none;
}

p {
  font-size: 11px;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: 0.8px;
  color: #000000;
}
@media screen and (min-width: 1280px) {
  p {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

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

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.only-sp {
  display: block;
}
@media screen and (min-width: 1280px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .only-pc {
    display: block;
  }
}

.l-fv {
  height: 100vh;
  position: inherit;
  background-color: transparent;
}

.l-main {
  background: #fff;
  width: 100%;
  padding: 50px 0;
}
@media screen and (min-width: 1280px) {
  .l-main {
    padding: 85px 0;
  }
}

.l-inner {
  padding: 0 25px;
  max-width: 1350px;
  margin: 0 auto;
}

.l-footer {
  background: #DEDEDE;
  padding: 50px 25px;
}
@media screen and (min-width: 1280px) {
  .l-footer {
    padding: 60px 25px;
  }
}

@media screen and (min-width: 1280px) {
  .l-footer__inner {
    max-width: 1300px;
    margin: 0 auto;
  }
}

.c-section__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-section__ttl h2 {
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .c-section__ttl h2 {
    font-size: 27px;
  }
}
.c-section__ttl span {
  margin-left: 20px;
}

.c-btn {
  background: #002841;
  color: #fff;
  width: 100%;
  max-width: 44rem;
  text-align: center;
  letter-spacing: 0.4px;
  margin: 0 auto;
  max-width: 430px;
  font-size: 13px;
}
.c-btn a {
  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;
  width: 100%;
  padding: 7px 10px;
}
@media screen and (min-width: 1280px) {
  .c-btn a {
    padding: 17px;
  }
}

.p-tpoWork__contents {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .p-tpoWork__contents {
    margin-top: 22px;
  }
}

.p-topWork__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.p-topWork__items img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-topWork__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

.p-topWork__item {
  display: block;
}
.p-topWork__item h3 {
  font-size: 13px;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .p-topWork__item h3 {
    margin-top: 20px;
  }
}

.p-topAbout {
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .p-topAbout {
    padding-top: 160px;
  }
}

.p-topAbout__logo {
  margin-top: 30px;
}

.p-topAbout__contents {
  margin-top: 50px;
}

.p-topAbout__items:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .p-topAbout__items:not(:first-child) {
    margin-top: 130px;
  }
}

@media screen and (min-width: 1280px) {
  .p-topAbout__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .p-topAbout__itemImage {
    width: 85%;
  }
}

@media screen and (min-width: 1280px) {
  .p-topAbout__detail {
    width: 60%;
    margin-left: 98px;
  }
}

.p-topAbout__ttl {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .p-topAbout__ttl {
    font-size: 24px;
    margin-top: 0;
  }
}

.p-topAbout__text {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1280px) {
  .p-topAbout__text {
    margin-top: 50px;
  }
}

.p-topAbout__listTtl {
  margin-top: 30px;
}

.p-topAbout__list {
  padding-left: 15px;
}
.p-topAbout__list li {
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 13px;
}

.p-topProfile {
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .p-topProfile {
    padding-top: 160px;
  }
}

.p-topProfileContents {
  background: #F2F3F5;
  padding: 30px 20px;
}
@media screen and (min-width: 1280px) {
  .p-topProfileContents {
    padding: 60px 254px;
  }
}

.p-topProfileItems {
  background: #fff;
  padding: 20px 0;
}
@media screen and (min-width: 1280px) {
  .p-topProfileItems {
    padding: 37px 0;
  }
}

.p-topProfile__detail {
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .p-topProfile__detail {
    margin-top: 80px;
  }
}

.p-topProfile__dl {
  display: grid;
  grid-template-columns: 35% 65%;
  font-size: 13px;
}
.p-topProfile__dl dt {
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .p-topProfile__dl {
    font-size: 20px;
  }
}
.p-topProfile__dl:not(:first-child) {
  padding: 10px 0 10px 20px;
}
@media screen and (min-width: 1280px) {
  .p-topProfile__dl:not(:first-child) {
    padding: 20px 0 20px 47px;
  }
}
.p-topProfile__dl:not(:last-child) {
  border-bottom: 0.5px solid #000;
}
.p-topProfile__dl:first-child {
  padding: 0 0 10px 20px;
}
@media screen and (min-width: 1280px) {
  .p-topProfile__dl:first-child {
    padding: 0 0 20px 47px;
  }
}

.p-topCTA {
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .p-topCTA {
    padding-top: 160px;
  }
}

.p-topCTA__ttl {
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .p-topCTA__ttl {
    font-size: 27px;
  }
}

.p-topCTA__text {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .p-topCTA__text {
    font-size: 16px;
  }
}

.p-topCTA__items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .p-topCTA__items {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-topCTA__itemImage img {
  width: 100%;
  height: 100%;
}

.p-topCTA__itemText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .p-topCTA__itemText {
    font-size: 27px;
  }
}
.p-topCTA__itemText span {
  font-size: 13px;
}
@media screen and (min-width: 1280px) {
  .p-topCTA__itemText span {
    font-size: 20px;
  }
}

.p-topStore {
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .p-topStore {
    padding-top: 160px;
  }
}

.p-topStore__ttl {
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .p-topStore__ttl {
    font-size: 27px;
  }
}

.p-topStore__address {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .p-topStore__address {
    font-size: 16px;
    margin-top: 20px;
  }
}

.p-topStore__itemImage {
  margin-top: 30px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .p-topStore__itemImage {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerContact__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerContact__h {
    font-size: 24px;
    margin-right: 30px;
  }
}

.p-footerPhone {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .p-footerPhone {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerPhone__ttl {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerPhone__number {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerPhone__text {
    margin-top: 20px;
  }
}

.p-footerWeb {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .p-footerWeb {
    margin-top: 47px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerContact__h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerContact__text {
    margin-top: 10px;
  }
}

.p-footerSite {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-footerSite {
    margin-left: 205px;
    margin-top: 0;
    width: 26%;
  }
}
.p-footerSite h4 {
  font-size: 15px;
}

@media screen and (min-width: 1280px) {
  .p-footerSite__ttl {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerSite__items {
    margin-top: 45px;
  }
}

.p-footerSite__item {
  margin-top: 10px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .p-footerSite__item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerSite__itemTtl {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerSite__bar {
    width: 30px;
    height: 1px;
    background: #002841;
    margin: auto;
  }
}

.p-footerRight {
  text-align: center;
  margin-top: 20px;
}

.p-drawer h4 {
  font-size: 15px;
}

.p-drawer__ttl {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .p-drawer__ttl {
    margin-top: 50px;
  }
}

.p-drawer__item {
  margin-top: 10px;
  display: block;
}

.p-drawerContact__h3 {
  font-size: 15px;
}

.p-drawerPhone {
  margin-top: 20px;
}

.p-drawerPhone__ttl {
  font-size: 15px;
}

.p-drawerWeb {
  margin-top: 20px;
}

.p-drawerContact__h3 {
  font-size: 15px;
}

.p-work {
  margin-top: 50px;
  padding-top: 30px;
}
@media screen and (min-width: 1280px) {
  .p-work {
    padding-top: 80px;
  }
}

.p-work__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .p-work__contents {
    gap: 50px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-work__item {
  display: block;
}
.p-work__item img {
  width: 100%;
}

.p-work__itemTtl {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .p-work__itemTtl {
    margin-top: 16px;
  }
}

.p-work__itemDate {
  font-size: 11px;
}
@media screen and (min-width: 1280px) {
  .p-work__itemDate {
    font-size: 13px;
  }
}

.p-singleWork {
  margin-top: 50px;
  padding-top: 80px;
  min-height: 100vh;
  margin-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  .p-singleWork {
    margin-top: 96px;
    padding-top: 80px;
  }
}

.p-404 {
  height: 100vh;
  margin-top: 50px;
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .p-404 {
    margin-top: 96px;
    padding-top: 80px;
  }
}

.p-contact__topText {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .p-contact__topText {
    margin-top: 60px;
  }
}

.p-contact__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .p-contact__ttl {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__ttl h2 {
    font-size: 21px;
  }
}

.p-contact__ttlBar {
  margin-right: 20px;
  width: 85px;
  height: 1px;
  background: #002841;
}

.p-contact__cation {
  margin-top: 10px;
}
.p-contact__cation span {
  color: red;
}

.p-contactForm {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .p-contactForm {
    margin-top: 0;
  }
}

.p-contactForm__group {
  padding: 15px 0;
}
@media screen and (min-width: 1280px) {
  .p-contactForm__group {
    padding: 30px 0;
  }
}

.p-contactForm__ttl {
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-contactForm__ttl {
    font-size: 16px;
  }
}
.p-contactForm__ttl::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #002841;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contactForm__text {
  margin-top: 10px;
}

.p-contact__privacy {
  font-size: 13px;
}
.p-contact__privacy a {
  text-decoration: underline;
}

.u-fv__bg {
  background: url("../img/fv.png") no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.u-fv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .u-fv__logo {
    width: 100%;
  }
}
.u-fv__logo p {
  text-align: center;
  margin-top: 50px;
  color: #fff;
  font-size: 20px;
}
.u-fv__logo p span {
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .u-fv__logo p span {
    font-size: 32px;
  }
}

.u-btn__topWork {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .u-btn__topWork {
    margin-top: 148px;
  }
}

.u-btn__footer {
  margin-top: 20px;
  margin: 20px 0 0;
}
@media screen and (min-width: 1280px) {
  .u-btn__footer {
    margin: 20px 0 0;
  }
}

.u-btn__drawer {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .u-btn__drawer {
    margin: 20px 0 0;
  }
}

.u-btn__contact {
  margin: 20px auto;
  border: none;
}

.u-topProfile__sectionTtl {
  padding-left: 20px;
}
@media screen and (min-width: 1280px) {
  .u-topProfile__sectionTtl {
    padding-left: 47px;
  }
}

.header__logo {
  margin-right: auto;
  width: 100px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .header__logo {
    width: 150px;
    height: auto;
  }
}

.drawer-icon {
  width: 45px;
  height: 10px;
  position: relative;
}

.drawer-icon__bar {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 1px;
  background: #002841;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
  position: absolute;
}
.drawer-icon__bar:nth-child(2) {
  top: 8px;
  position: absolute;
}

.drawer-icon__bar.is-checked:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}

.drawer-icon__bar.is-checked:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}

#js-drawer-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  border-left: none;
  z-index: 1001;
  padding: 60px 25px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -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;
}
@media screen and (min-width: 1280px) {
  #js-drawer-content {
    width: 30%;
    padding: 115px 25px 115px;
    border-left: 1px solid #002841;
  }
}

#js-drawer-content.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header {
  position: fixed;
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .header {
    padding: 30px 50px;
  }
}

.header__inner {
  padding: 0 25px;
}

.header__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.wpcf7-list-item:not(:first-child) {
  margin-top: 10px;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-list-item-label {
  padding-left: 12px;
}
@media screen and (min-width: 1280px) {
  .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.p-contactForm__group textarea {
  width: 100%;
  padding: 14px;
}
@media screen and (min-width: 1280px) {
  .p-contactForm__group textarea {
    width: 520px;
  }
}

.p-contactFV {
  margin: 0 calc(50% - 50vw);
}
.p-contactFV img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 14px;
}
@media screen and (min-width: 1280px) {
  input[type=text] {
    width: 520px;
  }
}

input[type=email] {
  width: 100%;
  height: 45px;
  padding: 0 14px;
}
@media screen and (min-width: 1280px) {
  input[type=email] {
    width: 520px;
  }
}

input[type=radio] {
  width: 20px;
  height: 20px;
}

input[type=textarea] {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  input[type=textarea] {
    width: 520px;
  }
}

input[type=submit] {
  padding: 7px 10px;
}
@media screen and (min-width: 1280px) {
  input[type=submit] {
    padding: 17px;
  }
}
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

.u-required__contact {
  color: red;
  margin-left: 5px;
  font-size: 16px;
}

/* 2025/08/27 Higo add */
.p-pageall {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 80px;
}

@media screen and (min-width: 1280px) {
  .p-pageall {
    margin-top: 80px;
    padding-top: 80px;
  }
}
.p-singleWork__title {
  margin-bottom: 50px;
  font-size: 22px;
}