*,*::after,*::before {box-sizing: border-box;word-wrap: break-word;} html,body {margin: 0;} h1 {font-size: 2rem;} h2 {font-size: 1.5rem;} h3 {font-size: 1.17rem;} hr {border-style: solid;border-width: 1px 0 0;color: inherit;height: 0;overflow: visible;} audio,canvas,embed,iframe,img,object,svg,video,picture {display: block;max-width: 100%;} canvas,img,svg,video {height: auto;} audio {width: 100%;} img {border-style: none;width: auto;height: auto;} svg {overflow: hidden;} article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {display: block;} [type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;} p,dd,figure {margin: 0;} h1,h2,h3 {margin: 0;} ul {list-style: none;padding: 0;margin: 0;} a {text-decoration: none;} a:hover {text-decoration: none;} sup {line-height: 1;font-size: 65%;} img {vertical-align: bottom;} dl {margin: 0;} button {cursor: pointer;}

:root {
  --color01: #f5f4ea;
  --color02: #cc1939;
  --color03: #009444;

  --grad01: 45deg, #ff6e1f, #ff3939;
  --grad02: 180deg, #0d7e55, #0e6848;
  --grad03: 180deg, #0d7d55, #0e6747;
  --grad04: 180deg, #eec51d, #d9b10d;
  --grad05: 180deg, #edc41d, #d9b10d;

  --innerwidth: 1270px;
  --innerwidth2: 1440px;
}

html {
  position: relative;
  min-height: 100%;
  /* visibility: hidden; */
}
/* html.wf-active,
html.wfno-load {
  visibility: visible;
} */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: calc((100vw - 320px) / 140 + 16px);
  font-family: '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  background: var(--color01);
  color: #000;
  accent-color: var(--color02);
  overflow-x: hidden;
}

.btnWrap {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.btn {
  background: var(--color02);
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 0.75em 2em;
  font-weight: 500;
  border-radius: 3px;
}
.btn:not(:only-child) {
  margin: 1em 1em;
}

/* GLOBAL HEADER
__________________________________________________________________ */
.globalHeader {
  /* position: sticky !important; */
  /* top: 0; */
  z-index: 100;
  background: var(--color01);
  position: relative;
}
.globalHeaderInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 0.5rem 4vw 0 4vw;
  max-width: var(--innerwidth2) !important;
}
@media (min-width: 1440px) {
  .globalHeaderInner {
    padding: 1rem 0 0rem 0;
  }
}

.arch-top {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: rotate(180deg) translateX(50%);
  height: 20px;
  width: 100%;
  overflow: hidden;
}
.arch-top svg {
  height: 100%;
  display: block;
  fill: var(--color01);
  width: 100%;
}
@media (min-width: 1440px) {
  .arch-top {
    height: 40px;
    width: 100%;
  }
}

/* HEADER FUNCTIONS
__________________________________________________________________ */
.siteid {
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
}
@-moz-document url-prefix() {
  .siteid {
    width: 70%;
  }
}
.siteid > a {
  display: none;
  visibility: hidden;
}
.siteid > a:has(img) {
  display: block;
  visibility: visible;
  width: min(34vw, 200px);
}
.siteid > a img {
  vertical-align: bottom;
}

/* LAYOUT
__________________________________________________________________ */
.sec {
  padding: 0 0 5vh 0;
  position: relative;
}
:where([class*="Inner"]) {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  max-width: calc(100% - (4vw * 2));
}
@media (min-width: 1440px) {
  :where([class*="Inner"]) {
    max-width: var(--innerwidth);
  }
}
.secHeadline {
  text-align: center;
  font-size: min(5vw, 42px);
  line-height: 1;
}
.secDesc {
  font-size: min(4vw, 16px);
  text-align: center;
  margin-bottom: 1rem;
}

