@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Oswald:wght@300&display=swap");
:root {
 --ff_main: "Noto Sans JP", serif;
 --ff_osw: "Oswald", sans-serif;
 --c_light: #ffffff;
 --c_dark: #000000;
 --c_txt: #000000;
 --c_gy: #333333;
 --c_bl: #2f60a6;
 --bdc: #d4d4d4;
 --fz_xs: 12px;
 --fz_sm: 14px;
 --fz_md: 16px;
 --fz_lg: 18px;
 --fz_xl: 20px;
 --lh_xs: 1.25;
 --lh_sm: 1.5;
 --lh_md: 1.75;
 --lh_lg: 2;
 --fw_r: 400;
 --fw_b: 900;
}
@media screen and (max-width: 1024px) {
 :root {
  --fz_xs: 10px;
  --fz_sm: 12px;
  --fz_md: 14px;
  --fz_lg: 16px;
  --fz_xl: 18px;
  --lh_xs: 1.2;
  --lh_sm: 1.4;
  --lh_md: 1.6;
  --lh_lg: 1.8;
 }
}

*,::before,::after {
 border-width: 0;
 border-style: solid;
 box-sizing: border-box;
}

html {
 line-height: 1.15;

 -webkit-text-size-adjust: 100%;
 -webkit-tap-highlight-color: transparent;
}

body {
 margin: 0;
}

img {
 max-width: 100%;
}

main {
 display: block;
}

p,table,blockquote,address,pre,iframe,form,figure,dl {
 margin: 0;
}

h1,h2,h3,h4,h5,h6 {
 margin: 0;
 font-weight: inherit;
 font-size: inherit;
}

ul,ol {
 margin: 0;
 padding: 0;
 list-style: none;
}

dt {
 font-weight: 700;
}

dd {
 margin-left: 0;
}

hr {
 clear: both;
 height: 0;
 overflow: visible;
 margin: 0;
 border-top-width: 1px;
 color: inherit;
 box-sizing: content-box;
}

pre {
 font-family: monospace, monospace;
 font-size: inherit;
}

address {
 font-style: inherit;
}

a {
 color: inherit;
 background-color: transparent;
 text-decoration: none;
}

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

b,strong {
 font-weight: bolder;
}

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

small {
 font-size: 80%;
}

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

sub {
 bottom: -0.25em;
}

sup {
 top: -0.5em;
}

svg,img,embed,object,iframe {
 vertical-align: bottom;
}

button,input,optgroup,select,textarea {
 vertical-align: middle;
 margin: 0;
 padding: 0;
 border-radius: 0;
 color: inherit;
 background: transparent;
 font: inherit;
 text-align: inherit;
 text-transform: inherit;
}

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

button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled {
 cursor: default;
}

:-moz-focusring {
 outline: auto;
}

select:disabled {
 opacity: inherit;
}

option {
 padding: 0;
}

fieldset {
 min-width: 0;
 margin: 0;
 padding: 0;
}

legend {
 padding: 0;
}

progress {
 vertical-align: baseline;
}

textarea {
 overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
 font: inherit;

 -webkit-appearance: button;
}

[type=number] {
 -moz-appearance: textfield;
 -webkit-appearance: textfield;
         appearance: textfield;
}

label[for] {
 cursor: pointer;
}

details {
 display: block;
}

summary {
 display: list-item;
}

[contenteditable]:focus {
 outline: auto;
}

table {
 border-color: inherit;
 border-collapse: collapse;
}

caption {
 text-align: left;
}

td,th {
 vertical-align: top;
 padding: 0;
}

th {
 font-weight: 700;
 text-align: left;
}

* :focus-visible {
 outline: 2px solid #cccccc !important;
}

.pc {
 display: block;
}
@media screen and (max-width: 1024px) {
 .pc {
  display: none;
 }
}

.tb {
 display: none;
}
@media screen and (max-width: 1024px) {
 .tb {
  display: block;
 }
}

.pt {
 display: block;
}
@media screen and (max-width: 600px) {
 .pt {
  display: none;
 }
}

.sp {
 display: none;
}
@media screen and (max-width: 600px) {
 .sp {
  display: block;
 }
}

.ov {
 transition: opacity 0.3s;
}
@media (hover) {
 .ov:hover {
  opacity: 0.7;
 }
}

.fadeup {
 visibility: hidden;
 opacity: 0;
 transform: translate(0px, 50px);
}

html {
 width: 100%;
 height: 100%;
 color: var(--c_txt);
 font-family: var(--ff_main);
 font-weight: 400;
 font-feature-settings: "palt";
 box-sizing: border-box;

 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -webkit-tap-highlight-color: transparent;
 -webkit-text-size-adjust: 100%;
}

body.is_spOverflow {
 height: 100%;
 overflow: hidden;
}

h2.line {
 position: relative;
 line-height: 1.2631578947;
 margin-bottom: 70px;
 color: var(--color);
 font-weight: bold;
 font-size: 38px;
 text-align: center;
 letter-spacing: 0.06em;

 --color: var(--c_bl);
}
h2.line.wt {
 --color: #ffffff;
}
@media screen and (max-width: 1024px) {
 h2.line {
  margin-bottom: 40px;
  font-size: 26px;
 }
}
h2.line:after {
 content: "";
 display: block;
 position: absolute;
 bottom: -20px;
 left: 50%;
 width: 20px;
 height: 2px;
 background: var(--color);
 translate: -50% 0%;
}
@media screen and (max-width: 1024px) {
 h2.line:after {
  bottom: -15px;
 }
}

.bl_btn {
 display: flex;
 position: relative;
 width: 215px;
 height: 46px;
 line-height: 1.1111111111;
 align-items: center;
 padding: 0 20px;
 border: 1px solid var(--c2);
 border-radius: 10px;
 color: var(--c2);
 background: var(--c1);
 font-size: 18px;
 letter-spacing: 0.1em;
 transition: all 0.3s;

 --c1: var(--c_bl);
 --c2: #ffffff;
}
.bl_btn.invert {
 --c1: #ffffff;
 --c2: var(--c_bl);
}
@media (hover) {
 .bl_btn.invert:hover {
  --c1: var(--c_bl);
  --c2: #ffffff;
 }
}
.bl_btn.bottom:after {
 display: none;
}
.bl_btn.bottom span {
 position: relative;
 padding-bottom: 20px;
}
.bl_btn.bottom span:after {
 content: "";
 display: block;
 position: absolute;
 right: 50%;
 bottom: 0;
 width: 8px;
 -webkit-mask-image: url(/wp-content/themes/thermotech/common/img/icon_arw_r.svg);
         mask-image: url(/wp-content/themes/thermotech/common/img/icon_arw_r.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background: var(--c2);
 translate: 50% 0%;
 rotate: 90deg;
 transition: all 0.3s;

 aspect-ratio: 8/15;
}
.bl_btn.back {
 justify-content: flex-end;
}
.bl_btn.back:after {
 left: 10px;
 rotate: 180deg;
}
@media screen and (max-width: 1024px) {
 .bl_btn {
  width: 180px;
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
 }
}
@media screen and (max-width: 600px) {
 .bl_btn {
  width: 220px;
 }
}
@media (hover) {
 .bl_btn:hover {
  --c1: #ffffff;
  --c2: var(--c_bl);
 }
}
.bl_btn:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 20px;
 width: 8px;
 -webkit-mask-image: url(/wp-content/themes/thermotech/common/img/icon_arw_r.svg);
         mask-image: url(/wp-content/themes/thermotech/common/img/icon_arw_r.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background: var(--c2);
 translate: 0% -50%;
 transition: all 0.3s;

 aspect-ratio: 8/15;
}
@media screen and (max-width: 1024px) {
 .bl_btn:after {
  right: 10px;
 }
}

main {
 margin-block: 80px 150px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-block: 60px 80px;
 }
}

