.omkeashi_news {
  padding: 100px 0;
  max-width: 710px;
}
.omkeashi_news figure {
  margin: 0;
}
.omkeashi_news a {
  display: block;
  color: #000;
  text-decoration: none;
}
.omkeashi_news a[href=""] {
  pointer-events: none;
  text-decoration: none !important;
}
.omkeashi_news img {
  display: block;
  width: 100%;
}
.omkeashi_news .en {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.omkeashi_news .container {
  width: 95%;
  margin: 0 auto;
}
.omkeashi_news .index ul {
  display: grid;
  width: 90%;
  margin: 0 auto 100px;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}
.omkeashi_news .index_text {
  font-size: 13px;
  text-align: center;
  padding: 20px 0 30px;
  text-decoration: underline;
}
.omkeashi_news .inner_container {
  max-width: 550px;
  margin: 0 auto;
}
.omkeashi_news .inner_title {
  font-size: 18px;
  text-align: center;
}
.omkeashi_news .style_title {
  text-align: center;
  font-size: 32px;
  padding: 5px 0 30px;
}
.omkeashi_news .ja_text {
  font-size: 12px;
  text-align: center;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border-radius: 0 100vmax 100vmax 0;
  width: fit-content;
  margin: 0 0 -10px;
  position: relative;
}
.omkeashi_news .title .ja {
  text-align: center;
  font-size: 18px;
  padding: 30px 0;
}
.omkeashi_news .title .ja span {
  font-size: 12px;
}
.omkeashi_news .wrap_text {
  width: 90%;
  margin: 10px auto 50px;
  font-size: 14px;
  line-height: 1.5;
}
.omkeashi_news .img2_wrap {
  width: 90%;
  margin: 0 auto;
}
.omkeashi_news .img2_wrap .top,
.omkeashi_news .img2_wrap .bottom {
  width: 80%;
}
.omkeashi_news .img2_wrap .bottom {
  margin: 30px 0 0 auto;
}
.omkeashi_news .credit {
  width: fit-content;
  margin: 30px auto 100px;
}
.omkeashi_news .credit li {
  margin-bottom: 10px;
  text-align: left;
}
.credit li a:not(.omkeashi_news[href=""]) {
  text-decoration: underline;
  font-size: 12px;
  position: relative;
}
.omkeashi_news .inner_container.bottom .ja_text {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.omkeashi_news .inner_container.bottom .img2_wrap .top {
  margin: 0 0 0 auto;
}
.omkeashi_news .inner_container.bottom .img2_wrap .bottom {
  margin: 30px auto 0 0;
}
.omkeashi_news #sec2,
.omkeashi_news #sec3 {
  padding-top: 100px;
  border-top: 1px solid #000;
}
.omkeashi_news .staff_wrap {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 100px;
  border: 1px solid #000;
  padding: clamp(20px, 5.3333333333vw, 40px);
}
.omkeashi_news .staff_wrap .staff_inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  align-items: center;
  place-content: center;
}
.omkeashi_news .staff_wrap .staff_data {
  font-size: 11px;
  line-height: 1.4;
}
.omkeashi_news .staff_wrap .staff_data p {
  margin-bottom: 5px;
}
.omkeashi_news .staff_wrap .staff_data .name {
  font-size: 14px;
}
.omkeashi_news .staff_wrap .staff_data .name span {
  font-size: 10px;
}
.omkeashi_news .staff_wrap .link_wrap {
  grid-column: 1/3;
  display: grid;
  gap: 5px;
}
.omkeashi_news .staff_wrap .link_wrap a {
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 100vmax;
}/*# sourceMappingURL=style.css.map */