@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@keyframes arrow_trans_x1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(52px);
  }
}

@keyframes arrow_trans_x2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(52px);
  }
}

@keyframes arrow_trans_y1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-55px);
  }
}

@keyframes arrow_trans_y2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-55px);
  }
}

@media screen and (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

@media (min-width: 1381px) {
  .c-br.is-max1380 {
    display: none;
  }
}

@media (max-width: 1380px) {
  .c-br.is-min1381 {
    display: none;
  }
}

@media (max-width: 767px), (min-width: 1381px) {
  .c-br.is-768-1380 {
    display: none;
  }
}

@media (max-width: 767px), (min-width: 1455px) {
  .c-br.is-768-1454 {
    display: none;
  }
}

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

a {
  color: #3b4141;
  text-decoration: underline;
}

a:active {
  background-color: transparent;
}

html {
  overflow-y: scroll;
  font-size: 100%;
}

@media print, (min-width: 768px) {
  html.is-mega {
    overscroll-behavior: none;
  }
}

@media screen and (max-width: 767px) {
  html.is-hamburger {
    overscroll-behavior: none;
  }
}

body {
  background: none;
  color: #3b4141;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, (min-width: 768px) {
  .siteWrapper.is-mega {
    position: fixed !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .siteWrapper.is-hamburger {
    position: fixed !important;
    width: 100% !important;
  }
}

@media print, (min-width: 768px) {
  .siteWrapper.is-homeModal {
    position: fixed !important;
    width: 100% !important;
  }
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 60000;
  width: 100%;
  transition: opacity 0ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .l-header {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    left: 0 !important;
  }
}

.l-header__in {
  position: relative;
  background: #fff;
}

@media print, (min-width: 768px) {
  .l-header__in {
    min-width: 1140px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__in {
    height: 65px;
  }
}

.l-header__lg {
  position: absolute;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .l-header__lg {
    left: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .l-header__lg {
    left: 20px;
  }
}

.l-header__lg__s {
  display: block;
  position: relative;
  width: 105px;
  height: 15px;
  margin-bottom: 7px;
}

@media print, (min-width: 768px) {
  .l-header__lg__s {
    display: none;
  }
}

.l-header__lg__e {
  display: block;
  position: relative;
}

@media print, (min-width: 768px) {
  .l-header__lg__e {
    width: 353px;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__lg__e {
    width: 200px;
    height: 16px;
  }
}

.l-header__lg a {
  display: block;
  position: relative;
}

.l-header__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-header__sl {
  position: absolute;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .l-header__sl {
    right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    width: 80px;
    height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__sl {
    display: none;
  }
}

.l-header__sl a {
  display: block;
  position: relative;
  height: 100%;
}

.l-header__sl img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-header__hm {
  position: absolute;
  right: 8.5px;
  top: 10px;
  width: 45px;
  height: 45px;
}

@media print, (min-width: 768px) {
  .l-header__hm {
    display: none;
  }
}

.l-header__hm button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  appearance: none;
  cursor: pointer;
}

.l-header__hm button > span {
  display: block;
  position: absolute;
  left: 11.5px;
  top: 22px;
  width: 22px;
  height: 1px;
  background: #156082;
}

.l-header__hm button > span:nth-child(1) {
  transform: translateY(-6px);
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-header__hm button > span:nth-child(2) {
  transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-header__hm button > span:nth-child(3) {
  transform: translateY(6px);
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-header__hm.is-active button > span:nth-child(1) {
  transform: rotate(45deg) translateY(0px);
}

.l-header__hm.is-active button > span:nth-child(2) {
  opacity: 0;
}

.l-header__hm.is-active button > span:nth-child(3) {
  transform: rotate(-45deg) translateY(0px);
}

.l-header__nv {
  position: absolute;
  right: clamp(125px, calc(125px + 40 * (100vw - 1155px) / 225), 165px);
  top: 0;
}

@media screen and (max-width: 767px) {
  .l-header__nv {
    display: none;
  }
}

.l-header__nv__in {
  position: relative;
}

html.is-home .l-header__nv__in,
.l-header__nv__in:has(.l-header__nv__pm) {
  padding-right: 20px;
}

.l-header__nv__ar {
  position: absolute;
  right: 0;
  top: -1px;
  width: 15px;
  height: 25px;
  overflow: hidden;
}

html:not(.is-home) .l-header__nv__ar {
  display: none;
}

.l-header__nv__ar::before,
.l-header__nv__ar::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #156082;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.l-header__nv__ar::before {
  transform: translateY(0px) rotate(90deg);
}

.l-header__nv__ar::after {
  transform: translateY(-25px) rotate(90deg);
}

.l-header__nv__pm {
  position: absolute;
  right: 0;
  top: 6px;
  width: 11px;
  height: 11px;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.l-header__nv__pm::before,
.l-header__nv__pm::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background: #156082;
}

.l-header__nv__pm::after {
  transform: rotate(90deg);
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-header__nv > ul {
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.l-header__nv > ul > li > a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  box-sizing: border-box;
  padding: 0 25px;
  color: inherit;
  text-decoration: none;
  transition: color 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-header__nv > ul > li > a:hover,
.l-header__nv > ul > li > a:active {
  color: #156082;
}

.l-header__nv > ul > li > a:hover .l-header__nv__ar::before,
.l-header__nv > ul > li > a:active .l-header__nv__ar::before {
  transform: translateY(25px) rotate(90deg);
}

.l-header__nv > ul > li > a:hover .l-header__nv__ar::after,
.l-header__nv > ul > li > a:active .l-header__nv__ar::after {
  transform: translateY(0px) rotate(90deg);
}

.l-header__nv > ul > li > a:hover .l-header__nv__pm,
.l-header__nv > ul > li > a:active .l-header__nv__pm {
  transform: rotate(-180deg);
}

.l-header__nv > ul > li > a.is-mega .l-header__nv__pm::after {
  transform: rotate(0deg);
}

.l-header.is-hidden {
  opacity: 0;
  transition: opacity 0ms 500ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .l-header.is-hidden {
    transform: translateY(-100px);
  }
}

@media screen and (max-width: 767px) {
  .l-header.is-hidden {
    transform: translateY(-65px);
  }
}

@media screen and (max-width: 767px) {
  .l-mega {
    display: none;
  }
}

.l-mega__ol {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.l-mega__in {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 51000;
  width: 100%;
  min-width: 1140px;
}

.l-mega__in2 {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}

.l-mega__in3 {
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
}

.l-mega__u {
  position: relative;
}

.l-mega__u__in {
  position: relative;
  padding: 35px clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px) 100px;
}

.l-mega__u__cl {
  position: absolute;
  right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  top: 40px;
}

.l-mega__u__cl button {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background: #3b4141;
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-mega__u__cl button::before,
.l-mega__u__cl button::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 1px;
  margin: -.5px 0 0 -6.5px;
  background: #fff;
}

.l-mega__u__cl button::before {
  transform: rotate(-45deg);
}

.l-mega__u__cl button::after {
  transform: rotate(45deg);
}

.l-mega__u__cl button:hover,
.l-mega__u__cl button:active {
  background: #156082;
}

.l-mega__u__tt {
  margin-bottom: 35px;
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  line-height: 1.4;
}

.l-mega__u__cw {
  display: flex;
  position: relative;
}

.l-mega__u__cw::before {
  content: '';
  display: block;
  position: absolute;
  left: 53.0303%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
}

.l-mega__u__cw__c {
  box-sizing: border-box;
}

.l-mega__u__cw__c:nth-child(1) {
  width: 53.0303%;
  padding-right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
}

.l-mega__u__cw__c:nth-child(2) {
  width: 46.9697%;
  padding-left: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
}

.l-mega__u__uh__p {
  position: relative;
  aspect-ratio: 1280 / 734;
  overflow: hidden;
}

.l-mega__u__uh__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-mega__u__uh__bd {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.l-mega__u__uh__lg {
  position: relative;
  width: 204.6px;
  height: 88.44px;
  margin-left: -10px;
  line-height: 1;
}

.l-mega__u__uh__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-mega__u__uh__tw {
  margin-top: 13px;
  color: #fff;
  line-height: 1.5;
}

.l-mega__u__uh__s {
  margin-bottom: 2px;
  font-size: 14px;
}

.l-mega__u__uh__t {
  font-size: 18px;
  font-weight: 700;
}

.l-mega__u__uh__t > span {
  display: inline-block;
  position: relative;
  padding-right: 22px;
  vertical-align: top;
}

.l-mega__u__uh__t > span::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
}

.l-mega__u__uh a {
  display: block;
  position: relative;
  overflow: hidden;
}

.l-mega__u__uh a:hover .l-mega__u__uh__p img,
.l-mega__u__uh a:active .l-mega__u__uh__p img {
  transform: scale(1.1);
}

.l-mega__u__ms__tt {
  margin-bottom: 25px;
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  line-height: 1.5;
}

.l-mega__u__ms__ul__c {
  position: relative;
}

.l-mega__u__ms__ul__c:nth-child(1) {
  flex: 35.71429;
}

.l-mega__u__ms__ul__c:nth-child(2) {
  flex: 64.28571;
  display: flex;
  align-items: center;
}

.l-mega__u__ms__ul__p {
  position: relative;
  aspect-ratio: 400 / 282;
  overflow: hidden;
}

.l-mega__u__ms__ul__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-mega__u__ms__ul__tw {
  width: 100%;
  box-sizing: border-box;
  padding-left: clamp(20px, calc(20px + 10 * (100vw - 1155px) / 225), 30px);
}

.l-mega__u__ms__ul__tw::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #156082;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
}

.l-mega__u__ms__ul__lb {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 28px;
  padding: 0 10px;
  background: #3b4141;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.l-mega__u__ms__ul__s {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.l-mega__u__ms__ul__tt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.l-mega__u__ms__ul > li a {
  display: flex;
  position: relative;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.l-mega__u__ms__ul > li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.l-mega__u__ms__ul > li a:hover .l-mega__u__ms__ul__p img,
.l-mega__u__ms__ul > li a:active .l-mega__u__ms__ul__p img {
  transform: scale(1.1);
}

.l-mega__u__ms__ul > li:nth-child(n+2) {
  margin-top: 20px;
}

@media print, (min-width: 768px) {
  .l-hamburger {
    display: none;
  }
}

.l-hamburger__bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000;
  width: 100%;
  height: 100%;
  background: #fff;
}

.l-hamburger__in {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 51000;
  width: 100%;
  pointer-events: none;
}

.l-hamburger__in2 {
  padding: 65px 0 180px;
  pointer-events: auto;
}

.l-hamburger__mn {
  border-top: 1px solid #d9d9d9;
}

.l-hamburger__mn__u {
  border-bottom: 1px solid #d9d9d9;
}

.l-hamburger__mn__u__hd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.l-hamburger__mn__u__hd a,
.l-hamburger__mn__u__hd button {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 54px;
  margin: 0;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
}

.l-hamburger__mn__u__hd a > span {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #156082;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
}

.l-hamburger__mn__u__hd button > span {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
}

.l-hamburger__mn__u__hd button > span::before,
.l-hamburger__mn__u__hd button > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 1px;
  background: #156082;
}

.l-hamburger__mn__u__hd button > span::after {
  transform: rotate(90deg);
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-hamburger__mn__u__bd {
  display: none;
  overflow: hidden;
}

.l-hamburger__mn__u__bd__in {
  padding-bottom: 10px;
}

.l-hamburger__mn__u.is-detail-visible .l-hamburger__mn__u__hd button > span::after {
  transform: rotate(0deg);
}

.l-hamburger__mn__uh {
  font-size: 16px;
  line-height: 1.5;
}

.l-hamburger__mn__uh a {
  display: flex;
  align-items: center;
  position: relative;
  height: 42px;
  padding-left: 20px;
  color: inherit;
  text-decoration: none;
}

.l-hamburger__mn__uh a::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #156082;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
}

.l-hamburger__mn__ms__tt {
  display: flex;
  align-items: center;
  height: 42px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.l-hamburger__mn__ms__ul > li {
  font-size: 16px;
  line-height: 1.5;
}

.l-hamburger__mn__ms__ul > li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 42px;
  padding-left: 36px;
  color: inherit;
  text-decoration: none;
}

.l-hamburger__mn__ms__ul > li a::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #156082;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
}

.l-hamburger__ft {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 52000;
  box-sizing: border-box;
  padding: 25px 20px;
  background: rgba(255, 255, 255, .9);
}

.l-hamburger__ft__ct a,
.l-hamburger__ft__hm a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #156082;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.l-hamburger__ft__ct a::before,
.l-hamburger__ft__hm a::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
}

.l-hamburger__ft__ct > a {
  background: #156082;
  color: #fff;
}

.l-hamburger__ft__ct > a::before {
  background: #fff;
}

.l-hamburger__ft__hm {
  margin-top: 10px;
}

.l-hamburger__ft__hm > a {
  background: #fff;
  color: #156082;
}

.l-hamburger__ft__hm > a::before {
  background: #156082;
}

.l-stickyCta {
  position: fixed;
  bottom: 0;
  z-index: 800;
  width: 100%;
  background: #fff;
  visibility: hidden;
  transform: translateY(110px);
  transition: visibility 0ms 500ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .l-stickyCta {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-stickyCta {
    left: 0 !important;
  }
}

.l-stickyCta__in {
  position: relative;
  height: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  background: #156082;
}

@media print, (min-width: 768px) {
  .l-stickyCta__in {
    min-width: 1140px;
  }
}

.l-stickyCta__ul {
  display: flex;
  justify-content: center;
  height: 100%;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .l-stickyCta__ul {
    font-size: 16px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .l-stickyCta__ul {
    font-size: 12px;
  }
}

.l-stickyCta__ul__in {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .l-stickyCta__ul__in {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 54px;
  }
}

@media screen and (max-width: 767px) {
  .l-stickyCta__ul__in {
    padding-top: 53px;
  }
}

.l-stickyCta__ul__p {
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

@media print, (min-width: 768px) {
  .l-stickyCta__ul__p {
    left: 0;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
}

@media screen and (max-width: 767px) {
  .l-stickyCta__ul__p {
    left: 50%;
    top: 11px;
    width: 38px;
    height: 38px;
    margin-left: -19px;
  }
}

.l-stickyCta__ul__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-stickyCta__ul > li {
  position: relative;
}

@media print, (min-width: 768px) {
  .l-stickyCta__ul > li {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .l-stickyCta__ul > li {
    flex: 1;
  }
}

.l-stickyCta__ul > li a {
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .l-stickyCta__ul > li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .l-stickyCta__ul > li a {
    display: block;
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .l-stickyCta__ul > li a:hover,
  .l-stickyCta__ul > li a:active {
    opacity: .6;
  }
}

.l-stickyCta__ul > li:nth-child(n+2)::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  background: rgba(217, 217, 217, .4);
}

@media print, (min-width: 768px) {
  .l-stickyCta__ul > li:nth-child(n+2)::before {
    height: 44px;
    margin-top: -22px;
  }
}

@media screen and (max-width: 767px) {
  .l-stickyCta__ul > li:nth-child(n+2)::before {
    height: 56px;
    margin-top: -28px;
  }
}

.l-stickyCta.is-visible {
  visibility: visible;
  transform: translateY(0px);
  transition: visibility 0ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}

.l-stickyBack {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 800;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0ms 500ms, opacity 500ms cubic-bezier(.215, .61, .355, 1);
}

@media screen and (max-width: 767px) {
  .l-stickyBack {
    display: none;
  }
}

.l-stickyBack__in {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(-100px);
  transition: transform 500ms cubic-bezier(.215, .61, .355, 1);
}

.l-stickyBack__in2 {
  position: relative;
  min-width: 1140px;
}

.l-stickyBack__bt {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 80px;
  height: 80px;
}

.l-stickyBack__bt__ar {
  display: block;
  position: absolute;
  left: 0;
  bottom: -29px;
  width: 100%;
  height: 83px;
}

.l-stickyBack__bt__ar::before,
.l-stickyBack__bt__ar::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 21px;
  height: 28px;
  margin-left: -10.5px;
  background: #156082;
  mask: url(/common/images/icon_back_to_top01.svg) no-repeat 0 0/contain;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-stickyBack__bt__ar::before {
  bottom: 0;
}

.l-stickyBack__bt__ar::after {
  bottom: 55px;
}

.l-stickyBack__bt__t {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.l-stickyBack__bt button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
}

.l-stickyBack__bt button::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.l-stickyBack__bt button:hover::before,
.l-stickyBack__bt button:active::before {
  background: #156082;
}

.l-stickyBack__bt button:hover .l-stickyBack__bt__ar::before,
.l-stickyBack__bt button:hover .l-stickyBack__bt__ar::after,
.l-stickyBack__bt button:active .l-stickyBack__bt__ar::before,
.l-stickyBack__bt button:active .l-stickyBack__bt__ar::after {
  background: #fff;
}

.l-stickyBack__bt button.is-enter-start .l-stickyBack__bt__ar {
  animation: arrow_trans_y2 350ms cubic-bezier(.215, .61, .355, 1);
}

.l-stickyBack__bt button.is-enter-start:hover .l-stickyBack__bt__ar,
.l-stickyBack__bt button.is-enter-start:active .l-stickyBack__bt__ar {
  animation: arrow_trans_y1 350ms cubic-bezier(.215, .61, .355, 1);
}

.l-stickyBack.is-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0ms, opacity 500ms cubic-bezier(.215, .61, .355, 1);
}

.l-stickyBack.is-cta-hidden .l-stickyBack__in {
  transform: translateY(-20px);
}

@media print, (min-width: 768px) {
  .l-headerSpace {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .l-headerSpace {
    height: 65px;
  }
}

.m-breadcrumb {
  position: relative;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .m-breadcrumb {
    overflow-x: auto;
  }
}

@media print, (min-width: 768px) {
  .m-breadcrumb__in {
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .m-breadcrumb__in {
    float: left;
    padding: 0 20px;
  }
}

.m-breadcrumb__ol {
  display: flex;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-breadcrumb__ol {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .m-breadcrumb__ol {
    font-size: 10px;
    white-space: nowrap;
  }
}

.m-breadcrumb__ol > li {
  position: relative;
}

.m-breadcrumb__ol > li a {
  display: block;
  color: #bababa;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-breadcrumb__ol > li a {
    transition: color 450ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-breadcrumb__ol > li a:hover,
  .m-breadcrumb__ol > li a:active {
    color: #156082;
  }
}

.m-breadcrumb__ol > li span {
  display: flex;
  align-items: center;
}

@media print, (min-width: 768px) {
  .m-breadcrumb__ol > li span {
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-breadcrumb__ol > li span {
    height: 26px;
  }
}

@media print, (min-width: 768px) {
  .m-breadcrumb__ol > li:not(:last-child) {
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-breadcrumb__ol > li:not(:last-child) {
    padding-right: 20px;
  }
}

.m-breadcrumb__ol > li:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  box-sizing: border-box;
  border-top: 1px solid #bababa;
  border-right: 1px solid #bababa;
  transform: rotate(45deg);
}

@media print, (min-width: 768px) {
  .m-breadcrumb__ol > li:not(:last-child)::before {
    right: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-breadcrumb__ol > li:not(:last-child)::before {
    right: 9px;
  }
}

.m-contents {
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-contents {
    min-width: 1140px;
  }
}

.m-search {
  position: relative;
}

.m-search__a {
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .m-search__a {
    top: 95px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__a {
    top: 50px;
  }
}

.m-search__bg {
  position: absolute;
  left: 50%;
  top: 160px;
  width: 713px;
  height: 766px;
  margin-left: -110.5px;
  background: url(/estate/common/images/bg_search01.webp) no-repeat 0 0/contain;
}

@media screen and (max-width: 767px) {
  .m-search__bg {
    display: none;
  }
}

.m-search__bg > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-search__bg > span:nth-child(1) {
  background-image: url(/estate/common/images/bg_search02.webp);
}

.m-search__bg > span:nth-child(2) {
  background-image: url(/estate/common/images/bg_search03.webp);
}

.m-search__bg > span:nth-child(3) {
  background-image: url(/estate/common/images/bg_search04.webp);
}

.m-search__bg > span:nth-child(4) {
  background-image: url(/estate/common/images/bg_search05.webp);
}

.m-search__bg > span:nth-child(5) {
  background-image: url(/estate/common/images/bg_search06.webp);
}

.m-search__bg > span:nth-child(6) {
  background-image: url(/estate/common/images/bg_search07.webp);
}

.m-search__bg > span:nth-child(7) {
  background-image: url(/estate/common/images/bg_search08.webp);
}

.m-search__bg > span.is-visible {
  opacity: 1;
}

.m-search__in {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-search__in {
    padding: 155px 0 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__in {
    padding: 80px 0 100px;
  }
}

@media print, (min-width: 768px) {
  .m-search__hd {
    max-width: 1180px;
    margin: 0 auto 95px;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .m-search__hd {
    margin-bottom: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-search__hd__cw {
    display: flex;
    gap: 50px;
  }
}

.m-search__hd__cw__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.3;
}

@media print, (min-width: 768px) {
  .m-search__hd__cw__tt {
    margin-top: 4px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__hd__cw__tt {
    margin-bottom: 25px;
    font-size: 28px;
    text-align: center;
  }
}

.m-search__hd__cw__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-search__hd__cw__t {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-search__hd__cw__t {
    line-height: 1.7;
    text-align: center;
  }
}

.m-search__hd__nl {
  font-size: 12px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-search__hd__nl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__hd__nl {
    margin-top: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-search__hd__nl__m {
    white-space: nowrap;
  }
}

@media print, (min-width: 768px) {
  .m-search__hd__nl__t {
    width: 100%;
  }
}

.m-search__hd__nl > li {
  display: flex;
}

@media screen and (max-width: 767px) {
  .m-search__hd__nl > li {
    justify-content: center;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf {
    width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf {
    margin: 0 20px;
    border-bottom: 1px solid #eee;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf__u {
    display: flex;
    align-items: center;
    padding: 10px 0;
    transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u {
    border-top: 1px solid #eee;
  }
}

.m-search__pf__u__hd {
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-search__pf__u__hd {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u__hd {
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf__u__hd__t > span {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u__hd__ic {
    display: block;
    position: absolute;
    right: 35px;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
  }
  .m-search__pf__u__hd__ic::before,
  .m-search__pf__u__hd__ic::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 1px;
    background: #333;
  }
  .m-search__pf__u__hd__ic::after {
    transform: rotate(90deg);
    transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
  }
}

.m-search__pf__u__hd button {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  vertical-align: top;
  appearance: none;
}

@media print, (min-width: 768px) {
  .m-search__pf__u__hd button {
    display: block;
    width: 136px;
    padding: 0 0 0 20px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u__hd button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    padding: 0 0 0 35px;
    cursor: pointer;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf__u__hd button::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 12.5px;
    height: 15.5px;
    background: #156082;
    mask: url(/estate/common/images/icon_pin01.svg) no-repeat 0 0/contain;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf__u__bd {
    flex-grow: 1;
    display: block !important;
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u__bd {
    display: none;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u__bd__in {
    padding-bottom: 25px;
  }
}

.m-search__pf__u__ul {
  display: flex;
  font-size: 15px;
}

@media print, (min-width: 768px) {
  .m-search__pf__u__ul {
    flex-wrap: wrap;
    gap: 3px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u__ul {
    flex-direction: column;
    gap: 13px;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u__ul br {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf__u__ul > li {
    width: 110px;
  }
}

.m-search__pf__u__ul > li > a {
  position: relative;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-search__pf__u__ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    border: 1px solid #156082;
    color: #156082;
    text-align: center;
    transition: background 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u__ul > li > a {
    display: block;
    padding-left: 35px;
    color: inherit;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf__u__ul > li > a > span > span {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u__ul > li > a > span > span {
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf__u__ul > li > a:hover,
  .m-search__pf__u__ul > li > a:active {
    background: #156082;
    color: #fff;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf__u:nth-child(3) .m-search__pf__u__ul,
  .m-search__pf__u:nth-child(6) .m-search__pf__u__ul {
    max-width: 562px;
  }
}

@media print, (min-width: 768px) {
  .m-search__pf__u.is-hover {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-search__pf__u.is-detail-visible .m-search__pf__u__hd__ic::after {
    transform: rotate(0deg);
  }
}

@media print, (min-width: 768px) {
  .m-search__pf.is-hover .m-search__pf__u {
    opacity: .2;
  }
}

.m-cta__cw {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-cta__cw {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

.m-cta__cw__in {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-cta__cw__in {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 400px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-cta__cw__in {
    padding: 35px 0 40px;
  }
}

@media print, (min-width: 768px) {
  .m-cta__cw__c {
    box-sizing: border-box;
  }
}

@media print, (min-width: 768px) {
  .m-cta__cw__c:nth-child(1) {
    width: 53.21739%;
    padding-left: clamp(30px, calc(30px + 10 * (100vw - 1155px) / 225), 40px);
  }
}

@media print, (min-width: 768px) {
  .m-cta__cw__c:nth-child(2) {
    width: 46.78261%;
    padding-right: clamp(30px, calc(30px + 10 * (100vw - 1155px) / 225), 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-cta__cw__c:nth-child(2) {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
  }
}

.m-cta__tt {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
}

@media print, (min-width: 768px) {
  .m-cta__tt {
    font-size: clamp(28px, calc(28px + 2 * (100vw - 1155px) / 225), 30px);
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .m-cta__tt {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-cta__tt strong {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-cta__sp {
    height: 205px;
  }
}

.m-cta__bt {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-cta__bt {
    width: 200px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-cta__bt {
    width: 260px;
    margin: 0 auto;
  }
}

.m-cta__bt__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-cta__bt__ag:nth-child(1) {
  transform: translate(0, -50%);
  right: 19px;
}

.m-cta__bt__ag:nth-child(2) {
  transform: translate(-40px, -50%);
  left: 19px;
}

.m-cta__bt__in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1), background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-cta__bt__in {
    height: 70px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-cta__bt__in {
    height: 60px;
    font-size: 15px;
  }
}

.m-cta__pw {
  display: flex;
  align-items: flex-end;
}

@media print, (min-width: 768px) {
  .m-cta__pw {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-cta__pw {
    justify-content: center;
  }
}

.m-cta__pw__p {
  position: relative;
  overflow: hidden;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-cta__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-cta__pw__t {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-cta__pw__t {
    display: none;
  }
}

.m-cta__pw__c {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-cta__pw__c {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .m-cta__pw__c {
    width: 97px;
  }
}

.m-cta__pw__c.is-11 .m-cta__pw__p {
  aspect-ratio: 300 / 388;
}

@media screen and (max-width: 767px) {
  .m-cta__pw__c.is-11 .m-cta__pw__p {
    transform: rotate(-15deg);
  }
}

@media screen and (max-width: 767px) {
  .m-cta__pw__c.is-449 {
    z-index: 1;
    margin: 0 0 10px -12px;
  }
}

.m-cta__pw__c.is-449 .m-cta__pw__p {
  aspect-ratio: 300 / 424;
}

@media screen and (max-width: 767px) {
  .m-cta__pw__c.is-450 {
    margin-left: -12px;
  }
}

.m-cta__pw__c.is-450 .m-cta__pw__p {
  aspect-ratio: 300 / 424;
}

@media screen and (max-width: 767px) {
  .m-cta__pw__c.is-450 .m-cta__pw__p {
    transform: rotate(15deg);
  }
}

.m-cta a {
  display: block;
  position: relative;
  overflow: hidden;
}

.m-cta a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-cta a::before {
    background-image: url(/estate/common/images/bg_cta01.webp);
  }
}

@media screen and (max-width: 767px) {
  .m-cta a::before {
    background-image: url(/estate/common/images/bg_cta01_sp.webp);
  }
}

@media print, (min-width: 768px) {
  .m-cta a:hover::before,
  .m-cta a:active::before {
    transform: scale(1.1);
  }
  .m-cta a:hover .m-cta__bt__ag:nth-child(1),
  .m-cta a:active .m-cta__bt__ag:nth-child(1) {
    transform: translate(40px, -50%);
  }
  .m-cta a:hover .m-cta__bt__ag:nth-child(2),
  .m-cta a:active .m-cta__bt__ag:nth-child(2) {
    transform: translate(0, -50%);
  }
  .m-cta a:hover .m-cta__bt__in,
  .m-cta a:active .m-cta__bt__in {
    border-color: #fff;
    background-color: transparent;
  }
  .m-cta a:hover .m-cta__pw__p,
  .m-cta a:active .m-cta__pw__p {
    transform: rotate(5deg);
  }
}

.m-footNav__bw {
  background: #f6f6f6;
}

@media print, (min-width: 768px) {
  .m-footNav__bw {
    padding: 155px 0 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bw {
    padding: 80px 0 100px;
  }
}

@media print, (min-width: 768px) {
  .m-footNav__hd {
    max-width: 1180px;
    margin: 0 auto 95px;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__hd {
    margin: 0 20px 40px;
  }
}

.m-footNav__hd__tt {
  font-family: 'Shippori Mincho', serif;
}

@media print, (min-width: 768px) {
  .m-footNav__hd__tt {
    font-size: 40px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__hd__tt {
    font-size: 28px;
    line-height: 1.5;
  }
}

.m-footNav__bd__p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.m-footNav__bd__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__p img {
    object-position: 50% 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__ta {
    position: relative;
    padding: 50px 20px;
  }
}

.m-footNav__bd__tw {
  color: #fff;
  font-family: 'Shippori Mincho', serif;
}

@media print, (min-width: 768px) {
  .m-footNav__bd__tw {
    display: flex;
    align-items: center;
    position: absolute;
    left: max(calc(50% + 118px), 58.19444%);
    top: 0;
    height: 100%;
    box-sizing: border-box;
    padding-left: clamp(40px, calc(40px + 40 * (100vw - 1155px) / 225), 80px);
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__tw {
    position: relative;
  }
}

.m-footNav__bd__s {
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-footNav__bd__s {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__s {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.m-footNav__bd__tt {
  line-height: 1.45;
}

@media print, (min-width: 768px) {
  .m-footNav__bd__tt {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__tt {
    font-size: 24px;
  }
}

.m-footNav__bd__ar {
  position: absolute;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-footNav__bd__ar {
    right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    bottom: 60px;
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__ar {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}

.m-footNav__bd__ar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e3e9eb;
  border-radius: 50%;
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1), background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-footNav__bd__ar > span {
    display: block;
    position: absolute;
    left: -22px;
    top: 0;
    width: 72px;
    height: 100%;
  }
}

.m-footNav__bd__ar > span::before,
.m-footNav__bd__ar > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  mask: url(/estate/common/images/icon_arrow02.svg) no-repeat 0 0/contain;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-footNav__bd__ar > span::before,
  .m-footNav__bd__ar > span::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__ar > span::before,
  .m-footNav__bd__ar > span::after {
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
  }
}

@media print, (min-width: 768px) {
  .m-footNav__bd__ar > span::before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__ar > span::before {
    left: 50%;
    margin-left: -7.5px;
  }
}

@media print, (min-width: 768px) {
  .m-footNav__bd__ar > span::after {
    left: 52px;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__ar > span::after {
    display: none;
  }
}

.m-footNav__bd__n {
  position: absolute;
  bottom: 10px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-align: right;
}

@media print, (min-width: 768px) {
  .m-footNav__bd__n {
    right: min(41.80556%, calc(50% - 118px));
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd__n {
    right: 10px;
  }
}

.m-footNav__bd a {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-footNav__bd a {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .m-footNav__bd a::after {
    content: '';
    display: block;
    aspect-ratio: 750 / 420;
  }
}

@media print, (min-width: 768px) {
  .m-footNav__bd a:hover .m-footNav__bd__p img,
  .m-footNav__bd a:active .m-footNav__bd__p img {
    transform: scale(1.1);
  }
  .m-footNav__bd a:hover .m-footNav__bd__ar::before,
  .m-footNav__bd a:active .m-footNav__bd__ar::before {
    border-color: #fff;
    background: #fff;
  }
  .m-footNav__bd a:hover .m-footNav__bd__ar > span::before,
  .m-footNav__bd a:hover .m-footNav__bd__ar > span::after,
  .m-footNav__bd a:active .m-footNav__bd__ar > span::before,
  .m-footNav__bd a:active .m-footNav__bd__ar > span::after {
    background: #156082;
  }
}

@media print, (min-width: 768px) {
  .m-footNav__bd a.is-enterStart .m-footNav__bd__ar > span {
    animation: arrow_trans_x2 450ms cubic-bezier(.215, .61, .355, 1);
  }
  .m-footNav__bd a.is-enterStart:hover .m-footNav__bd__ar > span,
  .m-footNav__bd a.is-enterStart:active .m-footNav__bd__ar > span {
    animation: arrow_trans_x1 450ms cubic-bezier(.215, .61, .355, 1);
  }
}

@media print, (min-width: 768px) {
  .m-brandNav {
    max-width: 1180px;
    margin: 0 auto;
    padding: 155px clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px) 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-brandNav {
    margin: 0 20px;
    padding: 80px 0 100px;
  }
}

.m-brandNav__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-brandNav__tt {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-brandNav__tt {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.m-brandNav__pw {
  position: relative;
}

.m-brandNav__pw__p {
  position: relative;
  aspect-ratio: 1100 / 778;
  overflow: hidden;
}

.m-brandNav__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-brandNav__pw__lg {
  position: absolute;
}

@media print, (min-width: 768px) {
  .m-brandNav__pw__lg {
    left: 5px;
    top: 15px;
    width: 200px;
    height: 86px;
  }
}

@media screen and (max-width: 767px) {
  .m-brandNav__pw__lg {
    left: 1vw;
    top: 0;
    width: 32vw;
    margin-top: 2.5vw;
    aspect-ratio: 620 / 268;
  }
}

.m-brandNav__pw__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-brandNav__pw__n {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  line-height: 1.5;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-align: right;
}

.m-brandNav__tw {
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-brandNav__tw {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-brandNav__tw {
    margin-top: 25px;
  }
}

.m-brandNav__tw__s {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.m-brandNav__tw__tt {
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-brandNav__tw__tt {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-brandNav__tw__tt {
    font-size: 20px;
  }
}

.m-brandNav__tw__tt__in {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-brandNav__tw__tt__in {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-brandNav__tw__tt__in {
    padding: 0 24px 0 12px;
  }
}

.m-brandNav__tw__tt__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #156082;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-brandNav__tw__tt__ag:nth-child(1) {
  transform: translateX(0px);
  right: 0;
}

@media print, (min-width: 768px) {
  .m-brandNav__tw__tt__ag:nth-child(2) {
    transform: translateX(-20px);
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-brandNav__tw__tt__ag:nth-child(2) {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-brandNav__cw {
    display: flex;
    gap: 80px;
  }
}

@media print, (min-width: 768px) {
  .m-brandNav__cw__c {
    flex: 1;
  }
}

.m-brandNav__cw__c a {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-brandNav__cw__c a:hover .m-brandNav__pw__p img,
  .m-brandNav__cw__c a:active .m-brandNav__pw__p img {
    transform: scale(1.1);
  }
  .m-brandNav__cw__c a:hover .m-brandNav__tw__tt__ag:nth-child(1),
  .m-brandNav__cw__c a:active .m-brandNav__tw__tt__ag:nth-child(1) {
    transform: translateX(20px);
  }
  .m-brandNav__cw__c a:hover .m-brandNav__tw__tt__ag:nth-child(2),
  .m-brandNav__cw__c a:active .m-brandNav__tw__tt__ag:nth-child(2) {
    transform: translateX(0px);
  }
}

@media screen and (max-width: 767px) {
  .m-brandNav__cw__c:nth-child(n+2) {
    margin-top: 40px;
  }
}

.m-lowerKv {
  position: relative;
}

@media screen and (max-width: 767px) {
  .m-lowerKv {
    padding: 30px 0 90px;
  }
}

@media print, (min-width: 768px) {
  .m-lowerKv__cw {
    display: flex;
    align-items: center;
  }
}

@media print, (min-width: 768px) {
  .m-lowerKv__cw__c:nth-child(1) {
    flex: 36.875;
  }
}

@media print, (min-width: 768px) {
  .m-lowerKv__cw__c:nth-child(2) {
    flex: 63.125;
  }
}

@media screen and (max-width: 767px) {
  .m-lowerKv__cw__c:nth-child(2) {
    margin-top: 30px;
  }
}

@media print, (min-width: 768px) {
  .m-lowerKv__tw {
    container-type: inline-size;
  }
}

.m-lowerKv__s {
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-lowerKv__s {
    margin-bottom: calc(30 / 531 * 100cqw);
    font-size: calc(24 / 531 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-lowerKv__s {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.m-lowerKv__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-lowerKv__tt {
    font-size: calc(40 / 531 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-lowerKv__tt {
    font-size: 28px;
  }
}

.m-lowerKv__sl {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 770 / 240;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-lowerKv__sl {
    width: calc(385 / 531 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-lowerKv__sl {
    width: 260px;
  }
}

.m-lowerKv__sl img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .m-lowerKv__bt {
    width: calc(340 / 531 * 100cqw);
    margin: calc(45 / 531 * 100cqw) auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-lowerKv__bt {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
  }
}

.m-lowerKv__bt__ag {
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

@media print, (min-width: 768px) {
  .m-lowerKv__bt__ag {
    right: calc(20 / 531 * 100cqw);
    width: calc(15 / 531 * 100cqw);
    height: calc(15 / 531 * 100cqw);
    margin-top: calc(-7 / 531 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-lowerKv__bt__ag {
    right: 20px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
}

.m-lowerKv__bt__ag:nth-child(1) {
  transform: translateY(0) rotate(90deg);
}

@media print, (min-width: 768px) {
  .m-lowerKv__bt__ag:nth-child(2) {
    transform: translateY(calc(-44 / 531 * 100cqw)) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .m-lowerKv__bt__ag:nth-child(2) {
    display: none;
  }
}

.m-lowerKv__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-lowerKv__bt a {
    height: calc(70 / 531 * 100cqw);
    padding-right: calc(10 / 531 * 100cqw);
    font-size: calc(16 / 531 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-lowerKv__bt a {
    height: 60px;
    padding-right: 10px;
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-lowerKv__bt a:hover,
  .m-lowerKv__bt a:active {
    background: transparent;
    color: #156082;
  }
  .m-lowerKv__bt a:hover .m-lowerKv__bt__ag,
  .m-lowerKv__bt a:active .m-lowerKv__bt__ag {
    background: #156082;
  }
  .m-lowerKv__bt a:hover .m-lowerKv__bt__ag:nth-child(1),
  .m-lowerKv__bt a:active .m-lowerKv__bt__ag:nth-child(1) {
    transform: translateY(calc(44 / 531 * 100cqw)) rotate(90deg);
  }
  .m-lowerKv__bt a:hover .m-lowerKv__bt__ag:nth-child(2),
  .m-lowerKv__bt a:active .m-lowerKv__bt__ag:nth-child(2) {
    transform: translateY(0) rotate(90deg);
  }
}

.m-lowerKv__uw {
  position: relative;
  aspect-ratio: 1818 / 1100;
  overflow: hidden;
}

.m-lowerKv__u {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.m-lowerKv__u__p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-lowerKv__u__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-lowerKv__u__n {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  text-shadow: 0 0 10px #000;
  text-align: right;
}

.m-lowerKv__ct {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  margin: 16px 20px 0 0;
}

.m-lowerKv__id__in {
  position: relative;
}

.m-lowerKv__id__dt > ul {
  display: flex;
}

.m-lowerKv__id__dt > ul > li button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  appearance: none;
  cursor: pointer;
}

.m-lowerKv__id__dt > ul > li button::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: rgba(115, 115, 115, .3);
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-lowerKv__id__dt > ul > li button:hover::before,
  .m-lowerKv__id__dt > ul > li button:active::before {
    background: #156082;
  }
}

.m-lowerKv__id__dt > ul > li.is-current button {
  pointer-events: none;
}

.m-lowerKv__id__cr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #737373;
  pointer-events: none;
  will-change: transform;
  clip-path: inset(0px calc(100% - 24px) 0px 0px round 99px);
}

.m-lowerKv__id__cr > ul {
  display: flex;
}

.m-lowerKv__id__cr > ul > li > span {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}

.m-lowerKv__id__cr > ul > li > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #fff;
}

.m-lowerKv__ps button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #737373;
  appearance: none;
  cursor: pointer;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-lowerKv__ps button > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-lowerKv__ps button > span:nth-child(1) {
  display: block;
}

.m-lowerKv__ps button > span:nth-child(1)::before,
.m-lowerKv__ps button > span:nth-child(1)::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
}

.m-lowerKv__ps button > span:nth-child(1)::before {
  margin-left: -3px;
}

.m-lowerKv__ps button > span:nth-child(1)::after {
  margin-left: 1px;
}

.m-lowerKv__ps button > span:nth-child(2) {
  display: none;
}

.m-lowerKv__ps button > span:nth-child(2)::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 8px;
  margin: -4px 0 0 -2px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media print, (min-width: 768px) {
  .m-lowerKv__ps button:hover,
  .m-lowerKv__ps button:active {
    background: #156082;
  }
}

.m-lowerKv__ps button.is-pause > span:nth-child(1) {
  display: none;
}

.m-lowerKv__ps button.is-pause > span:nth-child(2) {
  display: block;
}

.m-lowerKv.is-count1 .m-lowerKv__ct {
  display: none;
}
