/*------------------------------------------------------------------------------ 
  Base
------------------------------------------------------------------------------*/
[v-cloak] {
  display: none; }

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

html,
body {
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #1d2021;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.7; }

.en {
  font-family: "Libre Baskerville", serif; }

.uppercase {
  text-transform: uppercase; }

a {
  color: #1d2021;
  text-decoration: none;
  transition: .3s; }

h1 {
  font-size: clamp(24px, 3vw, 26px); }

h2 {
  font-size: clamp(22px, 2.5vw, 24px); }

h3 {
  font-size: clamp(20px, 2vw, 22px); }

h4 {
  font-size: clamp(18px, 2vw, 20px); }

h5 {
  font-size: clamp(17px, 2vw, 18px); }

h6 {
  font-size: clamp(16px, 2vw, 17px); }

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }

strong {
  font-weight: 500; }

figure {
  margin: 0; }

img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.in-bl {
  display: inline-block; }

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

.disc {
  list-style: disc;
  padding-left: clamp(20px, 3vw, 40px); }
  .disc li {
    margin-bottom: 7px; }

.grecaptcha-badge {
  visibility: hidden; }

.right-fixed {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  pointer-events: auto;
  right: 0;
  top: 0;
  width: auto;
  z-index: 30; }
  @media (min-width: 1025px) {
    .right-fixed {
      bottom: 0;
      background: #d7efff;
      pointer-events: none;
      width: 90px; } }
  .right-fixed .hamburger {
    align-items: center;
    display: flex;
    height: 65px;
    justify-content: center;
    pointer-events: auto;
    position: relative;
    width: 65px;
    z-index: 100; }
    @media (max-width: 1024px) {
      .right-fixed .hamburger {
        background: #d7efff;
        border-radius: 3px;
        right: 12px;
        top: 12px; } }
    @media (min-width: 1025px) {
      .right-fixed .hamburger {
        height: 80px;
        width: 60px; } }
    .right-fixed .hamburger:hover {
      cursor: pointer; }
      .right-fixed .hamburger:hover span:nth-child(3) {
        left: 13px;
        width: 40px; }
        @media (min-width: 1025px) {
          .right-fixed .hamburger:hover span:nth-child(3) {
            left: 10px; } }
    .right-fixed .hamburger span {
      background-color: #293033;
      display: block;
      height: 2px;
      position: absolute;
      transition: opacity .25s ease, transform .25s ease;
      width: 40px; }
      @media (max-width: 1024px) {
        .right-fixed .hamburger span {
          left: 13px; } }
      .right-fixed .hamburger span:nth-child(1) {
        transform: translateY(-8px); }
      .right-fixed .hamburger span:nth-child(2) {
        transform: translateY(0); }
      .right-fixed .hamburger span:nth-child(3) {
        left: 33px;
        transform: translateY(8px);
        transition-property: width, bottom, left, transform;
        transition-timing-function: ease-out;
        width: 20px; }
        @media (min-width: 1025px) {
          .right-fixed .hamburger span:nth-child(3) {
            left: 30px; } }
  .right-fixed .pagetop {
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .right-fixed .pagetop {
        display: none; } }

.nav-toggle:checked ~ .right-fixed .hamburger span {
  width: 30px; }
  .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(1) {
    left: 17px;
    transform: rotate(45deg); }
    @media (min-width: 1025px) {
      .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(1) {
        left: 15px; } }
  .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(2) {
    opacity: 0; }
  .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(3) {
    left: 17px;
    transform: translateX(0) rotate(-45deg); }
    @media (min-width: 1025px) {
      .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(3) {
        left: 15px; } }
.nav-toggle:checked ~ .right-fixed .drawer {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }
  .nav-toggle:checked ~ .right-fixed .drawer .drawer__panel {
    right: 0; }

.drawer {
  display: flex;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity .4s ease, visibility .4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 25; }
  @media (min-width: 1025px) {
    .drawer {
      margin: 0 90px 0 auto;
      width: calc(100% - 90px); } }
  .drawer .drawer__mask {
    background-color: rgba(225, 232, 235, 0.7);
    cursor: pointer;
    height: 100%;
    width: 100%; }
  .drawer .drawer__panel {
    align-items: flex-start;
    background-color: #f0f7fa;
    display: flex;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: clamp(50px, 7vw, 80px) clamp(40px, 5vw, 80px);
    transition: right .4s;
    width: 100%;
    position: absolute;
    top: 0;
    right: -100vw; }
    @media (min-width: 1025px) {
      .drawer .drawer__panel {
        width: 75%; } }
    .drawer .drawer__panel .drawer__inner {
      display: grid;
      gap: 50px;
      margin: auto;
      width: min(800px, 100%); }
      @media (min-width: 768px) {
        .drawer .drawer__panel .drawer__inner {
          gap: 80px;
          grid-template-columns: 2fr 1fr; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .drawer .drawer__panel .drawer__inner {
          margin: 90px auto 0;
          width: min(750px, 90%); } }
      .drawer .drawer__panel .drawer__inner .drawer__col .drawer__li {
        font-size: clamp(16px, 1.6vw, 17px);
        font-weight: 500; }
        .drawer .drawer__panel .drawer__inner .drawer__col .drawer__li li + li {
          margin-top: clamp(40px, 5vw, 50px); }
        .drawer .drawer__panel .drawer__inner .drawer__col .drawer__li li a {
          color: #094067; }
          .drawer .drawer__panel .drawer__inner .drawer__col .drawer__li li a:hover {
            color: #1d8cbf; }
      .drawer .drawer__panel .drawer__inner .drawer__col--main .drawer__li--services {
        font-size: clamp(15px, 1.5vw, 16px);
        font-weight: 400;
        padding: clamp(30px, 3.5vw, 40px) 0 0 clamp(8px, 1vw, 12px); }
        .drawer .drawer__panel .drawer__inner .drawer__col--main .drawer__li--services li + li {
          margin-top: clamp(25px, 4vw, 35px); }
        .drawer .drawer__panel .drawer__inner .drawer__col--main .drawer__li--services li a {
          display: block;
          padding-left: 18px;
          position: relative; }
          .drawer .drawer__panel .drawer__inner .drawer__col--main .drawer__li--services li a:before {
            background: #094067;
            content: '';
            height: 1px;
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 8px; }
      @media (max-width: 767px) {
        .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__li--simple {
          display: grid;
          gap: 15px;
          grid-template-columns: repeat(2, 1fr); }
          .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__li--simple li + li {
            margin-top: 0; } }
      @media (max-width: 767px) {
        .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__li--simple .drawer__simple-item--cta {
          display: none; } }
      .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__li--simple .drawer__simple-item--cta .tel {
        font-size: clamp(18px, 1.8vw, 20px); }
      .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__cta {
        margin-top: 50px; }
        @media (min-width: 768px) {
          .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__cta {
            display: none; } }
        .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__cta .cta__ico {
          border: 2px solid #094067; }
          .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__cta .cta__ico:after {
            background: #094067; }

.pagetop {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 20px;
  pointer-events: auto;
  transition: transform .3s; }
  .pagetop:hover {
    transform: translateY(-5px); }
  .pagetop .pagetop__line {
    background-color: #293033;
    height: 80px;
    width: 1px; }
  .pagetop .pagetop__label {
    color: #293033;
    font-size: 11px;
    letter-spacing: .15em;
    writing-mode: vertical-rl; }

/*------------------------------------------------------------------------------ 
  Common
------------------------------------------------------------------------------*/
.grid {
  display: grid; }

.cta {
  display: flex;
  gap: 20px; }
  @media (min-width: 768px) {
    .cta {
      flex-direction: column;
      gap: 24px; } }
  .cta .cta__link {
    align-items: center;
    color: #1d2021;
    display: flex;
    gap: 16px;
    position: relative; }
    .cta .cta__link:hover .cta__label {
      color: #1d8cbf; }
    .cta .cta__link--tel .cta__ico:after {
      mask-image: url(../img/common/tel.svg) no-repeat center/cover;
      -webkit-mask: url(../img/common/tel.svg) no-repeat center/cover; }
    .cta .cta__link--mail .cta__ico:after {
      mask-image: url(../img/common/mail.svg) no-repeat center/cover;
      -webkit-mask: url(../img/common/mail.svg) no-repeat center/cover; }
    .cta .cta__link .cta__ico {
      align-items: center;
      background: #fff;
      border: 2px solid #094067;
      border-radius: 50%;
      display: flex;
      height: 50px;
      justify-content: center;
      width: 50px; }
      .cta .cta__link .cta__ico:after {
        background: #094067;
        content: '';
        height: 25px;
        position: absolute;
        width: 25px; }
    .cta .cta__link .cta__label {
      font-weight: 500;
      transition: color .3s; }
      @media (max-width: 767px) {
        .cta .cta__link .cta__label {
          display: none; } }
      .cta .cta__link .cta__label--tel {
        font-size: clamp(18px, 1.8vw, 20px); }

.l-inner {
  margin-inline: auto;
  width: calc(100% - 40px); }
  @media (min-width: 768px) {
    .l-inner {
      width: min(1200px, 100% - 80px); } }

@media (min-width: 1025px) {
  .pc-w {
    margin-right: auto;
    width: calc(100% - 90px);
    margin: 0 90px 0 auto;
    width: min(1500px, 100% - 90px); } }

@media (min-width: 1025px) {
  .container, #hero, main, #sub-hero, footer {
    margin-right: 90px;
    width: calc(100% - 90px); } }

.container__in, main section,
main .cont, #top-page #info .info__in, #sub #services #services__type .services__type-in, #sub .service-detail #service-case .service-case__head, #sub .service-detail #service-case .service-case, #sub #company .about .about__txt, footer .ft__in {
  margin-inline: auto;
  width: min(1100px, 85%); }

.btn a {
  background: #fff;
  border: 1px solid #e06926;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  max-width: 250px;
  padding: 14px 28px;
  transition: background-color .25s ease, color .25s ease, transform .15s ease; }
  .btn a:hover {
    background: #e06926;
    color: #fff; }
.btn .btn__icon img {
  display: block;
  height: 18px;
  width: auto; }
.btn .btn__label {
  white-space: nowrap; }
.btn.btn--arrow a {
  margin-left: auto;
  padding: 15px 50px 15px 25px;
  position: relative; }
  .btn.btn--arrow a:hover:after {
    background: #fff; }
  .btn.btn--arrow a:after {
    background: #1d2021;
    content: '';
    height: 18px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s;
    width: 18px;
    mask-image: url(../img/common/arrow.svg) no-repeat center/cover;
    -webkit-mask: url(../img/common/arrow.svg) no-repeat center/cover; }

.services__grid {
  display: grid; }
  .services__grid .services-card {
    container-type: inline-size; }
    .services__grid .services-card .services-card__link {
      border-radius: 3px;
      height: 100%;
      padding: 24px 20px 20px 20px; }
      @media (min-width: 768px) {
        .services__grid .services-card .services-card__link {
          padding: 28px 24px 22px 24px; } }
      .services__grid .services-card .services-card__link:hover {
        background-color: #f0f7fa;
        border-color: #25a9e0; }
        .services__grid .services-card .services-card__link:hover .services-card__icon,
        .services__grid .services-card .services-card__link:hover .services-card__more-icon {
          background: #fff; }
      .services__grid .services-card .services-card__link .services-card__ttl {
        color: #094067;
        font-size: 17px;
        font-weight: 500;
        margin: 0; }

.services__icon {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 50%;
  position: relative;
  width: 90px; }
  .services__icon:after {
    background: #094067;
    content: '';
    height: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px; }

.plumbing:after {
  mask-image: url(../img/services/icon/home.svg) no-repeat center/cover;
  -webkit-mask: url(../img/services/icon/home.svg) no-repeat center/cover; }

.water-leak:after {
  mask-image: url(../img/services/icon/blocked-drain.svg) no-repeat center/cover;
  -webkit-mask: url(../img/services/icon/blocked-drain.svg) no-repeat center/cover; }

.reform:after {
  mask-image: url(../img/services/icon/bath.svg) no-repeat center/cover;
  -webkit-mask: url(../img/services/icon/bath.svg) no-repeat center/cover; }

.septic-tank:after {
  mask-image: url(../img/services/icon/switch.svg) no-repeat center/cover;
  -webkit-mask: url(../img/services/icon/switch.svg) no-repeat center/cover; }

.gas:after {
  mask-image: url(../img/services/icon/gas.svg) no-repeat center/cover;
  -webkit-mask: url(../img/services/icon/gas.svg) no-repeat center/cover; }

.services__area {
  margin-top: clamp(45px, 5vw, 60px); }
  .services__area h3 {
    line-height: 1.5; }
    .services__area h3 .jp {
      display: block;
      font-weight: 500;
      padding-left: 20px;
      position: relative; }
      .services__area h3 .jp:before {
        border: 3px solid #25a9e0;
        border-radius: 50%;
        content: '';
        height: 15px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 15px; }
    .services__area h3 .en {
      font-size: 15px;
      text-transform: capitalize; }
  .services__area .services__area-box {
    box-shadow: 1px 1px 3px 2px #e4e7e8;
    padding: clamp(10px, 2vw, 20px) clamp(20px, 3vw, 30px);
    border-radius: 5px; }

/*------------------------------------------------------------------------------ 
  Header
------------------------------------------------------------------------------*/
header {
  padding-top: 32px;
  position: relative; }
  header .head-in {
    align-items: flex-start;
    display: flex;
    margin: 0 auto 0 clamp(35px, 5vw, 60px);
    width: calc(100% - 200px); }
    header .head-in .logo {
      margin: 20px 0; }
      header .head-in .logo img {
        display: block;
        width: clamp(160px, 20vw, 220px); }
    header .head-in .gnav {
      margin: 20px 0 0 auto; }
      @media (max-width: 1024px) {
        header .head-in .gnav {
          display: none; } }
      header .head-in .gnav .gnav__li {
        display: flex;
        font-size: 15px;
        gap: clamp(40px, 4vw, 50px); }
      header .head-in .gnav .gnav__item {
        position: relative; }
        header .head-in .gnav .gnav__item .gnav__link {
          display: inline-block;
          transition: color .3s; }
          header .head-in .gnav .gnav__item .gnav__link:hover {
            color: #25a9e0; }
      header .head-in .gnav .is-current .gnav__link:before {
        background-color: #25a9e0;
        content: "";
        height: 2px;
        left: 50%;
        position: absolute;
        top: -5px;
        transform: translateX(-50%);
        width: 100%; }

#hero {
  padding: clamp(25px, 3vw, 40px) 0 30px 0; }
  #hero .hero__inner {
    container-type: inline-size;
    height: 100%;
    position: relative; }
    @media (min-width: 1025px) {
      #hero .hero__inner {
        margin: 0 25px 0 auto;
        width: 90%; } }
    #hero .hero__inner .hero__copy {
      bottom: 20px;
      display: grid;
      gap: 10px;
      left: 20px;
      letter-spacing: .12em;
      position: absolute; }
      @media (max-width: 767px) {
        #hero .hero__inner .hero__copy {
          margin-right: 20px; } }
      @media (min-width: 1025px) {
        #hero .hero__inner .hero__copy {
          gap: 20px;
          left: -30px; } }
      #hero .hero__inner .hero__copy .hero__line {
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid #1d8cbf;
        border-radius: 2px;
        color: #094067;
        font-size: clamp(17px, 1.8vw, 23px);
        font-weight: 500;
        margin: 0;
        max-width: 100%;
        padding: 16px 20px;
        width: fit-content; }
@container (max-width: 422px) {
  #hero .hero__inner .hero__copy .hero__line .in-bl {
    display: block;
    margin-left: 13px; } }
    #hero .hero__inner .hero__img {
      height: 100%;
      margin-left: auto; }
      @media (max-width: 1024px) {
        #hero .hero__inner .hero__img {
          width: 92%; } }
      #hero .hero__inner .hero__img img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%; }
        @media (max-width: 1024px) {
          #hero .hero__inner .hero__img img {
            border-radius: 8px 0 0 8px; } }

/*------------------------------------------------------------------------------ 
  Main
------------------------------------------------------------------------------*/
main section,
main .cont {
  padding: clamp(50px, 8vw, 100px) 0; }
  main section .cont__in,
  main .cont .cont__in {
    margin-bottom: clamp(70px, 8vw, 90px); }
main .sec__ttl {
  margin: 0 0 clamp(40px, 6vw, 70px); }
  main .sec__ttl .en {
    border-bottom: 2px solid #25a9e0;
    display: block;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    padding: 5px 3px;
    text-transform: capitalize;
    width: fit-content; }
  main .sec__ttl .jp {
    color: #094067;
    font-size: clamp(23px, 2.5vw, 30px);
    font-weight: 500; }
  main .sec__ttl.sec__ttl--center {
    margin-bottom: 32px; }
    @media (min-width: 1025px) {
      main .sec__ttl.sec__ttl--center {
        margin-bottom: 60px; } }
    main .sec__ttl.sec__ttl--center .en {
      font-size: clamp(30px, 4vw, 40px);
      letter-spacing: .15em;
      margin: 0 auto 10px;
      text-transform: uppercase; }
    main .sec__ttl.sec__ttl--center .jp {
      display: block;
      font-size: clamp(17px, 2vw, 20px);
      text-align: center; }

/*------------------------------------------------------------------------------ 
  Top Page
------------------------------------------------------------------------------*/
#top-page #about .about__in {
  container-type: inline-size; }
  #top-page #about .about__in .about__body {
    container-type: inline-size;
    display: grid;
    gap: 60px clamp(75px, 7vw, 100px);
    margin-bottom: 40px; }
@container (min-width: 680px) {
  #top-page #about .about__in .about__body {
    grid-template-columns: 3fr 2fr; } }
    #top-page #about .about__in .about__body .about__txt h3 {
      color: #25a9e0;
      margin: 0 0 35px 0; }
    #top-page #about .about__in .about__body .about__txt .about__lead {
      margin: 0; }
    #top-page #about .about__in .about__body .about__txt .btn {
      margin-top: clamp(45px, 6vw, 70px); }
    #top-page #about .about__in .about__body .about__img img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }
#top-page #services .services__in {
  container-type: inline-size; }
  #top-page #services .services__in h2 {
    margin-bottom: 15px; }
    @media (min-width: 1280px) {
      #top-page #services .services__in h2 {
        margin-bottom: 35px; } }
  #top-page #services .services__in .services__meta {
    margin-bottom: 70px;
    padding: 35px 0 70px;
    position: relative; }
    #top-page #services .services__in .services__meta:after {
      background: #f7f9fa;
      border-radius: 10px;
      content: '';
      height: 100%;
      position: absolute;
      right: -10px;
      top: 0;
      width: 100vw;
      z-index: -1; }
      @media (min-width: 1025px) {
        #top-page #services .services__in .services__meta:after {
          right: -30px; } }
      @media (min-width: 1280px) {
        #top-page #services .services__in .services__meta:after {
          height: calc(100% + 40px);
          right: -50px; } }
    #top-page #services .services__in .services__meta .services__lead {
      margin-bottom: clamp(55px, 7vw, 75px); }
      #top-page #services .services__in .services__meta .services__lead p {
        font-size: clamp(16px, 2vw, 18px);
        font-weight: 500; }
    #top-page #services .services__in .services__meta .services__type {
      margin-bottom: 0; }
  #top-page #services .services__in .services__lead {
    margin-bottom: 40px; }
    @media (min-width: 1025px) {
      #top-page #services .services__in .services__lead {
        margin-bottom: 56px; } }
  #top-page #services .services__in .services__type {
    display: grid;
    gap: 32px;
    margin-bottom: 56px; }
    @media (min-width: 1025px) {
      #top-page #services .services__in .services__type {
        column-gap: 80px;
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    #top-page #services .services__in .services__type .services__type-block {
      border-top: 1px solid #c8cccd;
      padding-top: 16px; }
      #top-page #services .services__in .services__type .services__type-block .services__type-ttl {
        color: #25a9e0;
        font-size: clamp(18px, 2vw, 20px);
        font-weight: 500;
        margin: 0 0 25px 0; }
      #top-page #services .services__in .services__type .services__type-block .services__type-txt {
        margin: 0; }
  #top-page #services .services__in .services__grid {
    gap: 10px; }
@container (min-width: 620px) {
  #top-page #services .services__in .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@container (min-width: 940px) {
  #top-page #services .services__in .services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    #top-page #services .services__in .services__grid .services-card .services-card__link {
      border: 1px solid #094067;
      display: grid;
      gap: 18px; }
      #top-page #services .services__in .services__grid .services-card .services-card__link .services__icon {
        margin: auto; }
      #top-page #services .services__in .services__grid .services-card .services-card__link .services-card__ttl {
        text-align: center; }
  #top-page #services .services__in .btn {
    margin-top: clamp(55px, 7vw, 80px); }
#top-page #info {
  background: #f7f9fa;
  width: 100%; }
  #top-page #info .info__in {
    align-items: flex-start;
    display: grid;
    gap: 0 60px; }
    @media (min-width: 1025px) {
      #top-page #info .info__in {
        display: grid;
        grid-template-columns: 1fr 2.5fr; } }
    #top-page #info .info__in .info__head .sec__ttl {
      margin-bottom: 25px; }
    @media (max-width: 1024px) {
      #top-page #info .info__in .info__head .btn {
        display: none; } }
    #top-page #info .info__in .info__head .btn a {
      margin: 0; }
    #top-page #info .info__in .info__li li {
      border-bottom: 1px solid #c8cccd; }
      #top-page #info .info__in .info__li li .info__link {
        align-items: center;
        display: grid;
        gap: 15px 30px;
        padding: 20px 12px; }
        @media (min-width: 768px) {
          #top-page #info .info__in .info__li li .info__link {
            position: relative; }
            #top-page #info .info__in .info__li li .info__link:after {
              background: url(../img/common/arrow.svg) no-repeat center/cover;
              content: '';
              height: 15px;
              position: absolute;
              right: 20px;
              top: 50%;
              transform: translateY(-50%);
              transition: transform .3s;
              width: 15px; } }
        @media (min-width: 1280px) {
          #top-page #info .info__in .info__li li .info__link {
            grid-template-columns: auto minmax(0, 1fr); } }
        #top-page #info .info__in .info__li li .info__link:hover .info__ttl {
          color: #1d8cbf; }
        #top-page #info .info__in .info__li li .info__link:hover:after {
          transform: translate(4px, -50%); }
        #top-page #info .info__in .info__li li .info__link .info__meta {
          align-items: center;
          display: grid;
          gap: 20px;
          grid-auto-flow: column;
          justify-content: flex-start; }
          #top-page #info .info__in .info__li li .info__link .info__meta .info__date {
            color: #293033;
            font-size: 15px; }
          #top-page #info .info__in .info__li li .info__link .info__meta .info__cat {
            background: #fff;
            border: 1px solid #25a9e0;
            border-radius: 3px;
            color: #1d2021;
            font-size: 13px;
            min-width: 80px;
            padding: 0 10px;
            text-align: center;
            white-space: nowrap; }
        #top-page #info .info__in .info__li li .info__link .info__ttl {
          font-size: 15px;
          font-weight: 500;
          margin: 0;
          transition: color .3s;
          width: calc(100% - 45px); }
    #top-page #info .info__in .info__loading {
      color: #878b8c;
      font-size: 14px;
      margin: 16px 0; }
    #top-page #info .info__in .btn--sp {
      margin-top: 50px; }
      @media (min-width: 1025px) {
        #top-page #info .info__in .btn--sp {
          display: none; } }
#top-page #contact {
  padding: 80px 0 110px 0; }
  @media (min-width: 1025px) {
    #top-page #contact {
      padding: 100px 0 120px 0; } }
  #top-page #contact .contact__in .cta__lead {
    margin: 0 auto 48px auto;
    max-width: 810px; }
    #top-page #contact .contact__in .cta__lead p {
      margin: 0; }
      #top-page #contact .contact__in .cta__lead p + p {
        margin-top: 8px; }
  #top-page #contact .contact__in .contact__ctas {
    align-items: stretch;
    container-type: inline-size;
    display: grid;
    gap: 90px;
    justify-items: stretch;
    margin-inline: auto;
    max-width: 850px;
    position: relative; }
    @media (min-width: 768px) {
      #top-page #contact .contact__in .contact__ctas {
        gap: 0 clamp(90px, 8vw, 110px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 40px 0; } }
    #top-page #contact .contact__in .contact__ctas:after {
      background: #c8cccd;
      content: '';
      position: absolute; }
      @media (max-width: 767px) {
        #top-page #contact .contact__in .contact__ctas:after {
          height: 1px;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 100%; } }
      @media (min-width: 768px) {
        #top-page #contact .contact__in .contact__ctas:after {
          height: 100%;
          left: 50%;
          top: 0;
          transform: translateX(-50%);
          width: 1px; } }
    #top-page #contact .contact__in .contact__ctas .contact__cta a {
      display: block;
      position: relative; }
      #top-page #contact .contact__in .contact__ctas .contact__cta a:hover:after {
        transform: translate(3px, -50%); }
      #top-page #contact .contact__in .contact__ctas .contact__cta a:before, #top-page #contact .contact__in .contact__ctas .contact__cta a:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      #top-page #contact .contact__in .contact__ctas .contact__cta a:before {
        border: 2px solid #25a9e0;
        border-radius: 50%;
        height: 50px;
        right: 0;
        width: 50px; }
      #top-page #contact .contact__in .contact__ctas .contact__cta a:after {
        background-color: #5b5f60;
        height: 15px;
        right: 18px;
        transition: .3s;
        width: 15px;
        mask-image: url(../img/common/arrow.svg) no-repeat center/cover;
        -webkit-mask: url(../img/common/arrow.svg) no-repeat center/cover; }
      #top-page #contact .contact__in .contact__ctas .contact__cta a .contact__meta {
        align-items: center;
        column-gap: 8px;
        display: flex;
        position: relative; }
        #top-page #contact .contact__in .contact__ctas .contact__cta a .contact__meta:before {
          background: #25a9e0;
          content: '';
          height: 26px;
          width: 26px; }
        #top-page #contact .contact__in .contact__ctas .contact__cta a .contact__meta .contact__meta-en {
          color: #1d2021;
          font-size: clamp(16px, 2vw, 18px);
          font-family: "Libre Baskerville", serif; }
      #top-page #contact .contact__in .contact__ctas .contact__cta a .contact__main .contact__main-txt {
        display: inline-block;
        font-weight: 500; }
    #top-page #contact .contact__in .contact__ctas .contact__cta--tel .contact__meta:before {
      mask-image: url(../img/common/tel.svg) no-repeat center/cover;
      -webkit-mask: url(../img/common/tel.svg) no-repeat center/cover; }
    #top-page #contact .contact__in .contact__ctas .contact__cta--tel .contact__main-txt {
      font-size: 26px; }
    #top-page #contact .contact__in .contact__ctas .contact__cta--form .contact__meta:before {
      mask-image: url(../img/common/mail.svg) no-repeat center/cover;
      -webkit-mask: url(../img/common/mail.svg) no-repeat center/cover; }
    #top-page #contact .contact__in .contact__ctas .contact__cta--form .contact__main-txt {
      font-size: clamp(20px, 2vw, 22px); }
@container (min-width: 700px) {
  #top-page #contact .contact__in .contact__ctas .contact__cta a:before {
    height: 70px;
    width: 70px; }
  #top-page #contact .contact__in .contact__ctas .contact__cta a:after {
    height: 18px;
    right: 27px;
    width: 18px; } }
/*------------------------------------------------------------------------------ 
  Sub Hero
------------------------------------------------------------------------------*/
#sub-hero .sub__hero-in {
  border-bottom: 1px solid #c8cccd;
  margin-inline: auto;
  padding: 65px 0 clamp(100px, 11vw, 120px);
  width: min(1500px, 85%); }
  #sub-hero .sub__hero-in .breadcrumbs {
    margin-bottom: clamp(30px, 4vw, 60px); }
    #sub-hero .sub__hero-in .breadcrumbs li {
      display: inline-block;
      font-size: 14px; }
      #sub-hero .sub__hero-in .breadcrumbs li:not(:last-of-type) {
        position: relative; }
        #sub-hero .sub__hero-in .breadcrumbs li:not(:last-of-type):after {
          content: ' / '; }
  #sub-hero .sub__hero-in .ttl-area h1 .en {
    color: #25a9e0;
    display: block;
    font-size: clamp(35px, 5vw, 50px);
    line-height: 1.2;
    text-transform: uppercase; }
  #sub-hero .sub__hero-in .ttl-area h1 .jp {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 500; }

/*------------------------------------------------------------------------------ 
  Sub Page
------------------------------------------------------------------------------*/
#sub h3.border {
  border-bottom: 1px solid #094067;
  color: #094067;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  margin-bottom: 40px;
  padding-bottom: 5px; }
#sub #services #services__detail {
  container-type: inline-size; }
@container (min-width: 700px) {
  #sub #services #services__detail .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@container (min-width: 1000px) {
  #sub #services #services__detail .services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  #sub #services #services__detail .services__lead {
    margin-bottom: clamp(60px, 8vw, 90px); }
    #sub #services #services__detail .services__lead .services__lead-txt {
      color: #094067;
      font-size: clamp(18px, 2vw, 20px);
      font-weight: 500; }
  #sub #services #services__detail .services__grid {
    gap: 32px; }
    #sub #services #services__detail .services__grid .services-card .services-card__link {
      border: 2px solid #25a9e0;
      display: grid;
      gap: 16px; }
@container (min-width: 420px) {
  #sub #services #services__detail .services__grid .services-card .services-card__link .services-card__head {
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr); } }
@container (min-width: 1000px) {
  #sub #services #services__detail .services__grid .services-card .services-card__link .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      #sub #services #services__detail .services__grid .services-card .services-card__link .services-card__head {
        display: grid;
        gap: 3px 18px;
        margin-bottom: 15px; }
      #sub #services #services__detail .services__grid .services-card .services-card__link .services-card__txt {
        font-size: clamp(15px, 2vw, 16px);
        margin: 0; }
      #sub #services #services__detail .services__grid .services-card .services-card__link .services-card__more {
        align-items: center;
        display: grid;
        grid-auto-flow: column;
        justify-content: flex-end;
        margin-top: 12px; }
        #sub #services #services__detail .services__grid .services-card .services-card__link .services-card__more .services-card__more-label {
          font-size: 14px;
          margin-right: 8px; }
        #sub #services #services__detail .services__grid .services-card .services-card__link .services-card__more .services-card__more-icon {
          align-items: center;
          border: 1px solid #878b8c;
          border-radius: 50%;
          display: grid;
          height: 25px;
          justify-content: center;
          transition: background .3s;
          width: 25px; }
          #sub #services #services__detail .services__grid .services-card .services-card__link .services-card__more .services-card__more-icon img {
            display: block;
            height: auto;
            width: 10px; }
#sub #services #services__type {
  background: #f7f9fa;
  width: 100%; }
  #sub #services #services__type .services__type-in .services__type-block {
    container-type: inline-size; }
@container (min-width: 670px) {
  #sub #services #services__type .services__type-in .services__type-block .services__lnks {
    grid-template-columns: repeat(2, 1fr); } }
@container (min-width: 1010px) {
  #sub #services #services__type .services__type-in .services__type-block .services__lnks {
    grid-template-columns: repeat(3, 1fr); } }
    #sub #services #services__type .services__type-in .services__type-block .services__ttl {
      color: #25a9e0;
      font-weight: 500;
      margin: 0 0 25px; }
    #sub #services #services__type .services__type-in .services__type-block .services__txt {
      background: #fff;
      border-radius: 5px;
      margin: 0 0 32px;
      padding: 20px clamp(30px, 4vw, 40px); }
      @media (min-width: 1025px) {
        #sub #services #services__type .services__type-in .services__type-block .services__txt {
          margin: 0 0 42px; } }
      @media (max-width: 499px) {
        #sub #services #services__type .services__type-in .services__type-block .services__txt p .br {
          display: none; } }
    #sub #services #services__type .services__type-in .services__type-block .services__lnks {
      display: grid;
      gap: 20px; }
      #sub #services #services__type .services__type-in .services__type-block .services__lnks .services__lnk-item .services__lnk {
        align-items: center;
        column-gap: 20px;
        display: grid;
        grid-template-columns: 60px 1fr; }
        #sub #services #services__type .services__type-in .services__type-block .services__lnks .services__lnk-item .services__lnk:hover {
          color: #1d8cbf; }
        #sub #services #services__type .services__type-in .services__type-block .services__lnks .services__lnk-item .services__lnk .services__icon {
          border-radius: 2px;
          height: 60px;
          width: 60px; }
          #sub #services #services__type .services__type-in .services__type-block .services__lnks .services__lnk-item .services__lnk .services__icon:after {
            border: 1px solid #25a9e0;
            content: "";
            display: block;
            height: 40px;
            width: 40px; }
        #sub #services #services__type .services__type-in .services__type-block .services__lnks .services__lnk-item .services__lnk .services__lnk-txt {
          font-weight: 500;
          transition: color .3s; }
#sub .service-detail #service-detail__lead {
  padding-bottom: clamp(35px, 4vw, 50px); }
  #sub .service-detail #service-detail__lead .service-detail__lead-txt {
    color: #1d8cbf;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
    line-height: 2;
    margin: 0 0 clamp(45px, 5vw, 60px); }
#sub .service-detail .area__ttl {
  color: #094067;
  line-height: 1.3;
  margin: 0 0 30px; }
  #sub .service-detail .area__ttl .jp {
    display: block;
    font-size: 18px;
    font-weight: 500; }
  #sub .service-detail .area__ttl .en {
    color: #1d8cbf;
    font-size: 13px;
    text-transform: uppercase; }
#sub .service-detail #service-about .service-about__intro {
  margin-bottom: clamp(70px, 8vw, 90px); }
  #sub .service-detail #service-about .service-about__intro .service-detail__txt {
    margin: 0 0 16px; }
    #sub .service-detail #service-about .service-about__intro .service-detail__txt:last-child {
      margin: 0; }
#sub .service-detail #service-about .service-detail__block {
  width: 100%; }
  #sub .service-detail #service-about .service-detail__block .txt-img {
    margin-bottom: clamp(50px, 7vw, 80px); }
    @media (min-width: 768px) {
      #sub .service-detail #service-about .service-detail__block .txt-img {
        padding: 170px 60px 0 0;
        position: relative; } }
    #sub .service-detail #service-about .service-detail__block .txt-img .txt {
      background: #fff;
      border-radius: 5px; }
      @media (min-width: 768px) {
        #sub .service-detail #service-about .service-detail__block .txt-img .txt {
          max-width: 460px;
          width: 60%; } }
    @media (max-width: 767px) {
      #sub .service-detail #service-about .service-detail__block .txt-img .img {
        margin-top: 40px; } }
    @media (min-width: 768px) {
      #sub .service-detail #service-about .service-detail__block .txt-img .img {
        height: 95%;
        min-height: 350px;
        position: absolute;
        top: 0;
        width: 90%;
        z-index: -1; }
        #sub .service-detail #service-about .service-detail__block .txt-img .img img {
          height: 100%;
          object-fit: cover;
          width: 100%; } }
    @media (min-width: 1280px) {
      #sub .service-detail #service-about .service-detail__block .txt-img .img {
        max-height: 450px; } }
    @media (min-width: 768px) {
      #sub .service-detail #service-about .service-detail__block .txt-img.left__txt-img .txt {
        padding: clamp(25px, 3vw, 40px) clamp(40px, 4vw, 65px) 0 0; } }
    @media (max-width: 767px) {
      #sub .service-detail #service-about .service-detail__block .txt-img.left__txt-img .img {
        transform: translateX(-8vw); }
        #sub .service-detail #service-about .service-detail__block .txt-img.left__txt-img .img img {
          border-radius: 0 8px 8px 0; } }
    @media (min-width: 768px) {
      #sub .service-detail #service-about .service-detail__block .txt-img.left__txt-img .img {
        right: 0; } }
    @media (min-width: 768px) {
      #sub .service-detail #service-about .service-detail__block .txt-img.right-img .txt {
        margin-left: auto;
        padding: clamp(25px, 3vw, 40px) 0 0 clamp(40px, 4vw, 65px); } }
    @media (max-width: 767px) {
      #sub .service-detail #service-about .service-detail__block .txt-img.right-img .img {
        transform: translateX(8vw); }
        #sub .service-detail #service-about .service-detail__block .txt-img.right-img .img img {
          border-radius: 8px 0 0 8px; } }
    @media (min-width: 768px) {
      #sub .service-detail #service-about .service-detail__block .txt-img.right-img .img {
        left: 0; } }
  #sub .service-detail #service-about .service-detail__block .service-detail__block-ttl {
    color: #25a9e0;
    font-weight: 500; }
  #sub .service-detail #service-about .service-detail__block .service-detail__txt {
    margin: 0 0 22px; }
  #sub .service-detail #service-about .service-detail__block .service-detail__work {
    background: #f7f9fa;
    border-radius: 7px;
    container-type: inline-size;
    padding: 50px clamp(25px, 3vw, 40px); }
    #sub .service-detail #service-about .service-detail__block .service-detail__work .service-detail__work-ttl {
      color: #094067;
      font-weight: 500;
      margin: 0 0 clamp(45px, 5vw, 60px);
      position: relative; }
      #sub .service-detail #service-about .service-detail__block .service-detail__work .service-detail__work-ttl:before {
        content: ''; }
    #sub .service-detail #service-about .service-detail__block .service-detail__work .service-detail__work-list {
      column-gap: 24px;
      display: grid;
      gap: clamp(30px, 4vw, 45px) 30px; }
@container (min-width: 720px) {
  #sub .service-detail #service-about .service-detail__block .service-detail__work .service-detail__work-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@container (min-width: 920px) {
  #sub .service-detail #service-about .service-detail__block .service-detail__work .service-detail__work-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      #sub .service-detail #service-about .service-detail__block .service-detail__work .service-detail__work-list .service-detail__work-item {
        background: #fff;
        padding: 30px; }
        #sub .service-detail #service-about .service-detail__block .service-detail__work .service-detail__work-list .service-detail__work-item .service-detail__work-item-ttl {
          border-bottom: 2px solid #e06926;
          font-size: 17px;
          font-weight: 500;
          margin: 0 0 20px;
          width: fit-content; }
        #sub .service-detail #service-about .service-detail__block .service-detail__work .service-detail__work-list .service-detail__work-item .service-detail__work-item-txt {
          margin: 0; }
#sub .service-detail #service-detail__trouble {
  container-type: inline-size; }
  #sub .service-detail #service-detail__trouble .trouble__li-type {
    display: grid;
    gap: clamp(60px, 7vw, 90px) clamp(30px, 4vw, 60px); }
@container (min-width: 620px) {
  #sub .service-detail #service-detail__trouble .trouble__li-type {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@container (min-width: 1025px) {
  #sub .service-detail #service-detail__trouble .trouble__li-type {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    #sub .service-detail #service-detail__trouble .trouble__li-type .trouble__item .trouble__img {
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      margin-inline: auto;
      overflow: hidden;
      width: min(300px, 93%); }
      #sub .service-detail #service-detail__trouble .trouble__li-type .trouble__item .trouble__img img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%; }
    #sub .service-detail #service-detail__trouble .trouble__li-type .trouble__item .trouble__body {
      display: grid;
      gap: 10px; }
#sub .service-detail #trouble-support {
  container-type: inline-size;
  counter-reset: trouble_support; }
  #sub .service-detail #trouble-support .trouble-support-lead {
    margin-bottom: clamp(60px, 8vw, 90px); }
  #sub .service-detail #trouble-support .trouble-support__item {
    counter-increment: trouble_support;
    display: grid;
    gap: 40px clamp(50px, 7vw, 90px);
    margin-bottom: clamp(60px, 8vw, 90px); }
@container (min-width: 650px) {
  #sub .service-detail #trouble-support .trouble-support__item {
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #sub .service-detail #trouble-support .trouble-support__item:nth-of-type(even) .trouble-support__txt {
      order: 2; } }
    #sub .service-detail #trouble-support .trouble-support__item .trouble-support__txt:before {
      color: #e4e7e8;
      content: counter(trouble_support,decimal-leading-zero);
      font-size: clamp(60px, 7vw, 80px); }
    #sub .service-detail #trouble-support .trouble-support__item .trouble-support__txt .trouble-support__ttl {
      margin: 0 0 clamp(45px, 5vw, 60px);
      padding-bottom: clamp(25px, 3vw, 30px);
      position: relative; }
      #sub .service-detail #trouble-support .trouble-support__item .trouble-support__txt .trouble-support__ttl:after {
        background-color: #25a9e0;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        top: 100%;
        width: 60px; }
    #sub .service-detail #trouble-support .trouble-support__item .trouble-support__txt .trouble-support__desc {
      margin: 0; }
    #sub .service-detail #trouble-support .trouble-support__item .trouble-support__img img {
      display: block;
      height: auto;
      width: 100%; }
#sub .service-detail #service-detail__worry {
  container-type: inline-size; }
  #sub .service-detail #service-detail__worry .worry-lead {
    margin-bottom: clamp(60px, 8vw, 90px); }
  #sub .service-detail #service-detail__worry .worry-item {
    display: grid;
    gap: 20px clamp(60px, 5vw, 70px); }
    #sub .service-detail #service-detail__worry .worry-item:not(:last-of-type) {
      margin-bottom: clamp(90px, 12vw, 150px); }
@container (max-width: 899px) {
  #sub .service-detail #service-detail__worry .worry-item:nth-of-type(odd) .worry-item__img {
    margin-left: auto; } }
@container (min-width: 900px) {
  #sub .service-detail #service-detail__worry .worry-item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative; }
    #sub .service-detail #service-detail__worry .worry-item:after {
      background: #f0f7fa;
      border-radius: 5px;
      content: '';
      height: 100%;
      left: -20px;
      position: absolute;
      top: 0;
      width: 60%;
      z-index: -10; }
    #sub .service-detail #service-detail__worry .worry-item:nth-of-type(even):after {
      left: auto;
      right: -20px; }
    #sub .service-detail #service-detail__worry .worry-item:nth-of-type(even) .worry-item__txt {
      order: 2;
      padding: 45px 30px 45px 0; } }
    #sub .service-detail #service-detail__worry .worry-item .worry-item__txt {
      padding: 30px 30px 30px 15px; }
@container (max-width: 899px) {
  #sub .service-detail #service-detail__worry .worry-item .worry-item__txt {
    position: relative; }
    #sub .service-detail #service-detail__worry .worry-item .worry-item__txt:after {
      background: #f0f7fa;
      border-radius: 5px;
      content: '';
      height: calc(100% + clamp(60px, 9vw, 90px));
      left: -20px;
      position: absolute;
      top: 0;
      width: calc(100% + 40px);
      z-index: -10; } }
@container (min-width: 900px) {
  #sub .service-detail #service-detail__worry .worry-item .worry-item__txt {
    padding: 45px 0 45px 30px; } }
      #sub .service-detail #service-detail__worry .worry-item .worry-item__txt .worry-item__ttl {
        border-bottom: 1px solid #1d8cbf;
        color: #1d8cbf;
        font-weight: 500;
        margin: 0 0 40px; }
      #sub .service-detail #service-detail__worry .worry-item .worry-item__txt .check__li {
        gap: 20px; }
        #sub .service-detail #service-detail__worry .worry-item .worry-item__txt .check__li .check__li-item {
          position: relative; }
          #sub .service-detail #service-detail__worry .worry-item .worry-item__txt .check__li .check__li-item:after {
            background: #fff;
            border-radius: 50%;
            content: '';
            height: 23px;
            left: 2px;
            position: absolute;
            top: 2px;
            width: 23px;
            z-index: -1; }
@container (max-width: 899px) {
  #sub .service-detail #service-detail__worry .worry-item .worry-item__img {
    max-width: 600px;
    width: 90%; } }
@container (min-width: 900px) {
  #sub .service-detail #service-detail__worry .worry-item .worry-item__img {
    margin-top: -40px; } }
    #sub .service-detail #service-detail__worry .worry-item .worry-item__img img {
      display: block;
      height: auto;
      width: 100%; }
#sub .service-detail #reform-cat {
  container-type: inline-size; }
  #sub .service-detail #reform-cat .reform-cat__lead {
    margin-bottom: clamp(90px, 10vw, 120px); }
  #sub .service-detail #reform-cat .reform-cat__li .reform-cat__item {
    align-items: start;
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
    margin-bottom: clamp(80px, 9vw, 100px); }
@container (min-width: 750px) {
  #sub .service-detail #reform-cat .reform-cat__li .reform-cat__item {
    align-items: center;
    grid-template-columns: 1fr min(480px, 40%);
    column-gap: 60px; } }
    #sub .service-detail #reform-cat .reform-cat__li .reform-cat__item .reform-cat__body .area__ttl {
      padding-bottom: clamp(25px, 3vw, 35px);
      position: relative;
      margin-bottom: clamp(40px, 4vw, 50px); }
      #sub .service-detail #reform-cat .reform-cat__li .reform-cat__item .reform-cat__body .area__ttl:after {
        background-color: #25a9e0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        top: 100%;
        width: 60px; }
      #sub .service-detail #reform-cat .reform-cat__li .reform-cat__item .reform-cat__body .area__ttl .jp {
        font-size: clamp(20px, 2vw, 22px); }
    #sub .service-detail #reform-cat .reform-cat__li .reform-cat__item .reform-cat__body .reform-cat__txt {
      margin: 0; }
    #sub .service-detail #reform-cat .reform-cat__li .reform-cat__item .reform-cat__body .disc {
      margin-top: clamp(30px, 4vw, 40px);
      padding-left: 25px; }
      #sub .service-detail #reform-cat .reform-cat__li .reform-cat__item .reform-cat__body .disc li {
        margin-bottom: 10px; }
