.home_page .key {
  --height: 56vw;
  --min-height: 500px;
  --max-height: 1000px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  position: relative;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .key_inner {
  position: relative;
  margin: 0 auto;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 14px);
  font-weight: 500;
  letter-spacing: 0.15em;
}
.home_page h3 .en {
  color: var(--main-color);
  font-weight: 500;
  text-transform: uppercase;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}

@media only screen and (min-width: 769px) and (max-width: 1566px) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper));
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .idx00 {
    padding: var(--pd-size) 0 0;
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx00 {
    font-size: 8.6667px;
  }
}
@media only screen and (min-width: 769px) {
  .idx00 dl {
    max-width: 500px;
    width: 60%;
  }
}
.idx00 dl dt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.2em;
}
.idx00 dl dd ul li:not(:last-child) {
  margin-bottom: 6px;
}
.idx00 dl dd ul li a {
  font-weight: 200;
  display: flex;
  color: var(--clr1);
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  width: fit-content;
  --w: 6.5em;
}
@media only screen and (min-width: 769px) {
  .idx00 dl dd ul li a {
    font-size: 1.5em;
  }
}
.idx00 dl dd ul li a:hover {
  color: var(--main-color);
}
.idx00 dl dd ul li a .date {
  width: var(--w);
}
.idx00 dl dd ul li a .title {
  width: calc(100% - var(--w));
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx00 .ttl {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .idx00 .ttl {
    font-size: 3em;
  }
}
.idx00 .more {
  margin-bottom: 0;
}
.idx00 .more a {
  text-decoration: none;
  letter-spacing: 0.055em;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .idx00 .more a {
    font-size: 2.4em;
  }
  .idx00 .more a:hover {
    color: var(--main-color);
  }
}

.idx01 {
  margin-top: var(--pd-size);
  padding-bottom: var(--pd-size);
  background: linear-gradient(to right, #fff 50%, #f5f5f5 50%);
  position: relative;
}
.idx01_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.idx01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--pd-size);
  bottom: 0;
  left: 0px;
  right: 0px;
  background: #f5f5f5;
}
.idx01 .works {
  padding: var(--pd-size) 0;
  --h-post: 290px;
}
.idx01 .works ul {
  display: grid;
  gap: 12px;
}
.idx01 .works ul li img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .idx01 .works:not(.reverse) ul {
    grid-template-columns: 31.25% 33.334% 33.334%;
  }
  .idx01 .works:not(.reverse) ul li:first-child {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .idx01 .works:not(.reverse) ul li:not(:first-child) img {
    max-height: var(--h-post);
  }
  .idx01 .works.reverse ul {
    grid-template-columns: 33.334% 33.334% 31.25%;
  }
  .idx01 .works.reverse ul li:last-child {
    grid-row: 1/3;
    grid-column: 3/3;
  }
  .idx01 .works.reverse ul li:not(:last-child) img {
    max-height: var(--h-post);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .works {
    --h-post: 160px;
  }
  .idx01 .works ul {
    gap: 15px;
  }
}
.idx02 .author_name .jp {
  letter-spacing: 0.04em;
  font-weight: 400;
}
.idx02 .author_name .pos {
  display: block;
  letter-spacing: 0.055em;
}
.idx02 .author .company_detail {
  margin-bottom: 0;
  line-height: 1.75;
}
.idx02 .author .company_detail > span {
  display: block;
}
.idx02 .author .company_detail .web a {
  color: var(--clr1);
  text-decoration: none;
}
.idx02 .author .company_detail .web a:hover {
  opacity: 1;
}
.idx02 .author .company_detail .name {
  margin-bottom: 1em;
  letter-spacing: 0.045em;
}
.idx02 .author .company_detail .name .jp {
  font-weight: 500;
}
.idx02 .author .company_detail .name > span {
  margin-left: -5px;
  margin-right: -4px;
  letter-spacing: -0.03em;
}
.idx02 .author .company_detail .fax {
  letter-spacing: 0.06em;
}
.idx02 .author_exp {
  line-height: 1.87;
}
.idx02 .author_exp li .year {
  margin-right: 1.125em;
}
.idx02 .author_exp li .txt {
  letter-spacing: 0.045em;
}
.idx02 .author_company {
  display: flex;
}
.idx02 .author_message .ttl {
  font-weight: 500;
  margin-bottom: 0.1667em;
  letter-spacing: 0.07em;
}
.idx02 .author_message p {
  letter-spacing: -0.05em;
}

@media only screen and (min-width: 769px) {
  .idx02 {
    padding: var(--pd-size) 0 calc(var(--pd-size) + 31px);
  }
  .idx02 .author {
    font-size: 10px;
    display: flex;
    justify-content: space-between;
  }
  .idx02 .author p {
    font-size: 1.5em;
  }
  .idx02 .author_name {
    margin-bottom: 1.1875em;
    margin-left: -1px;
  }
  .idx02 .author_name .jp {
    margin-right: 0.3333em;
  }
  .idx02 .author_avt {
    flex-shrink: 0;
    max-width: 300px;
    width: 25%;
    padding-top: 9px;
  }
  .idx02 .author_info {
    width: 72%;
    max-width: 795px;
  }
  .idx02 .author_name .pos {
    margin-top: -2px;
  }
  .idx02 .author .company_detail {
    margin-right: 11.4667em;
  }
  .idx02 .author_company {
    margin-bottom: 2.5em;
  }
  .idx02 .author_exp {
    font-size: 1.5em;
  }
  .idx02 .author_message .ttl {
    margin-left: -4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
  .idx02 .author_company {
    justify-content: space-between;
  }
  .idx02 .author .company_detail {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .author {
    font-size: 8.6667px;
  }
}

/*# sourceMappingURL=index_pc.css.map */
