@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes bgRotate {
  from {
    background-position: center center;
    transform: rotate(0deg);
  }
  to {
    background-position: center center;
    transform: rotate(360deg);
  }
}
@keyframes bg-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1340px) {
  header .inner {
    width: 98%;
  }
}
@media screen and (max-width: 781px) {
  header .inner {
    width: 90%;
  }
}
header .header-nav a {
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 1340px) {
  header .header-nav a {
    font-size: 1.4rem;
  }
}

.site-footer .footer-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 781px) {
  .site-footer .footer-contact {
    display: block;
  }
}
.site-footer .footer-contact .f-info {
  margin-right: auto;
}

.f-contact-btns .btn {
  padding: 2.5px 30px;
  justify-content: space-around;
}
.f-contact-btns .btn span {
  line-height: 1.4;
  text-align: center;
  display: block;
}
.f-contact-btns .btn.tel {
  font-size: 2.2rem;
}
@media screen and (max-width: 781px) {
  .f-contact-btns .btn.tel {
    font-size: 1.6rem;
  }
}
.f-contact-btns .btn.tel .notes {
  padding: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 781px) {
  .f-contact-btns .btn.tel .notes {
    font-size: 1.2rem;
  }
}
.f-contact-btns .btn.form {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1240px) {
  .f-contact-btns .btn.form {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 781px) {
  .f-contact-btns .btn.form {
    font-size: 1.6rem;
  }
}
.f-contact-btns .btn.form small {
  font-size: 1.8rem;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 781px) {
  .f-contact-btns .btn.form small {
    font-size: 1.2rem;
  }
}

.footer-menu a {
  font-size: 1.6rem;
}

.footer-sns .site-title .name {
  line-height: 1.4;
}
.footer-sns .site-title .name .txt_s {
  display: block;
}

.f-info .name {
  margin-bottom: 0px;
}
@media screen and (max-width: 1240px) {
  .f-info .ad {
    display: block;
  }
  .f-info .ad span {
    display: block;
  }
}

.spider__slide {
  opacity: 1;
}

@media screen and (max-width: 781px) {
  .home .mv .title {
    transform: translateX(-50%) translateY(0);
    top: 15%;
  }
}
.home .mv .title p {
  font-size: 4rem;
}
@media screen and (max-width: 781px) {
  .home .mv .title p {
    font-size: 5vw;
  }
}
.home .mv .topics {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  left: 5%;
  max-width: 90vw;
}
@media screen and (max-width: 781px) {
  .home .mv .topics {
    position: static;
    display: block;
    max-width: none;
    width: 100%;
  }
}
.home .mv .topics h2.wp-block-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 781px) {
  .home .mv .topics h2.wp-block-heading {
    border-radius: 0;
  }
}
.home .mv .topics .topic_cont {
  padding-left: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 1.8rem;
}
@media screen and (max-width: 781px) {
  .home .mv .topics .topic_cont {
    display: block;
    margin: 20px auto;
    font-size: 1.4rem;
  }
}
.home .mv .topics .topic_cont time {
  font-size: 1.8rem;
  margin-right: 10px;
}
@media screen and (max-width: 781px) {
  .home .mv .topics .topic_cont time {
    display: block;
    font-size: 1.2rem;
  }
}
.home .mv .topics .link {
  margin: 0;
  border-left: 2px solid #000;
}
@media screen and (max-width: 781px) {
  .home .mv .topics .link {
    display: none;
  }
}
.home .mv .topics .link a {
  font-size: 1.8rem;
}
.home .news {
  padding: 60px 0 140px;
}
@media screen and (max-width: 781px) {
  .home .news {
    padding-bottom: 30px;
  }
}
.home .list_news {
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 0;
}
.home .list_news .wp-block-post-featured-image {
  padding: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.home .list_news .wp-block-post-featured-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.home .list_news .wp-block-post-featured-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.home .list_news .slick-dots {
  margin-bottom: 0px;
}
@media screen and (max-width: 781px) {
  .home .list_news .slick-dots {
    margin-bottom: 20px;
  }
}
.home .ch .wp-block-columns {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5%;
  padding-left: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 781px) {
  .home .ch .wp-block-columns {
    display: block;
    padding-left: 0;
  }
}
.home .ch .wp-block-columns .wp-block-column:first-child {
  padding-left: 0;
  width: 35%;
  flex-shrink: 0;
}
.home .ch .wp-block-columns .wp-block-column:last-child {
  flex-shrink: 0;
  width: 65%;
  margin-right: -5%;
}
@media screen and (max-width: 781px) {
  .home .ch .wp-block-columns .wp-block-column:last-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 781px) {
  .home .ch .wp-block-columns .wp-block-column {
    width: 100% !important;
  }
}
.home .ch .wp-block-columns .wp-block-column h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 781px) {
  .home .ch .wp-block-columns .wp-block-column h2 {
    font-size: 2.4rem;
  }
}
.home .ch .wp-block-columns .wp-block-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 781px) {
  .home .ch .wp-block-columns .wp-block-group {
    justify-content: space-around;
    margin-top: 20px;
  }
  .home .ch .wp-block-columns .wp-block-group .logo_youtube {
    width: 100px;
  }
  .home .ch .wp-block-columns .wp-block-group .logo_msch {
    width: 70px;
  }
}
.home #top_house .concept_list {
  margin-top: 80px;
}
.home #top_house .concept_list .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 3%;
}
.home #top_house .concept_list .wp-block-column {
  width: 48.5%;
  display: block;
}
.home #top_house .concept_list .wp-block-column:nth-child(n+3) {
  margin-top: 3%;
}
@media screen and (max-width: 781px) {
  .home #top_house .concept_list .wp-block-column {
    width: 100%;
  }
  .home #top_house .concept_list .wp-block-column + .wp-block-column {
    margin-top: 3%;
  }
  .home #top_house .concept_list .wp-block-column .wp-block-image::before {
    width: 50px;
    height: 50px;
    background-size: 10px;
    right: 20px;
  }
}
.home #top_house .concept_list .wrapper_title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 781px) {
  .home #top_house .concept_list .wrapper_title {
    display: block;
  }
}
.home #top_house .concept_list .wrapper_title h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 781px) {
  .home #top_house .concept_list .wrapper_title h3 {
    font-size: 2.2rem;
  }
}
.home #top_house .text_link {
  margin-top: 55px;
}
@media screen and (max-width: 781px) {
  .home #top_house .has-text-align-center {
    text-align: left;
  }
}
.home .point .nav_point .slick-arrow {
  top: 50%;
  bottom: 50%;
  margin: auto;
}
@media screen and (max-width: 781px) {
  .home .point {
    padding: 60px 0 0;
  }
}
.home .point .nav_point .wp-element-caption {
  font-size: clamp(0px, 1.5vw, 24px);
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -7% !important;
}
@media screen and (max-width: 781px) {
  .home .point .nav_point .wp-element-caption {
    font-size: 3vw;
  }
}
.home .point .slick-dots {
  margin-bottom: 0;
}
.home .fudosan_cta {
  margin: 80px auto 130px;
  border-top: 6px solid #554D11;
  border-bottom: 6px solid #554D11;
  padding: clamp(0px, 4.375vw, 70px) clamp(0px, 5.375vw, 86px);
}
@media screen and (max-width: 781px) {
  .home .fudosan_cta {
    margin: 60px auto;
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .home .fudosan_cta .flex:first-child {
    display: block;
  }
}
@media screen and (max-width: 781px) {
  .home .fudosan_cta .flex {
    display: block;
  }
}
.home .fudosan_cta .flex:first-child {
  justify-content: flex-start;
  align-items: flex-start;
}
.home .fudosan_cta .flex:first-child h3 {
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-size: 4.1rem;
  margin-right: 7%;
  white-space: nowrap;
}
@media screen and (max-width: 781px) {
  .home .fudosan_cta .flex:first-child h3 {
    font-size: 3rem;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.home .fudosan_cta .flex:first-child p {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-right: 10%;
}
@media screen and (max-width: 781px) {
  .home .fudosan_cta .flex:first-child p {
    line-height: 1.7;
    margin-right: 0;
    font-size: 1.5rem;
  }
}
.home .fudosan_cta .flex:first-child .img {
  width: clamp(0px, 19.6875vw, 315px);
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  .home .fudosan_cta .flex:first-child .img {
    width: 80%;
    max-width: 200px;
    margin: 20px auto;
  }
}
.home .fudosan_cta .flex:last-child {
  justify-content: center;
  align-items: stretch;
  gap: clamp(0px, 5vw, 80px);
  margin-top: 10px;
}
@media screen and (max-width: 781px) {
  .home .fudosan_cta .flex:last-child {
    display: block;
    margin-top: 0;
  }
}
.home .fudosan_cta .flex:last-child a {
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 0.5em 1em;
  border: 1px solid #554D11;
  box-sizing: border-box;
  border-radius: 9999px;
  width: 15em;
  text-align: center;
  display: block;
  font-size: 2rem;
}
.home .fudosan_cta .flex:last-child a::after {
  content: "＞";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (max-width: 781px) {
  .home .fudosan_cta .flex:last-child a {
    width: 100%;
    font-size: 1.7rem;
  }
  .home .fudosan_cta .flex:last-child a + a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 781px) {
  .home #top_process {
    padding: 60px 0 0;
  }
}
.home #top_process p {
  margin-bottom: 60px;
}
@media screen and (max-width: 781px) {
  .home #top_process p {
    text-align: left;
  }
}
@media screen and (max-width: 781px) {
  .home #top_process .wp-block-gallery {
    flex-wrap: wrap;
  }
  .home #top_process .wp-block-gallery figure {
    width: 50%;
  }
}
.home #top_warranty .flex {
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 781px) {
  .home #top_warranty .flex {
    display: block;
  }
}
.home #top_warranty .flex .cont {
  width: 30%;
  max-width: 460px;
}
@media screen and (max-width: 781px) {
  .home #top_warranty .flex .cont {
    width: 100%;
    margin: 0 auto;
  }
  .home #top_warranty .flex .cont + .cont {
    margin-top: 30px;
  }
}
.home #top_warranty .flex .cont img {
  max-width: 143px;
  margin: 0 auto;
}
@media screen and (max-width: 781px) {
  .home #top_warranty .flex .cont img {
    width: 120px;
  }
}
.home #top_warranty .flex .cont h3 {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 40px auto;
}
@media screen and (max-width: 781px) {
  .home #top_warranty .flex .cont h3 {
    margin: 15px auto;
    font-size: 2rem;
  }
}
.home #top_warranty .text_link {
  margin-top: 70px;
}
@media screen and (max-width: 781px) {
  .home #top_warranty .text_link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 781px) {
  .home .home_works {
    padding: 60px 0;
  }
}
.home .home_works .slick-track {
  display: flex !important;
  align-items: stretch;
}
.home .home_works .slick-slide {
  height: auto !important;
  display: flex !important;
}
.home .home_works .slick-slide > div {
  width: 100%;
  display: flex;
}
.home .home_works .wp-block-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 781px) {
  .home .home_works .wp-block-group .slick-arrow {
    width: 10vw;
    height: 10vw;
    top: 30vw;
    z-index: 2;
  }
  .home .home_works .wp-block-group .slick-arrow::before {
    display: none;
  }
  .home .home_works .wp-block-group .slick-prev {
    left: 2.5vw;
  }
  .home .home_works .wp-block-group .slick-prev img {
    transform: rotate(180deg);
  }
  .home .home_works .wp-block-group .slick-next {
    right: 2.5vw;
  }
}
.home .home_works .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.home .home_works .post {
  padding: 0;
}
.home .home_works .post figure {
  flex-shrink: 0;
}
.home .home_works .post figure a {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.home .home_works .post figure a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .home_works .category {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px auto;
  min-height: 73px;
  flex-shrink: 0;
}
@media screen and (max-width: 781px) {
  .home .home_works .category {
    min-height: auto;
  }
}
.home .home_works .category li a {
  display: block;
  border-radius: 999px;
  color: #7B7032;
  border: 1px solid #7B7032;
  font-size: 1.2rem;
  padding: 0 0.75em;
  box-sizing: border-box;
}
@media screen and (max-width: 781px) {
  .home .home_works .category li a {
    font-size: 1.2rem;
  }
}
.home .home_works .cont_ttl {
  font-size: 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 781px) {
  .home .home_works .cont_ttl {
    font-size: 2rem;
  }
}
.home .home_works .cont_ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  background: url(../images/top/icn_arrow_right.svg) no-repeat center/contain;
  flex-shrink: 0;
  margin-left: 10px;
  margin-top: 0.4em;
}
.home .home_works a:has(p) {
  flex-grow: 1;
  display: block;
  text-decoration: none;
  color: inherit;
}
.home .home_works a:has(p) p {
  margin: 0;
}
.home .home_works .slick-dotted.slick-slider {
  margin: 0;
}
@media screen and (max-width: 781px) {
  .home .home_works .has-text-align-right {
    margin-right: 5vw;
  }
}
.home .voice {
  padding: 60px 0;
}
.home .voice .slick-list {
  margin: 0 -10px;
}
.home .voice .flex {
  align-items: stretch;
  display: block;
}
@media screen and (max-width: 781px) {
  .home .voice .flex {
    flex-direction: column;
    display: block;
  }
}
.home .voice .flex .cont {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 24%;
  margin: 0 10px;
}
.home .voice .flex .cont .starBox {
  display: flex;
  align-items: center;
  height: auto;
}
.home .voice .flex .cont .starBox .fa-star[data-prefix=fas] {
  color: #FFEB00;
}
.home .voice .flex .cont .cont_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  line-height: 1.4;
}
.home .voice .flex .cont .cont_ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  background: url(../images/top/icn_arrow_right.svg) no-repeat center/contain;
  flex-shrink: 0;
  margin-left: 10px;
}
.home .voice .flex .slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.home .voice .flex .slick-arrow::before {
  display: none;
}
.home .voice .flex .slick-arrow.slick-prev {
  left: -2.5vw;
}
.home .voice .flex .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
.home .voice .flex .slick-arrow.slick-next {
  right: -2.5vw;
}
.home #top_model {
  margin-top: 120px;
  padding-bottom: 70px;
  background: url(../images/top/bg_top_model.png) no-repeat bottom left/contain;
  max-width: 1350px;
  margin-bottom: 30px;
}
@media screen and (max-width: 781px) {
  .home #top_model {
    margin-top: 60px;
    padding-bottom: 60px;
    background: none;
  }
}
.home #top_model .sub_ttl {
  text-align: center;
  margin-top: -10px;
}
.home #top_model .btn_Box {
  margin-top: 70px;
  margin-bottom: 35px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 781px) {
  .home #top_model .btn_Box {
    margin: 30px auto;
    width: 100%;
  }
}
.home #top_model .btn_Box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  color: #A59941;
  border: 1px solid #A59941;
  padding: 15px 0.7em;
  box-sizing: border-box;
  line-height: 1;
  width: 366px;
  box-sizing: border-box;
  font-size: 2.7rem;
  font-weight: 600;
  background: #fff;
  min-height: 86px;
}
@media screen and (max-width: 781px) {
  .home #top_model .btn_Box a {
    width: 100%;
    font-size: 1.8rem;
    min-height: auto;
  }
}
.home #top_model .btn_Box a + a {
  margin-top: 30px;
}
@media screen and (max-width: 781px) {
  .home #top_model .btn_Box a + a {
    margin-top: 15px;
  }
}
.home #top_model .btn_Box a small {
  display: block;
  margin-bottom: 0.25em;
  font-size: 0.8em;
}
.home #top_model .btn_Box a::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/common/btn_arrow.png) no-repeat center/contain;
}
.home #top_member {
  background: #6F906E;
  color: #fff;
  padding: 80px 0 0;
}
@media screen and (max-width: 781px) {
  .home #top_member {
    padding-top: 60px;
  }
}
.home #top_member .cont_size_1 {
  background: url(../images/top/member.png) no-repeat center bottom/contain;
  padding-bottom: 30px;
}
@media screen and (max-width: 781px) {
  .home #top_member .cont_size_1 {
    padding-bottom: 30vw;
  }
}
.home #top_member h2 {
  text-align: center;
  border-bottom: 3px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 16px;
}
.home #top_member h2 a {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.home #top_member h2 img {
  margin-right: 1em;
  display: block;
}
.home #top_member p {
  text-align: center;
  margin-top: 40px;
}
.home #top_member .img img {
  margin-top: -30px;
}
.home #top_member a {
  color: #fff;
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(0px, 19.375vw, 310px);
}
@media screen and (max-width: 781px) {
  .home #top_member a {
    margin-top: 30px;
  }
}
.home #top_diary {
  background: #F0EEDF;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media screen and (max-width: 781px) {
  .home #top_diary {
    padding-top: 60px;
  }
}
.home #top_diary div {
  height: auto;
}
@media screen and (max-width: 781px) {
  .home #top_diary div {
    width: 100%;
  }
}
.home #top_diary .thum {
  width: 100%;
  aspect-ratio: 19/10;
  position: relative;
}
.home #top_diary .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #top_diary .thum::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
}
.home #top_diary .wp-block-post-date {
  font-size: 2rem;
}
.home #top_diary .text_link a {
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 781px) {
  .home #top_diary .text_link a {
    margin-right: 2.5vw;
  }
}
.home #top_column {
  margin-top: 150px;
  margin-bottom: 200px;
}
@media screen and (max-width: 781px) {
  .home #top_column {
    margin: 60px auto;
  }
}
.home #top_company {
  margin-bottom: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 781px) {
  .home #top_company {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.home #top_company dl {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 781px) {
  .home #top_company dl {
    width: 100%;
  }
}
.home #top_company dl dt, .home #top_company dl dd {
  border-bottom: 1px solid #707070;
  font-size: 2rem;
  line-height: 3.5;
}
@media screen and (max-width: 781px) {
  .home #top_company dl dt, .home #top_company dl dd {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 5px 0;
  }
}
.home #top_company dl dt {
  width: 25%;
}
.home #top_company dl dd {
  width: 70%;
}
.home #top_event .event_slider .cont {
  width: 100%;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}
.home #top_event .event_slider .cont a {
  display: block;
  width: 100%;
}
.home #top_event .event_slider .cont a .imgBox {
  width: 100%;
  display: block;
  aspect-ratio: 3/2;
  background: #ccc;
}
.home #top_event .event_slider .cont a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home #top_event .event_slider .cont a .post-title {
  display: block;
  font-weight: bold;
  font-weight: 2rem;
}
.home #home_contact {
  max-width: 1175px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.home #top_process .text_link {
  margin-bottom: 0;
}
@media screen and (max-width: 781px) {
  .home #top_process .text_link {
    margin-bottom: 0 !important;
  }
  .home #top_process .text_link a {
    margin-left: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.concept_page_lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 781px) {
  .concept_page_lead {
    display: block;
    margin: 20px auto;
  }
}
.concept_page_lead::before {
  content: "";
  width: 134px;
  aspect-ratio: 1/1;
  background: url(../images/house/motto1.png) no-repeat center top/contain;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 781px) {
  .concept_page_lead::before {
    width: 70px;
  }
}
.concept_page_lead::after {
  content: "";
  width: 134px;
  aspect-ratio: 1/1;
  background: url(../images/house/motto2.png) no-repeat center bottom/contain;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 781px) {
  .concept_page_lead::after {
    width: 70px;
    margin-left: auto;
  }
}

