/* Reset */
/* 
=======================
Reset
=======================
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* Module */
/* 
=======================
Base
=======================
*/
/* 
=======================
Setting
=======================
*/
/* 
=======================
Base
=======================
*/
/* 
=======================
Helper
=======================
*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

html,
body {
  width: 100%;
  margin: 0 auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.8;
}

/* 
=======================
Base
=======================
*/
/* 
=======================
Block
=======================
*/
.example {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 980px;
  width: inherit;
}
.example > img {
  max-width: 355px;
  width: inherit;
}

.steps {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
  }
  .steps *:first-child {
    grid-column: 1/3;
  }
  .steps .steps__contents {
    width: 100%;
  }
}
.steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.steps__contents {
  background-color: #f7f5f3;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 20px;
  width: calc(100% - 20px);
}
.steps__contents__header {
  padding: 20px 20px 0;
}
.steps__contents__images {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .steps__contents__images {
    flex-direction: row;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.steps__contents__fowald {
  width: 80%;
  max-width: 250px;
  margin-bottom: 10px;
}
.steps__contents__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 60%;
  max-width: 170px;
}
.steps__contents__qr {
  width: 50%;
  max-width: 106px;
  padding-bottom: 30px;
}
.steps__contents__img {
  margin-top: -20px;
}
.steps__contents__img img {
  max-width: 315px;
}

.rewards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .rewards-list {
    row-gap: 20px;
  }
  .rewards-list .rewards-list__item {
    width: 45%;
    max-width: 468px;
    min-height: 267px;
  }
  .rewards-list .rewards-list__item.is-gift01 {
    width: 100%;
    max-width: 100%;
  }
  .rewards-list .rewards-list__item.is-gift01 .rewards-list__item__txt {
    flex: 1.5;
  }
  .rewards-list .rewards-list__item.is-gift07 {
    margin: auto;
  }
  .rewards-list .rewards-list__item.is-badge::after {
    height: 48px;
    width: 48px;
  }
}
.rewards-list__item {
  background-color: rgba(250, 190, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-height: 214px;
  width: 100%;
  position: relative;
}
.rewards-list__item.is-badge {
  padding-left: 10px;
}
.rewards-list__item.is-badge::after {
  position: absolute;
  content: "";
  background: url("../img/badge.webp") no-repeat center center/contain;
  height: 37px;
  width: 37px;
  top: 10px;
  left: 10px;
}
.rewards-list__item.is-badge div:first-child {
  transform: translateX(15%);
}
.rewards-list__item__txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
  padding: 10px;
  line-height: 1.3;
  gap: 5px;
  z-index: 1;
}
.rewards-list__item__img {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.rewards-list__item__img img {
  max-height: 300px;
}
.is-gift01 .rewards-list__item__img {
  margin-top: auto;
  align-items: flex-start;
  padding: 0;
}
.is-gift05 .rewards-list__item__txt, .is-gift06 .rewards-list__item__txt, .is-gift07 .rewards-list__item__txt {
  line-height: 1.2;
}

.organization-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.organization-logo__images {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.5fr 2.5fr 1fr;
  gap: 15px;
  max-width: 650px;
}
.organization-logo figcaption {
  text-align: center;
  background: #f7f5f3;
}

#join-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
#join-button img {
  height: 111px;
}
@media screen and (min-width: 768px) {
  #join-button {
    bottom: 15px;
    right: 15px;
  }
  #join-button img {
    height: 146px;
  }
}
#join-button:hover {
  opacity: 0.8;
}

/* 
=======================
Button
=======================
*/
/* 
=======================
Base
=======================
*/
/* 
=======================
Text
=======================
*/
.m-hdg1 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #006537;
  line-height: 1.5;
}
.m-hdg1.is-lg {
  font-size: 1.75rem;
}

.text-highlight {
  background: linear-gradient(transparent 13%, #fabe00 13%, #fabe00 92%, transparent 92%);
  color: black;
  font-weight: 900;
}

.text-highlight-sm {
  background: linear-gradient(transparent 70%, #fabe00 70%, #fabe00 92%, transparent 92%);
  color: black;
  font-weight: 900;
}

.text-bold {
  font-weight: 900;
}

.text-col-g {
  color: #006537;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-md {
  font-size: 1.25rem;
}

.text-lmd {
  font-size: 1.5rem;
}

.text-lg {
  font-size: 1.75rem;
}

.text-xl {
  font-size: 2rem;
}

.text-xxl {
  font-size: 3.75rem;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lh-none {
  display: inline-block;
}

.text-large-md {
  font-size: 1.25rem;
  font-weight: 500;
  color: #006537;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
  .m-hdg1 {
    font-size: 2.25rem;
  }
  .m-hdg1.is-lg {
    font-size: 3rem;
  }
  .text-sm {
    font-size: 1.25rem;
  }
  .text-md {
    font-size: 1.5rem;
  }
  .text-lg {
    font-size: 2.25rem;
  }
  .text-xl {
    font-size: 3rem;
  }
  .text-pc-xs {
    font-size: 1rem;
  }
  .text-pc-mmd {
    font-size: 1.5rem;
  }
  .text-pc-md {
    font-size: 2rem;
  }
  .text-pc-lg {
    font-size: 2.25rem;
  }
  .text-xxxl {
    font-size: 3.75rem;
  }
}
/* layout */
/* 
=======================
Base
=======================
*/
/* 
=======================
layout
=======================
*/
.wrapper {
  position: relative;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 130px;
  background: url("../img/footer-sp.webp") center bottom/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .wrapper {
    background: url("../img/footer-pc.webp") center bottom/contain no-repeat;
  }
}
.wrapper .hero {
  width: 100%;
}
.wrapper .hero__title {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wrapper .about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 980px;
  padding: 50px 26px 40px;
}
.wrapper .about__intro {
  position: absolute;
  transform: translateY(-50px);
}
.wrapper .about__ttl {
  text-align: center;
}
.wrapper .quest {
  background-color: #f7f5f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .wrapper .quest {
    padding: 60px 0 40px;
    gap: 20px;
  }
  .wrapper .quest .quest__txt {
    margin-bottom: 20px;
  }
}
.wrapper .quest__ttl {
  text-align: center;
}
.wrapper .quest__txt {
  text-align: center;
}
.wrapper .join {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 980px;
  padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .wrapper .join {
    padding: 60px 0 40px;
    gap: 20px;
  }
  .wrapper .join .join__txt {
    margin-bottom: 20px;
  }
}
.wrapper .join__ttl {
  text-align: center;
}
.wrapper .join__txt {
  text-align: center;
  margin: 0 10px;
}

.rewards {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  gap: 10px;
}
.rewards__ttl {
  height: 110px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .rewards__ttl {
    height: 184px;
    width: 510px;
  }
}
.rewards__ttl::before {
  content: "";
  display: block;
  background: url("../img/chara01.webp") center/contain no-repeat;
  height: 100%;
  width: 100%;
}
.rewards__ttl::after {
  content: "";
  display: block;
  background: url("../img/chara02.webp") center/contain no-repeat;
  height: 100%;
  width: 100%;
}
.rewards__contents {
  width: 100%;
}

.apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 980px;
  width: calc(100% - 40px);
  padding: 40px 20px 20px;
}
.apply::after {
  content: "";
  display: block;
  background: #f7f5f3;
  height: 2px;
  width: 100%;
  transform: translateY(10px);
}
@media screen and (min-width: 768px) {
  .apply::after {
    transform: translateY(20px);
  }
}
.apply__ttl {
  text-align: center;
}
.apply__contents {
  max-width: 500px;
  background: #f7f5f3;
  padding: 20px 20px 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.apply__contents > img {
  width: 260px;
}
@media screen and (min-width: 768px) {
  .apply__contents {
    flex-direction: row;
    background: none;
  }
  .apply__contents > * {
    width: 50%;
  }
}

.organization {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  max-width: 980px;
  gap: 10px;
}
.organization__companys {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  max-width: 980px;
  gap: 10px;
  width: 100%;
}
.contact__txt {
  text-align: center;
}/*# sourceMappingURL=main.css.map */