@charset "UTF-8";
@media screen and (min-width: 600px) {
  .centering-box {
    padding: 100px 0px 100px 0px;
  }
}
@media screen and (min-width: 600px) {
  .centering-box {
    padding: 100px 0px 100px 0px;
  }
}

/***************************メイン************************/
.top-main {
  height: 100vh;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
@supports (height: 100dvh) {
  .top-main {
    height: 100dvh;
  }
}
.top-main__logo {
  width: 40%;
  position: absolute;
  top: 8%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .top-main__logo {
    width: 60%;
    top: 36%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.top-main__logo img {
  width: 100%;
}
.top-main__img {
  display: block;
  width: 100%;
  height: calc(100vh - 260px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@supports (height: 100dvh) {
  .top-main__img {
    height: calc(100dvh - 260px);
  }
}
@media screen and (max-width: 599px) {
  .top-main__img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: calc(100vh - 200px);
  }
  @supports (height: 100dvh) {
    .top-main__img {
      height: calc(100dvh - 200px);
    }
  }
}
.top-main__img__01 {
  width: 25%;
  background: url(../image/home/main_img1.jpg) center/200% auto no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
  border-radius: 30px 0px 0px 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-main__img__01 {
    width: 50%;
    border-radius: 10px 0px 0px 0px;
    background-size: 140%;
  }
}
.top-main__img__01 .service-cover {
  background-color: #e72323;
}
.top-main__img__01 .service-hush {
  width: 130%;
  position: absolute;
  bottom: 24%;
  left: -15%;
  z-index: 50;
}
.top-main__img__01 .service-hush img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .top-main__img__01 .service-hush {
    width: 110%;
    left: -5%;
    bottom: 20%;
  }
}
.top-main__img__01.reveal {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
  overflow: visible;
}
.top-main__img__02 {
  width: 25%;
  background: url(../image/home/main_img2.jpg) center/200% auto no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-main__img__02 {
    width: 50%;
    border-radius: 0px 10px 0px 0px;
    background-size: 140%;
  }
}
.top-main__img__02 .service-cover {
  background-color: #47c152;
}
.top-main__img__02 .service-hush {
  width: 130%;
  position: absolute;
  bottom: 4%;
  left: -15%;
  z-index: 50;
}
.top-main__img__02 .service-hush img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .top-main__img__02 .service-hush {
    width: 110%;
    left: -5%;
    bottom: 10%;
  }
}
.top-main__img__02.reveal {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
  overflow: visible;
}
.top-main__img__03 {
  width: 25%;
  background: url(../image/home/main_img3.jpg) center/200% auto no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-main__img__03 {
    width: 50%;
    border-radius: 0px 0px 0px 10px;
    background-size: 140%;
  }
}
.top-main__img__03 .service-cover {
  background-color: #f79608;
}
.top-main__img__03 .service-hush {
  width: 130%;
  position: absolute;
  bottom: 26%;
  left: -15%;
  z-index: 50;
}
.top-main__img__03 .service-hush img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .top-main__img__03 .service-hush {
    width: 110%;
    left: -5%;
    bottom: 4%;
  }
}
.top-main__img__03.reveal {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
  overflow: visible;
}
.top-main__img__04 {
  width: 25%;
  background: url(../image/home/main_img4.jpg) center/200% auto no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
  border-radius: 0px 30px 30px 0px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-main__img__04 {
    width: 50%;
    border-radius: 0px 0px 10px 0px;
    background-size: 140%;
  }
}
.top-main__img__04 .service-cover {
  background-color: #0083c9;
}
.top-main__img__04 .service-hush {
  width: 130%;
  position: absolute;
  bottom: 10%;
  left: -15%;
  z-index: 50;
}
.top-main__img__04 .service-hush img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .top-main__img__04 .service-hush {
    width: 110%;
    left: -5%;
    bottom: 0%;
  }
}
.top-main__img__04.reveal {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
  overflow: visible;
}
.top-main__img__content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
  transition: opacity 0.5s ease 0s, visibility 0s linear 0.5s;
}
.top-main__img.reveal .top-main__img__content {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
}
.top-main__img li {
  position: relative;
  overflow: hidden;
}
.top-main__img li .service-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.top-main__img li.reveal .service-cover {
  -webkit-animation-name: blackWipeIn, blackWipeOut;
          animation-name: blackWipeIn, blackWipeOut;
  -webkit-animation-duration: 1s, 1s;
          animation-duration: 1s, 1s;
  -webkit-animation-fill-mode: forwards, forwards;
          animation-fill-mode: forwards, forwards;
}
.top-main__img__01.reveal .service-cover {
  -webkit-animation-delay: 0s, 1s;
          animation-delay: 0s, 1s;
}
.top-main__img__02.reveal .service-cover {
  -webkit-animation-delay: 0.3s, 1.3s;
          animation-delay: 0.3s, 1.3s;
}
.top-main__img__03.reveal .service-cover {
  -webkit-animation-delay: 0.6s, 1.6s;
          animation-delay: 0.6s, 1.6s;
}
.top-main__img__04.reveal .service-cover {
  -webkit-animation-delay: 0.9s, 1.9s;
          animation-delay: 0.9s, 1.9s;
}
.top-main__foot {
  width: 100%;
  height: 260px;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 599px) {
  .top-main__foot {
    height: 200px !important;
    padding-top: 20px;
  }
}
.top-main__foot__h2 {
  font-family: "GenEi Gothic P", "游ゴシック体", "Yu Gothic", sans-serif;
  font-size: 40px;
  margin-bottom: 50px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
@media screen and (max-width: 599px) {
  .top-main__foot__h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.top-main__foot__h2 span {
  background-color: #f7fa77;
  display: inline-block;
  padding: 10px 4px 6px 4px;
}
@media screen and (max-width: 599px) {
  .top-main__foot__h2 span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 4px 0px 4px;
  }
}
.top-main__foot__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .top-main__foot__slider {
    gap: 25px;
  }
}
.top-main__foot__slider li {
  width: 220px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.top-main__foot__slider li img {
  height: 40px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .top-main__foot__slider li img {
    height: 26px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__foot__slider li {
    width: 116px;
    line-height: 1.2em;
  }
}

@-webkit-keyframes blackWipeIn {
  0% {
    background-color: transparent;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes blackWipeIn {
  0% {
    background-color: transparent;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes blackWipeOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    background-color: transparent;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@keyframes blackWipeOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    background-color: transparent;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
/***************************ピックアップ************************/
#top-picup {
  position: relative;
}
@media screen and (min-width: 600px) {
  #top-picup {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  #top-picup {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}

.service-picup {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .service-picup {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-bottom: 30px;
  }
}
.service-picup__left {
  width: 400px;
  position: relative;
}
.service-picup__left img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .service-picup__left {
    width: 100% !important;
  }
}
.service-picup__left__icon {
  z-index: 100;
  position: absolute;
  top: -30px;
  left: -30px;
  background-color: #f7fa77;
  width: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 26px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  .service-picup__left__icon {
    top: -20px;
    left: -20px;
    font-size: 16px;
    width: 60px;
    line-height: 60px;
  }
}
.service-picup__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-picup__right__logo {
  display: inline-block;
  margin-right: 20px;
}
.service-picup__right__logo img {
  height: 45px;
  width: auto;
}
@media screen and (max-width: 599px) {
  .service-picup__right__logo img {
    height: 30px;
  }
}
.service-picup__right__icon {
  display: inline-block;
  vertical-align: bottom;
  height: 45px;
}
.service-picup__right__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 15px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
.service-picup__right__limited {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 15px;
  border-radius: 20px;
  background-color: #f7fa77;
}
.service-picup__right__catch {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #e72323;
  margin-bottom: 10px;
  line-height: 1.6em;
}
@media screen and (max-width: 599px) {
  .service-picup__right__catch {
    font-size: 16px;
    margin-top: 10px;
  }
}
.service-picup__right__info {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .service-picup__right__info {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.service-picup__right__more {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 54px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #ee4444;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 40px;
}
@media screen and (max-width: 599px) {
  .service-picup__right__more {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
  }
}

/***************************コンセプト************************/
.top-concept {
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-concept {
    height: 900px;
  }
}
.top-concept__bg {
  position: absolute;
  top: -100px;
  left: 0px;
  height: 100vh;
  width: 35%;
  background-color: #fafafa;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-concept__bg {
    top: 400px;
    width: 70%;
    height: 500px;
  }
}
.top-concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .top-concept__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-concept__content__left {
  width: 440px;
}
@media screen and (max-width: 599px) {
  .top-concept__content__left {
    width: 100%;
    padding: 30px 20px 0px 20px;
  }
}
.top-concept__content__left h3 {
  font-size: 44px;
  margin-bottom: 60px;
  line-height: 2em;
}
@media screen and (max-width: 599px) {
  .top-concept__content__left h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
}
.top-concept__content__left p {
  font-size: 18px;
  margin-bottom: 60px;
  font-weight: 600;
  line-height: 2.4em;
}
@media screen and (max-width: 599px) {
  .top-concept__content__left p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.top-concept__content__right {
  width: 520px;
  padding: 40px 20px 20px 0px;
}
@media screen and (max-width: 599px) {
  .top-concept__content__right {
    width: 70%;
    padding: 0px 10px 10px 0px;
    margin: 0 auto;
  }
}
.top-concept__content__right img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 20px 20px 0px #f5f5f5;
          box-shadow: 20px 20px 0px #f5f5f5;
}
@media screen and (max-width: 599px) {
  .top-concept__content__right img {
    -webkit-box-shadow: 10px 10px 0px #f5f5f5;
            box-shadow: 10px 10px 0px #f5f5f5;
  }
}

/***************************サービス************************/
#top-service {
  padding-top: 100px;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (max-width: 599px) {
  .service-list {
    padding: 0px;
  }
}
.service-list__main {
  grid-column: 1/-1;
}
@media screen and (max-width: 599px) {
  .service-list__main {
    padding: 0px 8px;
  }
}
.service-list__main img {
  width: 100%;
}
.service-list__noitem {
  grid-column: 1/-1;
  text-align: center;
  padding-top: 70px;
}
.service-list__noitem img {
  width: 436px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .service-list__noitem img {
    width: 100%;
    padding-top: 40%;
  }
}
.service-list__item {
  position: relative;
  padding: 0px 0px 170px 0px;
}
@media screen and (max-width: 599px) {
  .service-list__item {
    width: 100%;
    padding: 0px 30px 170px 30px;
  }
}
.service-list__item__logo {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .service-list__item__logo {
    padding-bottom: 0px;
  }
}
.service-list__item__logo a {
  position: relative;
  z-index: 3;
  display: inline-block;
}
.service-list__item__logo img {
  display: block;
  width: auto;
  height: 40px;
  margin: 0 auto;
  max-width: 100%;
}
.service-list__item__icon {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-align: center;
  line-height: 28px;
}
.service-list__item__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 15px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
.service-list__item__limited {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 15px;
  border-radius: 20px;
  background-color: #f7fa77;
}
.service-list__item__img {
  aspect-ratio: 250/166;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 599px) {
  .service-list__item__img {
    width: 80%;
    margin: 0 auto 10px auto;
  }
}
.service-list__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-list__item__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.87em;
}
.service-list__item__catch {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.service-list__item__info {
  font-size: 14px;
  line-height: 2em;
  font-weight: bold;
  line-height: 1.8em;
  font-weight: 500;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .service-list__item__info {
    letter-spacing: -0.1px;
  }
}
.service-list__item__benefitswrap {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 599px) {
  .service-list__item__benefitswrap {
    margin-top: 20px;
    height: 140px;
    width: 85%;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.service-list__item__benefits {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .service-list__item__benefits {
    font-size: 16px;
  }
}
.service-list__item__more {
  width: 210px;
  position: absolute;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 41px;
  border-radius: 30px;
  color: #ffffff;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .service-list {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .service-list {
    display: block;
    overflow: visible;
    gap: 0;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
  .service-list__main, .service-list__item {
    width: 100%;
    margin: 0;
  }
  .service-list .service-list.swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    gap: 0 !important;
    overflow: visible !important;
    -ms-scroll-snap-type: none !important;
        scroll-snap-type: none !important;
    -webkit-overflow-scrolling: touch;
  }
}

#top-service01 {
  position: relative;
  overflow: visible;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #top-service01 {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#top-service01 .service-list__item__title,
#top-service01 .service-list__item__benefits {
  color: #ee4444;
}
#top-service01 .service-list__item__benefitswrap {
  background-color: #fff2f2;
}
#top-service01 .service-list__item__more {
  background-color: #ee4444;
}
#top-service01 .service-list--outer .service-list__nav {
  border-color: #ee4444 !important;
}
#top-service01 .service-list--outer .service-list__nav::after {
  color: #ee4444 !important;
}
#top-service01 .service-list--swiper .swiper-pagination-bullet-active {
  background-color: #ee4444 !important;
}
#top-service01 .service-list--swiper .swiper-pagination-bullet {
  border: 2px solid #ee4444 !important;
  background-color: #ffffff;
  opacity: 1 !important;
}

#top-service02 {
  position: relative;
  overflow: visible;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #top-service02 {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#top-service02 .service-list__item__title,
#top-service02 .service-list__item__benefits {
  color: #47c152;
}
#top-service02 .service-list__item__benefitswrap {
  background-color: #f0fcf1;
}
#top-service02 .service-list__item__more {
  background-color: #47c152;
}
#top-service02 .service-list--outer .service-list__nav {
  border-color: #47c152 !important;
}
#top-service02 .service-list--outer .service-list__nav::after {
  color: #47c152 !important;
}
#top-service02 .service-list--swiper .swiper-pagination-bullet-active {
  background-color: #47c152 !important;
}
#top-service02 .service-list--swiper .swiper-pagination-bullet {
  border: 2px solid #47c152 !important;
  background-color: #ffffff;
  opacity: 1 !important;
}

#top-service03 {
  position: relative;
  overflow: visible;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #top-service03 {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#top-service03 .service-list__item__title,
#top-service03 .service-list__item__benefits {
  color: #f79608;
}
#top-service03 .service-list__item__benefitswrap {
  background-color: #fff6e9;
}
#top-service03 .service-list__item__more {
  background-color: #f79608;
}
#top-service03 .service-list--outer .service-list__nav {
  border-color: #f79608 !important;
}
#top-service03 .service-list--outer .service-list__nav::after {
  color: #f79608 !important;
}
#top-service03 .service-list--swiper .swiper-pagination-bullet-active {
  background-color: #f79608 !important;
}
#top-service03 .service-list--swiper .swiper-pagination-bullet {
  border: 2px solid #f79608 !important;
  background-color: #ffffff;
  opacity: 1 !important;
}

