html[theme='green'] {
  --primary: #2b684e;
  --secondary: #5ac231;
  --primary-hover: #338670;
}

html[theme='orange'] {
  --primary: #f87b06;
  --secondary: #f75c07;
  --primary-hover: #ff8833;
}

html[theme='blue'] {
  --primary: #16408e;
  --secondary: #295ec0;
  --primary-hover: #4365a3;
}

html[theme='light-green'] {
  --primary: #a0d63d;
  --secondary: #649927;
  --primary-hover: #b3de33;
}

@keyframes rotate-left {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes rotate-right {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0);
  }
}
button {
  font-family: "Noto Sans JP", sans-serif;
}

.btn, .btn-primary, .btn-secondary {
  padding: 20px 80px;
  padding: 1.25rem 5rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 32px;
  border-radius: 2rem;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  letter-spacing: 0;
  cursor: pointer;
  border: none;
  transition: 0.2s all;
}
.btn:focus, .btn-primary:focus, .btn-secondary:focus {
  outline: none;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.btn-secondary {
  background-color: #3c414e;
  border-color: #3c414e;
}
.btn-secondary:hover {
  background-color: #636771;
  border-color: #636771;
}

.btn-block {
  width: 100%;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-group > .btn, .btn-group > .btn-primary, .btn-group > .btn-secondary {
  width: calc((100% - 10px) / 2);
}

.btn-est, .btn-case-form {
  text-align: center;
}

@media (max-width: 768px) {
  .btn-group > .btn, .btn-group > .btn-primary, .btn-group > .btn-secondary {
    width: 100%;
  }

  .btn-est .btn, .btn-est .btn-primary, .btn-est .btn-secondary, .btn-case-form .btn, .btn-case-form .btn-primary, .btn-case-form .btn-secondary {
    padding: 20px 5px;
    padding: 1.25rem 0.3125rem;
    min-width: 0;
    width: 100% !important;
    display: block;
    max-width: none !important;
  }
}
body {
  overscroll-behavior-y: auto;
}

.campaign-index {
  color: #222222;
}
.campaign-index img {
  width: auto;
  vertical-align: bottom;
}
.campaign-index *.sp-only {
  display: none;
}
.campaign-index *.pc {
  display: block;
}
.campaign-index .main {
  padding-bottom: 0;
}
.campaign-index .main .wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  max-width: 1120px;
  max-width: 70rem;
  margin: 0 auto;
}
.campaign-index .main-header {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  padding: 40px 0px;
  padding: 2.5rem 0rem;
  background: #015640;
}
.campaign-index .main-header h1 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.5;
}
.campaign-index .headline {
  margin: 0px 0px 8px;
  margin: 0rem 0rem 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
}
.campaign-index .lead {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-index .campaign-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px 20px;
}
.campaign-index .campaign-list li:nth-of-type(1) {
  grid-column: 1 / 7;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.campaign-index .campaign-list li a:hover .title {
  text-decoration: none;
}
.campaign-index .campaign-list li .img {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.campaign-index .campaign-list li .title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: -.0em;
}
.campaign-index .campaign-list li p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}
.campaign-index .btn-detail {
  width: 100%;
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}
.campaign-index .btn-detail .btn, .campaign-index .btn-detail .btn-primary, .campaign-index .btn-detail .btn-secondary {
  max-width: 360px;
  max-width: 22.5rem;
  width: 100%;
  margin: 0;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  background: #3C414E;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-index .btn-detail .btn:hover, .campaign-index .btn-detail .btn-primary:hover, .campaign-index .btn-detail .btn-secondary:hover {
  background: #636771;
}
@media screen and (max-width: 899px) {
  .campaign-index *.sp-only {
    display: block;
  }
  .campaign-index *.pc {
    display: none;
  }
  .campaign-index .main {
    padding: 0;
  }
  .campaign-index .main .wrap {
    padding: 0px 16px 40px;
    padding: 0rem 1rem 2.5rem;
  }
  .campaign-index .main-header {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding: 27px 0px;
    padding: 1.6875rem 0rem;
  }
  .campaign-index .main-header h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  .campaign-index .lead {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .campaign-index .campaign-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
  }
  .campaign-index .campaign-list li:nth-of-type(1) {
    grid-column: 1 / 3;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .campaign-index .btn-detail {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

/*# sourceMappingURL=styles.css.map */
