@charset "UTF-8";
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p_frontpage__hero {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #ffffff;
  display: grid;
  place-content: center;
}
.p_frontpage__hero.is-active {
  position: relative;
  z-index: 99;
}
.p_frontpage__hero__animation {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p_frontpage__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 480px) {
  .p_frontpage__lead {
    padding-block: 2rem;
  }
}
.p_frontpage__lead__first {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: clamp(1.1875rem, 3vw, 2.25rem);
  line-height: 1.6;
}
.p_frontpage__lead__first > p {
  margin-bottom: 3rem;
}
.p_frontpage__lead__first > p.is-large {
  font-size: 120%;
}
.p_frontpage__lead__second {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: clamp(1.875rem, 5vw, 4.5rem);
  line-height: 1.5;
}
.p_frontpage__lead__second > p {
  margin-bottom: 0.5rem;
}
.p_frontpage__lead__second > p.is-large {
  font-size: 130%;
}
.p_frontpage__lead p span {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#0A1023), color-stop(50%, #0A1023), color-stop(50%, #ccc));
  background: linear-gradient(to right, #0A1023, #0A1023 50%, #ccc 50%);
  display: block;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  will-change: background-position;
}
@media screen and (max-width: 480px) {
  .p_frontpage__lead {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3rem;
  }
}
.p_frontpage__whoweare {
  position: relative;
  padding-top: 17rem;
  margin-bottom: 10rem;
}
.p_frontpage__whoweare__bg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 320px;
  width: 60%;
  height: auto;
  z-index: -1;
}
.p_frontpage__whoweare__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_frontpage__whoweare__wrap {
  max-width: 1046px;
  position: relative;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.p_frontpage__whoweare__wrap__heading {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(5rem, 10vw, 8.125rem);
  line-height: 1;
  word-break: keep-all;
  overflow-wrap: break-word;
  width: 35%;
}
.p_frontpage__whoweare__wrap__heading .js-letter-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p_frontpage__whoweare__wrap__content {
  position: absolute;
  top: 37%;
  left: 32%;
}
.p_frontpage__whoweare__wrap__content__ttl {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}
.p_frontpage__whoweare__wrap__content__body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2em;
  width: 65%;
  margin-bottom: 1rem;
}
.p_frontpage__whoweare__wrap__content__body p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1166px) {
  .p_frontpage__whoweare__wrap {
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (max-width: 768px) {
  .p_frontpage__whoweare {
    padding-top: 10rem;
    margin-bottom: 8rem;
  }
  .p_frontpage__whoweare__wrap__heading {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p_frontpage__whoweare__wrap__content {
    position: initial;
  }
  .p_frontpage__whoweare__wrap__content__body {
    width: 100%;
  }
}
.p_frontpage__business {
  overflow: hidden;
  margin: 0 auto 13rem;
}
.p_frontpage__business__heading {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(3.4375rem, 10vw, 6.875rem);
  line-height: 1;
  word-break: keep-all;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1046px;
  width: calc(100% - 6rem);
  margin: 0 auto 2rem;
  padding-top: 0.5em;
}
.p_frontpage__business__heading__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.p_frontpage__business__heading__ttl .deco {
  position: relative;
}
.p_frontpage__business__heading__ttl .deco::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: auto;
  height: 0.5em;
  aspect-ratio: 35/17;
  background: url(../../assets/images/common/text-deco.svg) no-repeat top center/contain;
}
.p_frontpage__business__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p_frontpage__business {
    margin: 0 auto 8rem;
  }
  .p_frontpage__business__heading {
    width: 100%;
  }
  .p_frontpage__business__heading__ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_frontpage__business__heading__ttl .deco::before {
    width: 3rem;
    height: 1.5rem;
  }
  .p_frontpage__business__heading__btn {
    display: none;
  }
  .p_frontpage__business__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p_frontpage__howto {
  overflow: hidden;
  margin: 0 auto 6rem;
}
.p_frontpage__howto__wrap {
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_frontpage__howto__wrap .div1 {
  grid-area: 1/1/2/3;
}
.p_frontpage__howto__wrap .div2 {
  grid-area: 2/1/3/4;
}
.p_frontpage__howto__wrap .div3 {
  grid-area: 1/3/2/4;
}
.p_frontpage__howto__wrap__heading {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 8vw, 5.625rem);
  line-height: 0.8;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.p_frontpage__howto__wrap__heading .js-letter-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p_frontpage__howto__wrap__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 620px;
}
.p_frontpage__howto__wrap__img img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .p_frontpage__howto__wrap:hover img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .p_frontpage__howto__wrap:hover .o_c_btn__round {
    text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
  }
  .p_frontpage__howto__wrap:hover .o_c_btn__round span {
    background-color: #0D5EFF;
  }
  .p_frontpage__howto__wrap:hover .o_c_btn__round span::before {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .p_frontpage__howto__wrap:hover .o_c_btn__round span::after {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .p_frontpage__howto__wrap {
    display: block;
  }
  .p_frontpage__howto__wrap .div1 {
    margin-bottom: 2rem;
  }
  .p_frontpage__howto__wrap .div2 {
    margin-bottom: 2rem;
  }
  .p_frontpage__howto__wrap .div3 {
    text-align: right;
  }
  .p_frontpage__howto__wrap__heading .js-letter-animation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_frontpage__howto__wrap__img {
    max-width: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .p_frontpage__howto__wrap__img {
    gap: 2rem;
  }
}
.p_frontpage__evr {
  margin-bottom: 10rem;
}
.p_frontpage__evr__wrap {
  max-width: 1046px;
  width: calc(100% - 6rem);
  margin: 0 auto;
  display: block;
  position: relative;
}
.p_frontpage__evr__wrap__heading {
  max-width: 860px;
  margin: 0 0 0 auto;
  padding: 6rem 0;
}
.p_frontpage__evr__wrap__heading__ttl {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 8vw, 5.625rem);
  line-height: 0.8;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}
.p_frontpage__evr__wrap__heading__ttl .js-letter-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p_frontpage__evr__wrap__bg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  z-index: -1;
  width: 45%;
  max-width: 350px;
}
.p_frontpage__evr__wrap__bg img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .p_frontpage__evr__wrap:hover img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .p_frontpage__evr__wrap:hover .o_c_btn__round {
    text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
  }
  .p_frontpage__evr__wrap:hover .o_c_btn__round span {
    background-color: #0D5EFF;
  }
  .p_frontpage__evr__wrap:hover .o_c_btn__round span::before {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .p_frontpage__evr__wrap:hover .o_c_btn__round span::after {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media screen and (max-width: 1166px) {
  .p_frontpage__evr__wrap {
    width: 100%;
  }
  .p_frontpage__evr__wrap__heading {
    padding: 16rem 0 6rem;
  }
  .p_frontpage__evr__wrap__heading__ttl .js-letter-animation {
    gap: 0.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_frontpage__evr__wrap__bg {
    width: 40%;
    right: 1.5rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p_frontpage__evr {
    margin: 0 auto 6rem;
  }
}
@media screen and (max-width: 480px) {
  .p_frontpage__evr__wrap__heading {
    padding: 7rem 0 2rem;
  }
}
.p_frontpage__message {
  position: relative;
  overflow: hidden;
  padding-bottom: 10rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p_frontpage__message {
    padding-bottom: 0;
    margin-bottom: 8rem;
  }
}
.p_frontpage__message__bg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
  width: 75%;
  min-width: 980px;
  aspect-ratio: 4/3;
}
.p_frontpage__message__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1166px) {
  .p_frontpage__message__bg {
    min-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .p_frontpage__message__bg {
    /*top: 0;
    right: 0;
    transform: translate(0, 0);*/
  }
}
@media screen and (max-width: 768px) {
  .p_frontpage__message__bg {
    top: 40%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 115%;
  }
}
.p_frontpage__message__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  /*.div1 { grid-area: 1 / 1 / 2 / 2; }
  .div2 { grid-area: 1 / 2 / 3 / 3; }
  .div3 { grid-area: 2 / 1 / 3 / 2; }
  .div4 { grid-area: 3 / 1 / 4 / 3; }*/
}
.p_frontpage__message__wrap .div1 {
  grid-area: 1/1/2/2;
}
.p_frontpage__message__wrap .div2 {
  grid-area: 1/1/3/3;
}
.p_frontpage__message__wrap .div3 {
  grid-area: 2/1/3/2;
}
.p_frontpage__message__wrap .div4 {
  grid-area: 3/1/4/3;
}
@media screen and (max-width: 768px) {
  .p_frontpage__message__wrap {
    /*.div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 2 / 1 / 3 / 3; }
    .div4 { grid-area: 3 / 1 / 4 / 3; }*/
  }
}
@media screen and (max-width: 768px) {
  .p_frontpage__message__wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .p_frontpage__message__wrap .div1,
  .p_frontpage__message__wrap .div2,
  .p_frontpage__message__wrap .div3,
  .p_frontpage__message__wrap .div4 {
    grid-area: initial;
  }
  .p_frontpage__message__wrap .div2 {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p_frontpage__message__wrap .div2 {
    width: calc(100% - 4rem);
  }
}
.p_frontpage__message__wrap__ttl {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  line-height: 0.8;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.p_frontpage__message__wrap__ttl__1st {
  font-size: clamp(12.5rem, 35vw, 21.25rem);
}
.p_frontpage__message__wrap__ttl__2nd {
  font-size: clamp(3.125rem, 8vw, 6.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p_frontpage__message__wrap__pic {
  overflow: hidden;
  text-align: right;
  margin: 0 auto;
  width: calc(100% - 4rem);
  max-width: 1046px;
}
.p_frontpage__message__wrap__pic__inn {
  width: calc(50% - 3rem);
  margin: 0 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.p_frontpage__message__wrap__pic__inn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1166px) {
  .p_frontpage__message__wrap__pic {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .p_frontpage__message__wrap__pic {
    /*&__inn {
        width: 70%;
    }*/
  }
}
@media screen and (max-width: 768px) {
  .p_frontpage__message__wrap__pic__inn {
    width: 100%;
    margin: initial;
  }
}
.p_frontpage__message__wrap__copy {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.875rem);
  line-height: 1.5;
}
.p_frontpage__interview {
  margin: 0 auto 10rem;
}
.p_frontpage__interview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2rem;
}
.p_frontpage__interview__heading .en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(2.625rem, 10vw, 8.125rem);
  line-height: 1;
  word-break: keep-all;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.p_frontpage__interview__heading .jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  display: block;
}
.p_frontpage__interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p_frontpage__interview {
    margin: 0 auto 8rem;
  }
  .p_frontpage__interview__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .p_frontpage__interview__heading .en {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_frontpage__interview__list {
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .p_frontpage__interview__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}
.p_frontpage__news {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p_frontpage__news {
    margin-bottom: 8rem;
  }
}
.p_frontpage__news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_frontpage__news__heading .en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 4.0625rem);
  line-height: 1;
  word-break: keep-all;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.p_frontpage__news__heading .jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  display: block;
}
.p_frontpage__news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_frontpage__news__wrap__list {
  width: calc(100% - 250px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p_frontpage__news__wrap__list__item {
  border-left: solid 4px #0A1023;
  padding-left: 1.5rem;
}
.p_frontpage__news__wrap__btn {
  width: 200px;
}
@media screen and (max-width: 1166px) {
  .p_frontpage__news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p_frontpage__news__wrap__list {
    width: 100%;
  }
  .p_frontpage__news__wrap__btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_frontpage__news__heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_frontpage__news__heading .en {
    gap: 0.5rem;
  }
  .p_frontpage__news__wrap__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p_frontpage__news__post__header {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
}
.p_frontpage__news__post__header .ttl {
  width: 100%;
  min-height: 3em;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p_frontpage__news__post__header .ico {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_frontpage__news__post__header .ttl {
    width: calc(100% - 1rem);
    min-height: initial;
  }
  .p_frontpage__news__post__header .ico {
    display: block;
  }
}
.p_frontpage__news__post__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.p_frontpage__news__post__footer .time {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.p_frontpage__news__post__footer .time .date {
  width: calc(100% - 1rem);
}
.p_frontpage__news__post__footer .time .ico {
  display: block;
}
.p_frontpage__news__post__footer .category {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
.p_frontpage__news__post__footer .category li {
  padding: 0.5em;
  background-color: #EAEEF7;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .p_frontpage__news__post__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p_frontpage__news__post__footer .time {
    width: initial;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p_frontpage__news__post__footer .time .date {
    width: initial;
  }
  .p_frontpage__news__post__footer .time .ico {
    display: none;
  }
}
.p_frontpage__news__post span.ico {
  position: relative;
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.p_frontpage__news__post span.ico::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  background: url(../../assets/images/common/arr-toRight-navy.svg) center center/contain no-repeat;
}
.p_frontpage__news__post span.ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  background: url(../../assets/images/common/arr-toRight-blue.svg) center center/contain no-repeat;
}
@media (hover: hover) {
  .p_frontpage__news__post:hover span.ico::before {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .p_frontpage__news__post:hover span.ico::after {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}/*# sourceMappingURL=frontpage.css.map */