@layer page {
  .u-wb-auto {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    word-break: auto-phrase;
  }
  .l-en-header .l-header__nav {
    width: auto;
  }
  @media screen and (max-width: 767px) {
    .l-en-footer .l-footer__logo {
      margin-inline: auto;
    }
  }
  .l-en-footer .l-footer__nav-list.list__contact li.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--green01);
    color: #fff;
    padding: 10px 10px;
    border-radius: 50px;
    cursor: pointer;
    gap: 6px;
    transition: opacity 0.3s;
  }
  .l-en-footer .l-footer__nav-list.list__contact li.footer-contact:active {
    opacity: 0.5;
  }
  .l-en-footer .l-footer__nav-list.list__contact li.footer-contact .l-footer__nav-link {
    color: #fff;
    padding: 0 0 0 0;
    font-weight: 600;
    text-decoration: none;
    border-bottom: none;
    text-align: center;
  }
  .l-en-footer .l-footer__nav-list.list__contact li.footer-contact .l-footer__nav-link::after {
    content: none;
  }
  .l-en-footer .l-footer__nav-list.list__contact li.footer-contact .footer-email {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    width: 100%;
    font-size: 0.8125rem;
    letter-spacing: -0.01em;
  }
  @media screen and (max-width: 767px) {
    .l-en-footer .l-footer__nav-list.list__contact li.footer-contact .footer-email {
      text-align: center;
    }
  }
  .l-en-footer .l-footer__nav-list.list__contact li a.contact-btn {
    text-align: center;
    margin-inline: auto;
  }
  .l-en-footer .l-footer__nav-list.list__contact li a.contact-btn::after {
    display: none !important;
    content: none !important;
  }
  .l-en-footer .l-footer__nav-list a {
    word-break: auto-phrase;
  }
  .c-cookie-consent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .c-cookie-consent {
      padding: 20px 10px;
      font-size: 0.875rem;
    }
  }
  .c-cookie-consent .c-cookie-consent__inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .c-cookie-consent .c-cookie-consent__btns {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .c-cookie-consent .c-cookie-consent__btns li button,
  .c-cookie-consent .c-cookie-consent__btns li a {
    display: block;
    padding: 10px 30px;
    background: #fff;
    border: none;
    color: var(--main);
    border-radius: 100vw;
    transition: opacity 0.3s;
  }
  @media screen and (max-width: 767px) {
    .c-cookie-consent .c-cookie-consent__btns li button,
    .c-cookie-consent .c-cookie-consent__btns li a {
      padding: 8px 25px;
    }
  }
  @media (hover: hover) {
    .c-cookie-consent .c-cookie-consent__btns li button:hover,
    .c-cookie-consent .c-cookie-consent__btns li a:hover {
      opacity: 0.7;
    }
  }
  .c-cookie-consent .c-cookie-consent__btns li a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
  }
  .en-home .l-content__home {
    display: block;
  }
  .en-home .p-hero {
    grid-template-columns: 48.2638888889% 48.2638888889%;
    gap: 0 3.4722222222%;
  }
  @media screen and (max-width: 767px) {
    .en-home .p-hero {
      display: grid;
      grid-template-columns: 1fr;
      gap: 5.8666666667vw 0;
    }
  }
  .en-home .p-hero__copy {
    position: absolute;
    width: 51.7361111111%;
    height: 22.9166666667vw;
  }
  @media screen and (max-width: 767px) {
    .en-home .p-hero__copy {
      position: relative;
      width: 100%;
      height: auto;
    }
  }
  @media screen and (min-width: 992px) {
    .en-home .p-hero__copy picture {
      width: 58.389261745%;
    }
  }
  .en-home .p-hero__copy img {
    aspect-ratio: 435/127;
  }
  @media screen and (max-width: 767px) {
    .en-home .p-hero__copy img {
      aspect-ratio: 804/46;
    }
  }
  .en-home .p-hero__pict01 {
    margin-top: auto;
    margin-bottom: 0;
  }
  .en-home .p-hero__pict01 img {
    aspect-ratio: 695/445;
  }
  @media screen and (max-width: 767px) {
    .en-home .p-hero__pict01 img {
      aspect-ratio: 325/261;
    }
  }
  .en-home .en-home__business {
    max-width: 856px;
  }
  .en-home .en-home__business .p-ttl__small {
    margin-bottom: 0;
    font-family: var(--serif);
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 2;
    color: var(--green01);
  }
  @media screen and (max-width: 767px) {
    .en-home .en-home__business .p-ttl__small {
      margin-bottom: 0;
      font-size: 1.3125rem;
      line-height: 1.8;
    }
  }
  .en-home .en-home__business-box-link01 > a,
  .en-home .en-home__business-box-link02 > a {
    position: relative;
    display: block;
    padding: 40px 40px 60px;
    border-bottom: 2px solid;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
  }
  @media screen and (max-width: 767px) {
    .en-home .en-home__business-box-link01 > a,
    .en-home .en-home__business-box-link02 > a {
      padding: 0px 10px 50px;
    }
  }
  .en-home .en-home__business-box-link01 > a::after,
  .en-home .en-home__business-box-link02 > a::after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .en-home .en-home__business-box-link01 > a .square-txt,
  .en-home .en-home__business-box-link02 > a .square-txt {
    display: block;
    height: 47px;
  }
  .en-home .en-home__business-box-link01 > a .square-txt::before,
  .en-home .en-home__business-box-link02 > a .square-txt::before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .en-home .en-home__business-box-link01 > a .txt-large,
  .en-home .en-home__business-box-link02 > a .txt-large {
    font-family: var(--serif);
    font-size: 1.5625rem;
    line-height: 1.2;
    word-break: auto-phrase;
    margin-top: 0.5em;
  }
  @media screen and (max-width: 767px) {
    .en-home .en-home__business-box-link01 > a .txt-large,
    .en-home .en-home__business-box-link02 > a .txt-large {
      font-size: 1.25rem;
    }
  }
  @media (hover: hover) {
    .en-home .en-home__business-box-link01 > a:hover .txt-large,
    .en-home .en-home__business-box-link02 > a:hover .txt-large {
      color: #fff;
    }
  }
  .en-home .en-home__business-box-link01 > a {
    color: var(--g-green01);
    border-color: var(--g-green01);
  }
  .en-home .en-home__business-box-link01 > a::after {
    background: url(../../img/icon/icon-arrow-g-green.svg) no-repeat 0 0;
    background-size: contain;
  }
  @media (hover: hover) {
    .en-home .en-home__business-box-link01 > a:hover {
      background-color: var(--g-green01);
    }
    .en-home .en-home__business-box-link01 > a:hover::after {
      background: url(../../img/icon/icon-arrow-g-white.svg) no-repeat 0 0;
      background-size: contain;
    }
    .en-home .en-home__business-box-link01 > a:hover .square-txt::before {
      background: url(../../img/icon/icon-g-green-w.svg) no-repeat 0 0;
      background-size: contain;
    }
  }
  .en-home .en-home__business-box-link02 > a {
    color: var(--g-orange01);
    border-color: var(--g-orange01);
  }
  .en-home .en-home__business-box-link02 > a::after {
    background: url(../../img/icon/icon-arrow-g-orange.svg) no-repeat 0 0;
    background-size: contain;
  }
  @media (hover: hover) {
    .en-home .en-home__business-box-link02 > a:hover {
      background-color: var(--g-orange01);
    }
    .en-home .en-home__business-box-link02 > a:hover::after {
      background: url(../../img/icon/icon-arrow-g-white.svg) no-repeat 0 0;
      background-size: contain;
    }
    .en-home .en-home__business-box-link02 > a:hover .square-txt::before {
      background: url(../../img/icon/icon-g-orange-w.svg) no-repeat 0 0;
      background-size: contain;
    }
  }
  .en-home .en-home__company-box {
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .en-home .en-home__company-box {
      flex-direction: column;
    }
  }
  .en-home .en-home__company-box-link01,
  .en-home .en-home__company-box-link02 {
    width: 50%;
    aspect-ratio: 36/25;
  }
  @media screen and (max-width: 1299px) {
    .en-home .en-home__company-box-link01,
    .en-home .en-home__company-box-link02 {
      aspect-ratio: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .en-home .en-home__company-box-link01,
    .en-home .en-home__company-box-link02 {
      width: 100%;
    }
  }
  .en-home .en-home__company-box-link01 > a,
  .en-home .en-home__company-box-link02 > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  @media screen and (max-width: 1299px) {
    .en-home .en-home__company-box-link01 > a,
    .en-home .en-home__company-box-link02 > a {
      padding: 20% 15%;
    }
  }
  .en-home .en-home__company-box-link01 > a::before, .en-home .en-home__company-box-link01 > a::after,
  .en-home .en-home__company-box-link02 > a::before,
  .en-home .en-home__company-box-link02 > a::after {
    content: "";
    position: absolute;
  }
  .en-home .en-home__company-box-link01 > a::before,
  .en-home .en-home__company-box-link02 > a::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--g-green01);
    background: linear-gradient(-45deg, #13953b 5%, #0b8339 13%, #057237 24%, #016836 35%, #006536 50%, #016836 65%, #057237 76%, #0b8339 87%, #13953b 95%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .en-home .en-home__company-box-link01 > a::after,
  .en-home .en-home__company-box-link02 > a::after {
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 275px;
    border: 2px solid #fff;
    transition: border 0.3s, transform 0.3s;
    background: none;
  }
  @media screen and (max-width: 1299px) {
    .en-home .en-home__company-box-link01 > a::after,
    .en-home .en-home__company-box-link02 > a::after {
      width: 85%;
      height: 70%;
    }
  }
  @media (hover: hover) {
    .en-home .en-home__company-box-link01 > a:hover::before,
    .en-home .en-home__company-box-link02 > a:hover::before {
      opacity: 1;
    }
    .en-home .en-home__company-box-link01 > a:hover::after,
    .en-home .en-home__company-box-link02 > a:hover::after {
      border-width: 4px;
      transform: translate(-50%) scale(1.1);
    }
  }
  .en-home .en-home__company-box-link01 > a {
    background: url(../../img/en/top/pict-top-company-01.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .en-home .en-home__company-box-link02 > a {
    background: url(../../img/en/top/pict-top-company-02.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .en-home .en-home__company-ttl {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 420px;
    color: #fff;
    text-align: center;
    z-index: 1;
  }
  @media screen and (max-width: 1299px) {
    .en-home .en-home__company-ttl {
      width: 100%;
    }
  }
  .en-home .en-home__company-ttl .txt-large {
    font-family: var(--serif);
    font-size: 2rem;
    line-height: 1.2;
    word-break: auto-phrase;
    text-align: center;
  }
  @media screen and (max-width: 1299px) {
    .en-home .en-home__company-ttl .txt-large {
      font-size: 1.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .en-home .en-home__company-ttl .txt-large {
      font-size: 1.375rem;
    }
  }
  .en-home .en-home__company-ttl .txt-small {
    word-break: auto-phrase;
    line-height: 1.75;
    margin-top: 1em;
    text-align: center;
  }
  .en-company .name-k-post {
    font-family: var(--serif);
  }
  .en-company .square-txt {
    display: block;
    height: 47px;
  }
  .en-company .square-txt::before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .en-company .txt-large {
    font-family: var(--serif);
    font-size: 1.5625rem;
    line-height: 1.2;
    word-break: auto-phrase;
    margin-top: 0.5em;
  }
  @media screen and (max-width: 767px) {
    .en-company .txt-large {
      font-size: 1.25rem;
    }
  }
  .en-business .p-link__anc02.anc02-col-2 {
    grid-template-columns: repeat(2, minmax(250px, 430px));
    justify-content: center;
    gap: 0 80px;
  }
  @media screen and (max-width: 767px) {
    .en-business .p-link__anc02.anc02-col-2 {
      grid-template-columns: 1fr;
      gap: 10px 0;
    }
  }
  .en-business .p-ttl__middle {
    font-size: 1.875rem;
  }
  .en-business__kimura .p-link__anc02.anc02-col-2,
  .en-business__kimura__introduction .p-link__anc02.anc02-col-2 {
    grid-template-columns: repeat(2, minmax(250px, 430px));
    justify-content: center;
    gap: 0 80px;
  }
  @media screen and (max-width: 767px) {
    .en-business__kimura .p-link__anc02.anc02-col-2,
    .en-business__kimura__introduction .p-link__anc02.anc02-col-2 {
      grid-template-columns: 1fr;
      gap: 10px 0;
    }
  }
  .en-business__kimura .p-pict-bannar,
  .en-business__kimura__introduction .p-pict-bannar {
    text-align: center;
  }
  .en-business__kimura .p-pict-bannar img,
  .en-business__kimura__introduction .p-pict-bannar img {
    display: block;
    margin: 0 auto;
    border: 1px solid var(--greay07);
    max-width: 100%;
    height: auto;
  }
  .en-business__kimura .p-pict-bannar a,
  .en-business__kimura__introduction .p-pict-bannar a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
  }
  .en-business__kimura .p-pict-bannar a:hover p,
  .en-business__kimura__introduction .p-pict-bannar a:hover p {
    text-decoration: underline;
  }
  .en-business__kimura .p-pict-bannar a p,
  .en-business__kimura__introduction .p-pict-bannar a p {
    margin-top: 8px;
    display: inline-block;
  }
  .en-business__kimura .p-pict-bannar .p-pict-bannar__text,
  .en-business__kimura__introduction .p-pict-bannar .p-pict-bannar__text {
    display: inline-block;
    margin-top: 0.8em;
  }
}