@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
body {
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}

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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

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: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
}

input,
textarea,
select,
button {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  outline: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

.instagram-box {
  -ms-overflow-style: none;
}

.instagram-box::-webkit-scrollbar {
  display: none;
}

img {
  display: block;
}

.is-laptop {
  display: block;
}
@media (max-width: 1000px) {
  .is-laptop {
    display: none !important;
  }
}

.is-mobile {
  display: none !important;
}
@media (max-width: 1000px) {
  .is-mobile {
    display: block !important;
  }
}

.is-mobile-flex {
  display: none !important;
}
@media (max-width: 1000px) {
  .is-mobile-flex {
    display: flex !important;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container {
  margin: 40px auto;
  width: 860px;
}
@media (max-width: 1000px) {
  .container {
    width: 95%;
  }
}

.property__tag {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.property__tag__item {
  background-color: #EDF8EB;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 16px;
  padding: 4px 16px;
}
@media (max-width: 1000px) {
  .property__tag__item {
    font-size: 10px;
  }
}
.property__header {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.property__header__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .property__header__title {
    font-size: 24px;
    margin-top: 8px;
  }
}
@media (max-width: 1000px) {
  .property__header__button {
    width: fit-content;
  }
}
.property__header__button__description {
  font-size: 14px;
}
.property__header__button__inner {
  display: flex;
  margin-top: 16px;
}
.property__header__button__item {
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 16px 10px;
  width: 240px;
}
@media (max-width: 1000px) {
  .property__header__button__item {
    padding: 0 10px;
    width: fit-content;
  }
}
.property__header__button__item img {
  margin-right: 8px;
}
@media (max-width: 1000px) {
  .property__header__button__item img {
    margin-bottom: 6px;
    margin-right: 0;
  }
}
.property__header__button__item#favorite, .property__header__button__item#remove {
  position: relative;
  color: #25AB72;
  margin-right: 16px;
}
.property__header__button__item#favorite::before, .property__header__button__item#remove::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
@media (max-width: 1000px) {
  .property__header__button__item#favorite, .property__header__button__item#remove {
    flex-direction: column;
    font-size: 12px;
    white-space: nowrap;
  }
  .property__header__button__item#favorite:before, .property__header__button__item#remove:before {
    content: none;
  }
}
.property__header__button__item#contact {
  background-color: #C30D23;
  color: #FFFFFF;
}
.property__divider {
  background-color: #BFBEBE;
  height: 1px;
  margin-top: 24px;
  width: 100%;
}
@media (max-width: 1000px) {
  .property__divider {
    margin-top: 16px;
  }
}
.property__contact {
  background-color: #EDF8EB;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 16px;
  padding: 32px;
  width: 100%;
}
@media (max-width: 1000px) {
  .property__contact {
    border-radius: 0;
    padding: 32px;
    margin-left: -2.5vw;
    width: 100vw;
  }
}
.property__contact p {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1.6;
  justify-content: center;
}
@media (max-width: 1000px) {
  .property__contact p {
    font-size: 12px;
  }
}
.property__contact strong {
  font-size: 24px;
  font-weight: 700;
  padding: 0 4px;
}
.property__contact__button {
  align-items: center;
  background-color: #C30D23;
  box-sizing: border-box;
  border-radius: 10px;
  color: #FFFFFF;
  display: flex;
  cursor: pointer;
  margin: 16px auto 0;
  padding: 16px 10px;
  width: 240px;
}
@media (max-width: 1000px) {
  .property__contact__button {
    padding: 16px 40px;
    width: fit-content;
  }
}
.property__contact__button img {
  margin-right: 8px;
}
@media (max-width: 1000px) {
  .property__contact__button img {
    margin-bottom: 6px;
    margin-right: 0;
  }
}
.property__flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .property__flex {
    flex-direction: column-reverse;
  }
}
.property__flex__left {
  max-width: 640px;
  width: 50%;
}
@media (max-width: 1000px) {
  .property__flex__left {
    width: 100%;
  }
}
.property__flex__right {
  max-width: 560px;
  width: 43.75%;
}
@media (max-width: 1000px) {
  .property__flex__right {
    width: 100%;
  }
}
.property__catchphrase {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .property__catchphrase {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.property__images {
  box-sizing: border-box;
  border: 1px solid #BFBEBE;
  height: 400px;
  margin: 0 auto;
  padding: 16px 32px;
  width: 100%;
}
@media (max-width: 1000px) {
  .property__images {
    width: 95%;
  }
}
.property__images.empty {
  border: none;
}
.property__images__item {
  height: 100%;
  position: relative;
  width: 100%;
}
.property__images__item:after {
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.property__images__item__image {
  height: 100%;
  position: relative;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.property__images .slick-list {
  height: 100%;
}
.property__images .slick-list .slick-track {
  height: 100%;
}
.property__images .slick-arrow {
  height: 40px;
  width: 40px;
  z-index: 1;
}
.property__images .slick-arrow:before {
  background: url("../../static/images/common/slider-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 1;
  transition-duration: 0.2s;
  width: 100%;
}
.property__images .slick-arrow.slick-disabled:before {
  background-color: #CFCDCD;
}
.property__images .slick-arrow.slick-disabled:hover:before {
  background-color: #CFCDCD;
}
.property__images .slick-arrow.slick-prev {
  left: -20px;
}
@media (max-width: 1000px) {
  .property__images .slick-arrow.slick-prev {
    opacity: 0.8;
  }
}
.property__images .slick-arrow.slick-next {
  right: -20px;
}
@media (max-width: 1000px) {
  .property__images .slick-arrow.slick-next {
    opacity: 0.8;
  }
}
.property__images .slick-arrow.slick-next:before {
  transform: rotate(180deg);
}
.property__images-column {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 16px auto 0;
  width: 90%;
}
.property__images-column__item {
  width: 45%;
}
.property__gallery {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.property__gallery__item {
  background-color: #FFFFFF;
  height: 112px;
  position: relative;
  width: 33.3333333333%;
}
.property__gallery__item:after {
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.property__gallery__item.current {
  position: relative;
}
.property__gallery__item.current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.property__gallery__item.current:before {
  border-radius: 0;
}
.property__gallery__item__image {
  box-sizing: border-box;
  height: 100%;
  padding: 8px;
  position: relative;
  object-fit: scale-down;
  object-position: center;
  overflow: hidden;
  scrollbar-width: none;
  width: 100%;
  z-index: 0;
}
.property__gallery__item__image::-webkit-scrollbar {
  display: none;
}
.property__popup {
  display: none;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  width: 100vw;
  z-index: 100;
}
.property__popup__overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.property__popup__inner {
  background-color: #FFFFFF;
  border-radius: 10px;
  left: 50%;
  max-height: 100vh;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50%;
  z-index: 100;
}
@media (max-width: 1000px) {
  .property__popup__inner {
    width: 90%;
  }
}
.property__popup__header {
  align-items: center;
  background-color: #25AB72;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}
.property__popup__header__title {
  color: #FFFFFF;
  font-size: 20px;
  margin-right: 20px;
  line-height: 1.2;
}
.property__popup__header__end {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-end;
}
.property__popup__header__end__number {
  font-size: 20px;
  margin-right: 20px;
}
.property__popup__header__end__close {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.property__popup__slider {
  box-sizing: border-box;
  height: 55vh;
  padding: 20px 58px;
  width: 100%;
}
@media (max-width: 1000px) {
  .property__popup__slider {
    padding: 0 42px;
  }
}
.property__popup__slider__item {
  background-color: #FFFFFF;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.property__popup .slick-list {
  height: 100%;
}
.property__popup .slick-list .slick-track {
  height: 100%;
}
.property__popup .slick-arrow {
  height: 40px;
  width: 40px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .property__popup .slick-arrow {
    height: 30px;
    width: 30px;
  }
}
.property__popup .slick-arrow:before {
  background: url("../../static/images/common/slider-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 1;
  transition-duration: 0.2s;
  width: 100%;
}
.property__popup .slick-arrow.slick-disabled:before {
  background-color: #CFCDCD;
}
.property__popup .slick-arrow.slick-disabled:hover:before {
  background-color: #CFCDCD;
}
.property__popup .slick-arrow.slick-prev {
  left: 5px;
}
@media (max-width: 1000px) {
  .property__popup .slick-arrow.slick-prev {
    opacity: 0.8;
  }
}
.property__popup .slick-arrow.slick-next {
  right: 5px;
}
@media (max-width: 1000px) {
  .property__popup .slick-arrow.slick-next {
    opacity: 0.8;
  }
}
.property__popup .slick-arrow.slick-next:before {
  transform: rotate(180deg);
}
.property__table {
  border: 1px solid #25AB72;
  border-radius: 10px;
  margin-top: 40px;
}
.property__table__title {
  background-color: #25AB72;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .property__table__title {
    font-size: 16px;
  }
}
.property__table__text {
  font-size: 16px;
  line-height: 2;
  padding: 24px 12px;
}
@media (max-width: 1000px) {
  .property__table__text {
    font-size: 14px;
    padding: 16px 12px;
  }
}
.property__table__inner {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
  padding: 24px 12px;
}
@media (max-width: 1000px) {
  .property__table__inner {
    font-size: 14px;
    padding: 16px 12px;
  }
}
.property__table__row {
  border-bottom: 1px solid #BFBEBE;
  display: flex;
  padding-bottom: 4px;
  margin-bottom: 8px;
  width: 100%;
}
.property__table__row__label {
  align-items: center;
  background-color: #EDF8EB;
  box-sizing: border-box;
  color: #666;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  justify-content: center;
  padding: 4px;
  width: 84px;
}
@media (max-width: 1000px) {
  .property__table__row__label {
    font-size: 14px;
  }
}
.property__table__row__value {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  line-height: 1.6;
  margin-left: 16px;
  width: calc(100% - 84px);
}
@media (max-width: 1000px) {
  .property__table__row__value {
    font-size: 14px;
  }
}
.property__table__row__value strong {
  color: #C30D23;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .property__table__row__value strong {
    font-size: 20px;
  }
}
.property__table__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 0;
}
.property__table__tags__item {
  border: 1px solid #25AB72;
  border-radius: 12px;
  color: #666;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 16px;
}
.property__map {
  height: 640px;
}
@media (max-width: 1000px) {
  .property__map {
    height: 240px;
  }
}

.breadcrumbs {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 16.6666666667vw;
  padding: 20px 0;
}
@media (max-width: 1000px) {
  .breadcrumbs {
    margin: 0 2.5%;
  }
}
.breadcrumbs__item {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .breadcrumbs__item {
    font-size: 12px;
  }
}
.breadcrumbs__item::after {
  display: block;
  content: "";
  background-image: url("../../static/images/common/chevron.png");
  background-size: contain;
  height: 20px;
  width: 20px;
  margin: 0 10px;
}
.breadcrumbs__item:last-child::after {
  content: none;
}
.breadcrumbs__item--text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .breadcrumbs__item--text {
    font-size: 12px;
  }
}

.content-cards__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .content-cards__title {
    font-size: 18px;
  }
}
.content-cards__title:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .content-cards__title:before {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  .content-cards__title {
    font-size: 24px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .content-cards__title::before {
    width: 30px;
  }
}
.content-cards__intro {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 1000px) {
  .content-cards__intro {
    font-size: 16px;
    font-weight: 700;
    margin-top: 56px;
  }
}
.content-cards__intro strong {
  color: #25AB72;
}
.content-cards__list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 1000px) {
  .content-cards__list {
    flex-direction: column;
    margin-top: 40px;
  }
}
.content-cards__list__item {
  align-items: center;
  background-color: #EDF8EB;
  border-radius: 10px;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1000px) {
  .content-cards__list__item {
    padding: 24px 20px;
    margin: 0 auto 24px;
    width: 95%;
  }
  .content-cards__list__item:last-child {
    margin-bottom: 0;
  }
}
.content-cards__list__item__title {
  color: #25AB72;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1000px) {
  .content-cards__list__item__title {
    font-size: 20px;
  }
}
.content-cards__list__item__icon {
  height: auto;
  margin-top: 24px;
  width: 100px;
}
@media (max-width: 1000px) {
  .content-cards__list__item__icon {
    margin-top: 16px;
    width: 80px;
  }
}
.content-cards__list__item__text {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 1000px) {
  .content-cards__list__item__text {
    font-size: 12px;
    margin-top: 16px;
  }
}

.content-circles__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
}
@media (max-width: 1000px) {
  .content-circles__title {
    font-size: 18px;
  }
}
.content-circles__title:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .content-circles__title:before {
    width: 20px;
  }
}
.content-circles__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
}
@media (max-width: 1000px) {
  .content-circles__list {
    margin-top: 40px;
  }
}
.content-circles__list__item {
  align-items: center;
  aspect-ratio: 1/1;
  border: 2px solid #25AB72;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% - 32px) / 4);
}
@media (max-width: 1000px) {
  .content-circles__list__item {
    margin-bottom: 8px;
    padding: 16px 0;
    width: 170px;
  }
}
.content-circles__list__item__icon {
  aspect-ratio: 1/1;
  height: 50px;
  width: 50px;
}
@media (max-width: 1000px) {
  .content-circles__list__item__icon {
    height: 40px;
    width: 40px;
  }
}
.content-circles__list__item__text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  text-align: center;
  line-height: 1.6;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .content-circles__list__item__text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .content-circles__list__item__text {
    margin-top: 8px;
  }
}

.content-column-images__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .content-column-images__heading {
    font-size: 18px;
  }
}
.content-column-images__heading:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .content-column-images__heading:before {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  .content-column-images__heading {
    font-size: 24px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .content-column-images__heading::before {
    width: 30px;
  }
}
.content-column-images__inner {
  align-items: flex-start;
  display: flex;
  padding: 0 0 80px 130px;
  margin-top: 100px;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .content-column-images__inner {
    flex-direction: column-reverse;
    margin-top: 56px;
    padding: 0 0 32px;
  }
}
.content-column-images__bg {
  background: #EDF8EB;
  height: 100%;
  position: absolute;
  right: -150%;
  top: 100px;
  width: 200%;
  z-index: -1;
}
@media (max-width: 1000px) {
  .content-column-images__bg {
    aspect-ratio: 375/255;
    height: auto;
    left: 0;
    top: 50px;
    width: 100%;
  }
}
.content-column-images__images {
  position: relative;
  width: 48%;
}
@media (max-width: 1000px) {
  .content-column-images__images {
    aspect-ratio: 375/260;
    margin: 0 auto 24px 0;
    width: 100%;
  }
}
.content-column-images__images__item {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  position: absolute;
  max-width: 100%;
}
.content-column-images__images__item:first-child {
  top: 0;
  right: 0;
  width: 90%;
}
@media (max-width: 1000px) {
  .content-column-images__images__item:first-child {
    left: 0;
    right: auto;
    width: 70%;
  }
}
.content-column-images__images__item:last-child {
  top: 200px;
  left: 0;
  width: 65%;
}
@media (max-width: 1000px) {
  .content-column-images__images__item:last-child {
    left: auto;
    top: 26.6666666667vw;
    right: 10%;
    width: 50%;
  }
}
.content-column-images__text {
  padding-top: 56px;
  width: 48%;
}
@media (max-width: 1000px) {
  .content-column-images__text {
    padding-top: 0;
    margin: 0 auto;
    width: 95%;
  }
}
.content-column-images__text__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .content-column-images__text__title {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .content-column-images__text__title {
    font-size: 24px;
    padding-bottom: 40px;
  }
}
.content-column-images__text__description {
  font-size: 16px;
  line-height: 1.6;
  line-height: 2;
  padding-top: 32px;
}
@media (max-width: 1000px) {
  .content-column-images__text__description {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .content-column-images__text__description {
    padding-top: 0;
  }
}
.content-column-images__text__description strong {
  color: #25AB72;
}
.content-column-images__text__link {
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #25AB72;
  display: block;
  font-size: 16px;
  font-weight: 500;
  vertical-align: baseline;
  padding: 16px 28px;
  position: relative;
  margin-top: 24px;
  margin-left: auto;
  width: fit-content;
}
.content-column-images__text__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.content-column-images__text__link::after {
  background-image: url("../../static/images/top/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 12px;
  width: 8px;
}

.content-column-medias__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .content-column-medias__heading {
    font-size: 18px;
  }
}
.content-column-medias__heading:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .content-column-medias__heading:before {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  .content-column-medias__heading {
    font-size: 24px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .content-column-medias__heading::before {
    width: 30px;
  }
}
.content-column-medias__inner {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .content-column-medias__inner {
    margin-top: 30px;
  }
}
.content-column-medias__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .content-column-medias__items {
    flex-direction: column;
    gap: 20px;
  }
}
.content-column-medias__item {
  width: calc((100% - 60px) / 3);
  display: block;
  transition: opacity 0.3s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1000px) {
  .content-column-medias__item {
    width: 100%;
  }
}
.content-column-medias__item:hover {
  opacity: 0.8;
}
.content-column-medias__item__image {
  width: 100%;
  height: 100%;
  display: block;
}

.content-column-top {
  align-items: flex-start;
  display: flex;
  padding: 56px 130px 16px 0;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .content-column-top {
    flex-direction: column;
    padding: 0 0 32px;
  }
}
.content-column-top.reverse {
  flex-direction: row-reverse;
  padding: 56px 0 16px 130px;
}
@media (max-width: 1000px) {
  .content-column-top.reverse {
    flex-direction: column;
    padding: 0 0 32px;
  }
}
.content-column-top__bg {
  background: #EDF8EB;
  height: 100%;
  position: absolute;
  right: -120%;
  top: 0;
  width: 200%;
  z-index: -1;
}
@media (max-width: 1000px) {
  .content-column-top__bg {
    height: calc(100% - 200px);
    left: 0;
    top: 200px;
    width: 100%;
  }
}
.content-column-top__bg.reverse {
  left: -120%;
  right: auto;
}
@media (max-width: 1000px) {
  .content-column-top__bg.reverse {
    left: 0;
  }
}
.content-column-top__image {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  width: 48%;
}
@media (max-width: 1000px) {
  .content-column-top__image {
    margin: 0 auto 24px 0;
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .content-column-top__image.reverse {
    margin: 0 0 24px auto;
  }
}
.content-column-top__image.center {
  box-shadow: none;
}
@media (max-width: 1000px) {
  .content-column-top__image.center {
    margin: 0 auto 24px;
  }
}
.content-column-top__text {
  width: 48%;
}
@media (max-width: 1000px) {
  .content-column-top__text {
    margin: 0 auto;
    width: 95%;
  }
}
.content-column-top__text__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .content-column-top__text__title {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .content-column-top__text__title {
    padding-bottom: 40px;
  }
}
.content-column-top__text__title strong {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  background: -webkit-linear-gradient(0, #25AB72, #8DCA45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-style: italic;
  padding-right: 16px;
}
@media (max-width: 1000px) {
  .content-column-top__text__title strong {
    font-size: 40px;
  }
}
.content-column-top__text__description {
  font-size: 16px;
  line-height: 1.6;
  line-height: 2;
  padding-top: 32px;
}
@media (max-width: 1000px) {
  .content-column-top__text__description {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .content-column-top__text__description {
    padding-top: 0;
  }
}
.content-column-top__text__description strong {
  color: #25AB72;
}
.content-column-top__text__link {
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #25AB72;
  display: block;
  font-size: 16px;
  font-weight: 500;
  vertical-align: baseline;
  padding: 16px 28px;
  position: relative;
  margin-top: 24px;
  margin-left: auto;
  width: fit-content;
}
.content-column-top__text__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.content-column-top__text__link::after {
  background-image: url("../../static/images/top/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 12px;
  width: 8px;
}

.content-column {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .content-column {
    flex-direction: column;
    padding-top: 0;
  }
}
.content-column.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .content-column.reverse {
    flex-direction: column;
  }
}
.content-column__image {
  height: auto;
  width: 48%;
}
@media (max-width: 1000px) {
  .content-column__image {
    margin: 0 auto 24px;
    width: 90%;
  }
}
.content-column__text {
  width: 48%;
}
@media (max-width: 1000px) {
  .content-column__text {
    width: 100%;
  }
}
.content-column__text__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
}
@media (max-width: 1000px) {
  .content-column__text__title {
    font-size: 18px;
  }
}
.content-column__text__title:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .content-column__text__title:before {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  .content-column__text__title {
    padding-bottom: 40px;
  }
}
.content-column__text__description {
  font-size: 16px;
  line-height: 1.6;
  line-height: 2;
  padding-top: 32px;
}
@media (max-width: 1000px) {
  .content-column__text__description {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .content-column__text__description {
    padding-top: 0;
  }
}
.content-column__text__description strong {
  color: #25AB72;
}
.content-column__text__list {
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .content-column__text__list {
    margin-top: 16px;
  }
}
.content-column__text__list__item {
  font-size: 18px;
  font-weight: 500;
  align-items: flex-start;
  display: flex;
  line-height: 2;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .content-column__text__list__item {
    font-size: 16px;
  }
}
.content-column__text__list__item span {
  display: block;
}
.content-column__text__list__item p {
  text-decoration: underline;
}
.content-column__text__link {
  font-size: 16px;
  line-height: 1.6;
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  display: block;
  margin-top: 24px;
  margin-left: auto;
  padding: 12px 36px;
  width: fit-content;
}
@media (max-width: 1000px) {
  .content-column__text__link {
    font-size: 14px;
  }
}
.content-column__text__button {
  position: relative;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #25AB72;
  display: flex;
  margin-top: 48px;
  margin-left: auto;
  padding: 14px 26px 14px 34px;
  width: fit-content;
}
.content-column__text__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.content-column__text__button::after {
  content: url("../../static/images/common/external.svg");
  display: block;
  margin-left: 12px;
}
@media (max-width: 1000px) {
  .content-column__text__button {
    margin-top: 24px;
  }
}

.content-detail__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
  font-size: 32px;
}
@media (max-width: 1000px) {
  .content-detail__title {
    font-size: 18px;
  }
}
.content-detail__title:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .content-detail__title:before {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  .content-detail__title {
    font-size: 24px;
  }
}
.content-detail__title:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(12px, -24px);
  width: 45.248px;
}
@media (max-width: 1000px) {
  .content-detail__title:before {
    width: 30px;
    transform: rotate(135deg) translate(8px, -18px);
  }
}
.content-detail__list {
  margin-top: 56px;
}
@media (max-width: 1000px) {
  .content-detail__list {
    margin-top: 40px;
  }
}
.content-detail__list__item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .content-detail__list__item {
    flex-direction: column;
    width: 100%;
  }
}
.content-detail__list__item__image {
  height: auto;
  margin-right: 40px;
  width: 180px;
}
@media (max-width: 1000px) {
  .content-detail__list__item__image {
    margin-right: 0;
  }
}
.content-detail__list__item__right {
  width: 100%;
}
.content-detail__list__item__title {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 1000px) {
  .content-detail__list__item__title {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
  }
}
.content-detail__list__item__description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media (max-width: 1000px) {
  .content-detail__list__item__description {
    font-size: 14px;
    margin-top: 15px;
  }
}
.content-detail__message {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .content-detail__message {
    flex-direction: column;
    margin-top: 40px;
  }
}
.content-detail__message__item {
  box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  height: 430px;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 32px;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 1000px) {
  .content-detail__message__item {
    margin-bottom: 40px;
    width: 100%;
    height: 380px;
  }
}
.content-detail__message__item__head {
  background-image: url("../../static/images/detail/detail-bg-1.png");
  background-size: cover;
  background-position-x: center;
  border-radius: 10px;
  height: 145px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1000px) {
  .content-detail__message__item__head {
    background-image: url("../../static/images/detail/detail-bg-1-sp.png");
  }
}
.content-detail__message__item__head p {
  padding-top: 24px;
  font-size: 24px;
  line-height: 1.5;
  color: #25AB72;
}
@media (max-width: 1000px) {
  .content-detail__message__item__head p {
    font-size: 20px;
    padding-top: 16px;
  }
}
.content-detail__message__item__head.last {
  background-image: url("../../static/images/detail/detail-bg-2.png");
}
@media (max-width: 1000px) {
  .content-detail__message__item__head.last {
    background-image: url("../../static/images/detail/detail-bg-2-sp.png");
  }
}
.content-detail__message__item__head.last p {
  color: #fff;
}
.content-detail__message__item__title {
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #25AB72;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .content-detail__message__item__title {
    font-size: 24px;
    margin-top: 15px;
  }
}
.content-detail__message__item__hosoku {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 1000px) {
  .content-detail__message__item__hosoku {
    font-size: 14px;
    margin-top: 16px;
  }
}
.content-detail__message__item__description {
  border: 1px solid #BFBEBE;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.8px;
  margin: 15px auto 0;
  padding: 8px 16px;
  width: 85%;
}
@media (max-width: 1000px) {
  .content-detail__message__item__description {
    font-size: 14px;
    margin-top: 0;
  }
}

.content-list__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
}
@media (max-width: 1000px) {
  .content-list__title {
    font-size: 18px;
  }
}
.content-list__title:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .content-list__title:before {
    width: 20px;
  }
}
.content-list__sub {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin-top: 56px;
}
@media (max-width: 1000px) {
  .content-list__sub {
    font-size: 16px;
  }
}
.content-list__sub.center {
  text-align: center;
}
.content-list__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .content-list__links {
    justify-content: center;
  }
}
.content-list__links__item.col5 {
  width: 12.1951219512%;
}
@media (max-width: 1000px) {
  .content-list__links__item.col5 {
    margin: 0 11.5px;
    width: 26.3157894737%;
  }
}
.content-list__links__item.col6 {
  width: 11.7647058824%;
}
@media (max-width: 1000px) {
  .content-list__links__item.col6 {
    margin: 0 11.5px;
    width: 26.3157894737%;
  }
}
.content-list__links__item.col8:last-child {
  transform: translateX(-130%);
}
@media (max-width: 1000px) {
  .content-list__links__item.col8:last-child {
    transform: translateX(0);
  }
}
.content-list__links__item__image {
  height: auto;
  width: 100%;
}
.content-list__button {
  position: relative;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #25AB72;
  display: flex;
  margin-top: 48px;
  margin-left: auto;
  padding: 12px 26px 12px 34px;
  width: fit-content;
}
.content-list__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.content-list__button::after {
  content: url("../../static/images/search/next.png");
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 1000px) {
  .content-list__button {
    margin-top: 24px;
  }
}
.content-list__text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 52px;
}
@media (max-width: 1000px) {
  .content-list__text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .content-list__text {
    margin-top: 80px;
  }
}

