@charset "UTF-8";
/*-----------------------------------------------------
Reset
----------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --main-color: #098941;
  --comp-color: #00A73C;
  --howto-color: #8DC21F;
  --symptoms-color: #009A90;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

b, strong, .bold {
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

#container {
  overflow: hidden;
  background: #F7F7F7;
}

#contents {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding-bottom: 105px;
}
#contents::before {
  content: "";
  background: #F7F7F7;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}

.sp {
  display: none;
}

/*-----------------------------------------------------
Header
----------------------------------------------------- */
header {
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px 0 20px;
}
header .logo {
  width: 260px;
}
header nav {
  width: 100vw;
  background: var(--main-color);
  margin: 0 calc(50% - 50vw);
  margin-top: 20px;
}
header nav ul {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
header nav ul li {
  width: 25%;
  position: relative;
}
header nav ul li::before {
  content: "";
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header nav ul li:last-child::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header nav ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
header nav ul li.current-cat a {
  color: #FCEE21;
}
@media screen and (min-width: 769px) {
  header .row_pc {
    height: 60px;
    overflow: hidden;
    position: relative;
  }
  header .row_pc .left {
    position: absolute;
    left: 0;
  }
  header .row_pc .right {
    position: absolute;
    right: 0;
  }
  header .row_sp {
    display: none;
  }
  header .service_logo {
    width: 260px;
    height: 100%;
  }
  header .corporate_logo {
    height: 100%;
  }
}
header .menu {
  display: none;
}

.comp header nav ul li:nth-child(2) a {
  color: #FCEE21;
}

.howto header nav ul li:nth-child(3) a {
  color: #FCEE21;
}

.symptoms header nav ul li:last-child a {
  color: #FCEE21;
}

/*-----------------------------------------------------
Footer
----------------------------------------------------- */
footer {
  width: 100%;
}
footer ul {
  font-size: 0.75em;
  color: #fff;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  height: 43px;
}
footer ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 0 30px;
  position: relative;
}
footer ul li a::before {
  content: "";
  width: 1px;
  height: 17px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer ul li:last-child a::after {
  content: "";
  width: 1px;
  height: 17px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer small {
  font-size: 0.688em;
  color: #231815;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-----------------------------------------------------
Loading icon
----------------------------------------------------- */
.loading_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.loading_container {
  margin: 2%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29%;
  min-width: 200px;
  min-height: 200px;
}

.loading {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #000000 rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*-----------------------------------------------------
Hover
----------------------------------------------------- */
@media (hover: hover) and (pointer: fine) {
  header a:hover {
    color: #FCEE21;
  }
  footer a:hover {
    color: #FCEE21;
  }
}
/*-----------------------------------------------------
Tb
----------------------------------------------------- */
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
    padding: 0 20px 55px 20px;
  }
  .sp {
    display: block;
  }
  /*-----------------------------------------------------
  Header
  ----------------------------------------------------- */
  header {
    padding: 0 20px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  header nav {
    height: 0;
    position: absolute;
    top: 45px;
    z-index: 2;
    left: 0;
    margin-top: 0;
    background: #fff;
    overflow: hidden;
  }
  header nav ul {
    flex-direction: column;
    align-items: center;
  }
  header nav ul li {
    width: 95%;
    border-bottom: 1px solid #9FA0A0;
    padding: 0 5px;
  }
  header nav ul li::before {
    display: none;
  }
  header nav ul li:last-child::after {
    display: none;
  }
  header nav ul li a {
    color: #000;
    font-weight: 700;
    text-align: left;
    justify-content: flex-start;
    height: 55px;
  }
  header nav ul li.current-cat a {
    color: #000;
  }
  header .row_pc {
    display: none;
  }
  header .row_sp {
    height: 60px;
  }
  header .row_sp .left {
    position: absolute;
    left: 0;
    top: -10px;
  }
  header .row_sp .left > .corporate_logo {
    width: 100px;
  }
  header .row_sp .right {
    position: absolute;
    right: 0;
    top: -10px;
  }
  header .service_logo {
    width: 150px;
  }
  header .corporate_logo {
    width: 150px;
  }
  header .menu {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    right: -20px;
    margin: auto 0 0 auto;
    cursor: pointer;
  }
  header .menu::after {
    content: "メニュー";
    font-size: 0.688em;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
  }
  header .menu span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #000;
  }
  header .menu span:nth-child(1) {
    transform: translateY(-5px);
  }
  header .menu span:nth-child(3) {
    transform: translateY(5px);
  }
  .comp header nav ul li:nth-child(2) a {
    color: #000;
  }
  .howto header nav ul li:nth-child(3) a {
    color: #000;
  }
  .symptoms header nav ul li:last-child a {
    color: #000;
  }
  .open .menu {
    background: #67400E;
    margin: 0 0 auto auto;
  }
  .open .menu::after {
    content: "閉じる";
    color: #fff;
  }
  .open .menu span {
    background: #fff;
  }
  .open .menu span:nth-child(1) {
    transform: translateY(-8px) rotate(45deg);
  }
  .open .menu span:nth-child(2) {
    opacity: 0;
  }
  .open .menu span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  /*-----------------------------------------------------
  Footer
  ----------------------------------------------------- */
  footer ul {
    height: 40px;
  }
  footer ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    padding: 0 15px;
    position: relative;
  }
  footer ul li a::before {
    content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  footer ul li:first-child a::before {
    display: none;
  }
  footer ul li:last-child a::after {
    display: none;
  }
  footer small {
    height: 40px;
  }
}