

:root {
  --white: #fff;
  --black: #333;
  --color-primary-default: #4a6b5f;
  --color-primary-light: #779087;
  --color-primary-dark: #042959;
  --color-secondary-default: #bf0230;
  --color-secondary-light: #e6023a;
  --color-brown: #78503c;
  --color-yellow: #ffd700;
  --color-blue: #1E90FF;
  --color-bg-01: #fff4d6;
  --color-bg-02: #f5f5f5;
  --color-green-fukidashi: #6B8E7F;
  --color-plus-bk: #9CAF88;
}

html {
  scroll-behavior: smooth;
}

#main {
  color: var(--black);
  line-height: 1.6;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #main {
    margin-top: 0;
  }
}
#main a {
  transition: 0.6s;
}
#main a.disabled {
  pointer-events: none;
  opacity: 1;
  cursor: default;
}
#main .pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  #main .pc {
    display: none !important;
  }
}
#main .sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #main .sp {
    display: block !important;
  }
}
#main .fv_sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #main .fv_sp {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #main .fv_sp {
    display: block !important;
    order: 4;
  }
}

.module_section_ttl {
  font-size: 5em;
  font-weight: bold;
  line-height: 1.2;
  padding-block: 28px 50px;
}
@media only screen and (max-width: 767px) {
  .module_section_ttl {
    font-size: 2.4em;
  }
}
.module_section_ttl .layout_kazari_ttl {
  position: relative;
  display: inline-block;
  margin-inline: 2em;
}
.module_section_ttl .layout_kazari_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 767px) {
  .module_section_ttl .layout_kazari_ttl::before {
    left: -2em;
    width: 52px;
    height: 52px;
  }
}
.module_section_ttl .layout_kazari_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%) scaleX(-1);
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 767px) {
  .module_section_ttl .layout_kazari_ttl::after {
    right: -2em;
    width: 52px;
    height: 52px;
  }
}

.module_text {
  font-size: 1.6em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .module_text {
    font-size: 1.4em;
  }
}

.word {
  display: inline-block;
}

.section_contents + .section_contents {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .section_contents + .section_contents {
    margin-top: 50px;
  }
}

.layout_section_bg {
  background-color: var(--color-bg-02);
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .layout_section_bg {
    padding-bottom: 80px;
  }
}

.layout_bg_circle {
  position: relative;
  overflow: hidden;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .layout_bg_circle {
    height: 60px;
  }
}
.layout_bg_circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 488px;
  border-radius: 100%;
  background-color: var(--color-bg-02);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .layout_bg_circle::before {
    width: 80vw;
    height: 65.0666666667vw;
  }
}

