@charset "UTF-8";
.top_recruit .recruit_loopslider::after, .text_pagelist a::before, .img_pagelist .textBox::before, .img_pagelist a::after {
  display: block;
  content: "";
  position: absolute;
}

main {
  overflow: hidden;
}

.mv {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.11, 0, 0.5, 0);
}
.mv.is-active {
  opacity: 1;
}
.mv .splide__slide {
  transition-timing-function: cubic-bezier(1, 0, 0.37, 0.64);
}
.mv .splide__slide a {
  display: block;
  padding-top: 147.2%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mv .splide__slide a {
    height: calc(100vh - 83px);
    height: calc(100dvh - 83px);
    padding-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .splide__slide a {
    height: calc(100vh - 93px);
    height: calc(100dvh - 93px);
  }
}
@media print, screen and (min-width: 1120px) {
  .mv .splide__slide a {
    height: calc(100vh - 102px);
    height: calc(100dvh - 102px);
  }
}
.mv .splide__slide a {
  /* 画像に高さを合わせる場合
  padding-top: 147.2%;
  @include sp {
      padding-top: 109%;
  }
  */
  /* 画面高さに合わせる場合
  height: calc(100vh - 58px);
  height: calc(100dvh - 58px);
  @include sp {
      height: calc(100vh - 83px);
      height: calc(100dvh - 83px);
  }
  @include tab {
      height: calc(100vh - 93px);
      height: calc(100dvh - 93px);
  }
  @include pc {
      height: calc(100vh - 102px);
      height: calc(100dvh - 102px);
  }
  */
}
.mv .splide__slide a::after {
  content: "";
  position: absolute;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 100%);
  inset: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mv .splide__slide a::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.15) 100%);
  }
}
.mv .splide__slide picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  overflow: hidden;
}
.mv .splide__slide picture:nth-child(1) {
  opacity: 1;
}
.mv .splide__slide img {
  width: 100%;
  max-width: initial;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s;
}
.mv .splide__slide .mv__text {
  width: 100%;
  padding: 30px 20px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media print, screen and (min-width: 321px) {
  .mv .splide__slide .mv__text {
    padding: 35px 25px 0 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv .splide__slide .mv__text {
    padding: 0 0 70px 25px;
    top: auto;
    bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .splide__slide .mv__text {
    padding: 0 0 75px 40px;
  }
}
@media print, screen and (min-width: 1120px) {
  .mv .splide__slide .mv__text {
    padding: 0 0 80px 55px;
  }
}
.mv .splide__slide .mv__text p,
.mv .splide__slide .mv__text span {
  color: #FFF;
  letter-spacing: 0.04em;
}
.mv .splide__slide .mv__text .en {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.33;
  display: block;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 321px) {
  .mv .splide__slide .mv__text .en {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv .splide__slide .mv__text .en {
    font-size: 2.6rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .splide__slide .mv__text .en {
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .mv .splide__slide .mv__text .en {
    font-size: 3.2rem;
  }
}
.mv .splide__slide .mv__text .en.sp_small {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .mv .splide__slide .mv__text .en.sp_small {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .splide__slide .mv__text .en.sp_small {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .mv .splide__slide .mv__text .en.sp_small {
    font-size: 2.4rem;
  }
}
.mv .splide__slide .mv__text p {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.2;
}
@media print, screen and (min-width: 321px) {
  .mv .splide__slide .mv__text p {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mv .splide__slide .mv__text p {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .splide__slide .mv__text p {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .mv .splide__slide .mv__text p {
    font-size: 3.8rem;
  }
}
.mv .splide__slide.is-active:not(.nofade) picture:nth-child(2) {
  animation: fadeImages2 3.8s linear forwards;
}
.mv .splide__slide.is-active:not(.nofade) picture:nth-child(3) {
  animation: fadeImages3 3.8s linear forwards;
}
.mv .splide__slide.is-active:not(.nofade).is-active_delay picture {
  animation-delay: 3s;
}
.mv .splide__slide.is-active.fade_2sheets picture:nth-child(2) {
  animation: fadeImages2_2sheets 3s linear forwards;
}
@media (hover: hover) {
  .mv .splide__slide a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 1;
  }
  .mv .splide__slide a:where(:any-link, :enabled, summary, span, dt, div):hover picture img {
    transform: scale(1.05);
  }
}

@keyframes fadeImages2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeImages3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeImages2_2sheets {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loopslider {
  padding-block: 25px;
  margin-bottom: 40px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .loopslider {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1024px) {
  .loopslider {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 1120px) {
  .loopslider {
    margin-bottom: 60px;
  }
}
.loopslider .splide__track {
  overflow: visible;
}
.loopslider .splide__slide img {
  width: auto;
  height: 35px;
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .loopslider .splide__slide img {
    height: 47px;
  }
}
@media print, screen and (min-width: 1024px) {
  .loopslider .splide__slide img {
    height: 57px;
  }
}
@media print, screen and (min-width: 1120px) {
  .loopslider .splide__slide img {
    height: 67px;
  }
}

.top_news .news__date,
.top_news .news__text {
  line-height: 1.5;
  letter-spacing: 0;
}
.top_news .news__date {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .top_news .news__date {
    font-size: 1.4rem;
  }
}

.news__important {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  box-shadow: 0 0 8px 0 rgba(25, 29, 37, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 321px) {
  .news__important {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .news__important {
    box-shadow: 0 0 8px 0 rgba(25, 29, 37, 0.15);
  }
}
.news__important .news__head,
.news__important .news__list {
  display: flex;
  flex-wrap: wrap;
}
.news__important .news__head {
  width: 100%;
  gap: 8px;
  padding: 16px 20px;
  background-color: #003894;
}
@media print, screen and (min-width: 768px) {
  .news__important .news__head {
    justify-content: center;
    width: 200px;
    padding: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .news__important .news__head {
    width: 210px;
  }
}
@media print, screen and (min-width: 1120px) {
  .news__important .news__head {
    width: 218px;
  }
}
.news__important .news__head h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media print, screen and (min-width: 321px) {
  .news__important .news__head h2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news__important .news__head h2 {
    font-size: 1.7rem;
    width: 100%;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1120px) {
  .news__important .news__head h2 {
    font-size: 1.8rem;
  }
}
.news__important .news__head h2::before {
  content: "";
  width: 20px;
  height: 21px;
  display: block;
  background: url(../img/top/icon_Important_notice.svg) no-repeat center center;
  background-size: 100% auto;
  transform: translateY(1px);
}
.news__important .news__head .pagination {
  width: 24px;
  height: 24px;
  background-color: #FFF;
  position: relative;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .news__important .news__head .pagination {
    display: none;
  }
}
.news__important .news__head .pagination::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 0.6em;
  font-weight: normal;
  color: #003894;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.news__important .news__head .pagination.is-disable {
  pointer-events: none;
  opacity: 0.3;
}
.news__important .news__head .prev {
  margin-left: auto;
}
.news__important .news__head .prev::before {
  transform: translateY(-0.5px) rotate(180deg);
}
.news__important .news__head .next::before {
  transform: translateY(0.5px);
}
.news__important .news__list {
  width: 100%;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: start;
  padding: 18px 0;
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .news__important .news__list {
    flex: 1;
    flex-wrap: wrap;
    flex-shrink: 1;
    padding: 18px 24px;
    transform: translateX(0) !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .news__important .news__list {
    padding: 18px 27px;
  }
}
@media print, screen and (min-width: 1120px) {
  .news__important .news__list {
    padding: 18px 30px;
  }
}
.news__important .news__list li {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 5px;
  flex-shrink: 0;
  padding-inline: 20px;
}
@media print, screen and (min-width: 768px) {
  .news__important .news__list li {
    gap: 5px;
    flex-shrink: none;
    padding-inline: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .news__important .news__list li {
    grid-template-columns: 75px 1fr;
    gap: 20px;
  }
}
.news__important .news__list li:not(:last-child) {
  margin-bottom: 13px;
}
@media print, screen and (min-width: 1024px) {
  .news__important .news__list .news__date {
    padding-top: 3px;
  }
}
@media print, screen and (min-width: 1120px) {
  .news__important .news__list .news__date {
    padding-top: 4px;
  }
}
.news__important .news__list .news__text {
  font-size: 1.5rem;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media print, screen and (min-width: 321px) {
  .news__important .news__list .news__text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news__important .news__list .news__text {
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    -webkit-line-clamp: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .news__important .news__list .news__text {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .news__important .news__list .news__text {
    font-size: 1.6rem;
  }
}
.news__important .news__list .news__text a {
  display: inline-block;
  transition: color 0.3s;
}
@media (hover: hover) {
  .news__important .news__list .news__text a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #003894;
  }
}

.news__corp-shop {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .news__corp-shop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news__corp-shop {
    gap: 35px;
  }
}
@media print, screen and (min-width: 1120px) {
  .news__corp-shop {
    gap: 40px;
  }
}
.news__corp-shop {
  /*section {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 3;
      gap: 0;
  }*/
}
.news__corp-shop .engtitle {
  font-size: clamp(6rem, 20.3125vw, 7rem);
  color: #EFF4FA;
  line-height: 0.8;
  letter-spacing: 0.04em;
  text-indent: -0.2em;
}
@media print, screen and (min-width: 321px) {
  .news__corp-shop .engtitle {
    font-size: clamp(7rem, 20vw, 8rem);
  }
}
@media print, screen and (min-width: 768px) {
  .news__corp-shop .engtitle {
    font-size: clamp(8rem, 11.71875vw, 10rem);
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 34%;
    z-index: 0;
    transform: translateY(-61%);
  }
}
@media print, screen and (min-width: 1024px) {
  .news__corp-shop .engtitle {
    font-size: clamp(9rem, 9.765625vw, 11rem);
  }
}
@media print, screen and (min-width: 1120px) {
  .news__corp-shop .engtitle {
    font-size: clamp(10rem, 9.8214285714vw, 12rem);
  }
}
@media print, screen and (min-width: 1360px) {
  .news__corp-shop .engtitle {
    font-size: 12rem;
  }
}
.news__corp-shop .news__corp,
.news__corp-shop .news__shop {
  position: relative;
  z-index: 2;
}
.news__corp-shop .news__corp {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .news__corp-shop .news__corp {
    margin-bottom: 0;
  }
}
.news__corp-shop h2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 321px) {
  .news__corp-shop h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news__corp-shop h2 {
    font-size: 2.2rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news__corp-shop h2 {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .news__corp-shop h2 {
    font-size: 2.4rem;
  }
}
.news__corp-shop .news__list > li {
  border-bottom: 1px solid #D9D9D9;
}
.news__corp-shop .news__list a {
  display: block;
  padding-block: 19px;
  transition: color 0.3s, background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .news__corp-shop .news__list a {
    padding-block: 21px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news__corp-shop .news__list a {
    padding-block: 22px;
  }
}
@media print, screen and (min-width: 1120px) {
  .news__corp-shop .news__list a {
    padding-block: 23px;
  }
}
@media (hover: hover) {
  .news__corp-shop .news__list a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #003894;
    background-color: #EFF4FA;
  }
}
.news__corp-shop .news__date-category {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 6px;
}
.news__corp-shop .news__category {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media print, screen and (min-width: 768px) {
  .news__corp-shop .news__category {
    gap: 5px 8px;
  }
}
.news__corp-shop .news__category li {
  font-size: 1.3rem;
  color: #003894;
  line-height: 1.4;
  padding: 3px 5px;
  background-color: #EFF4FA;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .news__corp-shop .news__category li {
    font-size: 1.4rem;
    padding: 2px 5px;
  }
}

.top_news .link__topbutton {
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .top_news .link__topbutton {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news .link__topbutton {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_news .link__topbutton {
    margin-top: 55px;
  }
}
.top_news .link__topbutton a {
  width: 100%;
  max-width: 224px;
}
@media print, screen and (min-width: 768px) {
  .top_news .link__topbutton a {
    max-width: 292px;
  }
}

.head__entitle {
  font-size: 1.8rem;
  color: #003894;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 321px) {
  .head__entitle {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .head__entitle {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 1024px) {
  .head__entitle {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .head__entitle {
    font-size: 2.4rem;
  }
}

.head__jatitle {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 321px) {
  .head__jatitle {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .head__jatitle {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .head__jatitle {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .head__jatitle {
    font-size: 4rem;
  }
}

.link__topbutton {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .link__topbutton {
    justify-content: start;
  }
}
.link__topbutton a {
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0;
  min-width: 224px;
  display: block;
  padding: 12px 50px 12px 15px;
  border: 2px solid #003894;
  border-radius: 4px;
  background-color: #003894;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .link__topbutton a {
    min-width: 240px;
    padding: 13px 54px 13px 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .link__topbutton a {
    padding: 13px 57px 13px 15px;
  }
}
@media print, screen and (min-width: 1120px) {
  .link__topbutton a {
    padding: 14px 60px 14px 15px;
  }
}
.link__topbutton a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 0.7em;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.3s, transform 0.3s;
}
@media (hover: hover) {
  .link__topbutton a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #003894;
    background-color: #FFF;
  }
  .link__topbutton a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #003894;
    transform: translateY(-50%) translateX(3px);
  }
}

.wide_content {
  margin-bottom: 75px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .wide_content {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .wide_content {
    margin-bottom: 130px;
  }
}
@media print, screen and (min-width: 1120px) {
  .wide_content {
    margin-bottom: 155px;
  }
}
.wide_content .page_inner_m {
  position: relative;
}
.wide_content .page_inner_m::after {
  content: "";
  width: 114.28%;
  max-width: 1280px;
  padding-top: 114.28%;
  border-radius: 50%;
  background: url(../img/top/wide_content_gradient.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-40%, -40%);
}
@media print, screen and (min-width: 768px) {
  .wide_content .page_inner_m::after {
    transform: translate(-60%, -40%);
  }
}
.wide_content .wide_content__en {
  font-size: clamp(6rem, 20.3125vw, 7rem);
  color: #EFF4FA;
  line-height: 0.8;
  letter-spacing: 0.04em;
  text-indent: -0.1em;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 321px) {
  .wide_content .wide_content__en {
    font-size: clamp(7rem, 20vw, 8rem);
  }
}
@media print, screen and (min-width: 768px) {
  .wide_content .wide_content__en {
    font-size: clamp(8rem, 13.671875vw, 11rem);
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .wide_content .wide_content__en {
    font-size: clamp(11rem, 11.71875vw, 13rem);
  }
}
@media print, screen and (min-width: 1120px) {
  .wide_content .wide_content__en {
    font-size: clamp(13rem, 12.9464285714vw, 16rem);
  }
}
@media print, screen and (min-width: 1360px) {
  .wide_content .wide_content__en {
    font-size: 16rem;
    text-indent: -0.8em;
  }
}
.wide_content .textBox {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .wide_content .textBox {
    width: 50%;
  }
}
.wide_content .textBox h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 321px) {
  .wide_content .textBox h2 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .wide_content .textBox h2 {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .wide_content .textBox h2 {
    font-size: 3.5rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1120px) {
  .wide_content .textBox h2 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.wide_content .textBox .wide_content__text {
  line-height: 2;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .wide_content .textBox .wide_content__text {
    line-height: 1.7;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .wide_content .textBox .wide_content__text {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1120px) {
  .wide_content .textBox .wide_content__text {
    margin-bottom: 60px;
  }
}
.wide_content .wide_content__bg {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .wide_content .wide_content__bg {
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 0;
    transform: translateY(-50%);
  }
}

.top_business {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .top_business {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_business {
    margin-bottom: 125px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_business {
    margin-bottom: 150px;
  }
}
.top_business .wide_content .wide_content__bg {
  width: 164%;
  max-width: initial;
  margin-top: -5%;
  margin-bottom: 15px;
  left: -3%;
}
@media print, screen and (min-width: 768px) {
  .top_business .wide_content .wide_content__bg {
    width: 74.51%;
    max-width: 1073px;
    margin-top: 0;
    margin-bottom: 0;
    top: 63%;
    left: 46%;
  }
}

.business__brand .head__entitle {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .business__brand .head__entitle {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .business__brand .head__entitle {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1120px) {
  .business__brand .head__entitle {
    margin-bottom: 30px;
  }
}
.business__brand .brand__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .business__brand .brand__list {
    gap: 20px 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .business__brand .brand__list {
    gap: 25px 22px;
  }
}
@media print, screen and (min-width: 1120px) {
  .business__brand .brand__list {
    gap: 30px 25px;
  }
}
.business__brand .brand__list li {
  width: calc((100% - 15px) / 2);
}
@media print, screen and (min-width: 768px) {
  .business__brand .brand__list li {
    width: calc((100% - 36px) / 3);
  }
}
@media print, screen and (min-width: 1024px) {
  .business__brand .brand__list li {
    width: calc((100% - 88px) / 5);
  }
}
@media print, screen and (min-width: 1120px) {
  .business__brand .brand__list li {
    width: calc((100% - 100px) / 5);
  }
}
.business__brand .brand__list a {
  display: block;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s;
}
@media print, screen and (min-width: 768px) {
  .business__brand .brand__list a {
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.business__brand .brand__list img {
  width: 100%;
}
@media (hover: hover) {
  .business__brand .brand__list a:where(:any-link, :enabled, summary, span, dt, div):hover {
    box-shadow: none;
  }
}

.img_pagelist {
  display: grid;
  gap: 15px;
}
.img_pagelist a {
  display: block;
  position: relative;
  overflow: hidden;
}
.img_pagelist a::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 56, 148, 0.3) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.img_pagelist img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
}
.img_pagelist .textBox {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.img_pagelist .textBox::before, .img_pagelist .textBox::after {
  position: absolute;
  bottom: 24px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .img_pagelist .textBox::before, .img_pagelist .textBox::after {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.img_pagelist .textBox::before {
  border: 1px solid #FFF;
}
@media print, screen and (min-width: 768px) {
  .img_pagelist .textBox::before {
    border-radius: 4px;
  }
}
.img_pagelist .textBox::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 0.6em;
  font-weight: normal;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .img_pagelist .textBox::after {
    font-size: 0.7em;
  }
}
.img_pagelist .textBox p,
.img_pagelist .textBox h3 {
  color: #FFF;
}
.img_pagelist .textBox h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 321px) {
  .img_pagelist .textBox h3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .img_pagelist .textBox h3 {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 1024px) {
  .img_pagelist .textBox h3 {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .img_pagelist .textBox h3 {
    font-size: 2.4rem;
  }
}
.img_pagelist .textBox h3:not(:last-child) {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .img_pagelist .textBox h3:not(:last-child) {
    margin-bottom: 10px;
  }
}
.img_pagelist .textBox p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
}
@media print, screen and (min-width: 321px) {
  .img_pagelist .textBox p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .img_pagelist .textBox p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1024px) {
  .img_pagelist .textBox p {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .img_pagelist .textBox p {
    font-size: 1.6rem;
  }
}
.img_pagelist.clm2 {
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) {
  .img_pagelist.clm2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (hover: hover) {
  .img_pagelist.clm2 a:where(:any-link, :enabled, summary, span, dt, div):hover img {
    transform: scale(1.05);
  }
  .img_pagelist.clm2 a:where(:any-link, :enabled, summary, span, dt, div):hover .textBox::after {
    transform: translateX(3px);
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 768px) {
  .img_pagelist.clm2 a:where(:any-link, :enabled, summary, span, dt, div):hover .textBox::after {
    transform: translateY(-50%) translateX(3px);
  }
}
.img_pagelist.clm2 .textBox {
  padding: 24px 55px 24px 20px;
}
@media print, screen and (min-width: 321px) {
  .img_pagelist.clm2 .textBox {
    padding: 24px 70px 24px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .img_pagelist.clm2 .textBox {
    padding: 30px 80px 30px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .img_pagelist.clm2 .textBox {
    padding: 35px 90px 35px 35px;
  }
}
@media print, screen and (min-width: 1120px) {
  .img_pagelist.clm2 .textBox {
    padding: 40px 100px 40px 40px;
  }
}
.img_pagelist.clm2 .textBox::before, .img_pagelist.clm2 .textBox::after {
  width: 32px;
  height: 32px;
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  .img_pagelist.clm2 .textBox::before, .img_pagelist.clm2 .textBox::after {
    width: 35px;
    height: 35px;
    right: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .img_pagelist.clm2 .textBox::before, .img_pagelist.clm2 .textBox::after {
    width: 37px;
    height: 37px;
    right: 35px;
  }
}
@media print, screen and (min-width: 1120px) {
  .img_pagelist.clm2 .textBox::before, .img_pagelist.clm2 .textBox::after {
    width: 40px;
    height: 40px;
    right: 40px;
  }
}
.img_pagelist.clm3 {
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) {
  .img_pagelist.clm3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.img_pagelist.clm3 a::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.3) 100%);
}
@media (hover: hover) {
  .img_pagelist.clm3 a:where(:any-link, :enabled, summary, span, dt, div):hover img {
    transform: scale(1.1);
  }
  .img_pagelist.clm3 a:where(:any-link, :enabled, summary, span, dt, div):hover .textBox::after {
    transform: translateX(3px);
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 768px) {
  .img_pagelist.clm3 a:where(:any-link, :enabled, summary, span, dt, div):hover .textBox::after {
    transform: translateY(-50%) translateX(3px);
  }
}
.img_pagelist.clm3 .textBox {
  padding: 24px 60px 24px 18px;
}
@media print, screen and (min-width: 768px) {
  .img_pagelist.clm3 .textBox {
    padding: 20px 60px 20px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .img_pagelist.clm3 .textBox {
    padding: 20px 60px 20px 22px;
  }
}
@media print, screen and (min-width: 1120px) {
  .img_pagelist.clm3 .textBox {
    padding: 20px 60px 20px 25px;
  }
}
@media print, screen and (min-width: 1360px) {
  .img_pagelist.clm3 .textBox {
    padding: 25px 60px 25px 25px;
  }
}
.img_pagelist.clm3 .textBox::before, .img_pagelist.clm3 .textBox::after {
  width: 32px;
  height: 32px;
  right: 24px;
}
@media print, screen and (min-width: 768px) {
  .img_pagelist.clm3 .textBox::before, .img_pagelist.clm3 .textBox::after {
    width: 28px;
    height: 28px;
  }
}
@media print, screen and (min-width: 1024px) {
  .img_pagelist.clm3 .textBox::before, .img_pagelist.clm3 .textBox::after {
    right: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .img_pagelist.clm3 .textBox::before {
    border-radius: 2px;
  }
}
.img_pagelist.clm3 .textBox::after {
  font-size: 0.5em;
}
.img_pagelist.clm3 .textBox h3 span {
  line-height: 1.5;
  text-indent: -0.6em;
  display: block;
}
@media print, screen and (min-width: 1360px) {
  .img_pagelist.clm3 .textBox h3 span {
    line-height: 1.25;
    text-indent: 0;
    display: inline;
  }
}

.text_pagelist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media print, screen and (min-width: 768px) {
  .text_pagelist {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .text_pagelist {
    gap: 14px;
  }
}
@media print, screen and (min-width: 1120px) {
  .text_pagelist {
    gap: 18px;
  }
}
.text_pagelist li {
  min-height: 80px;
  display: grid;
}
@media print, screen and (min-width: 321px) {
  .text_pagelist li {
    min-height: 88px;
  }
}
@media print, screen and (min-width: 768px) {
  .text_pagelist li {
    min-height: 105px;
  }
}
@media print, screen and (min-width: 1024px) {
  .text_pagelist li {
    min-height: 120px;
  }
}
@media print, screen and (min-width: 1120px) {
  .text_pagelist li {
    min-height: 134px;
  }
}
.text_pagelist a {
  display: grid;
  align-items: center;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0;
  padding: 20px 60px 20px 25px;
  background-color: #EFF4FA;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
.text_pagelist a::before, .text_pagelist a::after {
  width: 32px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .text_pagelist a::before, .text_pagelist a::after {
    width: 28px;
  }
}
.text_pagelist a::before {
  height: 32px;
  border: 1px solid #003894;
  border-radius: 2px;
  transition: border 0.3s;
}
@media print, screen and (min-width: 768px) {
  .text_pagelist a::before {
    height: 28px;
  }
}
.text_pagelist a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 0.6em;
  font-weight: normal;
  color: #003894;
  text-align: center;
  display: block;
  transition: color 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .text_pagelist a::after {
    font-size: 0.5em;
  }
}
@media (hover: hover) {
  .text_pagelist a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #FFF;
    background-color: #003894;
  }
  .text_pagelist a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    border: 1px solid #FFF;
  }
  .text_pagelist a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #FFF;
    transform: translateY(-50%) translateX(3px);
  }
}
.text_pagelist h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 321px) {
  .text_pagelist h3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .text_pagelist h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .text_pagelist h3 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .text_pagelist h3 {
    font-size: 2rem;
  }
}

.top_foodsafety {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .top_foodsafety {
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_foodsafety {
    margin-bottom: 130px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_foodsafety {
    margin-bottom: 150px;
  }
}
.top_foodsafety .foodsafety__head {
  display: flex;
  align-items: end;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .top_foodsafety .foodsafety__head {
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_foodsafety .foodsafety__head {
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_foodsafety .foodsafety__head {
    margin-bottom: 55px;
  }
}
.top_foodsafety .foodsafety__head .link__border {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top_foodsafety .foodsafety__head .link__border {
    display: flex;
  }
}
.top_foodsafety .link__border {
  display: flex;
  justify-content: end;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.top_foodsafety .head__entitle {
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .top_foodsafety .head__entitle {
    margin-bottom: 10px;
  }
}

.top_company {
  margin-bottom: 85px;
}
@media print, screen and (min-width: 768px) {
  .top_company {
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_company {
    margin-bottom: 135px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_company {
    margin-bottom: 160px;
  }
}
.top_company .wide_content .page_inner_m::after {
  left: auto;
  right: 0;
  transform: translate(45%, -40%);
}
.top_company .wide_content .wide_content__en {
  text-indent: -0.1em;
}
@media print, screen and (min-width: 768px) {
  .top_company .wide_content .wide_content__en {
    text-align: right;
    text-indent: 0;
  }
}
@media print, screen and (min-width: 1360px) {
  .top_company .wide_content .wide_content__en {
    text-indent: 2.95em;
  }
}
.top_company .wide_content .textBox {
  margin-left: auto;
}
.top_company .wide_content .textBox h2 {
  text-indent: -0.05em;
}
.top_company .wide_content .wide_content__bg {
  width: 100%;
  margin-block: 45px 30px;
}
@media print, screen and (min-width: 768px) {
  .top_company .wide_content .wide_content__bg {
    width: 53.21%;
    max-width: 596px;
    margin-block: 0;
    left: -11%;
  }
}

.top_sustainability {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .top_sustainability {
    margin-bottom: 130px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_sustainability {
    margin-bottom: 160px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_sustainability {
    margin-bottom: 190px;
  }
}
.top_sustainability .sustainability__head {
  display: flex;
  align-items: end;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .top_sustainability .sustainability__head {
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_sustainability .sustainability__head {
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_sustainability .sustainability__head {
    margin-bottom: 55px;
  }
}
.top_sustainability .sustainability__head .link__border {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top_sustainability .sustainability__head .link__border {
    display: flex;
  }
}
.top_sustainability .link__border {
  display: flex;
  justify-content: end;
  margin-left: auto;
}
.top_sustainability .head__entitle {
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .top_sustainability .head__entitle {
    margin-bottom: 10px;
  }
}

.top_recruit {
  margin-top: 75px;
  margin-bottom: 65px;
}
@media print, screen and (min-width: 321px) {
  .top_recruit {
    margin-top: 85px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_recruit {
    margin-top: 120px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_recruit {
    margin-top: 140px;
  }
}
.top_recruit .wide_content {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 321px) {
  .top_recruit .wide_content {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit .wide_content {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_recruit .wide_content {
    margin-bottom: 69px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_recruit .wide_content {
    margin-bottom: 78px;
  }
}
.top_recruit .wide_content .textBox {
  width: 100%;
  padding-right: 30px;
}
.top_recruit .wide_content .textBox h2 {
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .top_recruit .wide_content .textBox h2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_recruit .wide_content .textBox h2 {
    margin-bottom: 22px;
  }
}
.top_recruit .wide_content .textBox .wide_content__text {
  margin-bottom: 0;
}
.top_recruit .wide_content .top_recruit__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) {
  .top_recruit .wide_content .top_recruit__grid {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 13px;
  }
}
.top_recruit .link_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .top_recruit .link_list ul {
    gap: 15px;
    padding-top: 13px;
  }
}
.top_recruit .link__topbutton a {
  font-size: 1.3rem;
  width: 100%;
  min-width: 100%;
  padding: 10px 30px 10px 10px;
}
@media print, screen and (min-width: 321px) {
  .top_recruit .link__topbutton a {
    font-size: 1.4rem;
    padding: 12px 35px 12px 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit .link__topbutton a {
    font-size: 1.5rem;
    padding: 13px 35px 13px 15px;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_recruit .link__topbutton a {
    font-size: 1.6rem;
    padding: 14px 35px 14px 15px;
  }
}
.top_recruit .link__topbutton a[target=_blank]::after {
  content: "\e900";
  font-size: 0.8em;
  font-weight: normal;
  right: 12px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .top_recruit .link__topbutton a[target=_blank]::after {
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 1120px) {
  .top_recruit .link__topbutton a[target=_blank]::after {
    font-size: 1em;
  }
}
@media (hover: hover) {
  .top_recruit .link__topbutton a[target=_blank]:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform: translateY(-50%) translateX(3px);
  }
}
.top_recruit .recruit_loopslider {
  width: 125%;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 321px) {
  .top_recruit .recruit_loopslider {
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_recruit .recruit_loopslider {
    width: 100%;
    margin-bottom: 0;
  }
}
.top_recruit .recruit_loopslider::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.17);
  top: 0;
  left: 0;
  z-index: 1;
}
.top_recruit .recruit_loopslider .splide__list {
  transform: translateZ(0);
  will-change: transform;
}
.top_recruit .recruit_loopslider img {
  width: 100%;
}