header {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 100;
 width: 100%;
 height: 80px;
 background: #f9f9f9;
}
header >.inner {
 display: flex;
 width: 100%;
 height: 100%;
 justify-content: space-between;
 align-items: center;
 padding: 0 20px;
}
header >.inner .logo a img {
 max-width: clamp(12.5rem, -0.273rem + 19.96vw, 18.438rem);
}
header >.inner nav {
 display: flex;
 height: 100%;
 align-items: center;
 text-align: center;
}
@media screen and (max-width: 1024px) {
 header >.inner nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  padding: 80px 0 30px;
 }
}
header >.inner nav >ul {
 display: flex;
 height: 100%;
 align-items: center;
 gap: clamp(0.938rem, -2.813rem + 5vw, 1.875rem);
}
@media screen and (max-width: 1024px) {
 header >.inner nav >ul {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
 }
}
header >.inner nav >ul >li {
 display: flex;
 position: relative;
 height: 100%;
 align-items: center;
}
header >.inner nav >ul >li.hd_hover >a {
 pointer-events: none;
}
@media screen and (max-width: 1024px) {
 header >.inner nav >ul >li {
  display: block;
  width: 100%;
 }
}
header >.inner nav >ul >li >a {
 font-size: clamp(0.75rem, 0rem + 1vw, 0.938rem);
 letter-spacing: 0.03em;
 transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
 header >.inner nav >ul >li >a {
  display: block;
  width: 100%;
  padding: 15px 5%;
  border-bottom: 1px solid #d1d1d1;
  font-size: 16px;
  text-align: left;
 }
}
@media (hover) {
 header >.inner nav >ul >li >a:hover {
  color: var(--c_bl);
 }
}
header >.inner nav >ul >li >a.current {
 color: var(--c_bl);
}
header >.inner nav >ul >li ul.sub {
 display: none;
 position: absolute;
 top: 100%;
 left: 50%;
 translate: -50% 0;
 transition: background 0.3s;

 --c1: #ffffff;
 --c2: var(--c_bl);
}
@media screen and (max-width: 1024px) {
 header >.inner nav >ul >li ul.sub {
  display: block !important;
  position: static;
  border: none;
  opacity: 1 !important;
  translate: 0 0;
 }
}
@media screen and (max-width: 1024px) {
 header >.inner nav >ul >li ul.sub li {
  border-bottom: 1px solid #d1d1d1;
 }
}
header >.inner nav >ul >li ul.sub li:not(:last-child) {
 margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
 header >.inner nav >ul >li ul.sub li:not(:last-child) {
  margin-bottom: 0;
 }
}
header >.inner nav >ul >li ul.sub li a {
 display: block;
 padding: 15px 20px;
 border-radius: 5px;
 box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
 color: var(--c2);
 background: var(--c1);
 text-align: center;
 white-space: nowrap;
 transition: color 0.3s;
 transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
 header >.inner nav >ul >li ul.sub li a {
  padding: 10px calc(5% + 1em);
  box-shadow: none;
  color: #000000;
  text-align: left;
 }
}
@media (hover) {
 header >.inner nav >ul >li ul.sub li a:hover {
  color: #ffffff;
  background: var(--c_bl);
 }
}
header >.inner nav >ul >li ul.sub li a span {
 position: relative;
 line-height: 1;
 font-size: 15px;
 letter-spacing: 0.03em;
 transition: left 0.3s;
}
@media screen and (max-width: 1024px) {
 header >.inner nav >ul >li ul.sub li a span {
  font-size: 14px;
 }
}
header >.inner nav a.hd_btn {
 display: flex;
 width: 120px;
 height: 40px;
 justify-content: center;
 justify-content: center;
 align-items: center;
 margin-left: 20px;
 padding: 0;
 border: 1px solid var(--c_bl);
 border-radius: 4px;
 color: var(--c1);
 background: var(--c2);
 font-size: 15px;
 transition: all 0.3s;

 --c1: var(--c_bl);
 --c2: #ffffff;
}
@media screen and (max-width: 1024px) {
 header >.inner nav a.hd_btn {
  width: 80%;
  max-width: 200px;
  margin: 30px 0 0;
 }
}
header >.inner nav a.hd_btn.contact {
 --c1: #ffffff;
 --c2: var(--c_bl);
}
@media (hover) {
 header >.inner nav a.hd_btn.contact:hover {
  --c1: var(--c_bl);
  --c2: #ffffff;
 }
}
@media (hover) {
 header >.inner nav a.hd_btn:hover {
  --c1: #ffffff;
  --c2: var(--c_bl);
 }
}
header >.inner nav a.hd_btn span {
 position: relative;
 padding-right: 20px;
}
header >.inner nav a.hd_btn span:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 width: 10px;
 -webkit-mask-image: url(/wp-content/themes/thermotech/common/img/icon_blank.png);
         mask-image: url(/wp-content/themes/thermotech/common/img/icon_blank.png);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background-color: var(--c1);
 translate: 0 -50%;
 transition: all 0.3s;

 aspect-ratio: 1;
}

footer {
 border-top: 1px solid var(--bdc);
 background: #f6f6f6;
}
footer .ft_contents {
 display: grid;
 grid-template-rows: auto 1fr;
 grid-template-columns: 425px 1fr;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents {
  display: flex;
  flex-direction: column;
 }
}
footer .ft_contents .ft_info {
 grid-column: 1/2;
 grid-row: 1/2;
 margin-bottom: 75px;
 padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_info {
  margin-bottom: 45px;
  padding: 20px 5% 0;
 }
}
footer .ft_contents .ft_info .logo {
 width: 285px;
}
footer .ft_contents .ft_info p.company {
 line-height: 1.625;
 margin: 25px 0 5px;
 font-size: 16px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_info p.company {
  margin: 15px 0 5px;
  font-size: 14px;
 }
}
footer .ft_contents .ft_info p.address {
 line-height: 1.7142857143;
 font-size: 14px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_info p.address {
  font-size: 12px;
 }
}
footer .ft_contents .ft_contact {
 grid-column: 1/2;
 grid-row: 2/3;
}
footer .ft_contents .ft_contact p.ttl {
 line-height: 1;
 margin-bottom: 20px;
 padding: 0 40px 15px;
 border-bottom: 1px solid var(--bdc);
 color: var(--c_bl);
 font-family: var(--ff_osw);
 font-size: 32px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_contact p.ttl {
  margin-bottom: 10px;
  padding: 0 5% 15px;
  font-size: 24px;
 }
}
footer .ft_contents .ft_contact p.tel {
 line-height: 1.3333333333;
 margin-bottom: 20px;
 padding: 0 40px;
 font-family: var(--ff_osw);
 font-size: 18px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_contact p.tel {
  padding: 0 5%;
 }
}
footer .ft_contents .ft_contact p.tel span {
 font-size: 0.78em;
}
footer .ft_contents .ft_contact a.link_contact {
 display: flex;
 position: relative;
 line-height: 1.4444444444;
 padding: 25px 40px;
 border: 1px solid var(--c_bl);
 color: var(--c2);
 background: var(--c1);
 font-size: 18px;
 letter-spacing: 0.06em;
 transition: all 0.3s;

 --c1: var(--c_bl);
 --c2: #ffffff;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_contact a.link_contact {
  padding: 20px 5%;
  font-size: 16px;
 }
}
@media (hover) {
 footer .ft_contents .ft_contact a.link_contact:hover {
  --c1: #ffffff;
  --c2: var(--c_bl);
 }
}
footer .ft_contents .ft_contact a.link_contact:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 30px;
 width: 13px;
 -webkit-mask-image: url(/wp-content/themes/thermotech/common/img/icon_arw_r.svg);
         mask-image: url(/wp-content/themes/thermotech/common/img/icon_arw_r.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background: var(--c2);
 translate: 0% -50%;
 transition: all 0.3s;

 aspect-ratio: 8/15;
}
footer .ft_contents .ft_links {
 grid-column: 2/3;
 grid-row: 1/3;
 padding: 60px;
 border-left: 1px solid var(--bdc);
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_links {
  padding: 30px 5%;
 }
}
footer .ft_contents .ft_links nav {
 max-width: 700px;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_links nav {
  max-width: 100%;
 }
}
footer .ft_contents .ft_links nav ul {
 display: grid;
 grid-template-rows: repeat(7, 1fr);
 grid-template-columns: repeat(2, 1fr);
 grid-auto-flow: column;
 row-gap: 40px;
 -moz-column-gap: 7.25%;
      column-gap: 7.25%;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_links nav ul {
  gap: 20px 5%;
 }
}
@media screen and (max-width: 600px) {
 footer .ft_contents .ft_links nav ul {
  gap: 20px 4%;
 }
}
footer .ft_contents .ft_links nav ul li {
 padding-bottom: 20px;
 border-bottom: 1px solid var(--bdc);
}
footer .ft_contents .ft_links nav ul li.sub {
 width: calc(100% - 1em);
 margin-left: auto;
}
@media screen and (max-width: 600px) {
 footer .ft_contents .ft_links nav ul li {
  padding-bottom: 10px;
 }
}
footer .ft_contents .ft_links nav ul li:first-child {
 grid-column: span 2;
}
footer .ft_contents .ft_links nav ul li a {
 position: relative;
 line-height: 1.3333333333;
 font-size: 18px;
 letter-spacing: 0.06em;
}
footer .ft_contents .ft_links nav ul li a[target=_blank] {
 padding-right: 20px;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_links nav ul li a[target=_blank] {
  padding-right: 15px;
 }
}
footer .ft_contents .ft_links nav ul li a[target=_blank]:after {
 content: "";
 display: block;
 position: absolute;
 top: 55%;
 right: 0;
 width: 10px;
 -webkit-mask-image: url(/wp-content/themes/thermotech/common/img/icon_blank.png);
         mask-image: url(/wp-content/themes/thermotech/common/img/icon_blank.png);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background-color: #000000;
 translate: 0 -50%;

 aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
 footer .ft_contents .ft_links nav ul li a {
  font-size: 16px;
 }
}
@media screen and (max-width: 600px) {
 footer .ft_contents .ft_links nav ul li a {
  font-size: 14px;
 }
}
footer .copy {
 display: flex;
 width: 100%;
 height: 70px;
 justify-content: flex-end;
 align-items: center;
 padding: 0 40px;
 border-top: 1px solid var(--bdc);
}

