@charset "UTF-8";

:root {
  --imgdir: "img";
  --pimgdir: "../img";
  --pxr: 0.1rem;
  --mq-xs: 375;
  --mq-md: 600;
  --mq-lg: 1024;
  --mq-comp: 1200;
  --vws: calc(100 / var(--mq-xs)) * 1vw;
  --vwm: calc(100 / var(--mq-md)) * 1vw;
  --vwl: calc(100 / var(--mq-lg)) * 1vw;
  --vwc: calc(100 / var(--mq-comp)) * 1vw;
  --leading-trim: calc((1em - 1lh) / 2);
  --ark-width--container: 100rem;
  --ark-width--article: 118rem;
  --layout-width-comp: 120rem;
  --layout-width-comp-sp: 37.5rem;
  --layout-width-comp-m: 4rem;
  --layout-width-comp-m-sp: 4rem;
  --ark-padding--container: 2rem;
  --layout-width-inner: 130rem;
  --layout-width-inner-sp: calc(100% - 4rem);
  --layout-width-inner-margin: 2rem;
  --layout-width-inner-margin-pcn: 20;
  --layout-width-inner-marginx2-pcn: 40;
  --layout-width-inner-margin-sp: 2rem;
  --layout-width-inner-margin-spn: 20;
  --layout-width-inner-marginx2-spn: 40;
  --layout-width-inner-mw: min(calc(100% - var(--layout-width-inner-margin)), var(--layout-width-inner));
  --layout-width-inner-mw40: min(calc(100% - 8rem), var(--layout-width-inner-m40));
  --ark-logo_size--sp: 3.5rem;
  --numberFont: "NotoSans JP";
  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: bold;
  --fw-extrabold: 800;
  --fw-black: 900;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-NotoSans: "Noto Sans";
  --font-NotoSansJP: "Noto Sans JP";
  --font-ZenKakuGothicNew: "Zen Kaku Gothic New";
  --baseFont: var(--font-NotoSansJP), "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --baseFontEN: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic",
    "Meiryo", sans-serif;
  --font-en: var(--baseFontEN);
  --font-jp: var(--baseFont);
  --font-ttl: var(--font-Montserrat), var(--baseFont);
  --font-lead: var(--baseFont);
  --font-number: var(--font-NotoSansJP), var(--baseFont);
  --icon-background-color: var(--color-blue-700);
  --icon-background-color2: var(--color-gray-100);
  --icon-loupe: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="var(--icon-background-color)"><path d="M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22H20A2,2 0 0,0 22,20V12A10,10 0 0,0 12,2M13,7H11V11H7V13H11V17H13V13H17V11H13V7Z" /></svg>');
  --icon-circle-play: url('data:image/svg+xml;utf8,<svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="#193374"/><path d="M14.334 10.167l-7 4.041V6.125l7 4.042z" fill="#F7F5FF"/></svg>');
  --icon-circle-play-m: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><circle cx="10" cy="10" r="10" fill="#000"/><path d="M14.3335 10.1667L7.3335 14.2081L7.3335 6.12524L14.3335 10.1667Z" fill="#FFFFFF"/></svg>');
}

:root {
  --color-blue-300: #cccde3;
  --color-blue-500: #626592;
  --color-blue-600: #2e315c;
  --color-blue-650: #2e315c;
  --color-blue-650-20: rgb(46 49 92 / 0.2);
  --color-blue-650-30: rgb(46 49 92 / 0.3);
  --color-blue-700: #1f235d;
  --color-blue-800-20: rgb(23 35 48 / 0.2);
  --color-blue-800-50: rgb(23 35 48 / 0.5);
  --color-blue-800-80: rgb(23 35 48 / 0.8);
  --color-blue-800: #172330;
  --color-gold-100: #ede9d5;
  --color-gold-500: #b7a47e;
  --color-gold-600: #a39556;
  --color-gold-600-40: rgb(163 149 86/ 0.4);
  --color-gray-100: #f2f2f2;
  --color-gray-150: #ededed;
  --color-gray-200: #dee2e6;
  --color-gray-250: #dbdbdb;
  --color-gray-300: #d8d2c7;
  --color-gray-400: #b5b5b5;
  --color-gray-500: #9a9cbc;
  --color-gray-700: #8b9196;
  --color-gray-720: #707070;
  --color-gray-750: #626592;
  --color-gray-800: #3a4450;
  --color-gray-900: #1b1b1b;
  --color-red-200: #f00;
  --color-red-400: #bf2121;
  --color-truewhite: #fff;
  --color-trueblack: #000;
  --color-white-80: rgb(255 255 255/ 0.8);
  --color-white-90: rgb(255 255 255/ 0.9);
  --color-white-95: rgb(255 255 255/ 0.95);
  --color-white: var(--color-truewhite);
  --color-black-14: rgb(0 0 0/ 0.14);
  --color-black-30: rgb(0 0 0/ 0.3);
  --color-black-80: rgb(0 0 0/ 0.8);
  --color-black-95: rgb(0 0 0/ 0.95);
  --color-black: #2f3034;
  --shadow-green35: rgb(34 91 91 / 0.35);
  --shadow: rgb(0 0 0 /0.25);
  --shadow: rgb(0 0 0 /0.25);
  --shadow2: rgb(0 0 0 /0.1);
  --shadow3: rgb(0 0 0 /0.3);
  --shadow4: rgb(0 0 0 /0.4);
  --shadow5: rgb(0 0 0 /0.5);
  --shadow6: rgb(0 0 0 /0.6);
  --color-font-w: var(--color-white);
  --color-font-b: var(--color-black);
  --color-font-b-hover: rgb(20 20 20 /0.7);
  --color-hreflink: var(--color-font-b);
  --color-bg: #f0f6f5;
  --color-main: #32a571;
  --color-link: #0075ff;
  --color-title: #cee0dc;
  --color-text: #000000;
  --gradation_01: linear-gradient(180deg, #32a571 0%, #39ab78 51%, #78e6b5 100%);
}

.list-link-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-link-icon:first-of-type {
  padding-top: 10rem;
}

.list-link-icon--bg-gray-right:first-of-type {
  padding-top: 10.6rem;
}

.list-link-icon--bg-gray-right:before {
  content: "";
  background: #e8e8eb;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 5rem;
  display: block;
  width: 100vw;
  min-width: 100vw;
  height: 100%;
}

.list-link-icon--no-link .list-link-icon__item {
  text-decoration: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24.6rem;
  height: 16rem;
  padding-bottom: 2rem;
}

.list-link-icon__item {
  position: relative;
}

.list-link-icon__item a {
  text-decoration: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24.6rem;
  height: 16rem;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding-bottom: 2rem;
}

.list-link-icon__item a.is-on {
  opacity: 0.6;
}

.list-link-icon__item a.is-current {
  pointer-events: none;
}

.list-link-icon__item a.is-current .list-link-icon__image svg {
  fill: #999;
}

.list-link-icon__item a.is-current .list-link-icon__heading {
  color: #999;
}

.list-link-icon__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 11rem;
}

.list-link-icon__image svg {
  display: block;
  fill: #1b1b3b;
}

.list-link-icon__image--case svg {
  width: 7.6rem;
  height: 7.6rem;
}

.list-link-icon__image--brand svg {
  width: 4.6rem;
  height: 8rem;
}

.list-link-icon__image--repair svg {
  width: 7.8rem;
  height: 6.6rem;
  margin-top: 1.2rem;
}

.list-link-icon__image--diagnosis svg {
  width: 7rem;
  height: 7rem;
  margin-top: 0.8rem;
}

.list-link-icon__image--battery svg {
  width: 7.1rem;
  height: 5.7rem;
  margin-top: 0.8rem;
}

.list-link-icon__image--band svg {
  width: 7.6rem;
  height: 7rem;
  margin-top: 0.8rem;
}

.list-link-icon__image--wash svg {
  width: 8.42rem;
  height: 8.42rem;
  margin-top: 0.8rem;
}

.list-link-icon__image--winder svg {
  width: 8.39rem;
  height: 8.39rem;
  margin-top: 0.8rem;
}

.list-link-icon__image--tool svg {
  width: 7.65rem;
  height: 7.65rem;
  margin-top: 0.8rem;
}

.list-link-icon__image--sale svg {
  width: 8.46rem;
  height: 7.87rem;
  margin-top: 0.8rem;
}

.list-link-icon__image--buy svg {
  width: 8.59rem;
  height: 7.87rem;
  margin-top: 0.8rem;
}

.list-link-icon__heading {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.list-link-icon__heading--small {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: -0.5em;
}

#about section.section-common--aboutlink {
  padding: 2rem 0;
  margin-top: 10rem;
}

#about section.section-common--aboutlink .banner-corporate {
  margin-top: 0;
}

#about .section-common {
  padding: 2rem 0;
}

#about .about-igimi-button {
  margin-top: 10rem;
}

.brand_dictionary-list {
  width: 110rem;
  margin: 20px auto;
}

.dictionary-group {
  padding: 15px 0;
  color: #000;
}

.dictionary-group__heading {
  font-size: 2rem;
  margin: 10px 0 20px 0;
  padding: 18px 15px 18px 40px;
  position: relative;
  font-weight: bold;
  background: #F3F4F5;
  line-height: 1.4;
}

