@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************
 *	共通
 * ************************************************ */
.page__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
}
@media print, screen and (min-width: 768px) {
  .page__content-wrapper {
    gap: 64px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page__content-wrapper {
    gap: 88px 0;
  }
}
.page__content-wrapper.short {
  gap: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .page__content-wrapper.short {
    gap: 48px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page__content-wrapper.short {
    gap: 64px 0;
  }
}

.page__section-ttl {
  font-size: 2rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(195, 6, 6, 0.4);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .page__section-ttl {
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__section-ttl {
    font-size: 3.2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* ************************************************
 *	料金について
 * ************************************************ */
.fee__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
@media print, screen and (min-width: 768px) {
  .fee__wrapper {
    gap: 48px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .fee__wrapper {
    gap: 64px 0;
  }
}

.fee__section-ttl {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 960px) {
  .fee__section-ttl {
    font-size: 2.6rem;
  }
}

.fee__child-ttl {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  border-top: 1px solid #C30606;
  border-bottom: 1px solid #C30606;
  padding: 8px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 960px) {
  .fee__child-ttl {
    padding: 8px 16px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 1264px) {
  .fee__child-ttl {
    flex-direction: row;
    align-items: flex-end;
    gap: 0 16px;
  }
}
.fee__child-ttl h3 {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .fee__child-ttl h3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .fee__child-ttl h3 {
    font-size: 2.4rem;
  }
}
.fee__child-ttl .fee__ttl-note {
  font-size: 1.2rem;
  margin-top: 6px;
}
@media print, screen and (min-width: 960px) {
  .fee__child-ttl .fee__ttl-note {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1264px) {
  .fee__child-ttl .fee__ttl-note {
    display: flex;
    gap: 0 16px;
    margin-top: 0;
  }
}

.fee__left {
  padding-left: 8px;
}
@media print, screen and (min-width: 960px) {
  .fee__left {
    width: 55%;
    padding-left: 16px;
  }
}

.fee__right {
  padding-left: 8px;
  margin-top: 24px;
}
@media print, screen and (min-width: 960px) {
  .fee__right {
    width: 45%;
    padding-left: 16px;
    margin-top: 0;
  }
}

.fee__note {
  padding-left: 8px;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .fee__note {
    padding-left: 16px;
    margin-top: 64px;
  }
}

/* ************************************************
 *	ロバート・バルガス氏 東北招聘プロジェクト
 * ************************************************ */
.robert-vargas p {
  line-height: 2.2;
}
.robert-vargas a {
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .robert-vargas a {
    transition: opacity 0.4s;
  }
  .robert-vargas a:hover {
    opacity: 0.6;
  }
}

.robert-vargas-col2 {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .robert-vargas-col2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 32px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  .robert-vargas-col2 {
    gap: 0 56px;
    margin-top: 56px;
  }
}
.robert-vargas-col2.profile {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .robert-vargas-col2.profile {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .robert-vargas-col2 .robert-vargas-col2-img {
    width: 43%;
    max-width: 512px;
  }
}
.robert-vargas-col2 .robert-vargas-col2-img figcaption {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 8px;
}
@media print, screen and (min-width: 960px) {
  .robert-vargas-col2 .robert-vargas-col2-img figcaption {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .robert-vargas-col2 .robert-vargas-col2-text {
    width: calc(57% - 32px);
  }
}
@media print, screen and (min-width: 960px) {
  .robert-vargas-col2 .robert-vargas-col2-text {
    width: calc(57% - 56px);
  }
}

.robert-vargas-list {
  line-height: 2.2;
  text-indent: -1em;
  margin-left: 1em;
}

.sponsor-benefits-table {
  width: 100%;
  border: 1px solid rgba(195, 6, 6, 0.4);
  border-collapse: collapse;
}
.sponsor-benefits-table th, .sponsor-benefits-table td {
  font-size: 1.3rem;
  border: 1px solid rgba(195, 6, 6, 0.4);
  padding: 8px;
}
@media print, screen and (min-width: 768px) {
  .sponsor-benefits-table th, .sponsor-benefits-table td {
    font-size: 1.4rem;
    padding: 12px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .sponsor-benefits-table th, .sponsor-benefits-table td {
    font-size: 1.6rem;
  }
}
.sponsor-benefits-table th {
  background-color: rgba(195, 6, 6, 0.08);
  font-weight: 600;
  text-align: center;
}
.sponsor-benefits-table th:nth-child(1) {
  width: 24%;
}
@media print, screen and (min-width: 768px) {
  .sponsor-benefits-table th:nth-child(1) {
    width: 20%;
  }
}
.sponsor-benefits-table th:nth-child(2) {
  width: 76%;
}
@media print, screen and (min-width: 768px) {
  .sponsor-benefits-table th:nth-child(2) {
    width: 80%;
  }
}

.sponsor-list-wrapper {
  border: 1px solid rgba(195, 6, 6, 0.4);
  margin-top: 40px;
}

.sponsor-list-ttl {
  background-color: rgba(195, 6, 6, 0.08);
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid rgba(195, 6, 6, 0.4);
  padding: 16px 0;
}
@media print, screen and (min-width: 768px) {
  .sponsor-list-ttl {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .sponsor-list-ttl {
    font-size: 1.6rem;
  }
}

.sponsor-bnr-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 24px;
}
@media print, screen and (min-width: 768px) {
  .sponsor-bnr-list {
    flex-direction: row;
    align-items: stretch;
    gap: 32px 0;
    padding: 32px 0;
    margin: 0 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .sponsor-bnr-list li {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .sponsor-bnr-list li {
    width: 33.3333333333%;
  }
}
.sponsor-bnr-list li:not(:last-child) {
  border-bottom: 1px dotted rgba(195, 6, 6, 0.8);
}
@media print, screen and (min-width: 768px) {
  .sponsor-bnr-list li:not(:last-child) {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sponsor-bnr-list li:nth-child(odd) {
    border-right: 1px dotted rgba(195, 6, 6, 0.8);
  }
}
@media print, screen and (min-width: 960px) {
  .sponsor-bnr-list li:nth-child(odd) {
    border-right: none;
  }
}
@media print, screen and (min-width: 960px) {
  .sponsor-bnr-list li:nth-child(3n+1), .sponsor-bnr-list li:nth-child(3n+2) {
    border-right: 1px dotted rgba(195, 6, 6, 0.8);
  }
}
.sponsor-bnr-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 32px;
}
.sponsor-bnr-list img {
  margin: 0 auto;
}
.sponsor-bnr-list p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 8px;
}
@media print, screen and (min-width: 960px) {
  .sponsor-bnr-list p {
    font-size: 1.6rem;
  }
}

.sponsor-name-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  border-top: 1px solid rgba(195, 6, 6, 0.4);
  padding: 24px 0;
  margin: 0 24px;
}
@media print, screen and (min-width: 768px) {
  .sponsor-name-list {
    padding: 32px 0;
    margin: 0 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .sponsor-name-list {
    font-size: 1.6rem;
  }
}
.sponsor-name-list li:not(:last-child) {
  padding-right: 1em;
}
.sponsor-name-list li:not(:last-child)::after {
  content: "／";
  margin: 0 0.5em;
}

/* ************************************************
 *	後援会について
 * ************************************************ */
.supporter-apply-lead {
  line-height: 2.2;
}
@media print, screen and (min-width: 768px) {
  .supporter-apply-lead {
    text-align: center;
  }
}

.recruiting-supporter-pdf-wrapper {
  max-width: 480px;
  margin: 32px auto 0;
}
@media print, screen and (min-width: 960px) {
  .recruiting-supporter-pdf-wrapper {
    margin: 48px auto 0;
  }
}
.recruiting-supporter-pdf-wrapper .recruiting-supporter-pdf {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .recruiting-supporter-pdf-wrapper .recruiting-supporter-pdf {
    transition: opacity 0.4s;
  }
  .recruiting-supporter-pdf-wrapper .recruiting-supporter-pdf:hover {
    opacity: 0.6;
  }
}
.recruiting-supporter-pdf-wrapper .link-btn {
  margin-top: 24px;
}

/* ************************************************
 *	プライバシーポリシー
 * ************************************************ */
.policy_lead {
  margin-bottom: 2.5em;
}

.policy_area dt {
  font-weight: 600;
  border-bottom: 1px solid rgba(195, 6, 6, 0.4);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.policy_area dd {
  margin-bottom: 2.5em;
}
.policy_area li {
  list-style: disc;
  margin-left: 1em;
}/*# sourceMappingURL=page.css.map */