html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

:root {
  --color-bg-black: #161616;
  --color-bg-gray: #F0F0F0;
  --color-bg-light-gray: #EFEFEF;
  --color-text-main: #222222;
  --color-text-gray: #D3D3D3;
  --color-text-darkgray: #787878;
  --color-text-darkgray-2: #949495;
  --color-blog-summary-gray: #f0f0f0ab;
  --color-border-gray: #F0F0F0;
  --color-border-pages-gray: #E4E4E4;
  --color-border-rainbow: linear-gradient(20deg, #FFCFDB 0%, #E7FAFE 42%, #FBFFB8 70%, #D9FFDC 90%, #FFCFDB 100%);
  --color-blog-title-rainbow: linear-gradient(90deg, #FFCFDB 0%, #E7FAFE 42%, #FBFFB8 70%, #D9FFDC 90%);
  --color-pink: #FFCFDB;
  --color-blue: #E7FAFE;
  --color-green: #D9FFDC;
  --color-purple: #EFE9FF;
  --color-yellow: #FBFFB8;
  --color-red: #FF2525;
  --color-header-nav: #949495;
  --font-family-title: "hiragino-kaku-gothic-pron", sans-serif;
  --font-family-main: "Noto Sans JP", sans-serif;
  --font-family-en: "Outfit", sans-serif;
}

.p-company {
  padding-top: 275px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .p-company {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.p-company__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
  position: relative;
}
.p-company__inner::before {
  content: "";
  position: absolute;
  top: 145px;
  left: 290px;
  width: 1px;
  height: 105%;
  background: var(--color-border-pages-gray);
  z-index: -2;
}
@media screen and (max-width: 999px) {
  .p-company__inner::before {
    opacity: 0;
  }
}
.p-company__title {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--color-border-pages-gray);
}
@media screen and (max-width: 999px) {
  .p-company__title {
    padding-bottom: 32px;
  }
}
.p-company__lead {
  margin-block: 32px;
  aspect-ratio: 7/4;
}
.p-company__lead img {
  height: 100%;
}
.p-company .c-page_index {
  right: 20px;
}
@media screen and (max-width: 999px) {
  .p-company .c-page_index {
    margin-inline: unset;
  }
}
.p-company .c-page_index__inner {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .p-company .c-page_index__inner {
    margin: unset;
    margin-inline: auto;
  }
}
.p-company .c-page_index__inner a {
  border-bottom: 1px solid var(--color-text-main);
}
.p-company__message {
  margin-top: 200px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .p-company__message {
    margin-top: 80px;
  }
}
.p-company__message__inner {
  display: flex;
  -moz-column-gap: 162px;
       column-gap: 162px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-company__message__inner {
    flex-direction: column;
    row-gap: 70px;
  }
}
.p-company__message__img {
  position: absolute;
}
.p-company__message__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 999px) {
  .p-company__message__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-company__message__img-1 {
  bottom: 110px;
  left: 80%;
  right: auto;
  width: 20vw;
  max-width: 300px;
  aspect-ratio: 300/425;
}
.p-company__message__img-1 img {
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999px) {
  .p-company__message__img-1 {
    display: none;
  }
}
.p-company__overview {
  margin-top: 197px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .p-company__overview {
    margin-top: 404px;
  }
}
.p-company__overview__inner {
  display: flex;
  -moz-column-gap: 133px;
       column-gap: 133px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-company__overview__inner {
    flex-direction: column;
    row-gap: 70px;
  }
}
@media screen and (max-width: 999px) {
  .p-company__overview__content table {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-company__overview__content table tr {
  margin-top: 54px;
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.p-company__overview__content table tr:first-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 999px) {
  .p-company__overview__content table tr:first-of-type {
    padding: 0 0 24px;
  }
}
.p-company__overview__content table tr:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 999px) {
  .p-company__overview__content table tr {
    -moz-column-gap: 89px;
         column-gap: 89px;
    margin-top: 0;
    padding: 24px 0;
    border-bottom: 1px solid var(--color-border-pages-gray);
  }
}
.p-company__overview__content table tr th {
  width: 78px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.84px;
}
.p-company__overview__content table tr td {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.84px;
}
.p-company__overview__content table tr td a {
  border-bottom: 1px solid var(--color-text-main);
  line-height: 1.6;
  font-weight: 500;
  display: block;
  margin-top: 4px;
}
.p-company__overview__img {
  position: absolute;
  top: 56px;
  right: auto;
  left: 64%;
  width: 30vw;
  max-width: 420px;
  aspect-ratio: 397/265;
}
.p-company__overview__img img {
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 999px) {
  .p-company__overview__img {
    top: -360px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
  }
}
.p-company__overview__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 999px) {
  .p-company__overview__img img {
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
}
.p-company__access {
  margin-top: 140px;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .p-company__access {
    margin-top: 100px;
  }
}
.p-company__access__inner {
  display: flex;
  -moz-column-gap: 200px;
       column-gap: 200px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-company__access__inner {
    flex-direction: column;
    row-gap: 60px;
  }
}
.p-company__access__content {
  padding-bottom: 550px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-company__access__content {
    padding-bottom: 356px;
  }
}
@media screen and (max-width: 999px) {
  .p-company__access__content table {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-company__access__content table tr {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.p-company__access__content table tr:first-of-type {
  margin-top: 0px;
}
.p-company__access__content table tr th {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 999px) {
  .p-company__access__content table tr th {
    font-size: 14px;
  }
}
.p-company__access__content table tr th::before {
  content: "";
  background-color: var(--color-pink);
  width: 12px;
  height: 12px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 6px;
}
@media screen and (max-width: 999px) {
  .p-company__access__content table tr th::before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}
.p-company__access__content table tr td {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.84px;
  white-space: normal;
}
@media screen and (max-width: 999px) {
  .p-company__access__content table tr td {
    line-height: 1.8;
  }
}
.p-company__access__content table tr td div {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.p-company__access__content table tr td div span span {
  color: #D8809E;
}
.p-company__access__content__route {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid var(--color-text-darkgray-2);
  max-width: 590px;
}
@media screen and (max-width: 999px) {
  .p-company__access__content__route {
    margin-top: 32px;
    padding: 25px 20px;
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-company__access__content__route h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.84px;
}
.p-company__access__content__route p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 999px) {
  .p-company__access__content__route p {
    margin-top: 20px;
  }
}
.p-company__access__content__img {
  margin-top: 60px;
  max-width: 590px;
}
@media screen and (max-width: 999px) {
  .p-company__access__content__img {
    margin-top: 48px;
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-company__access__content__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__access__content__photo {
  position: absolute;
  bottom: 172px;
  left: 0;
  width: 100vw;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .p-company__access__content__photo {
    bottom: 112px;
  }
}
.p-company__access__content__photo__list__item {
  width: 510px;
  max-width: 60vw;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .p-company__access__content__photo__list__item {
    width: 300px;
    max-width: unset;
  }
}
.p-company__access__content__photo .photo-swiper-button-prev,
.p-company__access__content__photo .photo-swiper-button-next {
  position: absolute;
  bottom: -52px;
  z-index: 10;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-company__access__content__photo .photo-swiper-button-prev {
  left: 0;
  transform: rotate(90deg);
  background-image: url("../img/home_fv_scroll.png");
}
@media screen and (max-width: 999px) {
  .p-company__access__content__photo .photo-swiper-button-prev {
    left: unset;
    right: 82px;
  }
}
.p-company__access__content__photo .photo-swiper-button-next {
  left: 46px;
  transform: rotate(-90deg);
  background-image: url("../img/home_fv_scroll.png");
}
@media screen and (max-width: 999px) {
  .p-company__access__content__photo .photo-swiper-button-next {
    left: unset;
    right: 36px;
  }
}
.p-company__access__content__photo .photo-swiper-pagination {
  position: absolute;
  bottom: -40px;
  left: 110px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 999px) {
  .p-company__access__content__photo .photo-swiper-pagination {
    left: 0;
  }
}
.p-company__access__content__photo .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--color-border-pages-gray);
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.p-company__access__content__photo .swiper-pagination-bullet-active {
  background: var(--color-text-main);
}
.p-company .p-company__line_r_top {
  top: -40px;
  right: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(clamp(23.938rem, 9.386rem + 18.2vw, 38.5rem)) rotate(30deg);
  transform-origin: right top;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-company .p-company__line_r_top {
    width: 55px;
    top: 310px;
    right: -50px;
    transform: translateX(0px) rotate(20deg);
  }
}
.p-company .p-company__line_r_bottom {
  bottom: 0px;
  right: 50%;
  width: clamp(4.063rem, 1.25rem + 3.52vw, 6.875rem);
  height: 10000px;
  transform: translateX(1500px) rotate(310deg);
  transform-origin: right bottom;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-company .p-company__line_r_bottom {
    transform: translateX(296px) rotate(-23deg);
    width: 55px;
  }
}/*# sourceMappingURL=company.css.map */