@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: unset;
  color: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") right 0.75rem center/16px 12px;
  background-repeat: no-repeat;
}

input, textarea {
  border: unset;
}
input:focus-visible, textarea:focus-visible {
  outline: unset;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c2c2c2;
  font-weight: normal;
}
input::placeholder, textarea::placeholder {
  color: #c2c2c2;
  font-weight: normal;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
  background: unset;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
}

.eff {
  opacity: 0;
  transition: all 0.5s;
}
.eff.slidein-left {
  transform: translate(-75%, 0);
}
.eff.slidein-right {
  transform: translate(75%, 0);
}
.eff.slidein-up {
  transform: translate(0, -75%);
}
.eff.slidein-bottom {
  transform: translate(0, 100px);
}
.eff.fly-top-r {
  transform: translate(100px, -100px);
}
.eff.fly-top-l {
  transform: translate(-100px, -100px);
}
.eff.fly-bottom-r {
  transform: translate(100px, 100px);
}
.eff.rotate {
  transform: rotate(-180deg);
  transition: all 1s;
}
.eff.scale {
  scale: 0;
}
.eff.scrollin {
  transform: translate(0, 0);
  opacity: 1;
  scale: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #232323;
  line-height: 1.4;
  font-size: clamp(12px, 4px + 2.86vw, 16px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  background: url("../img/top/body-bg.png") repeat, #F2F6E6;
  background-blend-mode: darken, normal;
}
body.ready {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(16px, 12.44px + 0.46vw, 18px);
  }
}

.container {
  max-width: 982px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline-block;
  }
}

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

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

p {
  line-height: 1.9;
}

.header__logo {
  max-width: 261px;
  width: 100%;
  display: flex;
  position: absolute;
  top: clamp(15px, -20.56px + 4.63vw, 35px);
  left: clamp(15px, -75.67px + 11.81vw, 66px);
  z-index: 2;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 33.6vw !important;
  }
}

#page-top .header__logo {
  max-width: clamp(180px, -225px + 27vw, 261px);
}

.footer {
  background: url("../img/top/footer-bg.png") no-repeat center/cover;
  padding: clamp(60px, 31.83px + 10.06vw, 109px) 0 169px;
}
.footer__logo {
  max-width: clamp(260px, 105.33px + 20.14vw, 347px);
  display: flex;
  margin: 0 auto 0;
}
.footer__list {
  font-size: clamp(14px, 12.85px + 0.41vw, 16px);
  margin: 30px 0 20px;
}
.footer__list-item:first-child {
  color: var(--primary-color);
}
.footer__list-item:last-child {
  font-size: clamp(12px, 8.44px + 0.46vw, 14px);
  font-weight: 400;
}
.footer__list-item a {
  font-size: clamp(26px, 18.89px + 0.93vw, 30px);
  font-weight: 900;
}
.footer__link {
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}
.footer__link:hover {
  text-decoration: underline;
}

#page-top .footer {
  margin-top: -472px;
}

:root {
  --primary-color: #46AF52;
  --secondary-font: "MOBO";
}

main {
  overflow: hidden;
}

