@charset "UTF-8";
/* =================================
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@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
————————————————————————————————————————— */
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.03em;
  transition: background-color 0.5s ease;
  overflow-x: clip;
}
body.home {
  overflow-x: hidden;
}
h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 32px;
}
h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 48px;
}
h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.625rem;
  margin-bottom: 32px;
}
h4 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
p {
  font-size: 1rem;
  line-height: 1.88;
  margin-bottom: 16px;
}
p.text18 {
  font-size: 1.125rem;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
	component(768)
	=========================*/
  html, body {
    overflow-x: hidden;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
/* =================================
  Layout
================================= */
/*
layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
  padding-bottom: 96px;
}
body.home .l-main {
  padding: 0;
}
.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-wrapper2 {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.l-wrapper3 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-wrapper4 {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}
.l-section {
  padding: 72px 0;
}
.l-section2 {
  padding-top: 72px;
}
.l-section3 {
  padding-top: 128px;
}
.l-section4 {
  padding-bottom: 64px;
}
.l-section5 {
  padding-top: 128px;
  padding-bottom: 48px;
}
.l-section6 {
  padding: 96px 0;
}
.l-section7 {
  padding: 128px 0;
}
.l-section8 {
  padding-top: 64px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	layout(992)
	=========================*/
  .l-wrapper, .l-wrapper2 {
    max-width: 80%;
  }
  .l-wrapper3 {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
	layout(767)
	=========================*/
  .l-main {
    padding-bottom: 72px;
  }
  .l-section {
    padding: 48px 0;
  }
  .l-section2 {
    padding-top: 48px;
  }
  .l-section3 {
    padding-top: 96px;
  }
  .l-section4 {
    padding-bottom: 96px;
  }
  .l-section5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .l-section6 {
    padding: 48px 0;
  }
  .l-section7 {
    padding: 64px 0;
  }
  .l-section4 {
    padding: 32px 0;
  }
  .l-wrapper.-full, .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
h1.c-title {
  line-height: 1.4;
}
h1.c-title span.en {
  font-weight: 200;
  font-family: "Nunito Sans", sans-serif;
  color: #A18738;
  font-size: 4rem;
}
h1.c-title span.ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.25rem;
  display: block;
}
h1.c-title.center {
  text-align: center;
}
h2.c-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.25rem;
  position: relative;
}
h2.c-title span.en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  color: #725C12;
  font-size: 2rem;
  display: block;
}
h2.c-title.center {
  text-align: center;
}
h3.c-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 400;
  font-size: 1.625rem;
  color: #000000;
}
h3.c-title:before {
  content: "";
  display: inline-block;
  background: #725C12;
  width: 50px;
  height: 1px;
}
.c-mv {
  position: relative;
  height: 450px;
  overflow: hidden;
  margin-bottom: 96px;
}
.c-mv:after {
  content: "";
  display: inline-block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-mv .mv {
  width: 100%;
  height: 100%;
}
.c-mv .mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: inset(0 100% 0 0);
  animation: mvReveal 1.6s ease forwards;
}
.c-mv .hero {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.c-mv .hero .c-title {
  margin-bottom: 48px;
}
.c-mv .hero .c-title .ja {
  color: #fff;
}
@keyframes mvReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.c-breadCrumb ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-breadCrumb li {
  font-size: 0.875rem;
  color: #fff;
  margin: 0 30px 0 0;
  position: relative;
}
.c-breadCrumb li a {
  color: #fff;
}
.c-breadCrumb li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  color: #fff;
  transform: translateY(-50%);
}
.c-breadCrumb li:last-child {
  margin: 0;
}
.c-breadCrumb li:last-child:before {
  display: none;
}
.c-link {
  font-family: "Nunito Sans", sans-serif;
  color: #725C12;
  font-weight: 300;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: fit-content;
  min-width: 320px;
  padding: 15px 10%;
  border-bottom: solid 1px #725C12;
  margin-top: 32px;
  position: relative;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.c-link::after {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow01.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease 0s;
}
.c-link.center {
  margin-inline: auto;
}
.c-link:hover::after {
  transform: translateX(10px);
}
.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: 18px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  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;
}
body.home .c-hamburger__line {
  background-color: #725C12;
}
body.home .c-hamburger__line:before, body.home .c-hamburger__line:after {
  background-color: #725C12;
}
.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-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  component(768)
  =========================*/
  h1.c-title {
    line-height: 1.8;
  }
  h1.c-title span.en {
    font-size: 2rem;
  }
  h1.c-title span.ja {
    font-size: 1.25rem;
  }
  h2.c-title {
    font-size: 1.75rem;
  }
  h2.c-title span.en {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  h3.c-title {
    font-size: 1.25rem;
    gap: 8px;
  }
  h3.c-title:before {
    width: 24px;
  }
  h4 {
    font-size: 1.125rem;
  }
  .c-breadCrumb {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-link {
    margin-inline: auto;
    min-width: 300px;
  }
  .c-mv {
    position: relative;
    margin-bottom: 72px;
  }
  .c-mv .hero {
    height: 100%;
    transform: translateX(-50%) translateY(0);
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-mv .l-wrapper {
    width: 100%;
    max-width: 90%;
  }
  .c-pageTOP {
    width: 35px;
    right: 15px;
  }
}
/*
footer
————————————————————————————————————————— */
.p-footer {
  background: linear-gradient(135deg, #a18738 0%, #5b4e22 100%);
  padding: 96px 0;
}
.p-footer .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.p-footer .right {
  max-width: 700px;
}
.p-footer .footer_logo {
  width: 290px;
}
.p-footer address {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  margin-top: 16px;
}
.p-footer .cta {
  display: flex;
  gap: 22px;
  margin-bottom: 48px;
}
.p-footer .tel {
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
  white-space: nowrap;
}
.p-footer .tel svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}
.p-footer .tel .note {
  color: #fff;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 6px;
}
.p-footer .tel .small {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 10px;
}
.p-footer .tel .number {
  font-size: 2.125rem;
  letter-spacing: 0.06em;
  color: #fff;
}
.p-footer .mail {
  background: #fff;
  border: solid 1px #fff;
  border-radius: 100vmax;
  width: 360px;
  height: 55px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #725C12;
  transition: all 0.3s ease 0s;
}
.p-footer .mail svg {
  fill: #725C12;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease 0s;
}
.p-footer .mail:hover {
  color: #fff;
  background: #725C12;
}
.p-footer .mail:hover svg {
  fill: #fff;
}
.p-footer .footer_menu {
  display: flex;
  gap: 32px;
}
.p-footer .footer_menu ul {
  display: flex;
  gap: 32px;
}
.p-footer .footer_menu ul.menu_right li:not(.child) {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-footer .footer_menu li.child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-footer .footer_menu li.child .menu {
  display: block;
  color: #fff;
}
.p-footer .footer_menu li.child a {
  position: relative;
}
.p-footer .footer_menu li.child a:before {
  content: "・";
  display: inline-block;
}
.p-footer .footer_menu li a {
  font-size: 0.875rem;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.p-footer .footer_menu li a:hover {
  opacity: 0.7;
}
.p-footer__copy {
  padding: 14px 0;
  background: #725C12;
  border-top: solid 1px #fff;
}
.p-footer__copy small {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
	project(767)
	=========================*/
  .p-footer {
    background: linear-gradient(114deg, #a18738 0%, #5b4e22 100%);
    padding: 96px 0 72px;
  }
  .p-footer .flex {
    flex-direction: column;
  }
  .p-footer .right {
    max-width: 100%;
  }
  .p-footer .footer_logo {
    margin-inline: auto;
  }
  .p-footer .cta {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 72px;
  }
  .p-footer .tel {
    gap: 12px;
  }
  .p-footer .tel svg {
    width: 40px;
    height: 40px;
  }
  .p-footer .tel .note {
    font-size: 0.8125rem;
  }
  .p-footer .tel .small {
    font-size: 0.625rem;
    margin-left: 6px;
  }
  .p-footer .tel .number {
    font-size: 1.875rem;
  }
  .p-footer .mail {
    width: 100%;
    max-width: 360px;
    gap: 6px;
  }
  .p-footer .footer_menu {
    flex-direction: column;
    gap: 24px;
  }
  .p-footer .footer_menu ul {
    flex-direction: column;
    gap: 24px;
  }
  .p-footer .footer_menu ul.menu_right {
    flex-direction: unset;
    gap: 60px;
  }
  .p-footer__copy {
    padding: 10px 0;
  }
  .p-footer__copy small {
    font-size: 0.625rem;
  }
}
/*
  header
————————————————————————————————————————— */
body:not(.home) .header {
  background: #725C12;
}
body:not(.home) .header-item a {
  color: #fff;
}
body:not(.home) .header-item > a:hover {
  color: #fff;
}
body:not(.home) .header-logo img {
  filter: brightness(0) invert(1);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 320px;
  transition: all 0.3s ease 0s;
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-list-top {
  display: flex;
  gap: 8px;
  margin-left: 15px;
}
.header-mail a {
  font-weight: 400;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 10px;
  gap: 5px;
  background: #FFD700;
  transition: all 0.3s ease 0s;
  color: #000000;
  width: 140px;
  height: 40px;
  line-height: 1;
}
.header-mail a svg {
  transition: all 0.3s ease 0s;
  width: 16px;
  fill: #000;
}
.header-mail a:hover {
  background: #A18738;
  color: #fff;
}
.header-mail a:hover svg {
  fill: #fff;
}
.header-list {
  display: flex;
  align-items: center;
}
.header-item a {
  font-size: 1rem;
  color: #000000;
  display: block;
  padding: 15px;
  transition: all 0.3s ease 0s;
}
.header-item > a:hover {
  color: #725C12;
}
.megaMenu {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}
.megaMenu-image {
  overflow: hidden;
  aspect-ratio: 1;
  width: 286px;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.megaMenu-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.megaMenu-list {
  width: calc(100% - 343px);
  display: flex;
  flex-wrap: wrap;
  gap: 9px 30px;
}
.megaMenu-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  transition: all 0.3s ease-in-out;
}
.megaMenu-item a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #000000 !important;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.megaMenu-item a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #725C12;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
  transform: scale(1, 1);
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}
/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}
#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: url(../img/common/load-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  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: -1;
}
.p-globalMenuSp__list {
  width: 90%;
  margin-inline: auto;
  text-align: left;
  margin-bottom: 24px;
}
.p-globalMenuSp__list .child {
  margin-left: 5%;
}
.p-globalMenuSp__list .child {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 8px;
}
.p-globalMenuSp__list .child a {
  font-size: 0.875rem;
  color: #000000;
  position: relative;
  padding-left: 32px;
}
.p-globalMenuSp__list .child a:before {
  content: "";
  display: inline-block;
  background: #000000;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-globalMenuSp__item:last-child {
  margin-bottom: 0;
}
.p-globalMenuSp__item > a {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #000000;
  position: relative;
}
#p-globalMenuSp .click-menu > a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}
#p-globalMenuSp .click-menu > a.open:after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 5px);
}
#p-globalMenuSp .click-menu .p-menu-content {
  display: none;
}
#p-globalMenuSp .header-mail {
  width: 90%;
  margin-inline: auto;
}
#p-globalMenuSp .header-mail a:hover {
  opacity: 0.7;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .header {
    padding: 10px 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.6);
  }
  .header .l-wrapper {
    max-width: 90%;
  }
  .header-logo {
    width: 210px;
  }
  .header-nav {
    justify-content: space-between;
    gap: 20px;
  }
  .header-menu {
    display: none;
  }
  .header-tel {
    display: flex;
    align-items: center;
    margin-right: 50px;
  }
  .header-tel svg {
    width: 30px;
    fill: #fff;
  }
  body.home .header-tel svg {
    fill: #725C12;
  }
  .header-mail a {
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin-inline: auto;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow-x: hidden;
}
.p-top__mainvisual:after {
  content: "";
  display: inline-block;
  background: #000;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.5;
}
.p-mainvisual_inner {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
.p-mainvisual_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}
.p-mainvisual_hero {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  z-index: 4;
}
.p-mainvisual_hero .hero_copy {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
}
.p-mainvisual_hero .hero_copyEn {
  font-family: "Nunito Sans", sans-serif;
  color: #DFDFDF;
  font-weight: 300;
  font-size: clamp(1.375rem, 5vw, 2.5rem);
  text-align: center;
}
.p-top__about {
  position: relative;
  z-index: 5;
  /* PC時のサイズ感 */
  /* 無限ループ */
}
.p-top__about .shape-bg {
  position: absolute;
  top: -9vw;
  width: 100%;
  height: clamp(180px, 39vw, 600px);
  background: #EEE2D1;
  clip-path: polygon(0 5%, 50% 23%, 100% 4%, 100% 96%, 50% 77%, 0 96%);
}
.p-top__about .p-about_heading {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 48px;
  padding-bottom: 64px;
}
.p-top__about .p-about_body {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 64px;
}
.p-top__about h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  font-size: 4rem;
  color: #725C12;
  margin-bottom: 0;
}
.p-top__about h2 span {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-weight: 400;
  font-size: 2.5rem;
  color: #000000;
}
.p-top__about p {
  line-height: 2.2;
}
.p-top__about .p-about_slider {
  overflow: hidden;
  width: 100%;
}
.p-top__about .p-about_sliderTrack {
  display: flex;
  gap: 12px;
  width: max-content;
  will-change: transform;
  animation: aboutSliderLoop 36s linear infinite;
  transform: translate3d(0, 0, 0);
}
.p-top__about .slider_list {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top__about .slider_item {
  flex: 0 0 auto;
  overflow: hidden;
}
.p-top__about .slider_item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  border-radius: 10px;
}
.p-top__about .slider_item--w1 {
  width: min(17.5vw, 355px);
}
.p-top__about .slider_item--w2 {
  width: min(20.2vw, 410px);
}
.p-top__about .slider_item--w3 {
  width: min(15.2vw, 308px);
}
.p-top__about .slider_item--w4 {
  width: min(12.9vw, 262px);
}
.p-top__about .slider_item--w5 {
  width: min(15.2vw, 308px);
}
.p-top__about .slider_item--w6 {
  width: min(15.8vw, 320px);
}
@keyframes aboutSliderLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.p-top__service {
  padding: 96px 0;
  position: relative;
  z-index: 2;
}
.p-top__service:after {
  content: "";
  display: inline-block;
  background: url(../img/top/bg02.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
.p-top__service .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.p-top__service .flex.rev {
  flex-direction: row-reverse;
}
.p-top__service .image {
  width: 45%;
}
.p-top__service .text {
  width: 45%;
}
.p-top__service h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  font-size: 4rem;
  color: #725C12;
  margin-bottom: 32px;
}
.p-top__service h2 span {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-weight: 400;
  font-size: 2.5rem;
  color: #000000;
  line-height: 1;
}
.p-top__intro {
  padding-bottom: 120px;
}
.p-top__intro .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 128px 72px;
}
.p-top__intro h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  color: #725C12;
  text-align: center;
  margin-bottom: 24px;
}
.p-top__intro h2 span {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000000;
  line-height: 1;
}
.p-top__intro .box img {
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-top__news {
  padding: 96px 0;
  background: #F8F8F8;
}
.p-top__news .l-wrapper3 {
  position: relative;
}
.p-top__news h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  margin-bottom: 32px;
  color: #725C12;
  text-align: center;
}
.p-top__news .newsList {
  height: 380px;
  overflow-y: scroll;
  background: #fff;
  padding: 24px;
}
.p-top__news .newsList a {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 16px 5%;
  border-bottom: 1px dashed #C0C0C0;
}
.p-top__news .newsList a .date, .p-top__news .newsList a .title {
  line-height: 1.6;
  margin: 0;
}
.p-top__news .newsList a:hover .date, .p-top__news .newsList a:hover .title {
  opacity: 0.7;
}
.p-top__news .meta {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-top__news .date {
  font-size: 0.875rem;
  color: #000000;
  transition: all 0.3s ease 0s;
}
.p-top__news .title {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}
.p-top__news .news-link {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #725C12;
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 0;
  margin-top: -32px;
}
.p-top__news .news-link:after {
  content: "";
  display: inline-block;
  background: #725C12;
  width: 20px;
  height: 1px;
  transition: all 0.3s ease 0s;
}
.p-top__news .news-link:hover::after {
  transform: translateX(5px);
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-mainvisual_hero .hero_copy {
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .p-mainvisual_hero .hero_copyEn {
    line-height: 1.4;
  }
  .p-top__about .shape-bg {
    top: -12vw;
    height: clamp(280px, 35vw, 600px);
    clip-path: polygon(0 8%, 50% 16%, 100% 8%, 100% 92%, 50% 84%, 0 92%);
  }
  .p-top__about .p-about_body {
    padding-top: 64px;
  }
  .p-top__about h2 {
    font-size: 2.125rem;
    color: #725C12;
  }
  .p-top__about h2 span {
    font-size: 1.375rem;
  }
  .p-top__about .p-about_slider {
    margin-top: 72px;
  }
  .p-top__about .slider_list {
    gap: 8px;
  }
  .p-top__about .p-about_sliderTrack {
    animation-duration: 24s;
  }
  .p-top__about .slider_item--w1 {
    width: 44vw;
  }
  .p-top__about .slider_item--w2 {
    width: 52vw;
  }
  .p-top__about .slider_item--w3 {
    width: 40vw;
  }
  .p-top__about .slider_item--w4 {
    width: 34vw;
  }
  .p-top__about .slider_item--w5 {
    width: 42vw;
  }
  .p-top__about .slider_item--w6 {
    width: 40vw;
  }
  .p-top__service {
    padding: 96px 0 142px;
  }
  .p-top__service:after {
    background: url(../img/top/bg02-sp.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
  }
  .p-top__service .flex {
    flex-direction: column;
    gap: 48px;
  }
  .p-top__service .flex.rev {
    flex-direction: column;
    margin-top: 180px;
  }
  .p-top__service .image {
    width: 100%;
  }
  .p-top__service .text {
    width: 100%;
  }
  .p-top__service h2 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 0;
  }
  .p-top__service h2 span {
    font-size: 2.25rem;
  }
  .p-top__intro {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .p-top__intro .l-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .p-top__intro .flex {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top__intro h2 {
    max-width: 80%;
    margin-inline: auto;
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .p-top__intro h2 span {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .p-top__intro .box a {
    position: relative;
    display: block;
    padding-bottom: 26px;
    z-index: 2;
  }
  .p-top__intro .box a:after {
    content: "";
    display: inline-block;
    background: #A18738;
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .p-top__intro .box a img {
    width: 90%;
    margin-inline: auto;
    display: block;
  }
  .p-top__intro .box .intro-link {
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 26px;
  }
  .p-top__intro .box .intro-link::after {
    content: "";
    display: inline-block;
    background: url(../img/common/arrow01_w.png) no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease 0s;
  }
  .p-top__news {
    padding: 96px 0;
  }
  .p-top__news h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .p-top__news .newsList a {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 5%;
  }
  .p-top__news .meta {
    gap: 16px;
  }
  .p-top__news .news-link {
    position: static;
    margin-top: 0;
    margin-bottom: 24px;
    justify-content: center;
  }
}
/*
  tem
————————————————————————————————————————— */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}
.p-tem {
  /**------------------------------------------
  flexbox
  --------------------------------------------*/
}
.p-tem .btnFlex {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.p-tem .btnFlex.center {
  justify-content: center;
}
.p-tem .btnFlex .c-link {
  margin: 0;
}
.p-tem .p-list li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-tem .p-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-tem .p-list2 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-tem .p-list2 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-tem .p-list3 {
  list-style-type: circle;
  padding-left: 20px;
}
.p-tem .p-list3 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-tem .p-dashedList li {
  padding: 10px;
  border-bottom: 1px dashed #D9D9D9;
}
.p-tem section.bg-color01 {
  background: #F8F8F8 !important;
}
.p-tem .p-text-center {
  text-align: center;
}
.p-tem .w10 {
  width: 10%;
}
.p-tem .w20 {
  width: 20%;
}
.p-tem .w30 {
  width: 30%;
}
.p-tem .w40 {
  width: 40%;
}
.p-tem .w50 {
  width: 50%;
}
.p-tem .w60 {
  width: 60%;
}
.p-tem .w70 {
  width: 70%;
}
.p-tem .w80 {
  width: 80%;
}
.p-tem .w90 {
  width: 90%;
}
.p-tem .gap {
  gap: 5%;
}
.p-tem .gap3 {
  gap: 3%;
}
.p-tem .fw_wrap {
  flex-wrap: wrap;
}
.p-tem .ai_center {
  align-items: center;
}
.p-tem .ai_end {
  align-items: flex-end;
}
.p-tem .ai_self_center {
  align-self: center;
}
.p-tem .jc_center {
  justify-content: center;
}
.p-tem .jc_between {
  justify-content: space-between;
}
.p-tem .rev {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .p-tem .flexbox {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-tem .w10, .p-tem .w20, .p-tem .w30, .p-tem .w40, .p-tem .w50, .p-tem .w60, .p-tem .w70, .p-tem .w80, .p-tem .w90 {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-tem .flexbox.rev {
    flex-direction: row-reverse;
  }
  .p-tem .sp_nowrap {
    display: flex;
  }
  .p-tem .sp_nowrap .w10 {
    width: 10%;
  }
  .p-tem .sp_nowrap .w20 {
    width: 20%;
  }
  .p-tem .sp_nowrap .w30 {
    width: 30%;
  }
  .p-tem .sp_nowrap .w40 {
    width: 40%;
  }
  .p-tem .sp_nowrap .w50 {
    width: 50%;
  }
  .p-tem .sp_nowrap .w60 {
    width: 60%;
  }
  .p-tem .sp_nowrap .w70 {
    width: 70%;
  }
  .p-tem .sp_nowrap .w80 {
    width: 80%;
  }
  .p-tem .sp_nowrap .w90 {
    width: 90%;
  }
  .p-tem .sp_ai_top {
    align-items: flex-start;
  }
  .p-tem .sp_no_mb {
    margin-bottom: 0 !important;
  }
  .p-tem .sp_no_pb {
    padding-bottom: 0 !important;
  }
}
.p-tem .mb0 {
  margin-bottom: 0;
}
.p-tem .mb8 {
  margin-bottom: 8px;
}
.p-tem .mb16 {
  margin-bottom: 16px;
}
.p-tem .mb24 {
  margin-bottom: 24px;
}
.p-tem .mb32 {
  margin-bottom: 32px;
}
.p-tem .mb64 {
  margin-bottom: 64px;
}
.p-tem .mb72 {
  margin-bottom: 72px;
}
.p-tem .mb96 {
  margin-bottom: 96px;
}
.p-tem .mb128 {
  margin-bottom: 128px;
}
.p-tem .mt8 {
  margin-top: 8px;
}
.p-tem .mt16 {
  margin-top: 16px;
}
.p-tem .mt24 {
  margin-top: 24px;
}
.p-tem .mt32 {
  margin-top: 32px;
}
.p-tem .mt64 {
  margin-top: 64px;
}
.p-tem .mt72 {
  margin-top: 72px;
}
.p-tem .mt96 {
  margin-top: 96px;
}
.p-tem .mt128 {
  margin-top: 128px;
}
.p-tem .pb0 {
  padding-bottom: 0;
}
.p-tem .pb8 {
  padding-bottom: 8px;
}
.p-tem .pb16 {
  padding-bottom: 16px;
}
.p-tem .pb24 {
  padding-bottom: 24px;
}
.p-tem .pb32 {
  padding-bottom: 32px;
}
.p-tem .pb64 {
  padding-bottom: 64px;
}
.p-tem .pb72 {
  padding-bottom: 72px;
}
.p-tem .pb96 {
  padding-bottom: 96px;
}
.p-tem .pb128 {
  padding-bottom: 128px;
}
.p-tem .pt8 {
  padding-top: 8px;
}
.p-tem .pt16 {
  padding-top: 16px;
}
.p-tem .pt24 {
  padding-top: 24px;
}
.p-tem .pt32 {
  padding-top: 32px;
}
.p-tem .pt64 {
  padding-top: 64px;
}
.p-tem .pt72 {
  padding-top: 72px;
}
.p-tem .pt96 {
  padding-top: 96px;
}
.p-tem .pt128 {
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  .p-tem .mb8 {
    margin-bottom: 4px;
  }
  .p-tem .mb16 {
    margin-bottom: 8px;
  }
  .p-tem .mb24 {
    margin-bottom: 16px;
  }
  .p-tem .mb32 {
    margin-bottom: 24px;
  }
  .p-tem .mb64 {
    margin-bottom: 32px;
  }
  .p-tem .mb72 {
    margin-bottom: 64px;
  }
  .p-tem .mb96 {
    margin-bottom: 72px;
  }
  .p-tem .mb128 {
    margin-bottom: 96px;
  }
  .p-tem .mt8 {
    margin-top: 4px;
  }
  .p-tem .mt16 {
    margin-top: 8px;
  }
  .p-tem .mt24 {
    margin-top: 16px;
  }
  .p-tem .mt32 {
    margin-top: 24px;
  }
  .p-tem .mt64 {
    margin-top: 32px;
  }
  .p-tem .mt72 {
    margin-top: 64px;
  }
  .p-tem .mt96 {
    margin-top: 72px;
  }
  .p-tem .mt128 {
    margin-top: 96px;
  }
  .p-tem .pb8 {
    padding-bottom: 4px;
  }
  .p-tem .pb16 {
    padding-bottom: 8px;
  }
  .p-tem .pb24 {
    padding-bottom: 16px;
  }
  .p-tem .pb32 {
    padding-bottom: 24px;
  }
  .p-tem .pb64 {
    padding-bottom: 32px;
  }
  .p-tem .pb72 {
    padding-bottom: 64px;
  }
  .p-tem .pb96 {
    padding-bottom: 72px;
  }
  .p-tem .pb128 {
    padding-bottom: 96px;
  }
  .p-tem .pt8 {
    padding-top: 4px;
  }
  .p-tem .pt16 {
    padding-top: 8px;
  }
  .p-tem .pt24 {
    padding-top: 16px;
  }
  .p-tem .pt32 {
    padding-top: 24px;
  }
  .p-tem .pt64 {
    padding-top: 32px;
  }
  .p-tem .pt72 {
    padding-top: 64px;
  }
  .p-tem .pt96 {
    padding-top: 72px;
  }
  .p-tem .pt128 {
    padding-top: 96px;
  }
}
.p-tem .table__scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
  display: contents;
}
.p-tem .table__scroll::-webkit-scrollbar {
  display: none;
}
.p-tem .p-page__table01 {
  border-collapse: collapse;
  width: 100%;
}
.p-tem .p-page__table01 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-tem .p-page__table01 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-tem .p-page__table01 th, .p-tem .p-page__table01 td {
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-tem .p-page__table01 th {
  width: 10em;
  white-space: nowrap;
  text-align: center;
}
.p-tem .p-page__table02 {
  border-collapse: collapse;
  width: 100%;
}
.p-tem .p-page__table02 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-tem .p-page__table02 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-tem .p-page__table02 th, .p-tem .p-page__table02 td {
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-tem .p-page__table02 th {
  width: 10em;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid #725C12;
}
.p-tem .p-page__table02 th:first-child {
  border-top: 1px solid #725C12;
}
.p-tem .p-page__table03 {
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
}
.p-tem .p-page__table03 tr.gray td {
  background: #FBFBFB;
}
.p-tem .p-page__table03 th, .p-tem .p-page__table03 td {
  font-size: 0.875rem;
  border: solid 1px #D8D8D8;
  padding: 16px 32px;
  text-align: left;
}
.p-tem .p-page__table03 th {
  font-weight: 600;
  background: #FFF8E5;
}
.p-tem .p-page__table03 .center {
  text-align: center;
}
.p-tem .p-page__table03 .gallery {
  color: #000000;
}
.p-tem .p-page__table03 .gallery:after {
  content: "";
  display: inline-block;
  background: url(../img/common/link_icon02.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 8px;
}
.p-tem .flex-content .image01 {
  display: block;
  width: 84%;
}
.p-tem .flex-content .image02 {
  display: block;
  width: 65%;
  margin-left: auto;
  margin-top: -30px;
}
.p-tem .tagBox {
  margin-top: 48px;
}
.p-tem .tagBox .tagList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 24px 32px;
}
.p-tem .tagBox .tagList li {
  background: #A18738;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 10px;
}
.p-tem .bg-slash {
  position: relative;
}
.p-tem .bg-slash::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #EEE2D1;
  clip-path: polygon(0% 42%, 100% 18%, 100% 58%, 0% 82%);
  transform: translateY(100px);
  z-index: -1;
}
.p-tem .bg-slash.rev::before {
  transform: translateY(100px) scaleX(-1);
}
.p-tem .sticky-content {
  position: relative;
}
.p-tem .sticky-content .flexbox {
  align-items: flex-start;
}
.p-tem .sticky-content .image {
  position: sticky;
  top: 128px;
}
.p-tem .sticky-content .image img {
  border-radius: 5px;
}
.p-tem .sticky-content .column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.p-tem .sticky-content .column-outside-right img {
  border-radius: 5px 0 0 5px;
}
.p-tem .sticky-content .column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-tem .sticky-content .column-outside-left img {
  border-radius: 0 5px 5px 0;
}
.p-tem .p-stepFlow__item {
  position: relative;
}
.p-tem .p-stepFlow__item:not(:last-child) {
  margin-bottom: 106px;
}
.p-tem .p-stepFlow__card {
  background: #FFFBF6;
  border-radius: 10px;
  padding: 56px 52px 44px;
}
.p-tem .p-stepFlow__head {
  padding-bottom: 18px;
  margin-bottom: 34px;
  border-bottom: 1px solid #725C12;
}
.p-tem .p-stepFlow__step {
  margin: 0;
  color: #725C12;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.12em;
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.p-tem .p-stepFlow__step span {
  font-size: 2.25rem;
  line-height: 0.9;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.p-tem .p-stepFlow__body {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 346px;
  gap: 48px 40px;
  align-items: center;
}
.p-tem .p-stepFlow__icon {
  text-align: center;
}
.p-tem .p-stepFlow__icon img {
  width: 112px;
  height: auto;
  display: block;
  margin-inline: auto;
}
.p-tem .p-stepFlow__text h3 {
  margin: 0 0 36px;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 500;
  color: #000000;
}
.p-tem .p-stepFlow__text p {
  margin: 0 0 24px;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #000000;
}
.p-tem .p-stepFlow__text p:last-child {
  margin-bottom: 0;
}
.p-tem .p-stepFlow__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.8907103825;
  object-fit: cover;
  border-radius: 10px;
}
.p-tem .p-stepFlow__line {
  position: absolute;
  left: 16%;
  bottom: -80px;
  width: 1px;
  height: 60px;
  background: #8a6d19;
  transform: translateX(-50%);
}
.p-tem .grid-full {
  margin: 0 0 26px;
}
.p-tem .grid-full p {
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 0;
}
.p-tem .grid-full .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-tem .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-tem .grid p {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-tem .grid > div {
  margin: 0 0 26px;
}
.p-tem .grid .gcol12 {
  width: 100%;
}
.p-tem .grid .gcol6 {
  width: 49%;
}
.p-tem .grid .gcol4 {
  width: 32%;
}
.p-tem .grid .gcol5 {
  width: 46%;
}
.p-tem .grid .gcol8 {
  width: 66%;
}
.p-tem .grid .gcol3 {
  width: 23.5%;
}
.p-tem .grid .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-tem .grid .h-type2 {
  object-fit: cover;
  height: 100px;
}
.p-tem .grid.center {
  display: flex;
  justify-content: center;
}
.p-tem .grid.center > div {
  margin: 0 2% 26px 0;
}
.p-tem .grid.center > div:last-child {
  margin: 0 0 26px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-tem .btnFlex {
    justify-content: center;
  }
  .p-tem .p-list li {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .p-tem .p-list2 li {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
  .p-tem .mt128 {
    margin-top: 64px;
  }
  .p-tem .mb128 {
    margin-bottom: 64px;
  }
  .p-tem .table__scroll {
    display: block;
  }
  .p-tem .p-page__table01 th, .p-tem .p-page__table01 td {
    display: block;
    padding: 8px 32px;
  }
  .p-tem .p-page__table01 th {
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .p-tem .p-page__table01 td {
    width: 100%;
  }
  .p-tem .p-page__table02 tr {
    border-bottom: none;
  }
  .p-tem .p-page__table02 tr:first-child {
    border-top: none;
  }
  .p-tem .p-page__table02 th, .p-tem .p-page__table02 td {
    display: block;
    padding: 8px 32px;
  }
  .p-tem .p-page__table02 th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
  }
  .p-tem .p-page__table02 th:first-child {
    border-top: none;
  }
  .p-tem .p-page__table02 td {
    width: 100%;
    border-bottom: 1px solid #725C12;
  }
  .p-tem .flex-content .l-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .p-tem .flex-content .image {
    margin-bottom: 72px;
  }
  .p-tem .flex-content .text {
    width: 80%;
    margin-inline: auto;
  }
  .p-tem .tagBox {
    margin-top: 72px;
    width: 80%;
    margin-inline: auto;
  }
  .p-tem .tagBox .tagList {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-tem .bg-slash::before {
    transform: translateY(50px);
  }
  .p-tem .sticky-content .l-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .p-tem .sticky-content .image {
    margin: 0;
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 64px;
  }
  .p-tem .sticky-content .image img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .p-tem .sticky-content .text {
    width: 80%;
    margin-inline: auto;
  }
  .p-tem .p-stepFlow__item:not(:last-child) {
    margin-bottom: 160px;
  }
  .p-tem .p-stepFlow__card {
    border-radius: 10px;
    padding: 32px 25px;
  }
  .p-tem .p-stepFlow__head {
    padding-bottom: 14px;
    margin-bottom: 48px;
  }
  .p-tem .p-stepFlow__step {
    justify-content: center;
  }
  .p-tem .p-stepFlow__body {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: left;
  }
  .p-tem .p-stepFlow__icon {
    margin-bottom: 48px;
  }
  .p-tem .p-stepFlow__icon img {
    width: 86px;
  }
  .p-tem .p-stepFlow__text {
    margin-bottom: 28px;
  }
  .p-tem .p-stepFlow__text h3 {
    margin: 0 0 24px;
    font-size: 1.5rem;
    line-height: 1.45;
  }
  .p-tem .p-stepFlow__text p {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-tem .p-stepFlow__image img {
    aspect-ratio: 1.6862745098;
    border-radius: 8px;
  }
  .p-tem .p-stepFlow__line {
    left: 50%;
    bottom: -110px;
  }
  .p-tem .grid-full .h-type1 {
    height: 220px;
  }
  .p-tem .grid .gcol6 {
    width: 100%;
  }
  .p-tem .grid .gcol4 {
    width: 100%;
  }
  .p-tem .grid .gcol5 {
    width: 100%;
  }
  .p-tem .grid .gcol8 {
    width: 100%;
  }
  .p-tem .grid .gcol3 {
    width: 49%;
  }
  .p-tem .grid .h-type1 {
    height: 220px;
  }
  .p-tem .grid .h-type2 {
    height: 120px;
  }
}
/*
  news
————————————————————————————————————————— */
.p-news .p-news__article {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 16px 5%;
  border-bottom: 1px dashed #C0C0C0;
}
.p-news .p-news__article:hover .date, .p-news .p-news__article:hover .title {
  opacity: 0.7;
}
.p-news .p-news__meta {
  display: flex;
  align-items: center;
  gap: 40px;
}
.p-news .p-news__cate {
  display: block;
  text-align: center;
  width: 105px;
  font-size: 0.75rem;
  color: #fff;
  padding: 5px;
}
.p-news .cate-news-exhibition {
  background: #08BDC5;
}
.p-news .cate-news-product {
  background: #B9CE0A;
}
.p-news .cate-news-info {
  background: #EF605F;
}
.p-news .p-news__date {
  font-size: 0.875rem;
  color: #000000;
}
.p-news .p-news__title {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 0;
}
.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 #000000;
}
.p-pagenation a, .p-pagenation span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #000000;
}
.p-single .p-single__date {
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.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 .c-link {
  margin-inline: auto;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-news .p-news__article {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 5%;
  }
  .p-news .p-news__meta {
    gap: 16px;
  }
  .p-pagenation {
    margin-top: 32px;
  }
  .p-single .p-single__title {
    font-size: 1rem;
  }
}
/*
  company
————————————————————————————————————————— */
.p-company .access .map iframe {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-company .access .map {
    width: 100%;
  }
  .p-company .access .map iframe {
    height: auto;
    aspect-ratio: 1.5;
  }
}
/*
  recruit
————————————————————————————————————————— */
.p-recruit .flow ul {
  display: flex;
  gap: 48px;
}
.p-recruit .flow li {
  background: #725C12;
  border-radius: 100vmax;
  padding: 25px;
  color: #fff;
  text-align: center;
  position: relative;
}
.p-recruit .flow li:after {
  content: "";
  display: inline-block;
  background: #725C12;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
}
.p-recruit .flow li:last-child::after {
  display: none;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-recruit .flow ul {
    flex-direction: column;
    gap: 32px;
  }
  .p-recruit .flow li {
    padding: 20px;
  }
  .p-recruit .flow li:after {
    width: 1px;
    height: 100%;
    top: unset;
    bottom: -100%;
    right: unset;
    left: 50%;
    transform: translate(-50%);
  }
}
/*
  companyNumbers
————————————————————————————————————————— */
.companyNumbers .l-wrapper {
  display: flex;
  align-items: center;
}
.companyNumbers__imageBox {
  width: 50%;
}
.companyNumbers__imageBox .image01 {
  display: block;
  width: 64%;
}
.companyNumbers__imageBox .image02 {
  display: block;
  width: 64%;
  margin-left: auto;
  margin-top: -40%;
}
.companyNumbers__imageBox .image03 {
  display: block;
  width: 40%;
  margin-top: -30%;
}
.companyNumbers__gridBox {
  width: 70%;
  margin-left: -10%;
}
.companyNumbers__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 48px;
}
.companyNumbers__card {
  background: #EEE2D1;
  border-radius: 10px;
  min-height: 270px;
  padding: 28px 34px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.companyNumbers__title {
  margin: 0 0 22px;
  color: #725C12;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.companyNumbers__icon {
  margin-bottom: 18px;
}
.companyNumbers__icon img {
  display: block;
  width: auto;
  height: 64px;
  margin-inline: auto;
  object-fit: contain;
}
.companyNumbers__gender {
  display: flex;
  justify-content: center;
  gap: 54px;
  margin-top: auto;
}
.companyNumbers__genderItem .companyNumbers__label {
  margin: 0 0 6px;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
}
.companyNumbers__genderItem .companyNumbers__value {
  margin: 0;
  color: #000;
  font-size: 0;
  line-height: 1;
}
.companyNumbers__genderItem .companyNumbers__value span {
  font-size: 3.625rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.companyNumbers__genderItem .companyNumbers__value small {
  font-size: 1.125rem;
  margin-left: 8px;
}
.companyNumbers__genderItem--female .companyNumbers__value {
  color: #ff3f57;
}
.companyNumbers__employee {
  margin: 6px 0 22px;
  color: #8a6d19;
  font-size: 1.125rem;
  line-height: 1.4;
}
.companyNumbers__employee span {
  margin-right: 10px;
}
.companyNumbers__employee strong {
  color: #000;
  font-size: 3.625rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  vertical-align: middle;
}
.companyNumbers__employee small {
  color: #000;
  font-size: 1.125rem;
  margin-left: 6px;
}
.companyNumbers__ages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin: 0 auto;
  max-width: 470px;
  text-align: left;
}
.companyNumbers__agesCol {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.companyNumbers__ageRow {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  color: #8a6d19;
  font-size: 1.125rem;
  line-height: 1.4;
}
.companyNumbers__ageRow strong {
  color: #000;
  font-size: 1.75rem;
  font-weight: 400;
  margin-right: 4px;
}
.companyNumbers__ageRow span {
  white-space: nowrap;
}
.companyNumbers__ageRow span:last-child {
  color: #000;
}
.companyNumbers__single {
  margin: auto 0 0;
  color: #000;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.companyNumbers__single strong {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.companyNumbers__single small {
  font-size: 1.125rem;
  margin-left: 10px;
}
.companyNumbers__update {
  margin: 18px 0 0;
  color: #725C12;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  .companyNumbers .l-wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .companyNumbers__imageBox {
    width: 100%;
  }
  .companyNumbers__gridBox {
    width: 90%;
    margin-inline: auto;
    margin-top: -60px;
  }
  .companyNumbers__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .companyNumbers__card {
    min-height: auto;
    padding: 24px 18px 24px;
  }
  .companyNumbers__title {
    margin-bottom: 18px;
    font-size: 1.125rem;
  }
  .companyNumbers__icon {
    margin-bottom: 16px;
  }
  .companyNumbers__icon img {
    height: 54px;
  }
  .companyNumbers__gender {
    gap: 34px;
  }
  .companyNumbers__genderItem .companyNumbers__label {
    font-size: 1rem;
  }
  .companyNumbers__genderItem .companyNumbers__value span {
    font-size: 2.875rem;
  }
  .companyNumbers__genderItem .companyNumbers__value small {
    font-size: 1rem;
    margin-left: 6px;
  }
  .companyNumbers__employee {
    margin-bottom: 18px;
    font-size: 1rem;
  }
  .companyNumbers__employee strong {
    font-size: 2.75rem;
  }
  .companyNumbers__employee small {
    font-size: 1rem;
  }
  .companyNumbers__ages {
    gap: 0 20px;
    max-width: 100%;
  }
  .companyNumbers__agesCol {
    gap: 10px;
  }
  .companyNumbers__ageRow {
    font-size: 1rem;
  }
  .companyNumbers__ageRow strong {
    font-size: 1.5rem;
  }
  .companyNumbers__single strong {
    font-size: 3.125rem;
  }
  .companyNumbers__single small {
    font-size: 1rem;
    margin-left: 8px;
  }
  .companyNumbers__update {
    margin-top: 14px;
    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-link-none {
  pointer-events: none;
}
.u-radius-sm {
  border-radius: 10px;
}
.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-fade2 {
  transition: all 2s ease;
}
.u-fade.is-active {
  opacity: 1;
  transform: none;
}
.u-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.u-fade-up.is-active {
  transform: translateY(0);
}
.u-fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.u-fade-down.is-active {
  transform: translateY(0);
}
.u-fade-down2 {
  transition: all 2s;
}
.u-fade-lr {
  transform: translate(-100px, 0);
}
.u-fade-rl {
  transform: translate(100px, 0);
}
.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #725C12;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  transform: translateX(0);
}
.u-mask-bg.is-active:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  transform: translateX(0);
}
@keyframes mask-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.u-fade-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}
.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #EEE2D1;
}
.splash-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
}
#splash.is-ready .splash-bg {
  opacity: 1;
}
#splash-logo {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#splash-logo img {
  width: 380px;
  display: block;
  margin-inline: auto;
}
#splash-logo p {
  font-weight: 700;
  font-size: 2.125rem;
  color: #fff;
  margin-top: 32px;
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  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: #725C12;
  /*伸びる背景色の設定*/
  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: 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;
  }
  .u-fade-up-delay1 {
    transition-delay: unset;
  }
  .u-fade-up-delay2 {
    transition-delay: unset;
  }
  .u-fade-up-delay3 {
    transition-delay: unset;
  }
  #splash-logo img {
    width: 280px;
  }
  #splash-logo p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 16px;
  }
}
