@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
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
————————————————————————————————————————— */
body {
  font-family: "游明朝", "明朝体", "serif";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #1A1311;
  line-height: 1;
}
body p {
  line-height: 1.8;
}
body br {
  display: block;
  content: "";
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
  padding-bottom: 140px;
}
.l-main2 {
  flex: 1;
  padding: 120px 0 140px;
}
.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.l-wrapper2 {
  max-width: 800px;
  margin: 0 auto;
}
.l-section.-about {
  padding: 100px 0;
}
.l-section.-news {
  background: #F4F4F4;
  padding: 80px 0;
}
.l-section.-service {
  margin-top: 180px;
}
.l-section.-company {
  margin-top: 180px;
}
.l-section.-contact {
  padding-bottom: 80px;
}
.l-section2.-about {
  margin-top: 120px;
}
.l-section2.-company {
  margin-top: 120px;
}
.l-footer {
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}
.l-footer .p-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.l-footer .p-footer__bg img {
  height: 100%;
  object-fit: cover;
}
.l-footer .l-wrapper {
  max-width: 1400px;
  width: 90%;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
    layout(1199)
    =========================*/
  .l-wrapper {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
    layout(991)
    =========================*/
  .l-wrapper2 {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
    layout(768)
    =========================*/
  .l-main {
    padding-bottom: 80px;
  }
  .l-main2 {
    flex: 1;
    padding: 80px 0 100px;
  }
  .l-section.-about {
    padding: 70px 0;
  }
  .l-section.-news {
    padding: 70px 0;
  }
  .l-section.-service {
    margin-top: 120px;
  }
  .l-section.-company {
    margin-top: 120px;
  }
  .l-section.-contact {
    padding-bottom: 70px;
  }
  .l-section2.-about {
    margin-top: 70px;
  }
  .l-section2.-company {
    margin-top: 70px;
  }
}
/* =================================
  Object
================================= */
/*
component
————————————————————————————————————————— */
.c-title {
  font-size: 2rem;
  color: #1A1311;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin-top: 100px;
}
.c-title:after {
  content: "";
  display: inline-block;
  background: #1A1311;
  width: 1px;
  height: 80px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.c-link {
  font-weight: 700;
  font-size: 1rem;
  color: #1A1311;
  letter-spacing: 0.6px;
  border: solid 1px #1A1311;
  width: 280px;
  text-align: center;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
}
.c-link2 {
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.6px;
  text-align: center;
  background: #1A1311;
  display: block;
  width: 330px;
  padding: 22px 0;
  margin: 0 auto;
}
.c-breadcrumb {
  background: #F4F4F4;
  padding: 14px 0 14px 5%;
}
.c-breadcrumb ul {
  display: flex;
}
.c-breadcrumb li {
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  margin-right: 6px;
}
.c-breadcrumb li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1A1311;
  border-right: 1px solid #1A1311;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: -2px 0 0 4px;
}
.c-breadcrumb li:last-child {
  margin: 0;
}
.c-breadcrumb li:last-child:after {
  display: none;
}
.c-breadcrumb a {
  color: #1A1311;
}
.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: 6px;
  right: 5%;
  z-index: 50;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #000;
  -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: #000;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -8px;
}
.c-hamburger__line:after {
  top: 8px;
}
.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;
  background-color: #000;
}
.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-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th, .c-table td {
  width: 100%;
  display: block;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
.c-table th {
  background: #f7f7f7;
  font-weight: 700;
}
.c-table .target-link {
  color: #1A1311;
  text-decoration: underline;
}
.c-target-link {
  color: #1A1311;
  text-decoration: underline;
}
.c-linkList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  padding-left: 20px;
}
.c-linkList li {
  font-size: 1rem;
  line-height: 1.6;
}
.c-linkList li a {
  color: #1A1311;
  text-decoration: underline;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
	component(768)
	=========================*/
  .c-title {
    font-size: 1.75rem;
    margin-top: 50px;
  }
  .c-title:after {
    height: 40px;
    top: -50px;
  }
  .c-link2 {
    width: 100%;
    max-width: 300px;
  }
  .c-hamburger {
    top: 14px;
  }
  .c-breadcrumb {
    padding: 12px 0 12px 5%;
  }
  .c-breadcrumb li {
    font-size: 0.625rem;
    letter-spacing: 0;
    margin-right: 5px;
  }
  .c-breadcrumb li:after {
    width: 5px;
    height: 5px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer .p-footer__logo {
  text-align: center;
  margin-top: 56px;
}
.p-footer .p-footer__logo img {
  width: fit-content;
  height: 28px;
  object-fit: contain;
}
.p-footer .p-footer__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.p-footer .p-footer__item a {
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.6px;
}
small {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 70px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(767)
    =========================*/
  .p-footer .p-footer__logo {
    margin-top: 48px;
  }
  .p-footer .p-footer__logo img {
    height: 40px;
  }
  .p-footer .p-footer__list {
    flex-direction: column;
    text-align: center;
  }
}
/*
header
————————————————————————————————————————— */
.p-header {
  background: #fff;
  padding: 20px 5%;
}
.p-header .p-header__logo img {
  filter: brightness(1) invert(1);
  width: auto;
  height: 20px;
  object-fit: contain;
}
.p-header .p-header__nav {
  position: absolute;
  top: calc(50% + 40px);
  left: 5%;
  transform: translateY(-50%);
  z-index: 5;
  background: #fff;
  padding: 20px;
}
.p-header .p-header__list__item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}
.p-header .p-header__list__item:after {
  content: "";
  display: inline-block;
  background: #000;
  background-size: contain;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-header .p-header__list__item:last-child {
  margin: 0;
  padding: 0;
}
.p-header .p-header__list__item:last-child:after {
  display: none;
}
.p-header .p-header__list__item a {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  display: block;
  color: #000;
}
.p-header .p-header__contat {
  display: flex;
  align-items: center;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 5;
}
.p-header .p-header__contact__item.-tel {
  margin-right: 20px;
}
.p-header .p-header__contact__item.-tel a {
  font-size: 1rem;
  letter-spacing: 0.6px;
  color: #fff;
}
.p-header .p-header__contact__item.-contact a {
  font-size: 1.125rem;
  letter-spacing: 0.6px;
  color: #fff;
  display: block;
  width: 140px;
  border: solid 1px #fff;
  padding: 12px 0;
  text-align: center;
}
#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  trasition: all 0.3s;
  padding: 100px 10% 58px;
}
#p-globalMenuSp.is-active {
  z-index: 10;
  opacity: 1;
}
#p-globalMenuSp .p-header__list__item {
  margin: 0 0 24px;
}
#p-globalMenuSp .p-header__list__item:last-child {
  margin: 0;
}
#p-globalMenuSp .p-header__list__item a {
  font-size: 1.125rem;
  color: #1A1311;
  display: block;
  position: relative;
}
#p-globalMenuSp .p-header__list__item a:after {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow.svg) no-repeat;
  background-size: contain;
  width: 34px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#p-globalMenuSp .p-header__tel {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #1A1311;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.p-top__mainvisual {
  position: relative;
  z-index: 2;
  /*  &:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #fff;
	animation: scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
	z-index: 3;
}*/
}
.p-top__mainvisual .credit {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 5%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  width: 100%;
}
.p-top__mainvisual .credit p {
  font-size: 20px;
  font-family: serif;
  display: flex;
  align-items: center;
}
.p-top__mainvisual .credit p img {
  width: 100px;
  display: inline-block;
  height: auto;
  object-fit: unset;
}
.p-top__mainvisual.-top:before {
  display: none;
}
.p-top__mainvisual.-top .hero01 {
  position: absolute;
  top: 10%;
  left: 60%;
  transform: translateX(-50%);
  max-width: 62%;
  width: 90%;
  z-index: 2;
}
.p-top__mainvisual.-top .hero01 img {
  width: 100%;
  height: auto;
  object-fit: unset;
}
.p-top__mainvisual.-top .hero02 {
  position: absolute;
  bottom: 14%;
  left: 55%;
  transform: translateX(-50%);
  max-width: 430px;
  width: 40%;
  z-index: 2;
}
.p-top__mainvisual.-top .hero02 img {
  width: 100%;
  height: auto;
  object-fit: unset;
}
.p-top__mainvisual.-top .jsgcs_logo {
  position: absolute;
  top: 30px;
  right: 2%;
  width: 60px;
  z-index: 2;
}
.p-top__mainvisual.-top .jsgcs_logo img {
  width: 100%;
  height: auto;
  object-fit: unset;
}
.p-top__mainvisual .swiper-container {
  overflow-x: hidden;
}
.p-top__mainvisual img {
  height: 800px;
  max-height: 100vh;
  object-fit: cover;
}
.p-top__mainvisual h2 {
  font-weight: 700;
  font-size: 2.875rem;
  letter-spacing: 3px;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: fit-content;
  z-index: 10;
  white-space: nowrap;
}
.p-top__mainvisual h2 span {
  font-size: 1.75rem;
  white-space: nowrap;
}
.p-top__mainvisual h2.-common h2 {
  font-size: 2.25rem;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
	project(1200)
	=========================*/
  .p-top__mainvisual h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
	project(992)
	=========================*/
  .p-header .p-header__logo {
    right: unset;
    left: 5%;
    top: 24px;
  }
  .p-top__mainvisual.-top .hero01 {
    left: 55%;
  }
  .p-top__mainvisual.-top .hero02 {
    left: 50%;
    max-width: 430px;
  }
  .p-top__mainvisual img {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
	project(768)
	=========================*/
  .p-header .p-header__logo {
    top: 16px;
  }
  .p-header .p-header__logo img {
    height: 40px;
  }
  .p-top__mainvisual .credit p {
    font-size: 12px;
  }
  .p-top__mainvisual .credit p img {
    width: 70px;
  }
  .p-top__mainvisual.-top .hero01 {
    max-width: 600px;
  }
  .p-top__mainvisual.-top .hero02 {
    bottom: 16%;
    width: 50%;
    max-width: 200px;
  }
  .p-top__mainvisual.-top .jsgcs_logo {
    position: absolute;
    top: 20px;
    width: 35px;
  }
  .p-top__mainvisual.-common h2 {
    font-size: 1.375rem;
  }
  .p-top__mainvisual img {
    height: 400px;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__about {
  text-align: center;
}
.p-top__about .p-about__title {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.p-top__about .p-about__text {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 30px;
}
.p-top__news .p-news__body {
  margin: 60px 0 70px;
}
.p-top__news .p-news__article {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: fit-content;
}
.p-top__news .p-news__date {
  font-size: 1rem;
  letter-spacing: 0.6px;
  color: #1A1311;
  display: inline-block;
  margin-right: 24px;
}
.p-top__news .p-news__title {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.6px;
  color: #1A1311;
  display: inline-block;
}
.p-top__service h3 {
  text-align: center;
  margin-bottom: 60px;
}
.p-top__service .p-service__layout {
  margin-bottom: 60px;
}
.p-top__service .p-service__layout:last-child {
  margin-bottom: 0;
}
.p-top__service .p-service__layout1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-top__service .p-service__layout1 .p-service__box {
  width: 50%;
  display: block;
  position: relative;
  text-align: center;
}
.p-top__service .p-service__layout1 .p-service__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__service .p-service__layout1 .p-service__texArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.p-top__service .p-service__layout1 .p-service__title {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #fff;
}
.p-top__service .p-service__layout1 .p-service__text {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #fff;
}
.p-top__service .p-service__layout2 {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
.p-top__service .p-service__layout2:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-top__service .p-service__layout2:nth-child(2n) .p-service__box {
  padding-right: 50px;
}
.p-top__service .p-service__layout2:last-child {
  margin: 0;
}
.p-top__service .p-service__layout2 .p-service__image {
  width: 50%;
}
.p-top__service .p-service__layout2 .p-service__box {
  width: 50%;
  padding-left: 50px;
}
.p-top__service .p-service__layout2 .p-service__edit {
  margin-bottom: 46px;
}
.p-top__service .p-service__layout2 .p-service__title {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 26px;
}
.p-top__service .p-service__layout2 .p-service__text {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 46px;
}
.p-top__company h3 {
  text-align: center;
  margin-bottom: 60px;
}
.p-top__company .p-company__content {
  text-align: right;
}
.p-top__company table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.p-top__company tr {
  border-bottom: 1px solid #1A1311;
}
.p-top__company th, .p-top__company td {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 16px 0;
}
.p-top__company th {
  font-weight: 700;
  width: 30%;
}
.p-top__company td {
  width: 70%;
}
.p-top__company a {
  margin-top: 45px;
}
.p-company__map iframe {
  width: 100%;
  height: 350px;
}
.p-top__contact {
  text-align: center;
}
.p-top__contact .p-contact__text {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.8;
  margin: 60px 0;
}
.p-top__contact .p-contact__text a {
  text-decoration: underline;
  color: #1A1311;
}
.p-top__contact .p-contact__tel {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #1A1311;
  display: inline-block;
  margin: 40px 0 12px;
}
.p-top__contact span {
  font-weight: 500;
  font-size: 0.75rem;
  display: block;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(768)
    =========================*/
  .p-top__about .p-about__title {
    font-size: 1.25rem;
  }
  .p-top__about .p-about__text {
    text-align: left;
  }
  .p-top__news .p-news__body {
    margin: 30px 0 60px;
  }
  .p-top__news .p-news__article {
    display: block;
    padding: 12px 0;
  }
  .p-top__news .p-news__date {
    font-size: 0.875rem;
    margin-right: unset;
    margin-bottom: 10px;
  }
  .p-top__service h3 {
    margin-bottom: 30px;
  }
  .p-top__service .p-service__layout1 {
    display: block;
  }
  .p-top__service .p-service__layout1 .p-service__box {
    width: 100%;
    margin-bottom: 25px;
  }
  .p-top__service .p-service__layout1 .p-service__box:last-child {
    margin-bottom: 0;
  }
  .p-top__service .p-service__layout1 .p-service__texArea {
    width: fit-content;
    max-width: 90%;
  }
  .p-top__service .p-service__layout1 .p-service__title {
    font-size: 1.375rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .p-top__service .p-service__layout2 {
    display: block;
  }
  .p-top__service .p-service__layout2:nth-child(2n) .p-service__box {
    padding-right: unset;
    padding-top: 30px;
  }
  .p-top__service .p-service__layout2 .p-service__image {
    width: 100%;
  }
  .p-top__service .p-service__layout2 .p-service__box {
    width: 100%;
    padding-left: unset;
    padding-top: 30px;
  }
  .p-top__service .p-service__layout2 .p-service__edit {
    margin-bottom: 26px;
  }
  .p-top__service .p-service__layout2 .p-service__title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .p-top__service .p-service__layout2 .p-service__text {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 26px;
  }
  .p-top__company h3 {
    margin-bottom: 30px;
  }
  .p-top__company th, .p-top__company td {
    font-size: 0.875rem;
    letter-spacing: 0.6px;
  }
  .p-top__company a {
    margin-top: 35px;
  }
  .p-top__contact .p-contact__text {
    margin: 40px 0;
  }
  .p-top__contact .p-contact__tel {
    font-size: 1.75rem;
    margin: 20px 0 12px;
  }
}
/*
  service
————————————————————————————————————————— */
.p-service__top {
  text-align: center;
  margin-top: 120px;
}
.p-service__top .p-service__title {
  font-weight: 500;
  font-size: 1.625rem;
  letter-spacing: 1px;
  line-height: 1.3;
  width: fit-content;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin: 0 auto 40px;
}
.p-service__top .p-service__text {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2;
}
.p-service__top .p-service__list {
  margin-top: 50px;
}
.p-service__top .p-service__item {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #000;
}
.p-service__top .p-service__item:last-child {
  border-bottom: 1px solid #000;
}
.p-service__top .p-service__image {
  width: 30%;
  margin-right: 70px;
}
.p-service__top table {
  text-align: left;
  border-collapse: collapse;
  width: 70%;
}
.p-service__top table th, .p-service__top table td {
  font-size: 0.875rem;
  letter-spacing: 0.6px;
  padding: 10px 0;
}
.p-service__top table th {
  width: 20%;
}
.p-service__top table td {
  width: 80%;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(767)
    =========================*/
  .p-service__top {
    margin-top: 70px;
  }
  .p-service__top .p-service__title {
    font-size: 1.375rem;
    padding-bottom: 14px;
    margin: 0 auto 30px;
  }
  .p-service__top .p-service__text {
    font-size: 0.875rem;
  }
  .p-service__top .p-service__list {
    margin-top: 40px;
  }
  .p-service__top .p-service__item {
    display: block;
    padding: 30px 0;
  }
  .p-service__top .p-service__image {
    width: 100%;
    margin-right: unset;
    margin-bottom: 25px;
  }
  .p-service__top table {
    width: 100%;
  }
  .p-service__top table th {
    width: 30%;
    white-space: nowrap;
  }
  .p-service__top table td {
    width: 70%;
  }
}
/*
  about
————————————————————————————————————————— */
.p-about__top {
  text-align: center;
}
.p-about__top .p-about__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.6;
  margin-bottom: 50px;
}
.p-about__top .p-about__text {
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 2.2;
}
.p-about__top .p-about__image {
  margin-top: 50px;
}
.p-about__main .p-about__flex {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
.p-about__main .p-about__flex:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-about__main .p-about__flex:nth-child(2n) .p-about__box {
  padding-right: 50px;
}
.p-about__main .p-about__flex:last-child {
  margin: 0;
}
.p-about__main .p-about__image {
  width: 50%;
}
.p-about__main .p-about__image.w20 {
  width: 20%;
}
.p-about__main .p-about__box {
  width: 50%;
  padding-left: 50px;
}
.p-about__main .p-about__box.w80 {
  width: 80%;
}
.p-about__main .p-about__title {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 1px;
  margin-bottom: 26px;
}
.p-about__main .p-about__text {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 46px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(767)
    =========================*/
  .p-about__top .p-about__title {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .p-about__top .p-about__text {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.8;
  }
  .p-about__main .p-about__flex {
    display: block;
  }
  .p-about__main .p-about__flex:nth-child(2n) .p-about__box {
    padding-right: unset;
    padding-top: 30px;
  }
  .p-about__main .p-about__image {
    width: 100%;
  }
  .p-about__main .p-about__image.w20 {
    width: 80%;
    margin-inline: auto;
  }
  .p-about__main .p-about__box {
    width: 100%;
    padding-left: unset;
    padding-top: 30px;
  }
  .p-about__main .p-about__box.w80 {
    width: 100%;
  }
  .p-about__main .p-about__title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .p-about__main .p-about__text {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 26px;
  }
}
/*
  company
————————————————————————————————————————— */
.p-company__top {
  margin-top: 180px;
}
.p-company__top table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-top: 60px;
}
.p-company__top tr {
  border-bottom: 1px solid #1A1311;
}
.p-company__top th, .p-company__top td {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 16px 0;
}
.p-company__top th {
  font-weight: 700;
  width: 30%;
}
.p-company__top td {
  width: 70%;
}
.p-company__main iframe {
  width: 100%;
  height: 350px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(767)
    =========================*/
  .p-company__top {
    margin-top: 120px;
  }
  .p-company__top table {
    margin-top: 40px;
  }
  .p-company__top th, .p-company__top td {
    font-size: 0.875rem;
    letter-spacing: 0.6px;
  }
  .p-company__main .p-company__box {
    margin-bottom: 50px;
  }
  .p-company__main .p-company__title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
  .p-company__main address {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
/*
  news
————————————————————————————————————————— */
.p-news__top .p-news__article {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: fit-content;
}
.p-news__top .p-news__date {
  font-size: 1rem;
  letter-spacing: 0.6px;
  color: #1A1311;
  display: inline-block;
  margin-right: 24px;
}
.p-news__top .p-news__title {
  font-size: 1rem;
  letter-spacing: 0.6px;
  color: #1A1311;
  display: inline-block;
}
.p-news__pagenation {
  margin-top: 50px;
}
.p-news__pagenation ul {
  display: flex;
  justify-content: center;
}
.p-news__pagenation li {
  font-size: 1.125rem;
  margin-right: 18px;
}
.p-news__pagenation li:last-child {
  margin: 0;
}
.p-news__pagenation li .current {
  border-bottom: 1px solid #1A1311;
}
.p-news__pagenation a {
  color: #1A1311;
}
.p-news__main .p-news__article {
  padding: 0 70px 70px;
  margin-bottom: 80px;
  border-bottom: 1px solid #1A1311;
}
.p-news__main .p-news__date {
  font-size: 1rem;
  letter-spacing: 0.6px;
  color: #1A1311;
}
.p-news__main .p-news__title {
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.4px;
  line-height: 1.66;
  color: #1A1311;
  margin: 17px 0 32px;
}
.p-news__main .p-news__content p {
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  line-height: 2.35;
  color: #1A1311;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(767)
    =========================*/
  .p-news__top .p-news__article {
    display: block;
    padding: 12px 0;
  }
  .p-news__top .p-news__date {
    font-size: 0.875rem;
    margin-right: unset;
    margin-bottom: 10px;
  }
  .p-news__main .p-news__article {
    padding: 0;
    border-bottom: none;
  }
  .p-news__main .p-news__date {
    font-size: 0.875rem;
  }
  .p-news__main .p-news__title {
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
    margin: 17px 0 52px;
  }
  .p-news__main .p-news__content p {
    letter-spacing: 0.5px;
    line-height: 1.78;
  }
}
/*
  contact
————————————————————————————————————————— */
.p-contact__top .p-contact__text {
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 80px;
}
.p-contact__top .p-contact__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 0 0 80px;
}
.p-contact__top .p-contact__table th {
  font-size: 1.125rem;
  letter-spacing: 1.4px;
  width: 35%;
  padding: 0 0 40px;
  vertical-align: top;
}
.p-contact__top .p-contact__table th span {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: super;
}
.p-contact__top .p-contact__table td {
  width: 65%;
  padding: 0 0 40px 47px;
}
.p-contact__top .form_style01 {
  font-size: 1rem;
  width: 100%;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #F4F4F4;
}
.p-contact__top .form_style02 {
  font-size: 1rem;
  width: 115px;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #F4F4F4;
  resize: none;
}
.p-contact__top .form_style03 {
  font-size: 1rem;
  width: 100%;
  height: 220px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #F4F4F4;
  resize: none;
}
.p-contact__top .p-locality {
  margin-top: 10px;
}
.p-contact__top input[type=submit] {
  font-size: 1rem;
  letter-spacing: 4px;
  color: #1A1311;
  border: solid 2px #1A1311;
  background: #fff;
  display: block;
  width: 330px;
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.p-contact__top .wpcf7-list-item {
  display: block;
  margin: 0 0 0.625rem;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(767)
    =========================*/
  .p-contact__top .p-contact__text {
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin-bottom: 60px;
  }
  .p-contact__top .p-contact__table {
    margin: 0 0 40px;
  }
  .p-contact__top .p-contact__table th {
    font-size: 0.875rem;
    letter-spacing: 1px;
    width: 100%;
    padding: 0 0 10px;
    display: block;
  }
  .p-contact__top .p-contact__table td {
    font-size: 0.875rem;
    width: 100%;
    padding: 0 0 30px;
    display: block;
  }
  .p-contact__top input[type=submit] {
    width: 100%;
    max-width: 300px;
  }
}
/*
  policy
————————————————————————————————————————— */
.p-policy__top .p-privacy__box {
  margin: 0 0 40px;
}
.p-policy__top .p-privacy__box-text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 40px;
}
.p-policy__top .p-privacy__box-text a {
  color: #1A1311;
}
.p-policy__top .p-privacy__box-text2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
  line-height: 1.75;
  color: #1A1311;
  position: relative;
  border-left: 8px solid #1A1311;
  padding-left: 0.666em;
}
.p-policy__top .p-privacy__box-text3 {
  font-size: 1rem;
  line-height: 1.88;
  padding-left: 1em;
  text-indent: -1em;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
    project(767)
    =========================*/
  .p-policy__top .p-privacy__box-text {
    font-size: 0.875rem;
    margin: 0 0 20px;
  }
  .p-policy__top .p-privacy__box-text2 {
    font-size: 1.125rem;
    margin-bottom: 20px;
    line-height: 1.45;
    border-left: 4px solid #1A1311;
    padding-left: 0.366em;
  }
  .p-policy__top .p-privacy__box-text3 {
    font-size: 0.875rem;
  }
}
/*
  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);
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
    utility(992)
    =========================*/
  .u-sp-none992 {
    display: block;
  }
  .u-pc-none992 {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: 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;
  }
}
