@charset "UTF-8";
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-page {
  position: relative;
}
.c-page .main-image {
  height: 480px;
}
.c-page .inner-nav ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 85px 0;
  margin: 0 auto;
}
.c-page .inner-nav a {
  display: block;
  height: 45px;
}
.c-page .inner-nav ul li {
  float: left;
  width: auto;
  margin-right: 30px;
}
.c-page .inner-nav ul li:nth-child(n+2) {
  margin-left: 35px;
}
.c-page .inner-nav ul li img {
  height: 45px;
  width: auto;
}
.c-page section h1 {
  text-align: center;
}
.c-page section h1 img {
  height: 50px;
}
.c-page p.discription {
  text-align: center;
  line-height: 2.6em;
  font-size: 1.2em;
  letter-spacing: 0.04em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.page-modelhouse .map .-title {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 26px;
}
.page-modelhouse .map .-address {
  font-size: 13px;
  line-height: 1;
  padding-bottom: 33px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.page-modelhouse .thumbnail {
  margin-top: 62px;
}
.page-modelhouse .thumbnail div p {
  letter-spacing: -0.01em;
}
.page-modelhouse a.detail-button {
  display: block;
  width: 300px;
  font-weight: 500;
  text-align: center;
  border: 1px solid lightgray;
  height: 40px;
  padding: 9px 0 1px 0;
  background-image: url(/images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 250px 14px;
  margin-top: 40px;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .page-modelhouse a.detail-button {
    margin-top: 25px;
    width: 100%;
  }
}
.page-modelhouse a.detail-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  .page-modelhouse a.detail-button:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
  main.page-modelhouse section div.thumbnail div,
  main.page-modelhouse .thumbnail div figcaption img,
  main.page-modelhouse section div.thumbnail div figure img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .page-modelhouse .page-modelhouse__thumbail div {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 750px) {
  .page-modelhouse .page-modelhouse__thumbail div:nth-of-type(2) {
    padding-bottom: 0;
  }
}
.page-modelhouse .page-modelhouse__thumbail div figure img {
  aspect-ratio: 475/357;
  overflow: hidden;
}

.page-modelhouse.-concept h2.title,
.page-modelhouse.-kiniwa h2.title {
  padding: 72px 0 27px;
}
.page-modelhouse.-concept p.discription,
.page-modelhouse.-kiniwa p.discription {
  font-size: 13px;
  line-height: 2;
  padding-bottom: 38px;
}
.page-modelhouse.-concept .map,
.page-modelhouse.-kiniwa .map {
  margin-top: -20px;
}
@media screen and (max-width: 750px) {
  .page-modelhouse.-concept .map,
  .page-modelhouse.-kiniwa .map {
    margin-top: 0;
  }
}

.modelhouse-bottom {
  padding-top: 89px;
  border-top: 1px solid rgba(77, 77, 77, .6);
  margin-top: 89px;
  margin-bottom: 190px;
}
@media screen and (max-width: 750px) {
  .modelhouse-bottom {
    padding-top: 59px;
    margin-top: 52px;
    margin-bottom: 0;
  }
}
.modelhouse-bottom h2 {
  font-size: 24px;
  line-height: 1;
  padding: 0;
}
.modelhouse-bottom__image {
  margin-top: 60px;
  width: 100%;
  aspect-ratio: 1000/435;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .modelhouse-bottom__image {
    aspect-ratio: 338/170;
    margin-top: 4px;
  }
}
.modelhouse-bottom__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modelhouse-bottom p {
  margin-top: 49px;
  font-size: 15px;
  letter-spacing: -0.05em;
  line-height: 2.3333333333;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modelhouse-bottom p {
    font-size: 13px;
    line-height: 2.3076923077;
    letter-spacing: 0;
    margin-top: 34px;
  }
}
.modelhouse-bottom__btn {
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  .modelhouse-bottom__btn {
    margin-top: 45px;
  }
}
.modelhouse-bottom__btn .detail-button {
  width: 300px;
}
@media screen and (max-width: 750px) {
  .modelhouse-bottom__btn .detail-button {
    width: 100%;
  }
}

.page-about .inner-nav ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-faq .main-image {
  background-image: url("/images/recruit/faq/faq-top.jpg");
}
@media screen and (max-width: 750px) {
  .page-faq .main-image {
    background-image: url("/images/recruit/faq/faq-top_sp.jpg");
  }
}

@media screen and (max-width: 750px) {
  main.page-faq section.faq div {
    margin-bottom: 59px;
  }
}

.page-feature .inner-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33px 37px;
  width: 596px;
}
.page-feature .inner-nav ul li {
  height: 45px;
}
.page-feature .inner-nav ul li:nth-child(n+2) {
  margin-left: 0;
}
.page-feature .inner-nav {
  margin: 21px auto 34px;
}

.page-making .inner-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33px 37px;
  width: 544px;
}
.page-making .inner-nav ul li {
  height: 45px;
}
.page-making .inner-nav ul li:nth-child(n+2) {
  margin-left: 0;
}
.page-making .inner-nav {
  margin: 21px auto 34px;
}

.page-message {
  margin-bottom: 183px;
}
.page-message .message {
  margin-top: 96px;
}
@media screen and (max-width: 750px) {
  .page-message .message {
    margin-top: 0;
    padding: 0 18px;
  }
}
.page-message .message__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 105px;
}
@media screen and (max-width: 750px) {
  .page-message .message__items {
    gap: 100px;
  }
}
.page-message .message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 750px) {
  .page-message .message__item {
    display: block;
  }
}
.page-message .message__image {
  width: 500px;
}
@media screen and (max-width: 750px) {
  .page-message .message__image {
    width: 100%;
    aspect-ratio: 338/235;
    overflow: hidden;
  }
  .page-message .message__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-message .message__body {
  width: 450px;
  margin-top: -5px;
}
@media screen and (max-width: 750px) {
  .page-message .message__body {
    margin-top: 29px;
    width: 100%;
  }
}
.page-message .message__text {
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .page-message .message__text {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.page-message .message__bottom {
  margin-top: 63px;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .page-message .message__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 11px;
  }
}
.page-message .message__position {
  line-height: 1;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .page-message .message__position {
    font-size: 14px;
  }
}
.page-message .message__name {
  margin-top: 11px;
  line-height: 1;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .page-message .message__name {
    margin-top: 0;
    font-size: 14px;
  }
}

.page-performance {
  margin: 0 0 175px 0;
}
@media screen and (max-width: 750px) {
  .page-performance {
    margin: 0;
  }
}
.page-performance section h1 {
  padding-bottom: 23px;
}
.page-performance p.discription {
  font-size: 13px;
  line-height: 2.9230769231;
  margin-bottom: 79px;
}
.page-performance section figure img {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .page-performance .main-image {
    background-image: url("/images/feature/performance/performance-top_sp.jpg");
  }
}
.page-performance .thumbnail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 78px 50px;
}
@media screen and (max-width: 750px) {
  .page-performance .thumbnail {
    grid-template-columns: repeat(1, 1fr);
    gap: 79px 0;
  }
}
.page-performance .thumbnail div {
  width: 475px;
}
@media screen and (max-width: 750px) {
  .page-performance .thumbnail div {
    width: 100%;
  }
}
.page-performance .thumbnail div p {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.8em;
}
.page-performance .thumbnail div:nth-child(odd) {
  float: left;
}
.page-performance .thumbnail div:nth-child(even) {
  float: right;
}
.page-performance .thumbnail div figcaption {
  font-size: 1.2em;
  text-align: center;
  margin: 15px 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .page-performance .thumbnail div figcaption {
    margin: 18px 0 5px;
  }
}

.page-recruitment {
  padding-bottom: 38px;
}
@media screen and (max-width: 750px) {
  .page-recruitment {
    padding-bottom: 27px !important;
  }
}
@media screen and (max-width: 750px) {
  .page-recruitment .about {
    padding: 0 18px;
    padding-bottom: 0 !important;
  }
}
.page-recruitment p.discription {
  margin-top: 32px;
  letter-spacing: 0.05em;
  font-size: 17px;
  line-height: 2.0588235294;
}
@media screen and (max-width: 750px) {
  .page-recruitment p.discription {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
.page-recruitment .recruitment {
  margin-top: 117px;
}
@media screen and (max-width: 750px) {
  .page-recruitment .recruitment {
    padding: 0 18px;
    margin-top: 53px;
  }
}
.page-recruitment .recruitment h2 {
  font-size: 18px;
  line-height: 1;
}
.page-recruitment .recruitment table {
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(77, 77, 77, .6);
}
.page-recruitment .recruitment table tr th,
.page-recruitment .recruitment table tr td {
  padding: 25px 0 29px;
  border-top: 1px solid rgba(77, 77, 77, .6);
}
@media screen and (max-width: 750px) {
  .page-recruitment .recruitment table tr th,
  .page-recruitment .recruitment table tr td {
    padding: 9px 0 10px;
  }
}
.page-recruitment .recruitment table tr th p,
.page-recruitment .recruitment table tr td p {
  font-size: 13px;
  line-height: 1.8461538462;
}
@media screen and (max-width: 750px) {
  .page-recruitment .recruitment table tr th p,
  .page-recruitment .recruitment table tr td p {
    font-size: 12px;
    line-height: 2.8333333333;
  }
}
.page-recruitment .recruitment table tr th {
  width: 216px;
  text-align: left;
  padding-left: 21px;
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .page-recruitment .recruitment table tr th {
    width: 89px;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .page-recruitment .recruitment table tr th p {
    width: 59px;
  }
}
.page-recruitment .recruitment table tr tr {
  width: calc(100% - 216px);
}
@media screen and (max-width: 750px) {
  .page-recruitment .recruitment table tr tr {
    width: calc(100% - 89px);
  }
}
.page-recruitment .recruitment__bottom-text {
  margin-top: 60px;
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .page-recruitment .recruitment__bottom-text {
    margin-top: 44px;
    font-size: 12px;
    line-height: 2.0833333333;
  }
}
.page-recruitment .recruitment__entry-btn {
  margin-top: 112px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page-recruitment .recruitment__entry-btn {
    margin-top: 70px;
  }
}
.page-recruitment .recruitment__entry-btn a {
  display: inline-block;
  font-size: 18px;
  width: 150px;
  text-align: center;
  padding: 10px 35px;
  line-height: 1;
  font-size: 18px;
  border: 1px solid rgba(77, 77, 77, .6);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .page-recruitment .recruitment__entry-btn a {
    width: 100%;
    font-size: 14px;
    padding: 17px 0;
  }
}
.page-recruitment .recruitment__entry-btn a:hover {
  opacity: 0.6;
}

.page-renovation {
  margin: 0 0 182px 0;
}
@media screen and (max-width: 750px) {
  .page-renovation {
    margin: 0;
  }
}
.page-renovation section h1 {
  padding-bottom: 28px;
}
.page-renovation p.discription {
  font-size: 17px;
  line-height: 2.1176470588;
  margin-bottom: 91px;
}
.page-renovation section figure img {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .page-renovation .main-image {
    background-image: url("/images/making/renovation/renovation-top_sp.jpg");
  }
}
.page-renovation .thumbnail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 78px 50px;
}
@media screen and (max-width: 750px) {
  .page-renovation .thumbnail {
    grid-template-columns: repeat(1, 1fr);
    gap: 79px 0;
  }
}
.page-renovation .thumbnail div {
  width: 475px;
}
@media screen and (max-width: 750px) {
  .page-renovation .thumbnail div {
    width: 100%;
  }
}
.page-renovation .thumbnail div p {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.8em;
}
.page-renovation .thumbnail div:nth-child(odd) {
  float: left;
}
.page-renovation .thumbnail div:nth-child(even) {
  float: right;
}
.page-renovation .thumbnail div figcaption {
  font-size: 1.2em;
  text-align: center;
  margin: 15px 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .page-renovation .thumbnail div figcaption {
    margin: 18px 0 5px;
  }
}

.renovation__tab {
  margin-top: 147px;
  position: relative;
  /* オーバーレイのスタイル */
  /* モーダルのスタイル */
}
@media screen and (max-width: 750px) {
  .renovation__tab {
    margin-top: 76px;
  }
}
.renovation__tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 89px;
}
@media screen and (max-width: 750px) {
  .renovation__tab-button {
    gap: 69px;
  }
}
.renovation__tab-button button {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 10px;
  background: none;
  border-radius: 0;
  outline: none;
  border: none;
}
@media screen and (max-width: 750px) {
  .renovation__tab-button button {
    font-size: 17px;
    padding-bottom: 5px;
  }
}
.renovation__tab-button button.is-active {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .renovation__tab-button button.is-active {
    padding-bottom: 4px;
  }
}
.renovation__tab-contents {
  margin-top: 68px;
}
@media screen and (max-width: 750px) {
  .renovation__tab-contents {
    margin-top: 40px;
  }
}
.renovation__tab-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.renovation__tab-content.is-active {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.renovation__tab-content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px 50px;
}
@media screen and (max-width: 750px) {
  .renovation__tab-content ul {
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .renovation__tab-content ul li {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .renovation__tab-content ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.renovation__tab .overlay {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 999; /* モーダルの背後に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2); /* 半透明の黒背景 */
}
.renovation__tab .image-modal {
  display: none; /* デフォルトでは非表示 */
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 200px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 750px) {
  .renovation__tab .image-modal {
    top: 100px;
  }
}
.renovation__tab .image-modal .modal-content {
  display: block;
  margin: auto;
  width: 100%;
  max-height: 661px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .renovation__tab .image-modal .modal-content {
    max-height: 224px;
  }
}
.renovation__tab .image-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1001;
  width: 30px;
}
@media screen and (max-width: 750px) {
  .renovation__tab .image-modal .close {
    width: 10px;
    top: 10px;
    right: 10px;
  }
}

.renovation__bottom {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .renovation__bottom {
    margin-top: 86px;
  }
}
.renovation__bottom h2 {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .renovation__bottom h2 {
    font-size: 17px;
  }
}
.renovation__bottom p {
  font-size: 15px;
  line-height: 2.3333333333;
  margin-top: 38px;
}
@media screen and (max-width: 750px) {
  .renovation__bottom p {
    margin-top: 36px;
    font-size: 14px;
    line-height: 1.8928571429;
  }
}

.renovation__contact {
  margin-top: 113px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .renovation__contact {
    margin-top: 50px;
  }
}
.renovation__contact-link {
  display: inline-block;
  border: 1px solid #4d4d4d;
  font-size: 18px;
  line-height: 1;
  padding: 9px 18px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .renovation__contact-link {
    padding: 14px;
  }
}
@media screen and (max-width: 750px) {
  .renovation__contact-link {
    width: 100%;
  }
}
.renovation__contact-link:hover {
  opacity: 0.6;
}
.renovation__contact p {
  margin-top: 32px;
  font-size: 13px;
  line-height: 2.1538461538;
}
@media screen and (max-width: 750px) {
  .renovation__contact p {
    margin-top: 23px;
  }
}

.page-work {
  margin-bottom: 180px;
}
@media screen and (max-width: 750px) {
  .page-work {
    padding-bottom: 99px !important;
  }
}
.page-work h1 {
  padding-bottom: 28px;
}
.page-work p.discription {
  font-size: 17px;
  line-height: 2.1176470588;
}
@media screen and (max-width: 750px) {
  .page-work p.discription {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .page-work .about {
    padding: 0 18px;
    padding-bottom: 0 !important;
  }
}
.page-work .work {
  width: 100%;
  max-width: 1100px;
  margin: 129px auto 0;
  padding: 0 50px;
}
@media screen and (max-width: 750px) {
  .page-work .work {
    margin-top: 55px;
    width: 100%;
    padding: 0 18px;
    padding-bottom: 0 !important;
  }
}
.page-work .work__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 126px;
}
@media screen and (max-width: 750px) {
  .page-work .work__items {
    gap: 81px;
  }
}
.page-work .work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5%;
}
@media screen and (max-width: 750px) {
  .page-work .work__item {
    display: block;
  }
}
.page-work .work__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-work .work__image {
  width: 55%;
}
@media screen and (max-width: 750px) {
  .page-work .work__image {
    width: 100%;
  }
}
.page-work .work__body {
  width: 38.5%;
  margin-top: -5px;
}
@media screen and (max-width: 750px) {
  .page-work .work__body {
    margin-top: 23px;
    width: 100%;
  }
}
.page-work .work__body h2 {
  font-size: 19px;
  line-height: 1.6842105263;
}
@media screen and (max-width: 750px) {
  .page-work .work__body h2 {
    font-size: 15px;
  }
}
.page-work .work__body p {
  font-size: 13px;
  line-height: 1.8461538462;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .page-work .work__body p {
    line-height: 1.9230769231;
    margin-top: 16px;
    letter-spacing: 0;
  }
}
.page-work p.-margin0 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 750px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
