@charset "UTF-8";
/* ixo > temp
============================================================================ */
/********************************************
* Component
********************************************/
.ixo #Wrapper {
  background: #fff;
}
.ixo .c-registration__item {
  border: 1px solid #b9b9b9;
}

.c-arrow {
  margin: 1.2666666667rem auto 1rem;
  display: block;
}
@media (width <= 1000px) {
  .c-arrow {
    margin: 1.3571428571rem auto 1.0714285714rem;
    width: 10.7142857143rem;
  }
}

.c-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 2.6666666667rem 2rem;
  border-radius: 0.6666666667rem;
  background: #fff;
  border: 0.2666666667rem solid #707070;
  flex-wrap: wrap;
}
@media (width <= 1000px) {
  .c-box {
    padding: 1.4285714286rem;
    border-radius: 0.7142857143rem;
    border: 0.2857142857rem solid #707070;
  }
}
.c-box__text {
  width: calc(100% - 25.1333333333rem);
}
@media (width <= 1000px) {
  .c-box__text {
    width: 100%;
  }
}
.c-box__title {
  font-size: 1.3333333333rem;
  margin-bottom: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-box__title {
    font-size: 1.1428571429rem;
    margin-bottom: 0.7142857143rem;
  }
}
.c-box__p {
  border-left: 0.1333333333rem solid #d5c200;
  padding-left: 1rem;
}
@media (width <= 1000px) {
  .c-box__p {
    padding-left: 0.7142857143rem;
    border-left: 0.1428571429rem solid #d5c200;
    margin-bottom: 1.4285714286rem;
  }
}
.c-box__thumb {
  width: 22rem;
}
.c-box img {
  width: 100%;
}

.c-confident-box {
  width: 100%;
  padding: 2rem 0;
  list-style: none;
  border-top: 1px solid #747070;
  display: flex;
  flex-wrap: wrap;
}
@media (width <= 1000px) {
  .c-confident-box {
    border: none;
    padding: 1.4285714286rem 0;
  }
}
.c-confident-box__item {
  width: 50%;
}
@media (width <= 1000px) {
  .c-confident-box__item {
    width: 100%;
  }
  .c-confident-box__item:not(:last-of-type) {
    border-bottom: 1px solid #747070 !important;
    padding-bottom: 1.4285714286rem;
    margin-bottom: 1.4285714286rem;
  }
}
.c-confident-box__item:nth-of-type(2n + 1) {
  border-right: 1px solid #747070;
  padding-right: 1.7333333333rem;
}
@media (width <= 1000px) {
  .c-confident-box__item:nth-of-type(2n + 1) {
    border: none;
    padding-right: 0;
  }
}
.c-confident-box__item:nth-of-type(2n) {
  padding-left: 1.7333333333rem;
}
@media (width <= 1000px) {
  .c-confident-box__item:nth-of-type(2n) {
    padding-left: 0;
  }
}
.c-confident-box__item:nth-of-type(2):after {
  content: "";
  width: 100%;
  height: 1px;
  background: #747070;
  margin: 2rem 0;
}
@media (width <= 1000px) {
  .c-confident-box__item:nth-of-type(2):after {
    content: inherit;
  }
}
.c-confident-box__title {
  font-size: 1.2rem;
  color: #172d55;
  font-weight: 700;
  line-height: 1.17;
  border-bottom: 0.1333333333rem solid #d5c200;
  padding-bottom: 0.4333333333rem;
  margin-bottom: 0.9rem;
}
@media (width <= 1000px) {
  .c-confident-box__title {
    font-size: 1.1428571429rem;
    border-bottom: 0.1428571429rem solid #d5c200;
    padding-bottom: 0.4642857143rem;
    margin-bottom: 0.9642857143rem;
    line-height: 1.4;
  }
}
.c-confident-box__p {
  margin-bottom: 1rem;
}
@media (width <= 1000px) {
  .c-confident-box__p {
    margin-bottom: 1.0714285714rem;
  }
}

.c-breadcrumb {
  text-align: right;
}
.c-breadcrumb__item {
  display: inline-block;
  list-style: none;
  position: relative;
  font-size: 0.8rem;
}
@media (width <= 1000px) {
  .c-breadcrumb__item {
    font-size: 0.8571428571rem;
  }
}
.c-breadcrumb__item:not(:last-of-type):after {
  font-size: 0.5333333333rem;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 1.0666666667rem;
  transform: translateY(-0.0666666667rem);
  display: inline-block;
}
@media (width <= 1000px) {
  .c-breadcrumb__item:not(:last-of-type):after {
    font-size: 0.5714285714rem;
    margin: 0 0.7142857143rem;
    transform: translateY(-0.0714285714rem);
  }
}
.c-breadcrumb__item.current {
  color: #b4a61c;
}

.c-btn__link {
  font-weight: 700;
  display: block;
  text-align: center;
}
.c-btn--frame-white {
  border: 1px solid #fff;
}
.c-btn--frame-black {
  border: 1px solid #172d55;
}
.c-btn--flat-white {
  background: #fff;
  color: #212121;
}
.c-btn--flat-yellow {
  background: #d5c200;
  color: #212121;
}
.c-btn--flat-black {
  background: #212121;
  color: #fff;
}
.c-btn--flat-black .c-btn__link {
  color: #fff;
}
.c-btn--round {
  border-radius: 9999px;
}

.c-business-list {
  display: flex;
  gap: 6.0666666667rem 3.9333333333rem;
  flex-wrap: wrap;
  list-style: none;
}
@media (width <= 1000px) {
  .c-business-list {
    gap: 4.5714285714rem;
  }
}
.c-business-list__item {
  width: calc(50% - 2rem);
}
@media (width <= 1000px) {
  .c-business-list__item {
    width: 100%;
  }
}
.c-business-list__item:nth-child(1) .c-business-list__title {
  background: url(./images/home/img-home__business_01@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-business-list__item:nth-child(2) .c-business-list__title {
  background: url(./images/home/img-home__business_04@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-business-list__item:nth-child(3) .c-business-list__title {
  background: url(./images/home/img-home__business_02@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-business-list__item:nth-child(4) .c-business-list__title {
  background: url(./images/home/img-home__business_03@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.c-business-list__title {
  height: 8.4rem;
  font-size: 1.4666666667rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1.5;
  padding: 0.4rem 1.1333333333rem;
  margin-bottom: 1.6666666667rem;
  font-weight: 600;
}
@media (width <= 1000px) {
  .c-business-list__title {
    font-size: 1.2857142857rem;
    height: 7.8571428571rem;
  }
}
.c-business-list__p {
  letter-spacing: 0.06em;
  line-height: 1.65;
  margin-bottom: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-business-list__p {
    line-height: 1.47;
  }
}
.c-business-list__link {
  color: #172d55;
}
@media (width <= 1000px) {
  .c-business-list__link {
    float: right;
  }
}
.c-business-list__span {
  padding-right: 0.6666666667rem;
  padding-bottom: 0.3333333333rem;
  display: inline-block;
  border-bottom: 1px solid #212121;
  font-weight: 700;
}
@media (width <= 1000px) {
  .c-business-list__span {
    font-size: 1.0714285714rem;
  }
}

.c-contact-list {
  background: url(./images/home/img-contact@2x.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  color: #fff;
  list-style: none;
  padding: 3.8666666667rem 0 2.7333333333rem;
}
@media (width <= 1000px) {
  .c-contact-list {
    padding: 0 3.9285714286rem;
    flex-direction: column;
    margin-left: -1.4285714286rem;
    margin-right: -1.4285714286rem;
  }
}
.c-contact-list__item {
  text-align: center;
  width: calc(33.3% - 1px);
  padding: 0 3.4666666667rem 1rem;
}
@media (width <= 1000px) {
  .c-contact-list__item {
    width: 100%;
    padding: 4.4285714286rem 0;
  }
}
.c-contact-list__item:not(:last-of-type) {
  border-right: 1px solid #939393;
}
@media (width <= 1000px) {
  .c-contact-list__item:not(:last-of-type) {
    border: none;
    border-bottom: 1px solid #939393;
  }
}
.c-contact-list__thumb {
  margin-bottom: 0.7333333333rem;
}
.c-contact-list__title {
  font-size: 1.3333333333rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.4666666667rem;
  font-weight: 600;
}
@media (width <= 1000px) {
  .c-contact-list__title {
    font-size: 1.4285714286rem;
  }
}
.c-contact-list__p {
  font-size: 0.8666666667rem;
  line-height: 1.15;
}
@media (width <= 1000px) {
  .c-contact-list__p {
    font-size: 0.9285714286rem;
    margin-bottom: 1rem;
  }
}
.c-contact-list__tel {
  width: 13.6rem;
  margin-bottom: 1.0666666667rem;
}
@media (width <= 1000px) {
  .c-contact-list__tel {
    width: 14.6428571429rem;
  }
}
.c-contact-list__headphone {
  width: 2.9333333333rem;
}
@media (width <= 1000px) {
  .c-contact-list__headphone {
    width: 3.1428571429rem;
  }
}
.c-contact-list__mail {
  width: 3.2rem;
  margin-bottom: 0.7333333333rem;
}
@media (width <= 1000px) {
  .c-contact-list__mail {
    width: 3.4285714286rem;
  }
}
.c-contact-list__document {
  width: 2.4666666667rem;
}
@media (width <= 1000px) {
  .c-contact-list__document {
    width: 2.6428571429rem;
  }
}

.c-copyright {
  text-align: right;
  margin-top: 1.3333333333rem;
  margin-right: -2.6666666667rem;
  font-weight: 500;
  color: #172d55;
}
@media (width <= 1000px) {
  .c-copyright {
    margin-right: 0;
    font-size: 0.9285714286rem;
    text-align: center;
  }
}

.c-fade-in {
  opacity: 0;
  transform: translateY(2rem);
  transition: 0.8s;
}
.c-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.c-feature-list {
  display: flex;
  gap: 5.3333333333rem 1.9333333333rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 7.1333333333rem;
}
@media (width <= 1000px) {
  .c-feature-list {
    gap: 4.2857142857rem;
    margin-bottom: 2.8571428571rem;
  }
}
.c-feature-list__item {
  list-style: none;
  border-radius: 0.6666666667rem;
  width: calc(33.3% - 1.9333333333rem);
  background: #fff;
  padding: 0 1.3333333333rem 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-feature-list__item {
    width: 100%;
  }
}
.c-feature-list__thumb {
  width: 5.8666666667rem;
  margin: -2.9333333333rem auto 0.9333333333rem;
}
@media (width <= 1000px) {
  .c-feature-list__thumb {
    width: 6.2857142857rem;
    margin: -3.1428571429rem auto 1rem;
  }
  .c-feature-list__thumb img {
    width: 100%;
  }
}
.c-feature-list__title {
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: #172d55;
  text-align: center;
  margin-bottom: 0.3333333333rem;
}
@media (width <= 1000px) {
  .c-feature-list__title {
    font-size: 1.2857142857rem;
    margin-bottom: 0.3571428571rem;
  }
}

.c-fixed-banner {
  position: fixed;
  right: 1.2rem;
  bottom: 2.4666666667rem;
  background: #122c51;
  color: #fff;
  width: 16.2rem;
  padding: 1.4666666667rem 1rem 1rem;
  text-align: center;
  z-index: 10;
  border-radius: 0.6666666667rem;
}
.c-fixed-banner a {
  color: #fff;
}
@media (width <= 1000px) {
  .c-fixed-banner {
    right: 0.1428571429rem;
    bottom: 6.0714285714rem;
    width: 22.5rem;
    padding: 0.5714285714rem 1.2857142857rem;
  }
}
.c-fixed-banner__inner {
  display: flex;
  justify-content: space-between;
}
.c-fixed-banner__thumb {
  width: 6rem;
}
.c-fixed-banner__thumb img {
  width: 100%;
}
@media (width <= 1000px) {
  .c-fixed-banner__thumb {
    width: 4.0714285714rem;
    height: 3.3571428571rem;
  }
  .c-fixed-banner__thumb img {
    width: 4.0714285714rem;
    height: 3.9285714286rem;
  }
}
.c-fixed-banner__text {
  width: 7.5333333333rem;
}
@media (width <= 1000px) {
  .c-fixed-banner__text {
    width: 14.6428571429rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (width <= 1000px) {
  .c-fixed-banner__logo {
    width: 7.1428571429rem;
  }
}
.c-fixed-banner__p {
  font-size: 0.8rem;
  line-height: 1.4;
}
@media (width <= 1000px) {
  .c-fixed-banner__p {
    font-size: 0.8571428571rem;
  }
}
.c-fixed-banner__p2 {
  font-size: 1.2666666667rem;
  line-height: 1.4;
}
@media (width <= 1000px) {
  .c-fixed-banner__p2 {
    font-size: 1.3571428571rem;
    display: inline-block;
  }
}
.c-fixed-banner__p3 {
  font-size: 0.4666666667rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
@media (width <= 1000px) {
  .c-fixed-banner__p3 {
    font-size: 0.5rem;
    display: inline-block;
    margin-bottom: 0;
  }
}
.c-fixed-banner__p4 {
  padding-top: 0.1333333333rem;
  font-size: 0.7333333333rem;
  line-height: 1.4;
}
@media (width <= 1000px) {
  .c-fixed-banner__p4 {
    font-size: 1rem;
  }
}
.c-fixed-banner__close {
  background: #fff;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}
.c-fixed-banner .c-btn {
  margin-top: 1.2666666667rem;
}
@media (width <= 1000px) {
  .c-fixed-banner .c-btn {
    display: none;
  }
}
.c-fixed-banner .c-btn__link {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
}
.c-fixed-banner .u-arrow:after {
  width: 0.3333333333rem;
  height: 0.3333333333rem;
}
.c-fixed-banner .u-arrow--right:after {
  top: calc(50% - 0.2rem);
  right: 1rem;
}

.c-flex-list__list {
  display: flex;
  gap: 2rem;
}
@media (width <= 1000px) {
  .c-flex-list__list {
    gap: 1.4285714286rem;
    flex-wrap: wrap;
  }
}
.c-flex-list__item {
  list-style: none;
  width: calc(33.3% - 1.3333333333rem);
  background: #fff;
  border-radius: 0.6666666667rem;
  padding: 1.3333333333rem 1.5333333333rem;
  position: relative;
}
@media (width <= 1000px) {
  .c-flex-list__item {
    width: 100%;
    border-radius: 0.7142857143rem;
    padding: 1.4285714286rem;
  }
}
.c-flex-list__item:not(:last-of-type):after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 3rem;
  right: -1.6rem;
  top: calc(50% - 1.5rem);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #172d55;
}
@media (width <= 1000px) {
  .c-flex-list__item:not(:last-of-type):after {
    top: 100%;
    width: 1.2857142857rem;
    height: 3.2142857143rem;
    right: 50%;
    z-index: 1;
    transform: rotate(90deg);
  }
}
.c-flex-list--no-arrow .c-flex-list__item:after {
  content: inherit;
}
.c-flex-list__thumb {
  height: 6.9333333333rem;
  text-align: center;
  margin-bottom: 0.6666666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 1000px) {
  .c-flex-list__thumb {
    height: auto;
    margin: 0.7142857143rem;
  }
}
.c-flex-list__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.3333333333rem;
  text-align: center;
  line-height: 1.5;
}
@media (width <= 1000px) {
  .c-flex-list__title {
    font-size: 1.2857142857rem;
    margin-bottom: 0.3571428571rem;
  }
}

.c-flow-list {
  background-position: 1.8333333333rem top;
  background-size: 0.1333333333rem;
  margin: 0 auto;
}
@media (width <= 1000px) {
  .c-flow-list {
    background: url(./images/development_business/img-flow-bg.png) no-repeat;
    background-position: 2.6785714286rem;
    background-size: 0.1428571429rem;
  }
}
.c-flow-list__item {
  list-style: none;
  padding: 0.6666666667rem 0 1.6666666667rem 4.8666666667rem;
  padding-left: 0;
  position: relative;
}
@media (width <= 1000px) {
  .c-flow-list__item {
    padding-left: 5.2142857143rem;
    padding: 0.7142857143rem 0 1.7857142857rem 5.2142857143rem;
  }
}
.c-flow-list__item:not(:last-of-type) {
  margin-bottom: 2.3333333333rem;
}
@media (width <= 1000px) {
  .c-flow-list__item:not(:last-of-type) {
    margin-bottom: 1.4285714286rem;
  }
}
.c-flow-list__no {
  position: absolute;
  width: 3.6666666667rem;
  height: 3.6666666667rem;
  background: #172d55;
  color: #fff;
  font-size: 1.5333333333rem;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  flex-wrap: wrap;
  gap: 0;
  left: 0;
  top: 0;
}
.c-flow-list__no-inner {
  font-weight: 700;
}
.c-flow-list__no-span {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
}
.c-flow-list__title {
  font-size: 1.3333333333rem;
  margin-bottom: 1.3333333333rem;
  font-weight: 700;
  padding-left: 4.6666666667rem;
}
@media (width <= 1000px) {
  .c-flow-list__title {
    margin-bottom: 0.7142857143rem;
    padding-left: 0;
  }
}
.c-flow-list__thumb {
  margin-bottom: 1rem;
}
.c-flow-list__thumb img {
  width: 100%;
}

.c-close-btn {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: -0.5333333333rem;
  right: 0.5333333333rem;
}
@media (width <= 1000px) {
  .c-close-btn {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
    top: -0.5714285714rem;
    right: 0.5714285714rem;
  }
}
.c-close-btn:after {
  content: "";
  position: absolute;
  background: #172d55;
  height: 1px;
  width: 0.8rem;
  display: block;
  left: calc(50% - 0.4rem);
  top: calc(50% - 0.0666666667rem);
}
.c-close-btn:before {
  content: "";
  position: absolute;
  background: #172d55;
  height: 0.8rem;
  width: 1px;
  display: block;
  left: calc(50% - 0.0666666667rem);
  top: calc(50% - 0.4rem);
}

.c-header-img {
  padding: 6.6666666667rem;
  background: url(./images/realestate/img-header-bg.png) no-repeat;
  background-position: right top;
  background-size: 54.4rem 24.8rem;
  padding-left: 23.8rem !important;
  padding-bottom: 0;
  position: relative;
}
@media (1280px < width) {
  .c-header-img {
    background: url(./images/realestate/img-header-bg.png) no-repeat;
    background-position: right top;
    background-size: calc(100% - 463px) 372px;
    padding-left: 357px !important;
    padding-bottom: 0;
  }
}
@media (width <= 1000px) {
  .c-header-img {
    padding: 1.4285714286rem 1.4285714286rem 0.7142857143rem !important;
    margin-top: 4.6428571429rem !important;
    background: url(./images/realestate/img-header-bg.png) no-repeat;
    background-position: center top;
    background-size: 100% 7.8571428571rem;
  }
}
.single .c-header-img {
  padding: 6.6666666667rem;
  background: url(./images/realestate/img-header-bg.png) no-repeat;
  background-position: right top;
  background-size: calc(100% - 19.5333333333rem) 6.6666666667rem;
  padding-left: 23.8rem !important;
  padding-top: 7.3333333333rem;
  padding-bottom: 0;
  position: relative;
}
@media (1280px < width) {
  .single .c-header-img {
    background: url(./images/realestate/img-header-bg.png) no-repeat;
    background-position: right top;
    background-size: calc(100% - 312px) 100px;
    padding-left: 357px;
    padding-top: 110px;
    padding-bottom: 0;
  }
}
@media (width <= 1000px) {
  .single .c-header-img {
    padding: 2.8571428571rem 1.4285714286rem 0.7142857143rem !important;
    margin-top: 4.6428571429rem !important;
    background: url(./images/realestate/img-header-bg.png) no-repeat;
    background-position: center top;
    background-size: 100% 2.8571428571rem;
  }
}
.c-header-img__thumb {
  margin-bottom: 0.8rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  width: 57.2666666667rem;
  height: 22.3333333333rem;
}
@media (1280px < width) {
  .c-header-img__thumb {
    width: 67.109375vw;
    height: 335px;
  }
}
@media (width <= 1000px) {
  .c-header-img__thumb {
    width: 100%;
    height: 10.7142857143rem;
    border-radius: 0.7142857143rem;
    margin-bottom: 0.3571428571rem;
  }
}
.c-header-img__thumb img {
  width: 100%;
  height: 100%;
}

.c-header-page {
  padding: 6.6666666667rem;
  padding-top: 0;
  padding-left: 23.8rem !important;
  padding-bottom: 4.2666666667rem;
  position: relative;
  margin-bottom: 1rem;
}
@media (width <= 1000px) {
  .c-header-page {
    padding: 1.4285714286rem 1.4285714286rem 0.7142857143rem !important;
    margin-top: 4.6428571429rem !important;
  }
}
.c-header-page__p {
  line-height: 1.5;
}

.c-history th {
  padding: 0.6666666667rem 1rem 2rem 0.6666666667rem !important;
  width: 9rem;
  font-size: 1.3333333333rem;
  font-weight: 700;
  border-right: 0.1333333333rem solid #172d55;
  position: relative;
  text-align: right;
}
@media (width <= 1000px) {
  .c-history th {
    padding: 0.7142857143rem 1.0714285714rem 2.1428571429rem 0.7142857143rem !important;
    width: 8.9285714286rem;
    font-size: 1.1428571429rem;
    border-right: 0.1428571429rem solid #172d55;
  }
}
.c-history th:after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #172d55;
  border-radius: 9999px;
}
@media (width <= 1000px) {
  .c-history th:after {
    top: 1.0714285714rem;
    right: -0.5357142857rem;
    width: 1.0714285714rem;
    height: 1.0714285714rem;
  }
}
.c-history td {
  padding: 0.6666666667rem 0.6666666667rem 2.8rem 1.3333333333rem !important;
  transform: translateY(0.2666666667rem);
}
@media (width <= 1000px) {
  .c-history td {
    padding: 0.7142857143rem 0.7142857143rem 3rem 1.4285714286rem !important;
    transform: translateY(0.2142857143rem);
  }
}

.c-inner {
  padding: 4.6666666667rem 16.40625vw;
}
@media screen and (max-width: 1280px) {
  .c-inner {
    padding: 4.6666666667rem 14rem;
  }
}
@media (width <= 1000px) {
  .c-inner {
    padding: 2.8571428571rem 1.4285714286rem;
  }
}
.c-inner--small {
  padding: 0 1.6rem;
}
@media (width <= 1000px) {
  .c-inner--small {
    padding: 0;
  }
}

.c-list {
  list-style: none;
}
.c-list__item {
  list-style-position: outside;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.47;
  margin-bottom: 1rem;
}
@media (width <= 1000px) {
  .c-list__item {
    margin-bottom: 0.7142857143rem;
  }
}
.c-list__item:before {
  position: absolute;
  left: 0;
  width: 1.0666666667rem;
  height: 1.0666666667rem;
  font-size: 1.0666666667rem;
  color: #d5c200;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media (width <= 1000px) {
  .c-list__item:before {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
    font-size: 1.1428571429rem;
  }
}

.c-management-list {
  display: flex;
  gap: 1.8rem 1.5333333333rem;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #212121;
}
.c-management-list__item {
  list-style: none;
  background: #fff;
  border-radius: 0.6666666667rem;
  width: calc(50% - 0.8rem);
  padding: 0.8rem 1.8666666667rem 1.8666666667rem;
}
@media (width <= 1000px) {
  .c-management-list__item {
    width: 100%;
    padding: 1.4285714286rem;
  }
}
.c-management-list__title {
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(50% - 1px), #d5c200 calc(50% - 1px), #d5c200 calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
  margin-bottom: 0.6666666667rem;
  text-align: center;
}
.c-management-list__span {
  background: #fff;
  padding: 0 0.3333333333rem;
  font-weight: 700;
}
.c-management-list__inner {
  display: flex;
  justify-content: space-between;
}
@media (width <= 1000px) {
  .c-management-list__inner {
    flex-wrap: wrap;
  }
}
.c-management-list__thumb {
  width: 9rem;
}
@media (width <= 1000px) {
  .c-management-list__thumb {
    width: 9.6428571429rem;
    margin: 0 auto 0.7142857143rem;
  }
}
.c-management-list__thumb img {
  width: 100%;
}
.c-management-list__sub {
  width: calc(100% - 9rem - 2em);
}
@media (width <= 1000px) {
  .c-management-list__sub {
    width: 100%;
  }
}
.c-management-list__sub__item {
  border-bottom: 1px dashed #707070;
  list-style: disc;
  list-style-position: inside;
  padding: 0.1333333333rem 0;
}

.c-member-list {
  display: flex;
  gap: 2.7333333333rem 2.2rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 7.3333333333rem auto 0;
  max-width: 54rem;
}
@media (width <= 1000px) {
  .c-member-list {
    gap: 2.9285714286rem 2.3571428571rem;
    margin: 2.8571428571rem auto 0;
  }
}
.c-member-list__item {
  width: 11.8rem;
  text-align: center;
  line-height: 1.4;
}
@media (width <= 1000px) {
  .c-member-list__item {
    width: calc(50% - 1.1785714286rem);
  }
}
.c-member-list__thumb {
  margin-bottom: 0.4666666667rem;
}
@media (width <= 1000px) {
  .c-member-list__thumb {
    margin-bottom: 0.5rem;
  }
}
.c-member-list__thumb img {
  width: 100%;
}
.c-member-list__position {
  font-size: 0.8666666667rem;
  font-weight: 500;
}
@media (width <= 1000px) {
  .c-member-list__position {
    font-size: 0.8571428571rem;
  }
}
.c-member-list__title {
  font-size: 1.1333333333rem;
  font-weight: 700;
}
@media (width <= 1000px) {
  .c-member-list__title {
    font-size: 1rem;
  }
}

.c-modal {
  position: fixed;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.c-modal:target {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.c-modal__content {
  position: relative;
  z-index: 1;
}
.c-modal__content:after {
  content: "+";
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 1.3333333333rem;
  top: -0.6666666667rem;
  right: -0.6666666667rem;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  border: 0.1333333333rem solid #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}
.c-modal__close {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.c-mv__slider {
  height: 58rem;
  min-height: 100vh;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin: 0;
}
.c-mv__slider img {
  width: 100%;
  height: 58rem;
}
.c-mv__slider .slick-slide:nth-of-type(1) .c-mv__item {
  background: url(./images/home/mv01.webp?240920) no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width <= 1000px) {
  .c-mv__slider .slick-slide:nth-of-type(1) .c-mv__item {
    background: url(./images/home/mv01-sp.webp?240920) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.c-mv__slider .slick-slide:nth-of-type(2) .c-mv__item {
  background: url(./images/home/mv02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.c-mv__slider .slick-slide:nth-of-type(3) .c-mv__item {
  background: url(./images/home/mv03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media (1000px < width) {
  @keyframes zoom-out {
    0% {
      transform: scale(1);
    }
    10% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (width <= 1000px) {
  @keyframes zoom-out {
    0% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
}
.c-mv__item {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  transition: 8s;
}
.c-mv__item img {
  width: 100%;
}
.c-mv__item:nth-of-type(1) {
  background: url(./images/home/mv01.webp?240920) no-repeat;
  background-position: center;
  background-size: cover;
}
.c-mv__item:nth-of-type(2) {
  background: url(./images/home/mv02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.c-mv__item:nth-of-type(3) {
  background: url(./images/home/mv03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.c-nav-page__list {
  padding: 1.4666666667rem 0;
  background: #172d55;
  display: flex;
  justify-content: center;
  gap: 4.2rem;
  border-radius: 0.6666666667rem;
  margin-top: 2.6666666667rem;
}
@media (width <= 1000px) {
  .c-nav-page__list {
    border-radius: 0.7142857143rem;
    padding: 1.0714285714rem;
    margin-top: 1.4285714286rem;
    display: block;
  }
}
.c-nav-page__item {
  list-style: none;
  border-bottom: 1px solid #fff;
}
@media (width <= 1000px) {
  .c-nav-page__item {
    display: inline-block;
    margin-right: 1.4285714286rem;
    margin-bottom: 0.7142857143rem;
  }
}
.c-nav-page__link {
  color: #fff;
  font-size: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-nav-page__link {
    font-size: 1.1428571429rem;
  }
}
.c-nav-page .u-arrow--bottom:after {
  top: calc(50% - 0.3571428571rem);
  right: 0.5714285714rem;
}

.c-news-list {
  list-style: none;
}
.c-news-list__item {
  padding: 1.6rem 0 1rem;
  border-bottom: 1px solid #939393;
  position: relative;
}
.c-news-list__item:before {
  position: absolute;
  content: "";
  width: 3.2rem;
  height: 0.1333333333rem;
  background: #939393;
  top: 56%;
  right: 1.4666666667rem;
}
@media (width <= 1000px) {
  .c-news-list__item:before {
    display: none;
  }
}
.c-news-list__item:after {
  position: absolute;
  content: "";
  border-top: 0.1333333333rem solid #939393;
  border-right: 0.1333333333rem solid #939393;
  transform: rotate(45deg);
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  top: 47%;
  right: 1.4666666667rem;
}
@media (width <= 1000px) {
  .c-news-list__item:after {
    display: none;
  }
}
@media (width <= 1000px) {
  .c-news-list__p {
    margin-bottom: 0.7142857143rem;
  }
}
.c-news-list__link {
  display: block;
}
.c-news-list__title {
  font-size: 1.1333333333rem;
  margin-bottom: 0.2666666667rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-right: 5.3333333333rem;
}
@media (width <= 1000px) {
  .c-news-list__title {
    font-size: 1rem;
    margin-bottom: 0.7142857143rem;
    padding-right: 0;
  }
}
.c-news-list__category {
  border: 1px solid #fff;
  border-radius: 9999px;
  display: inline-block;
  vertical-align: middle;
  padding: 0.1333333333rem 1rem;
  margin-right: 0.9333333333rem;
  font-size: 0.8rem;
}
@media (width <= 1000px) {
  .c-news-list__category {
    font-size: 0.8571428571rem;
    margin-right: 0.7142857143rem;
  }
}
.c-news-list__date {
  font-size: 0.8rem;
  display: inline-block;
  letter-spacing: 0.06em;
}
@media (width <= 1000px) {
  .c-news-list__date {
    font-size: 0.8571428571rem;
  }
}

.c-page-header__img {
  width: 57.3333333333rem;
  height: 22.3333333333rem;
}

.c-pagenation {
  margin: 3.3333333333rem 0 0 0;
  text-align: center;
}
.c-pagenation:after, .c-pagenation__navul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.c-pagenation__nav {
  margin: 0;
}
.c-pagenation__item {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  margin-bottom: 3px;
}
.c-pagenation__item:first-child {
  margin-left: 0;
}
.c-pagenation__item--active {
  background-color: #333;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}
.c-pagenation__link {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.c-pagenation__link:hover {
  background-color: #333;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

.c-proparty-list {
  margin-top: 4.3333333333rem;
}
@media (width <= 1000px) {
  .c-proparty-list {
    margin-top: 1.5714285714rem;
  }
}
.c-proparty-list__item {
  background: #fff;
  border-radius: 0.6666666667rem;
  overflow: hidden;
  color: #212121;
}
.c-proparty-list__item a {
  color: #212121 !important;
}
.c-proparty-list__item.-work {
  background: #f5f5f5;
}
.c-proparty-list__thumb {
  position: relative;
  overflow: hidden;
  height: 15.3333333333rem;
}
@media (width <= 1000px) {
  .c-proparty-list__thumb {
    height: 13.5714285714rem;
  }
}
.c-proparty-list img {
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-proparty-list img:hover {
  transform: scale(1.1);
}
.c-proparty-list__category {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #172d55;
  font-size: 0.8666666667rem;
  padding: 0.1333333333rem 1rem;
  color: #fff;
}
.c-proparty-list__text {
  padding: 0.9333333333rem 0.7333333333rem 1.5333333333rem;
}
.c-proparty-list__title {
  font-size: 1.2rem;
  font-weight: 600;
}
.c-proparty-list__address {
  font-size: 1.0666666667rem;
}
.c-proparty-list__address svg {
  margin-right: 0.3333333333rem;
}
.c-proparty-list__price {
  font-size: 1.2666666667rem;
  font-weight: 700;
  color: #172d55;
}

.c-registration__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667rem 2rem;
}
@media (width <= 1000px) {
  .c-registration__list {
    padding-left: 0;
    gap: 1.4285714286rem;
  }
}
.c-registration__item {
  width: calc(33.3% - 1.7333333333rem);
}
@media (width <= 1000px) {
  .c-registration__item {
    width: calc(50% - 0.7142857143rem);
  }
}
.c-registration__item img {
  width: 100%;
}

@media (width <= 1000px) {
  .c-scroll {
    overflow-x: auto;
  }
  .c-scroll img {
    max-width: inherit;
  }
}

.c-section {
  position: relative;
  margin-top: 0;
}
@media (width <= 1000px) {
  .c-section {
    padding: 0;
  }
}

.c-section-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (width <= 1000px) {
  .c-section-header {
    display: block;
  }
}
.c-section-header__thumb {
  width: 39.6rem;
  height: 19.6666666667rem;
  border-bottom-left-radius: 3.3333333333rem;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media (width <= 1000px) {
  .c-section-header__thumb {
    margin-top: 1.9285714286rem;
    transform: translateX(1.4285714286rem);
    height: 11.7142857143rem;
    width: 100%;
    margin-left: 0;
  }
}
.c-section-header__thumb img {
  width: 73.3333333333rem;
  height: 19.6666666667rem;
}
@media (width <= 1000px) {
  .c-section-header__thumb img {
    width: 42.1428571429rem;
    height: 11.7142857143rem;
  }
}

.c-searchForm {
  max-width: 500px;
  margin: 10px auto 0;
}

.c-table {
  width: 100%;
}
@media (width <= 1000px) {
  .c-table {
    border-bottom: 1px solid #bfbfbf;
  }
}
.c-table th {
  padding: 1.4333333333rem 2rem !important;
  background: #f5f5f5;
  border: 1px solid #bfbfbf;
  border-right: none;
  width: 14.8666666667rem;
  font-weight: 700;
  vertical-align: middle;
}
@media (width <= 1000px) {
  .c-table th {
    border: 1px solid #bfbfbf;
    border-bottom: none;
    padding: 1.4285714286rem !important;
    width: 100%;
    display: block;
  }
}
.c-table td {
  padding: 1.4333333333rem 2rem !important;
  border: 1px solid #bfbfbf;
  border-left: none;
}
@media (width <= 1000px) {
  .c-table td {
    border: 1px solid #bfbfbf;
    border-top: none;
    border-bottom: none;
    display: block;
    padding: 1.4285714286rem !important;
    width: 100%;
  }
}

.c-title__h1--home {
  font-weight: 700;
  font-size: 3.5333333333rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media (width <= 1000px) {
  .c-title__h1--home {
    font-size: 2.3571428571rem;
  }
}
.c-title__h1--page {
  font-size: 3rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 0.6666666667rem;
}
@media (width <= 1000px) {
  .c-title__h1--page {
    font-size: 2.3571428571rem;
  }
}
.c-title__h1-span--page {
  font-weight: 400;
  font-size: 1.4666666667rem;
  color: #d5c200;
  font-family: serif;
  display: block;
  line-height: 1.2;
}
@media (width <= 1000px) {
  .c-title__h1-span--page {
    font-size: 1.1428571429rem;
  }
}
.c-title__h2--home {
  font-weight: 700;
  font-size: 2.6666666667rem;
  line-height: 1.48;
  margin-bottom: 1rem;
  padding-bottom: 0.3333333333rem;
}
@media (width <= 1000px) {
  .c-title__h2--home {
    font-size: 1.8571428571rem;
    margin-bottom: 1.2857142857rem;
  }
}
.c-title__h2--underline {
  border-bottom: 1px solid #212121;
}
.c-title__h2--page {
  border-top: 0.4rem solid #d5c200;
  border-bottom: 0.1333333333rem solid #212121;
  font-size: 1.8666666667rem;
  font-weight: 700;
  padding: 0.8666666667rem 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1.6666666667rem;
}
@media (width <= 1000px) {
  .c-title__h2--page {
    padding: 0.5rem 1.0714285714rem;
    line-height: 1.4;
    font-size: 1.4666666667rem;
  }
}
.c-title__h2-span--home {
  font-size: 1.4666666667rem;
  color: #d5c200;
  display: block;
  line-height: 1.25;
  margin-bottom: 0.3333333333rem;
  font-family: "Lato", sans-serif;
}
@media (width <= 1000px) {
  .c-title__h2-span--home {
    font-size: 1.2857142857rem;
    margin-bottom: 0.7142857143rem;
    padding-bottom: 0.3571428571rem;
  }
}
.c-title__h3--page {
  font-size: 1.8666666667rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (width <= 1000px) {
  .c-title__h3--page {
    font-size: 1.4285714286rem;
  }
}
.c-title__h4--page {
  font-size: 1.3333333333rem;
  font-weight: 700;
}
@media (width <= 1000px) {
  .c-title__h4--page {
    font-size: 1.2857142857rem;
  }
}

.c-work-list {
  margin-top: 4.3333333333rem;
}
@media (width <= 1000px) {
  .c-work-list {
    margin-top: 2.1428571429rem;
  }
}
.c-work-list__item {
  padding: 0 30px;
}
.c-work-list__thumb {
  position: relative;
  margin-bottom: 1.4666666667rem;
  overflow: hidden;
  height: 24.7333333333rem;
}
@media (1000px < width) {
  .c-work-list__thumb {
    height: 28.984375vw;
  }
}
@media (width <= 1000px) {
  .c-work-list__thumb {
    height: 14.3571428571rem;
  }
}
.c-work-list__category {
  background: #172d55;
  color: #fff;
  font-size: 1.1333333333rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.1333333333rem 1rem;
  line-height: 1.2;
}
.c-work-list__title {
  font-size: 1.4666666667rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media (width <= 1000px) {
  .c-work-list__title {
    font-size: 1.2857142857rem;
  }
}
.c-work-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.c-work-list img:hover {
  transform: scale(1.1);
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-title-wrapper {
  position: relative;
}
.c-title-wrapper__link {
  position: absolute !important;
  bottom: 0.6666666667rem;
  right: 0;
  font-weight: 700;
  color: #172d55;
}

.c-tab-area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.3333333333rem;
}
@media (width <= 1000px) {
  .c-tab-area {
    width: 47.8571428571rem;
  }
}
.c-tab-area__item {
  width: 15.3333333333rem;
  list-style: none;
  font-size: 1.2rem;
  font-weight: 700;
  background: #e3dfdf;
  border-radius: 0.6666666667rem 0.6666666667rem 0 0;
  padding: 0.3333333333rem 0;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (width <= 1000px) {
  .c-tab-area__item {
    display: inline-block;
  }
}
.c-tab-area__item:after {
  content: "";
}
.c-tab-area__item:hover, .c-tab-area__item.is-active {
  background: #172d55;
  color: #fff;
  padding-bottom: 0.6666666667rem;
}
.c-tab-area__item:hover:after, .c-tab-area__item.is-active:after {
  content: "";
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0.6666666667rem;
  top: calc(50% - 0.8rem);
}
@media (width <= 1000px) {
  .c-tab-area__item:hover:after, .c-tab-area__item.is-active:after {
    border-top: 0.0714285714rem solid #fff;
    border-right: 0.0714285714rem solid #fff;
  }
}

.c-panel-area__item {
  display: none;
  border: 0.2666666667rem solid #172d55;
  border-radius: 0.6666666667rem;
  padding: 2.3333333333rem 1.3333333333rem 1.3333333333rem;
}
.c-panel-area__item.is-active {
  display: block;
}
.c-panel-area__img {
  margin-top: 1.6666666667rem;
}
@media (width <= 1000px) {
  .c-panel-area__img {
    max-width: inherit;
  }
}

.c-slick {
  margin-left: -1.3333333333rem;
  margin-right: -1.3333333333rem;
}
@media (width <= 1000px) {
  .c-slick {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-slick__arrow {
  position: absolute;
  top: calc(50% - 1.6666666667rem);
  width: 1.5333333333rem;
  cursor: pointer;
}
@media (width <= 1000px) {
  .c-slick__arrow {
    width: 1.5rem;
  }
}
.c-slick__arrow--prev {
  left: -1.6666666667rem;
}
@media (width <= 1000px) {
  .c-slick__arrow--prev {
    left: -1.2142857143rem;
  }
}
.c-slick__arrow--next {
  right: -1.6666666667rem;
  transform: rotate(180deg);
}
@media (width <= 1000px) {
  .c-slick__arrow--next {
    right: -1.2142857143rem;
  }
}
.c-slick__arrow svg {
  stroke: #fff;
  width: 100%;
}
.c-slick .slick-slide {
  padding: 0 1.3333333333rem;
}
.c-slick img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slick .slick-dots {
  bottom: -2.1333333333rem;
}
.c-slick .slick-dots li {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-slick .slick-dots li {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
  }
}
.c-slick .slick-dots li button {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  padding: 0.3333333333rem;
  line-height: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-slick .slick-dots li button {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
    padding: 0.3571428571rem;
    line-height: 1.4285714286rem;
  }
}
.c-slick .slick-dots li button:before {
  font-size: 0.7333333333rem;
  color: #f0f0f0;
  opacity: 1;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  line-height: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-slick .slick-dots li button:before {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
    line-height: 1.4285714286rem;
  }
}
.c-slick .slick-dots li.slick-active button:before {
  color: #d5c200;
}

.c-slick.-work .c-slick__arrow svg {
  stroke: #172d55;
  width: 100%;
}

.c-ixo-series .c-inner {
  background-color: #132c51;
  padding-top: 10rem;
}
@media (width <= 1000px) {
  .c-ixo-series .c-inner {
    padding-top: 3.3333333333rem;
  }
}
.c-ixo-series .c-title-wrapper__logo {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-ixo-series .c-title-wrapper__logo {
    max-width: 200px;
  }
}
.c-ixo-series .c-description__text {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 1.3333333333rem;
}
.c-ixo-series__items {
  max-width: 900px;
  margin: 0 auto;
}
.c-ixo-series__video-wrapper {
  margin-top: 3rem;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 のアスペクト比 (9/16 * 100) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.c-ixo-series__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.c-ixo-series .c-flex-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  gap: 1.3333333333rem;
  padding-left: 0 !important;
}
.c-ixo-series .c-flex-list__list li {
  max-width: calc(50% - 20px);
  width: 50%;
}
@media (width <= 1000px) {
  .c-ixo-series .c-flex-list__list li {
    max-width: 100%;
    width: 100%;
  }
}
.c-ixo-series .c-flex-list__list li a {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.c-ixo-series .c-flex-list__desc {
  position: relative;
  padding-right: 2rem;
  flex: 1;
}
.c-ixo-series .c-flex-list__desc:before {
  content: "";
  display: block;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  background: url("./images/ixo/ixo-arrow.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-ixo-series .c-flex-list__logo {
  width: 134px;
  text-align: center;
}
.c-ixo-series .c-flex-list__logo img.-ixo-plus {
  width: 60%;
}

#ixo-s .c-inner,
#ixo-w .c-inner,
#ixo-plus2 .c-inner,
#ixo-azalia-court .c-inner,
#ixo-base .c-inner,
#ixo-kit .c-inner {
  border-top: 1px solid #6b6b6b;
}

.c-ixo-detail__wrap {
  display: flex;
  gap: 3.3333333333rem;
  margin-bottom: 1.3333333333rem;
  align-items: end;
}
@media (width <= 1000px) {
  .c-ixo-detail__wrap {
    flex-direction: column;
  }
}
.c-ixo-detail__header {
  flex: 1;
}
.c-ixo-detail__header img {
  max-width: 350px;
  margin-bottom: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-ixo-detail__header img {
    max-width: 200px;
  }
}
@media (width <= 1000px) {
  .c-ixo-detail__header {
    text-align: center;
  }
}
.c-ixo-detail__image {
  max-width: 280px;
}
@media (width <= 1000px) {
  .c-ixo-detail__image {
    max-width: 50%;
    margin: 0 auto;
  }
}
.c-ixo-detail__image--two-column {
  display: flex;
  gap: 1.3333333333rem;
}
.c-ixo-detail__image-item {
  flex: 1; /* 画像を均等な幅で表示 */
  text-align: center; /* 必要に応じてセンタリング */
}
.c-ixo-detail__description {
  margin-bottom: 1rem;
}

.c-ixo-detail.-s__wrap {
  display: flex;
  gap: 3.3333333333rem;
  margin-bottom: 1.3333333333rem;
  align-items: end;
}
@media (width <= 1000px) {
  .c-ixo-detail.-s__wrap {
    flex-direction: column;
  }
}
.c-ixo-detail.-s .c-ixo-detail__header {
  text-align: center;
}
.c-ixo-detail.-s .c-ixo-detail__header img {
  max-width: 350px;
  margin-bottom: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-ixo-detail.-s .c-ixo-detail__header img {
    max-width: 200px;
  }
}
@media (width <= 1000px) {
  .c-ixo-detail.-s .c-ixo-detail__header {
    text-align: center;
  }
}
.c-ixo-detail.-s .c-ixo-detail__image {
  max-width: 100%;
  margin-bottom: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-ixo-detail.-s .c-ixo-detail__image {
    max-width: 100%;
  }
}

.c-ixo-points .c-inner {
  background-color: #f5f5f5;
}
.c-ixo-points .c-title__h3--page {
  margin-bottom: 1.3333333333rem;
}
.c-ixo-points__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.c-ixo-points__item {
  max-width: calc(50% - 30px);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media (width <= 1000px) {
  .c-ixo-points__item {
    max-width: 100%;
  }
}
.c-ixo-points__item h4 {
  background-color: #132c51;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.c-ixo-points__wrap {
  padding: 15px;
}
.c-ixo-points__img {
  margin-top: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
.c-ixo-points__description {
  font-size: 0.8666666667rem;
  position: relative;
  margin: 0; /* マージンをリセット */
  margin-bottom: 1rem;
}
.c-ixo-points__highlight {
  font-size: 1.0666666667rem;
  display: flex;
  align-items: center;
  font-weight: bold; /* 太字に設定 */
}
.c-ixo-points__highlight:before {
  content: "";
  display: inline-block;
  width: 0.75rem; /* 丸のサイズを調整 */
  height: 0.75rem; /* 丸のサイズを調整 */
  background-color: #d5c200; /* 背景色を指定 */
  border-radius: 50%; /* 丸にする */
  margin-right: 0.5rem; /* 右マージンを追加 */
}

.c-ixo-award__content {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (width <= 1000px) {
  .c-ixo-award__content {
    flex-direction: column;
  }
}
.c-ixo-award__content .c-ixo-award__image {
  max-width: 350px;
}
@media (width <= 1000px) {
  .c-ixo-award__content .c-ixo-award__image {
    max-width: 100%;
  }
}
.c-ixo-award__content .c-ixo-award__text {
  flex: 1;
}
.c-ixo-award__content .c-ixo-award__text h3 {
  margin-bottom: 1.3333333333rem;
  text-align: left;
}

.c-ixo-layout .c-inner {
  background-color: #f5f5f5;
}
.c-ixo-layout .c-title__h3--page {
  margin-bottom: 1.3333333333rem;
}
.c-ixo-layout__content {
  display: flex;
  align-items: center;
  gap: 2.6666666667rem;
}
@media (width <= 1000px) {
  .c-ixo-layout__content {
    flex-direction: column;
  }
}
.c-ixo-layout__content .c-ixo-layout__left {
  width: 30%;
}
@media (width <= 1000px) {
  .c-ixo-layout__content .c-ixo-layout__left {
    width: 50%;
  }
}
.c-ixo-layout__content .c-ixo-layout__right {
  width: 70%;
}
@media (width <= 1000px) {
  .c-ixo-layout__content .c-ixo-layout__right {
    width: 100%;
  }
}
.c-ixo-layout__details {
  display: flex;
  gap: 2rem;
}
.c-ixo-layout__details .c-ixo-layout__image {
  max-width: calc(50% - 30px);
}
.c-ixo-layout__details .c-ixo-layout__examples {
  max-width: calc(50% - 30px);
}
.c-ixo-layout h5 {
  font-size: 1rem; /* フォントサイズを調整 */
  font-weight: bold; /* フォントウェイトを調整 */
  margin-bottom: 0.5rem; /* 下部マージンを調整 */
  color: #000; /* フォントカラーを指定 */
}
.c-ixo-layout__examples {
  list-style: none; /* デフォルトのリストスタイルを削除 */
  padding: 0; /* パディングを削除 */
}
.c-ixo-layout__examples li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem; /* 各項目の間にマージンを追加 */
  font-size: 1rem; /* フォントサイズを調整 */
}
.c-ixo-layout__examples li:before {
  content: "";
  display: inline-block;
  width: 0.5rem; /* 丸のサイズを調整 */
  height: 0.5rem; /* 丸のサイズを調整 */
  background-color: #d5c200; /* 背景色を指定 */
  border-radius: 50%; /* 丸にする */
  margin-right: 0.5rem; /* 右マージンを追加 */
}

.c-title__h4--layout {
  display: flex;
  align-items: center;
  font-size: 1.25rem; /* フォントサイズを調整 */
  font-weight: bold; /* フォントウェイトを調整 */
  margin: 0; /* マージンをリセット */
  margin-bottom: 1rem;
  background-color: #fff;
}

.c-title__h4--layout span {
  background-color: #132c51; /* 背景色を指定 */
  color: #fff; /* テキストの色を指定 */
  padding: 0.5rem 1rem; /* パディングを指定 */
  margin-right: 1rem; /* 右マージンを指定 */
  display: inline-block; /* インラインブロックに指定 */
}

.c-ixo-layout__plus {
  font-size: 40px;
  color: #b4a61c;
  text-align: center;
  line-height: 40px;
  margin-bottom: 1rem;
}

.c-contact {
  text-align: center;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-contact__intro {
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  text-align: center;
}
.c-contact__intro:before, .c-contact__intro:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transform-origin: center;
}
.c-contact__intro:before {
  left: -2rem;
  transform: rotate(-135deg);
}
.c-contact__intro:after {
  right: -1.5rem;
  transform: rotate(135deg);
}
.c-contact .c-button--primary {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.c-ixo-comparison h3 {
  margin-bottom: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-ixo-comparison__image img {
    max-width: 500px;
  }
}

.c-works-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: space-between;
}
@media (width <= 1000px) {
  .c-works-list__items {
    flex-direction: column;
  }
}
.c-works-list__items::after {
  content: "";
  flex: 1 1 calc(50% - 45px);
  box-sizing: border-box;
}
.c-works-list__item {
  flex: 1 1 calc(50% - 45px);
  box-sizing: border-box;
}
@media (width <= 1000px) {
  .c-works-list__item {
    width: 100%;
  }
}
.c-works-list__image-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.c-works-list__image-wrap .c-works-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works-list__subtitle {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #172d55;
  color: #fff;
  padding: 0.3333333333rem;
  font-size: 0.8666666667rem;
}
.c-works-list h3 {
  font-size: 1.3333333333rem;
}
@media (width <= 1000px) {
  .c-works-list h3 {
    font-size: 1.1333333333rem;
  }
}

.c-slider-section .c-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-slider-section .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-slider-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3dfdf;
}
.c-slider-section .swiper-slide .swiper-slide-bg {
  width: 100%;
  height: 100%;
  max-width: 700px;
  overflow: hidden;
  position: relative;
}
.c-slider-section .swiper-slide .swiper-slide-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-slider-section .mySwiper2 {
  height: auto;
  width: 100%;
  position: relative;
}
.c-slider-section .mySwiper2 .swiper-wrapper {
  position: relative;
}
.c-slider-section .mySwiper2 .swiper-slide {
  height: 100%;
  height: 450px !important;
}
@media (width <= 1000px) {
  .c-slider-section .mySwiper2 .swiper-slide {
    height: 300px !important;
  }
}
.c-slider-section .mySwiper {
  height: 120px; /* Adjust height to accommodate padding */
  box-sizing: border-box;
  padding: 10px 0;
}
.c-slider-section .mySwiper .swiper-slide {
  width: 100px !important;
  height: 100px;
  opacity: 0.4;
}
.c-slider-section .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.c-slider-section .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  background: #172d55;
  padding: 0.3333333333rem;
  width: 60px !important;
  height: 60px !important;
  color: #fff !important;
}
@media (width <= 1000px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: initial !important;
    height: initial !important;
  }
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
}
@media (width <= 1000px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }
}

.c-slider-section .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #172d55;
}

.c-back-button {
  margin-top: 20px;
  text-align: center;
}
.c-back-button .c-button--primary {
  display: inline-block;
  padding: 10px 20px;
  background-color: #132c51;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
}

.c-title-label {
  font-size: 0.8666666667rem;
  background-color: #172d55;
  color: #fff;
  display: inline-block;
  padding: 5px;
}

.c-rent-details {
  margin-top: 10px;
}
.c-rent-details .c-inner {
  padding-top: initial;
}

.c-rent,
.c-price {
  font-size: 1.6rem;
  color: #ff4b00;
  font-weight: 700;
}

.c-price-flag,
.label-price-reduction {
  font-size: 0.7333333333rem;
  background-color: #00cfd5;
  color: #fff;
  padding: 2px 10px;
  border-radius: 100px;
  margin-left: 0.3333333333rem;
}

.c-mgmt-fee {
  font-size: 0.9333333333rem;
  color: #333;
}

.c-deposit-key-money {
  margin-top: 5px;
  font-size: 0.9333333333rem;
  color: #333;
}

.c-property-details .c-inner {
  padding-top: initial;
}

.c-property-details__wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  gap: 20px;
}
@media (width <= 1000px) {
  .c-property-details__wrapper {
    border-radius: 0;
  }
}

.c-property-details__item {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  align-items: center;
}

.c-property-details__label {
  background-color: #172d55;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 0.8rem;
  white-space: nowrap;
}

.c-property-details__value {
  color: #333;
  font-weight: 500;
  font-size: 0.8666666667rem;
  line-height: 1.2;
}

@media (width <= 1000px) {
  .c-property-details__item {
    flex: 1 1 100%;
  }
}
.c-contact-details {
  border-radius: 10px;
  margin-bottom: 20px;
}
.c-contact-details .c-inner {
  padding-top: initial;
}

.c-contact-details__wrapper {
  text-align: center;
  background-color: #172d55;
  padding: 3rem 2.6666666667rem 2rem;
}

.c-contact-details__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.c-contact-details__property-name {
  font-size: 0.8666666667rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.c-contact-details__property-name a {
  color: #d5c200;
  text-decoration: underline;
}

.c-contact-details__subtitle {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.c-contact-details__columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.c-contact-details__email,
.c-contact-details__phone {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  flex: 1;
}

.c-contact-details__button {
  display: inline-block;
  background-color: #ff4b00;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  width: 80%;
}

.c-contact-details__phone-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.c-contact-details__phone-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-contact-details__phone-icon {
  margin-right: 5px;
  width: 1.3333333333rem;
}

.c-contact-details__phone-number {
  font-size: 1.3333333333rem;
  font-weight: bold;
  color: #172d55;
}

.c-contact-details__phone-hours {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #555;
}

@media (width <= 1000px) {
  .c-contact-details__columns {
    flex-direction: column;
  }
}
.c-property-list .c-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-property-list .c-property-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (width <= 1000px) {
  .c-property-list .c-property-list__items {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.c-property-list .c-property-list__item {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.c-property-list .c-property-list__item:hover {
  transform: translateY(-5px);
}
.c-property-list .c-property-list__item a {
  text-decoration: none;
  color: inherit;
}
.c-property-list .c-property-list__item .c-proparty-list__thumb {
  position: relative;
  overflow: hidden;
}
.c-property-list .c-property-list__item .c-proparty-list__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-property-list .c-property-list__item .c-proparty-list__thumb .c-proparty-list__category {
  position: absolute;
  left: 0px;
  background-color: #172d55;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 0.9rem;
  font-weight: bold;
}
.c-property-list .c-property-list__item .c-property-list__details {
  padding: 15px;
}
.c-property-list .c-property-list__item .c-property-list__details .c-property-list__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-property-list .c-property-list__item .c-property-list__details .c-property-list__info .c-property-list__info-row {
  display: flex;
  justify-content: start;
  margin-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
  padding: 0.3333333333rem 0;
}
.c-property-list .c-property-list__item .c-property-list__details .c-property-list__info .c-property-list__info-row:last-child {
  border: none;
}
.c-property-list .c-property-list__item .c-property-list__details .c-property-list__info .c-property-list__info-label {
  font-weight: bold;
  color: #555;
  font-size: 0.8666666667rem;
  min-width: 4rem;
}
.c-property-list .c-property-list__item .c-property-list__details .c-property-list__info .c-property-list__info-value {
  color: #333;
  font-size: 0.8666666667rem;
}

.c-appeal-point {
  margin-bottom: 20px;
}
.c-appeal-point .c-inner {
  position: relative;
  padding-top: initial;
  padding-bottom: initial;
}
.c-appeal-point .balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 3px #ff4b00;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-appeal-point .balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.c-appeal-point .balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ff4b00;
  z-index: 1;
}
.c-appeal-point .balloon2-top h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.c-appeal-point .balloon2-top p {
  margin: 0;
  padding: 0;
  font-size: 0.8666666667rem;
}
@media (width <= 1000px) {
  .c-appeal-point .c-inner {
    margin: 0;
  }
}

.c-pageTitle__main {
  font-size: 1.6666666667rem;
}

.single-works table,
.single-rent table,
.single-buy table {
  border: 2px solid #dedede;
}
.single-works td,
.single-works th,
.single-rent td,
.single-rent th,
.single-buy td,
.single-buy th {
  font-size: 0.9333333333rem;
}
.single-works th,
.single-rent th,
.single-buy th {
  width: 200px;
}
.single-works th,
.single-rent th,
.single-buy th {
  font-size: 0.8666666667rem;
}
@media (width <= 1000px) {
  .single-works td,
  .single-works th,
  .single-rent td,
  .single-rent th,
  .single-buy td,
  .single-buy th {
    font-size: 0.8666666667rem;
  }
  .single-works th,
  .single-rent th,
  .single-buy th {
    width: auto;
    min-width: 100px;
  }
  .single-works th,
  .single-rent th,
  .single-buy th {
    font-size: 0.7333333333rem;
  }
}

.c-no-message {
  text-align: center;
  padding: 3rem 0;
  font-weight: 400;
  font-size: 0.8666666667rem;
  opacity: 0.7;
}

.c-tab-res {
  padding-top: 2.6666666667rem;
}
.c-tab-res__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: initial;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  gap: 0.6666666667rem;
}
@media (width <= 1000px) {
  .c-tab-res__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-tab-res__item {
  list-style: none;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  border: 1px solid #172d55;
  box-sizing: border-box;
  scroll-snap-align: center;
}
.c-tab-res__item:first-child {
  border-left: 1px solid #172d55;
}
@media (width <= 1000px) {
  .c-tab-res__item {
    flex-grow: 0;
    flex-basis: calc(50% - 0.6666666667rem);
    display: inline-block;
    border-left: 1px solid #172d55;
  }
}
.c-tab-res__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 0.6666666667rem;
  text-decoration: none;
  color: #172d55;
  width: 100%;
  text-align: center;
}
@media (width <= 1000px) {
  .c-tab-res__item a {
    padding: 0.4666666667rem 0;
  }
}
.c-tab-res__item--active {
  background-color: #172d55;
}
.c-tab-res__item--active a {
  color: #ffffff;
}
.c-tab-res__link {
  font-size: 1rem;
}
@media (width <= 1000px) {
  .c-tab-res__link {
    font-size: 1rem;
    white-space: normal;
  }
}/*# sourceMappingURL=ixo.css.map */