.page-template-page-concept .is-layout-flex {
  justify-content: space-between;
}
.page-template-page-concept .content.inner {
  max-width: 1508px;
}
.page-template-page-concept h3 {
  margin-top: 35px;
}
@media screen and (max-width: 781px) {
  .page-template-page-concept h3 {
    margin: 20px auto;
  }
}
.page-template-page-concept h4 {
  margin-top: 40px;
}
@media screen and (max-width: 781px) {
  .page-template-page-concept h4 {
    margin: 20px auto 0;
    font-size: 2rem;
  }
}
.page-template-page-concept .is-layout-flex .wp-block-column {
  flex-grow: 0;
  flex-basis: auto;
}
.page-template-page-concept .is-layout-flex .wp-block-column:first-child {
  width: 40%;
}
.page-template-page-concept .is-layout-flex .wp-block-column:last-child {
  width: 53%;
}
.page-template-page-concept .is-layout-flex .wp-block-column:last-child .wp-block-image img {
  width: 100%;
  max-width: none;
}
.page-template-page-concept .is-layout-flex .wp-block-column h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 781px) {
  .page-template-page-concept .is-layout-flex .wp-block-column h3 {
    font-size: 2.4rem;
  }
}

.page-template-page-point section.intro {
  margin-bottom: 180px;
}
@media screen and (max-width: 781px) {
  .page-template-page-point section.intro {
    margin-bottom: 0px;
  }
}

.tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab {
  grid-template-columns: 35% 65%;
}

.tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab::before {
  font-size: clamp(0px, 3.1vw, 44px);
  font-weight: 200;
  margin-right: 0;
}
@media screen and (max-width: 781px) {
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab::before {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
}

.tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab::after {
  font-size: clamp(0px, 1.12vw, 16px);
  margin-top: clamp(0px, 0.35vw, 5px);
}
@media screen and (max-width: 781px) {
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab::after {
    font-size: 3vw;
    margin-top: 1vw;
  }
}

.tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab {
  padding: 0.5em clamp(0px, 1.4vw, 20px);
  font-size: clamp(0px, 1.6vw, 24px);
}
@media screen and (max-width: 781px) {
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab {
    padding: 0.5em;
    font-size: 3.5vw;
    display: flex;
    flex-direction: column;
  }
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab::before {
    display: block;
  }
  .tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab::after {
    display: block;
  }
}

@media screen and (max-width: 781px) {
  .smb-tab-panel__body .intro .wp-block-columns > .wp-block-column:first-child {
    padding-right: 0;
  }
}

@media screen and (max-width: 781px) {
  .page-template-page-point section.intro {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 781px) {
  .page-template-page-point p {
    margin: 10px auto;
  }
}
.page-template-page-point .is-layout-flex {
  justify-content: space-between;
}
.page-template-page-point .is-layout-flex.wp-block-buttons {
  justify-content: center;
}
.page-template-page-point .is-layout-flex .wp-block-column {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.page-template-page-point .is-layout-flex .wp-block-column.sec_dw_iron {
  width: 48% !important;
}
.page-template-page-point .is-layout-flex .wp-block-column:first-child {
  width: 45%;
}
@media screen and (max-width: 781px) {
  .page-template-page-point .is-layout-flex .wp-block-column:first-child {
    width: 100%;
  }
}
.page-template-page-point .is-layout-flex .wp-block-column:last-child {
  width: 50%;
}
@media screen and (max-width: 781px) {
  .page-template-page-point .is-layout-flex .wp-block-column:last-child {
    width: 100%;
  }
}
.page-template-page-point h2.wp-block-heading {
  line-height: 1.3;
}
.page-template-page-point h3.wp-block-heading {
  line-height: 1.3;
}
@media screen and (max-width: 781px) {
  .page-template-page-point h3.wp-block-heading {
    font-size: 2.1rem;
    margin-top: 40px;
  }
}
.page-template-page-point h4 {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 781px) {
  .page-template-page-point h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 781px) {
  .page-template-page-point .sec_dw {
    margin-top: 20px;
  }
}

@media screen and (max-width: 781px) {
  .page-template-page-point section.wp-block-group {
    padding: 40px 0;
  }
}

.magazine_post .wp-block-column {
  width: 100% !important;
}
.magazine_post .wp-block-post-title {
  margin-top: 10px;
}
@media screen and (max-width: 781px) {
  .magazine_post .wp-block-post-title {
    font-size: 1.5rem !important;
  }
}

.page-id-28 .intro .wp-block-column:first-child {
  width: 55%;
}
@media screen and (max-width: 781px) {
  .page-id-28 .intro .wp-block-column:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.page-id-28 .intro .wp-block-column:last-child {
  width: 40%;
}
@media screen and (max-width: 781px) {
  .page-id-28 .intro .wp-block-column:last-child {
    width: 100%;
  }
}
.page-id-28 .tearoom_works .wp-container-core-columns-is-layout-9d6595d7 {
  margin-top: 40px;
}
.page-id-28 .tearoom_works .wp-block-column {
  width: 32% !important;
}
@media screen and (max-width: 781px) {
  .page-id-28 .tearoom_works .wp-block-column {
    width: 100% !important;
  }
}
.page-id-28 .tearoom_works .wp-block-column a {
  display: block;
  position: relative;
}
.page-id-28 .tearoom_works .wp-block-column a::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 12%;
  aspect-ratio: 1/1;
  z-index: 2;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.512%22%20height%3D%2230.131%22%20viewBox%3D%220%200%2020.512%2030.131%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_150%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20150%22%20transform%3D%22translate(-208.646%20-2558.889)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_27%22%20data-name%3D%22%E7%B7%9A%2027%22%20x1%3D%2216.29%22%20y1%3D%2213.328%22%20transform%3D%22translate(210.757%202561)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_28%22%20data-name%3D%22%E7%B7%9A%2028%22%20y1%3D%2212.588%22%20x2%3D%2216.29%22%20transform%3D%22translate(210.757%202574.328)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/13px no-repeat;
}
.page-id-28 .tearoom_works .wp-block-column .wp-element-caption {
  margin-top: 20px;
}
@media screen and (max-width: 781px) {
  .page-id-28 .tearoom_works .wp-block-column .wp-element-caption {
    margin-top: 0px;
    font-size: 1.6rem;
  }
}
.page-id-28 .tearoom_school .wp-block-columns {
  margin-top: 50px;
  align-items: stretch;
}
.page-id-28 .tearoom_school .wp-block-columns .wp-block-column {
  width: 48% !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 781px) {
  .page-id-28 .tearoom_school .wp-block-columns .wp-block-column {
    width: 100% !important;
  }
}

h3.wp-block-heading {
  font-size: 2.8rem;
}

.faqBox p strong {
  font-size: 1.2em;
}

.nav_point .wp-block-image {
  padding: 0 15px;
}

.nav_point .wp-element-caption {
  font-size: clamp(0px, 1.5vw, 24px);
  margin-top: -10px;
  line-height: 1.4;
}
@media screen and (max-width: 781px) {
  .nav_point .wp-element-caption {
    font-size: 5vw;
    margin-top: -2vw;
  }
}

.page-id-6111 .wp-block-list {
  margin-top: 1em;
}
.page-id-6111 .wp-block-list li {
  list-style: disc;
  margin-left: 1em;
  font-weight: bold;
}

.page-id-11 .wp-block-columns {
  margin-top: 70px;
}
@media screen and (max-width: 781px) {
  .page-id-11 .wp-block-columns {
    margin-top: 40px;
  }
}

.inner.staff {
  max-width: 1322px;
}
.inner.staff .staff_list_ttl.owner {
  display: none;
}
.inner.staff .staff_list_ttl.kawaguchi {
  display: none;
}
.inner.staff .staff_list {
  display: flex;
  justify-content: flex-start;
  gap: 2.66%;
  flex-wrap: wrap;
}
@media screen and (max-width: 781px) {
  .inner.staff .staff_list {
    gap: unset;
    justify-content: space-between;
  }
}
.inner.staff .staff_list li {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 781px) {
  .inner.staff .staff_list li {
    width: 45%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .inner.staff .staff_list li:nth-child(n+3) {
    margin-top: 40px !important;
  }
}
.inner.staff .staff_list li .position {
  font-size: 2.2rem;
}
.inner.staff .staff_list li .position.is-empty {
  display: none;
}
@media screen and (max-width: 781px) {
  .inner.staff .staff_list li .position {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.inner.staff .staff_list li .name {
  font-size: 3.2rem;
}
@media screen and (max-width: 781px) {
  .inner.staff .staff_list li .name {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.inner.staff .staff_list li .data {
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 781px) {
  .inner.staff .staff_list li .data {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.inner.staff .staff_list li .photo {
  position: relative;
  overflow: inherit;
  background: none;
}
@media screen and (max-width: 781px) {
  .inner.staff .staff_list li .photo {
    margin-top: 0 !important;
  }
}
.inner.staff .staff_list li .photo img {
  width: 100%;
  max-width: none;
  border-radius: 100%;
}
.inner.staff .staff_list li .photo:hover .comment {
  opacity: 1;
}
.inner.staff .staff_list li .photo .comment {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.3s;
  width: 95%;
}
.inner.staff .staff_list li .photo .comment p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 781px) {
  .inner.staff .staff_list li .photo .comment p {
    font-size: 1.4rem;
  }
}
.inner.staff .staff_list li .photo .comment::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 80px;
  border: 30px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  transform: skewX(50deg);
}
.inner.staff .staff_list.owner li {
  width: 45%;
}
.inner.staff .staff_list.owner li:nth-child(2) {
  margin-left: auto;
}
.inner.staff .staff_list.owner li:nth-child(n+3) {
  margin-top: 100px;
}
.inner.staff .staff_list.kawaguchi li {
  margin-top: 100px;
}
@media screen and (max-width: 781px) {
  .inner.staff .staff_list.kawaguchi li {
    margin-top: 40px;
  }
}
.inner.staff .staff_list.kawaguchi li:nth-child(1) {
  width: 45%;
}
.inner.staff .staff_list.kawaguchi li:nth-child(2) {
  width: 45%;
  margin-left: auto;
}
.inner.staff .staff_list.kawaguchi li:nth-child(2) .is-empty {
  display: block;
}
.inner.staff .staff_list.real_estate li:nth-child(1) {
  width: 45%;
}
.inner.staff .staff_list.real_estate li:nth-child(2) {
  width: 45%;
  margin-left: auto;
}
.inner.staff .staff_list.real_estate li:nth-child(n+3) {
  margin-top: 100px;
}
.inner.staff .staff_list.machida li:nth-child(1) {
  width: 45%;
  margin-right: 55%;
}
.inner.staff .staff_list.machida li:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 781px) {
  .inner.staff .staff_list.machida li:nth-child(n+2) {
    margin-top: 0;
  }
}
.inner.staff .staff_list.office li:nth-child(1) {
  width: 45%;
}
.inner.staff .staff_list.office li:nth-child(2) .photo, .inner.staff .staff_list.office li:nth-child(3) .photo {
  margin-top: auto;
}
.inner.staff .staff_list.office li:nth-child(n+4) {
  margin-top: 100px;
}

.page-template-page-masuii_model_house .top_img {
  position: relative;
}
.page-template-page-masuii_model_house .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .intro {
    display: block;
  }
}
.page-template-page-masuii_model_house .intro .txt {
  width: 56%;
  max-width: 788px;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .intro .txt {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.page-template-page-masuii_model_house .intro .txt h2 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .intro .txt h2 {
    font-size: 2.8rem;
  }
}
.page-template-page-masuii_model_house .intro .txt p {
  font-size: 2.2rem;
  line-height: 1.63;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .intro .txt p {
    font-size: 1.6rem;
  }
}
.page-template-page-masuii_model_house .intro .img {
  width: 40%;
  max-width: 460px;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .intro .img {
    width: 100%;
    margin: 0 auto;
  }
}
.page-template-page-masuii_model_house .menu_model_house {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 100px auto 150px;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .menu_model_house {
    display: block;
    margin: 50px auto;
  }
}
.page-template-page-masuii_model_house .menu_model_house .cont {
  width: 32%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .menu_model_house .cont {
    width: 100%;
    max-width: none;
  }
  .page-template-page-masuii_model_house .menu_model_house .cont + .cont {
    margin-top: 30px;
  }
}
.page-template-page-masuii_model_house .menu_model_house .cont h2 {
  font-size: 2.8rem;
  line-height: 1.14;
  border: 1px solid #707070;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 30px;
  min-height: 240px;
  margin-bottom: 20px;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .menu_model_house .cont h2 {
    font-size: 2.2rem;
    min-height: auto;
  }
}
.page-template-page-masuii_model_house .menu_model_house .cont:nth-child(2) h2 img {
  margin-top: -10%;
}
.page-template-page-masuii_model_house .menu_model_house .cont p {
  margin-bottom: 15px;
}
.page-template-page-masuii_model_house .menu_model_house .cont a {
  margin-top: auto;
  display: block;
  border-radius: 9999px;
  font-size: 2.9rem;
  text-align: center;
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.page-template-page-masuii_model_house .menu_model_house .cont a::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .menu_model_house .cont a {
    font-size: 2rem;
  }
}
.page-template-page-masuii_model_house .menu_model_house .cont a.btn-reserve {
  background: #A69941;
}
.page-template-page-masuii_model_house .menu_model_house .cont a.btn-selfbuild {
  background: #6F906E;
}
.page-template-page-masuii_model_house .menu_model_house .cont a.btn-visit {
  background: #7B7032;
}
.page-template-page-masuii_model_house .event_model_house {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house {
    padding: 50px 0;
  }
}
.page-template-page-masuii_model_house .event_model_house .ttlBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house .ttlBox {
    margin-bottom: 20px;
  }
}
.page-template-page-masuii_model_house .event_model_house .ttlBox h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house .ttlBox h2 {
    font-size: 2.2rem;
  }
}
.page-template-page-masuii_model_house .event_model_house .ttlBox a {
  font-size: 2rem;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house .ttlBox a {
    font-size: 1.4rem;
  }
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house .event_list_Box {
    display: block;
  }
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item {
  width: 48%;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item {
    width: 100%;
  }
  .page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item + .event-item {
    margin-top: 30px !important;
  }
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item:nth-child(n+3) {
  margin-top: 4%;
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .thum {
  width: 40%;
  aspect-ratio: 19/26;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .thum {
    width: 30%;
  }
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .txt {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .txt {
    width: 65%;
  }
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .txt h3 {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .txt h3 {
    font-size: 1.8rem;
  }
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .txt .event-excerpt {
  color: #626262;
  margin-top: 10px;
  margin-bottom: auto;
  font-size: 1.8rem;
  line-height: 1.3;
  word-break: break-all;
}
@media screen and (max-width: 781px) {
  .page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .txt .event-excerpt {
    font-size: 1.2rem;
  }
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .txt .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-masuii_model_house .event_model_house .event_list_Box .event-item .txt .flex .cat li {
  min-width: 120px;
  font-size: 1.2rem;
  color: #fff;
  background: #7B7032;
  text-align: center;
  line-height: 1;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
}
.page-template-page-masuii_model_house #contact {
  max-width: 1175px;
  margin: 90px auto 0;
}

.single .columns .sidenav .sideBnr {
  margin: 20px auto;
  display: block;
}

.tax-model_house_cat {
  background-color: #fff !important;
}
.tax-model_house_cat .model_house_list .photo {
  background-color: #f0f0f0;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.tax-model_house_cat .model_house_list .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-template-page-corporate .is-layout-flex {
  gap: 0;
  align-items: stretch;
}
.page-template-page-corporate .is-layout-flex h3.wp-block-heading {
  margin: 0;
}
.page-template-page-corporate .access_detail {
  align-items: stretch;
  margin: 30px auto 100px;
}
@media screen and (max-width: 781px) {
  .page-template-page-corporate .access_detail {
    margin: 30px auto 50px;
  }
}
.page-template-page-corporate .access_detail h3 {
  width: 300px;
}
@media screen and (max-width: 781px) {
  .page-template-page-corporate .access_detail h3 {
    width: 100%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 781px) {
  .page-template-page-corporate .access_detail {
    display: block;
  }
}
@media screen and (max-width: 781px) {
  .page-template-page-corporate .table .wp-block-table table {
    display: block;
    border-spacing: 0;
    width: 100%;
    border-bottom: 1px solid !important;
  }
  .page-template-page-corporate .table .wp-block-table table tbody, .page-template-page-corporate .table .wp-block-table table tr {
    width: 100%;
    display: block;
  }
  .page-template-page-corporate .table .wp-block-table table th, .page-template-page-corporate .table .wp-block-table table td {
    width: 100% !important;
    display: block;
  }
  .page-template-page-corporate .table .wp-block-table table td {
    border: none;
    border-top: 1px solid !important;
  }
}
.page-template-page-corporate .greeting .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
.page-template-page-corporate .greeting .wp-block-columns {
  justify-content: space-between;
}
.page-template-page-corporate .greeting .wp-block-columns > div:nth-child(1) {
  width: 45%;
}
.page-template-page-corporate .greeting .wp-block-columns > div:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 781px) {
  .page-template-page-corporate .greeting .wp-block-columns > div:nth-child(2) {
    margin-top: 40px;
  }
}
.page-template-page-corporate .accessBox .is-layout-flex {
  display: flex;
  align-items: stretch !important;
  justify-self: center;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .page-template-page-corporate .accessBox .is-layout-flex {
    display: block;
  }
}
.page-template-page-corporate .accessBox .is-layout-flex .wp-block-column {
  flex-basis: unset !important;
  flex-grow: unset !important;
  width: 50%;
}
@media screen and (max-width: 781px) {
  .page-template-page-corporate .accessBox .is-layout-flex .wp-block-column {
    width: 100%;
  }
}
.page-template-page-corporate .accessBox .is-layout-flex .wp-block-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.page-template-page-corporate .accessBox .is-layout-flex .wp-block-column iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  position: static !important;
}
.page-template-page-corporate .accessBox .is-layout-flex .gmap_square {
  padding: 0;
}
.page-template-page-corporate .accessBox .access_detail {
  width: 90%;
  margin: 20px auto 40px;
}

.cat_list-box {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.cat_list-box dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 781px) {
  .cat_list-box dl {
    display: block;
  }
}
.cat_list-box dl + dl {
  margin-top: 30px;
}
.cat_list-box dl dt {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 50px;
}
@media screen and (max-width: 781px) {
  .cat_list-box dl dt {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
.cat_list-box dl dd .cat_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 781px) {
  .cat_list-box dl dd .cat_list {
    gap: 0;
    justify-content: space-between;
  }
}
.cat_list-box dl dd .cat_list li {
  color: #7B7032;
  border: 1px solid #7B7032;
  border-radius: 9999px;
  display: block;
  line-height: 1;
  width: 160px;
}
@media screen and (max-width: 781px) {
  .cat_list-box dl dd .cat_list li {
    width: 48%;
  }
  .cat_list-box dl dd .cat_list li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.cat_list-box dl dd .cat_list li a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #7B7032;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
}
.cat_list-box dl dd .cat_list li a img {
  width: auto;
  height: 20px;
  filter: invert(44%) sepia(25%) saturate(676%) hue-rotate(8deg) brightness(92%) contrast(90%);
}
@media screen and (max-width: 781px) {
  .cat_list-box dl dd .cat_list li a {
    justify-content: flex-start;
  }
  .cat_list-box dl dd .cat_list li a img {
    margin-right: 20px;
    height: 15px;
    width: 20px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cat_list-box dl dd .cat_list li.active {
  background: #7B7032;
  color: #fff;
}
.cat_list-box dl dd .cat_list li.active a {
  color: #fff;
  opacity: 1;
}
.cat_list-box dl dd .cat_list li.active a img {
  filter: brightness(0) invert(1);
}

.search_Box {
  margin-top: 135px;
}
@media screen and (max-width: 781px) {
  .search_Box {
    margin-top: 60px;
  }
}
.search_Box .ttlBox {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5% 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 781px) {
  .search_Box .ttlBox {
    display: block;
    margin-bottom: 30px;
  }
}
.search_Box .ttlBox h3 {
  font-size: 3.6rem;
}
@media screen and (max-width: 781px) {
  .search_Box .ttlBox h3 {
    font-size: 2.4rem;
  }
}
.search_Box .ttlBox .checked_cats {
  font-size: 2rem;
  margin-left: 30px;
}
@media screen and (max-width: 781px) {
  .search_Box .ttlBox .checked_cats {
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.search_Box .ttlBox .results {
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  .search_Box .ttlBox .results {
    text-align: right;
  }
}
.search_Box .ttlBox .results strong {
  font-size: 3.6rem;
  display: inline-block;
  margin-right: 0.7em;
}
@media screen and (max-width: 781px) {
  .search_Box .ttlBox .results strong {
    font-size: 2rem;
    margin-right: 0.25em;
  }
}
.search_Box .search_results {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search_Box .search_results::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
@media screen and (max-width: 781px) {
  .search_Box .search_results::before {
    display: none;
  }
}
.search_Box .search_results::after {
  content: "";
  display: block;
  width: 24%;
}
@media screen and (max-width: 781px) {
  .search_Box .search_results::after {
    display: none;
  }
}
.search_Box .search_results .cont {
  width: 24%;
  display: block;
}
@media screen and (max-width: 781px) {
  .search_Box .search_results .cont {
    width: 48%;
  }
}
.search_Box .search_results .cont:nth-child(n+5) {
  margin-top: 50px;
}
.search_Box .search_results .cont .thum {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.search_Box .search_results .cont .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search_Box .search_results .cont .cat {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 5px;
  font-size: 1.7rem;
}
.search_Box .search_results .cont .cat li {
  color: #7B7032;
  border: 1px solid #7B7032;
  border-radius: 9999px;
  display: block;
  padding: 0.25em 0.75em;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .search_Box .search_results .cont .cat li {
    font-size: 1.2rem;
  }
}
.search_Box .search_results .cont .ttl {
  font-size: 2.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 10px;
}
@media screen and (max-width: 781px) {
  .search_Box .search_results .cont .ttl {
    font-size: 1.8rem;
    margin: 10px 0;
  }
}
.search_Box .search_results .cont .ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow_black.svg) no-repeat center/contain;
}
@media screen and (max-width: 781px) {
  .search_Box .search_results .cont .ttl::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 781px) {
  .search_Box .search_results .cont .detail {
    font-size: 1.4rem;
  }
}

.pager_wrapper {
  text-align: center;
  margin-top: 50px;
}

.pager_wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #b2a14b; /* 画像のようなゴールド系 */
  color: #b2a14b;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

/* 現在のページ */
.pager_wrapper .page-numbers.current {
  background: #b2a14b;
  color: #fff;
  border-color: #b2a14b;
}

/* ホバー時 */
.pager_wrapper a.page-numbers:hover {
  background: #eee;
}

/* 矢印（前へ・次へ） */
.pager_wrapper .prev, .pager_wrapper .next {
  font-weight: bold;
}

.pager_wrapper {
  margin-bottom: 170px;
}

#single_work_page .flexBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  #single_work_page .flexBox {
    display: block;
  }
}
#single_work_page .flexBox .content {
  width: calc(100% - 520px);
}
@media screen and (max-width: 1240px) {
  #single_work_page .flexBox .content {
    width: 100%;
  }
}
#single_work_page .flexBox .content .cont_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#single_work_page .flexBox .content .cont_inner .ttl {
  font-size: 3rem;
  border-left: 7px solid #7B7032;
  line-height: 1.2;
  padding-left: 0.5em;
}
@media screen and (max-width: 781px) {
  #single_work_page .flexBox .content .cont_inner .ttl {
    font-size: 2.2rem;
  }
}
#single_work_page .flexBox .content .cont_inner .cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: stretch;
  margin: 30px 0 50px;
}
#single_work_page .flexBox .content .cont_inner .cat_list li {
  color: #7B7032;
  border: 1px solid #7B7032;
  border-radius: 9999px;
  display: block;
  padding: 0.25em 0.5em;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  #single_work_page .flexBox .content .cont_inner .cat_list li {
    width: 48%;
  }
}
#single_work_page .flexBox .content .cont_inner .cat_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7B7032;
}
#single_work_page .flexBox .content .cont_inner .sliderBox .slick-list {
  overflow: hidden;
}
#single_work_page .flexBox .content .cont_inner .sliderBox .main_slider {
  width: 100%;
}
#single_work_page .flexBox .content .cont_inner .sliderBox .main_slider li {
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #EEEEEE;
}
#single_work_page .flexBox .content .cont_inner .sliderBox .main_slider img {
  aspect-ratio: 100/73;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider {
  position: relative;
  margin-top: 30px;
}
#single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider li img {
  width: 100%;
  aspect-ratio: 19/14;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider .slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 781px) {
  #single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
#single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider .slick-arrow.slick-prev {
  left: -30px;
}
@media screen and (max-width: 781px) {
  #single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider .slick-arrow.slick-prev {
    left: -2vw;
  }
}
#single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
#single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider .slick-arrow.slick-next {
  right: -30px;
}
@media screen and (max-width: 781px) {
  #single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider .slick-arrow.slick-next {
    right: -2vw;
  }
}
#single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider .slick-slide {
  padding: 0 8px; /* ← ここで間隔調整 */
  box-sizing: border-box;
}
#single_work_page .flexBox .content .cont_inner .sliderBox .thumbnail_slider .slick-list {
  margin: 0 -8px;
}
#single_work_page .flexBox .content .cont_inner .txtarea {
  margin: 40px auto;
}
#single_work_page .flexBox .content .cont_inner .youtubeBox {
  width: 100%;
}
#single_work_page .flexBox .content .cont_inner .youtubeBox iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#single_work_page .flexBox .content .cont_inner .specBox {
  margin-top: 80px;
}
@media screen and (max-width: 781px) {
  #single_work_page .flexBox .content .cont_inner .specBox {
    margin-top: 40px;
  }
}
#single_work_page .flexBox .content .cont_inner .specBox table {
  table-layout: fixed;
  width: 100%;
}
#single_work_page .flexBox .content .cont_inner .specBox table tr:nth-child(odd) {
  background: #EEEEEE;
}
#single_work_page .flexBox .content .cont_inner .specBox table tr th {
  width: 120px;
  font-weight: 400;
  text-align: left;
  padding: 10px 20px;
}
#single_work_page .flexBox .content .cont_inner .specBox table tr td {
  padding: 10px 20px;
}
#single_work_page .flexBox .sideBar {
  width: 520px;
  background: #FAFAF7;
  display: block;
  flex-shrink: 0;
  padding-left: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  #single_work_page .flexBox .sideBar {
    width: 100%;
    padding: 40px 30px;
    margin-top: 60px;
  }
}
#single_work_page .flexBox .sideBar .sideBar_inner {
  width: 310px;
}
@media screen and (max-width: 1240px) {
  #single_work_page .flexBox .sideBar .sideBar_inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
#single_work_page .flexBox .sideBar .sideBar_inner .sideBar_ttl {
  font-size: 3rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1240px) {
  #single_work_page .flexBox .sideBar .sideBar_inner .sideBar_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1240px) {
  #single_work_page .flexBox .sideBar .sideBar_inner .sideBar_popular {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#single_work_page .flexBox .sideBar .sideBar_inner .sideBar_popular .sideBar_item {
  margin-top: 60px;
}
@media screen and (max-width: 1240px) {
  #single_work_page .flexBox .sideBar .sideBar_inner .sideBar_popular .sideBar_item {
    width: 48%;
    margin-top: 30px;
  }
}
#single_work_page .flexBox .sideBar .sideBar_inner .sideBar_popular .sideBar_item a {
  display: block;
}
#single_work_page .flexBox .sideBar .sideBar_inner .sideBar_popular .sideBar_item a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#single_work_page .flexBox .sideBar .sideBar_inner .sideBar_popular .sideBar_item .title {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 2.2rem;
  line-height: 1.27;
}
@media screen and (max-width: 1240px) {
  #single_work_page .flexBox .sideBar .sideBar_inner .sideBar_popular .sideBar_item .title {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
#single_work_page .flexBox .sideBar .sideBar_inner .sideBar_popular .sideBar_item .title::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  margin-left: 10px;
  background: url(../images/common/arrow_black.png) no-repeat center/contain;
}
@media screen and (max-width: 781px) {
  #single_work_page .flexBox .sideBar .sideBar_inner .sideBar_popular .sideBar_item .title::after {
    width: 10px;
    height: 10px;
  }
}
#single_work_page .cat_Box {
  max-width: 1418px;
  margin: 0 auto 180px;
  width: 90%;
}
@media screen and (max-width: 781px) {
  #single_work_page .cat_Box {
    margin-bottom: 70px;
  }
}
#single_work_page .cat_Box h3 {
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1240px) {
  #single_work_page .cat_Box h3 {
    font-size: 2.4rem;
  }
}
#single_work_page .cat_Box .cat_list-box {
  width: 100%;
  max-width: none;
}
#single_work_page .osusume {
  max-width: 1418px;
  margin: 0 auto;
  width: 90%;
  padding: 60px 0;
}
#single_work_page .osusume .osusume_inner {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  #single_work_page .osusume .osusume_inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
#single_work_page .osusume .osusume_inner .osusume_ttl {
  font-size: 3rem;
}
@media screen and (max-width: 1240px) {
  #single_work_page .osusume .osusume_inner .osusume_ttl {
    font-size: 2.4rem;
  }
}
#single_work_page .osusume .osusume_inner .osusume_recommend {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 50px 0;
}
@media screen and (max-width: 1240px) {
  #single_work_page .osusume .osusume_inner .osusume_recommend {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
  }
}
#single_work_page .osusume .osusume_inner .osusume_recommend .osusume_item {
  width: 23%;
}
@media screen and (max-width: 1240px) {
  #single_work_page .osusume .osusume_inner .osusume_recommend .osusume_item {
    width: 48%;
  }
  #single_work_page .osusume .osusume_inner .osusume_recommend .osusume_item:nth-child(n+3) {
    margin-top: 30px;
  }
}
#single_work_page .osusume .osusume_inner .osusume_recommend .osusume_item a {
  display: block;
}
#single_work_page .osusume .osusume_inner .osusume_recommend .osusume_item a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#single_work_page .osusume .osusume_inner .osusume_recommend .osusume_item .title {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 2.2rem;
  line-height: 1.27;
}
@media screen and (max-width: 1240px) {
  #single_work_page .osusume .osusume_inner .osusume_recommend .osusume_item .title {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
#single_work_page .osusume .osusume_inner .osusume_recommend .osusume_item .title::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  margin-left: 10px;
  background: url(../images/common/arrow_black.png) no-repeat center/contain;
}
@media screen and (max-width: 781px) {
  #single_work_page .osusume .osusume_inner .osusume_recommend .osusume_item .title::after {
    width: 10px;
    height: 10px;
  }
}

