@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secSponsorHead {
  background-image: linear-gradient(-45deg, #275A38, #006C20);
  position: relative;
}

.secSponsorHead__inner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 10vw;
}
@media screen and (max-width: 750px) {
  .secSponsorHead__inner {
    padding-bottom: 6rem;
  }
}

.secSponsorHead__icon {
  width: 14.1rem;
  position: absolute;
  right: 8.5rem;
  top: 2.8rem;
  mix-blend-mode: soft-light;
}

.secSponsorHead__title {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4375; /* 38.4px */
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .secSponsorHead__title {
    font-size: 2.4rem;
  }
}

.secSponsorHead__slide {
  margin-top: 2.4rem;
}
.secSponsorHead__slide .swiper {
  position: relative;
}
.secSponsorHead__slide .swiper-container {
  margin-right: calc(50% - 50vw);
}
.secSponsorHead__slide .swiper-wrapper {
  margin-left: -1.5rem;
}
@media screen and (max-width: 750px) {
  .secSponsorHead__slide .swiper-wrapper {
    margin-left: -1rem;
  }
}
.secSponsorHead__slide .swiper-slide {
  width: 30rem;
  padding: 0 2rem;
}
@media screen and (max-width: 750px) {
  .secSponsorHead__slide .swiper-slide {
    width: 30rem;
    padding: 0 1rem;
  }
}
.secSponsorHead__slide .swiper-button-prev,
.secSponsorHead__slide .swiper-button-next {
  width: 6rem;
  height: auto;
  margin-top: 0;
  top: 15.4rem;
}
.secSponsorHead__slide .swiper-button-prev::after,
.secSponsorHead__slide .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 750px) {
  .secSponsorHead__slide .swiper-button-prev,
  .secSponsorHead__slide .swiper-button-next {
    width: 4rem;
  }
}
.secSponsorHead__slide .swiper-button-prev {
  left: -3rem;
}
@media screen and (max-width: 750px) {
  .secSponsorHead__slide .swiper-button-prev {
    left: -1rem;
  }
}
.secSponsorHead__slide .swiper-button-next {
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .secSponsorHead__slide .swiper-button-next {
    right: -1rem;
  }
}

.cardSponsorHead__img {
  border-radius: 1rem;
  overflow: hidden;
}

.cardSponsorHead__name {
  margin-top: 1.4rem;
  color: #FFFFFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45; /* 38.4px */
  letter-spacing: 0;
}

.cardSponsorHead__lead {
  margin-top: 1.2rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5714285714; /* 38.4px */
  letter-spacing: 0;
}

.secSponsorHead__accent {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.secSponsorRecruit {
  background-color: #fff;
  margin-top: -0.2rem;
  z-index: 10;
  position: relative;
}

.secSponsorRecruit__inner {
  padding-top: 6rem;
  padding-bottom: 10rem;
  max-width: 100rem;
}
@media screen and (max-width: 750px) {
  .secSponsorRecruit__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secSponsorRecruit__title {
  color: #275A38;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4375; /* 38.4px */
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .secSponsorRecruit__title {
    font-size: 2.8rem;
  }
}

.secSponsorRecruit__content {
  margin-top: 2.5rem;
}

.secSponsorRecruit__subtitle {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  color: #275A38;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45; /* 38.4px */
  letter-spacing: 0;
}

.secSponsorRecruit__subtitle--icon {
  width: 4rem;
  flex-shrink: 0;
}

.secSponsorRecruit__lead {
  margin-top: 1.3rem;
}

.secSponsorRecruit__cards {
  margin-top: 3rem;
}

.cardsSponsorRecruit {
  flex-wrap: wrap;
  border-bottom: 0.1rem solid #DEDEDE;
}

.cardsSponsorRecruit__item {
  width: 50%;
  border-top: 0.1rem solid #DEDEDE;
  border-left: 0.1rem solid #DEDEDE;
}
.cardsSponsorRecruit__item:nth-child(2n) {
  border-right: 0.1rem solid #DEDEDE;
}
@media screen and (max-width: 750px) {
  .cardsSponsorRecruit__item {
    width: 100%;
    border-right: 0.1rem solid #DEDEDE;
  }
}

.cardSponsorRecruit {
  padding: 2.5rem 3.5rem;
}

.cardSponsorRecruit__title {
  color: #275A38;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4444444444; /* 38.4px */
  letter-spacing: 0;
  text-decoration: underline;
}

.cardSponsorRecruit__text {
  margin-top: 1rem;
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7142857143; /* 38.4px */
  letter-spacing: 0;
}

.cardSponsorRecruit__notice {
  margin-top: 1.5rem;
  margin-right: -2rem;
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 38.4px */
  letter-spacing: 0;
}

.secSponsorRecruit__notice {
  margin-top: 1rem;
}

.secSponsorShop__inner {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .secSponsorShop__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secSponsorShop__title {
  color: #191919;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4285714286; /* 38.4px */
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .secSponsorShop__title {
    font-size: 2.4rem;
  }
}

.secSponsorShop__list {
  margin-top: 4rem;
  flex-wrap: wrap;
  gap: 4rem 4rem;
}

.secSponsorShop__dl + .secSponsorShop__dl {
  margin-top: 5rem;
}

.secSponsorShop__dt {
  color: #275A38;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45; /* 38.4px */
  letter-spacing: 0;
}

.secSponsorShop__dd {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .secSponsorShop__dd {
    margin-top: 1.5rem;
  }
}

.secSponsorShop__link {
  display: block;
  text-decoration: underline;
}
.secSponsorShop__link:hover {
  text-decoration: none;
}
.secSponsorShop__link + .secSponsorShop__link {
  margin-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .secSponsorShop__link + .secSponsorShop__link {
    margin-top: 1rem;
  }
}

.secSponsorCompany__inner {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .secSponsorCompany__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secSponsorCompany__title {
  color: #191919;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4583333333; /* 38.4px */
  letter-spacing: 0;
}

.secSponsorCompany__lead {
  margin-top: 3rem;
}

.secSponsorCompany__column {
  margin-top: 4.5rem;
}

.columnSponsorCompany {
  gap: 0 3rem;
}
@media screen and (max-width: 750px) {
  .columnSponsorCompany {
    flex-direction: column;
    align-items: center;
    gap: 2rem 0;
  }
}

.columnSponsorCompany__item:nth-child(1) {
  width: 11.5rem;
  padding-left: 2rem;
  padding-top: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .columnSponsorCompany__item:nth-child(1) {
    width: 14rem;
    padding-left: 0;
    padding-top: 0;
  }
}
.columnSponsorCompany__item:nth-child(3) {
  width: 9.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .columnSponsorCompany__item:nth-child(3) {
    width: 14rem;
  }
}

.secSponsorFaq__inner {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .secSponsorFaq__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secSponsorFaq__title {
  color: #191919;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4583333333; /* 38.4px */
  letter-spacing: 0;
}

.secSponsorFaq__ac {
  margin-top: 4rem;
  border-bottom: 0.1rem solid #DEDEDE;
}

.acBoxSponsorFaq__head {
  padding: 2rem 4.5rem 2rem 0;
  border-top: 0.1rem solid #DEDEDE;
  cursor: pointer;
  position: relative;
}

.acBoxSponsorFaq__head--q {
  display: flex;
  gap: 0 2rem;
}
.acBoxSponsorFaq__head--q::before {
  content: "Q";
  font-size: 1.6rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  padding-bottom: 0.3rem;
  color: #fff;
  background-color: #275A38;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.acBoxSponsorFaq__title {
  margin-top: 0;
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 38.4px */
  letter-spacing: 0;
  align-self: center;
}
@media screen and (max-width: 750px) {
  .acBoxSponsorFaq__title {
    font-size: 1.4rem;
  }
}

.acBoxSponsorFaq__icon {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  transform: translateY(-50%);
  right: 1rem;
  top: 50%;
}
.acBoxSponsorFaq__icon::before, .acBoxSponsorFaq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  background: #000;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.acBoxSponsorFaq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .acBoxSponsorFaq__icon::after {
  transform: translate(-50%, -50%);
}

.acBoxSponsorFaq__content {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.acBoxSponsorFaq__content--a {
  display: flex;
  gap: 0 2rem;
}
.acBoxSponsorFaq__content--a::before {
  content: "A";
  font-size: 1.6rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  padding-bottom: 0.3rem;
  color: #275A38;
  border: 0.1rem solid #275A38;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.acBoxSponsorFaq__text {
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 38.4px */
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .acBoxSponsorFaq__text {
    font-size: 1.4rem;
  }
}

.acBoxSponsorFaq__link {
  text-decoration: underline;
}

.secSponsorContact {
  background-color: #F9F9F9;
}

.secSponsorContact__inner {
  padding-top: 10rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__inner {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.secSponsorContact__title {
  color: #191919;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4583333333; /* 38.4px */
  letter-spacing: 0;
}

.secSponsorContact__form {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__form {
    margin-top: 3rem;
  }
}

.secSponsorContact__blk {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__blk {
    flex-direction: column;
    gap: 2rem 0;
  }
}
.secSponsorContact__blk + .secSponsorContact__blk {
  margin-top: 3rem;
}

.secSponsorContact__label {
  width: 30rem;
  flex-shrink: 0;
  padding-top: 1.5rem;
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 38.4px */
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__label {
    padding-top: 0;
    font-size: 1.4rem;
    width: 100%;
  }
}
.secSponsorContact__label span {
  margin-left: 10px;
  color: #B75050;
}

.secSponsorContact__input {
  background-color: #fff;
  border-radius: 0.4rem;
  flex-grow: 1;
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 38.4px */
  letter-spacing: 0;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__input {
    font-size: 1.4rem;
    width: 100%;
    padding: 1.5rem 1rem;
  }
}

.secSponsorContact__textarea {
  background-color: #fff;
  border-radius: 0.4rem;
  flex-grow: 1;
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 38.4px */
  letter-spacing: 0;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__textarea {
    font-size: 1.4rem;
    width: 100%;
  }
}

.secSponsorContact__button {
  margin-top: 5rem;
  margin-left: 30rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__button {
    margin-top: 5rem;
    margin-left: 0;
  }
}

.secSponsorContact__submit {
  background-color: #275A38;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  padding: 3rem 2rem;
  border-radius: 10rem;
}

.secSponsorContact__confirm {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__confirm {
    margin-top: 3rem;
  }
}

.secSponsorContact__confirmItem {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__confirmItem {
    flex-direction: column;
    gap: 1.5rem 0;
  }
}
.secSponsorContact__confirmItem + .secSponsorContact__confirmItem {
  margin-top: 3rem;
}

.secSponsorContact__confirmTitle {
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 38.4px */
  letter-spacing: 0;
  width: 30rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__confirmTitle {
    padding-top: 0;
    font-size: 1.4rem;
    width: 100%;
  }
}

.secSponsorContact__confirmText {
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 38.4px */
  letter-spacing: 0;
}

.secSponsorContact__confirmButton {
  margin-top: 5rem;
  display: flex;
  gap: 0 2rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__confirmButton {
    gap: 0 1rem;
    margin-top: 5rem;
    margin-left: 0;
  }
}

.secSponsorContact__back {
  background-color: #a8a8a8;
  text-align: center;
  color: #191919;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  padding: 3rem 2rem;
  border-radius: 10rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__back {
    padding: 2rem;
  }
}

.secSponsorContact__next {
  background-color: #275A38;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  padding: 3rem 2rem;
  border-radius: 10rem;
}
@media screen and (max-width: 750px) {
  .secSponsorContact__next {
    padding: 2rem;
  }
}

.secSponsorContact__thanks {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 38.4px */
  letter-spacing: 0;
}
/*# sourceMappingURL=sponsor.css.map */