.top .content-list__links__item.col8:last-child {
  transform: translateX(0);
}

.content-merit__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
}
@media (max-width: 1000px) {
  .content-merit__title {
    font-size: 18px;
  }
}
.content-merit__title:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .content-merit__title:before {
    width: 20px;
  }
}
.content-merit__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}
@media (max-width: 1000px) {
  .content-merit__list {
    margin-top: 40px;
  }
}
.content-merit__list__item {
  background-color: #EDF8EB;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 64px;
  padding: 24px;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 1000px) {
  .content-merit__list__item {
    margin-bottom: 16px;
    padding: 16px;
    width: 100%;
  }
}
.content-merit__list__item__header {
  align-items: center;
  display: flex;
}
.content-merit__list__item__number {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #25AB72;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  margin-right: 24px;
  padding: 8px;
}
@media (max-width: 1000px) {
  .content-merit__list__item__number {
    margin-right: 8px;
  }
}
.content-merit__list__item__number__prefix {
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .content-merit__list__item__number__prefix {
    font-size: 12px;
  }
}
.content-merit__list__item__number__main {
  font-size: 36px;
}
@media (max-width: 1000px) {
  .content-merit__list__item__number__main {
    font-size: 28px;
  }
}
.content-merit__list__item__title {
  color: #25AB72;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .content-merit__list__item__title {
    font-size: 16px;
  }
}
.content-merit__list__item__description {
  align-items: flex-start;
  display: flex;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .content-merit__list__item__description {
    margin-top: 16px;
  }
}
.content-merit__list__item__description__icon {
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
@media (max-width: 1000px) {
  .content-merit__list__item__description__icon {
    height: 20px;
    width: 20px;
  }
}
.content-merit__list__item__description__text {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .content-merit__list__item__description__text {
    font-size: 14px;
  }
}

.content-text__text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 48px;
}
@media (max-width: 1000px) {
  .content-text__text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .content-text__text {
    margin-top: 24px;
  }
}

