@charset "UTF-8";

.index-hero {
  position: relative;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box;
}

.index-hero::before {
  content: "";
  display: block;
  padding-top: calc(100% * (658 / 1920));
}

@media screen and (max-width: 1099px) {
  .index-hero::before {
    padding-top: calc(100% * (572 / 1099));
  }
}

@media screen and (max-width: 519px) {
  .index-hero::before {
    padding-top: calc(100% * (720 / 519));
  }
}

.index-hero__inner {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  position: absolute;
  bottom: 0;
}

@media print, (min-width: 960px) {
  .index-hero__inner {
    height: calc(100% - 159px);
    padding-top: 159px;
  }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  .index-hero__inner {
    height: calc(100% - 108px);
    padding-top: 108px;
  }
}

@media screen and (max-width: 519px) {
  .index-hero__inner {
    height: calc(100% - 80px);
    padding-top: 80px;
  }
}

@media print, (min-width: 960px) {
  .index-hero--typeCompany .index-hero__inner {
    height: calc(100% - 157px);
    padding-top: 157px;
  }
}

.index-hero--typeLayer02 .index-hero__inner {
  height: 100%;
  padding-top: 0;
}

.index-hero--typeLayer02 {
  margin-top: 24px;
}

@media screen and (max-width: 519px) {
  .index-hero--typeLayer02 {
    margin-top: 0;
  }
}

.index-hero__content {
  position: relative;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 1099px) {
  .index-hero__content {
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}

.index-hero__contentInner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%;
  height: 100%;
  padding-right: 20px;
  z-index: 2;
  box-sizing: border-box;
}

@media screen and (max-width: 1099px) {
  .index-hero__contentInner {
    justify-content: flex-end;
    width: 100%;
    padding: 32px;
  }
}

