@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');
@keyframes kv__sr__p1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(81.5px);
  }
}

@keyframes kv__sr__p2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.m-slider {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.m-slider__it {
  display: flex;
}

.m-slider__u {
  flex: 1;
  box-sizing: border-box;
  padding: 0 1px;
}

.m-slider__ct {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-slider__ct {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    max-width: 1180px;
    margin: 50px auto 0;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .m-slider__ct {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-slider__id {
    display: flex;
    justify-content: center;
  }
}

.m-slider__id__in {
  position: relative;
}

.m-slider__id__dt > ul {
  display: flex;
}

.m-slider__id__dt > ul > li button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  appearance: none;
  cursor: pointer;
}

.m-slider__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 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-slider__id__dt > ul > li button:hover::before,
  .m-slider__id__dt > ul > li button:active::before {
    background: #156082;
  }
}

.m-slider__id__dt > ul > li.is-current button {
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .m-slider__id__dt > ul > li.is-pc-current button {
    pointer-events: none;
  }
}

.m-slider__id__cr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #737373;
  pointer-events: none;
  will-change: transform;
}

@media print, (min-width: 768px) {
  .m-slider__id__cr {
    clip-path: inset(0px calc(100% - 72px) 0px 0px round 99px);
  }
}

@media screen and (max-width: 767px) {
  .m-slider__id__cr {
    clip-path: inset(0px calc(100% - 24px) 0px 0px round 99px);
  }
}

.m-slider__id__cr > ul {
  display: flex;
}

.m-slider__id__cr > ul > li > span {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}

.m-slider__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-slider__nv {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .m-slider__nv {
    display: none;
  }
}

.m-slider__nv__u button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  cursor: pointer;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-slider__nv__u button::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #737373;
  border-radius: 50%;
  transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-slider__nv__u button::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 9px;
  margin: -4.5px 0 0 -5px;
  background: #737373;
  -webkit-mask: url(/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-slider__nv__u button:hover,
  .m-slider__nv__u button:active {
    background: #156082;
  }
  .m-slider__nv__u button:hover::before,
  .m-slider__nv__u button:active::before {
    border-color: #156082;
  }
  .m-slider__nv__u button:hover::after,
  .m-slider__nv__u button:active::after {
    background: #fff;
  }
}

.m-slider__nv__u:nth-child(1) button::after {
  transform: scaleX(-1);
}

.m-slider__nv__u:nth-child(2) button::after {
  transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .m-slider__ps {
    position: absolute;
    right: 20px;
    top: 0;
  }
}

.m-slider__ps button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #737373;
  appearance: none;
  cursor: pointer;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-slider__ps button > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-slider__ps button > span:nth-child(1) {
  display: block;
}

.m-slider__ps button > span:nth-child(1)::before,
.m-slider__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-slider__ps button > span:nth-child(1)::before {
  margin-left: -3px;
}

.m-slider__ps button > span:nth-child(1)::after {
  margin-left: 1px;
}

.m-slider__ps button > span:nth-child(2) {
  display: none;
}

.m-slider__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-slider__ps button:hover,
  .m-slider__ps button:active {
    background: #156082;
  }
}

.m-slider__ps button.is-pause > span:nth-child(1) {
  display: none;
}

.m-slider__ps button.is-pause > span:nth-child(2) {
  display: block;
}

@media print, (min-width: 768px) {
  .m-slider.is-lte3 .m-slider__tr {
    transform: none !important;
  }
  .m-slider.is-lte3 .m-slider__it {
    justify-content: center;
    transform: none !important;
  }
  .m-slider.is-lte3 .m-slider__u[data-type='clone'] {
    display: none;
  }
  .m-slider.is-lte3 .m-slider__ct {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-slider.is-count1 .m-slider__it {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .m-slider.is-count1 .m-slider__u[data-type='clone'] {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-slider.is-count1 .m-slider__ct {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-slider.is-count1 .m-slider__tw {
    width: calc(((100% + 2px) / 3) * 1) !important;
  }
}

@media screen and (max-width: 767px) {
  .m-slider.is-count1 .m-slider__tw {
    width: calc(((100% + -38px) / 1) * 1) !important;
  }
}

@media print, (min-width: 768px) {
  .m-slider.is-count1 .m-slider__to {
    transform: translateX(calc(1 / 1 * 100% - 1px)) !important;
  }
}

@media screen and (max-width: 767px) {
  .m-slider.is-count1 .m-slider__to {
    transform: translateX(19px) !important;
  }
}

@media print, (min-width: 768px) {
  .m-slider.is-count2 .m-slider__tw {
    width: calc(((100% + 2px) / 3) * 2) !important;
  }
  .m-slider.is-count2 .m-slider__to {
    transform: translateX(calc(.5 / 2 * 100% - 1px)) !important;
  }
}

@media print, (min-width: 768px) {
  .m-slider.is-count3 .m-slider__tw {
    width: calc(((100% + 2px) / 3) * 3) !important;
  }
  .m-slider.is-count3 .m-slider__to {
    transform: translateX(-1px) !important;
  }
}

.m-slideUnit {
  height: 100%;
}

.m-slideUnit__p {
  position: relative;
  aspect-ratio: 1064/680;
  overflow: hidden;
}

.m-slideUnit__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-slideUnit__tw {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-slideUnit__tw {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-slideUnit__tw {
    margin-top: 25px;
  }
}

.m-slideUnit__tw__in {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.m-slideUnit a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-slideUnit a:hover .m-slideUnit__p img,
  .m-slideUnit a:active .m-slideUnit__p img {
    transform: scale(1.05);
  }
  .m-slideUnit a:hover .m-slideUnit__tw__ag:nth-child(1),
  .m-slideUnit a:active .m-slideUnit__tw__ag:nth-child(1) {
    transform: translateX(20px);
  }
  .m-slideUnit a:hover .m-slideUnit__tw__ag:nth-child(2),
  .m-slideUnit a:active .m-slideUnit__tw__ag:nth-child(2) {
    transform: translateX(0px);
  }
}

.m-slideUnit:not(.is-window) .m-slideUnit__tw__in {
  padding: 0 24px;
  overflow: hidden;
}

.m-slideUnit:not(.is-window) .m-slideUnit__tw__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -6.5px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-slideUnit:not(.is-window) .m-slideUnit__tw__ag:nth-child(1) {
  transform: translateX(0px);
  right: 0;
}

.m-slideUnit:not(.is-window) .m-slideUnit__tw__ag:nth-child(2) {
  transform: translateX(-20px);
  left: 0;
}

.m-slideUnit.is-window .m-slideUnit__tw__in {
  padding-right: 15px;
}

.m-slideUnit.is-window .m-slideUnit__tw__in::before {
  content: '';
  display: block;
  position: absolute;
  right: -7px;
  top: 50%;
  width: 10px;
  height: 8px;
  margin-top: -3px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_window01.svg) 0 0/contain no-repeat;
          mask: url(/common/images/icon_window01.svg) 0 0/contain no-repeat;
}

.m-sectionHead {
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-sectionHead {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-sectionHead {
    margin-bottom: 40px;
  }
}

.m-sectionHead__tt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

@media print, (min-width: 768px) {
  .m-sectionHead__tt {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .m-sectionHead__tt {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.m-sectionHead__en {
  font-family: 'Satoshi-Variable', sans-serif;
  font-variation-settings: 'wght' 500;
  font-weight: 500;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-sectionHead__en {
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-sectionHead__en {
    font-size: 50px;
  }
}

.m-sectionFootBtn {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-sectionFootBtn {
    width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-sectionFootBtn {
    margin: 0 20px;
  }
}

.m-sectionFootBtn__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
          mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-sectionFootBtn__ag:nth-child(1) {
  transform: translate(0, -50%);
  right: 19px;
}

.m-sectionFootBtn__ag:nth-child(2) {
  transform: translate(-40px, -50%);
  left: 19px;
}

.m-sectionFootBtn > 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-size: 16px;
  font-weight: 700;
  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-sectionFootBtn > a {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-sectionFootBtn > a {
    height: 60px;
  }
}

@media print, (min-width: 768px) {
  .m-sectionFootBtn > a:hover,
  .m-sectionFootBtn > a:active {
    background-color: transparent;
    color: #156082;
  }
  .m-sectionFootBtn > a:hover .m-sectionFootBtn__ag,
  .m-sectionFootBtn > a:active .m-sectionFootBtn__ag {
    background: #156082;
  }
  .m-sectionFootBtn > a:hover .m-sectionFootBtn__ag:nth-child(1),
  .m-sectionFootBtn > a:active .m-sectionFootBtn__ag:nth-child(1) {
    transform: translate(40px, -50%);
  }
  .m-sectionFootBtn > a:hover .m-sectionFootBtn__ag:nth-child(2),
  .m-sectionFootBtn > a:active .m-sectionFootBtn__ag:nth-child(2) {
    transform: translate(0, -50%);
  }
}

.m-contents {
  color: #333;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, (min-width: 768px) {
  .m-contents {
    min-width: 1140px;
  }
}

.m-kv {
  position: relative;
  container-type: inline-size;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-kv {
    height: calc(100svh - 220px);
  }
}

@media screen and (max-width: 767px) {
  .m-kv {
    aspect-ratio: 750/680;
  }
}

.m-kv__p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.m-kv__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: 50% 25%;
  object-fit: cover;
}

.m-kv__t {
  position: absolute;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

@media print, (min-width: 768px) {
  .m-kv__t {
    left: calc(908 / 1600 * 100cqw);
    top: 50%;
    font-size: calc(54 / 1600 * 100cqw);
    letter-spacing: calc(3 / 1600 * 100cqw);
    transform: translateY(calc(-50% - 13px));
  }
}

@media screen and (max-width: 767px) {
  .m-kv__t {
    left: calc(180 / 375 * 100cqw);
    top: calc(145 / 375 * 100cqw);
    font-size: calc(19 / 375 * 100cqw);
    letter-spacing: calc(1 / 375 * 100cqw);
  }
}

@media screen and (max-width: 767px) {
  .m-kv__sr {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-kv__sr {
    position: absolute;
    left: 35.5px;
    bottom: 0;
    width: 50px;
  }
  .m-kv__sr__t {
    position: absolute;
    left: 0;
    bottom: 98px;
    width: 100%;
    color: #fff;
    font-family: 'Satoshi-Variable', sans-serif;
    font-variation-settings: 'wght' 700;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
  }
  .m-kv__sr__p {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 81.5px;
    margin-left: -.5px;
    background: #fff;
  }
  .m-kv__sr__p > span {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 72px;
    width: 19px;
    height: 19px;
    margin-left: -9.5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    animation: kv__sr__p1 2500ms cubic-bezier(.645, .045, .355, 1) infinite, kv__sr__p2 2500ms cubic-bezier(.215, .61, .355, 1) infinite;
  }
  .m-kv__sr__p > span::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    margin: -2.5px 0 0 -2.5px;
    border-radius: 50%;
    background: #fff;
  }
}

@media print, (min-width: 768px) {
  .m-pickup {
    margin-top: 80px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-pickup {
    margin-top: 20px;
    padding: 40px 0;
  }
}

.m-pickup__sl {
  container-type: inline-size;
}

.m-pickup__sl__u__p {
  position: relative;
  aspect-ratio: 1064/820;
  overflow: hidden;
}

.m-pickup__sl__u__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-pickup__sl__u__t {
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-pickup__sl__u__t {
    bottom: min(calc(25 / 1366 * 100cqw), 25px);
    padding: 0 min(calc(30 / 1366 * 100cqw), 30px);
    font-size: min(calc(16 / 1366 * 100cqw), 16px);
  }
}

@media screen and (max-width: 767px) {
  .m-pickup__sl__u__t {
    bottom: calc(12 / 375 * 100cqw);
    padding: 0 calc(20 / 375 * 100cqw);
    font-size: calc(15 / 375 * 100cqw);
  }
}

.m-pickup__sl__u a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-pickup__sl__u a:hover .m-pickup__sl__u__p img,
  .m-pickup__sl__u a:active .m-pickup__sl__u__p img {
    transform: scale(1.05);
  }
}

@media print, (min-width: 768px) {
  .m-emergency {
    width: 900px;
    margin: 0 auto;
    padding: 55px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .m-emergency {
    margin: 0 20px;
    padding: 20px 0 70px;
  }
}

.m-emergency a {
  color: inherit;
  text-decoration: underline !important;
  transition: color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-emergency a:hover,
  .m-emergency a:active {
    color: #156082;
  }
}

@media print, (min-width: 768px) {
  .m-emergency__u {
    display: flex;
    gap: 20px;
    padding: 25px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-emergency__u {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-emergency__u__c:nth-child(1) {
    padding-bottom: 10px;
  }
}

.m-emergency__u__lb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-height: 24px;
  border-radius: 99px;
  background: #333;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.m-emergency__u__tt {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-emergency__u__tt {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-emergency__u__tt {
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-emergency__u__t {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-emergency__u__t {
    font-size: 15px;
    line-height: 1.8;
  }
}

.m-emergency__u:nth-child(n+2) {
  border-top: 1px solid #e1e1e1;
}

@media print, (min-width: 768px) {
  .m-feature {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-feature {
    padding: 40px 0 90px;
  }
}

@media print, (min-width: 768px) {
  .m-feature__ft {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-feature__ft {
    margin-top: 30px;
  }
}

@media print, (min-width: 768px) {
  .m-lineup {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-lineup {
    padding: 40px 0 90px;
  }
}

.m-lineup__sl__u {
  height: 100%;
}

.m-lineup__sl__u__p {
  position: relative;
  aspect-ratio: 1064/680;
  overflow: hidden;
}

.m-lineup__sl__u__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-lineup__sl__u__tw {
  padding: 0 20px;
}

@media print, (min-width: 768px) {
  .m-lineup__sl__u__tw {
    max-width: 400px;
    margin: 0 auto;
  }
}

.m-lineup__sl__u__lg {
  border-bottom: 1px solid #d9d9d9;
}

@media print, (min-width: 768px) {
  .m-lineup__sl__u__lg {
    padding: 0 20px;
  }
}

.m-lineup__sl__u__lg > span {
  display: block;
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  aspect-ratio: 680/250;
}

.m-lineup__sl__u__lg > span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-lineup__sl__u__t {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.m-lineup__sl__u__t > span {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 7px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_window01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_window01.svg) no-repeat 0 0/contain;
  vertical-align: 5%;
}

.m-lineup__sl__u a {
  display: block;
  position: relative;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-lineup__sl__u a:hover .m-lineup__sl__u__p img,
  .m-lineup__sl__u a:active .m-lineup__sl__u__p img {
    transform: scale(1.05);
  }
}

@media print, (min-width: 768px) {
  .m-lineup__ft {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-lineup__ft {
    margin-top: 30px;
  }
}

@media print, (min-width: 768px) {
  .m-search {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-search {
    padding: 40px 0 90px;
  }
}

@media print, (min-width: 768px) {
  .m-search__cw {
    display: -ms-grid;
    display: grid;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 2px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media print, (min-width: 768px) {
  .m-search__c {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
        grid-template-rows: subgrid;
    -ms-grid-row: span 3;
        grid-row: span 3;
    align-items: start;
  }
}

@media screen and (max-width: 767px) {
  .m-search__c:nth-child(n+2) {
    margin-top: 50px;
  }
}

.m-search__dc__u {
  position: relative;
}

.m-search__dc__u__p {
  position: relative;
  aspect-ratio: 1178/752;
  overflow: hidden;
}

.m-search__dc__u__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-search__dc__u__t {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

@media print, (min-width: 768px) {
  .m-search__dc__u__t {
    left: 50px;
    bottom: 35px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__dc__u__t {
    left: 20px;
    bottom: 25px;
    font-size: 16px;
  }
}

@media print, (min-width: 768px) {
  .m-search__dc__u__t__mn strong {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__dc__u__t__mn strong {
    font-size: 24px;
  }
}

.m-search__dc__u__t__sb > span {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-search__dc__u__t__sb > span {
    padding-right: 26px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__dc__u__t__sb > span {
    padding-right: 24px;
  }
}

.m-search__dc__u__t__sb > span::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
          mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
}

.m-search__dc__u__ul {
  display: flex;
  position: absolute;
  z-index: 1;
}

@media print, (min-width: 768px) {
  .m-search__dc__u__ul {
    gap: 10px;
    left: 50px;
    bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__dc__u__ul {
    gap: 5px;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .m-search__dc__u__ul > li {
    flex: 1;
  }
}

.m-search__dc__u__ul > li > a {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .6);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color 350ms cubic-bezier(.215, .61, .355, 1), background-color 350ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-search__dc__u__ul > li > a {
    width: 170px;
    height: 56px;
    padding-left: 14px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__dc__u__ul > li > a {
    height: 52px;
    padding-left: 19px;
    font-size: 16px;
  }
}

.m-search__dc__u__ul > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
          mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  transform: translate(0, -50%);
}

@media print, (min-width: 768px) {
  .m-search__dc__u__ul > li > a::before {
    right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__dc__u__ul > li > a::before {
    right: 19px;
  }
}

@media print, (min-width: 768px) {
  .m-search__dc__u__ul > li > a:hover,
  .m-search__dc__u__ul > li > a:active {
    border-color: #156082;
    background: #156082;
    color: #fff;
  }
}

.m-search__dc__u > a {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-search__dc__u > a:hover .m-search__dc__u__p img,
  .m-search__dc__u > a:active .m-search__dc__u__p img {
    transform: scale(1.05);
  }
}

.m-search__dc__u.is-hyogo,
.m-search__dc__u.is-other {
  display: none;
}

html.is-docodoco-hyogo .m-search__dc__u.is-error,
html.is-docodoco-other .m-search__dc__u.is-error {
  display: none;
}

html.is-docodoco-hyogo .m-search__dc__u.is-hyogo,
html.is-docodoco-other .m-search__dc__u.is-other {
  display: block;
}

.m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t {
  display: flex;
  align-items: baseline;
}

@media print, (min-width: 768px) {
  .m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t {
    bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t {
    bottom: 80px;
  }
}

.m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t__sb > span {
  padding-right: 0;
}

.m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t__sb > span::before {
  content: normal;
}

.m-search__nw {
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-search__nw {
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .m-search__nw {
    margin: 10px 20px 0;
    font-size: 13px;
  }
}

.m-search__bt {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-search__bt {
    width: 260px;
    margin: 35px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-search__bt {
    margin: 20px 20px 0;
  }
}

.m-search__bt__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
          mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-search__bt__ag:nth-child(1) {
  transform: translate(0, -50%);
  right: 19px;
}

.m-search__bt__ag:nth-child(2) {
  transform: translate(-40px, -50%);
  left: 19px;
}

.m-search__bt > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #fff;
  overflow: hidden;
  color: #156082;
  font-size: 16px;
  font-weight: 700;
  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-search__bt > a {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-search__bt > a {
    height: 60px;
  }
}

@media print, (min-width: 768px) {
  .m-search__bt > a:hover,
  .m-search__bt > a:active {
    background-color: #156082;
    color: #fff;
  }
  .m-search__bt > a:hover .m-search__bt__ag,
  .m-search__bt > a:active .m-search__bt__ag {
    background: #fff;
  }
  .m-search__bt > a:hover .m-search__bt__ag:nth-child(1),
  .m-search__bt > a:active .m-search__bt__ag:nth-child(1) {
    transform: translate(40px, -50%);
  }
  .m-search__bt > a:hover .m-search__bt__ag:nth-child(2),
  .m-search__bt > a:active .m-search__bt__ag:nth-child(2) {
    transform: translate(0, -50%);
  }
}

@media print, (min-width: 768px) {
  .m-case {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-case {
    padding: 40px 0 90px;
  }
}

.m-case__sl__u {
  height: 100%;
}

.m-case__sl__u__p {
  position: relative;
  aspect-ratio: 1064/680;
  overflow: hidden;
}

.m-case__sl__u__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-case__sl__u__tg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
  margin-top: 20px;
}

.m-case__sl__u__tg > li > span {
  display: flex;
  align-items: center;
  height: 26px;
  box-sizing: border-box;
  padding: 0 15px;
  border: 1px solid #156082;
  border-radius: 99px;
  color: #156082;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.m-case__sl__u__t {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.m-case__sl__u a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-case__sl__u a:hover .m-case__sl__u__p img,
  .m-case__sl__u a:active .m-case__sl__u__p img {
    transform: scale(1.05);
  }
}

@media print, (min-width: 768px) {
  .m-case__ft {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-case__ft {
    margin-top: 30px;
  }
}

.m-design {
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-design {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-design {
    padding: 40px 0 90px;
  }
}

@media print, (min-width: 768px) {
  .m-design__ft {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-design__ft {
    margin-top: 30px;
  }
}

.m-lifestyle {
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-lifestyle {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-lifestyle {
    padding: 40px 0 90px;
  }
}

.m-knowledge {
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-knowledge {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-knowledge {
    padding: 40px 0 90px;
  }
}

@media print, (min-width: 768px) {
  .m-info {
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px) 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-info {
    padding: 40px 0 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-info__pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-info__sp {
    display: none;
  }
}

.m-info__sc:nth-child(n+2) {
  margin-top: 80px;
}

.m-info__cw {
  display: flex;
}

.m-info__cw__c:nth-child(2) {
  width: 100%;
}

.m-info__hd {
  width: 220px;
}

.m-info__hd__tt {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.m-info__hd__ls {
  margin: 30px 0 0 -24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.m-info__hd__ls__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -6.5px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-info__hd__ls__ag:nth-child(1) {
  transform: translateX(0px);
  right: 0;
}

.m-info__hd__ls__ag:nth-child(2) {
  transform: translateX(-20px);
  left: 0;
}

.m-info__hd__ls a {
  display: inline-block;
  position: relative;
  padding: 0 24px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  vertical-align: top;
  transition: color 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-info__hd__ls a:hover,
.m-info__hd__ls a:active {
  color: #156082;
}

.m-info__hd__ls a:hover .m-info__hd__ls__ag:nth-child(1),
.m-info__hd__ls a:active .m-info__hd__ls__ag:nth-child(1) {
  transform: translateX(20px);
}

.m-info__hd__ls a:hover .m-info__hd__ls__ag:nth-child(2),
.m-info__hd__ls a:active .m-info__hd__ls__ag:nth-child(2) {
  transform: translateX(0px);
}

.m-info__tb__u {
  position: relative;
  margin-bottom: -1px;
}

.m-info__tb__u::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}

.m-info__tb__u__c:nth-child(2) {
  padding-top: 5px;
}

.m-info__tb__u__c:nth-child(3) {
  width: 100%;
}

.m-info__tb__u__dt {
  width: 124px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
}

.m-info__tb__u__lb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 24px;
  border-radius: 99px;
  background: #333;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.m-info__tb__u__t {
  padding: 0 55px 0 20px;
  font-size: 16px;
  line-height: 2;
}

.m-info__tb__u a {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 21px 0;
  transition: box-shadow 350ms cubic-bezier(.215, .61, .355, 1), background-color 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-info__tb__u a::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-info__tb__u a:hover,
.m-info__tb__u a:active {
  box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
  background: #fff;
}

.m-info__tb__u a:hover::before,
.m-info__tb__u a:active::before {
  transform: translateX(10px);
}

.m-info__tb__u:nth-child(1)::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}

.m-info__bl {
  margin: 0 20px;
}

.m-info__bl > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #fff;
  overflow: hidden;
  color: #156082;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.m-info__bl > li a::before {
  content: '';
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
          mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  transform: translate(0, -50%);
}

.m-info__bl > li:nth-child(n+2) {
  margin-top: 20px;
}

@media print, (min-width: 768px) {
  .m-sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px) 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-sns {
    padding: 40px 0;
  }
}

.m-sns__tt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-sns__tt {
    margin-bottom: 20px;
    text-align: center;
  }
}

.m-sns__ul {
  display: flex;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .m-sns__ul {
    justify-content: center;
  }
}

.m-sns__ul > li a {
  display: block;
}

.m-sns__ul > li a img {
  width: 32px;
  height: 32px;
  vertical-align: top;
}