.fv {
  background-image: linear-gradient(90deg, #4a6b5f,#5f7c72,#a4b4a9,#d1d9ce);
}
@media only screen and (max-width: 767px) {
  .fv {
    margin-top: 0;
    background-image: linear-gradient(90deg, #4a6b5f,#5c7871,#6d8b7f,#a0aa9b);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fv {
    margin-top: 0;
  }
}
.fv .fv_warap {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  background: url(../images/fv_bg_pc.png) no-repeat right/contain;
}
@media only screen and (max-width: 767px) {
  .fv .fv_warap {
    background: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fv .fv_warap {
    background: none;
  }
}
.fv .fv_content {
  width: 70%;
  max-width: 770px;
  margin-right: auto;
  margin-left: 0;
  padding-block: 60px;
}
@media only screen and (max-width: 767px) {
  .fv .fv_content {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-block: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fv .fv_content {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-block: 8%;
    /*  */
    display: flex;
    flex-direction: column;
  }

  .fv .tl_reform_fv {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv_content {
    padding-bottom: 20px;
  }

  .fv .tl_reform_fv {
    padding-bottom: 0;
  }
}
.fv .fv_content .layout_page_ttl {
  color: var(--white);
  font-size: 3rem;
  font-weight: bold;
  font-feature-settings: "palt";
  filter: drop-shadow(0px 4px 8px var(--color-primary-default));
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fv .fv_content .layout_page_ttl {
    font-size: 7.6em;
    padding-inline: 4%;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv_content .layout_page_ttl {
    font-size: 4em;
    padding-inline: 4%;
  }
}
.fv .fv_content .layout_page_ttl_sub {
  color: var(--white);
  font-size: 1.3rem;
  padding-top: 0.5rem;
  filter: drop-shadow(0px 4px 8px var(--color-primary-default));
}

.tl_mv_sub_deco::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  display: inline-block;
  margin-right: .3rem;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fv .fv_content .layout_page_ttl_sub {
    font-size: 3.2em;
    padding-inline: 4%;
    padding-top: 0;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv_content .layout_page_ttl_sub {
    font-size: 2em;
    padding-inline: 4%;
    padding-top: 0;
  }
}
.fv .fv_content .fv_bg_sp {
  margin-top: 20px;
}
.fv .fv_content .fv_list {
  display: flex;
  justify-content: center;
  margin-inline: 20px;
  margin-top: 40px;
  gap: 2.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fv .fv_content .fv_list {
    margin-block: 40px;
    margin-inline: 4%;
    justify-content: center;
    gap: 20px;
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv_content .fv_list {
    flex-wrap: wrap;
    margin-block: 20px;
    margin-inline: auto;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
  }
}
.fv .fv_content .fv_list > li {
  width: calc((100% - 40px) / 4);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fv .fv_content .fv_list > li {
    width: calc((100% - 40px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv_content .fv_list > li {
    width: calc((90% - 40px) / 4);
  }
}
.fv .fv_content .fv_btn_list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-inline: 2%;
}
@media only screen and (max-width: 767px) {
  .fv .fv_content .fv_btn_list {
    margin-top: 20px;
    margin-inline: 4%;
    gap: 4%;
  }
}
.fv .fv_content .fv_btn_list .fv_btn_item {
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 767px) {
  .fv .fv_content .fv_btn_list .fv_btn_item {
    width: 100%;
  }
}
.fv .fv_content .fv_btn_list .fv_btn_item a {
  display: inline-block;
  width: 100%;
  color: var(--color-primary-default);
  padding: 1em 20px;
  font-size: 2.8em;
  font-weight: bold;
  border-radius: 50px;
  filter: drop-shadow(0px 4px 8px var(--black));
}
@media only screen and (max-width: 767px) {
  .fv .fv_content .fv_btn_list .fv_btn_item a {
    padding: 1em 8px;
    font-size: 1.6em;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fv .fv_content .fv_btn_list .fv_btn_item a:hover {
  transform: scale(1.1);
}
.fv .fv_content .fv_btn_list .fv_btn_item.fv_btn_item_01 a {
  background-color: var(--color-yellow);
}
.fv .fv_content .fv_btn_list .fv_btn_item.fv_btn_item_02 a {
  background-color: var(--white);
}

.lead {
  background-color: var(--color-bg-01);
  line-height: 1.6;
}
.lead .lead_wrap {
  padding-block: 52px;
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lead .lead_wrap {
    padding-block: 40px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .lead .lead_wrap {
    padding-block: 40px;
    margin-bottom: 100px;
  }
}
.lead .lead_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -76px;
  left: 0px;
  width: 204px;
  height: 208px;
  background: url(../images/mascot_frog01.png) no-repeat center/contain;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lead .lead_wrap::before {
    top: auto;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 102px;
    height: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .lead .lead_wrap::before {
    top: auto;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 102px;
    height: 104px;
  }
}
.lead .lead_ttl {
  font-size: 2.6em;
  font-weight: bold;
  color: var(--color-primary-default);
}
@media only screen and (max-width: 767px) {
  .lead .lead_ttl {
    font-size: 2.4em;
  }
}
.lead .lead_text {
  font-size: 2em;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .lead .lead_text {
    font-size: 1.6em;
  }
}

.ank_list {
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .ank_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ank_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
}
.ank_list .ank_list_item {
  display: flex;
}
.ank_list .ank_list_item a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  line-height: 1.6;
  padding: 18px 10px 28px 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ank_list .ank_list_item a {
    font-size: 1.4em;
  }
}
.ank_list .ank_list_item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/icon_ank_arrow.svg) no-repeat center/contain;
}

.maintenance_mascot_pc {
  position: relative;
  display: inline-block;
  margin-inline: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .maintenance_mascot_pc {
    margin-inline: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance_mascot_pc {
    margin-inline: 0;
  }
}
.maintenance_mascot_pc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -160px;
  width: 119px;
  height: 124px;
  background: url(../images/mascot_frog02.png) no-repeat center/contain;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .maintenance_mascot_pc::before {
    right: -120px;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance_mascot_pc::before {
    display: none;
  }
}

.maintenance_mascot_sp {
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .maintenance_mascot_sp::before {
    content: "";
    display: block;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 95.2px;
    height: 99.2px;
    background: url(../images/mascot_frog02.png) no-repeat center/contain;
  }
}

.contents_wrap {
  margin-block: 52px;
  padding-block: 32px;
  padding-inline: 2%;
  background-color: var(--white);
  border-radius: 12px;
  filter: drop-shadow(4px 6px 8px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 767px) {
  .contents_wrap {
    margin-top: 100px;
    padding-top: 60px;
  }
}
.contents_wrap .contents_ttl {
  display: inline-block;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 8px 12px;
  border-bottom: 2px dashed var(--color-primary-light);
}
@media only screen and (max-width: 767px) {
  .contents_wrap .contents_ttl {
    font-size: 2em;
    width: 80%;
  }
}
.contents_wrap .maintenance_list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .contents_wrap .maintenance_list {
    display: block;
    width: 80%;
  }
}
.contents_wrap .maintenance_list .maintenance_list_item {
  width: 48%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .contents_wrap .maintenance_list .maintenance_list_item {
    width: 100%;
  }
}
.contents_wrap .maintenance_list .maintenance_list_item.maintenance_list_item_img_wrap {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .contents_wrap .maintenance_list .maintenance_list_item.maintenance_list_item_img_wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_ttl {
  font-size: 2.4em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_ttl {
    font-size: 2em;
  }
}
.contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_ttl .marker01 {
  background: linear-gradient(transparent 70%, rgba(191, 2, 48, 0.5) 70%);
}
.contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_ttl .marker02 {
  background: linear-gradient(transparent 70%, rgba(30, 144, 255, 0.5) 70%);
}
.contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_text {
  font-size: 2em;
  position: relative;
  padding-left: 2em;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_text {
    font-size: 1.8em;
  }
}
.contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_text.check01 {
  position: relative;
}
.contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_text.check01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 26px;
  background: url(../images/icon_check01.png) no-repeat center/contain;
}
.contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_text.check02 {
  position: relative;
}
.contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_text.check02::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 26px;
  background: url(../images/icon_check02.png) no-repeat center/contain;
}
.contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_img {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .contents_wrap .maintenance_list .maintenance_list_item .maintenance_list_item_img {
    gap: 20px;
  }
}

.btn_page a {
  display: inline-block;
  padding: 16px 66px;
  color: var(--white);
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .btn_page a {
    font-size: 1.6em;
    padding: 16px;
  }
}
.btn_page a:hover {
  transform: scale(1.1);
}
.btn_page.btn_01 a {
  background-color: var(--color-primary-default);
}
.btn_page.btn_01 a:hover {
  background-color: var(--color-primary-light);
}
.btn_page.btn_02 a {
  background-color: var(--color-secondary-default);
}
.btn_page.btn_02 a:hover {
  background-color: var(--color-secondary-light);
}

.plan_list {
  display: flex;
  gap: 28px;
  margin-top: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .plan_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .plan_list {
    display: block;
  }
  .plan_list > li + li {
    margin-top: 40px;
  }
}
.plan_list .plan_list_item {
  display: flex;
  gap: 24px;
  flex-direction: column;
  flex: 1;
  background-color: var(--color-primary-light);
  padding: 28px 12px 12px;
  border-radius: 12px;
}
.plan_list .plan_list_item:nth-child(2) {
  background-color: var(--color-primary-default);
}
.plan_list .plan_list_item:nth-child(2) .plan_contents .plan_category .plan_category_detail {
  background-color: var(--color-primary-default);
}
.plan_list .plan_list_item.ribbon {
  position: relative;
}
.plan_list .plan_list_item.ribbon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  transform: translateY(-50%);
  width: 217px;
  height: 49px;
  background: url(../images/icon_ribbon.png) no-repeat center/contain;
}
.plan_list .plan_list_item .plan_list_name {
  flex-shrink: 0;
}
.plan_list .plan_list_item .plan_ttl {
  font-size: 2.8em;
  color: var(--white);
}
.plan_list .plan_list_item .plan_ttl_sub {
  font-size: 1.8em;
  background-color: var(--white);
  padding: 8px;
  margin-top: 16px;
  border-radius: 12px;
}
.plan_list .plan_list_item .plan_ttl_sub .plan_ttl_sub_strong {
  font-size: 24px;
  font-weight: bold;
}
.plan_list .plan_list_item .plan_contents {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: var(--white);
  border-radius: 12px;
  padding: 12px;
  text-align: left;
  gap: 20px;
}
.plan_list .plan_list_item .plan_contents .plan_image {
  flex-shrink: 0;
}
.plan_list .plan_list_item .plan_contents .plan_detail {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.plan_list .plan_list_item .plan_contents .plan_category {
  flex-shrink: 0;
}
.plan_list .plan_list_item .plan_contents .plan_category .plan_category_detail {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--white);
  background-color: var(--color-primary-light);
  border-radius: 12px;
  padding: 4px 8px;
  display: inline-block;
}
.plan_list .plan_list_item .plan_contents .plan_text_name {
  font-size: 1.8em;
  flex-shrink: 0;
}
.plan_list .plan_list_item .plan_contents .plan_text_detail {
  font-size: 1.4em;
  font-weight: 400;
  flex: 1;
}
.plan_list .plan_list_item .plan_contents .plan_text_price {
  font-size: 5em;
  font-weight: bold;
  margin-top: auto;
  flex-shrink: 0;
}
.plan_list .plan_list_item .plan_contents .plan_text_price .yen {
  font-size: 16px;
}
.plan_list .plan_list_item .plan_contents .btn_plan a {
  display: inline-block;
  padding: 20px 2%;
  background-color: var(--color-secondary-default);
  color: var(--white);
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 12px;
  width: 100%;
  text-align: center;
  flex-shrink: 0;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .plan_list .plan_list_item .plan_contents .btn_plan a {
    font-size: 1.6em;
  }
}
.plan_list .plan_list_item .plan_contents .btn_plan a:hover {
  background-color: var(--color-secondary-light);
}

.campaign_list {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .campaign_list {
    display: block;
  }
  .campaign_list > li + li {
    margin-top: 40px;
  }
}
.campaign_list .campaign_list_item a:hover {
  opacity: 0.6;
}
.campaign_list .campaign_list_item .campaign_list_item_img {
  border: 1px solid var(--black);
}
.campaign_list .campaign_list_item .btn_campaign {
  text-align: right;
  margin-top: 4px;
  font-size: 1.6em;
  font-weight: bold;
  color: var(--color-primary-light);
  position: relative;
  padding-right: 1em;
}
.campaign_list .campaign_list_item .btn_campaign::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url(../images/icon_campaign_arrow.svg) no-repeat center/contain;
}

.case_study_wrap {
  text-align: left;
  padding-bottom: 32px;
}
.case_study_wrap .maintenance_copy {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 20px;
  min-width: 120px;
  max-width: 100%;
  color: var(--black);
  font-size: 2.6em;
  background: var(--color-bg-02);
  border-bottom: solid 2px var(--black);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .case_study_wrap .maintenance_copy {
    font-size: 1.8em;
  }
}
.case_study_wrap .maintenance_copy:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -14px;
  border: 10px solid transparent;
  border-top: 16px solid var(--color-bg-02);
  z-index: 2;
}
.case_study_wrap .maintenance_copy:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -16px;
  border: 12px solid transparent;
  border-top: 20px solid var(--black);
  z-index: 1;
}
.case_study_wrap .case_study_list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 16px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .case_study_wrap .case_study_list {
    display: block;
  }
  .case_study_wrap .case_study_list > li + li {
    margin-top: 20px;
  }
}
.case_study_wrap .case_study_list .case_study_list_item.case_study_list_item_before {
  position: relative;
}
.case_study_wrap .case_study_list .case_study_list_item.case_study_list_item_before .case_study_list_item_before_text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-primary-light);
  color: var(--white);
  font-size: 2em;
  border-radius: 0 0 12px 0;
  padding: 4px;
  width: 120px;
  text-align: center;
}
.case_study_wrap .case_study_list .case_study_list_item.case_study_list_item_after {
  position: relative;
  border: 4px solid var(--color-secondary-default);
}
.case_study_wrap .case_study_list .case_study_list_item.case_study_list_item_after .case_study_list_item_after_text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-secondary-default);
  color: var(--white);
  font-size: 2em;
  border-radius: 0 0 12px 0;
  padding: 4px;
  width: 120px;
  text-align: center;
}
.case_study_wrap .case_study_list .case_study_list_item.case_study_arrow {
  width: 100%;
  max-width: 32px;
  height: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .case_study_wrap .case_study_list .case_study_list_item.case_study_arrow {
    transform: rotate(90deg);
  }
}
.case_study_wrap .reviews {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .case_study_wrap .reviews {
    align-items: flex-start;
  }
}
.case_study_wrap .reviews .reviews_customer {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .case_study_wrap .reviews .reviews_customer {
    width: 120px;
    height: 120px;
    margin-inline: auto;
  }
}
.case_study_wrap .reviews .reviews_text {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .case_study_wrap .reviews .reviews_text {
    width: 100%;
  }
}
.case_study_wrap .reviews .fukidashi {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 20px 32px;
  min-width: 120px;
  max-width: 100%;
  color: var(--black);
  font-size: 16px;
  background: #fff;
  border: solid 1px var(--color-primary-light);
  box-sizing: border-box;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .case_study_wrap .reviews .fukidashi {
    margin-left: 0;
    padding: 20px;
    font-size: 1.4em;
    text-align: justify;
  }
}
.case_study_wrap .reviews .fukidashi::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -30px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 18px solid var(--white);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .case_study_wrap .reviews .fukidashi::before {
    bottom: auto;
    top: 88px;
  }
}
.case_study_wrap .reviews .fukidashi::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: -34px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 20px solid var(--color-primary-light);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .case_study_wrap .reviews .fukidashi::after {
    bottom: auto;
    top: 88px;
  }
}

