@charset "UTF-8";
#contact-page .grecaptcha-badge {
  visibility: visible;
  z-index: 99;
}

body:not(#front_page) main h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
}
body:not(#front_page) main h5 {
  text-align: center;
  color: #0e571e;
}
body:not(#front_page) main .p_text {
  text-align: center;
  line-height: 1.7rem;
}
body:not(#front_page) main .p_text_small {
  font-size: 0.9rem;
  opacity: 0.6;
}
body:not(#front_page) main .p_accent {
  font-size: 1.5rem;
  color: #0e571e;
  font-weight: 700;
}
body:not(#front_page) main .cards {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
body:not(#front_page) main .cards .card {
  background: #fff;
  width: 31%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.5s inherit;
  display: flex;
  flex-direction: column;
}
body:not(#front_page) main .cards .card > i {
  width: 50px;
  height: 50px;
  background: rgba(229, 201, 163, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfaa77;
  font-size: 1.2rem;
  margin: 0 auto;
}
body:not(#front_page) main .cards .card h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  text-align: center;
}
body:not(#front_page) main .cards .card .p_text {
  margin-top: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 15px;
}
body:not(#front_page) main .cards .card .p_label {
  background: rgba(14, 87, 30, 0.07);
  color: #0e571e;
  padding: 10px;
  font-size: 0.8rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 5px;
  margin: auto 0 20px;
}
body:not(#front_page) main .cards .card .p_label i {
  color: #0e571e;
  font-size: 0.7rem;
  margin-top: 2px;
}
body:not(#front_page) main .cards .card .p_accent {
  border-top: solid 1px #ddd;
  padding-top: 10px;
}
body:not(#front_page) main .panel {
  background: rgba(248, 245, 239, 0.9490196078);
  margin-top: 30px;
  border-radius: 10px;
  padding: 40px;
}
body:not(#front_page) main .panel.center .p_title,
body:not(#front_page) main .panel.center .p_text {
  text-align: center;
}
body:not(#front_page) main .panel.center .link-button {
  margin: 20px auto 0;
}
body:not(#front_page) main .panel h3 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
body:not(#front_page) main .panel .p_title {
  font-weight: 600;
  margin-top: 0;
}
body:not(#front_page) main .panel .p_text {
  text-align: left;
}

#contact-page .p_subtitle {
  text-align: center;
  margin-top: 10px;
}
#contact-page table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
}
#contact-page table tr {
  border-bottom: solid 1px #eee;
}
#contact-page table tr td {
  padding: 30px 20px;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
#contact-page table tr td input,
#contact-page table tr td textarea,
#contact-page table tr td select {
  width: 100%;
  border: none;
  border: solid 1px #ddd;
  border-radius: 3px;
  outline: none;
  box-sizing: border-box;
  transition: 0.3s;
  padding: 20px 15px;
  font-size: 1.1rem;
}
#contact-page table tr td input:focus,
#contact-page table tr td textarea:focus,
#contact-page table tr td select:focus {
  border-color: #cfaa77;
}
#contact-page table tr td .select-detail {
  margin-top: 20px;
}
#contact-page table tr td:first-of-type {
  width: 300px;
}
#contact-page table tr:last-of-type {
  border-bottom: none;
}
#contact-page table tr.half input, #contact-page table tr.half select {
  width: 50%;
}
#contact-page table tr.required td:first-of-type::after {
  content: "必須";
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.9rem;
  color: #d4475a;
  border: solid 1px #d4475a;
  padding: 3px 10px 4px;
  border-radius: 5px;
  opacity: 0.9;
}
#contact-page .accept {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#contact-page .accept .p_text {
  opacity: 0.9;
  margin: 0;
}
#contact-page input[type=submit] {
  outline: none;
  border: none;
  width: 250px;
  height: 60px;
  margin: 30px auto 0;
}