/* FV
__________________________________________________________________ */
.fv {
  position: relative;
  padding-top: 8vh;
  padding-bottom: 20vh;
}
@media (min-width: 1270px) {
  .fv {
    padding-bottom: 30vh;
  }
}
#index .fv {
  /* TOPページのみ */
  /* height: 100vh; */
}
:where(.fv .fvInner) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  left: 0;
  right: 0;
  top: var(--gh-H);
  max-width: var(--innerwidth2);
  position: relative;
  overflow: hidden;
  /* height: 100%; */
}
@media (min-width: 920px) {
  :where(.fv .fvInner) {
    flex-direction: row;
    width: calc(100% - (2vw * 2));
  }
}
@media (min-width: 1270px) {
  :where(.fv .fvInner) {
    align-items: center;
    width: 100%;
    max-height: 78vh;
    top: 0;
    aspect-ratio: 18 / 12;
  }
}
#index :where(.fv .fvInner) {
  /* TOPページのみ */
  top: 13%;
}
@media (min-width: 920px) {
  #index :where(.fv .fvInner) {
    /* TOPページのみ */
    top: 20%;
  }
}
@media (min-width: 1270px) {
  #index .fv {
    /* TOPページのみ */
    height: auto;
  }
  #index :where(.fv .fvInner) {
    /* TOPページのみ */
  }
}

:where(.fv .fvInner) > * {
  width: 100%;
}
@media (min-width: 1270px) {
  :where(.fv .fvInner) > * {
    width: 50%;
  }
}

.fv .fvInner .slogan {
  width: fit-content;
  color: #fff;
  font-size: min(4.1vw, 38px);
  font-weight: 700;
  margin-bottom: 1em;
}
.fv .fvInner .subSlogan {
  font-size: min(2.5vw, 21px);
  font-weight: 300;
  display: inline-block;
  padding: 0;
  line-height: 1.6;
  color: #fff;
}
@media (min-width: 1270px) {
  .fv .fvInner .slogan {
    padding-right: 1em;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }
  .fv .fvInner .slogan > img {
    width: 100%;
  }
}

:where(.fv .fvInner) > div:nth-of-type(1) {
  /* margin-bottom: 2.5%; */
  width: fit-content;
  max-width: 50%;
}
@media (min-width: 1270px) {
  :where(.fv .fvInner) > div:nth-of-type(1) {
    margin-bottom: 0;
    /* padding-left: 4vw; */
    /* width: 50%; */
  }
}






:where(.fv .fvInner) > div:nth-of-type(2) {
  flex-wrap: nowrap;
  position: relative;
  padding: 0;
  width: 70%;
}
@media (min-width: 740px) {
  :where(.fv .fvInner) > div:nth-of-type(2) {
    width: 50%;
  }
}
@media (min-width: 1270px) {
  :where(.fv .fvInner) > div:nth-of-type(2) {
    width: 40%;
  }
}
.fv .fvInner > div:nth-of-type(2) > div {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
}

:where(.fv .fvInner) > div:nth-of-type(2) > div > div { /* ◯共通 */
  aspect-ratio: 1 / 1;
  height: auto;
  width: 55.5%;
  position: absolute;
  mix-blend-mode: multiply;
}

:where(.fv .fvInner) > div:nth-of-type(2) > div > div:nth-of-type(1) {
  top: 6%;
  left: 0;
  right: 0;
  margin: auto;
}
:where(.fv .fvInner) > div:nth-of-type(2) > div > div:nth-of-type(2) {
  left: 0;
  bottom: 0;
}
:where(.fv .fvInner) > div:nth-of-type(2) > div > div:nth-of-type(3) {
  right: 0;
  bottom: 0;
}

:where(.fv .fvInner) > div:nth-of-type(2) > div > div > p { /* ◯内文字 共通 */
  --fsize: clamp(42px, 10vw, 86px);
  color: #17810c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  font-weight: 700;
  line-height: 0.9;
  font-size: var(--fsize);
  aspect-ratio: 1 / 1;
  background: #dfeed1;
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, .5);
}
:where(.fv .fvInner) > div:nth-of-type(2) > div > div:nth-of-type(3) > p {
  font-size: calc(var(--fsize) * .7);
}


