@charset "UTF-8";
/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- font-size ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- box-shadow, border-radius ----- */
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.js-x-scroll {
  cursor: grab;
}

/* -------------------------------------------- */
/* ----------------- タイトル用明朝体 --------------- */
/* -------------------------------------------- */
@font-face {
  font-family: "ttl";
  src: url("../fonts/TsukuhouShogoMin-OFL.otf") format("opentype"), url("../fonts/TsukuhouShogoMin-OFL.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* -------------------------------------------- */
/* ----------------- Noto Sans JP --------------- */
/* -------------------------------------------- */
.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ----------------------- fadein animation ----------------------- */
/* ------------------- infinite slide animation ------------------- */
@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ------------------------ delay animation ------------------------ */
.--delay1 {
  transition-delay: 0.1s;
}

.--delay2 {
  transition-delay: 0.2s;
}

.--delay3 {
  transition-delay: 0.5s;
}

.--delay4 {
  transition-delay: 0.4s;
}

.--delay5 {
  transition-delay: 0.5s;
}

.--delay6 {
  transition-delay: 0.6s;
}

.--delay7 {
  transition-delay: 0.7s;
}

.--delay8 {
  transition-delay: 0.8s;
}

.--delay9 {
  transition-delay: 0.9s;
}

.--delay10 {
  transition-delay: 1s;
}

.--delay11 {
  transition-delay: 1.1s;
}

.--delay12 {
  transition-delay: 1.2s;
}

.--delay13 {
  transition-delay: 1.5s;
}

.--delay14 {
  transition-delay: 1.4s;
}

.--delay15 {
  transition-delay: 1.5s;
}

.--delay16 {
  transition-delay: 1.6s;
}

.--delay17 {
  transition-delay: 1.7s;
}

.--delay18 {
  transition-delay: 1.8s;
}

.--delay19 {
  transition-delay: 1.9s;
}

.--delay20 {
  transition-delay: 2s;
}

html {
  background-color: #fff;
  scroll-behavior: smooth;
  padding-top: env(safe-area-inset-top);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: env(safe-area-inset-top);
}

body.noscroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

.br-sp {
  display: none;
}
@media only screen and (max-width: 799px) {
  .br-sp {
    display: block;
  }
}

.only-sp {
  display: none !important;
}
@media only screen and (max-width: 799px) {
  .only-sp {
    display: block;
  }
}

.scroll-container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

section {
  width: 100vw;
  height: 100vh;
  position: relative;
  scroll-snap-align: start;
}

.about,
.q-a,
.works,
.voice {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.about::before,
.q-a::before,
.works::before,
.voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 255, 150, 0.5), rgba(0, 200, 255, 0.5), rgba(0, 120, 255, 0.5));
  z-index: 1;
  pointer-events: none;
}
.about .bg_image,
.q-a .bg_image,
.works .bg_image,
.voice .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .bg_image img,
.q-a .bg_image img,
.works .bg_image img,
.voice .bg_image img {
  width: 100vw;
  height: 100vh;
}

.about .text-box {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 80px;
  color: #fff;
  font-size: 60px;
  line-height: 1.3;
  font-weight: bold;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 799px) {
  .about .text-box {
    top: 300px;
    font-size: 40px;
    right: 0;
  }
}
.about .text-box2 {
  position: absolute;
  bottom: 25%;
  left: 80px;
  z-index: 99;
}
@media only screen and (max-width: 799px) {
  .about .text-box2 {
    bottom: 100px;
    left: 0;
  }
}
.about .text-box2 span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 20px;
  padding: 4px 8px;
  margin-bottom: 4px;
  line-height: 1.6;
  border-radius: 4px;
}
@media only screen and (max-width: 799px) {
  .about .text-box2 span {
    font-size: 16px;
  }
}

.service {
  position: relative;
}
.service .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service .bg_image img {
  width: 100vw;
  height: 100vh;
}
.service .content {
  font-family: ttl;
  width: 100vw;
  height: 100vh;
  position: relative;
  color: #fff;
  display: flex;
}
@media only screen and (max-width: 799px) {
  .service .content {
    display: block;
  }
}
.service .content .promise {
  width: 50vw;
  height: 100vh;
}
@media only screen and (max-width: 799px) {
  .service .content .promise {
    width: 100vw;
    height: 50vh;
  }
}
.service .content .promise .promise-ttl {
  font-size: 60px;
  text-align: center;
  margin-top: 200px;
}
@media only screen and (max-width: 799px) {
  .service .content .promise .promise-ttl {
    font-size: 42px;
    margin-top: 0px;
    transform: translateY(80px);
  }
}
.service .content .promise span {
  font-family: ttl;
  font-size: 40px;
  text-align: center;
  writing-mode: vertical-lr;
  position: absolute;
  top: 40%;
  left: 25%;
  transform: translateX(-50%);
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px 8px;
  margin-bottom: 4px;
  line-height: 1.6;
  border-radius: 4px;
}
@media only screen and (max-width: 799px) {
  .service .content .promise span {
    font-size: 25px;
    top: 185px;
    left: 50%;
    z-index: 9999;
  }
}
.service .content .text {
  width: 50vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 799px) {
  .service .content .text {
    width: 100vw;
    height: 50vh;
  }
}
.service .content .text .text-box {
  background: rgba(248, 83, 1, 0.8);
  width: 600px;
  height: auto;
  padding: 5%;
  font-size: 25px;
  line-height: 4rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 799px) {
  .service .content .text .text-box {
    padding: 10% 5%;
    font-size: 20px;
    line-height: 30px;
    height: 50vh;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }
}
.service .content .text .box2 {
  background: rgba(183, 37, 30, 0.8);
}
.service .content .text .box3 {
  background: rgba(0, 120, 255, 0.8);
}

.works {
  position: relative;
  height: 100vh;
}
.works .jirei-posts {
  width: 100vw;
  height: 60vh;
  position: absolute;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 799px) {
  .works .jirei-posts {
    display: block;
    height: 85vh;
    bottom: initial;
    top: 40px;
  }
}
@media only screen and (max-width: 799px) {
  .works .jirei-posts .jirei-post-item {
    margin: 50px auto;
    text-align: right;
    transform: translateX(-10%);
  }
}
.works .jirei-posts .jirei-post-item img {
  width: 400px;
  cursor: pointer;
}
.works .jirei-posts .jirei-post-item img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
@media only screen and (max-width: 799px) {
  .works .jirei-posts .jirei-post-item img {
    width: 45vw;
  }
}
.works .jirei-posts .jirei-post-item h3 {
  text-align: center;
}
@media only screen and (max-width: 799px) {
  .works .jirei-posts .jirei-post-item h3 {
    text-align: right;
    transform: translateX(-10%);
  }
}
.works .jirei-posts .jirei-post-item a {
  text-decoration: none;
  color: #fff;
}

.q-a .section-ttl {
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 799px) {
  .q-a .section-ttl {
    writing-mode: initial;
    top: 1% !important;
  }
}
.q-a .accordion-box {
  width: 100vw;
  height: 60vh;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 999;
}
@media only screen and (max-width: 799px) {
  .q-a .accordion-box {
    top: 200px;
  }
}
.q-a .accordion-box .accordion-item {
  width: 50vw;
  margin: 20px 0 20px 10%;
}
@media only screen and (max-width: 799px) {
  .q-a .accordion-box .accordion-item {
    width: 88vw;
    margin: 20px auto;
  }
}
.q-a .accordion-box .accordion-item .accordion-content {
  display: none;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}
