@charset "UTF-8";
.support {
  position: relative;
  padding: 117px 0 124px;
  background-color: #dedede;
  font-optical-sizing: auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .support {
    padding: 98px 0 124px;
  }
}
.support_comp {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
}
.support_comp picture,
.support_comp img {
  width: 100%;
}
.support_title-ja {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 800px) {
  .support_title-ja {
    font-size: 27px !important;
  }
}
.support_title-en {
  translate: 1px -3px;
}
@media screen and (max-width: 800px) {
  .support_title-en {
    translate: 1px 2px;
  }
}
.support_contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: min(87.5%, 1120px);
  margin: 53px auto 0;
}
@media screen and (max-width: 800px) {
  .support_contents {
    gap: 20px;
    width: min(89.3%, 670px);
    margin: 32px auto 0;
  }
}
.support_item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  padding: 60px 60px 57px;
}
@media screen and (max-width: 800px) {
  .support_item {
    display: block;
    padding: 42px 32px 51px;
  }
}
.support_item-back {
  position: absolute;
  z-index: -1;
  inset: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.support_item-image {
  flex: 1 1 297px;
}
@media screen and (max-width: 800px) {
  .support_item-image {
    width: 260px;
    width: min(288.4615384615%, 130px);
    margin: 0 auto;
    display: block;
  }
}
.support_item-block {
  flex: 1 1 643px;
}
@media screen and (max-width: 800px) {
  .support_item-block {
    flex: 0 0 100%;
    margin: 29px 0 0;
  }
}
.support_item-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-family: var(--f_serif);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .support_item-title {
    gap: 10px;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .support_item-title span {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
  }
}
.support_item-title small {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  .support_item-title small {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    font-size: 12px;
  }
}
.support_item-text {
  margin: 31px 0 0;
  font-family: var(--f_serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .support_item-text {
    margin: 24px 0 0;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.5;
  }
}
.support_item-text span {
  font-weight: 700;
}
.support_item-profile {
  margin: 55px 0 0;
}
@media screen and (max-width: 800px) {
  .support_item-profile {
    margin: 27px 0 0;
  }
}
.support_item-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .support_item-heading {
    gap: 11px;
    font-size: 10px;
  }
}
@media screen and (max-width: 800px) {
  .support_item-heading::before {
    content: "";
    flex: 1 1 100%;
    width: 100%;
    height: 2px;
    background: url("../img/taiga/support_line.png") repeat-x;
    background-color: transparent;
    background-position: 0% 50%;
    background-size: 15px 1px;
  }
}
.support_item-heading::after {
  content: "";
  flex: 1 1 100%;
  width: 100%;
  height: 1px;
  background-color: #281c10;
}
@media screen and (max-width: 800px) {
  .support_item-heading::after {
    content: "";
    flex: 1 1 100%;
    width: 100%;
    height: 2px;
    background: url("../img/taiga/support_line.png") repeat-x;
    background-color: transparent;
    background-position: 0% 50%;
    background-size: 15px 1px;
  }
}
.support_item-notice {
  margin: 15px 0 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .support_item-notice {
    margin: 9px 0 0;
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 800px) {
  .support_item-notice br {
    display: none;
  }
}
.support_item.is-item01 .support_item-back {
  background-image: url("../img/taiga/support_bg01.png");
}
@media screen and (max-width: 800px) {
  .support_item.is-item01 .support_item-back {
    background-image: url("../img/taiga/support_bg01-sp.png");
  }
}
.support_item.is-item02 .support_item-back {
  background-image: url("../img/taiga/support_bg02.png");
}
@media screen and (max-width: 800px) {
  .support_item.is-item02 .support_item-back {
    background-image: url("../img/taiga/support_bg02-sp.png");
  }
}/*# sourceMappingURL=taiga_add.css.map */