.c-tmb-title-02 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.c-tmb-sec-01-ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.c-tmb-sec-01-ul-img img {
  width: 100%;
  border-radius: 15px;
}
.c-tmb-sec-01-ul li {
  width: 30%;
}

.c-tmb-sec-01-ul-txt {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-tmb-title-02 {
    font-size: 20px;
    line-height: 1.8;
  }
  .c-tmb-sec-01-ul {
    display: block;
  }
  .c-tmb-sec-01-ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-tmb-sec-01-ul li:last-of-type {
    margin-bottom: 0;
  }
  .c-tmb-sec-01-ul-txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
.c-tmb-sec-01-ul-txt span {
  color: #d6022a;
}
.c-back-grey {
  background: #f8f8f8;
}
.gap {
  padding: 60px 0;
}
.c-tmb-sec-01-02-wrap {
  padding: 20px 0 120px;
  position: relative;
}

.c-tmb-sec-01-02-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../img/thermobarrier/sec-01-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 450px;
  margin: 0 auto;
  height: 256px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-tmb-sec-01-02-wrap {
    padding: 20px 0 20px;
  }
  .c-tmb-sec-01-02-wrap::before {
    width: 300px;
    height: 140px;
    background-size: contain;
  }
}
@media screen and (max-width: 400px) {
  .c-tmb-sec-01-02-wrap::before {
    width: 300px;
    height: 230px;
    background-size: contain;
  }
}
.c-tmb-sec-01-02-txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-tmb-sec-01-02-txt {
    font-size: 14px;
    text-align: left;
  }
}
.c-tmb-sec-02-sub {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.c-tmb-sec-02-title-01 {
  font-size: 32px;
  font-weight: 900;
  color: #d6022a;
  text-align: center;
}
.c-tmb-sec-02-title-01 img {
  width: 300px;
  vertical-align: baseline;
}
@media screen and (max-width: 700px) {
  .c-tmb-sec-02-title-01 {
    font-size: 20px;
  }
  .c-tmb-sec-02-title-01 img {
    width: 190px;
  }
}
@media screen and (max-width: 440px) {
  .c-tmb-sec-02-title-01 {
    font-size: 18px;
  }
  .c-tmb-sec-02-title-01 img {
    width: 150px;
  }
  .c-tmb-sec-02-sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.c-tmb-sec-02-title-01 span {
  position: relative;
}
.c-tmb-sec-02-title-01 span::before {
  position: absolute;
  content: "";
  background: url(../img/thermobarrier/sec-02-arrow-left.png) no-repeat;
  width: 30px;
  height: 50px;
  background-size: contain;
  left: -40px;
  top: 0;
}
.c-tmb-sec-02-title-01 span::after {
  position: absolute;
  content: "";
  background: url(../img/thermobarrier/sec-02-arrow-right.png) no-repeat;
  width: 30px;
  height: 50px;
  background-size: contain;
  right: -40px;
  top: 0;
}
@media screen and (max-width: 440px) {
  .c-tmb-sec-02-title-01 span::before,
  .c-tmb-sec-02-title-01 span::after {
    width: 20px;
    height: 40px;
  }
  .c-tmb-sec-02-title-01 span::before {
    left: -30px;
  }
  .c-tmb-sec-02-title-01 span::after {
    right: -30px;
  }
}
.c-back-red {
  background: #fff5f2;
}
.c-tmb-sec-02-title-02 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 30px 0 10px;
}
.c-tmb-sec-02-txtbox {
  width: 520px;
  margin: 0 auto;
}
.c-tmb-sec-txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-tmb-sec-txt {
    font-size: 16px;
  }
}
.c-tmb-sec-txt span {
  font-weight: 600;
}
.c-tmb-sec-02-ul-01 {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  margin: 50px 0;
}
.c-tmb-sec-02-ul-01 li {
  border-radius: 26px;
  min-width: 460px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .c-tmb-sec-02-ul-01 li {
    min-width: 48%;
    border-radius: 8px;
  }
  .c-tmb-sec-02-ul-01 {
    column-gap: 4%;
  }
}
@media screen and (max-width: 440px) {
  .c-tmb-sec-02-ul-01 {
    display: block;
  }
  .c-tmb-sec-02-ul-01 li {
    min-width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
  }
}
.c-tmb-sec-02-ul-01 li img {
  border-radius: 26px;
}
.c-tmb-sec-02-white {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 30px;
}