.hero {
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .hero {
    padding: 24px 0;
  }
}
.hero__title {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1000px) {
  .hero__title {
    font-size: 36px;
  }
}

.recommends {
  background-image: url("../../static/images/top/recommends.png");
  background-size: cover;
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
}
.recommends__title {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  margin: auto;
  width: 960px;
}
@media (max-width: 1000px) {
  .recommends__title {
    width: 95%;
  }
}
.recommends__title img {
  height: 40px;
  width: 40px;
}
@media (max-width: 1000px) {
  .recommends__title img {
    height: 30px;
    width: 30px;
  }
}
.recommends__title span {
  font-size: 32px;
}
@media (max-width: 1000px) {
  .recommends__title span {
    font-size: 24px;
  }
}
.recommends__list {
  margin: 40px auto 0;
  width: 860px;
}
@media (max-width: 1000px) {
  .recommends__list {
    margin-top: 24px;
    width: 95%;
  }
}
.recommends__list .property {
  background-color: #FFFFFF;
  border: 1px solid #25AB72;
  border-radius: 10px;
  margin: 0 12px;
  padding: 24px 16px;
}
@media (max-width: 1000px) {
  .recommends__list .property {
    margin: 0;
  }
}
.recommends__list .property__name {
  color: #25AB72;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .recommends__list .property__name {
    margin-top: 16px;
  }
}
.recommends__list .property__images {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.recommends__list .property__images__item {
  width: 45%;
}
.recommends__list .property__table {
  border: none;
}
.recommends__list .property__table__inner {
  padding: 0;
}
.recommends__list .property__table__row__label {
  font-size: 14px;
}
@media (max-width: 1000px) {
  .recommends__list .property__table__row__label {
    font-size: 12px;
  }
}
.recommends__list .property__table__row__value {
  font-size: 14px;
}
.recommends__list .property__table__row__value strong {
  font-size: 22px;
}
.recommends__list .property__table__tags {
  font-size: 14px;
}
.recommends .slick-arrow {
  height: 60px;
  width: 60px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .recommends .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
.recommends .slick-arrow:before {
  background: url("../../static/images/common/slider-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 1;
  transition-duration: 0.2s;
  width: 100%;
}
.recommends .slick-arrow.slick-disabled:before {
  background-color: #CFCDCD;
}
.recommends .slick-arrow.slick-disabled:hover:before {
  background-color: #CFCDCD;
}
.recommends .slick-arrow.slick-prev {
  left: -60px;
}
@media (max-width: 1000px) {
  .recommends .slick-arrow.slick-prev {
    opacity: 0.8;
    left: -6px;
  }
}
.recommends .slick-arrow.slick-next {
  right: -60px;
}
@media (max-width: 1000px) {
  .recommends .slick-arrow.slick-next {
    opacity: 0.8;
    right: -6px;
  }
}
.recommends .slick-arrow.slick-next:before {
  transform: rotate(180deg);
}

.search-result__item {
  align-items: stretch;
  background-color: #FFFFFF;
  border: 1px solid #25AB72;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 24px;
  position: relative;
}
@media (max-width: 1000px) {
  .search-result__item {
    flex-direction: column;
    margin-top: 24px;
  }
}
.search-result__item__blur {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid #25AB72;
  box-sizing: border-box;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-backdrop-filter: blur(14px);
}
.search-result__item__user-only {
  align-items: center;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 3;
}
.search-result__item__user-only__icon {
  height: 50px;
  width: 50px;
}
.search-result__item__user-only__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 1000px) {
  .search-result__item__user-only__text {
    font-size: 20px;
  }
}
.search-result__item__user-only__button {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border-radius: 10px;
  color: #FFFFFF;
  display: block;
  margin-top: 48px;
  padding: 16px 48px;
}
.search-result__item__user-only__link {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .search-result__item__user-only__link {
    font-size: 12px;
  }
}
.search-result__item__left {
  max-width: calc(100% - 392px);
  width: 48%;
}
@media (max-width: 1000px) {
  .search-result__item__left {
    max-width: none;
    width: 100%;
  }
}
.search-result__item__right {
  min-width: 380px;
  width: 48%;
}
@media (max-width: 1000px) {
  .search-result__item__right {
    margin-top: 16px;
    min-width: auto;
    width: 100%;
  }
}
.search-result__tag {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.search-result__tag__item {
  background-color: #EDF8EB;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 12px;
  padding: 4px 12px;
}
@media (max-width: 1000px) {
  .search-result__tag__item {
    font-size: 10px;
  }
}
.search-result__tag__item:last-child {
  margin-right: 0;
}
.search-result__title {
  color: #25AB72;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  margin-top: 16px;
}
@media (max-width: 1000px) {
  .search-result__title {
    font-size: 20px;
  }
}
.search-result__catchphrase {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .search-result__catchphrase {
    font-size: 14px;
  }
}
.search-result__images-column {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 16px auto 0;
  width: 90%;
}
.search-result__images-column__item {
  height: auto;
  width: 45%;
}
.search-result__table__text {
  font-size: 14px;
  line-height: 2;
}
.search-result__table__inner {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .search-result__table__inner {
    font-size: 14px;
  }
}
.search-result__table__row {
  border-bottom: 1px solid #BFBEBE;
  display: flex;
  padding-bottom: 4px;
  margin-bottom: 8px;
  width: 100%;
}
.search-result__table__row.half {
  width: 49.5%;
}
.search-result__table__row.half-pc {
  width: 49.5%;
}
@media (max-width: 1000px) {
  .search-result__table__row.half-pc {
    width: 100%;
  }
}
.search-result__table__row__label {
  align-items: center;
  background-color: #EDF8EB;
  box-sizing: border-box;
  color: #666;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  justify-content: center;
  padding: 4px;
  width: 84px;
}
.search-result__table__row__value {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  line-height: 1.6;
  margin-left: 16px;
  width: calc(100% - 84px);
}
.search-result__table__row__value strong {
  color: #C30D23;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .search-result__table__row__value strong {
    font-size: 20px;
  }
}
.search-result__table__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 0;
}
.search-result__table__tags__item {
  border: 1px solid #25AB72;
  border-radius: 12px;
  color: #666;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 16px;
}
.search-result__button {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.search-result__button__item {
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-size: 16px;
  padding: 12px 8px;
  width: 48%;
}
.search-result__button__item.favorite, .search-result__button__item.remove {
  position: relative;
  color: #25AB72;
}
.search-result__button__item.favorite::before, .search-result__button__item.remove::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
@media (max-width: 1000px) {
  .search-result__button__item.favorite, .search-result__button__item.remove {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
  }
  .search-result__button__item.favorite::before, .search-result__button__item.remove::before {
    content: none;
  }
}
.search-result__button__item.favorite img, .search-result__button__item.remove img {
  margin-right: 6px;
}
@media (max-width: 1000px) {
  .search-result__button__item.favorite img, .search-result__button__item.remove img {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .search-result__button__item.favorite span, .search-result__button__item.remove span {
    font-size: 12px;
    margin-top: 4px;
  }
}
.search-result__button__item.detail {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .search-result__button__item.detail {
    width: 70%;
  }
}

.search-result {
  width: 900px;
  max-width: calc(100% - 20px - 340px);
}
@media (max-width: 1000px) {
  .search-result {
    max-width: none;
    width: 100%;
  }
}
.search-result__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .search-result__heading {
    font-size: 18px;
  }
}
.search-result__heading:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .search-result__heading:before {
    width: 20px;
  }
}
.search-result__heading:before {
  transform: rotate(135deg) translate(20px, -16px);
}
@media (max-width: 1000px) {
  .search-result__heading:before {
    transform: rotate(135deg) translate(8px, -12px);
  }
}
.search-result__description {
  border: 1px solid #BFBEBE;
  border-radius: 10px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 32px;
  padding: 16px;
}
@media (max-width: 1000px) {
  .search-result__description {
    font-size: 14px;
  }
}
.search-result__none {
  border: 1px solid #BFBEBE;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 32px;
  padding: 48px 16px;
}
@media (max-width: 1000px) {
  .search-result__none {
    font-size: 14px;
  }
}
.search-result__footer {
  margin-top: 64px;
}
@media (max-width: 1000px) {
  .search-result__footer {
    margin-top: 16px;
  }
}
.search-result__handler {
  margin-top: 40px;
}
.search-result__handler__header {
  background-color: #25AB72;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  padding: 16px 24px;
}
@media (max-width: 1000px) {
  .search-result__handler__header {
    border-radius: 0;
    padding: 16px 2.5vw;
    margin-left: -2.5vw;
    width: 100vw;
  }
}
.search-result__handler__header label {
  color: #FFFFFF;
  display: block;
  text-align: right;
}
.search-result__handler__header label span {
  display: inline-block;
  font-size: 14px;
  margin-right: 16px;
}
.search-result__handler__header label select {
  background-color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px 12px;
}
.search-result__handler__pager {
  align-items: center;
  background-color: #EDF8EB;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 24px;
}
@media (max-width: 1000px) {
  .search-result__handler__pager {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -2.5vw;
    padding: 16px 2vw;
    width: 100vw;
  }
}
.search-result__handler__pager__count {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .search-result__handler__pager__count {
    text-align: right;
    margin-bottom: 0;
    width: 100%;
  }
}
.search-result__handler__pager__count strong {
  font-size: 30px;
  font-weight: 400;
}
.search-result__handler__pager .nav_links {
  align-items: center;
  display: flex;
}
@media (max-width: 1000px) {
  .search-result__handler__pager .nav_links {
    margin-bottom: 0;
  }
}
.search-result__handler__pager .nav_links__item {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #BFBEBE;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 4px;
  padding: 10px 15px;
}
@media (max-width: 1000px) {
  .search-result__handler__pager .nav_links__item {
    padding: 10px;
  }
}
.search-result__handler__pager .nav_links__item.current {
  background-color: #25AB72;
  color: #FFFFFF;
  cursor: default;
}
.search-result__handler__pager__button {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .search-result__handler__pager__button {
    margin-top: 16px;
  }
}
.search-result__handler__pager__button__item {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #BFBEBE;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  margin: 0 4px;
  padding: 10px;
}
@media (max-width: 1000px) {
  .search-result__handler__pager__button__item {
    padding: 10px 6px;
  }
}
.search-result__handler__pager__button__item:last-child {
  margin: 0;
}
.search-result__handler__pager__button__item span {
  display: inline-block;
  margin: 0 4px;
}

.spacer {
  min-height: 120px;
}
@media (max-width: 1000px) {
  .spacer {
    min-height: 80px;
  }
}
.spacer__inner {
  padding: 75px 0;
}
.spacer__dot {
  background-color: #25AB72;
  border-radius: 2px;
  height: 8px;
  margin: 8px auto;
  width: 8px;
}

.address-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
.address-modal__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 110;
}
.address-modal__inner {
  border: 1px solid #25AB72;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: 95vw;
  z-index: 120;
}
.address-modal__header {
  align-items: center;
  background-color: #25AB72;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 24px;
}
@media (max-width: 1000px) {
  .address-modal__header {
    padding: 12px;
  }
}
.address-modal__header p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .address-modal__header p {
    font-size: 16px;
  }
}
.address-modal__header__close {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
@media (max-width: 1000px) {
  .address-modal__header__close {
    height: 24px;
    width: 24px;
  }
}
.address-modal__footer {
  align-items: center;
  background-color: #FFFFFF;
  border-top: 1px solid #25AB72;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
}
@media (max-width: 1000px) {
  .address-modal__footer {
    flex-wrap: wrap;
    padding: 12px 16px;
  }
}
.address-modal__footer__number {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .address-modal__footer__number {
    font-size: 14px;
    width: fit-content;
  }
}
.address-modal__footer__number strong {
  font-size: 24px;
  margin: 0 4px;
}
@media (max-width: 1000px) {
  .address-modal__footer__number strong {
    font-size: 20px;
  }
}
.address-modal__footer__number b {
  font-weight: 700;
}
.address-modal__footer__button {
  align-items: center;
  display: flex;
}
@media (max-width: 1000px) {
  .address-modal__footer__button {
    margin-top: 12px;
    justify-content: flex-end;
    width: 100%;
  }
}
.address-modal__footer__button__item {
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 28px;
  margin: 0 8px;
}
@media (max-width: 1000px) {
  .address-modal__footer__button__item {
    font-size: 14px;
    margin: 0 8px;
    padding: 10px 14px;
  }
}
.address-modal__footer__button__item.town {
  position: relative;
  color: #25AB72;
}
.address-modal__footer__button__item.town::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.address-modal__footer__button__item.clear {
  position: relative;
  color: #25AB72;
}
.address-modal__footer__button__item.clear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.address-modal__footer__button__item.submit {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  color: #FFFFFF;
}
.address-modal__footer__button__item.submit:disabled {
  opacity: 0.7;
}
@media (max-width: 1000px) {
  .address-modal__footer__button__item.submit {
    margin-right: 0;
  }
}
.address-modal__form {
  background-color: #FFFFFF;
  height: 60vh;
  padding: 0 16px;
  overflow-y: scroll;
}
.address-modal__form input {
  accent-color: #17a166;
}
.address-modal__form__parent__label {
  align-items: center;
  background-color: #83B69B;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px 24px;
}
@media (max-width: 1000px) {
  .address-modal__form__parent__label {
    font-size: 14px;
  }
}
.address-modal__form__parent__label img {
  transition-duration: 0.4s;
}
.address-modal__form__parent__label img.close {
  transform: rotate(180deg);
}
.address-modal__form__parent__input {
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #BFBEBE;
  padding: 12px 32px;
}
@media (max-width: 1000px) {
  .address-modal__form__parent__input {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .address-modal__form__parent__input {
    padding: 12px 24px;
  }
}
.address-modal__form__split__label {
  align-items: center;
  background-color: #EDF8EB;
  border-right: 1px solid #BFBEBE;
  border-left: 1px solid #BFBEBE;
  color: #25AB72;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px 32px;
}
@media (max-width: 1000px) {
  .address-modal__form__split__label {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.address-modal__form__split__label img {
  transition-duration: 0.4s;
}
.address-modal__form__split__label img.close {
  transform: rotate(180deg);
}
.address-modal__form__split__input {
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #BFBEBE;
  padding: 12px 32px;
}
@media (max-width: 1000px) {
  .address-modal__form__split__input {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .address-modal__form__split__input {
    padding: 12px 24px;
  }
}
.address-modal__form__split__input {
  align-items: flex-start;
  border-left: 1px solid #BFBEBE;
  border-right: 1px solid #BFBEBE;
  border-bottom: 1px solid #BFBEBE;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
@media (max-width: 1000px) {
  .address-modal__form__split__input {
    flex-wrap: wrap;
    padding: 12px;
  }
}
.address-modal__form__split__input__item label {
  font-size: 16px;
  line-height: 1.6;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .address-modal__form__split__input__item label {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .address-modal__form__split__input__item label {
    padding: 8px 12px;
  }
}
.address-modal__form__split__input__item.bulk {
  width: 200px;
}
@media (max-width: 1000px) {
  .address-modal__form__split__input__item.bulk {
    width: 100%;
  }
}
.address-modal__form__split__input__item.bulk label {
  display: block;
}
.address-modal__form__split__input__item.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
@media (max-width: 1000px) {
  .address-modal__form__split__input__item.grid {
    grid-template-columns: 1fr 1fr;
  }
}
.address-modal__form__split__input__item.grid label {
  border-right: 1px solid #BFBEBE;
}
.address-modal__form__split__input__item.grid label:nth-child(3n) {
  border-right: none;
}
@media (max-width: 1000px) {
  .address-modal__form__split__input__item.grid label:nth-child(3n) {
    border-right: 1px solid #BFBEBE;
  }
}
@media (max-width: 1000px) {
  .address-modal__form__split__input__item.grid label:nth-child(2n) {
    border-right: none;
  }
}

.section-bookmark {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: fit-content;
  z-index: 6;
}
@media (max-width: 1000px) {
  .section-bookmark {
    align-items: center;
    display: flex;
    bottom: 0;
    justify-content: center;
    padding: 16px 4px;
    top: auto;
    transform: translateY(0);
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .section-bookmark__icon {
    margin: 0 4px;
  }
}
.section-bookmark__item {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 6px;
  display: flex;
  margin-bottom: 12px;
  padding: 10px 8px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media (max-width: 1000px) {
  .section-bookmark__item {
    padding: 10px 12px;
    margin: 0 4px 0;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
  }
}
.section-bookmark__item.icon {
  background-color: #C30D23;
  padding: 0;
}
.section-bookmark__item__icon {
  display: block;
}
.section-bookmark__item__text {
  color: #25AB72;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}
@media (max-width: 1000px) {
  .section-bookmark__item__text {
    margin-top: 0;
  }
}
.section-bookmark__item:last-child {
  margin-bottom: 0;
}

.section-contact {
  background-color: #25AB72;
  padding: 40px 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .section-contact {
    padding: 20px 0;
  }
}
.section-contact.transparent {
  background-color: transparent;
}
.section-contact__inner {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 32px 18.5px;
  text-align: center;
  width: 800px;
}
@media (max-width: 1000px) {
  .section-contact__inner {
    width: 90%;
  }
}
.section-contact__inner.transparent {
  background-color: transparent;
}
.section-contact__heading {
  color: #25AB72;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .section-contact__heading {
    font-size: 16px;
  }
}
.section-contact__number {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}
.section-contact__number__icon {
  height: 42px;
  width: 42px;
}
@media (max-width: 1000px) {
  .section-contact__number__icon {
    height: 34px;
    width: 34px;
  }
}
.section-contact__number__content {
  font-size: 40px;
  font-weight: 700;
  margin-left: 8px;
}
@media (max-width: 1000px) {
  .section-contact__number__content {
    font-size: 32px;
  }
}
.section-contact__time {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .section-contact__time {
    font-size: 14px;
  }
}
.section-contact__time__label {
  margin-right: 24px;
}
.section-contact__buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}
@media (max-width: 1000px) {
  .section-contact__buttons {
    flex-direction: column;
  }
}
.section-contact__buttons__item {
  border-radius: 10px;
  padding: 3px;
}
.section-contact__buttons__item.contact {
  background-color: #C30D23;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .section-contact__buttons__item.contact {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.section-contact__buttons__item.favorite {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
}
.section-contact__buttons__item__inner {
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  justify-content: center;
  display: flex;
  padding: 20px;
  width: 256px;
}
@media (max-width: 1000px) {
  .section-contact__buttons__item__inner {
    font-size: 14px;
    padding: 14px;
  }
}
.section-contact__buttons__item__inner.contact {
  background-color: #C30D23;
  color: #FFFFFF;
}
.section-contact__buttons__item__inner.favorite {
  background-color: #FFFFFF;
  color: #25AB72;
}
.section-contact__buttons__item__icon {
  margin-right: 10px;
}
.section-contact__buttons__item__text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .section-contact__buttons__item__text {
    font-size: 14px;
  }
}

.footer {
  background-color: #EDF8EB;
}
.footer__inner {
  margin: 0 auto;
  padding: 40px 0;
  width: 1000px;
}
@media (max-width: 1000px) {
  .footer__inner {
    width: 90%;
  }
}
.footer__links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 17px 40px;
}
.footer__links__main {
  padding-bottom: 16px;
}
@media (max-width: 1000px) {
  .footer__links__main {
    padding-bottom: 0;
  }
}
.footer__links__main__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .footer__links__main__item {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.footer__links__main__item::after {
  content: "|";
  opacity: 0.2;
  margin: 0 12px;
}
@media (max-width: 1000px) {
  .footer__links__main__item::after {
    content: none;
  }
}
.footer__links__main__item:last-child::after {
  content: none;
}
.footer__links__sub {
  padding-bottom: 40px;
}
.footer__links__sub__item {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .footer__links__sub__item {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.footer__links__sub__item::after {
  content: "|";
  opacity: 0.2;
  margin: 0 12px;
}
@media (max-width: 1000px) {
  .footer__links__sub__item::after {
    content: none;
  }
}
.footer__links__sub__item:last-child::after {
  content: none;
}
.footer__logo {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 200px;
}
@media (max-width: 1000px) {
  .footer__logo {
    width: 100px;
  }
}
.footer__copyright {
  font-size: 11px;
  margin-top: 40px;
  text-align: center;
}

.header {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 10;
}
.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  margin: 0 3.125vw;
}
@media (max-width: 1000px) {
  .header__inner {
    padding: 8px 0;
    margin: 0 10px;
  }
}
.header__logo {
  display: block;
  width: 8.3333333333vw;
}
@media (max-width: 1000px) {
  .header__logo {
    width: 100px;
  }
}
.header__logo__img {
  height: auto;
  width: 100%;
}
.header__action {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__links {
  margin-right: 3.125vw;
}
.header__links__item {
  font-size: max(min(16px, 0.8333333333vw), 12px);
  font-weight: 700;
  line-height: 1.6;
  margin-right: 1.25vw;
}
.header__links__item:last-child {
  margin-right: 0;
}
@media (max-width: 1000px) {
  .header__links__item {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.header__buttons {
  align-items: center;
  display: flex;
}
.header__buttons__item {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .header__buttons__item {
    font-size: 14px;
  }
}
.header__buttons__item.login {
  color: #25AB72;
  margin-right: 1.25vw;
}
@media (max-width: 1000px) {
  .header__buttons__item.login {
    margin-right: 16px;
  }
}
.header__buttons__item.signup {
  color: #FFFFFF;
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 2.0833333333vw;
}
@media (max-width: 1000px) {
  .header__buttons__item.signup {
    padding: 6px 12px;
  }
}
@media (max-width: 1000px) {
  .header__buttons__item.signup.request {
    margin: 20px auto 0;
    text-align: center;
    padding: 14px;
    width: 262px;
    box-sizing: border-box;
  }
}
.header__hamburger {
  display: none;
  padding: 4px;
  height: 24px;
  width: 24px;
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .header__hamburger.active {
    display: block;
  }
}
.header__user {
  cursor: pointer;
  position: relative;
  display: flex;
}
.header__user__name {
  margin-left: 20px;
  align-items: center;
  display: flex;
  color: #25AB72;
}
.header__user__name span {
  font-size: 16px;
  line-height: 1.6;
  margin-right: 8px;
}
@media (max-width: 1000px) {
  .header__user__name span {
    font-size: 14px;
  }
}
.header__user__name img.active {
  transform: rotate(180deg);
}
.header__user__action {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.2);
  bottom: -140px;
  display: none;
  height: 130px;
  right: 0;
  margin-top: 24px;
  padding: 8px 0;
  position: absolute;
  z-index: 10;
}
.header__user__action:before {
  border-bottom: 10px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  top: -10px;
  right: 20px;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
}
.header__user__action__item {
  display: block;
  line-height: 22px;
  padding: 8px 16px;
  white-space: nowrap;
  z-index: 3;
}
.header__user__action__item:hover {
  background-color: #EDF8EB;
}

.line-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
.line-modal__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 110;
}
.line-modal__inner {
  border: 1px solid #25AB72;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: 95vw;
  z-index: 120;
}
.line-modal__header {
  align-items: center;
  background-color: #25AB72;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 24px;
}
@media (max-width: 1000px) {
  .line-modal__header {
    padding: 12px;
  }
}
.line-modal__header p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .line-modal__header p {
    font-size: 16px;
  }
}
.line-modal__header__close {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
@media (max-width: 1000px) {
  .line-modal__header__close {
    height: 24px;
    width: 24px;
  }
}
.line-modal__footer {
  align-items: center;
  background-color: #FFFFFF;
  border-top: 1px solid #25AB72;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
}
@media (max-width: 1000px) {
  .line-modal__footer {
    flex-wrap: wrap;
    padding: 12px 16px;
  }
}
.line-modal__footer__number {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .line-modal__footer__number {
    font-size: 14px;
    width: fit-content;
  }
}
.line-modal__footer__number strong {
  font-size: 24px;
  margin: 0 4px;
}
@media (max-width: 1000px) {
  .line-modal__footer__number strong {
    font-size: 20px;
  }
}
.line-modal__footer__number b {
  font-weight: 700;
}
.line-modal__footer__button {
  align-items: center;
  display: flex;
}
@media (max-width: 1000px) {
  .line-modal__footer__button {
    margin-top: 12px;
    justify-content: flex-end;
    width: 100%;
  }
}
.line-modal__footer__button__item {
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 28px;
  margin: 0 8px;
}
@media (max-width: 1000px) {
  .line-modal__footer__button__item {
    font-size: 14px;
    margin: 0 8px;
    padding: 10px 14px;
  }
}
.line-modal__footer__button__item.station {
  position: relative;
  color: #25AB72;
}
.line-modal__footer__button__item.station::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.line-modal__footer__button__item.clear {
  position: relative;
  color: #25AB72;
}
.line-modal__footer__button__item.clear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.line-modal__footer__button__item.submit {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .line-modal__footer__button__item.submit {
    margin-right: 0;
  }
}
.line-modal__form {
  background-color: #FFFFFF;
  height: 60vh;
  padding: 0 16px;
  overflow-y: scroll;
}
.line-modal__form input {
  accent-color: #17a166;
}
.line-modal__form__parent__label {
  align-items: center;
  background-color: #83B69B;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px 24px;
}
@media (max-width: 1000px) {
  .line-modal__form__parent__label {
    font-size: 14px;
  }
}
.line-modal__form__parent__label img {
  transition-duration: 0.4s;
}
.line-modal__form__parent__label img.close {
  transform: rotate(180deg);
}
.line-modal__form__parent__input {
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #BFBEBE;
  padding: 12px 32px;
}
@media (max-width: 1000px) {
  .line-modal__form__parent__input {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .line-modal__form__parent__input {
    padding: 12px 24px;
  }
}
.line-modal__form__split__label {
  align-items: center;
  background-color: #EDF8EB;
  border-right: 1px solid #BFBEBE;
  border-left: 1px solid #BFBEBE;
  color: #25AB72;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px 32px;
}
@media (max-width: 1000px) {
  .line-modal__form__split__label {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.line-modal__form__split__label img {
  transition-duration: 0.4s;
}
.line-modal__form__split__label img.close {
  transform: rotate(180deg);
}
.line-modal__form__split__input {
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #BFBEBE;
  padding: 12px 32px;
}
@media (max-width: 1000px) {
  .line-modal__form__split__input {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .line-modal__form__split__input {
    padding: 12px 24px;
  }
}
.line-modal__form__split__input {
  align-items: flex-start;
  border-left: 1px solid #BFBEBE;
  border-right: 1px solid #BFBEBE;
  border-bottom: 1px solid #BFBEBE;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
@media (max-width: 1000px) {
  .line-modal__form__split__input {
    flex-wrap: wrap;
    padding: 12px;
  }
}
.line-modal__form__split__input__item label {
  font-size: 16px;
  line-height: 1.6;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .line-modal__form__split__input__item label {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .line-modal__form__split__input__item label {
    padding: 8px 12px;
  }
}
.line-modal__form__split__input__item.bulk {
  width: 200px;
}
@media (max-width: 1000px) {
  .line-modal__form__split__input__item.bulk {
    width: 100%;
  }
}
.line-modal__form__split__input__item.bulk label {
  display: block;
}
.line-modal__form__split__input__item.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
@media (max-width: 1000px) {
  .line-modal__form__split__input__item.grid {
    grid-template-columns: 1fr 1fr;
  }
}
.line-modal__form__split__input__item.grid label {
  border-right: 1px solid #BFBEBE;
}
.line-modal__form__split__input__item.grid label:nth-child(3n) {
  border-right: none;
}
@media (max-width: 1000px) {
  .line-modal__form__split__input__item.grid label:nth-child(3n) {
    border-right: 1px solid #BFBEBE;
  }
}
@media (max-width: 1000px) {
  .line-modal__form__split__input__item.grid label:nth-child(2n) {
    border-right: none;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 50.391px;
  left: 0;
  width: 100vw;
}
.mobile-menu__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.mobile-menu__inner {
  background-color: #EDF8EB;
  box-sizing: border-box;
  max-height: calc(100vh - 48px);
  overflow-y: scroll;
  position: relative;
  z-index: 5;
  padding: 40px 10px 0;
  width: 100%;
}
.mobile-menu__links {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 0 10px;
}
.mobile-menu__links__item {
  align-items: center;
  border-bottom: 1px solid #BFBEBE;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 8px;
}
.mobile-menu__links__item:last-child {
  border-bottom: 0;
}
.mobile-menu__links__item:after {
  display: block;
  content: "";
  background-image: url("../../static/images/common/chevron.png");
  background-size: contain;
  height: 24px;
  width: 24px;
}

.search-side {
  border: 1px solid #25AB72;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  width: 340px;
}
@media (max-width: 1000px) {
  .search-side {
    margin: 40px auto 0;
    width: 95vw;
  }
}
.search-side__heading {
  background-color: #25AB72;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  font-size: 20px;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .search-side__heading {
    font-size: 16px;
  }
}
.search-side__item {
  width: 100%;
}
.search-side__item input {
  accent-color: #17a166;
}
.search-side__item__label {
  background-color: #EDF8EB;
  color: #25AB72;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .search-side__item__label {
    font-size: 14px;
  }
}
.search-side__item__range {
  align-items: flex-end;
  display: flex;
  padding: 16px;
}
@media (max-width: 1000px) {
  .search-side__item__range {
    padding: 16px 8px;
    position: relative;
  }
}
.search-side__item__range__title {
  font-size: 16px;
  margin-right: 8px;
  padding-bottom: 11px;
}
@media (max-width: 1000px) {
  .search-side__item__range__title {
    font-size: 14px;
    top: 14px;
    left: 8px;
    position: absolute;
  }
}
.search-side__item__range select {
  border: 1px solid #BFBEBE;
  border-radius: 4px;
  padding: 8px 12px;
}
.search-side__item__range__unit {
  font-size: 12px;
  margin: 0 4px;
}
.search-side__item__list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}
.search-side__item__checkbox {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
.search-side__item__checkbox.half {
  width: 48%;
}
.search-side__item__button {
  align-items: center;
  display: flex;
}
.search-side__item__button__item {
  align-items: center;
  border-top: 1px solid #25AB72;
  border-bottom: 1px solid #25AB72;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: center;
  padding: 8px;
  width: 50%;
}
.search-side__item__button__item:first-child {
  border-right: 1px solid #25AB72;
}
.search-side__item__current {
  line-height: 1.6;
  margin: 12px auto 0;
  max-height: 180px;
  overflow-y: scroll;
  padding-bottom: 20px;
  width: 90%;
}
.search-side__item__current .indent-1 {
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .search-side__item__current .indent-1 {
    font-size: 14px;
  }
}
.search-side__item__current .indent-2 {
  font-size: 14px;
}
.search-side__item__current .indent-2::before {
  content: "└";
  margin: 0 10px;
}
.search-side__item__change {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-side__item__change__item {
  font-size: 16px;
  line-height: 1.6;
  align-items: center;
  border-top: 1px solid #25AB72;
  border-bottom: 1px solid #25AB72;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px 12px;
  width: 100%;
}
@media (max-width: 1000px) {
  .search-side__item__change__item {
    font-size: 14px;
  }
}
.search-side__item__change__item.half {
  border-bottom: none;
  width: 50%;
}
.search-side__item__change__item.half:first-child {
  border-right: 1px solid #25AB72;
}
.search-side__item__change__item__icon {
  margin-left: 8px;
}
.search-side__item__change__item__label {
  color: #000 !important;
  font-weight: normal !important;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .search-side__item__change__item__label {
    font-size: 14px;
  }
}
.search-side__item__change__item button {
  cursor: pointer;
}
.search-side__button {
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
}
.search-side__button__item {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5;
  padding: 12px;
  width: 100%;
}
@media (max-width: 1000px) {
  .search-side__button__item {
    font-size: 14px;
  }
}
.search-side__button__item.clear {
  position: relative;
  background-color: #FFFFFF;
  color: #25AB72;
  position: relative;
  margin-top: 16px;
}
.search-side__button__item.clear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.search-side__button__item.submit {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border-radius: 10px;
  color: #FFFFFF;
}

.search-table {
  border: 1px solid #25AB72;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  width: 860px;
}
@media (max-width: 1000px) {
  .search-table {
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 95%;
  }
}
.search-table__heading {
  background-color: #25AB72;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  font-size: 20px;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .search-table__heading {
    border-radius: 0;
    font-size: 16px;
  }
}
.search-table__form {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 64px;
}
@media (max-width: 1000px) {
  .search-table__form {
    padding: 0;
  }
}
.search-table__item {
  margin-top: 24px;
  width: 100%;
}
@media (max-width: 1000px) {
  .search-table__item {
    margin-top: 0;
  }
}
.search-table__item input {
  accent-color: #17a166;
}
.search-table__item.half {
  width: 48%;
}
@media (max-width: 1000px) {
  .search-table__item.half {
    width: 100%;
  }
}
.search-table__item__label {
  background-color: #EDF8EB;
  color: #25AB72;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .search-table__item__label {
    font-size: 14px;
  }
}
.search-table__item__column {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 32px 16px 16px;
}
@media (max-width: 1000px) {
  .search-table__item__column {
    flex-direction: column;
    padding: 16px 8px;
  }
}
.search-table__item__radio {
  width: 48%;
}
@media (max-width: 1000px) {
  .search-table__item__radio {
    margin-top: 16px;
    width: 100%;
  }
}
.search-table__item__range {
  align-items: flex-end;
  display: flex;
  padding: 16px;
}
@media (max-width: 1000px) {
  .search-table__item__range {
    padding: 16px 8px;
    position: relative;
  }
}
@media (max-width: 1000px) {
  .search-table__item__range.thick {
    padding: 40px 8px 16px;
  }
}
.search-table__item__range.disabled {
  opacity: 0.5;
}
.search-table__item__range__title {
  font-size: 16px;
  margin-right: 8px;
  padding-bottom: 11px;
}
@media (max-width: 1000px) {
  .search-table__item__range__title {
    font-size: 14px;
    top: 16px;
    left: 8px;
    position: absolute;
  }
}
.search-table__item__range select {
  border: 1px solid #BFBEBE;
  border-radius: 4px;
  padding: 8px 12px;
}
.search-table__item__range__unit {
  font-size: 12px;
  margin: 0 4px;
}
.search-table__item__list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}
@media (max-width: 1000px) {
  .search-table__item__list {
    padding: 16px 8px;
  }
}
.search-table__item__list.disabled {
  opacity: 0.5;
}
.search-table__item__checkbox {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  width: 48%;
}
@media (max-width: 1000px) {
  .search-table__item__checkbox {
    margin-right: 16px;
    width: 100%;
  }
}
.search-table__item__checkbox.full {
  width: 100%;
}
.search-table__item__button {
  align-items: center;
  display: flex;
  padding: 16px;
}
@media (max-width: 1000px) {
  .search-table__item__button {
    padding: 16px 0;
  }
}
.search-table__item__button__item {
  align-items: center;
  border: 1px solid #25AB72;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-right: 8px;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .search-table__item__button__item {
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 0;
    width: 50%;
  }
}
.search-table__item__current {
  line-height: 1.6;
  margin: 24px auto 0;
  max-height: 180px;
  overflow-y: scroll;
  padding-bottom: 20px;
  width: 90%;
}
@media (max-width: 1000px) {
  .search-table__item__current {
    margin: 12px auto 0;
    width: 100%;
  }
}
.search-table__item__current .indent-1 {
  font-weight: 500;
}
@media (max-width: 1000px) {
  .search-table__item__current .indent-1 {
    font-size: 14px;
  }
}
.search-table__item__current .indent-2 {
  font-size: 14px;
}
@media (max-width: 1000px) {
  .search-table__item__current .indent-2 {
    font-size: 12px;
  }
}
.search-table__item__current .indent-2::before {
  content: "└";
  margin: 0 10px 0 16px;
}
.search-table__item__current .indent-3 {
  font-size: 14px;
}
@media (max-width: 1000px) {
  .search-table__item__current .indent-3 {
    font-size: 12px;
  }
}
.search-table__item__current .indent-3::before {
  content: "└";
  margin: 0 10px 0 32px;
}
.search-table__item__change {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 90%;
}
@media (max-width: 1000px) {
  .search-table__item__change {
    margin-top: 12px;
    width: 100%;
  }
}
.search-table__item__change__item {
  align-items: center;
  border: 1px solid #25AB72;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px 12px;
  width: 100%;
}
.search-table__item__change__item.half {
  border-bottom: none;
  width: 50%;
}
.search-table__item__change__item.half:first-child {
  border-right: none;
}
.search-table__item__change__item__icon {
  margin-left: 8px;
}
.search-table__item__change__item__label {
  font-size: 16px;
  line-height: 1.6;
  cursor: pointer;
  font-family: inherit;
}
@media (max-width: 1000px) {
  .search-table__item__change__item__label {
    font-size: 14px;
  }
}
.search-table__button {
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0;
  width: 80%;
}
@media (max-width: 1000px) {
  .search-table__button {
    width: 100%;
  }
}
.search-table__button__item {
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  padding: 10px 12px;
  width: 48%;
}
@media (max-width: 1000px) {
  .search-table__button__item {
    font-size: 14px;
  }
}
.search-table__button__item.clear {
  position: relative;
  background-color: #FFFFFF;
  color: #25AB72;
  position: relative;
}
.search-table__button__item.clear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.search-table__button__item.submit {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  color: #FFFFFF;
}

.station-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
.station-modal__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 110;
}
.station-modal__inner {
  border: 1px solid #25AB72;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: 95vw;
  z-index: 120;
}
.station-modal__header {
  align-items: center;
  background-color: #25AB72;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 24px;
}
@media (max-width: 1000px) {
  .station-modal__header {
    padding: 12px;
  }
}
.station-modal__header p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .station-modal__header p {
    font-size: 16px;
  }
}
.station-modal__header__close {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
@media (max-width: 1000px) {
  .station-modal__header__close {
    height: 24px;
    width: 24px;
  }
}
.station-modal__footer {
  align-items: center;
  background-color: #FFFFFF;
  border-top: 1px solid #25AB72;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
}
@media (max-width: 1000px) {
  .station-modal__footer {
    flex-wrap: wrap;
    padding: 12px 16px;
  }
}
.station-modal__footer__number {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .station-modal__footer__number {
    font-size: 14px;
    width: fit-content;
  }
}
.station-modal__footer__number strong {
  font-size: 24px;
  margin: 0 4px;
}
@media (max-width: 1000px) {
  .station-modal__footer__number strong {
    font-size: 20px;
  }
}
.station-modal__footer__number b {
  font-weight: 700;
}
.station-modal__footer__button {
  align-items: center;
  display: flex;
}
@media (max-width: 1000px) {
  .station-modal__footer__button {
    margin-top: 12px;
    justify-content: flex-end;
    width: 100%;
  }
}
.station-modal__footer__button__item {
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 28px;
  margin: 0 8px;
}
@media (max-width: 1000px) {
  .station-modal__footer__button__item {
    font-size: 14px;
    margin: 0 8px;
    padding: 10px 14px;
  }
}
.station-modal__footer__button__item.station {
  position: relative;
  color: #25AB72;
}
.station-modal__footer__button__item.station::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.station-modal__footer__button__item.clear {
  position: relative;
  color: #25AB72;
}
.station-modal__footer__button__item.clear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.station-modal__footer__button__item.submit {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .station-modal__footer__button__item.submit {
    margin-right: 0;
  }
}
.station-modal__form {
  background-color: #FFFFFF;
  height: 60vh;
  padding: 0 16px;
  overflow-y: scroll;
}
.station-modal__form input {
  accent-color: #17a166;
}
.station-modal__form__parent__label {
  align-items: center;
  background-color: #83B69B;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px 24px;
}
@media (max-width: 1000px) {
  .station-modal__form__parent__label {
    font-size: 14px;
  }
}
.station-modal__form__parent__label img {
  transition-duration: 0.4s;
}
.station-modal__form__parent__label img.close {
  transform: rotate(180deg);
}
.station-modal__form__parent__input {
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #BFBEBE;
  padding: 12px 32px;
}
@media (max-width: 1000px) {
  .station-modal__form__parent__input {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .station-modal__form__parent__input {
    padding: 12px 24px;
  }
}
.station-modal__form__children {
  border-left: 1px solid #BFBEBE;
  border-right: 1px solid #BFBEBE;
  border-bottom: 1px solid #BFBEBE;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 12px 16px;
  width: 100%;
}
@media (max-width: 1000px) {
  .station-modal__form__children {
    grid-template-columns: 1fr 1fr;
  }
}
.station-modal__form__children__label {
  align-items: center;
  background-color: #EDF8EB;
  border-right: 1px solid #BFBEBE;
  border-left: 1px solid #BFBEBE;
  box-sizing: border-box;
  color: #25AB72;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px 32px;
  width: 100%;
}
@media (max-width: 1000px) {
  .station-modal__form__children__label {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.station-modal__form__children__label img {
  transition-duration: 0.4s;
}
.station-modal__form__children__label img.close {
  transform: rotate(180deg);
}
.station-modal__form__children__item {
  font-size: 16px;
  line-height: 1.6;
  border-right: 1px solid #BFBEBE;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .station-modal__form__children__item {
    font-size: 14px;
  }
}
.station-modal__form__children__item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 1000px) {
  .station-modal__form__children__item:nth-child(3n) {
    border-right: 1px solid #BFBEBE;
  }
}
@media (max-width: 1000px) {
  .station-modal__form__children__item {
    padding: 8px 12px;
  }
  .station-modal__form__children__item:nth-child(2n) {
    border-right: none;
  }
}

.town-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
.town-modal__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 110;
}
.town-modal__inner {
  border: 1px solid #25AB72;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: 95vw;
  z-index: 120;
}
.town-modal__header {
  align-items: center;
  background-color: #25AB72;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 24px;
}
@media (max-width: 1000px) {
  .town-modal__header {
    padding: 12px;
  }
}
.town-modal__header p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .town-modal__header p {
    font-size: 16px;
  }
}
.town-modal__header__close {
  cursor: pointer;
  height: 30px;
  width: 30px;
}
@media (max-width: 1000px) {
  .town-modal__header__close {
    height: 24px;
    width: 24px;
  }
}
.town-modal__footer {
  align-items: center;
  background-color: #FFFFFF;
  border-top: 1px solid #25AB72;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
}
@media (max-width: 1000px) {
  .town-modal__footer {
    flex-wrap: wrap;
    padding: 12px 16px;
  }
}
.town-modal__footer__number {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .town-modal__footer__number {
    font-size: 14px;
    width: fit-content;
  }
}
.town-modal__footer__number strong {
  font-size: 24px;
  margin: 0 4px;
}
@media (max-width: 1000px) {
  .town-modal__footer__number strong {
    font-size: 20px;
  }
}
.town-modal__footer__number b {
  font-weight: 700;
}
.town-modal__footer__button {
  align-items: center;
  display: flex;
}
@media (max-width: 1000px) {
  .town-modal__footer__button {
    margin-top: 12px;
    justify-content: flex-end;
    width: 100%;
  }
}
.town-modal__footer__button__item {
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 28px;
  margin: 0 8px;
}
@media (max-width: 1000px) {
  .town-modal__footer__button__item {
    font-size: 14px;
    margin: 0 8px;
    padding: 10px 14px;
  }
}
.town-modal__footer__button__item.town {
  position: relative;
  color: #25AB72;
}
.town-modal__footer__button__item.town::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.town-modal__footer__button__item.clear {
  position: relative;
  color: #25AB72;
}
.town-modal__footer__button__item.clear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.town-modal__footer__button__item.submit {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .town-modal__footer__button__item.submit {
    margin-right: 0;
  }
}
.town-modal__form {
  background-color: #FFFFFF;
  height: 60vh;
  padding: 0 16px;
  overflow-y: scroll;
}
.town-modal__form input {
  accent-color: #17a166;
}
.town-modal__form__parent__label {
  align-items: center;
  background-color: #83B69B;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px 24px;
}
@media (max-width: 1000px) {
  .town-modal__form__parent__label {
    font-size: 14px;
  }
}
.town-modal__form__parent__label img {
  transition-duration: 0.4s;
}
.town-modal__form__parent__label img.close {
  transform: rotate(180deg);
}
.town-modal__form__parent__input {
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #BFBEBE;
  padding: 12px 32px;
}
@media (max-width: 1000px) {
  .town-modal__form__parent__input {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .town-modal__form__parent__input {
    padding: 12px 24px;
  }
}
.town-modal__form__children {
  border-left: 1px solid #BFBEBE;
  border-right: 1px solid #BFBEBE;
  border-bottom: 1px solid #BFBEBE;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 12px 16px;
  width: 100%;
}
@media (max-width: 1000px) {
  .town-modal__form__children {
    grid-template-columns: 1fr 1fr;
  }
}
.town-modal__form__children__label {
  align-items: center;
  background-color: #EDF8EB;
  border-right: 1px solid #BFBEBE;
  border-left: 1px solid #BFBEBE;
  box-sizing: border-box;
  color: #25AB72;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 12px 32px;
  width: 100%;
}
@media (max-width: 1000px) {
  .town-modal__form__children__label {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.town-modal__form__children__label img {
  transition-duration: 0.4s;
}
.town-modal__form__children__label img.close {
  transform: rotate(180deg);
}
.town-modal__form__children__item {
  font-size: 16px;
  line-height: 1.6;
  border-right: 1px solid #BFBEBE;
  padding: 8px 16px;
}
@media (max-width: 1000px) {
  .town-modal__form__children__item {
    font-size: 14px;
  }
}
.town-modal__form__children__item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 1000px) {
  .town-modal__form__children__item:nth-child(3n) {
    border-right: 1px solid #BFBEBE;
  }
}
@media (max-width: 1000px) {
  .town-modal__form__children__item {
    padding: 8px 12px;
  }
  .town-modal__form__children__item:nth-child(2n) {
    border-right: none;
  }
}

.page-404 {
  text-align: center;
}
.page-404__hero {
  height: auto;
  max-width: 560px;
  margin: 50px auto 0;
  width: 100%;
}
.page-404.container {
  max-width: 560px;
}
@media (max-width: 1000px) {
  .page-404.container {
    box-sizing: border-box;
    padding: 15px;
  }
}
.page-404__title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 80px;
}
@media (max-width: 1000px) {
  .page-404__title {
    margin-top: 40px;
    font-size: 20px;
  }
}
.page-404__text {
  font-size: 16px;
  margin-top: 40px;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media (max-width: 1000px) {
  .page-404__text {
    margin-top: 20px;
    font-size: 14px;
  }
}
.page-404__top__button {
  display: flex;
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border-radius: 10px;
  padding: 3px;
  width: 320px;
  margin: 64px auto;
}
.page-404__top__button__inner {
  background-color: #fff;
  color: #25ab72;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  justify-content: center;
  display: flex;
  padding: 10px;
  width: 100%;
}
.page-404__top__button__icon {
  margin-left: 10px;
}

.archive__inner {
  align-items: flex-start;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  width: max(66.6666666667vw, 960px);
}
@media (max-width: 1000px) {
  .archive__inner {
    flex-direction: column;
    width: 95vw;
  }
}

.contact .container {
  width: 90vw;
}
.contact__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
  font-size: 32px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1000px) {
  .contact__title {
    font-size: 18px;
  }
}
.contact__title:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .contact__title:before {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  .contact__title {
    font-size: 24px;
  }
}
.contact__title:before {
  transform: rotate(135deg) translate(20px, -16px);
}
@media (max-width: 1000px) {
  .contact__title:before {
    transform: rotate(135deg) translate(8px, -12px);
  }
}
.contact__form {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 4px;
  margin: 80px auto 0;
  padding: 80px 60px;
  width: 900px;
}
@media (max-width: 1000px) {
  .contact__form {
    box-shadow: none;
    border-radius: 0;
    margin-top: 40px;
    padding: 0;
    width: 100%;
  }
}
.contact__form__progress {
  display: flex;
  justify-content: space-between;
}
.contact__form__progress__item {
  border: 1px solid #25AB72;
  box-sizing: border-box;
  color: #25AB72;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  width: calc((100% - 16px) / 3);
}
@media (max-width: 1000px) {
  .contact__form__progress__item {
    font-size: 14px;
    padding: 8px;
  }
}
.contact__form__progress__item:first-child {
  border-radius: 4px 0 0 4px;
}
.contact__form__progress__item:last-child {
  border-radius: 0 4px 4px 0;
}
.contact__form__progress__item.current {
  background-color: #25AB72;
  color: #FFFFFF;
}
.contact__form__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 64px;
}
@media (max-width: 1000px) {
  .contact__form__content {
    margin-top: 40px;
  }
}
.contact__form__content__heading {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1000px) {
  .contact__form__content__heading {
    font-size: 16px;
  }
}
.contact__form__content__text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 32px;
}
@media (max-width: 1000px) {
  .contact__form__content__text {
    font-size: 14px;
    margin-top: 24px;
  }
}
.contact__form__content__button {
  position: relative;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #25AB72;
  display: flex;
  justify-content: center;
  margin: 64px auto 0;
  padding: 14px;
  max-width: 320px;
  width: 100%;
}
.contact__form__content__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
@media (max-width: 1000px) {
  .contact__form__content__button {
    margin: 40px auto 0;
  }
}
.contact .wpcf7.js {
  width: 100%;
}
.contact .form-item {
  align-items: flex-start;
  border-bottom: 1px solid #BFBEBE;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-bottom: 40px;
  width: 100%;
}
@media (max-width: 1000px) {
  .contact .form-item {
    border-bottom: none;
    flex-direction: column;
    margin-top: 24px;
    padding-bottom: 0;
  }
}
.contact .form-item:first-child {
  margin-top: 0;
}
.contact .form-item.hidden {
  display: none;
}
.contact .form-item.check {
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}
.contact .form-item.check p {
  margin: 0 auto;
}
.contact .form-item.check a {
  color: #25AB72;
  text-decoration: underline;
}
.contact .form-item .label {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 12px;
  width: 200px;
}
@media (max-width: 1000px) {
  .contact .form-item .label {
    font-size: 14px;
    padding-top: 0;
    width: 100%;
  }
}
.contact .form-item .label.req:after {
  background-color: #C30D23;
  border-radius: 4px;
  color: #FFFFFF;
  content: "必須";
  display: block;
  font-size: 12px;
  margin-left: 12px;
  padding: 2px 6px;
}
.contact .form-item .input {
  width: calc(100% - 200px);
}
@media (max-width: 1000px) {
  .contact .form-item .input {
    margin-top: 12px;
    width: 100%;
  }
}
.contact .form-item .input .description {
  color: #666;
  font-size: 14px;
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .contact .form-item .input .description {
    font-size: 12px;
  }
}
.contact .form-item .input input, .contact .form-item .input textarea {
  border: 1px solid #BFBEBE;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-family: inherit;
  padding: 8px 12px;
  width: 100%;
}
@media (max-width: 1000px) {
  .contact .form-item .input input, .contact .form-item .input textarea {
    font-size: 14px;
  }
}
.contact .form-item .input input::placeholder, .contact .form-item .input textarea::placeholder {
  color: #989898;
}
.contact .row {
  align-items: flex-start;
  border-bottom: 1px solid #BFBEBE;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-bottom: 40px;
  width: 100%;
}
.contact .row:first-child {
  margin-top: 0;
}
@media (max-width: 1000px) {
  .contact .row {
    flex-direction: column;
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .contact .row:first-child {
    margin-top: 0;
  }
}
.contact .row.hidden {
  display: none;
}
.contact .row .label {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 12px;
  width: 200px;
}
@media (max-width: 1000px) {
  .contact .row .label {
    font-size: 14px;
    padding-top: 0;
    width: 100%;
  }
}
.contact .row .value {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  line-height: 1.5;
  margin-top: 8px;
  width: calc(100% - 200px);
}
@media (max-width: 1000px) {
  .contact .row .value {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .contact .row .value {
    width: 100%;
  }
}
.contact .buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (max-width: 1000px) {
  .contact .buttons {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .contact .buttons div, .contact .buttons p {
    width: 100%;
  }
}
.contact .buttons .back, .contact .buttons .send {
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin: 0 12px;
  padding: 14px 112px;
  width: fit-content;
}
@media (max-width: 1000px) {
  .contact .buttons .back, .contact .buttons .send {
    margin: 12px 0 0;
    text-align: center;
    width: 100%;
  }
}
.contact .buttons .back input, .contact .buttons .send input {
  cursor: pointer;
}
.contact .buttons .back {
  position: relative;
  background: #FFFFFF;
}
.contact .buttons .back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.contact .buttons .back input {
  color: #25AB72;
  position: relative;
  z-index: 1;
}
.contact .buttons .send {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
}
.contact .buttons .send input {
  color: #FFFFFF;
}
.contact .buttons .wpcf7-spinner {
  display: none;
}
.contact .wpcf7-not-valid-tip, .contact .wpcf7-response-output {
  border: none !important;
  color: #C30D23;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}
.contact__property {
  background-color: #EDF8EB;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 80px auto 0;
  padding: 40px 50px;
  width: 1000px;
}
@media (max-width: 1000px) {
  .contact__property {
    box-shadow: none;
    border-radius: 0;
    margin-top: 40px;
    padding: 40px 20px;
    width: 100%;
  }
}
.contact__property__title {
  font-size: 24px;
}
@media (max-width: 1000px) {
  .contact__property__title {
    font-size: 20px;
  }
}
.contact__property__none {
  margin-top: 24px;
}

.detail__hero {
  height: auto;
  width: 100%;
}
.detail-cta {
  align-items: flex-end;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 1000px) {
  .detail-cta {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
  }
}
.detail-cta:before {
  background-color: #25AB72;
  content: "";
  display: block;
  height: 30px;
  margin-right: 32px;
  transform: rotate(-30deg);
  width: 2px;
}
@media (max-width: 1000px) {
  .detail-cta:before {
    margin-right: 16px;
    height: 32px;
  }
}
.detail-cta:after {
  background-color: #25AB72;
  content: "";
  display: block;
  height: 30px;
  transform: rotate(30deg);
  margin-left: 32px;
  width: 2px;
}
@media (max-width: 1000px) {
  .detail-cta:after {
    height: 32px;
    margin-left: 16px;
  }
}
.detail .section-contact__buttons__item__inner {
  margin: 25px auto;
}
@media (max-width: 1000px) {
  .detail .section-contact__buttons__item__inner {
    width: 335px;
  }
}

.favorite-header {
  align-items: center;
  border: 1px solid #BFBEBE;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 40px;
}
@media (max-width: 1000px) {
  .favorite-header {
    margin-top: 24px;
    padding: 16px;
  }
}
.favorite-header__title {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .favorite-header__title {
    font-size: 20px;
  }
}
.favorite-header__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .favorite-header__text {
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
  }
}
.favorite-header__button {
  align-items: center;
  background-color: #C30D23;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding: 20px 30px;
  max-width: 280px;
}
@media (max-width: 1000px) {
  .favorite-header__button {
    margin-top: 16px;
    padding: 16px;
  }
}
.favorite-header__button img {
  margin-right: 12px;
}

.leaseback-hero {
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .leaseback-hero {
    padding: 24px 0;
  }
}
.leaseback-hero__title {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  flex-wrap: wrap;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1000px) {
  .leaseback-hero__title {
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 auto;
    text-align: left;
    width: fit-content;
  }
}
.leaseback-hero__title .spread {
  letter-spacing: 0.4em;
}
.leaseback-hero__title img {
  display: inline;
  height: 108px;
  vertical-align: middle;
  width: 108px;
}
@media (max-width: 1000px) {
  .leaseback-hero__title img {
    height: 70px;
    margin-left: 12px;
    width: 70px;
  }
}

.leaseback-cta {
  align-items: flex-end;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 1000px) {
  .leaseback-cta {
    font-size: 20px;
  }
}
.leaseback-cta:before {
  background-color: #25AB72;
  content: "";
  display: block;
  height: 50px;
  margin-right: 32px;
  transform: rotate(-30deg);
  width: 2px;
}
@media (max-width: 1000px) {
  .leaseback-cta:before {
    margin-right: 16px;
    height: 32px;
  }
}
.leaseback-cta:after {
  background-color: #25AB72;
  content: "";
  display: block;
  height: 50px;
  transform: rotate(30deg);
  margin-left: 32px;
  width: 2px;
}
@media (max-width: 1000px) {
  .leaseback-cta:after {
    height: 32px;
    margin-left: 16px;
  }
}

.login .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 320px;
}
@media (max-width: 1000px) {
  .login .container {
    width: 90vw;
  }
}
.login__heading {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.login__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}
.login .um-center {
  margin-top: 40px;
  width: 100%;
}
.login .um-center input[type=submit].um-button {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  width: 100% !important;
}
.login .um-center input[type=submit].um-button:hover, .login .um-center input[type=submit].um-button:focus, .login .um-center input[type=submit].um-button:active {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
}
.login .um-right.um-half, .login .um-col-alt-b {
  display: none;
}
.login__link {
  color: #666;
  display: block;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 20px;
}
.login__divider {
  background-color: #BFBEBE;
  height: 1px;
  margin-top: 40px;
  width: 100%;
}
.login__button {
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  color: #25AB72;
  margin-top: 40px;
  padding: 16px;
  text-align: center;
  width: 100%;
}
.login__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
@media (max-width: 1000px) {
  .login__button {
    margin-top: 24px;
  }
}

.profile .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 600px;
}
@media (max-width: 1000px) {
  .profile .container {
    margin: 0 auto;
    width: 90vw;
  }
}
.profile__title {
  align-items: center;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  .profile__title {
    font-size: 24px;
  }
}
.profile__title img {
  margin-right: 16px;
}
.profile__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: inherit;
  margin: 80px auto 0;
}
@media (max-width: 1000px) {
  .profile__form {
    margin: 56px auto 0;
  }
}
.profile__form__item {
  display: block;
  margin-top: 24px;
  width: 100%;
}
.profile__form__item.half {
  width: 48%;
}
.profile__form__item label span {
  align-items: center;
  font-weight: 500;
  display: flex;
}
.profile__form__item input {
  border: 1px solid #BFBEBE;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  margin-top: 8px;
  padding: 12px;
  width: 100%;
}
.profile__form__item input::placeholder {
  color: #989898;
}
.profile__form__item input.error {
  border: 1px solid #C30D23;
}
.profile__form__item__error {
  color: #C30D23;
  font-size: 12px;
  margin-top: 12px;
  padding: 0 14px;
}
.profile__password {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 1000px) {
  .profile__password {
    margin-top: 24px;
  }
}
.profile__password__text {
  align-items: center;
  display: flex;
}
.profile__password__text span:first-child {
  margin-right: 32px;
}
@media (max-width: 1000px) {
  .profile__password__text {
    flex-direction: column;
  }
}
.profile__password__button {
  position: relative;
  align-items: center;
  border-radius: 4px;
  color: #25AB72;
  display: flex;
  justify-content: center;
  padding: 14px 28px;
}
.profile__password__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.profile__button {
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 18px;
  margin-top: 64px;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1000px) {
  .profile__button {
    margin-top: 56px;
    padding: 12px;
    width: 100%;
  }
}
.profile__button.filled {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  color: #FFFFFF;
}
.profile__button.cancel {
  position: relative;
  color: #25AB72;
  margin-top: 32px;
}
.profile__button.cancel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.profile__error {
  color: #C30D23;
  font-size: 12px;
  padding: 0 14px;
}
.profile__leave {
  color: #666;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 24px;
}
.profile__text {
  font-size: 16px;
  line-height: 1.6;
  line-height: 1.5;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 1000px) {
  .profile__text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .profile__text {
    text-align: center;
    margin-top: 56px;
  }
}
.profile__text strong {
  color: #25AB72;
}

.reset {
  position: relative;
  z-index: 1;
}
.reset .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 640px;
}
@media (max-width: 1000px) {
  .reset .container {
    width: 90vw;
  }
}
.reset__heading {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
}
.reset__error {
  color: #C30D23;
  margin-top: 16px;
}
.reset__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}
.reset .um-form {
  margin: 40px auto 0;
  width: 320px;
}
@media (max-width: 1000px) {
  .reset .um-form {
    width: 100%;
  }
}
.reset .um-field-block {
  display: none;
}
.reset .um-left.um-half {
  width: 100% !important;
}
.reset .um-center input[type=submit].um-button {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  width: 100% !important;
}
.reset .um-center input[type=submit].um-button:hover, .reset .um-center input[type=submit].um-button:focus, .reset .um-center input[type=submit].um-button:active {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
}
.reset__link {
  color: #666;
  display: block;
  font-size: 14px;
  text-decoration: underline;
}
.reset__sent {
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
}
.reset__sent__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.reset__sent__content {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 64px;
  position: absolute;
  width: 480px;
  z-index: 100;
}
@media (max-width: 1000px) {
  .reset__sent__content {
    padding: 48px 20px;
    width: 90vw;
  }
}
.reset__sent__content__icon {
  width: 70px;
}
.reset__sent__content__heading {
  font-size: 16px;
  line-height: 1.6;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1000px) {
  .reset__sent__content__heading {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .reset__sent__content__heading {
    margin-top: 32px;
  }
}
.reset__sent__content__button {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border-radius: 10px;
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 14px;
  margin-top: 40px;
  max-width: 320px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1000px) {
  .reset__sent__content__button {
    margin-top: 32px;
  }
}
.reset__sent__content__button.top {
  position: relative;
  background: #FFFFFF;
  color: #25AB72;
  margin-top: 16px;
}
.reset__sent__content__button.top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}

.search-result__table__row.property_number {
  margin-top: 20px;
  border: none;
  justify-content: end;
}

.search-result__table__row.property_number span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 4px;
  margin-top: -6px;
}

@media (max-width: 1000px) {
  .search-result__table__row.property_number {
    justify-content: start;
  }
}
.follow__containt {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: block;
  bottom: 30px;
  position: fixed;
  right: 20px;
  z-index: 100;
}

.follow__containt__inner {
  padding: 25px 20px;
}

.follow__containt__buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}

.follow__containt_buttons__item {
  background: #C30D23;
  border-radius: 10px;
  padding: 3px;
}

.follow__containt__number {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}

.follow__containt__number__icon {
  height: 16px;
  width: 16px;
}

.follow__containt__number__content {
  font-size: 22px;
  font-weight: 700;
  margin-left: 8px;
}

.follow__containt__time {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  margin: 10px 0 0;
}

.follow__containt__footer {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.follow__containt__footer_buttons__item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: #25AB72;
  justify-content: center;
  display: flex;
  padding: 15px 0;
  width: 100%;
}

.follow__containt__footer_buttons__item span {
  margin-top: 2px;
}

.follow__containt__footer_buttons__item:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.follow__containt__footer_buttons__item.login {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #FFFFFF;
}

@media (max-width: 1000px) {
  .follow__containt {
    display: none;
  }
}
.signup .container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.signup__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  .signup__title {
    font-size: 24px;
  }
}
.signup__title strong {
  color: #25AB72;
}
.signup__heading {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .signup__heading {
    font-size: 16px;
    text-align: center;
    margin-top: 24px;
  }
}
.signup__heading.center {
  text-align: center;
}
.signup__form {
  font-family: inherit;
  margin: 80px auto 0;
  width: 600px;
}
@media (max-width: 1000px) {
  .signup__form {
    margin: 56px auto 0;
    width: 100%;
  }
}
.signup__form fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.signup__form__item {
  margin-top: 24px;
  width: 100%;
}
.signup__form__item.half {
  width: 48%;
}
.signup__form__item:first-child {
  margin-top: 0;
}
.signup__form__item label span {
  align-items: center;
  font-weight: 500;
  display: flex;
}
.signup__form__item label .req {
  background-color: #C30D23;
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
  padding: 4px 6px;
  width: fit-content;
}
.signup__form__item label.checkbox {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.signup__form__item label.checkbox input {
  width: fit-content;
}
.signup__form__item label.checkbox a {
  color: #25AB72;
  text-decoration: underline;
}
.signup__form__item label input {
  border: 1px solid #BFBEBE;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  margin-top: 8px;
  padding: 12px;
  width: 100%;
}
.signup__form__item label input::placeholder {
  color: #989898;
}
.signup__form__item label input.error {
  border: 1px solid #C30D23;
}
.signup__form__item__error {
  color: #C30D23;
  font-size: 12px;
  margin-top: 12px;
  padding: 0 14px;
}
.signup__error {
  align-items: center;
  border: 1px solid #C30D23;
  border-radius: 4px;
  background-color: #F7E3E3;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding: 16px 24px;
  width: 100%;
}
.signup__error__icon {
  height: 20px;
  margin-right: 20px;
  width: 20px;
}
.signup__error__text {
  font-size: 16px;
  line-height: 1.6;
  color: #C30D23;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .signup__error__text {
    font-size: 14px;
  }
}
.signup__text {
  font-size: 16px;
  line-height: 1.6;
  line-height: 1.5;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 1000px) {
  .signup__text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .signup__text {
    text-align: center;
    margin-top: 56px;
  }
}
.signup__text strong {
  color: #25AB72;
}
.signup__button {
  font-size: 16px;
  line-height: 1.6;
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border-radius: 10px;
  cursor: pointer;
  color: #FFFFFF;
  display: block;
  margin: 32px auto 0 !important;
  padding: 12px 112px;
}
@media (max-width: 1000px) {
  .signup__button {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .signup__button {
    margin-top: 24px;
  }
}
.signup__link {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}
.signup__confirm__item {
  font-size: 16px;
  line-height: 1.6;
  align-items: center;
  border-bottom: 1px solid #BFBEBE;
  display: flex;
  padding: 40px 0;
}
@media (max-width: 1000px) {
  .signup__confirm__item {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .signup__confirm__item {
    flex-direction: column;
    padding: 24px 0;
  }
}
.signup__confirm__item__label {
  width: 30%;
}
@media (max-width: 1000px) {
  .signup__confirm__item__label {
    width: 100%;
  }
}
.signup__confirm__item__value {
  color: #666;
  width: 70%;
}
@media (max-width: 1000px) {
  .signup__confirm__item__value {
    width: 100%;
  }
}
.signup__confirm__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 1000px) {
  .signup__confirm__buttons {
    flex-direction: column;
    margin-top: 40px;
  }
}
.signup__confirm__buttons__item {
  font-size: 16px;
  line-height: 1.6;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  width: 48%;
}
@media (max-width: 1000px) {
  .signup__confirm__buttons__item {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .signup__confirm__buttons__item {
    width: 100%;
  }
}
.signup__confirm__buttons__item.back {
  position: relative;
  color: #25AB72;
}
.signup__confirm__buttons__item.back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
.signup__confirm__buttons__item.register {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .signup__confirm__buttons__item.register {
    margin-top: 16px;
  }
}
.signup__complete__icon {
  height: 80px;
  margin: 0 auto 40px;
  width: 80px;
}
@media (max-width: 1000px) {
  .signup__complete__icon {
    margin: 0 auto 24px;
  }
}
.signup__complete__images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .signup__complete__images {
    grid-template-columns: repeat(3, 1fr);
    flex-direction: column;
    margin-top: 24px;
  }
}
.signup__complete__images__item {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .signup__complete__images__item {
    margin-bottom: 24px;
    width: 100%;
  }
}
.signup__complete__images__item img {
  height: auto;
  width: 80%;
}
.signup__complete__button {
  position: relative;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  color: #25AB72;
  display: flex;
  justify-content: center;
  padding: 12px 112px;
  margin: 80px auto 0;
  width: fit-content;
}
.signup__complete__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #25AB72, #8DCA45) border-box border-box;
  -webkit-mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#FFFFFF 0 0) padding-box, linear-gradient(#FFFFFF 0 0) border-box;
  mask-composite: exclude;
}
@media (max-width: 1000px) {
  .signup__complete__button {
    padding: 12px;
    margin-top: 40px;
    width: 100%;
  }
}

.static .container {
  max-width: 800px;
}
.static__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  align-items: flex-start;
  display: flex;
  font-size: 32px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1000px) {
  .static__title {
    font-size: 18px;
  }
}
.static__title:before {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  content: "";
  display: block;
  flex: none;
  height: 2px;
  margin-right: 8px;
  transform-origin: center center;
  transform: rotate(135deg) translate(8px, -12px);
  width: 39.592px;
}
@media (max-width: 1000px) {
  .static__title:before {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  .static__title {
    font-size: 24px;
  }
}
.static__title:before {
  transform: rotate(135deg) translate(20px, -16px);
}
@media (max-width: 1000px) {
  .static__title:before {
    transform: rotate(135deg) translate(14px, -12px);
  }
}
.static__content {
  margin-top: 80px;
}
@media (max-width: 1000px) {
  .static__content {
    margin-top: 40px;
  }
}
.static__content .paragraph {
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .static__content .paragraph {
    margin-bottom: 40px;
  }
}
.static__content .paragraph__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 16px;
  width: fit-content;
}
@media (max-width: 1000px) {
  .static__content .paragraph__heading {
    font-size: 16px;
  }
}
.static__content .paragraph__text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1000px) {
  .static__content .paragraph__text {
    font-size: 14px;
  }
}
.static__content .relation {
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .static__content .relation {
    margin-bottom: 40px;
  }
}
.static__content .relation__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 16px;
  width: fit-content;
}
@media (max-width: 1000px) {
  .static__content .relation__heading {
    font-size: 16px;
  }
}
.static__content .relation__content {
  align-items: flex-start;
  display: flex;
}
.static__content .relation__content.indent-0 {
  padding-left: 0;
}
.static__content .relation__content.indent-1 {
  padding-left: 32px;
}
@media (max-width: 1000px) {
  .static__content .relation__content.indent-1 {
    padding-left: 28px;
  }
}
.static__content .relation__content.indent-2 {
  padding-left: 64px;
}
@media (max-width: 1000px) {
  .static__content .relation__content.indent-2 {
    padding-left: 56px;
  }
}
.static__content .relation__prefix {
  font-size: 16px;
  line-height: 2;
  min-width: 32px;
}
@media (max-width: 1000px) {
  .static__content .relation__prefix {
    font-size: 14px;
    min-width: 28px;
  }
}
.static__content .relation__text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1000px) {
  .static__content .relation__text {
    font-size: 14px;
  }
}
.static__content .link-relation__parent {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .static__content .link-relation__parent {
    font-size: 16px;
  }
}
.static__content .link-relation__children {
  margin-top: 12px;
}
.static__content .link-relation__children__item {
  color: #666;
  display: block;
  font-size: 16px;
  line-height: 2;
  margin-top: 12px;
}
@media (max-width: 1000px) {
  .static__content .link-relation__children__item {
    font-size: 14px;
  }
}
.static__content .link-relation__children__item::before {
  content: "└";
  margin: 0 10px;
}