#renovation-page #important .heading img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
#renovation-page #important .cards .card {
  width: 24%;
  background: rgba(248, 245, 239, 0.6);
  padding: 20px;
}
#renovation-page #important .cards .card.possible {
  background: rgba(14, 87, 30, 0.06);
}
#renovation-page #important .cards .card.possible .p_label {
  color: #0e571e;
}
#renovation-page #important .cards .card.possible .p_label i {
  background: rgba(14, 87, 30, 0.9);
}
#renovation-page #important .cards .card .p_label {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(231, 0, 11, 0.8156862745);
}
#renovation-page #important .cards .card .p_label i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e7000b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.8rem;
  box-sizing: border-box;
  padding-top: 0.25rem;
}
#renovation-page #important .cards .card .p_title {
  margin-top: 10px;
  font-weight: 700;
}
#renovation-page #important .cards .card .p_text {
  margin-top: 10px;
}
#renovation-page #important .contact .p_text {
  margin-top: 5px;
}
#renovation-page #checklist .p_title {
  margin-top: 0;
}
#renovation-page #checklist h2 {
  margin-bottom: 20px;
}
#renovation-page #checklist .p_text {
  margin-top: 0;
}
#renovation-page #checklist .container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#renovation-page #checklist .container .wrapper-left {
  width: 60%;
}
#renovation-page #checklist .container .wrapper-left .accordions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.5333333333);
  overflow: hidden;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .accordion-header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  cursor: pointer;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .accordion-header .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: rgba(14, 87, 30, 0.07);
  color: #0e571e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  box-sizing: border-box;
  padding-top: 0.25rem;
  margin-right: 15px;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .accordion-header .text .p_title {
  font-weight: 600;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .accordion-header .text .p_text {
  font-size: 0.8rem;
  line-height: 1.3rem;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .accordion-header .arrow {
  position: absolute;
  right: 20px;
  opacity: 0.6;
  transition: 0.4s;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .accordion-header.active .arrow {
  transform: rotate(180deg);
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .pulldown {
  padding: 0 20px 20px;
  display: none;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .pulldown .item {
  background: rgba(248, 245, 239, 0.5);
  padding: 20px;
  border-radius: 10px;
  display: flex;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .pulldown .item i {
  color: #0e571e;
  margin-right: 15px;
  margin-top: 5px;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .pulldown .item .text .p_title {
  font-weight: 500;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .pulldown .item .text .p_title::after {
  content: "推奨";
  background: rgba(14, 87, 30, 0.08);
  color: #0e571e;
  font-size: 0.8rem;
  padding: 2px 8px 3px;
  border-radius: 5px;
  margin-left: 5px;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .pulldown .item .text .p_text {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-top: 5px;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .pulldown .item:not(:first-of-type) {
  margin-top: 15px;
}
#renovation-page #checklist .container .wrapper-left .accordions .accordion .pulldown .item.required .text .p_title::after {
  content: "必須";
  background: rgba(207, 170, 119, 0.15);
  color: #bd7138;
}
#renovation-page #checklist .container .wrapper-left .caution {
  padding: 30px 30px 20px;
  margin-top: 30px;
  background: rgba(231, 0, 11, 0.062745098);
  border: solid 1px rgba(231, 0, 11, 0.2509803922);
  border-radius: 10px;
}
#renovation-page #checklist .container .wrapper-left .caution .p_title {
  display: flex;
  align-items: center;
  color: #e7000b;
  font-weight: 600;
}
#renovation-page #checklist .container .wrapper-left .caution .p_title i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #e7000b;
  color: #e7000b;
  margin-right: 10px;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#renovation-page #checklist .container .wrapper-left .caution ul {
  list-style: none;
  margin-top: 20px;
}
#renovation-page #checklist .container .wrapper-left .caution ul li {
  display: flex;
  align-items: flex-start;
  padding-left: 0.4rem;
  margin: 10px 0;
  font-size: 0.95rem;
}
#renovation-page #checklist .container .wrapper-left .caution ul li::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 900;
  color: #e7000b;
  flex-shrink: 0;
  width: 2em;
  padding-top: 0.3em;
}
#renovation-page #checklist .container .wrapper-right {
  width: 38%;
}
#renovation-page #checklist .container .wrapper-right img {
  width: 100%;
  border-radius: 10px;
}
#renovation-page #checklist .container .wrapper-right .contact {
  background: #0e571e;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
}
#renovation-page #checklist .container .wrapper-right .contact h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
#renovation-page #checklist .container .wrapper-right .contact .p_text {
  color: #fff;
  text-align: justify;
  font-size: 0.9rem;
  line-height: 1.5rem;
  opacity: 0.9;
}
#renovation-page #checklist .container .wrapper-right .contact .link-button {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  color: #0e571e;
  justify-content: center;
}
#renovation-page #checklist .container .wrapper-right .caution {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.5333333333);
  margin-top: 20px;
  padding: 20px;
  text-align: justify;
  opacity: 0.9;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

#rental-renovation-page #strengths #strengths-switch {
  margin-top: 30px;
  display: flex;
  position: relative;
  bottom: -5px;
  z-index: 0;
}
#rental-renovation-page #strengths #strengths-switch div {
  width: 50%;
  text-align: center;
  padding: 20px 0 25px;
  border-radius: 10px 10px 0 0;
  background: rgba(238, 238, 238, 0.2666666667);
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}
#rental-renovation-page #strengths #strengths-switch div:hover {
  background: rgba(238, 238, 238, 0.8);
}
#rental-renovation-page #strengths #strengths-switch div.active {
  background: #f8f5ef;
}
#rental-renovation-page #strengths .container {
  background: #f8f5ef;
  padding: 30px 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
#rental-renovation-page #strengths .container .image {
  position: relative;
}
#rental-renovation-page #strengths .container .image h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  margin: 0 0 20px;
}
#rental-renovation-page #strengths .container .image img {
  width: 100%;
  aspect-ratio: 5/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#rental-renovation-page #strengths .container .tab {
  transition: 0.3s;
  position: relative;
  display: none;
}
#rental-renovation-page #strengths .container .tab.active {
  top: 0;
  display: block;
  animation: strengths-fade 1s forwards;
}
@keyframes strengths-fade {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
#rental-renovation-page #strengths .container .items {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#rental-renovation-page #strengths .container .items .item {
  width: 31%;
  position: relative;
  padding: 10px 0;
}
#rental-renovation-page #strengths .container .items .item:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  right: -5%;
  top: 0;
}
#rental-renovation-page #strengths .container .items .item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rental-renovation-page #strengths .container .items .item h3 i {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: #0e571e;
  color: #fff;
  margin-right: 10px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rental-renovation-page #strengths .container .items .item h3 span {
  width: calc(100% - 50px);
}
#rental-renovation-page #strengths .container .items .item .p_text {
  text-align: justify;
  margin-top: 10px;
}
#rental-renovation-page #data-driven .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
#rental-renovation-page #data-driven .container .wrapper-left {
  width: 49%;
}
#rental-renovation-page #data-driven .container .wrapper-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#rental-renovation-page #data-driven .container .wrapper-right {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}
#rental-renovation-page #data-driven .container .wrapper-right .item {
  display: flex;
}
#rental-renovation-page #data-driven .container .wrapper-right .item .number {
  width: 60px;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(207, 170, 119, 0.6);
  margin-top: -0.5rem;
}
#rental-renovation-page #data-driven .container .wrapper-right .item .text {
  width: calc(100% - 60px);
}
#rental-renovation-page #data-driven .container .wrapper-right .item .text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 0;
}
#rental-renovation-page #data-driven .container .wrapper-right .item .text .p_text {
  margin-top: 10px;
  text-align: left;
}
#rental-renovation-page #roadmap .steps {
  margin-top: 20px;
}
#rental-renovation-page #roadmap .steps .step {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#rental-renovation-page #roadmap .steps .step:not(:last-of-type) {
  padding-bottom: 30px;
}
#rental-renovation-page #roadmap .steps .step:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(14, 87, 30, 0.3);
  position: absolute;
  left: 25px;
  z-index: 0;
}
#rental-renovation-page #roadmap .steps .step i {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #0e571e;
  color: #fff;
  margin-right: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rental-renovation-page #roadmap .steps .step .container {
  width: calc(100% - 80px);
}
#rental-renovation-page #roadmap .steps .step .container h4 {
  color: #cfaa77;
}
#rental-renovation-page #roadmap .steps .step .container h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 5px 0 0;
}
#rental-renovation-page #roadmap .steps .step .container .p_text {
  margin-top: 10px;
  text-align: left;
}
#rental-renovation-page #roadmap .steps .step .container ul {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
#rental-renovation-page #roadmap .steps .step .container ul li {
  background: rgba(207, 170, 119, 0.1);
  padding: 6px 15px;
  border-radius: 5px;
  color: #555;
  font-size: 0.9rem;
}
#rental-renovation-page #roadmap .panel {
  background: #fff;
}

