section.main {
  padding: 3.75rem 1rem 0;
}
@media screen and (min-width: 768px) {
  section.main {
    padding: 5rem 0 0 0;
  }
}
section.main .main__heading {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.main .main__heading {
    font-size: 2.25rem;
  }
}
section.main .h2 {
  margin-top: 3.75rem;
}
section.main .main__toggleInput:checked ~ .main__toggleLabel .main__toggleLabelIcon::after {
  content: none;
}
section.main .main__toggleInput:checked ~ .main__toggleCollapse {
  display: block;
}
section.main .main__toggleLabel {
  margin-top: 3.75rem;
  padding: 1.125rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #9ea3a6;
  border-bottom: 1px solid #9ea3a6;
}
section.main .main__toggleLabel .main__toggleLabelContent {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
section.main .main__toggleLabel .main__toggleLabelIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.main .main__toggleLabel .main__toggleLabelIcon::before,
section.main .main__toggleLabel .main__toggleLabelIcon::after {
  content: '';
  position: absolute;
  width: 1.125rem;
  border-top: 2px solid #595757;
}
section.main .main__toggleLabel .main__toggleLabelIcon::after {
  transform: rotate(90deg);
}
section.main .main__toggleCollapse {
  display: none;
}
@media screen and (min-width: 768px) {
  section.main .main__toggleCollapse {
    display: block;
  }
}
section.main .main__filter {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f5f6f7;
  border-radius: 0.25rem;
  padding: 2rem 1rem;
  gap: 1.5625rem;
}
section.main .main__filter.main__filter--space {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  section.main .main__filter {
    flex-direction: row;
    align-items: flex-end;
    padding: 1.5rem 2.5rem;
    gap: 2rem;
  }
}
section.main .main__filter .main__filterSelect {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  section.main .main__filter .main__filterSelect {
    flex-direction: column;
    align-items: initial;
  }
}
section.main .main__filter .main__filterSelect .main__filterSelectTitle {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  section.main .main__filter .main__filterSelect .main__filterSelectTitle {
    font-size: 1rem;
  }
}
section.main .main__filter .main__filterSelect .main__filterSelectInner {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  section.main .main__filter .main__filterSelect .main__filterSelectInner {
    margin-left: 0;
  }
}
section.main .main__filter .main__filterSelect .main__filterSelectInner select {
  width: 10.25rem;
  min-height: 2.25rem;
  padding: 0.25rem 2.5rem 0.25rem 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #9ea3a6;
  border-radius: 0.25rem;
  overflow: hidden;
  transform: translateZ(0);
  color: #363434;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px) {
  section.main .main__filter .main__filterSelect .main__filterSelectInner select {
    font-size: 1.125rem;
    width: auto;
    min-width: 11.25rem;
    max-width: 13.75rem;
    min-height: 3rem;
    padding: 0.625rem 3.5rem 0.625rem 1.25rem;
    transition:
      border-color 0.2s ease-in-out,
      background-color 0.2s ease-in-out;
  }
  section.main .main__filter .main__filterSelect .main__filterSelectInner select:hover {
    background-color: #f5f6f7;
  }
  section.main .main__filter .main__filterSelect .main__filterSelectInner select:focus-visible,
  section.main .main__filter .main__filterSelect .main__filterSelectInner select:active {
    border-color: #595757;
  }
}
section.main .main__filter .main__filterSelect .main__filterSelectInner svg {
  position: absolute;
  right: 0.9375rem;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  section.main .main__filter .main__filterSelect .main__filterSelectInner svg {
    right: 1.25rem;
  }
}
section.main .main__filter .btn {
  margin: 0.9375rem auto 0;
}
@media screen and (max-width: 767px) {
  section.main .main__filter .btn {
    height: 3.5rem;
    min-width: 15.875rem;
  }
}
@media screen and (min-width: 768px) {
  section.main .main__filter .btn {
    margin: 0 0 0 auto;
  }
}
section.main .main__filter .btn span {
  min-width: 11.25rem;
}
section.main .main__section .h3 {
  margin-top: 3.75rem;
  margin-bottom: 1rem;
}
section.main #latest_news {
  display: none;
}
section.main .emptyText {
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 500;
}

section.references {
  margin: 3.75rem 0 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.references {
    margin: 5rem 0;
    padding: 0;
  }
}
section.references .references__grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.references .references__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.25rem;
  }
}
section.references .references__grid .card__thumb {
  aspect-ratio: 165/110 !important;
}
@media screen and (min-width: 768px) {
  section.references .references__grid .card__thumb {
    aspect-ratio: 303/151 !important;
  }
}

