@charset "UTF-8";
/*========== トップページ ==========*/
#index {
  padding-bottom: var(--paddingSection);
}

/*==========
メインビジュアル
==========*/
#mv {
  padding-top: var(--headerHeight);
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: relative;
  z-index: 1;
}
#mv .bg_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
#mv .bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .text_img {
  max-width: 40.875rem;
}
#mv .area_text {
  padding: 4rem 5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
#mv .area_text .text_en {
  margin-top: 4rem;
  color: #fff;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #mv .area_text {
    padding: var(--paddingLR) var(--paddingLR) 7.5rem;
  }
  #mv .area_text .text_en {
    margin-top: 1.5rem;
    font-size: 0.6875rem;
  }
}

/*==========
index_pickup
==========*/
#index_pickup .area_slider {
  margin-top: 4rem;
}
#index_pickup .slider_pickup .swiper {
  margin: -1.5625rem;
  padding: 1.5625rem;
}
#index_pickup .slider_pickup .swiper-slide {
  height: auto;
}
#index_pickup .slider_pickup .swiper-nav {
  width: 104.0625rem;
  max-width: calc(100vw - var(--paddingLR));
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: 90;
}
#index_pickup .slider_pickup .swiper-button-next,
#index_pickup .slider_pickup .swiper-button-prev {
  width: 1.5rem;
  aspect-ratio: 24/64;
  transform: translateY(100%);
  height: auto;
}
#index_pickup .slider_pickup .swiper-button-next:after,
#index_pickup .slider_pickup .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
}
#index_pickup .slider_pickup .swiper-button-prev:after {
  background: center/contain url("../img/common/icon_slider_prev.svg") no-repeat;
}
#index_pickup .slider_pickup .swiper-button-next:after {
  background: center/contain url("../img/common/icon_slider_next.svg") no-repeat;
}
#index_pickup .layout_pickup:not(:has(.swiper)) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(42.1875rem, 1fr));
  gap: 3.125rem;
}
#index_pickup .layout_pickup .item:not(:has(a)),
#index_pickup .layout_pickup .item a {
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
}
#index_pickup .layout_pickup a {
  color: inherit;
  text-decoration: none;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #index_pickup .layout_pickup a .row_thumb {
    overflow: hidden;
  }
  #index_pickup .layout_pickup a .row_thumb img {
    transition: transform 0.5s;
  }
  #index_pickup .layout_pickup a:hover {
    opacity: 1;
  }
  #index_pickup .layout_pickup a:hover .row_thumb img {
    transform: scale(1.05);
  }
}
#index_pickup .layout_pickup .row_thumb {
  margin-bottom: 0.625rem;
}
#index_pickup .layout_pickup .row_title {
  min-height: 3rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1rem;
}
#index_pickup .layout_pickup .row_text {
  flex: 1;
  padding-right: 2.5rem;
  position: relative;
}
#index_pickup .layout_pickup .row_text::after {
  content: "";
  width: 2.1875rem;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_arrow_circle.svg") no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #index_pickup .area_slider {
    margin-top: 2rem;
  }
  #index_pickup .slider_pickup .swiper-button-next,
#index_pickup .slider_pickup .swiper-button-prev {
    width: 0.75rem;
  }
  #index_pickup .layout_pickup:not(:has(.swiper)) {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 1.5rem;
  }
  #index_pickup .layout_pickup .item:not(:has(a)),
#index_pickup .layout_pickup .item a {
    padding: 1.5rem;
  }
  #index_pickup .layout_pickup .row_title {
    font-size: 1rem;
  }
  #index_pickup .layout_pickup .row_text {
    padding-right: 0;
    padding-bottom: 1.75rem;
  }
  #index_pickup .layout_pickup .row_text::after {
    width: 1.5rem;
  }
}

/*==========
index_news
==========*/
#index_news {
  background-color: #F8F8F8;
  padding-top: calc(var(--paddingSection) * 2.5);
  margin-top: calc(var(--paddingSection) * -2.5);
}
#index_news .flex {
  display: flex;
  gap: 1rem;
}
#index_news .area_head {
  width: 24.642857%;
  flex-shrink: 0;
  padding-top: 4.5rem;
  padding-bottom: var(--paddingSection);
  display: flex;
  flex-direction: column;
}
#index_news .area_head .category {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-top: auto;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  transition: color 0.5s;
}
#index_news .area_head .category a {
  color: inherit;
  text-decoration: none;
}
#index_news .area_head .category > * {
  position: relative;
  padding-left: 1em;
}
#index_news .area_head .category > *::before {
  content: "-";
  position: absolute;
  left: 0;
}
#index_news .area_head .category > *:not(:last-child) {
  margin-bottom: 1.25em;
}
#index_news .area_head .category.is-disabled {
  pointer-events: none;
  color: #ccc;
}
#index_news .area_body {
  padding: 5rem calc(50vw - 50%) var(--paddingSection) 10%;
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  border-radius: 3.75rem 0 0 0;
}
#index_news .list_category {
  display: flex;
  gap: 1.5rem;
  color: rgba(14, 22, 70, 0.45);
  font-size: 0.9375rem;
  font-weight: 600;
}
#index_news .list_category > * {
  cursor: pointer;
  flex: 1;
  height: 4.6875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.12);
  transition: font-size 0.5s, background-color 0.5s, color 0.5s;
}
#index_news .list_category > *.is-active {
  font-size: 1.125rem;
  background-color: var(--colorMain);
  color: #fff;
}
#index_news .layout_news:not(:first-child) {
  margin-top: 4rem;
}
#index_news .layout_news > *:not(:has(> a)), #index_news .layout_news > * > a {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
#index_news .layout_news > * > a {
  color: inherit;
  text-decoration: none;
}
#index_news .layout_news > * > a::after {
  content: "";
  width: 2.25rem;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_arrow_circle.svg") no-repeat;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  #index_news .layout_news > * > a .col_thumb {
    overflow: hidden;
  }
  #index_news .layout_news > * > a .col_thumb img {
    transition: transform 0.5s;
  }
  #index_news .layout_news > * > a::after {
    transition: transform 0.5s;
  }
  #index_news .layout_news > * > a:hover {
    opacity: 1;
  }
  #index_news .layout_news > * > a:hover .col_thumb img {
    transform: scale(1.15);
  }
  #index_news .layout_news > * > a:hover::after {
    transform: scale(1.5);
  }
}
#index_news .layout_news .col_category {
  width: 24.6941%;
  flex-shrink: 0;
  display: flex;
  gap: 1em;
}
#index_news .layout_news .col_category .label_category {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.125em 1em;
  border-radius: 6.25rem;
  border: 1px solid #97A1B1;
  min-width: 6.25rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index_news .layout_news time {
  font-weight: 500;
}
#index_news .layout_news .col_thumb {
  width: 15.572858%;
  flex-shrink: 0;
}
#index_news .layout_news .col_text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #index_news .flex {
    flex-direction: column;
    position: relative;
    padding-bottom: var(--paddingSection);
  }
  #index_news .flex::after {
    content: "";
    width: 100%;
    height: calc(100% - 7rem);
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 3.75rem 0 0 0;
  }
  #index_news .area_head {
    display: contents;
  }
  #index_news .area_head .category {
    order: -2;
    font-size: 0.6875rem;
    margin-top: 0.5rem;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  #index_news .area_head .category > *:not(:last-child) {
    margin-bottom: 0em;
  }
  #index_news .area_body {
    display: contents;
  }
  #index_news .title_01 {
    order: -4;
  }
  #index_news .btn_01 {
    margin-left: auto;
    margin-right: auto;
  }
  #index_news .list_category {
    margin-top: 6rem;
    order: -3;
    gap: 1rem;
    font-size: 0.75rem;
  }
  #index_news .list_category > * {
    height: 2.5rem;
  }
  #index_news .list_category > *.is-active {
    font-size: 1em;
  }
  #index_news .layout_news {
    order: -1;
  }
  #index_news .layout_news:not(:first-child) {
    margin-top: 0.5rem;
  }
  #index_news .layout_news > *:not(:has(> a)), #index_news .layout_news > * > a {
    flex-wrap: wrap;
    gap: 0.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  }
  #index_news .layout_news > * > a::after {
    display: none;
  }
  #index_news .layout_news .col_category {
    width: 100%;
    justify-content: space-between;
  }
  #index_news .layout_news .col_category .label_category {
    font-size: 0.6875rem;
    min-width: 5.5rem;
    height: 1.5rem;
  }
  #index_news .layout_news time {
    order: -1;
    font-size: 0.75rem;
  }
  #index_news .layout_news .col_thumb {
    width: 34%;
    max-width: 7.25rem;
  }
  #index_news .layout_news .col_text {
    font-size: 0.8125rem;
  }
}

/*==========
index_business
==========*/
#index_business {
  background-color: #151A38;
}
#index_business .flex {
  display: flex;
}
#index_business .flex > * {
  flex: 1;
}
#index_business .area_text {
  padding-top: 4.5rem;
}
#index_business .area_text .text {
  max-width: 33.125rem;
}
#index_business .area_text .btn_01 {
  margin-top: 4.5rem;
}
#index_business .area_img {
  padding-right: 6rem;
}
#index_business .area_img figure {
  margin: -8rem -10rem -8rem -4rem;
}
#index_business .title_sub {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 4.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #index_business .flex {
    flex-direction: column;
  }
  #index_business .area_text {
    display: contents;
  }
  #index_business .area_text .btn_01 {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  #index_business .title_01 {
    order: -2;
  }
  #index_business .title_sub {
    font-size: 1.375rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
  #index_business .area_img {
    order: -1;
    padding-right: 0;
  }
  #index_business .area_img figure {
    margin: -8rem;
  }
  #index_business .area_img figure img {
    margin-left: auto;
    margin-right: auto;
  }
}

/*==========
index_products
==========*/
#index_products .area_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#index_products .area_body {
  margin-top: 3.5rem;
}
#index_products .layout_products-category {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3.125rem;
  counter-reset: tax_product;
}
#index_products .layout_products-category a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #index_products .layout_products-category a {
    opacity: 1;
  }
  #index_products .layout_products-category a .row_title::after {
    transition: transform 0.5s;
  }
  #index_products .layout_products-category a:hover .origin {
    -webkit-clip-path: polygon(calc(100% + 5rem) 0%, calc(100% + 5rem) 0%, 100% 100%, 100% 100%);
            clip-path: polygon(calc(100% + 5rem) 0%, calc(100% + 5rem) 0%, 100% 100%, 100% 100%);
  }
  #index_products .layout_products-category a:hover .row_title::after {
    transform: scale(2);
  }
}
#index_products .layout_products-category > * {
  width: calc((100% - 3.125rem) / 2);
}
#index_products .layout_products-category .row_thumb {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
#index_products .layout_products-category .row_thumb::before {
  counter-increment: tax_product;
  content: counter(tax_product, decimal-leading-zero);
  width: 3rem;
  aspect-ratio: 1/1;
  border-radius: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--colorMain);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#index_products .layout_products-category .row_thumb .origin {
  transition: -webkit-clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
  -webkit-clip-path: polygon(0% 0%, calc(100% + 5rem) 0%, 100% 100%, calc(0% - 5rem) 100%);
          clip-path: polygon(0% 0%, calc(100% + 5rem) 0%, 100% 100%, calc(0% - 5rem) 100%);
}
#index_products .layout_products-category .row_thumb .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}
#index_products .layout_products-category .row_title {
  margin-top: 1.125rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--colorMain);
  display: flex;
  justify-content: space-between;
}
#index_products .layout_products-category .row_title::after {
  content: "";
  width: 1.45em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_arrow_circle.svg") no-repeat;
  display: block;
}
@media screen and (max-width: 768px) {
  #index_products .flex_sp {
    display: flex;
    flex-direction: column;
  }
  #index_products .area_head {
    display: contents;
  }
  #index_products .area_body {
    margin-top: 2.5rem;
  }
  #index_products .btn_01 {
    order: 10;
    margin-left: auto;
    margin-right: auto;
  }
  #index_products .layout_products-category {
    gap: 1.5rem;
    justify-content: center;
  }
  #index_products .layout_products-category > * {
    width: 100%;
    max-width: 21.5625rem;
  }
  #index_products .layout_products-category .row_thumb {
    aspect-ratio: 345/120;
  }
  #index_products .layout_products-category .row_thumb::before {
    font-size: 0.875rem;
    width: 2.5rem;
  }
  #index_products .layout_products-category .row_title {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
  }
  #index_products .layout_products-category .row_title::after {
    width: 1.75em;
  }
}