.fv .fvBG {
  width: 100%;
  min-height: 80vh;
  height: 100vh;
  height: 100%;
  z-index: 0;
  order: 1;
  position: absolute;
  overflow: hidden;
  bottom: 0;
}
.fv .fvBG > * {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
  transform: scale3d(-1, 1, -1);
}
@media (min-width: 1270px) {
  .fv .fvBG {
    min-height: 80vh;
    height: 100vh;
    height: 100%;
  }
}

.arch-bottom {
  position: absolute;
  z-index: 0;
  bottom: -2%;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: 100%;
}
.arch-bottom svg {
  height: 100%;
  display: block;
  fill: var(--color01);
  width: 100%;
}
@media (min-width: 1270px) {
  .arch-bottom {
    top: 94.5%;
    height: 160px;
    width: 100%;
  }
}

/* PROFILE
__________________________________________________________________ */
.profileInner {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  height: auto;
  top: var(--gh-H, 70px);
  aspect-ratio: unset;
  border-radius: 24px;
  width: var(--innerwidth2);
  max-width: calc(100% - (4vw * 2));
  padding: 8vw 8vw;
  position: relative;
}
.profileInner > * {
  width: 100%;
}
@media (min-width: 920px) {
  .profileInner {
    padding: 4vw 8vw;
    top: var(--gh-H, 84px);
  }
  .profileInner > * {
    width: 100%;
  }
}
.profileInner .secHeadline {
  color: #009444;
}

.fvInner.profileInner .companyInfo {
  padding: 4vw 0 0 0;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}
.fvInner.profileInner .companyInfo dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: min(4vw, 24px);
}
.fvInner.profileInner .companyInfo dl dt {
  width: 100%;
  line-height: 1;
  padding: 0.5em 0;
  font-weight: 700;
}
.fvInner.profileInner .companyInfo dl dd {
  width: 100%;
  line-height: 1;
  padding: 0 0;
  margin-bottom: 1em;
}
.fvInner.profileInner .companyInfo dl dd a {
  position: relative;
  display: inline-block;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
.fvInner.profileInner .companyInfo dl dd a:hover {
  border-bottom: 1px solid transparent;
}
.fvInner.profileInner .companyInfo dl dd #openBtn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4vw, 24px);
  font-weight: 500;
  line-height: 1;
  background: none;
  border: none;
  outline: 0;
  padding: 0 0 0.25em 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #000;
}
.fvInner.profileInner .companyInfo dl dd #openBtn:hover {
  border-bottom: 1px solid transparent;
}
@media (min-width: 920px) {
  .fvInner.profileInner .companyInfo dl dt {
    width: 20%;
    line-height: 1;
    padding: 1em 0;
  }
  .fvInner.profileInner .companyInfo dl dd {
    width: 80%;
    line-height: 1;
    padding: 1em 0;
    margin: 0;
  }
}

