/*
 * TSサービス トップページ改修用 上書きCSS
 * 既存の /assets/css/style.css は編集せず、このファイルを style.css の直後に読み込んでください。
 */

:root {
  --ts-blue: #0b3f8f;
  --ts-blue-dark: #06245a;
  --ts-blue-deep: #08347a;
  --ts-cyan: #2fb8dc;
  --ts-orange: #e96b10;
  --ts-text: #111827;
  --ts-muted: #5d6677;
  --ts-border: rgba(8, 52, 122, .18);
  --ts-shadow: 0 16px 45px rgba(6, 36, 90, .13);
  --ts-radius: 14px;
}

body {
  background: #fff;
  color: var(--ts-text);
}

body.ts-overwrite-ready {
  overflow-x: hidden;
}

#header {
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 1px 18px rgba(6, 36, 90, .10);
  position: absolute;
}

#header nav ul {
  column-gap: 1.45rem;
}

#header nav ul li a {
  color: var(--ts-text);
  font-weight: 700;
  letter-spacing: .03em;
}

#header nav ul li a:hover {
  color: var(--ts-blue);
}

#header div .btn a {
  background: var(--ts-blue);
  border-color: var(--ts-blue);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}

.slider1 {
  min-height: 620px;
  overflow: hidden;
}

.slider1::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.88) 38%, rgba(255,255,255,.40) 58%, rgba(255,255,255,.03) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.slider1 .splide__slide {
  height: min(78vh, 760px);
  min-height: 620px;
}

.ts-hero-copy {
  left: 50%;
  max-width: 1280px;
  padding: 0 2rem;
  pointer-events: none;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.ts-hero-copy__inner {
  max-width: 840px;
  pointer-events: auto;
}

.ts-hero-copy__label {
  color: var(--ts-blue);
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 1rem;
}

.ts-hero-copy h2 {
  color: var(--ts-text);
  font-size: clamp(2.4rem, 4.2vw, 4.8rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.32;
  margin-bottom: 1.3rem;
}

.ts-hero-copy h2 span {
  color: var(--ts-blue);
}

.ts-hero-copy__lead {
  color: var(--ts-text);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1.5rem;
}

.ts-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-bottom: 1.8rem;
}

.ts-hero-badges li {
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--ts-border);
  border-radius: 8px;
  color: var(--ts-blue);
  font-weight: 800;
  line-height: 1.45;
  padding: .8rem 1.15rem;
  text-align: center;
}

.ts-hero-badges small {
  color: var(--ts-muted);
  display: block;
  font-size: .78rem;
  font-weight: 700;
}

.ts-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.ts-btn-primary,
.ts-btn-secondary {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  gap: .6rem;
  justify-content: center;
  min-width: 260px;
  padding: 1rem 1.5rem;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ts-btn-primary {
  background: var(--ts-orange);
  box-shadow: 0 12px 26px rgba(233, 107, 16, .25);
  color: #fff;
}

.ts-btn-secondary {
  background: #fff;
  border: 2px solid var(--ts-blue);
  color: var(--ts-blue);
}

.ts-btn-primary:hover,
.ts-btn-secondary:hover {
  transform: translateY(-2px);
}

.ts-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.ts-section-heading {
  margin-bottom: 2.1rem;
  text-align: center;
}

.ts-section-heading .en {
  color: var(--ts-blue);
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.3;
  margin-bottom: .35rem;
}

.ts-section-heading h2,
.ts-section-heading .ja {
  color: var(--ts-text);
  display: block;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.35;
}

.ts-section-heading p {
  color: var(--ts-muted);
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: .5rem;
}

.service_link {
  background: linear-gradient(180deg, #fff 0%, #f5fbff 100%);
  padding: 4.5rem 0 3.8rem;
}
/*
.service_link::before {
  content: "SERVICE\A私たちのサービス";
  display: block;
  white-space: pre;
  color: var(--ts-text);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.4;
  margin: 0 auto 2rem;
  max-width: 1280px;
  padding: 0 2rem;
  text-align: center;
}
*/
.service_link::first-line {
  color: var(--ts-blue);
  font-size: .78rem;
  letter-spacing: .18em;
}

.service_link ul {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1280px;
  //padding: 0 2rem;
  padding: 0;
  width: 100%;
}

.service_link ul li {
  background-color: #fff;
  background-image: none !important;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  box-shadow: 0 6px 20px rgba(6, 36, 90, .08);
  color: var(--ts-text);
  min-height: 320px;
  overflow: hidden;
  padding: 1.5rem 1.5rem 1.4rem;
  text-align: left;
  width: auto;
}

.service_link ul li:nth-of-type(4) {
  //border-color: rgba(233, 107, 16, .45);
  //box-shadow: 0 12px 34px rgba(233, 107, 16, .12);
}

.service_link ul li:nth-of-type(4) .ts-service-num,
.service_link ul li:nth-of-type(4) h2,
.service_link ul li:nth-of-type(4) h2 small,
.service_link ul li:nth-of-type(4) .btn a {
  //color: var(--ts-orange);
}

.service_link ul li::before {
  background: none;
  content: none;
  filter: none;
}

.service_link ul li .ts-service-num {
  color: var(--ts-blue);
  display: block;
  font-size: 2.15rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  margin-bottom: .2rem;
}

.service_link ul li h2 {
  color: var(--ts-blue);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: .8rem;
}

.service_link ul li h2 small {
  color: var(--ts-blue-dark);
  display: block;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.45;
}

.service_link ul li .ts-service-image {
  background-color: #dbeafe;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  height: 122px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.service_link ul li:nth-of-type(1) .ts-service-image {
  background-image: url(/assets/images/service_link_img2.jpg);
}
.service_link ul li:nth-of-type(2) .ts-service-image {
  background-image: url(/assets/images/service_link_img3.jpg);
}
.service_link ul li:nth-of-type(3) .ts-service-image {
  background-image: url(/assets/images/service_link_img1.jpg);
}
.service_link ul li:nth-of-type(4) .ts-service-image {
  background-image: url(/assets/images/img012.jpg);
}
.service_link ul li:nth-of-type(5) .ts-service-image {
  background-image: url(/assets/images/img008.jpg);
}

.service_link ul li p {
  color: var(--ts-text);
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.service_link .btn {
  margin: 0;
  width: 100%;
}

.service_link .btn a {
  background: #fff;
  border: none;
  color: var(--ts-blue);
  font-weight: 900;
  padding: .25rem 0 0;
  text-align: right;
}

.service_link .btn a::after {
  content: " 〉";
}

.ts-freon {
  background: linear-gradient(135deg, #f8fcff 0%, #ffffff 52%, #eaf7ff 100%);
  border: 3px solid var(--ts-blue);
  border-radius: 16px;
  box-shadow: var(--ts-shadow);
  margin-bottom: 4.5rem;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.ts-freon::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.90) 58%, rgba(255,255,255,.95) 100%),
    url(/assets/images/img012.jpg);
  background-position: center;
  background-size: cover;
  content: "";
  height: 100%;
  opacity: .34;
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
}

.ts-freon__inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.1fr .9fr;
  min-height: 270px;
  padding: 2.4rem 2.6rem;
  position: relative;
  z-index: 1;
}

.ts-freon__eyebrow {
  align-items: center;
  background: var(--ts-blue);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: .95rem;
  font-weight: 900;
  margin-bottom: .8rem;
  padding: .35rem 1rem;
}

.ts-freon h2 {
  color: var(--ts-blue);
  font-size: clamp(2.15rem, 3.8vw, 4.2rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  margin-bottom: .8rem;
}

.ts-freon h2 span {
  display: block;
  font-size: clamp(1.5rem, 2.2vw, 2.3rem);
}

.ts-freon p {
  color: var(--ts-text);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.9;
}

.ts-freon__checks {
  align-self: center;
  background: rgba(255,255,255,.88);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(6, 36, 90, .10);
  padding: 1.4rem 1.6rem;
}

.ts-freon__checks li {
  color: var(--ts-blue-dark);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.7;
  padding-left: 1.8rem;
  position: relative;
}

.ts-freon__checks li + li {
  margin-top: .65rem;
}

.ts-freon__checks li::before {
  background: var(--ts-blue);
  border-radius: 4px;
  color: #fff;
  content: "✓";
  font-size: .8rem;
  font-weight: 900;
  left: 0;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
  top: .25rem;
  width: 1.25rem;
}

.trouble {
  background: #fff;
  padding: 4rem 0 3.6rem;
}

.trouble .note {
  color: var(--ts-blue);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.trouble ul {
  gap: 1.4rem;
  height: auto;
  //max-width: 1040px;
  max-width: 1280px;
  width: calc(100% - 4rem);
}

.trouble ul li {
  background: #fff;
  border: 2px solid var(--ts-cyan);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(6, 36, 90, .08);
  height: auto;
  min-height: 220px;
  padding: 1.4rem;
  width: calc(33.333% - 1rem);
}

.trouble ul li div h2 {
  color: var(--ts-blue);
  font-size: 1.15rem;
}

.ts-achievement {
  background: linear-gradient(135deg, #5fb9e8 0%, #2c8fd0 100%);
  color: #fff;
  margin-bottom: 4.5rem;
  padding-bottom: 3.3rem;
  padding-top: 3.5rem;
}

.ts-achievement .ts-section-heading .en,
.ts-achievement .ts-section-heading .ja,
.ts-achievement .ts-section-heading p {
  color: #fff;
}

.ts-achievement__list {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ts-achievement__list li {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 36, 90, .15);
  min-height: 120px;
  overflow: hidden;
}

.ts-achievement__list li:nth-child(1) { background-image: url(/assets/images/img002.jpg); }
.ts-achievement__list li:nth-child(2) { background-image: url(/assets/images/service_link_img2.jpg); }
.ts-achievement__list li:nth-child(3) { background-image: url(/assets/images/img006.jpg); }
.ts-achievement__list li:nth-child(4) { background-image: url(/assets/images/img010.jpg); }
.ts-achievement__list li:nth-child(5) { background-image: url(/assets/images/img003.jpg); }

.contents {
  max-width: 1280px;
  width: calc(100% - 4rem);
}

.contents h2 {
  background: var(--ts-blue);
  border-radius: 10px 10px 0 0;
  font-weight: 900;
  letter-spacing: .08em;
}

.contents .flex {
  box-shadow: 0 12px 36px rgba(6, 36, 90, .10);
  height: auto;
  min-height: 430px;
}

.contents .flex .text {
  background: var(--ts-blue-dark);
  padding: 3.2rem;
}

.contents .flex .text h3 {
  font-size: 1.45rem;
  margin-bottom: .8rem;
}

.contents .flex .text p {
  font-weight: 700;
}

.support_area .text h3::after {
  content: "・九州全域対応";
}

.support_area .text p::after {
  content: "\A\Aフロンガス回収については九州全域での対応を強化しております。企業・施設の空調管理、撤去、入替時の回収についてもお気軽にご相談ください。";
  white-space: pre-line;
}

.maintenance .text p:nth-of-type(n+3) {
  display: none;
}

.news {
  margin-bottom: 5rem;
}

.news .flex {
  gap: 1.1rem;
}

.news .flex li {
  background: #fff;
  border: 1px solid var(--ts-border);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: .8rem;
}

.ts-contact-cta {
  background: linear-gradient(135deg, var(--ts-blue-dark) 0%, var(--ts-blue) 100%);
  color: #fff;
  margin: 0 auto 4.5rem;
  max-width: 1280px;
  padding: 2.4rem 2rem;
}

.ts-contact-cta__inner {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.2fr .8fr;
}

.ts-contact-cta h2 {
  color: #fff;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.45;
}

.ts-contact-cta p {
  font-weight: 800;
  line-height: 1.8;
}

.ts-contact-cta__box {
  background: #fff;
  border-radius: 12px;
  color: var(--ts-blue);
  padding: 1.4rem 1.6rem;
  text-align: center;
}

.ts-contact-cta__tel {
  color: var(--ts-blue);
  display: block;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.2;
}

.ts-contact-cta__box small {
  color: var(--ts-muted);
  display: block;
  font-weight: 800;
  margin-bottom: .9rem;
}

.ts-contact-cta__box .ts-btn-primary {
  min-width: 100%;
}

.map iframe {
  display: block;
}

#footer {
  padding-top: 3rem;
}

#footer small {
  background: var(--ts-blue);
  padding: .45rem 0;
}

@media screen and (max-width: 1024px) {
  .service_link ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-freon__inner,
  .ts-contact-cta__inner {
    grid-template-columns: 1fr;
  }

  .ts-freon::after {
    width: 100%;
  }

  .ts-achievement__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #header nav ul {
    column-gap: .8rem;
  }

  #header nav ul li a {
    font-size: .9rem;
  }
}

@media screen and (max-width: 599px) {
  #header {
    position: absolute;
  }

  .slider1,
  .slider1 .splide__slide {
    //min-height: 620px;
    min-height: 100svh;
  }

  .slider1::after {
    background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.76) 54%, rgba(255,255,255,.50) 100%);
  }

  .ts-hero-copy {
    padding: 0 1.25rem;
    top: 55%;
  }

  .ts-hero-copy h2 {
    font-size: 2.15rem;
    letter-spacing: .04em;
  }

  .ts-hero-copy__lead {
    font-size: .98rem;
  }

  .ts-hero-badges li {
    flex: 1 1 calc(50% - .5rem);
    padding: .65rem .5rem;
  }

  .ts-btn-primary,
  .ts-btn-secondary {
    min-width: 100%;
  }

  .service_link {
    padding: 3.5rem 0 2.8rem;
  }
/*
  .service_link::before {
    padding: 0 1.25rem;
  }
*/
  .service_link ul {
    gap: 1rem;
    grid-template-columns: 1fr;
    //padding: 0 1.25rem;
    padding: 0;
  }

  .service_link ul li {
    min-height: 0;
    padding: 1.25rem;
  }

  .ts-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ts-freon {
    border-width: 2px;
    margin-bottom: 3.5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .ts-freon__inner {
    padding: 1.6rem 1.25rem;
  }

  .ts-freon h2 {
    font-size: 2.2rem;
  }

  .trouble {
    padding: 3rem 0 2.8rem;
  }

  .trouble ul {
    width: calc(100% - 2.5rem);
  }

  .trouble ul li {
    min-height: 0;
    width: 100%;
  }

  .ts-achievement {
    margin-bottom: 3.5rem;
  }

  .ts-achievement__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-achievement__list li {
    min-height: 96px;
  }

.ts-achievement__list li:nth-child(5) {
display: none;
}

  .contents {
    margin-bottom: 3.5rem;
    width: 100%;
  }

  .contents h2 {
    border-radius: 0;
  }

  .contents .flex {
    box-shadow: none;
  }

  .contents .flex .text {
    padding: 1.6rem 1.25rem;
  }

  .contents .flex .text h3 {
    font-size: 1.25rem;
  }

  .news .flex {
    gap: .8rem;
    padding: 0 1.25rem;
  }

  .ts-contact-cta {
    margin-bottom: 3rem;
    padding: 2rem 1.25rem;
  }

  .ts-contact-cta__box {
    padding: 1.3rem 1rem;
  }
}

