@charset "UTF-8";
/* Scss Document */
/*色*/
/*v2024*/
/*font*/
/*==================================*/
/*spQa*/
/*==================================*/
#canvas-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #canvas-container {
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 767px) {
  #canvas-container {
    transform: scale(1.4);
  }
}

.spQa {
  position: relative;
  width: 100%;
}
.spQa__mv {
  width: 100%;
  height: calc(100vh - 100px);
  position: sticky;
  top: 100px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .spQa__mv {
    min-height: 58vw;
  }
}
@media only screen and (max-width: 767px) {
  .spQa__mv {
    top: 55px;
  }
}
.spQa__mv__inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .spQa__mv__inner {
    position: absolute;
    left: 0;
    max-height: 155vw;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .spQa__mv {
    height: calc(100vh - 55px);
    height: calc((var(--vh, 1vh) * 100) - 55px);
  }
}
.spQa__mv__set1 {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .spQa__mv__set1 {
    padding-bottom: 6vw;
  }
}
.spQa__mv__set2 {
  flex: 1;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .spQa__mv__set2 {
    top: -5vw;
  }
}
@media only screen and (max-width: 767px) {
  .spQa__mv__set2 {
    top: -3vw;
  }
}
.spQa__mv__logo {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .spQa__mv__logo {
    top: 5vw;
    width: 36vw;
    height: auto;
  }
}
.spQa__mv__logo img {
  height: 100%;
  width: auto;
}
.spQa__mv__head {
  padding: 4vw 0 0 0;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spQa__mv__head {
    padding: 4vw 0 0 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.spQa__mv__head__logo {
  width: 160px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .spQa__mv__head__logo {
    width: 28vw;
    height: auto;
    margin: auto;
  }
}
.spQa__mv__head__logo img {
  width: 100%;
  vertical-align: bottom;
}
.spQa__mv__head__msg {
  margin-top: 15px;
  border-top: 1px solid #000;
  padding: 10px 40px 0 40px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .spQa__mv__head__msg {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.spQa__mv__enTtl {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 105%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .spQa__mv__enTtl {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
.spQa__mv__enTtl img {
  width: 100%;
}
.spQa__main {
  position: relative;
  z-index: 1;
  padding-bottom: 50vw;
}
@media only screen and (max-width: 767px) {
  .spQa__main {
    padding-bottom: 100vh;
  }
}
.spQa .spQa__sec {
  min-height: 100vh;
  margin-bottom: 50vh;
  display: flex;
  align-items: center;
}
.spQa .spQa__sec__inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 7vw 7vw;
  border-radius: 10px;
  border: 1px solid #000;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spQa .spQa__sec__inner {
    padding: 60px 8vw;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .spQa .spQa__sec {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
.spQa .spQa__sec__num {
  color: transparent !important;
  font-size: 7rem;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  paint-order: stroke;
  margin-bottom: 40px;
}
.spQa .spQa__sec__ttlQ {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 120px;
  color: #1e2b63;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .spQa .spQa__sec__ttlQ {
    font-size: 1.8rem;
    margin-bottom: 90px;
  }
}
.spQa .spQa__sec__ttlQ__type {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #1e2b63;
}
.spQa .spQa__sec__ttlA {
  font-size: 1.8rem;
}
.spQa .spQa__sec__ttlA__type {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #87131b;
}
.spQa .spQa__sec__ttlA > p {
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 1.5em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .spQa .spQa__sec__ttlA > p {
    font-size: 2.2rem;
    line-height: 2;
  }
}
.spQa .spQa__sec__ttlA > div {
  font-size: 1.6rem;
}
.spQa .spQa__sec--about {
  text-align: center;
  font-size: 3rem;
}
.spQa .spQa__sec--about .spQa__sec__inner {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.spQa .spQa__sec--about__main {
  color: #fff;
}
.spQa .spQa__sec:nth-of-type(even) .spQa__sec__inner {
  background-color: rgba(20, 55, 113, 0.7);
  -webkit-backdrop-filter: blur(20px);
}
.spQa .spQa__sec:nth-of-type(even) .spQa__sec__inner > * {
  color: #fff;
}
.spQa .spQa__sec:nth-of-type(even) .spQa__sec__inner .spQa__sec__ttlQ__type span,
.spQa .spQa__sec:nth-of-type(even) .spQa__sec__inner .spQa__sec__ttlA__type span {
  display: inline-block;
  padding: 5px;
  background-color: #fff;
}
.spQa .spQa__sec:nth-of-type(even) .spQa__sec__inner .spQa__sec__ttlQ {
  border-color: #fff;
}
.spQa .spQa__sec:nth-of-type(even) .spQa__sec__inner .spQa__sec__num {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}

.spQa__mv__enTtl img,
.spQa__mv__set2,
.spQa__mv__head {
  opacity: 0;
}

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