@layer page {
  @keyframes scrollBg {
    from {
      transform: translateX(var(--diff-width));
      background-position: 0 calc(-1px * var(--bg-height) / 2);
    }
    to {
      transform: translateX(0);
      background-position: 0 0;
    }
  }
  @keyframes scrollBgSp {
    from {
      background-position: 0 0;
    }
    to {
      background-position: calc(-1px * var(--sp-width) / 2) 0;
    }
  }
  @keyframes scrollBgRec {
    from {
      background-position: 2.875rem -85.875rem;
    }
    to {
      background-position: 2.875rem 0;
    }
  }
  @keyframes scrollBgRec2 {
    from {
      background-position: calc(100% - 2.875rem) 0;
    }
    to {
      background-position: calc(100% - 2.875rem) -85.875rem;
    }
  }
  @keyframes scrollBgRecSp {
    from {
      background-position: 0 -5.1282051282vw;
    }
    to {
      background-position: -205.1282051282vw 5.3846153846vw;
    }
  }
  @keyframes scrollBgRecSp2 {
    from {
      background-position: -205.1282051282vw calc(100% - 5.1282051282vw);
    }
    to {
      background-position: 0 calc(100% - 15.641025641vw);
    }
  }
  .home-fv {
    position: relative;
    --diff-width: 150px;
    --bg-height: 2784;
  }
  @media screen and (max-width: 1000px) and (min-width: 767px) {
    .home-fv {
      --diff-width: calc((150/2784) * 1900px);
      --bg-height: 1900;
    }
  }
  .home-fv__inner {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .home-fv__inner::before, .home-fv__inner::after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    aspect-ratio: 50/458;
    background: url("../../../img/page/home/fv_edge.svg") 0 0/100% auto no-repeat;
    z-index: 10;
  }
  @media screen and (min-width: 768px) {
    .home-fv__inner::before, .home-fv__inner::after {
      height: 65vh;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__inner::before, .home-fv__inner::after {
      width: 9vw;
    }
  }
  .home-fv__inner::before {
    left: 0;
    top: 0;
  }
  .home-fv__inner::after {
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
  }
  .home-fv__obj {
    display: block;
    position: absolute;
    pointer-events: none;
  }
  .home-fv__obj.is-1 {
    z-index: 11;
    background: transparent;
  }
  @media screen and (min-width: 768px) {
    .home-fv__obj.is-1 {
      backdrop-filter: blur(40px);
      --webkit-backdrop-filter: blur(40px);
      background-color: rgba(0, 78, 204, 0.2);
      opacity: 0.8;
      top: 0;
      right: 9.375rem;
      width: 476px;
      height: 100%;
      transform: skew(-6.6deg);
    }
  }
  @media screen and (max-width: 1390px) and (min-width: 767px) {
    .home-fv__obj.is-1 {
      right: 40px;
    }
  }
  @media screen and (max-width: 1000px) and (min-width: 767px) {
    .home-fv__obj.is-1 {
      right: 46px;
      width: 340px;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__obj.is-1 {
      width: 100%;
      aspect-ratio: 778/281;
      bottom: 12.8205128205vw;
      background: url("../../../img/page/home/fv_edge_glass.jpg") 100% 0/auto 100% no-repeat;
    }
  }
  .home-fv__obj.is-2 {
    z-index: 12;
    right: 9.75rem;
    width: 674px;
    height: 100%;
    will-change: background-position;
  }
  @media screen and (min-width: 768px) {
    .home-fv__obj.is-2 {
      top: 0;
      background: url("../../../img/page/home/fv.webp") 0 0/100% auto no-repeat;
      animation: scrollBg 20s linear infinite;
    }
  }
  @media screen and (max-width: 1390px) and (min-width: 767px) {
    .home-fv__obj.is-2 {
      right: 46px;
    }
  }
  @media screen and (max-width: 1000px) and (min-width: 767px) {
    .home-fv__obj.is-2 {
      width: 460px;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__obj.is-2 {
      left: 0;
      bottom: 17.9487179487vw;
      height: 25.641025641vw;
      background: url("../../../img/page/home/fv_sp.webp") 0 0/auto 100% repeat-x;
      animation: scrollBgSp 10s linear infinite;
    }
  }
  .home-fv__item {
    position: relative;
    height: calc(100svh - 2.625rem);
  }
  @media screen and (max-width: 767px) {
    .home-fv__item {
      height: calc(100svh - 7.6923076923vw);
    }
  }
  .home-fv__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 18.75rem;
    background: linear-gradient(rgba(0, 78, 204, 0) 0%, #004ecc 100%);
    opacity: 0.8;
    left: 0;
    bottom: 0;
    filter: hue-rotate(6deg) brightness(90%);
  }
  @media screen and (max-width: 767px) {
    .home-fv__item::before {
      height: 70vh;
    }
  }
  .home-fv__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home-fv__text-wrap {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
  }
  @media screen and (min-width: 768px) {
    .home-fv__text-wrap {
      padding-bottom: 3.75rem;
      padding-left: 5.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__text-wrap {
      margin-right: 5.1282051282vw;
      padding: 7.6923076923vw 10.2564102564vw 53.8461538462vw var(--sp-pad);
    }
  }
  .home-fv__en {
    font-family: var(--en-sans);
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  @media screen and (max-width: 767px) {
    .home-fv__en {
      font-size: 12.3076923077vw;
    }
  }
  .home-fv__text {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  @media screen and (max-width: 767px) {
    .home-fv__text {
      margin-top: 4.1025641026vw;
      font-size: 5.1282051282vw;
    }
  }
  .home-fv__btn-wrap {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 101;
  }
  @media screen and (min-width: 768px) {
    .home-fv__btn-wrap {
      transform: translateY(50%);
      width: 25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__btn-wrap {
      width: 94.8717948718vw;
      bottom: -7.6923076923vw;
    }
  }
  .home-fv__btn-wrap a {
    flex-grow: 1;
  }
  .home-hdr {
    --my-accent: var(--accent);
    --my-color: var(--main);
  }
  @media screen and (min-width: 768px) {
    .home-hdr {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
    }
  }
  .home-hdr__ttl {
    color: var(--my-accent);
    font-weight: bold;
  }
  @media screen and (min-width: 768px) {
    .home-hdr__ttl {
      margin-bottom: 0.3em;
    }
  }
  @media screen and (max-width: 767px) {
    .home-hdr__ttl {
      font-size: 3.5897435897vw;
      margin-top: 1.0256410256vw;
    }
  }
  .home-hdr__en {
    font-size: 5rem;
    font-family: var(--en-sans);
    line-height: 1.02;
  }
  @media screen and (max-width: 767px) {
    .home-hdr__en {
      font-size: 12.3076923077vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-hdr__text {
      margin-top: 10.2564102564vw;
    }
  }
  .home-sec {
    --my-border-color: var(--accent);
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-sec {
      padding-top: 20.5128205128vw;
      padding-bottom: 20.5128205128vw;
    }
  }
  .home-sec__inner {
    padding-top: 3rem;
    border-top: 1px solid var(--my-border-color);
  }
  @media screen and (max-width: 767px) {
    .home-sec__inner {
      padding-top: 10.2564102564vw;
    }
  }
  .home-about {
    background: url("../../../img/page/home/about_bg_top.png") 100% 2.625rem/25.6875rem auto no-repeat, url("../../../img/page/home/about_bg_bottom.png") 0 100%/25.6875rem auto no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home-about {
      background: url("../../../img/page/home/about_bg_top.png") 100% 0/50vw auto no-repeat, url("../../../img/page/home/about_bg_bottom.png") 0 100%/50vw auto no-repeat;
    }
  }
  .home-about__body {
    padding-top: 4.375rem;
  }
  @media screen and (max-width: 767px) {
    .home-about__body {
      padding-top: 10.2564102564vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-about__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 5rem;
      align-items: flex-start;
    }
  }
  @media screen and (max-width: 767px) {
    .home-about__list {
      display: flex;
      flex-direction: column;
      gap: 5.1282051282vw;
    }
  }
  .home-about__btn-wrap {
    text-align: center;
    margin-top: 3.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-about__btn-wrap {
      margin-top: 10.2564102564vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-about__btn-wrap a {
      min-width: 20rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-about__btn-wrap a {
      min-width: 74.358974359vw;
    }
  }
  .home-about-item {
    --my-scale: 1;
    background: var(--sub);
    padding: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-about-item {
      padding: 2.5641025641vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-about-item:nth-child(2) {
      margin-top: 3.4375rem;
    }
  }
  .home-about-item__link {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .home-about-item__link {
      padding-bottom: 2.5641025641vw;
    }
  }
  @media (hover: hover) {
    .home-about-item__link:hover {
      --my-scale: 1.05;
    }
  }
  .home-about-item__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-about-item__row {
      padding-top: 5.1282051282vw;
    }
  }
  .home-about-item__thumb {
    overflow: hidden;
  }
  .home-about-item__thumb img {
    scale: var(--my-scale);
    transition: 0.25s scale;
  }
  .home-about-item__text-wrap {
    line-height: 1.6;
  }
  .home-about-item__en {
    color: var(--accent);
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .home-about-item__en {
      line-height: 1.1;
      font-size: 3.0769230769vw;
    }
  }
  .home-about-item__label {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .home-about-item__label {
      font-size: 5.1282051282vw;
    }
  }
  .home-business {
    --my-border-color: #fff;
    background: url("../../../img/page/home/business_bg.jpg") 50% 0/cover no-repeat;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .home-business {
      background-image: url("../../../img/page/home/business_bg_sp.jpg");
    }
  }
  .home-business {
    background-attachment: fixed;
  }
  .home-business .home-hdr {
    --my-accent: #fff;
  }
  .home-business__item {
    position: relative;
    margin-top: 5rem;
  }
  .home-business__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(19.5410003662px);
    --webkit-backdrop-filter: blur(19.541000366210938px);
    filter: hue-rotate(6deg) brightness(90%);
    background-color: rgba(4, 8, 93, 0.2);
  }
  @media screen and (max-width: 767px) {
    .home-business__item {
      margin-top: 10.2564102564vw;
    }
  }
  .home-business__row {
    position: relative;
    z-index: 2;
  }
  @media screen and (min-width: 768px) {
    .home-business__row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .home-business__row {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .home-business__text-wrap {
    padding: 4.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-business__text-wrap {
      padding: 6.6666666667vw 7.6923076923vw;
    }
  }
  .home-business__hdr {
    gap: 1.25rem;
    line-height: 1.5;
    margin-bottom: 2.25rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  @media screen and (min-width: 768px) {
    .home-business__hdr {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
    }
  }
  @media screen and (max-width: 767px) {
    .home-business__hdr {
      gap: 2.5641025641vw;
      margin-bottom: 7.6923076923vw;
      padding-bottom: 7.6923076923vw;
    }
  }
  .home-business__ttl {
    font-size: 2.5rem;
    font-family: var(--mix-sans);
  }
  @media screen and (max-width: 767px) {
    .home-business__ttl {
      font-size: 7.6923076923vw;
    }
  }
  .home-business__lead {
    display: inline-block;
    background: #033788;
    font-size: 0.875rem;
    padding: 0.375rem 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-business__lead {
      margin-top: 1.5384615385vw;
      font-size: 3.0769230769vw;
    }
  }
  .home-business__text {
    line-height: 1.875;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  @media screen and (min-width: 768px) {
    .home-business__list {
      margin-top: 1.25rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-business__list {
      display: flex;
      flex-direction: column;
      gap: 2.5641025641vw;
      margin-top: 7.6923076923vw;
    }
  }
  .home-business__list > li {
    background: #fff;
    line-height: 1.7142857143;
    color: var(--main);
    padding: 1.25rem 1.125rem;
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    gap: 1rem;
    font-size: 0.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-business__list > li {
      padding: 5.1282051282vw;
      grid-template-columns: 17.1794871795vw 1fr;
      font-size: 3.5897435897vw;
      align-items: center;
    }
  }
  .home-business__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-business__btn-wrap {
    margin-top: 2.5rem;
  }
  @media screen and (min-width: 768px) {
    .home-business__btn-wrap {
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .home-business__btn-wrap {
      margin-top: 10.2564102564vw;
    }
  }
  .home-business__btn-wrap a {
    --my-color: #fff;
    --my-border-color: #fff;
    --my-over-color: var(--accent);
  }
  @media screen and (min-width: 768px) {
    .home-business__btn-wrap a {
      width: 20rem;
    }
  }
  .home-business__btn-wrap-a {
    margin-top: 5rem;
    text-align: center;
  }
  .home-business__btn-wrap-a a {
    --my-border-color: #fff;
    --my-over-color: var(--accent);
  }
  @media screen and (min-width: 768px) {
    .home-business__btn-wrap-a a {
      width: 20rem;
    }
  }
  .home-ir {
    background: var(--sub);
    padding-bottom: 10rem;
  }
  @media screen and (max-width: 767px) {
    .home-ir {
      padding-bottom: 20.5128205128vw;
    }
  }
  .home-ir .home-hdr {
    display: block;
  }
  .home-ir .home-hdr__text {
    text-align: left;
    margin: 2.1875rem 0;
  }
  @media screen and (min-width: 768px) {
    .home-ir__row {
      display: grid;
      grid-template-columns: 28.75rem 1fr;
    }
  }
  @media screen and (max-width: 767px) {
    .home-ir__btn-wrap {
      margin-top: 10.2564102564vw;
      display: flex;
      justify-content: center;
    }
  }
  .home-ir__btn-wrap a {
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .home-ir__btn-wrap a {
      width: 20rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-ir__btn-wrap a {
      width: 74.358974359vw;
    }
  }
  .home-ir__list-wrap {
    background: rgba(255, 255, 255, 0.5);
    padding: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-ir__list-wrap {
      padding: 2.5641025641vw;
    }
  }
  .home-ir__list {
    background: #DFE5EA;
    display: grid;
    gap: 1px;
  }
  @media screen and (min-width: 768px) {
    .home-ir__list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .home-ir__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .home-ir__list > li {
    background: #fff;
  }
  .home-ir__list a {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  @media screen and (min-width: 768px) {
    .home-ir__list a {
      height: 12.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-ir__list a {
      height: 30.7692307692vw;
    }
    .home-ir__list a .p-icon-arrow {
      --my-icon-size: 3.0769230769vw;
    }
  }
  .home-ir__label {
    line-height: 1.5;
    font-weight: 500;
  }
  @media screen and (min-width: 768px) {
    .home-ir__label {
      font-size: 1.25rem;
    }
  }
  @media screen and (min-width: 768px) {
    .home-ir__label.is-rows {
      display: flex;
      align-items: center;
      height: 2.6em;
    }
  }
  .home-ir__en {
    color: var(--accent);
    font-family: var(--en-sans);
    line-height: 1.1;
  }
  .home-ir__icon-wrap {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .home-ir__icon-wrap {
      margin-top: 2.5641025641vw;
    }
  }
  .home-sustainability {
    margin-top: 7.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-sustainability {
      margin-top: 15.3846153846vw;
    }
  }
  .home-sustainability__link {
    aspect-ratio: 2560/562;
    background: url("../../../img/page/home/sastaina_bg.jpg") 100% 0/cover no-repeat;
    color: #fff;
    padding: 0 2.5rem;
    gap: 3.375rem;
    transition: 0.25s filter;
  }
  @media screen and (min-width: 768px) {
    .home-sustainability__link {
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
  }
  @media screen and (max-width: 767px) {
    .home-sustainability__link {
      display: grid;
      grid-template-columns: 1fr 10.2564102564vw;
      align-items: flex-end;
      aspect-ratio: 1/1;
      padding: 5.1282051282vw;
      gap: 5.1282051282vw;
      background-image: url("../../../img/page/home/sastaina_bg_sp.jpg");
    }
  }
  @media (hover: hover) {
    .home-sustainability__link:hover {
      filter: brightness(120%);
    }
  }
  @media screen and (max-width: 767px) {
    .home-sustainability__label {
      font-size: 3.0769230769vw;
    }
  }
  .home-sustainability__en {
    font-size: 4rem;
    font-family: var(--en-sans);
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.1;
  }
  @media screen and (max-width: 767px) {
    .home-sustainability__en {
      font-size: 8.2051282051vw;
    }
  }
  .home-sustainability__text {
    margin-top: 1rem;
  }
  @media screen and (max-width: 767px) {
    .home-sustainability__text {
      margin-top: 7.6923076923vw;
      font-size: 3.8461538462vw;
    }
  }
  .home-recruit {
    background: url("../../../img/page/home/recruit_bg.jpg") 100% 0/cover no-repeat;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .home-recruit {
      background: url("../../../img/page/home/recruit_bg_sp.jpg") 100% 0/cover no-repeat;
    }
  }
  .home-recruit__in {
    will-change: background-position;
  }
  @media screen and (min-width: 768px) {
    .home-recruit__in {
      background: url("../../../img/page/home/recruit_1.webp") 2.875rem 4%/21.875rem auto repeat-y;
      animation: scrollBgRec 20s linear infinite;
    }
  }
  @media screen and (max-width: 767px) {
    .home-recruit__in {
      background: url("../../../img/page/home/recruit_1_sp.webp") 0 5.1282051282vw/auto 40vw repeat-x;
      animation: scrollBgRecSp 30s linear infinite;
    }
  }
  .home-recruit__in2 {
    will-change: background-position;
  }
  @media screen and (min-width: 768px) {
    .home-recruit__in2 {
      background: url("../../../img/page/home/recruit_2.webp") calc(100% - 2.875rem) 23%/21.875rem auto repeat-y;
      padding: 9.6875rem 0;
      animation: scrollBgRec2 20s linear infinite;
    }
  }
  @media screen and (max-width: 767px) {
    .home-recruit__in2 {
      background: url("../../../img/page/home/recruit_2_sp.webp") 0 calc(100% - 10.2564102564vw)/auto 40vw repeat-x;
      padding-top: 51.2820512821vw;
      padding-bottom: 51.2820512821vw;
      animation: scrollBgRecSp2 30s linear infinite;
    }
  }
  .home-recruit__row {
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding-top: 2.5rem;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .home-recruit__row {
      width: 30rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-recruit__ttl {
      font-size: 3.5897435897vw;
    }
  }
  .home-recruit__en {
    font-family: var(--en-sans);
    font-size: 3.75rem;
    line-height: 1.1;
  }
  @media screen and (max-width: 767px) {
    .home-recruit__en {
      font-size: 12.3076923077vw;
    }
  }
  .home-recruit__text {
    margin-top: 2.1875rem;
  }
  @media screen and (max-width: 767px) {
    .home-recruit__text {
      margin-top: 6.4102564103vw;
      text-align: left;
    }
  }
  .home-recruit__btn-wrap {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-recruit__btn-wrap {
      margin-top: 6.4102564103vw;
    }
  }
  .home-recruit__btn-wrap .p-btn-a {
    --my-color: #fff;
    --my-border-color: #fff;
    --my-over-color: var(--accent);
  }
  @media screen and (min-width: 768px) {
    .home-recruit__btn-wrap .p-btn-a {
      width: 20rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-recruit__btn-wrap .p-btn-a {
      width: 79.4871794872vw;
    }
  }
  .home-link-items-wrap {
    background: var(--sub);
    padding-top: 9.375rem;
  }
  @media screen and (max-width: 767px) {
    .home-link-items-wrap {
      padding-top: 20.5128205128vw;
    }
  }
  .home-link-items {
    background: rgba(255, 255, 255, 0.5);
    padding: 1.25rem;
  }
  @media screen and (min-width: 768px) {
    .home-link-items {
      display: flex;
    }
  }
  @media screen and (max-width: 767px) {
    .home-link-items {
      padding: 2.5641025641vw;
      width: auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1px;
    }
  }
  @media screen and (min-width: 768px) {
    .home-link-items > li {
      flex-grow: 1;
    }
    .home-link-items > li:not(:last-child) {
      border-right: 1px solid #DFE5EA;
    }
  }
  @media screen and (max-width: 767px) {
    .home-link-items > li .p-icon-arrow {
      --my-icon-size: 3.0769230769vw;
    }
  }
  .home-link-item {
    display: block;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  @media screen and (min-width: 768px) {
    .home-link-item {
      height: 10rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-link-item {
      height: 33.3333333333vw;
    }
  }
  .home-link-item__label {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
  }
  @media screen and (min-width: 768px) {
    .home-link-item__label {
      justify-content: center;
      height: 2.6em;
    }
  }
  @media screen and (max-width: 767px) {
    .home-link-item__label {
      font-size: 3.5897435897vw;
      height: 2.6em;
    }
  }
  .home-link-item__icon-wrap {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
  }
  .home-news-wrap {
    background: var(--sub);
  }
  @media screen and (min-width: 768px) {
    .home-news-wrap {
      padding-top: 7.5rem;
    }
  }
  .home-news .yearController,
  .home-news .newsTypeController,
  .home-news .s_eirHeading {
    display: none;
  }
  .home-news + .home-news {
    margin-top: 5rem;
  }
  .home-news .home-hdr {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .home-news .home-hdr__ttl {
      font-size: 3.0769230769vw;
    }
  }
  .home-news .home-hdr__en {
    font-size: 4rem;
  }
  @media screen and (max-width: 767px) {
    .home-news .home-hdr__en {
      font-size: 8.2051282051vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-news__body {
      padding-top: 5.1282051282vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-news__row {
      display: grid;
      grid-template-columns: 19.375rem 1fr;
      gap: 1.875rem;
    }
  }
  .home-news__btn-wrap {
    margin-top: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-news__btn-wrap {
      margin-top: 10.2564102564vw;
      display: flex;
      justify-content: center;
    }
  }
  .home-news__btn-wrap a {
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .home-news__btn-wrap a {
      width: 12.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-news__btn-wrap a {
      width: 51.2820512821vw;
    }
  }
}
.home-news__body .s_eirModule_category_icon {
  background: #fff;
}