#first_view {
  margin-top: 135px;
}
@media screen and (max-width: 781px) {
  #first_view {
    margin-top: 60px;
  }
}
#first_view .cat_ttl {
  background: #fff;
  border: 2px solid #7B7032;
  color: #7B7032;
  border-radius: 9999px;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 224px;
  margin-bottom: 65px;
}
@media screen and (max-width: 781px) {
  #first_view .cat_ttl {
    font-size: 1.8rem;
    min-width: 150px;
    margin-bottom: 30px;
  }
}
#first_view .cat_ttl img {
  display: block;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
  filter: invert(44%) sepia(25%) saturate(676%) hue-rotate(8deg) brightness(92%) contrast(90%);
}
#first_view .new_post_bg {
  background: #F2EFE1;
  padding: 80px 0;
  width: 100%;
}
@media screen and (max-width: 781px) {
  #first_view .new_post_bg {
    padding: 60px 0;
  }
}
#first_view #new_post {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}
#first_view #new_post .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#first_view #new_post .flex .cont {
  width: 24%;
  display: block;
}
@media screen and (max-width: 781px) {
  #first_view #new_post .flex .cont {
    width: 48%;
  }
  #first_view #new_post .flex .cont:nth-child(n+3) {
    margin-top: 30px;
  }
}
#first_view #new_post .flex .cont:nth-child(n+5) {
  margin-top: 50px;
}
#first_view #new_post .flex .cont .thum {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
#first_view #new_post .flex .cont .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#first_view #new_post .flex .cont .cat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 5px;
  font-size: 1.7rem;
  min-height: 60px;
}
#first_view #new_post .flex .cont .cat li {
  color: #7B7032;
  border: 1px solid #7B7032;
  border-radius: 9999px;
  display: block;
  padding: 0.25em 0.75em;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 781px) {
  #first_view #new_post .flex .cont .cat li {
    font-size: 1.2rem;
  }
}
#first_view #new_post .flex .cont .ttl {
  font-size: 2.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 10px;
}
@media screen and (max-width: 781px) {
  #first_view #new_post .flex .cont .ttl {
    font-size: 1.8rem;
    margin: 10px 0;
  }
}
#first_view #new_post .flex .cont .ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow_black.svg) no-repeat center/contain;
}
@media screen and (max-width: 781px) {
  #first_view #new_post .flex .cont .ttl::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 781px) {
  #first_view #new_post .flex .cont .detail {
    font-size: 1.4rem;
  }
}
#first_view .PostFlexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto 70px;
  width: 90%;
}
@media screen and (max-width: 781px) {
  #first_view .PostFlexBox {
    display: block;
  }
}
#first_view .postBox {
  width: 49.25%;
  margin-top: 95px;
}
@media screen and (max-width: 781px) {
  #first_view .postBox {
    width: 100%;
    margin-top: 50px;
  }
}
#first_view .postBox .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#first_view .postBox .flex .cont {
  width: 49%;
  display: block;
}
@media screen and (max-width: 781px) {
  #first_view .postBox .flex .cont {
    width: 48%;
  }
}
#first_view .postBox .flex .cont:nth-child(n+5) {
  margin-top: 50px;
}
#first_view .postBox .flex .cont .thum {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
#first_view .postBox .flex .cont .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#first_view .postBox .flex .cont .cat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 5px;
  font-size: 1.7rem;
  min-height: 60px;
}
#first_view .postBox .flex .cont .cat li {
  color: #7B7032;
  border: 1px solid #7B7032;
  border-radius: 9999px;
  display: block;
  padding: 0.25em 0.75em;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 781px) {
  #first_view .postBox .flex .cont .cat li {
    font-size: 1.2rem;
  }
}
#first_view .postBox .flex .cont .ttl {
  font-size: 2.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 10px;
}
@media screen and (max-width: 781px) {
  #first_view .postBox .flex .cont .ttl {
    font-size: 1.8rem;
    margin: 10px 0;
  }
}
#first_view .postBox .flex .cont .ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/arrow_black.svg) no-repeat center/contain;
}
@media screen and (max-width: 781px) {
  #first_view .postBox .flex .cont .ttl::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 781px) {
  #first_view .postBox .flex .cont .detail {
    font-size: 1.4rem;
  }
}

