@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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  position: relative;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #181818;
  background: #fff;
  line-break: strict;
}
body * {
  box-sizing: border-box;
}
body img {
  max-width: 100%;
  height: auto;
}

#content {
  overflow: hidden;
}

#header-container {
  background: #181818;
  color: #fff;
}
@media (max-width: 1024px) {
  #header-container {
    display: none;
  }
}

#header-container-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1600px;
  max-width: calc(100% - 10px * 2);
  margin-inline: auto;
}

.mobile-menu-buttons .menu-button > a {
  line-height: 1.4;
}

.header {
  background: transparent none;
  width: 400px;
}
.header h1 a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  padding-block: 1rem;
}

.navi {
  background: transparent none;
}

#navi-in {
  width: 100%;
}
#navi-in a {
  color: #fff;
}
#navi-in a:hover {
  background: transparent;
  transform: translateY(-5px);
}

.content-footer {
  margin-block: 2rem;
  display: flex;
}
@media (max-width: 768px) {
  .content-footer {
    flex-direction: column;
  }
}
.content-footer h3 {
  flex-shrink: 0;
  margin: 3px;
  margin-right: 2rem;
  background: #181818;
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .content-footer h3 {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.content-footer .sc-industries-terms li {
  display: inline-block;
}
.content-footer .sc-industries-terms a {
  display: block;
  margin: 3px;
  padding: 0 5px;
  border: solid 1px #181818;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.9375rem;
  color: #181818;
  text-align: center;
  transition: 0.4s;
}
.content-footer .sc-industries-terms a:hover {
  transform: translateY(-5px);
}

#footer {
  background: #181818;
  color: #fff;
}

.footer-contents {
  width: 1600px;
  max-width: calc(100% - 10px * 2);
  margin-inline: auto;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.footer-contents h2 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding-block: 1rem;
}
.footer-contents a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-contents {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-contents h2 {
    font-size: 1.5rem;
  }
}

.footer-nav {
  font-size: 0.9375rem;
}
.footer-nav a {
  color: #e0e0e0;
}
.footer-nav a:hover {
  color: #fff;
}

.footer-nav-flex {
  display: flex;
}
.footer-nav-flex > div {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .footer-nav-flex {
    flex-direction: column;
  }
  .footer-nav-flex > div {
    margin-bottom: 2rem;
  }
}

.footer-sns h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-sns h2 {
    text-align: left;
  }
}
.footer-sns ul {
  display: flex;
}
.footer-sns ul li {
  margin-inline: 1rem;
}
.footer-sns ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.footer-sns ul li a:hover {
  transform: translateY(-5px);
}
.footer-sns ul i {
  text-align: center;
  font-size: 3rem;
}
.footer-sns ul span {
  display: block;
  font-size: 0.75rem;
}

.footer-copy {
  text-align: center;
  font-size: 0.875rem;
}

#breadcrumb {
  display: none;
}

#content {
  margin-top: 0;
  background: #E6E6E6;
  overflow: hidden;
}

#main {
  background: transparent;
  padding-top: 0;
}

#footer {
  margin-top: 0;
}

#page-header {
  background: #fff;
  position: relative;
  padding-block: 3rem 1rem;
}
#page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  z-index: -1;
}
#page-header h2 {
  font-size: 2rem;
}
#page-header h2 span {
  display: block;
  font-size: 1.25rem;
}

#page-content {
  padding-top: 2rem;
}
#page-content > .wp-block-group {
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 1rem;
  padding: 2rem 4rem;
}
#page-content > .wp-block-group > * {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  #page-content > .wp-block-group {
    padding: 2rem;
  }
}
#page-content h2 {
  font-size: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #ccc;
  margin-bottom: 1rem;
}
#page-content h3, #page-content h3 strong {
  font-size: 1.125rem;
}
#page-content h3 {
  position: relative;
  margin-bottom: 1rem;
  z-index: 1;
  padding-right: 2em;
  cursor: pointer;
}
#page-content h3::after {
  content: "＋";
  position: absolute;
  display: flex;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 1.5rem;
  font-weight: normal;
}
#page-content h3.--show::after {
  content: "ー";
}
#page-content h3 + p {
  height: 0;
  opacity: 0;
  transition: padding 0.3s, margin 0.3s;
}
#page-content h3.--show + p {
  opacity: 1;
  height: auto;
  padding-bottom: 1rem;
}
#page-content p + h3 {
  border-top: solid 1px #ccc;
  padding-top: 1rem;
}

.about-btn {
  display: block;
  width: fit-content;
  margin: 3rem auto;
  padding: 0 3rem;
  background: #fff;
  color: #181818;
  text-decoration: none;
  border-radius: 10rem;
  transition: 0.4s;
}
.about-btn:hover {
  transform: translateY(-5px);
}

/*# sourceMappingURL=faq.css.map */
