@charset "UTF-8";
/* リセットCSS */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  text-align: inherit;
}

html {
  overflow: hidden;
  overflow-y: visible;
}
@media screen and (width < 768px) {
  html {
    overflow: visible;
  }
}

main {
  width: 100%;
  height: auto;
  overflow: visible;
}
main::-webkit-scrollbar {
  display: none;
}
@media screen and (width < 768px) {
  main {
    height: auto;
  }
  main::-webkit-scrollbar {
    display: block;
  }
}

.page-service main {
  margin-top: 0;
  padding-top: 10.582010582vw;
}
@media screen and (width < 480px) and (orientation: portrait) {
  .page-service main {
    padding-top: 41.0256410256vw;
  }
}

.service-cintent-on {
  margin-bottom: 13.2275132275vw;
}
@media screen and (width < 768px) {
  .service-cintent-on {
    margin-bottom: 25.641025641vw;
  }
}

.section_stop {
  width: 100%;
  height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.section_stop .section__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2.6455026455vw;
  padding-bottom: 2.6455026455vw;
  box-sizing: border-box;
}
.section_stop .layout__list-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_stop .service-slide {
  flex: 0 1 auto;
  width: 100%;
}
.section_stop .service-slide__pagenation {
  flex: 0 0 auto;
  margin-top: auto;
  padding-bottom: 1.5873015873vw;
}
@media screen and (width < 768px) {
  .section_stop {
    height: auto;
    overflow: visible;
  }
}

.service-slide {
  flex: 1;
  min-height: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (width < 768px) {
  .service-slide.swiper {
    overflow: visible;
  }
}
.service-slide__list {
  list-style: none;
  padding: 0;
  margin: 2.6455026455vw 0 0;
}
@media screen and (width < 768px) {
  .service-slide__list {
    margin-top: 6.1538461538vw;
  }
}
.service-slide__item {
  width: 100%;
  height: 100%;
}
.service-slide__title {
  font-size: clamp(28px, 2.1164021164vw, 36px);
  font-weight: 300;
}
@media screen and (width < 768px) {
  .service-slide__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4.1025641026vw 0;
    border-top: 1px solid #BBBBBB;
    cursor: pointer;
    font-size: 4.6153846154vw;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .service-slide__title::after {
    content: "";
    position: relative;
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    flex-shrink: 0;
    transition: transform 0.3s;
    background-image: linear-gradient(#5a5b5b, #5a5b5b), linear-gradient(#5a5b5b, #5a5b5b);
    background-size: 1px 100%, 100% 1px;
    background-position: center, center;
    background-repeat: no-repeat;
  }
  .service-slide__title.is-active::after {
    transform: rotate(45deg);
  }
}
@media screen and (width < 768px) {
  .service-slide__accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .service-slide__accordion.is-open {
    max-height: 2000px;
  }
}
.service-slide__content {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 2em 0 0;
  gap: 40px;
}
@media screen and (width < 768px) {
  .service-slide__content {
    flex-direction: column;
    gap: 6.1538461538vw;
    margin: 4.1025641026vw 0 0;
    padding-bottom: 4.1025641026vw;
  }
}
.service-slide__content > li {
  width: 50%;
}
@media screen and (width < 768px) {
  .service-slide__content > li {
    width: 100%;
  }
}
.service-slide__content--left {
  padding-right: 3.7037037037vw;
}
@media screen and (width < 768px) {
  .service-slide__content--left {
    padding-right: 0;
  }
}
.service-slide__pagenation {
  list-style: none;
  padding: 1.5873015873vw 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  white-space: nowrap;
  width: 100%;
  max-width: 79.3650793651vw;
  overflow-x: auto;
  scrollbar-width: none;
}
.service-slide__pagenation::-webkit-scrollbar {
  display: none;
}
@media screen and (width < 768px) {
  .service-slide__pagenation {
    display: none;
  }
}
@media (min-width: 768px) {
  .service-slide__pagenation {
    display: grid !important;
  }
}
.service-slide__pagenation li {
  font-size: 0.9259259259vw;
  color: #999999;
  cursor: pointer;
  transition: color 0.3s;
  border-bottom: 1px solid #BBBBBB;
}
.service-slide__pagenation li.is-active {
  color: #5A5B5B;
  font-weight: bold;
  border-bottom: 1px solid #5A5B5B;
}

@media screen and (width < 768px) {
  .swiper-wrapper {
    display: flex !important;
    flex-direction: column;
    transform: none !important;
    height: auto !important;
  }
}

@media screen and (width < 768px) {
  .swiper-slide {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

@media screen and (width < 768px) {
  .swiper-pagination {
    display: none;
  }
}

.page__text + .page__text--sm {
  margin-top: 40px;
}/*# sourceMappingURL=service.css.map */