@charset "UTF-8";
:root {
  --Primary-Primary: #981c3d;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
     tab-size: 4;
}

*, :after, :before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.h-hide-sp {
  display: none !important;
}
.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #38302f;
  font-size: 18px;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  word-wrap: break-word;
}

a {
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  text-decoration-color: transparent;
  opacity: 0.6;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}

body {
  background-image: url(/assets/images/bg01.png);
  background-position: 0 0;
  background-size: 1500px auto;
}

.bl_pageTop {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 32px;
  width: 45px;
  height: 45px;
  opacity: 0;
  pointer-events: none;
}
.bl_pageTop img {
  width: 100%;
}
.bl_pageTop.is-scroll {
  opacity: 1;
  pointer-events: auto;
}

.ly-header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.bl_menu {
  display: block;
  z-index: 1;
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: auto;
  border-radius: 0 0 0 20px;
  background-color: var(--Primary-Primary);
}
.bl_menu::after, .bl_menu::before,
.bl_menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.bl_menu::after {
  margin-top: -10px;
}
.bl_menu::before {
  margin-top: 10px;
}
.bl_menu.is-menu span {
  width: 0;
}
.bl_menu.is-menu::after {
  width: 44px;
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(35deg);
}
.bl_menu.is-menu::before {
  width: 44px;
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-35deg);
}
.bl_menu.is-menu + .bl_header_list {
  left: 0;
}

.bl_header_list .is-current {
  color: #981c3d;
}

.bl_header_list {
  display: block;
  position: fixed;
  top: 0;
  left: 120%;
  width: 100%;
  height: 100%;
  padding: 66px 0 0;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 1.1111111111rem;
  text-align: center;
  transition: all 0.3s;
}
.bl_header_list::before {
  display: inline-block;
  aspect-ratio: 361/301;
  width: 110px;
  background-image: url(/assets/images/heading01_sp.png);
  background-size: contain;
  content: "";
}
.bl_header_list li {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}
.bl_header_list li a {
  display: block;
  padding: 17px 0;
  border-bottom: 1px dashed #000;
}

.bl_header_logo {
  display: none;
}
.ly-footer {
  padding: 30px 21px 20px;
  border-bottom: 15px solid #981c3d;
}

.bl_footerLogo img {
  display: block;
  width: 70px;
  height: auto;
}

.bl_footerTxt01 {
  padding-top: 10px;
}

.bl_footerName {
  grid-column: 1/3;
  font-weight: bold;
  font-size: 1.1111111111rem;
  line-height: 1.5;
  text-align: center;
}
.bl_footerName span {
  margin-left: 15px;
  font-size: 2.2222222222rem;
}

.bl_footerMessage {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0px 21px;
  font-size: 0.7777777778rem;
}

.bl_footerList {
  display: none;
}

.bl_copy {
  display: block;
  margin-top: 30px;
  font-size: 0.6666666667rem;
  text-align: center;
}

.bl_topKv {
  position: relative;
  margin-top: 25px;
  margin-left: auto;
  padding-top: 76px;
  color: #251d1c;
  text-align: center;
}
.bl_topKv img {
  display: block;
}

.bl_topKv_right {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", YuMincho, "Yu Mincho", "Hiragino Mincho Pro", serif;
}
.bl_topKv_right__page {
  padding: 0 25px 0;
  font-family: "Noto Sans JP", sans-serif;
}

.bl_topKv_logo {
  position: absolute;
  top: 0;
  left: 19px;
}

.bl_topKv_image img {
  width: 93.6vw;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
}

.bl_topKv_list {
  display: none;
}
.bl_topKv_list li.is-current {
  color: #981c3d;
}

.bl_topKv_txt01 {
  margin-top: -24px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 7.2vw;
  line-height: 1.4;
}

.bl_topKv_txt02 {
  font-size: 5.3333333333vw;
}

.bl_contents__spImg img {
  width: calc(100% - 25px);
}

.bl_contents {
  margin-top: 15px;
  margin-bottom: 50px;
  background-image: url(/assets/images/layout01.png);
  background-position: 45% 80%;
  background-size: 476px auto;
}

.bl_contents_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  font-weight: 500;
  font-size: 1.1111111111rem;
  line-height: 1.5;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", YuMincho, "Yu Mincho", "Hiragino Mincho Pro", serif;
}
.bl_contents_list li {
  padding: 10px 20px;
  letter-spacing: 0.4em;
}

.bl_layout01 {
  margin-bottom: 80px;
  padding: 1px 25px 0;
}

.bl_message_logo {
  text-align: center;
}

.bl_message_txtBox {
  margin-top: 35px;
  margin-bottom: 35px;
}

.bl_message_txt01 {
  margin-bottom: 25px;
}
.bl_message_txt01 p {
  margin-bottom: 15px;
}

.bl_message_txt02 {
  font-size: 1.1111111111rem;
}

.bl_message_txt03 {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 1.2777777778rem;
  line-height: 1.52;
}

.bl_layoutHeader {
  margin-top: 80px;
  padding: 0 25px;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", YuMincho, "Yu Mincho", "Hiragino Mincho Pro", serif;
  text-align: center;
}

.bl_serviceitem {
  padding: 30px 25px 21px;
  border-top: 1px solid #38302f;
}
.bl_serviceitem:last-child {
  border-bottom: 1px solid #38302f;
}

.bl_serviceitem_heading {
  margin-bottom: 15px;
  text-align: center;
}
.bl_serviceitem_heading h3 {
  font-size: 1.6666666667rem;
}

.bl_serviceitem_body_data_txt {
  margin-bottom: 25px;
  line-height: 1.66;
}

