@charset "UTF-8";
.txt_hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* =================================================
function
================================================= */
html {
  scroll-behavior: smooth;
}

html,
body {
  font-feature-settings: "palt";
  background-color: #fff;
}

body {
  font-size: 26px;
  line-height: 1.7;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media (max-width: 1024px) {
  body {
    font-size: 2vw;
  }
}
body.menu_open {
  overflow: hidden;
}

*,
:after,
:before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.limited_container {
  max-width: 1500px;
  padding: 20px;
  margin: 0 auto;
}

.head_logo {
  text-align: center;
  padding: 5% 0;
}
.head_logo img {
  max-width: 20%;
}

@media (max-width: 1024px) {
  .list_wrap {
    margin-bottom: 30px;
  }
}
.list_wrap .caption {
  text-align: right;
  font-size: 16px;
  margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
  .list_wrap .caption {
    font-size: 10px;
  }
}

.pic_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .pic_list li {
    width: 100% !important;
  }
}
.pic_list .pic {
  width: 100%;
  aspect-ratio: 1/2;
}
.pic_list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pic_list.type1 li {
  width: 25%;
}
.pic_list.type1 li .pic {
  aspect-ratio: 518/718;
}
@media (max-width: 1024px) {
  .pic_list.type1 li {
    width: 50% !important;
  }
}
.pic_list.type1 li:first-child {
  width: 50%;
}
@media (max-width: 1024px) {
  .pic_list.type1 li:first-child {
    width: 100% !important;
  }
}
.pic_list.type1 li:first-child .pic {
  aspect-ratio: 518/359;
}
.pic_list.type2 li {
  width: 33.33%;
}
.pic_list.type2 li .pic {
  aspect-ratio: 555/368;
}
.pic_list.type3 li {
  width: 33.33%;
}
.pic_list.type3 li .pic {
  aspect-ratio: 554/412;
}

.info {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .info {
    margin: 40px 0;
  }
}

.info_table {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4em 2em;
}

.role_name {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2em;
}

.work_list li {
  text-indent: -1em;
  margin-left: 1em;
}
/*# sourceMappingURL=maps/style.css.map */
