@charset "UTF-8";
/* リセットCSS */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  text-align: inherit;
}

@media (hover: hover) and (pointer: fine) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit; /* リンク色を解除 */
    text-decoration: none; /* 下線を解除 */
  }
}
.company__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 175%;
}
.company__list dt {
  display: flex;
  align-items: center;
  width: 20%;
  padding-block: 1.3227513228vw;
  border-bottom: 1px solid #BBBBBB;
  font-weight: 400;
}
@media screen and (width < 768px) {
  .company__list dt {
    padding-block: clamp(16px, 5.1282051282vw, 20px);
  }
  .company__list dt:first-of-type {
    padding-top: 0;
  }
}
.company__list dd {
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: 0;
  padding-block: 1.3227513228vw;
  background-color: #fff;
  border-bottom: 1px solid #BBBBBB;
  font-weight: 300;
}
@media screen and (width < 768px) {
  .company__list dd {
    padding-block: clamp(16px, 5.1282051282vw, 20px);
  }
}
@media screen and (width < 768px) {
  .company__list {
    display: block;
  }
  .company__list dt {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
  .company__list dd {
    width: 100%;
    padding-top: 2.0512820513vw;
  }
}
.company__item--map {
  filter: grayscale(1);
  position: relative;
  overflow: hidden;
  height: 400px;
  padding-top: 50px;
}
.company__item--map > iframe {
  width: 100%;
  height: 400px;
  position: absolute;
  top: -68px;
  width: 100%;
  height: calc(100% + 68px);
  border: none;
}
@media screen and (width > 1512px) {
  .company__item--map {
    margin-bottom: 1.3227513228vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .company__item--map {
    margin-bottom: 5.1282051282vw;
  }
  .company__item--map > iframe {
    width: 100%;
  }
}
.company-office__item + .company-office__item {
  margin-top: 5.291005291vw;
}
@media screen and (width < 768px) {
  .company-office__item + .company-office__item {
    margin-top: 20.5128205128vw;
  }
}
.company-office__title {
  font-size: clamp(16px, 1.3227513228vw, 24px);
  font-weight: 500;
  margin-block: 1.3227513228vw 0.5em;
}
@media screen and (width > 1512px) {
  .company-office__title {
    font-size: 1.3227513228vw;
  }
}
@media screen and (width < 768px) {
  .company-office__title {
    margin-block: 5.1282051282vw 0.5em;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .company-office__title {
    font-size: 5.1282051282vw;
  }
}
.company-office__title--sm {
  font-size: clamp(14px, 1.0582010582vw, 18px);
  font-weight: 400;
}
@media screen and (width > 1512px) {
  .company-office__title--sm {
    font-size: 1.0582010582vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .company-office__title--sm {
    font-size: 4.1025641026vw;
  }
}
.company-office__text {
  font-size: clamp(14px, 1.0582010582vw, 18px);
  font-weight: 300;
}
@media screen and (width > 1512px) {
  .company-office__text {
    font-size: 1.0582010582vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .company-office__text {
    font-size: 4.1025641026vw;
  }
}
.company-office__text--sm {
  font-size: clamp(14px, 0.9259259259vw, 16px);
  font-weight: 300;
}
@media screen and (width > 1512px) {
  .company-office__text--sm {
    font-size: 0.9259259259vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .company-office__text--sm {
    font-size: 3.5897435897vw;
  }
}
.company-office__text--list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  margin-top: 1em;
}
@media screen and (width < 480px) and (orientation: portrait) {
  .company-office__text--list li + li {
    margin-top: 1em;
  }
}/*# sourceMappingURL=company.css.map */