.simulation_list {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 752px;
  margin-inline: auto;
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .simulation_list {
    display: block;
  }
}
.simulation_list .simulation_list_item.simulation_list_item_01 {
  width: 56%;
}
@media only screen and (max-width: 767px) {
  .simulation_list .simulation_list_item.simulation_list_item_01 {
    width: 100%;
  }
}
.simulation_list .simulation_list_item.simulation_list_item_01 > img {
  width: 100%;
  max-width: 424px;
}
.simulation_list .simulation_list_item.simulation_list_item_02 {
  width: 42%;
}
@media only screen and (max-width: 767px) {
  .simulation_list .simulation_list_item.simulation_list_item_02 {
    width: 100%;
    margin-top: 20px;
  }
}
.simulation_list .simulation_list_item.simulation_list_item_02 > img {
  width: 100%;
  max-width: 260px;
}
.simulation_list .simulation_list_item .simulation_list_item_text {
  font-size: 2em;
}

.simulation_color_list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-block: 40px 52px;
  margin-inline: auto;
  width: 100%;
  max-width: 792px;
}
@media only screen and (max-width: 767px) {
  .simulation_color_list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.simulation_color_list .simulation_color_list_item {
  width: calc((100% - 40px) / 4);
}
@media only screen and (max-width: 767px) {
  .simulation_color_list .simulation_color_list_item {
    width: calc((100% - 40px) / 2);
  }
}

.more_contents_list {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  /* gap: 40px; */
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .more_contents_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.more_contents_list .more_contents_list_item {
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 5px 7px 10px #d3d3d3;
}
.more_contents_list .more_contents_list_item a {
  padding: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.more_contents_list .more_contents_list_item a:hover {
  opacity: 0.6;
}
.more_contents_list .more_contents_list_item .more_contents_list_item_text {
  font-size: 2em;
  text-align: left;
  overflow: hidden;
  padding-top: 12px;
  margin-bottom: 16px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .more_contents_list .more_contents_list_item .more_contents_list_item_text {
    font-size: 1.4em;
  }
}
.more_contents_list .btn_more_contents {
  text-align: right;
  margin-top: 4px;
  font-size: 1.6em;
  font-weight: bold;
  color: var(--color-primary-default);
  position: relative;
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .more_contents_list .btn_more_contents {
    font-size: 1.4em;
  }
}
.more_contents_list .btn_more_contents::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url(../images/icon_campaign_arrow.svg) no-repeat center/contain;
}

.features_ttl {
  font-size: 2.8em;
  font-weight: bold;
  color: var(--color-secondary-default);
  padding-top: 52px;
}
@media only screen and (max-width: 767px) {
  .features_ttl {
    font-size: 2em;
  }
}

.features_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .features_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .features_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features_list .features_list_item {
  display: flex;
  background-color: var(--white);
  border-radius: 12px;
  padding: 16px;
  filter: drop-shadow(4px 6px 8px rgba(0, 0, 0, 0.3));
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  align-items: center;
}
.features_list .features_list_item .features_list_item_text {
  flex-grow: 1;
}
.features_list .features_list_item .btn_features {
  margin-top: auto;
  transition: 0.6s;
}
.features_list .features_list_item > img {
  width: 172px;
}
.features_list .features_list_item .num {
  font-size: 4.8em;
  font-weight: bold;
  line-height: 1;
  color: var(--color-secondary-default);
  padding-bottom: 16px;
}
.features_list .features_list_item .features_list_item_card_ttl {
  font-size: 2.4em;
  font-weight: bold;
  padding-bottom: 20px;
}
.features_list .features_list_item .features_list_item_text {
  font-size: 1.6em;
  text-align: left;
  padding-block: 20px;
  text-align: justify;
}
.features_list .features_list_item .btn_features {
  width: 100%;
}
.features_list .features_list_item .btn_features a {
  position: relative;
  background-color: var(--color-secondary-default);
  padding: 16px 36px 16px 16px;
  color: var(--white);
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 50px;
  width: 100%;
  display: block;
}
.features_list .features_list_item .btn_features a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background: url(../images/icon_features_arrow.svg) no-repeat center/contain;
}
.features_list .features_list_item .btn_features a:hover {
  background-color: var(--color-secondary-light);
  transform: scale(1.1);
}

.gaihekiyane_contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bottom_bg.jpg) no-repeat bottom/cover;
  padding-block: 28px 40px;
}
.gaihekiyane_contact .gaihekiyane_contact_text01 {
  font-size: 2.8em;
  font-weight: bold;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .gaihekiyane_contact .gaihekiyane_contact_text01 {
    font-size: 2.4em;
  }
}
.gaihekiyane_contact .gaihekiyane_contact_text02 {
  font-size: 2.4em;
  font-weight: 400;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .gaihekiyane_contact .gaihekiyane_contact_text02 {
    font-size: 1.8em;
  }
}

.gaihekiyane_contact_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .gaihekiyane_contact_list {
    gap: 8px;
  }
}
.gaihekiyane_contact_list .gaihekiyane_contact_list_item a {
  font-size: 2.4em;
  font-weight: 400;
  color: var(--white);
  background-color: var(--color-brown);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .gaihekiyane_contact_list .gaihekiyane_contact_list_item a {
    font-size: 1.4em;
    padding: 12px;
  }
}
.gaihekiyane_contact_list .gaihekiyane_contact_list_item a:hover {
  background-color: #ff9600;
}
.gaihekiyane_contact_list .gaihekiyane_contact_list_item a .gaihekiyane_contact_list_item_text {
  padding-bottom: 12px;
}
.gaihekiyane_contact_list .gaihekiyane_contact_list_item a > img {
  height: 96px;
  width: auto;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .gaihekiyane_contact_list .gaihekiyane_contact_list_item a > img {
    height: 40px;
  }
}

.flex {
  align-items: center;
}

.r-faq_question {
  color: var(--white);
  background-color: var(--color-secondary-default);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .r-faq_question {
    color: var(--black);
    background-color: var(--white);
  }
}
@media only screen and (max-width: 767px) {
  .r-faq_question {
    color: var(--black);
    background-color: var(--white);
  }
}

.r-faq_answer {
  color: var(--color-secondary-default);
}

.store_tp,
.store-d_eigyou,
#store-d_graph table th {
  background-color: var(--color-secondary-default);
}/*# sourceMappingURL=style.css.map */


/*  */
*,
*::before,
*::after {box-sizing: border-box;}

h1,h2,h3,h4,p,ul,il {
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
}

._flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

ul,li {list-style: none;}

.tl_sp {display: none;}
.tl_pc {display: block;}

._add_pd_ajust {padding: 0 0;}

