@charset "UTF-8";
.section:not(:first-child) {
  margin-top: 150px;
}
@media screen and (max-width: 1080px) {
  .section:not(:first-child) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .section:not(:first-child) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .section:not(:first-child) {
    margin-top: 80px;
  }
}

.txt-box {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  margin-inline: auto;
  margin-top: 95px;
  width: min(100%, 995px);
}
@media screen and (max-width: 1080px) {
  .txt-box {
    font-size: 16px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .txt-box {
    font-size: 14px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .txt-box {
    font-size: 12px;
    margin-top: 30px;
  }
}

/*----------------------------------------------------------
会社概要
------------------------------------------------------------*/
.company {
  /* 各行のスタイル */
  /* セルのスタイル */
}
.company .table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .company .table {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .company .table {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .company .table {
    margin-top: 30px;
  }
}
.company .tr {
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.company .tr:nth-child(2n) {
  background-color: #e4eced;
}
@media screen and (max-width: 576px) {
  .company .tr {
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.company .td {
  text-align: left;
}
.company .td:first-child {
  flex-shrink: 0;
  font-weight: bold;
  padding-left: 20px;
  vertical-align: baseline;
  width: 30%;
}
@media screen and (max-width: 1080px) {
  .company .td:first-child {
    padding-left: 20px;
    padding-right: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .company .td:first-child {
    width: 170px;
  }
}
@media screen and (max-width: 576px) {
  .company .td:first-child {
    padding-left: 10px;
    padding-right: 10px;
    width: 135px;
  }
}
.company .td:nth-child(2) {
  padding-right: 20px;
}
@media screen and (max-width: 1080px) {
  .company .td:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .company .td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.company .td p {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 1080px) {
  .company .td p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .company .td p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .company .td p {
    font-size: 14px;
  }
}
.company .td a {
  display: block;
}
.company .td a p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .company .td a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .company .td a p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .company .td a p {
    font-size: 14px;
  }
}

/*----------------------------------------------------------
スタッフ
------------------------------------------------------------*/
.staff .inner {
  display: flex;
  flex-direction: column;
  gap: 65px;
  margin-inline: auto;
  margin-top: 80px;
  width: min(100%, 1420px);
}
@media screen and (max-width: 1280px) {
  .staff .inner {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .staff .inner {
    gap: 80px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .staff .inner {
    margin-top: 50px;
  }
}
.staff .item {
  align-items: center;
  display: flex;
  gap: 100px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .staff .item {
    gap: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .staff .item {
    gap: 50px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .staff .item {
    width: 100%;
  }
}
.staff .item:nth-child(odd) {
  justify-content: flex-start;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .staff .item:nth-child(odd) {
    flex-direction: column;
    margin-inline: auto;
  }
}
.staff .item:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .staff .item:nth-child(even) {
    flex-direction: column;
    margin-inline: auto;
  }
}
.staff .img {
  flex-shrink: 0;
  position: relative;
  width: 29.6%;
}
@media screen and (max-width: 768px) {
  .staff .img {
    width: 50%;
  }
}
.staff .img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.staff .ttl {
  align-items: flex-end;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .staff .ttl {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .staff .ttl {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}
.staff .ttl .en {
  font-family: "Anton", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .staff .ttl .en {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .staff .ttl .en {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .staff .ttl .en {
    font-size: 22px;
  }
}
.staff .ttl-txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .staff .ttl-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .staff .ttl-txt {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .staff .ttl-txt {
    font-size: 14px;
  }
}
.staff .career {
  align-items: flex-start;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .staff .career {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .staff .career {
    margin-top: 15px;
  }
}
.staff .career p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 1080px) {
  .staff .career p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .staff .career p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .staff .career p {
    font-size: 16px;
  }
}
.staff .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .staff .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .staff .txt {
    font-size: 16px;
    margin-top: 15px;
    max-width: 380px;
  }
}
@media screen and (max-width: 576px) {
  .staff .txt {
    font-size: 14px;
  }
}

body.on .staff .img::before {
  background-color: #47c2d1;
  border-radius: 50%;
  bottom: -18px;
  content: "";
  height: 100%;
  position: absolute;
  right: -18px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  body.on .staff .img::before {
    bottom: -15px;
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  body.on .staff .img::before {
    bottom: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 576px) {
  body.on .staff .img::before {
    bottom: -5px;
    right: -5px;
  }
}
body.on .staff .img::after {
  background-color: #fc8786;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: -18px;
  position: absolute;
  top: -18px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  body.on .staff .img::after {
    left: -15px;
    top: -15px;
  }
}
@media screen and (max-width: 768px) {
  body.on .staff .img::after {
    left: -10px;
    top: -10px;
  }
}
@media screen and (max-width: 576px) {
  body.on .staff .img::after {
    left: -5px;
    top: -5px;
  }
}

/*----------------------------------------------------------
ギャラリー
------------------------------------------------------------*/
.galally {
  padding-bottom: 150px;
}
@media screen and (max-width: 1080px) {
  .galally {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .galally {
    padding-bottom: 80px;
  }
}
.galally .list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 80px;
  width: min(100%, 1760px);
      margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .galally .list {
    gap: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .galally .list {
    gap: 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .galally .list {
    gap: 30px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .galally .list {
    gap: 20px;
    margin-top: 40px;
  }
}
.galally .item {
  position: relative;
  transition: all 0.3s ease;
  width: calc((100% - 80px * 3) / 4);
}
@media screen and (max-width: 1280px) {
  .galally .item {
    width: calc((100% - 60px * 2) / 3);
  }
}
@media screen and (max-width: 1080px) {
  .galally .item {
    width: calc((100% - 40px * 2) / 3);
  }
}
@media screen and (max-width: 768px) {
  .galally .item {
    width: calc((100% - 30px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .galally .item {
    margin-inline: auto;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .galally .item:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.galally .item img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  width: 100%;
}

body.on .galally .item::after {
  background-color: #000;
  bottom: -8px;
  content: "";
  height: 100%;
  position: absolute;
  right: -8px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body.on .galally .item::after {
    bottom: -6px;
    right: -6px;
  }
}

/*----------------------------------------------------------
モーダルウインドウ
------------------------------------------------------------*/
#modalArea {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  max-width: 100% !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

#modalArea img {
  -o-object-fit: contain;
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 70%;
  max-width: 80%;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.modal {
  position: relative;
}
/*# sourceMappingURL=sourcemaps/company.css.map */