.dictionary-group__heading::before {
  background: #4e2a0a;
  border-radius: 3px;
  content: "";
  display: block;
  height: calc(100% - 40px);
  left: 20px;
  position: absolute;
  top: 20px;
  width: 5px;
}

.initial_brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 0;
}

.initial_brand_list li {
  width: calc((100% - 20px) / 3);
  padding: 0 0 30px 25px;
}

.initial_brand_list li a {
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  color: #333;
  text-decoration: none;
}

.initial_brand_list li a:hover .brand_title {
  color: #4e2a0a;
}

.initial_brand_list .brand_title {
  line-height: 1.3;
  margin: 0 0 2px;
  font-size: 1.6rem;
  font-weight: bold;
}

.initial_brand_list .brand_english {
  color: #aaa;
  font-size: 1.4rem;
  margin: 4px 0 0;
  line-height: 1.4;
  font-weight: 600;
}

.heading-list_initial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.heading-list_initial li a {
  display: block;
  font-size: 1.8rem;
  background: #f0f0f0;
  border: 1px #ddd solid;
  padding: 5px 20px;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
}

.heading-list_initial li a:hover {
  background: #4e2a0a;
  color: #fff;
}

.initial_area {
  margin-bottom: 40px;
}

.brand_dictionary-list .initial_brand_list {
  padding: 0 24px;
  gap: 24px;
}

.brand_dictionary-list .initial_brand_list li {
  width: auto;
  padding: 0;
}

.brand_dictionary-list .initial_brand_list li a {
  padding: 0;
}

#popular_brands {
  margin-top: 10rem;
}

#popular_brands h3 {
  color: #fff;
  text-align: center;
}

#popular_brands h3::after {
  content: "";
  display: block;
  width: 5%;
  height: 1px;
  background: #fff;
  margin: 2rem auto 5rem;
}

#popular_brands .section-common__heading-popular {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  margin-bottom: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

#brand-archive .section-common--top:before {
  height: 62rem;
}

#repair-example .search-case {
  padding-top: 6rem;
}

#repair-example .search-case__flex-box + .search-case__heading {
  margin-top: 5.8rem;
}

#repair-example .search-case__heading {
  color: #000;
  font-size: 2rem;
  line-height: 1;
}

#repair-example .search-case__heading small {
  font-size: 1.4rem;
}

#repair-example .search-case__subheading {
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 2.6rem;
}

#repair-example .search-case__subheading:nth-of-type(n + 2) {
  margin-top: 3rem;
}

#repair-example .search-case__button {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.6rem;
}

#repair-example .search-case__button-icon {
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 0.6rem;
}

#repair-example .search-case__button-icon svg {
  fill: #fff;
}

#repair-example .search-case__button button,
#repair-example .search-case__button a {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: transparent;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #2850e6;
  font-size: 2.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  margin-bottom: -3.6rem;
  padding-top: 0.2rem;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#repair-example .search-case__button button.is-on,
#repair-example .search-case__button a.is-on {
  opacity: 0.6;
}

#repair-example .search-case__inner {
  margin-top: 1.6rem;
}

#repair-example .search-case__inner--search {
  margin-top: 0;
}

#repair-example .search-case__inner .input-keyword {
  position: relative;
  width: 100%;
}

#repair-example .search-case__inner .input-keyword__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8rem;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#repair-example-result .search-case__inner .input-keyword__icon button,
#repair-example .search-case__inner .input-keyword__icon button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

#repair-example .search-case__inner .input-keyword__icon svg {
  display: block;
  width: 2.24rem;
  height: 2.24rem;
  fill: #1b1b3b;
}

#repair-example .search-case__inner .input-keyword__icon.is-on {
  opacity: 0.6;
}

#repair-example .search-case__inner .input-keyword__textbox {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  padding: 1rem 8rem 1rem 2rem;
  border-radius: 3rem;
}

#repair-example .search-case__inner .input-keyword__textbox::-webkit-input-placeholder {
  color: #c8c8c8;
}

#repair-example.search-case__inner.input-keyword__textbox::-webkit-input-placeholder,
#repair-example .search-case__inner .input-keyword__textbox::placeholder {
  color: #c8c8c8;
}

#repair-example .search-case__inner .input-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#repair-example .search-case__inner .input-brand__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26rem;
  height: 10rem;
  padding-bottom: 1.4rem;
}

#repair-example .search-case__inner .input-brand__button {
  display: none;
}

#repair-example.search-case__inner.input-brandinput[type=checkbox]:not(:checked) + .input-brand__bg {
  border-color: #fff;
}

#repair-example.search-case__inner.input-brandinput[type=checkbox]:not(:checked) + .input-brand__bg:before,
#repair-example.search-case__inner.input-brandinput[type=checkbox]:not(:checked) + .input-brand__bg:after {
  opacity: 0;
}

#repair-example.search-case__inner.input-brandinput[type=checkbox]:not(:checked) + .input-brand__bg + .input-brand__logosvg {
  fill: #000;
}

#repair-example.search-case__inner.input-brandinput[type=checkbox]:not(:checked) + .input-brand__bg + .input-brand__logosvgpath {
  fill: #000;
}

#repair-example.search-case__inner.input-brandinput[type=checkbox]:not(:checked) + .input-brand__bg + .input-brand__logo--tagheuersvg {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

#repair-example.search-case__inner.input-brandinput[type=checkbox]:not(:checked) + .input-brand__bg + .input-brand__logo--tagheuersvgpath {
  fill: #000;
}

#repair-example.search-case__inner.input-brandinput[type=checkbox]:not(:checked) + .input-brand__bg + .input-brand__logo--other {
  color: #000;
}

#repair-example .search-case__inner .input-brand__bg {
  background: #fff;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #000;
  cursor: pointer;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#repair-example .search-case__inner .input-brand__bg.is-on {
  opacity: 0.6;
}

#repair-example.search-case__inner.input-brand__bg.is-on + .input-brand__logo {
  opacity: 0.6;
}

#repair-example.search-case__inner.input-brand__bg.is-on + .input-brand__logo + .input-brand__text {
  opacity: 0.6;
}

#repair-example .search-case__inner .input-brand__bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  border: solid;
  border-width: 1.7rem;
  border-color: #000 transparent transparent #000;
  opacity: 1;
}

#repair-example .search-case__inner .input-brand__bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.6rem;
  top: 0.5rem;
  width: 1.2rem;
  height: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid;
  border-width: 0 0 0.2rem 0.2rem;
  border-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}

#repair-example .search-case__inner .input-brand__logo {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 1.1rem;
  pointer-events: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#repair-example .search-case__inner .input-brand__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

#repair-example .search-case__inner .input-brand__logo--rolex {
  width: 8.6rem;
  height: 4.9rem;
}

#repair-example .search-case__inner .input-brand__logo--rolex svg {
  fill: #006039;
}

#repair-example .search-case__inner .input-brand__logo--rolex svg path {
  fill: #a37e2c;
}

#repair-example .search-case__inner .input-brand__logo--omega {
  width: 9.7rem;
  height: 4.6rem;
  fill: #c40d2e;
}

#repair-example .search-case__inner .input-brand__logo--tagheuer {
  width: 5.6rem;
  height: 5rem;
}

#repair-example .search-case__inner .input-brand__logo--other {
  color: #1e2380;
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
}

#repair-example .search-case__inner .input-brand__text {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#repair-example .search-case__inner .input-repair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#repair-example .search-case__inner .input-repair__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26rem;
  height: 6rem;
}

#repair-example .search-case__inner .input-repair__button {
  display: none;
}

#repair-example.search-case__inner.input-repairinput[type=checkbox]:not(:checked) + .input-repair__bg {
  border-color: #fff;
}

#repair-example.search-case__inner.input-repairinput[type=checkbox]:not(:checked) + .input-repair__bg:before,
#repair-example.search-case__inner.input-repairinput[type=checkbox]:not(:checked) + .input-repair__bg:after {
  opacity: 0;
}

#repair-example .search-case__inner .input-repair__bg {
  background: #fff;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #000;
  cursor: pointer;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#repair-example .search-case__inner .input-repair__bg.is-on {
  opacity: 0.6;
}

#repair-example.search-case__inner.input-repair__bg.is-on + .input-repair__text {
  opacity: 0.6;
}

#repair-example .search-case__inner .input-repair__bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  border: solid;
  border-width: 1.7rem;
  border-color: #000 transparent transparent #000;
  opacity: 1;
}

#repair-example .search-case__inner .input-repair__bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.6rem;
  top: 0.5rem;
  width: 1.2rem;
  height: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid;
  border-width: 0 0 0.2rem 0.2rem;
  border-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}

#repair-example .search-case__inner .input-repair__text {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#repair-example .search-case__inner .input-repair__text .narrow {
  letter-spacing: 0;
}

#repair-example .list-case__item a {
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#repair-example .list-case__item a.is-on {
  opacity: 0.6;
}

#repair-example .list-case__image {
  background: #e8e8eb;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  /* 縦横比3:4（3÷4=0.75=75%） */
  position: relative;
  overflow: hidden;
}

#repair-example .list-case__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#repair-example .list-case__heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.3rem;
}

#repair-example .list-case__text {
  font-size: 1.3rem;
  line-height: 1.84615;
  margin-top: 0.5rem;
}

#repair-example .section-common__float-inner {
  max-width: 140rem;
  width: auto;
}