#support-page #construction table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0666666667);
}
#support-page #construction table thead {
  background: rgba(207, 170, 119, 0.8);
}
#support-page #construction table thead th {
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
#support-page #construction table tbody tr {
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}
#support-page #construction table tbody tr:last-child {
  border-bottom: none;
}
#support-page #construction table tbody tr:hover {
  background: rgba(229, 201, 163, 0.1);
}
#support-page #construction table tbody tr th {
  width: 15%;
  background: rgba(229, 201, 163, 0.1);
  color: #cfaa77;
  font-weight: 700;
  padding: 20px;
  vertical-align: middle;
}
#support-page #construction table tbody tr td {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: middle;
}
#support-page #construction table tbody tr td:nth-of-type(1) {
  width: 30%;
  text-align: center;
  font-weight: 600;
  color: #444;
}
#support-page #construction table tbody tr td:nth-of-type(2) {
  text-align: justify;
  text-justify: inter-ideograph;
  color: #555;
  font-size: 0.95rem;
}
#support-page #construction .panel {
  background: #fff;
}
#support-page #construction .panel .p_text {
  margin-top: 5px;
}
#support-page #construction .panel ul {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#support-page #construction .panel ul li {
  font-size: 1.1rem;
  background: rgba(207, 170, 119, 0.1);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#support-page #construction .panel ul li i {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #0e571e;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#support-page #construction .panel ul li .container {
  width: calc(100% - 60px);
}
#support-page #construction .panel ul li .container .p_text {
  margin-top: 3px;
}
#support-page #flow .steps {
  margin-top: 20px;
}
#support-page #flow .steps .step {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#support-page #flow .steps .step:not(:last-of-type) {
  padding-bottom: 30px;
}
#support-page #flow .steps .step:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(14, 87, 30, 0.3);
  position: absolute;
  left: 25px;
  z-index: -10;
}
#support-page #flow .steps .step i {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #0e571e;
  color: #fff;
  margin-right: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#support-page #flow .steps .step .container {
  width: calc(100% - 80px);
}
#support-page #flow .steps .step .container h4 {
  color: #cfaa77;
}
#support-page #flow .steps .step .container h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 5px 0 0;
}
#support-page #flow .steps .step .container .p_text {
  margin-top: 10px;
  text-align: left;
}
#support-page #flow .steps .step .container ul {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
#support-page #flow .steps .step .container ul li {
  background: rgba(207, 170, 119, 0.1);
  padding: 6px 15px;
  border-radius: 5px;
  color: #555;
  font-size: 0.9rem;
}
#support-page #flow .caution .p_text {
  margin-top: 0;
}

#news-page #container .news-container,
#cases-page #container .news-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#news-page #container .news-container.post_1 .news.dummy:last-of-type,
#cases-page #container .news-container.post_1 .news.dummy:last-of-type {
  opacity: 0;
}
#news-page #container .news-container .news,
#cases-page #container .news-container .news {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(221, 221, 221, 0.6666666667);
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}
#news-page #container .news-container .news.dummy,
#cases-page #container .news-container .news.dummy {
  border-bottom: none;
  border-top: solid 1px rgba(221, 221, 221, 0.6666666667);
  padding: 0;
}
#news-page #container .news-container .news.dummy::before,
#cases-page #container .news-container .news.dummy::before {
  bottom: 0;
}
#news-page #container .news-container .news::before,
#cases-page #container .news-container .news::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #444;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#news-page #container .news-container .news:has(+ .news + .news:hover),
#cases-page #container .news-container .news:has(+ .news + .news:hover) {
  border-color: #bbb;
}
#news-page #container .news-container .news:hover,
#cases-page #container .news-container .news:hover {
  border-color: #bbb;
}
#news-page #container .news-container .news:hover .image-wrapper img,
#cases-page #container .news-container .news:hover .image-wrapper img {
  transform: scale(1.05);
}
#news-page #container .news-container .news .image-wrapper,
#cases-page #container .news-container .news .image-wrapper {
  overflow: hidden;
  width: 26%;
  border-radius: 5px;
}
#news-page #container .news-container .news .image-wrapper img,
#cases-page #container .news-container .news .image-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
#news-page #container .news-container .news .news-content,
#cases-page #container .news-container .news .news-content {
  width: 70%;
  padding: 10px 0;
  box-sizing: border-box;
}
#news-page #container .news-container .news .news-content .meta,
#cases-page #container .news-container .news .news-content .meta {
  align-items: center;
  display: flex;
  gap: 15px;
  opacity: 0.7;
}
#news-page #container .news-container .news .news-content .meta .date,
#cases-page #container .news-container .news .news-content .meta .date {
  color: #2c2722;
  position: relative;
  font-size: 0.9rem;
}
#news-page #container .news-container .news .news-content .meta .tags,
#cases-page #container .news-container .news .news-content .meta .tags {
  display: flex;
  gap: 10px;
}
#news-page #container .news-container .news .news-content .meta .tags li,
#cases-page #container .news-container .news .news-content .meta .tags li {
  border: solid 1px #555;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 0.9rem;
  position: relative;
}
#news-page #container .news-container .news .news-content h2,
#cases-page #container .news-container .news .news-content h2 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news-page #container .cases-container,
#cases-page #container .cases-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
#news-page #container .cases-container::after,
#cases-page #container .cases-container::after {
  content: "";
  display: block;
  width: 31%;
}
#news-page #container .cases-container .case,
#cases-page #container .cases-container .case {
  width: 31%;
}
#news-page #container .cases-container .case a,
#cases-page #container .cases-container .case a {
  text-decoration: none;
}
#news-page #container .cases-container .case a:hover .image img,
#cases-page #container .cases-container .case a:hover .image img {
  transform: scale(1.05);
  opacity: 0.8;
}
#news-page #container .cases-container .case a .image,
#cases-page #container .cases-container .case a .image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#news-page #container .cases-container .case a .image::before,
#cases-page #container .cases-container .case a .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: -1;
}
#news-page #container .cases-container .case a .image img,
#cases-page #container .cases-container .case a .image img {
  width: 100%;
  aspect-ratio: 5/3;
  transition: 0.5s;
}
#news-page #container .cases-container .case a .image .category,
#cases-page #container .cases-container .case a .image .category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #cfaa77;
  color: #fff;
  padding: 5px 15px 6px;
  border-radius: 5px;
  font-size: 0.85rem;
  z-index: 5;
}
#news-page #container .cases-container .case a .tags,
#cases-page #container .cases-container .case a .tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 10px;
}
#news-page #container .cases-container .case a .tags li,
#cases-page #container .cases-container .case a .tags li {
  border: solid 1px #555;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 0.8rem;
  position: relative;
  box-sizing: border-box;
}
#news-page .paging,
#cases-page .paging {
  margin-top: 50px;
}
#news-page .paging ul,
#cases-page .paging ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#news-page .paging ul li,
#cases-page .paging ul li {
  font-size: 1.4rem;
  color: #aaa;
}
#news-page .paging ul li.current a,
#cases-page .paging ul li.current a {
  color: #111;
}
#news-page .paging ul li a,
#cases-page .paging ul li a {
  text-decoration: none;
  color: #aaa;
  padding: 10px;
  transition: 0.3s;
}
#news-page .paging ul li a:hover,
#cases-page .paging ul li a:hover {
  color: #555;
}

#blog-single #blog-single-container {
  width: 1000px;
}
#blog-single #blog-single-container.cases .meta {
  display: block;
}
#blog-single #blog-single-container .meta {
  align-items: center;
  display: flex;
  gap: 15px;
  opacity: 0.9;
  margin-bottom: 5px;
}
#blog-single #blog-single-container .meta .date {
  color: #333;
  position: relative;
  font-size: 0.9rem;
}
#blog-single #blog-single-container .meta .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#blog-single #blog-single-container .meta .tags li {
  border: solid 1px #333;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 0.9rem;
  position: relative;
}
#blog-single #blog-single-container .meta .information {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  width: 100%;
}
#blog-single #blog-single-container .meta .information::after {
  content: "";
  width: 25%;
  display: block;
}
#blog-single #blog-single-container .meta .information li {
  display: flex;
  align-items: center;
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
  font-size: 0.9rem;
}
#blog-single #blog-single-container .meta .information li .label {
  flex-shrink: 0;
  min-width: 5em;
  font-weight: 600;
}
#blog-single #blog-single-container .meta .information li .value {
  flex-grow: 1;
}
#blog-single #blog-single-container .content * {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
#blog-single #blog-single-container .content h1 {
  margin: 10px 0;
  font-size: 2.5rem;
}
#blog-single #blog-single-container .content h2 {
  margin: 10px 0;
  font-size: 2rem;
}
#blog-single #blog-single-container .content h3 {
  margin: 10px 0;
  font-size: 1.5rem;
}
#blog-single #blog-single-container .content h4 {
  margin: 10px 0;
}
#blog-single #blog-single-container .content p {
  margin: 15px 0;
}
#blog-single #blog-single-container .content a {
  color: #cfaa77;
}
#blog-single #blog-single-container .content a:hover {
  text-decoration: underline;
}
#blog-single #blog-single-container .content img {
  width: 100%;
  margin: 30px 0;
}
#blog-single .link-button {
  margin: 30px auto 0;
}