.layout_products-search {
  display: flex;
  border-radius: 1.875rem;
  overflow: hidden;
  background-color: #F0F0F0;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.08);
}
.layout_products-search:not(:first-child) {
  margin-top: var(--paddingSection);
}
.layout_products-search .col_title,
.layout_products-search .col_input {
  padding: 2.5rem;
}
.layout_products-search .col_title {
  color: #0E1646;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.layout_products-search .col_title::before {
  content: "";
  width: 1.61111em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_search-blue.svg") no-repeat;
  display: block;
}
.layout_products-search .col_title .en {
  font-size: 1.38888em;
}
.layout_products-search .col_input {
  background-color: #fff;
  flex: 1;
  display: flex;
}
.layout_products-search input[type=text] {
  font: inherit;
  width: 100%;
  padding: 0.75rem 2rem;
  border: 1px solid #DDDDDD;
  border-radius: 5px 0 0 5px;
}
.layout_products-search input[type=text]::-moz-placeholder {
  color: #D3D3D3;
}
.layout_products-search input[type=text]::placeholder {
  color: #D3D3D3;
}
.layout_products-search input[type=text]:focus {
  outline: none;
}
.layout_products-search button[type=submit] {
  cursor: pointer;
  font: inherit;
  width: 7.5rem;
  flex-shrink: 0;
  background-color: #0E1646;
  color: #fff;
  border-radius: 0 5px 5px 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .layout_products-search {
    flex-direction: column;
    border-radius: 0.625rem;
  }
  .layout_products-search .col_title,
.layout_products-search .col_input {
    padding: var(--paddingLR);
  }
  .layout_products-search .col_title {
    font-size: 0.6875rem;
    justify-content: center;
  }
  .layout_products-search input[type=text] {
    font-size: 0.6875rem;
    padding: 0.5rem 1rem;
  }
  .layout_products-search button[type=submit] {
    width: 3.4375rem;
    font-size: 0.6875rem;
  }
}

/*==========
index_vision
==========*/
#index_vision .area_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
#index_vision .area_head .title_01 {
  flex-shrink: 0;
}
#index_vision .area_head .text {
  max-width: 56rem;
  color: var(--colorMain);
}
#index_vision .area_banner {
  margin-top: 4rem;
}
#index_vision .area_banner a {
  overflow: hidden;
  width: 100%;
  max-height: 43.75rem;
  aspect-ratio: 1920/700;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #index_vision .area_banner a img {
    transition: transform 0.5s;
  }
  #index_vision .area_banner a:hover {
    opacity: 1;
  }
  #index_vision .area_banner a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  #index_vision .area_banner a:hover .btn_01::after {
    transform: scale(2);
  }
}
#index_vision .area_banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#index_vision .area_banner .btn_01 {
  margin-top: 22.5%;
  color: #fff;
}
#index_vision .area_banner .btn_01::after {
  background-image: url("../img/common/icon_arrow_circle-white.svg");
}
@media screen and (max-width: 768px) {
  #index_vision .area_head {
    flex-direction: column;
    align-items: flex-start;
  }
  #index_vision .area_banner {
    margin-top: 1.5rem;
  }
}

/*==========
index_sustainability
==========*/
#index_sustainability .bg {
  width: calc(100% - var(--paddingLR) * 2);
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: var(--paddingSection) var(--paddingLR);
  border-radius: 3.75rem;
  background-color: #fff;
  box-shadow: 0 3px 1.5625rem rgba(0, 0, 0, 0.08);
}
#index_sustainability .flex {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
#index_sustainability .area_text {
  width: 50%;
  flex-shrink: 0;
}
#index_sustainability .area_text .btn_01 {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
#index_sustainability .area_img {
  max-width: 36.5625rem;
}
#index_sustainability .list {
  margin-top: 4rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--colorMain);
}
#index_sustainability .list > * {
  padding: 2rem 0 2rem 1em;
  border-bottom: 1px solid rgba(112, 112, 112, 0.22);
  position: relative;
}
#index_sustainability .list > *::before {
  content: "-";
  position: absolute;
  left: 0;
}
#index_sustainability .title_01 {
  text-align: right;
}
#index_sustainability .title_01::before {
  left: auto;
  right: 0;
}
#index_sustainability .img {
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
#index_sustainability .img .caption {
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  left: 1.5em;
  bottom: 1em;
}
#index_sustainability .img .caption::before {
  content: "-";
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #index_sustainability .bg {
    border-radius: 1.25rem;
    width: 100%;
  }
  #index_sustainability .flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  #index_sustainability .area_text {
    width: 100%;
  }
  #index_sustainability .area_text .btn_01 {
    margin-top: 1.5rem;
  }
  #index_sustainability .area_img {
    order: -1;
  }
  #index_sustainability .list {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
  #index_sustainability .list > * {
    padding: 1rem 0 1rem 1em;
  }
  #index_sustainability .img {
    margin-top: 1.5rem;
  }
  #index_sustainability .img .caption {
    font-size: 0.75rem;
  }
}

/*==========
index_menu
==========*/
#index_menu .row_full {
  display: flex;
}
#index_menu .row_full > * {
  flex: 1;
}
#index_menu .row_full a {
  aspect-ratio: 960/350;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index_menu .row_full a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--colorMain);
  opacity: 0.6;
  z-index: -1;
}
#index_menu .row_full a:has([data-en=IR])::after {
  background-color: #272727;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  #index_menu .row_full a::after {
    transition: opacity 0.5s;
  }
  #index_menu .row_full a img {
    transition: transform 0.5s;
  }
  #index_menu .row_full a:hover {
    opacity: 1;
  }
  #index_menu .row_full a:hover::after {
    opacity: 0;
  }
  #index_menu .row_full a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  #index_menu .row_full a:hover .btn_01::after {
    transform: scale(2);
  }
}
#index_menu .row_full img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
#index_menu .row_full .area_text {
  display: flex;
  align-items: center;
  gap: 4rem;
  color: #fff;
}
#index_menu .row_full .area_text .title_01 {
  color: inherit;
  padding-top: 0;
}
#index_menu .row_full .area_text .title_01::before {
  display: none;
}
#index_menu .row_full .area_text .btn_01::after {
  background-image: url("../img/common/icon_arrow_circle-white.svg");
}
#index_menu .list {
  margin-top: var(--paddingSection);
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3.125rem;
}
#index_menu .list > * {
  width: calc((100% - 6.25rem) / 3);
}
#index_menu .list .area_img {
  position: relative;
  aspect-ratio: 433/216;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
#index_menu .list .area_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--colorMain);
  opacity: 0.6;
  z-index: -1;
}
#index_menu .list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
#index_menu .list .area_text {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
#index_menu .list .area_text::after {
  content: "";
  width: 2.1875rem;
  aspect-ratio: 1/1;
  display: block;
  background: center/contain url("../img/common/icon_arrow_circle.svg") no-repeat;
  margin-top: 1em;
  flex-shrink: 0;
}
#index_menu .list .title_01 {
  padding-top: 0;
  font-size: 0.9375rem;
}
#index_menu .list .title_01::before {
  display: none;
}
#index_menu .list .title_01::after {
  font-size: 2.3334em;
}
@media screen and (min-width: 769px) {
  #index_menu .list a .area_img::after {
    transition: opacity 0.5s;
  }
  #index_menu .list a img {
    transition: transform 0.5s;
  }
  #index_menu .list a .area_text::after {
    transition: transform 0.5s;
  }
  #index_menu .list a:hover {
    opacity: 1;
  }
  #index_menu .list a:hover .area_img::after {
    opacity: 0;
  }
  #index_menu .list a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  #index_menu .list a:hover .area_text::after {
    transform: scale(2);
  }
}
#index_menu a {
  color: inherit;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #index_menu .row_full {
    flex-direction: column;
  }
  #index_menu .row_full a {
    aspect-ratio: 375/200;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem var(--paddingLR);
  }
  #index_menu .row_full .area_text {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    gap: 1rem;
  }
  #index_menu .row_full .area_text .btn_01 {
    margin-left: auto;
    margin-top: auto;
  }
  #index_menu .list {
    flex-direction: column;
    gap: 1rem;
  }
  #index_menu .list > * {
    width: 100%;
  }
  #index_menu .list .area_img {
    aspect-ratio: 100/70;
    border-radius: 2px;
    width: 29%;
    flex-shrink: 0;
  }
  #index_menu .list > *:not(:has(a)), #index_menu .list a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  }
  #index_menu .list .area_text {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #index_menu .list .area_text::after {
    display: none;
  }
  #index_menu .list .title_01 {
    font-size: 0.8125rem;
  }
  #index_menu .list .title_01::after {
    font-size: 1.6923em;
  }
}

/*==========
index_banner
==========*/
#index_banner {
  box-shadow: 0 3px 1.5625rem rgba(0, 0, 0, 0.08);
}

.layout_index_banner {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26.875rem, 1fr));
  gap: 4rem 3.125rem;
}
.layout_index_banner .thumb {
  position: relative;
  aspect-ratio: 433/230;
  overflow: hidden;
  z-index: 1;
}
.layout_index_banner .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.layout_index_banner .title {
  font-size: 0.9375rem;
  margin-top: 0.875rem;
}
.layout_index_banner a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .layout_index_banner a img {
    transition: transform 0.5s;
  }
  .layout_index_banner a:hover {
    opacity: 1;
  }
  .layout_index_banner a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .layout_index_banner {
    margin-top: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    gap: 2rem 1rem;
  }
  .layout_index_banner .title {
    font-size: 0.6875rem;
    margin-top: 0.5rem;
  }
}