@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho:wght@400;600;700&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 {
  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,
main {
  display: block;
}

a {
  color: #3d3d3d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}
@media all and (max-width: 768px) {
  html {
    font-size: 4.1024vw;
  }
}

body {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: #002662;
  overflow-wrap: anywhere;
  word-break: normal;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  body {
    font-size: 4.1024vw;
    line-height: 1.8;
  }
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media all and (max-width: 768px) {
  .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.inner-box {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.anim {
  backface-visibility: hidden;
  will-change: transform;
}

.anim--slow {
  animation-duration: 1.5s !important;
}

.anim--delay {
  animation-delay: 0.5s !important;
}

@media all and (min-width: 769px) {
  .anim--delay-pc {
    animation-delay: 0.5s !important;
  }
}

.anim--delay2 {
  animation-delay: 1s !important;
}

@media all and (min-width: 769px) {
  .anim--delay2-pc {
    animation-delay: 1s !important;
  }
}

.anim-hide {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 1.75s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1.75s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1.75s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1.75s ease 0s 1 alternate forwards;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(2rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.anim-blurIn {
  opacity: 0;
}
.anim-blurIn.onAnim {
  animation: blurIn 1.75s ease 0s 1 alternate forwards;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden-box {
  overflow: hidden;
}

@media all and (min-width: 769px) {
  br.br-sp {
    display: none;
  }
}

@media all and (max-width: 768px) {
  br.br-spnone {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  br.br-pc {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .u-hide-pc {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .u-hide-sp {
    display: none;
  }
}

.mt-0 {
  margin-top: 0rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.mb-140 {
  margin-bottom: 8.75rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-90 {
  padding-top: 5.625rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-90 {
  padding-bottom: 5.625rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-110 {
  padding-bottom: 6.875rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-50 {
  padding-left: 3.125rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

.pl-80 {
  padding-left: 5rem;
}

.pl-90 {
  padding-left: 5.625rem;
}

.pl-100 {
  padding-left: 6.25rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-50 {
  padding-right: 3.125rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pr-70 {
  padding-right: 4.375rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pr-90 {
  padding-right: 5.625rem;
}

.pr-100 {
  padding-right: 6.25rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.px-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.p-10 {
  padding: 0.625rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-50 {
  padding: 3.125rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-100 {
  padding: 6.25rem;
}

@media all and (max-width: 768px) {
  .mt-0-sp {
    margin-top: 0rem;
  }
  .mt-10-sp {
    margin-top: 0.625rem;
  }
  .mt-20-sp {
    margin-top: 1.25rem;
  }
  .mt-30-sp {
    margin-top: 1.875rem;
  }
  .mt-40-sp {
    margin-top: 2.5rem;
  }
  .mt-50-sp {
    margin-top: 3.125rem;
  }
  .mt-60-sp {
    margin-top: 3.75rem;
  }
  .mt-70-sp {
    margin-top: 4.375rem;
  }
  .mt-80-sp {
    margin-top: 5rem;
  }
  .mt-90-sp {
    margin-top: 5.625rem;
  }
  .mt-100-sp {
    margin-top: 6.25rem;
  }
  .mb-0-sp {
    margin-bottom: 0rem;
  }
  .mb-10-sp {
    margin-bottom: 0.625rem;
  }
  .mb-20-sp {
    margin-bottom: 1.25rem;
  }
  .mb-30-sp {
    margin-bottom: 1.875rem;
  }
  .mb-40-sp {
    margin-bottom: 2.5rem;
  }
  .mb-50-sp {
    margin-bottom: 3.125rem;
  }
  .mb-60-sp {
    margin-bottom: 3.75rem;
  }
  .mb-70-sp {
    margin-bottom: 4.375rem;
  }
  .mb-80-sp {
    margin-bottom: 5rem;
  }
  .mb-90-sp {
    margin-bottom: 5.625rem;
  }
  .mb-100-sp {
    margin-bottom: 6.25rem;
  }
  .pt-0-sp {
    padding-top: 0rem;
  }
  .pt-10-sp {
    padding-top: 0.625rem;
  }
  .pt-20-sp {
    padding-top: 1.25rem;
  }
  .pt-30-sp {
    padding-top: 1.875rem;
  }
  .pt-40-sp {
    padding-top: 2.5rem;
  }
  .pt-50-sp {
    padding-top: 3.125rem;
  }
  .pt-60-sp {
    padding-top: 3.75rem;
  }
  .pt-70-sp {
    padding-top: 4.375rem;
  }
  .pt-80-sp {
    padding-top: 5rem;
  }
  .pt-90-sp {
    padding-top: 5.625rem;
  }
  .pt-100-sp {
    padding-top: 6.25rem;
  }
  .pb-0-sp {
    padding-bottom: 0rem;
  }
  .pb-10-sp {
    padding-bottom: 0.625rem;
  }
  .pb-20-sp {
    padding-bottom: 1.25rem;
  }
  .pb-30-sp {
    padding-bottom: 1.875rem;
  }
  .pb-40-sp {
    padding-bottom: 2.5rem;
  }
  .pb-50-sp {
    padding-bottom: 3.125rem;
  }
  .pb-60-sp {
    padding-bottom: 3.75rem;
  }
  .pb-70-sp {
    padding-bottom: 4.375rem;
  }
  .pb-80-sp {
    padding-bottom: 5rem;
  }
  .pb-90-sp {
    padding-bottom: 5.625rem;
  }
  .pb-100-sp {
    padding-bottom: 6.25rem;
  }
}
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fz10 {
  font-size: 0.625rem;
}

.fz11 {
  font-size: 0.6875rem;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz40 {
  font-size: 2.5rem;
}

@media all and (max-width: 1024px) {
  .fz16-tab {
    font-size: 1rem;
  }
}

@media all and (max-width: 768px) {
  .fz10-sp {
    font-size: 0.625rem;
  }
}

@media all and (max-width: 768px) {
  .fz11-sp {
    font-size: 0.6875rem;
  }
}

@media all and (max-width: 768px) {
  .fz12-sp {
    font-size: 0.75rem;
  }
}

@media all and (max-width: 768px) {
  .fz13-sp {
    font-size: 0.8125rem;
  }
}

@media all and (max-width: 768px) {
  .fz14-sp {
    font-size: 0.875rem;
  }
}

@media all and (max-width: 768px) {
  .fz15-sp {
    font-size: 0.9375rem;
  }
}

@media all and (max-width: 768px) {
  .fz16-sp {
    font-size: 1rem;
  }
}

@media all and (max-width: 768px) {
  .fz17-sp {
    font-size: 1.0625rem;
  }
}

@media all and (max-width: 768px) {
  .fz18-sp {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 768px) {
  .fz19-sp {
    font-size: 1.1875rem;
  }
}

@media all and (max-width: 768px) {
  .fz20-sp {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 768px) {
  .fz22-sp {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 768px) {
  .fz26-sp {
    font-size: 1.625rem;
  }
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_6 {
  line-height: 1.6;
}

@media all and (max-width: 768px) {
  .lh-1_6-sp {
    line-height: 1.6;
  }
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2_0 {
  line-height: 2;
}

[class*=items-].items-start {
  align-items: flex-start;
}

[class*=items-].items-center {
  align-items: center;
}

[class*=items-].items-end {
  align-items: flex-end;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-sticky {
  position: sticky !important;
}

.pos-static {
  position: static !important;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media all and (max-width: 768px) {
  .text-left-sp {
    text-align: left;
  }
}

.w-8 {
  width: 0.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-10 {
  width: 0.625rem;
}

.w-11 {
  width: 0.6875rem;
}

.w-12 {
  width: 0.75rem;
}

.w-13 {
  width: 0.8125rem;
}

.w-14 {
  width: 0.875rem;
}

.w-15 {
  width: 0.9375rem;
}

.w-16 {
  width: 1rem;
}

.w-17 {
  width: 1.0625rem;
}

.w-18 {
  width: 1.125rem;
}

.w-19 {
  width: 1.1875rem;
}

.w-20 {
  width: 1.25rem;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.reset-svg {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-25 {
  gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-80 {
  gap: 5rem;
}

.gap-90 {
  gap: 5.625rem;
}

.gap-100 {
  gap: 6.25rem;
}

.color-black {
  color: #000;
}

.color-key {
  color: #0F8350;
}

.color-key2 {
  color: #4D421F;
}

.color-key3 {
  color: #807B69;
}

.color-main {
  color: #002662;
}

.color-white {
  color: #fff;
}

.max-w-900 {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.max-w-1000 {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.max-w-1100 {
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

.ls0 {
  letter-spacing: 0;
}

.ls005 {
  letter-spacing: 0.05em;
}

.ls01 {
  letter-spacing: 0.1em;
}

.common-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.875rem 2.5rem;
  letter-spacing: 0;
  transition: all 0.2s ease 0s;
}
.common-header:hover {
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .common-header {
    padding: 1.875rem 1.5625rem;
  }
}
@media all and (max-width: 768px) {
  .common-header {
    padding: 1.25rem 0.9375rem;
  }
}
.common-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
.common-header__logo {
  width: min(16.25rem, 18vw);
  transition: all 0.2s ease 0s;
}
.common-header__logo:hover {
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .common-header__logo {
    width: 11.25rem;
  }
}
.common-header__logo a {
  display: block;
  width: 100%;
  aspect-ratio: 260/68;
}
.common-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.common-header__pc-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-end;
}
@media all and (max-width: 1280px) {
  .common-header__pc-nav {
    display: none;
  }
}
.common-header__pc-nav__upper-list {
  display: flex;
  gap: 1.25rem;
  font-size: 1rem;
}
.common-header__pc-nav__upper-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.8em 2em;
  line-height: 1.1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.common-header__pc-nav__upper-list a:hover {
  text-decoration: none;
}
.common-header__pc-nav__upper-list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .common-header__pc-nav__upper-list a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.common-header__pc-nav__upper-list a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.common-header__pc-nav__lower-list {
  display: flex;
  font-size: min(16px, 0.95vw);
}
.common-header__pc-nav__lower-list__item {
  border-left: 1px solid #fff;
}
.common-header__pc-nav__lower-list__item:last-child {
  border-right: 1px solid #fff;
}
.common-header__pc-nav__lower-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  padding: 0 1em;
  color: #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.common-header__pc-nav__lower-list a:hover {
  text-decoration: none;
}
.common-header__pc-nav__lower-list a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .common-header__pc-nav__lower-list a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.common-header__pc-nav__lower-list a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.common-header.scrolled, .common-header.force-scrolled {
  background-color: rgba(128, 123, 105, 0.9);
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.common-header.scrolled .common-header__logo, .common-header.force-scrolled .common-header__logo {
  width: min(12.5rem, 14vw);
}
@media all and (max-width: 1024px) {
  .common-header.scrolled .common-header__logo, .common-header.force-scrolled .common-header__logo {
    width: 8.75rem;
  }
}
@media all and (max-width: 768px) {
  .common-header.scrolled .common-header__logo, .common-header.force-scrolled .common-header__logo {
    width: 10rem;
  }
}
.common-header.scrolled .common-header__pc-nav__upper-list, .common-header.force-scrolled .common-header__pc-nav__upper-list {
  font-size: 0.75rem;
}
.common-header.scrolled .common-header__pc-nav__lower-list, .common-header.force-scrolled .common-header__pc-nav__lower-list {
  font-size: min(14px, 0.9vw);
}
.common-header__button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 1;
  cursor: pointer;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s ease 0s;
}
.common-header__button:hover {
  text-decoration: none;
}
@media all and (min-width: 1281px) {
  .common-header__button {
    display: none;
  }
}
.common-header__button .barwrap {
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: center;
  gap: 8px;
}
.common-header__button .barwrap .bar {
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 0.625rem;
  transition: all 0.2s ease 0s;
}
.common-header__button .barwrap .bar:hover {
  text-decoration: none;
}
.common-header__button .barwrap .bar:nth-child(2) {
  width: 85%;
}
.common-header__button.is-close .bar:nth-child(1) {
  transform: translateY(9px) rotate(25deg);
}
.common-header__button.is-close .bar:nth-child(2) {
  opacity: 0;
}
.common-header__button.is-close .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-25deg);
}
@media all and (max-width: 768px) {
  .common-header__button.is-close {
    opacity: 0;
  }
}
@media all and (max-width: 768px) {
  .common-header.top .common-header__button {
    display: none !important;
  }
}

.gNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.gNav.is-open {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 1281px) {
  .gNav {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .gNav {
    z-index: 1100;
    display: flex;
    flex-direction: column;
    top: 0 !important;
  }
}
.gNav__upper {
  padding: 2.5rem;
}
@media all and (max-width: 768px) {
  .gNav__upper {
    height: calc(100dvh - 4rem);
    overflow: auto;
    padding: 2.5rem 1.5625rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
}
.gNav__upper__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 2.5rem;
}
@media all and (max-width: 768px) {
  .gNav__upper__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.5625rem;
  }
}
.gNav__upper__list a {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-bottom: 0.55em;
  border-bottom: 1px solid #807b69;
}
.gNav__upper__list a .en {
  height: 1.25rem;
}
@media all and (max-width: 768px) {
  .gNav__upper__list a .en {
    height: 1.0625rem;
  }
}
.gNav__upper__list a .en img {
  height: 100%;
  width: auto;
}
.gNav__upper__list a .ja {
  font-size: 0.875rem;
  color: #807b69;
  line-height: 1.4;
}
.gNav__subNav {
  margin-top: 2.1875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media (min-width: 1280px) {
  .gNav__subNav {
    display: none;
  }
}
.gNav__subNav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  height: 3rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  gap: 0.625rem;
}
.gNav__subNav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .gNav__subNav a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.gNav__subNav a:active {
  opacity: 0.7;
  text-decoration: none;
}
.gNav__subNav a .icon {
  height: 1.125rem;
  width: 1.125rem;
}
.gNav__subNav a .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gNav__subNav a.outline {
  background-color: #55656c;
}
.gNav__subNav a.map {
  background-color: #716a5a;
}
.gNav__lower {
  height: 4rem;
  display: grid;
  grid-template-columns: 1fr 4.375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media all and (min-width: 769px) {
  .gNav__lower {
    display: none;
  }
}
.gNav__lower .link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 4rem;
  padding: 0.5em;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.4;
  gap: 0.3125rem;
  color: #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.gNav__lower .link:hover {
  text-decoration: none;
}
.gNav__lower .link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .gNav__lower .link:hover {
    filter: brightness(1.2);
  }
}
.gNav__lower .link:active {
  filter: brightness(1.2);
}
.gNav__lower .link .icon {
  height: 1.375rem;
  width: 1.875rem;
}
.gNav__lower .link .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gNav__lower .link.request {
  background-color: #402B29;
}
.gNav__lower .link.access {
  background-color: #716A5A;
}
.gNav__lower .link.about {
  background-color: #55656C;
}
.gNav__lower .sp-close-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 4rem;
  padding: 0.5em;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
  gap: 0.3125rem;
  color: #402b29;
  padding-top: 0.625rem;
}
.gNav__lower .sp-close-btn .text .open {
  display: block;
}
.gNav__lower .sp-close-btn .text .close {
  display: none;
}
.gNav__lower .sp-close-btn .icon {
  width: 50%;
  height: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
.gNav__lower .sp-close-btn .icon .bar {
  width: 100%;
  height: 1px;
  background-color: #402B29;
  border-radius: 0.625rem;
  transition: all 0.2s ease 0s;
}
.gNav__lower .sp-close-btn .icon .bar:hover {
  text-decoration: none;
}
.gNav__lower .sp-close-btn .icon .bar:nth-child(2) {
  width: 85%;
}
.gNav__lower .sp-close-btn.is-close .text .open {
  display: none;
}
.gNav__lower .sp-close-btn.is-close .text .close {
  display: block;
}
.gNav__lower .sp-close-btn.is-close .icon .bar:nth-child(1) {
  transform: translateY(8px) rotate(25deg);
}
.gNav__lower .sp-close-btn.is-close .icon .bar:nth-child(2) {
  opacity: 0;
}
.gNav__lower .sp-close-btn.is-close .icon .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-25deg);
}

.foot-caption {
  position: relative;
  z-index: 2;
  margin-top: 12.5rem;
  font-size: 0.75rem;
  color: #000;
  line-height: 1.75;
}
@media all and (max-width: 768px) {
  .foot-caption {
    margin-top: 2.5rem;
    font-size: 0.625rem;
    line-height: 1.6;
  }
}

.footer-wrap {
  padding: 7.5rem 0 0;
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  margin-top: -0.3125rem;
}
@media all and (max-width: 768px) {
  .footer-wrap {
    padding: 3.75rem 0 4rem;
  }
}

.footer-nav {
  margin-bottom: 7.5rem;
}
@media all and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 3.75rem;
  }
}
.footer-nav__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  height: 1.875rem;
}
@media all and (max-width: 768px) {
  .footer-nav__title {
    margin-bottom: 1.875rem;
    height: 1.25rem;
  }
}
.footer-nav__title img {
  height: 100%;
  display: block;
  width: auto;
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.875rem, 1.75vw);
}
@media all and (max-width: 768px) {
  .footer-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
}
.footer-nav__list__link {
  display: flex;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.footer-nav__list__link:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .footer-nav__list__link {
    aspect-ratio: 17/14;
  }
}
.footer-nav__list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .footer-nav__list__link:hover:before {
    opacity: 1;
  }
  .footer-nav__list__link:hover .img img {
    animation-play-state: paused;
  }
}
.footer-nav__list__link:active:before {
  opacity: 1;
}
.footer-nav__list__link:active .img img {
  animation-play-state: paused;
}
.footer-nav__list__link:after {
  content: "";
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  z-index: 10;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  transform: translateX(-50%) rotate(45deg);
}
.footer-nav__list__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.footer-nav__list__link:before:hover {
  text-decoration: none;
}
.footer-nav__list__link .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-nav__list__link .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease 0s;
  animation: zoomIn-out 10s ease-in-out infinite;
}
.footer-nav__list__link .img img:hover {
  text-decoration: none;
}
.footer-nav__list__link .content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media all and (max-width: 768px) {
  .footer-nav__list__link .content {
    gap: 0.125rem;
    margin-top: -1em;
  }
}
.footer-nav__list__link .content__title {
  height: min(1.25rem, 1.75vw);
}
@media all and (max-width: 768px) {
  .footer-nav__list__link .content__title {
    height: 0.75rem;
  }
}
.footer-nav__list__link .content__title img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.footer-nav__list__link .content__text {
  font-size: clamp(12px, 1.5vw, 16px);
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 768px) {
  .footer-nav__list__link .content__text {
    font-size: 0.875rem;
  }
}

@keyframes zoomIn-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.footer-contact {
  max-width: 37.5rem;
  margin: 0 auto 7.5rem;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
}
@media all and (max-width: 768px) {
  .footer-contact {
    margin: 0 auto 3.75rem;
    gap: 0.9375rem;
  }
}
.footer-contact__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5625rem;
}
@media all and (max-width: 768px) {
  .footer-contact__title {
    height: 1.25rem;
  }
}
.footer-contact__title img {
  height: 100%;
  width: auto;
  display: block;
}
.footer-contact__lead {
  font-size: 0.8125rem;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .footer-contact__lead {
    font-size: 0.53125rem;
    letter-spacing: 0.2em;
  }
}
.footer-contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.375rem;
  letter-spacing: 0.1em;
  line-height: 1;
  gap: 0.3em;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.footer-contact__tel:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .footer-contact__tel:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.footer-contact__tel:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .footer-contact__tel {
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
}
.footer-contact__tel .icon {
  width: 6.0625rem;
}
@media all and (max-width: 768px) {
  .footer-contact__tel .icon {
    width: 3.125rem;
  }
}
.footer-contact__info {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .footer-contact__info {
    font-size: 0.625rem;
  }
}

.footer-partner-wrap {
  margin: 0 auto 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media all and (max-width: 768px) {
  .footer-partner-wrap {
    margin: 0 auto 3.75rem;
    gap: 0.625rem;
  }
}

.footer-partner {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  justify-content: center;
  gap: 2.5rem 3.125rem;
}
@media all and (max-width: 768px) {
  .footer-partner {
    max-width: 16.5rem;
    margin: 0 auto;
    flex-direction: column;
    align-items: normal;
    width: 100%;
    gap: 0.625rem;
  }
}
.footer-partner__item {
  position: relative;
}
.footer-partner__item .label {
  font-size: 0.75rem;
  font-family: sans-serif;
  font-weight: 500;
}
@media all and (min-width: 769px) {
  .footer-partner__item .label.nishitetsu {
    position: relative;
    left: 7.8125rem;
  }
  .footer-partner__item .label.nishitetsu + a {
    margin-top: -0.3125rem;
  }
}
.footer-partner__item a {
  display: block;
  height: 4.375rem;
}
@media all and (max-width: 768px) {
  .footer-partner__item a {
    height: 2.8125rem;
  }
}
.footer-partner__item a img {
  height: 100%;
  width: auto;
  display: block;
}

.footer-banner-nav {
  max-width: 65.9375rem;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
}
@media all and (max-width: 768px) {
  .footer-banner-nav {
    max-width: 16.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-banner-nav__link {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.footer-banner-nav__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .footer-banner-nav__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.footer-banner-nav__link:active {
  opacity: 0.7;
  text-decoration: none;
}
.footer-banner-nav__link img {
  width: 100%;
}

.footer-copyright {
  color: #000;
  margin-top: 7.5rem;
  padding-bottom: 1.25rem;
}
@media all and (max-width: 768px) {
  .footer-copyright {
    margin-top: 3.75rem;
  }
}
.footer-copyright__text {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .footer-copyright__text {
    font-size: 0.625rem;
  }
}

.footer-info-text {
  background: #000;
  color: #fff;
  padding: 0.3125rem 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .footer-info-text {
    font-size: 0.5625rem;
  }
  .footer-info-text .inner {
    padding: 0;
  }
}

#scroll-top {
  position: fixed;
  bottom: 5.625rem;
  right: 6.25rem;
  width: 5.5625rem;
  height: 5.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #807B69;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#scroll-top:hover {
  text-decoration: none;
}
@media (hover: hover) {
  #scroll-top:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#scroll-top:active {
  opacity: 0.7;
  text-decoration: none;
}
#scroll-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1600px) {
  #scroll-top {
    bottom: 2.5rem;
    right: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  #scroll-top {
    bottom: 4.625rem;
    right: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
#scroll-top .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  transform: rotate(45deg);
}
@media all and (max-width: 768px) {
  #scroll-top .icon {
    width: 0.625rem;
    height: 0.625rem;
  }
}
#scroll-top .text {
  color: #dddcdd;
  margin-top: -0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  font-weight: 600;
  font-size: 0.9375rem;
}
@media all and (max-width: 768px) {
  #scroll-top .text {
    font-size: 0.625rem;
  }
}
#scroll-top .text .main {
  font-size: 1.4666666667em;
}
@media all and (max-width: 768px) {
  #scroll-top .text .main {
    font-size: 1.2em;
  }
}
#scroll-top:hover {
  text-decoration: none;
}
@media (hover: hover) {
  #scroll-top:hover {
    filter: brightness(1.2);
  }
}
#scroll-top:active {
  filter: brightness(1.2);
}

.side-fixed-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.375rem;
  display: flex;
  flex-direction: column;
  z-index: 99;
  transition: all 0.5s ease;
}
.side-fixed-nav.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  .side-fixed-nav {
    width: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .side-fixed-nav {
    display: none;
  }
}
.side-fixed-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  writing-mode: vertical-rl;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease 0s;
  font-size: 1.125rem;
  padding: 1.3em 0;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.2s ease 0s;
}
.side-fixed-nav__link:hover {
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .side-fixed-nav__link {
    font-size: 1rem;
    padding: 1em 0;
  }
}
.side-fixed-nav__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.2s ease 0s;
}
.side-fixed-nav__link:before:hover {
  text-decoration: none;
}
.side-fixed-nav__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .side-fixed-nav__link:hover:before {
    opacity: 0;
  }
}
.side-fixed-nav__link:active:before {
  opacity: 0;
}
.side-fixed-nav__link .text {
  position: relative;
  z-index: 5;
}
.side-fixed-nav__link.request {
  background: linear-gradient(180deg, #7C6361 0%, #402B29 100%);
}
.side-fixed-nav__link.request:before {
  background-color: #402B29;
}
.side-fixed-nav__link.site {
  background: linear-gradient(180deg, #B5AB94 0%, #716A5A 100%);
}
.side-fixed-nav__link.site:before {
  background-color: #716A5A;
}
.side-fixed-nav__link.reserve {
  background: linear-gradient(180deg, #79909B 0%, #55656C 100%);
}
.side-fixed-nav__link.reserve:before {
  background-color: #55656C;
}

.top-header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: all 1s ease 0.1s;
}
.top-header.is-active:before {
  opacity: 1;
}
.top-header.is-active .top-header__img {
  opacity: 1;
}
.top-header.is-active .top-header__logo {
  opacity: 1;
}
.top-header__logo {
  width: 15%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  transition: all 2s ease 1.45s;
}
@media all and (max-width: 768px) {
  .top-header__logo {
    width: 24%;
    top: 48%;
  }
}
.top-header__logo img {
  width: 100%;
}
.top-header__img {
  width: 100%;
  transition: all 1s ease 0.6s;
  opacity: 0;
}
.top-header__img img {
  width: 100%;
}
.top-header__img figcaption {
  padding: 1em 2em;
  font-size: 0.75rem;
  transition: all 0.2s ease 0s;
  text-align: right;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1.2;
  text-shadow: 0 0.125rem 0.75rem #000000;
}
.top-header__img figcaption:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .top-header__img figcaption {
    font-size: 0.625rem;
    padding: 1em;
  }
}
.top-header__content {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 95%;
  z-index: 5;
  color: #fff;
  transform: translateX(-50%);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media all and (max-width: 1280px) {
  .top-header__content {
    top: 6.875rem;
  }
}
@media all and (max-width: 1024px) {
  .top-header__content {
    top: 6.25rem;
  }
}
@media all and (max-width: 768px) {
  .top-header__content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6.875rem;
    padding: 0;
    padding-left: 0.5em;
  }
}
.top-header__content__title {
  font-size: 2.5vw;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media all and (max-width: 1024px) {
  .top-header__content__title {
    font-size: 3vw;
  }
}
@media all and (max-width: 768px) {
  .top-header__content__title {
    font-size: 1.75rem;
  }
}
.top-header__content__title .char {
  transition: all 1s ease;
  clip-path: inset(0 100% 0 0);
  transform: translateX(0.4em);
  display: inline-block;
}
.top-header__content__title .char:nth-child(1) {
  transition-delay: 0.8s;
}
.top-header__content__title .char:nth-child(2) {
  transition-delay: 0.85s;
}
.top-header__content__title .char:nth-child(3) {
  transition-delay: 0.9s;
}
.top-header__content__title .char:nth-child(4) {
  transition-delay: 0.95s;
}
.top-header__content__title .char:nth-child(5) {
  transition-delay: 1s;
}
.top-header__content__title .char:nth-child(6) {
  transition-delay: 1.05s;
}
.top-header__content__title .char:nth-child(7) {
  transition-delay: 1.1s;
}
.top-header__content__title .char:nth-child(8) {
  transition-delay: 1.15s;
}
.top-header__content__title .char:nth-child(9) {
  transition-delay: 1.2s;
}
.top-header__content__title .char:nth-child(10) {
  transition-delay: 1.25s;
}
.top-header__content__title .char:nth-child(11) {
  transition-delay: 1.3s;
}
.top-header__content__title .char:nth-child(12) {
  transition-delay: 1.35s;
}
.top-header__content__title .char:nth-child(13) {
  transition-delay: 1.4s;
}
.top-header__content__title .char:nth-child(14) {
  transition-delay: 1.45s;
}
.top-header__content__title .char:nth-child(15) {
  transition-delay: 1.5s;
}
.top-header__content__title .char:nth-child(16) {
  transition-delay: 1.55s;
}
.top-header__content__title .char:nth-child(17) {
  transition-delay: 1.6s;
}
.top-header__content__title .char:nth-child(18) {
  transition-delay: 1.65s;
}
.top-header__content__title .char:nth-child(19) {
  transition-delay: 1.7s;
}
.top-header__content__title .char:nth-child(20) {
  transition-delay: 1.75s;
}
.top-header__content__title .char:nth-child(21) {
  transition-delay: 1.8s;
}
.top-header__content__title .char:nth-child(22) {
  transition-delay: 1.85s;
}
.top-header__content__title .char:nth-child(23) {
  transition-delay: 1.9s;
}
.top-header__content__title .char:nth-child(24) {
  transition-delay: 1.95s;
}
.top-header__content__title .char:nth-child(25) {
  transition-delay: 2s;
}
.top-header__content__title .char:nth-child(26) {
  transition-delay: 2.05s;
}
.top-header__content__title .char:nth-child(27) {
  transition-delay: 2.1s;
}
.top-header__content__title .char:nth-child(28) {
  transition-delay: 2.15s;
}
.top-header__content__title .char:nth-child(29) {
  transition-delay: 2.2s;
}
.top-header__content__title .char:nth-child(30) {
  transition-delay: 2.25s;
}
.top-header__content__title .number {
  font-size: 1.15em;
  letter-spacing: 0.1em;
}
.top-header__content__title .line2 {
  letter-spacing: 0.03em;
}
.top-header__content__title .line3 {
  letter-spacing: -0.15em;
}
.top-header__content__title.onAnim .char {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.top-header-spacer {
  aspect-ratio: 1920/1165;
  margin-bottom: 2.5rem;
}
@media all and (max-width: 768px) {
  .top-header-spacer {
    aspect-ratio: 390/610;
  }
}

.top-movie-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: fixed;
  z-index: 1050;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.75rem;
  padding: 1em 2em;
  min-width: 14em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
  transition: all 0.5s ease;
  top: 2.5rem;
  right: 4.375rem;
}
.top-movie-btn.is-replay {
  top: 10.875rem;
  right: 4.375rem;
}
.top-movie-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media all and (max-width: 1280px) {
  .top-movie-btn {
    right: 1.875rem;
    top: min(2.125rem, 3vw);
  }
  .top-movie-btn.is-replay {
    right: 7.5rem;
    top: min(2.125rem, 3vw);
  }
}
@media all and (max-width: 768px) {
  .top-movie-btn {
    padding: 0.75em;
    min-width: auto;
    right: 1.25rem;
    top: 90svh;
  }
  .top-movie-btn.is-replay {
    right: 1.25rem;
    top: 1.5625rem;
    bottom: auto;
    position: fixed;
  }
  .top-movie-btn.is-replay.scrolled {
    top: 1.25rem;
  }
  .top-movie-btn.is-replay.is-hidden {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.top-movie-btn:after {
  content: "";
  width: 0.6em;
  height: 1.1em;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.top-movie {
  position: absolute;
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
.top-movie:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/movie_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 1s ease 2s;
}
@media all and (max-width: 768px) {
  .top-movie:before {
    background-color: #000;
    background-size: contain;
    background-image: url(../images/top/movie_bg-sp.webp);
  }
}
@media all and (max-width: 768px) {
  .top-movie {
    aspect-ratio: auto;
    height: 100vh;
    height: 100dvh;
  }
}
.top-movie__pc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 1.5s ease 0.1s;
  opacity: 0;
}
@media all and (max-width: 768px) {
  .top-movie__pc {
    display: none;
  }
}
.top-movie__pc iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.25;
}
.top-movie__sp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 1.5s ease 0.1s;
  opacity: 0;
}
@media all and (min-width: 769px) {
  .top-movie__sp {
    display: none;
  }
}
.top-movie__sp iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.25;
  transition: all 1.5s ease 0.1s;
}
.top-movie.is-loaded:before {
  opacity: 0;
}
.top-movie.is-loaded .top-movie__pc {
  opacity: 1;
}
.top-movie.is-loaded .top-movie__sp {
  opacity: 1;
}
.top-movie.is-loaded .top-movie__sp.sp-bar:before {
  opacity: 1;
  transform: scaleY(0);
}
.top-movie.is-loaded .top-movie__sp.sp-bar:after {
  opacity: 1;
  transform: scaleY(0);
}

.top-section1 {
  position: relative;
  padding-top: 6.25rem;
}
@media all and (max-width: 768px) {
  .top-section1 {
    padding-top: 3.125rem;
    background-color: #fff;
  }
}
.top-section1__bg {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 60px, #fff 200px);
}
@media all and (max-width: 768px) {
  .top-section1__bg {
    background: linear-gradient(to bottom, transparent 60px, #F3F5F9 100px);
  }
}
.top-section1__inner {
  position: relative;
  z-index: 5;
}
.top-section1__inner:before {
  content: "";
  position: absolute;
  top: 600px;
  left: 0;
  width: 100%;
  height: calc(100% - 600px);
  background-image: url(../images/top/section1_bg.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .top-section1__inner:before {
    top: 900px;
    height: calc(100% - 900px);
  }
}
@media all and (max-width: 768px) {
  .top-section1__inner:before {
    top: -6rem;
    height: 62.5rem;
  }
}
.top-section1__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  z-index: 2;
  mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
@media all and (max-width: 768px) {
  .top-section1__inner:after {
    display: none;
  }
}
.top-section1__content {
  position: relative;
  z-index: 5;
}

.top-lead {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .top-lead {
    height: 900px;
  }
}
@media all and (max-width: 768px) {
  .top-lead {
    height: auto;
  }
}
.top-lead .inner {
  max-width: 64.875rem;
  width: 100%;
}
.top-lead .inner-box {
  width: 100%;
}
.top-lead__content {
  width: 100%;
}
.top-lead__content__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
  background-image: url(../images/top/lead_bg.svg);
  background-size: contain;
  background-position: top 65% center;
  background-repeat: no-repeat;
  background-size: 45%;
}
@media all and (max-width: 768px) {
  .top-lead__content__title-wrap {
    background-size: 60%;
    background-position: top 60% center;
    margin-bottom: 1.25rem;
  }
}
.top-lead__content__lead {
  font-size: 2.25rem;
  letter-spacing: 0.075em;
  text-align: center;
  color: #807B69;
  line-height: 1.5;
}
.top-lead__content__lead .small {
  font-size: 0.8em;
}
.top-lead__content__lead .lg {
  font-size: 1.5em;
}
.top-lead__content__lead .mr {
  margin-right: 0.4em;
}
@media all and (max-width: 1024px) {
  .top-lead__content__lead {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 768px) {
  .top-lead__content__lead {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.top-lead__content__lead .char {
  transition: all 1s ease;
  clip-path: inset(0 100% 0 0);
  transform: translateX(0.4em);
  display: inline-block;
}
.top-lead__content__lead .char:nth-child(1) {
  transition-delay: 0.05s;
}
.top-lead__content__lead .char:nth-child(2) {
  transition-delay: 0.1s;
}
.top-lead__content__lead .char:nth-child(3) {
  transition-delay: 0.15s;
}
.top-lead__content__lead .char:nth-child(4) {
  transition-delay: 0.2s;
}
.top-lead__content__lead .char:nth-child(5) {
  transition-delay: 0.25s;
}
.top-lead__content__lead .char:nth-child(6) {
  transition-delay: 0.3s;
}
.top-lead__content__lead .char:nth-child(7) {
  transition-delay: 0.35s;
}
.top-lead__content__lead .char:nth-child(8) {
  transition-delay: 0.4s;
}
.top-lead__content__lead .char:nth-child(9) {
  transition-delay: 0.45s;
}
.top-lead__content__lead .char:nth-child(10) {
  transition-delay: 0.5s;
}
.top-lead__content__lead .char:nth-child(11) {
  transition-delay: 0.55s;
}
.top-lead__content__lead .char:nth-child(12) {
  transition-delay: 0.6s;
}
.top-lead__content__lead .char:nth-child(13) {
  transition-delay: 0.65s;
}
.top-lead__content__lead .char:nth-child(14) {
  transition-delay: 0.7s;
}
.top-lead__content__lead .char:nth-child(15) {
  transition-delay: 0.75s;
}
.top-lead__content__lead .char:nth-child(16) {
  transition-delay: 0.8s;
}
.top-lead__content__lead .char:nth-child(17) {
  transition-delay: 0.85s;
}
.top-lead__content__lead .char:nth-child(18) {
  transition-delay: 0.9s;
}
.top-lead__content__lead .char:nth-child(19) {
  transition-delay: 0.95s;
}
.top-lead__content__lead .char:nth-child(20) {
  transition-delay: 1s;
}
.top-lead__content__lead .char:nth-child(21) {
  transition-delay: 1.05s;
}
.top-lead__content__lead .char:nth-child(22) {
  transition-delay: 1.1s;
}
.top-lead__content__lead .char:nth-child(23) {
  transition-delay: 1.15s;
}
.top-lead__content__lead .char:nth-child(24) {
  transition-delay: 1.2s;
}
.top-lead__content__lead .char:nth-child(25) {
  transition-delay: 1.25s;
}
.top-lead__content__lead .char:nth-child(26) {
  transition-delay: 1.3s;
}
.top-lead__content__lead .char:nth-child(27) {
  transition-delay: 1.35s;
}
.top-lead__content__lead .char:nth-child(28) {
  transition-delay: 1.4s;
}
.top-lead__content__lead .char:nth-child(29) {
  transition-delay: 1.45s;
}
.top-lead__content__lead .char:nth-child(30) {
  transition-delay: 1.5s;
}
.top-lead__content__lead .char:nth-child(31) {
  transition-delay: 1.55s;
}
.top-lead__content__lead .char:nth-child(32) {
  transition-delay: 1.6s;
}
.top-lead__content__lead .char:nth-child(33) {
  transition-delay: 1.65s;
}
.top-lead__content__lead .char:nth-child(34) {
  transition-delay: 1.7s;
}
.top-lead__content__lead .char:nth-child(35) {
  transition-delay: 1.75s;
}
.top-lead__content__lead .char:nth-child(36) {
  transition-delay: 1.8s;
}
.top-lead__content__lead .char:nth-child(37) {
  transition-delay: 1.85s;
}
.top-lead__content__lead .char:nth-child(38) {
  transition-delay: 1.9s;
}
.top-lead__content__lead .char:nth-child(39) {
  transition-delay: 1.95s;
}
.top-lead__content__lead .char:nth-child(40) {
  transition-delay: 2s;
}
.top-lead__content__lead.onAnim .char {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.top-lead__content__title {
  color: #807B69;
  font-size: 3.25rem;
  letter-spacing: 0.075em;
  line-height: 1.1;
  margin-bottom: 0.4em;
}
@media all and (max-width: 1024px) {
  .top-lead__content__title {
    font-size: 2.625rem;
  }
}
@media all and (max-width: 768px) {
  .top-lead__content__title {
    font-size: 1.875rem;
  }
}
.top-lead__content__title .sup {
  font-size: 0.4em;
  vertical-align: 1.25em;
}
.top-lead__content__title .lg {
  font-size: 1.75em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.top-lead__content__title .char {
  transition: all 1s ease;
  clip-path: inset(0 100% 0 0);
  transform: translateX(0.4em);
  display: inline-block;
}
.top-lead__content__title .char:nth-child(1) {
  transition-delay: 0.05s;
}
.top-lead__content__title .char:nth-child(2) {
  transition-delay: 0.1s;
}
.top-lead__content__title .char:nth-child(3) {
  transition-delay: 0.15s;
}
.top-lead__content__title .char:nth-child(4) {
  transition-delay: 0.2s;
}
.top-lead__content__title .char:nth-child(5) {
  transition-delay: 0.25s;
}
.top-lead__content__title .char:nth-child(6) {
  transition-delay: 0.3s;
}
.top-lead__content__title .char:nth-child(7) {
  transition-delay: 0.35s;
}
.top-lead__content__title .char:nth-child(8) {
  transition-delay: 0.4s;
}
.top-lead__content__title .char:nth-child(9) {
  transition-delay: 0.45s;
}
.top-lead__content__title .char:nth-child(10) {
  transition-delay: 0.5s;
}
.top-lead__content__title .char:nth-child(11) {
  transition-delay: 0.55s;
}
.top-lead__content__title .char:nth-child(12) {
  transition-delay: 0.6s;
}
.top-lead__content__title .char:nth-child(13) {
  transition-delay: 0.65s;
}
.top-lead__content__title .char:nth-child(14) {
  transition-delay: 0.7s;
}
.top-lead__content__title .char:nth-child(15) {
  transition-delay: 0.75s;
}
.top-lead__content__title .char:nth-child(16) {
  transition-delay: 0.8s;
}
.top-lead__content__title .char:nth-child(17) {
  transition-delay: 0.85s;
}
.top-lead__content__title .char:nth-child(18) {
  transition-delay: 0.9s;
}
.top-lead__content__title .char:nth-child(19) {
  transition-delay: 0.95s;
}
.top-lead__content__title .char:nth-child(20) {
  transition-delay: 1s;
}
.top-lead__content__title .char:nth-child(21) {
  transition-delay: 1.05s;
}
.top-lead__content__title .char:nth-child(22) {
  transition-delay: 1.1s;
}
.top-lead__content__title .char:nth-child(23) {
  transition-delay: 1.15s;
}
.top-lead__content__title .char:nth-child(24) {
  transition-delay: 1.2s;
}
.top-lead__content__title .char:nth-child(25) {
  transition-delay: 1.25s;
}
.top-lead__content__title .char:nth-child(26) {
  transition-delay: 1.3s;
}
.top-lead__content__title .char:nth-child(27) {
  transition-delay: 1.35s;
}
.top-lead__content__title .char:nth-child(28) {
  transition-delay: 1.4s;
}
.top-lead__content__title .char:nth-child(29) {
  transition-delay: 1.45s;
}
.top-lead__content__title .char:nth-child(30) {
  transition-delay: 1.5s;
}
.top-lead__content__title.onAnim .char {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.top-lead__content__point {
  width: 150%;
  margin: 0 auto;
  position: relative;
  left: -25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem 0;
  color: #807B69;
  font-size: 1.3125rem;
}
@media (max-width: 1560px) {
  .top-lead__content__point {
    width: 130%;
    left: -15%;
  }
}
@media (max-width: 1366px) {
  .top-lead__content__point {
    width: 120%;
    left: -10%;
  }
}
@media (max-width: 1280px) {
  .top-lead__content__point {
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 1140px) {
  .top-lead__content__point {
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 1024px) {
  .top-lead__content__point {
    grid-template-columns: 1fr;
    max-width: 43.75rem;
    gap: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .top-lead__content__point {
    width: 94%;
    margin: 0 auto;
    gap: 1.25rem;
    font-size: 0.9375rem;
  }
}
.top-lead__content__point .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.7em;
  padding: 0 0.625rem;
}
@media all and (max-width: 1024px) {
  .top-lead__content__point .item {
    padding: 0;
  }
}
.top-lead__content__point .item:nth-child(1), .top-lead__content__point .item:nth-child(3) {
  border-right: 1px solid #807B69;
}
@media all and (max-width: 1024px) {
  .top-lead__content__point .item:nth-child(1), .top-lead__content__point .item:nth-child(3) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #807B69;
    border-bottom: 1px solid #807B69;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media all and (max-width: 1024px) and (max-width: 768px) {
  .top-lead__content__point .item:nth-child(1), .top-lead__content__point .item:nth-child(3) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media all and (max-width: 1280px) {
  .top-lead__content__point .item:nth-child(1) {
    border-right: none;
  }
}
@media all and (max-width: 1024px) {
  .top-lead__content__point .item:nth-child(1) {
    border-top: none;
  }
}
.top-lead__content__point .item .bd {
  width: 100%;
}
.top-lead__content__point .item .bd svg {
  width: 100%;
  display: block;
}
.top-lead__content__point .item .text {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.top-lead__content__point .item .text img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .top-lead__content__point .item .text {
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  .top-lead__content__point .item:nth-child(3) .text {
    width: 69.1275167785%;
  }
  .top-lead__content__point .item:nth-child(1) .text {
    width: 80.5369127517%;
  }
  .top-lead__content__point .item:nth-child(4) .text {
    width: 80.3691275168%;
  }
}

.top-scroll-text {
  color: #4D421F;
  border-top: 1px solid #4D421F;
  border-bottom: 1px solid #4D421F;
  font-size: 1.5rem;
  padding: 0.5em 0;
  line-height: 1.3;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .top-scroll-text {
    margin-top: 3.125rem;
    font-size: 1rem;
  }
}
.top-scroll-text__inner {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
  -webkit-text-size-adjust: none;
  backface-visibility: hidden;
}
.top-scroll-text__text {
  white-space: nowrap;
}
.top-scroll-text__text .sup {
  font-size: 0.5em;
  vertical-align: 1.2em;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-entry {
  padding-top: 7.5rem;
}
@media all and (max-width: 768px) {
  .top-entry {
    padding-top: 5rem;
  }
}
.top-entry__title {
  text-align: center;
  color: #4D421F;
  font-size: 2.5rem;
}
@media all and (max-width: 768px) {
  .top-entry__title {
    font-size: 1.5rem;
  }
}
.top-entry__button {
  width: 100%;
  max-width: 17.125rem;
  background-color: #807B69;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  border-radius: 0 1.875rem 0 1.875rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-entry__button:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .top-entry__button {
    height: 3rem;
    max-width: 13.125rem;
    border-radius: 0 1.25rem 0 1.25rem;
    font-size: 0.875rem;
  }
}
.top-entry__button:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-entry__button:hover:before {
    opacity: 1;
  }
  .top-entry__button:hover:after {
    transform: translateY(-50%) translateX(50%) scaleX(1);
  }
}
.top-entry__button:active:before {
  opacity: 1;
}
.top-entry__button:active:after {
  transform: translateY(-50%) translateX(50%) scaleX(1);
}
.top-entry__button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #AAA183 0%, #807B69 100%);
  border-radius: 0 1.875rem 0 1.875rem;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.top-entry__button:before:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .top-entry__button:before {
    border-radius: 0 1.25rem 0 1.25rem;
  }
}
.top-entry__button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 11.25rem;
  height: 0.125rem;
  background-color: #A58866;
  transform-origin: left center;
  transform: translateY(-50%) translateX(50%) scaleX(0);
  transition: all 0.2s ease 0s;
}
.top-entry__button:after:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .top-entry__button:after {
    width: 5rem;
  }
}
.top-entry__button span {
  position: relative;
  z-index: 5;
}

.top-concept {
  padding-top: 7.5rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .top-concept {
    padding-top: 5rem;
  }
}
.top-concept__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  color: #807B69;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 4.375rem;
}
@media all and (max-width: 768px) {
  .top-concept__title {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
.top-concept__title .main {
  height: 1.875rem;
}
@media all and (max-width: 768px) {
  .top-concept__title .main {
    height: 1.125rem;
  }
}
.top-concept__title .main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.top-concept__content {
  height: 53.125rem;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media all and (max-width: 768px) {
  .top-concept__content {
    height: 37.875rem;
  }
}
.top-concept__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 74.3125rem;
  height: 100%;
  backface-visibility: hidden;
}
@media all and (max-width: 768px) {
  .top-concept__img {
    width: 53.125rem;
    left: 53%;
  }
}
.top-concept__img > img {
  width: auto;
  height: 100%;
  display: block;
  clip-path: url(#concept-clip-path);
  -webkit-clip-path: url(#concept-clip-path);
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media all and (max-width: 768px) {
  .top-concept__img > img {
    width: 100%;
    height: auto;
  }
}
.top-concept__img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.top-concept__img .mask svg {
  width: 100%;
  display: block;
}
.top-concept__main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  color: #fff;
  width: 100%;
}
.top-concept__main__title {
  font-size: 3.125rem;
  line-height: 1.4;
  margin-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.075em;
  padding-left: 0.45em;
}
.top-concept__main__title .number {
  font-size: 1.15em;
  letter-spacing: 0.1em;
}
.top-concept__main__title .line2 {
  letter-spacing: 0.03em;
}
.top-concept__main__title .line3 {
  letter-spacing: -0.15em;
}
@media all and (max-width: 1024px) {
  .top-concept__main__title {
    font-size: 2.625rem;
  }
}
@media all and (max-width: 768px) {
  .top-concept__main__title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    padding-left: 0.3em;
  }
}
.top-concept__main__text {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2.45;
}
@media all and (max-width: 1024px) {
  .top-concept__main__text {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 768px) {
  .top-concept__main__text {
    font-size: 0.8125rem;
    line-height: 2.2;
  }
}
.top-concept__caption {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1.875rem;
  max-width: 72.5rem;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 0.625rem;
}
@media all and (min-width: 1281px) {
  .top-concept__caption {
    margin-top: -1.875rem;
  }
}
@media all and (max-width: 768px) {
  .top-concept__caption {
    font-size: 0.625rem;
  }
}

.top-shinkamakura-img {
  padding-top: 5rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .top-shinkamakura-img {
    padding-top: 8.125rem;
    margin-top: -5rem;
    background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
    padding-bottom: 1.25rem;
  }
}
.top-shinkamakura-img__logo {
  width: 21.8125rem;
  margin: 0 auto 0.625rem;
  transform: translateY(100%);
  transition: all 2s ease;
  opacity: 0;
}
.top-shinkamakura-img__logo.onAnim {
  transform: translateY(0);
  opacity: 1;
}
@media all and (max-width: 768px) {
  .top-shinkamakura-img__logo {
    width: 12.125rem;
  }
}
.top-shinkamakura-img__img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.top-shinkamakura-img__img img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .top-shinkamakura-img__img img {
    width: 130%;
    max-width: 130%;
    margin-left: -22%;
  }
}
.top-shinkamakura-img figcaption {
  font-size: 0.75rem;
  text-align: right;
  position: absolute;
  padding: 1em;
  color: #fff;
  right: 0;
  bottom: 0;
  line-height: 1.2;
}
@media all and (max-width: 768px) {
  .top-shinkamakura-img figcaption {
    font-size: 0.625rem;
    color: #002662;
    bottom: -2.5em;
  }
}

.top-section2 {
  padding-top: 12.5rem;
  overflow: hidden;
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
}
@media all and (max-width: 768px) {
  .top-section2 {
    padding-top: 3.75rem;
  }
}

.top-content {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.top-content img {
  display: block;
  pointer-events: none;
}
.top-content__main {
  background-color: #fff;
}
.top-content__main__content {
  padding: 2.5rem 5rem 5rem;
}
@media all and (max-width: 1024px) {
  .top-content__main__content {
    padding: 2.5rem 2.5rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .top-content__main__content {
    padding: 1.875rem 1.875rem 3.75rem;
  }
}
.top-content__main__content .sup {
  font-size: 0.5em;
  vertical-align: 1em;
}
.top-content__main__title {
  height: 4.1875rem;
}
@media all and (max-width: 1280px) {
  .top-content__main__title {
    height: min(4.5vw, 4.1875rem);
  }
}
@media all and (max-width: 768px) {
  .top-content__main__title {
    height: 2rem;
  }
}
.top-content__main__title img {
  display: block;
  height: 100%;
  width: auto;
}
.top-content__main__sub-title {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem;
  color: #807B69;
  position: relative;
}
.top-content__main__sub-title:after {
  content: "";
  width: 5.9375rem;
  height: 1px;
  background-color: #002662;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 768px) {
  .top-content__main__sub-title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
.top-content__main__text {
  font-size: 1.125rem;
}
@media all and (max-width: 1280px) {
  .top-content__main__text {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 768px) {
  .top-content__main__text {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.top-content figcaption {
  font-size: 0.75rem;
}
@media all and (max-width: 768px) {
  .top-content figcaption {
    font-size: 0.625rem;
  }
}

.top-content-1 {
  margin-bottom: 12.5rem;
}
@media all and (max-width: 768px) {
  .top-content-1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.75rem;
  }
}
.top-content-1 .top-content__main {
  max-width: 54.6875rem;
}
@media all and (max-width: 1024px) {
  .top-content-1 .top-content__main {
    max-width: 37.5rem;
  }
}
@media all and (max-width: 768px) {
  .top-content-1 .top-content__main {
    max-width: calc(100% + 1.25rem);
    width: calc(100% + 1.25rem);
  }
}
.top-content-1__img1 {
  position: absolute;
  top: 0;
  right: -4%;
  z-index: 3;
  width: min(47%, 59.375rem);
  translate: 0 -10%;
}
@media all and (max-width: 1280px) {
  .top-content-1__img1 {
    width: min(44%, 59.375rem);
    right: -4%;
  }
}
@media all and (max-width: 1024px) {
  .top-content-1__img1 {
    translate: 0 -45%;
  }
}
@media all and (max-width: 768px) {
  .top-content-1__img1 {
    position: static;
    translate: 0 0;
    width: 100%;
    margin-top: -1.875rem;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 15%;
  }
}
.top-content-1__img1 figcaption {
  text-align: right;
  width: min(83%, 48.75rem);
  position: absolute;
  bottom: 1.5625rem;
  font-size: 0.75rem;
  left: 0;
  color: #fff;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.9);
}
@media all and (max-width: 768px) {
  .top-content-1__img1 figcaption {
    width: 80%;
    bottom: 0.9375rem;
    font-size: 0.625rem;
  }
}
.top-content-1__img2 {
  width: min(64%, 72rem);
  position: relative;
  z-index: 5;
  left: 3%;
  margin-top: 3.125rem;
}
@media all and (max-width: 1280px) {
  .top-content-1__img2 {
    left: -6%;
  }
}
@media all and (max-width: 768px) {
  .top-content-1__img2 {
    order: 99;
    margin-top: 0;
    width: 116%;
    margin-left: -8%;
    left: 0;
  }
}
.top-content-1__img2 figcaption {
  font-size: 0.75rem;
  text-align: right;
  padding-right: 2em;
}
@media all and (max-width: 768px) {
  .top-content-1__img2 figcaption {
    font-size: 0.625rem;
    padding-right: 3.5em;
  }
}
.top-content-1__img2 img {
  width: 100%;
}
.top-content-1__img3 {
  margin-left: auto;
  position: relative;
  z-index: 5;
  width: 36%;
  margin-top: -26%;
}
@media all and (max-width: 768px) {
  .top-content-1__img3 {
    margin-top: 0;
    order: 50;
    width: 60%;
    margin: 1.25rem auto 1.875rem;
  }
}
.top-content-1__img3 img {
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .top-content-1__img3 img {
    width: 90%;
    margin-right: 15%;
  }
}
@media all and (max-width: 768px) {
  .top-content-1__img3 img {
    width: 100%;
    margin-right: 0;
  }
}
.top-content-1__img3 figcaption {
  font-size: 0.75rem;
  text-align: right;
  width: 85%;
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  color: #fff;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.9);
}
@media all and (max-width: 1024px) {
  .top-content-1__img3 figcaption {
    width: 80%;
    margin-right: 15%;
    bottom: 0.9375rem;
  }
}
@media all and (max-width: 768px) {
  .top-content-1__img3 figcaption {
    width: 90%;
    margin: -0.3125rem auto 0;
    font-size: 0.625rem;
    width: 92%;
  }
}

.top-content-2 {
  margin-bottom: 12.5rem;
  padding-top: 6.25rem;
  position: relative;
}
@media all and (max-width: 1280px) {
  .top-content-2 {
    padding-top: 6.25rem;
  }
}
@media all and (max-width: 1024px) {
  .top-content-2 {
    padding-top: 0rem;
  }
}
@media all and (max-width: 768px) {
  .top-content-2 {
    margin-bottom: 3.75rem;
    padding-top: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .top-content-2__columnWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.top-content-2 .top-content__main {
  max-width: 49.25rem;
  position: relative;
  z-index: 10;
  margin-top: -47.5rem;
}
@media (max-width: 1600px) {
  .top-content-2 .top-content__main {
    margin-top: -57%;
  }
}
@media (max-width: 1400px) {
  .top-content-2 .top-content__main {
    margin-top: -50%;
    max-width: 37.5rem;
  }
}
@media all and (max-width: 1024px) {
  .top-content-2 .top-content__main {
    max-width: 31.25rem;
  }
}
@media all and (max-width: 768px) {
  .top-content-2 .top-content__main {
    width: 100%;
    margin-top: -1.875rem;
  }
}
.top-content-2__logo {
  mix-blend-mode: multiply;
  position: absolute;
  width: min(88%, 103.75rem);
  top: -29%;
  left: -15%;
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 1024px) {
  .top-content-2__logo {
    top: -20%;
  }
}
@media all and (max-width: 768px) {
  .top-content-2__logo {
    top: -20%;
    left: -25%;
    width: 88%;
  }
}
.top-content-2__img1 {
  width: min(74%, 81.5rem);
  margin-left: auto;
  margin-right: 0%;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .top-content-2__img1 {
    width: 100%;
    margin-left: 9%;
    margin-top: -6%;
    z-index: 15;
  }
}
.top-content-2__img1 figcaption {
  position: absolute;
  color: #fff;
  bottom: 5%;
  left: clamp(70%, 43vw, 71.875rem);
  text-align: right;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
}
@media (max-width: 1740px) {
  .top-content-2__img1 figcaption {
    left: 5%;
    text-align: left;
  }
}
@media (max-width: 1400px) {
  .top-content-2__img1 figcaption {
    left: 22%;
  }
}
@media all and (max-width: 1024px) {
  .top-content-2__img1 figcaption {
    bottom: auto;
    left: auto;
    right: 16%;
    top: 5%;
    text-align: right;
  }
}
@media all and (max-width: 768px) {
  .top-content-2__img1 figcaption {
    top: auto;
    bottom: 12%;
    right: 13%;
  }
}
.top-content-2__imgWrap1 {
  max-width: 100rem;
  margin: 0 auto;
  padding-left: 9%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 6%;
  margin-top: 9%;
}
@media all and (max-width: 768px) {
  .top-content-2__imgWrap1 {
    position: relative;
    z-index: 15;
    display: block;
    padding-left: 0;
  }
}
.top-content-2__img2 {
  position: relative;
  z-index: 5;
  margin-top: -2%;
  translate: 0% -20%;
}
@media (max-width: 1800px) {
  .top-content-2__img2 {
    translate: 1vw -10%;
  }
}
@media all and (max-width: 1024px) {
  .top-content-2__img2 {
    margin-top: -15%;
  }
}
@media all and (max-width: 768px) {
  .top-content-2__img2 {
    margin-top: 0;
    width: 45%;
    margin-left: auto;
    margin-right: 1.25rem;
  }
}
.top-content-2__img2 figcaption {
  position: absolute;
  color: #fff;
  bottom: 2%;
  right: 7%;
}
.top-content-2__img3 {
  position: relative;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .top-content-2__img3 {
    width: 130%;
    margin-left: -15%;
    margin-top: -15%;
  }
}
.top-content-2__img3 figcaption {
  position: absolute;
  color: #fff;
  bottom: 4%;
  right: 4%;
}
@media all and (max-width: 768px) {
  .top-content-2__img3 figcaption {
    right: 13%;
  }
}

.top-content-3 {
  margin-bottom: 7.5rem;
}
@media all and (max-width: 768px) {
  .top-content-3 {
    margin-bottom: 2.5rem;
  }
}
.top-content-3__main-wrap__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 81.25rem;
}
@media all and (max-width: 768px) {
  .top-content-3__main-wrap__inner {
    display: block;
  }
}
.top-content-3 .top-content__main {
  max-width: 47.75rem;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: max(-43.75rem, -41vw);
}
@media all and (max-width: 1280px) {
  .top-content-3 .top-content__main {
    max-width: 60%;
  }
}
@media all and (max-width: 768px) {
  .top-content-3 .top-content__main {
    max-width: calc(100% + 0.625rem);
    width: calc(100% + 0.625rem);
    margin-left: -1.25rem;
    margin-top: -1.875rem;
  }
}
@media all and (max-width: 768px) {
  .top-content-3__columnWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.top-content-3__img1 {
  width: min(50%, 64.0625rem);
  margin-left: -3%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .top-content-3__img1 {
    translate: 0 45%;
  }
}
@media all and (max-width: 768px) {
  .top-content-3__img1 {
    translate: 0 0;
    width: 108%;
    margin-left: -10%;
    margin-top: -8%;
    z-index: 15;
  }
}
.top-content-3__img1 .figcaption {
  text-align: right;
}
.top-content-3__img2 {
  width: min(50%, 64.0625rem);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 8;
  margin-top: -9%;
}
@media (max-width: 1600px) {
  .top-content-3__img2 {
    margin-top: max(-6%, -4vw);
  }
}
@media all and (max-width: 1024px) {
  .top-content-3__img2 {
    margin-top: -2%;
  }
}
@media all and (max-width: 768px) {
  .top-content-3__img2 {
    z-index: 13;
    width: 90%;
    margin-left: auto;
    margin-right: 0%;
    margin-top: 1.25rem;
  }
}
.top-content-3__img2 .figcaption1 {
  position: absolute;
  color: #fff;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}
@media (max-width: 1600px) {
  .top-content-3__img2 .figcaption1 {
    font-size: min(3rem, 3.5vw);
  }
}
@media all and (max-width: 768px) {
  .top-content-3__img2 .figcaption1 {
    font-size: 1.5625rem;
  }
}
.top-content-3__img2 .figcaption2 {
  position: absolute;
  color: #fff;
  bottom: 3%;
  right: 7%;
}
@media all and (max-width: 768px) {
  .top-content-3__img2 .figcaption2 {
    right: 5%;
  }
}
.top-content-3__img3 {
  width: min(30%, 32.3125rem);
  position: relative;
  margin-left: auto;
  margin-right: min(55%, 71.25rem);
  z-index: 8;
  margin-top: -17%;
}
@media all and (max-width: 768px) {
  .top-content-3__img3 {
    z-index: 3;
    width: 70%;
    margin-left: -5%;
    margin-top: -1.5625rem;
  }
}
.top-content-3__img3 .figcaption1 {
  position: absolute;
  color: #fff;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}
@media (max-width: 1600px) {
  .top-content-3__img3 .figcaption1 {
    font-size: min(3rem, 3.5vw);
  }
}
@media all and (max-width: 768px) {
  .top-content-3__img3 .figcaption1 {
    font-size: 1.5625rem;
  }
}
.top-content-3__img3 .figcaption2 {
  position: absolute;
  color: #fff;
  bottom: 3%;
  right: 7%;
}
@media all and (max-width: 768px) {
  .top-content-3__img3 .figcaption2 {
    right: 2%;
  }
}

.top-content-cad-img {
  margin-bottom: 12.5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .top-content-cad-img {
    margin-bottom: 3.75rem;
  }
}
.top-content-cad-img__img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.top-content-cad-img__img img {
  width: 100%;
}
.top-content-cad-img__img figcaption {
  text-align: right;
  margin-top: 0.625rem;
  padding-right: 1.25rem;
  line-height: 1;
  font-size: 0.75rem;
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  color: #fff;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.9);
}
@media all and (max-width: 768px) {
  .top-content-cad-img__img figcaption {
    font-size: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 0.3125rem;
    bottom: -1.25rem;
    text-shadow: none;
    color: #002662;
    text-align: right;
    padding-right: 0.625rem;
  }
}
.top-content-cad-img__logo {
  position: absolute;
  width: min(89%, 103.75rem);
  top: 0;
  translate: -78% -66%;
  left: 50%;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 768px) {
  .top-content-cad-img__logo {
    translate: -82% -26%;
  }
}

.top-content-4 {
  margin-bottom: 12.5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .top-content-4 {
    margin-bottom: 3.75rem;
    padding-top: 2.5rem;
  }
}
.top-content-4 .top-content__main {
  max-width: 52.75rem;
  position: relative;
  z-index: 5;
  margin-left: 13%;
}
@media all and (max-width: 1024px) {
  .top-content-4 .top-content__main {
    margin-left: 6%;
  }
}
@media all and (max-width: 768px) {
  .top-content-4 .top-content__main {
    margin-left: 0;
    width: calc(100% + 1.25rem);
    max-width: calc(100% + 1.25rem);
  }
}
.top-content-4__img1 {
  width: min(60%, 24.4375rem);
  position: relative;
  z-index: 10;
  margin-left: 65%;
  margin-top: max(-26.25rem, -31vw);
}
@media all and (max-width: 768px) {
  .top-content-4__img1 {
    margin-top: 0;
    width: 10.625rem;
    margin-left: 60%;
  }
}
.top-content-4__img1 figcaption {
  position: absolute;
  color: #fff;
  bottom: 3%;
  right: 7%;
}
@media (max-width: 1060px) {
  .top-content-4__img1 figcaption {
    right: auto;
    left: 7%;
  }
}
.top-content-4__img2 {
  width: min(65%, 74.9375rem);
  position: relative;
  z-index: 10;
  margin-top: max(-9.375rem, -12vw);
  margin-left: auto;
  margin-right: 37%;
}
@media all and (max-width: 1024px) {
  .top-content-4__img2 {
    margin-top: -15%;
  }
}
@media all and (max-width: 768px) {
  .top-content-4__img2 {
    margin-top: -3.125rem;
    width: 110%;
    margin-left: -5%;
  }
}
.top-content-4__img2 figcaption {
  position: absolute;
  color: #fff;
  bottom: 3%;
  right: 3%;
}
@media all and (max-width: 768px) {
  .top-content-4__img2 figcaption {
    right: 6%;
  }
}
.top-content-4__graph {
  width: min(50%, 66.5rem);
  position: absolute;
  z-index: 1;
  bottom: -18%;
  right: 0;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 768px) {
  .top-content-4__columnWrap {
    display: flex;
    flex-direction: column;
  }
  .top-content-4__columnWrap .top-content-4__img1 {
    order: 1;
    margin-top: 1.25rem;
    z-index: 15;
    position: relative;
  }
  .top-content-4__columnWrap .top-content-4__img2 {
    order: 0;
    margin-top: 0;
  }
  .top-content-4__columnWrap .top-content-4__graph {
    order: 2;
    position: static;
    width: 80%;
    margin-top: -55%;
  }
}

.top-content-5 {
  margin-bottom: 12.5rem;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .top-content-5 {
    margin-bottom: 3.75rem;
    padding-top: 1.25rem;
  }
}
.top-content-5 .top-content__main {
  max-width: 55.25rem;
  position: relative;
  margin-left: -0.625rem;
}
@media all and (max-width: 768px) {
  .top-content-5 .top-content__main {
    max-width: calc(100% + 1.25rem);
    width: calc(100% + 1.25rem);
    margin-left: 0;
  }
}
.top-content-5__img1 {
  width: min(60%, 24.4375rem);
  position: absolute;
  z-index: 10;
  top: -2%;
  left: 70%;
}
@media all and (max-width: 1280px) {
  .top-content-5__img1 {
    left: 60%;
  }
}
@media all and (max-width: 1024px) {
  .top-content-5__img1 {
    width: 45%;
    left: 68%;
  }
}
@media all and (max-width: 768px) {
  .top-content-5__img1 {
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: 1.25rem;
    margin-top: -0.9375rem;
  }
}
.top-content-5__img1 figcaption {
  position: absolute;
  color: #fff;
  bottom: 3%;
  right: 7%;
}
@media (max-width: 1580px) {
  .top-content-5__img1 figcaption {
    right: auto;
    left: 7%;
  }
}
@media all and (max-width: 768px) {
  .top-content-5__img1 figcaption {
    left: auto;
    right: 7%;
  }
}
.top-content-5__img2 {
  width: min(55%, 64.0625rem);
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: 3%;
  margin-top: -7%;
}
@media all and (max-width: 1024px) {
  .top-content-5__img2 {
    margin-top: -2%;
    width: 70%;
  }
}
@media all and (max-width: 768px) {
  .top-content-5__img2 {
    width: 110%;
    margin-left: -5%;
    margin-right: 0;
    margin-top: -5.9375rem;
  }
}
.top-content-5__img2 figcaption {
  position: absolute;
  color: #fff;
  bottom: 4%;
  right: 19%;
}
@media (max-width: 1580px) {
  .top-content-5__img2 figcaption {
    right: auto;
    left: 7%;
  }
}
@media all and (max-width: 768px) {
  .top-content-5__img2 figcaption {
    left: auto;
    right: 8%;
  }
}

.top-content-6 {
  margin-bottom: 12.5rem;
  position: relative;
}
@media all and (min-width: 769px) {
  .top-content-6 {
    margin-top: max(-20rem, -18vw);
  }
}
@media all and (max-width: 768px) {
  .top-content-6 {
    margin-bottom: 3.75rem;
  }
}
.top-content-6__logo {
  position: absolute;
  width: min(89%, 103.75rem);
  top: 0;
  translate: -78% -66%;
  left: 50%;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 768px) {
  .top-content-6__logo {
    display: none;
  }
}
.top-content-6__main-wrap__inner {
  max-width: 75rem;
  position: absolute;
  top: min(15vw, 15rem);
  left: 50%;
  translate: -50% 0;
  z-index: 5;
  width: 100%;
}
@media all and (max-width: 768px) {
  .top-content-6__main-wrap__inner {
    position: relative;
    top: 0;
    left: 0;
    translate: 0 0;
    z-index: 12;
  }
}
.top-content-6 .top-content__main {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  max-width: 47.25rem;
}
@media all and (max-width: 1280px) {
  .top-content-6 .top-content__main {
    max-width: 66%;
  }
}
@media all and (max-width: 1024px) {
  .top-content-6 .top-content__main {
    max-width: 62%;
  }
}
@media all and (max-width: 768px) {
  .top-content-6 .top-content__main {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}
.top-content-6__img1 {
  width: min(30%, 24.4375rem);
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: 70%;
}
@media all and (max-width: 768px) {
  .top-content-6__img1 {
    width: 60%;
    margin-right: auto;
    margin-left: -5%;
    margin-bottom: 1.25rem;
    margin-top: -0.9375rem;
    z-index: 15;
  }
}
.top-content-6__img1 figcaption {
  position: absolute;
  color: #fff;
  bottom: 2.3%;
  right: 6%;
}
.top-content-6__img2 {
  width: min(46%, 64.0625rem);
  position: relative;
  z-index: 5;
  margin-left: -2%;
  margin-top: -6%;
}
@media (max-width: 1400px) {
  .top-content-6__img2 {
    width: 43%;
  }
}
@media all and (max-width: 1280px) {
  .top-content-6__img2 {
    width: 43%;
    margin-left: -4%;
  }
}
@media all and (max-width: 768px) {
  .top-content-6__img2 {
    width: 110%;
    margin-left: -5%;
    margin-top: -15%;
  }
}
.top-content-6__img2 figcaption {
  position: absolute;
  color: #fff;
  bottom: 4%;
  right: 4%;
}
@media all and (max-width: 768px) {
  .top-content-6__img2 figcaption {
    right: 7%;
  }
}
.top-content-6__graph {
  width: min(30%, 32.8125rem);
  position: absolute;
  z-index: 1;
  top: 12%;
  right: 5%;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 1024px) {
  .top-content-6__graph {
    top: 40%;
  }
}
@media all and (max-width: 768px) {
  .top-content-6__graph {
    width: 52%;
    top: 32%;
    right: -6%;
  }
}
@media all and (max-width: 768px) {
  .top-content-6__columnWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.top-content-7 {
  position: relative;
}
.top-content-7 .top-content__main {
  max-width: 51.5625rem;
  position: relative;
  z-index: 5;
  margin-top: -14%;
}
@media all and (max-width: 1024px) {
  .top-content-7 .top-content__main {
    max-width: 70%;
  }
}
@media all and (max-width: 768px) {
  .top-content-7 .top-content__main {
    max-width: 100%;
    width: 100%;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.top-content-7__img1 {
  width: min(75%, 82.5625rem);
  margin-left: -10%;
  position: relative;
}
@media (max-width: 1640px) {
  .top-content-7__img1 {
    margin-left: -12%;
  }
}
@media all and (max-width: 768px) {
  .top-content-7__img1 {
    width: 110%;
    margin-left: -5%;
    margin-top: -15%;
    margin-bottom: 5%;
  }
}
.top-content-7__img1 figcaption {
  position: absolute;
  color: #fff;
  bottom: 19%;
  right: 4%;
}
@media (max-width: 1580px) {
  .top-content-7__img1 figcaption {
    bottom: 11.25rem;
  }
}
@media all and (max-width: 1280px) {
  .top-content-7__img1 figcaption {
    bottom: 24%;
  }
}
@media all and (max-width: 768px) {
  .top-content-7__img1 figcaption {
    bottom: 4.6875rem;
    right: 8%;
  }
}
.top-content-7__list {
  position: absolute;
  top: 15%;
  left: 60%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 1800px) {
  .top-content-7__list {
    left: 65%;
  }
}
@media (max-width: 1440px) {
  .top-content-7__list {
    gap: 0.9375rem;
    top: 5%;
  }
}
@media all and (max-width: 1024px) {
  .top-content-7__list {
    top: 2%;
  }
}
@media all and (max-width: 768px) {
  .top-content-7__list {
    position: relative;
    top: 0;
    left: 0;
    width: 17.375rem;
    margin: 0 auto;
  }
}
.top-content-7__list__item {
  height: 4.125rem;
}
@media (max-width: 1440px) {
  .top-content-7__list__item {
    height: 4.4vw;
  }
}
@media all and (max-width: 1280px) {
  .top-content-7__list__item {
    height: 4.4vw;
  }
}
@media all and (max-width: 768px) {
  .top-content-7__list__item {
    height: 3.125rem;
  }
}
.top-content-7__list__item img {
  height: 100%;
  width: auto;
}
.top-content-7__list__item a {
  display: block;
  height: 100%;
  width: auto;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-content-7__list__item a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-content-7__list__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-content-7__list__item a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .top-content-7__columnWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.processwrapper {
  position: relative;
}
.processwrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DD0000;
  opacity: 0.2;
  z-index: 5;
}
.processwrapper:after {
  content: var(--process-text, "作成中");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
  z-index: 8;
  color: #FFFFFF;
  text-shadow: -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000;
}

.cmn-sup {
  font-size: 0.5em;
  vertical-align: 1em;
}

.char {
  transition: all 1s ease;
  clip-path: inset(0 100% 0 0);
  transform: translateX(0.4em);
  display: inline-block;
}
.char:nth-child(1) {
  transition-delay: 0.16s;
}
.char:nth-child(2) {
  transition-delay: 0.22s;
}
.char:nth-child(3) {
  transition-delay: 0.28s;
}
.char:nth-child(4) {
  transition-delay: 0.34s;
}
.char:nth-child(5) {
  transition-delay: 0.4s;
}
.char:nth-child(6) {
  transition-delay: 0.46s;
}
.char:nth-child(7) {
  transition-delay: 0.52s;
}
.char:nth-child(8) {
  transition-delay: 0.58s;
}
.char:nth-child(9) {
  transition-delay: 0.64s;
}
.char:nth-child(10) {
  transition-delay: 0.7s;
}
.char:nth-child(11) {
  transition-delay: 0.76s;
}
.char:nth-child(12) {
  transition-delay: 0.82s;
}
.char:nth-child(13) {
  transition-delay: 0.88s;
}
.char:nth-child(14) {
  transition-delay: 0.94s;
}
.char:nth-child(15) {
  transition-delay: 1s;
}
.char:nth-child(16) {
  transition-delay: 1.06s;
}
.char:nth-child(17) {
  transition-delay: 1.12s;
}
.char:nth-child(18) {
  transition-delay: 1.18s;
}
.char:nth-child(19) {
  transition-delay: 1.24s;
}
.char:nth-child(20) {
  transition-delay: 1.3s;
}
.char:nth-child(21) {
  transition-delay: 1.36s;
}
.char:nth-child(22) {
  transition-delay: 1.42s;
}
.char:nth-child(23) {
  transition-delay: 1.48s;
}
.char:nth-child(24) {
  transition-delay: 1.54s;
}
.char:nth-child(25) {
  transition-delay: 1.6s;
}
.char:nth-child(26) {
  transition-delay: 1.66s;
}
.char:nth-child(27) {
  transition-delay: 1.72s;
}
.char:nth-child(28) {
  transition-delay: 1.78s;
}
.char:nth-child(29) {
  transition-delay: 1.84s;
}
.char:nth-child(30) {
  transition-delay: 1.9s;
}
.char:nth-child(31) {
  transition-delay: 1.96s;
}
.char:nth-child(32) {
  transition-delay: 2.02s;
}
.char:nth-child(33) {
  transition-delay: 2.08s;
}
.char:nth-child(34) {
  transition-delay: 2.14s;
}
.char:nth-child(35) {
  transition-delay: 2.2s;
}
.char:nth-child(36) {
  transition-delay: 2.26s;
}
.char:nth-child(37) {
  transition-delay: 2.32s;
}
.char:nth-child(38) {
  transition-delay: 2.38s;
}
.char:nth-child(39) {
  transition-delay: 2.44s;
}
.char:nth-child(40) {
  transition-delay: 2.5s;
}
.char:nth-child(41) {
  transition-delay: 2.56s;
}
.char:nth-child(42) {
  transition-delay: 2.62s;
}
.char:nth-child(43) {
  transition-delay: 2.68s;
}
.char:nth-child(44) {
  transition-delay: 2.74s;
}
.char:nth-child(45) {
  transition-delay: 2.8s;
}
.char:nth-child(46) {
  transition-delay: 2.86s;
}
.char:nth-child(47) {
  transition-delay: 2.92s;
}
.char:nth-child(48) {
  transition-delay: 2.98s;
}
.char:nth-child(49) {
  transition-delay: 3.04s;
}
.char:nth-child(50) {
  transition-delay: 3.1s;
}
.char:nth-child(51) {
  transition-delay: 3.16s;
}
.char:nth-child(52) {
  transition-delay: 3.22s;
}
.char:nth-child(53) {
  transition-delay: 3.28s;
}
.char:nth-child(54) {
  transition-delay: 3.34s;
}
.char:nth-child(55) {
  transition-delay: 3.4s;
}
.char:nth-child(56) {
  transition-delay: 3.46s;
}
.char:nth-child(57) {
  transition-delay: 3.52s;
}
.char:nth-child(58) {
  transition-delay: 3.58s;
}
.char:nth-child(59) {
  transition-delay: 3.64s;
}
.char:nth-child(60) {
  transition-delay: 3.7s;
}

.char-none .char {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.onAnim .char {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.cmn-btn {
  width: 100%;
  max-width: 21.875rem;
  background-color: #807B69;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.375rem;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
  border-radius: 0 1.875rem 0 1.875rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.cmn-btn:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .cmn-btn {
    height: 3rem;
    font-size: 0.875rem;
    border-radius: 0 1.25rem 0 1.25rem;
    max-width: 15.9375rem;
  }
}
.cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn:hover:before {
    opacity: 1;
  }
  .cmn-btn:hover:after {
    transform: translateY(-50%) translateX(50%) scaleX(1);
  }
}
.cmn-btn:active:before {
  opacity: 1;
}
.cmn-btn:active:after {
  transform: translateY(-50%) translateX(50%) scaleX(1);
}
.cmn-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #AAA183 0%, #807B69 100%);
  border-radius: 0 1.875rem 0 1.875rem;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.cmn-btn:before:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .cmn-btn:before {
    border-radius: 0 1.25rem 0 1.25rem;
  }
}
.cmn-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.25rem;
  height: 0.125rem;
  background-color: #A58866;
  transform-origin: left center;
  transform: translateY(-50%) translateX(50%) scaleX(0);
  transition: all 0.2s ease 0s;
}
.cmn-btn:after:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .cmn-btn:after {
    width: 2.5rem;
  }
}
.cmn-btn span {
  position: relative;
  z-index: 5;
}

.page-container {
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.page-header + .page-container {
  --radius: 50%;
  --ty: -50%;
}
.page-header + .page-container:before {
  content: "";
  width: 100%;
  height: min(5rem, 5vw);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(var(--ty));
  border-radius: var(--radius);
  will-change: transform, border-radius;
}
@media all and (max-width: 768px) {
  .page-header + .page-container:before {
    height: 1.25rem;
  }
}

.page-header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.page-header-bg img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .page-header-bg {
    height: calc(100svh - 3.9375rem);
  }
  .page-header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  position: relative;
  z-index: 15;
  aspect-ratio: 1920/960;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .page-header {
    aspect-ratio: auto;
    height: calc(100svh - 3.9375rem);
  }
}
.page-header__caption {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  line-height: 1;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
@media all and (max-width: 1280px) {
  .page-header__caption {
    color: #002662;
    bottom: -1.25rem;
    left: 1em;
    right: auto;
  }
}
@media all and (max-width: 768px) {
  .page-header__caption {
    font-size: 0.625rem;
  }
}
.page-header__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: min(2vw, 30px);
  gap: 0.3em;
  letter-spacing: 0.1em;
  translate: 0 1px;
}
@media all and (max-width: 768px) {
  .page-header__title {
    font-size: 1rem;
    gap: 0.5em;
    padding-top: 30vh;
  }
}
.page-header__title.onAnim .ja {
  animation: fadeUp 1.75s ease 0s 1 alternate forwards;
}
.page-header__title.onAnim .en {
  animation: fadeUp 1.75s ease 0s 1 alternate forwards;
}
.page-header__title .ja {
  opacity: 0;
}
.page-header__title .en {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5em;
  opacity: 0;
}
@media all and (max-width: 768px) {
  .page-header__title .en {
    height: 2.375rem;
  }
}
.page-header__title .en img {
  width: auto;
  height: 100%;
}

.page-lead {
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding-top: 7.5rem;
}
@media all and (max-width: 768px) {
  .page-lead {
    padding-top: 5rem;
  }
}
.page-lead__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
}
@media all and (max-width: 768px) {
  .page-lead__inner {
    gap: 2.5rem;
  }
}
.page-lead__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: #807B69;
  position: relative;
  padding-bottom: 2.5rem;
  font-size: 2.375rem;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .page-lead__title {
    font-size: 1.3125rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .page-lead__title--sp-small {
    font-size: 1.1875rem;
  }
}
.page-lead__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6.25rem;
  height: 1px;
  background-color: #807B69;
}
.page-lead__text {
  width: 100%;
  max-width: 53.75rem;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media all and (max-width: 768px) {
  .page-lead__text {
    font-size: 0.875rem;
    text-align: center;
  }
}

.freeid-img {
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .freeid-img {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.concept-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60rem;
  background-image: url(../images/concept/kv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media all and (max-width: 1280px) {
  .concept-header {
    height: 48rem;
  }
}
@media all and (max-width: 768px) {
  .concept-header {
    height: 37.8125rem;
    background-image: url(../images/concept/kv-sp.webp);
  }
}

.concept-header-spacer {
  height: 31.25rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f4f5f9 90%);
  position: relative;
  z-index: 5;
}

.concept-header-content {
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1280px) {
  .concept-header-content {
    height: 48rem;
  }
}
@media all and (max-width: 768px) {
  .concept-header-content {
    height: 37.8125rem;
  }
}
.concept-header-content .concept-header-logo {
  width: 25.5rem;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 1280px) {
  .concept-header-content .concept-header-logo {
    width: 20.5rem;
  }
}
@media all and (max-width: 768px) {
  .concept-header-content .concept-header-logo {
    width: 12.875rem;
    margin-top: 0.625rem;
  }
}

.concept-section1 {
  position: relative;
  z-index: 10;
  background-color: #F4F5F9;
  padding-bottom: 18.75rem;
}
@media all and (max-width: 768px) {
  .concept-section1 {
    padding-bottom: 12.5rem;
  }
}
.concept-section1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  z-index: 2;
  mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
@media all and (max-width: 768px) {
  .concept-section1:after {
    display: none;
  }
}
.concept-section1__inner {
  position: relative;
  z-index: 10;
}
.concept-section1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/cmn-bg1.webp), linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .concept-section1__bg {
    background: url(../images/common/cmn-bg1-sp.webp), linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.concept-section1__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f4f5f9 90%);
}

@media all and (min-width: 769px) {
  .concept-concept {
    padding-top: 3.125rem;
  }
}
.concept-concept__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.625rem;
}
.concept-concept__title img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 768px) {
  .concept-concept__title {
    position: absolute;
    top: -31.25rem;
    width: 100%;
    left: 0;
    translate: 0 -97%;
    filter: brightness(0) invert(1);
  }
}
.concept-concept__lead {
  text-align: center;
  font-size: 2.375rem;
  letter-spacing: 0.15em;
  margin-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .concept-concept__lead {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    margin-bottom: 2.5rem;
  }
}
.concept-concept__logo {
  display: block;
  width: 25rem;
  margin: 0 auto 5rem;
}
@media all and (max-width: 768px) {
  .concept-concept__logo {
    width: 13.0625rem;
    margin: 0 auto 2.5rem;
  }
}
.concept-concept__logo img {
  width: 100%;
}
.concept-concept__shin-img {
  width: 100%;
  max-width: 51.0625rem;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 817/764;
}
@media all and (max-width: 768px) {
  .concept-concept__shin-img {
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
  }
}
.concept-concept__shin-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease;
  opacity: 0;
}
.concept-concept__shin-img img:nth-child(1) {
  transition-delay: 0.25s;
}
.concept-concept__shin-img img:nth-child(2) {
  transition-delay: 0.5s;
}
.concept-concept__shin-img img:nth-child(3) {
  transition-delay: 0.75s;
}
.concept-concept__shin-img.onAnim img {
  opacity: 1;
}

.concept-section2 {
  position: relative;
  z-index: 10;
  padding-top: 25rem;
  margin-top: -25rem;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .concept-section2 {
    padding-top: 18.75rem;
    margin-top: -18.75rem;
  }
}
.concept-section2:before {
  content: "";
  position: absolute;
  top: 25rem;
  left: 0;
  width: 100%;
  height: calc(100% - 25rem);
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
}
@media all and (max-width: 768px) {
  .concept-section2:before {
    height: calc(100% - 18.75rem);
    top: 18.75rem;
  }
}

.concept-content-box {
  background-color: #fff;
}
.concept-content-box.color2 {
  background-color: #F2F7FC;
}
.concept-content-box__heading {
  position: relative;
  height: 5rem;
}
.concept-content-box__heading img {
  position: absolute;
  height: 200%;
  bottom: 0;
  left: 0;
  width: auto;
}
@media all and (max-width: 1024px) {
  .concept-content-box__heading {
    height: 3.75rem;
  }
}
@media all and (max-width: 768px) {
  .concept-content-box__heading {
    height: 2.8125rem;
  }
}
.concept-content-box__content {
  padding: 2.5rem 5rem 5rem;
}
@media all and (max-width: 1280px) {
  .concept-content-box__content {
    padding: 2.5rem 3.75rem 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .concept-content-box__content {
    padding: 2.5rem 2.5rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .concept-content-box__content {
    padding: 1.5625rem 1.875rem 2.5rem;
  }
}
.concept-content-box__content__title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .concept-content-box__content__title {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .concept-content-box__content__title {
    font-size: 1.5rem;
  }
}
.concept-content-box__content__lead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  line-height: 1.5;
  color: #A68866;
}
@media all and (max-width: 1024px) {
  .concept-content-box__content__lead {
    font-size: 1.25rem;
  }
}
.concept-content-box__content__text {
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .concept-content-box__content__text {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .concept-content-box__content__text {
    font-size: 0.8125rem;
  }
}

.concept-img-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.concept-img-list--center {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .concept-img-list--center {
    flex-direction: column;
  }
}
.concept-img-list--center .concept-img-list__item {
  width: calc((100% - 3.75rem) / 3);
}
@media all and (max-width: 1024px) {
  .concept-img-list--center .concept-img-list__item {
    width: calc((100% - 2.5rem) / 3);
  }
}
@media all and (max-width: 768px) {
  .concept-img-list--center .concept-img-list__item {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .concept-img-list {
    gap: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .concept-img-list {
    width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.concept-img-list__img {
  position: relative;
  aspect-ratio: 380/300;
}
.concept-img-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept-img-list__img figcaption {
  font-size: 0.75rem;
  text-align: right;
  padding: 0.3em 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  display: block;
}
@media all and (max-width: 768px) {
  .concept-img-list__img figcaption {
    font-size: 0.625rem;
  }
}
.concept-img-list__text {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-top: 0.8em;
  line-height: 1.4;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .concept-img-list__text {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .concept-img-list__text {
    font-size: 0.8125rem;
  }
}

.concept-content {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.concept-content1 {
  position: relative;
  z-index: 7;
  margin-bottom: 17.5rem;
}
@media all and (max-width: 1024px) {
  .concept-content1 {
    margin-bottom: 12.5rem;
  }
}
@media all and (max-width: 768px) {
  .concept-content1 {
    margin-bottom: 10rem;
  }
}
.concept-content1 .concept-content-box {
  max-width: 47.4375rem;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1280px) {
  .concept-content1 .concept-content-box {
    max-width: 41.25rem;
  }
}
.concept-content1__img {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 5rem;
  position: relative;
  margin-top: max(-7%, -9.375rem);
  position: relative;
  z-index: 15;
}
@media all and (max-width: 768px) {
  .concept-content1__img {
    margin-top: -2.1875rem;
    margin-bottom: 1.25rem;
  }
}
.concept-content1__img figcaption {
  font-size: 0.75rem;
  text-align: right;
  padding: 0.3em 1em;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 768px) {
  .concept-content1__img figcaption {
    font-size: 0.625rem;
    position: static;
  }
}
.concept-content1__logo {
  width: min(75%, 103.75rem);
  position: absolute;
  transform: translate3d(10%, -40%, 0);
  top: 0;
  right: 0;
}
@media all and (max-width: 1280px) {
  .concept-content1__logo {
    transform: translate3d(20%, -50%, 0);
  }
}
@media all and (max-width: 768px) {
  .concept-content1__logo {
    width: 95%;
    transform: translate3d(20%, -85%, 0);
  }
}

.concept-content2 {
  position: relative;
  z-index: 6;
  margin-bottom: 12.5rem;
}
@media all and (max-width: 768px) {
  .concept-content2 {
    margin-bottom: 7.5rem;
  }
}
.concept-content2 .concept-content-box {
  max-width: 54.5rem;
  position: relative;
  z-index: 10;
  margin-left: auto;
}
@media all and (max-width: 1280px) {
  .concept-content2 .concept-content-box {
    max-width: 48.75rem;
  }
}
@media all and (max-width: 1024px) {
  .concept-content2 .concept-content-box {
    max-width: 43.125rem;
  }
}
.concept-content2__img {
  width: 100%;
  max-width: 98.125rem;
  margin: 0 auto 5rem;
  position: relative;
  margin-top: max(-25%, -20rem);
  position: relative;
  z-index: 8;
}
@media all and (max-width: 1280px) {
  .concept-content2__img {
    width: 112%;
    margin-left: -6%;
  }
}
@media all and (max-width: 768px) {
  .concept-content2__img {
    margin-top: -2.1875rem;
    margin-bottom: 1.25rem;
  }
}
.concept-content2__img figcaption {
  font-size: 0.75rem;
  position: absolute;
  display: block;
  color: #fff;
  bottom: 3%;
  right: 3%;
}
@media all and (max-width: 1280px) {
  .concept-content2__img figcaption {
    right: 7.5%;
  }
}
@media all and (max-width: 768px) {
  .concept-content2__img figcaption {
    font-size: 0.625rem;
  }
}
.concept-content2__logo {
  width: min(75%, 103.75rem);
  position: absolute;
  transform: translate3d(-20%, -50%, 0);
  top: 0;
  left: 0;
}
@media all and (max-width: 1280px) {
  .concept-content2__logo {
    transform: translate3d(-30%, -50%, 0);
  }
}
@media all and (max-width: 768px) {
  .concept-content2__logo {
    width: 95%;
    transform: translate3d(-20%, -85%, 0);
  }
}

.concept-content3 {
  position: relative;
  z-index: 5;
  margin-bottom: 12.5rem;
}
@media all and (max-width: 768px) {
  .concept-content3 {
    margin-bottom: 7.5rem;
  }
}
.concept-content3 .concept-content-box {
  margin-top: 5rem;
  max-width: 64.25rem;
  position: relative;
  z-index: 10;
  margin-left: auto;
}
@media all and (max-width: 1024px) {
  .concept-content3 .concept-content-box {
    max-width: 50.625rem;
  }
}
@media all and (max-width: 768px) {
  .concept-content3 .concept-content-box {
    margin-top: 5rem;
  }
}
@media all and (max-width: 768px) {
  .concept-content3 .concept-content-box__heading {
    height: 2.625rem;
  }
}
.concept-content3 .concept-content-box__heading img {
  left: auto;
  right: 5rem;
}
@media all and (max-width: 1280px) {
  .concept-content3 .concept-content-box__heading img {
    right: 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .concept-content3 .concept-content-box__heading img {
    right: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .concept-content3 .concept-content-box__heading img {
    right: 0;
  }
}
.concept-content3__img {
  width: 100%;
  max-width: 98.125rem;
  margin: 0 auto 5rem;
  position: relative;
  margin-top: -5rem;
  position: relative;
  z-index: 12;
}
@media all and (max-width: 1280px) {
  .concept-content3__img {
    width: 112%;
    margin-left: -6%;
  }
}
@media all and (max-width: 768px) {
  .concept-content3__img {
    margin-top: -2.1875rem;
    margin-bottom: 1.25rem;
  }
}
.concept-content3__img figcaption {
  font-size: 0.75rem;
  position: absolute;
  display: block;
  color: #fff;
  bottom: 3%;
  right: 3%;
}
@media all and (max-width: 1280px) {
  .concept-content3__img figcaption {
    right: 7.5%;
  }
}
@media all and (max-width: 768px) {
  .concept-content3__img figcaption {
    font-size: 0.625rem;
  }
}
.concept-content3__logo {
  width: min(75%, 103.75rem);
  position: absolute;
  transform: translate3d(10%, -30%, 0);
  top: 0;
  right: 0;
}
@media all and (max-width: 1280px) {
  .concept-content3__logo {
    transform: translate3d(20%, -50%, 0);
  }
}
@media all and (max-width: 768px) {
  .concept-content3__logo {
    width: 95%;
    transform: translate3d(20%, -60%, 0);
  }
}
.concept-content3__img-cg {
  width: min(100%, 71.125rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.concept-content3__img-cg figcaption {
  font-size: 0.75rem;
  position: absolute;
  bottom: 0%;
  translate: 0 100%;
  left: 0%;
  padding: 0.3em 1em;
  display: block;
  color: #807b69;
}
@media all and (max-width: 768px) {
  .concept-content3__img-cg figcaption {
    font-size: 0.625rem;
    padding: 0;
    color: #807b69;
    bottom: -5%;
    padding-left: 1em;
  }
}

.concept-haseko {
  padding: 3.75rem 5rem;
  color: #e1aa65;
  background-color: #002662;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.75rem;
}
@media all and (max-width: 1280px) {
  .concept-haseko {
    padding: 3.125rem 3.75rem;
    gap: 2.5rem;
  }
}
@media all and (max-width: 1024px) {
  .concept-haseko {
    padding: 2.5rem 3.125rem;
    gap: 1.875rem;
  }
  .concept-haseko br.br-spnone {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .concept-haseko {
    padding: 2.5rem 1.5625rem;
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    grid-template-columns: 1fr;
  }
}
.concept-haseko__content__title {
  font-size: 2.75rem;
  letter-spacing: 0.075em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.5em;
}
@media all and (max-width: 1024px) {
  .concept-haseko__content__title {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 768px) {
  .concept-haseko__content__title {
    font-size: 1.875rem;
  }
}
.concept-haseko__content__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.6875rem;
  height: 1px;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .concept-haseko__content__title:after {
    width: 5.9375rem;
  }
}
.concept-haseko__content__text {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .concept-haseko__content__text {
    font-size: 0.8125rem;
  }
}
.concept-haseko__content__text2 {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
  line-height: 1.4;
}
.concept-haseko__img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.development-img1 {
  max-width: 120rem;
  margin: 5rem auto 0;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .development-img1 {
    margin-top: 2.5rem;
  }
}
.development-img1 img {
  width: 110%;
  max-width: 110%;
  margin-left: -5%;
}
@media all and (max-width: 768px) {
  .development-img1 img {
    width: 115%;
    max-width: 115%;
    margin-left: -7.5%;
  }
}
.development-img1 figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  margin: -0.5em auto 0;
  width: 95%;
}
@media all and (max-width: 768px) {
  .development-img1 figcaption {
    font-size: 0.625rem;
  }
}

.development-section1 {
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  margin-top: max(-5rem, -7vw);
  position: relative;
}
.development-section1__inner {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .development-section1 {
    margin-top: 1.875rem;
  }
}
.development-section1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/cmn-bg2.webp);
  background-size: 100%;
  background-position: top -6.25rem center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .development-section1:after {
    background-image: url(../images/common/cmn-bg2-sp.webp);
    background-position: top 8.75rem center;
  }
}
.development-section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.development-mapNav {
  max-width: 1920px;
  width: 100vw;
  margin: 5rem auto 6.25rem;
  margin-left: -1.25rem;
}
@media all and (max-width: 768px) {
  .development-mapNav {
    margin: 2.5rem auto 4.375rem;
  }
}
.development-mapNav__wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 1440px) {
  .development-mapNav__wrapper {
    overflow: auto;
  }
}
.development-mapNav__wrapper_inner {
  position: relative;
  width: 100%;
}
@media (max-width: 1440px) {
  .development-mapNav__wrapper_inner {
    width: 1440px;
  }
}
@media all and (max-width: 768px) {
  .development-mapNav__wrapper_inner {
    width: 220%;
    margin-left: -10%;
    padding-right: 2.5rem;
  }
}
.development-mapNav .icon-stroke {
  width: 1.8125rem;
  animation: stroke 3s infinite;
  display: block;
  margin: 0 auto 0.625rem;
}
@media (min-width: 1441px) {
  .development-mapNav .icon-stroke {
    display: none;
  }
}
.development-mapNav .icon-stroke img {
  display: block;
  width: 100%;
}

.development-content1 {
  background-color: #F2F7FC;
  padding: 5rem 3.75rem;
  max-width: 52.5rem;
  margin: 0 auto 5rem;
}
@media all and (max-width: 1024px) {
  .development-content1 {
    padding: 5rem 3.125rem 4.375rem;
  }
}
@media all and (max-width: 768px) {
  .development-content1 {
    padding: 2.5rem 1.875rem;
  }
}
.development-content1__title {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
@media all and (max-width: 768px) {
  .development-content1__title {
    font-size: 1.375rem;
  }
}

.development-map {
  max-width: 68.75rem;
  margin: 5rem auto 0;
  position: relative;
}
@media all and (max-width: 768px) {
  .development-map {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    overflow: hidden;
  }
  .development-map img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.development-map figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  margin-top: -6em;
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
}
@media all and (max-width: 1024px) {
  .development-map figcaption {
    margin-top: -4em;
  }
}
@media all and (max-width: 768px) {
  .development-map figcaption {
    font-size: 0.625rem;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: -2.5em;
    align-items: flex-end;
    padding-right: 1em;
  }
}

.development-content-box {
  background-color: #fff;
}
.development-content-box.color2 {
  background-color: #F2F7FC;
}
.development-content-box__heading {
  position: relative;
  height: 5rem;
}
.development-content-box__heading img {
  position: absolute;
  height: 300%;
  bottom: 0;
  left: 0;
  width: auto;
}
@media all and (max-width: 1024px) {
  .development-content-box__heading {
    height: 3.75rem;
  }
}
@media all and (max-width: 768px) {
  .development-content-box__heading {
    height: 2.8125rem;
  }
}
.development-content-box__content {
  padding: 2.5rem 5rem 5rem;
}
@media all and (max-width: 1280px) {
  .development-content-box__content {
    padding: 2.5rem 3.75rem 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .development-content-box__content {
    padding: 2.5rem 2.5rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .development-content-box__content {
    padding: 1.5625rem 1.875rem 2.5rem;
  }
}
.development-content-box__content__title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .development-content-box__content__title {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .development-content-box__content__title {
    font-size: 1.5rem;
  }
}
.development-content-box__content__sub-title {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  line-height: 1.5;
  color: #A68866;
}
@media all and (max-width: 1024px) {
  .development-content-box__content__sub-title {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 768px) {
  .development-content-box__content__sub-title {
    font-size: 1.25rem;
  }
}
.development-content-box__content__lead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  line-height: 1.5;
  color: #A68866;
}
@media all and (max-width: 1024px) {
  .development-content-box__content__lead {
    font-size: 1.25rem;
  }
}
.development-content-box__content__text {
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .development-content-box__content__text {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .development-content-box__content__text {
    font-size: 0.8125rem;
  }
}

.development-content2 {
  padding-top: 22.5rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .development-content2 {
    padding-top: 12.5rem;
  }
}
.development-content2__logo {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: -20%;
  left: 34%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .development-content2__logo {
    top: -4%;
  }
}
.development-content2__logo2 {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  bottom: 6%;
  right: 34%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .development-content2__logo2 {
    right: auto;
    left: 40%;
    bottom: -7%;
  }
}
.development-content2 .development-content-box {
  max-width: 71rem;
  margin-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .development-content2 .development-content-box {
    margin-bottom: 2.5rem;
  }
}
.development-content2 .development-content-box__content__title {
  margin-bottom: 0;
}
.development-content2__img1 {
  margin-bottom: 10rem;
}
@media all and (max-width: 768px) {
  .development-content2__img1 {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-bottom: 2.5rem;
  }
}
.development-content2__img1 p {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  margin-top: -5em;
  padding: 0 6%;
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
}
@media all and (max-width: 1024px) {
  .development-content2__img1 p {
    margin-top: -4em;
    padding: 0 3%;
  }
}
@media all and (max-width: 768px) {
  .development-content2__img1 p {
    font-size: 0.625rem;
    margin-top: 1em;
  }
}
.development-content2__img1 .icon-stroke {
  width: 1.8125rem;
  animation: stroke 3s infinite;
  display: block;
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  .development-content2__img1 .icon-stroke {
    display: none;
  }
}
.development-content2__img1 .icon-stroke img {
  display: block;
  width: 100%;
}
@media all and (max-width: 768px) {
  .development-content2__img1 .stroke-img {
    overflow: auto;
    width: calc(100% + 1.25rem);
    margin-left: auto;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .development-content2__img1 .stroke-img img {
    width: 180%;
    max-width: 180%;
  }
}
.development-content2__img-box {
  display: grid;
  grid-template-columns: 1fr 0.875fr;
  gap: 2.25rem;
}
@media all and (max-width: 768px) {
  .development-content2__img-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.development-content2__img-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.development-content2__img-box .heading {
  line-height: 1.5;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media all and (max-width: 1024px) {
  .development-content2__img-box .heading {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .development-content2__img-box .heading {
    font-size: 1.625rem;
  }
}
.development-content2__img-box .text {
  letter-spacing: 0.1em;
}
.development-content2__img-box .imgWrap {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .development-content2__img-box .imgWrap {
    display: block;
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
}
.development-content2__img-box .img {
  position: relative;
}
@media all and (max-width: 768px) {
  .development-content2__img-box .img {
    width: 92%;
    margin: 0 auto;
  }
  .development-content2__img-box .img img {
    width: 100%;
  }
}
.development-content2__img-box .img figcaption {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #fff;
  font-size: 0.75rem;
}
@media all and (max-width: 768px) {
  .development-content2__img-box .img figcaption {
    font-size: 0.625rem;
    right: 4%;
  }
}
@media all and (min-width: 769px) {
  .development-content2__img-box.reverse {
    direction: rtl;
  }
  .development-content2__img-box.reverse > * {
    direction: ltr;
  }
}

.development-content3 {
  padding-top: 22.5rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .development-content3 {
    padding-top: 12.5rem;
  }
}
.development-content3__logo {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  left: 34%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .development-content3__logo {
    display: none;
  }
}
.development-content3 .development-content-box {
  max-width: 64.125rem;
}
.development-content3__map {
  max-width: 36.0625rem;
  position: absolute;
  right: 65%;
  top: 39%;
}
.development-content3__map img {
  width: 100%;
}
@media (max-width: 1660px) {
  .development-content3__map {
    width: 29%;
    right: 70%;
  }
}
@media all and (max-width: 1024px) {
  .development-content3__map {
    top: 50%;
    width: 34%;
    right: auto;
    left: 5%;
  }
}
@media all and (max-width: 768px) {
  .development-content3__map {
    position: static;
    margin-top: 2.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.development-content3__img1 {
  width: min(100%, 81.5rem);
  margin-left: 30%;
  position: relative;
  z-index: 2;
  margin-top: max(-2.5rem, -2.5vw);
}
@media screen and (max-width: 1824px) {
  .development-content3__img1 {
    width: min(70vw, 81.5rem);
  }
}
@media all and (max-width: 1024px) {
  .development-content3__img1 {
    width: min(80vw, 81.5rem);
    margin-left: 20%;
  }
}
@media all and (max-width: 768px) {
  .development-content3__img1 {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-top: 3.75rem;
  }
}
.development-content3__img1 figcaption {
  font-size: 0.75rem;
  position: absolute;
  bottom: 3%;
  right: 3%;
  color: #002662;
}
@media screen and (max-width: 1824px) {
  .development-content3__img1 figcaption {
    right: 11%;
  }
}
@media screen and (max-width: 1280px) {
  .development-content3__img1 figcaption {
    right: 5%;
  }
}
@media all and (max-width: 768px) {
  .development-content3__img1 figcaption {
    color: #002662;
    position: static;
    margin-top: -0.5rem;
    padding-right: 1.1em;
    text-align: right;
    font-size: 0.625rem;
  }
}
.development-content3__content2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-top: 1.25rem;
  margin-bottom: 7.5rem;
}
@media all and (max-width: 768px) {
  .development-content3__content2 {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 3.75rem;
  }
}
@media all and (min-width: 769px) {
  .development-content3__img-box {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .development-content3__img-box {
    gap: 1.25rem;
  }
}
@media all and (min-width: 769px) {
  .development-content3__img-box .swiper-wrapper {
    display: contents;
  }
  .development-content3__img-box .swiper-slide {
    display: block;
    width: auto !important;
  }
}
@media all and (max-width: 768px) {
  .development-content3__img-box {
    overflow: visible;
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem !important;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
  }
  .development-content3__img-box .swiper-wrapper,
  .development-content3__img-box .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
  }
  .development-content3__img-box .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    transform: translateZ(0);
  }
  .development-content3__img-box .swiper-wrapper {
    display: flex;
    will-change: transform;
  }
  .development-content3__img-box .swiper-slide {
    width: auto;
    flex-shrink: 0;
    will-change: transform;
    backface-visibility: hidden;
  }
}
.development-content3__img-box figure {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.development-content3__img-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.development-content3__img-box figure figcaption {
  position: absolute;
  bottom: 0.75em;
  right: 0.75em;
  color: #fff;
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .development-content3__img-box figure figcaption {
    font-size: 0.625rem;
  }
}
.development-content3__img-box__caption {
  font-size: 0.75rem;
  text-align: right;
  margin-top: 0.3em;
}
@media all and (max-width: 768px) {
  .development-content3__img-box__caption {
    margin-right: -1em;
    font-size: 0.625rem;
  }
}

.development-content4 {
  padding-top: 22.5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .development-content4 {
    padding-top: 12.5rem;
  }
}
.development-content4__logo {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: 42%;
  right: 34%;
  z-index: 0;
}
@media all and (max-width: 768px) {
  .development-content4__logo {
    right: auto;
    left: 34%;
    top: 24%;
  }
}
.development-content4__logo2 {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  bottom: -5%;
  left: 34%;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .development-content4__logo2 {
    left: auto;
    right: 34%;
    bottom: 1%;
  }
}
.development-content4 .development-content-box {
  max-width: 70.75rem;
  margin-left: auto;
  margin-right: auto;
}
.development-content4__content2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-top: 1.25rem;
  margin-bottom: 7.5rem;
}
@media all and (max-width: 768px) {
  .development-content4__content2 {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 3.75rem;
  }
}
.development-content4__img-box {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.25rem;
}
@media all and (max-width: 768px) {
  .development-content4__img-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.development-content4__img-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.development-content4__img-box .heading {
  line-height: 1.5;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media all and (max-width: 1024px) {
  .development-content4__img-box .heading {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .development-content4__img-box .heading {
    font-size: 1.625rem;
  }
}
.development-content4__img-box .text {
  letter-spacing: 0.1em;
}
.development-content4__img-box .imgWrap {
  display: flex;
  align-items: center;
}
.development-content4__img-box .img {
  position: relative;
}
@media all and (max-width: 768px) {
  .development-content4__img-box .img {
    width: 100%;
  }
  .development-content4__img-box .img img {
    width: 100%;
  }
}
.development-content4__img-box .img figcaption {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #fff;
  font-size: 0.75rem;
}
@media all and (max-width: 768px) {
  .development-content4__img-box .img figcaption {
    font-size: 0.625rem;
    right: 4%;
  }
}
@media all and (max-width: 768px) {
  .development-content4__illusts .img {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
}
.development-content4__illusts .img img {
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}
.development-content4__illusts .img img.nomixblend {
  mix-blend-mode: normal;
}
.development-content4__illusts figcaption {
  font-size: 0.75rem;
  text-align: right;
  margin-top: 0.2em;
}
@media all and (max-width: 768px) {
  .development-content4__illusts figcaption {
    font-size: 0.625rem;
    padding-right: 1em;
  }
}
.development-content4__illusts .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 768px) {
  .development-content4__illusts .list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.development-content4__illusts .list .img {
  margin-bottom: 0.625rem;
}
.development-content4__illusts .label {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.2em 1em;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.development-content4__illusts .label.color1 {
  background-color: #EA7F29;
}
.development-content4__illusts .label.color2 {
  background-color: #7D864F;
}
.development-content4__illusts .label.color3 {
  background-color: #BC9046;
}
.development-content4__illusts .label.color4 {
  background-color: #376259;
}

.development-content5 {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
}
@media all and (max-width: 768px) {
  .development-content5 {
    padding-top: 2.5rem;
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
  .development-content5 .inner {
    padding: 0;
  }
}
.development-content5__img1 {
  width: min(100%, 81.5rem);
  margin-left: -25%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1824px) {
  .development-content5__img1 {
    width: min(70vw, 81.5rem);
    margin-left: -10vw;
  }
}
@media all and (max-width: 1024px) {
  .development-content5__img1 {
    width: min(80vw, 81.5rem);
    margin-left: -10%;
  }
}
@media all and (max-width: 768px) {
  .development-content5__img1 {
    width: 100%;
    margin-left: 0;
  }
}
.development-content5__img1 figcaption {
  font-size: 0.75rem;
  position: absolute;
  bottom: 3%;
  right: 3%;
  color: #fff;
}
@media all and (max-width: 768px) {
  .development-content5__img1 figcaption {
    bottom: 5%;
    font-size: 0.625rem;
  }
}
.development-content5__content2 {
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  margin-top: 1.25rem;
  margin-bottom: 7.5rem;
}
@media all and (max-width: 768px) {
  .development-content5__content2 {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 3.75rem;
  }
}

.page-header__caption-location {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #002662;
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-top: 0.4em;
  transform: translateY(100%);
}
@media all and (max-width: 768px) {
  .page-header__caption-location {
    font-size: 0.6875rem;
  }
}

.location-img1 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .location-img1 {
    margin-top: 2.5rem;
  }
}
.location-img1 figcaption {
  font-size: 0.75rem;
  text-align: right;
  margin-top: -2.5rem;
  max-width: 1240px;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .location-img1 figcaption {
    font-size: 0.625rem;
    margin-top: -1.25rem;
  }
}

.location-section1 {
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  position: relative;
  margin-top: 3.125rem;
  padding-top: 3.125rem;
}
.location-section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.location-section1__inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.location-img2 {
  max-width: 108%;
  width: 108%;
  margin-left: -4%;
  position: relative;
}
.location-img2 img {
  width: 100%;
}
.location-img2 figcaption {
  position: absolute;
  width: 90%;
  max-width: 87.5rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  text-align: right;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.9);
  font-size: 0.75rem;
}
@media all and (max-width: 1280px) {
  .location-img2 figcaption {
    bottom: 7.5rem;
  }
}
@media all and (max-width: 768px) {
  .location-img2 figcaption {
    font-size: 0.625rem;
    bottom: 3.125rem;
    width: 86%;
  }
}

.location-content-box {
  background-color: #fff;
}
.location-content-box.color2 {
  background-color: #F2F7FC;
}
.location-content-box__heading {
  position: relative;
  height: 4.375rem;
}
.location-content-box__heading img {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: auto;
}
@media all and (max-width: 1024px) {
  .location-content-box__heading {
    height: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .location-content-box__heading {
    height: 2.1875rem;
  }
}
.location-content-box__content {
  padding: 2.5rem 5rem 5rem;
}
@media all and (max-width: 1280px) {
  .location-content-box__content {
    padding: 2.5rem 3.75rem 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .location-content-box__content {
    padding: 2.5rem 2.5rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .location-content-box__content {
    padding: 1.5625rem 1.875rem 2.5rem;
  }
}
.location-content-box__content__title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  line-height: 1.5;
  padding-top: 1.875rem;
  position: relative;
}
.location-content-box__content__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.9375rem;
  height: 1px;
  background-color: #BB9362;
}
@media all and (max-width: 1024px) {
  .location-content-box__content__title {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .location-content-box__content__title {
    font-size: 1.5rem;
  }
}
.location-content-box__content__lead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  line-height: 1.5;
  color: #A68866;
}
@media all and (max-width: 1024px) {
  .location-content-box__content__lead {
    font-size: 1.25rem;
  }
}
.location-content-box__content__text {
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .location-content-box__content__text {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .location-content-box__content__text {
    font-size: 0.8125rem;
  }
}

.location-content .figcaption1 {
  position: absolute;
  line-height: 1.4;
  font-size: 0.75rem;
  bottom: -2.3em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .location-content .figcaption1 {
    font-size: 0.6875rem;
  }
}
.location-content .figcaption {
  line-height: 1.4;
  font-size: 0.75rem;
  position: absolute;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .location-content .figcaption {
    font-size: 0.6875rem;
  }
}
.location-content .figcaption-rb {
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: #fff;
}

.location-content1 {
  margin-top: max(-11.25rem, -10vw);
  position: relative;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .location-content1__logo {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .location-content1__logo {
    position: absolute;
    width: 80%;
    top: 33%;
    left: -18%;
    z-index: -1;
  }
}
@media all and (min-width: 769px) {
  .location-content1__logo2 {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .location-content1__logo2 {
    position: absolute;
    width: 95%;
    bottom: -14%;
    right: -18%;
    z-index: -1;
  }
}
.location-content1 .location-content-box {
  max-width: 58.125rem;
  width: calc(100% - 11.25rem);
  margin-left: 3.125rem;
}
@media all and (max-width: 1024px) {
  .location-content1 .location-content-box {
    margin-left: 0;
    width: calc(100% - 6.875rem);
  }
}
@media all and (max-width: 768px) {
  .location-content1 .location-content-box {
    width: 100%;
  }
}
.location-content1__img1 {
  margin-top: 6.25rem;
  width: min(60%, 59.375rem);
  margin-left: 55%;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-content1__img1 {
    width: 85%;
    margin-left: 30%;
    margin-top: -5%;
  }
  .location-content1__img1 .figcaption1 {
    left: 65%;
    translate: 0 0.5em;
  }
}
.location-content1__img2 {
  margin-top: 6.25rem;
  width: min(72%, 83.125rem);
  margin-right: auto;
  margin-left: -5%;
  z-index: 3;
  position: relative;
  margin-top: max(-35rem, -26vw);
}
.location-content1__img2 .figcaption1 {
  translate: 0 -1em;
}
@media all and (max-width: 1024px) {
  .location-content1__img2 .figcaption1 {
    translate: 0 -0.5em;
  }
}
@media all and (max-width: 768px) {
  .location-content1__img2 {
    width: 110%;
    margin-left: -5%;
    margin-top: 3.125rem;
  }
  .location-content1__img2 .figcaption1 {
    width: 86%;
    translate: 0 0.5em;
  }
}
.location-content1__img3 {
  margin-top: 6.25rem;
  width: min(40%, 39.4375rem);
  margin-left: 55%;
  position: relative;
  margin-top: max(-16.25rem, -12vw);
}
@media all and (max-width: 768px) {
  .location-content1__img3 {
    z-index: 5;
    margin-left: 42%;
    width: 64%;
  }
  .location-content1__img3 .figcaption1 {
    bottom: 20%;
    left: 0;
    transform: translateX(-100%);
  }
}
.location-content1__img4 {
  margin-top: max(-26.25rem, -24vw);
  width: min(40%, 30.5625rem);
  margin-left: auto;
  margin-right: 55%;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-content1__img4 {
    margin-left: 3%;
    margin-right: auto;
    margin-top: -2.8125rem;
    width: 60%;
  }
  .location-content1__img4 .figcaption1 {
    bottom: 20%;
    left: auto;
    right: 0;
    transform: translateX(105%);
  }
}

.location-content2 {
  margin-top: 10rem;
  position: relative;
}
@media all and (min-width: 769px) {
  .location-content2__logo {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .location-content2__logo {
    position: absolute;
    width: 100%;
    bottom: -12%;
    right: -22%;
    z-index: -1;
  }
}
.location-content2__img1 {
  width: min(72%, 83.125rem);
  margin-right: auto;
  margin-left: -5%;
  z-index: 3;
  position: relative;
}
.location-content2__img1 .figcaption {
  position: absolute;
  bottom: -2em;
  left: 10%;
}
@media all and (max-width: 768px) {
  .location-content2__img1 {
    width: 100%;
    margin-left: -10%;
  }
  .location-content2__img1 .figcaption {
    bottom: 2.5rem;
    font-size: 0.625rem;
    left: auto;
    right: 2em;
    color: #fff;
  }
}
.location-content2 .location-content-box {
  max-width: 54.3125rem;
  width: 80%;
  margin-left: auto;
  position: relative;
  z-index: 5;
  margin-top: max(-21.25rem, -13vw);
}
@media all and (max-width: 768px) {
  .location-content2 .location-content-box {
    margin-top: -1.875rem;
    width: calc(100% + 0.625rem);
    margin-left: 0.625rem;
  }
}
.location-content2__img-box {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 769px) {
  .location-content2__img-box {
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 768px) {
  .location-content2__img-box {
    margin-top: -0.9375rem;
    position: relative;
    z-index: 5;
  }
}
.location-content2__img2 {
  width: min(74%, 88.0625rem);
  margin-left: auto;
  margin-right: -5%;
  z-index: 3;
  position: relative;
  margin-top: max(-32.5rem, -35vw);
}
@media all and (max-width: 768px) {
  .location-content2__img2 {
    margin-top: 0;
    margin-right: -25%;
    width: 110%;
  }
}
.location-content2__img2 .figcaption {
  position: absolute;
  bottom: -3%;
  right: 20%;
}
@media all and (max-width: 1280px) {
  .location-content2__img2 .figcaption {
    bottom: -5%;
    right: 10%;
  }
}
@media all and (max-width: 1024px) {
  .location-content2__img2 .figcaption {
    bottom: -7%;
  }
}
@media all and (max-width: 768px) {
  .location-content2__img2 .figcaption {
    bottom: -10%;
    right: 26%;
  }
}
.location-content2__img3 {
  width: min(40%, 27.25rem);
  margin-left: auto;
  margin-right: 63%;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .location-content2__img3 {
    width: 53%;
    margin-top: -3.125rem;
    margin-right: auto;
    margin-left: 1%;
  }
}
.location-content2__img3 .figcaption {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateX(-50%) translateY(100%);
}
@media all and (max-width: 768px) {
  .location-content2__img3 .figcaption {
    bottom: 5%;
    left: auto;
    right: 0;
    transform: translateX(106%);
  }
}

.location-content3 {
  margin-top: 10rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-content3 {
    margin-top: 8.375rem;
  }
}
.location-content3__logo {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: -26%;
  right: 34%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .location-content3__logo {
    display: none;
  }
}
.location-content3 .location-content-box {
  max-width: 56.25rem;
}
@media all and (max-width: 768px) {
  .location-content3 .location-content-box {
    width: calc(100% + 0.625rem);
    margin-left: -1.25rem;
  }
}
.location-content3 .fukasawa-content1 {
  max-width: 1600px;
  width: calc(100% - (100% - 1280px) / 2);
  padding-left: 20px;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  position: relative;
  z-index: 3;
  margin-top: max(-6.25rem, -4.5vw);
  margin-bottom: 5.625rem;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content1 {
    width: 100%;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 4.375rem;
  }
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content1 {
    margin-top: -1.25rem;
  }
}
.location-content3 .fukasawa-content1 .content {
  padding-bottom: 2.5rem;
  width: 45%;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content1 .content {
    width: 35%;
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content1 .content {
    width: 100%;
    padding-left: 1.25rem;
  }
}
.location-content3 .fukasawa-content1 .content .heading {
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content1 .content .heading {
    margin-bottom: 1.25rem;
    padding-bottom: 1.875rem;
  }
}
.location-content3 .fukasawa-content1 .content .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.9375rem;
  height: 1px;
  background-color: #002662;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content1 .content .heading:after {
    width: 4.375rem;
  }
}
.location-content3 .fukasawa-content1 .content .heading .main {
  display: flex;
  height: 2.8125rem;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content1 .content .heading .main {
    height: 2.1875rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content1 .content .heading .main {
    height: 1.875rem;
  }
}
.location-content3 .fukasawa-content1 .content .heading .main img {
  height: 100%;
  width: auto;
}
.location-content3 .fukasawa-content1 .content .title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content1 .content .title {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content1 .content .title {
    font-size: 1.625rem;
  }
}
.location-content3 .fukasawa-content1 .imgWrap {
  position: relative;
  flex: 1;
  left: 3%;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content1 .imgWrap {
    left: 25%;
    width: 120%;
  }
}
.location-content3 .fukasawa-content1 .imgWrap .img {
  position: relative;
}
.location-content3 .fukasawa-content1 .imgWrap .figcaption {
  position: absolute;
  bottom: 4%;
  left: 83%;
  color: #fff;
}
@media all and (max-width: 1280px) {
  .location-content3 .fukasawa-content1 .imgWrap .figcaption {
    left: 4%;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content1 .imgWrap .figcaption {
    left: auto;
    right: 23%;
    bottom: 6%;
  }
}
.location-content3 .fukasawa-img1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
  z-index: 3;
  max-width: 1600px;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
  gap: 1.875rem;
}
@media all and (max-width: 1280px) {
  .location-content3 .fukasawa-img1 {
    width: 110%;
    margin-left: -10%;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img1 {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    width: 100%;
    margin-left: 0;
  }
  .location-content3 .fukasawa-img1 .figcaption-rb {
    right: 10%;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img1 .img {
    width: 130%;
    margin-left: -15%;
  }
}
.location-content3 .fukasawa-img1 .textWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9375rem;
}
.location-content3 .fukasawa-img1 .textWrap .heading {
  line-height: 1.4;
  font-size: 0.8125rem;
  margin-bottom: 1em;
}
.location-content3 .fukasawa-img-box {
  margin-top: 6.25rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box {
    margin-top: 1.875rem;
  }
}
.location-content3 .fukasawa-img-box img {
  width: 100%;
}
.location-content3 .fukasawa-img-box .logo {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: -27%;
  right: 34%;
  left: 34%;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .logo {
    display: none;
  }
}
.location-content3 .fukasawa-img-box__inner {
  display: flex;
  flex-direction: column;
}
.location-content3 .fukasawa-img-box .img-box1 {
  margin-bottom: 6.25rem;
}
.location-content3 .fukasawa-img-box .img-box1 .textWrap {
  display: block;
  margin-top: 0.625rem;
  padding: 0 1.25rem;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box1 .textWrap {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box1 {
    margin-bottom: 2.5rem;
  }
  .location-content3 .fukasawa-img-box .img-box1 .img {
    width: 140%;
    margin-left: -20%;
  }
}
.location-content3 .fukasawa-img-box .img-box2 {
  max-width: 55.25rem;
  position: relative;
  margin: 0 auto;
  left: 4%;
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  gap: 1.875rem;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-img-box .img-box2 {
    gap: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box2 {
    width: 19.5rem;
    display: flex;
    flex-direction: column-reverse;
    margin-right: -0.3125rem;
  }
}
.location-content3 .fukasawa-img-box .img-box2 .img {
  position: relative;
}
.location-content3 .fukasawa-img-box .img-box2 .textWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box2 .textWrap {
    margin-left: 10%;
    margin-top: -0.625rem;
    padding-right: 1.875rem;
  }
}
.location-content3 .fukasawa-img-box .img-box3 {
  max-width: 50rem;
  width: 90%;
  margin-left: -10%;
  margin-top: max(-6.25rem, -4.5vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box3 {
    margin-left: -10%;
    align-items: flex-start;
    gap: 0.625rem;
    margin-top: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box3 .textWrap {
    margin-left: 12%;
  }
}
.location-content3 .fukasawa-img-box .img-box4 {
  max-width: 22.625rem;
  margin-left: auto;
  margin-right: 1.25rem;
  margin-top: -15.625rem;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-img-box .img-box4 {
    margin-top: 1.875rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box4 {
    max-width: 18.8125rem;
    position: relative;
  }
}
.location-content3 .fukasawa-img-box .img-box4 .img {
  max-width: 19.75rem;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box4 .img {
    width: 16.75rem;
  }
}
.location-content3 .fukasawa-img-box .img-box5 {
  max-width: 46rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: max(-8.125rem, -6.5vw);
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-img-box .img-box5 {
    margin-top: -12.5rem;
    margin-left: -6%;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box5 {
    margin-top: 1.25rem;
    gap: 0.625rem;
    width: 110%;
    grid-template-columns: 1.6fr 1fr;
    margin-left: -15%;
    margin-bottom: 5rem;
  }
}
.location-content3 .fukasawa-img-box .img-box5 .img {
  position: relative;
  margin-bottom: 0;
}
.location-content3 .fukasawa-img-box .img-box5 .img .figcaption-rb {
  right: 10%;
}
.location-content3 .fukasawa-img-box .img-box5 .textWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3.75rem;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-box .img-box5 .textWrap {
    padding-bottom: 0.9375rem;
  }
}
.location-content3 .fukasawa-content4 {
  margin-top: 6.875rem;
  padding: 15.625rem 0;
  background-image: url(../images/location/content4_bg.webp);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content4 {
    background-image: url(../images/location/content4_bg-sp.webp);
    padding: 5rem 0;
    background-size: 100% 100%;
  }
}
.location-content3 .fukasawa-content4__inner {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content4__inner {
    gap: 1.875rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content4__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.location-content3 .fukasawa-content4 .content {
  width: 45%;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content4 .content {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content4 .content {
    width: 100%;
  }
}
.location-content3 .fukasawa-content4 .content .title {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content4 .content .title {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content4 .content .title {
    font-size: 1.1875rem;
    margin-bottom: 1.875rem;
  }
}
.location-content3 .fukasawa-content4 .imgWrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.location-content3 .fukasawa-content4 .imgWrap__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content4 .imgWrap__inner {
    gap: 1.875rem 0.9375rem;
  }
}
.location-content3 .fukasawa-content4 .imgWrap .img1 {
  grid-column: 1/3;
}
.location-content3 .fukasawa-content4 .imgWrap .img {
  position: relative;
}
.location-content3 .fukasawa-content4 .imgWrap .figcaption {
  margin-top: 0.75em;
  position: static;
}
.location-content3 .fukasawa-content4 .additional-content {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  position: relative;
  margin-bottom: 3.75rem;
  z-index: 3;
  margin-left: -5%;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content4 .additional-content {
    flex-direction: column;
    margin-left: 0;
    gap: 2.5rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #c4c4c4;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content4 .additional-content__img {
    width: 125%;
  }
}
.location-content3 .fukasawa-content4 .additional-content__heading {
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content4 .additional-content__heading {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content4 .additional-content__heading {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
.location-content3 .fukasawa-content5 {
  margin-top: 8.75rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5 {
    margin-top: 6.875rem;
  }
}
.location-content3 .fukasawa-content5__logo {
  width: min(78%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: -60%;
  right: 35%;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5__logo {
    top: 40%;
    right: 40%;
    width: 90%;
  }
}
.location-content3 .fukasawa-content5__main {
  position: relative;
  z-index: 4;
  max-width: 1600px;
  width: calc(100% - (100% - 1280px) / 2);
  padding-right: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content5__main {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5__main {
    width: 100%;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.location-content3 .fukasawa-content5 .content {
  width: 45%;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5 .content {
    width: 100%;
    padding-left: 1.25rem;
  }
}
.location-content3 .fukasawa-content5 .content .heading {
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5 .content .heading {
    margin-bottom: 1.25rem;
    padding-bottom: 1.875rem;
  }
}
.location-content3 .fukasawa-content5 .content .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.9375rem;
  height: 1px;
  background-color: #002662;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5 .content .heading:after {
    width: 4.375rem;
  }
}
.location-content3 .fukasawa-content5 .content .heading .main {
  display: flex;
  height: 2.8125rem;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content5 .content .heading .main {
    height: 2.1875rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5 .content .heading .main {
    height: 1.875rem;
  }
}
.location-content3 .fukasawa-content5 .content .heading .main img {
  height: 100%;
  width: auto;
}
.location-content3 .fukasawa-content5 .content .title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content5 .content .title {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5 .content .title {
    font-size: 1.625rem;
  }
}
.location-content3 .fukasawa-content5 .imgWrap {
  position: relative;
  flex: 1;
  left: -3%;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5 .imgWrap {
    left: 0;
    width: 120%;
  }
}
.location-content3 .fukasawa-content5 .imgWrap .img {
  position: relative;
}
.location-content3 .fukasawa-content5 .imgWrap .img img {
  width: 100%;
}
.location-content3 .fukasawa-content5 .imgWrap .figcaption {
  position: absolute;
  bottom: 4%;
  right: 4%;
  color: #fff;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content5 .imgWrap .figcaption {
    right: 7%;
  }
}
.location-content3 .fukasawa-content6 {
  margin-top: 8.75rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6 {
    margin-top: 6.25rem;
  }
}
.location-content3 .fukasawa-content6__main {
  position: relative;
  z-index: 4;
  margin-left: auto;
  max-width: 1600px;
  width: calc(100% - (100% - 1280px) / 2);
  padding-left: 1.25rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content6__main {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6__main {
    width: 100%;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.location-content3 .fukasawa-content6 .content {
  width: 45%;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6 .content {
    width: 100%;
    padding-left: 1.25rem;
  }
}
.location-content3 .fukasawa-content6 .content .heading {
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6 .content .heading {
    margin-bottom: 1.25rem;
    padding-bottom: 1.875rem;
  }
}
.location-content3 .fukasawa-content6 .content .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.9375rem;
  height: 1px;
  background-color: #002662;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6 .content .heading:after {
    width: 4.375rem;
  }
}
.location-content3 .fukasawa-content6 .content .heading .main {
  display: flex;
  height: 2.8125rem;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content6 .content .heading .main {
    height: 2.1875rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6 .content .heading .main {
    height: 1.875rem;
  }
}
.location-content3 .fukasawa-content6 .content .heading .main img {
  height: 100%;
  width: auto;
}
.location-content3 .fukasawa-content6 .content .title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-content6 .content .title {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6 .content .title {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6 .content .text {
    padding-right: 1.25rem;
  }
}
.location-content3 .fukasawa-content6 .imgWrap {
  position: relative;
  flex: 1;
  right: -3%;
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6 .imgWrap {
    right: 0;
    width: 120%;
  }
}
.location-content3 .fukasawa-content6 .imgWrap .img {
  position: relative;
}
.location-content3 .fukasawa-content6 .imgWrap .img img {
  width: 100%;
}
.location-content3 .fukasawa-content6 .imgWrap .figcaption {
  position: absolute;
  bottom: 4%;
  right: 8%;
  color: #fff;
}
@media (max-width: 1280px) {
  .location-content3 .fukasawa-content6 .imgWrap .figcaption {
    right: auto;
    left: 5%;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-content6 .imgWrap .figcaption {
    left: auto;
    right: 10%;
  }
}
.location-content3 .fukasawa-img-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.location-content3 .fukasawa-img-list--center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.75rem 1.875rem;
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-img-list--center {
    gap: 1.875rem 0.625rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-list--center {
    max-width: 17.4375rem;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-direction: column;
  }
}
.location-content3 .fukasawa-img-list--center .img {
  width: calc((100% - 5rem) / 4);
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-img-list--center .img {
    width: calc((100% - 1.5625rem) / 4);
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-list--center .img {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .location-content3 .fukasawa-img-list {
    gap: 1.875rem 0.625rem;
  }
}
@media all and (max-width: 768px) {
  .location-content3 .fukasawa-img-list {
    width: calc(100% + 1.25rem);
    margin-left: -0.625rem;
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.location-content3 .fukasawa-img-list .figcaption {
  position: static;
  white-space: normal;
}
.location-content3 .fukasawa-img-list .img {
  opacity: 0;
  translate: 0 3.125rem;
  transition: all 1.5s ease;
}
.location-content3 .fukasawa-img-list .img:nth-child(1) {
  transition-delay: 0.2s;
}
.location-content3 .fukasawa-img-list .img:nth-child(2) {
  transition-delay: 0.4s;
}
.location-content3 .fukasawa-img-list .img:nth-child(3) {
  transition-delay: 0.6s;
}
.location-content3 .fukasawa-img-list .img:nth-child(4) {
  transition-delay: 0.8s;
}
.location-content3 .fukasawa-img-list .img:nth-child(5) {
  transition-delay: 1s;
}
.location-content3 .fukasawa-img-list.onAnim .img {
  opacity: 1;
  translate: 0 0;
}

.location-life {
  margin-top: 8.75rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .location-life {
    margin-top: 7.5rem;
  }
}
.location-life__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media all and (max-width: 768px) {
  .location-life__heading {
    margin-bottom: 1.875rem;
  }
}
.location-life__heading .main {
  display: flex;
  height: 2.8125rem;
}
@media all and (max-width: 768px) {
  .location-life__heading .main {
    height: 1.5625rem;
  }
}
.location-life__heading .main img {
  height: 100%;
  width: auto;
}
.location-life__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media all and (max-width: 768px) {
  .location-life__main {
    gap: 0.625rem;
  }
}
.location-life__main .map {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.location-life__main .map > div {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.location-life__main .map > div.is-active {
  display: block;
  opacity: 1;
}
.location-life__main .map .map-box {
  aspect-ratio: 1000/550;
}
.location-life__main .nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media all and (max-width: 768px) {
  .location-life__main .nav {
    order: -1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.3125rem 0.625rem;
  }
}
.location-life__main .list-wrap > div {
  display: none;
}
.location-life__main .list-wrap > div.is-active {
  display: block;
}
.location-life__main .list-wrap ul {
  gap: 1.25rem;
  font-size: 1rem;
}
@media all and (min-width: 1025px) {
  .location-life__main .list-wrap ul {
    column-count: 2;
  }
}
@media all and (max-width: 1024px) {
  .location-life__main .list-wrap ul {
    overflow: auto;
    max-height: 18.75rem;
  }
}
@media all and (max-width: 768px) {
  .location-life__main .list-wrap ul {
    max-height: 10.625rem;
    font-size: 0.6875rem;
  }
}
.location-life__main .list-wrap ul li {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
  line-height: 1.4;
  color: #000;
  width: 100%;
  break-inside: avoid;
}
.location-life__main .list-wrap ul li .num {
  width: 2em;
  height: 2em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B48D4B;
  color: #fff;
}
.location-life__main .list-wrap ul li .content {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex: 1;
}
.location-life__main .list-wrap ul li .content .bar {
  flex: 1;
  min-width: 0.625rem;
  border-top: 1px dashed #000;
}
.location-life__main .list-wrap ul li .content .distance {
  flex-shrink: 0;
  min-width: 11em;
}

.location-life-button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #676767;
  padding: 0.9375rem 1.25rem;
  line-height: 1.4;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #000;
}
@media all and (max-width: 1024px) {
  .location-life-button {
    padding: 0.625rem 0.75rem;
  }
}
@media all and (max-width: 768px) {
  .location-life-button {
    font-size: 0.75rem;
    padding: 0.375rem 1rem;
    width: calc((100% - 1.25rem) / 3);
    line-height: 1.2;
    text-align: center;
  }
}
.location-life-button.is-active {
  background-color: #B48D4B;
  border-color: #B48D4B;
  color: #fff;
}

.access-img1 {
  max-width: 120rem;
  margin: 5rem auto 0;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .access-img1 {
    margin-top: 2.5rem;
  }
}
.access-img1 img {
  width: 110%;
  max-width: 110%;
  margin-left: -5%;
}
@media all and (max-width: 768px) {
  .access-img1 img {
    width: 115%;
    max-width: 115%;
    margin-left: -7.5%;
  }
}
.access-img1 figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  margin: -0.5em auto 0;
  width: 95%;
}
@media all and (max-width: 768px) {
  .access-img1 figcaption {
    font-size: 0.625rem;
    margin-top: 0.25rem;
  }
}

.access-section1 {
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  position: relative;
  margin-top: -7.5rem;
  padding-top: 5rem;
}
.access-section1__inner {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .access-section1 {
    padding-top: 2.5rem;
    margin-top: -1.875rem;
  }
}
.access-section1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/cmn-bg2.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .access-section1:after {
    background-image: url(../images/common/cmn-bg2-sp.webp);
    background-position: top center;
  }
}
.access-section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.access-content {
  position: relative;
  z-index: 3;
}

.access-content1 {
  background-color: #F2F7FC;
  padding: 5rem 3.75rem;
  max-width: 49.875rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .access-content1 {
    padding: 5rem 3.125rem 4.375rem;
  }
}
@media all and (max-width: 768px) {
  .access-content1 {
    padding: 2.5rem 1.875rem;
  }
}
.access-content1__title {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
.access-content1__title .small {
  font-size: 0.625em;
}
@media all and (max-width: 768px) {
  .access-content1__title {
    font-size: 1.625rem;
  }
}

.access-img2 {
  margin-top: -3.125rem;
  margin-bottom: 8.75rem;
  z-index: 10;
  position: relative;
}
@media all and (max-width: 768px) {
  .access-img2 {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-bottom: 2.5rem;
    margin-top: -0.625rem;
  }
}
.access-img2 figcaption {
  text-align: right;
  font-size: 0.75rem;
  padding-right: 1em;
}
@media all and (max-width: 768px) {
  .access-img2 figcaption {
    font-size: 0.625rem;
  }
}

.access-content2 {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.access-content2__logo {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  bottom: -15%;
  right: 34%;
}
@media all and (max-width: 768px) {
  .access-content2__logo {
    bottom: auto;
    top: 23%;
    right: auto;
    left: 34%;
  }
}
.access-content2__main {
  max-width: 1600px;
  width: calc(100% - (100% - 1280px) / 2);
  padding-left: 20px;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
  gap: 4%;
  z-index: 3;
  margin-bottom: 5rem;
}
@media all and (max-width: 1280px) {
  .access-content2__main {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .access-content2__main {
    flex-direction: column;
    gap: 2.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 2.5rem;
  }
}
.access-content2__img1 {
  width: 36%;
}
@media all and (max-width: 768px) {
  .access-content2__img1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.access-content2__imgWrap {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media all and (max-width: 768px) {
  .access-content2__imgWrap {
    width: 100%;
  }
}
.access-content2__imgMain {
  width: 100%;
  overflow: hidden;
}
.access-content2__imgMain.swiper .swiper-wrapper {
  display: flex;
}
.access-content2__imgMain.swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}
.access-content2__imgMain .img {
  position: relative;
  width: 100%;
}
.access-content2__imgMain .img img {
  width: 100%;
  display: block;
}
.access-content2__imgMain .img .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 404px;
  z-index: 3;
}
@media all and (max-width: 768px) {
  .access-content2__imgMain .img .text {
    width: 88%;
  }
}
.access-content2__thumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media all and (max-width: 768px) {
  .access-content2__thumbnail {
    gap: 0.375rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
.access-content2__thumbnail .thumbnail {
  position: relative;
  cursor: pointer;
  width: 5.625rem;
  aspect-ratio: 1/1;
}
.access-content2__thumbnail .thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
@media all and (max-width: 1024px) {
  .access-content2__thumbnail .thumbnail {
    width: 4.375rem;
  }
}
@media all and (max-width: 768px) {
  .access-content2__thumbnail .thumbnail {
    width: auto;
  }
}
.access-content2__thumbnail .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0.3125rem solid #B48D4B;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.access-content2__thumbnail .thumbnail.is-active:after {
  opacity: 1;
}
.access-content2__thumbnail .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.access-content2__distance {
  max-width: 1120px;
}
@media all and (max-width: 768px) {
  .access-content2__distance {
    margin: 0 auto;
    width: 19.5625rem;
  }
}
.access-content2__figcaption {
  text-align: right;
  padding-right: 1em;
  z-index: 0;
  position: relative;
  translate: 0 -6.25rem;
}
@media (max-width: 1080px) and (min-width: 1025px) {
  .access-content2__figcaption {
    translate: 0 -8.75rem;
    color: #fff;
    z-index: 6;
  }
}
@media all and (max-width: 1024px) {
  .access-content2__figcaption {
    translate: 0 -5rem;
  }
}
@media (max-width: 900px) {
  .access-content2__figcaption {
    translate: 0 -7.5rem;
    color: #fff;
    z-index: 6;
  }
}
@media all and (max-width: 768px) {
  .access-content2__figcaption {
    translate: 0 -6.25rem;
  }
}

.access-content3 {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.375rem;
}
@media all and (max-width: 768px) {
  .access-content3 {
    margin-top: 5rem;
  }
}
.access-content3__logo {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: -6.5%;
  left: 30%;
}
@media all and (min-width: 769px) {
  .access-content3__logo {
    display: none;
  }
}
.access-content3__main {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1.875rem;
}
@media all and (max-width: 768px) {
  .access-content3__main {
    grid-template-columns: 1fr;
    gap: 3.125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.access-content3__main .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5rem;
}
@media all and (max-width: 768px) {
  .access-content3__main .content {
    padding-top: 0;
    width: 19.375rem;
    margin-left: auto;
    margin-right: -0.9375rem;
  }
}
.access-content3__main .graph {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .access-content3__main .graph {
    justify-content: flex-start;
    width: 11.0625rem;
    position: relative;
    z-index: 10;
  }
}
.access-content3__main .graph img {
  max-width: 23.125rem;
  width: 100%;
}
.access-content3__imgWrap {
  position: relative;
  margin-top: max(-25rem, -52.5vw);
}
@media all and (max-width: 1024px) {
  .access-content3__imgWrap {
    margin-top: max(-18.75rem, -37.5vw);
  }
}
@media all and (max-width: 768px) {
  .access-content3__imgWrap {
    margin-top: 0;
  }
}
.access-content3__imgWrap .img {
  position: relative;
}
.access-content3__imgWrap .img img {
  width: 100%;
}
.access-content3__imgWrap .img figcaption {
  position: absolute;
  bottom: -1em;
  right: 15%;
  text-align: right;
  color: #002662;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .access-content3__imgWrap .img figcaption {
    font-size: 0.625rem;
  }
}
.access-content3__imgWrap .img1 {
  width: min(40%, 45.125rem);
  margin-left: 65%;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .access-content3__imgWrap .img1 {
    position: absolute;
    width: 16.375rem;
    top: 0;
    translate: 0 -275%;
    z-index: 0;
    right: -8%;
    margin: 0;
  }
}
.access-content3__imgWrap .img2 {
  width: min(40%, 45.125rem);
  margin-left: 40%;
  position: relative;
  z-index: 4;
  margin-top: max(-11.25rem, -7.5vw);
}
@media all and (max-width: 768px) {
  .access-content3__imgWrap .img2 {
    width: 16.375rem;
    margin-left: -8%;
    margin-top: -1.25rem;
  }
}
.access-content3__imgWrap .img3 {
  width: min(65%, 66.25rem);
  margin-left: -7%;
  position: relative;
  z-index: 3;
  margin-top: max(-17.5rem, -14.5vw);
}
@media all and (max-width: 768px) {
  .access-content3__imgWrap .img3 {
    width: 22.5rem;
    margin-left: 26%;
    margin-top: -2.8125rem;
  }
}
.access-content3__imgWrap .caption {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1280px) {
  .access-content3__imgWrap .caption {
    height: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .access-content3__imgWrap .caption {
    height: 1rem;
  }
}
.access-content3__imgWrap .caption img {
  width: auto;
  height: 100%;
}

.access-content4 {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.875rem;
  padding-bottom: 9.375rem;
}
@media all and (max-width: 768px) {
  .access-content4 {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
.access-content4__logo {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  bottom: 2%;
  left: 30%;
}
@media all and (max-width: 768px) {
  .access-content4__logo {
    bottom: auto;
    top: 0;
    left: auto;
    right: 30%;
    translate: 0 -30%;
  }
}
.access-content4__main {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.875rem;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .access-content4__main {
    display: block;
    gap: 3.125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.access-content4__main .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -1.875rem;
}
@media all and (min-width: 769px) {
  .access-content4__main .content {
    order: -1;
  }
}
@media all and (max-width: 768px) {
  .access-content4__main .content {
    margin-top: -0.9375rem;
  }
}
.access-content4__main .graph-wrap {
  position: relative;
}
@media all and (max-width: 768px) {
  .access-content4__main .graph-wrap {
    width: 18.0625rem;
    margin-left: auto;
  }
}
.access-content4__main .graph {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.access-content4__main .graph img {
  max-width: 31.9375rem;
  width: 100%;
}
.access-content4 .access-content-box {
  max-width: 39.5rem;
  margin-top: -3.125rem;
}
@media all and (max-width: 1280px) {
  .access-content4 .access-content-box {
    margin-top: -1.875rem;
  }
}
@media all and (max-width: 1024px) {
  .access-content4 .access-content-box {
    margin-top: -1.25rem;
  }
}
@media all and (max-width: 768px) {
  .access-content4 .access-content-box {
    margin-top: -0.9375rem;
    max-width: calc(100% + 1.25rem);
    width: calc(100% + 1.25rem);
  }
}
.access-content4 .img {
  position: relative;
}
.access-content4 .img img {
  width: 100%;
}
.access-content4 .img figcaption {
  position: absolute;
  bottom: -2em;
  right: 1%;
  text-align: right;
  color: #002662;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .access-content4 .img figcaption {
    font-size: 0.625rem;
    right: auto;
    left: 1%;
    bottom: -1.5em;
  }
}
.access-content4 .img1 {
  width: min(46%, 21rem);
  margin-right: 5%;
  translate: 0 -10%;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .access-content4 .img1 {
    width: 12.875rem;
    margin-right: auto;
    margin-left: 0;
  }
}
.access-content4 .img2 {
  width: min(105%, 45.0625rem);
  margin-left: -38%;
  position: relative;
  z-index: 4;
  margin-top: max(-18.125rem, -25.5vw);
}
.access-content4 .img2.img figcaption {
  position: absolute;
  text-align: left;
  left: 23%;
  bottom: -7%;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  .access-content4 .img2.img figcaption {
    bottom: 4%;
    left: auto;
    right: 4%;
    color: #fff;
    text-align: right;
    text-shadow: 0 0 0.8em rgba(0, 0, 0, 0.7);
  }
}
@media all and (max-width: 768px) {
  .access-content4 .img2.img figcaption {
    font-size: 0.625rem;
  }
}
@media all and (max-width: 768px) {
  .access-content4 .img2 {
    margin-top: 2.375rem;
    width: 24.6875rem;
    margin-left: -15%;
  }
}
.access-content4 .img3 {
  width: min(70%, 30rem);
  margin-left: auto;
  margin-right: -50%;
  position: relative;
  z-index: 3;
  margin-top: max(-5rem, -3.5vw);
}
@media all and (max-width: 1280px) {
  .access-content4 .img3 {
    margin-right: -30%;
    margin-top: max(-2.5rem, -2.5vw);
  }
}
@media all and (max-width: 768px) {
  .access-content4 .img3 {
    width: 19.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.access-content4 .caption {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1280px) {
  .access-content4 .caption {
    height: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .access-content4 .caption {
    height: 1rem;
    bottom: 0%;
    translate: 0 -100%;
  }
}
.access-content4 .caption img {
  width: auto;
  height: 100%;
}

.access-content-box {
  background-color: #F2F7FC;
}
.access-content-box__heading {
  position: relative;
  height: 4.375rem;
}
.access-content-box__heading img {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: auto;
}
@media all and (max-width: 1024px) {
  .access-content-box__heading {
    height: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .access-content-box__heading {
    height: 2.1875rem;
  }
}
.access-content-box__content {
  padding: 5rem 5rem 5rem;
}
@media all and (max-width: 1280px) {
  .access-content-box__content {
    padding: 3.75rem 3.75rem 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .access-content-box__content {
    padding: 2.5rem 2.5rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .access-content-box__content {
    padding: 1.875rem 1.875rem 2.5rem;
  }
}
.access-content-box__content__title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.access-content-box__content__title.bd {
  position: relative;
  padding-top: 1.875rem;
}
@media all and (max-width: 768px) {
  .access-content-box__content__title.bd {
    padding-top: 1.25rem;
  }
}
.access-content-box__content__title.bd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.9375rem;
  height: 1px;
  background-color: #BB9362;
}
@media all and (max-width: 768px) {
  .access-content-box__content__title.bd:before {
    width: 4.375rem;
  }
}
@media all and (max-width: 1024px) {
  .access-content-box__content__title {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .access-content-box__content__title {
    font-size: 1.4375rem;
  }
}
.access-content-box__content__sub-title {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  line-height: 1.5;
  color: #A68866;
}
@media all and (max-width: 1024px) {
  .access-content-box__content__sub-title {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 768px) {
  .access-content-box__content__sub-title {
    font-size: 1.25rem;
  }
}
.access-content-box__content__lead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  line-height: 1.5;
  color: #A68866;
}
@media all and (max-width: 1024px) {
  .access-content-box__content__lead {
    font-size: 1.25rem;
  }
}
.access-content-box__content__text {
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .access-content-box__content__text {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .access-content-box__content__text {
    font-size: 0.8125rem;
  }
}

.access-content5 {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  mix-blend-mode: multiply;
}
.access-content5__logo {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 35%;
  translate: 0 140%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .access-content5__logo {
    translate: 0 900%;
    right: auto;
    left: 35%;
  }
}
.access-content5__logo2 {
  width: min(85%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 35%;
  translate: 0 18%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .access-content5__logo2 {
    translate: 0 -120%;
    left: auto;
    right: 35%;
  }
}
.access-content5__img {
  width: 110%;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
}
.access-content5__img figcaption {
  position: absolute;
  bottom: 5%;
  right: 7%;
  color: #fff;
  font-size: 0.75rem;
}
@media (max-width: 1100px) {
  .access-content5__img figcaption {
    bottom: min(15.625rem, 13.25vw);
    translate: 0 -1em;
  }
}
@media all and (max-width: 1024px) {
  .access-content5__img figcaption {
    bottom: 3%;
  }
}
@media (max-width: 850px) {
  .access-content5__img figcaption {
    bottom: min(15.625rem, 13.25vw);
  }
}
@media all and (max-width: 768px) {
  .access-content5__img figcaption {
    bottom: 4.375rem;
  }
}
@media all and (max-width: 768px) {
  .access-content5__img figcaption {
    font-size: 0.625rem;
  }
}
.access-content5 .access-content-box {
  max-width: 54.0625rem;
  margin-top: max(-15.625rem, -13.25vw);
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5rem;
}
@media all and (max-width: 1024px) {
  .access-content5 .access-content-box {
    max-width: 39.5rem;
  }
}
@media all and (max-width: 768px) {
  .access-content5 .access-content-box {
    margin-top: -4.375rem;
    margin-bottom: 5rem;
  }
  .access-content5 .access-content-box__content {
    padding-right: 0.9375rem;
  }
}
.access-content5__map-wrap {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.125rem;
}
.access-content5__map-wrap .icon-stroke {
  width: 1.8125rem;
  animation: stroke 3s infinite;
}
@media all and (min-width: 769px) {
  .access-content5__map-wrap .icon-stroke {
    display: none;
  }
}
.access-content5__map-wrap .icon-stroke img {
  display: block;
  width: 100%;
}
@media all and (max-width: 768px) {
  .access-content5__map-wrap .map {
    overflow: auto;
    width: calc(100% + 1.25rem);
    margin-left: auto;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .access-content5__map-wrap .map img {
    width: 200%;
    max-width: 200%;
  }
}
.access-content5__img-wrap {
  margin-top: 8.75rem;
}
@media all and (max-width: 768px) {
  .access-content5__img-wrap {
    margin-top: 3.75rem;
  }
}
.access-content5__img-wrap .figure {
  position: relative;
}
.access-content5__img-wrap .figure img {
  width: 100%;
}
.access-content5__img-wrap .figcaption {
  position: absolute;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
.access-content5__img-wrap .figcaption.rb {
  bottom: 5%;
  right: 5%;
}
.access-content5__img-wrap .figcaption.lb {
  bottom: 5%;
  left: 5%;
}
@media all and (max-width: 768px) {
  .access-content5__img-wrap .figcaption {
    font-size: 0.625rem;
  }
}
.access-content5__img-wrap .img-box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 120%;
  margin-left: -20%;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .access-content5__img-wrap .img-box1 {
    margin-left: -10%;
    width: 120%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
  .access-content5__img-wrap .img-box1 .textWrap {
    margin-left: 1.875rem;
  }
}
@media all and (min-width: 769px) {
  .access-content5__img-wrap .img-box1 .figure {
    width: min(70%, 60rem);
  }
}
.access-content5__img-wrap .img-box2 {
  width: min(55%, 34rem);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
  z-index: 3;
  margin-top: -9.375rem;
}
@media all and (max-width: 1024px) {
  .access-content5__img-wrap .img-box2 {
    margin-top: -6.25rem;
  }
}
@media all and (max-width: 768px) {
  .access-content5__img-wrap .img-box2 {
    margin-top: 2.1875rem;
    width: 19.5rem;
    align-items: flex-end;
  }
  .access-content5__img-wrap .img-box2 .textWrap {
    margin-left: 0;
    width: 15rem;
  }
}
.access-content5__img-wrap .img-box3 {
  width: min(44%, 28.875rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
  margin-top: -18.75rem;
}
@media all and (max-width: 1024px) {
  .access-content5__img-wrap .img-box3 {
    margin-top: -12.5rem;
  }
}
@media all and (max-width: 768px) {
  .access-content5__img-wrap .img-box3 {
    margin-top: 1.875rem;
    width: 15.75rem;
    margin-left: -2%;
    align-items: flex-start;
  }
  .access-content5__img-wrap .img-box3 .figcaption {
    left: auto;
    right: 5%;
  }
}
.access-content5__img-wrap .img-box4 {
  margin-top: 3.125rem;
  width: min(60vw, 64.1875rem);
  margin-right: max(-32%, -20.75vw);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media (max-width: 1620px) {
  .access-content5__img-wrap .img-box4 {
    margin-right: -20%;
    width: 80%;
  }
}
@media all and (max-width: 768px) {
  .access-content5__img-wrap .img-box4 {
    margin-right: auto;
    width: 120%;
    margin-left: -10%;
  }
}
.access-content5__img-wrap .img-box4 .textWrap {
  margin-left: 30%;
}
@media (max-width: 1620px) {
  .access-content5__img-wrap .img-box4 .textWrap {
    margin-left: 4%;
  }
}
@media all and (max-width: 768px) {
  .access-content5__img-wrap .img-box4 .textWrap {
    margin-left: auto;
    margin-right: 1.5625rem;
  }
}
@media (max-width: 1920px) {
  .access-content5__img-wrap .img-box4 .figcaption {
    right: 15%;
  }
}
@media (max-width: 1620px) {
  .access-content5__img-wrap .img-box4 .figcaption {
    right: auto;
    left: 12%;
  }
}
@media all and (max-width: 768px) {
  .access-content5__img-wrap .img-box4 .figcaption {
    left: auto;
    right: 6%;
  }
}
.access-content5__img-wrap .img-box5 {
  width: min(75%, 60rem);
  margin-left: -15%;
  margin-top: max(-23.75rem, -35%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1620px) {
  .access-content5__img-wrap .img-box5 {
    width: min(65%, 60rem);
  }
}
@media all and (max-width: 1024px) {
  .access-content5__img-wrap .img-box5 .textWrap {
    margin-left: 20%;
  }
}
@media all and (max-width: 768px) {
  .access-content5__img-wrap .img-box5 {
    width: 23.3125rem;
    margin-top: 1.625rem;
  }
  .access-content5__img-wrap .img-box5 .textWrap {
    margin-left: -4%;
  }
}

@keyframes stroke {
  0% {
    transform: translateX(3.125rem);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-3.125rem);
    opacity: 0;
  }
}
.residence-img1 {
  max-width: 87.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .residence-img1 {
    margin-top: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .residence-img1 img {
    width: 130%;
    max-width: 130%;
    margin-left: -20%;
  }
}
.residence-img1 figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  margin: -0.5em auto 0;
  position: relative;
  top: -4.5em;
  width: 95%;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .residence-img1 figcaption {
    top: -3.5em;
  }
}
@media all and (max-width: 768px) {
  .residence-img1 figcaption {
    font-size: 0.625rem;
    top: -2.5em;
  }
}

.residence-section1 {
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  position: relative;
  margin-top: 5rem;
}
@media all and (max-width: 768px) {
  .residence-section1 {
    margin-top: 2.5rem;
  }
}
.residence-section1__inner {
  position: relative;
  z-index: 2;
}
.residence-section1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/cmn-bg2.webp);
  background-size: 100%;
  background-position: top 12.5rem center;
  background-repeat: no-repeat;
  display: none;
}
@media all and (max-width: 768px) {
  .residence-section1:after {
    background-image: url(../images/common/cmn-bg2-sp.webp);
    background-position: top 6.25rem center;
    display: none;
  }
}
.residence-section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(50rem, 50vw);
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .residence-section1:before {
    height: 15.625rem;
  }
}

.residence-content {
  position: relative;
  z-index: 3;
}

.residence-content1 {
  margin-top: 5rem;
  margin-bottom: 5.625rem;
}
.residence-content1__imgBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media all and (max-width: 1024px) {
  .residence-content1__imgBox {
    gap: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content1__imgBox {
    width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.residence-content1__imgBox__img {
  position: relative;
  opacity: 0;
  transition: opacity 1s ease;
}
.residence-content1__imgBox__img:nth-child(1) {
  transition-delay: 0.3s;
}
.residence-content1__imgBox__img:nth-child(2) {
  transition-delay: 0.6s;
}
.residence-content1__imgBox__img:nth-child(3) {
  transition-delay: 0.9s;
}
.residence-content1__imgBox .caption {
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5em;
}
.residence-content1__imgBox figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  margin-top: 0.6em;
}
@media all and (max-width: 768px) {
  .residence-content1__imgBox figcaption {
    font-size: 0.625rem;
  }
}
.residence-content1__imgBox.onAnim .residence-content1__imgBox__img {
  opacity: 1;
}
.residence-content1__material {
  margin-top: 8.75rem;
  max-width: 1600px;
  width: calc(100% - (100% - 1280px) / 2);
  padding-left: 20px;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
  gap: 4%;
  z-index: 3;
  margin-bottom: 5rem;
}
@media all and (max-width: 1280px) {
  .residence-content1__material {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .residence-content1__material {
    margin-top: 2.5rem;
    display: block;
  }
}
.residence-content1__material .img {
  width: min(55%, 54rem);
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .residence-content1__material .img {
    width: 98%;
  }
}
.residence-content1__material .img figcaption {
  position: absolute;
  bottom: 12%;
  left: 44%;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .residence-content1__material .img figcaption {
    font-size: 0.625rem;
    left: -3%;
    bottom: 25%;
  }
}
.residence-content1__material .content {
  position: absolute;
  width: 50%;
  max-width: 51.25rem;
  bottom: 15%;
  left: 0;
}
@media all and (max-width: 768px) {
  .residence-content1__material .content {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: -3.125rem;
    margin-left: -1.25rem;
  }
}

.residence-content-img1 {
  margin-bottom: 5rem;
  width: 110%;
  margin-left: -5%;
  position: relative;
  z-index: 6;
}
.residence-content-img1 img {
  width: 100%;
}
.residence-content-img1 figcaption {
  max-width: 100vw;
  margin: 0 auto;
  padding-right: 3em;
  margin-top: 0.3em;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  position: absolute;
  color: #fff;
  bottom: 5%;
  right: 5%;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .residence-content-img1 figcaption {
    font-size: 0.625rem;
    padding-right: 0em;
  }
}
@media all and (max-width: 768px) {
  .residence-content-img1 {
    width: 100%;
    margin-left: 0;
  }
}

.residence-content2 {
  margin-bottom: 8.75rem;
}
.residence-content2__logo {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: 0;
  translate: 0 -20%;
  right: 30%;
}
@media all and (max-width: 768px) {
  .residence-content2__logo {
    translate: 0 100%;
  }
}
.residence-content2 .page-lead__text {
  max-width: 60.375rem;
}
.residence-content2__img1 {
  margin: 5rem auto;
}
@media all and (max-width: 768px) {
  .residence-content2__img1 {
    margin-bottom: 2.5rem;
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
}
.residence-content2__listWrap {
  position: relative;
  margin-bottom: 8.75rem;
}
@media all and (max-width: 768px) {
  .residence-content2__listWrap {
    margin-bottom: 5rem;
  }
}
.residence-content2__listWrap__logo {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  translate: 0 20%;
  left: 30%;
}
@media all and (max-width: 768px) {
  .residence-content2__listWrap__logo {
    translate: 0 35%;
  }
}
.residence-content2__list {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media all and (max-width: 768px) {
  .residence-content2__list {
    gap: 2.5rem;
  }
}
.residence-content2__list figure {
  position: relative;
}
.residence-content2__list .figcaption {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
}
@media all and (max-width: 768px) {
  .residence-content2__list .figcaption {
    font-size: 0.625rem;
  }
}
.residence-content2__list .list-item.v1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.125rem;
}
.residence-content2__list .list-item.v1 > * {
  flex: 1;
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v1 {
    flex-direction: column;
    align-items: normal;
    gap: 0.625rem;
  }
  .residence-content2__list .list-item.v1 .img {
    margin-left: -10%;
    width: 100%;
  }
}
.residence-content2__list .list-item.v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 3.125rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v2 {
    flex-direction: column;
    align-items: normal;
    gap: 0.625rem;
  }
}
.residence-content2__list .list-item.v2 .img {
  width: 42%;
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v2 .img {
    width: 18.4375rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v2 .content .title {
    width: 18.4375rem;
    justify-content: flex-start;
  }
  .residence-content2__list .list-item.v2 .content .title .title-text {
    flex: none;
  }
}
.residence-content2__list .list-item.v3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.125rem;
  width: min(122%, 97rem);
  flex-direction: row-reverse;
  margin-left: 5%;
}
@media (max-width: 1840px) {
  .residence-content2__list .list-item.v3 {
    width: 115%;
  }
}
@media all and (max-width: 1280px) {
  .residence-content2__list .list-item.v3 {
    margin-left: 3%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v3 {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.residence-content2__list .list-item.v3 .img {
  width: 56%;
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v3 .img {
    width: 120%;
    margin-left: 0;
  }
  .residence-content2__list .list-item.v3 .img.img-r {
    width: 100%;
    margin-left: 20%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v3 .content {
    position: relative;
    left: -3%;
  }
}
@media (max-width: 1840px) {
  .residence-content2__list .list-item.v3 .figcaption {
    right: auto;
    left: 5%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v3 .figcaption {
    left: auto;
    right: 7%;
  }
}
.residence-content2__list .list-item.v4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.125rem;
}
.residence-content2__list .list-item.v4 .img {
  width: 56%;
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v4 {
    flex-direction: column;
    align-items: normal;
    gap: 0.625rem;
  }
  .residence-content2__list .list-item.v4 .img {
    margin-left: 5%;
    width: 105%;
  }
  .residence-content2__list .list-item.v4 .content {
    position: relative;
    left: 15%;
    width: 85%;
  }
}
.residence-content2__list .list-item.v5 {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  width: min(122%, 97rem);
  position: relative;
  left: -17%;
}
@media (max-width: 1840px) {
  .residence-content2__list .list-item.v5 {
    width: 115%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v5 {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    left: 0;
  }
}
.residence-content2__list .list-item.v5 .img {
  width: 56%;
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v5 .img {
    width: 120%;
    margin-left: 0;
  }
  .residence-content2__list .list-item.v5 .img.img-l {
    width: 110%;
    margin-left: -10%;
  }
}
.residence-content2__list .list-item.v5 .content {
  flex: 1;
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v5 .content {
    position: relative;
    left: -3%;
  }
  .residence-content2__list .list-item.v5 .content.content-l {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.v5 .figcaption {
    left: auto;
    right: 7%;
  }
}
.residence-content2__list .list-item .title {
  display: flex;
  align-items: center;
  margin-bottom: calc(30 / 13 * 1em);
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item .title {
    margin-bottom: 1.25rem;
  }
}
.residence-content2__list .list-item .title .title-num {
  font-size: 1.5625rem;
  width: calc(44 / 25 * 1em);
  aspect-ratio: 44/44;
  color: #fff;
  text-align: center;
  background-color: #002662;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .residence-content2__list .list-item .title .title-num {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item .title .title-num {
    font-size: 1.125rem;
  }
}
.residence-content2__list .list-item .title .title-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.25rem;
  gap: calc(30 / 40 * 1em);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.residence-content2__list .list-item .title .title-text.no-before:before {
  display: none;
}
@media all and (max-width: 1280px) {
  .residence-content2__list .list-item .title .title-text {
    font-size: 2rem;
  }
}
@media all and (max-width: 1024px) {
  .residence-content2__list .list-item .title .title-text {
    font-size: 1.875rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item .title .title-text {
    font-size: 1.375rem;
  }
}
.residence-content2__list .list-item .title .title-text:before {
  content: "";
  width: calc(50 / 40 * 1em);
  height: 1px;
  background-color: #002662;
}
.residence-content2__list .list-item.list-item1 {
  margin-left: auto;
  margin-right: max(-20%, -8vw);
}
@media (max-width: 1580px) {
  .residence-content2__list .list-item.list-item1 {
    margin-right: 0%;
  }
}
.residence-content2__list .list-item.list-item5 {
  position: relative;
  z-index: 5;
}
.residence-content2__list .list-item.list-item6.v5 {
  left: 1%;
}
@media all and (min-width: 1025px) {
  .residence-content2__list .list-item.list-item6.v5 {
    margin-top: -9.375rem;
  }
}
.residence-content2__list .list-item.list-item6.v5 figcaption {
  right: 5%;
  left: auto;
}
@media (max-width: 1340px) {
  .residence-content2__list .list-item.list-item6.v5 {
    left: 0%;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.list-item6.v5 .img {
    width: 110%;
    margin-left: -20%;
  }
  .residence-content2__list .list-item.list-item6.v5 .content {
    left: -10%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.list-item7.v3 .img {
    width: 110%;
    margin-left: 10%;
  }
  .residence-content2__list .list-item.list-item7.v3 .content {
    left: -7%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.list-item8.v5 .img {
    width: 115%;
  }
  .residence-content2__list .list-item.list-item8.v5 .content {
    left: -10%;
  }
}
.residence-content2__list .list-item.list-item9.v3 {
  margin-left: -5%;
}
@media (max-width: 1400px) {
  .residence-content2__list .list-item.list-item9.v3 {
    margin-left: 0%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.list-item9.v3 {
    width: 100%;
  }
}
@media all and (min-width: 769px) {
  .residence-content2__list .list-item.list-item9.v3 .img {
    width: 55%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.list-item9.v3 .img {
    width: 125%;
    margin-left: -5%;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__list .list-item.list-item9.v3 .content {
    left: -7%;
  }
}
.residence-content2__service .service-list {
  display: flex;
  gap: 2.5rem 0;
  justify-content: center;
  flex-wrap: wrap;
}
.residence-content2__service .service-list li {
  width: 25.1%;
}
@media all and (max-width: 768px) {
  .residence-content2__service .service-list {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content2__service .service-list {
    gap: 1.25rem 0;
  }
  .residence-content2__service .service-list li {
    width: 50%;
  }
}

.residence-content3 {
  margin-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .residence-content3 {
    margin-bottom: 7.5rem;
  }
}
.residence-content3 .residence-content-box {
  margin-left: auto;
  max-width: 45.8125rem;
}
@media all and (max-width: 1024px) {
  .residence-content3 .residence-content-box {
    max-width: 36.25rem;
  }
}
.residence-content3__main-img {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.25rem;
  position: relative;
  z-index: 5;
  margin-top: -11.25rem;
  margin-bottom: 4.375rem;
}
@media all and (max-width: 1280px) {
  .residence-content3__main-img {
    margin-top: -6.25rem;
  }
}
@media all and (max-width: 1024px) {
  .residence-content3__main-img {
    margin-top: -3.125rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content3__main-img {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-top: -2.5rem;
    margin-bottom: 2.5rem;
    gap: 0;
  }
}
.residence-content3__main-img .img {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.residence-content3__main-img .img figcaption {
  position: absolute;
  bottom: 3%;
  left: 57%;
  font-size: 0.8125rem;
}
@media all and (max-width: 768px) {
  .residence-content3__main-img .img figcaption {
    font-size: 0.6875rem;
  }
}
.residence-content3__img-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.residence-content3__img-list figure {
  position: relative;
}
@media all and (max-width: 768px) {
  .residence-content3__img-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 0.9375rem;
  }
}
.residence-content3__img-list figcaption {
  font-size: 0.75rem;
  position: absolute;
  color: #fff;
  line-height: 1.2;
  bottom: 3%;
  right: 3%;
}
@media all and (max-width: 768px) {
  .residence-content3__img-list figcaption {
    font-size: 0.6875rem;
  }
}

.residence-content4 {
  position: relative;
  padding: 15.875rem 0 17rem;
  z-index: 1;
  margin-bottom: 7.5rem;
}
@media all and (max-width: 768px) {
  .residence-content4 {
    padding: 5rem 0;
  }
}
.residence-content4 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  max-width: 129.375rem;
  width: 180%;
  height: 100%;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .residence-content4 .bg {
    width: 100%;
    left: 0;
    translate: 0 0;
  }
}
.residence-content4 .bg img {
  width: 100%;
  height: 100%;
}
.residence-content4 .card {
  display: grid;
  grid-template-columns: 0.465fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 1.875rem 5rem;
  align-items: stretch;
  max-width: 63.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1024px) {
  .residence-content4 .card {
    gap: 1.875rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content4 .card {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.residence-content4 .card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: flex;
  align-items: flex-end;
}
@media all and (min-width: 769px) {
  .residence-content4 .card-img {
    grid-row: 1/3;
  }
}
@media all and (max-width: 768px) {
  .residence-content4 .card-img {
    order: 2;
    max-width: 10rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.625rem;
  }
}
@media all and (min-width: 769px) {
  .residence-content4 .card-title {
    grid-column: 2;
    grid-row: 1;
  }
}
@media all and (max-width: 768px) {
  .residence-content4 .card-title {
    order: 1;
    margin-bottom: 2.5rem;
  }
}
.residence-content4 .card-title .title {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .residence-content4 .card-title .title {
    margin-bottom: 1.5625rem;
    max-width: 11.25rem;
  }
  .residence-content4 .card-title .title .title-text {
    flex-direction: column;
    align-items: flex-start;
    height: 5.3125rem;
  }
  .residence-content4 .card-title .title .title-text img {
    height: 100%;
    width: auto;
  }
}
.residence-content4 .card-title .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.9375rem;
  height: 1px;
  background-color: #fff;
}
.residence-content4 .card-title .lead {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1024px) {
  .residence-content4 .card-title .lead {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content4 .card-title .lead {
    font-size: 1.75rem;
  }
}
.residence-content4 .card-text .name {
  margin-top: 0.4em;
}
.residence-content4 .card-text .name rt {
  font-size: 0.4em;
  margin-bottom: 0.3em;
}
@media all and (min-width: 769px) {
  .residence-content4 .card-text {
    grid-column: 2;
    grid-row: 2;
  }
}
@media all and (max-width: 768px) {
  .residence-content4 .card-text {
    order: 3;
    text-align: center;
  }
}

.residence-content5 {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.residence-content5__img {
  width: 110%;
  max-width: 110%;
  margin-left: -5%;
  position: relative;
}
.residence-content5__img figcaption {
  position: absolute;
  bottom: 5%;
  right: 7%;
  color: #fff;
  font-size: 0.75rem;
}
@media (max-width: 1100px) {
  .residence-content5__img figcaption {
    bottom: min(15.625rem, 13.25vw);
    translate: 0 -1em;
  }
}
@media all and (max-width: 1024px) {
  .residence-content5__img figcaption {
    bottom: 3%;
  }
}
@media (max-width: 850px) {
  .residence-content5__img figcaption {
    bottom: min(15.625rem, 13.25vw);
  }
}
@media all and (max-width: 768px) {
  .residence-content5__img figcaption {
    bottom: 4.375rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content5__img figcaption {
    font-size: 0.625rem;
  }
}
.residence-content5 .residence-content-box {
  max-width: 54.0625rem;
  margin-top: max(-15.625rem, -13.25vw);
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5rem;
}
@media all and (max-width: 1024px) {
  .residence-content5 .residence-content-box {
    max-width: 39.5rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .residence-content-box {
    margin-top: -4.375rem;
    margin-bottom: 5rem;
  }
  .residence-content5 .residence-content-box__content {
    padding-right: 0.9375rem;
  }
}
.residence-content5 .residence-content-box__heading {
  height: 5.875rem;
  margin-bottom: -4%;
}
@media all and (max-width: 1024px) {
  .residence-content5 .residence-content-box__heading {
    height: 4.375rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .residence-content-box__heading {
    height: 2.9375rem;
  }
}
.residence-content5 .box1 {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
@media all and (max-width: 1024px) {
  .residence-content5 .box1 {
    gap: 1.875rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .box1 {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media all and (min-width: 769px) {
  .residence-content5 .box1.reverse {
    flex-direction: row-reverse;
  }
  .residence-content5 .box1.reverse .box1__img {
    width: 45%;
  }
}
.residence-content5 .box1__img {
  width: 50%;
  position: relative;
}
@media all and (max-width: 768px) {
  .residence-content5 .box1__img {
    width: 100%;
  }
}
.residence-content5 .box1__img img {
  width: 100%;
}
.residence-content5 .box1__img figcaption {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #fff;
  font-size: 0.75rem;
}
@media all and (max-width: 768px) {
  .residence-content5 .box1__img figcaption {
    font-size: 0.625rem;
  }
}
.residence-content5 .box1__content {
  flex: 1;
}
@media all and (max-width: 768px) {
  .residence-content5 .box1__content {
    width: 100%;
  }
}
.residence-content5 .heading1 {
  height: 3.125rem;
}
@media all and (max-width: 768px) {
  .residence-content5 .heading1 {
    height: 2rem;
  }
}
.residence-content5 .heading1 img {
  height: 100%;
  width: auto;
}
.residence-content5 .heading2 {
  line-height: 1.6;
  font-size: 2.5rem;
}
@media all and (max-width: 1024px) {
  .residence-content5 .heading2 {
    font-size: min(2rem, 3.5vw);
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .heading2 {
    font-size: 1.625rem;
  }
}
.residence-content5 .stroke-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.125rem;
}
.residence-content5 .stroke-wrap .icon-stroke {
  width: 1.8125rem;
  animation: stroke 3s infinite;
}
@media all and (min-width: 769px) {
  .residence-content5 .stroke-wrap .icon-stroke {
    display: none;
  }
}
.residence-content5 .stroke-wrap .icon-stroke img {
  display: block;
  width: 100%;
}
@media all and (max-width: 768px) {
  .residence-content5 .stroke-wrap .stroke-img {
    overflow: auto;
    width: calc(100% + 1.25rem);
    margin-left: auto;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .residence-content5 .stroke-wrap .stroke-img img {
    width: 180%;
    max-width: 180%;
  }
}
.residence-content5 .gas {
  position: relative;
  padding: 14.75rem 0 14.75rem;
  z-index: 1;
  margin-bottom: 8.75rem;
}
@media all and (max-width: 768px) {
  .residence-content5 .gas {
    padding: 5.625rem 0;
    margin-bottom: 5rem;
  }
}
.residence-content5 .gas .bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  max-width: 129.375rem;
  width: 180%;
  height: 100%;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .residence-content5 .gas .bg {
    width: 100%;
    left: 0;
    translate: 0 0;
  }
}
.residence-content5 .gas .bg img {
  width: 100%;
  height: 100%;
}
.residence-content5 .gas .card {
  display: flex;
  align-items: center;
  gap: 1.875rem 5rem;
}
@media all and (max-width: 1024px) {
  .residence-content5 .gas .card {
    gap: 1.875rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .gas .card {
    flex-direction: column;
  }
}
.residence-content5 .gas .card-img {
  width: 46%;
  height: auto;
  object-fit: cover;
  mix-blend-mode: multiply;
}
@media all and (max-width: 768px) {
  .residence-content5 .gas .card-img {
    width: 100%;
  }
}
.residence-content5 .gas .card-content {
  flex: 1;
}
.residence-content5 .gas .card-content .title {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .residence-content5 .gas .card-content .title {
    margin-bottom: 1.5625rem;
  }
  .residence-content5 .gas .card-content .title .title-text {
    flex-direction: column;
    align-items: flex-start;
    height: 5.3125rem;
  }
  .residence-content5 .gas .card-content .title .title-text img {
    height: 100%;
    width: auto;
  }
}
.residence-content5 .gas .card-content .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.9375rem;
  height: 1px;
  background-color: #fff;
}
.residence-content5 .gas .card-content .lead {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1024px) {
  .residence-content5 .gas .card-content .lead {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .gas .card-content .lead {
    font-size: 1.875rem;
  }
}
.residence-content5 .security-content__main {
  max-width: 1600px;
  width: calc(100% - (100% - 1280px) / 2);
  padding-left: 20px;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .residence-content5 .security-content__main {
    width: 100%;
    flex-direction: column;
    gap: 2.5rem;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
}
.residence-content5 .security-content__main .content {
  width: 45%;
}
@media all and (max-width: 1024px) {
  .residence-content5 .security-content__main .content {
    width: 35%;
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .security-content__main .content {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.residence-content5 .security-content__main .content .heading {
  margin-bottom: 1.875rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .residence-content5 .security-content__main .content .heading {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.residence-content5 .security-content__main .content .heading .main {
  display: flex;
  height: 2.8125rem;
}
@media all and (max-width: 1024px) {
  .residence-content5 .security-content__main .content .heading .main {
    height: 2.1875rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .security-content__main .content .heading .main {
    height: 1.875rem;
  }
}
.residence-content5 .security-content__main .content .heading .main img {
  height: 100%;
  width: auto;
}
.residence-content5 .security-content__main .content .title {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .residence-content5 .security-content__main .content .title {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .security-content__main .content .title {
    font-size: 1.625rem;
  }
}
.residence-content5 .security-content__main .imgWrap {
  position: relative;
  flex: 1;
  left: 3%;
}
@media all and (max-width: 768px) {
  .residence-content5 .security-content__main .imgWrap {
    left: 0;
    width: 110%;
  }
}
.residence-content5 .security-content__main .imgWrap .img {
  position: relative;
}
.residence-content5 .security-content__main .imgWrap .figcaption {
  position: absolute;
  bottom: 4%;
  left: 83%;
  color: #fff;
  font-size: 0.75rem;
}
@media all and (max-width: 1280px) {
  .residence-content5 .security-content__main .imgWrap .figcaption {
    left: 4%;
  }
}
@media all and (max-width: 768px) {
  .residence-content5 .security-content__main .imgWrap .figcaption {
    font-size: 0.625rem;
    left: auto;
    right: 6%;
    bottom: 4%;
  }
}

.residence-content-box {
  background-color: #F2F7FC;
}
.residence-content-box__heading {
  position: relative;
  height: 4.375rem;
}
.residence-content-box__heading img {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: auto;
}
@media all and (max-width: 1024px) {
  .residence-content-box__heading {
    height: 3.125rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content-box__heading {
    height: 2.1875rem;
  }
}
.residence-content-box__content {
  padding: 5rem 5rem 5rem;
}
@media all and (max-width: 1280px) {
  .residence-content-box__content {
    padding: 3.75rem 3.75rem 3.75rem;
  }
}
@media all and (max-width: 1024px) {
  .residence-content-box__content {
    padding: 2.5rem 2.5rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content-box__content {
    padding: 1.875rem 1.875rem 2.5rem;
  }
}
.residence-content-box__content__title {
  font-size: 2.375rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.residence-content-box__content__title.bd {
  position: relative;
  padding-top: 1.875rem;
}
@media all and (max-width: 768px) {
  .residence-content-box__content__title.bd {
    padding-top: 1.25rem;
  }
}
.residence-content-box__content__title.bd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.9375rem;
  height: 1px;
  background-color: #BB9362;
}
@media all and (max-width: 768px) {
  .residence-content-box__content__title.bd:before {
    width: 4.375rem;
  }
}
@media all and (max-width: 1024px) {
  .residence-content-box__content__title {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content-box__content__title {
    font-size: 1.5rem;
  }
}
.residence-content-box__content__sub-title {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  line-height: 1.5;
  color: #A68866;
}
@media all and (max-width: 1024px) {
  .residence-content-box__content__sub-title {
    font-size: 1.375rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content-box__content__sub-title {
    font-size: 1.25rem;
  }
}
.residence-content-box__content__lead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
  line-height: 1.5;
  color: #A68866;
}
@media all and (max-width: 1024px) {
  .residence-content-box__content__lead {
    font-size: 1.25rem;
  }
}
.residence-content-box__content__text {
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .residence-content-box__content__text {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .residence-content-box__content__text {
    font-size: 0.8125rem;
  }
}

.residence-add-section {
  position: relative;
  padding: 14.75rem 0 14.75rem;
  z-index: 1;
  margin-bottom: 8.75rem;
  margin-top: -2.5rem;
}
@media all and (max-width: 768px) {
  .residence-add-section {
    margin-top: -3.75rem;
  }
}
.residence-add-section .inner-box {
  max-width: 1500px;
}
@media all and (max-width: 768px) {
  .residence-add-section {
    padding: 5.625rem 0;
    margin-bottom: 5rem;
  }
}
.residence-add-section .bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  max-width: 129.375rem;
  width: 180%;
  height: 100%;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .residence-add-section .bg {
    width: 100%;
    left: 0;
    translate: 0 0;
  }
}
.residence-add-section .bg img {
  width: 100%;
  height: 100%;
}
.residence-add-section .card {
  display: flex;
  align-items: center;
  gap: 2.5rem 2.5rem;
}
@media all and (max-width: 1024px) {
  .residence-add-section .card {
    gap: 2.5rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .residence-add-section .card {
    flex-direction: column;
    align-items: normal;
  }
}
.residence-add-section .card-img {
  width: 54%;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .residence-add-section .card-img {
    display: contents;
  }
}
.residence-add-section .card-img figure {
  position: relative;
}
@media all and (max-width: 768px) {
  .residence-add-section .card-img figure {
    width: 80%;
  }
}
.residence-add-section .card-img figure figcaption {
  position: absolute;
  bottom: 4%;
  line-height: 1.5;
  right: 4%;
  color: #fff;
  font-size: 0.75rem;
}
@media all and (max-width: 768px) {
  .residence-add-section .card-img figure figcaption {
    font-size: 0.625rem;
  }
}
@media all and (min-width: 769px) {
  .residence-add-section .card-img .card-img1 {
    margin-top: 9.375rem;
  }
}
@media all and (max-width: 768px) {
  .residence-add-section .card-img .card-img1 {
    order: -1;
    margin-left: auto;
  }
}
.residence-add-section .card-content {
  flex: 1;
}
@media all and (max-width: 768px) {
  .residence-add-section .card-content {
    width: 100%;
  }
}
.residence-add-section .card-content .title {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .residence-add-section .card-content .title {
    margin-bottom: 1.5625rem;
  }
  .residence-add-section .card-content .title .title-text {
    flex-direction: column;
    align-items: flex-start;
    height: 5.3125rem;
  }
  .residence-add-section .card-content .title .title-text img {
    height: 100%;
    width: auto;
  }
}
.residence-add-section .card-content .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.9375rem;
  height: 1px;
  background-color: #fff;
}
.residence-add-section .card-content .lead {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1024px) {
  .residence-add-section .card-content .lead {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 768px) {
  .residence-add-section .card-content .lead {
    font-size: 1.375rem;
  }
}

.residence-mapNav {
  max-width: 1920px;
  margin: 5rem auto 6.25rem;
}
@media all and (max-width: 768px) {
  .residence-mapNav {
    margin: 2.5rem auto 4.375rem;
  }
}
.residence-mapNav__wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 1440px) {
  .residence-mapNav__wrapper {
    overflow: auto;
  }
}
.residence-mapNav__wrapper_inner {
  position: relative;
  width: 100%;
}
@media (max-width: 1440px) {
  .residence-mapNav__wrapper_inner {
    width: 1440px;
  }
}
@media all and (max-width: 768px) {
  .residence-mapNav__wrapper_inner {
    width: 220%;
    margin-left: -10%;
  }
}
.residence-mapNav .btn {
  position: absolute;
  width: 2.3%;
  aspect-ratio: 1/1;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #002662;
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 1.4vw, 25px);
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.residence-mapNav .btn:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .residence-mapNav .btn {
    font-size: 0.6875rem;
  }
}
.residence-mapNav .btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .residence-mapNav .btn:hover {
    filter: brightness(1.4);
  }
}
.residence-mapNav .btn:active {
  filter: brightness(1.4);
}
.residence-mapNav .btn.btn1 {
  top: 360px;
  left: 919.5px;
  top: 44.3%;
  left: 47.9%;
}
.residence-mapNav .btn.btn2 {
  top: 206px;
  left: 849.5px;
  top: 25.5%;
  left: 44.3%;
}
.residence-mapNav .btn.btn3 {
  top: 56px;
  left: 529.5px;
  top: 6.93%;
  left: 27.58%;
}
.residence-mapNav .btn.btn4 {
  top: 194px;
  left: 750.5px;
  top: 24.01%;
  left: 39.09%;
}
.residence-mapNav .btn.btn5 {
  top: 446px;
  left: 835.5px;
  top: 55.2%;
  left: 43.52%;
}
.residence-mapNav .btn.btn6 {
  top: 455px;
  left: 961.5px;
  top: 56.31%;
  left: 50.08%;
}
.residence-mapNav .btn.btn7 {
  top: 521px;
  left: 813.5px;
  top: 64.48%;
  left: 42.42%;
}
.residence-mapNav .btn.btn8 {
  top: 290px;
  left: 939.5px;
  top: 35.89%;
  left: 48.93%;
}
.residence-mapNav .icon-stroke {
  width: 1.8125rem;
  animation: stroke 3s infinite;
  display: block;
  margin: 0 auto 0.625rem;
}
@media (min-width: 1441px) {
  .residence-mapNav .icon-stroke {
    display: none;
  }
}
.residence-mapNav .icon-stroke img {
  display: block;
  width: 100%;
}

.residence-mapLead {
  font-size: 2.125rem;
  letter-spacing: 0.05em;
  margin-bottom: 4.375rem;
  line-height: 1.5;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .residence-mapLead {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

.smartcity-page-lead {
  max-width: 66.25rem;
}

.sub {
  font-size: 0.75rem;
  line-height: 1;
  vertical-align: sub;
}

.smartcity-img1 {
  max-width: 68.75rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.125rem;
  max-width: 87.5rem;
  margin: 0 auto 5.625rem;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .smartcity-img1 {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.smartcity-img1 .icon-stroke {
  width: 1.8125rem;
  animation: stroke 3s infinite;
}
@media all and (min-width: 769px) {
  .smartcity-img1 .icon-stroke {
    display: none;
  }
}
.smartcity-img1 .icon-stroke img {
  display: block;
  width: 100%;
}
@media all and (max-width: 768px) {
  .smartcity-img1 .stroke-img {
    overflow: auto;
    width: calc(100% + 1.25rem);
    margin-left: auto;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .smartcity-img1 .stroke-img img {
    width: 200%;
    max-width: 200%;
  }
}

.smartcity-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 768px) {
  .smartcity-nav {
    grid-template-columns: repeat(1, 1fr);
    max-width: 21.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.smartcity-nav__item {
  position: relative;
  aspect-ratio: 600/330;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.smartcity-nav__item.comingsoon {
  pointer-events: none;
}
.smartcity-nav__item.comingsoon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
}
.smartcity-nav__item.comingsoon:after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  z-index: 24;
  font-size: 2.5rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  .smartcity-nav__item.comingsoon:after {
    font-size: 1.875rem;
  }
}
.smartcity-nav__item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.smartcity-nav__item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smartcity-nav__item .content {
  position: relative;
  z-index: 5;
}
.smartcity-nav__item .content .title {
  width: 100%;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}
@media all and (max-width: 1024px) {
  .smartcity-nav__item .content .title {
    height: 3.75rem;
    margin-top: -1.875rem;
  }
}
@media all and (max-width: 768px) {
  .smartcity-nav__item .content .title {
    height: 3.125rem;
    margin-top: 0;
  }
}
.smartcity-nav__item .content .title img {
  width: auto;
  height: 100%;
}
.smartcity-nav__item .content .ja {
  margin-top: 0.625rem;
  line-height: 1.4;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 768px) {
  .smartcity-nav__item .content .ja {
    font-size: 0.6875rem;
    margin-top: 0.3125rem;
  }
}
.smartcity-nav__item .btWrap {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  max-width: 15rem;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .smartcity-nav__item .btWrap {
    bottom: 0.9375rem;
  }
}
@media all and (max-width: 768px) {
  .smartcity-nav__item .btWrap {
    position: relative;
    bottom: 0;
    left: 0;
    translate: 0;
    margin-top: 0.625rem;
    max-width: 10.75rem;
  }
}
.smartcity-nav__item .btWrap .cmn-btn {
  height: 2.8125rem;
  font-size: 1rem;
  border-radius: 0 1.25rem 0 1.25rem;
}
@media all and (max-width: 768px) {
  .smartcity-nav__item .btWrap .cmn-btn {
    height: 2.25rem;
    font-size: 0.6875rem;
  }
}

.smartcity-section1 {
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  position: relative;
  margin-top: 5rem;
  padding-top: 6.25rem;
}
@media all and (max-width: 768px) {
  .smartcity-section1 {
    margin-top: 0.625rem;
  }
}
.smartcity-section1__inner {
  position: relative;
  z-index: 2;
}
.smartcity-section1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/cmn-bg3.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .smartcity-section1:after {
    background-position: top 3.125rem center;
  }
}
.smartcity-section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .smartcity-section1:before {
    height: 6.25rem;
  }
}

.smartcity-content {
  position: relative;
  z-index: 3;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.smartcity-content.comingsoon .smartcity-content--content {
  display: none;
}
.smartcity-content.comingsoon .smartcity-content__header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 112.5%;
  max-width: 112.5%;
  height: 100%;
  background-image: url(../images/smartcity/comingsoon-mask.svg);
  background-size: cover;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .smartcity-content.comingsoon .smartcity-content__header:before {
    width: 100%;
    background-image: url(../images/smartcity/comingsoon-mask-sp.svg);
  }
}
.smartcity-content.comingsoon .smartcity-content__header:after {
  content: "Coming Soon";
  position: absolute;
  padding: 1em;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.375rem;
  line-height: 1.5;
  color: #fff;
  z-index: 15;
}
@media all and (max-width: 768px) {
  .smartcity-content.comingsoon .smartcity-content__header:after {
    font-size: 1.875rem;
  }
}
.smartcity-content__header {
  position: relative;
  padding: 16.75rem 0;
  z-index: 10;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .smartcity-content__header {
    padding: 10rem 0;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content__header {
    padding: 5rem 0 4.375rem;
    aspect-ratio: 392/486;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.smartcity-content__header .img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 112.5%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .smartcity-content__header .img {
    width: 100%;
  }
}
.smartcity-content__header .img img {
  height: 100%;
  object-fit: cover;
}
.smartcity-content__header .img figcaption {
  position: absolute;
  bottom: 6%;
  right: 7%;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .smartcity-content__header .img figcaption {
    font-size: 0.625rem;
    right: 3%;
  }
}
.smartcity-content .content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .smartcity-content .content {
    gap: 1.875rem;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .content {
    gap: 0.9375rem;
  }
}
.smartcity-content .content .title {
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}
@media all and (max-width: 1024px) {
  .smartcity-content .content .title {
    height: 7.5rem;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .content .title {
    height: 3.75rem;
  }
}
.smartcity-content .content .title span {
  width: auto;
  height: 100%;
}
.smartcity-content .content .title img {
  width: auto;
  height: 100%;
}
.smartcity-content .content .lead {
  font-size: 2.5rem;
  line-height: 1.6;
}
@media all and (max-width: 1024px) {
  .smartcity-content .content .lead {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .content .lead {
    font-size: 1.375rem;
  }
}
.smartcity-content .content .text {
  font-size: 1.25rem;
}
@media all and (max-width: 768px) {
  .smartcity-content .content .text {
    text-align: center;
    font-size: 0.875rem;
  }
}
.smartcity-content .stroke-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.125rem;
  position: relative;
  z-index: 10;
}
.smartcity-content .stroke-wrap .icon-stroke {
  width: 1.8125rem;
  animation: stroke 3s infinite;
}
@media all and (min-width: 769px) {
  .smartcity-content .stroke-wrap .icon-stroke {
    display: none;
  }
}
.smartcity-content .stroke-wrap .icon-stroke img {
  display: block;
  width: 100%;
}
@media all and (max-width: 768px) {
  .smartcity-content .stroke-wrap .stroke-img {
    overflow: auto;
    width: calc(100% + 1.25rem);
    margin-left: auto;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .smartcity-content .stroke-wrap .stroke-img img {
    width: 270%;
    max-width: 270%;
  }
}
.smartcity-content .figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .smartcity-content .figcaption {
    font-size: 0.625rem;
  }
}
.smartcity-content .figcaption.figcaption1 {
  color: #fff;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.smartcity-content .figcaption.figcaption2 {
  position: absolute;
  bottom: 0%;
  translate: 0 100%;
  right: 10%;
}
@media (max-width: 1420px) {
  .smartcity-content .figcaption.figcaption2 {
    right: 18%;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .figcaption.figcaption2 {
    right: 30%;
  }
}
.smartcity-content .figcaption.figcaption3 {
  color: #fff;
  position: absolute;
  bottom: 5%;
  right: 10%;
}
@media (max-width: 1420px) {
  .smartcity-content .figcaption.figcaption3 {
    right: 18%;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .figcaption.figcaption3 {
    right: 10%;
  }
}
.smartcity-content .heading1 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-bottom: 1.875rem;
}
@media all and (max-width: 1024px) {
  .smartcity-content .heading1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .heading1 {
    font-size: 1.5rem;
    margin-bottom: 1.5625rem;
  }
}
.smartcity-content .text1 {
  font-size: 1.0625rem;
}
@media all and (max-width: 1024px) {
  .smartcity-content .text1 {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .text1 {
    font-size: 0.8125rem;
  }
}
.smartcity-content .bglogo1 {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: 0;
  translate: 0 44%;
  left: 30%;
}
@media all and (min-width: 769px) {
  .smartcity-content .bglogo1 {
    display: none;
  }
}
.smartcity-content .bglogo2 {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  translate: 0 72%;
  right: 30%;
}
@media all and (min-width: 769px) {
  .smartcity-content .bglogo2 {
    display: none;
  }
}
.smartcity-content .bglogo3 {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: 0;
  translate: 0 -15%;
  right: 30%;
}
@media all and (max-width: 768px) {
  .smartcity-content .bglogo3 {
    display: none;
  }
}
.smartcity-content .bglogo4 {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: 0;
  translate: 0 35%;
  left: 39%;
}
@media all and (max-width: 768px) {
  .smartcity-content .bglogo4 {
    translate: 0 105%;
  }
}
.smartcity-content .bglogo5 {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: 0;
  translate: 0 56%;
  left: 32%;
}
@media all and (max-width: 1280px) {
  .smartcity-content .bglogo5 {
    display: none;
  }
}
.smartcity-content .logo1 {
  width: clamp(15rem, 50%, 25rem);
}
.smartcity-content .logo2 {
  width: clamp(7.4375rem, 30%, 11.875rem);
}
.smartcity-content .logo3 {
  width: clamp(5rem, 20%, 5rem);
}
.smartcity-content .logo4 {
  width: clamp(8.75rem, 45%, 17.5rem);
}
.smartcity-content .logo5 {
  width: clamp(13.75rem, 47.5%, 21.875rem);
}
.smartcity-content.smartcity-content4 {
  position: static;
}
.smartcity-content .graph1-wrap {
  position: static;
  margin-top: -6.25rem;
}
@media all and (max-width: 1280px) {
  .smartcity-content .graph1-wrap {
    margin-top: -1.25rem;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .graph1-wrap {
    margin-top: 1.875rem;
  }
}
.smartcity-content .graph1 {
  max-width: 43.875rem;
  margin-left: auto;
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 1280px) {
  .smartcity-content .graph1 {
    width: 60%;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .graph1 {
    width: 100%;
    margin-right: auto;
  }
}
.smartcity-content .graph1 img {
  mix-blend-mode: multiply;
}
.smartcity-content .box1 {
  width: min(1640px, 110% - (100% - 1280px) / 2);
  padding-right: 1.25rem;
  margin-right: auto;
  margin-left: -3%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 4%;
  z-index: 3;
  gap: min(7.5rem, 6%);
}
@media (max-width: 1420px) {
  .smartcity-content .box1 {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .box1 {
    flex-direction: column;
    margin-left: auto;
    align-items: normal;
    gap: 1.875rem;
    padding-left: 1.25rem;
  }
}
.smartcity-content .box1__img {
  width: min(52%, 51rem);
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .smartcity-content .box1__img {
    width: 100%;
  }
}
.smartcity-content .box1__content {
  flex: 1;
  position: relative;
  z-index: 5;
  padding-right: 1.875rem;
}
@media all and (max-width: 768px) {
  .smartcity-content .box1__content {
    padding-right: 0;
  }
}
.smartcity-content .box2 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3.125rem;
  z-index: 3;
}
@media all and (min-width: 769px) {
  .smartcity-content .box2 {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .box2 {
    gap: 1.875rem;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .box2__img {
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.smartcity-content .box3 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3.125rem;
  z-index: 3;
}
.smartcity-content .box3 .zeh-logo {
  display: block;
  width: min(50%, 16.875rem);
  margin-bottom: 1.875rem;
}
.smartcity-content .box3 .smooth-logo {
  display: block;
  width: min(50%, 16.875rem);
  margin-bottom: 1.875rem;
}
@media all and (max-width: 768px) {
  .smartcity-content .box3 .smooth-logo {
    width: 13.125rem;
  }
}
@media all and (min-width: 769px) {
  .smartcity-content .box3.reverse {
    flex-direction: row-reverse;
  }
}
.smartcity-content .box3.small {
  margin-left: auto;
  margin-right: auto;
  max-width: 69.375rem;
}
@media all and (max-width: 768px) {
  .smartcity-content .box3.small {
    align-items: flex-start;
  }
}
.smartcity-content .box3.small .box3__img {
  width: 45%;
}
@media all and (max-width: 768px) {
  .smartcity-content .box3.small .box3__img {
    width: 19.25rem;
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .box3.img-right {
    padding-left: 1.25rem;
  }
  .smartcity-content .box3.img-right .box3__img {
    width: 110%;
    margin-left: 9%;
  }
}
@media all and (min-width: 769px) {
  .smartcity-content .box3 {
    flex-direction: row;
  }
}
@media all and (min-width: 769px) {
  .smartcity-content .box3.reverse {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .box3 {
    gap: 1.875rem;
  }
}
.smartcity-content .box3__content {
  flex: 1;
}
@media all and (min-width: 769px) {
  .smartcity-content .box3__img {
    width: 50%;
  }
  .smartcity-content .box3__img.s {
    width: 43%;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .box3__img.s {
    width: 105%;
    margin-left: -13%;
  }
}
.smartcity-content .box4 {
  width: min(1640px, 110% - (100% - 1280px) / 2);
  padding-left: 1.25rem;
  margin-left: auto;
  margin-right: -3%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 4%;
  z-index: 3;
  gap: min(7.5rem, 4%);
}
@media (max-width: 1420px) {
  .smartcity-content .box4 {
    width: 110%;
  }
}
@media all and (min-width: 769px) {
  .smartcity-content .box4 {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .box4 {
    width: 100%;
    flex-direction: column;
    margin-left: auto;
    align-items: normal;
    gap: 1.875rem;
    padding-left: 1.25rem;
    margin-right: auto;
  }
}
.smartcity-content .box4__img {
  width: min(55%, 57.1875rem);
  position: relative;
  z-index: 5;
}
.smartcity-content .box4__img.img-mob1 {
  width: min(58%, 62.5rem);
}
@media all and (min-width: 769px) {
  .smartcity-content .box4__img.img-mob1 {
    padding-left: 2%;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .box4__img {
    width: 110%;
    margin-left: -2%;
  }
  .smartcity-content .box4__img.img-mob1 {
    width: 140%;
  }
  .smartcity-content .box4__img.sp-large {
    width: 120%;
    margin-left: -10%;
  }
}
.smartcity-content .box4__content {
  flex: 1;
  position: relative;
  z-index: 5;
  padding-right: 1.875rem;
}
@media all and (max-width: 768px) {
  .smartcity-content .box4__content {
    padding-right: 1.25rem;
  }
}
.smartcity-content .box5 {
  width: min(1640px, 110% - (100% - 1280px) / 2);
  padding-right: 1.25rem;
  margin-right: auto;
  margin-left: -3%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 4%;
  z-index: 3;
  gap: min(7.5rem, 6%);
}
@media (max-width: 1420px) {
  .smartcity-content .box5 {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .smartcity-content .box5 {
    flex-direction: column;
    margin-left: auto;
    align-items: normal;
    gap: 1.875rem;
    padding-left: 1.25rem;
  }
}
.smartcity-content .box5__img {
  width: min(55%, 57.1875rem);
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .smartcity-content .box5__img {
    width: 110%;
    margin-left: -10%;
  }
  .smartcity-content .box5__img.sp-large {
    width: 120%;
  }
}
.smartcity-content .box5__content {
  flex: 1;
  position: relative;
  z-index: 5;
  padding-right: 1.875rem;
}
@media all and (max-width: 768px) {
  .smartcity-content .box5__content {
    padding-right: 0;
  }
}
.smartcity-content .area-img1 {
  mix-blend-mode: multiply;
}
.smartcity-content .area-img1 img {
  mix-blend-mode: multiply;
}

.plan-section1 {
  position: relative;
  margin-top: 5rem;
  z-index: 3;
}
.plan-section1__inner {
  position: relative;
  z-index: 2;
}
.plan-section1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/plan/plan-bg.webp);
  background-size: 150%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .plan-section1:after {
    background-position: top center;
    background-size: 150%;
  }
}
.plan-section1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .plan-section1:before {
    height: 6.25rem;
  }
}

.plan-content {
  position: relative;
  z-index: 3;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.plan-content .heading1 {
  font-size: 2.375rem;
}
@media all and (max-width: 1024px) {
  .plan-content .heading1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .plan-content .heading1 {
    font-size: 1.375rem;
  }
}
.plan-content .heading2 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 1.875rem;
}
@media all and (max-width: 1024px) {
  .plan-content .heading2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .plan-content .heading2 {
    font-size: 1.625rem;
    margin-bottom: 1.5625rem;
  }
}
.plan-content .text1 {
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .plan-content .text1 {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .plan-content .text1 {
    font-size: 0.8125rem;
  }
}
.plan-content .figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .plan-content .figcaption {
    font-size: 0.625rem;
  }
}
.plan-content .figcaption.figcaption1 {
  color: #fff;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.plan-content .figcaption.figcaption2 {
  position: absolute;
  bottom: 0%;
  translate: 0 100%;
  right: 10%;
}
@media (max-width: 1420px) {
  .plan-content .figcaption.figcaption2 {
    right: 18%;
  }
}
@media all and (max-width: 768px) {
  .plan-content .figcaption.figcaption2 {
    right: 30%;
  }
}
.plan-content .figcaption.figcaption3 {
  color: #fff;
  position: absolute;
  bottom: 5%;
  right: 10%;
}
@media (max-width: 1420px) {
  .plan-content .figcaption.figcaption3 {
    right: 18%;
  }
}
@media all and (max-width: 768px) {
  .plan-content .figcaption.figcaption3 {
    right: 10%;
  }
}
.plan-content .box1 {
  width: min(1640px, 110% - (100% - 1280px) / 2);
  padding-left: 1.25rem;
  margin-left: auto;
  margin-right: -3%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 4%;
  z-index: 3;
  gap: min(7.5rem, 4%);
}
@media (max-width: 1420px) {
  .plan-content .box1 {
    width: 110%;
  }
}
@media all and (min-width: 769px) {
  .plan-content .box1 {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 768px) {
  .plan-content .box1 {
    width: 100%;
    flex-direction: column;
    margin-left: auto;
    align-items: normal;
    gap: 1.875rem;
    padding-left: 1.25rem;
    margin-right: auto;
  }
}
.plan-content .box1__img {
  width: min(55%, 57.1875rem);
  position: relative;
  z-index: 5;
}
.plan-content .box1__img.img-mob1 {
  width: min(58%, 62.5rem);
}
@media all and (min-width: 769px) {
  .plan-content .box1__img.img-mob1 {
    padding-left: 2%;
  }
}
@media all and (max-width: 768px) {
  .plan-content .box1__img {
    width: 110%;
    margin-left: -2%;
  }
  .plan-content .box1__img.img-mob1 {
    width: 140%;
  }
  .plan-content .box1__img.sp-large {
    width: 120%;
    margin-left: -10%;
  }
}
.plan-content .box1__content {
  flex: 1;
  position: relative;
  z-index: 5;
  padding-right: 1.875rem;
}
@media all and (max-width: 768px) {
  .plan-content .box1__content {
    padding-right: 1.25rem;
  }
}
.plan-content .box2 {
  width: min(1640px, 110% - (100% - 1280px) / 2);
  padding-right: 1.25rem;
  margin-right: auto;
  margin-left: -3%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 4%;
  z-index: 3;
  gap: min(7.5rem, 6%);
}
@media (max-width: 1420px) {
  .plan-content .box2 {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .plan-content .box2 {
    flex-direction: column;
    margin-left: auto;
    align-items: normal;
    gap: 1.875rem;
    padding-left: 1.25rem;
  }
}
.plan-content .box2__img {
  width: min(55%, 57.1875rem);
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .plan-content .box2__img {
    width: 110%;
    margin-left: -10%;
  }
  .plan-content .box2__img.sp-large {
    width: 120%;
  }
}
.plan-content .box2__content {
  flex: 1;
  position: relative;
  z-index: 5;
  padding-right: 1.875rem;
}
@media all and (max-width: 768px) {
  .plan-content .box2__content {
    padding-right: 0;
  }
}
.plan-content .box3 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3.125rem;
  z-index: 3;
}
.plan-content .box3.small {
  margin-left: auto;
  margin-right: auto;
  max-width: 69.375rem;
}
@media all and (max-width: 768px) {
  .plan-content .box3.small {
    align-items: flex-start;
  }
}
.plan-content .box3.small .box3__img {
  width: 45%;
}
@media all and (max-width: 768px) {
  .plan-content .box3.small .box3__img {
    width: 19.25rem;
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .plan-content .box3.img-right {
    padding-left: 1.25rem;
  }
  .plan-content .box3.img-right .box3__img {
    width: 110%;
    margin-left: 9%;
  }
}
@media all and (min-width: 769px) {
  .plan-content .box3 {
    flex-direction: row;
  }
}
@media all and (min-width: 769px) {
  .plan-content .box3.reverse {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 768px) {
  .plan-content .box3 {
    gap: 1.875rem;
  }
}
.plan-content .box3__content {
  flex: 1;
}
@media all and (min-width: 769px) {
  .plan-content .box3__img {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .plan-content .box3__img {
    width: 19.25rem;
  }
}

.plan-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22.5rem, 1fr));
  gap: 1.875rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 768px) {
  .plan-nav {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}
.plan-nav__item {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 4.375rem 2.1875rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(90deg, #EAEAEA 0%, #D3D1CB 100%);
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 768px) {
  .plan-nav__item {
    padding: 2.8125rem 1.875rem 4.375rem;
  }
}
.plan-nav__item:before {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3d1cb;
}
.plan-nav__item:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .plan-nav__item:hover:before {
    opacity: 0;
  }
  .plan-nav__item:hover .plan-nav__bt:before {
    opacity: 0;
  }
}
.plan-nav__item:active:before {
  opacity: 0;
}
.plan-nav__item:active .plan-nav__bt:before {
  opacity: 0;
}
.plan-nav__content {
  position: relative;
  z-index: 5;
  width: 100%;
}
.plan-nav__content > * {
  display: block;
}
.plan-nav__heading {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #002662;
}
@media all and (max-width: 768px) {
  .plan-nav__heading {
    font-size: 1.375rem;
  }
}
.plan-nav__floor-plan {
  font-size: 1.125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #002662;
}
@media all and (max-width: 768px) {
  .plan-nav__floor-plan {
    font-size: 0.875rem;
  }
}
.plan-nav__area {
  padding-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-size: 1.375rem;
}
.plan-nav__area .sub {
  font-size: calc(16 / 24 * 1em);
}
.plan-nav__area small {
  font-size: calc(14 / 24 * 1em);
}
@media all and (max-width: 768px) {
  .plan-nav__area small {
    font-size: 0.875rem;
  }
}
.plan-nav__bt {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, #A59D80 0%, #807B69 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.625rem;
  color: #ddd;
  font-weight: 600;
  font-size: 0.8125rem;
}
.plan-nav__bt .icon {
  position: relative;
  width: 1.075em;
  height: 1.075em;
}
.plan-nav__bt .icon:before, .plan-nav__bt .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #fff;
}
.plan-nav__bt .icon:before {
  transform: translateY(-50%) rotate(90deg);
}
.plan-nav__bt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #807B69;
  transition: all 0.5s ease;
}
.plan-nav__bt > * {
  position: relative;
  z-index: 5;
}

.plan-modal-contents {
  display: none;
}

.plan-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.plan-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.plan-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.plan-modal__content {
  position: relative;
  z-index: 1;
  max-width: 66.75rem;
  max-height: 90vh;
  width: calc(100% - 2.5rem);
  background-color: #f0f0f0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5.625rem 6.25rem;
  display: flex;
  flex-direction: column;
  padding-top: 0.625rem;
}
@media all and (max-width: 1024px) {
  .plan-modal__content {
    padding: 5rem 3.125rem 3.125rem;
    padding-top: 0.625rem;
  }
}
@media all and (max-width: 768px) {
  .plan-modal__content {
    padding: 2.5rem;
    padding-top: 0rem;
  }
}
.plan-modal__close {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: sticky;
  top: 0rem;
  right: 0rem;
  align-self: flex-start;
  margin-left: auto;
  transform: translateX(100%);
  z-index: 10;
  padding: 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #002662;
  cursor: pointer;
  background-color: transparent;
  transition: opacity 0.3s ease;
  color: #402b29;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 1024px) {
  .plan-modal__close {
    transform: translateX(60%);
  }
}
@media all and (max-width: 768px) {
  .plan-modal__close {
    padding: 0.625rem;
    transform: translateX(55%);
  }
}
.plan-modal__close .icon {
  position: relative;
  width: 1.875rem;
  height: 1.25rem;
}
.plan-modal__close .icon:before, .plan-modal__close .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #402b29;
}
.plan-modal__close .icon:before {
  transform: translateY(-50%) rotate(25deg);
}
.plan-modal__close .icon:after {
  transform: translateY(-50%) rotate(-25deg);
}
.plan-modal__close:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .plan-modal__close:hover {
    opacity: 0.7;
  }
}
.plan-modal__close:active {
  opacity: 0.7;
}
@media all and (max-width: 768px) {
  .plan-modal__close {
    padding: 0.9375rem;
    font-size: 0.75rem;
  }
}
.plan-modal__body {
  display: grid;
  grid-template-columns: 1fr 38%;
  grid-template-rows: 1fr auto;
  gap: 1.875rem 3.75rem;
}
@media all and (max-width: 768px) {
  .plan-modal__body {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
}
.plan-modal__header {
  grid-row: 1/2;
  grid-column: 1/2;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  .plan-modal__header {
    max-width: 17.5rem;
    margin: 0 auto;
  }
}
.plan-modal__header .heading {
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  padding-bottom: 0.625rem;
}
.plan-modal__header .floor-plan {
  font-size: clamp(0.875rem, 2vw, 1.3125rem);
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  border-bottom: 1px solid #002662;
  border-top: 1px solid #002662;
  min-width: 12em;
}
.plan-modal__header .area {
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  padding-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.plan-modal__header .area .sub {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
}
.plan-modal__header .area .main small {
  font-size: clamp(0.875rem, 2vw, 1.25rem);
}
.plan-modal__img {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media all and (max-width: 768px) {
  .plan-modal__img {
    width: 100%;
  }
  .plan-modal__img img {
    width: 100%;
    height: auto;
  }
}
.plan-modal__caption {
  grid-row: 2/3;
  grid-column: 1/2;
  color: #000;
}
.plan-modal__caption .caption-heading {
  font-size: 0.875rem;
}
@media all and (max-width: 768px) {
  .plan-modal__caption .caption-heading {
    font-size: 0.75rem;
  }
}
.plan-modal__caption .caption-text {
  font-size: 0.625rem;
  line-height: 1.4;
  margin-top: 1em;
}

.plan-content2 {
  position: relative;
  padding: 15rem 0 17.5rem;
}
@media all and (max-width: 1024px) {
  .plan-content2 {
    padding: 11.25rem 0 12.5rem;
  }
}
@media all and (max-width: 768px) {
  .plan-content2 {
    padding: 5.625rem 0 7.5rem;
  }
}
.plan-content2 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  max-width: 129.375rem;
  width: 150%;
  height: 100%;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .plan-content2 .bg {
    width: 100%;
    left: 0;
    translate: 0 0;
  }
}
.plan-content2 .bg img {
  width: 100%;
  height: 100%;
}
.plan-content2 .box1 {
  margin-top: -5rem;
  z-index: 2;
}
@media (max-width: 1420px) {
  .plan-content2 .box1 {
    margin-top: -2.5rem;
  }
}
@media all and (max-width: 1280px) {
  .plan-content2 .box1 {
    margin-top: 3.75rem;
  }
}
.plan-content2 .sub-img {
  width: 19.75rem;
}
@media all and (max-width: 768px) {
  .plan-content2 .sub-img {
    width: 15.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.plan-content2-2 {
  max-width: 100%;
  position: relative;
  padding: 12.5rem 1.25rem 12.5rem;
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
}
@media all and (max-width: 1024px) {
  .plan-content2-2 {
    padding: 11.25rem 1.25rem 12.5rem;
  }
}
@media all and (max-width: 768px) {
  .plan-content2-2 {
    padding: 5.625rem 0.9375rem 5rem;
  }
}
.plan-content2-2 .box-ugoclo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  gap: 4.375rem;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .plan-content2-2 .box-ugoclo {
    flex-direction: column;
    gap: 2.5rem;
    align-items: normal;
  }
}
.plan-content2-2 .box-ugoclo .ugoclo-logo {
  width: 100%;
  max-width: 20.6875rem;
  display: block;
}
@media all and (max-width: 768px) {
  .plan-content2-2 .box-ugoclo .ugoclo-logo {
    width: 11.875rem;
    margin-bottom: 1.25rem;
  }
}
.plan-content2-2 .box-ugoclo .gooddesign-logo {
  width: 100%;
  max-width: 11.3125rem;
  display: block;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 769px) {
  .plan-content2-2 .box-ugoclo .gooddesign-logo {
    margin-left: auto;
  }
}
@media all and (max-width: 768px) {
  .plan-content2-2 .box-ugoclo .gooddesign-logo {
    width: 10rem;
  }
}
.plan-content2-2 .box-ugoclo .content {
  flex: 1;
}
@media all and (max-width: 768px) {
  .plan-content2-2 .box-ugoclo .content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.plan-content2-2 .box-ugoclo .imgWrap {
  width: 56%;
}
@media all and (max-width: 768px) {
  .plan-content2-2 .box-ugoclo .imgWrap {
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.plan-content2-2 .box-ugoclo .imgWrap-box {
  gap: 2%;
  display: grid;
  grid-template-columns: 1.48fr 1fr;
}
@media all and (max-width: 768px) {
  .plan-content2-2 .box-ugoclo .imgWrap-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media all and (min-width: 769px) {
  .plan-content2-2 .box-ugoclo .text1 {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}
.plan-content2-2 .heading1 {
  text-align: center;
}
@media all and (max-width: 768px) {
  .plan-content2-2 .heading1 {
    font-size: 1.25rem;
  }
}
.plan-content2-2 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  max-width: 129.375rem;
  width: 150%;
  height: 100%;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .plan-content2-2 .bg {
    width: 100%;
    left: 0;
    translate: 0 0;
  }
}
.plan-content2-2 .bg img {
  width: 100%;
  height: 100%;
}
.plan-content2-2 .box1 {
  margin-top: -5rem;
  z-index: 2;
}
@media (max-width: 1420px) {
  .plan-content2-2 .box1 {
    margin-top: -2.5rem;
  }
}
@media all and (max-width: 1280px) {
  .plan-content2-2 .box1 {
    margin-top: 3.75rem;
  }
}
.plan-content2-2 .sub-img {
  width: 19.75rem;
}
@media all and (max-width: 768px) {
  .plan-content2-2 .sub-img {
    width: 15.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.plan-section2 {
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  position: relative;
  padding-top: 12.5rem;
  margin-top: -7.5rem;
}
@media all and (max-width: 768px) {
  .plan-section2 {
    padding-top: 6.25rem;
    margin-top: -4.375rem;
  }
}
.plan-section2__inner {
  position: relative;
  z-index: 2;
}
.plan-section2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/cmn-bg2.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  display: none;
}
@media all and (max-width: 768px) {
  .plan-section2:after {
    background-image: url(../images/common/cmn-bg2-sp.webp);
    background-position: top center;
  }
}
.plan-section2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  z-index: 2;
  mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.plan-section2 .heading1 {
  font-size: 2.375rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media all and (max-width: 1024px) {
  .plan-section2 .heading1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .plan-section2 .heading1 {
    font-size: 1.375rem;
    margin-bottom: 3.125rem;
  }
}
.plan-section2 .facility-list {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3.75rem;
}
@media all and (max-width: 768px) {
  .plan-section2 .facility-list {
    max-width: 20.625rem;
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}
.plan-section2 .facility-list .title {
  font-size: 1.625rem;
  margin: 1em 0;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .plan-section2 .facility-list .title {
    font-size: 1.375rem;
  }
}
.plan-section2 .facility-list .caption {
  margin-top: 1em;
}
.plan-section2 .facility-list__img {
  position: relative;
}
.plan-section2 .facility-list figcaption {
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  line-height: 1;
  bottom: 7%;
  right: 8%;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .plan-section2 .facility-list figcaption {
    font-size: 0.625rem;
  }
}

.partnership-section1 {
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  position: relative;
  margin-top: 5rem;
  padding-top: 5.625rem;
}
@media all and (max-width: 768px) {
  .partnership-section1 {
    padding-top: 4.375rem;
  }
}
.partnership-section1__inner {
  position: relative;
  z-index: 3;
}
.partnership-section1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/cmn-bg2.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  display: none;
}
@media all and (max-width: 768px) {
  .partnership-section1:after {
    background-image: url(../images/common/cmn-bg2-sp.webp);
    background-position: top center;
  }
}
.partnership-section1 .bglogo1 {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: 0;
  translate: 0 155%;
  right: 35%;
  z-index: 0;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .partnership-section1 .bglogo1 {
    display: none;
  }
}
.partnership-section1 .bglogo2 {
  width: min(90%, 103.75rem);
  margin: 0 auto;
  position: absolute;
  top: 0;
  translate: 0 280%;
  left: 35%;
  z-index: 0;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .partnership-section1 .bglogo2 {
    display: none;
  }
}

.partner-list {
  display: flex;
  flex-direction: column;
  gap: 8.75rem;
}
@media all and (max-width: 1024px) {
  .partner-list {
    gap: 6.25rem;
  }
}
@media all and (max-width: 768px) {
  .partner-list {
    gap: 5rem;
  }
}
.partner-list__item {
  display: flex;
  gap: 1.875rem;
  flex-direction: column;
}
@media all and (max-width: 768px) {
  .partner-list__item {
    gap: 1.5625rem;
  }
}
.partner-list__item figcaption {
  font-size: 0.75rem;
  display: flex;
  justify-content: flex-end;
  line-height: 1.4;
  text-align: right;
  margin-top: 0.6em;
}
@media all and (max-width: 768px) {
  .partner-list__item figcaption {
    font-size: 0.625rem;
    flex-direction: column;
    padding-right: 0.5em;
  }
}
.partner-list__item .upper {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.125rem;
}
@media all and (max-width: 768px) {
  .partner-list__item .upper {
    display: contents;
  }
}
@media all and (max-width: 768px) {
  .partner-list__item .upper__img {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    order: 3;
  }
}
.partner-list__item .upper__content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
  justify-content: center;
}
@media all and (min-width: 1025px) {
  .partner-list__item .upper__content {
    padding-bottom: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .partner-list__item .upper__content {
    order: 1;
  }
}
.partner-list__item .upper__partner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
  font-size: 0.8125rem;
}
.partner-list__item .upper__partner .logo {
  display: flex;
  justify-content: center;
}
.partner-list__item .upper__partner .logo a {
  height: min(5rem, 6.6vh);
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.partner-list__item .upper__partner .logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .partner-list__item .upper__partner .logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.partner-list__item .upper__partner .logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .partner-list__item .upper__partner .logo a {
    height: 3.25rem;
  }
}
.partner-list__item .upper__partner .logo img {
  height: 100%;
  width: auto;
}
.partner-list__item .lower {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.125rem;
}
@media all and (max-width: 768px) {
  .partner-list__item .lower {
    display: contents;
  }
}
.partner-list__item .lower__imgWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.partner-list__item .lower__imgWrap.single {
  grid-template-columns: 1fr;
}
@media all and (max-width: 768px) {
  .partner-list__item .lower__imgWrap {
    gap: 0.625rem;
    order: 4;
    margin-top: -0.9375rem;
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }
}
@media all and (min-width: 769px) {
  .partner-list__item .lower__content {
    padding-top: 0.625rem;
  }
}
@media all and (max-width: 768px) {
  .partner-list__item .lower__content {
    padding-bottom: 1.25rem;
    order: 2;
  }
}

.subpage-section {
  background: linear-gradient(90deg, #DDDCDD 0%, #FFFFFF 100%);
  position: relative;
  padding-top: 12.5rem;
}
@media all and (max-width: 768px) {
  .subpage-section {
    padding-top: 8.125rem;
  }
}
.subpage-section__inner {
  position: relative;
  z-index: 2;
}

.map-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  color: #b48d4b;
  line-height: 1.6;
  font-size: 1.625rem;
  margin-bottom: 5.3125rem;
}
@media all and (max-width: 768px) {
  .map-title {
    margin-bottom: 2.1875rem;
    font-size: 1rem;
    gap: 0.625rem;
  }
}
@media all and (max-width: 768px) {
  .map-title .en {
    width: 7.5rem;
  }
}

.outline-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  color: #b48d4b;
  line-height: 1.6;
  margin-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .outline-title {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    gap: 0.3125rem;
  }
}
.outline-title .ja {
  font-size: 3.75rem;
}
@media all and (max-width: 768px) {
  .outline-title .ja {
    font-size: 1.75rem;
  }
}
.outline-title .en {
  font-size: 1.25rem;
}
@media all and (max-width: 768px) {
  .outline-title .en {
    font-size: 1rem;
  }
}

.outline-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 5rem 1.875rem;
}
@media all and (max-width: 768px) {
  .outline-wrapper {
    padding: 2.5rem 0.75rem;
  }
}
.outline-wrapper__inner {
  max-width: 53.875rem;
  margin: 0 auto;
  width: 100%;
}
.outline-wrapper__inner-box {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.outline-wrapper__header {
  font-size: 0.9375rem;
  color: #000;
}
@media all and (max-width: 768px) {
  .outline-wrapper__header {
    font-size: 0.8125rem;
  }
}
.outline-wrapper__header .label {
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 768px) {
  .outline-wrapper__header .label {
    font-size: 0.75rem;
  }
}
.outline-wrapper__header .label span {
  padding: 0.4em 0.8em;
  color: #fff;
  background-color: #002662;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  min-width: 5em;
  text-align: center;
}
.outline-wrapper__header__upper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: min(3.125rem, 5vw);
  margin-bottom: 2.5rem;
}
@media all and (max-width: 768px) {
  .outline-wrapper__header__upper {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.outline-wrapper__header__upper .content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.outline-wrapper__header__upper .content a {
  color: #0051d2;
}
.outline-wrapper__header__upper .title {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #002662;
}
@media all and (max-width: 768px) {
  .outline-wrapper__header__upper .title {
    text-align: center;
    font-size: 0.875rem;
  }
}
.outline-wrapper__header__lower {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.outline-wrapper__header__lower .tel {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 768px) {
  .outline-wrapper__header__lower .tel {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
.outline-wrapper__header__lower .tel .num {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #B48D4B;
}
@media all and (max-width: 768px) {
  .outline-wrapper__header__lower .tel .num {
    font-size: 1.375rem;
  }
}
.outline-wrapper__info .title {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  color: #fff;
  background-color: #807b69;
  padding: 0.625rem 1.25rem;
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .outline-wrapper__info .title {
    font-size: 0.875rem;
  }
}
.outline-wrapper__info .list {
  display: grid;
  grid-template-columns: 250px 1fr;
  border: 1px solid #676767;
  color: #000;
  line-height: 1.6;
}
@media all and (max-width: 1024px) {
  .outline-wrapper__info .list {
    grid-template-columns: 200px 1fr;
  }
}
@media all and (max-width: 768px) {
  .outline-wrapper__info .list {
    grid-template-columns: 1fr;
  }
}
.outline-wrapper__info .list dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  padding: 1.25em;
  background-color: #dddcdd;
}
@media all and (min-width: 769px) {
  .outline-wrapper__info .list dt {
    border-right: 1px solid #676767;
  }
  .outline-wrapper__info .list dt:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #676767;
  }
}
@media all and (max-width: 768px) {
  .outline-wrapper__info .list dt {
    border-bottom: 1px solid #676767;
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
  }
}
.outline-wrapper__info .list dd {
  font-size: 0.875rem;
  padding: 1.5em 2em;
}
.outline-wrapper__info .list dd:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #676767;
}
@media all and (max-width: 768px) {
  .outline-wrapper__info .list dd {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
  }
}

/*# sourceMappingURL=style.css.map */