.top {
  overflow: hidden;
}
.top .container {
  width: 1000px;
}
@media (max-width: 1000px) {
  .top .container {
    width: 100%;
  }
}

.top-hero {
  background-color: #EDF8EB;
  padding: 120px 12.5% 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .top-hero {
    padding: 108px 2.5% 40px;
  }
}
.top-hero__bg {
  background-image: url("../../static/images/top/hero.png");
  background-size: cover;
  background-position-x: center;
  height: 40.1041666667vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
@media (max-width: 1000px) {
  .top-hero__bg {
    height: 470px;
  }
}
.top-hero__info {
  align-items: flex-start;
  background-color: #EDF8EB;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  display: flex;
  padding: 12px 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1000px) {
  .top-hero__info {
    border-radius: 0;
    justify-content: space-between;
    padding: 8px;
    width: 100%;
  }
}
.top-hero__info__item {
  padding: 0 30px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1000px) {
  .top-hero__info__item {
    padding: 0 8px;
  }
}
.top-hero__info__item::after {
  background-color: #BFBEBE;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.top-hero__info__item:last-child:after {
  display: none;
}
.top-hero__info__item__label {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .top-hero__info__item__label {
    font-size: 12px;
  }
}
.top-hero__info__item__value {
  font-size: 12px;
  margin-top: 8px;
}
@media (max-width: 1000px) {
  .top-hero__info__item__value {
    font-size: 10px;
  }
}
.top-hero__info__item__value strong {
  color: #25AB72;
  font-size: 20px;
  margin-right: 4px;
}
@media (max-width: 1000px) {
  .top-hero__info__item__value strong {
    font-size: 16px;
  }
}
.top-hero__title {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 40px;
  border: 4px solid #C30D23;
  padding: 2.0833333333vw 4.1666666667vw;
  position: relative;
  width: fit-content;
  z-index: 2;
}
@media (max-width: 1000px) {
  .top-hero__title {
    border-radius: 20px;
    padding: 20px 32px;
    margin: 0 auto;
  }
}
.top-hero__title__text {
  color: #000;
  display: block;
  font-size: 1.6666666667vw;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .top-hero__title__text {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.top-hero__title__logo {
  height: 4.6875vw;
  width: auto;
}
@media (max-width: 1000px) {
  .top-hero__title__logo {
    height: 45px;
    width: auto;
  }
}

.hero-search {
  background-color: #FFFFFF;
  border: 3px solid #25AB72;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 9.375vw auto 0;
  max-width: 1000px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1000px) {
  .hero-search {
    margin: 180px auto 0;
    width: 95%;
  }
}
.hero-search__tab {
  align-items: center;
  display: flex;
  left: 50%;
  height: 48px;
  position: absolute;
  top: -48px;
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  .hero-search__tab {
    height: 40px;
    top: -40px;
  }
}
.hero-search__tab__item {
  align-items: center;
  background-color: #83B69B;
  border-bottom: 3px solid #25AB72;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  justify-content: center;
  display: flex;
  height: 100%;
  position: relative;
  width: 240px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .hero-search__tab__item {
    font-size: 16px;
    width: 140px;
  }
}
.hero-search__tab__item.selected {
  background-color: #FFFFFF;
  border-bottom: none;
  border-top: 3px solid #25AB72;
  color: #25AB72;
  padding-top: 1px;
  z-index: 3;
}
.hero-search__tab__item.selected.buy_sell {
  border-left: 3px solid #25AB72;
  border-right: 3px solid #25AB72;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.2);
}
.hero-search__tab__item.selected.rent {
  border-left: 3px solid #25AB72;
  border-right: 3px solid #25AB72;
  box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.2);
}
.hero-search__tab__item.buy_sell {
  border-radius: 10px 0 0 0;
}
.hero-search__tab__item.rent {
  border-radius: 0 10px 0 0;
}
.hero-search__form {
  padding: 48px 96px 24px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1000px) {
  .hero-search__form {
    padding: 24px 16px 32px;
  }
}
.hero-search__form.buy_sell {
  display: none;
}
.hero-search__form__input {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .hero-search__form__input {
    flex-direction: column;
  }
}
.hero-search__form__submit {
  background: linear-gradient(135deg, #25AB72, #8DCA45);
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 24px auto 0;
  padding: 20px 56px;
  width: fit-content;
}
@media (max-width: 1000px) {
  .hero-search__form__submit {
    padding: 20px 0;
    width: 100%;
  }
}
.hero-search__type {
  box-sizing: border-box;
  padding: 0 24px;
  width: 45%;
}
@media (max-width: 1000px) {
  .hero-search__type {
    padding: 0;
    width: 100%;
  }
}
.hero-search__type__label {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .hero-search__type__label {
    font-size: 16px;
  }
}
.hero-search__type__input {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
  padding: 0 8px;
  position: relative;
}
@media (max-width: 500px) {
  .hero-search__type__input::before {
    background-color: #BFBEBE;
    height: 100%;
    display: block;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
  }
}
@media (max-width: 500px) {
  .hero-search__type__input::after {
    background-color: #BFBEBE;
    height: 1px;
    display: block;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
  }
}
.hero-search__type__input__item {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  width: 45%;
}
@media (max-width: 1000px) {
  .hero-search__type__input__item {
    margin-bottom: 0;
    padding: 16px 0 16px;
    text-align: center;
  }
}
.hero-search__type__input__item img {
  height: auto;
  margin-bottom: 8px;
  max-width: 100px;
  width: 100%;
}
@media (max-width: 1000px) {
  .hero-search__type__input__item img {
    max-width: none;
    margin: 0 auto 8px;
  }
}
.hero-search__divider {
  background-color: #BFBEBE;
  width: 2px;
}
.hero-search__area {
  box-sizing: border-box;
  padding-left: 24px;
  width: 45%;
}
@media (max-width: 1000px) {
  .hero-search__area {
    padding-left: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.hero-search__area__label {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .hero-search__area__label {
    font-size: 16px;
  }
}
.hero-search__area__map {
  position: relative;
  width: 100%;
}
.hero-search__area__map__image {
  height: auto;
  width: 100%;
}
.hero-search__area__map__input {
  background-color: #FFFFFF;
  border: 2px solid #25AB72;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  padding: 10px;
  position: absolute;
}
.hero-search__area__map__input.osaka {
  top: 55%;
  right: 25%;
}
.hero-search__area__map__input.hyogo {
  top: 30%;
  left: 5%;
}

.header__logo__area {
  background: #C30D23;
  border-radius: 6px;
  color: #FFFFFF;
  left: -25px;
  padding: 5px 10px 6px;
  position: relative;
}