/*
https://github.com/mayank99/reset.css/blob/main/package/index.css
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

: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;
  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)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  font-size: 0.78125vw;
  font-family: serif;
  font-weight: 400;
  color-scheme: normal;
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 13.125px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #fff;
  font-family: inherit;
}

a {
  text-decoration: none;
  color: currentColor;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: auto;
  }
}
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 .3rem;
  }
}

.header__logo {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #454545;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .header__logo {
    font-size: 20px;
  }
}
.header__logo a {
  width: 48%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    width: 39%;
  }
}
.header__logo:hover {
  color: #666;
}

.footer {
  width: 100%;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
}

.footer__copy {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #666;
}

/* ._bg {
  width: 100%;
  display: block;
  position: absolute;
  background: url(../img/bg.jpg) top left/cover no-repeat;
  background-attachment: fixed;
} */

.footer__text {
  margin-right: 6rem;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__text {
    margin-right: 1rem;
    font-size: 1.2rem;
  }
}

.footer__link {
  padding-right: 0.5rem;
  display: block;
  transition: color 0.3s;
}
.footer__link:hover {
  color: #666;
}

.mv {
  width: 100%;
}

.mv__pic {
  width: 100%;
  display: block;
}

.about {
  width: 100rem;
  margin: 16rem auto;
}
@media screen and (max-width: 767px) {
  .about {
    width: 35rem;
    margin: 10rem auto;
  }
}

.about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__inner {
    flex-direction: column;
  }
}

.about__content {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .about__content {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.about__content .about__text:nth-of-type(1) {
  margin-bottom: 1.6rem;
}

.about__label {
  margin-bottom: 1.5rem;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #8d8d8d;
}
@media screen and (max-width: 767px) {
  .about__label {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}

.about__title {
  margin-bottom: 5rem;
  font-weight: 600;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .about__title {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}

.about__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1.3rem;
  }
}

.about__list {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about__list {
    font-size: 1.3rem;
  }
}

.about__bg {
  width: 49rem;
  height: 60rem;
  background: url(../img/about_img.jpg) top right 60%/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .about__bg {
    width: 100%;
    height: 30rem;
  }
}

.company {
  position: relative;
}

.company__header {
  width: 100%;
  margin-bottom: 6rem;
  padding: 5rem;
  display: block;
  /* background: url(../img/bg.jpg) top left/cover no-repeat; */
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .company__header {
    margin-bottom: 3rem;
    padding: 2rem;
  }
}

.company__label {
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #8d8d8d;
}
@media screen and (max-width: 767px) {
  .company__label {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}

.company__title {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company__title {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}

.company__wrapper {
  width: 90rem;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 767px) {
  .company__wrapper {
    width: 35rem;
    margin-bottom: 6rem;
  }
}

.company__lead {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.8;
}

._com {
  display: flex;
  border-bottom: 1px solid #ababab;
}
@media screen and (max-width: 767px) {
  ._com {
    font-size: 1.3rem;
  }
}

.company__dt {
  width: 20rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .company__dt {
    width: 10rem;
    padding: 1rem;
    flex-shrink: 0;
  }
}

.company__dd {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .company__dd {
    padding: 1rem;
  }
}

._wrap {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  ._wrap {
    padding: 1rem;
  }
}
._wrap .company__dd {
  padding: 0;
}

._mb {
  margin-bottom: 2rem;
}

ol {
  padding-left: 3rem;
  list-style-type: decimal;
}

.privacy {
  width: 96rem;
  margin: 0 auto;
  padding: 10rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    width: 35rem;
    padding: 7rem 0;
    font-size: 1.3rem;
  }
}

.privacy__label {
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #8d8d8d;
}
@media screen and (max-width: 767px) {
  .privacy__label {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}

.privacy__title {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy__title {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}

.privacy__intro {
  margin: 8rem 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .privacy__intro {
    margin: 4rem 1rem;
  }
}

.privacy__wrapper {
  border-radius: 5px;
  border: solid 4px #fff;
  border-collapse: separate;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .privacy__wrapper {
    font-size: 1.4rem;
  }
}

.privacy__heading {
  padding: 1rem;
  background-color: #ffeef2;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .privacy__heading {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
}

.privacy__text {
  padding: 2rem 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .privacy__text {
    padding: 2rem 1rem;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.privacy__list {
  padding-bottom: 2rem;
}

.privacy__item {
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.privacy__item:nth-last-child(1) {
  margin-bottom: 0;
}

._list-style {
  list-style-type: none;
}

._pt {
  padding-top: 2rem;
}

._pd {
  padding: 2rem 0 0 1rem;
}

@media screen and (max-width: 767px) {
  .display-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .display-sp {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */