@charset "UTF-8";
.company .table--3-col tr > :not(:last-child) {
  padding-right: 0;
  width: 24rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company .table--3-col tr > :not(:last-child) {
    width: 100%;
    padding-inline: 1.4rem;
  }
}
.company .heading03 {
  margin-top: 3rem;
}
.company__image {
  width: 100%;
  aspect-ratio: 320/180;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}
.company__text02 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company__text02 {
    font-size: 1.6rem;
  }
}
.company__map {
  width: 100%;
  aspect-ratio: 870/200;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company__map {
    aspect-ratio: 358/240;
  }
}
.company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company__link {
  display: inline-block;
  text-decoration: underline !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.company__link:hover {
  opacity: 0.6;
}
.company__btn {
  margin-top: 6rem;
  padding: 5rem 2rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company__btn {
    font-size: 1.6rem;
    padding: 2rem;
    margin-top: 2rem;
  }
}
.company__btn:hover {
  opacity: 0.6;
}
.company .pageNavigation {
  margin-top: 0;
}
.company .table + .heading02 {
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .company .table + .heading02 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company .table + .heading02 {
    margin-top: 5rem;
  }
}

.company-gallery {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-gallery {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.company-gallery__item {
  display: block;
}
.company-gallery__item[href] {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.company-gallery__item[href]:hover {
  opacity: 0.6;
}
.company-gallery__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-gallery--col-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-gallery--col-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.company-tit {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-tit {
    font-size: 2rem;
  }
}
.company-tit__tit {
  font-size: inherit;
}
.company-tit__sub {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-tit__sub {
    font-size: 1.4rem;
  }
}

.company-tit02 {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 2rem;
  margin-block: 1em 0.5em;
}
.company-tit02::before {
  content: "●";
  display: inline-block;
  width: 1.5rem;
  margin-inline: -2rem 0.5rem;
  font-size: 75%;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-tit02 {
    font-size: 1.6rem;
  }
}

.company-grid {
  --border: 1px solid #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  border: var(--border);
  border-bottom: unset;
  margin-top: 4rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.company-grid__col {
  border-bottom: var(--border);
  padding: 20px;
}
.company-grid__col:nth-child(even) {
  border-left: var(--border);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-grid__col:nth-child(even) {
    border-left: unset;
  }
}
.company-grid__col--p0 {
  padding: 0;
}
.company-grid__col--col-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-grid__col--col-2 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.company-grid__image {
  width: 100%;
  height: 100%;
}
.company-grid--3-2 {
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-grid--3-2 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.company-mt01 {
  margin-top: 8rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .company-mt01 {
    margin-top: 5rem;
  }
}