@charset "UTF-8";
/* =========================================================

Foundation

========================================================= */
/* =========================================================

Layout

========================================================= */
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
/*slider-nav*/
.c-slider-nav {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 519px) {
  .c-slider-nav {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.c-slider-nav__arrow {
  position: relative;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-slider-nav__arrow-item--next {
  transform: translateX(50%);
}
.c-slider-nav__arrow-item--prev {
  transform: translateX(-50%);
}
.c-slider-nav__pagination {
  padding-right: 0;
}
@media (max-width: 519px) {
  .c-slider-nav__pagination {
    padding-right: 0;
  }
}

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.p-support__header {
  position: relative;
  margin-bottom: 6.25vw;
}
@media (max-width: 519px) {
  .p-support__header {
    margin-bottom: 1.3333333333vw;
  }
}

.p-support__header-note {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-support__header-note span {
  font-size: 50px;
  font-size: 5rem;
  font-family: Gilroy, YakuHanJP_Narrow, "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #5eb122;
}
@media (max-width: 959px) {
  .p-support__header-note {
    font-size: 30px;
    font-size: 3rem;
    position: static;
    margin-top: 18.6666666667vw;
  }
  .p-support__header-note span {
    font-size: 40px;
    font-size: 4rem;
  }
}

.p-support__body {
  position: relative;
  padding-top: 5rem;
}
.p-support__body::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background-color: #e8e8e8;
}
@media (max-width: 959px) {
  .p-support__body {
    padding-top: 8vw;
  }
  .p-support__body::before {
    left: -2.5rem;
    width: 100vw;
  }
}

.p-support__block {
  position: relative;
}
.p-support__block.is-pink {
  margin-top: 8rem;
}
@media (max-width: 959px) {
  .p-support__block.is-pink {
    margin-top: 10.6666666667vw;
    padding-top: 8vw;
  }
  .p-support__block.is-pink::before {
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: 100vw;
    height: 0.1rem;
    content: "";
    background-color: #e8e8e8;
  }
}

.p-support__block-heading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: Gilroy, YakuHanJP_Narrow, "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.is-green .p-support__block-heading {
  color: #22b1a1;
}
.is-pink .p-support__block-heading {
  color: #e57ad0;
}
@media (max-width: 959px) {
  .p-support__block-heading {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-support__block-note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: absolute;
  top: 1.4rem;
  right: 0;
}
@media (max-width: 959px) {
  .p-support__block-note {
    font-size: 11px;
    font-size: 1.1rem;
    position: static;
    margin-top: 1.4149305556vw;
  }
}

.p-support__item {
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 959px) {
  .p-support__item {
    margin-top: 4vw;
  }
}

.p-support__item-inner {
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
}
@media (max-width: 959px) {
  .p-support__item-inner {
    flex-wrap: wrap;
    padding: 5.3333333333vw;
    border-radius: 0.5rem;
  }
}

.p-support__item-col--header {
  display: flex;
  align-items: center;
  flex-basis: 41rem;
  max-width: 41rem;
  border-right: 1px solid #e8e8e8;
}
.p-support__item-col--body {
  flex: 1;
  padding-left: 3.5rem;
}
@media (max-width: 959px) {
  .p-support__item-col--header {
    flex-basis: 100%;
    flex-wrap: wrap;
    max-width: 100%;
    padding-bottom: 1.3333333333vw;
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
  }
  .p-support__item-col--body {
    padding-top: 5.3333333333vw;
    padding-left: 0;
  }
}

.p-support__item-category {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: Gilroy, YakuHanJP_Narrow, "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.is-green .p-support__item-category {
  left: -1.5rem;
  color: #22b1a1;
}
.is-pink .p-support__item-category {
  left: 0.5rem;
  color: #e57ad0;
}
@media (max-width: 959px) {
  .p-support__item-category {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: Gilroy, YakuHanJP_Narrow, "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    position: static;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 2.6666666667vw;
    transform: none;
  }
  .is-green .p-support__item-category {
    left: 0;
    color: #22b1a1;
  }
  .is-pink .p-support__item-category {
    left: 0;
    color: #e57ad0;
  }
}

.p-support__item-number {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: Gilroy, YakuHanJP_Narrow, "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-width: 6.2rem;
  margin-left: 3.8rem;
}
.is-green .p-support__item-number {
  color: #22b1a1;
}
.is-pink .p-support__item-number {
  color: #e57ad0;
}
@media (max-width: 959px) {
  .p-support__item-number {
    font-size: 30px;
    font-size: 3rem;
    min-width: 3.7rem;
    margin-left: 0;
  }
}

.p-support__item-heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: 3rem;
}
@media (max-width: 959px) {
  .p-support__item-heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 0.5rem;
  }
}

.p-support__item-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-support__item-point {
  display: flex;
  overflow: hidden;
  margin-top: 3rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media (max-width: 959px) {
  .p-support__item-point {
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
    border-radius: 0.5rem;
  }
}

.p-support__item-point-label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: Gilroy, YakuHanJP_Narrow, "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  flex-basis: 8rem;
  justify-content: center;
  max-width: 8rem;
  color: #fff;
  background-color: #f5b300;
}
@media (max-width: 959px) {
  .p-support__item-point-label {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-support__item-point-desc {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  flex: 1;
  padding: 2rem;
}
@media (max-width: 959px) {
  .p-support__item-point-desc {
    padding: 1.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}

/* 20230217 追加*/
.p-support__office {
  position: relative;
  padding: 2rem 0 5rem;
}

.p-support__office-wrap {
  position: relative;
}

.p-support__office-slider {
  overflow: visible !important;
}

.p-support__office-slider-wrapper {
  height: auto;
}

.p-support__office-slider-item {
  height: auto;
}

.p-support__office-slider-bottom {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  transform: translateY(calc(-100% - 4rem));
}
@media (max-width: 519px) {
  .p-support__office-slider-bottom {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 3rem;
    transform: translateY(0);
  }
}

.p-support__office-arrows .c-slider-nav {
  position: static;
  transform: translateY(0);
}
.p-support__office-arrows .c-slider-nav__arrow-item {
  margin-left: 15px;
}
.p-support__office-arrows .c-slider-nav__arrow-item:first-child {
  margin-left: 0;
}
@media (max-width: 519px) {
  .p-support__office-arrows .c-slider-nav__arrow-item {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (max-width: 519px) {
  .p-support__office-arrows {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .p-support__office-arrows .c-slider-nav {
    flex-direction: row;
    width: 100%;
  }
  .p-support__office-arrows .c-slider-nav__arrow {
    justify-content: space-between;
    width: 100%;
  }
}

.p-support__office-amount {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: Gilroy, YakuHanJP_Narrow, "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  padding-right: 3rem;
}
@media (max-width: 519px) {
  .p-support__office-amount {
    font-size: 12px;
    font-size: 1.2rem;
    justify-content: center;
  }
}

.p-support__office-amount-slash {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */