@charset "UTF-8";
:root {
  --font-family-base: Noto Sans JP, sans-serif;
  --font-weight-base: 400;
  --lineheight-base: 1.5;
  --font-size-base: 1.4rem;
  --cl-primary: #2FAE00;
  --cl-warning: #FFFF01;
  --cl-secondary: #27883A;
  --input-border-color: #e6e6e6;
  --input-border-width: 0.1rem;
  --input-font-size: 14px;
  --input-font-weight: 400;
  --input-background: #fff;
}
@media (min-width: 768px) {
  :root {
    --font-size-base: 1.6rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 2.6666666667vw;
}
@media (min-width: 768px) {
  html {
    font-size: 0.9803921569vw;
  }
}
@media (min-width: 1020px) {
  html {
    font-size: 10px;
  }
}
html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #1E1E1E;
  margin: 0;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-base);
  font-size: var(--font-size-base);
  line-height: var(--lineheight-base);
  text-align: left;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ol,
ul,
dl {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: 400;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.container {
  margin: auto;
  max-width: 129rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.inner {
  max-width: 98.5rem;
  margin-inline: auto;
}

.btn {
  display: inline-flex;
  color: #1E1E1E;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.6;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn--arrow {
  color: var(--cl-primary);
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 25, 163, 0.35);
  cursor: pointer;
  font-size: 2rem;
  min-height: 4.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .btn--arrow {
    padding-inline: 3.3rem;
    font-size: 2.4rem;
    min-height: 7rem;
  }
}
@media (max-width: 767px) {
  .btn--arrow {
    width: 100%;
    padding-inline: 3.7rem;
  }
}
.btn--arrow:after {
  content: "";
  aspect-ratio: 1;
  background: var(--cl-primary) url(../images/icon_arrow_02.png) no-repeat center right 0.7rem;
  border-radius: 50%;
  width: 2.8rem;
  background-size: 1.1rem;
}
@media (min-width: 768px) {
  .btn--arrow:after {
    background-position: center right 0.8rem;
    width: 3rem;
    background-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .btn--arrow:after {
    position: absolute;
    right: 0.9rem;
  }
}

.p-header {
  position: relative;
  max-width: 140rem;
  margin-inline: auto;
}
.p-header__logo {
  position: absolute;
  z-index: 12;
  left: 50%;
  top: 0;
  background-color: #FF7F00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  white-space: nowrap;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 0.5rem 1.7rem;
  font-size: 1.4rem;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .p-header__logo {
    border-radius: 0 0 min(1.0714285714vw, 15px) min(1.0714285714vw, 15px);
    left: min(5vw, 70px);
    padding: min(0.3571428571vw, 5px) min(1.4285714286vw, 20px);
    min-width: min(32.2857142857vw, 452px);
    font-size: min(1.7142857143vw, 24px);
    box-shadow: min(0.3571428571vw, 5px) min(0.3571428571vw, 5px) min(0.2142857143vw, 3px) rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .p-header__logo {
    transform: translateX(-50%);
  }
}

.hamburger-box {
  border-left: 0.1rem solid #e6e6e6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: auto;
  height: 7rem;
  width: 7rem;
  z-index: 1100;
}
.hamburger-box.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger-box.is-active .hamburger-inner:before {
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
  top: 0;
}
.hamburger-box.is-active .hamburger-inner:after {
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:after, .hamburger-inner:before, .hamburger-inner {
  width: 2.8rem;
  height: 0.2rem;
  background-color: #000;
  transition: transform 0.15s ease;
  border-radius: 1.5px;
}

.hamburger-inner {
  position: relative;
  display: block;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger-inner:before {
  position: absolute;
  top: -0.8rem;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger-inner:after {
  position: absolute;
  bottom: -0.8rem;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-footer {
  background-color: #fff;
  text-align: center;
  padding-block: 2rem 10rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-footer {
    padding-block: 6rem 9rem;
  }
}
@media (max-width: 767px) {
  .p-footer {
    border-top: 1px solid #C3C3C3;
  }
}
.p-footer__nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-footer__nav {
    gap: 3.2rem;
    margin-bottom: 6rem;
    font-size: 1.6rem;
  }
}
.p-footer__nav a {
  transition: all 0.3s ease-in-out;
}
.p-footer__nav a:hover {
  color: #0189FF;
}
.p-footer__txt, .p-footer__copyright {
  color: #666;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-footer__txt, .p-footer__copyright {
    font-size: 1.4rem;
  }
}
.p-footer__txt {
  margin-bottom: 1rem;
}

.form-control {
  background-color: var(--input-background);
  background-clip: padding-box;
  border: var(--input-border-width) solid var(--input-border-color);
  color: #000;
  display: block;
  font-family: var(--font-family-base);
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  line-height: 1.5;
  padding: 0.5rem 1rem;
  width: 100%;
  height: 6rem;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-control::-moz-placeholder {
  color: #e6e6e6;
  opacity: 1;
}
.form-control::placeholder {
  color: #e6e6e6;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #1E1E1E;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.table {
  width: 100%;
}

.hline01 {
  background-color: var(--cl-warning);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
  margin-bottom: 2.6rem;
  margin-block: 7rem 2.6rem;
}
@media (min-width: 768px) {
  .hline01 {
    margin-inline: -0.8rem;
    min-height: 4rem;
    margin-block: 14rem 4.7rem;
  }
}
.hline01 img {
  width: 100%;
}
@media (min-width: 768px) {
  .hline01 img {
    width: auto;
    height: 4.6rem;
  }
}

.nospace::before, .nospace::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.nospace::before {
  margin-block-end: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
.nospace::after {
  margin-block-start: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}

.byte {
  font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

@media (max-width: 767px) {
  .byte-sp {
    font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
  }
}

.c-bg {
  margin-top: -2px;
  position: relative;
  z-index: 1;
  background-size: auto 100%;
  padding-bottom: 9.5rem;
  background: linear-gradient(to bottom, #59C70F, #9CEC79);
}
.c-bg::before, .c-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.c-bg::before {
  background: url(../images/bg_overlay.png) repeat;
  z-index: -1;
  left: 0;
  opacity: 0.35;
}
.c-bg::after {
  max-width: 1273px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: 1;
  background-image: linear-gradient(#CDE9FF 1px, transparent 1px), linear-gradient(90deg, #CDE9FF 1px, transparent 1px);
  background-size: 24px 24px;
  border: 1px solid #CDE9FF;
  border-width: 0 1px;
}
.c-bg .container {
  position: relative;
  z-index: 3;
}

.hover {
  transition: opacity 0.25s ease-in-out;
}
.hover:hover {
  opacity: 0.8;
}

.p-mv {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .p-mv {
    background: linear-gradient(to top, #54a812, #d3f39a, #d3f39a);
    height: min(56.2857142857vw, 788px);
  }
}
@media (min-width: 768px) {
  .p-mv::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    background: url(../images/bg_overlay.png) repeat center;
    z-index: -1;
    left: 0;
    opacity: 0.35;
  }
}
.p-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1920px) {
  .p-mv img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.p-mv__txt {
  letter-spacing: 0.05em;
  right: 0;
  left: 0;
  color: #fff;
  text-align: right;
  position: absolute;
  margin-inline: auto;
  font-size: 1rem;
  bottom: 0.4rem;
  width: 100%;
  padding-right: 10.3rem;
}
@media (min-width: 768px) {
  .p-mv__txt {
    font-size: min(1.2857142857vw, 18px);
    bottom: 1.3rem;
    max-width: min(100vw, 1400px);
    padding-right: min(22.0714285714vw, 309px);
    line-height: 1.4444444444;
  }
}

.p-intro {
  background-color: #fff;
  padding-block: 2.6rem 3rem;
}
@media (min-width: 768px) {
  .p-intro {
    padding-block: 4.8rem 5.4rem;
  }
}
.p-intro__content {
  width: 100%;
}
@media (min-width: 768px) {
  .p-intro__content {
    max-width: 100rem;
    text-align: center;
    margin-inline: auto;
  }
}

.p-download {
  position: relative;
  text-align: center;
  padding: 2rem 0 2.7rem;
  margin-bottom: 5.4rem;
}
@media (min-width: 768px) {
  .p-download {
    padding-block: 4rem 7rem;
    margin-bottom: 9.5rem;
  }
}
.p-download::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.6;
}
.p-download__ttl {
  font-weight: bold;
  text-align: center;
  color: var(--cl-primary);
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-download__ttl {
    letter-spacing: 0.05em;
    font-size: 3.4rem;
    line-height: 1.8823529412;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-download__ttl {
    margin-inline: -0.8rem;
  }
}
.p-download__flow {
  display: flex;
  gap: 9rem;
}
@media (max-width: 767px) {
  .p-download__flow {
    gap: 5.4rem;
    flex-direction: column;
  }
}
.p-download__flow-item {
  background-color: #fff;
  border: 0.2rem solid var(--cl-primary);
  position: relative;
  padding: 0 2rem 2rem;
}
@media (min-width: 768px) {
  .p-download__flow-item {
    border-width: 0.3rem;
    flex: 1 1;
    padding: 0 2.4rem 2.4rem;
  }
}
.p-download__flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 4rem;
  width: 10.8rem;
  background: url(../images/arrow_icon_down.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .p-download__flow-item:not(:last-child)::after {
    background-image: url(../images/arrow_icon.svg);
    top: 50%;
    width: 6.9rem;
    height: 16.7rem;
    transform: translateY(-50%);
    left: calc(100% + 1.5rem);
  }
}
@media (max-width: 767px) {
  .p-download__flow-item:not(:last-child)::after {
    left: 50%;
    top: calc(100% + 1rem);
    transform: translateX(-50%);
  }
}
.p-download__flow-ttl {
  font-size: 2.8rem;
  margin-inline: -1.5rem;
  margin-block: 0.8rem;
}
@media (min-width: 768px) {
  .p-download__flow-ttl {
    font-size: 3.5rem;
    margin-block: 1.5rem;
  }
}
.p-download__flow-ttl.--primary {
  color: var(--cl-primary);
  font-weight: bold;
}

.p-video {
  margin-bottom: 8.5rem;
}
@media (min-width: 768px) {
  .p-video {
    margin-bottom: 14rem;
  }
}
.p-video__ttl {
  width: 100%;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .p-video__ttl {
    margin-bottom: 1rem;
    margin-left: 4.8rem;
    max-width: 67.8rem;
  }
}
.p-video__box {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-video__box {
    margin-bottom: 3rem;
    max-width: 70.2rem;
    margin-inline: auto;
  }
}
.p-video__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0.4rem;
  aspect-ratio: 16/9;
  width: 100%;
}
@media (min-width: 768px) {
  .p-video__video {
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 767px) {
  .p-video__video {
    padding-inline: 0.9rem;
  }
}
.p-video__video img,
.p-video__video video,
.p-video__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-video__txt {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-video__txt {
    font-size: 2.4rem;
  }
}
.p-video__note {
  margin-top: 0.8rem;
  line-height: 1.7142857143;
  text-align: center;
}
@media (min-width: 768px) {
  .p-video__note {
    margin-top: 1.5rem;
    line-height: 1.75;
  }
}

@media (min-width: 768px) and (max-width: 1259px) {
  .p-route.--resize {
    margin-right: 8rem;
  }
  .p-route.--resize .p-route__wrap {
    padding-right: 2rem;
  }
}
.p-route__wrap {
  background: #fff;
  border: 3px solid var(--cl-primary);
  position: relative;
  padding: 1.5rem 1rem 2rem;
}
@media (min-width: 768px) {
  .p-route__wrap {
    padding-block: 3.5rem 3rem;
    text-align: center;
  }
}
.p-route__ttl {
  font-weight: bold;
  color: var(--cl-primary);
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-route__ttl {
    font-size: 4.4rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .p-route__ttl {
    padding-left: 10.3rem;
    margin-right: -1.6rem;
  }
}
.p-route__txt {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-route__txt {
    letter-spacing: 0.05em;
    font-size: 2.4rem;
    line-height: 1.8333333333;
  }
}
@media (max-width: 767px) {
  .p-route__txt {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .p-route__txt.--smallsp {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-route__txt:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .p-route__txt:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-route__highlight {
  background: linear-gradient(to top, #FFEB00 0.7rem, transparent 0.7rem);
}
.p-route__btn {
  background: #00A0E9;
  border: 2px solid #0189FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  border-radius: 5rem;
  width: 100%;
  transition: 0.2s ease;
  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.32), inset 0.3rem 0.3rem 1rem rgba(255, 255, 255, 0.8);
  padding: 0.2rem 0.5rem;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  min-height: 6.7rem;
}
@media (min-width: 768px) {
  .p-route__btn {
    letter-spacing: 0.05em;
    padding: 0.2rem 2rem;
    margin-bottom: 2rem;
    min-height: 7.1rem;
    font-size: 3rem;
    margin-inline: auto;
    max-width: 68.6rem;
  }
}
.p-route__small {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .p-route__small {
    font-size: 1.8rem;
  }
}
.p-route__img {
  position: absolute;
  top: -13rem;
}
@media (min-width: 768px) {
  .p-route__img {
    top: 50%;
    transform: translateY(-50%);
    width: 20.6rem;
    left: calc(100% - 6rem);
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .p-route__img {
    width: 18rem;
    left: calc(100% - 5rem);
  }
}
@media (max-width: 767px) {
  .p-route__img {
    right: -0.2rem;
    width: 10.5rem;
    z-index: -1;
  }
}
.p-route__box {
  font-weight: 500;
  position: relative;
  padding-bottom: 6.5rem;
}
@media (min-width: 768px) {
  .p-route__box {
    padding-bottom: 3rem;
  }
}
.p-route__icon {
  position: absolute;
}
.p-route__icon.--icon01 {
  width: 8.8rem;
  left: 0.5rem;
  top: 1.3rem;
}
@media (min-width: 768px) {
  .p-route__icon.--icon01 {
    width: 16.5rem;
    left: 5.5rem;
    top: 45%;
  }
}
.p-route__icon.--icon02 {
  width: 11rem;
  right: 1rem;
  bottom: 1rem;
}
@media (min-width: 768px) {
  .p-route__icon.--icon02 {
    width: 21.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
.p-route .btn--arrow {
  border: 1px solid #35AB00;
}

.c-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-list-dots > li {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
@media (min-width: 768px) {
  .p-list-dots > li {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-list-dots > li::before {
  content: "・";
}

.p-list-number {
  counter-reset: item-number;
  padding-left: 1.5rem;
}
.p-list-number > li {
  counter-increment: item-number;
  text-indent: -1.5rem;
}
.p-list-number > li::before {
  content: "（" counter(item-number) "）";
}

.page-top {
  position: fixed;
  z-index: 12;
  cursor: pointer;
  width: 5.6rem;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .page-top {
    width: 7.9rem;
    right: 2rem;
    bottom: 2rem;
  }
}

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

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