#error-page .p_text {
  text-align: center;
}

#privacy-policy-page main .p_text {
  text-align: left !important;
  opacity: 1;
  color: #222;
}
#privacy-policy-page main h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: left !important;
  margin-top: 30px;
}
#privacy-policy-page main ul {
  margin: 20px 0;
}
#privacy-policy-page main ul li {
  line-height: 1.8rem;
  list-style: circle;
  margin-left: 30px;
  color: #222;
}

#faq-page .accordions {
  display: flex;
  flex-direction: column;
}
#faq-page .accordions .accordion {
  border-top: solid 1px #ddd;
  box-sizing: border-box;
}
#faq-page .accordions .accordion:last-of-type {
  border-bottom: solid 1px #ddd;
}
#faq-page .accordions .accordion .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 20px;
}
#faq-page .accordions .accordion .accordion-header.active .arrow {
  transform: rotate(180deg);
}
#faq-page .accordions .accordion .accordion-header .question {
  font-weight: 500;
  margin-right: 30px;
  display: flex;
}
#faq-page .accordions .accordion .accordion-header .question span {
  color: #0e571e;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: -0.2rem;
  width: 40px;
}
#faq-page .accordions .accordion .accordion-header .arrow {
  position: absolute;
  right: 20px;
  opacity: 0.6;
  transition: 0.4s;
}
#faq-page .accordions .accordion .pulldown {
  display: none;
}
#faq-page .accordions .accordion .pulldown .p_text {
  text-align: left;
  margin: -5px 50px 20px 60px;
  line-height: 1.5rem;
}

@media screen and (max-width: 1500px) {
  #contact-page h1 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1200px) {
  body:not(#front_page) main h2 {
    font-size: 2rem;
  }
  body:not(#front_page) main .cards .card {
    padding: 20px;
    width: 32%;
  }
  body:not(#front_page) main .cards .card h3 {
    font-size: 1.1rem;
  }
  body:not(#front_page) main .panel {
    padding: 30px;
  }
  #news-page #container .news-container .news {
    width: 100%;
  }
  #news-page #container .news-container .news.dummy:last-of-type {
    display: none;
  }
  #news-page #container .news-container .news .image-wrapper {
    width: 18%;
  }
  #news-page #container .news-container .news .image-wrapper img {
    aspect-ratio: 3/2;
  }
  #news-page #container .news-container .news .news-content {
    width: 80%;
  }
  #blog-single #blog-single-container {
    width: calc(100% - 100px);
  }
  #blog-single #blog-single-container .content h1 {
    font-size: 2.2rem;
  }
  #blog-single #blog-single-container .content h2 {
    font-size: 1.8rem;
  }
  #blog-single #blog-single-container .content h3 {
    font-size: 1.4rem;
  }
  #privacy-policy-page main h3 {
    margin-top: 20px !important;
  }
  #privacy-policy-page main ul {
    margin: 10px 0;
  }
  #privacy-policy-page main ul li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 900px) {
  body:not(#front_page) main h2 {
    font-size: 1.6rem;
  }
  body:not(#front_page) main h3 {
    margin: 5px 0;
  }
  body:not(#front_page) main .p_text {
    margin-top: 10px;
  }
  body:not(#front_page) main .cards {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  body:not(#front_page) main .cards .card {
    width: 100%;
  }
  #contact-page table {
    margin-top: 10px;
  }
  #contact-page table tr td {
    display: block;
    padding: 0;
  }
  #contact-page table tr td:first-of-type {
    width: 100%;
    padding: 20px 10px 10px;
    display: flex;
    align-items: center;
  }
  #contact-page table tr td:first-of-type::after {
    position: relative !important;
    left: 10px;
  }
  #contact-page table tr td:last-of-type {
    width: 100%;
    padding: 10px 10px 20px;
  }
  #renovation-page #important .heading img {
    width: 100%;
  }
  #renovation-page #important .cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  #renovation-page #important .cards .card {
    width: calc((100% - 20px) / 2);
  }
  #renovation-page #checklist .container {
    flex-direction: column;
    margin-top: 20px;
  }
  #renovation-page #checklist .container .wrapper-left {
    width: 100%;
  }
  #renovation-page #checklist .container .wrapper-left .caution {
    margin-top: 20px;
  }
  #renovation-page #checklist .container .wrapper-left .caution ul li {
    font-size: 0.9rem;
  }
  #renovation-page #checklist .container .wrapper-right {
    width: 100%;
    margin-top: 20px;
  }
  #rental-renovation-page #strengths #strengths-switch div {
    font-size: 0.9rem;
  }
  #rental-renovation-page #strengths .container .image h3 {
    font-size: 1.3rem;
  }
  #rental-renovation-page #strengths .container .items {
    flex-direction: column;
    margin-top: 20px;
  }
  #rental-renovation-page #strengths .container .items .item {
    width: 100%;
  }
  #rental-renovation-page #strengths .container .items .item:not(:last-of-type)::after {
    display: none;
  }
  #rental-renovation-page #data-driven .container {
    flex-direction: column;
  }
  #rental-renovation-page #data-driven .container .wrapper-left {
    width: 100%;
  }
  #rental-renovation-page #data-driven .container .wrapper-left img {
    aspect-ratio: 5/2;
  }
  #rental-renovation-page #data-driven .container .wrapper-right {
    width: 100%;
  }
  #support-page #construction table {
    margin-top: 20px;
  }
  #support-page #construction table thead th {
    padding: 10px 0;
    font-size: 0.9rem;
  }
  #support-page #construction table tbody tr th,
  #support-page #construction table tbody tr td {
    font-size: 0.9rem;
    padding: 20px 10px;
  }
  #support-page #flow .caution {
    padding: 20px;
  }
  #news-page #container .news-container .news,
  #cases-page #container .news-container .news {
    padding: 15px;
  }
  #news-page #container .news-container .news .image-wrapper,
  #cases-page #container .news-container .news .image-wrapper {
    width: 22%;
  }
  #news-page #container .news-container .news .news-content,
  #cases-page #container .news-container .news .news-content {
    width: 75%;
  }
  #news-page #container .cases-container .case,
  #cases-page #container .cases-container .case {
    width: 48%;
  }
  #news-page #container .cases-container .case a .image .category,
  #cases-page #container .cases-container .case a .image .category {
    top: 10px;
    left: 10px;
    font-size: 0.75rem;
  }
  #news-page #container .cases-container .case a .tags,
  #cases-page #container .cases-container .case a .tags {
    gap: 5px;
  }
  #news-page #container .cases-container .case a .tags li,
  #cases-page #container .cases-container .case a .tags li {
    font-size: 0.7rem;
  }
  #blog-single #blog-single-container .meta .tags li {
    font-size: 0.8rem;
  }
  #blog-single #blog-single-container .meta .information li {
    width: 50%;
    font-size: 0.8rem;
  }
  #blog-single #blog-single-container .content h1 {
    font-size: 1.8rem;
  }
  #faq-page .accordions .accordion .accordion-header {
    padding: 20px;
  }
  #faq-page .accordions .accordion .pulldown .p_text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  body:not(#front_page) main .p_text {
    line-height: 1.3rem;
  }
  body:not(#front_page) main .link-button {
    width: 100%;
  }
  body:not(#front_page) main .cards .card h3 {
    font-size: 1rem;
  }
  body:not(#front_page) main .cards .card > i {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  #contact-page table tr.half input,
  #contact-page table tr.half select {
    width: 100%;
  }
  #renovation-page #important .cards .card {
    width: 100%;
  }
  #renovation-page #checklist .container .wrapper-left .caution {
    padding: 20px 20px 10px;
  }
  #renovation-page #checklist .container .wrapper-left .caution ul {
    margin-top: 10px;
  }
  #renovation-page #checklist .container .wrapper-left .caution ul li {
    font-size: 0.8rem;
  }
  #renovation-page #checklist .container .wrapper-right .contact .p_text {
    line-height: 1.3rem;
  }
  #rental-renovation-page #strengths #strengths-switch div {
    font-size: 0.8rem;
  }
  #rental-renovation-page #strengths .container .image img {
    aspect-ratio: 5/3;
  }
  #rental-renovation-page #data-driven .container .wrapper-left img {
    aspect-ratio: 5/3;
  }
  #rental-renovation-page #roadmap .steps .step .container {
    width: calc(100% - 65px);
  }
  #support-page #construction table thead th {
    padding: 10px 0;
    font-size: 0.8rem;
  }
  #support-page #construction table tbody tr th,
  #support-page #construction table tbody tr td {
    font-size: 0.8rem;
    padding: 20px 10px;
  }
  #support-page #construction .panel {
    padding: 20px;
  }
  #support-page #construction .panel ul li {
    padding: 15px;
  }
  #support-page #flow .steps .step .container {
    width: calc(100% - 65px);
  }
  #support-page #flow .steps .step .container ul {
    flex-direction: column;
  }
  #support-page #flow .steps .step .container ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
  #news-page #container .news-container .news,
  #cases-page #container .news-container .news {
    padding: 15px 5px;
    align-items: flex-start;
  }
  #news-page #container .news-container .news .image-wrapper,
  #cases-page #container .news-container .news .image-wrapper {
    width: 90px;
  }
  #news-page #container .news-container .news .image-wrapper img,
  #cases-page #container .news-container .news .image-wrapper img {
    width: 100%;
    aspect-ratio: 3/2;
  }
  #news-page #container .news-container .news .news-content,
  #cases-page #container .news-container .news .news-content {
    width: calc(100% - 100px);
    padding: 0;
  }
  #news-page #container .news-container .news .news-content .meta,
  #cases-page #container .news-container .news .news-content .meta {
    flex-direction: column-reverse;
    justify-content: left;
    gap: 5px;
  }
  #news-page #container .news-container .news .news-content .meta .date,
  #cases-page #container .news-container .news .news-content .meta .date {
    margin-right: auto;
    font-size: 0.8rem;
  }
  #news-page #container .news-container .news .news-content .meta .tags,
  #cases-page #container .news-container .news .news-content .meta .tags {
    margin-right: auto;
  }
  #news-page #container .news-container .news .news-content .meta .tags li,
  #cases-page #container .news-container .news .news-content .meta .tags li {
    font-size: 0.8rem;
  }
  #news-page #container .news-container .news .news-content h2,
  #cases-page #container .news-container .news .news-content h2 {
    overflow: visible;
    text-overflow: initial;
    white-space: initial;
    font-size: 1rem;
    margin-top: 5px;
  }
  #news-page #container .cases-container,
  #cases-page #container .cases-container {
    gap: 30px 0;
  }
  #news-page #container .cases-container .case,
  #cases-page #container .cases-container .case {
    width: 48%;
  }
  #news-page #container .cases-container .case a .image .category,
  #cases-page #container .cases-container .case a .image .category {
    top: 5px;
    left: 5px;
    font-size: 0.65rem;
    padding: 5px 10px;
  }
  #news-page #container .cases-container .case a .tags,
  #cases-page #container .cases-container .case a .tags {
    gap: 5px;
  }
  #news-page #container .cases-container .case a .tags li,
  #cases-page #container .cases-container .case a .tags li {
    font-size: 0.65rem;
  }
  #news-page #container .cases-container .case a h3,
  #cases-page #container .cases-container .case a h3 {
    font-size: 0.9rem;
  }
  #blog-single #blog-single-container {
    width: calc(100% - 50px);
  }
  #blog-single #blog-single-container .content h1 {
    font-size: 1.6rem;
  }
  #blog-single #blog-single-container .content h2 {
    font-size: 1.4rem;
  }
  #blog-single #blog-single-container .content h3 {
    font-size: 1.2rem;
  }
  #blog-single .link-button {
    width: 250px;
  }
  #privacy-policy-page main .p_text {
    line-height: 1.5rem !important;
  }
  #privacy-policy-page main h3 {
    margin-top: 20px !important;
  }
  #privacy-policy-page main ul {
    margin: 10px 0;
  }
  #privacy-policy-page main ul li {
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
}