@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --px-vw: 0.2666666667vw;
  font-size: calc(var(--px-vw) * 10);
}
@media screen and (min-width: 768px) {
  :root {
    --px-vw: 0.0714285714vw;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --px-vw: 0.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  :root {
    --px-vw: 1px;
  }
}

body {
  line-height: 1.7307;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

h1,
h2,
h3 {
  margin: 0;
}

ol {
  margin: 0;
}

p {
  margin: 0;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

.app-main {
  position: relative;
  z-index: 1;
}
.app-footer {
  padding: 1em 0;
  background-color: rgb(246, 171, 0);
}
@media screen and (min-width: 768px) {
  .app-footer {
    padding: 2rem 0;
  }
}
.app-footer-copy {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .app-footer-copy {
    font-size: 1.4rem;
  }
}
.app-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(248, 248, 248);
  overflow: hidden;
}
.app-modal-scroller {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25em;
  border-radius: 2em;
  border: 0.1rem solid #000;
  color: inherit;
  text-decoration: none;
}

.button-2 {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  height: 2.75em;
  justify-content: center;
  border-radius: 2em;
  border: 0.1rem solid rgb(43, 183, 179);
  background-color: transparent;
  color: rgb(43, 183, 179);
}
.button-2.--dark {
  border-color: rgb(93, 97, 100);
  background-color: rgb(93, 97, 100);
  color: #fff;
}

.form {
  display: grid;
  gap: 1.5rem;
  padding: 4rem 2.5rem;
  border-radius: 1rem;
  background-color: rgb(228, 236, 236);
}
@media screen and (min-width: 768px) {
  .form {
    gap: 5rem;
    padding: 10rem;
  }
}
.form-heading {
  text-align: center;
}
.form-error {
  text-align: center;
  color: red;
  font-weight: bold;
}
.form-row-list {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form-row-list {
    gap: 3rem;
  }
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .form-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .form-col.--name {
    flex: none;
    padding-top: 0.5rem;
    width: 24rem;
  }
  .form-col.--input {
    flex: auto;
  }
}
.form-input {
  display: grid;
}
.form-input textarea,
.form-input input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em;
  font-size: 1.6rem;
  border: none;
}
@media screen and (min-width: 768px) {
  .form-input textarea,
.form-input input {
    padding: 0.75em;
  }
}
.form-input textarea {
  resize: none;
}
.form-input-error {
  color: red;
}
.form-input-name {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .form-input-name {
    justify-content: flex-end;
  }
}
.form-input-name-label {
  width: 4em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form-input-name-label {
    flex: none;
    font-size: 1.4rem;
  }
}
.form-terms {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .form-terms {
    font-size: 1.5rem;
  }
}
.form-button {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .form-button {
    width: 30rem;
    margin: auto;
    font-size: 1.8rem;
  }
}

.label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em 0;
  line-height: 1;
  font-weight: normal;
}
.label.--blue {
  background-color: rgb(43, 183, 179);
  color: #fff;
}

.table th {
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .table tr {
    display: block;
    padding: 3rem 0;
    border-bottom: 0.1rem solid rgb(228, 236, 236);
  }
  .table th {
    display: block;
  }
  .table td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .table th,
.table td {
    padding: 4rem 0;
  }
  .table th {
    width: 21rem;
    border-bottom: 0.1rem solid rgb(228, 236, 236);
  }
  .table td {
    border-bottom: 0.1rem solid rgb(228, 236, 236);
  }
}
.table__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.table__list-item {
  display: flex;
}
.table__list-item::before {
  flex: none;
  content: "・";
}

@-webkit-keyframes float {
  from {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(20%);
  }
}

@keyframes float {
  from {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(20%);
  }
}
.section-group {
  position: relative;
  z-index: 1;
}
.section-group.--company-a-access {
  display: grid;
  gap: 12rem;
  padding: 12rem 0;
  background-color: rgb(248, 248, 248);
}
@media screen and (min-width: 768px) {
  .section-group.--company-a-access {
    padding: 20rem 0;
  }
}
.section-group.--contact-a-privacy-policy {
  display: grid;
  gap: 3rem;
  padding: 10rem 0 3rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .section-group.--contact-a-privacy-policy {
    padding: 15rem 0 9rem;
    gap: 9rem;
  }
}

.section {
  position: relative;
  z-index: 1;
}
.section.--kv {
  z-index: 2;
  background-color: rgb(43, 183, 179);
}
.section.--intro {
  background-color: rgb(246, 171, 0);
}
.section-limiter {
  padding: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .section-limiter {
    max-width: 100rem;
    margin: auto;
    padding: 0 2.5rem;
  }
}
.section.--kv .section-limiter {
  padding: 0;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .section.--contact .section-limiter {
    max-width: 120rem;
  }
}
.content {
  display: grid;
  gap: 6rem;
}
@media screen and (min-width: 768px) {
  .content {
    gap: 8rem;
  }
}
.content-heading {
  margin: auto;
}
.content-heading.--company {
  margin-bottom: -3rem;
  width: 18rem;
}
@media screen and (min-width: 768px) {
  .content-heading.--company {
    width: 27.7rem;
  }
}
.content-heading.--access {
  width: 12.8rem;
}
@media screen and (min-width: 768px) {
  .content-heading.--access {
    width: 19.8rem;
  }
}
.content-heading.--contact {
  width: 17.2rem;
}
@media screen and (min-width: 768px) {
  .content-heading.--contact {
    width: 26.4rem;
  }
}
.content-heading.--privacy-policy {
  width: 27.3rem;
}
@media screen and (min-width: 768px) {
  .content-heading.--privacy-policy {
    width: 42rem;
  }
}
.content-heading img {
  width: 100%;
}
.kv {
  --arrow-bottom: -3.55rem;
  position: relative;
  z-index: 1;
  display: grid;
  justify-content: center;
  align-items: center;
  height: calc(100vh + var(--arrow-bottom));
}
@media screen and (min-width: 768px) {
  .kv {
    --arrow-bottom: -7rem;
  }
}
.kv-logo {
  position: relative;
  z-index: 3;
  width: 15.9rem;
  height: 15.6rem;
}
@media screen and (min-width: 768px) {
  .kv-logo {
    width: 26rem;
    height: 26rem;
  }
}
.kv-logo img {
  width: 100%;
}
.kv-arrow-container {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: 0;
  bottom: var(--arrow-bottom);
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  background-color: rgb(43, 183, 179);
  -webkit-mask-image: url(/assets/svg/mask-bg-kv-sp.svg);
          mask-image: url(/assets/svg/mask-bg-kv-sp.svg);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
}
@media screen and (min-width: 768px) {
  .kv-arrow-container {
    -webkit-mask-image: url(/assets/svg/mask-bg-kv-pc.svg);
            mask-image: url(/assets/svg/mask-bg-kv-pc.svg);
  }
}
.kv-arrow {
  width: 3.15rem;
  -webkit-animation-name: float;
          animation-name: float;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media screen and (min-width: 768px) {
  .kv-arrow {
    width: 4.422rem;
  }
}
.kv-arrow img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.intro {
  display: grid;
  justify-items: center;
  padding: 12rem 0;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 16rem 0;
    gap: 6rem;
  }
}
.intro__heading {
  display: grid;
  justify-items: center;
  gap: 1.3333333333rem;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  font-size: 2.1666666667rem;
}
@media screen and (min-width: 768px) {
  .intro__heading {
    gap: 2rem;
    font-size: 3.25rem;
  }
}
.intro__heading-img {
  width: 29.6rem;
}
@media screen and (min-width: 768px) {
  .intro__heading-img {
    width: 47.3rem;
  }
}
.intro__heading-img img {
  vertical-align: middle;
  width: 100%;
}
.intro__text {
  line-height: 2.4;
  text-align: center;
  font-size: 1.3333333333rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .intro__text {
    font-size: 2rem;
  }
}
.intro__text-list {
  display: grid;
  justify-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .intro__text-list {
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .access-map-info {
    display: flex;
    align-items: flex-end;
  }
}
.access-map-info-text {
  flex: auto;
}
.access-map-info-button {
  flex: none;
  width: 20rem;
}
.access-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 76.923%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .access-map {
    margin-top: 3rem;
    padding-top: 50%;
  }
}
.access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.access-map-button {
  width: 14.5rem;
  margin: 2.5rem auto 0;
}

.privacy-policy-modal-opener {
  cursor: pointer;
  text-align: center;
}
.privacy-policy-modal-opener-text {
  text-decoration: underline;
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy-modal-opener-text {
    font-size: 1.6rem;
  }
}

.privacy-policy-modal-stocker {
  display: none;
}

.privacy-policy-container {
  padding: 12rem 0 6rem;
  background-color: rgb(248, 248, 248);
}
@media screen and (min-width: 768px) {
  .privacy-policy-container {
    padding: 19rem 0 8rem;
  }
}

.privacy-policy {
  display: grid;
  gap: 3rem;
  padding: 0 2.3rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy {
    gap: 8rem;
    padding: 0;
    max-width: 104rem;
    margin: auto;
  }
}
.privacy-policy-term-list {
  display: grid;
  gap: 6rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy-term-list {
    gap: 20rem;
  }
}
.privacy-policy-term {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy-term {
    gap: 4rem;
  }
}
.privacy-policy-term-body {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy-term-body {
    gap: 4rem;
  }
}
.privacy-policy-term-p.--align-right {
  text-align: right;
}
.privacy-policy-term-ol {
  display: grid;
  gap: 2rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy-term-ol {
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .privacy-policy-button {
    width: 30rem;
    margin: auto;
    font-size: 1.8rem;
  }
}

.u-sp-show {
  display: block;
}
.u-sp-show-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-sp-show {
    display: none;
  }
  .u-sp-show-inline {
    display: none;
  }
}
.u-sp-hide {
  display: none;
}
.u-sp-hide-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sp-hide {
    display: block;
  }
  .u-sp-hide-inline {
    display: inline;
  }
}

.u-pc-show {
  display: none;
}
.u-pc-show-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-show {
    display: block;
  }
  .u-pc-show-inline {
    display: inline;
  }
}
.u-pc-hide {
  display: block;
}
.u-pc-hide-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-pc-hide {
    display: none;
  }
  .u-pc-hide-inline {
    display: none;
  }
}