.icon-animation {
 display: none;
}
@media screen and (max-width: 1024px) {
 .icon-animation {
  display: block;
  position: absolute;
  top: 30px;
  right: 5%;
  z-index: 30;
  width: 30px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;

  touch-action: manipulation;
 }
}
.icon-animation.is-open .top {
 top: 50%;
 width: 0;
 opacity: 0;
}
.icon-animation.is-open .bottom {
 bottom: 50%;
 width: 0;
 opacity: 0;
}
.icon-animation.is-open .middle:before {
 transform: rotate(45deg);
}
.icon-animation.is-open .middle:after {
 transform: rotate(-45deg);
}
.icon-animation span {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 100%;
 height: 3px;
 background: #000000;
 transform: translate(-50%, -50%);
 transition: all 0.3s;
}
.icon-animation .top {
 top: 0;
 transform: translate(-50%, 0) scale(1);
}
.icon-animation .bottom {
 top: auto;
 bottom: 0;
 transform: translate(-50%, 0) scale(1);
}
.icon-animation .middle {
 background: none;
}
.icon-animation .middle:before,.icon-animation .middle:after {
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: #000000;
 transform: rotate(0deg);
 transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
 #navigation {
  width: 100%;
  height: 100dvh;
  visibility: hidden;
  background: #ffffff;
  opacity: 0;
  transition: all 0.3s;
 }
 #navigation.show {
  visibility: visible;
  opacity: 1;
 }
}