.c-tmb-sec-02-title-03 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #d6022a;
  margin-bottom: 20px;
}

.c-tmb-sec-02-title-03 .line {
  font-size: 28px;
  background: linear-gradient(transparent 50%, #ffff50 50%);
  margin-left: 5px;
}
.c-tmb-sec-02-title-03 .bold {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .c-tmb-sec-02-white {
    padding: 20px;
  }
  .c-tmb-sec-02-title-03 .line {
    font-size: 20px;
  }
  .c-tmb-sec-02-title-03 .bold {
    font-size: 20px;
  }
}
.c-tmb-sec-02-ul-02 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 40px;
}
.c-tmb-sec-02-ul-02 li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-tmb-sec-02-ul-02 {
    display: block;
  }
  .c-tmb-sec-02-ul-02 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-tmb-sec-02-ul-02 li img {
  width: 100%;
}
.c-tmb-sec-02-txt {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.c-tmb-sec-img {
  max-width: 460px;
  width: 100%;
  margin: 30px auto 0;
}
.c-tmb-sec-02-title-04 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.c-tmb-sec-02-title-05 {
  font-size: 26px;
  color: #d6022a;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-tmb-sec-02-title-04 {
    font-size: 16px;
  }
  .c-tmb-sec-02-title-05 {
    font-size: 20px;
  }
  .sp {
    display: block;
  }
}
.c-tmb-sec-02-ul-03 {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 30px;
  align-items: baseline;
}

