.anchor {
  padding-top: 59px;
  margin-top: -59px;
}

a.anchor {
  display: block;
  pointer-events: none;
}

.btn-arrow, .icon-btn::after, .plain-btn::after, .boxed-btn::after, .boxed-btn-down::after, .boxed-btn-up::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28'%3e%3cpath d='M1.5 1l13 13-13 13' fill='none' stroke='black' stroke-width='2'/%3e%3c/svg%3e");
  background-size: 100%;
  width: 8px;
  height: 14px;
}

.btn-arrow-up, .boxed-btn-up::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.564' height='8.489' viewBox='0 0 15.564 8.489'%3e%3cpath d='M.354 8.136L7.783.707l7.428 7.429' fill='none' stroke='black'/%3e%3c/svg%3e");
  background-size: 100%;
  width: 14px;
  height: 8px;
}

.btn-arrow-down, .boxed-btn-down::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.564' height='8.489' viewBox='0 0 15.564 8.489'%3e%3cpath d='M15.211.354L7.782 7.783.354.354' fill='none' stroke='black'/%3e%3c/svg%3e");
  background-size: 100%;
  width: 14px;
  height: 8px;
}

.boxed-btn, .boxed-btn-down, .boxed-btn-up {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding: 19.5px 19px;
  transition: border-color 0.15s ease-out;
}
.boxed-btn:hover, .boxed-btn-down:hover, .boxed-btn-up:hover {
  border-color: black;
}
.boxed-btn > span, .boxed-btn-down > span, .boxed-btn-up > span {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 17.5px;
}
.boxed-btn::after, .boxed-btn-down::after, .boxed-btn-up::after {
  content: "";
  flex: 0 0 auto;
}
.boxed-btn--size-s {
  padding: 19.5px 19px;
}
.boxed-btn--size-s > span {
  font-size: 1.2rem;
}
.boxed-btn--fill {
  background-color: #000;
  color: #fff;
}
.boxed-btn--fill:hover {
  opacity: 0.75;
}
.boxed-btn--fill::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28'%3e%3cpath d='M1.5 1l13 13-13 13' fill='none' stroke='white' stroke-width='2'/%3e%3c/svg%3e");
}
.boxed-btn--block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.boxed-btn-up::after {
  content: "";
  flex: 0 0 auto;
}

.boxed-btn-down::after {
  content: "";
  flex: 0 0 auto;
}

.plain-btn {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}
.plain-btn > span {
  margin-right: 9.5px;
}
.plain-btn::after {
  content: "";
  flex: 0 0 auto;
}
.plain-btn--white {
  color: #fff;
}
.plain-btn--white::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28'%3e%3cpath d='M1.5 1l13 13-13 13' fill='none' stroke='white' stroke-width='2'/%3e%3c/svg%3e");
}

.icon-btn {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0.5px 0.5px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding: 5px;
  padding-right: 19.5px;
}
.icon-btn > img {
  display: block;
  width: 55px;
}
.icon-btn > span {
  line-height: 1;
  margin-right: auto;
  font-weight: bold;
  font-size: 1.4rem;
}
.icon-btn::after {
  content: "";
  flex: 0 0 auto;
}

