@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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: "hg-gothic-e";
  src: url("../font/hg-gothic-e.woff") format("woff");
}
@font-face {
  font-family: "nicoca";
  src: url("../font/nicoca_v2-5.woff") format("woff");
}
@font-face {
  font-family: "玉ねぎ楷書激";
  src: url("../font/玉ねぎ楷書激無料版v7改.woff") format("woff");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #251E1C;
}
body p {
  font-size: 1rem;
  line-height: 1.8;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  component(991)
  =========================*/
  body, html {
    overflow-x: hidden;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
  margin-top: 116px;
}
.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-footer {
  background: #2E693A;
  padding: 40px 0;
}
.l-wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-section {
  padding: 100px 0;
}
.l-section2 {
  padding-top: 100px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .l-main {
    flex: 1;
    margin-top: 58px;
  }
  .l-section {
    padding: 60px 0;
  }
  .l-section2 {
    padding-top: 60px;
  }
}
/* =================================
  Object
================================= */
/*
component
————————————————————————————————————————— */
.c-mv {
  background: url(../img/common/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  position: relative;
}
.c-mv:before {
  content: "";
  display: inline-block;
  background: url(../img/common/illust01.png) no-repeat;
  background-size: contain;
  width: 10%;
  max-width: 140px;
  aspect-ratio: 0.6105919003;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 1;
}
.c-mv:after {
  content: "";
  display: inline-block;
  background: url(../img/common/illust02.png) no-repeat;
  background-size: contain;
  width: 10%;
  max-width: 140px;
  aspect-ratio: 0.6823104693;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  z-index: 1;
}
.c-mv hgroup {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.c-mv hgroup .box {
  position: relative;
}
.c-mv h1 {
  font-family: "玉ねぎ楷書激";
  font-size: 4.375rem;
  letter-spacing: 4px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
}
.c-mv h1 span {
  font-family: "nicoca";
  font-size: 4.375rem;
  line-height: 1;
  display: block;
  color: #092C0E;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  z-index: -1;
  white-space: nowrap;
}
.c-title {
  padding-bottom: 33px;
  margin-bottom: 40px;
  position: relative;
}
.c-title:after {
  content: "";
  display: inline-block;
  background: #2E693A;
  width: 70px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.c-title h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
  white-space: nowrap;
}
.c-title .en_sub {
  font-size: 1.125rem;
  color: #2E693A;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}
.c-title .en_sub:after {
  content: "";
  display: inline-block;
  background: url(../img/common/title-mark.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.c-title .en {
  font-family: "nicoca";
  font-size: 3.75rem;
  color: #2E693A;
  letter-spacing: 0;
  line-height: 0.6;
  display: block;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.c-title.white:after {
  background: #fff;
}
.c-title.white h1 {
  color: #fff;
}
.c-title.white .en_sub {
  color: #fff;
}
.c-title.white .en_sub:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-title.white .en {
  color: #092C0E;
}
.c-title02 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #251E1C;
  margin-bottom: 30px;
}
.c-title02 span {
  font-family: "nicoca";
  font-size: 3.75rem;
  line-height: 1;
  display: block;
  color: #2E693A;
  opacity: 0.2;
}
.c-title02.white {
  color: #fff;
}
.c-title02.white span {
  color: #092C0E;
}
.c-title03 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  color: #251E1C;
  margin-bottom: 30px;
}
.c-link {
  display: block;
  text-align: center;
  border: solid 1px #251E1C;
  border-radius: 5px;
  font-size: 1rem;
  color: #251E1C;
  letter-spacing: 2px;
  padding: 12px;
  width: 240px;
  transition: all 0.3s ease 0s;
}
.c-link:hover {
  background: #251E1C;
  color: #fff;
}
.c-link.white {
  border: solid 1px #fff;
  color: #fff;
}
.c-link.white:hover {
  background: #fff;
  color: #251E1C;
}
.c-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.c-table tr {
  border-bottom: 1px solid #2E693A;
}
.c-table th, .c-table td {
  padding: 20px;
  line-height: 1.3;
  vertical-align: middle;
}
.c-table th {
  font-weight: 700;
  color: #2E693A;
  width: 20%;
  white-space: nowrap;
}
.c-table td {
  width: 80%;
}
.c-table02 {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.c-table02 tr {
  border-bottom: 1px solid #2E693A;
}
.c-table02 th, .c-table02 td {
  padding: 20px;
  line-height: 1.3;
  vertical-align: middle;
}
.c-table02 th {
  font-weight: 700;
  color: #2E693A;
  width: 30%;
  white-space: nowrap;
}
.c-table02 td {
  width: 70%;
}
.c-table03 {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.c-table03 tr {
  border-bottom: 1px solid #2E693A;
}
.c-table03 th, .c-table03 td {
  padding: 10px;
  line-height: 1.3;
  vertical-align: middle;
  font-size: 0.875rem;
}
.c-table03 th {
  font-weight: 700;
  color: #2E693A;
  width: 20%;
  white-space: nowrap;
}
.c-table03 td {
  width: 80%;
}
.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: 0;
  right: 0;
  background: #2E693A;
  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);
}
.c-not404 .c-link {
  margin-inline: auto;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	component(991)
	=========================*/
  .c-mv {
    height: 200px;
  }
  .c-mv:before {
    width: 15%;
    max-width: 90px;
    top: 80px;
  }
  .c-mv:after {
    width: 15%;
    max-width: 90px;
    top: 80px;
  }
  .c-mv h1 {
    font-size: 1.875rem;
    letter-spacing: 1px;
  }
  .c-mv h1 span {
    font-size: 1.875rem;
    bottom: -20px;
  }
  .c-title {
    text-align: center;
    padding-bottom: 23px;
    margin-bottom: 30px;
    position: relative;
  }
  .c-title:after {
    width: 60px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-title h1 {
    font-size: 1.625rem;
    text-align: center;
  }
  .c-title .en_sub {
    font-size: 1rem;
    justify-content: center;
    margin-bottom: 6px;
  }
  .c-title .en_sub:after {
    width: 30px;
    height: 30px;
  }
  .c-title .en {
    font-size: 2.625rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
  }
  .c-title02 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .c-title02 span {
    font-size: 2.625rem;
  }
  .c-title03 {
    margin-bottom: 15px;
  }
  .c-table th, .c-table td {
    font-size: 0.875rem;
    padding: 15px;
  }
  .c-table02 th, .c-table02 td {
    font-size: 0.875rem;
    padding: 15px;
    white-space: wrap;
  }
  .c-table02 th {
    width: 50%;
  }
  .c-table02 td {
    width: 50%;
  }
}
/*
  footer
————————————————————————————————————————— */
.cta {
  position: relative;
}
.cta .fixed-wrap {
  position: relative;
  clip-path: inset(0 0 0 0);
  width: 100%;
  height: 700px;
}
.cta .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/common/cta-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.cta .wrap {
  background: #2E693A;
  padding: 40px;
  position: relative;
  z-index: 2;
  margin-bottom: -20%;
}
.cta .head {
  display: flex;
  align-items: center;
  gap: 150px;
  padding-right: 100px;
  position: relative;
  margin-bottom: 40px;
}
.cta .head .c-title {
  margin-bottom: 0;
}
.cta .head .text {
  display: flex;
  gap: 10px;
}
.cta .head p {
  font-size: 0.875rem;
  color: #fff;
}
.cta .head .lineLink {
  display: block;
  width: 35px;
  min-width: 35px;
  margin-top: 6px;
  transition: all 0.3s ease 0s;
}
.cta .head .lineLink:hover {
  opacity: 0.7;
}
.cta .head .illust {
  width: 90px;
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 1;
}
.cta .body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.cta .body .box {
  background: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cta .body .box p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2E693A;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.cta .body .box p:before {
  content: "";
  display: inline-block;
}
.cta .body .box a {
  width: 100%;
  max-width: 360px;
  height: 100px;
  border-radius: 5px;
  border: solid 1px #2E693A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cta .body .box.mail p:before {
  background: url(../img/common/mail02.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 26px;
}
.cta .body .box.mail a.mailLink {
  background: #2E693A;
  color: #fff;
  font-weight: 700;
  font-size: 1.625rem;
  transition: all 0.3s ease 0s;
}
.cta .body .box.mail a.mailLink:hover {
  opacity: 0.7;
}
.cta .body .box.line p:before {
  background: url(../img/common/line02.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.cta .body .box.line a.lineLink {
  background: #2E693A;
  color: #fff;
  font-weight: 700;
  font-size: 1.625rem;
  transition: all 0.3s ease 0s;
}
.cta .body .box.line a.lineLink:hover {
  opacity: 0.7;
}
.cta .body .box.tel p:before {
  background: url(../img/common/tel.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 33px;
}
.cta .body .box.tel a.telLink {
  font-weight: 700;
  font-size: 2.5rem;
  background: #fff;
  color: #2E693A;
}
.cta .body .box.tel a.telLink span {
  font-size: 0.875rem;
  color: #606060;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-top: 6px;
}
.map iframe {
  width: 100%;
  height: 400px;
  vertical-align: bottom;
}
.p-footer {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  gap: 20px;
}
.p-footer .logo {
  width: 100%;
  max-width: 260px;
  margin-bottom: 10px;
}
.p-footer .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.p-footer address {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
}
.p-footer .center {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
.p-footer .menu {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.p-footer .menu .flex {
  display: flex;
  gap: 50px;
}
.p-footer .menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-footer .menu ul a {
  font-size: 0.875rem;
  color: #fff;
  white-space: nowrap;
}
.p-footer .sns ul {
  display: flex;
  gap: 15px;
}
.p-footer .sns ul a {
  display: block;
}
.p-footer .sns ul img {
  width: 28px;
  min-width: 28px;
}
.p-footer .right {
  width: 100%;
  max-width: 250px;
}
.copyright {
  display: block;
  text-align: center;
  color: #9D9D9E;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 6px;
  background: #000000;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .cta .fixed-wrap {
    height: 500px;
  }
  .cta .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../img/common/cta-bg-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .cta .wrap {
    padding: 30px 20px;
    margin-bottom: -50%;
  }
  .cta .head {
    display: block;
    gap: 30px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cta .head .c-title {
    margin-bottom: 40px;
  }
  .cta .head .text {
    flex-direction: column;
  }
  .cta .head .lineLink {
    margin-inline: auto;
  }
  .cta .head .illust {
    width: 90px;
    right: -40px;
    top: -26px;
  }
  .cta .body {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .cta .body .box {
    padding: 25px;
  }
  .cta .body .box p {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .cta .body .box a {
    max-width: 320px;
    height: 70px;
  }
  .cta .body .box.mail p:before {
    width: 20px;
    height: 16px;
  }
  .cta .body .box.mail a.mailLink {
    font-size: 1.125rem;
  }
  .cta .body .box.line p:before {
    width: 20px;
    height: 20px;
  }
  .cta .body .box.line a.lineLink {
    font-size: 1.125rem;
  }
  .cta .body .box.tel p:before {
    width: 18px;
    height: 23px;
  }
  .cta .body .box.tel a.telLink {
    font-weight: 700;
    font-size: 1.75rem;
  }
  .cta .body .box.tel a.telLink span {
    font-size: 0.75rem;
    text-align: center;
    display: block;
  }
  .map iframe {
    height: 300px;
  }
  .p-footer {
    display: block;
  }
  .p-footer .logo {
    max-width: 230px;
    margin-inline: auto;
  }
  .p-footer address {
    font-size: 0.875rem;
    text-align: center;
  }
  .p-footer .center {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
  }
  .p-footer .menu {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .p-footer .menu .flex {
    display: flex;
    gap: 50px;
  }
  .p-footer .menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .p-footer .menu ul a {
    font-size: 0.875rem;
    color: #fff;
    white-space: nowrap;
  }
  .p-footer .right {
    margin-inline: auto;
    margin-top: 30px;
  }
}
/*
  header
————————————————————————————————————————— */
.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
  position: relative;
  gap: 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  /* メニューをhoverした時のスタイル */
}
.p-header .p-header__logo {
  width: 100%;
  max-width: 320px;
}
.p-header .p-header__nav {
  display: flex;
  align-items: center;
}
.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: #251E1C;
  padding: 50px 0;
  display: block;
  white-space: nowrap;
  transform: rotate(0.05deg);
}
.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: #251E1C;
  padding: 15px 5%;
  display: block;
  transform: rotate(0.05deg);
}
.p-header .megaMenu-item a:hover {
  background: #EBEBEB;
}
.p-header .p-header__item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.p-header__contact {
  display: flex;
  gap: 14px;
  margin-left: 40px;
}
.p-header__contact .tel {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2E693A;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
}
.p-header__contact .tel:before {
  content: "";
  display: inline-block;
  background: url(../img/common/tel.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 21px;
}
.p-header__contact p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #606060;
  margin-bottom: 9px;
  white-space: nowrap;
}
.p-header__contact .mail {
  font-weight: 700;
  font-size: 0.75rem;
  background: #2E693A;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
.p-header__contact .mail:before {
  content: "";
  display: inline-block;
  background: url(../img/common/mail.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
}
.p-header__contact .mail:hover {
  opacity: 0.7;
}
.p-header__contact .line {
  aspect-ratio: 1;
  background: #00B73D;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 7px;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
.p-header__contact .line:before {
  content: "";
  display: inline-block;
  background: url(../img/common/line.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 48px;
}
.p-header__contact .line:hover {
  opacity: 0.7;
}
#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 .p-header__contact {
  justify-content: center;
  margin: 0;
}
.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: #251E1C;
  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: #251E1C;
  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: #251E1C;
  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: #251E1C;
}
#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: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-header .p-header__list {
    gap: 20px;
  }
  .p-header .p-header__item {
    position: relative;
  }
  .p-header .p-header__item > a {
    font-size: 0.875rem;
  }
  .p-header .megaMenu-item a {
    font-size: 0.8125rem;
    line-height: 1.3;
    padding: 12px 5%;
  }
  .p-header__contact {
    display: flex;
    gap: 14px;
    margin-left: 40px;
  }
  .p-header__contact .tel {
    font-size: 1.25rem;
    gap: 4px;
  }
  .p-header__contact .tel:before {
    width: 14px;
    height: 18px;
  }
  .p-header__contact p {
    font-size: 0.625rem;
  }
  .p-header__contact .mail {
    font-size: 0.625rem;
    gap: 4px;
    padding: 8px;
  }
  .p-header__contact .mail:before {
    width: 18px;
    height: 14px;
  }
  .p-header__contact .line {
    gap: 4px;
    font-size: 0.625rem;
    padding: 4px;
  }
  .p-header__contact .line:before {
    width: 36px;
    height: 34px;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-header {
    height: 58px;
    padding: 20px 100px 20px 5%;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
  }
  .p-header .p-header__logo {
    max-width: 200px;
    position: relative;
    z-index: 15;
  }
  .p-header .p-header__nav {
    display: none;
  }
  .p-header__contact .tel {
    font-size: 1.6875rem;
    gap: 6px;
  }
  .p-header__contact .tel:before {
    width: 18px;
    height: 24px;
  }
  .p-header__contact p {
    font-size: 0.875rem;
  }
  .p-header__contact .mail {
    font-size: 0.75rem;
    padding: 12px 5%;
  }
  .p-header__contact .line {
    gap: 8px;
    font-size: 0.75rem;
    padding: 8px;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__mainvisual .swiper-slide {
  overflow: hidden;
}
.p-top__mainvisual .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-top__review {
  padding: 70px 0;
}
.p-top__review .ti-verified-by {
  display: none !important;
}
.p-top__review .c-link {
  margin-inline: auto;
  margin-top: 30px;
}
.p-top__about {
  display: flex;
}
.p-top__about .image, .p-top__about .text {
  width: 50%;
}
.p-top__about .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__about .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  background: #EBEBEB;
  position: relative;
}
.p-top__about .flex {
  display: flex;
  gap: 18px;
  max-width: 680px;
}
.p-top__about .read {
  width: 80%;
  max-width: 500px;
}
.p-top__about .read p span {
  color: #2E693A;
}
.p-top__about .illust {
  width: calc(20% - 18px);
  min-width: 100px;
}
.p-top__about h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  background: #251E1C;
  color: #fff;
  display: inline-block;
  text-align: left;
  padding: 10px;
  margin-bottom: 20px;
}
.p-top__about .titleFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 680px;
  margin-bottom: 40px;
}
.p-top__about .c-title {
  margin-bottom: 0;
}
.p-top__service {
  padding: 40px 0;
}
.p-top__service .titleFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-top__service .c-title {
  margin-bottom: 0;
}
.p-top__service ul.list01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px;
  margin-bottom: 25px;
}
.p-top__service ul.list02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
.p-top__service ul li {
  overflow: hidden;
}
.p-top__service ul li a {
  position: relative;
  display: block;
}
.p-top__service ul li a:hover::before {
  opacity: 0.8;
}
.p-top__service ul li a:before {
  content: "";
  display: inline-block;
  background: #090000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.45;
  transition: all 0.3s ease 0s;
}
.p-top__service ul li p {
  color: #fff;
  position: absolute;
}
.p-top__service ul li .ja {
  font-size: 1.625rem;
  letter-spacing: 1px;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
.p-top__service ul li .en {
  font-family: "hg-gothic-e";
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 0.7;
  letter-spacing: -0.8px;
  left: 0;
  bottom: 0;
}
.p-top__price {
  padding-bottom: 40px;
}
.p-top__price .wrap {
  background: #2E693A;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-top__price .image {
  width: 48%;
}
.p-top__price .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__price .text {
  width: 48%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-top__price .c-title {
  margin-bottom: 25px;
}
.p-top__price h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  background: #251E1C;
  color: #fff;
  display: inline-block;
  text-align: left;
  padding: 10px;
  margin-bottom: 15px;
}
.p-top__price p {
  color: #fff;
}
.p-top__price .c-link {
  margin-top: 15px;
}
.p-top__works {
  background: url(../img/top/worls-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.p-top__works .titleFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top__news {
  padding: 70px 0;
}
.p-top__news .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top__news .title {
  width: fit-content;
}
.p-top__news .content {
  width: 65%;
}
.p-top__news li:first-child a {
  border-top: 2px solid #2E693A;
}
.p-top__news li a {
  padding: 24px 50px 24px 20px;
  position: relative;
  border-bottom: 2px solid #2E693A;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-top__news li a:after {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.p-top__news .date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #2E693A;
  display: inline-block;
  margin-right: 30px;
}
.p-top__news .title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #595858;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-top__review {
    padding: 40px 0;
  }
  .p-top__review .ti-widget.ti-goog .ti-col-1 .ti-reviews-container {
    margin-bottom: 0;
  }
  .p-top__review .c-link {
    margin-top: 0;
  }
  .p-top__about {
    flex-direction: column;
  }
  .p-top__about .image, .p-top__about .text {
    width: 100%;
  }
  .p-top__about .image img {
    height: auto;
    aspect-ratio: 1.5;
  }
  .p-top__about .text {
    padding: 30px 20px 40px;
  }
  .p-top__about .flex {
    flex-direction: column-reverse;
    max-width: 100%;
  }
  .p-top__about .read {
    width: 100%;
    max-width: 100%;
  }
  .p-top__about .illust {
    width: 100%;
    max-width: 100px;
    margin-inline: auto;
  }
  .p-top__about h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    width: 100%;
    text-align: center;
  }
  .p-top__about .spBtn {
    width: 100%;
  }
  .p-top__about .titleFlex {
    display: block;
    max-width: 100%;
  }
  .p-top__about .c-link {
    margin-top: 30px;
    margin-bottom: 0;
    margin-inline: auto;
  }
  .p-top__service {
    padding: 40px 0;
  }
  .p-top__service .titleFlex {
    display: block;
    margin-bottom: 40px;
  }
  .p-top__service .c-title {
    margin-bottom: 0;
  }
  .p-top__service ul.list01 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top__service ul.list02 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top__service ul li img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
  }
  .p-top__service ul li .ja {
    font-size: 1.375rem;
  }
  .p-top__service ul li .en {
    font-size: 2rem;
    white-space: nowrap;
  }
  .p-top__service .spBtn {
    width: 100%;
  }
  .p-top__service .c-link {
    margin-top: 30px;
    margin-inline: auto;
  }
  .p-top__price .wrap {
    flex-direction: column;
    gap: 30px;
  }
  .p-top__price .image {
    width: 100%;
  }
  .p-top__price .image img {
    height: auto;
    aspect-ratio: 1.5;
  }
  .p-top__price .text {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }
  .p-top__price .illust {
    position: absolute;
    width: 100px;
    top: -120px;
    left: 0;
  }
  .p-top__price .c-title {
    margin-bottom: 40px;
  }
  .p-top__price h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    width: 100%;
    text-align: center;
  }
  .p-top__price p {
    text-align: center;
  }
  .p-top__price .c-link {
    margin-inline: auto;
  }
  .p-top__works .titleFlex {
    display: block;
  }
  .p-top__works .c-link {
    margin-inline: auto;
    margin-top: 30px;
  }
  .p-top__news {
    padding: 40px 0;
  }
  .p-top__news .flex {
    flex-direction: column;
  }
  .p-top__news .title {
    width: 100%;
  }
  .p-top__news .content {
    width: 100%;
  }
  .p-top__news li:first-child a {
    border-top: 2px solid #2E693A;
  }
  .p-top__news li a {
    padding: 18px 34px 18px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .p-top__news li a:after {
    right: 0;
  }
  .p-top__news .spBtn {
    width: 100%;
  }
  .p-top__news .c-link {
    margin-top: 30px;
    margin-inline: auto;
  }
}
/*
  about
————————————————————————————————————————— */
.p-about .about {
  background: #EBEBEB;
}
.p-about .about .flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-about .about .image, .p-about .about .text {
  width: 100%;
}
.p-about .about h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  background: #251E1C;
  color: #fff;
  display: inline-block;
  text-align: left;
  padding: 10px;
  margin-bottom: 20px;
}
.p-about .about p span {
  color: #2E693A;
}
.p-about .strenghts ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
.p-about .strenghts li {
  width: 100%;
  border: solid 1px #2E693A;
  padding: 40px;
}
.p-about .attempt ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
.p-about .attempt li {
  width: 100%;
  border: solid 1px #2E693A;
  padding: 40px;
}
.p-about .guarantee ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
.p-about .guarantee li {
  width: 100%;
  border: solid 1px #2E693A;
  padding: 40px;
}
.p-about .character .flex {
  display: flex;
  gap: 40px;
}
.p-about .character .box {
  width: 100%;
  border: solid 1px #2E693A;
  padding: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.p-about .character .text {
  width: 65%;
}
.p-about .character .image {
  width: 30%;
}
.p-about .aboutBg {
  position: relative;
}
.p-about .aboutBg:after {
  content: "";
  display: inline-block;
  background: url(../img/about/about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
  z-index: -1;
}
.p-about .reason h2 {
  text-align: center;
}
.p-about .point h2 {
  text-align: center;
}
.p-about .point ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
.p-about .point li {
  position: relative;
}
.p-about .point li p {
  font-weight: 700;
  font-size: 1.125rem;
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 15px;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 80%;
  padding: 5px;
  line-height: 1.3;
}
.p-about .point li img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 10px;
}
.p-about .staff ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
.p-about .staff li {
  border: solid 1px #2E693A;
}
.p-about .staff .image {
  padding: 30px;
  border-bottom: 1px solid #2E693A;
}
.p-about .staff .text {
  padding: 30px;
}
.p-about .staff h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  background: #251E1C;
  color: #fff;
  display: block;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.p-about .staff h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #251E1C;
  text-align: center;
  margin-bottom: 20px;
}
.p-about .staff h3 span {
  font-family: "nicoca";
  font-size: 2rem;
  display: block;
  color: #2E693A;
  opacity: 0.2;
}
.p-about .showroom {
  background: url(../img/about/about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-about .showroom .titleFlex {
  display: flex;
  align-items: center;
  gap: 30px 200px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}
.p-about .showroom .titleFlex .c-title {
  margin-bottom: 0;
}
.p-about .showroom .titleFlex p {
  color: #fff;
}
.p-about .showroom .titleFlex .illust {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 140px;
}
.p-about .showroom ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  gap: 25px;
  position: relative;
  z-index: 2;
}
.p-about .showroom ul li {
  display: flex;
  flex-direction: column;
}
.p-about .showroom ul li:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}
.p-about .showroom ul li:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}
.p-about .showroom ul li img {
  aspect-ratio: 1.5;
  object-fit: cover;
  flex: 1;
}
.p-about .showroom ul li p {
  color: #fff;
  text-align: center;
  margin-top: 4px;
}
.p-about .company ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 25px;
  margin-top: 40px;
}
.p-about .company ul p {
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-about .about .flex {
    flex-direction: column;
    gap: 30px;
  }
  .p-about .about h2 {
    font-size: 1.125rem;
    line-height: 1.4;
    width: 100%;
    text-align: center;
  }
  .p-about .strenghts ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .p-about .strenghts li {
    padding: 20px;
  }
  .p-about .attempt ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .p-about .attempt li {
    padding: 20px;
  }
  .p-about .guarantee ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .p-about .guarantee li {
    padding: 20px;
  }
  .p-about .character .flex {
    flex-direction: column;
    gap: 20px;
  }
  .p-about .character .box {
    padding: 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .p-about .character .text {
    width: 100%;
  }
  .p-about .character .image {
    margin-inline: auto;
  }
  .p-about .aboutBg {
    padding-bottom: 70px;
  }
  .p-about .aboutBg:after {
    height: 100%;
  }
  .p-about .point ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-about .staff ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-about .staff .image {
    padding: 20px;
  }
  .p-about .staff .text {
    padding: 20px;
  }
  .p-about .staff h2 {
    font-size: 1.125rem;
  }
  .p-about .staff h3 {
    font-size: 1.125rem;
  }
  .p-about .staff h3 span {
    font-size: 1.625rem;
  }
  .p-about .showroom .titleFlex {
    display: block;
    margin-bottom: 30px;
  }
  .p-about .showroom .titleFlex .c-title {
    margin-bottom: 40px;
  }
  .p-about .showroom .titleFlex p {
    color: #fff;
  }
  .p-about .showroom .titleFlex .illust {
    width: 90px;
    bottom: -145px;
    z-index: 3;
  }
  .p-about .showroom ul {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .p-about .showroom ul li:nth-child(1) {
    grid-row: unset;
    grid-column: unset;
  }
  .p-about .showroom ul li:nth-child(2) {
    grid-row: unset;
    grid-column: unset;
  }
  .p-about .company ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}
/*
price
————————————————————————————————————————— */
.p-price .about p.head {
  font-family: "玉ねぎ楷書激";
  font-size: 1.375rem;
}
.p-price .plan .wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-price .plan ul.list01 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-price .plan ul.list01 li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-price .plan ul.list01 li:nth-child(even) {
  flex-direction: row-reverse;
}
.p-price .plan ul.list02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-bottom: 30px;
}
.p-price .plan h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
}
.p-price .plan .image {
  width: 100%;
}
.p-price .plan .text {
  width: 100%;
}
.p-price .plan .remark {
  font-size: 0.75rem;
  margin-top: 6px;
}
.p-price .plan .c-table03 th {
  white-space: unset;
  width: 40%;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-price .plan .wrap {
    gap: 50px;
  }
  .p-price .plan ul.list01 li {
    flex-direction: column;
    gap: 20px;
  }
  .p-price .plan ul.list01 li:nth-child(even) {
    flex-direction: column;
  }
  .p-price .plan ul.list02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  .p-price .plan h3 {
    font-size: 1rem;
  }
}
/*
service
————————————————————————————————————————— */
.p-service ul.list01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px;
  margin-bottom: 25px;
}
.p-service ul.list02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
.p-service ul li {
  overflow: hidden;
}
.p-service ul li a {
  position: relative;
  display: block;
}
.p-service ul li a:hover::before {
  opacity: 0.8;
}
.p-service ul li a:before {
  content: "";
  display: inline-block;
  background: #090000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.45;
  transition: all 0.3s ease 0s;
}
.p-service ul li p {
  color: #fff;
  position: absolute;
}
.p-service ul li .ja {
  font-size: 1.625rem;
  letter-spacing: 1px;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
.p-service ul li .en {
  font-family: "hg-gothic-e";
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 0.7;
  letter-spacing: -0.8px;
  left: 0;
  bottom: 0;
}
.p-service__detail .gallery ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
.p-service__detail .about p {
  text-align: center;
}
.p-service__detail .about ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px;
  margin-top: 30px;
  max-width: 600px;
  margin-inline: auto;
}
.p-service__detail .problem h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-service__detail .problem ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.p-service__detail .problem li p {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 6px;
}
.p-service__detail .flow ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.p-service__detail .flow li .image {
  margin-bottom: 10px;
}
.p-service__detail .flow li .image img {
  aspect-ratio: 1.5;
  object-fit: cover;
}
.p-service__detail .flow li h3 {
  font-weight: 700;
  text-align: center;
  background: #2E693A;
  padding: 10px;
  line-height: 1.2;
  color: #fff;
  font-size: 1.25rem;
}
.p-service__detail .flow li h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-service__detail .field ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.p-service__detail .field li img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.p-service__detail .field li h3 {
  text-align: center;
  margin-top: 10px;
}
.p-service__detail .paint ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-bottom: 30px;
}
.p-service__detail .paint li p {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 6px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-service ul.list01 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-service ul.list02 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-service ul li img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
  }
  .p-service ul li .ja {
    font-size: 1.375rem;
  }
  .p-service ul li .en {
    font-size: 2rem;
    white-space: nowrap;
  }
  .p-service__detail .gallery ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-service__detail .about p {
    text-align: left;
  }
  .p-service__detail .about ul {
    gap: 15px;
  }
  .p-service__detail .problem h2 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .p-service__detail .problem ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .p-service__detail .problem li p {
    font-size: 1rem;
  }
  .p-service__detail .flow ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .p-service__detail .flow li .image {
    margin-bottom: 15px;
  }
  .p-service__detail .flow li h4 {
    margin-bottom: 15px;
  }
  .p-service__detail .field ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .p-service__detail .field li {
    flex-direction: column;
    padding: 20px;
  }
  .p-service__detail .field li h3 {
    margin-bottom: 15px;
  }
  .p-service__detail .paint ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  .p-service__detail .paint li p {
    font-size: 1rem;
  }
}
/*
  news
————————————————————————————————————————— */
.p-news .p-news__list li:first-child a {
  border-top: 2px solid #2E693A;
}
.p-news .p-news__list li a {
  padding: 24px 50px 24px 20px;
  position: relative;
  border-bottom: 2px solid #2E693A;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-news .p-news__list li a:after {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.p-news .date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #2E693A;
  display: inline-block;
  margin-right: 30px;
}
.p-news .title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #595858;
}
.p-pagenation {
  margin-top: 80px;
}
.p-pagenation ul {
  display: flex;
  justify-content: center;
}
.p-pagenation li {
  margin-right: 18px;
}
.p-pagenation li:last-child {
  margin: 0;
}
.p-pagenation li .current {
  border-bottom: 1px solid #251E1C;
}
.p-pagenation a, .p-pagenation span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #251E1C;
}
.p-single .p-single__date {
  font-weight: 500;
  font-size: 1rem;
  color: #2E693A;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.p-single .p-single__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.p-single .p-single__content {
  margin-top: 80px;
}
.p-single .p-single__content img {
  width: auto;
}
.p-single .p-single__content p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2;
}
.p-single .p-single__content table {
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 1px #ccc;
}
.p-single .p-single__content table th, .p-single .p-single__content table td {
  padding: 15px;
  border: solid 1px #ccc;
}
.p-single .c-link {
  margin-inline: auto;
  margin-top: 80px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-news .p-news__list li:first-child a {
    border-top: 2px solid #2E693A;
  }
  .p-news .p-news__list li a {
    padding: 18px 34px 18px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .p-news .p-news__list li a:after {
    right: 0;
  }
  .p-pagenation {
    margin-top: 32px;
  }
  .p-single .p-single__content {
    margin-top: 40px;
  }
  .p-single .c-link {
    margin-top: 40px;
  }
}
/*
  works
————————————————————————————————————————— */
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
}
/*
  contact
————————————————————————————————————————— */
.p-contact .cta .wrap {
  margin-bottom: 0;
}
.p-contact .read-text {
  line-height: 1.8;
  margin-bottom: 40px;
}
.p-contact .p-contact__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.p-contact .p-contact__table th {
  font-weight: 700;
  font-size: 1rem;
  color: #2E693A;
  letter-spacing: 1.4px;
  width: 25%;
  padding: 0 0 40px;
  vertical-align: top;
}
.p-contact .p-contact__table th span {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: super;
}
.p-contact .p-contact__table td {
  font-size: 1rem;
  width: 75%;
  padding: 0 0 40px 47px;
  vertical-align: middle;
}
.p-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 .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 .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 .p-contact__table .form_style04 {
  font-size: 0.9375rem;
  width: 140px;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #EBEBEB;
  resize: none;
  text-align: center;
}
.p-contact .p-contact__table .wpcf7-list-item {
  display: block;
  margin: 0 0 0.75rem;
}
.p-contact input[type=submit] {
  border-radius: 80px;
  border: solid 1px #251E1C;
  background: #fff;
  margin-inline: auto;
}
.p-contact input[type=submit]:hover {
  background: #251E1C;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-contact .p-contact__table th {
    letter-spacing: 1px;
    width: 100%;
    padding: 0 0 10px;
    display: block;
  }
  .p-contact .p-contact__table td {
    width: 100%;
    padding: 0 0 20px;
    display: block;
  }
}
/*
  privacypolicy
————————————————————————————————————————— */
.p-privacypolicy .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-privacypolicy .box h2 {
  font-size: 1.25rem;
  line-height: 1.3;
  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: 40px;
  }
  .p-privacypolicy .box h2 {
    font-size: 1.125rem;
  }
}
/*
  utillity
————————————————————————————————————————— */
.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 {
  display: none;
}
.u-sp-none768 {
  display: none;
}
.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;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@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: 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;
  }
}