.tl_reform_tl_wrap {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

.tl_reform_list {
  width: 590px;
  margin: 0 auto;
}
.tl_reform_item {
  height: 100%;
  position: relative;
  padding: 1rem .8rem 94px;
}
.tl_reform_item[data-rank="1"] {
  
  border: solid 2px #DAB300;
  border-radius: 1em;
  box-shadow: 5px 7px 10px #d3d3d3;
  align-items: stretch;
  justify-content: center;
}

.tl_reform_item[data-rank="2"] {

  border-radius: 1em;
  border: solid 2px #c0c0c0;
  box-shadow: 5px 7px 10px #d3d3d3;
  align-items: stretch;
  justify-content: center;
}

.tl_reform_item[data-rank="3"] {

  border-radius: 1em;
  border: solid 2px #7B2800;
  box-shadow: 5px 7px 10px #d3d3d3;
  align-items: stretch;
  justify-content: center;
}

.tl_reform_item[data-rank="4"] {
  border-radius: 1em;
  border: solid 2px #d3d3d3;
  box-shadow: 5px 7px 10px #d3d3d3;
  align-items: stretch;
  justify-content: center;
}

.tl_reform_imgbox {
  width: 35%;
  margin-right: 1.2em;
  display: flex;
  align-items: stretch;
}

.tl_reform_imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.tl_reform_details {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.tl_reform_rank {width: 20%;}
.tl_reform_make {width: 25%;}

.tl_reform_intro {
  margin: .4rem 0;
  font-size: .9rem;
  text-align: left;
  line-height: 1.6;
  color: #333;
}

.tl_reform_maker {width: 30%;}

.tl_reform_pd_name {
  margin: .3em 0;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.16;
  text-align: left;
  color: #333;
}

.tl_reform_pd_specbox {
  width: 100%;
  margin: .4em 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .8em;
}

li.tl_reform_pd_spec {
  padding: .3rem .8rem;
  font-size: .8rem;
  line-height: 1.2;
  color: #333;
  border: solid 1px #c0c0c0;
  border-radius: 5em;
  text-align: center;
}

.tl_reform_pd_costbox {
  width: 100%;
  margin: 1em 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .8em;
}

li.tl_reform_pd_cost {
  padding: .3rem .8rem;
  font-size: .8rem;
  line-height: 1.2;
  text-align: center;
  color: #333;
  background-color: #d9d9d9;
}

.tl_reform_pricewrap{
  margin-top: auto;
  padding-top: 1em;
}

.tl_reform_pricebox {
  position: relative;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: right;
  line-height: 1.6;
  color: #333;
}

.tl_reform_pricebox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 8%;
  left: 50%;
  background-color: #dcdcdc;
  transform: translateX(-50%);
}

.tl_reform_price_sub {
  font-size: .4em;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}

.tl_reform_price_ant {
  font-size: .9rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.6;
  color: #333;
}

.tl_reform_pd_linkbtn {
  width: 80%;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  
}
.tl_reform_pd_linkbtn a {
  color: #fff;
  width: 100%;
  height: 54px;
  background-color: #4A6B5F;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tl_reform_pd_btntxt {
  padding: 1.1rem;
  color: #fff;
}

/* 下記より　おすすめ商品 */
.tab_inner {
  padding:0;
}
.tab_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.tab_sec {margin-top: 10em;}

.tab_list {
  width: 28%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}

.tab_item {
  border-radius: 1em 1em 0 0;
  background-color: #fff;
}

.tab_btn {
  width: 150px;
  height: stretch;
  padding: 1em 2em;
  border: none;
  border-radius: 1em 1em 0 0;
  background-color: #fff;
}

.tab_contents {
  width: 100%;
  padding: 1.3rem;
  /* border: 1px solid #dcdcdc; */
  background-color: #fff;
  border-radius: 0 1em 1em 1em;
  box-shadow: 5px 7px 10px #d3d3d3;
}

/* 下記　カードコンテンツ */
.tab_card_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 1em;
}

div.tab_card_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: .8rem;
  border-radius: 1em;
  gap: 1.2em;
  box-shadow: 5px 7px 10px #d3d3d3;
  background-color: #fff;
  align-items: flex-start;
}

.tab_card_imgbox {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  aspect-ratio: 1 / 1.2;
}

.tab_card_imgbox img {
  width: 100%;
  height: 100%;
  /* display: block; */
  object-fit: cover;
  object-position: center center;
}

.tab_card_details {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tab_card_maker {width: 20%;}

.tab_card_pd_name {
  margin: .8rem 0 .5rem;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.33;
  color: #333;
}

.tab_card_pd_specbox {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .8em;
}

li.tab_card_pd_spec {
  padding: .3rem .5rem;
  font-size: .8rem;
  line-height: 1.2;
  color: #333;
  border: solid 1px #c0c0c0;
  border-radius: 5em;
  text-align: center;
  font-feature-settings: "palt";
}

.tab_card_pd_costbox {
  width: 100%;
  margin: .6rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .8em;
}

li.tab_card_pd_cost {
  padding: .3rem .5rem;
  font-size: .8rem;
  line-height: 1.2;
  text-align: center;
  color: #333;
  background-color: #d9d9d9;
}

.tab_card_pricewrap{
  margin-top: auto;
  padding-top: 1.6em;
}

.tab_card_pricebox {
  position: relative;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: right;
  line-height: 1.6;
  color: #333;
  font-feature-settings: "palt";
}

.tab_card_pricebox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 8%;
  left: 50%;
  background-color: #dcdcdc;
  transform: translateX(-50%);
}

.tab_card_price_sub {
  font-size: .55em;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}

.tab_card_price_ant {
  font-size: .8rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.6;
  color: #333;
}

.tab_card_pd_linkbtn {
  width: 100%;
  margin: 1rem 0 0 auto;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
  
}
.tab_card_pd_linkbtn a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #4A6B5F;
  border-radius: 50px;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.tab_card_pd_btntxt {
  padding: 1rem;
  color: #fff;
}

/* 上記まで　おすすめ商品 */
/* 下記より 施工事例*/
.tl_reform_case_wrap {
  margin: 4em auto 2em auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}

.tl_reform_casecont {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2em;
  border-radius: 1em;
  background-color: #fff;
  box-shadow: 5px 7px 10px #d3d3d3;
}

.tl_reform_casetxt {
  margin: 0 0 .8rem 0;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.6;
  color: #333;
}

.tl_reform_cate {
  width: 20%;
  padding: .5rem .4rem;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: #4A6B5F;
  border-radius: 5em;
}

.tl_reform_imgcont {
  width: 100%;
  margin: .5rem auto 1.5rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tl_reform_bfbox,
.tl_reform_afbox {position: relative;}

.tl_reform_bfbox {width: 85%;}

.tl_reform_afbox {width: 100%;}

.case_study_list{
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-blue);
    color: var(--white);
    font-size: 2em;
    font-weight: 600;
    border-radius: 0 0 12px 0;
    padding: 4px;
    width: 87px;
    text-align: center;
}

.tl_reform_bfbox::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 106%;
  transform: translate(0, 50px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #4A6B5F;
}

.item_after_text {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-secondary-default);
    color: var(--white);
    font-size: 2em;
    font-weight: 600;
    border-radius: 0 0 12px 0;
    padding: 4px;
    width: 88px;
    text-align: center;
}

.tl_reform_dtcsbox {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2em;
}

.tl_reform_dt_cs1 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.6;
  color: #333;
  flex-shrink: 0;
}

.tl_reform_dt_arrow {
  position: static;
  top: 0%;
  left: 35%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #4A6B5F;
  flex-shrink: 0;
}

.tl_reform_cs_txt {
  position: relative;
  width: 98%;
  margin-top: 4px;
  padding-right: 1rem;
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-primary-default);
}

.tl_reform_cs_link01,
.tl_reform_cs_link02 {
  position: relative;
  margin-top: auto;
}

.tl_reform_cs_link01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url(../images/icon_campaign_arrow.svg) no-repeat center / contain;
}

.tl_reform_cs_link02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0px;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url(../images/icon_campaign_arrow.svg) no-repeat center / contain;
}

.tl_reform_cs_alllink {
  position: relative;
  margin-top: auto;
}

.tl_reform_cs_link {
  position: relative;
  width: 98%;
  margin-top: 4px;
  /* padding-right: 1em; */
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--black);
}

.tl_reform_cs_alllink::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 45%;
  right: 0px;
  transform: translate(-50%, 50%);
  width: 9px;
  height: 13px;
  background: url(../images/icon_arrow01.svg) no-repeat center / contain;
}
/* 上記まで 施工事例*/

/* 下記より　費用相場 */
.tl_refom_graphbox {
  width: 60%;
  margin: 0 auto;
}

.tl_refom_graphtxt {
  margin: 4.8em auto 0 auto;
  font-size: 1.8em;
  line-height: 1.6;
  text-align: center;
  color: #333;
}

.yellow_marker {background-color: rgba(255, 242, 1, 0.5);}
/* 上記まで　費用相場 */

/* 下記より　お客様の声 */
.tl_reform_cs_wrap {
  width: 100%;
}

.cs_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews_customer {
  width: 150px;
  height: 150px;
  margin-right: 1em;
}

.reviews_customer02 {
  width: 150px;
  height: 150px;
  margin-left: 1em;
}

.fukidashi {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 20px 32px;
  min-width: 120px;
  max-width: 100%;
  width: 80%;
  color: var(--black);
  font-size: 16px;
  background: #fff;
  border: solid 1px var(--color-green-fukidashi);
  border-radius: 12px;
}

.tl_reform_ct_rev {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

.tl_reform_com {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  color: #333;
}

.fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  margin-top: 0;
  border: 12px solid transparent;
  border-right: 18px solid var(--white);
  z-index: 2;
}

.fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  margin-top: 0;
  border: 14px solid transparent;
  border-right: 20px solid var(--color-green-fukidashi);
  z-index: 1;
}

.tl_reform_fkbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2em;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

.tl_reform_fkbox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: .1em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6B8E7F;
}

.tl_reform_ct_cebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: .5em;
}

.tl_reform_starbox {display: flex;}

.star-shape {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #F6921D;
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 
    68% 57%, 79% 91%, 50% 70%, 
    21% 91%, 32% 57%, 2% 35%, 
    39% 35%
  );
}

.tl_reform_starbox div:nth-of-type(n+1):nth-child(-n+4) {
  margin-right: .5rem;
}

/*  */
/*  */

.fukidashi02 {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 20px 32px;
  min-width: 120px;
  max-width: 100%;
  width: 80%;
  color: var(--black);
  font-size: 16px;
  background: #fff;
  border: solid 1px var(--color-green-fukidashi);
  border-radius: 12px;
}

.fukidashi02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  margin-top: 0;
  border: 12px solid transparent;
  border-left: 18px solid var(--white);
  z-index: 2;
}

.fukidashi02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -34px;
  transform: translateY(-50%);
  margin-top: 0;
  border: 14px solid transparent;
  border-left: 20px solid var(--color-green-fukidashi);
  z-index: 1;
}

.inner div.tl_reform_cs_wrap:nth-of-type(2n) {margin: 6.3rem 0;}

.tl_reform_com_alllink {
  position: relative;
  margin-top: auto;
}

.tl_reform_com_link {
  position: relative;
  width: 98%;
  margin-top: 4px;
  /* padding-right: 1em; */
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--black);
}

.tl_reform_com_alllink::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 45%;
  right: 0px;
  transform: translate(-50%, 50%);
  width: 9px;
  height: 13px;
  background: url(../images/icon_arrow01.svg) no-repeat center / contain;
}
/* 上記まで お客様の声*/

/* 下記より　リフォームの流れ */
.tl_reform_fl_wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.5em; /* 円の間隔 (120px円 + 28px gap = 148px間隔) */
}

/* グラデーション横線 */
.fl_line {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 15%;
  left: 60px;  /* 最初の円の中心に合わせる */
  right: 60px; /* 最後の円の中心に合わせる */
  height: 6px;
  background: linear-gradient(to right, #D1D9CE, #4A6B5F);
  transform: translateY(-50%);
  z-index: -1;
}

/* 円形 */
.tl_reform_fl_circle {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  /* 背景色を固定しないと線が透けて見える */
  background: #ffffff;
}

.tl_reform_fl_cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.6em;
}

.circle01 {background-color: #D1D9CE;}

.circle02 {background-color: #AFBEB2;}

.circle03 {background-color: #8EA297;}

.circle04 {
  color: #fff;
  background-color: #6C877B;
}

.circle05 {
  color: #fff;
  background-color: #4A6B5F;
}

.tl_reform_fl_stepbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tl_reform_fl_txt01 {
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.6;
}

.tl_reform_fl_txt02 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
}

.tl_reform_fl_imgbox {
  width: 100%;
  margin: 0 auto;
}

.tl_reform_fl_imgbox img {border-radius: 1em;}

.tl_reform_fl_txtbox {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  color: #333;
}

.btn_page a {
  display: inline-block;
  margin-top: 2.8rem;
  padding: 16px 66px;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 50px;
}

.btn_page.btn_02 a {background-color: var(--color-primary-default);}

#main .btn_page.btn_02 a {transition: 0.6s;}

.btn_page.btn_02 a:hover {background-color: var(--color-primary-light);}

@media only screen and (min-width: 1200px) {
  /* wrapをグリッドに */
  .tl_reform_fl_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 120px auto 1fr;
    row-gap: 1.6em;
    column-gap: 2.5em;
    align-items: start;
  }

  /* contをsubgridの器に */
  .tl_reform_fl_cont {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: center;
    justify-items: center;
    gap: 1.6em;
  }

  /* ★ポイント：左右ラッパーを透明化してsubgridに直接認識させる */
  .tl_reform_fl_left,
  .tl_reform_fl_right {
    display: contents;
  }

  /* 画像を比率固定 */
  .tl_reform_fl_imgbox {
    width: 100%;
    aspect-ratio: 222 / 220;
  }

  .tl_reform_fl_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1em;
  }

  /* テキストを下揃え */
  .tl_reform_fl_txtbox {
    /* margin-top: auto; */
    align-self: start;
    text-align: left;
  }

  /* 縦線の位置調整（PC横線に戻す） */
  .fl_line {
    width: auto;
    height: 6px;
    top: 60px; /* 円の中心（120px ÷ 2） */
    left: 60px;
    right: 60px;
    bottom: auto;
    background: linear-gradient(to right, #D1D9CE, #4A6B5F);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 1199px) {
  /* PC時のdisplay:contentsをリセット */
  .tl_reform_fl_left,
  .tl_reform_fl_right {
    display: flex; /* SP/TBでは通常のflexに戻す */
  }
}
/* 上記まで　リフォームの流れ */

/* 下記より　トイレリフォームお得プラン*/
.tl_reform_plan_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.8rem 5.6rem;
  border-radius: 1em;
  background-color: #fff;
  box-shadow: 5px 7px 10px #d3d3d3;
}

.tl_reform_plan_cont {
   padding: 2rem;
   background-color: #4A6B5F;
}

.tl_reform_plan_txt {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

.tl_reform_plan_imgcont {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.circle-plus {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-plus-bk);
}

.circle-plus::before {
  content: "";
  width: 3px;
  height: 50%;
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 1em;
  
}

.circle-plus::after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  top: 20px;
  left: 10px;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 1em;
}

.tl_reform_plan_txt02 {
  margin: 1.8rem 0;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  color: #333;
}

.tl_reform_plan_fuki {
  position: relative;
  background-color: #4A6B5F;
}

.tl_reform_plan_fuki::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #4A6B5F;
  z-index: 1;
}

.tl_reform_plan_txt2 {
  padding: 1.6rem;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

.tl_reform_plan_pricecont {
  width: 100%;
  margin: 2rem auto 0 auto;
}

.tl_reform_plan_pricebox {gap: 4em;}

.pb_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2em;
}

.tl_refom_plan_pricetxt {
  font-size: 6.8em;
  line-height: 1.6;
  color: #333;
}

.tl_reform_strong {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.6;
  color: #4A6B5F;
}

.tl_reform_plan_pricesub {
  font-size: 1.3em;
  line-height: 1.6;
  color: #333;
}

.tl_reform_plan_ann {
  width: auto;
  font-size: .8rem;
  line-height: 1.6;
  text-align: right;
  color: #333;
}

.tl_reform_plan_pi_imgbox {
  width: 45%;
}

.tl_reform_plan_pi_imgbox2 {
  width: 30%;
  margin: 0.5rem 0 0 auto;
}

.tl_reform_priceitem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

/* 上記まで　トイレリフォームお得プラン*/

.tl_mv_sub_deco {
  margin-right: .3rem;
  color: var(--white);
}

.tl_reform_imgcard {
  width: 250px;
  overflow: hidden;
  border-radius: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
}

.tl_reform_imglabel {
  width: 100%;
  background: var(--color-plus-bk);
  padding: 10px 0;
  text-align: center;
}

.tl_reform_imglabel span {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.08em;
}

.tl_reform_imgcard img {
  display: block;
  width: 100%;
  height: 227px;
  object-fit: cover;
  object-position: center center;
}

