@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1063px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1064px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* pages */
/**************************************************/
.l-page-contents {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .l-page-contents {
    padding: 0 1.25rem;
  }
}

a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.-indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.-indent::before {
  content: "※ ";
}

/**************************************************/
/* mv */
/**************************************************/
.mv {
  width: 100%;
}
.mv__inner {
  display: block;
  margin: 0 auto;
}
.mv__inner picture {
  display: block;
  width: 100%;
}
.mv__inner picture img {
  width: 100%;
}

.campaign {
  background: url("../../images/bg_body.png") repeat top left/8.5rem auto;
  padding: 3.75rem 0 6.25rem;
}
.campaign__btn a {
  max-width: 37.5rem;
  width: 100%;
  padding: 2rem 1.25rem 1.75rem;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  background-color: #FF8A00;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  box-shadow: 0 0.25rem #794F0A;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.campaign__btn a:hover {
  transform: translateY(0.25rem);
  box-shadow: 0 0 #794F0A;
}
.campaign__btn--second {
  margin-top: 3.75rem;
}
.campaign__title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-top: 5rem;
  color: #1F3371;
  letter-spacing: 0.0625rem;
}
.campaign__textLists {
  margin-top: 1.25rem;
  display: block;
}
.campaign__textLists li + li {
  margin-top: 0.375rem;
}
.campaign__text {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.campaign__logoContents {
  margin-top: 2.5rem;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(2.5rem, 6vw, 5.625rem);
  background: #fff;
  box-sizing: border-box;
  border: #F5E589 solid 0.375rem;
  border-radius: 2.5rem;
}
.campaign__logoLists {
  display: grid;
}
.campaign__logoLists--group1 {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.875rem, 4vw, 4.375rem);
}
.campaign__logoLists--group1 img {
  display: block;
  width: 8.75rem;
  margin: 0 auto;
}
.campaign__logoLists--group2 {
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(1.875rem, 4vw, 4.375rem);
}
.campaign__logoLists--group2 img {
  display: block;
  width: 13.125rem;
  margin: 0 auto;
}
.campaign__notesContents {
  margin-top: 5rem;
  padding: 2.5rem 1.875rem;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
}
.campaign__notesLists li {
  line-height: 1.6;
}
.campaign__notesLists li + li {
  margin-top: 0.375rem;
}
.campaign__detail {
  display: flex;
  justify-content: left;
  margin-top: 1.25rem;
}
.campaign__detail p {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
}
.campaign__detail p a {
  color: #31496B;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .campaign {
    background: url("../../images/bg_body.png") repeat top left/4.25rem auto;
    padding: 2.5rem 0 3.75rem;
  }
  .campaign__btn a {
    max-width: 22.5rem;
    padding: 1.625rem 1rem 1.375rem;
    border-radius: 0.375rem;
    font-size: 1.5rem;
    box-shadow: 0 0.1875rem #794F0A;
  }
  .campaign__btn a:hover {
    transform: translateY(0.1875rem);
  }
  .campaign__btn--second {
    margin-top: 2.5rem;
  }
  .campaign__title {
    font-size: 1.25rem;
    margin-top: 3.125rem;
  }
  .campaign__logoContents {
    margin-top: 2.5rem;
    padding: clamp(1.875rem, 5vw, 5rem) clamp(1.625rem, 6vw, 5.625rem);
    border: #F5E589 solid 0.1875rem;
    border-radius: 1.25rem;
  }
  .campaign__logoLists--group1 {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.875rem, 4vw, 3.75rem);
  }
  .campaign__logoLists--group1 img {
    width: 5.625rem;
  }
  .campaign__logoLists--group2 {
    margin-top: clamp(1.875rem, 4vw, 3.75rem);
  }
  .campaign__logoLists--group2 img {
    width: 9rem;
  }
  .campaign__notesContents {
    margin-top: 3.125rem;
    padding: 1.25rem;
  }
  .campaign__notesLists li {
    line-height: 1.6;
  }
  .campaign__notesLists li + li {
    margin-top: 0.375rem;
  }
}
@media (max-width: 479px) {
  .campaign__logoLists--group2 {
    grid-template-columns: 1fr;
  }
  .campaign__logoLists--group2 li:last-child {
    margin-top: clamp(1.875rem, 4vw, 3.75rem);
  }
}

.notes {
  padding: 3.125rem 0;
  background: #F2F2F2;
}
.notes__contents {
  background: #fff;
  padding: 1.75rem;
  text-align: left;
}
.notes__lists li {
  line-height: 1.6;
}
.notes__lists li + li {
  margin-top: 0.375rem;
}
.notes__note a {
  color: #31496B;
  text-decoration: underline;
}
@media (max-width: 479px) {
  .notes {
    padding: 2.5rem 0;
  }
  .notes__contents {
    padding: 1.25rem;
  }
}
/*# sourceMappingURL=site.css.map */