.bl_serviceitem_body_imgwrapper {
  margin-top: 30px;
}
.bl_serviceitem_body_imgwrapper img {
  display: block;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.bl_separateTxt {
  margin-top: 40px;
  margin-bottom: 30px;
  color: rgba(152, 28, 61, 0.05);
  font-weight: bold;
  font-weight: 900;
  font-size: 12vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.bl_separateTxt__header {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}

.bl_snsHeading {
  margin-top: -38px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.9444444444rem;
  text-align: center;
}
.bl_snsHeading span {
  font-size: 1.5555555556rem;
}

.bl_snsLayout {
  padding: 5px 25px 60px;
  background-color: #f0ece2;
  text-align: center;
}

.bl_snsList {
  display: grid;
  grid-template-columns: repeat(2, 150px);
  justify-content: center;
  margin-top: 30px;
  gap: 24px;
}
.bl_snsList img {
  margin-bottom: 4px;
}
.bl_snsList li {
  aspect-ratio: 1/1;
  width: 150px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(173, 173, 173, 0.25);
  font-weight: 500;
  font-size: 1.1111111111rem;
}
.bl_snsList li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bl_pageHeader {
  margin-top: -10px;
  text-align: right;
}

.bl_pageHeader_subTxt {
  color: #981c3d;
  letter-spacing: 0.1em;
}

.bl_lv1Heading {
  font-weight: bold;
  font-size: 1.6666666667rem;
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", YuMincho, "Yu Mincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.2em;
}

.bl_lv2Heading {
  margin-bottom: 25px;
  font-size: 1.6666666667rem;
  text-align: center;
}

.bl_pageTopWrapper {
  margin: 0 auto 0;
  padding: 60px 25px 0;
}

.bl_pageLogo {
  margin-bottom: 45px;
}
.bl_pageLogo img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.bl_txt01 {
  margin-bottom: 30px;
  line-height: 1.94;
}

.bl_txt02 {
  font-weight: bold;
  font-size: 1.2777777778rem;
  line-height: 1.52;
}
.bl_txt02__kaishu {
  margin-bottom: 30px;
}

.bl_txt03 {
  font-size: 1rem;
  line-height: 1.66;
}
.bl_txt03:not(:last-child) {
  margin-bottom: 20px;
}
.bl_table {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 80px;
  font-size: 1.1111111111rem;
}
.bl_table th {
  margin-bottom: 10px;
  color: #981c3d;
  font-weight: bold;
}
.bl_table td {
  line-height: 1.5;
}
.bl_table tr {
  padding: 15px 0;
  border-bottom: 1px solid #38302f;
}

.bl_historyHeading {
  margin-bottom: 45px;
  font-size: 2.2222222222rem;
  line-height: 1.5;
  text-align: center;
}

.bl_historyList > div {
  margin-bottom: 35px;
}
.bl_historyList dt {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.2777777778rem;
  line-height: 1.52;
}
.bl_historyList dt.bl_historyList_l {
  font-size: 1.3888888889rem;
}
.bl_historyList dt span {
  display: block;
  margin-bottom: 10px;
  color: #981c3d;
  font-weight: normal;
  font-size: 1.1111111111rem;
}

.bl_pageNav {
  margin-top: 60px;
  font-weight: bold;
  font-size: 1.2777777778rem;
}
.bl_pageNav li {
  border-bottom: 3px solid #d9d9d9;
}
.bl_pageNav li a {
  display: block;
  position: relative;
  padding: 25px 0 10px;
  padding-right: 35px;
}
.bl_pageNav li a::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  aspect-ratio: 1/1;
  width: 30px;
  border-radius: 50%;
  background-color: #981c3d;
  content: "";
}
.bl_pageNav li a::before {
  display: block;
  z-index: 1;
  position: absolute;
  right: 11px;
  bottom: 28px;
  aspect-ratio: 1/1;
  width: 8px;
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}

.bl_imageHeader {
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 58px 0 30px;
  background-size: cover;
  font-size: 1.6666666667rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.bl_imageHeader__outside {
  background-image: url(/assets/images/toso_header_outside_sp.png);
}
.bl_imageHeader__inside {
  background-image: url(/assets/images/toso_header_inside_sp.png);
}
.bl_imageHeader__outer_wall {
  background-image: url(/assets/images/toso_header_outer_wall_sp.png);
}
.bl_imageHeader__rooftop {
  background-image: url(/assets/images/toso_header_rooftop_sp.png);
}

.bl_imgListLayout {
  margin-top: 50px;
  margin-bottom: 60px;
}

.bl_imgListLayout_heading {
  margin-bottom: 20px;
  color: #981c3d;
  font-weight: bold;
  font-size: 1.3888888889rem;
}

.bl_list01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
}
.bl_list01 img {
  display: block;
  width: 100%;
}
.bl_list01 a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.bl_list01 figcaption {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  padding: 5px 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-size: 0.6666666667rem;
  line-height: 1.25;
  text-align: center;
}

.bl_beforeAfterWrapper {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 60px;
  gap: 25px;
}
.bl_beforeAfterWrapper::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63px;
  height: 23px;
  transform: translate(-50%, -50%);
  background-image: url(/assets/images/arrow.svg);
  background-size: cover;
  content: "";
  pointer-events: none;
}

.bl_beforeAfterItem {
  display: block;
  position: relative;
}
.bl_beforeAfterItem img {
  display: block;
  border: 5px solid #fff;
  border-radius: 20px;
}
.bl_beforeAfterItem:nth-child(1) .bl_beforeAfterItem_heading {
  background-color: #fff;
}
.bl_beforeAfterItem:nth-child(2) .bl_beforeAfterItem_heading {
  background-color: #981c3d;
  color: #fff;
}

.bl_beforeAfterItem_heading {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0 23.5px;
  transform: translate(-50%, 50%);
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 0.8888888889rem;
  line-height: 1.6;
  white-space: nowrap;
  pointer-events: none;
}

.bl_anti-mold_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
}