@media screen and (min-width: 768px) {
  .contact.corporate_common .contact__container {
    max-width: 56.25rem !important;
    gap: 2rem !important;
  }
}

.newsite .newList .newList__itemWrapper .newList__item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8dce0;
}
@media screen and (min-width: 768px) {
  .newsite .newList .newList__itemWrapper .newList__item::after {
    content: '';
    width: 100%;
    border-top: 1px solid #e6002d;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10;
    pointer-events: none;
    transition: transform 0.15s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
  }
}
.newsite .newList .newList__itemWrapper .newList__item .newList__itemChevron {
  width: 1.5rem;
  height: 1.625rem;
  position: absolute;
  right: 1.25rem;
  z-index: 5;
  pointer-events: none;
  transition: transform 0.3s;
}
.newsite .newList .newList__itemWrapper .newList__item .newList__itemInner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5625rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .newList .newList__itemWrapper .newList__item .newList__itemInner {
    padding: 1.5rem 5.875rem 1.5rem 1.875rem;
  }
}
.newsite .newList .newList__itemWrapper .newList__item .newList__itemInner .newList__itemHead {
  display: flex;
  column-gap: 1.25rem;
  row-gap: 0.75rem;
  color: #595757;
}
@media screen and (min-width: 768px) {
  .newsite .newList .newList__itemWrapper .newList__item .newList__itemInner .newList__itemHead {
    column-gap: 2.25rem;
  }
}
.newsite .newList .newList__itemWrapper .newList__item .newList__itemInner .newList__itemHead .newList__itemDate {
  min-width: max-content;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.newsite .newList .newList__itemWrapper .newList__item .newList__itemInner .newList__itemHead .newList__itemDate span {
  font-family: 'Roboto', sans-serif;
}
.newsite .newList .newList__itemWrapper .newList__item .newList__itemInner .newList__itemHead .newList__itemTags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: 0.75rem;
}
.newsite
  .newList
  .newList__itemWrapper
  .newList__item
  .newList__itemInner
  .newList__itemHead
  .newList__itemTags
  .newList__itemTag {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.newsite
  .newList
  .newList__itemWrapper
  .newList__item
  .newList__itemInner
  .newList__itemHead
  .newList__itemTags
  .newList__itemTag:has(span:empty) {
  display: none;
}
.newsite
  .newList
  .newList__itemWrapper
  .newList__item
  .newList__itemInner
  .newList__itemHead
  .newList__itemTags
  .newList__itemTag
  span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .newsite
    .newList
    .newList__itemWrapper
    .newList__item
    .newList__itemInner
    .newList__itemHead
    .newList__itemTags
    .newList__itemTag
    span {
    font-size: 0.875rem;
  }
}
.newsite
  .newList
  .newList__itemWrapper
  .newList__item
  .newList__itemInner
  .newList__itemHead
  .newList__itemTags
  .newList__itemTag
  svg {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  .newsite
    .newList
    .newList__itemWrapper
    .newList__item
    .newList__itemInner
    .newList__itemHead
    .newList__itemTags
    .newList__itemTag
    svg {
    width: 1rem;
    line-height: 0.875rem;
  }
}
.newsite .newList .newList__itemWrapper .newList__item .newList__itemInner .newList__itemContent {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .newsite .newList .newList__itemWrapper .newList__item .newList__itemInner .newList__itemContent {
    margin-top: 1.25rem;
    letter-spacing: 0.08em;
  }
}
.newsite .newList .newList__itemWrapper .newList__item .newList__itemInner .newList__itemAttachments {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1.25rem;
  column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .newList .newList__itemWrapper .newList__item .newList__itemInner .newList__itemAttachments {
    margin-top: 0.75rem;
    column-gap: 0.75rem;
  }
}
.newsite
  .newList
  .newList__itemWrapper
  .newList__item
  .newList__itemInner
  .newList__itemAttachments
  .newList__itemAttachment {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.newsite
  .newList
  .newList__itemWrapper
  .newList__item
  .newList__itemInner
  .newList__itemAttachments
  .newList__itemAttachment
  svg,
.newsite
  .newList
  .newList__itemWrapper
  .newList__item
  .newList__itemInner
  .newList__itemAttachments
  .newList__itemAttachment
  .newList__itemAttachmentIcon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}
.newsite
  .newList
  .newList__itemWrapper
  .newList__item
  .newList__itemInner
  .newList__itemAttachments
  .newList__itemAttachment
  span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #595757;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
@media screen and (min-width: 768px) {
  .newsite .newList .newList__itemWrapper a.newList__item:hover .newList__itemChevron {
    transform: translateX(0.5rem);
  }
  .newsite .newList .newList__itemWrapper a.newList__item:hover::after {
    transform: scaleX(100%);
  }
}