.c-tmb-sec-02-ul-03 li img {
  width: 100%;
}
.c-tmb-sec-02-ul-03 li:first-child {
  width: 460px;
}
.c-tmb-sec-02-ul-03 li:last-child {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .c-tmb-sec-02-ul-03 {
    display: block;
  }
  .c-tmb-sec-02-ul-03 li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-tmb-sec-02-ul-03 li:last-child {
    width: 88%;
    margin-left: auto;
  }
}
.c-tmb-sec-02-txt-p {
  font-size: 14px;
  text-align: center;
}
.c-tmb-title-01 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.c-tmb-title-01::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #d6022a;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.c-tmb-title-01 span {
  color: #d6022a;
  display: block;
}
.c-tmb-sec-02-txtbox {
  width: 580px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .c-tmb-sec-02-txtbox {
    width: 100%;
  }
  .c-tmb-sec-txt {
    font-size: 16px;
  }
}
.c-tmb-sec-03-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.c-tmb-sec-03-flex div {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-tmb-sec-03-flex {
    display: block;
  }
  .c-tmb-sec-03-flex div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-tmb-sec-03-flex div img {
  width: 100%;
}
.c-tmb-sec-03-title {
  color: #d6022a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.c-tmb-sec-03-ul {
  display: flex;
  justify-content: space-between;
}

.c-tmb-sec-03-ul li {
  background: #fff5f2;
  width: 48%;
  padding: 20px 30px;
  box-sizing: border-box;
}

.c-tmb-sec-03-ul li .c-tmb-sec-txt {
  font-weight: 600;
}
.c-tmb-sec-03-txt {
  font-weight: 600;
  font-size: 30px;
  color: #d6022a;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  .c-tmb-sec-03-txt {
    font-size: 20px;
  }
  .c-tmb-sec-03-ul li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 400px) {
  .c-tmb-sec-03-ul {
    display: block;
  }
  .c-tmb-sec-03-ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 30px;
  }
}
.mb {
  margin-bottom: 60px;
}
.c-tmb-colmn {
  border: 8px solid #efefef;
  border-radius: 30px;
  padding: 50px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .c-tmb-colmn {
    padding: 40px 30px;
  }
}
.c-tmb-colmn-flex {
  display: flex;
  justify-content: space-between;
}
.c-tmb-colmn-left {
  width: 26%;
}
.c-tmb-colmn-right {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-tmb-colmn {
    padding: 30px 10px;
    border: 4px solid #efefef;
  }
  .c-tmb-colmn-flex {
    display: block;
  }
  .c-tmb-colmn-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-tmb-colmn-right {
    width: 100%;
  }
  .c-tmb-colmn-img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.c-tmb-colmn-img {
  margin-bottom: 20px;
}
.c-tmb-colmn-img img {
  width: 100%;
}
.c-tmb-colmn-job {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.c-tmb-colmn-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.c-tmb-colmn-intro {
  font-size: 13px;
  line-height: 1.8;
}
.c-tmb-colmn-title-sub {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-tmb-colmn-title {
  font-size: 24px;
  color: #d6022a;
  font-weight: 600;
  border-bottom: #d6022a solid 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-tmb-colmn-title {
    font-size: 20px;
  }
}
.c-tmb-colmn-right .c-tmb-colmn-txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}
.c-tmb-colmn-right .c-tmb-colmn-txt:last-of-type {
  margin-bottom: 0;
}
.c-tmb-sec-04-ul {
  display: flex;
  justify-content: space-between;
}
.c-tmb-sec-04-ul li {
  width: 32%;
  border-radius: 20px;
  background: #fff;
}

.c-tmb-sec-04-img img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-tmb-sec-04-ul {
    display: block;
  }
  .c-tmb-sec-04-ul li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .c-tmb-sec-04-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.c-tmb-sec-04-title {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #d6022a;
  text-align: center;
}
.c-tmb-sec-04-txt {
  padding: 20px;
}
.c-tmb-cv {
  background: url(../img/thermobarrier/ctv-backbround.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
}
.c-tmb-cv-inner-title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .c-tmb-cv-inner-title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.c-tmb-cv-inner-title-01 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
.c-tmb-cv-inner p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
.c-tmb-cv-ul {
  display: flex;
  column-gap: 30px;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.c-tmb-cv-contact {
  height: 80px;
  width: 360px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .c-tmb-cv-inner-title-01 {
    font-size: 16px;
    text-align: left;
  }
  .c-tmb-cv-ul {
    display: block;
  }
  .c-tmb-cv-ul li {
    margin: 0 auto 20px;
  }
  .c-tmb-cv-inner p {
    font-size: 14px;
    text-align: left;
  }
  .c-tmb-cv-contact {
    width: 100%;
  }
}
.c-tmb-cv-contact a {
  background: #fff;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-tmb-cv-contact a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.c-tmb-cv-contact a:hover {
  background: #ffff50;
  opacity: 1;
}
.c-tmb-cv-tel a {
  border-radius: 8px;
  background: #d6022a;
  border: 1px solid #fff;
  height: 80px;
  color: #fff;
  width: 360px;
  padding: 10px 0;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 786px) {
  .c-tmb-cv-tel a {
    width: 340px;
  }
}
.c-tmb-cv-tel a:hover {
  background: #f39c12;
  opacity: 1;
}
@media screen and (max-width: 680px) {
  .c-tmb-cv-tel a {
    width: 100%;
  }
}
.c-tmb-cv-inner p.c-tmb-cv-tel-01 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
}
.c-tmb-cv-inner p.c-tmb-cv-tel-02 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.c-tmb-cv-tel-02 {
}
.c-tmb-cv-tel-02 img {
  width: 36px;
}
.c-tmb-cv-contact-huki {
  width: 138px;
  position: absolute;
  left: 10px;
  top: -10px;
}
.c-tmb-cv-contact-huki img {
  width: 100%;
}
.c-tmb-cv-txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.c-tmb-sec-05-img {
  overflow-x: visible;
}

.c-tmb-sec-05-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.c-scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-scroll {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  .c-tmb-sec-05-img {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-tmb-sec-05-img > div {
    min-width: 800px; /* 横スクロールさせたい幅に調整 */
  }

  .c-tmb-sec-05-img img {
    width: 100%;
    max-width: none;
  }
}
.c-tmb-sec-06-ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.c-tmb-sec-06-ul.rev {
  flex-direction: row-reverse;
}
.c-tmb-sec-06-ul > li:last-of-type {
  margin-top: 40px;
}
.c-tmb-sec-06-ul > li {
  width: 50%;
}
.c-tmb-sec-06-ul > li img {
  width: 100%;
}
.c-tmb-sec-06-ul > li:first-of-type {
  padding: 50px 40px;
  background: #fff;
  height: 410px;
}
@media screen and (max-width: 1080px) {
  .c-tmb-sec-06-ul > li:first-of-type {
    height: 440px;
  }
}
@media screen and (max-width: 980px) {
  .c-tmb-sec-06-ul > li:first-of-type {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-tmb-sec-06-ul > li:last-of-type {
    margin-top: 0px;
  }
  .c-tmb-sec-06-ul {
    display: block;
    margin-bottom: 30px;
  }
  .c-tmb-sec-06-ul > li {
    width: 100%;
  }
}
.c-tmb-06-ul-sub {
  font-size: 14px;
  color: #979797;
  margin-bottom: 10px;
}
.c-tmb-06-ul-title {
  color: #d6022a;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.c-tmb-sec-06-ul > li p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.c-tmb-sec-06-ul > li p:last-child {
  margin-bottom: 0;
}
.c-tmb-06-ul-title-01 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.c-tmb-sec-06-ul-ul {
  padding-left: 20px;
}
.c-tmb-sec-06-ul-ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .c-tmb-sec-06-ul > li:first-of-type {
    height: auto;
  }
  .c-tmb-06-ul-title {
    font-size: 20px;
  }
}
.menu_sec__listLink__txt strong span.small {
  color: #fff601;
  font-size: 20px;
  display: block;
  text-align: left;
}
.menu_sec__listLink__txt strong span.small-01 {
  font-size: 34px;
}
.menu_sec__listLink__txt strong span.small-02 {
  color: #fff;
  font-size: 34px;
}
@media screen and (max-width: 930px) {
  .menu_sec__listLink__txt strong span.small-01,
  .menu_sec__listLink__txt strong span.small-02 {
    font-size: 22px;
  }
  .menu_sec__listLink__txt strong span.small {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .menu_sec__listLink__txt strong span.small-01,
  .menu_sec__listLink__txt strong span.small-02 {
    font-size: 18px;
  }
  .menu_sec__listLink__txt strong span.small {
    font-size: 14px;
  }
}
.menu_sec__listLink__txt strong.small-03 {
  font-size: 100%;
}
.menu_sec__listLink__txt strong.small-03::before {
  width: 24px;
  height: 24px;
  right: -16px;
}
.checkWrap .wpcf7-list-item {
  display: block;
  margin: 0 0 8px 0;
}
.checkWrap .wpcf7-list-item input {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  margin: 0;
}
.contact-txt {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contact_form__table th,
  .contact_form__table td {
    padding: 1em 1em;
    display: table-cell;
  }

  .contact_form__table th {
    width: 16em;
  }
}
.thermo .top_support__sec1__txt {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .thermo .top_support__sec1__ttl {
    font-size: 16px;
  }
}
.c-tmb-main {
  display: flex;
  background: transparent
    linear-gradient(233deg, #ffffff 60%, #ffede8 90%, #fff5f2 100%);
}
@media screen and (max-width: 790px) {
  .c-tmb-main {
    display: block;
  }
}
.c-tmb-main-batch-sp {
  display: none;
}
@media screen and (max-width: 790px) {
  .c-tmb-main-batch-pc {
    display: none;
  }
  .c-tmb-main-batch-sp {
    display: block;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
}
.c-tmb-main-left {
  width: 50%;
}
.c-tmb-main-right {
  position: relative;
  width: 50%;
}
.c-tmb-main-right::after {
  position: absolute;
  content: "";
  background: url("../img/thermobarrier/main-img.png") no-repeat;
  background-size: cover;
  left: -120px;
  top: 0;
  width: calc(100% + 120px);
  height: 100%;
}
.ds-pc {
  display: block;
}
.ds-sp {
  display: none;
}
@media screen and (max-width: 790px) {
  .c-tmb-main-left {
    max-width: 100%;
  }
  .c-tmb-main-right::after {
    position: static;

    background: none;
  }
  .ds-pc {
    display: none;
  }
  .ds-sp {
    display: block;
  }
}
.c-tmb-main-right-01 {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 400px;
  left: 100px;
  z-index: 1;
}
@media screen and (max-width: 1260px) {
  .c-tmb-main-right-01 {
    width: 100%;
    max-width: 400px;
    top: 350px;
    left: 100px;
    z-index: 1;
  }
}
@media screen and (max-width: 1080px) {
  .c-tmb-main-right {
    height: 580px;
  }
  .c-tmb-main-right-01 {
    left: 60px;
  }
}
@media screen and (max-width: 940px) {
  .c-tmb-main-right-01 {
    left: 70px;
    max-width: 320px;
    top: 440px;
  }
  .c-tmb-main-right::after {
    left: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .c-tmb-main-right::after {
    left: -80px;
  }
}
@media screen and (max-width: 950px) {
  .c-tmb-main-right::after {
    left: -40px;
  }
}
.c-tmb-main-left-inner {
  margin: 0 auto;
  width: 540px;
}
@media screen and (max-width: 1200px) {
  .c-tmb-main-left-inner {
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 790px) {
  .c-tmb-main-left-inner {
    width: 100%;
  }
}
.c-tmb-main-batch-pc {
  max-width: 440px;
  padding-top: 30px;
  padding-bottom: 10px;
  width: 100%;
}
.c-tmb-main-txt-01 {
  font-size: 52px;
  font-weight: 700;
  text-shadow: 0px 3px 6px #0000004d;
  line-height: 1.6;
}
@media screen and (max-width: 1260px) {
  .c-tmb-main-batch-pc {
    max-width: 400px;
  }
  .c-tmb-main-txt-01 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .c-tmb-main-txt-01 {
    font-size: 32px;
  }
}
.c-tmb-main-txt-01 span {
  font-size: 30px;
}
@media screen and (max-width: 920px) {
  .c-tmb-main-txt-01 {
    font-size: 28px;
  }
  .c-tmb-main-txt-01 span {
    font-size: 24px;
  }
}

.c-tmb-main-btn a {
  position: relative;
  background: #d6022a;
  border-radius: 5px;
  display: block;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  width: 280px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px #00000029;
}
@media screen and (max-width: 860px) {
  .c-tmb-main-btn a {
    font-size: 18px;
    width: 250px;
  }
}
@media screen and (max-width: 780px) {
  .c-tmb-main-btn a {
    font-size: 20px;
    width: 280px;
  }
}
.c-tmb-main-btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
}
.c-tmb-main-btn a::after {
  background: url("../img/thermobarrier/huki.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 124px;
  background-size: contain;
  content: "";
  position: absolute;
  right: -170px;
  top: -66px;
}
@media screen and (max-width: 1200px) {
  .c-tmb-main-btn a::after {
    height: 90px;
    width: 120px;
    right: -127px;
  }
}
@media screen and (max-width: 1080px) {
  .c-tmb-main-btn a::after {
    width: 130px;
    right: -136px;
  }
}
.c-tmb-main-btn span {
  font-size: 16px;
}
.c-tmb-main-btnarea {
  position: relative;
  padding-top: 70px;
  padding-bottom: 20px;
}
.c-tmb-main-huki {
  position: absolute;
  width: 160px;
  right: 90px;
  top: 0;
}
.c-tmb-main-txt-02 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.6;
  padding-top: 20px;
}
.c-tmb-main-txt-02 .span-01 {
  color: #d6022a;
  font-size: 30px;
}
.c-tmb-main-txt-02 .span-02 {
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  .c-tmb-main-txt-02 {
    font-size: 24px;
  }
  .c-tmb-main-txt-02 .span-01 {
    font-size: 26px;
  }
  .c-tmb-main-txt-02 .span-02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 920px) {
  .c-tmb-main-txt-02 {
    font-size: 22px;
  }
  .c-tmb-main-txt-02 .span-01 {
    font-size: 24px;
  }
  .c-tmb-main-txt-02 .span-02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 790px) {
  .c-tmb-main-left {
    width: 100%;
    padding-right: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: transparent
      linear-gradient(233deg, #ffffff 0%, #ffede8 90%, #fff5f2 100%);
  }
  .c-tmb-main-right {
    width: 100%;
  }
  .c-tmb-main-batch-pc {
    display: none;
  }
  .c-tmb-main-btn a {
    margin: 0 auto;
  }
  .c-tmb-main-left-inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 790px) {
  .c-tmb-main-right {
    background: url("../img/thermobarrier/main-img-sp.jpg");
    background-size: cover;
    height: 440px;
  }
  .c-tmb-main-right-01 {
    width: 100%;
    max-width: 360px;
    top: 290px;
    left: 50%;
    transform: translate(-50%);
  }
  .c-tmb-main-btn a::after {
    background: url("../img/thermobarrier/huki-02.png");
    background-repeat: no-repeat;
    width: 125px;
    height: 124px;
    background-size: contain;
    content: "";
    position: absolute;
    right: -22px;
    top: -66px;
  }
  .c-tmb-main-btnarea {
    padding-top: 80px;
  }
  .pageTtl .jp.thermo {
    font-size: 25px;
  }
}
