.workstyle-main {
  overflow: hidden;
}
.workstyle-main * {
  box-sizing: border-box;
}
.workstyle-main img {
  display: block;
  height: auto;
  max-width: 100%;
}

.workstyle-main__about {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .workstyle-main__about {
    margin-top: 40px;
  }
}

.workstyle-main__message {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .workstyle-main__message {
    margin-top: 72px;
  }
}

.workstyle-main__life {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .workstyle-main__life {
    margin-top: 80px;
  }
}

.workstyle-main__career {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .workstyle-main__career {
    margin-top: 96px;
  }
}

.workstyle-main__voice {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .workstyle-main__voice {
    margin-top: 96px;
  }
}

.workstyle-main__report {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .workstyle-main__report {
    margin-top: 96px;
  }
}

.txt {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .txt {
    font-size: 16px;
  }
}

.hidden--sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden--sp {
    display: block;
  }
}

.hidden--pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .hidden--pc {
    display: none;
  }
}

.workstyle-main__cont {
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  .workstyle-main__cont {
    padding: 0;
  }
}

.anim-fadeup {
  transition: opacity ease-in-out 0.6s, transform ease-in-out 0.6s;
  opacity: 0;
  transform: translate(0, 10px);
}
@media screen and (min-width: 768px) {
  .anim-fadeup {
    transform: translate(0, 20px);
  }
}
.anim-fadeup.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.anim-fade {
  will-change: opacity;
  transition: opacity ease-in-out 0.6s;
  opacity: 0;
}
.anim-fade.is-visible {
  opacity: 1;
}

.anim-clip {
  transition: -webkit-clip-path ease-in-out 0.6s;
  transition: clip-path ease-in-out 0.6s;
  transition: clip-path ease-in-out 0.6s, -webkit-clip-path ease-in-out 0.6s;
  transition-duration: 1s;
  -webkit-clip-path: circle(0% at center center);
          clip-path: circle(0% at center center);
}
.anim-clip.is-visible {
  -webkit-clip-path: circle(100% at center center);
          clip-path: circle(100% at center center);
}

.layer-section-head {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .layer-section-head {
    margin-top: 128px;
  }
}

.layer-section-head--right .section-head-title {
  text-align: right;
}
.layer-section-head--right .section-head-title__en {
  left: 0%;
  translate: 0% -50%;
}

.section-head {
  padding: 40px 0;
  margin: auto;
  position: relative;
}

.section-head-object {
  transition: ease-in-out 2s;
  width: 40%;
  position: absolute;
  top: 30%;
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .section-head-object {
    top: 50%;
    width: 35%;
  }
}
.section-head-object.is-visible {
  opacity: 1;
  rotate: 0deg;
}

.section-head-object--left {
  translate: 0% -50%;
  left: -15%;
  rotate: -180deg;
}
@media screen and (min-width: 768px) {
  .section-head-object--left {
    left: 0%;
  }
}

.section-head-object--right {
  right: -15%;
  translate: 0% -50%;
  rotate: 180deg;
}
@media screen and (min-width: 768px) {
  .section-head-object--right {
    right: 0%;
  }
}

.section-head-title {
  z-index: 2;
}
.section-head-title__en {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(180, 180, 180, 0.2);
  position: absolute;
  top: 50%;
  left: 0%;
  translate: -100% 0%;
  line-height: 1.25;
  text-align: left;
  display: flex;
}
@media screen and (min-width: 768px) {
  .section-head-title__en {
    line-height: 0.9;
    font-size: 80px;
  }
}

.section-head-title__en--right {
  right: 0;
  left: auto !important;
}

.section-head-title__ja {
  font-size: 20px;
  font-weight: bold;
  color: #002488;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-head-title__ja {
    font-size: 32px;
  }
}

.section-head-title__ja--left {
  text-align: left;
}

.section-head-title__ja--right {
  text-align: right;
}

.section-head-lead {
  position: relative;
  z-index: 5;
}

.section-head-lead__text {
  line-height: 1.75;
}

.page-kv-head {
  display: grid;
  align-items: flex-end;
}
.page-kv-figure {
  transition: -webkit-clip-path ease-in-out 0.8s;
  transition: clip-path ease-in-out 0.8s;
  transition: clip-path ease-in-out 0.8s, -webkit-clip-path ease-in-out 0.8s;
  aspect-ratio: 736/458;
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-clip-path: polygon(0 44%, 0% 44%, 0% 100%, 0% 100%);
          clip-path: polygon(0 44%, 0% 44%, 0% 100%, 0% 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-kv-figure {
    aspect-ratio: 1152/548;
  }
}
.page-kv-figure:before, .page-kv-figure:after {
  transition: transform ease-in-out 0.8s;
  transition-delay: 0.8s;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  z-index: 10;
}
.page-kv-figure.is-visible {
  -webkit-clip-path: polygon(0 34%, 100% 0%, 100% 66%, 0% 100%);
          clip-path: polygon(0 34%, 100% 0%, 100% 66%, 0% 100%);
}
.page-kv-figure.is-visible:before {
  transform: translateX(100%);
}
.page-kv-figure.is-visible .page-kv-image {
  filter: grayscale(0);
}
@media screen and (min-width: 768px) {
  .page-kv-figure.is-visible {
    -webkit-clip-path: polygon(0 44%, 100% 0%, 100% 56%, 0% 100%);
            clip-path: polygon(0 44%, 100% 0%, 100% 56%, 0% 100%);
  }
}

.page-kv-image {
  transition: filter ease-in-out 0.1s;
  transition-delay: 1.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}

.page-kv-title {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
}
.page-kv-title--right {
  text-align: right;
}

.page-kv-title__ja {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  left: 4%;
  top: 0%;
  color: #002488;
}
@media screen and (min-width: 768px) {
  .page-kv-title__ja {
    left: 0;
    font-size: 48px;
  }
}

.page-kv-title__en {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 100px;
  font-family: "Poppins", sans-serif;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  color: rgba(248, 72, 183, 0.2);
}
@media screen and (min-width: 768px) {
  .page-kv-title__en {
    font-size: 140px;
  }
}

.page-kv-lead-title__text {
  font-size: 32px;
  font-weight: bold;
  text-align: right;
  color: #002488;
}

.page-kv-lead-sentence {
  margin-top: 32px;
}

.page-kv-lead-sentence__text {
  font-size: 12px;
  /* font-weight: bold; */
  line-height: 2;
  /* text-align: right; */
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  .page-kv-lead-sentence__text {
    font-size: 16px;
    padding: 0;
  }
}

.workstyle__lead {
  position: relative;
  display: grid;
  padding: 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .workstyle__lead {
    margin-top: 80px;
    padding: 40px 0;
  }
}

.workstyle-lead-title {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  text-transform: uppercase;
  color: rgba(180, 180, 180, 0.2);
  position: absolute;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.25;
  text-align: left;
  display: flex;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .workstyle-lead-title {
    line-height: 0.9;
    font-size: 130px;
  }
}

.workstyle-lead__text {
  position: relative;
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .workstyle-lead__text {
    grid-row: unset;
  }
}

.workstyle-lead__figure {
  grid-row: 1/2;
  padding: 0 8%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .workstyle-lead__figure {
    padding: 0;
    grid-row: unset;
    max-width: 490px;
    margin: auto;
  }
}

.workstyle-lead-image {
  display: grid;
}

.workstyle-lead-image__front,
.workstyle-lead-image__bg {
  grid-row: 1/2;
  grid-column: 1/2;
}

.workstyle-lead-image__front {
  position: relative;
  z-index: 1;
}

.workstyle-lead-image__bg {
  position: relative;
  z-index: -1;
}

.workstyle-lead-name {
  position: absolute;
  right: 0;
  bottom: -20px;
  white-space: pre-line;
  font-size: 12px;
  padding: 0 8%;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .workstyle-lead-name {
    padding: 0;
    font-size: 18px;
    bottom: 0;
  }
}

.workstyle-lead-text {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .workstyle-lead-text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.workstyle-lead-obj {
  width: 40%;
  top: 24px;
  left: -60px;
}
@media screen and (min-width: 768px) {
  .workstyle-lead-obj {
    width: 35%;
    top: 33%;
    left: -2%;
  }
}

.workstyle-about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .workstyle-about-list {
    margin-top: 32px;
    gap: 32px;
  }
}

.workstyle-about-item__image {
  aspect-ratio: 1;
}

.workstyle-life-figure {
  position: relative;
  overflow-x: scroll;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .workstyle-life-figure {
    overflow-x: hidden;
    margin-top: 32px;
  }
}

.workstyle-life-figure__image {
  min-height: 650px;
  aspect-ratio: 1024/875;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .workstyle-life-figure__image {
    min-height: auto;
  }
}

.js-scroll-alert__image {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.workstyle-voice-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.workstyle-voice-note {
  color: #cc0000;
  margin-top: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .workstyle-voice-column {
    gap: 32px;
    width: 86%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .main-content .workstyle-voice-note {
    font-size: 12px;
  }
}

.workstyle-voice-item {
  position: relative;
  overflow: hidden;
}
.workstyle-voice-item:hover .voice-figure__cover {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.voice-figure {
  aspect-ratio: 336/467;
  -webkit-clip-path: polygon(0 12%, 100% 0%, 100% 87%, 0% 100%);
          clip-path: polygon(0 12%, 100% 0%, 100% 87%, 0% 100%);
  display: grid;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice-figure {
    aspect-ratio: 469/690;
  }
}
.voice-figure:before, .voice-figure:after {
  content: "";
  aspect-ratio: 80/100;
  width: 40px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.voice-figure:before {
  top: 0;
  right: 0;
}
.voice-figure.is-active {
  -webkit-clip-path: polygon(0 12%, 100% 0%, 100% 87%, 0% 100%);
          clip-path: polygon(0 12%, 100% 0%, 100% 87%, 0% 100%);
}

.voice-figure--1:before {
  background-image: url(../img/parts_workstyle_figure_treat1.png);
}
.voice-figure--1:after {
  background-image: url(../img/parts_workstyle_figure_treat2.png);
}

.voice-figure--2:before {
  background-image: url(../img/parts_workstyle_figure_treat2.png);
  transform: rotate(180deg);
}
.voice-figure--2:after {
  background-image: url(../img/parts_workstyle_figure_treat1.png);
  transform: rotate(180deg);
}

.workstyle-voice-modal-head {
  display: grid;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .workstyle-voice-modal-head {
    height: 49.5vh;
  }
}

.workstyle-voice-modal-head__text,
.workstyle-voice-modal-head__image {
  grid-column: 1/2;
  grid-row: 1/2;
}

.modal-head-image__num {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 0.8;
  color: rgba(0, 36, 136, 0.2);
  z-index: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .modal-head-image__num {
    font-size: 100px;
  }
}

.workstyle-voice-modal-head__text {
  white-space: pre-line;
  color: #fff;
  padding: 20px 44px;
  display: grid;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .workstyle-voice-modal-head__text {
    padding: 40px 88px;
  }
}

.workstyle-voice-modal-head__text--2 {
  justify-content: flex-start;
}

.workstyle-voice-modal-head__title {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 16px;
  font-weight: bold;
  white-space: pre-line;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .workstyle-voice-modal-head__title {
    padding: 32px 88px;
    font-size: 26px;
  }
}

.workstyle-voice-modal {
  grid-template-rows: 2fr 8fr;
}
@media screen and (min-width: 768px) {
  .workstyle-voice-modal {
    grid-template-rows: 4.5fr 6.5fr;
  }
}

.voice-modal-head-text {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  color: #002488;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .voice-modal-head-text {
    margin-bottom: 0;
    color: white;
  }
}

.voice-modal-head-text__name {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .voice-modal-head-text__name {
    font-size: 18px;
  }
}

.voice-modal-head-text__title {
  line-height: 1.75;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .voice-modal-head-text__title {
    font-size: 16px;
  }
}

.voice-figure__base,
.voice-figure__cover {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-top: auto;
  aspect-ratio: 469/690;
  display: flex;
  align-items: end;
}

.voice-figure__cover {
  transition: transform ease-in-out 0.36s, filter ease-in-out 0.36s;
}

@media screen and (min-width: 768px) {
  .workstyle-voice-item__text {
    z-index: 5;
    right: 0;
    bottom: 0;
  }
}

.voice-text {
  text-align: right;
  font-size: 12px;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .voice-text {
    font-size: 18px;
  }
}

.workstyle__career {
  margin-top: 180px;
}

.workstyle-cards {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .workstyle-cards {
    margin-top: 64px;
  }
}

.workstyle__report {
  margin-top: 80px;
}

.card-list.workstyle-report-cards {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .card-list.workstyle-report-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .card-list {
    gap: 32px;
  }
}

.card {
  display: grid;
  gap: 10px;
}
.card-figure {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 320/240;
}

.card-figure__image {
  transition: transform 0.36s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-title {
  font-size: 14px;
  font-weight: bold;
  color: #002488;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .card-title {
    font-size: 18px;
  }
}

.card-title--small {
  font-size: 0.75em;
}

.card-text {
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .card-text {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.card-text--small {
  margin-top: 10px;
  display: inline-block;
  font-size: 0.9em;
}

.workstyle-report-cards {
  display: grid;
  gap: 40px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .workstyle-report-cards {
    gap: 80px;
    margin-top: 54px;
  }
}

.workstyle-report-card__image {
  aspect-ratio: 700/320;
}

.workstyle-report-card__image.c-bg-color__whi {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 700/360;
}

.workstyle-report-card__image.c-bg-color__whi img {
  max-height: 360px;
}

img.report-card-image {
  height: 100%;
  max-height: 320px;
  margin: auto;
}

.modal-target {
  position: relative;
  cursor: pointer;
  padding-bottom: 2px;
}

.modal {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-in-out 0.36s;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.modal.is-close {
  opacity: 0;
}
.modal.is-close .modal-inner {
  opacity: 0;
}

.modal-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-inner {
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
  background: #fff;
  z-index: 1;
  position: relative;
  max-width: 94%;
  max-height: 90%;
}
@media screen and (min-width: 768px) {
  .modal-inner {
    width: 90%;
    max-width: 1280px;
  }
}

.modal-content {
  position: relative;
  z-index: 4;
}
.modal-head {
  position: relative;
  width: 100%;
  max-height: 50%;
}

.modal-head__inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .modal-head__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.modal-head-image {
  position: relative;
  z-index: -1;
  overflow: hidden;
  height: 100%;
}

.modal-head-image__figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.modal-body-wrap {
  height: 50%;
  display: grid;
  overflow: hidden;
  padding: 42px 20px;
}
@media screen and (min-width: 768px) {
  .modal-body-wrap {
    display: flex;
    padding: 44px 40px;
  }
}

.modal-body {
  max-height: calc(72vh - 32px);
  max-height: calc(72svh - 32px);
  background: #fff;
  display: grid;
  overflow-y: auto;
}
.modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal-body::-webkit-scrollbar-track {
  background-color: #f8f8f8;
  padding: 2%;
}
.modal-body::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background-color: #f848b7;
}
@media screen and (min-width: 768px) {
  .modal-body {
    width: 100%;
  }
}

.simplebar-placeholder {
  display: none;
}
.simplebar-track {
  background: #f8f8f8;
}

.simplebar-scrollbar:before {
  background: #f848b7 !important;
  opacity: 1 !important;
}

.modal-body-content {
  padding: 0 20px 0 0;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .modal-body-content {
    padding: 0 40px;
  }
}

.modal-body-content__block--2 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .modal-body-content__block--2 {
    margin-top: 40px;
  }
}

.modal-body-content__title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #002488;
}
@media screen and (min-width: 768px) {
  .modal-body-content__title {
    margin-bottom: 18px;
    font-size: 18px;
  }
}

.modal-close {
  border: 2px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .modal-close {
    width: 44px;
    height: 44px;
    top: 24px;
    right: 24px;
  }
}
.modal-close:hover {
  cursor: pointer;
}
.modal-close:before, .modal-close:after {
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close--navy {
  border: 2px solid #002488;
}
.modal-close--navy:before, .modal-close--navy:after {
  background: #002488;
}

.modal-head {
  height: 27vh;
  height: 27svh;
}
@media screen and (min-width: 768px) {
  .modal-head {
    height: 49.5vh;
    height: 49.5svh;
  }
}

.modal-body-wrap {
  height: 49.5vh;
  height: 49.5svh;
}
@media screen and (min-width: 768px) {
  .modal-body-wrap {
    height: 28.5vh;
    height: 28.5svh;
  }
}

.js-scroll-alert__image {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.js-touch-scroll {
  width: 126px;
  height: 126px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.36s;
}
.js-touch-scroll.is-hidden {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .js-touch-scroll {
    display: none;
  }
}
.js-touch-scroll .arrow {
  fill: #1da4eb;
  z-index: 0;
  position: relative;
}
.js-touch-scroll .swipehand {
  fill: #004b96;
  z-index: 10;
  position: relative;
  transition: ease 0.36s;
  animation: swipe 2.4s infinite;
  transform-origin: bottom;
}

@keyframes swipe {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(-10px);
  }
}/*# sourceMappingURL=index.css.map */

/* add 202510 */
.mod-news_date {
  width: 12em;
}