.bl_antiHeading {
  margin-top: -18px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.9444444444rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.bl_antiHeading span {
  display: block;
  color: #981c3d;
}
.bl_antiHeading b {
  font-size: 2.5rem;
}

.bl_anti-mold {
  margin-top: 80px;
  padding-top: 5px;
  padding-bottom: 80px;
  background-image: url(/assets/images/back_mold_sp.png);
  background-position: center 0;
  background-size: cover;
}

.bl_anti-moldItem {
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  counter-increment: mold;
}
.bl_anti-moldItem:not(:last-child) {
  margin-bottom: 30px;
}

.bl_anti-moldItem_heading {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #981c3d;
}
.bl_anti-moldItem_heading::before {
  display: block;
  margin-bottom: 0px;
  content: counter(mold, decimal-leading-zero);
  color: #981c3d;
  font-weight: bold;
  font-size: 1.1111111111rem;
  font-family: "Inter", sans-serif;
}
.bl_anti-moldItem_heading h3 {
  font-size: 1.3888888889rem;
}

.bl_anti-moldItem_txt {
  font-size: 1rem;
  line-height: 1.66;
}
.bl_anti-moldItem_txt:not(:last-child) {
  margin-bottom: 25px;
}
.bl_anti-moldItem_txt strong {
  display: block;
  font-size: 1.1111111111rem;
  line-height: 1.5;
}
.bl_anti-moldItem_txt .bl_anti-moldItem_small {
  display: block;
  margin-top: 15px;
}

.bl_anti-moldItem_small {
  display: block;
  display: inline-block;
  font-size: 0.8888888889rem;
  line-height: 1.56;
}
.bl_anti-moldItem_small a {
  color: #981c3d;
  text-decoration: underline;
}

.bl_anti-test {
  padding: 142px 25px 120px;
  background-color: #f3ece0;
}

.bl_anti-test_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 24px 50px;
  background-color: #fff;
}

.bl_anti-test_headingLv2 {
  margin-top: -50px;
  margin-bottom: 25px;
  font-size: 1.9444444444rem;
  line-height: 1.28;
  text-align: center;
}

.bl_anti-test_headingLv3 {
  margin-bottom: 25px;
  padding: 9px 18px;
  border-radius: 10px;
  background-color: #f8ecec;
  color: #981c3d;
  font-size: 1.1111111111rem;
  line-height: 1.4;
  text-align: center;
  text-align: center;
}
.bl_anti-test_headingLv3 span {
  display: block;
  font-size: 0.8888888889rem;
}

.bl_testList {
  display: grid;
  margin-top: 45px;
  gap: 35px;
  font-weight: bold;
  font-size: 0.8888888889rem;
  text-align: center;
}
.bl_testList li {
  position: relative;
  counter-increment: testlist;
}
.bl_testList li::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 39px;
  height: 39px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #981c3d;
  content: counter(testlist);
  color: #fff;
  font-weight: bold;
  font-size: 1.1111111111rem;
}
.bl_testList img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 10px;
}

.bl_construction {
  padding: 50px 25px;
  background-image: url(/assets/images/back_construction_sp.png);
}

.bl_construction_heading {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.9444444444rem;
  text-align: center;
}

.bl_construction_txt {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.2777777778rem;
  line-height: 1.52;
}

.bl_construction_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.bl_construction_list li {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 95px;
  padding: 0 24px;
  gap: 20px;
  border-radius: 10px;
  background-color: #981c3d;
  color: #fff;
  font-weight: bold;
  font-size: 1.3888888889rem;
  line-height: 1.2;
}
.bl_construction_list li > div {
  flex: 1;
}
.bl_construction_list li::before {
  display: block;
  width: 55px;
  height: 55px;
  background-size: cover;
  content: "";
}
.bl_construction_list li:nth-child(01)::before {
  background-image: url(/assets/images/icon01.svg);
}
.bl_construction_list li:nth-child(02)::before {
  background-image: url(/assets/images/icon02.svg);
}
.bl_construction_list li:nth-child(03)::before {
  background-image: url(/assets/images/icon03.svg);
}
.bl_construction_list li:nth-child(04)::before {
  background-image: url(/assets/images/icon04.svg);
}
.bl_construction_list li:nth-child(05)::before {
  background-image: url(/assets/images/icon05.svg);
}