#sub .service-detail .replace-demerits {
  container-type: inline-size; }
  #sub .service-detail .replace-demerits .replace-demerits__ttl {
    color: #1d8cbf;
    font-weight: 500;
    margin: 0 0 clamp(35px, 4vw, 45px); }
  #sub .service-detail .replace-demerits .replace-demerits__lead {
    margin: 0 0 clamp(45px, 5vw, 60px); }
  #sub .service-detail .replace-demerits .replace-demerits__li {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(30px, 4vw, 45px) 30px; }
@container (min-width: 920px) {
  #sub .service-detail .replace-demerits .replace-demerits__li {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    #sub .service-detail .replace-demerits .replace-demerits__li .replace-demerits__item {
      border: 1px solid #c8cccd;
      border-radius: 5px;
      padding: 30px; }
      #sub .service-detail .replace-demerits .replace-demerits__li .replace-demerits__item .replace-demerits__head {
        border-bottom: 2px solid #e06926;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 20px;
        width: fit-content; }
      #sub .service-detail .replace-demerits .replace-demerits__li .replace-demerits__item .replace-demerits__txt {
        margin: 0; }
@container (min-width: 900px) {
  #sub .service-detail .replace-demerits .cont .replace-demerits__li {
    gap: 40px; }
    #sub .service-detail .replace-demerits .cont .replace-demerits__li .replace-demerits__item {
      padding-top: 22px; } }
#sub .service-detail #service-case {
  background: #f7f9fa;
  width: 100%; }
  #sub .service-detail #service-case .service-case__head {
    margin-bottom: clamp(60px, 10vw, 120px); }
    #sub .service-detail #service-case .service-case__head .sec__ttl--center {
      margin-bottom: 20px; }
    #sub .service-detail #service-case .service-case__head .service-case__sub {
      text-align: center; }
  #sub .service-detail #service-case .service-case .service-case__detail {
    container-type: inline-size; }
    #sub .service-detail #service-case .service-case .service-case__detail .service-case__ttl {
      color: #1d8cbf;
      font-weight: 500;
      margin: 0 0 35px; }
    #sub .service-detail #service-case .service-case .service-case__detail .service-case__gallery {
      display: grid;
      gap: 18px;
      margin: 0 0 26px; }
@container (min-width: 650px) {
  #sub .service-detail #service-case .service-case .service-case__detail .service-case__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      #sub .service-detail #service-case .service-case .service-case__detail .service-case__gallery .service-case__card {
        background: #fff;
        border: 1px solid #c8cccd;
        border-radius: 5px;
        padding: 15px; }
        #sub .service-detail #service-case .service-case .service-case__detail .service-case__gallery .service-case__card .service-case__photos {
          display: grid;
          gap: 10px;
          grid-template-columns: repeat(2, minmax(0, 1fr)); }
          #sub .service-detail #service-case .service-case .service-case__detail .service-case__gallery .service-case__card .service-case__photos img {
            border-radius: 5px; }
        #sub .service-detail #service-case .service-case .service-case__detail .service-case__gallery .service-case__card .service-case__cap {
          font-family: "Libre Baskerville", serif;
          font-weight: 500;
          margin: 15px 0 0;
          text-align: center;
          text-transform: uppercase; }
          #sub .service-detail #service-case .service-case .service-case__detail .service-case__gallery .service-case__card .service-case__cap.before {
            color: #878b8c; }
          #sub .service-detail #service-case .service-case .service-case__detail .service-case__gallery .service-case__card .service-case__cap.after {
            color: #ef4565; }
  #sub .service-detail #service-case .service-case .service-case__outline {
    margin-top: clamp(40px, 5vw, 50px); }
    #sub .service-detail #service-case .service-case .service-case__outline .service-case__outline-ttl {
      font-weight: 500;
      margin: 0 0 14px;
      padding-left: 20px;
      position: relative; }
      #sub .service-detail #service-case .service-case .service-case__outline .service-case__outline-ttl:before {
        border: 3px solid #25a9e0;
        border-radius: 50%;
        content: '';
        height: 15px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 15px; }
    #sub .service-detail #service-case .service-case .service-case__outline .service-detail__txt {
      margin: 0 0 18px; }
    #sub .service-detail #service-case .service-case .service-case__outline .service-detail__spec {
      background: #fff;
      border: 1px solid #c8cccd;
      border-radius: 3px;
      display: grid;
      margin-top: 35px;
      padding: 20px; }
      #sub .service-detail #service-case .service-case .service-case__outline .service-detail__spec .service-detail__spec-row {
        column-gap: 14px;
        display: grid;
        padding: 8px 0; }
@container (min-width: 600px) {
  #sub .service-detail #service-case .service-case .service-case__outline .service-detail__spec .service-detail__spec-row {
    grid-template-columns: 90px 1fr; } }
        #sub .service-detail #service-case .service-case .service-case__outline .service-detail__spec .service-detail__spec-row:first-child {
          padding-top: 0; }
        #sub .service-detail #service-case .service-case .service-case__outline .service-detail__spec .service-detail__spec-row:last-child {
          padding-bottom: 0; }
        #sub .service-detail #service-case .service-case .service-case__outline .service-detail__spec .service-detail__spec-row .service-detail__spec-ttl {
          color: #094067;
          font-weight: 500;
          margin: 0; }
        #sub .service-detail #service-case .service-case .service-case__outline .service-detail__spec .service-detail__spec-row .service-detail__spec-txt {
          margin: 0; }
#sub .service-detail .check__li {
  display: grid;
  gap: 10px; }
  #sub .service-detail .check__li .check__li-item {
    display: grid;
    gap: 10px;
    grid-template-columns: 27px 1fr;
    margin: 0; }
    #sub .service-detail .check__li .check__li-item:before {
      background: #e06926;
      content: '';
      height: 27px;
      mask-image: url(../img/icon/check.svg) no-repeat center/cover;
      -webkit-mask: url(../img/icon/check.svg) no-repeat center/cover;
      width: 27px; }
#sub #gas #service-detail__worry .worry-item {
  margin-bottom: clamp(70px, 7vw, 85px); }
#sub #gas #replace-early .replace-early_support {
  margin-top: clamp(60px, 7vw, 70px); }
  #sub #gas #replace-early .replace-early_support h3 {
    color: #25a9e0; }
#sub #company .about {
  width: 100%; }
  #sub #company .about .about__txt h2 {
    color: #1d8cbf;
    font-weight: 500;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      #sub #company .about .about__txt h2 {
        text-align: center; } }
  #sub #company .about .img {
    height: 350px;
    margin-top: clamp(60px, 8vw, 90px);
    width: 90%; }
    @media (min-width: 1025px) {
      #sub #company .about .img {
        width: 80%; } }
    @media (min-width: 1280px) {
      #sub #company .about .img {
        height: 480px; } }
    #sub #company .about .img img {
      border-radius: 0px 20px 20px 0px;
      height: 100%;
      object-fit: cover;
      width: 100%; }
#sub #company .overview {
  container-type: inline-size;
  display: grid;
  gap: 0 60px; }
  @media (min-width: 1025px) {
    #sub #company .overview {
      grid-template-columns: 1fr 3fr; } }
  #sub #company .overview table {
    border-collapse: collapse; }
    #sub #company .overview table th,
    #sub #company .overview table td {
      border-bottom: 1px solid #c8cccd;
      padding: 20px; }
      @media (max-width: 767px) {
        #sub #company .overview table th,
        #sub #company .overview table td {
          display: block; } }
    #sub #company .overview table th {
      color: #5b5f60;
      font-weight: 500; }
      @media (max-width: 767px) {
        #sub #company .overview table th {
          border-bottom: none;
          padding-bottom: 0;
          text-align: left; } }
      @media (min-width: 768px) {
        #sub #company .overview table th {
          width: 33%; } }
    #sub #company .overview table td .disc {
      padding-left: 25px; }
      @media (min-width: 768px) {
        #sub #company .overview table td .disc {
          padding-left: 20px; } }
#sub #company .access .access__info {
  display: grid;
  gap: 30px 40px; }
  @media (min-width: 1025px) {
    #sub #company .access .access__info {
      grid-template-columns: 1fr 2.5fr; } }
  #sub #company .access .access__info .map {
    height: clamp(300px, 30vw, 350px);
    position: relative; }
    #sub #company .access .access__info .map iframe {
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
#sub #contact .btn a {
  border-width: 2px;
  font-size: clamp(18px, 2vw, 22px);
  margin: clamp(50px, 6vw, 70px) auto clamp(75px, 9vw, 90px);
  max-width: 400px;
  padding: 25px 0;
  text-align: center; }
#sub #contact .form {
  box-shadow: 2px 2px 7px 2px rgba(200, 204, 205, 0.3);
  box-shadow: 2px 2px 10px 0px rgba(135, 139, 140, 0.3);
  border-radius: 3px;
  padding: clamp(40px, 8vw, 90px) clamp(30px, 7vw, 90px); }
  #sub #contact .form .caution {
    margin: 0 auto clamp(30px, 5vw, 45px); }
    #sub #contact .form .caution span {
      color: #ef4565;
      font-weight: bold; }
  #sub #contact .form .wpcf7 label {
    display: block;
    margin: 0 auto clamp(30px, 4vw, 45px); }
    #sub #contact .form .wpcf7 label:last-of-type .form-txt {
      margin-bottom: auto; }
    #sub #contact .form .wpcf7 label .form-txt .required {
      color: #ef4565;
      font-weight: bold;
      padding: 5px; }
    #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap {
      display: block;
      margin-top: 7px; }
      @media screen and (min-width: 768px) {
        #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap {
          margin-top: 12px; } }
      #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
      #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
        background: #f7f9fa;
        border: 1px solid #e4e7e8;
        border-radius: 2px;
        padding: 8px;
        padding: clamp(13px, 1.6vw, 18px);
        width: 100%; }
        @media screen and (min-width: 768px) {
          #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
          #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
            padding: clamp(13px, 1.5vw, 18px); } }
      #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        color: #ef4565;
        font-weight: 500; }
  #sub #contact .form .wpcf7 .check-box,
  #sub #contact .form .wpcf7 .radio {
    margin-bottom: clamp(30px, 4vw, 45px); }
    #sub #contact .form .wpcf7 .check-box label,
    #sub #contact .form .wpcf7 .radio label {
      margin-bottom: 8px; }
  #sub #contact .form .wpcf7 input[type="checkbox"],
  #sub #contact .form .wpcf7 input[type="radio"] {
    display: none; }
  #sub #contact .form .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    padding-left: 25px;
    position: relative; }
    #sub #contact .form .wpcf7 .wpcf7-radio .wpcf7-list-item-label:before {
      background: #fff;
      border: 1px solid #878b8c;
      border-radius: 100%;
      content: "";
      height: 18px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 18px; }
  #sub #contact .form .wpcf7 .wpcf7-radio input[type="radio"]:checked ~ .wpcf7-list-item-label:before {
    background: #1d8cbf;
    box-shadow: inset 0 0 0 3px #fff; }
  #sub #contact .form .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label,
  #sub #contact .form .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
    padding-left: 25px; }
    #sub #contact .form .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before,
    #sub #contact .form .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:before {
      background: #fff;
      border: 1px solid #878b8c;
      border-radius: 2px;
      content: "";
      display: block;
      height: 18px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 18px; }
  #sub #contact .form .wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before,
  #sub #contact .form .wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
    background: #1d8cbf; }
  #sub #contact .form .wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after,
  #sub #contact .form .wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 5px;
    left: 4px;
    position: absolute;
    transform: rotate(135deg);
    width: 10px; }
  #sub #contact .form .wpcf7 .wpcf7-checkbox {
    margin-bottom: clamp(50px, 8vw, 90px); }
    #sub #contact .form .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before {
      top: 50%;
      transform: translateY(-50%); }
    #sub #contact .form .wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
      top: 35%; }
  #sub #contact .form .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin: 0; }
    #sub #contact .form .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
      margin: 45px auto 20px; }
    #sub #contact .form .wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
      top: 8px; }
      @media (min-width: 768px) {
        #sub #contact .form .wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
          top: 35%; } }
  #sub #contact .form .wpcf7 .check {
    margin: 0 auto clamp(50px, 6vw, 70px); }
  #sub #contact .form .wpcf7 input.wpcf7-submit {
    background: #fff;
    border: 2px solid #25a9e0;
    border-radius: 2px;
    color: #1d2021;
    display: block;
    font-size: clamp(17px, 2vw, 19px);
    font-weight: 500;
    letter-spacing: 8px;
    margin: clamp(40px, 5vw, 55px) auto 0;
    padding: clamp(25px, 2vw, 30px) 0;
    transition: .2s;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #sub #contact .form .wpcf7 input.wpcf7-submit {
        max-width: 600px;
        width: 90%; } }
    #sub #contact .form .wpcf7 input.wpcf7-submit:hover {
      background: #25a9e0;
      color: #fff;
      cursor: pointer; }
    #sub #contact .form .wpcf7 input.wpcf7-submit:disabled {
      cursor: not-allowed !important; }
  #sub #contact .form .wpcf7 .recaptcha {
    font-size: clamp(14px, 2vw, 15px); }
    #sub #contact .form .wpcf7 .recaptcha a {
      color: #1d2021;
      font-weight: 500;
      text-decoration: none; }
  #sub #contact .form .wpcf7 .wpcf7-response-output {
    color: #1d2021;
    font-size: clamp(16px, 2vw, 17px); }

/*------------------------------------------------------------------------------ 
  Footer
------------------------------------------------------------------------------*/
footer {
  background: #f0f7fa;
  padding-top: clamp(50px, 6vw, 60px);
  position: relative; }
  @media (min-width: 1025px) {
    footer .ft__in .ft__top {
      display: grid;
      gap: 60px;
      grid-template-columns: 1fr 3fr; } }
@container (min-width: 720px) {
  footer .ft__in .ft__top {
    align-items: flex-end;
    grid-template-columns: auto 1fr;
    justify-content: space-between; } }
  footer .ft__in .ft__top .ft__logo img {
    display: block;
    width: clamp(160px, 16vw, 200px); }
    @media (max-width: 767px) {
      footer .ft__in .ft__top .ft__logo img {
        margin: auto; } }
  @media (max-width: 1024px) {
    footer .ft__in .ft__top .ft__nav {
      display: none; } }
  footer .ft__in .ft__top .ft__nav .ft__nav-li {
    display: grid;
    font-size: 15px;
    gap: 35px;
    grid-auto-flow: column;
    justify-content: end;
    letter-spacing: .12em;
    text-align: center; }
  footer .ft__in .ft__top .ft__nav .ft__nav-item a {
    color: #1d2021;
    display: inline-block; }
    footer .ft__in .ft__top .ft__nav .ft__nav-item a:hover {
      color: #1d8cbf; }
  footer .ft__in .ft__addr {
    margin-top: 55px; }
    @media (min-width: 1025px) {
      footer .ft__in .ft__addr {
        margin-top: 75px; } }
    footer .ft__in .ft__addr p {
      color: #293033;
      margin: 0; }
  footer .ft__btm {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 50px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      footer .ft__btm {
        align-items: center;
        border-top: 1px solid #094067;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        padding: 55px 30px; } }
    footer .ft__btm .ft__copy {
      font-size: 13px;
      margin: 0; }
      @media (min-width: 1025px) {
        footer .ft__btm .ft__copy {
          text-align: right; } }
  footer .pagetop {
    bottom: 50px;
    position: absolute;
    right: 38px; }
    @media (min-width: 768px) {
      footer .pagetop {
        bottom: auto;
        top: 50px; } }
    @media (min-width: 1025px) {
      footer .pagetop {
        display: none; } }

/*# sourceMappingURL=style.css.map */