/* GREETING
__________________________________________________________________ */
.greetingInner {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  height: auto;
  top: var(--gh-H);
  aspect-ratio: unset;
  border-radius: 24px;
  width: var(--innerwidth2);
  max-width: calc(100% - (4vw * 2));
  padding: 4vw 4vw;
  position: relative;
}
.greetingInner > * {
  width: 100%;
  max-width: 100%;
}
.greetingInner .secHeadline {
  color: #009444;
}
@media (min-width: 920px) {
  .greetingInner {
    padding: 4vw 8vw;
  }
}
.greetingInner .greetingContent {
  display: flex;
  flex-direction: column;
  padding: 4vw 0 0 0;
  max-width: 100%;
}
.greetingInner .greetingContent > * {
  width: 100%;
}
@media (min-width: 920px) {
  .greetingInner .greetingContent {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .greetingInner .greetingContent > * {
    width: 100%;
    max-width: 50%;
  }
  .greetingInner .greetingContent > *:nth-of-type(1) {
    padding-right: 10%;
  }
}

.greetingInner .greetingContent > *:nth-of-type(1) .photo {
  margin-bottom: 0.5rem;
}
.greetingInner .greetingContent > *:nth-of-type(1) .photo > img {
  width: 100%;
  height: auto;
}
.greetingInner .greetingContent > *:nth-of-type(1) .greetingMeta {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.greetingInner .greetingContent > *:nth-of-type(1) .greetingMeta > img {
  height: 70px;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.greetingInner
  .greetingContent
  > *:nth-of-type(1)
  .greetingMeta
  > div
  p:nth-of-type(1) {
  font-size: min(4vw, 18px);
}
.greetingInner
  .greetingContent
  > *:nth-of-type(1)
  .greetingMeta
  > div
  p:nth-of-type(2) {
  font-size: min(5vw, 28px);
}
.greetingInner .greetingContent > *:nth-of-type(1) .greetingProfile p {
  font-size: min(4vw, 18px);
  line-height: 1.8;
}

.greetingInner .greetingContent > *:nth-of-type(2) p {
  font-size: min(4vw, 18px);
  line-height: 1.8;
}
@media (min-width: 920px) {
  .greetingInner .greetingContent > *:nth-of-type(2) p {
    font-size: min(4vw, 18px);
    line-height: 1.8;
  }
}

/* POLYCY
__________________________________________________________________ */
.policy {
  position: relative;
}
.policyInner {
  background: #fff;
  margin-top: -22%;
  border-radius: 24px;
  max-width: calc(100% - (4vw * 2));
  box-shadow: 0 2px 26px 0px rgba(0, 0, 0, 0.1);
  padding: 8vw 4vw;
}
@media (min-width: 640px) {
  .policyInner {
    margin-top: -10%;
  }
}
@media (min-width: 1270px) {
  .policyInner {
    margin-top: -7%;
  }
}
@media (min-width: 1440px) {
  .policyInner {
    max-width: var(--innerwidth2);
    margin-top: -5%;
    padding: 70px 100px;
  }
}
.policyInner .secHeadline {
  text-align: center;
  color: #009444;
  margin-bottom: 0.5rem;
}
.policyInner .secSubHeadline {
  text-align: center;
  font-size: min(5vw, 24px);
  color: #333;
}
.policyInner > strong {
  font-size: min(8vw, 52px);
  text-align: center;
  display: block;
  line-height: 1.4;
  padding: 1.25em 0;
  letter-spacing: 0.1em;
}
@media (min-width: 1440px) {
  .policyInner > strong {
    line-height: 1;
  }
}
.policyInner > p {
  text-align: justify;
  font-size: min(4vw, 23px);
  line-height: 2.1;
  font-weight: 500;
}
.policyInner > a {
  display: block;
  width: fit-content;
  text-align: center;
  margin: 3rem auto 0 auto;
  color: #000;
  position: relative;
  font-size: min(5vw, 24px);
  font-weight: 700;
}
.policyInner > a::after {
  content: "";
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #000;
}
.policyInner > a:hover::after {
  width: 100%;
  transition: width 0.25s ease-out;
}

/* MISSION
__________________________________________________________________ */
.mission {
}
.missionInner {
  background: #fff;
  border-radius: 24px;
  padding: 8vw 4vw;
}
.missionInner .headlineWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6%;
}
.missionInner .headlineWrap > div {
  width: fit-content;
  text-align: left;
  padding-right: 1rem;
}
.missionInner .headlineWrap > div > img {
  width: 50px;
  height: auto;
}
.missionInner .headlineWrap > .secHeadline {
  font-size: min(6vw, 60px);
  width: auto;
  text-align: left;
  flex-grow: 1;
  padding-right: 2rem;
}
.missionInner .headlineWrap > p {
  font-weight: 500;
  padding: 1em 0;
  line-height: 1;
  font-size: min(3vw, 24px);
  flex-grow: 1;
}
.missionInner > p {
  text-align: justify;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 1em;
  letter-spacing: 0.075em;
}
.missionInner > img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  border-radius: 24px;
}
@media (min-width: 920px) {
  .missionInner {
    padding: 70px;
  }
  .missionInner .headlineWrap {
    display: grid;
    grid-template-columns: 65px 23% 1fr;
  }
  .missionInner .headlineWrap > div {
    width: auto;
  }
  .missionInner .headlineWrap > .secHeadline {
    width: auto;
    font-size: min(3.5vw, 60px);
    flex-grow: 1;
  }
  .missionInner .headlineWrap > p {
    font-weight: 500;
    padding: 1em 0;
    text-align: right; 
    line-height: 1;
    font-size: min(3vw, 24px);
    flex-grow: 1;
  }
}






/* PROPOSAL
__________________________________________________________________ */
.proposal {
}
.proposalInner {
  background: #fff;
  border-radius: 24px;
  padding: 8vw 4vw;
}
/*
.proposalInner .headlineWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6%;
}
.proposalInner .headlineWrap > div {
  width: fit-content;
  text-align: left;
  padding-right: 2rem;
  padding-left: 2rem;
}
.proposalInner .headlineWrap > div > img {
  width: 50px;
  height: auto;
}
.proposalInner .headlineWrap > .secHeadline {
  font-size: min(6vw, 60px);
  width: auto;
  text-align: left;
  flex-grow: 1;
  padding-right: 2rem;
  white-space: nowrap;
}
.proposalInner .headlineWrap > p {
  font-weight: 500;
  width: 100%;

  padding: 1em 0;
  line-height: 1;
  font-size: min(3vw, 24px);
}
.proposalInner > p {
  text-align: justify;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 1em;
  letter-spacing: 0.075em;
}
.proposalInner > img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}
@media (min-width: 920px) {
  .proposalInner .headlineWrap {
    display: grid;
    grid-template-columns: 65px 23% 1fr;
  }
  .proposalInner {
    padding: 70px;
  }
  .proposalInner .headlineWrap > div {
    width: auto;
    width: 130px;
  }
  .proposalInner .headlineWrap > .secHeadline {
    width: auto;
    font-size: min(3.5vw, 60px);
    flex-grow: 1;
  }
  .proposalInner .headlineWrap > p {
    font-weight: 500;
    width: 100%;
    text-align: right; 
    padding: 1em 0;
    line-height: 1;
    font-size: min(3vw, 24px);
  }
}
*/
.proposalInner .headlineWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6%;
}
.proposalInner .headlineWrap > div {
  width: fit-content;
  text-align: left;
  padding-right: 1rem;
}
.proposalInner .headlineWrap > div > img {
  width: 50px;
  height: auto;
}
.proposalInner .headlineWrap > .secHeadline {
  font-size: min(6vw, 60px);
  width: auto;
  text-align: left;
  flex-grow: 1;
  padding-right: 2rem;
}
.proposalInner .headlineWrap > p {
  font-weight: 500;
  padding: 1em 0;
  line-height: 1;
  font-size: min(3vw, 24px);
  flex-grow: 1;
}
.proposalInner > p {
  text-align: justify;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 1em;
  letter-spacing: 0.075em;
}
.proposalInner > img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  border-radius: 24px;
}
@media (min-width: 920px) {
  .proposalInner {
    padding: 70px;
  }
  .proposalInner .headlineWrap {
    display: grid;
    grid-template-columns: 65px 23% 1fr;
  }
  .proposalInner .headlineWrap > div {
    width: auto;
  }
  .proposalInner .headlineWrap > .secHeadline {
    width: auto;
    font-size: min(3.5vw, 60px);
    flex-grow: 1;
  }
  .proposalInner .headlineWrap > p {
    font-weight: 500;
    padding: 1em 0;
    text-align: right; 
    line-height: 1;
    font-size: min(3vw, 24px);
    flex-grow: 1;
  }
}





/* BUSINESS
__________________________________________________________________ */
.business {
  background: #fff;
}
.businessInner {
  padding: 10vh 0 5vh 0;
}
.businessInner > * {
  width: 100%;
  margin-bottom: 5vw;
}
.businessInner ul li {
  line-height: 1;
  padding: 0.5em 0;
  font-size: min(5vw, 42px);
  font-weight: 400;
}
@media (min-width: 1440px) {
}

/* CONTACT
__________________________________________________________________ */
.contact {
  background: #009444;
  background-size: cover;
  padding: 4vw;
}
.contactInner {
  max-width: var(--innerwidth);
  background: #fff;
  padding: 10vw 5vw 8vw 5vw;
  border-radius: 24px;
}
@media (min-width: 1270px) {
  .contactInner {
    padding: 4vw 5vw 3vw 5vw;
  }
}
.contactInner .secHeadline {
  margin-bottom: 1rem;
}
.contactInner .secDesc {
  font-size: min(3.5vw, 18px);
  text-align: center;
  margin-bottom: 1rem;
}

.contactForm > form {
  visibility: visible;
  opacity: 1;
}
.contactForm > form.hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.contactForm > form .requireSign,
.error {
  color: var(--color02);
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.contactForm > form > dl {
  width: 100%;
  padding-bottom: 1em;
}
.contactForm > form > dl dt {
  font-size: min(5vw, 20px);
  margin-bottom: 0.25em;
}
.contactForm > form > dl dd input,
.contactForm > form > dl dd textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e4e4e4;
  outline: none;
  font-size: 1.125rem;
}
.contactForm > form > dl dd input:focus,
.contactForm > form > dl dd textarea:focus {
  border: 1px solid #000;
}
.contactForm > form > dl dd input.require,
.contactForm > form > dl dd textarea.require {
  border: 1px solid var(--color02);
  background: rgba(217, 33, 33, 0.25);
}
.contactForm > form > dl dd textarea {
  field-sizing: content;
  min-height: 6em;
}
.contactForm > .finish {
  font-size: min(4vw, 18px);
  padding: 4vw 0;
}

