@charset "UTF-8";
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;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "noto Sans JP", "メイリオ", "Meiryo";
  color: #444444;
  background-color: #ffffff;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-align: center;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #444444;
  cursor: pointer;
}

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

.button-stn {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  border-radius: 8px;
  background-color: #fad834;
}
.button-stn:hover {
  opacity: 0.5;
}
@media (max-width: 600px) {
  .button-stn {
    font-size: 1.6rem;
  }
}

.lp-wrap {
  width: 74rem;
  max-width: 100%;
  margin: auto;
}

.section__inner {
  width: 68rem;
  max-width: 100%;
  margin: auto;
}

.qa {
  width: 74rem;
  max-width: 100%;
  margin: auto;
  background-color: #000000;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
  padding-bottom: 5.2rem;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .qa {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 3rem;
  }
}

.accordion {
  font-size: 3.4rem;
  font-size: clamp(1.6rem, 2vw + 1rem, 3.4rem);
  text-align: left;
}

.accordion__item {
  background-color: #1F1F1F;
  margin-bottom: 2rem;
}

.accordion__title {
  color: #ffffff;
  padding-top: 2rem;
  padding-right: 8.8%;
  padding-left: 4.4%;
  padding-bottom: 3.8rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.accordion__title::before, .accordion__title::after {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 3px;
  background-color: #ffffff;
  top: 45%;
  right: 4%;
}
@media (max-width: 600px) {
  .accordion__title::before, .accordion__title::after {
    width: 2rem;
    height: 2px;
  }
}
.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.accordion__title.open::before {
  transform: rotate(180deg);
}

.accordion__title.open::after {
  opacity: 0;
  transform: rotate(180deg);
}

.accordion__content {
  background-color: #ffffff;
  color: #000000;
  padding-top: 2rem;
  padding-right: 4.4%;
  padding-bottom: 2rem;
  padding-left: 4.4%;
  box-sizing: border-box;
  display: none;
}

.accordion__content.is-open {
  display: block;
}

.access {
  padding-bottom: 5rem;
  background-color: #EAEEF6;
}

.access__info {
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}

.access__building {
  margin-bottom: 3rem;
}

.table-tr {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.table-th {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.8rem);
  color: #ffffff;
  background-color: #0A132B;
  width: 17.4rem;
  text-align: center;
  margin-bottom: 2.6rem;
}
@media (max-width: 600px) {
  .table-th {
    width: 12rem;
  }
}

.table-td {
  font-size: clamp(2.25rem, 2vw + 1rem, 3.6rem);
  margin-bottom: 2.8rem;
}

.fixed-button {
  width: 100%;
  max-width: 74rem;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.fixed-button__inner {
  width: 90%;
  margin: auto;
}

.footer {
  width: 74rem;
  max-width: 100%;
  margin: auto;
}

.contact {
  background-color: #000000;
}

.crmWebToEntityForm {
  color: #ffffff;
  max-width: 100%;
}

.zcwf_title {
  display: none;
}

.zcwf_row {
  display: flex;
}
@media (max-width: 600px) {
  .zcwf_row {
    flex-direction: column;
  }
}

.form-label {
  font-size: 2.4rem;
  color: #ffffff;
}

.form-input {
  font-size: 2.4rem;
  width: 100%;
}

.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
  width: 100%;
  border: 1px solid #ccc !important;
  resize: vertical;
  border-radius: 2px;
  float: left;
}

.zcwf_lblLeft .zcwf_col_fld {
  float: left;
  width: 100%;
  padding: 0px 6px 0px;
  position: relative;
  margin-top: 5px;
  text-align: center;
}

.zcwf_col_lab-no {
  display: none;
}

@media (max-width: 600px) {
  .zcwf_col_fld {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */