@charset 'UTF-8';
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
/******************************
/* スタッフ紹介
******************************/
.page-staff-container a:hover {
  text-decoration: none;
  cursor: pointer
}
.staff-note {
  margin-top: 1.2rem;
}
.page-staff-container a .position {
  text-align: center;
  color: #666666;
  margin-bottom: 0.1rem;
  font-size: 0.9rem;
}
.page-staff-container a .name {
  color: #1a1a1a;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.4rem;
}
.page-staff-container a .img.open {
  position: relative;
}
.page-staff-container a .img.open::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background: #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  z-index: 2;
}
.page-staff-container a .img.open::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(../images/arrow2.svg) no-repeat center center;
  background-size: contain;
  bottom: 0.5rem;
  right: 2.5rem;
  z-index: 3;
  pointer-events: none;
}
.page-staff-container a:hover .img.open::after {
  transform: scale(1.2);
}
.post-archive-container.page-staff-container .container-1600 {
  max-width: 1600px;
}
.page-staff-container a.modal_open {
  margin-bottom: 2.5rem;
  display: block;
}
.staff-epilogue {
  margin-top: 3rem;
  font-size: 1.07rem;
}
.staff-epilogue p {
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 768px) {
  .page-staff-container .inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .page-staff-container a.modal_open {
    width: 33.33%;
    padding: 0 1rem;
  }
  .staff-epilogue {
    margin-top: 1.5rem;
  }
  .staff-epilogue p {
    margin-bottom: 2.5rem;
  }
  .staff-epilogue .vm {
    height: 80px;
    width: 320px;
    font-size: 1.06rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-staff-container a:hover .img.open::after {
    transform: scale(1.3);
  }
  .page-staff-container a .img.open::after {
    width: 70px;
    height: 70px;
  }
  .page-staff-container a .img.open::before {
    width: 13px;
    height: 13px;
    bottom: 0.8rem;
    right: 2.75rem;
  }
  .page-staff-container .inner {
    margin: 0 -1.56rem;
  }
  .page-staff-container a.modal_open {
    padding: 0 1.56rem;
  }
  .page-staff-container a .position {
    font-size: 0.875rem;
  }
  .page-staff-container a .name {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .page-staff-container a.modal_open {
    margin-bottom: 3.5rem;
  }
  .staff-note {
    margin-top: 1.5rem;
  }
  .staff-epilogue {
    font-size: 1rem;
  }
}
/*モーダルリンク*/
.plan-contents-unit .plan-contents-item.pci-modal {
  padding: 0;
}
.plan-contents-unit .plan-contents-item.pci-modal > .inner {
  padding: 2rem 2rem 3rem;
}
.plan-contents-item.pci-modal .modal_open {
  background: #282828;
  display: block;
  padding: 1.5rem;
  text-align: center;
  border-radius: 0 0 15px 15px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  transition: .3s;
  cursor: pointer;
}
.plan-contents-item.pci-modal .modal_open:hover {
  background: #505050;
  transition: .3s;
}
.plan-contents-item.pci-modal .modal_open .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .plan-contents-item.pci-modal .modal_open {
    padding: 2rem;
    font-size: 1.7rem;
  }
  .plan-contents-item.pci-modal .modal_open .icon {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    position: relative;
    top: -2px;
  }
}
@media screen and (min-width: 1600px) {
  .plan-contents-unit .plan-contents-item.pci-modal > .inner {
    padding: 3rem 4rem 4.5rem;
  }
  .plan-contents-item.pci-modal .modal_open {
    padding: 3rem;
    font-size: 1.9rem;
    border-radius: 0 0 30px 30px;
  }
}
.modal_box {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999 !important;
}
/* ===== 黒背景（透過80%） ===== */
.modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
/* ===== 白いモーダルウィンドウ ===== */
.modal_content {
  position: relative;
  background: #fff;
  border-radius: 0;
  padding: 0;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  width: 90%;
  height: 500px;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
/* ===== 閉じるボタン ===== */
.modal_close {
  position: fixed;
  top: 6.5%;
  right: 2.5%;
  text-decoration: none;
  cursor: pointer;
  background: #333333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 10000;
  font-size: 2rem;
  line-height: 1;
  border: 1px solid #fff;
}
a.modal_close {
  color: #fff;
  text-decoration: none;
}
a.modal_close:hover {
  color: #fff;
  text-decoration: none;
}
/* ===== 表示中 ===== */
.modal_box.active {
  display: block;
  animation: fadeIn 0.3s ease forwards;
}
/* ===== フェードアニメ ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .modal_close {
    top: 22%;
  }
  .modal_content {
    height: 50%;
    min-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .modal_content {
    height: 50%;
    min-height: 400px;
    width: 70%;
  }
  .modal_close {
    top: 12%;
    right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .modal_content {
    height: 50%;
    min-height: 600px;
    width: 55.55%;
  }
  .modal_close {
    top: 10%;
    right: 20%;
  }
}
/*モーダル中身*/
.staff-inner-note .inner {
  width: 85%;
  margin: 2rem auto 3rem;
  font-size: 1.07rem;
}
.staff-inner-note .inner .position {
  color: #666666;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}
.staff-inner-note .inner .detail {
  border-top: 1px solid #cccccc;
  margin-top: 1rem;
  padding-top: 1.5rem;
  margin-bottom: 0;
}
.staff-inner-note .inner .name {
  font-size: 1.4rem;
}
.staff-inner-note .inner .detail li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.staff-inner-note .inner .detail li:last-child {
  margin-bottom: 0;
}
.staff-inner-note .inner .detail li .ttl {
  background: #333333;
  color: #fff;
  display: inline-block;
  padding: 0.05rem 1rem 0.15rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .staff_modal_inner {
    display: flex;
  }
  .staff-inner-note {
    width: 45%;
  }
  .staff_modal_inner .img {
    height: auto;
    width: 55%;
  }
  .staff_modal_inner .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .staff-inner-note .inner {
    width: 71.11%;
    margin: 3rem auto 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .staff-inner-note .inner {
    font-size: 1rem;
  }
  .staff-inner-note .inner .position {
    font-size: 0.875rem;
  }
  .staff-inner-note .inner .name {
    font-size: 1.375rem;
  }
  .staff-inner-note .inner .detail {
    margin-top: 1.5rem;
    padding-top: 2rem;
  }
  .staff-inner-note .inner .detail li .ttl {
    font-size: 0.95rem;
  }
  .staff-inner-note .inner .detail li {
    margin-bottom: 1.56rem;
  }
}
@media screen and (min-width: 1800px) {
  .modal_close {
    top: 16%;
    right: 21%;
  }
}
/******************************
/* プライバシーポリシー
******************************/
.pg_policy_container {
  text-align: justify;
  font-size: 1.07rem;
}
.reason-mb.reason-mb_first {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  margin-bottom: 3.6rem;
}
.reason-mb {
  margin-bottom: 3.6rem;
}
.page-privacy-numlist li {
  list-style: none;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.pg_policy_container h2 {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.page-privacy-txtmb {
  margin-bottom: 1.4rem;
}
.txt-kome {
  font-size: 0.87rem;
}
.page-privacy-numlist {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 1200px) {
  .pg_policy_container {
    font-size: 1rem;
  }
}
/******************************
/* 送信完了
******************************/
.thanks_block_outer {
  text-align: center;
}
.thanks_block {
  display: inline-block;
  text-align: left;
  line-height: 2;
  color: #323232;
}
.thanks_block .txt_block p + p {
  margin-top: 0.923rem;
}
.thanks_block .p_button {
  margin-top: 2.746rem;
}
@media screen and (min-width: 1200px) {
  .thanks_block .txt_block p + p {
    margin-top: 1.0428rem;
  }
  .thanks_block .p_button {
    margin-top: 3.1857rem;
  }
}
/******************************
/* 採用情報
******************************/
.recruit-main {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 4rem;
  margin-bottom: 3.7rem;
}
.recruit-main .txt {
  margin-top: 2rem;
}
.recruit-main .txt h2.f-eng {
  color: #808080;
  font-size: 0.875rem;
  margin-bottom: 1.2rem;
}
.txt-30 {
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
}
.recruit-main .txt .mb-0 {
  text-align: justify;
  font-size: 1.07rem;
}
ul.recruit-feature {
  margin: 2rem 0 0;
}
ul.recruit-feature li {
  list-style: none;
  background: #c98b5b;
  display: inline-block;
  color: #fff;
  padding: 0.2rem 1rem;
  margin-right: 0.5rem;
}
.recruit-requirements .infor-txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-main {
    display: flex;
    justify-content: space-between;
  }
  .recruit-main .img {
    width: 45%;
  }
  .recruit-main .txt {
    margin-top: 0;
    width: 50%;
  }
  table.back-gray.flex-768 th {
    width: 25%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  table.back-gray.flex-768 td {
    width: 75%;
  }
  table.back-gray.flex-768 tr {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
  }
  table.back-gray.flex-768 tr:last-child {
    border-bottom: unset;
  }
  .recruit-requirements .infor-txt {
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .recruit-main .img {
    width: 54.66%;
  }
  .recruit-main .txt {
    width: 37.66%;
  }
  .recruit-main {
    padding-bottom: 5rem;
    margin-bottom: 4.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-main {
    padding-bottom: 7.5rem;
    margin-bottom: 6.25rem;
  }
  .recruit-main .txt .mb-0 {
    font-size: 1rem;
  }
  .recruit-main .txt h2.f-eng {
    margin-bottom: 2.81rem;
  }
  .txt-30 {
    font-size: 1.875rem;
    margin-bottom: 2.18rem;
  }
  ul.recruit-feature {
    margin: 2.18rem 0 0;
  }
  table.back-gray.flex-768 td {
    padding: 1.875rem 2.2rem;
  }
}
@media screen and (min-width: 1700px) {
  .recruit-main {
    align-items: center;
  }
}
/*タブ*/
.recruit_tab .nav-tabs {
  border-bottom: unset;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.recruit_tab .nav-fill .nav-item {
  flex: unset;
  width: calc(50% - 0.25rem);
}
.recruit_tab .nav-tabs .nav-link.active, .recruit_tab .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: #333333;
  border: none;
}
.recruit_tab .nav-tabs .nav-link.active {
  position: relative;
}
.recruit_tab .nav-tabs .nav-link.active::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #333333;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  position: absolute;
}
.recruit_tab .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 50px;
  padding: 1.1rem 0 1.25rem;
  color: #1a1a1a;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .recruit_tab .nav-tabs {
    width: 54%;
    margin: 0 auto 2.5rem;
  }
  .recruit_tab .nav-fill .nav-item {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .recruit_tab .nav-tabs .nav-link {
    padding: 1.5rem 0;
  }
  .recruit_tab .nav-tabs {
    margin: 0 auto 4rem;
  }
  .recruit_tab .nav-tabs .nav-link.active::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #333333;
    left: 50%;
    bottom: -14px;
  }
}
/*エントリーフォーム*/
.recruit-form {
  margin-top: 4rem;
  padding-top: 3.7rem;
  border-top: 1px solid #cccccc;
}
.recruit-form .infor-txt {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit-form .inner {
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
  }
  .recruit-form .infor-txt {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .recruit-form {
    margin-top: 5rem;
    padding-top: 4.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-form {
    margin-top: 7.5rem;
    padding-top: 6.25rem;
  }
  .recruit-form .infor-txt {
    margin-bottom: 3.7rem;
  }
}
/******************************
/* 会社概要
******************************/
/*message*/
p.txt-16 {
  text-align: justify;
  font-size: 1.07rem;
}
.company-main-inner #message .img {
  width: 90%;
}
.company-main-inner #message .txt {
  background: #fff;
  padding: 2rem 0 0 2rem;
  position: relative;
  margin: -2rem 0 0 auto;
  width: 90%;
}
.company-main-inner #message h2.f-eng {
  color: #808080;
  font-size: 0.875rem;
  margin-bottom: 1.2rem;
}
.company-main-inner #message .name {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.8;
}
.company-main-inner #message .name span {
  display: block;
  font-size: 1.15rem;
}
.page-id-841 .container-1600 {
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .page-company-container .post-archive-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .company-main-inner {
    width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .company-main-inner {
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .company-main-inner {
    width: 68%;
  }
  #message {
    display: flex;
    justify-content: space-between;
  }
  .company-main-inner #message .img {
    width: 58.59%;
  }
  .company-main-inner #message .txt {
    margin: 0;
    width: calc(55% + 3rem);
    margin-left: -3rem;
    position: relative;
    z-index: 2;
    margin-top: 4.375rem;
    padding: 3rem 0 0 3rem;
  }
  .company-main-inner #message h2.f-eng {
    margin-bottom: 2.75rem;
  }
  p.txt-16 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .company-main-inner {
    width: 75%;
  }
  .company-main-inner #message .txt {
    padding: 3rem 0 0 4rem;
    margin-left: -7.87rem;
    width: calc(41.1% + 7.87rem);
  }
}
@media screen and (min-width: 1800px) {
  .company-main-inner {
    width: 78%;
  }
  .company-main-inner #message .txt {
    width: 45.31%;
    padding: 4.06rem 0 0 5rem;
  }
}
/*reason*/
#reason {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 4.7rem 0 5rem;
  margin: 5rem 0 4.7rem;
}
#reason .infor-txt {
  margin-bottom: 3rem;
  font-size: 1.07rem;
}
ul.company-reason-wrap {
  margin: 0;
}
ul.company-reason-wrap li {
  list-style: none;
  margin-bottom: 2.3rem;
}
ul.company-reason-wrap li:last-child {
  margin-bottom: 0;
}
#reason .txt1 {
  font-size: 1.2rem;
  margin: 1.5rem 0 1rem;
  display: flex;
  align-items: center;
  line-height: 1.55;
}
#reason .txt1 .f-eng {
  color: #808080;
  font-size: 1rem;
  border-right: 1px solid #808080;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 992px) {
  #reason {
    padding: 5.5rem 0 6rem;
    margin: 6rem 0 5.5rem;
  }
  ul.company-reason-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.company-reason-wrap li {
    margin-bottom: 2.7rem;
    width: calc(50% - 1.2rem);
  }
  ul.company-reason-wrap li:nth-child(n+5) {
    margin-bottom: 0;
  }
  #reason .infor-txt {
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #reason {
    padding: 6.25rem 0 7rem;
    margin: 7.5rem 0 6.25rem;
  }
  #reason .infor-txt {
    margin-bottom: 5rem;
    text-align: center;
    font-size: 1rem;
  }
  ul.company-reason-wrap li {
    margin-bottom: 4rem;
    width: calc(50% - 1.56rem);
  }
}
@media screen and (min-width: 1400px) {
  #reason .txt1 {
    font-size: 1.56rem;
    margin: 1.8rem 0 1.3rem;
  }
  #reason .txt1 .f-eng {
    font-size: 1.25rem;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
/*showroom*/
#showroom .infor-txt {
  margin-bottom: 3rem;
  font-size: 1.07rem;
}
ul.company-showroom-wrap {
  margin-bottom: 0;
}
ul.company-showroom-wrap li {
  list-style: none;
  text-align: center;
  margin-bottom: 2.7rem;
}
ul.company-showroom-wrap li:last-child {
  margin-bottom: 0;
}
.company-showroom-wrap .txt1 {
  font-size: 1.35rem;
  margin: 1.6rem 0 0.8rem;
}
.company-showroom-wrap .txt1 span {
  display: block;
  font-size: 0.95rem;
}
a.map-link {
  border: 1px solid #cccccc;
  padding: 0.5rem 2rem;
  border-radius: 50px;
  display: inline-block;
  color: #808080;
  transition: .3s;
}
a.map-link:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  ul.company-showroom-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.company-showroom-wrap li {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 992px) {
  #showroom .infor-txt {
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #showroom .infor-txt {
    font-size: 1rem;
    margin-bottom: 5rem;
  }
  ul.company-showroom-wrap li {
    width: calc(33.33% - 1.25rem);
    margin-bottom: 0;
  }
  a.map-link {
    font-size: 0.875rem;
  }
  .company-showroom-wrap .txt2 {
    font-size: 0.937rem;
  }
}
@media screen and (min-width: 1400px) {
  .company-showroom-wrap .txt1 {
    font-size: 1.56rem;
  }
  .company-showroom-wrap .txt1 span {
    font-size: 1.125rem;
  }
}
/*outline*/
#outline {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 4.7rem 0 5rem;
  margin: 5rem 0 4.7rem;
}
@media screen and (min-width: 992px) {
  #outline {
    padding: 5.5rem 0 6rem;
    margin: 6rem 0 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #outline {
    padding: 6.25rem 0 7rem;
    margin: 7.5rem 0 6.25rem;
  }
  #outline h2.h2_title {
    margin-bottom: 4rem;
  }
  #outline table.back-gray.flex-768 td, #outline table.back-gray.flex-768 th {
    padding: 1.658rem 2.2rem;
  }
}
/*about*/
.company-about-ul a {
  display: block;
  margin-bottom: 2.5rem;
  color: #1a1a1a;
}
.company-about-ul a:hover {
  text-decoration: none;
}
.company-about-ul a:last-child {
  margin-bottom: 0;
}
.company-about-ul a p {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.company-about-ul a .img {
  position: relative;
}
.company-about-ul a .img::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  background: #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  z-index: 2;
}
.company-about-ul a:hover .img::after {
  transform: scale(1.2);
}
.company-about-ul a .img::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(../images/arrow2.svg) no-repeat center center;
  background-size: contain;
  bottom: 0.5rem;
  right: 2.5rem;
  z-index: 3;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .company-about-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .company-about-ul a {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 992px) {
  .company-about-ul a {
    width: calc(33.33% - 1rem);
  }
}
@media screen and (min-width: 1200px) {
  .company-about-ul a .img::after {
    width: 70px;
    height: 70px;
  }
  .company-about-ul a:hover .img::after {
    transform: scale(1.3);
  }
  .company-about-ul a .img::before {
    width: 13px;
    height: 13px;
    bottom: 0.8rem;
    right: 2.75rem;
  }
  .company-about-ul a {
    width: calc(33.33% - 1.25rem);
  }
  .company-about-ul a p {
    font-size: 1.56rem;
    margin-top: 1.2rem;
  }
}
/******************************
/* リフォーム・リノベーション
******************************/
.reform-unit .infor-txt {
  margin-bottom: 3rem;
  font-size: 1.07rem;
}
.rpi-ul {
  display: flex;
  flex-wrap: wrap;
}
.rpi-ul a {
  width: 50%;
  border-right: 1px solid #cccccc;
  display: block;
  color: #1a1a1a;
  transition: .3s;
}
.rpi-ul a:nth-child(2n+1) {
  border-left: 1px solid #cccccc;
}
.rpi-ul a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: .3s;
}
.rpi-ul a .ttl {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 1rem 0 0.5rem;
}
.rpi-ul a .ttl span {
  font-size: 0.95rem;
  margin-left: 0.2rem;
}
.rpi-ul a .price {
  display: flex;
  justify-content: center;
  margin: 0;
  align-items: anchor-center;
  padding-bottom: 1rem;
}
.rpi-ul a .nmb {
  color: #c98b5b;
  font-size: 2.5rem;
  line-height: 1;
}
.rpi-ul a .txt {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 0.9rem;
  align-items: baseline;
  margin-left: 0.4rem;
}
.rpi-ul a .zei {
  color: #999999;
  font-size: 0.75rem;
  position: relative;
  left: 3px;
  top: -2px;
}
@media (min-width: 768px) {
  .page-reform-container .post-category-wrap {
    display: none;
  }
  .rpi-ul a {
    width: 33.33%;
  }
  .rpi-ul a:nth-child(2n+1) {
    border-left: none;
  }
  .rpi-ul a:nth-child(1), .rpi-ul a:nth-child(4) {
    border-left: 1px solid #cccccc;
  }
  .reform-unit .infor-txt {
    margin-bottom: 3.5rem;
  }
  .rpi-ul a .price {
    padding-bottom: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-reform-container .post-archive-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .page-reform-container .reform-main-inner {
    width: 70%;
  }
  .page-reform-container .post-category-wrap {
    margin-bottom: 0;
    width: 25%;
    position: sticky;
    top: 130px;
    align-self: flex-start;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .reform-unit .infor-txt {
    margin-bottom: 4.06rem;
    font-size: 1rem;
  }
  .rpi-ul a .ttl {
    font-size: 1.06rem;
  }
  .page-reform-container .post-category-wrap {
    top: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .page-reform-container .reform-main-inner {
    width: 78%;
  }
  .page-reform-container .post-category-wrap {
    width: 18%;
  }
}
@media screen and (min-width: 1800px) {
  .rpi-ul a {
    width: 16.66%;
  }
  .rpi-ul a {
    border-right: 1px solid #cccccc;
  }
  .rpi-ul a:nth-child(4) {
    border-left: none;
  }
  .rpi-ul a .price {
    padding-bottom: 0.2rem;
  }
}
/*プラン*/
.reform-plan-main {
  margin-top: 4rem;
}
h3.ttl {
  font-size: 1.68rem;
  font-weight: 500;
  margin: 2rem 0 1.2rem;
}
.reform-plan-unit .note {
  color: #666666;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.reform-plan-unit .price {
  display: flex;
  align-items: anchor-center;
  padding-bottom: 0;
  justify-content: flex-start;
}
.reform-plan-unit .nmb {
  color: #c98b5b;
  font-size: 3.56rem;
  line-height: 1;
}
.reform-plan-unit .txt {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 1.375rem;
  align-items: baseline;
  margin-left: 0.4rem;
  position: relative;
  bottom: -1px;
}
.reform-plan-unit .zei {
  color: #999999;
  font-size: 0.9375rem;
  position: relative;
  left: 7px;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .reform-plan-main {
    margin-top: 6.25rem;
  }
  .reform-plan-unit .flex-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .reform-plan-unit .flex-inner .cc-img-slider {
    width: 50%;
  }
  .reform-plan-unit .flex-inner .txt-wrap {
    width: 45%;
  }
  h3.ttl {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .reform-plan-unit .note {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  .reform-plan-unit .flex-inner {
    align-items: center;
  }
  .reform-plan-unit .flex-inner .txt-wrap {
    width: 35.9%;
  }
  .reform-plan-unit .flex-inner .cc-img-slider {
    width: 57.0%;
  }
  h3.ttl {
    margin-bottom: 1.8rem;
  }
  .reform-plan-unit .price {
    margin: 1.3rem 0;
  }
}
/*slick*/
.cc-img-slider {
  visibility: hidden;
}
.slick-dotted.slick-slider.cc-img-slider {
  margin-bottom: 1.2rem;
}
.cc-img-slider {
  position: relative;
}
.cc-img-slider .slick-dots {
  flex-direction: row;
  justify-content: center;
  top: unset;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.cc-img-slider .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 0.5rem;
}
.cc-img-slider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}
.cc-img-slider .slick-dots li button::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border-radius: 50%;
  background-color: unset;
  border: 1px solid #fff;
}
.cc-img-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  border: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .slick-dotted.slick-slider.cc-img-slider {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .cc-img-slider .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .cc-img-slider .slick-dots {
    bottom: 25px;
  }
  .cc-img-plan a::before {
    width: 50px;
    height: 50px;
  }
}
/*リフォームプラン内容*/
.reform-plan-main .reform-plan-unit {
  margin-bottom: 4rem;
}
.reform-plan-main .reform-plan-unit:last-child {
  margin-bottom: 0;
}
.plan-contents {
  margin-top: 2rem;
  border-bottom: 1px solid #cccccc;
}
.plan-contents .toggle {
  position: relative;
  cursor: pointer;
  padding: 1.2rem 0;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 1.2rem;
}
/* 丸 */
.plan-contents .toggle::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #333333;
  border-radius: 50%;
}
/* 横線（常に表示＝－のベース） */
.plan-contents .toggle::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background: #fff;
}
/* 縦線（＋の一部） */
.plan-contents .toggle span::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #fff;
  /* ←ここがなめらかポイント */
  opacity: 1;
  transition: opacity 0.3s ease;
}
/* 開いたら縦線だけスッと消える */
.plan-contents .toggle.active span::before {
  opacity: 0;
}
.plan-contents ul {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.plan-contents ul li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 1.07rem;
}
.plan-contents ul li::before {
  content: "";
  position: absolute;
  background: #c98b5b;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
/* 初期は閉じる */
.plan-contents .toggle-inner {
  display: none;
  padding-bottom: 3rem;
}
.not-included {
  background: #f2f2f2;
  padding: 1.5rem;
  color: #666666;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .plan-contents {
    margin-top: 3rem;
  }
  .plan-contents .toggle-inner {
    padding-bottom: 3.5rem;
  }
  .plan-contents .toggle {
    padding: 1.4rem 0;
    font-size: 1.31rem;
  }
  .plan-contents ul {
    margin-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .plan-contents ul li {
    margin-bottom: 0.7rem;
    width: calc(50% - 1rem);
  }
  .not-included {
    padding: 1.875rem 3.15rem 2.2rem;
  }
  .reform-plan-main .reform-plan-unit {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .plan-contents {
    margin-top: 4.37rem;
  }
  .plan-contents .toggle {
    padding: 1.25rem 0;
    font-size: 1.56rem;
  }
  .plan-contents .toggle::before {
    width: 40px;
    height: 40px;
  }
  .plan-contents .toggle::after {
    right: 12px;
    width: 15px;
  }
  .plan-contents .toggle span::before {
    right: 19px;
    height: 15px;
  }
  .plan-contents ul li {
    font-size: 1rem;
  }
  .reform-plan-main .reform-plan-unit {
    margin-bottom: 6.25rem;
  }
}
/*リフォーム・リノベーション施工事例*/
#works .introduction-wrap {
  width: 85%;
  margin: 0 auto;
}
a.works-item {
  color: #1a1a1a;
  padding: 0 0.8rem;
}
a.works-item:hover {
  text-decoration: none;
}
.top_works_btn {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #works {
    margin: 7rem 0;
  }
  #works .reform-works-slider {
    display: flex;
    justify-content: space-between;
    margin: 0 -1rem;
  }
  a.works-item {
    width: 33.33%;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_works_btn {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  #works {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #works .introduction-wrap {
    width: 85%;
    margin: 0 auto;
    padding-top: 5rem;
  }
}
/*よくある質問*/
#faq {
  margin: 4.5rem 0 5rem;
  border-bottom: 1px solid #cccccc;
  padding: 5rem 0 4.5rem;
  border-top: 1px solid #cccccc;
}
/*clicklist*/
.tgl-clicklist-tab {
  margin-bottom: 0.5rem;
}
.tgl-clicklist *, .tgl-clicklist *:after, .tgl-clicklist *:before {
  box-sizing: border-box;
}
.tgl-clicklist {
  overflow-x: hidden;
  margin: 0 auto;
}
.tgl-clicklist label {
  width: 100%;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: .3s;
  display: flex;
  align-items: center;
}
.tgl-ct-ttl {
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
}
.tgl-clicklist .tgl-clicklist-tab-content {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.4s ease;
  opacity: 0;
  display: flex;
  padding: 0 1rem;
}
.tgl-clicklist .tgl-clicklist-tab input[type=checkbox]:checked ~ .tgl-clicklist-tab-content {
  height: auto;
  opacity: 1;
  background: #fcfcfc;
  padding: 1.5rem 1rem;
}
.tgl-clicklist .tgl-clicklist-tab input[type=checkbox] {
  display: none;
}
.tgl-clicklist label {
  padding: 1rem 3.2rem 1rem 1rem;
  background: #f2f2f2;
}
.tgl-ct-ttl, .tgl-answer {
  width: calc(100% - 2.5rem);
}
.Q-icon, .A-icon {
  width: 2.5rem;
  font-size: 1.5rem;
  display: block;
  line-height: 1.5rem;
}
.Q-icon {
  top: 0;
  position: relative;
}
.tgl-answer {
  padding-right: 3.2rem;
  font-size: 1.07rem;
}
/* tct-tgl-icon */
.tct-tgl-icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  right: 7px;
}
.tct-tgl-icon span::before, .tct-tgl-icon span::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #000;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  top: calc(50% - 1px);
  right: 0;
  border-radius: 2px;
}
.tct-tgl-icon span::before, .tct-tgl-icon span::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #000;
  width: 100%;
  top: calc(50% - 1px);
  right: 0;
  transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* 横線 */
.tct-tgl-icon span::before {}
/* 縦線（＋の縦） */
.tct-tgl-icon span::after {
  transform: rotate(90deg) scaleX(1);
  transform-origin: center;
}
/* 開いたとき（－） */
.tct-tgl-wrap:checked + label .tct-tgl-icon span::after {
  transform: rotate(90deg) scaleX(0);
}
.tct-tgl-icon {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .tgl-clicklist label {
    padding: 1.3rem 3.2rem 1.3rem 1.68rem;
  }
  .tgl-ct-ttl {
    font-size: 1.125rem;
  }
  .tgl-clicklist .tgl-clicklist-tab-content {
    padding: 0 1.68rem;
  }
  .tgl-clicklist .tgl-clicklist-tab input[type=checkbox]:checked ~ .tgl-clicklist-tab-content {
    padding: 1.3rem 1.68rem;
  }
  .tct-tgl-icon {
    right: 1rem;
  }
  #faq {
    margin: 6.25rem 0;
    padding: 6.25rem 0 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .tgl-answer {
    font-size: 1rem;
  }
}
/*ショールーム*/
.showroom-booth .item {
  margin-bottom: 2rem;
}
.showroom-booth .item p {
  font-size: 1.125rem;
  margin: 1rem;
}
.showroom-booth .item:last-child {
  margin-bottom: 0;
}
.showroom-access {
  background: #f2f2f2;
  padding: 2.2rem 0 3rem;
  margin-top: 3.5rem;
}
.showroom-access-inner {
  width: 85.9%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
.showroom-access-inner .youtube {
  padding-top: unset;
  aspect-ratio: 1 / 1.05;
}
.showroom-access-inner .txt {
  margin-bottom: 2rem;
}
.showroom-access-inner .txt1 {
  font-size: 1.3rem;
  text-align: center;
}
.showroom-access-inner .txt1 span {
  font-size: 1.07rem;
  display: block;
}
.showroom-access-inner .txt2 {
  text-align: center;
}
.showroom-access-inner .kidsRoom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cccccc;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.kidsRoom-img {
  width: 40%;
}
.kidsRoom-txt {
  width: 54%;
}
.top_renoShowroom_btn {
  text-align: center;
  margin-top: 3rem;
}
.top_renoShowroom_btn .vm {
  height: 70px;
  width: 250px;
  font-size: 1.07rem;
}
.kidsRoom-txt p {
  font-size: 0.874rem;
}
@media screen and (min-width: 768px) {
  .showroom-booth {
    display: flex;
    justify-content: space-between;
  }
  .showroom-booth .item {
    margin-bottom: 0;
    width: calc(33.33% - 1.25rem);
  }
  .showroom-access {
    padding: 3rem 0;
  }
  .showroom-access-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
  }
  .showroom-access-inner .youtube {
    aspect-ratio: unset;
    width: 53%;
    height: auto;
  }
  .showroom-access-inner .txt {
    margin-bottom: 0;
    width: 40%;
  }
  .showroom-access-inner .txt1, .showroom-access-inner .txt2 {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .showroom-access {
    padding: 3.75rem 0;
    margin-top: 4.37rem;
  }
  .showroom-booth .item p {
    margin: 1.3rem;
  }
  .showroom-access-inner .txt1 {
    font-size: 1.56rem;
  }
  .showroom-access-inner .txt1 span {
    font-size: 1.125rem;
  }
  .showroom-access-inner .txt2 {
    font-size: 0.937rem;
    margin-bottom: 1.2rem;
  }
  .showroom-access-inner .kidsRoom {
    margin-top: 1.7rem;
    padding-top: 1.7rem;
  }
  .top_renoShowroom_btn {
    margin-top: 3.75rem;
  }
  .top_renoShowroom_btn .vm {
    height: 80px;
    width: 320px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .showroom-access-inner .txt {
    width: 31.8%;
  }
  .showroom-access-inner .youtube {
    width: 61.8%;
  }
}