/* ------------------------------------------------------------
 * 新着情報 表示調整
 * サービスカードと同じように3列で揃え、余白・高さのばらつきを抑えます。
 * ------------------------------------------------------------ */

.news {
  max-width: 1280px;
  width: calc(100% - 4rem);
}

.news .flex {
  align-items: stretch;
  box-shadow: none;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
  justify-content: initial;
  min-height: 0;
  padding: 1.25rem;
  width: 100%;
}

.news .flex li {
  background: #fff;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  box-shadow: 0 6px 20px rgba(6, 36, 90, .08);
  display: flex;
  flex-direction: column;
  //min-height: 300px;
  overflow: hidden;
  padding: 0;
  width: auto;
}

.news .flex li > a:first-child,
.news .flex li .thumb,
.news .flex li .thumbnail {
  background: #f8fbff;
  display: block;
}

.news .flex li img {
  background: #f8fbff;
  display: block;
  //height: 140px;
  object-fit: contain;
  padding: 1.4rem;
  width: 100%;
}

.news .flex li h3,
.news .flex li .title {
  color: var(--ts-blue);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.7;
  margin: 1.1rem 1.15rem .45rem;
}

.news .flex li h3 a,
.news .flex li .title a,
.news .flex li a {
  color: var(--ts-blue);
  font-weight: 900;
}

.news .flex li time,
.news .flex li .date,
.news .flex li p {
  color: var(--ts-blue-dark);
  font-size: .95rem;
  font-weight: 800;
  margin: 0 1.15rem 1.1rem;
}

.news .flex li a:hover {
  color: var(--ts-orange);
}

@media screen and (max-width: 1024px) {
  .news .flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 599px) {
  .news {
    width: 100%;
  }

  .news .flex {
    gap: 1rem;
    grid-template-columns: 1fr;
    //padding: 0 1.25rem;
  }

  .news .flex li {
    min-height: 0;
  }

  .news .flex li img {
    //height: 120px;
  }
}

/* ------------------------------------------------------------
 * 新着情報 見出しデザイン調整
 * 「SERVICE / 私たちのサービス」と同じ方向性に揃えます。
 * ------------------------------------------------------------ */

.news > h2 {
  background: none;
  color: var(--ts-text);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.35;
  margin-bottom: 2rem;
  padding: 0;
  text-align: center;
}

.news > h2::before {
  content: "NEWS";
  color: var(--ts-blue);
  display: block;
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .35em;
  line-height: 1;
  margin-bottom: .9rem;
}

@media screen and (max-width: 599px) {
  .news > h2 {
    font-size: 2rem;
    letter-spacing: .12em;
    margin-bottom: 1.5rem;
  }

  .news > h2::before {
    font-size: .75rem;
  }
}

/* ------------------------------------------------------------
 * こんなことでお困りではありませんか？ 表示調整
 * サービスカードと見た目を統一
 * ------------------------------------------------------------ */

.trouble.ts-problem {
  background: #fff;
  margin: 0 auto 6rem;
  max-width: 1280px;
  padding: 4rem 2rem 0;
  text-align: center;
  width: calc(100% - 4rem);
}

.trouble.ts-problem .ts-section-heading {
  margin-bottom: 2.4rem;
}

.trouble.ts-problem .ts-section-heading p {
  color: var(--ts-blue);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .35em;
  line-height: 1;
  margin-bottom: .9rem;
}

.trouble.ts-problem .ts-section-heading h2 {
  background: none;
  color: var(--ts-text);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  text-align: center;
}

.trouble.ts-problem ul {
  align-items: stretch;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
  justify-content: initial;
  margin: 0 auto;
  width: 100%;
}

.trouble.ts-problem ul li {
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  box-shadow: 0 6px 20px rgba(6, 36, 90, .08);
  color: var(--ts-text);
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 320px;
  overflow: hidden;
  padding: 1.5rem 1.5rem 1.4rem;
  text-align: left;
  width: auto;
}

.trouble.ts-problem ul li div {
  width: auto;
}

.trouble.ts-problem .ts-problem-num {
  color: var(--ts-blue);
  display: block;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: .45rem;
}

.trouble.ts-problem h3 {
  color: var(--ts-blue);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.45;
  margin: 0;
}

.trouble.ts-problem .ts-problem-sub {
  color: var(--ts-blue-dark);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.5;
  margin: .15rem 0 .9rem;
}

.trouble.ts-problem .ts-problem-image {
  background-color: #eef5fb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: calc(var(--ts-radius) - 4px);
  height: 120px;
  margin-bottom: 1rem;
  width: 100%;
}

.trouble.ts-problem .ts-problem-image01 {
  background-image: url(/assets/images/service_link_img2.jpg);
}

.trouble.ts-problem .ts-problem-image02 {
  background-image: url(/assets/images/service_link_img3.jpg);
}

.trouble.ts-problem .ts-problem-image03 {
  background-image: url(/assets/images/img012.jpg);
}

.trouble.ts-problem .ts-problem-text {
  color: var(--ts-text);
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.9;
  margin: 0 0 1.2rem;
}

.trouble.ts-problem .btn {
  margin: auto 0 0 auto;
  width: 9.5rem;
}

.trouble.ts-problem .btn a {
  background: transparent;
  border: none;
  color: var(--ts-blue);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 0;
  text-align: right;
}

.trouble.ts-problem .btn a::after {
  content: "〉";
  margin-left: .45rem;
}

.trouble.ts-problem .btn a:hover {
  color: var(--ts-orange);
}

.trouble.ts-problem .ts-problem-lead {
  color: var(--ts-blue);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.7;
  margin: 2.4rem 0 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .trouble.ts-problem ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 599px) {
  .trouble.ts-problem {
    margin-bottom: 4rem;
    padding: 3rem 1.25rem 0;
    width: 100%;
  }

  .trouble.ts-problem .ts-section-heading h2 {
    font-size: 2rem;
    letter-spacing: .12em;
  }

  .trouble.ts-problem ul {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .trouble.ts-problem ul li {
    min-height: 0;
  }

  .trouble.ts-problem .ts-problem-image {
    height: 130px;
  }

  .trouble.ts-problem .ts-problem-lead {
    font-size: 1.35rem;
    text-align: left;
  }
}

/* ------------------------------------------------------------
 * コンテンツ間の軽めのお問い合わせ導線
 * ------------------------------------------------------------ */

.ts-inline-contact {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ts-border, #dfe9f2);
  border-radius: var(--ts-radius, 18px);
  box-shadow: 0 6px 20px rgba(6, 36, 90, .06);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  //margin: -2rem auto 5rem;
  margin: 0 auto;
  max-width: 1180px;
  padding: 1.6rem 2rem;
  width: calc(100% - 4rem);
}

.ts-inline-contact__text {
  min-width: 0;
}

.ts-inline-contact__label {
  color: var(--ts-blue, #007fcb);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .28em;
  line-height: 1;
  margin: 0 0 .55rem;
}

.ts-inline-contact__lead {
  color: var(--ts-blue-dark, #11327b);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 900;
  line-height: 1.7;
  margin: 0;
}

.ts-inline-contact__button {
  flex: 0 0 auto;
}

.ts-inline-contact__button a {
  background: transparent;
  border: 1px solid var(--ts-blue, #007fcb);
  border-radius: 999px;
  color: var(--ts-blue, #007fcb);
  display: inline-block;
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1;
  padding: .85rem 1.35rem;
  text-align: center;
  white-space: nowrap;
}

.ts-inline-contact__button a::after {
  content: "〉";
  margin-left: .45rem;
}

.ts-inline-contact__button a:hover {
  background: var(--ts-blue, #007fcb);
  color: #fff;
}

@media screen and (max-width: 599px) {
  .ts-inline-contact {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
    margin: -1rem auto 4rem;
    padding: 1.4rem 1.25rem;
    width: calc(100% - 2.5rem);
  }

  .ts-inline-contact__button a {
    display: block;
    width: 100%;
  }
}

/* ------------------------------------------------------------
 * 施工実績 ボタン
 * ------------------------------------------------------------ */

.ts-achievement__more {
  margin-top: 2rem;
  text-align: center;
}

.ts-achievement__more a {
  background: var(--ts-blue, #007fcb);
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  min-width: 320px;
  padding: 1rem 2.4rem;
  text-align: center;
}

.ts-achievement__more a::after {
  content: "〉";
  margin-left: .8rem;
}

.ts-achievement__more a:hover {
  opacity: .85;
}

@media screen and (max-width: 599px) {
  .ts-achievement__more {
    margin-top: 1.5rem;
  }

  .ts-achievement__more a {
    min-width: 0;
    width: 100%;
  }
}


/* ------------------------------------------------------------
 * フッター調整
 * 画像イメージに近い濃紺フッターへ変更
 * ------------------------------------------------------------ */

#footer.ts-footer {
  background: #003b8f;
  color: #fff;
  margin-top: 0;
  text-align: left;
}

#footer.ts-footer a {
  color: inherit;
}

#footer.ts-footer ul {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
}

#footer.ts-footer ul li {
  width: auto;
}

#footer.ts-footer p {
  margin: 0;
}

/* 上部CTA */

.ts-footer-cta {
  background: linear-gradient(135deg, #003f96 0%, #0050b8 100%);
  padding: 2.4rem 0;
}

.ts-footer-cta__inner {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2rem;
  width: 100%;
}

.ts-footer-cta__left {
  color: #fff;
}

.ts-footer-cta__label {
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.6;
  opacity: .9;
}

.ts-footer-cta__lead {
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.5;
  margin-top: .2rem !important;
}

.ts-footer-cta__button {
  background: #fff;
  border-radius: 6px;
  color: #003b8f !important;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  margin-top: 1.2rem;
  min-width: 280px;
  padding: 1rem 2rem;
  text-align: center;
}

.ts-footer-cta__button::after {
  content: "〉";
  margin-left: .8rem;
}

.ts-footer-cta__tel {
  background: #fff;
  border-radius: 8px;
  color: #003b8f;
  min-width: 430px;
  padding: 1.4rem 2rem;
  text-align: center;
}

.ts-footer-cta__tel p {
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.4;
}

.ts-footer-cta__tel a {
  color: #003b8f !important;
  display: block;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  margin: .3rem 0;
}

.ts-footer-cta__tel span {
  display: block;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .04em;
}

/* メインフッター */

.ts-footer-main {
  background: linear-gradient(135deg, #002f78 0%, #003b8f 52%, #002a6d 100%);
  padding: 3.2rem 0 2.8rem;
}

.ts-footer-main__inner {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1.4fr .85fr 1fr 1.25fr;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2rem;
  width: 100%;
}

.ts-footer-brand,
.ts-footer-nav,
.ts-footer-info {
  border-left: 1px solid rgba(255, 255, 255, .18);
  padding-left: 2rem;
}

.ts-footer-brand {
  border-left: none;
  padding-left: 0;
}

.ts-footer-brand img {
  display: block;
  height: auto;
  margin-bottom: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 210px;
  width: 100%;
}

.ts-footer-brand p,
.ts-footer-info p,
.ts-footer-nav li {
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.9;
}

.ts-footer-nav h2,
.ts-footer-info h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.ts-footer-nav li {
  margin-bottom: .25rem;
}

.ts-footer-nav a,
.ts-footer-info a {
  color: rgba(255, 255, 255, .9) !important;
}

.ts-footer-nav a:hover,
.ts-footer-info a:hover {
  color: #8ed9ff !important;
}

.ts-footer-info p + p {
  margin-top: .8rem !important;
}

/* コピーライト */

#footer.ts-footer small {
  background: #00317f;
  color: #fff;
  display: block;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  padding: .9rem 1rem;
  text-align: center;
}

/* スマホ対応 */

@media screen and (max-width: 1024px) {
  .ts-footer-cta__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 1.5rem;
  }

  .ts-footer-cta__tel {
    min-width: 0;
    width: 100%;
  }

  .ts-footer-main__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-footer-brand {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 599px) {
  .ts-footer-cta {
    padding: 2rem 0;
  }

  .ts-footer-cta__inner {
    padding: 0 1.25rem;
  }

  .ts-footer-cta__button {
    min-width: 0;
    width: 100%;
  }

  .ts-footer-cta__tel {
    padding: 1.3rem 1rem;
  }

  .ts-footer-main {
    padding: 2.5rem 0;
  }

  .ts-footer-main__inner {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 0 1.25rem;
  }

  .ts-footer-brand,
  .ts-footer-nav,
  .ts-footer-info {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-left: 0;
    padding-top: 1.5rem;
  }

  .ts-footer-brand {
    border-top: none;
    padding-top: 0;
  }

  .ts-footer-brand img {
    max-width: 180px;
  }
}

/* ------------------------------------------------------------
 * 対応エリア セクション調整
 * 九州地図イラスト風の表示に変更
 * ------------------------------------------------------------ */

.contents.support_area.ts-area {
  background: linear-gradient(135deg, #f7fbff 0%, #edf6ff 100%);
  border-radius: var(--ts-radius, 18px);
  box-shadow: 0 10px 30px rgba(6, 36, 90, .08);
  margin: 0 auto 6rem;
  max-width: 1280px;
  overflow: hidden;
  padding: 4rem 4rem;
  width: calc(100% - 4rem);
}

.support_area.ts-area > h2 {
  display: none;
}

.support_area.ts-area .ts-section-heading {
  margin-bottom: 2.8rem;
  text-align: center;
}

.support_area.ts-area .ts-section-heading p {
  color: var(--ts-blue, #007fcb);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .35em;
  line-height: 1;
  margin: 0 0 .9rem;
}

.support_area.ts-area .ts-section-heading h2 {
  background: none;
  color: var(--ts-text, #111827);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ts-area__inner {
  align-items: center;
  display: grid;
  gap: 3.5rem;
  grid-template-columns: 1.05fr .95fr;
}

.ts-area__text {
  color: var(--ts-text, #111827);
}

.ts-area__label {
  background: rgba(0, 127, 203, .1);
  border: 1px solid rgba(0, 127, 203, .2);
  border-radius: 999px;
  color: var(--ts-blue, #007fcb);
  display: inline-block;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: .45rem 1rem;
}

.ts-area__text h3 {
  color: var(--ts-blue-dark, #11327b);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.65;
  margin: 0 0 1.2rem;
}

.ts-area__text p {
  color: var(--ts-text, #111827);
  font-size: .98rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 1rem;
}

.ts-area__points {
  display: grid;
  gap: .7rem;
  margin: 1.5rem 0 0;
  padding: 0;
}

.ts-area__points li {
  color: var(--ts-blue-dark, #11327b);
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.6;
  padding-left: 1.6rem;
  position: relative;
}

.ts-area__points li::before {
  background: var(--ts-blue, #007fcb);
  border-radius: 50%;
  content: "";
  height: .55rem;
  left: 0;
  position: absolute;
  top: .55rem;
  width: .55rem;
}

.ts-area__map {
  background-image: url(/assets/images/kyushu3.png);
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.ts-area__map-card {
  background:
    radial-gradient(circle at 66% 25%, rgba(0, 127, 203, .13) 0 8%, transparent 8.5%),
    radial-gradient(circle at 66% 25%, rgba(0, 127, 203, .08) 0 18%, transparent 18.5%),
    #fff;
  border: 1px solid rgba(0, 127, 203, .14);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(6, 36, 90, .12);
  overflow: hidden;
  padding: 1.4rem;
}

.ts-area__map-card svg {
  display: block;
  height: auto;
  width: 100%;
}

.ts-area__map-shape {
  fill: #b9d7ef;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 5;
}

.ts-area__map-shape--sub {
  fill: #cfe3f4;
}

.ts-area__pin {
  fill: var(--ts-blue, #007fcb);
  stroke: #fff;
  stroke-width: 5;
}

.ts-area__pin-ring {
  fill: none;
  opacity: .35;
  stroke: var(--ts-blue, #007fcb);
  stroke-width: 2;
}

.ts-area__pin-ring--02 {
  opacity: .22;
}

.ts-area__pin-ring--03 {
  opacity: .12;
}

.ts-area__line {
  stroke: var(--ts-blue-dark, #11327b);
  stroke-linecap: round;
  stroke-width: 3;
}

.ts-area__tag-bg {
  fill: var(--ts-blue-dark, #11327b);
}

.ts-area__tag-text {
  fill: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .06em;
}

@media screen and (max-width: 1024px) {
  .contents.support_area.ts-area {
    padding: 3.5rem 2rem;
  }

  .ts-area__inner {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ts-area__map {
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .contents.support_area.ts-area {
    border-radius: 0;
    margin-bottom: 4rem;
    padding: 3rem 1.25rem;
    width: 100%;
  }

  .support_area.ts-area .ts-section-heading {
    margin-bottom: 2rem;
  }

  .support_area.ts-area .ts-section-heading h2 {
    font-size: 2rem;
    letter-spacing: .12em;
  }

  .ts-area__inner {
    gap: 1.8rem;
  }

  .ts-area__label {
    border-radius: 12px;
    line-height: 1.7;
  }

  .ts-area__text h3 {
    font-size: 1.35rem;
  }

  .ts-area__text p {
    font-size: .94rem;
  }

  .ts-area__map-card {
    border-radius: 18px;
    padding: .8rem;
  }
}

/* ------------------------------------------------------------
 * サービス紹介ページ
 * ------------------------------------------------------------ */

.service-page {
  background: #f7fbff;
  color: var(--ts-text, #111827);
  overflow: hidden;
}

/* ヒーロー */

.service-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.88) 48%, rgba(255,255,255,.25) 100%),
    url(/assets/images/img003.jpg) center / cover no-repeat;
  padding: 11rem 2rem 6rem;
}

.service-hero__inner {
  margin: 0 auto;
  max-width: 1280px;
}

.service-hero__label {
  color: var(--ts-blue, #007fcb);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .35em;
  line-height: 1;
  margin: 0 0 1rem;
}

.service-hero h1 {
  color: var(--ts-blue-dark, #11327b);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

.service-hero p:not(.service-hero__label) {
  color: var(--ts-text, #111827);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 800;
  line-height: 2;
  max-width: 660px;
  margin: 0;
}

/* リード */

.service-lead {
  background: #fff;
  padding: 4rem 2rem;
}

.service-lead__inner {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.service-lead__catch {
  color: var(--ts-blue-dark, #11327b);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.7;
  margin: 0 0 1.4rem;
}

.service-lead__inner p:not(.service-lead__catch) {
  color: var(--ts-text, #111827);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.1;
  margin: 0;
}

/* アンカーリンク */

.service-anchor {
  background: #fff;
  border-bottom: 1px solid rgba(17, 50, 123, .12);
  border-top: 1px solid rgba(17, 50, 123, .12);
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 5;
}

.service-anchor ul {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}

.service-anchor li {
  list-style: none;
}

.service-anchor a {
  background: #f7fbff;
  border: 1px solid rgba(0, 127, 203, .22);
  border-radius: 999px;
  color: var(--ts-blue-dark, #11327b);
  display: block;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1;
  padding: .75rem 1.15rem;
}

.service-anchor a:hover {
  background: var(--ts-blue, #007fcb);
  color: #fff;
}

/* サービス詳細 */

.service-detail {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(17, 50, 123, .12);
  border-radius: var(--ts-radius, 18px);
  box-shadow: 0 12px 34px rgba(6, 36, 90, .08);
  display: grid;
  gap: 0;
  grid-template-columns: .95fr 1.05fr;
  margin: 5rem auto;
  max-width: 1280px;
  overflow: hidden;
  scroll-margin-top: 7rem;
  width: calc(100% - 4rem);
}

.service-detail--reverse {
  grid-template-columns: 1.05fr .95fr;
}

.service-detail--reverse .service-detail__image {
  order: 2;
}

.service-detail--reverse .service-detail__text {
  order: 1;
}

.service-detail__image {
  background-color: #d8e9f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 520px;
}

.service-detail__image--aircon {
  background-image: url(/assets/images/service_link_img2.jpg);
}

.service-detail__image--maintenance {
  background-image: url(/assets/images/service_link_img3.jpg);
}

.service-detail__image--sales {
  background-image: url(/assets/images/img002.jpg);
}

.service-detail__image--freon {
  background-image: url(/assets/images/img012.jpg);
}

.service-detail__image--other {
  background-image: url(/assets/images/img008.jpg);
}

.service-detail__text {
  padding: 3.5rem;
}

.service-detail__num {
  color: var(--ts-blue, #007fcb);
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  margin: 0 0 .5rem;
}

.service-detail__label {
  color: var(--ts-blue-dark, #11327b);
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.5;
  margin: 0 0 .6rem;
}

.service-detail h2 {
  background: none;
  color: var(--ts-blue-dark, #11327b);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.35;
  margin: 0 0 1.5rem;
  padding: 0;
  text-align: left;
}

.service-detail__text p {
  color: var(--ts-text, #111827);
  font-size: .98rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 0 1rem;
}

.service-detail__list {
  background: #f7fbff;
  border: 1px solid rgba(0, 127, 203, .16);
  border-radius: 14px;
  margin-top: 2rem;
  padding: 1.5rem;
}

.service-detail__list h3 {
  color: var(--ts-blue-dark, #11327b);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.service-detail__list ul {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.service-detail__list li {
  color: var(--ts-text, #111827);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.7;
  list-style: none;
  padding-left: 1.4rem;
  position: relative;
}

.service-detail__list li::before {
  background: var(--ts-blue, #007fcb);
  border-radius: 50%;
  content: "";
  height: .5rem;
  left: 0;
  position: absolute;
  top: .58rem;
  width: .5rem;
}

/* フロンガス回収・充填を少し強調 */

.service-detail--freon {
  border-color: rgba(233, 107, 16, .32);
}

.service-detail--freon .service-detail__num,
.service-detail--freon .service-detail__label {
  color: var(--ts-orange, #e96b10);
}

/* 下部CTA */

.service-bottom-cta {
  background:
    linear-gradient(135deg, rgba(0, 47, 120, .96) 0%, rgba(0, 59, 143, .96) 100%),
    url(/assets/images/img001.jpg) center / cover no-repeat;
  margin-top: 6rem;
  padding: 5rem 2rem;
}

.service-bottom-cta__inner {
  color: #fff;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.service-bottom-cta__label {
  color: #8ed9ff;
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .35em;
  line-height: 1;
  margin: 0 0 1rem;
}

.service-bottom-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.service-bottom-cta p:not(.service-bottom-cta__label) {
  color: rgba(255, 255, 255, .92);
  font-size: 1rem;
  font-weight: 800;
  line-height: 2;
  margin: 0 auto 2rem;
  max-width: 760px;
}

.service-bottom-cta a {
  background: #fff;
  border-radius: 999px;
  color: var(--ts-blue-dark, #11327b);
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  min-width: 280px;
  padding: 1rem 2rem;
  text-align: center;
}

.service-bottom-cta a::after {
  content: "〉";
  margin-left: .7rem;
}

.service-bottom-cta a:hover {
  opacity: .86;
}

/* タブレット */

@media screen and (max-width: 1024px) {
  .service-hero {
    padding: 9rem 2rem 5rem;
  }

  .service-detail,
  .service-detail--reverse {
    grid-template-columns: 1fr;
  }

  .service-detail--reverse .service-detail__image,
  .service-detail--reverse .service-detail__text {
    order: initial;
  }

  .service-detail__image {
    min-height: 360px;
  }

  .service-detail__text {
    padding: 3rem 2rem;
  }
}

/* スマホ */

@media screen and (max-width: 599px) {
  .service-hero {
    padding: 7rem 1.25rem 4rem;
  }

  .service-hero h1 {
    letter-spacing: .12em;
  }

  .service-lead {
    padding: 3rem 1.25rem;
  }

  .service-lead__inner {
    text-align: left;
  }

  .service-lead__catch {
    font-size: 1.55rem;
    letter-spacing: .08em;
  }

  .service-anchor {
    padding: .8rem 1rem;
    position: static;
  }

  .service-anchor ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: .3rem;
    flex-wrap: nowrap;
  }

  .service-anchor a {
    white-space: nowrap;
  }

  .service-detail {
    border-radius: 0;
    margin: 3.5rem auto;
    width: 100%;
  }

  .service-detail__image {
    min-height: 240px;
  }

  .service-detail__text {
    padding: 2.2rem 1.25rem;
  }

  .service-detail__num {
    font-size: 2.4rem;
  }

  .service-detail h2 {
    font-size: 2rem;
    letter-spacing: .1em;
  }

  .service-detail__list {
    padding: 1.25rem;
  }

  .service-detail__list ul {
    grid-template-columns: 1fr;
  }

  .service-bottom-cta {
    margin-top: 4rem;
    padding: 4rem 1.25rem;
  }

  .service-bottom-cta__inner {
    text-align: left;
  }

  .service-bottom-cta a {
    min-width: 0;
    width: 100%;
  }
}

/* ------------------------------------------------------------
 * Display Posts 施工実績一覧
 * .ts-works-list 用カード表示
 * ------------------------------------------------------------ */

.ts-works-list {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.ts-works-list .listing-item {
  background: #fff;
  border: 1px solid var(--ts-border, #dfe9f2);
  border-radius: var(--ts-radius, 18px);
  box-shadow: 0 6px 20px rgba(6, 36, 90, .08);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  overflow: hidden;
  padding: 1.2rem;
}

/* アイキャッチ画像 */

.ts-works-list .listing-item .image {
  background: #f8fbff;
  border-radius: 10px;
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
  width: 100%;
}

.ts-works-list .listing-item .image img {
  background: #f8fbff;
  display: block;
  height: 190px;
  object-fit: contain;
  padding: 1rem;
  width: 100%;
}

/* タイトル */

.ts-works-list .listing-item .title {
  color: var(--ts-blue-dark, #11327b);
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.7;
  margin: 0 0 .9rem;
}

.ts-works-list .listing-item .title:hover {
  color: var(--ts-blue, #007fcb);
}

/* 投稿日 */

.ts-works-list .listing-item .date {
  color: var(--ts-blue-dark, #11327b);
  display: block;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.5;
  margin-top: auto;
}

/* ページャー */

.display-posts-pagination,
.ts-works-list + .display-posts-pagination {
  margin: 3rem auto 0;
  text-align: center;
}

.display-posts-pagination .page-numbers {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ts-border, #dfe9f2);
  border-radius: 999px;
  color: var(--ts-blue-dark, #11327b);
  display: inline-flex;
  font-size: .95rem;
  font-weight: 900;
  height: 2.6rem;
  justify-content: center;
  margin: 0 .2rem;
  min-width: 2.6rem;
  padding: 0 .8rem;
}

.display-posts-pagination .page-numbers.current {
  background: var(--ts-blue, #007fcb);
  border-color: var(--ts-blue, #007fcb);
  color: #fff;
}

.display-posts-pagination a.page-numbers:hover {
  background: var(--ts-blue-dark, #11327b);
  border-color: var(--ts-blue-dark, #11327b);
  color: #fff;
}

/* タブレット */

@media screen and (max-width: 1024px) {
  .ts-works-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマホ */

@media screen and (max-width: 599px) {
  .ts-works-list {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .ts-works-list .listing-item {
    min-height: 0;
    padding: 1rem;
  }

  .ts-works-list .listing-item .image img {
    height: 160px;
  }

  .ts-works-list .listing-item .title {
    font-size: 1rem;
  }

  .display-posts-pagination .page-numbers {
    height: 2.4rem;
    min-width: 2.4rem;
  }
}

/* ------------------------------------------------------------
 * お困りごとセクション 下部お問い合わせボタン
 * ------------------------------------------------------------ */

.ts-problem-contact {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2.4rem auto 0;
  max-width: 1180px;
  width: 100%;
}

.ts-problem-contact__btn {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17, 50, 123, .35);
  border-radius: 8px;
  color: var(--ts-blue-dark, #11327b);
  display: flex;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 900;
  justify-content: center;
  letter-spacing: .08em;
  line-height: 1.4;
  min-height: 68px;
  padding: 1rem 1.4rem;
  text-align: center;
  transition: .2s ease;
}

.ts-problem-contact__btn:hover {
  background: var(--ts-blue-dark, #11327b);
  border-color: var(--ts-blue-dark, #11327b);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ts-problem-contact {
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .ts-problem-contact__btn {
    min-height: 60px;
  }
}


/* ------------------------------------------------------------
 * フロンガス回収・充填セクション 下部お問い合わせボタン
 * ------------------------------------------------------------ */

.ts-freon-contact {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2rem auto 0;
  max-width: 1180px;
  padding: 0 1rem 2rem;
  width: 100%;
  position: relative;
  z-index: 1;
}

.ts-freon-contact__btn {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17, 50, 123, .45);
  border-radius: 8px;
  color: var(--ts-blue-dark, #11327b);
  display: flex;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 900;
  justify-content: center;
  letter-spacing: .08em;
  line-height: 1.4;
  min-height: 68px;
  padding: 1rem 1.4rem;
  text-align: center;
  transition: .2s ease;
}

.ts-freon-contact__btn:hover {
  background: var(--ts-blue-dark, #11327b);
  border-color: var(--ts-blue-dark, #11327b);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ts-freon-contact {
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
    padding: 0 1.25rem 1.8rem;
  }

  .ts-freon-contact__btn {
    min-height: 60px;
  }
}

/* ------------------------------------------------------------
 * 施工実績 Instagram導線
 * ------------------------------------------------------------ */

.ts-achievement-instagram {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ts-border, #dfe9f2);
  border-radius: var(--ts-radius, 18px);
  box-shadow: 0 6px 20px rgba(6, 36, 90, .06);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 2.4rem auto 0;
  max-width: 820px;
  padding: 1.4rem 1.8rem;
  text-align: left;
}

.ts-achievement-instagram__text {
  color: var(--ts-blue-dark, #11327b);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.7;
  margin: 0;
}

.ts-achievement-instagram__button {
  align-items: center;
  background: var(--ts-blue, #007fcb);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .95rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .08em;
  line-height: 1;
  min-width: 190px;
  padding: .9rem 1.5rem;
  text-align: center;
}

.ts-achievement-instagram__button::after {
  content: "〉";
  margin-left: .6rem;
}

.ts-achievement-instagram__button:hover {
  background: var(--ts-blue-dark, #11327b);
  color: #fff;
}

@media screen and (max-width: 599px) {
  .ts-achievement-instagram {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.4rem 1.25rem;
  }

  .ts-achievement-instagram__text {
    text-align: center;
  }

  .ts-achievement-instagram__button {
    width: 100%;
  }
}

/* ------------------------------------------------------------
 * フッター Instagram導線
 * ------------------------------------------------------------ */

.ts-footer-instagram {
  margin-top: 1.6rem;
}

.ts-footer-instagram__label {
  color: rgba(255, 255, 255, .72);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.6;
  margin: 0 0 .55rem !important;
}

.ts-footer-instagram a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  gap: .55rem;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  padding: .7rem 1rem;
  transition: .2s ease;
}

.ts-footer-instagram a:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .45);
  color: #fff !important;
}

.ts-footer-instagram img {
  display: block;
  filter: brightness(0) invert(1);
  height: 1.1rem;
  width: 1.1rem;
}

@media screen and (max-width: 599px) {
  .ts-footer-instagram a {
    justify-content: center;
    width: 100%;
  }
}

/* ------------------------------------------------------------
 * フッター Instagramアイコン位置調整
 * ------------------------------------------------------------ */

.ts-footer-instagram a {
  align-items: center;
  display: inline-flex;
  gap: .6rem;
  line-height: 1;
}

.ts-footer-instagram img {
  display: block;
  flex: 0 0 auto;
  height: 1.1rem;
  line-height: 1;
  margin: 0;
  object-fit: contain;
  width: 1.1rem;
}

.ts-footer-instagram span {
  display: block;
  line-height: 1;
}

/* ------------------------------------------------------------
 * スマホ下部固定メニュー
 * 電話・LINE
 * ------------------------------------------------------------ */

.ts-sp-fixed-contact {
  display: none;
}

@media screen and (max-width: 599px) {
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .ts-sp-fixed-contact {
    background: var(--ts-blue);
    bottom: 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, .12);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    left: 0;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  .ts-sp-fixed-contact__item {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: .78rem;
    font-weight: 900;
    gap: .15rem;
    justify-content: center;
    letter-spacing: .06em;
    min-height: 64px;
    text-align: center;
  }

  .ts-sp-fixed-contact__item + .ts-sp-fixed-contact__item {
    border-left: 1px solid rgba(255, 255, 255, .25);
  }

  .ts-sp-fixed-contact__icon {
    align-items: center;
    display: flex;
    font-size: 1.35rem;
    height: 1.5rem;
    justify-content: center;
    line-height: 1;
  }

  .ts-sp-fixed-contact__line .ts-sp-fixed-contact__icon {
    //border: 2px solid #fff;
    //border-radius: 4px;
    font-size: 1rem;
    height: 1.45rem;
    padding: 0 .25rem;
  }

  .ts-sp-fixed-contact__text {
    line-height: 1.2;
  }

  .ts-sp-fixed-contact__item:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
  }
}

/* ------------------------------------------------------------
 * スマホ版 ヒーロー表示整理
 * 電話・LINEは下部固定メニューに任せる
 * ------------------------------------------------------------ */

@media screen and (max-width: 599px) {

  .ts-hero-copy {
    padding-bottom: 2rem;
  }

  .ts-hero-copy__inner h2 {
    font-size: clamp(2rem, 8vw, 2.6rem);
    line-height: 1.45;
    margin-bottom: 1.2rem;
  }

  .ts-hero-copy__lead {
    font-size: .95rem;
    line-height: 1.9;
    margin-bottom: 1.4rem;
  }

  .ts-hero-badges {
    display: grid;
    gap: .8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.5rem;
  }

  .ts-hero-badges li {
    min-height: 64px;
    padding: .8rem .6rem;
  }

  .ts-hero-badges li small {
    font-size: .72rem;
  }

  .ts-hero-badges li:nth-child(3) {
    grid-column: 1 / -1;
  }

  .ts-hero-actions {
    display: block;
  }

  .ts-hero-actions .ts-btn-primary {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .ts-hero-actions .ts-btn-secondary {
    display: none;
  }
}

/* ------------------------------------------------------------
 * スマホ版 ヒーローバッジを3列横並びに変更
 * ------------------------------------------------------------ */

@media screen and (max-width: 599px) {
  .ts-hero-badges {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1.5rem;
  }

  .ts-hero-badges li {
    min-height: 58px;
    padding: .65rem .35rem;
    font-size: .86rem;
    line-height: 1.35;
  }

  .ts-hero-badges li small {
    display: block;
    font-size: .62rem;
    line-height: 1.35;
    margin-bottom: .25rem;
  }

  .ts-hero-badges li:nth-child(3) {
    grid-column: auto;
  }
}

/* ------------------------------------------------------------
 * スマホ版 ヒーロー背景位置調整
 * 背景画像は下寄せにして、見出しの読みやすさを優先
 * ------------------------------------------------------------ */

@media screen and (max-width: 599px) {
  .slider1 .splide__slide {
    background-position: center bottom;
  }

  .ts-hero-copy {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, .88) 0%,
      rgba(255, 255, 255, .74) 45%,
      rgba(255, 255, 255, .52) 100%
    );
  }
}

/* ------------------------------------------------------------
 * スマホ版 スライダー背景画像の差し替え
 * ------------------------------------------------------------ */


.splide__slide.bgimage4 {
background-image: url(/assets/images/slider4_pc.png);
}
.splide__slide.bgimage7 {
background-image: url(/assets/images/slider7.jpg);
}
.splide__slide.bgimage9 {
background-image: url(/assets/images/slider9.jpg);
}
.splide__slide.bgimage10 {
background-image: url(/assets/images/slider10.jpg);
}

@media screen and (max-width: 599px) {
  .splide__slide.bgimage4 {
    background-image: url(/assets/images/slider4_sp.png);
  }
  .splide__slide.bgimage7 {
    background-image: url(/assets/images/slider7_sp.jpg);
  }
  .splide__slide.bgimage9 {
    background-image: url(/assets/images/slider9_sp.jpg);
  }
  .splide__slide.bgimage10 {
    background-image: url(/assets/images/slider10_sp.jpg);
  }
}

/* ------------------------------------------------------------
 * PC版 ヘッダーメニュー調整
 * メニュー文字を少し大きくし、縦方向中央に揃える
 * ------------------------------------------------------------ */

@media screen and (min-width: 600px) {
  #header {
    align-items: center;
    padding: .75rem 1rem;
  }

  #header h1 {
    display: flex;
    align-items: center;
    margin-left: 0;
  }

  #header h1 a {
    display: flex;
    align-items: center;
  }

  #header nav {
    display: flex;
    align-items: center;
  }

  #header nav ul {
    align-items: center;
    column-gap: 2rem;
    display: flex;
    height: auto;
  }

  #header nav ul li a {
    align-items: center;
    color: #111827;
    display: flex;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.4;
    min-height: 48px;
  }

  #header div {
    align-items: center;
    display: flex;
  }

  #header div .btn {
    align-items: center;
    display: flex;
    margin: 0;
    width: auto;
  }

  #header div .btn a {
    align-items: center;
    background: var(--ts-blue-dark, #11327b);
    border: none;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 900;
    justify-content: center;
    letter-spacing: .08em;
    line-height: 1.4;
    min-height: 48px;
    min-width: 160px;
    padding: 0 1.5rem;
  }
}

/* ------------------------------------------------------------
 * フッター SDGsリンク
 * ------------------------------------------------------------ */

.ts-footer-brand__head {
  align-items: center;
  display: flex;
  gap: 2.4rem;
  margin: 0 auto;
  width: 80%;
}

.ts-footer-brand__logo img {
  display: block;
  height: auto;
  max-width: 190px;
  width: 100%;
}

.ts-footer-sdgs {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: .55rem .7rem;
  transition: .2s ease;
}

.ts-footer-sdgs img {
  display: block;
  height: auto;
  max-width: 110px;
  margin-bottom: 0;
  width: 100%;
}

.ts-footer-sdgs:hover {
  opacity: .85;
}

@media screen and (max-width: 599px) {
  .ts-footer-brand__head {
    //align-items: flex-start;
    //flex-direction: column;
    //gap: 1rem;
  }

  .ts-footer-sdgs img {
    max-width: 140px;
  }
}

/* ------------------------------------------------------------
 * 下層ページ ヘッダー調整
 * ------------------------------------------------------------ */

.page_header.ts-page-header {
  background:
    linear-gradient(135deg, rgba(0, 47, 120, .96) 0%, rgba(0, 59, 143, .9) 100%);
  color: #fff;
  margin: 0;
  padding: 10rem 2rem 4rem;
  text-align: center;
}

.ts-page-header__inner {
  margin: 0 auto;
  max-width: 980px;
}

.ts-page-header__en {
  color: #8ed9ff;
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .35em;
  line-height: 1;
  margin: 0 0 1rem;
}

.page_header.ts-page-header h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.3;
  margin: 0;
}

.ts-page-header__lead {
  color: rgba(255, 255, 255, .9);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  margin: 1.2rem auto 0;
  max-width: 720px;
}

@media screen and (max-width: 599px) {
  .page_header.ts-page-header {
    padding: 8rem 1.25rem 3.5rem;
  }

  .page_header.ts-page-header h1 {
    font-size: 2.2rem;
    letter-spacing: .12em;
  }

  .ts-page-header__lead {
    font-size: .92rem;
    text-align: left;
  }
}

/* ------------------------------------------------------------
 * スマホ版 ハンバーガーメニュー縦中央調整
 * ------------------------------------------------------------ */

@media screen and (max-width: 599px) {
  :root {
    --ts-sp-header-height: 92px;
    --ts-hamburger-size: 42px;
  }

  #header {
    align-items: center;
    min-height: var(--ts-sp-header-height);
  }

  .hamburger {
    top: calc((var(--ts-sp-header-height) - var(--ts-hamburger-size)) / 2);
    right: 20px;
    width: var(--ts-hamburger-size);
    height: var(--ts-hamburger-size);
  }
}

/* ------------------------------------------------------------
 * 投稿詳細ページ single.php 記事本文デザイン
 * ------------------------------------------------------------ */

.single-page {
  background: #f7fbff;
  color: var(--ts-text, #111827);
}

.single-article {
  padding: 5rem 2rem 6rem;
}

.single-article__inner {
  background: #fff;
  border: 1px solid var(--ts-border, #dfe9f2);
  border-radius: var(--ts-radius, 18px);
  box-shadow: 0 12px 34px rgba(6, 36, 90, .08);
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
  padding: 3.5rem;
}

/* 投稿日 */

.single-article__inner time {
  background: rgba(0, 127, 203, .1);
  border: 1px solid rgba(0, 127, 203, .18);
  border-radius: 999px;
  color: var(--ts-blue, #007fcb);
  display: inline-block;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 1.4rem;
  padding: .55rem 1rem;
}

/* 投稿タイトル */

.single-article__inner h2 {
  color: var(--ts-blue-dark, #11327b);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.55;
  margin: 0 0 2rem;
}

/* アイキャッチ */

.single-article__thumbnail {
  background: #f8fbff;
  border-radius: 16px;
  margin: 0 0 2.5rem;
  overflow: hidden;
  text-align: center;
}

.single-article__thumbnail img {
  display: block;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  padding: 1.5rem;
  width: 100%;
}

/* 本文 */

.single-article__content {
  color: var(--ts-text, #111827);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.1;
}

.single-article__content p {
  margin: 0 0 1.4rem;
}

.single-article__content p:last-child {
  margin-bottom: 0;
}

.single-article__content a {
  color: var(--ts-blue, #007fcb);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: .25em;
  word-break: break-all;
}

.single-article__content a:hover {
  color: var(--ts-blue-dark, #11327b);
}

/* 本文内画像 */

.single-article__content img {
  border-radius: 14px;
  display: block;
  height: auto;
  margin: 2rem auto;
  max-width: 100%;
}

/* 見出しが本文内に入った場合 */

.single-article__content h2,
.single-article__content h3,
.single-article__content h4 {
  background: none;
  color: var(--ts-blue-dark, #11327b);
  font-weight: 900;
  line-height: 1.6;
  margin: 2.5rem 0 1rem;
  padding: 0;
  text-align: left;
}

.single-article__content h3 {
  border-left: 5px solid var(--ts-blue, #007fcb);
  font-size: 1.35rem;
  padding-left: 1rem;
}

/* リスト */

.single-article__content ul,
.single-article__content ol {
  background: #f7fbff;
  border: 1px solid rgba(0, 127, 203, .14);
  border-radius: 14px;
  margin: 1.8rem 0;
  padding: 1.4rem 1.6rem;
}

.single-article__content li {
  font-weight: 700;
  line-height: 1.9;
  list-style-position: inside;
  margin-bottom: .5rem;
}

.single-article__content li:last-child {
  margin-bottom: 0;
}

/* 戻るボタンを追加した場合用 */

.single-article__back {
  border-top: 1px solid var(--ts-border, #dfe9f2);
  margin-top: 3rem;
  padding-top: 2rem;
  text-align: center;
}

.single-article__back a {
  background: var(--ts-blue-dark, #11327b);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  min-width: 260px;
  padding: 1rem 2rem;
}

.single-article__back a::before {
  content: "〈";
  margin-right: .6rem;
}

.single-article__back a:hover {
  opacity: .86;
}

/* スマホ */

@media screen and (max-width: 599px) {
  .single-article {
    padding: 3rem 1.25rem 4rem;
  }

  .single-article__inner {
    border-radius: 14px;
    padding: 2rem 1.25rem;
  }

  .single-article__inner h2 {
    font-size: 1.65rem;
    letter-spacing: .05em;
    margin-bottom: 1.6rem;
  }

  .single-article__thumbnail {
    margin-bottom: 2rem;
  }

  .single-article__thumbnail img {
    max-height: none;
    padding: 1rem;
  }

  .single-article__content {
    font-size: .96rem;
    line-height: 2;
  }

  .single-article__back a {
    min-width: 0;
    width: 100%;
  }
}

/* ------------------------------------------------------------
 * 404ページ調整
 * ------------------------------------------------------------ */

.page-404 .single-article__inner {
  text-align: center;
}

.page-404 .single-article__content {
  max-width: 720px;
  margin: 0 auto;
}

.page-404__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.page-404__buttons a + a {
  background: var(--ts-blue, #007fcb);
}

.page-404__buttons a + a::before {
  content: "";
  margin: 0;
}

.page-404__buttons a + a::after {
  content: "〉";
  margin-left: .6rem;
}

@media screen and (max-width: 599px) {
  .page-404__buttons {
    flex-direction: column;
  }

  .page-404__buttons a {
    width: 100%;
  }
}