.bl_caseHeading {
  margin-top: 50px;
  font-size: 1.9444444444rem;
  line-height: 1.28;
  text-align: center;
}

.bl_imgListLayout_message_heading h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.1111111111rem;
}

.bl_imgListLayout_message_body p {
  margin-bottom: 25px;
}
.bl_imgListLayout_message_body p b {
  display: block;
  color: #981c3d;
}
.bl_imgListLayout_subSection {
  margin-bottom: 50px;
}
.el_btn {
  display: block;
  position: relative;
  width: 100%;
  width: 100%;
  padding: 13.5px 0;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b74563+1,981c3d+100 */
  background: linear-gradient(to right, rgb(183, 69, 99) 1%, rgb(152, 28, 61) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-weight: bold;
  font-size: 1.3888888889rem;
  text-align: center;
}
.el_btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 19px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url(/assets/images/arrow2.svg);
  content: "";
}

.el_btn02 {
  display: block;
  position: relative;
  width: 270px;
  margin: 0 auto;
  padding: 7.5px 0;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b74563+1,981c3d+100 */
  background: linear-gradient(to right, #9c2041, #3a0815 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-weight: bold;
  font-size: 1.1111111111rem;
  text-align: center;
}
.el_btn02::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 19px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url(/assets/images/arrow2.svg);
  content: "";
}

.el_lv2Heading {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.2777777778rem;
}

