@charset "UTF-8";
/* =================================
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/*
  Settings
————————————————————————————————————————— */
/*
Base
————————————————————————————————————————— */
html, body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  font-family: "Noto Sans JP", 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 Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 32px;
}
h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 48px;
}
h3 {
  font-family: "Noto Sans JP", sans-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-siteWrapper {
    overflow-x: hidden;
  }
  .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.6;
}
h1.c-title span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  display: block;
}
h1.c-title span.en {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 3.5rem;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
}
h1.c-title.center {
  text-align: center;
}
h2.c-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  position: relative;
}
h2.c-title span.en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  background-clip: text;
  color: transparent;
  display: block;
  width: fit-content;
}
h2.c-title.center {
  text-align: center;
}
h2.c-title.center span.en {
  margin-inline: auto;
}
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: #00AA6E;
  width: 50px;
  height: 1px;
}
.c-mv {
  position: relative;
  padding-top: 216px;
}
.c-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  width: 800px;
  max-width: 140%;
  background: #E0FFF4;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
.c-mv .hero {
  margin-bottom: 80px;
}
.c-mv .hero .c-title {
  margin-bottom: 48px;
}
.c-mv .mv {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.c-mv .mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-mv .mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 2;
  transform: translateY(0);
  animation: curtainUp 1.4s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
@keyframes curtainUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.c-breadCrumb ul {
  display: flex;
  align-items: center;
}
.c-breadCrumb li {
  font-size: 0.875rem;
  color: #000000;
  margin: 0 30px 0 0;
  position: relative;
}
.c-breadCrumb li a {
  color: #000000;
}
.c-breadCrumb li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  color: #000000;
  transform: translateY(-50%);
}
.c-breadCrumb li:last-child {
  margin: 0;
}
.c-breadCrumb li:last-child:before {
  display: none;
}
.c-link {
  font-family: "Inter", sans-serif;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  background-clip: text;
  color: transparent;
  font-weight: 400;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: fit-content;
  margin-top: 40px;
  margin-left: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
.c-link .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 30px;
  position: relative;
  background: linear-gradient(135deg, #00aa6e 0%, black 100%);
}
.c-link .arrow::before {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow01.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1.7272727273;
  width: 19px;
  transition: all 0.3s ease 0s;
}
.c-link.center {
  margin-inline: auto;
}
.c-link:hover .arrow::before {
  animation: arrowSpin 0.2s ease-in-out;
}
@keyframes arrowSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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: #3F9137;
  -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: #3F9137;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}
.c-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: 2.5rem;
  }
  h1.c-title span.ja {
    font-size: 2rem;
  }
  h2.c-title {
    font-size: 1.75rem;
  }
  h2.c-title span.en {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  h3.c-title {
    font-size: 1.25rem;
    gap: 8px;
  }
  h3.c-title:before {
    width: 24px;
  }
  h4 {
    font-size: 1.125rem;
  }
  .c-breadCrumb ul {
    justify-content: center;
  }
  .c-mv {
    padding-top: 140px;
  }
  .c-mv .hero {
    margin-bottom: 72px;
  }
  .c-mv .hero .c-title {
    text-align: center;
    margin-bottom: 48px;
  }
  .c-pageTOP {
    width: 35px;
    right: 15px;
  }
}
/*
footer
————————————————————————————————————————— */
.p-footer {
  background: linear-gradient(135deg, #00aa6e 0%, #083324 100%);
  padding: 86px 0 62px;
}
.p-footer .footer_logo {
  width: 240px;
  margin-inline: auto;
  margin-bottom: 12px;
}
.p-footer .footer_lead {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.p-footer .cta {
  background: linear-gradient(90deg, #015a3b 0%, #00aa6e 100%);
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 48px;
}
.p-footer .tel {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  line-height: 1;
  white-space: nowrap;
}
.p-footer .tel svg {
  fill: #fff;
  width: 32px;
  height: 32px;
}
.p-footer .tel .note {
  color: #fff;
  font-size: 0.875rem;
  display: block;
  letter-spacing: 0;
}
.p-footer .tel .number {
  font-size: 2.25rem;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-footer .mail {
  background: #fff;
  border-radius: 10px;
  width: 360px;
  height: 80px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #000000;
  transition: all 0.3s ease 0s;
}
.p-footer .mail svg {
  fill: #00AA6E;
  width: 25px;
  height: 16px;
  transition: all 0.3s ease 0s;
}
.p-footer .mail:hover {
  color: #fff;
  background: #00AA6E;
}
.p-footer .mail:hover svg {
  fill: #fff;
}
.p-footer .materials {
  background: linear-gradient(135deg, #e6ff04 0%, #39e5bf 100%);
  border-radius: 10px;
  width: 360px;
  height: 80px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #000000;
  transition: all 0.3s ease 0s;
}
.p-footer .materials svg {
  fill: #00AA6E;
  width: 25px;
  height: 23px;
  transition: all 0.3s ease 0s;
}
.p-footer .materials:hover {
  color: #fff;
  background: #00AA6E;
}
.p-footer .materials:hover svg {
  fill: #fff;
}
.p-footer .footer_menu ul {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.p-footer .footer_menu li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.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: #007949;
  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(90deg, #00aa6e 0%, #083324 100%);
    padding: 72px 0 30px;
  }
  .p-footer .l-wrapper {
    max-width: 90%;
  }
  .p-footer .footer_logo {
    margin-bottom: 48px;
  }
  .p-footer .cta {
    flex-direction: column;
    gap: 48px;
    padding: 56px 20px;
    margin-top: 48px;
    margin-bottom: 72px;
  }
  .p-footer .tel .note {
    line-height: 1.4;
  }
  .p-footer .tel .number {
    font-size: 2rem;
  }
  .p-footer .mail {
    width: 300px;
    max-width: 100%;
    gap: 10px;
  }
  .p-footer .materials {
    width: 300px;
    max-width: 100%;
    gap: 10px;
  }
  .p-footer .footer_menu {
    width: 90%;
    margin-inline: auto;
  }
  .p-footer .footer_menu ul {
    flex-direction: column;
    gap: 16px;
  }
  .p-footer__copy .l-wrapper {
    max-width: 94%;
  }
  .p-footer__copy small {
    font-size: 0.625rem;
  }
}
/*
  header
————————————————————————————————————————— */
.langSwitch {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.04em;
  order: 1;
  width: 100%;
}
.langSwitch__link {
  position: relative;
  text-decoration: none;
  color: #111;
  padding-bottom: 3px;
}
.langSwitch__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
}
.langSwitch__link.is-current::after {
  transform: scaleX(1);
}
.langSwitch__border {
  width: 1px;
  height: 12px;
  background: #111;
  transform: rotate(15deg);
}
#p-globalMenuSp .langSwitch {
  justify-content: center;
  margin-top: 32px;
}
#p-globalMenuSp .langSwitch__link::after {
  background: #00AA6E;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease 0s;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header.is-active {
  background: rgba(255, 255, 255, 0.8);
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 240px;
  transition: all 0.3s ease 0s;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #00AA6E;
}
.header-list-top {
  display: flex;
  gap: 8px;
  margin-left: 15px;
  order: 3;
}
.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: #00AA6E;
  transition: all 0.3s ease 0s;
  color: #fff;
  width: 140px;
  height: 40px;
  line-height: 1;
}
.header-mail a svg {
  transition: all 0.3s ease 0s;
  width: 16px;
  fill: #fff;
}
.header-mail a:hover {
  background: #007949;
  color: #fff;
}
.header-mail a:hover svg {
  fill: #fff;
}
.header-list {
  display: flex;
  align-items: center;
  order: 2;
  flex: 1;
}
.header-item a {
  font-size: 1rem;
  color: #000000;
  display: block;
  padding: 15px;
  transition: all 0.3s ease 0s;
}
.header-item > a:hover {
  color: #00AA6E;
}
.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: #00AA6E;
  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: rgba(255, 255, 255, 0.9);
  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: 130px;
  }
  .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: #3F9137;
  }
  .header-mail a {
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin-inline: auto;
  }
}
/*
  top
————————————————————————————————————————— */
/* --------------------------------------------------
  Opening Loader
-------------------------------------------------- */
body.is-opening {
  overflow: hidden;
}
body.is-opening .l-siteWrapper {
  opacity: 0;
}
body.is-opening-ready .l-siteWrapper {
  opacity: 1;
  transition: opacity 0.6s ease;
}
body.is-opening-end {
  overflow: auto;
  overflow-x: hidden;
}
.p-opening {
  position: fixed;
  inset: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.p-opening__curtain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  z-index: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
  backface-visibility: hidden;
}
.p-opening__curtain--top {
  top: 0;
}
.p-opening__curtain--bottom {
  bottom: 0;
}
.p-opening__curtain--top.is-open {
  transform: translate3d(0, -100%, 0);
}
.p-opening__curtain--bottom.is-open {
  transform: translate3d(0, 100%, 0);
}
.p-opening__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(260px, 54vw);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.6s ease;
}
.p-opening__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-opening__logo.is-show {
  opacity: 1;
}
.p-opening__logo.is-hide {
  opacity: 0;
}
.p-opening.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
.p-mainvisual_inner {
  position: relative;
  width: 100%;
  height: 100vh;
  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-top__mainvisual .l-wrapper {
  position: relative;
  top: 50%;
}
.p-mainvisual_hero {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 4;
}
.p-mainvisual_hero .hero_copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.875rem, 5vw, 2.5rem);
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 6px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.43);
}
.p-mainvisual_hero .hero_copySub {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  font-size: clamp(1rem, 5vw, 1.5rem);
  margin-top: 18px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.43);
}
.p-top__about {
  position: relative;
  z-index: 5;
}
.p-top__about::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -22vh;
  width: 120%;
  height: 22vh;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, white 100%);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
  z-index: 2;
}
.p-top__about .p-about_heading {
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-top__about .p-about_body {
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-top__about h2 {
  margin-bottom: 48px;
}
.p-top__about h2 .en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 4.375rem;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin-bottom: 48px;
}
.p-top__about h2 .ja {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 2.5rem;
  color: #000000;
}
.p-top__about p {
  line-height: 2.2;
}
.p-top__project {
  padding-top: 96px;
  padding-bottom: 128px;
}
.p-top__project .l-wrapper {
  max-width: 1600px;
}
.p-top__project .p-project_heading {
  text-align: center;
}
.p-top__project h2 {
  margin-bottom: 96px;
}
.p-top__project h2 .en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.p-top__project h2 .ja {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 2rem;
  color: #000000;
}
.p-top__project .p-project_slider {
  overflow: hidden;
  width: 100%;
}
.p-top__project .p-project_sliderTrack {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: aboutSliderLoop 30s linear infinite;
}
.p-top__project .slider_list {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-top__project .slider_item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ←ここが重要（ロゴサイズ統一） */
  height: 50px;
}
.p-top__project .slider_item img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  /* ロゴの余白調整 */
  opacity: 0.9;
  transition: opacity 0.3s;
}
.p-top__project .slider_item img:hover {
  opacity: 1;
}
@keyframes aboutSliderLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-top__business {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
.p-top__business:before {
  content: "";
  display: inline-block;
  background: #00AA6E;
  width: calc(50% - 40px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-top__business:after {
  content: "";
  display: inline-block;
  background: #00AA6E;
  width: calc(50% - 40px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-top__business .p-business_flex {
  display: flex;
  gap: 40px;
}
.p-top__business .p-business_flex.rev {
  flex-direction: row-reverse;
}
.p-top__business .p-business_image {
  width: 53%;
  flex: 1;
  margin-right: calc(50% - 50vw);
  height: 100%;
  min-height: 480px;
}
.p-top__business .p-business_text {
  width: 47%;
  padding: 40px 0;
}
.p-top__business h2 {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.p-top__business h2 .en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin-bottom: 32px;
  white-space: nowrap;
}
.p-top__business h2 .ja {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 2.5rem;
  color: #000000;
}
.p-top__business.-fine {
  margin-top: 128px;
}
.p-top__business.-fine:before {
  left: unset;
  right: 0;
}
.p-top__business.-fine:after {
  left: unset;
  right: 0;
}
.p-top__business.-fine .p-business_image {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
.p-top__intro {
  padding: 152px 0 128px;
}
.p-top__intro .p-intro_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 128px 72px;
}
.p-top__intro .p-intro_item {
  padding-top: 32px;
  border-top: solid 1px #00AA6E;
}
.p-top__intro .p-intro_heading {
  text-align: center;
}
.p-top__intro h2 {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.p-top__intro h2 .en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.p-top__intro h2 .ja {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 2rem;
  color: #000000;
}
.p-top__intro .p-intro_text {
  margin-top: 32px;
  padding: 0 8px;
}
.p-top__intro .p-intro_text p {
  color: #000000;
}
.p-top__subsidiaries {
  padding: 96px 0;
}
.p-top__subsidiaries .p-subsidiaries_text {
  max-width: 700px;
  margin-left: auto;
}
.p-top__subsidiaries h2 {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.p-top__subsidiaries h2 .en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin-bottom: 8px;
}
.p-top__subsidiaries h2 .ja {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 2.5rem;
  color: #000000;
}
.p-top__subsidiaries .p-subsidiaries_table {
  width: 100%;
  border-collapse: collapse;
}
.p-top__subsidiaries .p-subsidiaries_table tr {
  border-bottom: 1px solid #00AA6E;
}
.p-top__subsidiaries .p-subsidiaries_table tr:last-child {
  border-bottom: none;
}
.p-top__subsidiaries .p-subsidiaries_table th, .p-top__subsidiaries .p-subsidiaries_table td {
  vertical-align: middle;
  text-align: left;
}
.p-top__subsidiaries .p-subsidiaries_table th {
  font-size: 1.25rem;
  padding: 16px;
}
.p-top__subsidiaries .p-subsidiaries_table td {
  font-size: 1.125rem;
  padding: 32px;
}
.p-top__subsidiaries .p-subsidiaries_table td span {
  font-size: 0.875rem;
}
.p-top__news {
  padding: 96px 0;
  background: #F8F8F8;
}
.p-top__news .l-wrapper3 {
  position: relative;
}
.p-top__news .p-news_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-left: 24px;
}
.p-top__news h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  background: linear-gradient(90deg, #00aa6e 0%, #083324 100%);
  background-clip: text;
  color: transparent;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
}
.p-top__news h2:after {
  content: "";
  display: inline-block;
  background: #00AA6E;
  width: 100px;
  height: 1px;
}
.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: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #007949;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-top__news .news-link:after {
  content: "";
  display: inline-block;
  background: #007949;
  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-top__mainvisual .l-wrapper {
    max-width: 90%;
  }
  .p-top__mainvisual {
    height: 80vh;
  }
  .p-mainvisual_inner {
    height: 80vh;
  }
  .p-mainvisual_hero .hero_copy {
    line-height: 1.6;
    text-align: center;
  }
  .p-mainvisual_hero .hero_copySub {
    text-align: center;
  }
  .p-top__about .l-wrapper {
    max-width: 90%;
  }
  .p-top__about::after {
    top: -15vh;
    height: 16vh;
    border-radius: 45% 45% 0 0 / 35% 35% 0 0;
  }
  .p-top__about h2 .en {
    font-size: 2.25rem;
    margin-bottom: 24px;
  }
  .p-top__about h2 .ja {
    font-size: 1.75rem;
  }
  .p-top__about p {
    font-size: 1.125rem;
  }
  .p-top__project {
    padding-top: 128px;
    padding-bottom: 88px;
  }
  .p-top__project h2 {
    margin-bottom: 64px;
  }
  .p-top__project h2 .en {
    font-size: 2.25rem;
    margin-bottom: 24px;
  }
  .p-top__project h2 .ja {
    font-size: 1.75rem;
  }
  .p-top__project .p-project_sliderTrack {
    gap: 24px;
    animation: aboutSliderLoop 20s linear infinite;
  }
  .p-top__project .slider_list {
    gap: 24px;
  }
  .p-top__project .slider_item {
    height: 32px;
  }
  .p-top__business .l-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .p-top__business:before {
    width: 100%;
  }
  .p-top__business:after {
    width: 100%;
  }
  .p-top__business .p-business_flex {
    flex-direction: column;
    gap: 64px;
    padding-top: 16px;
    padding-bottom: 128px;
  }
  .p-top__business .p-business_flex.rev {
    flex-direction: column;
  }
  .p-top__business .p-business_image {
    width: 100%;
    margin-right: 0;
    background-position: left !important;
    min-height: 430px;
  }
  .p-top__business .p-business_text {
    width: 80%;
    padding: 0;
    margin-inline: auto;
  }
  .p-top__business .p-business_heading {
    text-align: center;
  }
  .p-top__business h2 {
    margin-bottom: 48px;
  }
  .p-top__business h2 .en {
    font-size: 2.25rem;
    margin-bottom: 24px;
    white-space: unset;
  }
  .p-top__business h2 .ja {
    font-size: 1.75rem;
  }
  .p-top__business.-fine {
    margin-top: 0;
  }
  .p-top__business.-fine:before {
    display: none;
  }
  .p-top__business.-fine:after {
    left: 0;
    right: unset;
  }
  .p-top__business.-fine .p-business_image {
    margin: 0;
  }
  .p-top__subsidiaries {
    padding: 56px 0;
    border-top: solid 1px #00AA6E;
    background-image: url(../img/top/subsidiariesBg-sp.jpg) !important;
  }
  .p-top__subsidiaries .l-wrapper {
    max-width: 90%;
  }
  .p-top__subsidiaries .p-subsidiaries_text {
    max-width: 100%;
    margin-left: auto;
  }
  .p-top__subsidiaries .p-subsidiaries_heading {
    text-align: center;
  }
  .p-top__subsidiaries h2 {
    margin-bottom: 16px;
  }
  .p-top__subsidiaries h2 .en {
    font-size: 2.25rem;
    margin-bottom: 24px;
    white-space: unset;
  }
  .p-top__subsidiaries h2 .ja {
    font-size: 1.75rem;
  }
  .p-top__subsidiaries .p-subsidiaries_table th, .p-top__subsidiaries .p-subsidiaries_table td {
    display: block;
    width: 100%;
  }
  .p-top__subsidiaries .p-subsidiaries_table th {
    padding: 48px 0 0;
  }
  .p-top__subsidiaries .p-subsidiaries_table td {
    padding: 16px 0 48px;
  }
  .p-top__intro {
    padding: 72px 0 96px;
  }
  .p-top__intro .l-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .p-top__intro .p-intro_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 92px;
  }
  .p-top__intro .p-intro_item {
    padding-top: 64px;
  }
  .p-top__intro .p-intro_image {
    width: 90%;
    margin-inline: auto;
  }
  .p-top__intro .p-intro_image img {
    width: 100%;
    aspect-ratio: 2.0679012346;
    object-fit: cover;
  }
  .p-top__intro h2 {
    margin-bottom: 48px;
  }
  .p-top__intro h2 .en {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .p-top__intro h2 .ja {
    font-size: 1.75rem;
  }
  .p-top__intro .p-intro_text {
    width: 80%;
    margin-inline: auto;
    margin-top: 48px;
    padding: 0;
  }
  .p-top__intro .c-link {
    margin-inline: auto;
  }
  .p-top__news {
    padding: 64px 0 32px;
  }
  .p-top__news .p-news_flex {
    flex-direction: column;
    padding: 0;
  }
  .p-top__news h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .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 {
    margin-top: 32px;
    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 #00AA6E;
}
.p-tem .p-page__table02 th:first-child {
  border-top: 1px solid #00AA6E;
}
.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: #EEFFF9;
}
.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 .flexbox {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(169, 165, 165, 0.25);
}
.p-tem .flex-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-tem .flex-content .text {
  padding: 48px;
}
.p-tem .flex-content02 .flexbox {
  padding: 72px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(169, 165, 165, 0.25);
}
.p-tem .flex-content02 .image img {
  width: 100%;
  border-radius: 10px;
}
.p-tem .bg-triangle {
  position: relative;
}
.p-tem .bg-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  width: 800px;
  max-width: 100%;
  background: #E0FFF4;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
.p-tem .bg-triangle.rev::before {
  left: unset;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.p-tem .bg-circle {
  position: relative;
}
.p-tem .bg-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  width: 800px;
  max-width: 100%;
  background: #E0FFF4;
  border-radius: 50%;
  z-index: -1;
}
.p-tem .bg-circle.rev::before {
  left: unset;
  right: 0;
}
.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 .fixed-content .block {
  background: #fff;
  width: 100%;
  min-height: 100dvh;
  padding: 22vh 0;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
}
.p-tem .fixed-content .block-one {
  z-index: 2;
}
.p-tem .fixed-content .block-two {
  z-index: 4;
}
.p-tem .fixed-content .block-three {
  z-index: 6;
}
.p-tem .fixed-content .image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
.p-tem .fixed-content .column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.p-tem .fixed-content .column-outside-right img {
  border-radius: 0 0 10px 10px;
}
.p-tem .fixed-content .column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-tem .fixed-content .column-outside-left img {
  border-radius: 0 10px 10px 0;
}
.p-tem .step-content .list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-tem .step-content .list li {
  position: relative;
}
.p-tem .step-content .list li:before {
  content: "";
  display: inline-block;
  background: #3F9137;
  width: 1px;
  height: calc(100% - 100px);
  position: absolute;
  top: 120px;
  left: 50px;
}
.p-tem .step-content .list .number {
  line-height: 1.2;
  color: #fff;
  background: #3F9137;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1rem;
}
.p-tem .step-content .list .content {
  padding: 20px 0 40px;
  flex: 1;
}
.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 #00AA6E;
  }
  .p-tem .flex-content .image {
    margin-bottom: 0;
  }
  .p-tem .flex-content .image img {
    height: 400px;
  }
  .p-tem .flex-content .text {
    padding: 58px 20px;
  }
  .p-tem .flex-content02 .flexbox {
    padding: 24px;
  }
  .p-tem .flex-content02 .image img {
    height: 380px;
    object-fit: cover;
  }
  .p-tem .sticky-content .image {
    margin: 0;
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 48px;
  }
  .p-tem .sticky-content .image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .p-tem .fixed-content .l-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .p-tem .fixed-content .image {
    margin-bottom: 48px;
  }
  .p-tem .fixed-content .image img {
    border-radius: 0;
  }
  .p-tem .fixed-content .text {
    width: 80%;
    margin-inline: auto;
  }
  .p-tem .step-content .list {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .p-tem .step-content .list li:before {
    height: calc(100% - 70px);
    top: 90px;
    left: 35px;
  }
  .p-tem .step-content .list .number {
    width: 70px;
    height: 70px;
  }
  .p-tem .step-content .list .content {
    padding: 20px;
  }
  .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.5;
  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: #00AA6E;
  border-radius: 100vmax;
  padding: 25px;
  color: #fff;
  text-align: center;
  position: relative;
}
.p-recruit .flow li:after {
  content: "";
  display: inline-block;
  background: #00AA6E;
  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%);
  }
}
/*
  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: #00AA6E;
  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;
  }
}
/*
  レスポンシブ
————————————————————————————————————————— */
@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;
  }
}