#top-service04 {
  position: relative;
  overflow: visible;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #top-service04 {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#top-service04 .service-list__item__title,
#top-service04 .service-list__item__benefits {
  color: #0083c9;
}
#top-service04 .service-list__item__benefitswrap {
  background-color: #eaf4fa;
}
#top-service04 .service-list__item__more {
  background-color: #0083c9;
}
#top-service04 .service-list--outer .service-list__nav {
  border-color: #0083c9 !important;
}
#top-service04 .service-list--outer .service-list__nav::after {
  color: #0083c9 !important;
}
#top-service04 .service-list--swiper .swiper-pagination-bullet-active {
  background-color: #0083c9 !important;
}
#top-service04 .service-list--swiper .swiper-pagination-bullet {
  border: 2px solid #0083c9 !important;
  background-color: #ffffff;
  opacity: 1 !important;
}

/***************************モーダル************************/
/* モーダル全体（画面いっぱい & 中央寄せ） */
.service-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  isolation: isolate;
  display: grid;
  place-items: center;
}
.service-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.service-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 1;
}
.service-modal.is-open .service-modal__backdrop {
  opacity: 1;
}
.service-modal__dialog {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  pointer-events: auto;
  width: min(900px, 96vw);
  background: #fff;
  border-radius: 30px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .service-modal__dialog {
    width: 90%;
    border-radius: 20px;
  }
}
.service-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 34px;
  color: #979797;
  background: #fff;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  z-index: 1000000;
}
@media screen and (max-width: 599px) {
  .service-modal__close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}
.service-modal__frame {
  width: 100%;
  height: 680px;
  border: 0;
  display: block;
  overflow: scroll;
}
@media screen and (max-width: 599px) {
  .service-modal__frame {
    height: 80vh;
  }
}

/* 背景スクロール固定（iOS対策含む） */
.service-modal-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .service-list--swiper {
    position: relative;
    overflow: hidden;
    color: #333;
    padding-bottom: 28px;
    overscroll-behavior-y: contain;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
  }
  .service-list--swiper.is-swiping-x {
    -ms-touch-action: none;
        touch-action: none;
  }
  /* 左右ナビゲーション（SP時のみ表示） */
  .service-list--outer {
    position: relative;
    overflow: visible;
    --arrow-offset: 10px;
  }
  /* 矢印の共通 */
  .service-list--outer .service-list__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    pointer-events: auto;
    width: 44px;
    line-height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #cccccc;
  }
  .service-list--outer .service-list__nav::after {
    font-size: 16px;
  }
  /* 左右個別のオフセット（translateXでレイアウト幅を増やさない） */
  .service-list--outer .service-list__nav--prev {
    left: 0px !important;
    -webkit-transform: translate(calc(-1 * var(--arrow-offset)), -50%);
            transform: translate(calc(-1 * var(--arrow-offset)), -50%);
  }
  .service-list--outer .service-list__nav--next {
    right: 0px !important;
    -webkit-transform: translate(var(--arrow-offset), -50%);
            transform: translate(var(--arrow-offset), -50%);
  }
  .service-list--outer .is-disabled {
    display: none;
  }
  /* ドットとの重なり軽減（必要に応じて） */
  .service-list--outer .swiper-pagination {
    bottom: 10px;
    z-index: 2;
  }
  .service-list--swiper .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    pointer-events: auto;
    text-align: center;
  }
  .service-list--swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 0.3;
    margin: 0 5px !important;
    background: currentColor;
  }
  .service-list--swiper .swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .service-list--swiper .swiper-wrapper {
    -webkit-overflow-scrolling: touch;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .service-list--swiper .swiper-wrapper:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .service-list--swiper .swiper-slide {
    pointer-events: auto;
    height: 630px !important;
  }
}
@media screen and (min-width: 600px) {
  .service-list--swiper .swiper-pagination {
    display: none;
  }
  .service-list--swiper {
    -ms-touch-action: auto;
        touch-action: auto;
  }
}
/***********************固定カテゴリー**********************/
.fix-categories {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .fix-categories {
    bottom: 0;
    width: 100%;
  }
}
.fix-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .fix-categories ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3px;
    background-color: #ffffff;
    padding: 10px;
  }
}
.fix-categories ul li {
  border-radius: 50px 0px 0px 50px;
}
@media screen and (max-width: 599px) {
  .fix-categories ul li {
    border-radius: 50px;
    width: 100%;
  }
}
.fix-categories ul li a {
  display: block;
  color: #ffffff;
  line-height: 50px;
  padding: 0px 20px 0px 20px;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .fix-categories ul li a {
    font-size: 13px;
    padding: 0;
    text-align: center;
    line-height: 43px;
  }
}
.fix-categories__item01 {
  background-color: #e72323;
}
@media screen and (max-width: 599px) {
  .fix-categories__item01 a {
    font-size: 12px !important;
  }
}
.fix-categories__item02 {
  background-color: #47c152;
}
.fix-categories__item03 {
  background-color: #f79608;
}
@media screen and (max-width: 599px) {
  .fix-categories__item03 a {
    font-size: 12px !important;
  }
}
.fix-categories__item04 {
  background-color: #0083c9;
}