@media only screen and (min-width: 768px){
  .h-hide-pc {
    display: none !important;
  }
  .h-hide-sp {
    display: block !important;
  }
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  body {
    background-size: 100% auto;
  }
  .bl_pageTop {
    right: 64px;
    bottom: 64px;
    width: 94px;
    height: 94px;
  }
  .ly-header {
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px 10px 45px;
    transform: translateY(-100%);
            backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
  }
  .ly-header.is-scroll {
    transform: translateY(0%);
  }
  .bl_menu {
    display: none;
  }
  .bl_header_list {
    display: flex;
    position: static;
    flex: 1;
    justify-content: space-between;
    max-width: 500px;
    padding: 0 0 0;
    gap: 2%;
    background-color: transparent;
    font-weight: bold;
    font-size: 1rem;
  }
  .bl_header_list li a {
    border-bottom: none;
  }
  .bl_header_list::before {
    display: none;
  }
  .bl_header_logo {
    display: block;
    margin-right: 20px;
  }
  .bl_header_logo img {
    display: block;
  }
  .ly-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .bl_footerInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1270px;
    margin-right: auto;
    margin-left: auto;
    gap: 50px;
  }
  .bl_footerLogo {
    grid-row: 1/3;
  }
  .bl_footerLogo img {
    width: 190px;
  }
  .bl_footerName {
    grid-column: 2/3;
    font-size: 1.6666666667rem;
    text-align: left;
  }
  .bl_footerName span {
    font-size: 3.0555555556rem;
  }
  .bl_footerMessage {
    gap: 0px 50px;
    font-size: 1.1111111111rem;
  }
  .bl_footerList {
    display: flex;
    gap: 78px;
    font-weight: bold;
    font-size: 1.1111111111rem;
  }
  .bl_footerList li {
    margin-bottom: 10px;
  }
  .bl_footerList ul:first-child li {
    margin-bottom: 20px;
  }
  .bl_copy {
    width: 100%;
    padding-left: 20px;
    font-size: 0.8888888889rem;
    text-align: left;
  }
  .bl_topKv {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
    margin-left: 40px;
    padding-top: 0;
    text-align: left;
  }
  .bl_topKv_right {
    width: 67.3333333333vw;
    padding-top: 10px;
  }
  .bl_topKv_right__page {
    padding-top: 108px;
    padding-right: 92px;
  }
  .bl_topKv_menu {
    position: relative;
  }
  .bl_topKv_logo {
    position: static;
  }
  .bl_topKv_logo img {
    width: 11.7333333333vw;
    /*width: 14.7333333333vw;*/
    height: auto;
  }
  .bl_topKv_image img {
    width: 100%;
  }
  .bl_topKv_list {
    display: block;
    position: absolute;
    bottom: -4vw;
    left: 0;
    transform: translateY(100%);
    font-weight: bold;
    font-size: 1.5333333333vw;
  }
  .bl_topKv_list li {
    margin-top: 2.3333333333vw;
    margin-left: 3.9333333333vw;
    line-height: 1.3;
  }
  .bl_topKv_txt01 {
    width: 60.6666666667vw;
    margin-top: 20px;
    font-size: 3.25vw;
    text-align: right;
  }
  .bl_topKv_txt01 br {
    display: none;
  }
  .bl_topKv_txt02 {
    width: 60.6666666667vw;
    font-weight: 500;
    font-size: 2.6666666667vw;
    text-align: right;
  }
  .bl_contents__spImg img {
    display: none;
  }
  .bl_contents {
    aspect-ratio: 290/108;
    margin-top: -94px;
    background-image: url(/assets/images/contents_pc.png);
    background-position: 0 0;
    background-size: 96.6% auto;
  }
  .bl_contents_list {
    width: 36.6666666667vw;
    margin-left: 16.6666666667vw;
    padding-top: 15.6666666667vw;
    font-size: 1.6666666667vw;
  }
  .bl_contents_list li {
    padding: 10px 2.6666666667vw;
  }
  .bl_layout01.bl_layout01__toso {
    margin-bottom: 200px;
  }
  .bl_layout01 {
    margin-bottom: 124px;
  }
  .bl_message {
    display: flex;
    max-width: 1276px;
    margin: -64px auto 0;
    gap: 11%;
  }
  .bl_message_logo {
    padding: 10px 0 0 6.5%;
  }
  .bl_message_logo img {
    width: 183px;
  }
  .bl_message_txtBox {
    margin-top: 0;
    margin-bottom: 42px;
    line-height: 1.85;
  }
  .bl_message_txt01 {
    margin-bottom: 20px;
  }
  .bl_message_txt01 p {
    margin-bottom: 0;
  }
  .bl_message_txt03 {
    font-size: 1.6666666667rem;
    line-height: 1.83;
    text-align: center;
  }
  .bl_layoutHeader {
    max-width: 1350px;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.5rem;
  }
  .bl_layoutHeader span {
    font-size: 2.2222222222rem;
  }
  .bl_serviceitem_inner {
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
  }
  .bl_serviceitem_heading {
    width: 37%;
  }
  .bl_serviceitem_heading h3 {
    font-size: 2.2222222222rem;
    text-align: left;
  }
  .bl_serviceitem_body {
    display: flex;
    flex: 1;
    gap: 5%;
  }
  .bl_serviceitem_body .el_btn02 {
    margin: 0;
  }
  .bl_serviceitem_body_data_txt {
    margin-bottom: 22px;
  }
  .bl_serviceitem_body_data {
    flex: 1;
  }
  .bl_serviceitem_body_imgwrapper {
    width: 36.7%;
    margin-top: 0;
  }
  .bl_separateTxt {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 8vw;
  }
  .bl_separateTxt__header {
    margin-top: 30px;
  }
  .bl_snsHeading {
    margin-top: -45px;
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
  .bl_snsHeading span {
    font-size: 2.2222222222rem;
  }
  .bl_snsLayout {
    padding-bottom: 80px;
  }
  .bl_snsTxt {
    font-size: 1.1111111111rem;
  }
  .bl_snsList {
    grid-template-columns: repeat(2, 200px);
    margin-top: 60px;
    gap: 69px;
  }
  .bl_snsList img {
    width: 60px;
    height: auto;
  }
  .bl_snsList li {
    width: 200px;
  }
  .bl_pageHeader {
    margin-top: 0;
  }
  .bl_pageHeader_subTxt {
    font-size: 1.6666666667rem;
  }
  .bl_lv1Heading {
    margin-bottom: 5px;
    font-size: 2.7777777778rem;
  }
  .bl_lv2Heading {
    margin-bottom: 15px;
    font-size: 2.2222222222rem;
    letter-spacing: 0.25em;
  }
  .bl_pageTopWrapper {
    box-sizing: content-box;
    max-width: 950px;
    min-height: 20vw;
    padding: 3.2vw 18vw 0;
  }
  .bl_pageTopWrapper__bokabi {
    max-width: 1040px;
    padding: 3.2vw min(210px, 18vw) 0;
  }
  .bl_pageLogo {
    margin-bottom: 65px;
  }
  .bl_pageLogo img {
    width: 180px;
  }
  .bl_txt01 {
    max-width: 800px;
    margin: 0 auto 25px;
    font-size: 1.1111111111rem;
    line-height: 1.75;
  }
  .bl_txt02 {
    font-size: 1.6666666667rem;
    line-height: 1.83;
    text-align: center;
  }
  .bl_txt03 {
    font-size: 1.1111111111rem;
    line-height: 1.75;
    text-align: center;
  }
  .bl_table {
    margin-top: 102px;
    margin-bottom: 115px;
  }
  .bl_table th {
    width: 228px;
    text-align: left;
    vertical-align: middle;
  }
  .bl_table th,
  .bl_table td {
    padding-top: 15px;
    padding-bottom: 6px;
    line-height: 1.75;
  }
  .bl_historyHeading {
    margin-bottom: 40px;
  }
  .bl_historyList > div {
    margin-bottom: 60px;
  }
  .bl_historyList dt {
    font-size: 1.3888888889rem;
  }
  .bl_historyList dt span {
    display: inline-block;
    margin-right: 24px;
  }
  .bl_historyList dd {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1111111111rem;
    line-height: 1.75;
  }
  .bl_pageNav {
    display: flex;
    justify-content: center;
    margin-top: 68px;
    gap: 60px;
    font-size: 1.3888888889rem;
  }
  .bl_pageNav li {
    width: 300px;
    white-space: nowrap;
  }
  .bl_pageNav:has(li:nth-child(4)) {
    flex-wrap: wrap;
    gap: 10px 40px;
  }
  .bl_pageNav:has(li:nth-child(4)) li {
    flex: 1;
  }
  .bl_imageHeader {
    margin-top: 97px;
    padding: 110px 0 22px;
    font-size: 2.5rem;
  }
  .bl_imageHeader__outside {
    background-image: url(/assets/images/toso_header_outside_pc.png);
  }
  .bl_imageHeader__inside {
    background-image: url(/assets/images/toso_header_inside_pc.png);
  }
  .bl_imageHeader__outer_wall {
    background-image: url(/assets/images/toso_header_outer_wall_pc.png);
  }
  .bl_imageHeader__rooftop {
    background-image: url(/assets/images/toso_header_rooftop_pc.png);
  }
  .bl_imgListLayout {
    max-width: 1200px;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }
  .bl_imgListLayout_heading {
    margin-bottom: 36px;
    font-size: 2.2222222222rem;
  }
  .bl_list01 {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
  .bl_list01__center {
    display: flex;
    justify-content: center;
  }
  .bl_list01__center li {
    width: 380px;
    max-width: 50%;
  }
  .bl_list01 figcaption {
    min-height: 90px;
    padding: 25px 5px 2px;
    font-size: 1.1111111111rem;
  }
  .bl_beforeAfterWrapper {
    margin-top: 80px;
    margin-bottom: 120px;
    gap: 80px;
  }
  .bl_beforeAfterWrapper::after {
    width: 113px;
    height: 41px;
    margin-left: -30px;
  }
  .bl_beforeAfterItem img {
    width: 250px;
  }
  .bl_beforeAfterItem_heading {
    padding: 0 37.5px;
    font-size: 1.1111111111rem;
    line-height: 2.25;
  }
  .bl_antiHeading {
    margin-top: -95px;
    font-size: 2.5rem;
  }
  .bl_antiHeading span {
    display: inline-block;
    margin-left: 10px;
  }
  .bl_antiHeading b {
    font-size: 3.0555555556rem;
  }
  .bl_anti-mold {
    padding-bottom: 120px;
    background-image: url(/assets/images/back_mold_pc.png);
  }
  .bl_anti-moldItem {
    display: flex;
    padding: 50px;
  }
  .bl_anti-moldItem:not(:last-child) {
    margin-bottom: 50px;
  }
  .bl_anti-moldItem_heading {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    margin-bottom: 0;
    padding-right: 50px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .bl_anti-moldItem_heading h3 {
    font-size: 1.8333333333rem;
  }
  .bl_anti-moldItem_heading::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 250px;
    max-height: 100%;
    transform: translateY(-50%);
    border-right: 1px dashed #981c3d;
    content: "";
  }
  .bl_anti-moldItem_txt {
    font-size: 1.1111111111rem;
  }
  .bl_anti-moldItem_txt:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_anti-moldItem_txt strong {
    font-size: 1.3888888889rem;
  }
  .bl_anti-moldItem_txt strong span {
    font-size: 1.1111111111rem;
  }
  .bl_anti-moldItem_body {
    flex: 1;
    margin-left: 50px;
  }
  .bl_anti-test_inner {
    padding-bottom: 70px;
  }
  .bl_anti-test_headingLv2 {
    margin-top: -32px;
    margin-bottom: 38px;
    font-size: 2.5rem;
  }
  .bl_anti-test_headingLv3 {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 13px 18px;
    font-size: 1.6666666667rem;
  }
  .bl_anti-test_headingLv3 span {
    display: inline-block;
    font-size: 1.1111111111rem;
  }
  .bl_anti-test_body {
    max-width: 850px;
    margin: 0 auto;
    font-size: 1.1111111111rem;
  }
  .bl_testList {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 70px;
    gap: 65px 5.4vw;
    font-size: 1.1111111111rem;
  }
  .bl_testList li::before {
    width: 55px;
    height: 55px;
    font-size: 1.6666666667rem;
  }
  .bl_construction {
    padding: 100px 25px 120px;
    background-image: url(/assets/images/back_construction_pc.png);
  }
  .bl_construction_heading {
    margin-bottom: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
  .bl_construction_txt {
    margin-bottom: 80px;
    font-size: 1.6666666667rem;
    text-align: center;
  }
  .bl_construction_list {
    justify-content: center;
    gap: 103px 51px;
  }
  .bl_construction_list li {
    width: 399px;
    min-height: 120px;
    padding: 0 30px;
    font-size: 1.5rem;
  }
  .bl_construction_list li::before {
    width: 70px;
    height: 70px;
  }
  .bl_imgListLayout_message_heading {
    padding-right: 70px;
    text-align: center;
  }
  .bl_imgListLayout_message_heading h4 {
    padding-top: 10px;
    font-size: 1.3888888889rem;
  }
  .bl_imgListLayout_message_body p b {
    display: inline-block;
  }
  .bl_imgListLayout_message {
    display: grid;
    grid-template-columns: 298px 1fr;
    margin-bottom: 30px;
    font-size: 1.1111111111rem;
  }
  .bl_imgListLayout_subSection {
    margin-bottom: 100px;
  }
  .lightbox .lb-data .lb-caption {
    font-size: 0.8888888889rem;
  }
  .el_btn {
    max-width: 365px;
    margin: 0 auto;
  }
  .el_btn02 {
    max-width: 365px;
  }
  .el_lv2Heading {
    font-size: 2.5rem;
    text-align: left;
  }
  .el_lv2Heading span {
    font-size: 2.2222222222rem;
  }
}

@media only screen and (min-width: 1100px){
  .bl_header_list {
    max-width: 700px;
    font-size: 16px;
    /*font-size: 1.3888888889rem;*/
  }
  .bl_topKv_list {
    font-size: 1.1em;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 768px){
  .bl_table tr,
  .bl_table th,
  .bl_table td {
    display: block;
    text-align: left;
  }
}

@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}