.q-a .accordion-box .accordion-item .accordion-content img {
  max-width: 85%;
  height: auto;
}
.q-a .accordion-box .accordion-item .accordion-content p {
  margin: 0;
}
.q-a .accordion-box .accordion-item .accordion-header {
  position: relative;
  display: block;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-family: jap;
  font-size: 30px;
}
@media only screen and (max-width: 799px) {
  .q-a .accordion-box .accordion-item .accordion-header {
    font-size: 17px;
    padding: 4%;
  }
}
.q-a .accordion-box .accordion-item .accordion-header:hover {
  background: #ddd;
}
.q-a .accordion-box .accordion-item .accordion-header::after {
  content: "▼";
  position: absolute;
  right: 1rem;
  top: 35%;
  transition: transform 0.3s ease;
  font-size: 20px;
}
@media only screen and (max-width: 799px) {
  .q-a .accordion-box .accordion-item .accordion-header::after {
    font-size: 15px;
    right: 2%;
  }
}
.q-a .accordion-box .accordion-item .accordion-item.active .accordion-content {
  display: block;
}

.action {
  width: 100vw;
  height: 50px;
  display: flex;
  background: #2e89f7;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  pointer-events: none;
  z-index: 999;
}
.action.show {
  opacity: 1;
  transform: translateY(0);
  position: fixed;
  bottom: 0;
  left: 0;
  pointer-events: auto;
}
.action .insta,
.action .call {
  width: 50vw;
  height: 50px;
  border: 1px solid #fff;
}
.action .insta a,
.action .call a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.action .insta .fa-solid,
.action .insta .fa-brands,
.action .call .fa-solid,
.action .call .fa-brands {
  font-size: 40px;
  color: #fff;
}

.scroll-indicator {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: sans-serif;
  font-size: 24px;
  color: #fff;
  z-index: 1000;
}
@media only screen and (max-width: 799px) {
  .scroll-indicator {
    bottom: -50px;
  }
}
.scroll-indicator .scroll-bar {
  width: 2px;
  height: 80px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.scroll-indicator .scroll-bar .scroll-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  animation: scrollLine 1.5s ease-in-out infinite;
}

@keyframes scrollLine {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
.section-ttl {
  position: absolute;
  z-index: 999;
  top: 15%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-family: ttl;
  font-size: 90px;
  transform: translateX(-50%) scaleX(0.8) scaleY(1.1);
  line-height: 0.07;
}
@media only screen and (max-width: 799px) {
  .section-ttl {
    top: 10%;
    left: 45%;
    width: 109%;
  }
}
.section-ttl span {
  font-size: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
@media only screen and (max-width: 799px) {
  .section-ttl span {
    font-size: 50px;
  }
}
.section-ttl p {
  font-weight: bold;
  font-size: 150px;
}
@media only screen and (max-width: 799px) {
  .section-ttl p {
    font-size: 70px;
  }
}

.single-body {
  background: #F3EBFA;
  padding: 0;
}
.single-body .s-title {
  font-size: 70px;
  font-family: ttl;
  text-align: center;
  transform: translateY(30px) scaleX(0.8) scaleY(1.1);
  margin: 0 0 80px 0 !important;
}
@media only screen and (max-width: 799px) {
  .single-body .s-title {
    font-size: 55px;
    transform: translateY(20px) scaleX(0.8) scaleY(1.1);
  }
}
.single-body .wrapper .h2 {
  font-size: 50px;
  font-family: ttl;
  text-align: center;
  transform: scaleX(0.8) scaleY(1.1);
}
@media only screen and (max-width: 799px) {
  .single-body .wrapper .h2 {
    font-size: 30px;
    margin: 30px 0 0 0 !important;
  }
}
.single-body .wrapper .wp-block-heading {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin: 40px 0;
  font-size: 40px;
  color: #F85301;
}
.single-body .wrapper .wp-block-image {
  margin: 0 !important;
}
.single-body .wrapper .content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 799px) {
  .single-body .wrapper .content {
    width: 90vw;
  }
}
.single-body .wrapper .content img {
  width: 500px !important;
  height: auto;
}
@media only screen and (max-width: 799px) {
  .single-body .wrapper .content img {
    width: 90vw !important;
  }
}
.single-body .to-top {
  margin: 50px auto;
  width: 300px;
  height: 50px;
}
.single-body .to-top a {
  width: 300px;
  height: 50px;
  background: #F85301;
  color: #F3EBFA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.single-body .to-top a:hover {
  background-color: #357ab8;
}/*# sourceMappingURL=home.css.map */