/* !_breakpoint.scss */
:root {
  --bp-pcCnt: 1130px;
  --bp-pcMax: 1280px;
  --bp-spMax: 767px;
}

/* !_reset.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body {
  min-height: 100svh;
  overflow-wrap: anywhere;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  word-break: normal;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, button, input, label {
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

:where(a) {
  color: inherit;
}

:where(a) {
  text-decoration: none;
}

:where(a:not([class])) {
  text-decoration-skip-ink: auto;
}

a:not([href]) {
  text-decoration: none;
  cursor: default;
}

a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

img, picture, figure, video {
  display: block;
  width: 100%;
  max-width: fit-content;
  height: auto;
}

textarea, :where(input[type=text]) {
  display: block;
  width: 100%;
  max-width: 100%;
}

video[controls] {
  cursor: pointer;
}

video:focus {
  outline: none;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

button, input, select, textarea, optgroup {
  margin: 0;
  font: inherit;
}

@media (min-width: 390px) and (max-width: 767px), not all and (min-width: 768px) {
  input, select, textarea {
    font-size: 16px;
  }
}

:where(input[type=number]) {
  appearance: textfield;
  -moz-appearance: textfield;
}
:where(input[type=number])::-webkit-inner-spin-button, :where(input[type=number])::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
}

textarea {
  resize: vertical;
  field-sizing: content;
}

:where(textarea:not([rows])) {
  min-height: 10em;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  html:focus-within {
    scroll-behavior: auto;
  }
}
/* !_common.scss */
html {
  padding-block-end: env(safe-area-inset-bottom);
  font-size: 62.5%;
}
@media (min-width: 390px) and (max-width: 767px), not all and (min-width: 768px) {
  html {
    font-size: calc(10 / 390 * var(--100vw));
  }
}

body {
  background-color: #FFF;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
}
body p {
  font-size: 1.6rem;
  line-height: 2;
}

:root {
  --headerHeigth: 7.7rem;
  scroll-padding-top: var(--headerHeigth);
  --1vw: 1vw;
  --50vw: 50vw;
  --100vw: 100vw;
}
@media (min-width: 768px) {
  :root {
    --headerHeigth: 11.5rem;
    scroll-padding-top: var(--headerHeigth);
  }
}

header {
  height: var(--headerHeigth);
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
header + * {
  padding-block-start: var(--headerHeigth);
}

@media (hover: hover) {
  :where(a[href]) {
    transition: 0.3s ease-in-out;
  }
  :where(a[href]) img {
    transition: 0.3s ease-in-out;
  }
  :where(a[href]):hover {
    transition: 0.3s ease-in-out;
  }
  :where(a[href]):hover img {
    transition: 0.3s ease-in-out;
  }
}

.dsp_ib {
  display: inline-block;
  font: inherit;
}

@media (min-width: 390px) and (max-width: 767px), not all and (min-width: 768px) {
  .dsp_pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .dsp_sp {
    display: none !important;
  }
}

.leading-trim::before, .leading-trim::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px;
}
.leading-trim::before {
  margin-block-start: calc((1em - 1lh) / 2);
}
.leading-trim::after {
  margin-block-end: calc((1em - 1lh) / 2);
}

main:has(.articleWrap) {
  container-type: inline-size;
}
main:has(.articleWrap) .articleWrap {
  --cw: 1130 / 10 * 1rem;
  --mi: 2rem;
  --pi: 0rem;
  margin-inline: max(var(--mi), (100cqw - var(--cw)) / 2);
}
main:has(.articleWrap) .articleWrap .fullBleed {
  margin-inline: min(var(--mi) * -1, (var(--cw) - 100cqw) / 2);
}
main:has(.articleWrap) .articleWrap .fullBleed-bg {
  margin-inline: min(var(--mi) * -1, (var(--cw) - 100cqw) / 2);
  padding-inline: max(var(--mi), (100cqw - var(--cw)) / 2 + var(--pi));
}

/* !_styleSP.scss */
body:not([class=index]) .main .mv {
  display: grid;
  height: 12rem;
  place-content: center;
  background-image: url(/assets/img/common/mv-bg.webp);
  background-size: 3.2rem;
  background-repeat: repeat;
}
body:not([class=index]) .main .mv .mv__heading {
  color: #5080f0;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  text-align: center;
}
body:not([class=index]) .main .mv .mv__heading .mv__subHeading {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0em;
}
body:not([class=index]) .main .breadcrumbs {
  margin-block-start: 2rem;
}
body:not([class=index]) .main .breadcrumbs .breadcrumbs__list {
  display: flex;
  column-gap: 1rem;
  overflow-x: scroll;
  white-space: nowrap;
  word-break: keep-all;
}
body:not([class=index]) .main .breadcrumbs .breadcrumbs__list::-webkit-scrollbar {
  display: none;
}
body:not([class=index]) .main .breadcrumbs .breadcrumbs__list .breadcrumbs__listItem {
  font-size: 1.6rem;
  line-height: 1;
}
body:not([class=index]) .main .breadcrumbs .breadcrumbs__list .breadcrumbs__listItem:not(:first-of-type) {
  display: flex;
  column-gap: 0.4rem;
  align-items: center;
}
body:not([class=index]) .main .breadcrumbs .breadcrumbs__list .breadcrumbs__listItem:not(:first-of-type)::before {
  content: "";
  height: 1.2rem;
  aspect-ratio: 1;
  clip-path: polygon(0 5%, 5% 0, 55% 50%, 5% 100%, 0 95%, 45% 50%);
  background-color: #c0c0c0;
}
body:not([class=index]) .main .breadcrumbs .breadcrumbs__list .breadcrumbs__listLink:not([href]) {
  color: #5080f0;
}

body:not([class=business]) .main .content .content__heading {
  display: flex;
  min-height: 3rem;
  align-items: center;
  position: relative;
  padding-inline-start: 2rem;
  color: #5080f0;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
body:not([class=business]) .main .content .content__heading::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: currentColor;
}

#global_header > .container .site_logo img {
  height: 3.7rem;
}
#global_header #global_nav .container > ul {
  width: 100%;
}
#global_footer .logo_group img {
  width: 7.3rem;
}
#global_footer .function_nav img {
  display: initial;
}

/* !_stylePC.scss */
@media (min-width: 768px) {
  body:not([class=index]) .main .mv {
    height: 11.5rem;
  }
  body:not([class=index]) .main .breadcrumbs {
    margin-block-start: 1rem;
  }
  body:not([class=business]) .main .content .content__heading {
    padding-inline-start: 3rem;
    font-size: 2.4rem;
  }
  body:not([class=business]) .main .content .content__heading::before {
    content: "";
  }
  #global_header > .container {
    padding-inline: min(20 / 1130 * var(--100vw), 2rem);
  }
  #global_header > .container .site_logo img {
    height: 4.6rem;
  }
  #global_header > .container .logo_group img {
    width: 9.3rem;
  }
  #global_nav {
    margin-block-start: 0.5rem;
  }
  #global_nav .container {
    padding-inline: min(20 / 1130 * var(--100vw), 2rem);
    padding-block: 0;
  }
  #global_nav .container > ul {
    column-gap: min((10 - 0) * (var(--100vw) - 768px) / (1130 - 768) + 0px, 10px);
  }
  #global_nav .container > ul > li > a {
    padding-inline: min((30 - 11) * (var(--100vw) - 768px) / (1130 - 768) + 11px, 30px);
  }
  .footer_sitemap_area .footer_sitemap {
    flex: 1;
  }
  .footer_sitemap_area .footer_sitemap_container .vertical {
    flex: 1;
  }
  .footer_sitemap_area .footer_sitemap_container > ul > li {
    width: fit-content;
    max-width: none;
    padding-inline: min(30 / 1130 * var(--100vw), 3rem);
  }
}/*# sourceMappingURL=inaryo_common.css.map */