#repair-example .list-case-section-common__inner {
  max-width: 110rem;
  margin: 0 auto;
}

#repair-example .list-case-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 5.2rem;
  padding-bottom: 1.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#repair-example .list-case-contents__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#repair-example .list-case {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 横3列のグリッドレイアウト */
  grid-auto-rows: auto;
  /* 行の高さは内容に合わせて自動調整 */
  width: 100%;
  /* 全体幅に合わせる */
  gap: 24px;
  margin-top: 0;
  padding-bottom: 0;
}

#repair-example .list-case__item {
  width: 100%;
  /* 各アイテムも全体幅に合わせる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#repair-example .list-case__item a {
  height: 100%;
  /* リンク要素も高さ100%に */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#repair-example .list-case-side-bar {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* サイドバーの幅を固定 */
}

#repair-example .list-case-side-bar .menu-section {
  background: white;
  border-radius: 8px;
  padding: 0 0 32px 30px;
}

#repair-example .list-case-side-bar .menu-section .section-title {
  background-color: #eee;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#repair-example .list-case-side-bar .menu-section .section-title span {
  margin-left: auto;
  padding-right: 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

#repair-example .list-case-side-bar .menu-section .section-title.bm {
  margin-bottom: 24px;
}

#repair-example .list-case-side-bar .menu-section .section-title h3 {
  border-left: 8px solid #1c1b3c;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
}

#repair-example .list-case-side-bar .menu-section .menu-item {
  padding: 10.5px 7px;
  border-bottom: 1px solid #eee;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#repair-example .list-case-side-bar .menu-section .menu-item:last-child {
  border-bottom: none;
}

#repair-example .list-case-side-bar .menu-section .menu-item-tag {
  padding: 12px 7px;
  border-bottom: 1px solid #eee;
  line-height: 1.4;
  letter-spacing: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#repair-example .list-case-side-bar .menu-section .menu-item-tag:last-child {
  border-bottom: none;
}

#repair-example .list-case-side-bar .menu-section .menu-link {
  color: #333;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#repair-example .list-case-side-bar .menu-section .menu-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4px;
  font-size: 13px;
  font-weight: bold;
}

#repair-example .list-case-side-bar .menu-section .arrow {
  color: #1c1b3c;
}

#repair-example .bottom-list-case .section-title-list-case__inner table {
  width: 100%;
  border-collapse: collapse;
}

#repair-example .bottom-list-case .section-title-list-case__inner table td {
  padding: 24px;
}

#repair-example .bottom-list-case .section-title-list-case__inner table td:first-child {
  background-color: #e0e0e0;
}

#repair-example .bottom-list-case .section-title-list-case__inner a.blue-text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  padding-right: 8px;
  text-decoration: none;
  text-decoration: underline;
  color: blue;
}

#repair-example .bottom-list-case .section-title-list-case__inner a.blue-text:hover {
  color: blue;
  font-weight: bold;
  padding-bottom: 1px;
}

#repair-example .bottom-list-case .section-title-list-case__inner .tr-brand-name {
  display: none;
}

#repair-example .bottom-list-case .section-title-list-case__inner table {
  width: 100%;
  margin-top: 24px;
}

#repair-example .bottom-list-case .section-title-list-case__inner table tr {
  border: 1px solid #b7b7b7;
}

#repair-example .bottom-list-case .section-title-list-case__inner table th {
  width: 25%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
}

#repair-example .bottom-list-case .section-title-list-case__inner table td {
  width: 75%;
}

#repair-example .bottom-list-case .section-title-list-case__inner .section-title-list-case {
  background-color: #eee;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
  margin-bottom: 24px;
}

#repair-example .bottom-list-case .section-title-list-case__inner .section-title-list-case span {
  margin-left: auto;
  padding-right: 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

#repair-example .bottom-list-case .section-title-list-case__inner .section-title-list-case h3 {
  border-left: 8px solid #1c1b3c;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
}

#repair-example .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#repair-example .case-button-more {
  width: 100%;
  /* ボタンを横幅いっぱいに */
  text-align: center;
  margin-top: 40px;
}

#repair-example .top3-heading {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  margin: 24px 0 16px;
  width: 100%;
}

#repair-example .top3-heading .top3-underline {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 5rem;
  height: 1px;
  background-color: #1c1b3c;
}

#repair-example .section-common--float-inner.section-common--navy:before {
  height: 37rem;
}

#repair-example .menu-content-toggle {
  display: block;
}

#repair-example .toggle-icon {
  display: none;
}

#repair-example .search-case__heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

#repair-example-result .search-case__inner .input-keyword__textbox,
#repair-example .search-case__inner .input-keyword__textbox {
  background-color: #e8e8eb;
  height: 5rem;
}

#repair-example-result .search-case__inner .input-keyword__icon,
#repair-example .search-case__inner .input-keyword__icon {
  height: 5rem;
}

.no-results {
  font-size: 16px;
}

.section-common__inner.--wrapper {
  padding-top: 10rem;
}

.section-common.--wrapper {
  /* ===== 補足／注意書き ===== */
  /* ===== 申込みを促す文言 ===== */
  /* ===== レスポンシブ調整 ===== */
}

.section-common.--wrapper h1 {
  font-size: 30px;
  /* ≒1.9rem（16px 基準） */
  font-weight: 700;
  margin: 1.6em 0 0.8em;
}

.section-common.--wrapper h2 {
  font-size: 24px;
  /* ≒1.5rem */
  font-weight: 700;
  border-left: 4px solid #0073aa;
  padding-left: 10px;
  margin: 1.5em 0 0.8em;
}

.section-common.--wrapper h3 {
  font-size: 20px;
  /* ≒1.25rem */
  font-weight: 700;
  margin: 1.2em 0 0.6em;
}

.section-common.--wrapper p {
  font-size: 16px;
  /* ≒1rem */
  line-height: 1.8;
  margin: 1em 0;
}

.section-common.--wrapper .note {
  font-size: 14px;
  /* ≒0.9rem */
  color: #555;
  background: #f5f5f5;
  border-left: 4px solid #ccc;
  padding: 12px 16px;
  margin: 16px 0;
}

.section-common.--wrapper .cta {
  font-size: 18px;
  /* ≒1.15rem */
  font-weight: 700;
  text-align: center;
  margin: 32px 0;
}

#facility-title.section-common {
  padding: 0;
}

#facility-news.section-common {
  padding: 0;
}

#facility-introduction .detail-store-er {
  color: #000;
  background: #e8e8eb;
  margin-top: 4rem;
  padding: 4rem;
}

#facility-introduction .detail-store-er__heading {
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}

#facility-introduction .detail-store-er__text {
  font-size: 1.6rem;
  line-height: 2.125;
  margin-top: 2.4rem;
}

#facility-introduction .detail-store-er__image-large {
  width: 64rem;
  height: 30rem;
  margin: 2.4rem auto 0;
}

#facility-introduction .detail-store-er__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

#facility-introduction .detail-store-er__image picture {
  display: block;
  width: 26rem;
  height: 15.8rem;
}

#facility-introduction .carousel-store {
  line-height: 0;
  width: 100%;
  margin-top: 2.8rem;
}

#facility-introduction .carousel-store__image {
  width: 73.1rem;
  height: 43rem;
  margin: 0 1rem;
}

#facility-introduction .carousel-store .slick-arrow {
  position: absolute;
  z-index: 9;
  background: transparent;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 77.1rem) / 2);
  height: 43rem;
  cursor: pointer;
}

#facility-introduction .carousel-store .slick-arrow:after {
  display: inline-block;
  content: "";
  width: 4.2rem;
  height: 4.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid #fff;
  border-width: 0 0 0.4rem 0.4rem;
  -webkit-transition: border-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#facility-introduction .carousel-store .slick-arrow--prev {
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 11rem;
}

#facility-introduction .carousel-store .slick-arrow--prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#facility-introduction .carousel-store .slick-arrow--next {
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 11rem;
}

#facility-introduction .carousel-store .slick-arrow.is-on:after {
  border-color: #1b1b3b;
}

#facility-introduction .carousel-store-thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto 0;
  width: 71rem;
}

#facility-introduction .carousel-store-thumb .slick-slide {
  line-height: 0;
}

#facility-introduction .carousel-store-thumb__item {
  display: block;
  line-height: 0;
  margin: 0 0.5rem;
}

#facility-introduction .carousel-store-thumb__item figure {
  position: relative;
  display: block;
  width: 7rem;
  height: 7rem;
}

#facility-introduction .carousel-store-thumb__item figure.is-on img {
  opacity: 0.8;
}

#facility-introduction .carousel-store-thumb__item figure img {
  opacity: 0.3;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#facility-introduction .carousel-store-thumb__item figure:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.2rem solid #fff;
  opacity: 0;
}

#facility-introduction.carousel-store-thumb.slick-current.carousel-store-thumb__itemfigureimg {
  opacity: 1;
}

#facility-introduction.carousel-store-thumb.slick-current.carousel-store-thumb__itemfigure:before {
  opacity: 1;
}

#facility-introduction .text-store {
  width: 110rem;
  margin: 0 auto;
  margin-bottom: 9rem;
  margin-top: 4.8rem;
}

#facility-introduction .text-store__heading {
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
}

#facility-introduction .text-store__text {
  font-size: 1.8rem;
  line-height: 2.22222;
  margin-top: 0.6rem;
}

#facility-introduction .banner-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

#facility-introduction .banner-store__item {
  background: #929292;
  font-size: 2.4rem;
  line-height: 1.66667;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54rem;
  height: 16rem;
}

#facility-introduction .tabel-detail-store {
  width: 100%;
  margin-top: 4.8rem;
}

#facility-introduction .tabel-detail-store tr {
  border: 1px solid #dcdcdc;
}

#facility-introduction .tabel-detail-store th {
  background: #f3f3f5;
  vertical-align: middle;
  width: 15rem;
  padding: 0 0.8rem;
}

#facility-introduction .tabel-detail-store td,
#facility-introduction .tabel-detail-store th {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

#facility-introduction .tabel-detail-store td {
  padding: 1.5rem 1.6rem;
}

#facility-introduction .tabel-detail-store td em {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
}

#facility-introduction .gmap-store {
  width: 110rem;
  height: 34.3rem;
  margin-top: 6rem;
}

#facility-introduction .gmap-store iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#facility-introduction .parking-store {
  margin-top: 10rem;
}

#facility-introduction .parking-store__heading {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

#facility-introduction .parking-store__table {
  width: 100%;
  margin-top: 4.8rem;
}

#facility-introduction .parking-store__table tr {
  border: 1px solid #dcdcdc;
}

#facility-introduction .parking-store__table th {
  background: #f3f3f5;
  vertical-align: middle;
  padding: 0 0.8rem;
  width: 15rem;
}

#facility-introduction .parking-store__table th:first-child:last-child {
  background: #e8e8eb;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 0.9rem 0.8rem;
}

#facility-introduction .parking-store__table td,
#facility-introduction .parking-store__table th {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

#facility-introduction .parking-store__table td {
  padding: 1.2rem 1.6rem;
}

#facility-introduction .parking-store__table td em {
  font-size: 1.2rem;
  line-height: 2;
}

#facility-introduction .list-member-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

#facility-introduction .list-member-store__item {
  width: 34rem;
}

#facility-introduction .list-member-store__image {
  background: url(../img/facility-introduction/img_member.jpg) no-repeat centercenter;
  background-size: cover;
  width: 100%;
  height: 20rem;
}

#facility-introduction .list-member-store__position {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.8rem;
}

#facility-introduction .list-member-store__name {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.4rem;
}

#facility-introduction .list-news-facility {
  background: #f3f3f5;
  margin-bottom: 4.8rem;
}

#facility-introduction .list-news-facility__inner {
  position: relative;
  width: 110rem;
  margin: 0 auto;
  padding: 6.2rem 0 5.8rem;
}

#facility-introduction .list-news-facility__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

#facility-introduction .list-news-facility__list {
  margin-top: 3.5rem;
}

#facility-introduction .list-news-facility__link {
  position: absolute;
  right: 0;
  top: 6.4rem;
}

#facility-introduction .list-news-facility__link a {
  color: #1e2380;
  font-size: 1.3rem;
  line-height: 1.92308;
  text-underline-offset: 0.35em;
}

#facility-introduction .list-news-facility__item a {
  font-size: 1.8rem;
  line-height: 1.92308;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#facility-introduction .list-news-facility__item a.is-on {
  opacity: 0.6;
}

#facility-introduction.list-news-facility__itema.is-on.list-news-facility__heading {
  text-decoration: none;
}

#facility-introduction .list-news-facility__date {
  width: 12.4rem;
}

#facility-introduction .list-news-facility__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: underline;
}

#facility-service .section-common__ja-heading {
  padding-top: 0;
}

#facility-service .list-box {
  position: relative;
}

#facility-service .list-link-icon:first-of-type {
  padding-top: 0;
}

#facility-info .section-common__ja-heading {
  padding-top: 2rem;
}

#facility-repair .sub-heading {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  margin-block: 4rem 2rem;
}

#facility-repair .sub-text {
  font-size: 1.8rem;
  line-height: 2.22222;
  margin-top: 0.6rem;
}

#facility-repair .link-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.6rem;
}

#facility-repair .note {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.6rem;
}

#facility-back.section-common {
  padding-bottom: 0;
}

#news .section-common__float-inner {
  max-width: 140rem;
  width: auto;
}

#news .list-case-section-common__inner {
  max-width: 110rem;
  margin: 0 auto;
}

#news .list-case-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 5.2rem;
  padding-bottom: 1.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#news .list-case-contents__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#news .list-case {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 横3列のグリッドレイアウト */
  grid-auto-rows: auto;
  /* 行の高さは内容に合わせて自動調整 */
  width: 100%;
  /* 全体幅に合わせる */
  gap: 24px;
  margin-top: 0;
  padding-bottom: 0;
}

#news .list-case__item {
  width: 100%;
  /* 各アイテムも全体幅に合わせる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#news .list-case__item a {
  height: 100%;
  /* リンク要素も高さ100%に */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#news .list-case-side-bar {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* サイドバーの幅を固定 */
}

#news .list-case-side-bar .menu-section {
  background: white;
  border-radius: 8px;
  padding: 0 0 32px 30px;
}

#news .list-case-side-bar .menu-section .section-title {
  background-color: #eee;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news .list-case-side-bar .menu-section .section-title span {
  margin-left: auto;
  padding-right: 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

#news .list-case-side-bar .menu-section .section-title.bm {
  margin-bottom: 24px;
}

#news .list-case-side-bar .menu-section .section-title h3 {
  border-left: 8px solid #1c1b3c;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
}

#news .list-case-side-bar .menu-section .menu-item {
  padding: 10.5px 7px;
  border-bottom: 1px solid #eee;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news .list-case-side-bar .menu-section .menu-item:last-child {
  border-bottom: none;
}

#news .list-case-side-bar .menu-section .menu-item-tag {
  padding: 12px 7px;
  border-bottom: 1px solid #eee;
  line-height: 1.4;
  letter-spacing: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news .list-case-side-bar .menu-section .menu-item-tag:last-child {
  border-bottom: none;
}

#news .list-case-side-bar .menu-section .menu-link {
  color: #333;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news .list-case-side-bar .menu-section .menu-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4px;
  font-size: 13px;
  font-weight: bold;
}

#news .list-case-side-bar .menu-section .arrow {
  color: #1c1b3c;
}

#news .bottom-list-case .section-title-list-case__inner table {
  width: 100%;
  border-collapse: collapse;
}

#news .bottom-list-case .section-title-list-case__inner table td {
  padding: 24px;
}

#news .bottom-list-case .section-title-list-case__inner table td:first-child {
  background-color: #e0e0e0;
}

#news .bottom-list-case a.blue-text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  padding-right: 8px;
  text-decoration: none;
  text-decoration: underline;
  color: blue;
}

#news .bottom-list-case a.blue-text:hover {
  color: blue;
  font-weight: bold;
  padding-bottom: 1px;
}

#news .bottom-list-case table {
  width: 100%;
  margin-top: 24px;
}

#news .bottom-list-case table tr {
  border: 1px solid #b7b7b7;
}

#news .bottom-list-case table th {
  width: 25%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
}

#news .bottom-list-case table td {
  width: 75%;
}

#news .bottom-list-case .section-title-list-case {
  background-color: #eee;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
  margin-bottom: 24px;
}

#news .bottom-list-case .section-title-list-case span {
  margin-left: auto;
  padding-right: 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

#news .bottom-list-case .section-title-list-case h3 {
  border-left: 8px solid #1c1b3c;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
}

#news .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#news .case-button-more {
  width: 100%;
  /* ボタンを横幅いっぱいに */
  text-align: center;
  margin-top: 40px;
}

#news .top3-heading {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  margin: 24px 0 16px;
  width: 100%;
}

#news .top3-heading .top3-underline {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 5rem;
  height: 1px;
  background-color: #1c1b3c;
}

#news .section-common--float-inner.section-common--navy:before {
  height: 37rem;
}

#news .menu-content-toggle {
  display: block;
}

#news .toggle-icon {
  display: none;
}

#article .ogp-link-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 20px auto;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-decoration: none !important;
}

#article .ogp-link-card:hover {
  opacity: 0.7;
}

#article .ogp-link-card:hover .ogp-description::after {
  padding-left: 15px;
}

#article .ogp-link-card .ogp-content .ogp-title {
  margin: 0;
  padding-bottom: 4px;
  text-align: start;
  border-bottom: 2px solid #cdcdcd;
  position: relative;
  font-weight: bold;
  line-height: 1.5em;
}

#article .ogp-link-card .ogp-content .ogp-title::after {
  content: "";
  display: block;
  width: 25%;
  border-bottom: 2px solid #565656;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
}

#article .ogp-link-card .ogp-description {
  padding-top: 12px;
  display: -webkit-box;
  /* Flexboxの代わりにWebkit Boxを使う */
  -webkit-line-clamp: 3;
  /* 表示する行数を指定 */
  -webkit-box-orient: vertical;
  /* ボックスの方向を縦に設定 */
  overflow: hidden;
  /* コンテンツがあふれた部分を非表示にする */
  text-overflow: ellipsis;
  /* 溢れた部分を「...」で表現 */
  text-align: start;
  color: #0056b3;
}

#article .ogp-link-card .ogp-description::after {
  content: ">";
  padding-left: 10px;
  -webkit-transition: padding-left 0.2s ease;
  transition: padding-left 0.2s ease;
}