/* 下記より タブレット */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tl_sp {display: block;}
  .tl_pc {display: none;}

  .fv .fv_content .tl_mv_top {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .fv .fv_content .tl_ly_listbox {
    width: 90%;
    order: 2;
  }

  .fv .fv_content .tl_mv_txtsub {
    font-size: 1.5rem;
  }

  .fv .fv_content .tl_mv_ach {
    width: 60%;
    margin: 2.5rem auto 0 auto;
    order: 2;
  }

  ._add_pd_ajust {padding: 0 0;}

  .tl_reform_tl_wrap {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .tl_reform_list {
    width: 100%;
  }

  .tl_reform_item[data-rank="1"] {
    width: 100%;
  }

  .tl_reform_item[data-rank="2"] {
    width: 100%;
  }

  .tl_reform_item[data-rank="3"] {
    width: 100%;
  }

  .tl_reform_item[data-rank="4"] {
    width: 100%;
  }

  .tl_reform_imgbox {
    width: 40%;
    margin-right: 2em;
  }

  .tl_reform_details {
    width: 50%;
  }

  .tl_reform_maker {width: 20%;}

  .tl_reform_intro {
    margin: 1em 0;
  }

  .tl_reform_pd_name {
    margin: .6em 0;
    font-size: 2.4em;
  }

  .tl_reform_pd_specbox {
    width: 100%;
    margin: 0 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .tl_reform_pricewrap{
    padding-top: 0em;
  }

  .tl_reform_pricebox {
    font-size: 3.8em;
  }

  .tl_reform_pd_linkbtn {
    width: 93%;
    margin-top: 1.5em;
    font-size: 1.6em;
  }

  .tl_reform_pd_btntxt {
    padding: 1.1em;
  }

  /* 下記より　おすすめ商品 */
  .tab_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  .tab_sec {margin-top: 10em;}

  .tab_list {
    width: 45%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }

  /* 下記　カードコンテンツ */
  .tab_card_list {
    /* grid-template-columns: repeat(1, 1fr); */
  }

  div.tab_card_item {
    gap: 0em;
  }

  .tab_card_imgbox {
    width: 40%;
    margin-right: 2em;
  }

  .tab_card_maker {width: 20%;}

  .tab_card_pd_name {
    margin: .6em 0;
  }

  .tab_card_pd_specbox {
    margin: 0 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .tab_card_pricewrap{
    margin-top: auto;
    padding-top: 1.6em;
  }

  .tab_card_details {
    height: stretch;
  }

  .tab_card_pd_linkbtn {
    width: 100%;
    margin-top: 1.4em;
    font-size: 1.6em;
  }

  .tab_card_pd_btntxt {
    padding: 1.1em;
  }
  /* 上記まで　おすすめ商品 */
  /* 下記より 施工事例*/
  .tl_reform_case_wrap {
    margin: 0em auto 0em auto;
    grid-template-columns: repeat(1, 1fr);
  }

  .tl_reform_casetxt {
    font-size: 2.4em;
  }

  .tl_reform_cate {
    width: 10%;
  }

  .tl_reform_imgcont {
    margin: 1.2em auto 1.2em auto;
  }

  .tl_reform_bfbox,
  .tl_reform_afbox {position: relative;}

  .tl_reform_bfbox {width: 85%;}

  .tl_reform_afbox {width: 100%;}

  .tl_reform_dtcsbox {
    gap: 1em;
  }

  .tl_reform_dt_cs1 {
    font-size: 1.6em;
  }

  .tl_reform_dt_arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #4A6B5F;
  }
  /* 上記まで 施工事例*/

  /* 下記より　費用相場 */
  .tl_refom_graphbox {
    width: 60%;
    margin: 0 auto;
  }

  .tl_refom_graphtxt {
    margin: 2.5em auto 0 auto;
    font-size: 1.6em;
  }
  /* 上記まで　費用相場 */

  /* 下記より　お客様の声 */
  .cs_flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tl_reform_ct_rev {
    font-size: .9em;
  }

  .tl_reform_com {
    font-size: .9em;
  }

  .tl_reform_fkbox {
    flex-wrap: nowrap;
    gap: 1em;
  }

  .tl_reform_ct_cebox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    gap: .5em;
  }

  .tl_reform_starbox {display: flex;}

  .star-shape {
    width: 15px;
    height: 15px;
  }

  .tl_reform_starbox div:nth-of-type(n+1):nth-child(-n+4) {
    margin-right: .3em;
  }

  .inner div.tl_reform_cs_wrap:nth-of-type(2n) {margin: 5em 0;}
  /* 上記まで お客様の声*/

  /* 下記より　リフォームの流れ */
   /* wrapを縦並びに変更 */
    .tl_reform_fl_wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    /* 縦のライン（左側中央に配置） */
    .fl_line {
        width: 6px;
        height: 90%;
        top: 60px;       /* 最初の円の中心から */
        bottom: 60px;    /* 最後の円の中心まで */
        left: 60px;      /* 円の中心に合わせる（円幅120px ÷ 2） */
        right: auto;
        background: linear-gradient(to bottom, #D1D9CE, #4A6B5F);
        transform: translateX(-50%);
    }

    /* 各ステップを横並び（左：円、右：画像＋テキスト） */
    .tl_reform_fl_cont {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 1.6em;
        padding: 1em 0;
        position: relative;
    }

    /* 左カラム：円を固定幅で */
    .tl_reform_fl_left {
        flex-shrink: 0;
        width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 右カラム：画像＋テキストを横並び */
    .tl_reform_fl_right {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1em;
        /* flex: 1; */
    }

    .tl_reform_fl_imgbox {
        flex-shrink: 0;
        width: 160px;
    }

    .tl_reform_fl_txtbox {
        font-size: 1.4em;
    }
  /* 上記まで　リフォームの流れ */

  /* 下記より　トイレリフォームお得プラン*/
  .tl_reform_plan_wrap {
    padding: 2em 3em;
  }

  .tl_reform_plan_cont {
    padding: 3.2em;
    background-color: #4A6B5F;
  }

  .tl_reform_plan_txt {
    margin-bottom: .6em;
    font-size: 2.8em;
  }

  .tl_reform_plan_imgcont {
    width: 100%;
  }

  .circle-plus {
    width: 30px;
    height: 30px;
  }

  .circle-plus::before {
    width: 3px;
    height: 50%;
    position: absolute;
    top: 8px;
    left: 15px;
  }

  .circle-plus::after {
    width: 50%;
    height: 3px;
    position: absolute;
    top: 16px;
    left: 8px;
  }

  .tl_reform_plan_txt02 {
    margin: 2rem 0;
    font-size: 1.1rem;
  }

  .tl_reform_plan_txt2 {
    padding: 1.1rem;
    font-size: 2.8em;
  }

  .tl_reform_plan_pricecont {
    width: 100%;
    position: relative;
    margin: 7em auto 0 auto;
  }

  .tl_reform_plan_pricebox {gap: 41m;}

  .tl_reform_plan_pi_imgbox {width: 45%;}

  .tl_reform_plan_pi_imgbox2 {
    bottom: 0%;
  }
/* 上記まで　トイレリフォームお得プラン*/

/*  */
/*  */
/*  */
.fv_content {
    display: flex;
    flex-direction: column;
  }

  #main .fv_sp {
    order: 3;
  }

  .fv .fv_content .fv_list > li {
    width: 35%;
  }

  ._add_pd_ajust {padding: 0 16px;}

  .tl_reform_tl_wrap {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .tl_reform_list {
    width: 100%;
  }

  .tl_reform_item[data-rank="1"] {
    width: 100%;
    justify-content: space-between;
  }

  .tl_reform_item[data-rank="2"] {
    width: 100%;
    justify-content: space-between;
  }

  .tl_reform_item[data-rank="3"] {
    width: 100%;
    justify-content: space-between;
  }

  .tl_reform_item[data-rank="4"] {
    width: 100%;
    justify-content: space-between;
  }

  .tl_reform_imgbox {
    width: 38%;
    margin-right: 0em;
  }

  .tl_reform_rank {
    width: 13%;
  }

  .tl_reform_details {
    width: 58%;
  }

  .tl_reform_maker {width: 15%;}

  .tl_reform_intro {
    margin: .6em 0;
    font-size: .9rem;
  }

  .tl_reform_pd_name {
    margin: .4em 0;
    font-size: 1.5rem;
  }

  .tl_reform_pd_specbox {
    width: 100%;
    margin: 0 0;
    grid-template-columns: repeat(2, 1fr);
  }

  li.tl_reform_pd_spec {
    font-size: .8rem;
    padding: .2rem .8rem;
  }

  .tl_reform_pd_costbox {
    grid-template-columns: repeat(2, 1fr);
  }

  li.tl_reform_pd_cost {
    font-size: .8rem;
    padding: .2rem .8rem;
  }

  .tl_reform_pricewrap{
    padding-top: 1rem;
    margin-bottom: 1rem;
  }

  .tl_reform_pricebox {
    font-size: 1.5rem;
  }

  .tl_reform_price_ant {
    font-size: .8rem;
  }

  .tl_reform_pd_linkbtn {
    width: 95%;
    margin-top: 1em;
    font-size: 1.4em;
  }

  .tl_reform_pd_btntxt {
    padding: .9em;
    font-size: 1rem;
  }

  /* 下記より　おすすめ商品 */
  .tab_wrap {
    max-width: 100%;
  }

  .tab_sec {margin-top: 5em;}

  .tab_list {
    width: 40%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0em;
  }

  .tab_item {
    width: 50%;
  }

  .tab_btn {
    width: 180px;
  }

  /* 下記　カードコンテンツ */

  .tab_contents {
    padding: 1em;
  }

  .tab_card_list {
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 3em;
  }

  div.tab_card_item {
    position: relative;
    padding-bottom: 80px;
    gap: 0em;
    justify-content:space-between;
  }

  .tab_card_imgbox {
    width: 40%;
    margin-right: 0em;
  }

  .tab_card_maker {width: 25%;}

  .tab_card_pd_name {
    margin: .4em 0;
    font-size: 1.5rem;
  }

  li.tab_card_pd_spec {
    padding: .4rem;
    font-size: .8rem;
  }

  .tab_card_pd_specbox {
    margin: 0 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .tab_card_pd_costbox {
    grid-template-columns: repeat(2, 1fr);
  }

  li.tab_card_pd_cost {
    font-size: .8rem;
    padding: .2rem .8rem;
  }

  .tab_card_pricewrap{
    margin-top: auto;
    padding-top: 1rem;
    margin-bottom: 1rem;
  }

  .tab_card_pricebox {
    font-size: 1.5rem;
  }

  .tab_card_price_ant {
    font-size: .8rem;
  }

  .tab_card_details {
    width: 55%;
  }

  .tab_card_pd_linkbtn {
    position: absolute;
    max-width: none;
    width: 95%;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    margin-top: 1em;
    font-size: 1.4em;
    order: 3;
  }

  .tab_card_pd_btntxt {
    padding: .9em;
  }
  /* 上記まで　おすすめ商品 */
  /* 下記より 施工事例*/
  .tl_reform_case_wrap {
    margin: 0em auto 0em auto;
    grid-template-columns: repeat(1, 1fr);
  }

  .tl_reform_casetxt {
    font-size: 2em;
  }

  .tl_reform_cate {
    width: 15%;
  }

  .case_study_list {
    font-size: 1.4em;
  }

  .item_after_text {
    font-size: 1.4em;
  }

  .tl_reform_bfbox::after {
    top: 50%;
    left: 110%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: translate(-50%, -50%);
  }

  .tl_reform_imgcont {
    margin: 1.2em auto 1.2em auto;
  }

  .tl_reform_bfbox,
  .tl_reform_afbox {position: relative;}

  .tl_reform_bfbox {width: 85%;}

  .tl_reform_afbox {width: 100%;}

  .tl_reform_dtcsbox {
    gap: 1em;
  }

  .tl_reform_dt_cs1 {
    font-size: 1rem;
  }

  .tl_reform_cs_txt {
    width: 100%;
    font-size: 1rem;
  }

  .tl_reform_cs_link {
    width: 97%;
    margin-top: 12px;
    font-size: 1rem;
  }

  .tl_reform_cs_link01::after {
    bottom: -2px;
  }

  .tl_reform_cs_link02::after {
    bottom: -1px;
  }

  .tl_reform_dt_arrow {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #4A6B5F;
  }
  /* 上記まで 施工事例*/

  /* 下記より　費用相場 */
  .tl_refom_graphbox {
    width: 100%;
  }

  .tl_refom_graphtxt {
    margin: 1.5em auto 0 auto;
    font-size: 1rem;
    text-align: left;
  }
  /* 上記まで　費用相場 */

  /* 下記より　お客様の声 */
  .cs_flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tl_reform_ct_rev {
    font-size: .9em;
  }

  .tl_reform_com {
    font-size: .9em;
  }

  .tl_reform_fkbox {
    flex-wrap: wrap;
    gap: .5rem;
  }

  .tl_reform_ct_cebox {
    flex-wrap: wrap;
    gap: .3em;
  }

  .fukidashi {
    padding: 14px 14px;
  }

  .fukidashi02 {
    padding: 14px 14px;
  }

  .fukidashi::before {
    bottom: 40px;
  }

  .fukidashi::after {
    bottom: 38px;
  }

  .inner div.tl_reform_cs_wrap:nth-of-type(2n) {margin: 3em 0;}

  .tl_reform_com_link {
    width: 97%;
    margin-top: 12px;
    font-size: 1rem;
  }
  /* 上記まで お客様の声*/

  /* 下記より　リフォームの流れ */
   /* wrapを縦並びに変更 */
    .tl_reform_fl_wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    /* 縦のライン（左側中央に配置） */
    .fl_line {
      width: 6px;
      height: 80%;
      top: 60px;       /* 最初の円の中心から */
      bottom: 60px;    /* 最後の円の中心まで */
      left: 60px;      /* 円の中心に合わせる（円幅120px ÷ 2） */
      right: auto;
      background: linear-gradient(to bottom, #D1D9CE, #4A6B5F);
      transform: translateX(-50%);
    }

    /* 各ステップを横並び（左：円、右：画像＋テキスト） */
    .tl_reform_fl_cont {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 1.6em;
        padding: 1em 0;
        position: relative;
    }

    /* 左カラム：円を固定幅で */
    .tl_reform_fl_left {
        flex-shrink: 0;
        width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 右カラム：画像＋テキストを横並び */
    .tl_reform_fl_right {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1em;
        flex: 1;
    }

    .tl_reform_fl_imgbox {
        flex-shrink: 0;
        width: 160px;
    }

    .tl_reform_fl_txtbox {
      font-size: 1.4em;
    }

    /*  */
    .fl_line {
      left: 45px; /* 円幅90px ÷ 2 */
    }

    .tl_reform_fl_left {
      width: 90px;
    }

    .tl_reform_fl_circle {
      width: 90px;
      height: 90px;
      font-size: 11px;
    }

    .tl_reform_fl_imgbox {
      width: 100px;
      margin: 0;
    }

  .tl_reform_fl_txt02 {
    font-size: 1.8em;
  }

    .tl_reform_fl_txtbox {
      font-size: 1rem;
    }

    .btn_page.btn_02 a {
      margin-top: 2em;
      font-size: 1.4em;
    }
  /* 上記まで　リフォームの流れ */

  /* 下記より　トイレリフォームお得プラン*/
  .tl_reform_plan_wrap {
    padding: 1.3rem;
  }

  .tl_reform_plan_cont {
    padding: 1.5em;
  }

  .tl_reform_plan_txt {
    margin-bottom: .6em;
    font-size: 2em;
  }

  .tl_reform_plan_imgcont {
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }

  .circle-plus {
    width: 30px;
    height: 30px;
  }

  .circle-plus::before {
    width: 3px;
    height: 56%;
    top: 6px;
    left: 15px;
  }

  .circle-plus::after {
    width: 60%;
    height: 3px;
    top: 14px;
    left: 6px;
  }

  .tl_reform_imgcard {
    width: 200px;
  }

  .tl_reform_imglabel {
    width: 100%;
    background: var(--color-plus-bk);
    padding: 10px 0;
    text-align: center;
  }

  .tl_reform_imglabel span {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--white);
    letter-spacing: 0.08em;
  }

  .tl_reform_imgcard img {
    display: block;
    width: 100%;
    height: 227px;
    object-fit: cover;
    object-position: center center;
  }

  .tl_reform_plan_txt2 {
    font-size: 1rem;
  }

  .tl_reform_plan_pricecont {
    margin: 3em auto 0 auto;
  }

  .tl_reform_plan_pricebox {
    /* flex-direction: column; */
    gap: 1em;
  }

  .tl_reform_strong {
    font-size: 2rem;
  }

  .tl_reform_plan_pi_imgbox2 {
    width: 30%;
    margin: 0rem 0 0 auto;
  }

  /* トイレリフォームの基礎知識 */
  .more_contents_list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
/* 上記まで タブレット */

@media only screen and (min-width: 768px) and (max-width: 870px) {
  .tl_reform_plan_imgcont {
      width: 100%;
      grid-template-columns: repeat(1, 1fr);
      gap: 1rem;
  }

  .tl_reform_imgcard {
    width: 350px;
    margin: 0 auto;
  }
}

/* 下記より スマホ */
@media only screen and (max-width: 767px) {
  .tl_sp {display: block;}
  .tl_pc {display: none;}

  .fv_content {
    display: flex;
    flex-direction: column;
  }

  #main .fv_sp {
    order: 3;
  }

  .fv .fv_content .fv_list > li {
    width: 35%;
  }

  .fv .fv_content .tl_mv_ach {
    width: 80%;
    margin: 1rem auto 0 auto;
    order: 2;
  }

  ._add_pd_ajust {padding: 0 16px;}

  .tl_reform_tl_wrap {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .tl_reform_list {
    width: 100%;
  }

  .tl_reform_item[data-rank="1"] {
    width: 100%;
    justify-content: space-between;
  }

  .tl_reform_item[data-rank="2"] {
    width: 100%;
    justify-content: space-between;
  }

  .tl_reform_item[data-rank="3"] {
    width: 100%;
    justify-content: space-between;
  }

  .tl_reform_item[data-rank="4"] {
    width: 100%;
    justify-content: space-between;
  }

  .tl_reform_imgbox {
    width: 38%;
    margin-right: 0em;
  }

  .tl_reform_rank {
    width: 30%;
  }

  .tl_reform_details {
    width: 58%;
  }

  .tl_reform_maker {width: 18%;}

  .tl_reform_intro {
    margin: .6em 0;
    font-size: .9rem;
  }

  .tl_reform_pd_name {
    margin: .4em 0;
    font-size: 1.5rem;
  }

  .tl_reform_pd_specbox {
    width: 100%;
    margin: 0 0;
    grid-template-columns: repeat(2, 1fr);
  }

  li.tl_reform_pd_spec {
    font-size: .8rem;
  }

  .tl_reform_pd_costbox {
    grid-template-columns: repeat(2, 1fr);
  }

  li.tl_reform_pd_cost {
    font-size: .8rem;
  }

  .tl_reform_pricewrap{
    padding-top: 1rem;
    margin-bottom: 1rem;
  }

  .tl_reform_pricebox {
    font-size: 1.5rem;
  }

  .tl_reform_price_ant {
    font-size: .8rem;
  }

  .tl_reform_pd_linkbtn {
    width: 95%;
    margin-top: 1em;
    font-size: 1.4em;
  }

  .tl_reform_pd_btntxt {
    padding: .9em;
    font-size: 1rem;
  }

  /* 下記より　おすすめ商品 */
  .tab_wrap {
    max-width: 100%;
  }

  .tab_sec {margin-top: 5em;}

  .tab_list {
    width: 25%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0em;
  }

  /* 下記　カードコンテンツ */

  .tab_contents {
    padding: 1em;
  }

  .tab_card_list {
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 3em;
  }

  div.tab_card_item {
    gap: 0em;
    justify-content:space-between;
  }

  .tab_card_imgbox {
    width: 40%;
    margin-right: 0em;
  }

  .tab_card_maker {width: 18%;}

  .tab_card_pd_name {
    margin: .4em 0;
    font-size: 1.5rem;
  }

  li.tab_card_pd_spec {
    padding: .3em;
    font-size: .8rem;
  }

  .tab_card_pd_specbox {
    margin: 0 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .tab_card_pd_costbox {
    grid-template-columns: repeat(2, 1fr);
  }

  li.tab_card_pd_cost {
    font-size: .8rem;
  }

  .tab_card_pricewrap{
    margin-top: auto;
    padding-top: 1rem;
    margin-bottom: 1rem;
  }

  .tab_card_pricebox {
    font-size: 1.5rem;
  }

  .tab_card_price_ant {
    font-size: .8rem;
  }

  .tab_card_details {
    width: 55%;
  }

  .tab_card_pd_linkbtn {
    max-width: none;
    width: 100%;
    margin-top: 1em;
    font-size: 1.4em;
    order: 3;
  }

  .tab_card_pd_btntxt {
    padding: .9em;
  }
  /* 上記まで　おすすめ商品 */
  /* 下記より 施工事例*/
  .tl_reform_case_wrap {
    margin: 0em auto 0em auto;
    grid-template-columns: repeat(1, 1fr);
  }

  .tl_reform_casetxt {
    font-size: 2em;
  }

  .tl_reform_cate {
    width: 25%;
  }

  .case_study_list {
    font-size: 1.4em;
  }

  .item_after_text {
    font-size: 1.4em;
  }

  .tl_reform_bfbox::after {
    top: 7%;
    left: 105%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .tl_reform_imgcont {
    margin: 1.2em auto 1.2em auto;
  }

  .tl_reform_bfbox,
  .tl_reform_afbox {position: relative;}

  .tl_reform_bfbox {width: 85%;}

  .tl_reform_afbox {width: 100%;}

  .tl_reform_dtcsbox {
    gap: 1em;
  }

  .tl_reform_dt_cs1 {
    font-size: 1.4em;
  }

  .tl_reform_cs_txt {
    font-size: 1.4em;
  }

  .tl_reform_cs_link {
    width: 94%;
    margin-top: 12px;
    font-size: 1rem;
  }

  .tl_reform_cs_link01::after {
    bottom: -2px;
  }

  .tl_reform_cs_link02::after {
    bottom: -3px;
  }

  .tl_reform_dt_arrow {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #4A6B5F;
  }
  /* 上記まで 施工事例*/

  /* 下記より　費用相場 */
  .tl_refom_graphbox {
    width: 100%;
  }

  .tl_refom_graphtxt {
    margin: 1.5em auto 0 auto;
    font-size: 1.4em;
    text-align: left;
  }
  /* 上記まで　費用相場 */

  /* 下記より　お客様の声 */
  .cs_flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tl_reform_ct_rev {
    font-size: .9em;
  }

  .tl_reform_com {
    font-size: .9em;
  }

  .tl_reform_fkbox {
    flex-wrap: wrap;
    gap: .5rem;
  }

  .tl_reform_ct_cebox {
    flex-wrap: wrap;
    gap: .3em;
  }

  .fukidashi {
    padding: 14px 14px;
  }

  .fukidashi02 {
    padding: 14px 14px;
  }

  .inner div.tl_reform_cs_wrap:nth-of-type(2n) {margin: 3em 0;}

  .tl_reform_com_link {
    width: 93%;
    margin-top: 12px;
    font-size: 1rem;
  }
  /* 上記まで お客様の声*/

  /* 下記より　リフォームの流れ */
   /* wrapを縦並びに変更 */
    .tl_reform_fl_wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    /* 縦のライン（左側中央に配置） */
    .fl_line {
      width: 6px;
      height: 80%;
      top: 60px;       /* 最初の円の中心から */
      bottom: 60px;    /* 最後の円の中心まで */
      left: 60px;      /* 円の中心に合わせる（円幅120px ÷ 2） */
      right: auto;
      background: linear-gradient(to bottom, #D1D9CE, #4A6B5F);
      transform: translateX(-50%);
    }

    /* 各ステップを横並び（左：円、右：画像＋テキスト） */
    .tl_reform_fl_cont {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 1.6em;
        padding: 1em 0;
        position: relative;
    }

    /* 左カラム：円を固定幅で */
    .tl_reform_fl_left {
        flex-shrink: 0;
        width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 右カラム：画像＋テキストを横並び */
    .tl_reform_fl_right {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1em;
        flex: 1;
    }

    .tl_reform_fl_imgbox {
        flex-shrink: 0;
        width: 160px;
    }

    .tl_reform_fl_txtbox {
      font-size: 1.4em;
    }

    /*  */
    .fl_line {
      left: 45px; /* 円幅90px ÷ 2 */
    }

    .tl_reform_fl_left {
      width: 90px;
    }

    .tl_reform_fl_circle {
      width: 90px;
      height: 90px;
      font-size: 11px;
    }

    .tl_reform_fl_imgbox {
      width: 100px;
      margin: 0;
    }

  .tl_reform_fl_txt02 {
    font-size: 1.3rem;
  }

    .tl_reform_fl_txtbox {
      font-size: .9rem;
    }

    .btn_page.btn_02 a {
      margin-top: 2em;
      font-size: 1.4em;
    }
  /* 上記まで　リフォームの流れ */

  /* 下記より　トイレリフォームお得プラン*/
  .tl_reform_plan_wrap {
    padding: 1.3rem;
  }

  .tl_reform_plan_cont {
    padding: 1.5em;
  }

  .tl_reform_plan_txt {
    margin-bottom: .6em;
    font-size: 2em;
  }

  .tl_reform_plan_imgcont {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .circle-plus {
    width: 30px;
    height: 30px;
  }

  .circle-plus::before {
    width: 3px;
    height: 56%;
    top: 6px;
    left: 15px;
  }

  .circle-plus::after {
    width: 60%;
    height: 3px;
    top: 14px;
    left: 6px;
  }

  .tl_reform_plan_txt02 {
    font-size: 1.8em;
    text-align: left;
  }

  .tl_reform_plan_txt2 {
    font-size: 1.6em;
  }

  .tl_reform_plan_pricecont {
    margin: 3em auto 0 auto;
  }

  .tl_reform_plan_pricebox {
    flex-direction: column;
    gap: 1em;
  }

  .tl_reform_strong {
    font-size: 3em;
  }

  .tl_reform_plan_pi_imgbox2 {
    width: 30%;
    margin: 0 0 0 .8rem;
  }

  .tl_reform_plan_pi_imgbox {
    width: 100%;
  }

  .tl_reform_priceitem {
    flex-direction: unset;
    align-items: center;
    justify-content: end;
  }

  /* トイレリフォームの基礎知識 */
  .more_contents_list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
/* 上記まで スマホ */

/* 26/06/19 下記より追記 */
.fv_content ul.layout_listbox {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

/* 下記より スマホ */
@media only screen and (max-width: 767px) {
  .sp_flex_d_column {
    display: flex;
    flex-direction: column;
  }

  .tl_reform_details {width: 100%;}

  .tl_reform_rank {width: 18%;}

  .tl_reform_imgbox {
    width: 100%;
    margin-right: 0em;
    order: 2;
  }

  .tab_card_details {width: 100%;}

  .tab_card_imgbox {
    width: 100%;
    order: 2;
  }

  .fv .fv_content .tl_mv_txtsub {
    font-size: 1rem;
    padding: 0 0 0 1rem;
    text-indent: -.8em;
    padding-inline: 0;
  }
  
  .fv .fv_content .tl_ly_listbox {
    width: 80%;
  }

  .fv .fv_content .tl_mv_top {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
/* 26/06/19 上記まで追記 */

/* 下記より スマホ */
@media only screen and (max-width: 767px) {
  .tl_reform_imgcard {
    width: 100%;
    max-width: 340px;
    border-radius: 8px;
    margin: 0 auto;
  }

  .tl_reform_imglabel span {
    font-size: 1.2rem;
  }

  .tl_reform_imgcard img {
    height: 200px;
  }
}