@media screen and (min-width: 519px) and (max-width: 549px) {
  .index-hero__contentInner {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-hero__contentInner {
    padding: 24px 16px;
  }
}

.index-hero__title {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.index-hero__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-hero__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

@media screen and (max-width: 1099px) {
  .index-hero__title {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 579px) {
  .index-hero__title {
    font-size: 2.8rem;
  }
}

.index-hero--typeTextColor02 .index-hero__title {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

.index-hero--typeTextColor02--large .index-hero__title {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

@media screen and (max-width: 1099px) {
  .index-hero--typeTextColor02--large .index-hero__title {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-hero--typeTextColor02--medium .index-hero__title {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

@media screen and (max-width: 520px) {
  .index-hero--typeTextColor02--small .index-hero__title {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

.index-hero__text {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.index-hero__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-hero__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

@media screen and (max-width: 1099px) {
  .index-hero__text {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 519px) and (max-width: 579px) {
  .index-hero__text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

.index-hero--typeTextColor02 .index-hero__text {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

.index-hero--typeTextColor02--large .index-hero__text {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

@media screen and (max-width: 1099px) {
  .index-hero--typeTextColor02--large .index-hero__text {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-hero--typeTextColor02--medium .index-hero__text {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

@media screen and (max-width: 520px) {
  .index-hero--typeTextColor02--small .index-hero__text {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

.index-hero__image {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 260px;
  z-index: 1;
}

@media screen and (max-width: 519px) {
  .index-hero__image {
    min-height: 418px;
  }
}

.index-hero__image img {
  width: 100%;
  height: auto;
}

.index-hero__button {
  display: inline-block;
  min-width: 184px;
  margin-top: 32px;
}

.index-section-head {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-section-head {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-section-head {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.index-section.index-section--type1 {
  background-color: #f3f3f3;
}

.index-section__inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-section__inner {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-section__inner {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 519px) {
  .index-section__inner {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

.index-heading-a {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-align: center;
}

.index-heading-a::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-heading-a::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

@media screen and (max-width: 520px) {
  .index-heading-a {
    font-size: 2.7rem;
  }
}

.index-heading-b {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-align: center;
}

.index-heading-b::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-heading-b::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

@media screen and (max-width: 520px) {
  .index-heading-b {
    font-size: 2.5rem;
  }
}

.index-button-block {
  display: block;
  width: calc((100% - (40px * 2)) / 3);
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1099px) {
  .index-button-block {
    width: 100%;
    gap: 24px 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-button-block {
    gap: 24px 20px;
  }
}

.c-heading-b + .index-button-block {
  margin-top: 60px;
}

.index-button-block.index-button-block--inlineBlock {
  display: inline-block;
  width: auto;
}

.index-news .index-section__inner {
  max-width: 1000px;
}

.index-news__heading {
  display: flex;
  justify-content: space-between;
  gap: 0;
  position: relative;
  padding-left: 48px;
  text-align: center;
}

.index-news__heading.index-news__heading--noRss {
  padding-left: 0px;
}

.index-news__heading .index-heading-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0;
  position: relative;
  text-align: center;
}

.index-news__heading .index-news__rss {
  display: flex;
  align-items: flex-start;
  margin-left: 24px;
  padding-top: 7px;
}

.index-news-list {
  margin-top: 27px;
  display: table;
}

@media screen and (max-width: 520px) {
  .index-news-list {
    display: block;
  }
}

.index-news-list__item {
  display: table-row;
}

@media screen and (max-width: 520px) {
  .index-news-list__item {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .index-news-list__item:not(:first-child) {
    margin-top: 14px;
  }
}

.index-news-list__date {
  display: table-cell;
  vertical-align: top;
  padding: 9px 21px 9px 0;
  white-space: nowrap;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #222;
}

@media screen and (max-width: 520px) {
  .index-news-list__date {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px 2px 0;
  }
}

.index-news-list__link {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 9px 0;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #222;
}

@media screen and (max-width: 520px) {
  .index-news-list__link {
    display: block;
    margin-top: 8px;
    padding: 0;
  }
}

.index-news-list__link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../svg/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.index-news-list__link a.c-link-icon::after {
  display: none;
}

.index-news-list__link a[target="_blank"]::after {
  display: none;
}

.index-news-list--border  {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.index-news-list--border .index-news-list__item {
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 519px) {
  .index-news-list--border .index-news-list__item:not(:first-child) {
    margin-top: 16px;
  }
}

.index-news-list--border .index-news-list__date {
  width: 110px;
  padding: 16px 14px 16px 0;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-news-list--border .index-news-list__date {
    padding: 20px 14px 20px 0;
  }
}

@media screen and (max-width: 519px) {
  .index-news-list--border .index-news-list__date {
    width: auto;
    padding: 0;
  }
}

.index-news-list--border .index-news-list__link {
  padding: 16px 0;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-news-list--border .index-news-list__link {
    padding: 20px 0;
  }
}

@media screen and (max-width: 519px) {
  .index-news-list--border .index-news-list__link {
    padding: 0 0 20px 0;
  }
}

.index-news-list--hasCategory {
  margin-top: 27px;
}

@media screen and (max-width: 1099px) {
  .index-news-list--hasCategory .index-news-list__item{
    display: list-item;
  }

  .index-news-list--hasCategory .index-news-list__item:not(:first-child) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1099px) {
  .index-news-list--hasCategory .index-news-list__date {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px 2px 0;
    white-space: normal;
    width: auto;
  }
}

.index-news-list--hasCategory .index-news-list__category {
    display: table-cell;
    vertical-align: top;
    padding: 16px 16px 16px 0;
    white-space: nowrap;
    width: 206px;
}

@media screen and (max-width: 1099px) {
  .index-news-list--hasCategory .index-news-list__category {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    white-space: normal;
    width: auto;
  } 
}

@media screen and (max-width: 1099px) {
  .index-news-list--hasCategory .index-news-list__link {
    display: block;
    margin-top: 8px;
    padding: 0 14px 20px 0;
  }
}

.index-section.index-section--type1 .news-label {
  background-color: #fff;
}

.index-news-more {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #222;
}

.index-news-more::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-news-more::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.index-news-more a {
  position: relative;
}

.index-news-more a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../svg/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.index-news-more a.c-link-icon::after {
  display: none;
}

.index-news-more a[target="_blank"]::after {
  display: none;
}

.index-productList {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 100px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-productList {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-productList {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 520px) {
  .index-productList {
    margin-top: 84px;
  }
}

.index-productList-text {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.7;
  color: #222;
  font-weight: 500;
}

.index-productList-text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-productList-text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.index-productList__section {
  box-sizing: border-box;
}

.index-productList__item {
  margin-top: 60px;
  padding-top: 60px;
}

.index-productList__item:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
}

.index-productList__item:not(:nth-of-type(1)) {
  border-top: 1px solid #b3b3b3;
}

.index-productList-text + .index-productList__item {
  margin-top: 0;
  padding-top: 84px;
}

[class*=" index-productList__item--col"] {
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(10, 1fr);
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  [class*=" index-productList__item--col"] {
    gap: 0 32px;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}

@media screen and (max-width: 519px) {
  [class*=" index-productList__item--col"] {
    gap: 32px 20px;
    grid-template-columns: none;
  }
}

@media screen and (max-width: 520px) {
  .index-productList__item--col1 {
    display: grid;
    grid-template-columns: none;
  }
}

.index-productList__item--col1 .index-productList__section:nth-of-type(1) {
  grid-column: 1 / 3;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(1) .index-productList-list {
  grid-template-columns: none;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(2) {
  grid-column: 3 / 5;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(2) .index-productList-list {
  grid-template-columns: none;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(3) {
  grid-column: 5 / 7;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(3) .index-productList-list {
  grid-template-columns: none;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(4) {
  grid-column: 7 / 9;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(4) .index-productList-list {
  grid-template-columns: none;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(5) {
  grid-column: 9 / 11;
}

.index-productList__item--col1 .index-productList__section:nth-of-type(5) .index-productList-list {
  grid-template-columns: none;
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 {
    grid-template-columns: none;
  }
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(1) {
  grid-column: 1 / 5;
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 .index-productList__section:nth-of-type(1) {
    grid-column: auto;
  }
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(1) .index-productList-list {
  grid-template-columns: repeat(2, 1fr);
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(2) {
  grid-column: 5 / 9;
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 .index-productList__section:nth-of-type(2) {
    grid-column: auto;
  }
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(2) .index-productList-list {
  grid-template-columns: repeat(2, 1fr);
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(3) {
  grid-column: 1 / 7;
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 .index-productList__section:nth-of-type(3) {
    grid-column: auto;
  }
}

.index-productList__item--col2-2-1 .index-productList__section:nth-of-type(3) .index-productList-list {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 520px) {
  .index-productList__item--col2-2-1 .index-productList__section:nth-of-type(3) .index-productList-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.index-productList-heading {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.index-productList-heading::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-productList-heading::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

@media screen and (max-width: 519px) {
  .index-productList-heading {
    font-size: 2.5rem;
  }
}

.index-productList-heading + .index-productList-list {
  margin-top: 24px;
}

.index-productList-list {
  display: grid;
  gap: 32px 40px;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 520px) {
  .index-productList-list {
    gap: 32px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-productList-list {
    gap: 32px 32px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.index-productList-list.index-productList-list--col {
  display: flex;
}

.index-productList-list li {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.index-productList-list__image {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-out;
  box-sizing: border-box;
}

.index-productList-list__image img {
  width: 100%;
  height: auto;
}

.index-productList-list__image::after {
  transition: border 0.2s ease-out;
}

.index-productList-list__link {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

@media (any-hover: hover) {
  .index-productList-list__link:hover .index-productList-list__image {
    position: relative;
    opacity: 0.7;
  }
  .index-productList-list__link:hover .index-productList-list__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
  }
}

.index-productList-list__link[target="_blank"] span::after {
  display: none;
}

.index-productList-list__link span::after {
  content: "";
  display: inline-block;
  width: 0.44em;
  height: 0.88em;
  margin: 0 0 0 0.44em;
  vertical-align: middle;
  background: url(../svg/icon_angle-right.svg) no-repeat 0 0;
  background-size: contain;
}

.index-productList-list__link span.c-icon::after {
  display: none;
}

.index-productList-list__title {
  order: 2;
  margin-top: 20px;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.index-productList-list__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-productList-list__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.index-productList-list__text {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #222;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.index-productList-list__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-productList-list__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.index-pickup {
  background-color: #222;
}

.index-pickup .index-heading-a {
  color: #fff;
}

.index-pickup--typeColor02 {
  background-color: #fff;
}

.index-pickup--typeColor02 .index-section__inner {
  padding-bottom: 0;
}

.index-pickup--typeColor02 .index-pickup-list__title span::after {
  background: url(../svg/icon_angle-right.svg) no-repeat 0 0;
  background-size: contain;
}

@media (any-hover: hover) {
  .index-pickup--typeColor02 .index-pickup-list__link:hover .index-pickup-list__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
  }
}

.index-pickup--typeColor02 + .index-pickup {
  margin-top: 60px;
}

.index-pickup-lead {
  max-width: 1000px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #222;
}

.index-pickup-lead::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-pickup-lead::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.index-pickup-lead + .index-pickup-list {
  margin-top: 60px;
}

.index-pickup-list {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-pickup-list {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-pickup-list {
    gap: 60px 20px;
  }
}

@media screen and (max-width: 519px) {
  .index-pickup-list {
    display: flex;
    flex-direction: column;
  }
}

.index-pickup-list__link {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #fff;
}

.index-pickup-list__link.js-modal::before, .index-pickup-list__link.js-modal::after, .index-pickup-list__link.js-v-modal::before, .index-pickup-list__link.js-v-modal::after {
  display: none;
}

.index-pickup--typeColor02 .index-pickup-list__link {
  color: #222;
}

.index-pickup-list__link .index-pickup-list__image::after {
  transition: border 0.2s ease-out;
}

@media (any-hover: hover) {
  .index-pickup-list__link:hover .index-pickup-list__image {
    position: relative;
    opacity: 0.7;
  }
  .index-pickup-list__link:hover .index-pickup-list__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
}

.index-pickup-list__image {
  order: 1;
  transition: opacity 0.2s ease-out;
}

.index-pickup-list__image img {
  width: 100%;
  height: auto;
}

.index-pickup-list__title {
  order: 2;
  margin-top: 20px;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 500;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.index-pickup-list__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-pickup-list__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.js-modal .index-pickup-list__title span::after,
.js-v-modal .index-pickup-list__title span::after,
[target="_blank"] .index-pickup-list__title span::after,
.c-link-icon .index-pickup-list__title span::after {
  display: none;
}

.index-pickup-list__title span::after {
  content: "";
  display: inline-block;
  width: 0.44em;
  height: 0.88em;
  margin: 0 0 0 0.44em;
  vertical-align: middle;
  background: url("../svg/icon_angle-right-white.svg") no-repeat 0 0;
  background-size: contain;
}

.index-pickup-list__title span.c-link-icon::after {
  display: none;
}

.index-pickup-list__title span[target="_blank"]::after {
  display: none;
}

.index-pickup-list__text {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #fff;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.index-pickup-list__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-pickup-list__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.index-pickup--typeColor02 .index-pickup-list__text {
  color: #222;
}

.index-attention .index-section__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.index-attention-list {
  text-align: left;
}

.index-attention-list li {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #222;
}

.index-attention-list li::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.4) * 0.45em);
  content: "";
}

.index-attention-list li::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.4) * 0.55em);
  content: "";
}

.index-attention-list li:not(:first-child) {
  margin-top: 24px;
}

.index-attention-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.45em;
  left: 0;
  margin: 0;
  background: url("../svg/icon_caution.svg") no-repeat 0 0;
  background-size: contain;
}

/* -------------------------------------------------------------------------
Print
-------------------------------------------------------------------------- */
@media print {
  .index-hero__content {
    padding: 0;
  }
  .index-hero__title {
    font-size: 2.8rem;
    color: #000 !important;
    text-shadow: 0 0 10px #fff !important;
  }
  .index-hero__text {
    font-size: 1.6rem;
  }
  .index-section.index-section--type1 {
    background-color: #fff;
  }
  .index-pickup {
    background: #fff;
  }
}