#article .ogp-link-card .ogp-image img {
  width: 300px;
}

#article .link-card {
  border: 2px solid black;
  /* 外枠を黒に */
  padding: 15px;
  /* 内側の余白 */
  margin: 10px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 必要なサイズにフィット */
  position: relative;
  width: 100%;
}

#article .link-card::before {
  content: attr(data-content);
  /* 動的な内容を設定 */
  position: absolute;
  top: -18px;
  padding: 0 10px;
  background-color: #fff;
  display: block;
  /* ブロック要素にして上部に表示 */
  font-weight: bold;
  /* 太字 */
  margin-bottom: 10px;
  /* テキストとリンクの間の余白 */
}

#article .link-card .btn-impact {
  margin-bottom: 8px;
  line-height: 1.4;
}

.repair-example-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #dee2e6;
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.repair-example-box h3 {
  color: #2c3e50;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #3498db;
  position: relative;
}

.repair-example-box h3::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #e74c3c;
}

.repair-example-box img {
  display: block;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 20px auto;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.repair-example-box img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.repair-example-box p {
  margin: 0 0 15px 0;
  line-height: 1.6;
  color: #495057;
}

.repair-example-box strong {
  color: #2c3e50;
  font-weight: 600;
}

.repair-example-box ul {
  margin: 10px 0 15px 20px;
  padding: 0;
}

.repair-example-box ul li {
  margin: 8px 0;
  line-height: 1.5;
  color: #495057;
  position: relative;
}

.repair-example-box ul li::before {
  content: "✓";
  color: #27ae60;
  font-weight: bold;
  position: absolute;
  left: -20px;
  top: 0;
}

.repair-example-box:hover {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#single-popular_brands {
  width: 110rem;
  margin: 0 auto;
}

#single-popular_brands .section-common__heading-wrap.pt-0 {
  padding-top: 0;
}

#single-popular_brands .brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 42px;
  margin-top: 42px;
}

#single-popular_brands .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#single-popular_brands .brand-item a {
  text-decoration: none;
}

#single-popular_brands .brand-item:hover {
  opacity: 0.6;
}

.specializes {
  background: #e8e8eb;
}

.specializes .view-all-button {
  margin-top: 30px;
  margin-inline: 20px;
}

.specializes .maker-repair-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}

.specializes .maker-repair-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 32px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.specializes .maker-repair-item__heading {
  font-size: 20px;
  font-weight: 700;
  color: #1b1b3b;
  margin-bottom: 16px;
  line-height: 1.4;
  position: relative;
  padding-left: 24px;
}

.specializes .maker-repair-item__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: linear-gradient(135deg, #d4af37, #f0c040);
  border-radius: 2px;
}

.specializes .maker-repair-item__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

#repair-example .text-case-count {
  color: #1b1b3b;
  font-family: YakuHanMP_Noto, Noto Serif JP, serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

#repair-example .text-case-count span {
  font-size: 3.5rem;
}

#repair-example .image-case-product {
  width: 81.6rem;
  height: 48rem;
  margin: 5.4rem auto 0;
}

#repair-example .text-number-case {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-top: 4.9rem;
}

#repair-example .table-data-case {
  width: 100%;
  margin-top: 1rem;
}

#repair-example .table-data-case tr {
  border: 1px solid #dcdcdc;
}

#repair-example .table-data-case th,
#repair-example .table-data-case td {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0;
}

#repair-example .table-data-case th {
  background: #f3f3f5;
  width: 15rem;
  padding: 0.4rem 0.9rem;
  border-left: 1px solid #dcdcdc;
}

#repair-example .table-data-case td {
  text-align: left;
  width: 40rem;
  padding: 0.4rem 1.6rem;
}

#repair-example .table-data-case td a {
  display: inline-block;
  color: #2d3c77;
  text-underline-offset: 0.18em;
}

#repair-example .table-data-case td a.is-on,
#repair-example .table-data-case td a:hover {
  text-decoration: none;
}

#repair-example .table-data-case td a + span {
  font-size: 1.4rem;
  margin-left: -0.5em;
}

#repair-example .article-case {
  margin-top: 8.6rem;
}

#repair-example .article-case__heading {
  font-family: sf, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2em;
  /* 下線のスタイリング */
  border-bottom: 3px solid #d3d3d3;
  position: relative;
  padding-bottom: 14px;
}

/* 太い下線部分 */

#repair-example .article-case__heading::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  /* 太い下線の長さ */
  height: 3px;
  /* 太い下線の高さ */
  background-color: #1c1b3c;
}

#repair-example .article-case__heading:nth-of-type(n + 2) {
  margin-top: 8.4rem;
}

#repair-example .article-case__text {
  font-size: 1.8rem;
  line-height: 2.22222;
  margin-top: 1.6rem;
}

#repair-example .article-case-voice {
  background: #e8e8eb;
  padding: 4.8rem 5.6rem 2.6rem;
  margin-top: 5rem;
}

#repair-example .article-case-voice__heading {
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#repair-example .article-case-voice__heading-ja {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

#repair-example .article-case-voice__heading-en {
  font-family: sf, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 1.1rem;
}

#repair-example .article-case-voice__text {
  font-size: 1.6rem;
  line-height: 2.125;
  margin-top: 2.2rem;
}

#repair-example .article-case-voice__text-data {
  font-size: 1.4rem;
  line-height: 2.42857;
  text-align: right;
  margin-top: 1.4rem;
}

#repair-example .article-case .list-before-after {
  margin-top: 2.8rem;
}

#repair-example .article-case .list-before-after__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#repair-example .article-case .list-before-after__item:nth-of-type(n + 2) {
  margin-top: 3.4rem;
}

#repair-example .article-case .list-before-after__inner {
  position: relative;
  width: 50rem;
}

#repair-example.article-case.list-before-after__inner:first-of-type.list-before-after__image:before {
  content: "BEFORE";
}

#repair-example.article-case.list-before-after__inner:last-of-type.list-before-after__image:before {
  content: "AFTER";
  color: #fff;
  background: #1b1b3b;
}

#repair-example .article-case .list-before-after__inner:last-of-type:before {
  content: "";
  background: url(../img/repair-example/icn_arw_ba.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -7.6rem;
  top: 10.8rem;
  display: block;
  width: 5.3rem;
  height: 7.8rem;
}

#repair-example .article-case .list-before-after__image {
  position: relative;
  width: 100%;
  height: 29.4rem;
}

#repair-example .article-case .list-before-after__image:before {
  font-family: sf, sans-serif;
  background: #e8e8eb;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 3rem;
}

#repair-example .article-case .list-before-after__image:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 1px #dcdcdc inset;
          box-shadow: 0 0 0 1px #dcdcdc inset;
}

#repair-example .article-case .list-before-after__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 1.3rem;
}

#repair-example .case-button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#repair-example .case-button-more button {
  margin-top: 5rem;
}

#repair-example .case-button-more button:disabled {
  display: none;
}

#repair-example .table-data-case tr {
  width: 100%;
}

#repair-example .table-data-case tr th {
  width: 20%;
}

#repair-example .table-data-case .price {
  text-align: right;
}

.repair-details-table {
  margin: 20px 0;
}

.repair-details-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.repair-details-table tr {
  border: 1px solid #ccc;
}

.repair-details-table tr.total {
  background-color: #f5f5f5;
  font-weight: bold;
}

.repair-details-table tr.total th {
  border-right: none;
  background-color: #f5f5f5;
}

.repair-details-table tr.total td {
  font-size: 20px;
}

.repair-details-table th {
  width: 70%;
  padding: 10px 16px;
  text-align: left;
  background: #fff;
  border-right: 1px solid #ccc;
}

.repair-details-table td {
  width: 30%;
  padding: 15px 20px;
}

.repair-details-table td.price {
  text-align: right;
}

.repair-details-table .tax {
  font-size: 12px;
  margin-left: 5px;
}

.repair-details-table .total-submit {
  margin-right: 20px;
  font-size: 14px;
}

#news .list-case-section-common__inner {
  max-width: 140rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  width: 90%;
}

#news .list-case-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}

#news .list-case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4rem 2rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 7.2rem;
}

#news .list-case__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#news .list-case__item a {
  text-decoration: none;
}

#news .list-case-side-bar {
  width: 32rem;
  margin-top: 5.2rem;
  margin-left: auto;
}

#news .list-case__heading {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.3rem;
}

#news .text-case-count {
  color: #1b1b3b;
  font-family: YakuHanMP_Noto, Noto Serif JP, serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

#news .text-case-count span {
  font-size: 3.5rem;
}

#news .section-common--float-inner.section-common--navy:before {
  height: 37rem;
}

#news .list-case__image {
  background: #e8e8eb;
  width: 100%;
  height: 20rem;
}

#news .search-case__inner .input-keyword {
  position: relative;
  width: 100%;
}

#news .search-case__inner .input-keyword__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8rem;
  height: 6rem;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}

#news .search-case__inner .input-keyword__icon svg {
  display: block;
  width: 2.24rem;
  height: 2.24rem;
  fill: #1b1b3b;
}

#news .search-case__inner .input-keyword__icon.is-on {
  opacity: 0.6;
}

#news .search-case__inner .input-keyword__textbox {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 6rem;
  padding: 1rem 8rem 1rem 2rem;
  border-radius: 3rem;
}