.list__stl,
.note__stl {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
.list__stl::before,
.note__stl::before {
  content: "・";
  position: absolute;
  left: 0;
}

.note__stl::before {
  content: "※";
}

.btn__primary {
  padding: clamp(12px, 7.98px + 1.44vw, 19px) clamp(20px, 2.75px + 6.16vw, 50px);
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: clamp(14px, 9.4px + 1.64vw, 22px);
  font-weight: 900;
  border: 3px solid #15591D;
  box-shadow: 0px 4px 0px 0px #15591D;
  border-radius: 99px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn__primary::after {
  content: "";
  min-width: 30px;
  aspect-ratio: 1;
  background: url("../img/top/btn-icon.svg") no-repeat center/contain;
  display: inline-block;
}
.btn__primary:hover {
  box-shadow: unset !important;
  transform: translateY(4px) !important;
}

h2 .en {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: clamp(36px, 11.11px + 3.24vw, 50px);
}
h2 .en span {
  margin-inline: 20px;
}
h2 .en::before, h2 .en::after {
  content: "";
  min-width: 28px;
  aspect-ratio: 0.88;
  background: url("../img/top/h2-icon.svg") no-repeat center/contain;
  display: inline-block;
  transform: translateY(-0.05em);
}
h2 .ja {
  font-weight: 900;
}

.to__top {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 9;
  display: none;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.btn__line {
  position: fixed;
  z-index: 9;
  color: #fff;
  font-weight: 900;
  transition: 0.3s;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
.btn__line:hover {
  filter: drop-shadow(0px 4px 6px black);
}
.btn__line span {
  display: block;
  margin-bottom: 2px;
}
.btn__line::before {
  content: "";
  min-width: 35px;
  aspect-ratio: 1.06;
  background: url("../img/top/line-icon.svg") no-repeat center/contain;
  display: inline-block;
}
.btn__line.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .to__top {
    bottom: 10px;
    right: 60px;
  }
  .btn__line {
    border-radius: 50%;
    bottom: 80px;
    right: 15px;
    font-size: 14px;
    aspect-ratio: 1;
    width: 150px;
    background: url("../img/top/btn-line-bg.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .btn__line {
    display: flex;
    background: #46AF52;
    padding: 10px 20px 10px;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 300px;
    width: 100%;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 99px;
  }
  .btn__line span {
    flex: 1;
  }
  .btn__line::after {
    transform: rotate(-90deg);
  }
}
.line {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}
.line__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.line__content {
  position: absolute;
  max-width: 836px;
  width: calc(100% - 30px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: url("../img/top/line-bg.png") no-repeat center/cover;
  padding: 86px clamp(15px, -55.4px + 17.6vw, 103px) 112px;
}
.line__content::after {
  content: "";
  min-width: 229px;
  aspect-ratio: 1.47;
  background: url("../img/top/line-fairy.png") no-repeat center/contain;
  display: inline-block;
  position: absolute;
  bottom: 56px;
  right: clamp(10px, -13.11px + 3.01vw, 23px);
  min-width: clamp(50px, -52.92px + 36.76vw, 229px);
}
.line__content-close {
  aspect-ratio: 1;
  min-width: 35px;
  background: url("../img/top/line-close.svg") no-repeat center/contain;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.3s;
}
.line__content-close:hover {
  filter: contrast(0.3);
}
.line__content h2 {
  font-size: clamp(21px, 8.56px + 1.62vw, 28px);
  font-weight: 900;
}
.line__content p {
  margin: 30px 0;
  line-height: 1.6;
  letter-spacing: normal;
}
.line__content p span {
  color: var(--primary-color);
}
.line__content a {
  background: #00BA00;
  display: block;
  padding: 15px 30px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  transition: 0.3s;
}
.line__content a:hover {
  filter: drop-shadow(0px 5px 3px #000);
}
.line__content .desc {
  font-weight: 700;
}
.line.show {
  opacity: 1;
  visibility: visible;
}

.sub__main {
  font-weight: 700;
  padding: 30px 0;
  margin-top: 20.27vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sub__main {
    margin-top: clamp(134px, 52.22px + 10.65vw, 180px);
  }
}

.thanks__banner {
  text-align: center;
}

.privacy__content {
  padding: 100px 0;
  text-align: left;
}
.privacy__content p {
  margin-bottom: 35px;
}
.privacy__content p span {
  font-weight: 700;
}
.privacy__content h3 {
  font-weight: 800;
  margin: 35px 0 20px;
  color: var(--primary-color);
}
.privacy__content ol {
  list-style: decimal;
  padding: 20px 0 0 25px;
}
.privacy__content ol li + li {
  margin-top: 15px;
}
.privacy__content .fBold {
  font-weight: 800;
}

.company__content .container {
  max-width: 600px;
}
.company__content dl {
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--primary-color);
}
.company__content dl:first-child {
  border-top: solid 1px var(--primary-color);
}
.company__content dl dt {
  min-width: clamp(90px, 55.5px + 12.32vw, 150px);
  font-weight: bold;
  color: var(--primary-color);
  padding: 20px 20px;
  border-left: solid 1px var(--primary-color);
  border-right: solid 1px var(--primary-color);
  align-self: stretch;
  display: flex;
  align-items: center;
}
.company__content dl dd {
  padding: 20px 20px;
  align-self: stretch;
  flex: 1;
  border-right: solid 1px var(--primary-color);
}

.wrap-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

h1 .en {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: clamp(36px, 11.11px + 3.24vw, 50px);
}
h1 .en span {
  margin-inline: 20px;
}
h1 .en::before, h1 .en::after {
  content: "";
  min-width: 28px;
  aspect-ratio: 0.88;
  background: url("../img/top/h2-icon.svg") no-repeat center/contain;
  display: inline-block;
  transform: translateY(-0.05em);
}
h1 .ja {
  font-weight: 900;
}