@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
@font-face {
  font-family: "kinari-gothic-mini";
  src: url("../font/kinari-gothic-mini.woff") format("woff");
}
body, html {
  overflow-x: hidden;
}
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #000000;
}
body p {
  font-size: 1rem;
  line-height: 1.8;
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
}
.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.l-section {
  padding: 120px 0;
}
.l-section2 {
  padding-top: 120px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .l-section {
    padding: 70px 0;
  }
  .l-section2 {
    padding-top: 70px;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-mv {
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: -2;
}
.c-mv.about {
  background: url(../img/about/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-mv.company {
  background: url(../img/company/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-mv.service {
  background: url(../img/service/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-mv.works {
  background: url(../img/works/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-mv.news {
  background: url(../img/news/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-mv.recruit {
  background: url(../img/recruit/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-mv.contact {
  background: url(../img/contact/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-mv.privacypolicy {
  background: url(../img/privacypolicy/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-mv.not404 {
  background: url(../img/not404/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-mv:after {
  content: "";
  display: inline-block;
  background: #59230b;
  background-size: cover;
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-mv h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.c-mv h1 span {
  font-size: 1.5rem;
  display: block;
  margin-top: 20px;
}
h1.c-title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
h1.c-title span {
  font-size: 1.5rem;
  display: block;
  margin-top: 20px;
  position: relative;
  color: #CA5520;
}
h1.c-title span:after {
  content: "";
  display: inline-block;
  background: #CA5520;
  width: 100px;
  height: 4px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
h2.c-title {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
h2.c-title span {
  display: block;
  font-size: 1.125rem;
  color: #CA5520;
  margin-top: 10px;
}
.c-link {
  display: block;
  width: 220px;
  border-radius: 100vmax;
  text-align: center;
  color: #251E1C;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 2px;
  padding: 12px 5%;
  border: solid 1px #251E1C;
  transition: background 0.4s ease, color 0.4s ease;
  position: relative;
  overflow: hidden;
}
.c-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) scale(1);
  width: 3px;
  height: 3px;
  background: #251E1C;
  border-radius: 100vmax;
  transition: transform 0.4s ease, background 0.4s ease;
  z-index: 1;
}
.c-link:hover {
  background: #251E1C;
  color: #fff;
}
.c-link:hover:after {
  transform: translateY(-50%) scale(8);
  background: rgba(255, 255, 255, 0.2);
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger {
  position: fixed;
  top: 17px;
  right: 5%;
  background: #1C2B18;
  z-index: 50;
  width: 58px;
  height: 58px;
  margin: auto;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  component(991)
  =========================*/
  .c-mv {
    padding: 60px 0;
  }
  .c-mv h1 {
    font-size: 1.75rem;
  }
  .c-mv h1 span {
    font-size: 1rem;
  }
  h1.c-title {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
  h1.c-title span {
    font-size: 1rem;
    margin-top: 20px;
  }
  h1.c-title span:after {
    width: 80px;
    height: 3px;
    top: -10px;
  }
  h2.c-title {
    font-size: 1.5rem;
  }
  h2.c-title span {
    font-size: 0.875rem;
  }
  .c-link {
    font-size: 0.75rem;
  }
}
/*
  footer
————————————————————————————————————————— */
.cta {
  padding: 50px 0;
}
.cta .flex {
  display: flex;
}
.cta .box {
  width: 50%;
  border: solid 1px #CA5520;
  padding: 40px;
}
.cta .box:last-child {
  border-left: none;
}
.cta .box p {
  font-weight: 600;
  font-size: 1.625rem;
  color: #CA5520;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.cta .box p img {
  width: 50px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.cta .box .mailLink {
  background: #CA5520;
  border: solid 1px #CA5520;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 100vmax;
  font-weight: 600;
  font-size: 2.5rem;
  padding: 16px;
  position: relative;
  transition: background 0.4s ease, color 0.4s ease;
  overflow: hidden;
}
.cta .box .mailLink:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) scale(1);
  border-radius: 50%;
  transition: transform 0.4s ease, background 0.4s ease;
  z-index: 1;
}
.cta .box .mailLink:hover {
  background: #fff;
  color: #CA5520;
}
.cta .box .mailLink:hover:after {
  transform: translateY(-50%) scale(6);
  background: #CA5520;
}
.cta .box .telLink {
  background: #fff;
  border: solid 1px #CA5520;
  display: block;
  text-align: center;
  color: #CA5520;
  border-radius: 100vmax;
  font-weight: 600;
  font-size: 2.5rem;
  padding: 16px;
}
.footer-map iframe {
  width: 100%;
  height: 350px;
}
.p-footer {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  gap: 0 60px;
  flex-wrap: wrap;
}
.p-footer address p {
  font-weight: 600;
}
.p-footer .logo {
  margin-bottom: 10px;
}
.p-footer .logo a {
  width: 120px;
  display: block;
}
.p-footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  padding-top: 40px;
}
.p-footer ul li:last-child a {
  border: none;
}
.p-footer ul a {
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  padding: 0 16px;
  border-right: solid 1px #000000;
  display: block;
  text-align: center;
  line-height: 1.2;
}
.copyright {
  display: block;
  text-align: center;
  background: #000000;
  color: #9d9d9e;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 10px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .cta .flex {
    flex-direction: column;
  }
  .cta .box {
    width: 100%;
    padding: 25px;
  }
  .cta .box:last-child {
    border-left: solid 1px #CA5520;
    border-top: none;
  }
  .cta .box p {
    font-size: 1.25rem;
    margin-bottom: 14px;
    gap: 4px;
  }
  .cta .box p img {
    width: 30px;
    height: 20px;
  }
  .cta .box .mailLink {
    font-size: 1.5rem;
    padding: 16px;
  }
  .cta .box .mailLink:after {
    width: 4px;
    height: 4px;
  }
  .cta .box .telLink {
    font-size: 1.5rem;
    padding: 16px;
  }
  .p-footer {
    padding: 30px 0;
    gap: 0 20px;
    flex-wrap: wrap;
  }
  .p-footer address p {
    text-align: center;
  }
  .p-footer .logo {
    margin-bottom: 10px;
  }
  .p-footer .logo a {
    width: 100px;
    display: block;
    margin-inline: auto;
  }
  .p-footer ul {
    justify-content: center;
    padding-top: 20px;
  }
  .copyright {
    font-size: 0.625rem;
  }
}
/*
  header
————————————————————————————————————————— */
body:not(.home) .p-header {
  background: #fff;
  position: relative;
  padding: 10px 5%;
}
body:not(.home) .p-header .p-header__logo {
  max-width: 100px;
}
body:not(.home) .p-header .p-header__logo img {
  filter: brightness(1) invert(0);
}
body:not(.home) .p-header .p-header__item > a {
  color: #000000;
}
.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5%;
  position: relative;
  gap: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  /* メニューをhoverした時のスタイル */
}
.p-header .p-header__logo {
  width: 100%;
  max-width: 160px;
}
.p-header .p-header__logo img {
  filter: brightness(0) invert(1);
}
.p-header .p-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-header .p-header__list {
  display: flex;
  gap: 30px;
}
.p-header .p-header__item {
  position: relative;
}
.p-header .p-header__item > a {
  font-weight: 500;
  color: #fff;
  padding: 40px 0;
  display: block;
  white-space: nowrap;
  transform: rotate(0.05deg);
}
.p-header .p-header__contact {
  font-weight: 500;
  color: #fff;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background: #1C2B18;
  width: 140px;
  padding: 10px;
  border-radius: 100vmax;
  transition: all 0.3s ease 0s;
}
.p-header .p-header__contact img {
  display: block;
  width: 28px;
}
.p-header .p-header__contact:hover {
  opacity: 0.7;
}
.p-header .megaMenu {
  background: #fff;
  top: 100%;
  right: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 250%;
}
.p-header .megaMenu-list {
  background: #fff;
}
.p-header .megaMenu-item {
  display: inline-block;
  width: 100%;
}
.p-header .megaMenu-item a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000000;
  padding: 15px 5%;
  display: block;
  transform: rotate(0.05deg);
}
.p-header .megaMenu-item a:hover {
  background: #F5F6F8;
}
.p-header .p-header__item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: white;
  position: fixed;
  top: -120%;
  left: 0;
  z-index: -10;
  padding-top: 104px;
  padding-bottom: 40px;
  transition: all 0.6s;
  overflow: auto;
}
#p-globalMenuSp.is-active {
  top: 0;
  z-index: 8;
}
.p-globalMenuSp__list {
  width: 90%;
  margin-inline: auto;
  text-align: left;
  margin-bottom: 24px;
}
.p-globalMenuSp__list .child {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-left: 5%;
}
.p-globalMenuSp__list .child a {
  font-weight: 500;
  font-size: 0.875rem;
  color: #000000;
  position: relative;
  padding-left: 20px;
  transform: rotate(0.05deg);
}
.p-globalMenuSp__list .child a:before {
  content: "";
  display: inline-block;
  background: #E9E9E9;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-globalMenuSp__item:last-child {
  margin-bottom: 0;
}
.p-globalMenuSp__item > a {
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
  transform: rotate(0.05deg);
}
.p-globalMenuSp__item > span {
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
  transform: rotate(0.05deg);
}
.p-globalMenuSp__item > span a {
  color: #000000;
}
.p-globalMenuSp__item.contact {
  margin-top: 20px;
}
.p-globalMenuSp__item.contact a {
  background: #1C2B18;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  color: #fff;
  border-radius: 100vmax;
}
.p-globalMenuSp__item.contact a img {
  width: 22px;
}
#p-globalMenuSp .click-menu > span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}
#p-globalMenuSp .click-menu > span.open:after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 5px);
}
#p-globalMenuSp .click-menu .p-menu-content {
  display: none;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  body.is-drawerActive .p-header__logo img {
    filter: unset;
  }
  .p-header {
    padding: 7px 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .p-header .p-header__logo {
    max-width: 100px;
    position: relative;
    z-index: 15;
  }
  .p-header .p-header__logo img {
    transition: all 0.3s ease 0s;
  }
  .p-header .p-header__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
}
/*
top
————————————————————————————————————————— */
.p-top__mainvisual {
  position: relative;
}
.p-top__mainvisual .swiper {
  position: relative;
}
.p-top__mainvisual .swiper:after {
  content: "";
  display: inline-block;
  background: #251E1C;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 1;
}
.p-top__mainvisual .swiper-slide img {
  height: 100vh;
  object-fit: cover;
}
.p-top__mainvisual .hero {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 3;
}
.p-top__mainvisual .hero h1 {
  font-weight: 600;
  font-size: clamp(2rem, 6vh, 5.75rem);
  line-height: 1.6;
  color: #fff;
}
.p-top__mainvisual .hero h1 span {
  font-size: clamp(1.5rem, 3.6vh, 3.25rem);
  display: block;
  margin-top: 20px;
}
.p-top__mainvisual .scroll_down {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
}
.p-top__mainvisual .scroll_down p {
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.1vw;
  margin-bottom: 14px;
}
.p-top__mainvisual .scroll_down a {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
}
.p-top__mainvisual .scroll_down .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
}
.p-top__mainvisual .scroll_down .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}
@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 70%;
  }
  40% {
    opacity: 0;
    top: 30%;
  }
  70% {
    opacity: 1;
    top: 30%;
  }
  100% {
    opacity: 1;
    top: 70%;
  }
}
.p-top__mainvisual .news {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #59230b;
  mix-blend-mode: hard-light;
  padding: 20px 5%;
  display: flex;
  gap: 20px;
  max-width: 45%;
}
.p-top__mainvisual .news h2 {
  font-weight: 600;
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.p-top__mainvisual .news h2 span {
  display: block;
  font-size: 1.25rem;
  margin-top: 14px;
}
.p-top__mainvisual .news .c-link {
  width: 140px;
  font-size: 0.75rem;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px 5%;
}
.p-top__mainvisual .news .c-link:hover {
  background: #fff;
  color: #000000;
}
.p-top__mainvisual .news .c-link:hover::after {
  background: #000000;
}
.p-top__mainvisual .news .c-link:after {
  background: #fff;
}
.p-top__mainvisual .news .left {
  width: 140px;
}
.p-top__mainvisual .news .right {
  width: calc(100% - 160px);
}
.p-top__mainvisual .news .right li:first-child a {
  padding-top: 0;
}
.p-top__mainvisual .news .right li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.p-top__mainvisual .news .right a {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #fff;
  color: #fff;
  min-width: 0;
  position: relative;
}
.p-top__mainvisual .news .right a:after {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 16px;
  min-width: 16px;
  height: 6px;
  min-height: 6px;
}
.p-top__mainvisual .news .right a .date {
  font-weight: 500;
  font-size: 0.875rem;
}
.p-top__mainvisual .news .right a .title {
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
.p-top__about {
  position: relative;
  padding-bottom: 80px;
}
.p-top__about:after {
  content: "";
  display: inline-block;
  background: #F5F6F8;
  width: 95%;
  height: 85%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -3;
}
.p-top__about:before {
  content: "";
  display: inline-block;
  background: url(../img/top/mark.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1.7227138643;
  width: 50%;
  max-width: 600px;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: -2;
}
.p-top__about .flex {
  display: flex;
  justify-content: space-between;
}
.p-top__about .image {
  width: 48%;
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}
.p-top__about .image img {
  height: 100%;
  object-fit: cover;
}
.p-top__about .text {
  width: 48%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-top: 50px;
}
.p-top__about .content {
  padding-top: 120px;
}
.p-top__about h1 {
  font-weight: 600;
  font-size: 2.5rem;
  writing-mode: vertical-rl;
  line-height: 1.4;
}
.p-top__about h1 span {
  font-size: 1.5rem;
  display: block;
}
.p-top__about h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  color: #CA5520;
  margin-bottom: 32px;
}
.p-top__about .c-link {
  margin-top: 32px;
}
.p-top__service {
  padding-top: 120px;
  position: relative;
}
.p-top__service:after {
  content: "";
  display: inline-block;
  background: #F5F6F8;
  width: 95%;
  height: 35%;
  position: absolute;
  top: 150px;
  left: 0;
  z-index: -1;
}
.p-top__service h1 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 60px;
}
.p-top__service h1 span {
  font-size: 1.5rem;
  display: block;
}
.p-top__service ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px 2px;
}
.p-top__service .image {
  margin-bottom: 20px;
}
.p-top__service .image img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.p-top__service .text {
  width: 92%;
  margin-inline: auto;
}
.p-top__service .c-link {
  margin-inline: auto;
  margin-top: 32px;
}
.p-top__works {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
}
.p-top__works .flex {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  padding-right: 0;
}
.p-top__works .flex:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #F5F6F8;
  z-index: -2;
  pointer-events: none;
}
.p-top__works .flex:before {
  content: "";
  display: inline-block;
  border: solid 1px #251E1C;
  width: 360px;
  height: 90%;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
.p-top__works .title {
  width: 220px;
}
.p-top__works .content {
  width: calc(100% - 260px);
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__works h1 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.4;
}
.p-top__works h1 span {
  font-size: 1.5rem;
  display: block;
}
.p-top__works .c-link {
  margin-top: 200px;
}
.p-top__works ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.p-top__works ul li {
  width: calc((100% - 60px) / 3);
  background: #fff;
  padding: 20px 20px 30px;
}
.p-top__works .thumb {
  margin-bottom: 14px;
}
.p-top__works .thumb img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.p-top__works .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.p-top__works .date {
  font-weight: 600;
  font-size: 0.875rem;
  color: #000000;
}
.p-top__works .cate {
  background: #CB5520;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100vmax;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
.p-top__works .title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 0.14;
  color: #000000;
}
.p-top__recruit {
  position: relative;
}
.p-top__recruit .button {
  display: block;
  width: 25%;
  max-width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-top__mainvisual .swiper-slide img {
    height: 80vh;
  }
  .p-top__mainvisual .hero {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .p-top__mainvisual .hero h1 {
    font-size: 2rem;
  }
  .p-top__mainvisual .hero h1 span {
    font-size: 1rem;
    margin-top: 10px;
  }
  .p-top__mainvisual .scroll_down {
    bottom: 20px;
  }
  .p-top__mainvisual .scroll_down p {
    font-size: 0.625rem;
    margin-bottom: 10px;
  }
  .p-top__mainvisual .scroll_down .mouse {
    width: 30px;
    height: 50px;
  }
  .p-top__mainvisual .scroll_down .mouse > * {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .p-top__mainvisual .news {
    position: static;
    width: 100%;
    max-width: 100%;
    background: #F5F6F8;
    mix-blend-mode: unset;
    padding: 40px 5%;
    flex-direction: column;
  }
  .p-top__mainvisual .news h2 {
    font-size: 1.5rem;
    color: #000000;
  }
  .p-top__mainvisual .news h2 span {
    font-size: 1rem;
    margin-top: 8px;
  }
  .p-top__mainvisual .news .c-link {
    width: 220px;
    color: #000000;
    border: solid 1px #000000;
    padding: 12px 5%;
    margin-top: 20px;
  }
  .p-top__mainvisual .news .c-link:hover {
    background: #000000;
    color: #fff;
  }
  .p-top__mainvisual .news .c-link:hover:after {
    background: #fff;
  }
  .p-top__mainvisual .news .c-link:after {
    background: #000000;
  }
  .p-top__mainvisual .news .left {
    width: 100%;
  }
  .p-top__mainvisual .news .right {
    width: 100%;
  }
  .p-top__mainvisual .news .right a {
    padding: 8px;
    gap: 10px;
    border-bottom: 1px solid #000000;
  }
  .p-top__mainvisual .news .right a:after {
    width: 12px;
    min-width: 12px;
    height: 4px;
    min-height: 4px;
    filter: brightness(0);
  }
  .p-top__mainvisual .news .right a .date {
    font-size: 0.75rem;
    color: #000000;
  }
  .p-top__mainvisual .news .right a .title {
    font-size: 0.75rem;
    color: #000000;
  }
  .p-top__about {
    padding-bottom: 50px;
  }
  .p-top__about:after {
    width: 85%;
    height: 100%;
  }
  .p-top__about:before {
    width: 70%;
    max-width: 600px;
    position: absolute;
    bottom: unset;
    top: 30%;
  }
  .p-top__about .flex {
    flex-direction: column;
  }
  .p-top__about .l-wrapper {
    width: 100%;
  }
  .p-top__about .image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .p-top__about .image img {
    height: auto;
    aspect-ratio: 1.5;
  }
  .p-top__about .text {
    width: 90%;
    margin-inline: auto;
    flex-direction: column-reverse;
    gap: 30px;
    padding-top: 40px;
  }
  .p-top__about .content {
    padding-top: 0;
  }
  .p-top__about h1 {
    font-size: 1.5rem;
    writing-mode: unset;
  }
  .p-top__about h1 span {
    font-size: 1rem;
  }
  .p-top__about h2 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .p-top__about .c-link {
    margin-top: 20px;
  }
  .p-top__service {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .p-top__service:after {
    width: 50%;
    height: calc(100% - 68px);
    top: 68px;
  }
  .p-top__service h1 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-top__service h1 span {
    font-size: 1rem;
  }
  .p-top__service ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top__service .text {
    width: 100%;
  }
  .p-top__service .c-link {
    margin-top: 20px;
  }
  .p-top__works {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-top__works .flex {
    flex-direction: column;
    gap: 40px;
    padding: 25px 5% 50px;
  }
  .p-top__works .flex:before {
    width: calc(100% + 10px);
    height: 100%;
    top: -10px;
    left: -10px;
  }
  .p-top__works .title {
    width: 100%;
  }
  .p-top__works .content {
    width: 100%;
    min-height: unset;
    display: block;
  }
  .p-top__works h1 {
    font-size: 1.5rem;
  }
  .p-top__works h1 span {
    font-size: 1rem;
  }
  .p-top__works .c-link {
    margin-top: 20px;
    margin-inline: auto;
  }
  .p-top__works ul {
    display: flex;
    gap: 20px;
  }
  .p-top__works ul li {
    width: 100%;
  }
}
/*
about
————————————————————————————————————————— */
.p-about .outline .l-wrapper {
  position: relative;
}
.p-about .outline .l-wrapper:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 40px;
  width: calc(100vw - 40px);
  height: 100%;
  z-index: -2;
  pointer-events: none;
  background: #F5F6F8;
}
.p-about .outline .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-about .outline .image {
  width: 60%;
}
.p-about .outline .image img {
  height: 100%;
  object-fit: cover;
}
.p-about .outline .text {
  width: 36%;
}
.p-about .outline h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  color: #CA5520;
  margin-bottom: 32px;
}
.p-about .message .l-wrapper {
  position: relative;
}
.p-about .message .l-wrapper:after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 40px;
  width: calc(100vw - 40px);
  height: 100%;
  z-index: -2;
  pointer-events: none;
  background: #F5F6F8;
}
.p-about .message .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.p-about .message .image {
  width: 30%;
}
.p-about .message .image img {
  height: 100%;
  object-fit: cover;
}
.p-about .message .text {
  width: 100%;
}
.p-about .message h1 {
  margin-bottom: 20px;
}
.p-about .message h2 {
  font-family: "kinari-gothic-mini";
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1.4;
  color: #CA5520;
  margin-bottom: 60px;
  transform: rotate(-4deg);
}
.p-about .message .name {
  font-weight: 700;
  text-align: right;
  margin-top: 20px;
}
.p-about .history table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
  line-height: 1.6;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.p-about .history th, .p-about .history td {
  padding: 16px 20px;
  text-align: left;
}
.p-about .history th {
  background: #CA5520;
  color: #fff;
  font-weight: 600;
  width: 200px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
.p-about .history td {
  background: #f9f9f9;
  color: #000000;
  border-bottom: 1px solid #ddd;
}
.p-about .history tr:last-child td {
  border-bottom: none;
}
.p-about .initiative {
  position: relative;
}
.p-about .initiative:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -2;
  background: #F5F6F8;
}
.p-about .initiative ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
.p-about .initiative .image {
  margin-bottom: 20px;
}
.p-about .difference {
  position: relative;
}
.p-about .difference:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -2;
  background: #F5F6F8;
}
.p-about .difference .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: solid 1px #CA5520;
  padding: 40px;
}
.p-about .difference .image {
  width: 30%;
}
.p-about .difference .text {
  width: 66%;
}
.p-about .difference h2 {
  text-align: left;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-about .outline .flex {
    flex-direction: column;
  }
  .p-about .outline .image {
    width: 100%;
  }
  .p-about .outline .image img {
    height: auto;
    aspect-ratio: 1.5;
  }
  .p-about .outline .text {
    width: 100%;
    padding-top: 40px;
  }
  .p-about .outline h2 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .p-about .message .flex {
    flex-direction: column;
  }
  .p-about .message .image {
    width: 100%;
  }
  .p-about .message .image img {
    height: auto;
  }
  .p-about .message .text {
    width: 100%;
    padding-top: 40px;
  }
  .p-about .message h2 {
    font-size: 1.75rem;
    margin-bottom: 34px;
  }
  .p-about .history table, .p-about .history tbody, .p-about .history tr, .p-about .history th, .p-about .history td {
    display: block;
    width: 100%;
  }
  .p-about .history tr {
    margin-bottom: 1em;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .p-about .history th {
    background: #CA5520;
    color: #fff;
    padding: 12px;
    font-size: 0.9375rem;
  }
  .p-about .history td {
    padding: 12px;
    font-size: 15px;
    background: #f5f5f5;
    border: none;
  }
  .p-about .initiative:after {
    height: 20%;
  }
  .p-about .initiative ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .p-about .difference:after {
    height: 80%;
  }
  .p-about .difference .flex {
    flex-direction: column;
    padding: 30px 5%;
    gap: 40px;
  }
  .p-about .difference .image {
    width: 100%;
  }
  .p-about .difference .text {
    width: 100%;
  }
  .p-about .difference h2 {
    text-align: center;
  }
}
/*
  company
————————————————————————————————————————— */
.p-company .outline table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
  line-height: 1.6;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.p-company .outline th, .p-company .outline td {
  padding: 16px 20px;
  text-align: left;
}
.p-company .outline th {
  background: #CA5520;
  color: #fff;
  font-weight: 600;
  width: 200px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
.p-company .outline td {
  background: #f9f9f9;
  color: #000000;
  border-bottom: 1px solid #ddd;
}
.p-company .outline tr:last-child td {
  border-bottom: none;
}
.p-company .outline strong {
  font-weight: 700;
}
.p-company .gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px 25px;
}
.p-company .gallery .image {
  margin-bottom: 20px;
}
.p-company .gallery p {
  text-align: center;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-company .outline table, .p-company .outline tbody, .p-company .outline tr, .p-company .outline th, .p-company .outline td {
    display: block;
    width: 100%;
  }
  .p-company .outline tr {
    margin-bottom: 1em;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .p-company .outline th {
    background: #CA5520;
    color: #fff;
    padding: 12px;
    font-size: 0.9375rem;
  }
  .p-company .outline td {
    padding: 12px;
    font-size: 15px;
    background: #f5f5f5;
    border: none;
  }
  .p-company .gallery ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*
service
————————————————————————————————————————— */
.p-service .outline .l-wrapper {
  position: relative;
}
.p-service .outline .l-wrapper:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 40px;
  width: calc(100vw - 40px);
  height: 100%;
  z-index: -2;
  pointer-events: none;
  background: #F5F6F8;
}
.p-service .outline .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-service .outline .image {
  width: 60%;
}
.p-service .outline .image img {
  height: 100%;
  object-fit: cover;
}
.p-service .outline .text {
  width: 36%;
}
.p-service .outline .text strong {
  font-weight: 700;
}
.p-service .outline ul {
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 20px;
  padding-left: 20px;
}
.p-service .ourservice {
  position: relative;
}
.p-service .ourservice:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -2;
  background: #F5F6F8;
}
.p-service .ourservice ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.p-service .ourservice ul li {
  width: calc(100% / 3);
}
.p-service .ourservice .image {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.p-service .serviceWrap {
  position: relative;
}
.p-service .serviceWrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -2;
  background: #F5F6F8;
}
.p-service .serviceWrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px 2px;
}
.p-service .serviceWrap .image {
  margin-bottom: 20px;
}
.p-service .serviceWrap .image img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.p-service .serviceWrap .text {
  width: 92%;
  margin-inline: auto;
}
.p-service .serviceWrap .c-link {
  margin-inline: auto;
  margin-top: 32px;
}
.p-service .works {
  position: relative;
}
.p-service .works:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -2;
  background: #F5F6F8;
}
.p-service .works ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.p-service .works ul li {
  width: calc((100% - 60px) / 3);
  background: #fff;
  padding: 20px 20px 30px;
}
.p-service .works .thumb {
  margin-bottom: 14px;
}
.p-service .works .thumb img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.p-service .works .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.p-service .works .date {
  font-weight: 600;
  font-size: 0.875rem;
  color: #000000;
}
.p-service .works .cate {
  background: #CB5520;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100vmax;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
.p-service .works .title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 0.14;
  color: #000000;
}
.p-service .store {
  position: relative;
}
.p-service .store:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -2;
  background: #F5F6F8;
}
.p-service .store ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.p-service .store ul li {
  width: calc((100% - 60px) / 3);
  background: #fff;
  padding: 20px 20px 30px;
}
.p-service .store .map iframe {
  aspect-ratio: 1.5;
  width: 100%;
}
.p-service .store h3 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-service .store table {
  width: 100%;
  border-collapse: collapse;
}
.p-service .store table tr {
  border-bottom: 1px solid #ddd;
}
.p-service .store table th, .p-service .store table td {
  padding: 10px;
  line-height: 1.4;
}
.p-service .store table th {
  width: 20%;
  white-space: nowrap;
}
.p-service .store table td {
  width: 80%;
}
.p-service .difference {
  position: relative;
}
.p-service .difference:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -2;
  background: #F5F6F8;
}
.p-service .difference .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: solid 1px #CA5520;
  padding: 40px;
}
.p-service .difference .image {
  width: 30%;
}
.p-service .difference .text {
  width: 66%;
}
.p-service .difference h2 {
  text-align: left;
}
.p-service .flow {
  position: relative;
}
.p-service .flow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #F5F6F8;
}
.p-service .flow .section-lead {
  max-width: 700px;
  margin: 0 auto 3em;
  text-align: center;
}
.p-service .flow .flow-list {
  list-style: none;
  padding: 0;
  counter-reset: step;
  width: fit-content;
  margin-inline: auto;
}
.p-service .flow .flow-list li {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 1.5em;
  margin-bottom: 2em;
  border-left: 4px solid #CA5520;
  padding-left: 1em;
  position: relative;
}
.p-service .flow .step-number {
  font-size: 2rem;
  font-weight: bold;
  color: #CA5520;
  min-width: 50px;
  text-align: center;
}
.p-service .flow .step-body h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #1a1a1a;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-service .outline .flex {
    flex-direction: column;
  }
  .p-service .outline .image {
    width: 100%;
  }
  .p-service .outline .image img {
    height: auto;
    aspect-ratio: 1.5;
  }
  .p-service .outline .text {
    width: 100%;
    padding-top: 40px;
  }
  .p-service .ourservice:after {
    height: 20%;
  }
  .p-service .ourservice ul {
    flex-direction: column;
    gap: 40px;
  }
  .p-service .ourservice ul li {
    width: 100%;
  }
  .p-service .serviceWrap:after {
    height: 200px;
  }
  .p-service .serviceWrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-service .serviceWrap .text {
    width: 100%;
  }
  .p-service .serviceWrap .c-link {
    margin-top: 20px;
  }
  .p-service .works:after {
    height: 200px;
  }
  .p-service .works ul {
    display: flex;
    gap: 20px;
  }
  .p-service .works ul li {
    width: 100%;
  }
  .p-service .store:after {
    height: 200px;
  }
  .p-service .store ul {
    display: flex;
    gap: 20px;
  }
  .p-service .store ul li {
    width: 100%;
  }
  .p-service .store table th {
    width: 30%;
  }
  .p-service .store table td {
    width: 70%;
  }
  .p-service .difference:after {
    height: 80%;
  }
  .p-service .difference .flex {
    flex-direction: column;
    padding: 30px 5%;
    gap: 40px;
  }
  .p-service .difference .image {
    width: 100%;
  }
  .p-service .difference .text {
    width: 100%;
  }
  .p-service .difference h2 {
    text-align: center;
  }
  .p-service .flow .flow-list li {
    flex-direction: column;
    border-left: none;
    border-top: 2px solid #CA5520;
    padding-left: 0;
    padding-top: 1em;
  }
  .p-service .flow .step-number {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
}
/*
  news
————————————————————————————————————————— */
.p-news .list li {
  border-bottom: 1px solid #F5F6F8;
}
.p-news .list a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}
.p-news .list a .cate {
  background: #CA5520;
  border-radius: 100vmax;
  font-size: 0.875rem;
  color: #fff;
  padding: 10px 20px;
  white-space: nowrap;
}
.p-news .list a .date {
  font-weight: 500;
  font-size: 1rem;
  display: block;
  line-height: 1.5;
  color: #CA5520;
  white-space: nowrap;
}
.p-news .list a .title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
}
.p-news .pagenation ul {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.p-news .pagenation li {
  margin-right: 18px;
}
.p-news .pagenation li:last-child {
  margin: 0;
}
.p-news .pagenation li .current {
  border-bottom: 1px solid #000000;
}
.p-news .pagenation a, .p-news .pagenation span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #000000;
}
.p-news .single .meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.p-news .single .meta .cate {
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #CA5520;
  border-radius: 100vmax;
  width: 180px;
  text-align: center;
}
.p-news .single .title {
  font-weight: 700;
  font-size: 2.25rem;
}
.p-news .single .content {
  margin-top: 60px;
}
.p-news .single .content span[style], .p-news .single .content p[style], .p-news .single .content div[style] {
  all: revert;
}
.p-news .single .content span[style*="font-size"], .p-news .single .content p[style*="font-size"], .p-news .single .content div[style*="font-size"] {
  font-size: inherit !important;
}
.p-news .single .content h1, .p-news .single .content h2, .p-news .single .content h3, .p-news .single .content h4, .p-news .single .content h5, .p-news .single .content h6 {
  font-weight: bold;
  margin-bottom: 1em;
}
.p-news .single .content h1 {
  font-size: 1.875rem;
}
.p-news .single .content h2 {
  font-size: 1.25rem;
}
.p-news .single .content h3 {
  font-size: 1.125rem;
}
.p-news .single .content b, .p-news .single .content strong {
  font-weight: bold;
}
.p-news .single .content i, .p-news .single .content em {
  font-style: italic;
}
.p-news .single .content u {
  text-decoration: underline;
}
.p-news .single .content blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 4px solid #ccc;
  color: #555;
}
.p-news .single .content span[style], .p-news .single .content div[style], .p-news .single .content p[style] {
  all: revert;
}
.p-news .single .content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.p-news .single .content ul {
  list-style: disc inside;
  margin-left: 1em;
  margin-bottom: 1em;
}
.p-news .single .content ol {
  list-style: decimal inside;
  margin-left: 1em;
  margin-bottom: 1em;
}
.p-news .single .content p {
  margin-bottom: 1em;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-news .list a {
    flex-wrap: wrap;
    gap: 10px 16px;
  }
  .p-news .list a .date {
    font-size: 0.875rem;
  }
  .p-news .list a .title {
    width: 100%;
  }
  .p-news .pagenation ul {
    margin-top: 40px;
  }
  .p-news .single .meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
  .p-news .single .meta .cate {
    font-size: 0.875rem;
  }
  .p-news .single .title {
    font-size: 1.875rem;
    line-height: 1.6;
  }
  .p-news .single .content {
    margin-top: 40px;
  }
  .p-news .single .content h1 {
    font-size: 1.5rem;
  }
  .p-news .single .content h2 {
    font-size: 1.25rem;
  }
  .p-news .single .content h3 {
    font-size: 1.125rem;
  }
}
/*
  works
————————————————————————————————————————— */
.p-works .worksWrap {
  position: relative;
}
.p-works .worksWrap ul.list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.p-works .worksWrap ul.list li {
  width: calc((100% - 60px) / 3);
  background: #fff;
  padding: 20px 20px 30px;
}
.p-works .worksWrap .thumb {
  margin-bottom: 14px;
}
.p-works .worksWrap .thumb img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.p-works .worksWrap .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.p-works .worksWrap .date {
  font-weight: 600;
  font-size: 0.875rem;
  color: #000000;
}
.p-works .worksWrap .cate {
  background: #CB5520;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100vmax;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
.p-works .worksWrap .title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 0.14;
  color: #000000;
}
.p-works .worksWrap .pagenation ul {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.p-works .worksWrap .pagenation li {
  margin-right: 18px;
}
.p-works .worksWrap .pagenation li:last-child {
  margin: 0;
}
.p-works .worksWrap .pagenation li .current {
  border-bottom: 1px solid #000000;
}
.p-works .worksWrap .pagenation a, .p-works .worksWrap .pagenation span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #000000;
}
.p-works .single .meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.p-works .single .meta .cate {
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #CA5520;
  border-radius: 100vmax;
  width: 180px;
  text-align: center;
}
.p-works .single .title {
  font-weight: 700;
  font-size: 2.25rem;
}
.p-works .single .content {
  margin-top: 60px;
}
.p-works .single .content span[style], .p-works .single .content p[style], .p-works .single .content div[style] {
  all: revert;
}
.p-works .single .content span[style*="font-size"], .p-works .single .content p[style*="font-size"], .p-works .single .content div[style*="font-size"] {
  font-size: inherit !important;
}
.p-works .single .content h1, .p-works .single .content h2, .p-works .single .content h3, .p-works .single .content h4, .p-works .single .content h5, .p-works .single .content h6 {
  font-weight: bold;
  margin-bottom: 1em;
}
.p-works .single .content h1 {
  font-size: 1.875rem;
}
.p-works .single .content h2 {
  font-size: 1.25rem;
}
.p-works .single .content h3 {
  font-size: 1.125rem;
}
.p-works .single .content b, .p-works .single .content strong {
  font-weight: bold;
}
.p-works .single .content i, .p-works .single .content em {
  font-style: italic;
}
.p-works .single .content u {
  text-decoration: underline;
}
.p-works .single .content blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 4px solid #ccc;
  color: #555;
}
.p-works .single .content span[style], .p-works .single .content div[style], .p-works .single .content p[style] {
  all: revert;
}
.p-works .single .content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.p-works .single .content ul {
  list-style: disc inside;
  margin-left: 1em;
  margin-bottom: 1em;
}
.p-works .single .content ol {
  list-style: decimal inside;
  margin-left: 1em;
  margin-bottom: 1em;
}
.p-works .single .content p {
  margin-bottom: 1em;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-works .worksWrap:after {
    height: 200px;
  }
  .p-works .worksWrap ul.list {
    display: flex;
    gap: 20px;
  }
  .p-works .worksWrap ul.list li {
    width: 100%;
  }
  .p-works .worksWrap .pagenation ul {
    margin-top: 40px;
  }
  .p-works .single .meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
  .p-works .single .meta .cate {
    font-size: 0.875rem;
  }
  .p-works .single .title {
    font-size: 1.875rem;
    line-height: 1.6;
  }
  .p-works .single .content {
    margin-top: 40px;
  }
  .p-works .single .content h1 {
    font-size: 1.5rem;
  }
  .p-works .single .content h2 {
    font-size: 1.25rem;
  }
  .p-works .single .content h3 {
    font-size: 1.125rem;
  }
}
/*
recruit
————————————————————————————————————————— */
.p-recruit .outline .l-wrapper {
  position: relative;
}
.p-recruit .outline .l-wrapper:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 40px;
  width: calc(100vw - 40px);
  height: 100%;
  z-index: -2;
  pointer-events: none;
  background: #F5F6F8;
}
.p-recruit .outline .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-recruit .outline .image {
  width: 60%;
}
.p-recruit .outline .image img {
  height: 100%;
  object-fit: cover;
}
.p-recruit .outline .text {
  width: 36%;
}
.p-recruit .outline h2 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #CA5520;
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-recruit .guideline table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
  line-height: 1.6;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.p-recruit .guideline th, .p-recruit .guideline td {
  padding: 16px 20px;
  text-align: left;
}
.p-recruit .guideline th {
  background: #CA5520;
  color: #fff;
  font-weight: 600;
  width: 200px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
.p-recruit .guideline td {
  background: #f9f9f9;
  color: #000000;
  border-bottom: 1px solid #ddd;
}
.p-recruit .guideline tr:last-child td {
  border-bottom: none;
}
.p-recruit .guideline strong {
  font-weight: 700;
}
.p-recruit .contact .box {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  border: solid 1px #CA5520;
  padding: 30px;
  margin-bottom: 40px;
}
.p-recruit .contact .box p {
  font-weight: 600;
  font-size: 1.25rem;
  color: #CA5520;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}
.p-recruit .contact .box p img {
  width: 30px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.p-recruit .contact .box .telLink {
  background: #fff;
  border: solid 1px #CA5520;
  display: block;
  text-align: center;
  color: #CA5520;
  border-radius: 100vmax;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 16px;
}
.p-recruit .contact .p-contact__table {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  border-collapse: collapse;
  text-align: left;
}
.p-recruit .contact .p-contact__table th {
  font-weight: 700;
  font-size: 1rem;
  color: #CA5520;
  letter-spacing: 1.4px;
  width: 25%;
  padding: 0 0 40px;
  vertical-align: top;
}
.p-recruit .contact .p-contact__table th span {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: super;
}
.p-recruit .contact .p-contact__table td {
  font-size: 1rem;
  width: 75%;
  padding: 0 0 40px 47px;
  vertical-align: middle;
}
.p-recruit .contact .p-contact__table .form_style01 {
  font-size: 0.9375rem;
  width: 100%;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #f1f1f1;
}
.p-recruit .contact .p-contact__table .form_style02 {
  font-size: 0.9375rem;
  width: 140px;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #f1f1f1;
  resize: none;
}
.p-recruit .contact .p-contact__table .form_style03 {
  font-size: 0.9375rem;
  width: 100%;
  height: 220px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #f1f1f1;
  resize: none;
}
.p-recruit .contact .p-contact__table .form_style04 {
  font-size: 0.9375rem;
  width: 140px;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #F5F6F8;
  resize: none;
  text-align: center;
}
.p-recruit .contact .p-contact__table .wpcf7-list-item {
  display: block;
  margin: 0 0 0.75rem;
}
.p-recruit .contact input[type=submit] {
  display: block;
  width: 220px;
  border-radius: 100vmax;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 2px;
  padding: 12px 5%;
  border: solid 1px #CA5520;
  background: #CA5520;
  margin-inline: auto;
  transition: all 0.3s ease 0s;
}
.p-recruit .contact input[type=submit]:hover {
  background: #fff;
  color: #CA5520;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-recruit .outline .flex {
    flex-direction: column;
  }
  .p-recruit .outline .image {
    width: 100%;
  }
  .p-recruit .outline .text {
    width: 100%;
    padding-top: 40px;
  }
  .p-recruit .outline h2 {
    font-size: 1.4375rem;
  }
  .p-recruit .guideline table, .p-recruit .guideline tbody, .p-recruit .guideline tr, .p-recruit .guideline th, .p-recruit .guideline td {
    display: block;
    width: 100%;
  }
  .p-recruit .guideline tr {
    margin-bottom: 1em;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .p-recruit .guideline th {
    background: #CA5520;
    color: #fff;
    padding: 12px;
    font-size: 0.9375rem;
  }
  .p-recruit .guideline td {
    padding: 12px;
    font-size: 15px;
    background: #f5f5f5;
    border: none;
  }
  .p-recruit .contact .p-contact__table th {
    letter-spacing: 1px;
    width: 100%;
    padding: 0 0 10px;
    display: block;
  }
  .p-recruit .contact .p-contact__table td {
    width: 100%;
    padding: 0 0 20px;
    display: block;
  }
}
/*
  contact
————————————————————————————————————————— */
.p-contact .contact .box {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  border: solid 1px #CA5520;
  padding: 30px;
  margin-bottom: 40px;
}
.p-contact .contact .box p {
  font-weight: 600;
  font-size: 1.25rem;
  color: #CA5520;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}
.p-contact .contact .box p img {
  width: 30px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.p-contact .contact .box .telLink {
  background: #fff;
  border: solid 1px #CA5520;
  display: block;
  text-align: center;
  color: #CA5520;
  border-radius: 100vmax;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 16px;
}
.p-contact .contact .p-contact__table {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  border-collapse: collapse;
  text-align: left;
}
.p-contact .contact .p-contact__table th {
  font-weight: 700;
  font-size: 1rem;
  color: #CA5520;
  letter-spacing: 1.4px;
  width: 25%;
  padding: 0 0 40px;
  vertical-align: top;
}
.p-contact .contact .p-contact__table th span {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: super;
}
.p-contact .contact .p-contact__table td {
  font-size: 1rem;
  width: 75%;
  padding: 0 0 40px 47px;
  vertical-align: middle;
}
.p-contact .contact .p-contact__table .form_style01 {
  font-size: 0.9375rem;
  width: 100%;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #f1f1f1;
}
.p-contact .contact .p-contact__table .form_style02 {
  font-size: 0.9375rem;
  width: 140px;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #f1f1f1;
  resize: none;
}
.p-contact .contact .p-contact__table .form_style03 {
  font-size: 0.9375rem;
  width: 100%;
  height: 220px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #f1f1f1;
  resize: none;
}
.p-contact .contact .p-contact__table .form_style04 {
  font-size: 0.9375rem;
  width: 140px;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #F5F6F8;
  resize: none;
  text-align: center;
}
.p-contact .contact .p-contact__table .wpcf7-list-item {
  display: block;
  margin: 0 0 0.75rem;
}
.p-contact .contact input[type=submit] {
  display: block;
  width: 220px;
  border-radius: 100vmax;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 2px;
  padding: 12px 5%;
  border: solid 1px #CA5520;
  background: #CA5520;
  margin-inline: auto;
  transition: all 0.3s ease 0s;
}
.p-contact .contact input[type=submit]:hover {
  background: #fff;
  color: #CA5520;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-contact .contact .p-contact__table th {
    letter-spacing: 1px;
    width: 100%;
    padding: 0 0 10px;
    display: block;
  }
  .p-contact .contact .p-contact__table td {
    width: 100%;
    padding: 0 0 20px;
    display: block;
  }
}
/*
  プライバシーポリシー
————————————————————————————————————————— */
.p-privacypolicy .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-privacypolicy .box h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-privacypolicy .box p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-privacypolicy .box ul {
  margin-top: 10px;
  padding-left: 20px;
}
.p-privacypolicy .box ul li {
  position: relative;
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.8;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-privacypolicy .content {
    gap: 30px;
  }
  .p-privacypolicy .box h2 {
    font-size: 1.25rem;
  }
}
/*
  utility
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.u-sp-none992, .u-sp-none768, .u-sp-none576 {
  display: none;
}
.u-m-auto {
  margin: 0 auto;
}
.u-display-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.u-fade {
  opacity: 0;
  transition: all 1s ease;
}
.u-fade.is-active {
  opacity: 1;
  transform: none;
}
.u-fade-up {
  transform: translate(0, 50px);
}
.u-fade-lr {
  transform: translate(-100px, 0);
}
.u-fade-rl {
  transform: translate(100px, 0);
}
.u-read-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 32px;
}
.u-remark-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 16px;
}
a[href^="tel:"] {
  color: #000000;
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #CA5520;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}
#splash-logo {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash-logo img {
  width: 240px;
  display: block;
  margin-inline: auto;
  filter: brightness(0) invert(1);
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}
#splash, #splash-logo {
  display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #CA5520;
  /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}
/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* utility(992) */
  .u-sp-none992 {
    display: block;
  }
  .u-pc-none992 {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* utility(768) */
  .u-sp-none768 {
    display: block;
  }
  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* utility(576) */
  .u-sp-none576 {
    display: block;
  }
  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #splash-logo img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
}