#news .search-case__inner .input-keyword__textbox::-webkit-input-placeholder {
  color: #c8c8c8;
}

#news.search-case__inner.input-keyword__textbox::-webkit-input-placeholder,
#news .search-case__inner .input-keyword__textbox::placeholder {
  color: #c8c8c8;
}

#news .search-case__heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

#news .search-case__inner .input-keyword__textbox {
  background-color: #e8e8eb;
  height: 5rem;
}

#news .search-case__inner .input-keyword__icon {
  height: 5rem;
}

#news .list-case {
  gap: 3.2rem 0;
}

#news .list-case__item a {
  text-decoration: none;
  display: block;
  width: 34rem;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#news .list-case__item a.is-on {
  opacity: 0.6;
}

#news .list-case__image {
  background: #e8e8eb;
  width: 100%;
  height: 20rem;
}

#news .list-case__heading {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.3rem;
}

#news .list-case__text {
  font-size: 1.3rem;
  line-height: 1.84615;
  margin-top: 0.5rem;
}

.error-404 {
  text-align: center;
  padding: 50px;
  margin-top: 80px;
}

.error-404 h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.error-404 p {
  font-size: 18px;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .list-link-icon__item:nth-of-type(4n),
  .list-link-icon__item:nth-of-type(4n-1),
  .list-link-icon__item:nth-of-type(4n-2) {
    margin-left: calc((100% - 98.4rem) / 3);
  }

  .list-link-icon__item:nth-of-type(n + 5) {
    margin-top: 3rem;
  }

  .list-link-icon__item:nth-of-type(4n-2) {
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }

  .list-link-icon__item:nth-of-type(4n-1) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }

  .list-link-icon__item:nth-of-type(4n) {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }

  #repair-example .search-case__flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #repair-example .search-case__flex-box .search-case__heading {
    width: 18rem;
  }

  #repair-example .search-case__flex-box .search-case__inner {
    width: 70rem;
  }

  #repair-example .list-case__item:nth-of-type(3n-1) {
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }

  #repair-example .list-case__item:nth-of-type(3n) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }

  #facility-introduction .detail-store-er__image picture:nth-of-type(n + 2) {
    margin-left: 2rem;
  }

  #facility-introduction .banner-store__item:nth-of-type(2n) {
    margin-left: calc(100% - 108rem);
  }

  #facility-introduction .banner-store__item:nth-of-type(n + 3) {
    margin-top: 2rem;
  }

  #facility-introduction .parking-store__table + .parking-store__table {
    margin-top: 4rem;
  }

  #facility-introduction .list-member-store__item:nth-of-type(n + 2) {
    margin-left: calc((100% - 102rem) / 2);
  }

  #facility-introduction .list-member-store__item:nth-of-type(n + 4) {
    margin-top: calc((100% - 102rem) / 2);
  }
}

@media screen and (max-width: 1024px) {
  #repair-example .list-case {
    grid-template-columns: repeat(2, 1fr);
    /* タブレットサイズでは2列に */
  }

  #news .list-case {
    grid-template-columns: repeat(2, 1fr);
    /* タブレットサイズでは2列に */
  }
}

@media screen and (max-width: 768px) {
  .list-link-icon {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 64rem;
    margin: 0 auto;
  }

  .list-link-icon--bg-gray-right:first-of-type {
    padding-top: 15rem;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }

  .list-link-icon--bg-gray-right:before {
    top: 5rem;
    width: 100vw;
    min-width: 0;
    height: 100%;
  }

  .list-link-icon--no-link .list-link-icon__item {
    width: 30rem;
    height: 19.5rem;
  }

  .list-link-icon__item:nth-of-type(n + 3) {
    margin-top: 3rem;
  }

  .list-link-icon__item:nth-of-type(2n) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }

  .list-link-icon__item a {
    width: 30rem;
    height: 19.5rem;
  }

  .list-link-icon__image {
    height: 14rem;
  }

  .list-link-icon__image--case svg {
    width: 9.8rem;
    height: 9.8rem;
  }

  .list-link-icon__image--brand svg {
    width: 6rem;
    height: 10.5rem;
  }

  .list-link-icon__image--repair svg {
    width: 10.3rem;
    height: 8.8rem;
    margin-top: 0;
  }

  .list-link-icon__image--diagnosis svg {
    width: 9.1rem;
    height: 9.1rem;
    margin-top: 0;
  }

  .list-link-icon__image--battery svg {
    width: 9.1rem;
    height: 9.1rem;
    margin-top: 0;
  }

  .list-link-icon__image--band svg {
    width: 9.1rem;
    height: 9.1rem;
    margin-top: 0;
  }

  .list-link-icon__image--wash svg {
    width: 9.8rem;
    height: 9.8rem;
    margin-top: 0;
  }

  .list-link-icon__image--winder svg {
    width: 9.3rem;
    height: 9.3rem;
    margin-top: 0;
  }

  .list-link-icon__image--tool svg {
    width: 9.1rem;
    height: 9.1rem;
    margin-top: 0;
  }

  .list-link-icon__image--sale svg {
    width: 9.8rem;
    height: 9.8rem;
    margin-top: 0;
  }

  .list-link-icon__image--buy svg {
    width: 9.8rem;
    height: 9.8rem;
    margin-top: 0;
  }

  .list-link-icon__heading {
    font-size: 3rem;
  }

  .list-link-icon__heading--small {
    font-size: 2.6rem;
    margin-top: -0.5em;
  }

  .brand_dictionary-list {
    padding: 0 20px 0;
  }

  .dictionary-group__heading {
    font-size: 4rem;
    padding: 10px 15px 10px 40px;
    margin: 0;
  }

  .dictionary-group__heading::before {
    height: calc(100% - 25px);
    top: 12px;
  }

  .brand_dictionary-list {
    width: 100%;
  }

  .initial_brand_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .initial_brand_list li {
    width: 100%;
    padding: 0 0 30px 25px;
  }

  .initial_brand_list li a::before {
    left: 0;
  }

  .initial_brand_list .brand_title {
    font-size: 3rem;
  }

  .initial_brand_list .brand_english {
    font-size: 2.4rem;
  }

  .initial_brand_list li a::before {
    font-size: 3rem;
    top: -1.5rem;
  }

  .heading-list_initial {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 15px;
    margin: 0;
  }

  .heading-list_initial li a {
    font-size: 2.5rem;
    text-align: center;
    padding: 10px 12px;
    width: 100%;
    border: 1px #ddd solid;
    border-radius: 4px;
    margin: 0;
  }

  .brand_dictionary-list {
    padding: 0;
  }

  .brand_dictionary-list .initial_brand_list {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    padding: 3rem 3rem 0;
    gap: 15px;
  }

  .brand_dictionary-list .list-link-image__item a {
    width: 30rem;
  }

  .brand_dictionary-list .heading-list_initial {
    padding: 5rem 0px;
  }

  .brand_dictionary-list .heading-list_initial li a {
    padding: 6px;
    width: 13rem;
    border-radius: 0;
  }

  #brand-archive .section-common--top:before {
    height: 88rem;
  }

  #popular_brands h3::after {
    width: 10%;
  }

  #popular_brands .section-common__heading-popular {
    font-size: 20px;
  }

  #repair-example .search-case {
    padding-top: 9.6rem;
  }

  #repair-example .search-case__flex-box + .search-case__heading {
    margin-top: 7.8rem;
  }

  #repair-example .search-case__heading {
    font-size: 3.6rem;
  }

  #repair-example .search-case__heading small {
    font-size: 2.8rem;
  }

  #repair-example .search-case__subheading {
    font-size: 3rem;
    margin-top: 5.6rem;
  }

  #repair-example .search-case__subheading:nth-of-type(n + 2) {
    margin-top: 5.8rem;
  }

  #repair-example .search-case__button {
    padding-top: 8rem;
    margin-bottom: 9rem;
  }

  #repair-example .search-case__button-icon {
    width: 5.4rem;
    height: 5.4rem;
    margin-bottom: 1.2rem;
  }

  #repair-example .search-case__button button,
  #repair-example .search-case__button a {
    font-size: 4.8rem;
    width: 24rem;
    height: 24rem;
    margin-bottom: -9rem;
    padding-top: 0.2rem;
  }

  #repair-example .search-case__inner {
    margin-top: 3rem;
  }

  #repair-example .search-case__inner--search {
    margin-top: 3.2rem;
  }

  #repair-example .search-case__inner .input-keyword__icon {
    width: 9rem;
    height: 10rem;
  }

  #repair-example .search-case__inner .input-keyword__icon svg {
    width: 3.2rem;
    height: 3.2rem;
  }

  #repair-example .search-case__inner .input-keyword__textbox {
    font-size: 2.8rem;
    height: 10rem;
    padding: 1rem 9rem 1rem 3rem;
    border-radius: 5rem;
  }

  #repair-example .search-case__inner .input-keyword__textbox::-webkit-input-placeholder {
    letter-spacing: -0.06em;
  }

  #repair-example.search-case__inner.input-keyword__textbox::-webkit-input-placeholder,
  #repair-example .search-case__inner .input-keyword__textbox::placeholder {
    letter-spacing: -0.06em;
  }

  #repair-example .search-case__inner .input-brand {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -3rem;
  }

  #repair-example .search-case__inner .input-brand__item {
    margin-bottom: 3rem;
  }

  #repair-example .search-case__inner .input-brand__inner {
    width: 34rem;
    height: 15.7rem;
    padding-bottom: 1.8rem;
  }

  #repair-example .search-case__inner .input-brand__bg {
    border-width: 0.6rem;
  }

  #repair-example .search-case__inner .input-brand__bg:before {
    left: 0.2rem;
    top: 0.2rem;
    border-width: 2.7rem;
  }

  #repair-example .search-case__inner .input-brand__bg:after {
    left: 1rem;
    top: 0.8rem;
    width: 2rem;
    height: 1.2rem;
    border-width: 0 0 0.4rem 0.4rem;
  }

  #repair-example .search-case__inner .input-brand__logo {
    margin-bottom: 1.4rem;
  }

  #repair-example .search-case__inner .input-brand__logo--rolex {
    width: 15.4rem;
    height: 8.7rem;
  }

  #repair-example .search-case__inner .input-brand__logo--omega {
    width: 16.3rem;
    height: 7.8rem;
  }

  #repair-example .search-case__inner .input-brand__logo--tagheuer {
    width: 9.4rem;
    height: 8.4rem;
  }

  #repair-example .search-case__inner .input-brand__logo--other {
    font-size: 4.4rem;
    height: 7.6rem;
  }

  #repair-example .search-case__inner .input-brand__text {
    font-size: 2.4rem;
  }

  #repair-example .search-case__inner .input-repair {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -3rem;
  }

  #repair-example .search-case__inner .input-repair__item {
    margin-bottom: 3rem;
  }

  #repair-example .search-case__inner .input-repair__inner {
    width: 34rem;
    height: 10rem;
  }

  #repair-example .search-case__inner .input-repair__bg {
    border-width: 0.6rem;
  }

  #repair-example .search-case__inner .input-repair__bg:before {
    left: 0.2rem;
    top: 0.2rem;
    border-width: 2.7rem;
  }

  #repair-example .search-case__inner .input-repair__bg:after {
    left: 1rem;
    top: 0.8rem;
    width: 2rem;
    height: 1.2rem;
    border-width: 0 0 0.4rem 0.4rem;
  }

  #repair-example .search-case__inner .input-repair__text {
    font-size: 3rem;
  }

  #repair-example .list-case__item:nth-of-type(2n) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }

  #repair-example .list-case__heading {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-top: 1.2rem;
  }

  #repair-example .list-case__text {
    font-size: 2.2rem;
    line-height: 1.81818;
    margin-top: 0.4rem;
  }

  #repair-example .list-case-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 8rem auto;
  }

  #repair-example .list-case-contents__inner {
    width: 100%;
  }

  #repair-example .list-case-side-bar {
    width: 100%;
    font-size: 12px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  #repair-example .list-case-side-bar .menu-section {
    padding: 16px 0;
  }

  #repair-example .list-case-side-bar .menu-section .menu-item {
    width: 48%;
  }

  #repair-example .list-case-side-bar .menu-section .arrow {
    min-width: 2.24rem;
  }

  #repair-example .bottom-list-case .section-title-list-case__inner table td {
    padding: 12px;
  }

  #repair-example .bottom-list-case .section-title-list-case__inner table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #repair-example .bottom-list-case .section-title-list-case__inner table th {
    width: 100%;
  }

  #repair-example .bottom-list-case .section-title-list-case__inner table td {
    width: 100%;
  }

  #repair-example .menu-content {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #repair-example .case-button-more {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    /* 3番目に表示 */
  }

  #repair-example .section-common--float-inner.section-common--navy:before {
    height: 58rem;
  }

  #repair-example .menu-content-toggle {
    display: none;
  }

  #repair-example .toggle-icon {
    display: block;
  }

  #repair-example .search-case__heading {
    margin-bottom: 0;
  }

  #repair-example-result .search-case__inner .input-keyword__textbox,
  #repair-example .search-case__inner .input-keyword__textbox {
    height: 10rem;
  }

  #repair-example-result .search-case__inner .input-keyword__icon,
  #repair-example .search-case__inner .input-keyword__icon {
    height: 10rem;
  }

  #facility-introduction .detail-store-er__heading {
    font-size: 3.6rem;
    line-height: 1.66667;
  }

  #facility-introduction .detail-store-er__text {
    font-size: 3rem;
    line-height: 2;
    margin-top: 3rem;
  }

  #facility-introduction .detail-store-er__image-large {
    width: 100%;
    margin-top: 3.8rem;
  }

  #facility-introduction .detail-store-er__image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5rem;
  }

  #facility-introduction .detail-store-er__image picture {
    width: 29.92rem;
    height: 18.216rem;
  }

  #facility-introduction .detail-store-er__image picture:nth-of-type(n + 3) {
    margin-top: 3rem;
  }

  #facility-introduction .carousel-store__image {
    width: 60rem;
    height: 35.3rem;
  }

  #facility-introduction .carousel-store .slick-arrow {
    width: calc((100% - 64rem) / 2);
    height: 35.3rem;
  }

  #facility-introduction .carousel-store .slick-arrow--prev {
    padding: 0;
  }

  #facility-introduction .carousel-store .slick-arrow--next {
    padding: 0;
  }

  #facility-introduction .carousel-store-thumb {
    margin-top: 6rem;
    width: 68rem;
  }

  #facility-introduction .carousel-store-thumb__item {
    margin: 0 1rem;
  }

  #facility-introduction .carousel-store-thumb__item figure {
    width: 12rem;
    height: 12rem;
  }

  #facility-introduction .text-store {
    width: 70.8rem;
    margin-bottom: 14rem;
    margin-top: 9rem;
  }

  #facility-introduction .text-store__heading {
    font-size: 4rem;
    line-height: 1.75;
  }

  #facility-introduction .text-store__text {
    font-size: 3.6rem;
    line-height: 1.77778;
    margin-top: 3rem;
  }

  #facility-introduction .banner-store {
    display: block;
    margin-top: 6rem;
  }

  #facility-introduction .banner-store__item {
    font-size: 3.6rem;
    line-height: 1.66667;
    width: 100%;
    height: 42rem;
  }

  #facility-introduction .banner-store__item:nth-of-type(n + 2) {
    margin-top: 2rem;
  }

  #facility-introduction .tabel-detail-store th {
    width: 20rem;
    padding: 0 1rem 0 2.4rem;
  }

  #facility-introduction .tabel-detail-store td,
  #facility-introduction .tabel-detail-store th {
    font-size: 2.6rem;
    line-height: 1.53846;
  }

  #facility-introduction .tabel-detail-store td {
    padding: 1.6rem 2rem;
  }

  #facility-introduction .tabel-detail-store td em {
    font-size: 2.2rem;
    line-height: 1.36364;
  }

  #facility-introduction .gmap-store {
    width: 70.8rem;
    height: 46.7rem;
  }

  #facility-introduction .parking-store__heading {
    font-size: 5rem;
  }

  #facility-introduction .parking-store__table {
    margin-top: 5rem;
  }

  #facility-introduction .parking-store__table th {
    width: 17rem;
    padding: 0 1rem 0 2.4rem;
  }

  #facility-introduction .parking-store__table th:first-child:last-child {
    font-size: 3rem;
    padding: 1.4rem 0.8rem;
  }

  #facility-introduction .parking-store__table td,
  #facility-introduction .parking-store__table th {
    font-size: 2.6rem;
    line-height: 1.53846;
  }

  #facility-introduction .parking-store__table td {
    padding: 1.6rem 2rem;
  }

  #facility-introduction .parking-store__table td em {
    font-size: 2.2rem;
    line-height: 1.36364;
  }

  #facility-introduction .list-member-store {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #facility-introduction .list-member-store__item:nth-of-type(n + 3) {
    margin-top: 5rem;
  }

  #facility-introduction .list-member-store__image {
    height: 22rem;
  }

  #facility-introduction .list-member-store__position {
    font-size: 2.2rem;
    margin-top: 2.4rem;
  }

  #facility-introduction .list-member-store__name {
    font-size: 3rem;
    margin-top: 1.4rem;
  }

  #facility-introduction .list-news-facility {
    margin-bottom: 9rem;
  }

  #facility-introduction .list-news-facility__inner {
    width: 70.8rem;
    padding: 9.6rem 0 10.6rem;
  }

  #facility-introduction .list-news-facility__title {
    font-size: 4rem;
  }

  #facility-introduction .list-news-facility__list {
    margin-top: 5.4rem;
  }

  #facility-introduction .list-news-facility__link {
    position: relative;
    right: auto;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 5rem;
  }

  #facility-introduction .list-news-facility__link a {
    font-size: 2.6rem;
    line-height: 1.69231;
  }

  #facility-introduction .list-news-facility__item a {
    font-size: 3.6rem;
    line-height: 1.69231;
    letter-spacing: 0.01em;
    display: block;
  }

  #facility-introduction .list-news-facility__item:nth-of-type(n + 2) {
    margin-top: 5rem;
  }

  #facility-introduction .list-news-facility__date {
    width: auto;
  }

  #facility-introduction .list-news-facility__heading {
    -webkit-line-clamp: 2;
  }

  #news .list-case-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 8rem auto;
  }

  #news .list-case-contents__inner {
    width: 100%;
  }

  #news .list-case {
    grid-template-columns: 1fr;
    /* スマホサイズでは1列に */
  }

  #news .list-case {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* 2番目に表示 */
    gap: 0;
  }

  #news .list-case-side-bar {
    width: 100%;
    font-size: 12px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  #news .list-case-side-bar .menu-section {
    padding: 16px 0;
  }

  #news .list-case-side-bar .menu-section .menu-item {
    width: 48%;
  }

  #news .list-case-side-bar .menu-section .arrow {
    min-width: 2.24rem;
  }

  #news .bottom-list-case table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #news .bottom-list-case table th {
    width: 100%;
  }

  #news .bottom-list-case table td {
    width: 100%;
  }

  #news .menu-content {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #news .case-button-more {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    /* 3番目に表示 */
  }

  #news .section-common--float-inner.section-common--navy:before {
    height: 58rem;
  }

  #news .menu-content-toggle {
    display: none;
  }

  #news .toggle-icon {
    display: block;
  }

  #repair-example .text-case-count {
    font-size: 4rem;
  }

  #repair-example .text-case-count span {
    font-size: 7rem;
  }

  #repair-example .image-case-product {
    width: 70.8rem;
    height: 41.6rem;
    margin-top: 6.8rem;
  }

  #repair-example .text-number-case {
    font-size: 3rem;
    line-height: 1.33333;
    margin-top: 5.3rem;
  }

  #repair-example .table-data-case {
    margin-top: 2.4rem;
    border-top: 0.2rem solid #dcdcdc;
  }

  #repair-example .table-data-case tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-width: 0 0.2rem 0.2rem;
  }

  #repair-example .table-data-case th,
  #repair-example .table-data-case td {
    font-size: 2.6rem;
    line-height: 2;
  }

  #repair-example .table-data-case th {
    width: 20rem;
    padding: 1rem 0.8rem 1rem 2.6rem;
    border-left: none;
  }

  #repair-example .table-data-case th:nth-of-type(n + 2) {
    border-top: 0.2rem solid #dcdcdc;
  }

  #repair-example .table-data-case td {
    width: 40rem;
    padding: 1rem 0.8rem 1rem 3.6rem;
  }

  #repair-example .table-data-case td a + span {
    font-size: 2.4rem;
  }

  #repair-example .table-data-case td:nth-of-type(n + 2) {
    border-top: 0.2rem solid #dcdcdc;
  }

  #repair-example .article-case {
    margin-top: 12.6rem;
  }

  #repair-example .article-case__heading {
    font-size: 5rem;
  }

  #repair-example .article-case__heading:nth-of-type(n + 2) {
    margin-top: 12.6rem;
  }

  #repair-example .article-case__text {
    font-size: 3.6rem;
    line-height: 1.77778;
    margin-top: 2.2rem;
  }

  #repair-example .article-case-voice {
    margin-top: 12.4rem;
    padding: 8rem 3rem 6.4rem;
  }

  #repair-example .article-case-voice__heading-ja {
    font-size: 5rem;
  }

  #repair-example .article-case-voice__heading-en {
    font-size: 2.4rem;
    margin-top: 2.6rem;
  }

  #repair-example .article-case-voice__text {
    font-size: 3rem;
    line-height: 2;
    margin-top: 4.8rem;
  }

  #repair-example .article-case-voice__text-data {
    font-size: 2.8rem;
    line-height: 1.42857;
    margin-top: 4.8rem;
  }

  #repair-example .article-case .list-before-after {
    margin-top: 4.2rem;
  }

  #repair-example .article-case .list-before-after__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #repair-example .article-case .list-before-after__item:nth-of-type(n + 2) {
    margin-top: 12.4rem;
  }

  #repair-example .article-case .list-before-after__inner {
    width: 100%;
  }

  #repair-example .article-case .list-before-after__inner:last-of-type {
    margin-top: 13.6rem;
  }

  #repair-example .article-case .list-before-after__inner:last-of-type:before {
    left: calc(50% - 4.2rem);
    top: -13.8rem;
    width: 8.4rem;
    height: 12.4rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  #repair-example .article-case .list-before-after__image {
    height: 41.6rem;
  }

  #repair-example .article-case .list-before-after__image:before {
    font-size: 2.2rem;
    width: 16rem;
    height: 4.8rem;
  }

  #repair-example .article-case .list-before-after__image:after {
    -webkit-box-shadow: 0 0 0 0.2rem #dcdcdc inset;
            box-shadow: 0 0 0 0.2rem #dcdcdc inset;
  }

  #repair-example .article-case .list-before-after__text {
    font-size: 3rem;
    line-height: 2;
    margin-top: 1.3rem;
  }

  #repair-example .case-button-more button {
    margin-top: 7rem;
  }

  #news .list-case {
    grid-template-columns: repeat(2, 1fr);
  }

  #news .list-case-side-bar {
    width: 100%;
  }

  #news .section-common--float-inner.section-common--navy:before {
    height: 58rem;
  }

  #news .search-case__inner .input-keyword__icon {
    width: 9rem;
    height: 10rem;
  }

  #news .search-case__inner .input-keyword__icon svg {
    width: 3.2rem;
    height: 3.2rem;
  }

  #news .search-case__inner .input-keyword__textbox {
    font-size: 2.8rem;
    height: 10rem;
    padding: 1rem 9rem 1rem 3rem;
    border-radius: 5rem;
  }

  #news .search-case__inner .input-keyword__textbox::-webkit-input-placeholder {
    letter-spacing: -0.06em;
  }

  #news.search-case__inner.input-keyword__textbox::-webkit-input-placeholder,
  #news .search-case__inner .input-keyword__textbox::placeholder {
    letter-spacing: -0.06em;
  }

  #news .search-case__heading {
    margin-bottom: 0;
  }

  #news .search-case__inner .input-keyword__textbox {
    height: 10rem;
  }

  #news .search-case__inner .input-keyword__icon {
    height: 10rem;
  }

  #news .list-case {
    gap: 0 1rem !important;
  }

  #news .list-case__item:nth-of-type(n + 3) {
    margin-top: 3.2rem;
  }

  #news .list-case__heading {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-top: 1.2rem;
  }

  #news .list-case__text {
    font-size: 2.2rem;
    line-height: 1.81818;
    margin-top: 0.4rem;
  }

  .error-404 {
    margin-top: 40px;
  }

  .error-404 h1 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #single-popular_brands {
    width: 70.8rem;
  }

  #single-popular_brands .brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 36px;
    margin-top: 36px;
  }

  .specializes .maker-repair-wrap {
    gap: 24px;
    margin-top: 40px;
  }

  .specializes .maker-repair-item {
    padding: 24px 20px;
    border-radius: 6px;
  }

  .specializes .maker-repair-item__heading {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 12px;
  }

  .specializes .maker-repair-item__heading::before {
    width: 3px;
    height: 16px;
  }

  .specializes .maker-repair-item__text {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 600px) {
  .section-common.--wrapper .commit-campaign {
    font-size: 15px;
  }

  .section-common.--wrapper h1 {
    font-size: 26px;
  }

  .section-common.--wrapper h2 {
    font-size: 22px;
  }

  .section-common.--wrapper h3 {
    font-size: 18px;
  }

  .section-common.--wrapper p {
    font-size: 15px;
  }

  .section-common.--wrapper .cta {
    font-size: 17px;
  }
}

@media screen and (max-width: 599px) {
  #facility-service .section-common__button {
    margin-left: 16px;
  }

  #facility-info .section-common__ja-heading {
    padding-top: 0;
  }

  #facility-info.section-common--before-navybox {
    padding-bottom: 14rem;
  }

  #facility-repair .sub-heading {
    font-size: 4rem;
    line-height: 1.75;
    margin-block: 6rem 4rem;
  }

  #facility-repair .sub-text {
    font-size: 3rem;
    line-height: 1.7;
  }

  #facility-repair .link-text {
    font-size: 3rem;
    line-height: 2;
  }

  #facility-repair .note {
    font-size: 3rem;
    line-height: 1.5;
  }

  #facility-contact.section-common--navy-box:before {
    width: 100%;
    max-width: 100%;
  }

  #article .ogp-link-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #article .ogp-link-card .ogp-content .ogp-title {
    padding-bottom: 2px;
  }

  #article .ogp-link-card .ogp-description {
    text-align: right;
  }

  #article .ogp-link-card .ogp-image img {
    width: 100%;
  }

  #article .link-card::before {
    top: -16px;
  }

  #article .link-card .btn-impact {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .repair-example-box {
    padding: 20px;
    margin: 20px 0;
  }

  .repair-example-box h2 {
    font-size: 1.3rem;
  }

  .repair-example-box img {
    max-width: 100%;
  }

  #repair-example .table-data-case tr th {
    width: 30%;
  }

  #repair-example .table-data-case tr td {
    width: 70%;
  }

  #repair-example .table-data-case .repair-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }

  #repair-example .table-data-case .repair-details .repair-name {
    width: 50%;
    padding: 1rem 1rem 1rem 3.6rem;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  #repair-example .table-data-case .repair-details td {
    padding: 0;
    width: 0;
  }

  #repair-example .table-data-case .repair-details .price {
    width: 20%;
    padding: 1rem 0.8rem 1rem 1rem;
  }

  .repair-details-table table {
    font-size: 14px;
  }

  .repair-details-table th {
    width: 65%;
  }

  .repair-details-table td {
    width: 35%;
  }
}
/*# sourceMappingURL=main_new.css.map */