@charset "UTF-8";
/* reset css
------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, nav, footer, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  line-height: 1;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0%;
}

/* common setting
------------------------------------------------------------------*/
img {
  max-width: 100%;
  padding: 0px;
  margin: 0;
  border: none;
  line-height: 0%;
  vertical-align: none !important;
}

body {
  height: 100%;
  width: 100%;
  color: #666;
  line-height: 1.7;
  background: #fff;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.red {
  color: #FF7272;
}

@media (min-width: 640px) {
  .spOnly {
    display: none;
  }
}

.smoothScroll {
  scroll-margin-top: 70px;
}

.bg-grid {
  background: url(/assets/images/grid.png) center center/24px 24px repeat rgb(150, 215, 90);
}

.wrapper {
  position: absolute;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapperInner {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.wrapperInner::-webkit-scrollbar {
  display: none;
}
/*-- footer ------------*/
footer {
  width: 100%;
  padding: 24px 80px 40px;
  background-color: #7BC736;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  footer {
    font-size: 10px;
    padding: 48px 2vw 20px;
  }
}
@media (min-width: 900px) and (min-height: 1366px) {
  footer {
    position: absolute;
    bottom: 0;
  }
}
footer a {
  color: #FFFFFF;
}
footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  footer > div {
    display: block;
  }
}
footer > div p {
  margin-right: 24px;
  width: 88px;
}
@media (max-width: 768px) {
  footer > div p {
    width: 55px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
  }
}
footer > div p svg {
  aspect-ratio: 88/40;
}
footer > div p small {
  display: block;
  padding-top: 4px;
  line-height: 1;
}
@media (max-width: 768px) {
  footer > div p small {
    padding-top: 6px;
    font-size: 8px;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 24px;
}
@media (max-width: 768px) {
  footer ul {
    gap: 24px 3vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  padding-right: 4px;
  background: url(/assets/images/icon_arrow_white.svg) no-repeat;
  background-size: contain;
}

/* Content
------------------------------------------------------------------*/
.wrapperInner > div {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 16px;
}
.page-title {
  text-align: center;
  margin-bottom: 20px;
}
.page-title span {
  display: block;
}
.page-title span:last-of-type {
  color: #FF7272;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.content {
  margin-top: 16px;
}
.content .note {
  margin: 20px auto 28px;
  padding: 16px;
  border: 1px solid #FF7272;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
}
.content .note dl + dl {
  margin-top: 16px;
}
.content .note dl dt {
  font-weight: bold;
}
.content .note dl dd span {
  font-size: 12px;
  display: block;
}
.button {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #FF7272;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.button::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  padding-right: 8px;
  background: url(/assets/images/icon_arrow_white.svg) no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .button:hover {
    background: #FF5252;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}