@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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: #333;
  text-decoration: underline;
}

a:active {
  background-color: transparent;
}

html {
  overflow-y: scroll;
  font-size: 100%;
}

body {
  background: none;
  color: #333;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

.l-header {
  top: 0;
  z-index: 500;
  width: 100%;
}

@media print, (min-width: 768px) {
  .l-header {
    position: fixed;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    position: absolute;
    left: 0 !important;
  }
}

.l-header__in {
  position: relative;
  background: rgba(255, 255, 255, .95);
}

@media print, (min-width: 768px) {
  .l-header__in {
    min-width: 1140px;
    height: 124px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__in {
    height: 72px;
  }
}

.l-header__tt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .l-header__tt {
    left: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .l-header__tt {
    left: 20px;
  }
}

.l-header__tt__lg {
  display: block;
  position: relative;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .l-header__tt__lg {
    width: 149px;
    height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__tt__lg {
    width: 170px;
    height: 24px;
  }
}

.l-header__tt__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .l-header__tt__t {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__tt__t {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .l-header__bt {
    position: absolute;
    right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 38.5px;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__bt {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 500;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
  }
}

.l-header__bt a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-top: 18px;
  border: 1px solid #156082;
  background: #156082;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .l-header__bt a {
    height: 56px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__bt a {
    height: 60px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__bt a::before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    background: #fff;
    mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  }
}

.l-header__bt a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  box-sizing: border-box;
  border: 1px solid #156082;
  border-radius: 99px;
  background: #fff;
  color: #156082;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .l-header__bt a > span {
    top: -11px;
    width: 180px;
    height: 22px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__bt a > span {
    top: -12px;
    width: 200px;
    height: 24px;
    font-size: 13px;
  }
}

@media print, (min-width: 768px) {
  .l-header__bt a:hover,
  .l-header__bt a:active {
    background-color: transparent;
    color: #156082;
  }
}

@media print, (min-width: 768px) {
  .l-headerHeight {
    height: 124px;
  }
}

@media screen and (max-width: 767px) {
  .l-headerHeight {
    height: 72px;
  }
}

.l-main {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .l-main {
    min-width: 1140px;
  }
}

@media print, (min-width: 768px) {
  .l-footer {
    padding: 75px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0 116px;
  }
}

.l-footer__lg {
  line-height: 1;
  text-align: center;
}

.l-footer__lg a {
  display: inline-block;
  vertical-align: top;
}

.l-footer__lg a img {
  object-fit: contain;
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .l-footer__lg a img {
    width: 241px;
    height: 47px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__lg a img {
    width: 206px;
    height: 40px;
  }
}

.l-footer__nv {
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .l-footer__nv {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nv {
    margin-top: 25px;
  }
}

.l-footer__nv > li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: opacity 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nv > li a {
    font-size: 12px;
  }
}

.l-footer__nv > li a > span {
  display: inline-block;
  position: relative;
  background: #000;
  vertical-align: 12%;
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a > span {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nv > li a > span {
    width: 10px;
    height: 7px;
    margin-left: 7px;
  }
}

.l-footer__nv > li a > span::before,
.l-footer__nv > li a > span::after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
}

.l-footer__nv > li a > span::before {
  left: -2px;
  top: 1px;
  width: 1px;
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a > span::before {
    height: 9px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nv > li a > span::before {
    height: 8px;
  }
}

.l-footer__nv > li a > span::after {
  left: -2px;
  height: 1px;
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a > span::after {
    top: 9px;
    width: 9px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nv > li a > span::after {
    top: 8px;
    width: 10px;
  }
}

@media print, (min-width: 768px) {
  .l-footer__nv > li a:hover,
  .l-footer__nv > li a:active {
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nv > li:nth-child(n+2) {
    margin-top: 12px;
  }
}

.l-footer__cp {
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .l-footer__cp {
    margin-top: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__cp {
    margin-top: 25px;
    font-size: 12px;
  }
}

.m-kv {
  position: relative;
  container-type: inline-size;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-kv {
    aspect-ratio: 2880 / 1398;
  }
}

@media screen and (max-width: 767px) {
  .m-kv {
    aspect-ratio: 750 / 1028;
  }
}

.m-kv__p {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-kv__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-kv__tt__bl {
  display: block;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 999px;
  background: #ea753f;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-kv__tt__bl {
    left: calc(508 / 1440 * 100cqw);
    top: calc(109 / 1440 * 100cqw);
    width: calc(437 / 1440 * 100cqw);
    height: calc(95 / 1440 * 100cqw);
    padding-top: calc(8 / 1440 * 100cqw);
    border: calc(5 / 1440 * 100cqw) solid #fff;
    font-size: calc(17 / 1440 * 100cqw);
    letter-spacing: calc(2 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-kv__tt__bl {
    left: calc(48.5 / 375 * 100cqw);
    top: calc(135 / 375 * 100cqw);
    width: calc(278 / 375 * 100cqw);
    height: calc(57.5 / 375 * 100cqw);
    padding-top: calc(4 / 375 * 100cqw);
    border: calc(3 / 375 * 100cqw) solid #fff;
    font-size: calc(11 / 375 * 100cqw);
    letter-spacing: calc(1 / 375 * 100cqw);
  }
}

.m-kv__tt__bl::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  background: #ea753f;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .m-kv__tt__bl::before {
    bottom: calc(-19 / 1440 * 100cqw);
    width: calc(18 / 1440 * 100cqw);
    height: calc(20 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-kv__tt__bl::before {
    bottom: calc(-12 / 375 * 100cqw);
    width: calc(12 / 375 * 100cqw);
    height: calc(13 / 375 * 100cqw);
  }
}

@media print, (min-width: 768px) {
  .m-kv__tt__bl strong {
    font-size: calc(29 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-kv__tt__bl strong {
    font-size: calc(18 / 375 * 100cqw);
  }
}

.m-kv__tt__bx {
  display: block;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  font-weight: 500;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-kv__tt__bx {
    left: calc(471 / 1440 * 100cqw);
    top: calc(154 / 1440 * 100cqw);
    width: calc(498 / 1440 * 100cqw);
    height: calc(416 / 1440 * 100cqw);
    padding-top: calc(94 / 1440 * 100cqw);
    font-size: calc(35 / 1440 * 100cqw);
    line-height: 1.6;
    letter-spacing: calc(4 / 1440 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-kv__tt__bx {
    left: calc(39 / 375 * 100cqw);
    top: calc(159 / 375 * 100cqw);
    width: calc(296 / 375 * 100cqw);
    height: calc(223 / 375 * 100cqw);
    padding-top: calc(48 / 375 * 100cqw);
    font-size: calc(22 / 375 * 100cqw);
    line-height: 1.5;
    letter-spacing: calc(2 / 375 * 100cqw);
  }
}

.m-kv__tt__bx__fi {
  display: block;
}

.m-kv__tt__bx__fi img {
  display: inline-block;
}

@media print, (min-width: 768px) {
  .m-kv__tt__bx__fi img {
    width: calc(362.5 / 1440 * 100cqw);
    height: calc(95 / 1440 * 100cqw);
    margin-right: calc(-10 / 1440 * 100cqw);
    vertical-align: -55%;
  }
}

@media screen and (max-width: 767px) {
  .m-kv__tt__bx__fi img {
    width: calc(210 / 375 * 100cqw);
    height: calc(55 / 375 * 100cqw);
    margin-right: calc(-5 / 375 * 100cqw);
    vertical-align: -50%;
  }
}

.m-kv__tt__bx__se {
  display: block;
}

.m-intro {
  position: relative;
  z-index: 1;
}

@media print, (min-width: 768px) {
  .m-intro {
    padding: 115px 0 85px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro {
    padding: 50px 0 40px;
  }
}

@media print, (min-width: 768px) {
  .m-intro__tw {
    width: 520px;
    margin: 0 auto;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw {
    margin: 0 28px;
  }
}

.m-intro__tw__t {
  font-weight: 500;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-intro__tw__t {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__t {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}

@media print, (min-width: 768px) {
  .m-intro__tw__t sup {
    font-size: 10px;
    vertical-align: 20%;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__t sup {
    font-size: 9px;
    vertical-align: 25%;
  }
}

@media print, (min-width: 768px) {
  .m-intro__tw__t.is-mt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__t.is-mt {
    margin-top: 25px;
  }
}

.m-intro__tw__bl {
  margin-top: 20px;
}

.m-intro__tw__bl__u {
  display: flex;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-intro__tw__bl__u {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__bl__u {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.m-intro__tw__bl__u > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 999px;
  background-size: 50px 50px;
}

@media print, (min-width: 768px) {
  .m-intro__tw__bl__u > span {
    height: 52px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__bl__u > span {
    height: 40px;
    padding: 0 20px;
  }
}

.m-intro__tw__bl__u > span::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, (min-width: 768px) {
  .m-intro__tw__bl__u > span::before {
    bottom: -13.5px;
    width: 13px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__bl__u > span::before {
    bottom: -10.8px;
    width: 10.4px;
    height: 11.2px;
  }
}

@media print, (min-width: 768px) {
  .m-intro__tw__bl__u:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__bl__u:nth-child(n+2) {
    margin-top: 18px;
  }
}

.m-intro__tw__bl__u:nth-child(1) {
  justify-content: flex-start;
}

.m-intro__tw__bl__u:nth-child(1) > span {
  background-image: url(/estate/iju/images/bg_intro01_01.webp);
}

.m-intro__tw__bl__u:nth-child(1) > span::before {
  background-image: url(/estate/iju/images/bg_intro01_02.webp);
}

@media print, (min-width: 768px) {
  .m-intro__tw__bl__u:nth-child(1) > span::before {
    left: 113px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__bl__u:nth-child(1) > span::before {
    left: 80px;
  }
}

.m-intro__tw__bl__u:nth-child(2) {
  justify-content: flex-end;
}

.m-intro__tw__bl__u:nth-child(2) > span {
  background-image: url(/estate/iju/images/bg_intro02_01.webp);
}

.m-intro__tw__bl__u:nth-child(2) > span::before {
  background-image: url(/estate/iju/images/bg_intro02_02.webp);
}

@media print, (min-width: 768px) {
  .m-intro__tw__bl__u:nth-child(2) > span::before {
    right: 113px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__bl__u:nth-child(2) > span::before {
    right: 80px;
  }
}

.m-intro__tw__n {
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 1px;
}

@media print, (min-width: 768px) {
  .m-intro__tw__n {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__tw__n {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__pw {
    position: relative;
    margin-top: 40px;
    aspect-ratio: 750 / 408;
  }
}

.m-intro__pw__p {
  position: absolute;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-intro__pw__p {
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__pw__p {
    top: 0;
  }
}

.m-intro__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .m-intro__pw__p:nth-child(1) {
    top: 171px;
    width: 262px;
    height: 170px;
    margin-left: -720px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__pw__p:nth-child(1) {
    left: 0;
    width: 33.06667%;
    margin-top: 0;
    aspect-ratio: 524 / 340;
  }
}

@media print, (min-width: 768px) {
  .m-intro__pw__p:nth-child(2) {
    top: 354px;
    width: 331px;
    height: 221px;
    margin-left: -633px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__pw__p:nth-child(2) {
    left: 6.66667%;
    width: 47.73333%;
    margin-top: 22.4%;
    aspect-ratio: 662 / 442;
  }
}

@media print, (min-width: 768px) {
  .m-intro__pw__p:nth-child(3) {
    top: 96px;
    width: 333px;
    height: 240px;
    margin-left: 387px;
  }
}

@media screen and (max-width: 767px) {
  .m-intro__pw__p:nth-child(3) {
    left: 55.73333%;
    width: 52.13333%;
    margin-top: 5.6%;
    aspect-ratio: 666 / 480;
  }
}

.m-appeal__bg {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-appeal__bg {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__bg {
    height: 50px;
  }
}

.m-appeal__bg::before,
.m-appeal__bg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: 50% 0;
}

@media print, (min-width: 768px) {
  .m-appeal__bg::before,
  .m-appeal__bg::after {
    background-size: 1600px 150px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__bg::before,
  .m-appeal__bg::after {
    background-size: 440px 50px;
  }
}

@media print, (min-width: 768px) {
  .m-appeal__bg::before {
    background-image: url(/estate/iju/images/bg_appeal03.webp);
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__bg::before {
    background-image: url(/estate/iju/images/bg_appeal03_sp.webp);
  }
}

@media print, (min-width: 768px) {
  .m-appeal__bg::after {
    background-image: url(/estate/iju/images/bg_appeal02.webp);
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__bg::after {
    background-image: url(/estate/iju/images/bg_appeal02_sp.webp);
  }
}

.m-appeal__in {
  position: relative;
  background: url(/estate/iju/images/bg_appeal01.webp) repeat 50%/250px 250px;
}

@media print, (min-width: 768px) {
  .m-appeal__in {
    padding: 35px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__in {
    padding: 20px 0 70px;
  }
}

@media print, (min-width: 768px) {
  .m-appeal__hd {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__hd {
    margin-bottom: 45px;
  }
}

.m-appeal__hd__ic {
  background: url(/estate/iju/images/icon_appeal_hd01.webp) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-appeal__hd__ic {
    width: 78.5px;
    height: 75.5px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__hd__ic {
    width: 56px;
    height: 54px;
    margin: 0 auto 20px;
  }
}

.m-appeal__hd__tt__bl {
  display: flex;
  justify-content: center;
}

@media print, (min-width: 768px) {
  .m-appeal__hd__tt__bl {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__hd__tt__bl {
    margin-bottom: 20px;
  }
}

.m-appeal__hd__tt__bl > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 999px;
  background: #fff;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-appeal__hd__tt__bl > span {
    height: 73px;
    padding: 0 50px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__hd__tt__bl > span {
    height: 48px;
    padding: 0 25px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.m-appeal__hd__tt__bl > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .m-appeal__hd__tt__bl > span::before {
    bottom: -19px;
    width: 18px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__hd__tt__bl > span::before {
    bottom: -12px;
    width: 12px;
    height: 13px;
  }
}

.m-appeal__hd__tt__t {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-appeal__hd__tt__t {
    font-size: 34px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__hd__tt__t {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

@media print, (min-width: 768px) {
  .m-appeal__bd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 40px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__bd {
    margin: 0 45px;
  }
}

@media print, (min-width: 768px) {
  .m-appeal__u {
    width: calc((100% - 80px) / 3);
  }
}

.m-appeal__u__pw {
  position: relative;
}

.m-appeal__u__pw::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .m-appeal__u__pw::before {
    border: 5px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__u__pw::before {
    border: 3px solid #fff;
  }
}

.m-appeal__u__pw__lb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  background: #ea753f;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-appeal__u__pw__lb {
    left: 5px;
    top: 5px;
    height: 44px;
    padding: 0 20px;
    font-size: 17px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__u__pw__lb {
    left: 3px;
    top: 3px;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: .5px;
  }
}

.m-appeal__u__pw__p {
  position: relative;
  aspect-ratio: 760 / 844;
  overflow: hidden;
}

.m-appeal__u__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-appeal__u__tt {
  font-weight: 500;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-appeal__u__tt {
    margin-top: 25px;
    font-size: clamp(24px, calc(24px + 2 * (100vw - 1155px) / 225), 26px);
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__u__tt {
    margin-top: 20px;
    font-size: 19px;
    letter-spacing: 1px;
  }
}

.m-appeal__u__t {
  line-height: 2;
}

@media print, (min-width: 768px) {
  .m-appeal__u__t {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__u__t {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-appeal__u:nth-child(n+2) {
    margin-top: 35px;
  }
}

.m-recommend {
  background: url(/estate/iju/images/bg_recommend01.webp) repeat 50%/250px 250px;
}

@media print, (min-width: 768px) {
  .m-recommend {
    padding: 100px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend {
    padding: 50px 0 70px;
  }
}

@media print, (min-width: 768px) {
  .m-recommend__hd {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__hd {
    margin-bottom: 45px;
  }
}

.m-recommend__hd__ic {
  background: url(/estate/iju/images/icon_recommend_hd01.webp) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-recommend__hd__ic {
    width: 91px;
    height: 70px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__hd__ic {
    width: 67px;
    height: 52px;
    margin: 0 auto 20px;
  }
}

.m-recommend__hd__tt {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-recommend__hd__tt {
    font-size: 34px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__hd__tt {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

@media print, (min-width: 768px) {
  .m-recommend__bd {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 40px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__bd {
    margin: 0 28px;
  }
}

.m-recommend__u {
  position: relative;
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-recommend__u {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
        grid-template-rows: subgrid;
    -ms-grid-row: span 3;
        grid-row: span 3;
    gap: 0;
    padding: 7px;
    background: #fff;
  }
}

.m-recommend__u__pw {
  position: relative;
}

.m-recommend__u__pw__lb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #156082;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-recommend__u__pw__lb {
    width: 120px;
    height: 44px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u__pw__lb {
    width: 90px;
    height: 35px;
    font-size: 15px;
    letter-spacing: .5px;
  }
}

.m-recommend__u__pw__lb > span {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-recommend__u__pw__lb > span {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u__pw__lb > span {
    padding-left: 17px;
  }
}

.m-recommend__u__pw__lb > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: url(/estate/iju/images/icon_recommend_u01.webp) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-recommend__u__pw__lb > span::before {
    width: 13px;
    height: 15.5px;
    margin-top: -7px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u__pw__lb > span::before {
    width: 10px;
    height: 12px;
    margin-top: -5px;
  }
}

.m-recommend__u__pw__p {
  position: relative;
  aspect-ratio: 736 / 484;
  overflow: hidden;
}

.m-recommend__u__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .m-recommend__u__tw {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u__tw {
    padding: 15px 25px;
  }
}

.m-recommend__u__tw__tt {
  margin-bottom: 5px;
  color: #156082;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-recommend__u__tw__tt {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u__tw__tt {
    font-size: 14px;
  }
}

.m-recommend__u__tw__t {
  font-weight: 500;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-recommend__u__tw__t {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u__tw__t {
    font-size: 14px;
  }
}

.m-recommend__u__ft {
  background: #ecf2f5;
}

@media print, (min-width: 768px) {
  .m-recommend__u__ft {
    padding: 15px 25px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u__ft {
    padding: 12px 15px 15px;
  }
}

.m-recommend__u__ft__t {
  color: #156082;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-recommend__u__ft__t {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u__ft__t {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.m-recommend__u__ft__bt {
  position: relative;
}

.m-recommend__u__ft__bt > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #fff;
  overflow: hidden;
  color: #156082;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-recommend__u__ft__bt > a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u__ft__bt > a {
    font-size: 16px;
  }
}

.m-recommend__u__ft__bt > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: #156082;
  mask: url(/common/images/icon_window01.svg) 0 0/contain no-repeat;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-recommend__u__ft__bt > a:hover,
  .m-recommend__u__ft__bt > a:active {
    background-color: #156082;
    color: #fff;
  }
  .m-recommend__u__ft__bt > a:hover::before,
  .m-recommend__u__ft__bt > a:active::before {
    background-color: #fff;
  }
}

.m-recommend__u__t {
  color: #156082;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}

@media print, (min-width: 768px) {
  .m-recommend__u__t {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-recommend__u:not(.is-more) {
    padding: 5px;
    background: #fff;
  }
}

@media print, (min-width: 768px) {
  .m-recommend__u.is-more {
    -ms-grid-rows: none;
        grid-template-rows: none;
    min-height: 240px;
  }
}

.m-offer {
  position: relative;
  background: url(/estate/iju/images/bg_offer01.webp) repeat 50%/250px 250px;
}

@media print, (min-width: 768px) {
  .m-offer {
    padding: 100px 0 180px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer {
    padding: 50px 0 90px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__hd {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__hd {
    margin-bottom: 45px;
  }
}

.m-offer__hd__ic {
  background: url(/estate/iju/images/icon_offer_hd01.webp) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-offer__hd__ic {
    width: 88.5px;
    height: 66.5px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__hd__ic {
    width: 61px;
    height: 46px;
    margin: 0 auto 20px;
  }
}

.m-offer__hd__tt__bl {
  display: flex;
  justify-content: center;
}

@media print, (min-width: 768px) {
  .m-offer__hd__tt__bl {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__hd__tt__bl {
    margin-bottom: 20px;
  }
}

.m-offer__hd__tt__bl > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 999px;
  background: #fff;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-offer__hd__tt__bl > span {
    height: 73px;
    padding: 0 50px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__hd__tt__bl > span {
    height: 48px;
    padding: 0 25px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.m-offer__hd__tt__bl > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .m-offer__hd__tt__bl > span::before {
    bottom: -19px;
    width: 18px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__hd__tt__bl > span::before {
    bottom: -12px;
    width: 12px;
    height: 13px;
  }
}

.m-offer__hd__tt__t {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-offer__hd__tt__t {
    font-size: 34px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__hd__tt__t {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__bd {
    width: 1047px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__bd {
    margin: 0 28px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__u {
    display: flex;
    gap: 80px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__u__c:nth-child(1) {
    flex: 39.1595;
    padding-top: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__u__c:nth-child(2) {
    flex: 53.19962;
  }
}

.m-offer__u__s {
  color: #156082;
  font-weight: 500;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-offer__u__s {
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__u__s {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: .5px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__u__s::after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-top: 2px;
    background: #ea753f;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__u__s > span {
    display: block;
  }
}

.m-offer__u__tw {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-offer__u__tw {
    padding: 0 0 5px 35px;
  }
}

@media print, (min-width: 768px) {
  .m-offer__u__tw::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ea753f;
  }
}

.m-offer__u__tt {
  font-weight: 500;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-offer__u__tt {
    margin-bottom: 20px;
    font-size: 26px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__u__tt {
    margin-bottom: 20px;
    font-size: 19px;
    letter-spacing: 1px;
  }
}

.m-offer__u__t {
  line-height: 2;
}

@media print, (min-width: 768px) {
  .m-offer__u__t {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__u__t {
    margin-top: 20px;
    font-size: 14px;
  }
}

.m-offer__u__pw__p {
  position: relative;
  aspect-ratio: 1114 / 690;
  overflow: hidden;
}

.m-offer__u__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-offer__u__pw__n {
  line-height: 1.7;
  text-align: right;
}

@media print, (min-width: 768px) {
  .m-offer__u__pw__n {
    margin-top: 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__u__pw__n {
    margin-top: 8px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__u__pw.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-offer__u__pw.is-sp {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-offer__u:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__u:nth-child(n+2) {
    margin-top: 40px;
  }
}

.m-offer__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 50% 0;
}

@media print, (min-width: 768px) {
  .m-offer__bg {
    height: 150px;
    background-image: url(/estate/iju/images/bg_offer02.webp);
    background-size: 1440px 150px;
  }
}

@media screen and (max-width: 767px) {
  .m-offer__bg {
    height: 75px;
    background-image: url(/estate/iju/images/bg_offer02_sp.webp);
    background-size: 375px 75px;
  }
}

.m-search {
  position: relative;
  font-weight: 500;
}

.m-search__bg {
  position: absolute;
  left: 50%;
  top: 62px;
  width: 713px;
  height: 766px;
  margin-left: -110.5px;
  background: url(/estate/iju/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 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-search__bg > span:nth-child(1) {
  background-image: url(/estate/iju/images/bg_search02.webp);
}

.m-search__bg > span:nth-child(2) {
  background-image: url(/estate/iju/images/bg_search03.webp);
}

.m-search__bg > span:nth-child(3) {
  background-image: url(/estate/iju/images/bg_search04.webp);
}

.m-search__bg > span:nth-child(4) {
  background-image: url(/estate/iju/images/bg_search05.webp);
}

.m-search__bg > span:nth-child(5) {
  background-image: url(/estate/iju/images/bg_search06.webp);
}

.m-search__bg > span:nth-child(6) {
  background-image: url(/estate/iju/images/bg_search07.webp);
}

.m-search__bg > span:nth-child(7) {
  background-image: url(/estate/iju/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: 85px 0 135px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__in {
    padding: 65px 0 60px;
  }
}

.m-search__hd {
  margin-bottom: 40px;
}

.m-search__hd__ic {
  background: url(/estate/iju/images/icon_search_hd01.webp) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-search__hd__ic {
    width: 68.5px;
    height: 68.5px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__hd__ic {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
  }
}

.m-search__hd__tt {
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-search__hd__tt {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__hd__tt {
    font-size: 16px;
  }
}

.m-search__hd__n {
  line-height: 1.7;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-search__hd__n {
    margin-top: 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__hd__n {
    margin-top: 8px;
    font-size: 11px;
  }
}

@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 350ms 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 350ms 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/iju/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 350ms cubic-bezier(.215, .61, .355, 1), color 350ms 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-scenery__p {
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-scenery__p {
    height: 310px;
  }
}

@media screen and (max-width: 767px) {
  .m-scenery__p {
    height: 201px;
  }
}

.m-scenery__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .m-scenery__p img {
    object-position: 50% 90%;
  }
}

@media screen and (max-width: 767px) {
  .m-scenery__p img {
    object-position: 50% 70%;
  }
}