.tax-taxonomy_works {
  background-color: #fff !important;
}

.works-template-default h1 {
  position: absolute;
  top: -99999999999px;
}

.search_Box .search_results, #first_view #new_post .flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  gap: 50px 24px;
}
@media screen and (max-width: 781px) {
  .search_Box .search_results, #first_view #new_post .flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
.search_Box .search_results .cont, #first_view #new_post .flex .cont {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.search_Box .search_results .cont .thum, #first_view #new_post .flex .cont .thum {
  grid-row: 1;
  margin-bottom: 15px;
}
.search_Box .search_results .cont .cat, #first_view #new_post .flex .cont .cat {
  grid-row: 2;
  margin-bottom: 10px;
  align-items: flex-start;
  align-self: start;
  min-height: auto;
}
.search_Box .search_results .cont .ttl, #first_view #new_post .flex .cont .ttl {
  grid-row: 3;
  margin: 0 0 10px;
  align-self: center;
  align-self: start;
}
.search_Box .search_results .cont .detail, #first_view #new_post .flex .cont .detail {
  grid-row: 4;
  align-self: start;
}

#first_view .postBox .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  gap: 50px 24px;
}
#first_view .postBox .flex .cont {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
#first_view .postBox .flex .cont .thum {
  grid-row: 1;
  margin-bottom: 15px;
}
#first_view .postBox .flex .cont .cat {
  grid-row: 2;
  margin-bottom: 10px;
  align-items: flex-start;
  align-self: start;
  min-height: auto;
}
#first_view .postBox .flex .cont .ttl {
  grid-row: 3;
  margin: 0 0 10px;
  align-self: center;
  align-self: start;
}
#first_view .postBox .flex .cont .detail {
  grid-row: 4;
  align-self: start;
}

.post-type-archive-works .cont .ttl {
  align-items: flex-start !important;
}
.post-type-archive-works .cont .ttl::after {
  margin-top: 0.45em !important;
  flex-shrink: 0 !important;
}
@media screen and (max-width: 781px) {
  .post-type-archive-works .cont .ttl::after {
    margin-top: 0.7em !important;
  }
}

.blog {
  background: #fafaf7;
}

.single h1 {
  display: none;
}
.single h1.wp-block-heading {
  display: block;
  line-height: 1.3;
}

.wpp_ranking_list .ttl {
  margin-top: 10px;
}
@media screen and (max-width: 781px) {
  .wpp_ranking_list .ttl {
    font-size: 1.2rem;
  }
}

.post-type-archive-magazine_post .magazine_list .content .photo {
  aspect-ratio: 48/65;
  display: block;
}
.post-type-archive-magazine_post .magazine_list .content .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.post-type-archive-magazine_post .magazine_list .content .title {
  line-height: 1.4;
}
@media screen and (max-width: 781px) {
  .post-type-archive-magazine_post .magazine_list .content .title {
    font-size: 1.4rem;
  }
}
.post-type-archive-magazine_post .magazine_list .content .txt {
  margin-top: 10px;
}
.post-type-archive-magazine_post .magazine_list .content .txt p {
  font-size: 1.2rem;
}
.post-type-archive-magazine_post .magazine_list .content .txt p span {
  font-size: 1.2rem !important;
}