/* FOOTER
__________________________________________________________________ */
.globalFooter {
  background: var(--color01);
  /* position: sticky; */
  position: relative;
  /* bottom: 0; */
  width: 100%;
}

.globalFooter > .arch-bottom {
  position: absolute;
  top: -47%;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1270px) {
  .globalFooter > .arch-bottom {
    top: -47%;
    height: 160px;
    width: 100%;
    z-index: -1;
  }
}

.globalFooter .globalFooterInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4vw;
  font-size: min(3.5vw, 18px);
}
.globalFooter .globalFooterInner .localLinks {
  padding: 1rem 0;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  line-height: 1;
}
.globalFooter .globalFooterInner .localLinks li:not(:last-child)::after {
  content: "/";
}
.globalFooter .globalFooterInner a {
  display: inline-block;
  padding: 1em 0;
  margin: 0 1em;
  line-height: 1;
  color: #000;
  font-size: min(4vw, 16px);
  position: relative;
}

.globalFooter .globalFooterInner .copyrights {
  line-height: 1;
  display: block;
  padding: 0 0 3em 0;
}

.modal::backdrop {
  backdrop-filter: blur(8px);
}
.modal {
  box-shadow: 0px 20px 36px 0px rgba(0, 0, 0, 0.6);
  border: none;
  z-index: -1;
  background: #fff;
  overflow: visible;
  padding: 0;
  width: min(90vw, 90%);
}
@media (min-width: 1440px) {
  .modal {
    width: min(60vw, 90%);
  }
}
.modal .modalInner {
  position: relative;
  max-width: none;
  padding: 1rem;
}
.modal #closeBtn {
  position: absolute;
  bottom: 100%;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
}
.modal #closeBtn p {
  font-size: min(6vw, 30px);
  line-height: 1;
  padding: 5px;
  color: #009444;
}

.map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 20 / 24;
}
@media (min-width: 1440px) {
  .map iframe {
    aspect-ratio: 40 / 26;
  }
}

.lvSub {
  font-size: 60%;
}
.col03 {
  color: var(--color03);
}

.b {
  font-weight: 700;
}
.c {
  text-align: center;
  justify-content: center;
}
.r {
  text-align: right;
  justify-content: flex-end;
}
.l {
  text-align: left;
  justify-content: flex-start;
}

._sp {
  display: block !important;
}
._pc {
  display: none !important;
}
@media (min-width: 920px) {
  ._sp {
    display: none !important;
  }
  ._pc {
    display: block !important;
  }
}

@keyframes fadeInDown_custom {
  0% {
    opacity: 0;
    transform: translate3d(0, -2%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown_custom {
  animation-name: fadeInDown_custom;
}

@keyframes fadeInRight_custom {
  0% {
    opacity: 0;
    transform: translate3d(2%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight_custom {
  animation-name: fadeInRight_custom;
}
