@charset "UTF-8";
/* resset.dev 窶｢ v5.0.2 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  line-height: 1;
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  box-sizing: border-box;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:root {
  --focus-outline-color: black;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted var(--focus-outline-color);
}

button,
html[type=button],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  color: inherit;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; /* Reset font weight for all headings */
}

h1{
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #021E5F;
  letter-spacing: 1.6px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

@media screen and (min-width: 821px) {
  .sp-only {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media screen and (min-width: 821px) {
  .sp-none {
    display: block;
  }
}

.inner {
  padding: 0 35px;
}

.text {
  line-height: 2.2;
}

.btn {
  width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  transition: background-color 0.3s;
  background-color: #fff;
  border: #021E5F 1px solid;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #021E5F;
  color: #ffffff;
  border-color: #ffffff;
}

.btn__text {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
}

.btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  display: inline-block;
  width: 21px;
  height: 1px;
  border-radius: 9999px;
  background-color: #1c1c1c;
}

.btn__arrow::before {
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #1c1c1c;
  transform: rotate(35deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.btn:hover .btn__arrow,
.btn:hover .btn__arrow::before {
  background-color: #fff;
}

.sub-mv {
  background-image: url("../images/company/c-mv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
}

.sub-mv__inner {
  position: relative;
  height: 100%;
}

.sub-mv--properties {
  background-image: url("../images/properties/p-mv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
}

.sub-mv__title {
  margin-top: 50px;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 48px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  font-weight: bold;
  text-shadow: #333 2px 3px 8px;
}

.sub-mv__properties-title {
  font-size: 48px;
}

.sub-mv__subtitle {
  margin-top: 36px;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: #333 2px 3px 8px;
}

@media screen and (min-width: 821px) {
  .sub-mv {
    background-position: 0 80%;
  }
  .sub-mv__title {
    font-size: 72px;
  }
  .sub-mv__subtitle {
    top: 54%;
    font-size: 32px;
  }
  .sub-mv__properties-title {
    font-size: 64px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
}

.header-inner {
  padding-left: 20px;
}
@media screen and (min-width: 1080px) {
  .header-inner {
    padding-left: 0px;
  }
}

.header-container {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 1080px) {
  .header-container {
    height: 100px;
  }
}

.header-logo {
  display: inline-block;
}
.header-logo img {
  width: 180px;
  height: 48px;
}
@media screen and (min-width: 1080px) {
  .header-logo img {
    width: 300px;
    height: 60px;
  }
}

.header-left {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) {
  .header-left {
    gap: 45px;
  }
}

.header-right {
  display: flex;
  align-items: stretch;
}

.hamburger {
  position: relative;
  width: 80px;
  height: 80px;
  border: none;
  padding: 0;
  z-index: 5000;
  transition: background-color 0.3s ease;
}
.hamburger.is-active {
  background-color: transparent;
}
.hamburger.is-active::before {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 821px) {
  .hamburger {
    display: none;
  }
}

.drawer-menu.is-open ~ .header-inner .hamburger,
.drawer-menu.is-item-hovered ~ .header-inner .hamburger {
  background: #fff;
}

.hamburger.is-active {
  background-color: transparent;
}

.hamburger__line {
  position: absolute;
  width: 36px;
  height: 1px;
  background: #011136;
  left: 20px;
  transition: all 0.3s ease-in-out;
}

.hamburger__line:nth-child(1) {
  top: calc(50% - 9px);
}

.hamburger__line:nth-child(2) {
  top: 50%;
}

.hamburger__line:nth-child(3) {
  top: calc(50% + 9px);
}

.hamburger.is-active .hamburger__line:nth-child(1) {
  background: #707070;
  transform: rotate(45deg);
  top: 50%;
}

.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .hamburger__line:nth-child(3) {
  background: #707070;
  transform: rotate(-45deg);
  top: 50%;
}

.drawer-menu {
  background-color: #021E5F;
  position: fixed;
  top: 80px;
  right: 0;
  width: 85%;
  height: 100vh;
  z-index: 6000;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.4s ease-out, visibility 0s 0.4s;
}
.drawer-menu.is-open {
  background-color: rgba(2, 30, 95, 0.8);
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.4s ease-out, visibility 0s;
}
.drawer-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100%;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-mask-image: linear-gradient(to right, transparent 10%, #fff 90%);
          mask-image: linear-gradient(to right, transparent 10%, #fff 90%);
}
.drawer-menu.is-item-hovered::after {
  opacity: 1;
}

.drawer-menu__inner {
  height: 100%;
  overflow-y: auto;
}

.drawer-menu__header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.drawer-menu__list {
  display: flex;
  flex-direction: column;
}
.drawer-menu.is-open .drawer-menu__list {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (min-width: 821px) {
  .drawer-menu__list {
    opacity: 1;
    flex-direction: row;
  }
}

.drawer-menu__item {
  font-size: 24px;
  color: #ffffff;
  transform: translateY(20px);
  position: relative;
  padding: 48px 0 48px 16px;
  line-height: 0;
  border-bottom: #fff 1px solid;
}

.drawer-menu__item a {
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.drawer-menu__item a:hover {
  opacity: 0.5;
}
.drawer-menu__item a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 36px;
  transition: transform 0.3s;
}
@media screen and (min-width: 821px) {
  .drawer-menu__item a {
    color: #000;
  }
  .drawer-menu__item a::after {
    display: none;
  }
}

.drawer-menu__item-top {
  display: block;
}

.drawer-menu__title-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.drawer-menu__title {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  transition: 0.8s;
}

.drawer-menu__text {
  font-size: 14px;
}

body.is-drawer-active {
  overflow: hidden;
}

body.is-drawer-active .header__reservation,
body.is-drawer-active .header__faq {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 821px) {
  .drawer-menu {
    width: 100%;
    height: 100%;
    position: static;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }
  .drawer-menu::after {
    display: none;
  }
  .drawer-menu__inner {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
  }
  .drawer-menu__list {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 100%;
  }
  .drawer-menu__item {
    padding: 0;
    font-size: 16px;
    border: none;
    transform: translateY(0);
  }
  .drawer-menu__title {
    padding: 0;
  }
  .drawer-menu__item-bottom {
    padding: 32px;
    height: auto;
    background-color: #021E5F;
    color: #ffffff;
  }
  .drawer-menu__item-bottom:hover {
    background-color: rgba(2, 30, 95, 0.9);
  }
}
@media screen and (min-width: 1080px) {
  .drawer-menu__item-bottom {
    padding: 42px 60px;
    height: auto;
    background-color: #021E5F;
    color: #ffffff;
  }
  .drawer-menu__list {
    gap: 64px;
  }
}
/* フッターfooterのスタイル*/
.footer {
  background-image: url("../images/top/s-footer-image.png");
  background-size: cover;
  background-position: center;
  height: 100%;
}

.footer__inner {
  padding-top: 104px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.footer__title {
  letter-spacing: 0.05em;
  padding-bottom: 80px;
}

.footer__title-text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 16px;
}

.footer__subtitle {
  letter-spacing: 0.08em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.footer__text-wrapper {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  padding: 48px 0px 60px 0px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  margin-bottom: 140px;
}

.footer__phone {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding-bottom: 36px;
}

.footer__phone-logo {
  margin-top: 6px;
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__open-hour-container {
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 22px;
}

.footer__phone-number {
  font-size: 36px;
  font-weight: 600;
}

.footer__building-image {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  top: 0.5px;
}
.footer__building-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.footer__nav {
  padding: 40px 0 40px;
  background-color: rgba(2, 30, 95, 0.8);
}

.footer__logo {
  padding-bottom: 48px;
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
}

.footer__nav-item {
  position: relative;
}
.footer__nav-item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background: #fff;
  opacity: 0.7;
}
.footer__nav-item a {
  transition: opacity 0.3s;
}
.footer__nav-item a:hover {
  opacity: 0.7;
}

.footer__copy {
  padding: 20px 0;
  background: #ffffff;
  text-align: center;
}

.footer__copy-text {
  letter-spacing: 0.05em;
  font-size: 12px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 821px) {
  .footer__text-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 72px 0px 84px;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    margin-bottom: 90px;
  }
  .footer__phone {
    gap: 16px;
  }
  .footer__phone-number {
    font-size: 80px;
  }
  .footer__phone-logo {
    margin-top: 20px;
    width: 64px;
    height: 64px;
  }
  .footer__building-image {
    top: 1px;
  }
  .footer__open-hour-container {
    font-size: 32px;
  }
  .footer__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 300px;
  }
  .footer__logo {
    padding-bottom: 0;
  }
}
.mv {
  position: fixed;
  z-index: -1;
  margin-top: -90vh;
  overflow: hidden;
}
@media screen and (min-width: 821px) {
  .mv {
    margin-top: -130vh;
  }
}
@media screen and (min-width: 1080px) {
  .mv {
    margin-top: -150vh;
  }
}

.mv__swiper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv__swiper img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__swiper-slide img,
.mv__swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 12s ease-in-out;
}

.mv__swiper .swiper-slide-active img,
.mv__swiper .swiper-slide-active picture img {
  transform: scale(1.1);
}

.swiper-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: absolute;
  top: 32%;
  left: 0%;
  transform: translateY(-50%);
  width: auto;
  z-index: 10;
}
@media screen and (min-width: 821px) {
  .swiper-text {
    gap: 24px;
    top: 35%;
  }
}
@media screen and (min-width: 1080px) {
  .swiper-text {
    top: 40%;
  }
}

.phrase-start {
  display: inline-block;
  max-width: 1000px;
  color: #ffffff;
  font-size: 38px;
  font-family: "mode-mincho-b-large-std", sans-serif;
  padding: 10px 0px 10px 30px;
  background-color: rgba(2, 30, 95, 0.8);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.7s cubic-bezier(0.2, 0, 0.2, 1);
}
.phrase-start.is-visible {
  clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 500px) {
  .phrase-start {
    font-size: 48px;
  }
}
@media screen and (min-width: 821px) {
  .phrase-start {
    padding: 16px 0px 16px 50px;
    font-size: 80px;
  }
}
@media screen and (min-width: 1080px) {
  .phrase-start {
    font-size: 104px;
  }
}

.phrase-end {
  display: inline-block;
  max-width: 1000px;
  color: #ffffff;
  font-size: 18px;
  font-family: "mode-mincho-b-large-std", sans-serif;
  padding: 10px 30px 10px 30px;
  background-color: rgba(2, 30, 95, 0.8);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.8, 0, 0.2, 1);
  transition-delay: 0.1s;
}
.phrase-end.is-visible {
  clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 500px) {
  .phrase-end {
    font-size: 24px;
  }
}
@media screen and (min-width: 821px) {
  .phrase-end {
    padding: 16px 63px 16px 50px;
    top: 36%;
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .phrase-end {
    top: 38%;
    font-size: 40px;
    padding: 16px 60px 16px 57px;
  }
}

.mv__swiper-container {
  width: 100vw;
  height: 90vh;
  position: relative;
}
@media screen and (min-width: 821px) {
  .mv__swiper-container {
    height: 100vh;
  }
}

.mv__swiper {
  width: 100%;
  height: 100%;
}

/* アバウトaboutのスタイル*/
.about__image-bg {
  background-image: url("../images/top/t-about-image-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 90vh;
  padding-bottom: 160px;
}
@media screen and (min-width: 821px) {
  .about__image-bg {
    margin-top: 130vh;
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 1080px) {
  .about__image-bg {
    margin-top: 150vh;
  }
}

.about__inner {
  padding: 96px 20px 0;
}
@media screen and (min-width: 821px) {
  .about__inner {
    padding: 180px 0 240px;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    height: 1000px;
  }
}

.about__title-container {
  padding-bottom: 120px;
}

.about__title {
  color: #506595;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.15em;
  padding-bottom: 60px;
}

.about__subtitle {
  color: #506595;
  line-height: 2.5;
}

.about__company-inner {
  max-width: 1000px;
}

.about__image {
  width: 100vw;
  max-width: 508px;
  margin-left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 508/354;
  overflow: hidden;
  display: block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.2, 0, 0.2, 1) 0.5s;
}
.about__image.is-visible {
  clip-path: inset(0 0 0 0);
}

.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  padding-bottom: 40px;
  transition: transform 0.5s ease-out;
}
.about__image img:hover {
  transform: scale(1.08);
}

.main__title {
  font-size: 36px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 8px;
}

.sub__text {
  font-size: 24px;
  display: inline-block;
  font-weight: 500;
  padding-bottom: 48px;
}

.company-description {
  line-height: 1.7;
  padding-bottom: 64px;
}

@media screen and (min-width: 821px) {
  .about__inner {
    padding-bottom: 0;
  }
  .about__title-container {
    text-align: center;
    padding-bottom: 120px;
  }
  .about__title {
    font-size: 40px;
  }
  .about__subtitle {
    font-size: 20px;
  }
  .about__company-inner {
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .about__image {
    width: 50%;
    margin-left: 0;
    transform: translateX(0);
    aspect-ratio: auto;
  }
  .about__image img {
    padding-bottom: 0;
  }
  .company-text-wrapper {
    width: 50%;
    padding-right: 40px;
  }
  .main__title {
    padding-bottom: 12px;
  }
  .sub__text {
    padding-bottom: 28px;
  }
  .about__btn {
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .about__company-inner {
    padding: 0;
  }
}
.properties {
  width: 100%;
  height: auto;
  width: 100%;
  background: #fff;
  height: auto;
}

.properties__swiper img {
  width: 100%;
}

.properties__swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.properties__contents-image {
  line-height: 0;
}

.properties__contents-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.properties__contents-text-wrapper {
  background: #021E5F;
  padding: 64px 20px 120px 20px;
}

.properties__title {
  color: #ffffff;
}

.properties-sub__text {
  color: #ffffff;
}

.properties-info {
  padding-bottom: 96px;
}

.properties-info__name {
  color: #ffffff;
  padding-bottom: 24px;
  font-size: 32px;
}

.properties-info__address {
  color: #ffffff;
}

.properties__swiper-container {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  bottom: 200px;
  color: white;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 28px;
  font-weight: 400;
}

.properties__pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background-color: #ffffff;
}

.swiper-pagination {
  position: static;
  width: auto;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
  border: 1.5px solid #d9d9d9;
  transition: all 0.3s ease;
}

.properties__swiper-container .swiper-pagination {
  position: static;
  width: auto;
}

.properties__swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
  border: 1.5px solid 2100000F;
  transition: all 0.3s ease;
}

.properties__swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 24px;
}

.swiper-pagination-bullet-active {
  background: #021E5F;
  border-color: #021E5F;
}

@media screen and (min-width: 821px) {
  .properties__contents-text-container {
    width: 250px;
    margin: 0 auto;
  }
  .properties__pagination-wrapper {
    padding-bottom: 40px;
  }
  .properties-info__name {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1080px) {
  .properties__pagination-wrapper {
    padding-bottom: 120px;
  }
  .properties__contents-inner {
    padding: 160px 20px 80px 20px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    background: none;
  }
  .properties__contents-image {
    line-height: 0;
    width: 50%;
    aspect-ratio: 750/463;
  }
  .properties__contents-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
  .properties__contents-text-wrapper {
    background: #021E5F;
    padding: 64px 20px;
    width: 50%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: auto;
    bottom: 280px;
    color: white;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 40px;
    font-weight: 400;
  }
  .swiper-button-prev {
    left: 30px;
  }
  .swiper-button-next {
    right: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: auto;
    bottom: 280px;
    color: #021E5F;
  }
}
@media screen and (min-width: 1900px) {
  .properties__contents-inner {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
  }
  .swiper-button-prev,
  .swiper-button-next {
    color: #021E5F;
  }
  .swiper-button-prev {
    left: 200px;
  }
  .swiper-button-next {
    right: 200px;
  }
}
@media screen and (min-width: 2400px) {
  .swiper-button-prev {
    left: 300px;
  }
  .swiper-button-next {
    right: 300px;
  }
}
.about__image-bg + .properties .properties__swiper-container {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .about__image-bg + .properties .swiper-button-prev,
  .about__image-bg + .properties .swiper-button-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .about__image-bg + .properties .top-swiper-button-prev,
  .about__image-bg + .properties .top-swiper-button-next {
    color: #ffffff !important;
  }
  .about__image-bg + .properties .top-swiper-button-prev {
    left: 40px;
  }
  .about__image-bg + .properties .top-swiper-button-next {
    right: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .about__image-bg + .properties .top-swiper-button-prev,
  .about__image-bg + .properties .top-swiper-button-next {
    color: #ffffff !important;
  }
}
@media screen and (min-width: 1900px) {
  .about__image-bg + .properties .top-swiper-button-prev,
  .about__image-bg + .properties .top-swiper-button-next {
    color: #ffffff !important;
  }
}
@media screen and (min-width: 2400px) {
  .about__image-bg + .properties .top-swiper-button-prev,
  .about__image-bg + .properties .top-swiper-button-next {
    color: #ffffff !important;
  }
}

.company__strengths-inner {
  padding: 80px 20px 160px 20px;
}

.company__strengths-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 64px;
}

.company__strengths-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  gap: 104px;
  text-align: center;
}

.company__strengths-image {
  padding-bottom: 40px;
}
.company__strengths-image img {
  width: 164px;
  height: 164px;
  display: block;
  margin: 0 auto;
}

.company__strengths-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 40px;
}

.company__strengths-text {
  text-align: left;
  line-height: 2;
}

@media screen and (min-width: 821px) {
  .company__strengths-title {
    font-size: 40px;
    padding-bottom: 96px;
  }
  .company__strengths-subtitle {
    font-size: 20px;
  }
  .company__strengths-wrapper {
    flex-direction: row;
    margin: 0 auto;
    gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .company__strengths-item {
    flex: 1;
    width: 0;
    display: flex;
    flex-direction: column;
  }
  .company__strengths-inner {
    padding: 120px 20px 160px 20px;
  }
  .company__strengths-subtitle {
    font-size: 24px;
  }
  .company__strengths-wrapper {
    flex-direction: row;
    align-items: stretch;
    margin: 0 auto;
    gap: 60px;
  }
}
.company__profile-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 160px 20px;
}

.company__profile-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 80px;
}

.company-profile {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.company-profile__row {
  padding-bottom: 24px;
  border-bottom: #cacaca 1px solid;
}

.company-profile__term {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 8px;
}

.company-profile__description {
  font-size: 20px;
  color: #011136;
  line-height: 2;
}

@media screen and (min-width: 821px) {
  .company__profile-title {
    font-size: 40px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1080px) {
  .company-profile__term {
    padding-bottom: 0px;
    width: 200px;
    flex-shrink: 0;
  }
  .company-profile__row {
    display: flex;
    align-items: center;
  }
}
/* =============================================== */
/* 物件一覧のレイアウト */
/* =============================================== */
.sub__properties {
  max-width: 1500px;
  margin: 0 auto;
}

.sub__properties__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 20px;
}

.sub__properties .sub__properties-list-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

.sub__properties .swiper-main {
  width: 100%;
  aspect-ratio: 16/10;
  margin-bottom: 10px;
}

.sub__properties .swiper-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub__properties .swiper-thumbs {
  height: auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 7/1.08;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub__properties .swiper-thumbs .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
  height: auto;
}

.sub__properties .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.sub__properties .swiper-thumbs img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub__properties .property-info {
  margin-top: 20px;
}

.sub__properties .property-info h3,
.sub__properties .property-info p {
  margin: 0;
}

.sub__properties .property-info h3 {
  font-size: 3.2rem;
  padding-bottom: 24px;
  font-weight: 600;
}

.sub__properties .property-info p {
  font-size: 20px;
}

.sub__properties .swiper-main {
  position: relative;
}

.sub__properties .properties-list-item {
  padding-bottom: 48px;
  margin-bottom: 104px;
  border-bottom: 1px solid #ddd;
}

.sub__properties .properties-list-item .swiper-main .swiper-button-prev,
.sub__properties .properties-list-item .swiper-main .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff !important;
  --swiper-navigation-color: #ffffff !important;
  --swiper-navigation-size: 28px;
}

.sub__properties .properties-list-item .swiper-main .swiper-button-prev {
  left: -5px;
}

.sub__properties .properties-list-item .swiper-main .swiper-button-next {
  right: -5px;
}

@media screen and (min-width: 821px) {
  .sub__properties .properties-list-item {
    border: none;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
  }
  .sub__properties .sub__properties-list {
    border: none;
  }
  .sub__properties .properties-list-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .sub__properties .property-item__gallery {
    width: 60%;
    flex-shrink: 0;
    min-width: 0;
  }
  .sub__properties .property-item__details {
    width: 50%;
  }
  .sub__properties__inner {
    padding: 160px 20px 0px 20px;
  }
  .sub__properties .properties-list-item {
    margin-bottom: 160px;
  }
  .sub__properties .properties-list-item:nth-child(even) .property-item__details {
    text-align: right;
  }
  .sub__properties .property-info h3 {
    line-height: 1.2;
    font-size: 24px;
    padding-bottom: 24px;
    font-weight: 600;
  }
  .sub__properties .property-info p {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .sub__properties .property-info h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .sub__properties .property-info h3 {
    font-size: 52px;
  }
}/*# sourceMappingURL=style.css.map */