.page-id-1230 .smb-step__item__number {
  width: 30px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.page-id-1230 .smb-step__item__number::before {
  line-height: 1;
  font-size: 1.4rem;
}
.page-id-1230 .smb-step__item__title {
  font-size: 2rem;
}
.page-id-1230 .notes {
  margin-top: 10px;
}

.privacy-policy .cont_size_2 p {
  margin-bottom: 40px;
}
@media screen and (max-width: 781px) {
  .privacy-policy .cont_size_2 p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.privacy-policy .cont_size_2 h2 {
  font-size: 3rem;
  margin-bottom: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 781px) {
  .privacy-policy .cont_size_2 h2 {
    font-size: 2rem;
    margin-top: 35px;
  }
}
@media screen and (max-width: 781px) {
  .privacy-policy .cont_size_2 .wp-block-list {
    font-size: 1.4rem;
  }
}
.privacy-policy .cont_size_2 .wp-block-list li {
  list-style: disc;
  margin-left: 1em;
}

.no-thum-page {
  margin-bottom: 150px;
}
@media screen and (max-width: 781px) {
  .no-thum-page {
    margin-bottom: 70px;
  }
}
.no-thum-page p {
  margin-bottom: 1em;
}
@media screen and (max-width: 781px) {
  .no-thum-page p {
    font-size: 1.5rem;
  }
}
.no-thum-page a {
  text-decoration: underline;
  color: blue;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
}
@media screen and (max-width: 781px) {
  .no-thum-page a {
    font-size: 1.6rem;
  }
}
.no-thum-page img {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.no-thum-page h2.wp-block-heading {
  margin-top: 70px;
}
.no-thum-page h3.wp-block-heading {
  border-left: 7px solid #7B7032;
  padding-left: 9px;
  font-size: 3rem;
  margin-top: 70px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 781px) {
  .no-thum-page h3.wp-block-heading {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.no-thum-page h4.wp-block-heading {
  font-size: 2.2rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 10px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 781px) {
  .no-thum-page h4.wp-block-heading {
    font-size: 1.8rem;
  }
}

.wp-block-embed {
  word-break: break-all;
}

@media screen and (max-width: 781px) {
  .single .columns .inner {
    display: block;
  }
}

@media screen and (max-width: 781px) {
  .sidenav {
    padding-top: 50px !important;
  }
}

.single .columns .content img, .page-template-page-temp-page2 .columns .content img {
  margin: 30px auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .single .columns .sidenav .reccomend_content, .page-template-page-temp-page2 .columns .sidenav .reccomend_content {
    display: block;
  }
}
.single .columns .sidenav .reccomend_content:first-of-type, .page-template-page-temp-page2 .columns .sidenav .reccomend_content:first-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 781px) {
  .single .columns .sidenav .reccomend_content:first-of-type, .page-template-page-temp-page2 .columns .sidenav .reccomend_content:first-of-type {
    margin-top: 20px;
  }
}
.single .columns .sidenav .reccomend_data h2, .page-template-page-temp-page2 .columns .sidenav .reccomend_data h2 {
  font-size: 1.2rem;
}

.concept_page_title .title {
  width: 100%;
  font-size: clamp(0px, 2.5vw, 40px) !important;
}
@media screen and (max-width: 781px) {
  .concept_page_title .title {
    font-size: 5vw !important;
  }
}
.concept_page_title .sub {
  font-size: clamp(0px, 2vw, 32px) !important;
}
@media screen and (max-width: 781px) {
  .concept_page_title .sub {
    font-size: 3.5vw !important;
  }
}

.text_cta_point {
  max-width: 1000px;
}

.info_model_house .btns .caution {
  font-size: 1.2rem;
}

/* .single */
.page-template-page-temp-page2 {
  background: #fff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 70%, rgb(250, 250, 247) 70%);
}

.page-template-page-temp-page2 .top_img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-template-page-temp-page2 {
    background: #fff;
  }
}
.page-template-page-temp-page2 h1 {
  width: 100%;
  max-width: 1418px;
  margin: 1.4em auto;
  font-size: 2.25em;
}

.page-template-page-temp-page2 {
  background: #fff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 70%, rgb(250, 250, 247) 70%);
}

.page-template-page-temp-page2 .columns {
  margin-top: 120px;
}

.page-template-page-temp-page2 .columns .inner {
  display: grid;
  grid-template-columns: 65% 30%;
  gap: 9%;
}

.page-template-page-temp-page2 .columns .sidenav {
  padding-bottom: 5em;
}
.page-template-page-temp-page2 .columns .sidenav .sideBnr {
  margin: 20px auto 50px;
  display: block;
}

.page-template-page-temp-page2 .columns .sidenav h2 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .page-template-page-temp-page2 h1 {
    font-size: 1.8em;
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-page-temp-page2 {
    background: #fff;
  }
  .page-template-page-temp-page2 .columns {
    margin-top: 40px;
  }
  .page-template-page-temp-page2 .columns .inner {
    width: 100%;
    grid-template-columns: auto;
    gap: 50px;
  }
  .page-template-page-temp-page2 .columns .main {
    width: 90%;
    margin: auto;
  }
  .page-template-page-temp-page2 .sidenav {
    background-color: #FAFAF7;
    padding: 0 5%;
  }
}
.wpcf7 .btns_contact .wpcf7-spinner {
  display: none;
}

.tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab {
  border-bottom: none;
}

.tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs {
  gap: 0;
  justify-content: space-between;
}

.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs {
  width: 98%;
  margin: 0 auto;
  max-width: 1417px;
}
@media screen and (max-width: 781px) {
  .smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs {
    width: 100%;
  }
}

.tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab-wrapper {
  max-width: none;
  width: 19%;
  box-sizing: border-box;
  flex: initial !important;
}

.tabs_domestic_wood.smb-tabs[data-orientation=horizontal] > .smb-tabs__tabs .smb-tabs__tab {
  box-sizing: border-box;
}

@media screen and (max-width: 1090px) {
  .info_model_house .inner {
    display: block;
  }
}
@media screen and (max-width: 1090px) {
  .info_model_house .address {
    text-align: center;
    margin: 20px auto;
  }
}
.info_model_house .name {
  width: 50%;
}
@media screen and (max-width: 1090px) {
  .info_model_house .name {
    width: 100%;
    justify-content: center;
  }
}
.info_model_house .name::before {
  flex: 0 1 auto;
  width: 20%;
  min-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: 90% contain;
}
@media screen and (max-width: 1090px) {
  .info_model_house .name::before {
    width: 70px;
    min-width: auto;
    background-size: 65px;
  }
}
@media screen and (max-width: 1090px) {
  .info_model_house .btn.tel {
    margin: 20px auto;
  }
}
.info_model_house .text {
  font-size: clamp(0px, 2.53vw, 36px);
  word-break: break-all;
  flex: 0 1 auto;
}
@media screen and (max-width: 1090px) {
  .info_model_house .text {
    font-size: 1.4rem;
  }
}
.info_model_house .text .sub {
  word-break: break-all;
  font-size: 0.6em;
}
@media screen and (max-width: 781px) {
  .info_model_house .text .sub {
    font-size: 0.7em;
  }
}
.info_model_house .border {
  flex: 0 1 auto;
  margin: 0 1.5%;
}

.single .columns .main {
  padding-bottom: 80px;
}
@media screen and (max-width: 781px) {
  .single .columns .main {
    padding-bottom: 40px;
  }
}

.single h1.wp-block-heading {
  margin-left: 0;
}

.top_img {
  position: relative;
}

.category_list {
  margin-top: 100px;
}
.category_list h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.category_list .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.category_list .flex a {
  display: block;
  background: #7B7032;
  color: #fff;
  border-radius: 99999px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 0.75em;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 781px) {
  .category_list .flex a {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style_2.css.map */