@charset "UTF-8";
/* reset.scss - 2025年最新版の軽量モダンリセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}

:focus-visible {
  outline: 2px solid #2684ff;
  outline-offset: 2px;
}

/*
 変数定義用のファイルです 
 自由に書き換えてください
*/
/*========= Media Size ===============*/
/*========= Font ===============*/
/*========= Color ===============*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  position: relative;
  overflow-x: hidden;
}

p {
  line-height: 1.8;
  font-weight: 500;
}

a {
  cursor: pointer;
}

.pc {
  display: block !important;
}
@media (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 1000px) {
  .sp {
    display: block !important;
  }
}

/* ページネーション　*/
/*========= トップページ(front)用のCSS ===============*/
.p-front__fv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100vh;
  padding: 0 5%;
  background: url(../images/front/fv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.p-front__fv__bg-sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .p-front__fv {
    height: auto;
    padding: 0;
    background: none;
  }
  .p-front__fv__bg-sp {
    display: block;
    width: 100%;
  }
}
.p-front__fv__catchcopy {
  margin-bottom: 20px;
  font-size: 2.7rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .p-front__fv__catchcopy {
    position: absolute;
    top: 52%;
    left: 9%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-front__fv__logo {
  width: 350px;
  margin-left: -24px;
}
@media screen and (max-width: 700px) {
  .p-front__fv__logo {
    width: 180px;
    margin-left: -12px;
  }
}
.p-front__introduction {
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .p-front__introduction {
    padding: 60px 0;
  }
}
.p-front__introduction .l-inner {
  display: flex;
  gap: 120px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-front__introduction .l-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.p-front__introduction__logo {
  width: 280px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .p-front__introduction__logo {
    width: 200px;
    margin: 0 auto;
  }
}
.p-front__introduction__contents {
  flex: 1;
}
.p-front__introduction__title {
  position: relative;
  width: fit-content;
  margin-bottom: 50px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-front__introduction__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.p-front__introduction__title strong {
  position: relative;
  top: 10px;
  left: 42%;
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .p-front__introduction__title strong {
    top: 0;
    left: 30%;
    font-size: 2.4rem;
  }
}
.p-front__introduction__title__asset {
  position: absolute;
  top: 8px;
  z-index: -1;
  right: -46%;
  width: 140px;
}
.p-front__introduction__title__underline {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 3.4rem;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-front__introduction__title__underline {
    font-size: 2.4rem;
  }
}
.p-front__introduction__title__underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 14px;
  background-color: #b4b4b4;
  z-index: -1;
}
.p-front__introduction__title__underline--orange::after {
  background-color: #ff5611;
}
.p-front__introduction__description {
  position: relative;
  z-index: 2;
}
.p-front__introduction__text {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-front__introduction__icon {
  width: 27px;
  margin: 30px auto;
}
.p-front__introduction__note {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #666;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .p-front__introduction__note {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.p-front__introduction__card {
  position: absolute;
  right: -16px;
  bottom: -62px;
  width: 175px;
}
@media screen and (max-width: 1000px) {
  .p-front__introduction__card {
    bottom: -118px;
  }
}
.p-front__about {
  padding: 80px 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 1000px) {
  .p-front__about {
    padding: 80px 0 0 0;
  }
}
.p-front__about__bubble-wrapper {
  position: relative;
  display: flex;
  gap: 0px;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  margin-top: 70px;
  overflow: scroll;
}
.p-front__about__bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
  width: 360px;
  min-width: 360px;
  aspect-ratio: 1/1;
  margin: 0 -14px;
}
.p-front__about__bubble:nth-of-type(1) {
  background: url(../images/front/about_bubble_1.svg) no-repeat center center;
  background-size: contain;
}
.p-front__about__bubble:nth-of-type(2) {
  background: url(../images/front/about_bubble_2.svg) no-repeat center center;
  background-size: contain;
}
.p-front__about__bubble:nth-of-type(3) {
  background: url(../images/front/about_bubble_3.svg) no-repeat center center;
  background-size: contain;
}
.p-front__about__img {
  width: 100%;
  margin: 0 auto;
}
.p-front__about__function {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-front__about__function {
    display: block;
  }
}
.p-front__about__function__asset {
  position: absolute;
  bottom: -31%;
  right: -17%;
  width: 220px;
  z-index: 4;
}
@media screen and (max-width: 1000px) {
  .p-front__about__function__asset {
    bottom: -20%;
    right: -12%;
    width: 150px;
  }
}
.p-front__about__function__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  width: 45%;
  min-width: 490px;
  padding: 60px 70px;
  border-radius: 0 38px 38px 0;
  z-index: 2;
}
.p-front__about__function__card__arrow {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  margin-right: 5px;
}
@media screen and (max-width: 1000px) {
  .p-front__about__function__card {
    display: block;
    min-width: unset;
    width: 90%;
    padding: 60px 30px;
  }
}
.p-front__about__function__card__inner {
  width: 70%;
  min-width: 360px;
}
@media screen and (max-width: 1000px) {
  .p-front__about__function__card__inner {
    width: 100%;
    min-width: unset;
  }
}
.p-front__about__function__card--gray {
  background-color: #f4f4f4;
}
.p-front__about__function__card--orange {
  background-color: #ff5611;
  color: #fff;
  border-radius: 38px 0 0 38px;
  align-items: flex-start;
}
.p-front__about__function__card--orange .p-front__about__function__card__title,
.p-front__about__function__card--orange .p-front__about__function__card__subtitle,
.p-front__about__function__card--orange .p-front__about__function__card__text {
  color: #fff;
}
.p-front__about__function__card--orange .p-front__about__function__card__subtitle {
  border-bottom-color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-front__about__function__card--orange {
    margin: 60px 0 0 auto;
  }
}
.p-front__about__function__card__title {
  margin-bottom: 40px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #ff5611;
}
@media screen and (max-width: 1000px) {
  .p-front__about__function__card__title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
.p-front__about__function__card__content {
  margin-bottom: 20px;
}
.p-front__about__function__card__content:last-of-type {
  margin-bottom: 0;
}
.p-front__about__function__card__subtitle {
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #ff5611;
  border-bottom: 3px solid #ff5611;
}
.p-front__about__function__card__text {
  color: #ff5611;
}
.p-front__about__function__card__note {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .p-front__about__function__card__note {
    font-size: 1.2rem;
  }
}
.p-front__usage {
  padding: 100px 0;
  background: url(../images/front/usage_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .p-front__usage {
    padding: 70px 0;
  }
}
.p-front__usage__wrap {
  width: 100%;
  margin: 45px auto 0;
  padding: 45px;
  overflow: scroll;
}
.p-front__usage__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 40px;
}
.p-front__usage__item {
  position: relative;
  width: 270px;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .p-front__usage__item {
    min-width: 270px;
  }
}
.p-front__usage__item h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -22px;
  left: -29px;
  width: 80px;
  height: 80px;
  background-color: #ff5611;
  color: #fff;
  border-radius: 100%;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.p-front__usage__item h3 strong {
  display: block;
  font-size: 2.6rem;
}
.p-front__usage__item p {
  width: fit-content;
  margin: 0 auto 30px auto;
  font-size: 1.9rem;
}
.p-front__usage__item:nth-of-type(1) img {
  width: 100%;
}
.p-front__usage__item:nth-of-type(2) img {
  width: 120%;
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-front__usage__item:nth-of-type(3) img {
  width: 78%;
  margin: 0 auto;
}
.p-front__usage-case {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-front__usage-case {
    padding: 100px 0 0 0;
  }
}
.p-front__usage-case__asset {
  position: absolute;
  right: -13%;
  top: 10%;
  width: 69vw;
}
.p-front__usage-case__wrap {
  width: 110%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 45px auto 0;
  overflow: scroll;
}
@media screen and (max-width: 1000px) {
  .p-front__usage-case__wrap {
    width: 100%;
  }
}
.p-front__usage-case__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
}
.p-front__usage-case__item {
  width: 250px;
  min-width: 250px;
}
.p-front__usage-case__item__bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 236px;
  padding-top: 25px;
  background: url(../images/front/usage_case_bubble.svg) no-repeat center center;
  background-size: contain;
}
.p-front__usage-case__item__bubble p {
  width: 80%;
  margin-top: 15px;
  font-size: 1.4rem;
}
.p-front__usage-case__item__person {
  width: 70px;
  margin: 15px auto;
}
.p-front__usage-case__item:nth-of-type(4) .p-front__usage-case__item__person {
  width: 111px;
}
.p-front__faq {
  padding-top: 90px;
}
@media screen and (max-width: 1000px) {
  .p-front__faq {
    padding-top: 70px;
  }
}
.p-front__faq__wrap {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .p-front__faq__wrap {
    margin-top: 50px;
  }
}
.p-front__faq__accordion {
  margin: 20px 0;
  padding: 13px 16px;
  border: 2px solid #ff5611;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-front__faq__accordion__line {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff5611;
  opacity: 0;
}
.p-front__faq__accordion__line.is-active {
  opacity: 1;
}
.p-front__faq__question {
  position: relative;
  outline: none;
  display: flex;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .p-front__faq__question {
    gap: 10px;
  }
}
.p-front__faq__question::-webkit-details-marker {
  display: none;
}
.p-front__faq__question__icon {
  width: 38px;
  height: 38px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background-color: #ff5611;
}
@media screen and (max-width: 1000px) {
  .p-front__faq__question__text {
    line-height: 1.6;
  }
}
.p-front__faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}
.p-front__faq__answer__icon {
  width: 38px;
  height: 38px;
  margin-top: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background-color: #b4b4b4;
}
.p-front__faq__answer__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}
.p-front__faq__answer__text {
  margin-top: 20px;
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .p-front__faq__answer__text {
    line-height: 1.6;
  }
}
.p-front__cards {
  padding: 150px 0 200px 0;
}
@media screen and (max-width: 1000px) {
  .p-front__cards {
    padding: 100px 0 200px 0;
  }
}
.p-front__cards__list {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media screen and (max-width: 1000px) {
  .p-front__cards__list {
    margin-top: 55px;
    gap: 70px;
  }
}
.p-front__cards__item {
  display: flex;
  gap: 70px;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .p-front__cards__item {
    flex-direction: column;
    gap: 50px;
  }
}
.p-front__cards__item img {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .p-front__cards__item img {
    width: 100%;
  }
}
.p-front__cards__item__content {
  flex: 1;
}
.p-front__cards__item__content h3 {
  padding-bottom: 10px;
  font-size: 2.3rem;
  border-bottom: 2px solid #ff5611;
}
@media screen and (max-width: 1000px) {
  .p-front__cards__item__content h3 {
    font-size: 1.8rem;
  }
}
.p-front__cards__item__content ul {
  list-style: none;
  margin-top: 20px;
}
.p-front__cards__item__content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .p-front__cards__item__content ul li {
    font-size: 1.4rem;
  }
}
.p-front__cards__item__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ff5611;
  border-radius: 50%;
}
.p-front__cards__item__price {
  width: fit-content;
  display: block;
  font-weight: bold;
  background-color: #ff5611;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  margin: 70px 0 0 auto;
}

.c-btn-primary {
  display: block;
  width: 150px;
  text-align: center;
  padding: 12px 0px;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
.c-btn-primary--black {
  background-color: #000000;
}
.c-btn-primary--orange {
  background-color: #ff5611;
}
.c-btn-primary--orange:hover {
  background-color: #b4b4b4;
}

.c-btn-demo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url(../images/common/demo_btn.png), url(../images/common/demo_btn_hover.png);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 0;
  background-position: center, center;
  z-index: 99;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .c-btn-demo {
    right: 9px;
    width: 90px;
    height: 90px;
  }
}
.c-btn-demo:hover {
  transform: scale(1.1) translateY(-10px);
  background-image: url(../images/common/demo_btn_hover.png), url(../images/common/demo_btn.png);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 0;
  background-position: center, center;
}
@media screen and (max-width: 1000px) {
  .c-btn-demo:hover {
    transform: scale(1) translateY(0);
    background-image: url(../images/common/demo_btn.png), url(../images/common/demo_btn_hover.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, 0;
    background-position: center, center;
  }
}

.c-title--icon {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
}
.c-title--icon img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 1200px;
}
.l-header__logo {
  width: 125px;
}
@media screen and (max-width: 1000px) {
  .l-header__nav {
    position: fixed;
    top: 68px;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .l-header__nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__nav__list {
    position: relative;
    height: 100%;
    flex-direction: column;
    width: 100%;
    padding-top: 10vh;
  }
  .l-header__nav__item:nth-last-child(1) {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-header__nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.l-header__contact {
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .l-header__contact {
    margin-top: auto;
    margin-left: 0;
  }
}
.l-header__menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 29px;
  cursor: pointer;
  outline: none;
}
.l-header__menu-toggle span {
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s;
}
.l-header__menu-toggle.is-active span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}
.l-header__menu-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu-toggle.is-active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.l-footer__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #ff5611;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .l-footer__inner {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.l-footer__info {
  margin-bottom: 25px;
  font-weight: bold;
}
.l-footer__info img {
  width: 130px;
  margin-bottom: 20px;
}
.l-footer__menu {
  font-size: 1.4rem;
  font-weight: bold;
  list-style: none;
}
.l-footer__menu li {
  margin-bottom: 17px;
}
.l-footer__menu li a {
  display: flex;
  gap: 7px;
}
.l-footer__menu__box {
  display: flex;
  width: 400px;
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  .l-footer__menu__box {
    width: 100%;
  }
}
.l-footer__menu__right li {
  display: flex;
}

.l-inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */