@charset "UTF-8";
.header {
  padding: 24px 27px 18px;
  background: url("/assets/img/header_bg.svg") repeat 0 0;
  color: #fff;
}
.header.--service {
  padding: 24px 27px 33px;
}
.header.--lineX {
  padding: 24px 27px 33px;
}
.header.--works {
  padding: 24px 27px 33px;
}
.header.--about {
  padding: 24px 27px 33px;
}
.header a {
  color: #fff;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header__left {
  display: flex;
  align-items: center;
}

.header__logo {
  width: 202px;
}

.header__catch {
  margin-left: 23px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
}

.header__list-top {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.4rem;
}

.header__item {
  margin-left: 12px;
}
.header__item a {
  text-decoration: underline;
}

.header__menu-list {
  display: flex;
  justify-content: right;
  margin-top: 13px;
  font-size: 2.2rem;
  font-weight: 700;
}

.header__menu a {
  padding: 12px 18px;
}
.header__menu:last-child a {
  padding-right: 0;
}

.ad__container {
  position: fixed;
  z-index: 100;
  right: 0;
  width: 60px;
  height: 244px;
}

.ad__phone {
  top: 233px;
}

.ad__line {
  top: 483px;
}

.ad-sp {
  display: none;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  padding-top: 150px;
  opacity: 0;
  visibility: hidden;
  transition: opacity, visibility;
  transition-duration: 240ms;
  background-color: #000;
  text-align: center;
}
.kv {
  position: relative;
  padding-top: 185px;
  padding-bottom: 227px;
  background: url("/assets/img/kv.webp") no-repeat 50% 0;
  background-size: cover;
}

.kv__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: yellow;
  font-size: 1.4rem;
  font-weight: 700;
  transform: rotate(90deg);
  left: -26px;
  bottom: 45px;
  animation: bounce 1.5s infinite;
}
.kv__arrow::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  background-color: yellow;
}

@keyframes bounce {
  0% {
    transform: translateY(0) rotate(90deg);
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  80% {
    transform: translateY(20px) rotate(90deg);
    opacity: 0;
  }
  100% {
    transform: translateY(20px) rotate(90deg);
    opacity: 0;
  }
}
.kv__content {
  margin-left: 5.3vw;
}

.kv__catch-sub {
  font-size: 2.7rem;
  font-weight: 700;
  text-shadow: 0px 6.67px 40.02px rgba(0, 0, 0, 0.3);
}

.kv__catch-main {
  margin-top: 40px;
  font-size: 6.225rem;
  color: yellow;
  font-weight: 700;
  text-shadow: 0px 6.67px 40.02px rgba(0, 0, 0, 0.3);
}

.kv__text {
  margin-top: 18px;
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  text-shadow: 0px 6.67px 40.02px rgba(0, 0, 0, 0.3);
}

.kv__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 761px;
  width: 88%;
  margin-top: 35px;
}

.kv__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #000; /* 背景の基本色 */
  background: linear-gradient(to right, #000, #333 33%, #333 60%, #000 100%);
  border-radius: 5px; /* ボーダーを丸める */
}
.kv__item p {
  margin-left: 10px;
  font-size: 2.2rem;
}

.kv__item.--1 img {
  width: 27px;
}
.kv__item.--2 img {
  width: 22px;
}
.kv__item.--3 img {
  width: 35px;
}
.kv__item.--4 img {
  width: 25px;
}

.about__inner {
  max-width: 1190px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.about__container {
  display: flex;
  justify-content: space-between;
}
.about__container.--reverse {
  flex-direction: row-reverse;
  margin-top: 80px;
}
.about__container.--reverse .about__title {
  margin-top: 40px;
}

.about__image {
  width: 50%;
}

.about__content {
  width: 46%;
}

.about__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.about__list {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  font-size: 1.6rem;
}

.about__item {
  padding: 4px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.about__text {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: justify;
}

.service {
  background: url("/assets/img/service_bg.webp") no-repeat 0 0;
  background-size: cover;
  border-top: 6px solid yellow;
  border-bottom: 6px solid yellow;
}

.service__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 970px;
  width: 100%;
  gap: 30px;
  margin: 50px auto 0;
}

.service__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 60px) / 3);
  padding: 40px 26px;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  aspect-ratio: 1;
}

.service__item.last {
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .service__item {
    width: calc((100% - 30px) / 2);
    padding: 20px;
  }
  /*.service__item.last {
    margin-left: calc(18 / 1000 * 100vw);
  }*/
  .service__text {
    padding: 0 3%;
  }
}

@media screen and (max-width: 768px) {
  .service__list {
    gap: 20px;
    max-width: none;
    justify-content: space-between;
  }
  .service__item {
    width: calc((100% - 20px) / 2);
    padding: 20px;
  }
  .service__item.last {
    margin-left: unset;
    margin-right: unset;
  }
  .about__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 670px) {
  .service__list {
    gap: 30px;
  }
  .service__item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .service__item.last {
    margin-left: unset;
    margin-right: unset;
  }
  .service__text {
    padding: 0 6%;
  }
}

.service__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 5px;
}

.service__icon.--1 {
  width: 76px;
}
.service__icon.--2 {
  width: 100px;
}
.service__icon.--3 {
  width: 61px;
}
.service__icon.--4 {
  width: 78px;
}
.service__icon.--5 {
  width: 110px;
}
.service__icon.--6 {
  width: 95px;
}
.service__icon.--7 {
  width: 66px;
}

.service__title {
  position: relative;
  margin-top: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 600;
}
.service__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 1px;
  background-color: yellow;
}

.service__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.service__text a{
  color: #000;
  font-weight: 900;
  border-bottom: 2px solid #000;
}

.service__link {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.works {
  padding-bottom: 80px;
}

.works__inner {
  position: relative;
}

.works__content {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}

.works__title {
  text-align: start;
}

.works__link {
  position: absolute;
  top: -25px;
  right: 15px;
}

.splide {
  margin-top: 50px;
}

.splide__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 220px;
  height: 30px;
  padding-left: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: yellow;
  color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

.splide__title {
  margin-top: 35px;
  padding-left: 5px;
  font-size: 2.4rem;
  font-weight: 700;
}

.splide__category {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-left: 5px;
  padding: 5px;
  font-size: 1.4rem;
  border: 1px solid #fff;
  border-radius: 5px;
}

#progress-bar {
  position: relative;
  height: 5px;
  background-color: #ccc;
  width: 86%;
  margin-top: 60px;
}

#progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: yellow;
  transition: width 0.3s;
}

.splide__arrow {
  top: 40%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  opacity: 1;
}
.splide__arrow svg {
  width: 40px;
  height: 30px;
}
.splide__arrow--prev {
  left: -10px;
}
.splide__arrow--next {
  right: 13.5%;
}

.voice {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.voice .title {
  text-align: start;
}

.voice__inner {
  margin-bottom: 40px;
}

.voice__link {
  position: absolute;
  top: -24px;
  right: 15px;
}

@media (min-width: 768px) {
  .voice__container {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-top: 40px;
  }
}
.voice__item {
  max-width: 634px;
  width: 47%;
  padding: 40px;
  background: url("/assets/img/voice_bg.svg") no-repeat 50% 50%;
  background-size: cover;
}

.voice__title {
  text-align: start;
  font-size: 2.4rem;
  font-weight: 700;
}

.voice__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.voice__tag {
  padding: 4px 8px;
  font-size: 1.4rem;
  border: 1px solid #fff;
  border-radius: 5px;
}

.voice__text {
  margin-top: 25px;
  padding-top: 30px;
  font-size: 1.6rem;
  border-top: 4px solid yellow;
  line-height: 1.6;
}

.faq {
  background: url("/assets/img/faq_bg.webp") no-repeat 0 0;
  background-size: cover;
}

.faq__content {
  max-width: 798px;
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.faq__item {
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  margin-top: 20px;
  background: linear-gradient(#353435, #353435) padding-box, linear-gradient(to bottom, #D1D1D1 0%, #D0D0D0 18%, #555555 100%) border-box; /* 枠線のグラデーション */
  border: 1px solid transparent; /* 透明なボーダー */
  border-radius: 5px;
  line-height: 1.5;
}
.faq__item .label {
  margin-right: 30px;
  font-size: 3.6rem;
  font-weight: 700;
}

.faq__header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.faq__arrow {
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: auto;
}
.faq__arrow::before, .faq__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
.faq__arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__question {
  margin-right: 20px;
  line-height: 1.5;
}

.faq__header.faq-opened .faq__arrow::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq__body {
  display: flex;
  max-height: 0; /* 初期状態では高さを0に */
  overflow: hidden; /* 内容がはみ出さないようにする */
  opacity: 0; /* 初期状態では透明にする */
  transition: max-height 0.5s ease, opacity 0.5s ease; /* アニメーションの設定 */
  font-size: 1.8rem;
  line-height: 1.5;
  border-top: 1px solid #fff;
}
.faq__body .label {
  color: yellow;
}

.faq__answer {
  margin-top: 5px;
  line-height: 1.5;
}

.faq__link {
  margin-left: auto;
  margin-right: auto;
}

.faq__body-item {
  display: flex;
  padding-top: 16px;
}

.faq-opened .faq__body {
  max-height: 1000px; /* 開いたときの最大高さを設定 */
  opacity: 1; /* 開いたときに透明度を1に */
}

.motto__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1310px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.motto__content {
  width: 54%;
  flex-shrink: 0;
}

.motto__title {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.motto__text {
  margin-top: 10px;
  padding-right: 25px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: justify;
}

.motto__image {
  width: 44%;
}

.contact {
  background: url("/assets/img/contact_bg.webp") no-repeat 0 0;
  background-size: cover;
}

.contact__h2 {
  font-size: 40px;
  font-weight: 700;
  color: yellow;
  text-align: center;
}

.contact__sub {
  margin-top: 30px;
  font-size: 1.6rem;
  text-align: center;
}

.contact__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1160px;
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.contact__item {
  display: flex;
  align-items: center;
  width: 574px;
  padding: 19px 42px;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #000;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(to bottom, #D1D1D1 0%, #D0D0D0 18%, #555555 100%) border-box; /* 枠線のグラデーション */
  border: 1px solid transparent; /* 透明なボーダー */
  border-radius: 5px; /* ボーダーを丸める */
}

.contact__icon {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  flex-shrink: 0;
}

.banner {
  display: flex;
  background-color: #fff;
}

.banner__container {
  width: 50%;
}

.footer {
  background: url("/assets/img/footer_bg.svg") no-repeat 0 0;
  background-size: cover;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1310px;
  width: 100%;
  padding: 50px 15px 41px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .footer__inner {
   align-items: center;
  }
}

.footer__left {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .footer__left {
    display: block;
  }
}

.footer__logo {
  width: 262px;
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}


.footer__text {
  margin-top: 5px;
  font-size: 1.4rem;
}
  
.footer__text a {
  color: #fff;
  text-decoration: underline;
}

.footer__phone {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 3rem;
  font-weight: 600;
}
.footer__phone::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("/assets/img/footer_phone.svg") no-repeat 0 0;
  background-size: 100%;
}

.footer__list {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 26px;
}
.footer__list.--bottom {
  margin-top: 10px;
}

.footer__item {
  font-size: 1.8rem;
  font-weight: 700;
}

.footer__sns {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 31px;
  padding: 6px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #000;
}

.footer__sns-text {
  font-size: 1.4rem;
  font-weight: 700;
}

.footer__sns-list {
  display: flex;
  justify-content: center;
}

.footer__icon {
  margin-left: 10px;
}

.footer__bottom {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #949494;
}

@media screen and (max-width: 1200px) {
  .header {
    background: url("/assets/img/header_bg.svg") repeat 0 5px;
    background-size: cover;
  }
  .header__logo {
    width: 150px;
  }
  .header__catch {
    font-size: 1.2rem;
  }
  .header__list-top {
    font-size: 1rem;
  }
  .header__item {
    margin-left: 4px;
    font-size: 1.2rem;
  }
  .header__menu-list {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 1.8rem;
  }
  .header__menu a {
    padding: 5px 9px;
  }
  .kv__arrow {
    left: -52px;
    bottom: 75px;
  }
  .about__title {
    font-size: 2rem;
  }
  .about__list {
    max-width: 400px;
  }
  .about__item {
    padding: 5px 5px;
  }
  .splide__title {
    font-size: 1.8rem;
  }
  .splide__arrow {
    top: 38%;
  }
  .splide__arrow--prev {
    left: -10px;
  }
  .splide__arrow--next {
    right: 19%;
  }
  .voice__item {
    padding: 15px;
    background: url("/assets/img/voice_bg.svg") no-repeat 50% 50%;
    background-size: cover;
  }
  .motto__title {
    font-size: 3rem;
  }
  .footer__sns-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .header__right {
    display: none;
  }
  .header__item {
    font-size: 0.8rem;
  }
  .header__menu-list {
    font-size: 1.4rem;
  }
  .header__menu a {
    padding: 5px 5px;
  }
  .menu__btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
    top: 20px;
    right: 15px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 5px;
  }
  .menu__btn span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s, opacity 0.3s;
  }
  .menu__btn.is-open span.top {
    transform: translate(0, 7px) rotate(45deg);
  }
  .menu__btn.is-open span.middle {
    opacity: 0;
    transform: 10px;
  }
  .menu__btn.is-open span.bottom {
    transform: translate(0, -7px) rotate(-45deg);
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity, visibility;
    transition-duration: 240ms;
    background-color: #000;
    text-align: center;
  }
  .menu.is-open {
    opacity: 1;
    visibility: visible;
  }
  .menu__container {
    position: relative;
    z-index: 100;
    background-color: #000;
  }
  .menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 272px;
    padding-bottom: 40px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__title {
    width: 200px;
    margin-left: 30px;
  }
  .menu__item a {
    font-size: 2rem;
    font-weight: 700;
  }
  .menu__sns-text {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .menu__sns-list {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__icon {
    width: 48px;
  }
  .ad {
    display: none;
  }
  .ad-sp {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
  }
  .ad__container-sp {
    width: 50%;
    height: 100%;
  }

  .kv__catch-sub {
    font-size: 2.4rem;
  }
  .kv__catch-main {
    font-size: 4.8rem;
  }
  .kv__text {
    font-size: 3rem;
  }
  .kv__item p {
    font-size: 1.8rem;
  }
  .about__container {
    display: block;
  }
  .about__image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about__content {
    width: 100%;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .about__list {
    justify-content: start;
    flex-wrap: wrap;
    gap: 5px;
  }
  .motto__container {
    flex-direction: column-reverse;
  }
  .motto__content {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .motto__image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .motto__title {
    font-size: 3.2rem;
    white-space: wrap;
  }
  .footer__item {
    font-size: 1.4rem;
  }
  .footer__text {
    font-size: 1.4rem;
  }
  .footer__phone {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 25px 15px;
  }
  .header__right {
    display: none;
  }
  .header__catch {
    font-size: 1rem;
  }
  .menu__btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
    top: 20px;
    right: 15px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 5px;
  }
  .menu__btn span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s, opacity 0.3s;
  }
  .menu__btn.is-open span.top {
    transform: translate(0, 7px) rotate(45deg);
  }
  .menu__btn.is-open span.middle {
    opacity: 0;
    transform: 10px;
  }
  .menu__btn.is-open span.bottom {
    transform: translate(0, -7px) rotate(-45deg);
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100vh;
    padding-top: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity, visibility;
    transition-duration: 240ms;
    background-color: #000;
    text-align: center;
  }
  .menu.is-open {
    opacity: 1;
    visibility: visible;
  }
  .menu__container {
    position: relative;
    z-index: 100;
    background-color: #000;
  }
  .menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 272px;
    padding-bottom: 40px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__title {
    width: 200px;
    margin-left: 30px;
  }
  .menu__item a {
    font-size: 2rem;
    font-weight: 700;
  }
  .menu__sns-text {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .menu__sns-list {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__icon {
    width: 48px;
  }

  .kv {
    padding-top: 58px;
    padding-bottom: 48px;
    background: url("/assets/img/kv_bg-sp.webp") no-repeat 50% 90%;
    background-size: 100%;
  }
  .kv.--top {
    padding-top: 40px;
    padding-bottom: 157px;
  }
  .kv__content {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
  }
  .kv__catch-sub {
    font-size: 2.156rem;
  }
  .kv__catch-main {
    margin-top: 5px;
    font-size: 5.2rem;
  }
  .kv__text {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .kv__item p {
    font-size: 1.8rem;
  }
  .kv__list {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .kv__item {
    width: 48%;
    height: 60px;
  }
  .about__text {
    font-size: 1.6rem;
  }
  .about__item {
    padding: 5px 3px;
    font-size: 1.4rem;
  }
  .service {
    background: url("/assets/img/service_bg-sp.webp") repeat 0 0;
    background-size: contain;
  }
  .works__content {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .works__link, .voice__link {
    position: relative;
    top: 0;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .splide {
    margin-top: 22px;
  }
  .splide__arrow {
    top: 40%;
    width: 50px;
    height: 50px;
  }
  .splide__arrow svg {
    width: 25px;
    height: 25px;
  }
  .splide__arrow--prev {
    left: -7px;
  }
  .splide__arrow--next {
    right: -7px;
  }
  #progress-bar {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
  }
  .voice .splide__track {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .voice .splide__arrow {
    top: 41%;
  }
  .voice .splide__arrow--prev {
    left: 2px;
  }
  .voice .splide__arrow--next {
    right: 2px;
  }
  .voice__tag {
    padding: 3px 6px;
    font-size: 1.4rem;
  }
  .voice__item {
    max-width: 100%;
    width: 100%;
    padding: 24px 40px;
    background: url("/assets/img/voice_bg.svg") no-repeat 50% 50%;
    background-size: cover;
  }
  #progress-bar2 {
    position: relative;
    height: 5px;
    background-color: #ccc;
    width: 86%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  #progress2 {
    position: absolute;
    height: 100%;
    width: 0;
    background-color: yellow;
    transition: width 0.3s;
  }
  .faq__item {
    margin-top: 30px;
    padding: 12px 10px;
  }
  .faq__item .label {
    align-self: flex-start;
    margin-right: 10px;
    font-size: 2rem;
  }
  .faq__header {
    font-size: 1.6rem;
  }
  .faq__body {
    font-size: 1.6rem;
  }
  .faq__answer {
    margin-top: 2px;
  }
  .motto__title {
    font-size: 2rem;
  }
  .motto__text {
    padding-right: 0;
  }
  .motto__link {
    width: 100%;
  }
  .contact__h2 {
    font-size: 2.2rem;
  }
  .banner {
    display: block;
    background-color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .banner__container {
    width: 100%;
  }
  .footer__inner {
    display: block;
    text-align: center;
  }
  .footer__left {
    display: block;
  }
  .footer__logo {
    width: 262px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__text {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  .footer__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 600;
  }
  .footer__list {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    gap: 10px;
  }
  .footer__list.--bottom {
    margin-top: 10px;
  }
  .footer__item {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .footer__sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto 0;
    padding: 14px 10px;
    width: 262px;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
  }
  .footer__sns-list {
    display: flex;
  }
  .footer__sns-text {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  .footer__icon:first-child {
    margin-left: 0;
  }
  .footer__icon {
    margin-left: 20px;
  }
  .only--middle.sp{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom {
    padding: 10px 0 100px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo {
    width: 120px;
  }
  .header__catch {
    margin-left: 10px;
  }
  .splide__arrow {
    top: 35%;
    width: 35px;
    height: 35px;
  }
  .splide__arrow svg {
    width: 25px;
    height: 25px;
  }
  .splide__arrow--prev {
    left: -7px;
  }
  .splide__arrow--next {
    right: -7px;
  }
  .voice__item {
    padding: 20px 25px;
  }
  .motto__text {
    font-size: 1.4rem;
  }
  .footer__bottom {
    padding: 10px 0 70px;
  }
}
@media screen and (max-width: 374px) {
  .kv__catch-sub {
    font-size: 1.8rem;
  }
  .kv__catch-main {
    font-size: 4rem;
  }
  .kv__text {
    font-size: 1rem;
  }
  .kv__item img {
    flex-shrink: 0;
  }
  .kv__list {
    width: 100%;
    flex-wrap: wrap;
  }
  .kv__item {
    width: 48%;
    height: 60px;
  }
}
@media screen and (max-width: 370px) {
  .motto__title {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=top.css.map */