@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
  .sp-mgb-5 {
    margin-bottom: 5% !important;
  }
}
@media screen and (min-width: 769px) {
  p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
    color: #333333;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 24px;
    letter-spacing: normal;
    color: #333333;
  }
}
.cat-fv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .under_mv img {
    height: 300px !important;
  }
}
@media screen and (min-width: 769px) {
  .cat-fv_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .cat-fv_img img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cat-fv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cat-fv_title {
    font-size: 22px;
  }
}
.cat-intro {
  padding: 50px 20px 70px;
}
@media screen and (max-width: 768px) {
  .cat-intro {
    padding: 30px 3% 50px;
  }
}
.cat-intro_box p.en {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2E5690;
　font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .cat-intro_box p.en {
    font-size: 18px !important;
  }
}
.cat-intro_box p.jp {
  margin-top: 5px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2E5690;
　font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .cat-intro_box p.jp {
    font-size: 16px !important;
    letter-spacing: normal;
  }
}
.catsec {
  position: relative;
}
.catsec_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
.catsec_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #2E5690;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .catsec_title {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.catsec_title::after {
  display: block;
  margin: 20px auto 0;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #2E5690;
}
@media screen and (max-width: 768px) {
  .catsec_title::after {
    margin-top: 10px;
  }
}
.catsec_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .catsec_box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.catsec_box_img {
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .catsec_box_img {
    max-width: 100%;
  }
}
.catsec_box_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  background: rgba(217, 217, 217, 0.4196078431);
  z-index: -1;
}
.catsec_box_content {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .catsec_box_content {
    max-width: 100%;
  }
}
.catsec_box_content_title {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #2E5690;
}
@media screen and (max-width: 768px) {
  .catsec_box_content_title {
    font-size: 16px;
    line-height: 26px;
  }
}
.catsec_box_content_txt {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  color: #333333;
	padding-bottom:10px;
}
@media screen and (max-width: 768px) {
  .catsec_box_content_txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.catsec_link {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .catsec_link {
    margin-top: 20px;
    justify-content: center;
  }
}
.catsec_link a {
  background: #2E5690;
  padding: 10px 20px;
  padding-right: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .catsec_link a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .catsec_link a:hover {
    color: #fff;
  }
  .catsec_link a:hover::after {
    right: 8px;
  }
}
.catsec_link a::after {
  position: absolute;
  content: "";
  top: 51%;
  transform: translateY(-50%);
  right: 15px;
  width: 34px;
  height: 5px;
  background-image: url(../img/cat/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.catsec01 {
  background: #F9F9F9;
  padding: 70px 0 110px 20px;
}
@media screen and (max-width: 768px) {
  .catsec01 {
    padding: 25px 20px 50px;
  }
}
.catsec01 .catsec_box {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .catsec01 .catsec_box {
    flex-direction: column;
  }
}
.catsec02 {
  position: relative;
  padding: 100px 20px 100px 0;
}
@media screen and (max-width: 768px) {
  .catsec02 {
    padding: 25px 20px;
  }
}
.catsec02 .catsec_box {
  justify-content: flex-start;
}
.catsec02 .catimg01 {
  position: absolute;
  top: -174px;
  right: 105px;
  width: 310px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .catsec02 .catimg01 {
    top: -50px;
    right: 0px;
    width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .catsec03 {
    background: #F9F9F9;
    position: relative;
    padding: 70px 0px 100px 20px;
  }
}
@media screen and (max-width: 768px) {
  .catsec03 {
    background: #F9F9F9;
    position: relative;
    padding: 25px 0px 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .catsec03 {
    padding: 25px 20px 25px;
  }
}
.catsec03 .catimg02 {
  position: absolute;
  top: -3px;
  right: 105px;
  width: 125px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .catsec03 .catimg02 {
    top: -3px;
    right: 0;
    width: 80px;
    height: auto;
  }
}
.catsec03_box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .catsec03_box {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.catsec03_box_img {
  max-width: 690px;
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .catsec03_box_img {
    max-width: 100%;
  }
}
.catsec03_box_content {
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  padding: 35px 60px 35px 45px;
  margin-right: 60px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .catsec03_box_content {
    /* max-width: 100%; */
    margin: auto;
    padding: 20px;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.catsec03_box_content .itemrow {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  padding: 15px 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5215686275);
}
@media screen and (max-width: 768px) {
  .catsec03_box_content .itemrow {
    font-size: 16px;
    line-height: 24px;
  }
}
.catsec03_box_content .itemrow:first-child {
  padding-top: 0;
}
.catsec03_box_content .itemrow_head {
  border-left: 7px solid #AE8E6E;
  padding-left: 20px;
  min-width: 110px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .catsec03_box_content .itemrow_head {
    min-width: 90px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .catsec04 {
    position: relative;
    padding: 100px 20px 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .catsec04 {
    position: relative;
    padding: 25px 20px 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .catsec04 {
    padding: 25px 20px;
  }
}
.catsec04 .catsec_box {
  justify-content: flex-start;
  position: relative;
}
.catsec04 .catsec_box_content {
  position: relative;
}
.catsec04 .catsec_box_content .intertxt {
  position: absolute;
  bottom: -80px;
  right: 20px;
  width: 500px;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .catsec04 .catsec_box_content .intertxt {
    width: 350px;
    bottom: -30px;
    right: 0;
  }
}
.pagelinks {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 60px;
}
@media screen and (max-width: 768px) {
  .pagelinks {
    flex-wrap: wrap;
  }
}
.pagelinks li {
  position: relative;
}
.pagelinks li:last-child::after {
  content: "";
}
.pagelinks li::after {
  content: "｜";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  -moz-columns: #333333;
  columns: #333333;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .pagelinks li::after {
    font-size: 14px;
  }
}
.pagelinks li a {
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  -moz-columns: #333333;
  columns: #333333;
　
}
@media screen and (max-width: 1080px) {
  .pagelinks li a {
    font-size: 12px;
  }
}
.catsecbottom {
  position: relative;
}
.catsecbottom_inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
.catsecbottom .catimg03 {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 160px;
}
@media screen and (max-width: 1080px) {
  .catsecbottom .catimg03 {
    width: 75px;
    right: 10px;
  }
}


/*企画コンセプト・事業背景*/
.concept03 .catsec_title {
  margin-bottom: 20px;
}

.wd1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .cat-design-content h2 {
    text-align: left;
  }
  .cat-design-content h2::after {
    margin-left: 0;
    margin-right: auto;
  }
  .cat-design-content p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
  }
}
.cat-design {
  background: #ffffff;
  padding: 4%;
}
.cat-design-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 9fr 3fr;
  gap: 35px;
  align-items: center;
}
.cat-design-photo {
  position: relative;
}
.cat-design-photo img {
  width: 100%;
  display: block;
}
.cat-design-content {
  max-width: none;
}
.cat-design-content p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.cat-design-content p {
  margin-bottom: 18px;
}
.cat-design-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .cat-design {
    padding: 4%;
  }
  .cat-design-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cat-design-content {
    max-width: 100%;
  }
  .cat-design-content p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
}
@media screen and (max-width: 900px) {
  .cat-design-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cat-design-photo {
    order: -1;
  }
  .cat-design-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .under_read {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 769px) {
  .under_read {
    width: 92%;
    max-width: 1000px;
    margin: 2% auto 5%;
    border: 1px solid #2E5690;
    padding: 2%;
  }
}
@media screen and (max-width: 768px) {
  .under_read {
    width: 92%;
    max-width: 1000px;
    margin: 2% auto 5%;
    border: 1px solid #2E5690;
    padding: 2%;
  }
}
.under_read p {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
}
.zigzag {
  margin: 0 auto;
  padding: 0 0 40px;
}
.zigzag__row {
  display: grid;
  grid-template-columns: 1fr 540px;
  column-gap: 56px;
  align-items: start;
}
.zigzag__row + .zigzag__row {
  margin-top: 64px;
}
.zigzag__row--reverse {
  grid-template-columns: 540px 1fr;
}
@media screen and (min-width: 769px) {
  .zigzag__text {
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 26px;
	  padding-top:30px;
  }
}
@media screen and (max-width: 768px) {
  .zigzag__text {
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
  }
}
.zigzag__text p {
  line-height: 1.7;
}
.zigzag__text p + p {
  margin-top: 28px;
}
.zigzag__media {
  width: 100%;
  position: relative;
  z-index: 2;
}
.zigzag__media::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  background: rgba(217, 217, 217, 0.4196078431);
  z-index: -1;
}
.zigzag__media img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .zigzag__row:not(.zigzag__row--reverse) .zigzag__text {
    order: 1;
    padding-left: 9%;
  }
  .zigzag__row--reverse .zigzag__text {
    order: 2;
    padding-right: 9%;
  }
}
@media screen and (max-width: 768px) {
  .zigzag__row:not(.zigzag__row--reverse) .zigzag__text {
    order: 1;
  }
  .zigzag__row--reverse .zigzag__text {
    order: 2;
  }
}
.zigzag__row:not(.zigzag__row--reverse) .zigzag__media {
  order: 2;
}
.zigzag__row--reverse .zigzag__media {
  order: 1;
}
@media screen and (max-width: 900px) {
  .zigzag {
    padding: 0 0 32px;
  }
  .zigzag__row, .zigzag__row--reverse {
    display: block;
  }
  .zigzag__row + .zigzag__row {
    margin-top: 40px;
  }
  .zigzag__media {
    margin-top: 18px;
  }
}
.catsec_img {
  position: relative;
}
.catsec_img .catimg001 {
  position: absolute;
  top: -130px;
  left: 105px;
  width: 310px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .catsec_img .catimg001 {
    top: -65px;
    right: 0px;
    width: 200px;
  }
}
.mgb-24px {
  margin-bottom: 24px
}
@media screen and (min-width: 769px) {
  .cat-gallery {
    position: relative;
    max-width: 1200px;
    margin: 3% auto 0;
    padding: 0 56px 36px;
  }
}

.concept03 .cat-gallery {
  margin-top: 5% !important;
  padding-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .cat-gallery {
    position: relative;
    max-width: 1200px;
    margin: 5% auto 0;
    padding: 0 0 36px;
  }
}
.cat-gallery__viewport {
  overflow: hidden;
  width: 100%;
}
.cat-gallery__track {
  display: flex;
  gap: 36px;
  transition: transform .4s ease;
}
.cat-gallery__item {
  flex: 0 0 calc((100% - 72px) / 3);
}
.cat-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}
.cat-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .cat-gallery__arrow--prev {
    left: 8px;
    background-image: url("../img/cat/concept/gl-arrow-left.png");
  }
  .cat-gallery__arrow--next {
    right: 8px;
    background-image: url("../img/cat/concept/gl-arrow-right.png");
  }
}
@media screen and (max-width: 768px) {
  .cat-gallery__arrow--prev {
    left: -15px;
    background-image: url("../img/cat/concept/gl-arrow-left.png");
  }
  .cat-gallery__arrow--next {
    right: -15px;
    background-image: url("../img/cat/concept/gl-arrow-right.png");
  }
}
.cat-gallery__dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.concept03 .cat-gallery__dots {
  bottom: -30px;
}
.concept03 .catsec_link {
  margin-top: 80px;
}
.cat-gallery__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #d0d0d0;
  padding: 0;
}
.cat-gallery__dot.is-active {
  background: #9fb9d9;
}
@media screen and (max-width: 768px) {
  .cat-gallery {
    padding: 0 10px 30px;
  }
  .cat-gallery__track {
    gap: 12px;
  }
  .cat-gallery__item {
    flex: 0 0 100%;
  }
  .cat-gallery__track {
    gap: 0 !important;
  }
}
.cat-gallery__caption {
    display: block;
    text-align: center;
    margin-top: 10px;
	margin-bottom:10px;
	font-size:18px;
}
.concept-point-title {
  font-size: 18px;
  font-weight: 600;
  color: #2E5690;
  padding-left: 16px;
  border-left: 3px solid #AE8E6E;
  margin: 30px 0 10px;
}
.concept-point-title:first-child {
  margin-top: 0;
}
.caption-paw {
  width: 18px !important;
  height: auto !important;
  display: inline !important;
  vertical-align: middle;
  margin-right: 6px;
}

/*物件概要*/
.spec-table th, .spec-table td {
  padding: 22px 24px;
  vertical-align: middle;
  border-bottom: 1px solid #ededed;
}
.spec-table tr:nth-child(odd) th, .spec-table tr:nth-child(odd) td {
  background: #F5F5F5;
}
.spec-table th {
  width: 20%;
  font-weight: 600;
  white-space: nowrap;
}
.spec-table td {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .spec-table th, .spec-table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
    text-align: left;
  }
  .spec-table th {
    border-bottom: 0;
    padding-bottom: 6px;
  }
  .spec-table td {
    padding-top: 0;
  }
}
.cats-illust img {
  width: 100%;
}
.overview-top img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .overview-read {
    margin-top: 50px;
  }
  .spec-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 16px;
    line-height: 26pxs;
    color: #333;
  }
  .overview-top {
    width: 100%;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15%;
    position: relative;
  }
  .cats-illust-box {
    width: 100%;
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 6%;
  }
  .cats-illust {
    position: absolute;
    right: 5px;
    top: -77px;
    max-width: 380px;
  }
  .overview-top-txt {
    position: absolute;
    bottom: -135px;
    right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .spec-table {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 15px;
    line-height: 24px;
    color: #333;
  }
  .overview-top {
    width: 94%;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px !important;
    position: relative;
  }
  .cats-illust-box {
    width: 100%;
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 6%;
  }
  .catsec_inner_ {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .cats-illust {
    position: absolute;
    right: 19px;
    top: -37px;
    max-width: 180px;
  }
  .overview-top-txt {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 80%;
  }
}
.spec-list {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
}
.spec-list dt {
  display: flex;
  justify-content: space-between;
  min-width: 6em;
}
.spec-list dt::after {
    content: "\00a0：\00a0";
}
.spec-list dd {
  margin: 0;
  padding-left: 0.5em;
}
.finish-group {
    margin-bottom: 0.5em;
}
.finish-title {
    font-weight: bold;
    margin: 0;
}
.finish-detail {
    margin: 0;
}

/*猫共棲型住宅のための企画・設計のポイント*/
@media screen and (max-width: 768px) {
  #screen {
    max-height: 400px !important;
  }
  #kitchen, #step, #door, #through {
    max-height: 450px !important;
  }
}
.cat-feature {
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin: 0 auto;
	padding-top: 40px;
}
.cat-feature-item {
  width: calc((100% - 72px) / 3);
}
.cat-feature-item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #2E5690;
}
.cat-feature-item .paw {
  width: 28px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .cat-feature-item p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .cat-feature-item p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
}
.cat-feature-img img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cat-feature {
    display: block;
  }
  .cat-feature-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .cat-feature-item h3 {
    font-size: 18px;
  }
  .cat-feature-item p {
    font-size: 15px;
    line-height: 24px;
  }
  .cat-feature-item .paw {
    width: 22px;
  }
}
.cat-plan {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
.cat-plan-wrap {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cat-plan-wrap {
    padding: 10px;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .cat-plan {
    padding: 10px !important;
  }
}
.plan-img {
  width: 100%;
  height: auto;
  display: block;
}
.plan-hover {
  position: absolute;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 25px;
  display: none;
  pointer-events: none;
  transition: all 0.18s ease;
}
@media screen and (min-width: 769px) {
  .gallery-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 80%;
    max-width: 350px;
    height: 65px;
    background: #2E5690;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    margin: 4% auto 0;
  }
}
@media screen and (max-width: 768px) {
  .gallery-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 90%;
    max-width: 350px;
    height: 55px;
    background: #2E5690;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    margin: 8% auto 4%;
  }
}
.gallery-btn-paw {
  width: 21px;
  height: auto;
  flex-shrink: 0;
}
.gallery-btn:hover {
  opacity: 0.9;
}
.cat-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 6%;
}
@media screen and (min-width: 769px) {
  .cat-card {
    border: 2px solid #AE8E6E;
    background: #fff;
    position: relative;
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .cat-card {
    border: 2px solid #AE8E6E;
    background: #fff;
    position: relative;
  }
}
.cat-card span {
  display: block;
  padding: 20px 20px 0;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.cat-card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.cat-card-title {
  margin: 14px 0 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #2E5690;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footprint {
  width: 16px;
  height: auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .cat-card-text {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .cat-card-text {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
}
.cat-card-more {
  cursor: pointer;
  color: #666;
  margin-top: 0;
  position: relative;
  right: auto;
  bottom: auto;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .cat-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .cat-card-list {
    grid-template-columns: 1fr;
  }
}
html {
  scroll-behavior: smooth;
}
#toilet, #through, #door, #step, #route, #balcony, #gate, #box, #kitchen, #tower, #screen {
  scroll-margin-top: 70px;
}
@media screen and (min-width: 769px) {
  .cat-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    margin-top: 6%;
    align-items: start;
  }
}
@media screen and (min-width: 769px) {
  .cat-card-text {
    max-height: 55px;
    overflow: hidden;
    transition: max-height .35s ease;
  }
}
@media screen and (max-width: 768px) {
  .cat-card-text {
    max-height: 50px;
    overflow: hidden;
    transition: max-height .35s ease;
  }
}
.cat-card.open .cat-card-text {
  max-height: 500px;
}
.cat-card-more {
  cursor: pointer;
  color: #666;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.cat-card-more {
		margin-bottom:10px;
}
}	
/*ギャラリー*/
.center {
  text-align: center;
}
.gl-lead {
  font-size: 18px;
  line-height:1.5;
}
/* ===== gallery ===== */
@media screen and (min-width: 769px) {
  .cat-gallery_point {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .cat-gallery_point {
    margin-top: 6%;
  }
  .page-gl {
    padding-top: 0 !important;
  }
}
.cat-gallery-item {
  display: block;
  text-decoration: none;
/*   border: 2px solid #AB6F33; */
	margin-bottom:30px;
}
.cat-gallery-item img {
  width: 100%;
  display: block;
  height: auto;
  border: 2px solid #AB6F33;
}
.gallery_point_content {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.05em;
	margin-top: 10px;
}

.gallery_point_title {
	font-weight: 500;
	padding-bottom:6px;
}

.gallery_point_txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size:15px;
	line-height:1.5em;
}
@media screen and (max-width: 768px) {
  .gallery_point_title {
    font-size: 12px !important;
  }
  .gallery_point_txt {
    font-size: 12px !important;
	  line-height:1.5em;
  }
}

.cat-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.cat-lightbox.active {
  display: flex;
}
.cat-lightbox-inner {
  position: relative;
  max-width: 100vw;
  background: #fff;
  padding: 14px;
}
#lightboxImg {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: center;
}
.cat-lightbox-close {
  position: absolute;
  top: -20px;
  right: 0;
  border: none;
  color: #fff;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .cat-lightbox-arrow {
    border: none;
    background: none;
    width: 68px !important;
    height: 68px !important;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cat-lightbox-arrow.prev {
    margin-right: 20px;
  }
  .cat-lightbox-arrow.next {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cat-lightbox-arrow {
    border: none;
    background: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cat-lightbox-arrow.prev {
    z-index: 10 !important;
    position: absolute;
    left: 25px;
  }
  .cat-lightbox-arrow.next {
    z-index: 10 !important;
    position: absolute;
    right: 25px;
  }
}
@media screen and (max-width:768px) {
  .cat-gallery_point {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
.cat-lightbox-inner {
  position: relative;
  max-width: 80vw;
  background: #fff;
  padding: 14px;
  overflow: hidden;
}
	.cat-lightbox-inner img {
  max-height: 60vh !important;
  width: auto !important;
  max-width: 100% !important;
  display: block !important;
}
  .cat-lightbox-arrow {
    width: 30px;
    height: 30px;
    font-size: 26px;
  }
}
.cat-lightbox-caption {
  background: #FFF;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.6;
}
.cat-lightbox-caption .caption-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.cat-lightbox-caption .caption-txt {
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cat-gallery_point {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
   padding-bottom: 20px;
	  margin-bottom: 0px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
  .cat-gallery-item {
    flex: 0 0 70%;
    margin-bottom: 0;
  }
}
.swipe_hint {
  display: none;
}

@media screen and (max-width: 768px) {

  .swipe_hint {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 8px;
  }

}
/*インタビュー*/
.marker-blue {
  background: linear-gradient(transparent 60%, #cce5ff 60%);
  font-weight: 700;
}
.interviewsec .profile-text {
	padding-top:20px;
}
.interviewsec .profile-text ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 10px 0;
}
.interviewsec .profile-text ul li {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .interviewsec .profile-text ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.interviewsec .profile-text ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 10px 0;
}
.interviewsec .profile-text ol li {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .interviewsec .profile-text ol li {
    font-size: 14px;
    line-height: 24px;
  }
}
.interviewsec_box.long-text {
  display: block;
}
.long-text {
  max-width: 100%;
  width: 100%;
  margin-top: -30px;
}
.interviewsec02 .interviewsec_inner {
  padding-bottom: 10px;
	padding-top:-50px;
}
.long-text.profile-text p {
  margin-bottom: 15px;
}
.interviewsec_box.long-text .interviewsec_box_content {
  max-width: 100% !important;
  width: 100% !important;
}
.profile-image img {
  width: 100%;
  height: auto;
  display: block;
}
.float-img {
  float: right;
  width: 40%;
  margin: 0 0 20px 40px;
}
.interviewsec_list {
  padding-left: 1.5em;
  margin: 10px 0;
  list-style: disc;
}
.interviewsec_list li {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .interviewsec_list li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .float-img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .profile-text p {
    margin-bottom: 30px;
    line-height: 26px;
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .profile-text p {
    margin-bottom: 30px;
    line-height: 24px;
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .profile-image, .profile-text {
    width: 100%;
  }
  .profile-text p {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .profile-section.reverse .profile-inner {
    flex-direction: row-reverse;
  }
  .profile-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
  }
  .profile-section {
    background-color: #f7faff;
    padding: 0;
    margin-top: 10%;
  }
  .profile-image {
    flex: 0 0 420px;
    margin-top: -12%;
  }
  .profile-text {
    flex: 1;
    padding: 80px 0;
  }
  .illust-cat {
    position: absolute;
    top: -100px;
    right: 20px;
    width: 132px;
  }
  .illust-cat_02 {
    position: absolute;
    top: -70px;
    right: 42%;
    width: 175px;
  }
  .illust-cat_03 {
    position: absolute;
    top: -120px;
    left: 50px;
    max-width: 488px;
  }
}

@media screen and (max-width: 768px) {
  .profile-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .profile-section {
    background-color: #f7faff;
    padding: 2% 4%;
    margin-top: 11% !important;
  }
  .illust-cat {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
  }
  .illust-cat_03 {
    position: absolute;
    top: -100px;
    left: 20px;
    width: 80%;
  }
  .illust-cat_02 {
    position: absolute;
    top: -47px;
    right: 20px;
    width: 110px;
  }
  .profile-image {
    margin-bottom: 10px !important;
  }
}
body .catsec .catsec_inner .flexbox {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  body .catsec .catsec_inner .flexbox {
    flex-direction: column;
    gap: 0;
  }
}
body .catsec .catsec_inner .flexbox.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  body .catsec .catsec_inner .flexbox.reverse {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  body .catsec .catsec_inner .flexbox.reverse .flexbox-img {
    margin-right: calc(600px - 50vw);
    margin-left: 0;
  }
}
body .catsec .catsec_inner .flexbox-img {
  max-width: none;
  flex: 1;
  overflow: hidden;
  display: flex;
}
@media screen and (min-width: 1200px) {
  body .catsec .catsec_inner .flexbox-img {
    margin-left: calc(600px - 50vw);
    margin-right: 0;
  }
}
body .catsec .catsec_inner .flexbox-img img {
  width: 100%;
  /* -o-object-fit: cover;
    object-fit: cover;
    display: block; */
  transition: transform 0.6s ease;
}
body .catsec .catsec_inner .flexbox-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 48%;
  padding: 0;
  max-width: none;
}
@media screen and (max-width: 768px) {
  body .catsec .catsec_inner .flexbox-content {
    padding: 0px;
    margin-top: 30px;
  }
}
body .catsec.catsec03 .catsec_inner .flexbox {
  gap: 0;
}
body .catsec.catsec03 .catsec_inner .flexbox-content {
  margin-top: 40px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  body .catsec.catsec03 .catsec_inner .flexbox-content {
    padding: 30px 20px;
    margin-bottom: 0px;
  }
}


/* Interview */
.cat-fv_img img {
  width: 100%;
}

.interviewsec {
  padding: 0 20px;
  background: rgba(167, 203, 255, 0.0901960784);
}
@media screen and (max-width: 768px) {
  .interviewsec {
    max-width: 93%;
    margin: auto;
  }
}
.interviewsec_inner {
  padding: 40px 0 55px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interviewsec_inner {
    padding: 40px 0px;
  }
}
.interviewsec_catimg01 {
  position: absolute;
  top: -95px;
  right: -50px;
  width: 130px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .interviewsec_catimg01 {
    top: -35px;
    right: -15px;
    width: 100px;
  }
}
.interviewsec_catimg02 {
  position: absolute;
  top: -65px;
  left: 490px;
  width: 160px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .interviewsec_catimg02 {
    top: -10px;
    left: -20px;
    width: 120px;
  }
}
.interviewsec_catimg03 {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 175px;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .interviewsec_catimg03 {
    bottom: 40px;
    width: 100px;
  }
}
.interviewsec_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #2E5690;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interviewsec_title {
    font-size: 20px;
  }
}
.interviewsec_title::after {
  display: block;
  margin: 20px auto 0;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #2E5690;
}
@media screen and (max-width: 768px) {
  .interviewsec_title::after {
    margin-top: 10px;
  }
}
.interviewsec_head {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .interviewsec_head {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.interviewsec_txt {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #2E5690;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .interviewsec_txt {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
}
.interviewsec_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .interviewsec_box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.interviewsec_box.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .interviewsec_box.reverse {
    flex-direction: column;
  }
}
.interviewsec_box_img {
  max-width: 430px;
  width: 100%;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .interviewsec_box_img {
    max-width: 100%;
    margin-top: 0;
  }
}
.interviewsec_box_content {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interviewsec_box_content {
    max-width: 100%;
  }
}
.interviewsec_box_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  position: relative;
 font-weight:bold;
}
@media screen and (max-width: 768px) {
  .interviewsec_box_title {
    font-size: 14px;
    line-height: 24px;
  }
}
.interviewsec_box_title::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 1px;
  margin: auto;
  margin-right: 10px;
  background-color: #333333;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .interviewsec_box_title::before {
    width: 40px;
  }
}
.interviewsec_box_main {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .interviewsec_box_main {
    margin-top: 20px;
  }
}
.interviewsec_box_main span {
  background: #2E5690;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding: 1px 15px;
}
@media screen and (max-width: 768px) {
  .interviewsec_box_main span {
    font-size: 14px;
  }
}
.interviewsec_box_txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .interviewsec_box_txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.interviewsec_box_txt span {
  font-weight: 500;
  color: #2E5690;
}

.interviewsec02 {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .interviewsec02 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .interviewsec02 .interviewsec_box_img {
    margin-top: 0;
  }
}

.interviewsec03 {
  margin-top: 200px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .interviewsec03 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.interviewsec03 .interviewsec_box_img {
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .interviewsec03 .interviewsec_box_img {
    margin-top: 0;
  }
}

/*  */

.concept01 {
  padding: 100px 20px 150px;
}
@media screen and (max-width: 768px) {
.concept01 {
  padding: 20px 20px 60px;
}
}
.concept01_inner {
  position: relative;
	max-width: 1100px;
  width: 100%;
  margin: auto;
}
.concept01_toptxt {
  border: 1px solid #2E5690;
  padding: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 50px;
}
.concept01_toptxt p {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .concept01_toptxt {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}
.concept01_item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .concept01_item {
    margin-bottom: 40px;
    gap: 20px;
    flex-direction: column;
  }
}
.concept01_item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .concept01_item:nth-child(2n) {
    flex-direction: column;
  }
}
.concept01_item:last-child {
  margin-bottom: 0;
}
.concept01_item_img {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept01_item_img {
    max-width: 100%;
  }
	.concept01_item_img img {
    width: 100%;
  }
}
.concept01_item_content {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept01_item_content {
    max-width: 100%;
  }
}
.concept01_item_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #2E5690;
  padding-left: 16px;
  padding-bottom: 0;
  border-bottom: none;
  border-left: 3px solid #AE8E6E;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .concept01_item_title {
    font-size: 16px;
    line-height: 24px;
  }
}
.concept01_item_txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .concept01_item_txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.designer-link {
  text-align: center;
  margin-top: 20px;
}
.designer-link a {
  color: #2E5690;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
  transition: opacity 0.3s;
}
.designer-link a:hover {
  opacity: 0.7;
}
.designer-link a::before {
  content: "›";
  font-size: 1.2em;
  margin-right: 6px;
  font-weight: 700;
}
.interviewsec .profile-text p,
.long-text.profile-text p {
  line-height: 26px;
}