.boxed-btn::after, .boxed-btn-up::after, .boxed-btn-down::after,
.icon-btn::after,
a.plain-btn::after,
a .plain-btn::after {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.boxed-btn:hover::after, .boxed-btn-up:hover::after, .boxed-btn-down:hover::after,
.icon-btn:hover::after,
a.plain-btn:hover::after,
a:hover .plain-btn::after {
  transform: translateX(50%);
}

.boxed-btn-up:hover::after,
.boxed-btn-down:hover::after {
  transform: none;
}

.case-swiper {
  margin-top: -20px;
  margin-bottom: -20px;
}
.case-swiper .swiper-slide {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.case-card {
  display: block;
  background: #fff;
  box-shadow: 0.5px 0.5px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-width: 250px;
}
.case-card__img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}
.case-card__img::before {
  display: block;
  content: "";
  padding-top: calc(100% * 240 / 360);
}
.case-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-card__info {
  padding: 24.5px 30px 27px;
}
.case-card__headline {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  margin-bottom: 13px;
}
.case-card__ttl {
  font-weight: bold;
}
.case-card__fraction {
  font-size: 1.2rem;
}
.case-card__fraction > *:first-child {
  font-weight: bold;
}
.case-card__text {
  font-size: 1.15rem;
  line-height: 2.1rem;
}
.case-card__text > span {
  display: inline-block;
  margin-right: 1em;
}

.event-swiper {
  margin-top: -20px;
  margin-bottom: -20px;
}
.event-swiper .swiper-slide {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.event-card {
  display: block;
  background: #fff;
  box-shadow: 0.5px 0.5px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-width: 250px;
}
.event-card__img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}
.event-card__img::before {
  display: block;
  content: "";
  padding-top: calc(100% * 240 / 360);
}
.event-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card__info {
  padding: 23.5px 30px 19px;
}
.event-card__tags {
  font-weight: bold;
  font-size: 1rem;
}
.event-card__tags {
  margin-bottom: 9px;
}
.event-card__tag {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 4px 9px;
  border-radius: 2.5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.event-card__tag:last-child {
  margin-right: 0;
}
.event-card__tag--strong {
  color: #7f0019;
}
.event-card__tag--weak {
  color: rgba(0, 0, 0, 0.2);
}
.event-card__ttl {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0;
}

/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  right: 0;
}

/*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 3.9rem;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 2.8rem;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 4rem;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 1.4rem;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.hstack-actions {
  display: flex;
  justify-content: center;
}
.hstack-actions > * {
  margin-right: 15px;
}
.hstack-actions > *:last-child {
  margin-right: 0;
}

.ie-section-more {
  margin: auto;
  max-width: 375px;
  padding: 0 10px;
}
.ie-section-more__inner {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 43px 20px 20px;
}
.ie-section-more__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 30.5px;
}
.ie-section-more__text {
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: center;
  margin-bottom: 42.5px;
}

.kouza-header {
  margin: auto;
  max-width: 860px;
}
.kouza-header__inner {
  position: relative;
}
.kouza-header__ttl {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.666666;
  text-align: center;
  padding: 45px 0;
}
.kouza-header__badge {
  color: #7f0019;
  border: 1.5px solid currentColor;
  border-radius: 5px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.4rem;
  padding: 3px 14.5px;
}

.kouza-tabnav {
  display: flex;
  max-width: 800px;
  margin: auto;
}
.kouza-tabnav > * {
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
}
.kouza-tabnav__item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16) inset;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px 0 23px;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
.kouza-tabnav__item-icon {
  margin: 0 auto -6px;
  width: 75px;
  position: relative;
}
.kouza-tabnav__item-icon::before {
  content: "";
  display: inline-block;
  padding-top: 100%;
}
.kouza-tabnav__item-icon svg {
  fill: currentColor;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kouza-tabnav__item-ttl {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.kouza-tabnav__item-ttl span {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #000;
}
.kouza-tabnav__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 100%;
  width: 20px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='20' viewBox='0 0 40 20'%3e%3cpath d='M40 0L20 20 0 0z'/%3e%3c/svg%3e");
  opacity: 0;
  transition: opacity 0.3s;
}
.kouza-tabnav__item:hover, .kouza-tabnav__item.is-current {
  background-color: #000;
  color: #fff;
}
.kouza-tabnav__item:hover::after, .kouza-tabnav__item.is-current::after {
  opacity: 1;
}

.learn-more-links > * {
  margin-bottom: 15px;
}
.learn-more-links > *:last-child {
  margin-bottom: 0;
}

.learn-more-links-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1000px;
  margin: auto;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.modal__close {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  width: 14px;
}
.modal__close::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3e%3cg fill='none' stroke='black' stroke-width='2'%3e%3cpath d='M1 1l26 26M27 1L1 27'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 100%;
  padding-top: 100%;
}
.modal__close::before {
  position: absolute;
  top: -80%;
  left: -80%;
  right: -80%;
  bottom: -80%;
  content: "";
}
.modal__scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(45px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(45px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-30px);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-30px);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.scroll-modal .modal__container {
  max-height: calc(100% - 100px);
  display: flex;
  flex-direction: column;
}
.scroll-modal__header {
  flex: 0 0 auto;
  position: relative;
}
.scroll-modal .modal__scrollable {
  flex: 1;
}
.scroll-modal__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-modal__ttl > img {
  display: block;
  width: 45px;
  margin-right: 6.5px;
}
.scroll-modal__ttl > span {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 22.5px 0;
}
.scroll-modal .modal__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.section-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  max-width: 65vw;
  margin-left: auto;
  margin-right: auto;
}
.section-ttl span {
  display: inline-block;
}
.section-ttl--with-margin {
  padding-top: 43.5px;
  margin-bottom: 51px;
}
.section-ttl--with-margin + .section-lead {
  margin-top: -20.5px;
}

.section-lead {
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: center;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-theme-color: #000000;
}

:root {
  --swiper-navigation-size: 34.5px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 69 * 43);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 17.5px;
  right: auto;
}
.swiper-button-prev::before,
.swiper-container-rtl .swiper-button-next::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='43' height='69' viewBox='0 0 43 69'%3e%3cg fill='none' stroke-linecap='square'%3e%3cpath d='M34.5 8.5l-26 26 26 26' stroke='white' stroke-width='12' opacity='.5'/%3e%3cpath d='M34.5 8.5l-26 26 26 26' stroke='black' stroke-width='4'/%3e%3c/g%3e%3c/svg%3e");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 17.5px;
  left: auto;
}
.swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='43' height='69' viewBox='0 0 43 69'%3e%3cg fill='none' stroke-linecap='square'%3e%3cpath d='M8.5 8.5l26 26-26 26' stroke='white' stroke-width='12' opacity='.5'/%3e%3cpath d='M8.5 8.5l26 26-26 26' stroke='black' stroke-width='4'/%3e%3c/g%3e%3c/svg%3e");
}

.swiper-button-prev::before,
.swiper-button-next::before {
  box-sizing: content-box;
  border: 10px solid transparent;
  margin: -10px;
}

.swiper-button-lock {
  display: none;
}
.top-house-btn-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 506.5px;
}
.top-house-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-house-btn__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15.5px;
}
.top-house-btn__text {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
.top-house-btn--kinoie {
  width: 104.5px;
}
.top-house-btn--madonoie {
  width: 78.5px;
}
.top-house-btn--madonoie .top-house-btn__img {
  align-self: flex-start;
  width: 94px;
}
.top-house-btn--younoie {
  width: 141px;
  margin-left: -1%;
  margin-right: -1%;
}
.top-house-btn--tatenoie {
  width: 51.5px;
}
.top-house-scroll {
  margin: 0 auto;
}

.top-house-btn-list {
  align-items: flex-start !important;
  padding-left: 37.5px !important;
  padding-right: 75px !important;
}

.top-house-btn-list-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  min-width: 145px;
  padding-right: 20px;
}
.top-house-btn-list-cont .top-house-btn__img {
  margin: 0 auto 16px auto;
}

.top-house-btn-list-p {
  text-align: left;
  font-size: 1.3rem;
  line-height: 190%;
  margin-top: 25px;
}

/*
.top-house-scroll {
  margin: 0 auto !important;
  background-color: #0000ff;
  padding: 0 !important;
}

.top-house-btn-list { 

  align-items: flex-start !important;
  padding-left: mult(75px) !important;
  padding-right: mult(150px) !important;
  @include tb {
    padding-left: 0 !important;
    padding-right: 0 !important;
    //max-width: 400px !important;

    //width: 400px !important;
  }


  width: 800px !important;
}

.top-house-btn-list-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: mult(300px);
  margin: 0 auto;
  padding-right: mult(40px);
  @include tb {
    padding: 0 40px;
    min-width: 300px;
  }

  background-color: #ff0000;

  .top-house-btn__img {
    margin: 0 auto mult(32px) auto;
    @include tb {
      margin: 0 auto 32px auto;
    }
  }
}

.top-house-btn-list-p {
  text-align: left;
  font-size: mult(26px);
  line-height: 190%;
  margin-top: mult(50px);
  @include tb {
    font-size: 14px;
    margin-top: 50px;
  }
}
*/

.top-house-btn-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 506.5px;
}

.top-house-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-house-btn__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15.5px;
}
.top-house-btn__text {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
.top-house-btn--kinoie {
  width: 104.5px;
}
.top-house-btn--madonoie {
  width: 78.5px;
}
.top-house-btn--madonoie .top-house-btn__img {
  align-self: flex-start;
  width: 94px;
}
.top-house-btn--younoie {
  width: 141px;
  margin-left: -1%;
  margin-right: -1%;
}
.top-house-btn--tatenoie {
  width: 51.5px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .anchor {
    padding-top: 78px;
    margin-top: -78px;
  }
  .btn-arrow, .icon-btn::after, .plain-btn::after, .boxed-btn::after, .boxed-btn-down::after, .boxed-btn-up::after {
    width: 9px;
    height: 16px;
  }
  .btn-arrow-up, .boxed-btn-up::after {
    width: 16px;
    height: 9px;
  }
  .btn-arrow-down, .boxed-btn-down::after {
    width: 16px;
    height: 9px;
  }
  .boxed-btn, .boxed-btn-down, .boxed-btn-up {
    padding: 21px 24px;
  }
  .boxed-btn > span, .boxed-btn-down > span, .boxed-btn-up > span {
    font-size: 1.4rem;
  }
  .boxed-btn > span, .boxed-btn-down > span, .boxed-btn-up > span {
    margin-right: 20px;
  }
  .plain-btn {
    font-size: 1.4rem;
  }
  .plain-btn > span {
    margin-right: 12px;
  }
  .icon-btn {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .icon-btn {
    padding: 10px;
    padding-right: 32px;
  }
  .icon-btn > img {
    width: 60px;
  }
  .icon-btn > span {
    font-size: 1.6rem;
  }
  .case-card {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .case-card {
    max-width: 360px;
  }
  .case-card__info {
    padding: 25px 30px 23px;
  }
  .case-card__headline {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .case-card__fraction {
    font-size: 1.3rem;
  }
  .case-card__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .event-card {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  }
  .event-card {
    max-width: 360px;
  }
  .event-card__info {
    padding: 29px 30px 23px;
  }
  .event-card__tags {
    font-size: 1.2rem;
  }
  .event-card__tags {
    margin-bottom: 5px;
  }
  .event-card__tag {
    padding: 5px 9px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .event-card__ttl {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .hstack-actions > * {
    margin-right: 20px;
  }
  .ie-section-more {
    max-width: 768px;
    padding: 0 30px;
  }
  .ie-section-more__inner {
    padding: 40px 30px;
  }
  .ie-section-more__ttl {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .ie-section-more__ttl {
    margin-bottom: 31px;
  }
  .ie-section-more__text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .ie-section-more__text {
    margin-bottom: 37px;
  }
  .kouza-header {
    padding: 0 30px;
  }
  .kouza-header__ttl {
    font-size: 3rem;
  }
  .kouza-header__ttl {
    padding: 92px 0 38px;
  }
  .kouza-header__badge {
    border-width: 2px;
    right: 0;
    top: 50px;
    font-size: 1.8rem;
    padding: 4.5px 20px;
  }
  .kouza-tabnav__item {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kouza-tabnav__item-icon {
    width: 86px;
    margin: 0;
    margin-right: 10px;
  }
  .kouza-tabnav__item-ttl {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .kouza-tabnav__item::after {
    width: 30px;
    height: 15px;
  }
  .learn-more-links {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .learn-more-links > * {
    margin-bottom: 0;
    flex: 0 0 50%;
    padding: 20px 0 0 20px;
    max-width: 50%;
    min-width: 0;
    word-wrap: break-word;
  }
  .learn-more-links > * > * {
    height: 100%;
  }
  .learn-more-links-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal__container {
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
  }
  .modal__close {
    width: 16px;
  }
  .scroll-modal .modal__container {
    max-height: calc(100% - 120px);
  }
  .scroll-modal__ttl > span {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .scroll-modal__ttl > span {
    margin: 25px 0;
  }
  .scroll-modal .modal__close {
    right: 34px;
  }
  .section-ttl {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .section-ttl--with-margin {
    padding-top: 92px;
    margin-bottom: 41px;
  }
  .section-ttl--with-margin + .section-lead {
    margin-top: -10px;
  }
  .section-lead {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  :root {
    --swiper-navigation-size: 40px;
  }
  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 45px;
  }
  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 45px;
  }
  .top-house-scroll {
    padding: 0 40px;
  }
  .top-house-btn-list {
    width: 100%;
    max-width: 714px;
  }
  .top-house-btn__img {
    margin-bottom: 20px;
  }
  .top-house-btn__text {
    font-size: 1.6rem;
  }
  .top-house-btn--kinoie {
    width: 152px;
  }
  .top-house-btn--madonoie {
    width: 114px;
  }
  .top-house-btn--madonoie .top-house-btn__img {
    width: 137px;
  }
  .top-house-btn--younoie {
    width: 206px;
  }
  .top-house-btn--tatenoie {
    width: 76px;
  }
  .top-house-btn-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 800px !important;
  }
  .top-house-btn-list-cont {
    padding: 0 0px;
  }
  .top-house-btn-list-cont .top-house-btn__img {
    margin: 0 auto 20px auto;
  }
  .top-house-btn-list-p {
    font-size: 1.3rem;
    margin-top: 25px;
    width: 80%;
  }
  .top-house-scroll {
    padding: 0 40px;
  }
  .top-house-btn-list {
    width: 100%;
    max-width: 714px;
  }
  .top-house-btn__img {
    margin-bottom: 20px;
  }
  .top-house-btn__text {
    font-size: 1.6rem;
  }
  .top-house-btn--kinoie {
    width: 152px;
  }
  .top-house-btn--madonoie {
    width: 114px;
  }
  .top-house-btn--madonoie .top-house-btn__img {
    width: 137px;
  }
  .top-house-btn--younoie {
    width: 206px;
  }
  .top-house-btn--tatenoie {
    width: 76px;
  }
  .sp {
    display: none;
  }
}

@media (min-width: 1100px) {
  .case-card {
    position: relative;
  }
  .case-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: inherit;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease-out;
  }
  .case-card:hover::after {
    opacity: 1;
  }
  .event-card {
    position: relative;
  }
  .event-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: inherit;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease-out;
  }
  .event-card:hover::after {
    opacity: 1;
  }
  .ie-section-more {
    max-width: 1060px;
  }
  .learn-more-links > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 767.98px) {
  .top-house-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .top-house-scroll > *:first-child {
    box-sizing: content-box;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px;
  }
  .top-house-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .top-house-scroll > *:first-child {
    box-sizing: content-box;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px;
  }
  .pc {
    display: none;
  }
}