section.kv_sub {
 display: flex;
 z-index: 2;
 height: 320px;
 justify-content: center;
 align-items: center;
 gap: 10px;
 background: linear-gradient(to bottom, #f8f8f8, #fbfbfb);
}
@media screen and (max-width: 1024px) {
 section.kv_sub {
  height: 250px;
 }
}
@media screen and (max-width: 600px) {
 section.kv_sub {
  height: 150px;
 }
}
section.kv_sub .sub_logo {
 position: absolute;
 top: -80px;
 right: 0;
 width: 418px;
 pointer-events: none;
}
@media screen and (max-width: 1024px) {
 section.kv_sub .sub_logo {
  top: 0;
  width: 40%;
 }
}
section.kv_sub .sub_logo img {
 width: 100%;
}
section.kv_sub >.inner {
 display: flex;
 position: relative;
 width: 100%;
 height: 100%;
 justify-content: center;
 align-items: center;
}
section.kv_sub >.inner hgroup {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 15px;
 color: var(--c_bl);
 text-align: center;
}
section.kv_sub >.inner hgroup p {
 line-height: 1.4166666667;
 font-size: 24px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.kv_sub >.inner hgroup p {
  font-size: 20px;
 }
}
@media screen and (max-width: 600px) {
 section.kv_sub >.inner hgroup p {
  font-size: 16px;
 }
}
section.kv_sub >.inner hgroup h1 {
 line-height: 1.1;
 font-size: 50px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 section.kv_sub >.inner hgroup h1 {
  font-size: 40px;
 }
}
@media screen and (max-width: 600px) {
 section.kv_sub >.inner hgroup h1 {
  font-size: 26px;
 }
}

.breadcrumb_area {
 border-top: 1px solid var(--bdc);
 border-bottom: 1px solid var(--bdc);
 background: linear-gradient(to bottom, #fbfbfb, #fcfcfc);
}
.breadcrumb_area +section {
 padding-top: 100px;
 background: linear-gradient(to bottom, #fcfcfc, #ffffff 300px, #ffffff);
}
@media screen and (max-width: 1024px) {
 .breadcrumb_area +section {
  padding-top: 50px;
 }
}
.breadcrumb_area .inner .breadcrumbs ol {
 display: flex;
 gap: 15px;
}
@media screen and (max-width: 600px) {
 .breadcrumb_area .inner .breadcrumbs ol {
  gap: 0 15px;
 }
}
.breadcrumb_area .inner .breadcrumbs ol li {
 position: relative;
 line-height: 1.7142857143;
 font-size: 14px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 600px) {
 .breadcrumb_area .inner .breadcrumbs ol li {
  font-size: 10px;
 }
}
.breadcrumb_area .inner .breadcrumbs ol li:not(:last-child) {
 flex-shrink: 0;
}
.breadcrumb_area .inner .breadcrumbs ol li:not(:last-child):after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 right: -15px;
 width: 20px;
 height: 100%;
 clip-path: polygon(0 0, 2px 0, 100% 50%, 2px 100%, 0 100%, calc(100% - 2px) 50%);
 background: #cccccc;
}
@media screen and (max-width: 600px) {
 .breadcrumb_area .inner .breadcrumbs ol li:not(:last-child):after {
  right: -15px;
  width: 15px;
 }
}
.breadcrumb_area .inner .breadcrumbs ol li a,.breadcrumb_area .inner .breadcrumbs ol li span {
 display: flex;
 height: 100%;
 justify-content: center;
 align-items: center;
 padding: 10px 20px;
}
@media screen and (max-width: 600px) {
 .breadcrumb_area .inner .breadcrumbs ol li a,.breadcrumb_area .inner .breadcrumbs ol li span {
  padding: 10px;
 }
}

.problem_area .problem {
 display: flex;
 position: relative;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 50px;
 padding: 150px 5% 115px;
 background: #e9f0f7;
}
@media screen and (max-width: 1024px) {
 .problem_area .problem {
  gap: 25px;

  padding-block: 100px 60px;
 }
}
.problem_area .problem:after {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: 50%;
 width: 120px;
 clip-path: polygon(0 0, 50% 100%, 100% 0);
 background: inherit;
 translate: -50% 99%;

 aspect-ratio: 2/1;
}
@media screen and (max-width: 1024px) {
 .problem_area .problem:after {
  width: 100px;
 }
}
@media screen and (max-width: 600px) {
 .problem_area .problem:after {
  width: 70px;
 }
}
.problem_area .problem h2 {
 position: relative;
 line-height: 1.5;
 color: var(--c_bl);
 font-size: 32px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 .problem_area .problem h2 {
  font-size: 22px;
 }
}
@media screen and (max-width: 600px) {
 .problem_area .problem h2 {
  font-size: 18px;
 }
}
.problem_area .problem h2:before {
 content: "?";
 display: block;
 display: flex;
 position: absolute;
 top: -70px;
 left: 50%;
 width: 50px;
 justify-content: center;
 align-items: center;
 border-radius: 100px;
 color: #ffffff;
 background: var(--c_bl);
 translate: -50% 0%;

 aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
 .problem_area .problem h2:before {
  top: -50px;
  width: 40px;
 }
}
.problem_area .problem ul li {
 display: flex;
 line-height: 1.6666666667;
 align-items: center;
 gap: 20px;
 padding: 15px 40px;
 border-radius: 5px;
 background: #ffffff;
 font-size: 18px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 .problem_area .problem ul li {
  gap: 10px;
  padding: 10px 20px;
  font-size: 16px;
 }
}
.problem_area .problem ul li:not(:last-child) {
 margin-bottom: 20px;
}
.problem_area .problem ul li span {
 flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
 .problem_area .problem ul li span {
  width: 20px;
 }
}
.problem_area .consult {
 display: flex;
 width: 100%;
 height: 300px;
 justify-content: center;
 align-items: center;
 background: url(/wp-content/themes/thermotech/common/img/bg_consult.jpg) center/cover;
 text-align: center;
}
@media screen and (max-width: 1024px) {
 .problem_area .consult {
  height: 250px;
 }
}
@media screen and (max-width: 600px) {
 .problem_area .consult {
  height: 180px;
 }
}
.problem_area .consult p {
 line-height: 1.5;
 color: #ffffff;
 font-size: 32px;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 .problem_area .consult p {
  font-size: 24px;
 }
}
@media screen and (max-width: 600px) {
 .problem_area .consult p {
  font-size: 20px;
 }
}

.sub_links_area {
 margin-bottom: 150px;
 padding: 0 5%;
}
@media screen and (max-width: 1024px) {
 .sub_links_area {
  margin-bottom: 70px;
 }
}
.sub_links_area >.inner {
 display: grid;
 width: 100%;
 max-width: 1300px;
 grid-template-columns: repeat(2, 1fr);
 gap: 1px;
 margin: 0 auto;
}
@media screen and (max-width: 600px) {
 .sub_links_area >.inner {
  grid-template-columns: 1fr;
 }
}
.sub_links_area >.inner a {
 display: block;
 position: relative;
}
@media (hover) {
 .sub_links_area >.inner a:hover .base img {
  scale: 1.1;
 }
}
.sub_links_area >.inner a .base {
 overflow: hidden;
}
.sub_links_area >.inner a .base img {
 transition: all 0.3s;
}
.sub_links_area >.inner a:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 40px;
 width: 13px;
 -webkit-mask-image: url(/wp-content/themes/thermotech/common/img/icon_arw_r.svg);
         mask-image: url(/wp-content/themes/thermotech/common/img/icon_arw_r.svg);
 -webkit-mask-repeat: no-repeat;
         mask-repeat: no-repeat;
 -webkit-mask-position: center;
         mask-position: center;
 -webkit-mask-size: cover;
         mask-size: cover;
 background-color: #ffffff;
 translate: 0 -50%;
 transition: all 0.3s;

 aspect-ratio: 16/29;
}
@media screen and (max-width: 1024px) {
 .sub_links_area >.inner a:after {
  right: 5%;
 }
}
.sub_links_area >.inner a p {
 display: flex;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 line-height: 1.5;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 padding-left: 15%;
 color: #ffffff;
 font-size: 32px;
 text-align: left;
 letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
 .sub_links_area >.inner a p {
  padding-left: 5%;
  font-size: 22px;
 }
}
.sub_links_area >.inner a p span {
 font-size: 0.68em;
}
/*# sourceMappingURL=common.css.map */