@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kri6qmn.css");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fuwa1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa3 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
section {
  width: 100%;
}
section#service {
  padding: 80px 0 0 0;
}
section#service .ph {
  position: relative;
}
section#service .ph::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D44B6B;
  clip-path: inset(0 0 0 0);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: clip-path 0.45s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
section#service .ph.on::before {
  clip-path: inset(0 0 0 100%);
}
section#service .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#service .inner .title {
  width: calc(100% - 256px);
  padding: 96px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
section#service .inner .title.on h3, section#service .inner .title.on h4 {
  clip-path: inset(0 0 0 0);
}
section#service .inner .title:not(:last-child) {
  margin-bottom: 40px;
}
section#service .inner .title h3 {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#service .inner .title h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#service .inner .breadcrumb {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  width: calc(100% - 256px);
  padding: 0 0 24px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#service .inner .breadcrumb.on {
  clip-path: inset(0 0 0 0);
}
section#service .inner .breadcrumb a {
  color: rgba(0, 0, 0, 0.2);
}
section#service .inner .breadcrumb a:hover {
  color: #D44B6B;
}
section#service .inner .hero {
  width: 100%;
  padding: 80px 0 0 0;
  margin-bottom: 56px;
  position: relative;
}
section#service .inner .hero.on .inhero::before {
  opacity: 1;
}
section#service .inner .hero.on .inhero .visual {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
section#service .inner .hero .inhero {
  width: calc(100% - 256px);
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
section#service .inner .hero .inhero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
section#service .inner .hero .inhero .text {
  text-align: left;
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}
section#service .inner .hero .inhero .text h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
section#service .inner .hero .inhero .text p {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#service .inner .hero .inhero .visual {
  width: 100%;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.75s ease-out 0s;
}
section#service .inner .lead {
  width: calc(100% - 256px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 96px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-out 0s;
}
section#service .inner .lead.on {
  clip-path: inset(0 0 0 0);
}
section#service .inner .lead.second {
  margin: 0 auto 54px auto;
}
section#service .inner .lead > div {
  text-align: left;
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#service .inner .lead > div h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#service .inner .lead > div p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#service .inner .detail {
  width: 100%;
  background-color: #F9F8F6;
  padding: 96px 0 0 0;
  margin: 0 auto;
}
section#service .inner .detail:not(:last-child) {
  margin-bottom: 88px;
}
section#service .inner .detail.s1 .inner .service:nth-child(1)::before {
  width: 65px;
  height: 102px;
  background-image: url(../images/illust1.png);
  top: -160px;
  left: calc(50% - 85px);
}
section#service .inner .detail.s1 .inner .service:nth-child(2)::before {
  width: 95px;
  height: 72px;
  background-image: url(../images/illust2.png);
  top: -76px;
  left: calc(50% + 80px);
}
section#service .inner .detail.s2 .inner:not(:last-child) {
  margin-bottom: 88px;
}
section#service .inner .detail.s2 .inner.i2 .service:nth-child(1)::before {
  width: 96px;
  height: 72px;
  background-image: url(../images/illust2.png);
  top: -416px;
  left: calc(50% + 24px);
}
section#service .inner .detail.s2 .inner.i2 .service:nth-child(2)::before {
  width: 65px;
  height: 102px;
  background-image: url(../images/illust1.png);
  top: -376px;
  left: calc(50% - 65px);
}
section#service .inner .detail.s2 .inner .service:nth-child(1)::before {
  width: 126px;
  height: 131px;
  background-image: url(../images/illust5.png);
  top: -260px;
  left: calc(50% + 24px);
}
section#service .inner .detail.s2 .inner .service:nth-child(2)::before {
  width: 200px;
  height: 90px;
  background-image: url(../images/illust4.png);
  top: -144px;
  left: calc(50% + 16px);
}
section#service .inner .detail.s3 .inner .service:nth-child(1)::before {
  width: 65px;
  height: 102px;
  background-image: url(../images/illust11.png);
  top: -160px;
  left: calc(50% - 85px);
}
section#service .inner .detail.s3 .inner .service:nth-child(2)::before {
  width: 95px;
  height: 72px;
  background-image: url(../images/illust2.png);
  top: -76px;
  left: calc(50% + 80px);
}
section#service .inner .detail.s4 .inner .service:nth-child(1)::before {
  width: 65px;
  height: 102px;
  background-image: url(../images/illust1.png);
  top: -160px;
  left: calc(50% + 85px);
}
section#service .inner .detail.s4 .inner .service:nth-child(2)::before {
  width: 200px;
  height: 90px;
  background-image: url(../images/illust4.png);
  top: -128px;
  left: calc(50% + 40px);
}
section#service .inner .detail.s5 .inner .service:nth-child(1)::before {
  width: 131px;
  height: 129px;
  background-image: url(../images/illust9.png);
  top: -160px;
  left: calc(50% + 85px);
}
section#service .inner .detail.s5 .inner .service:nth-child(2)::before {
  content: none;
}
section#service .inner .detail .cat {
  width: calc(100% - 256px);
  margin: 0 auto 56px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 24px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#service .inner .detail .cat.on {
  clip-path: inset(0 0 0 0);
}
section#service .inner .detail .cat.second {
  padding: 104px 0 0 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
section#service .inner .detail .cat h3 {
  color: #D44B6B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#service .inner .detail .cat p {
  color: rgba(0, 0, 0, 0.2);
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#service .inner .detail .inner {
  width: calc(100% - 256px);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 64px;
}
section#service .inner .detail .inner:not(:last-child) {
  margin-bottom: 96px;
}
section#service .inner .detail .inner.single {
  gap: 0px;
}
section#service .inner .detail .inner.single:not(:last-child) {
  margin-bottom: 96px;
}
section#service .inner .detail .inner.single .service {
  width: 100%;
}
section#service .inner .detail .inner.single .service::before {
  content: none;
}
section#service .inner .detail .inner .service {
  width: calc((100% - 80px) / 2);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
section#service .inner .detail .inner .service.on::before {
  opacity: 1;
  transform: translateY(0px);
}
section#service .inner .detail .inner .service.on h4 {
  clip-path: inset(0 0 0 0);
}
section#service .inner .detail .inner .service.on dl dt, section#service .inner .detail .inner .service.on dl dd {
  opacity: 1;
}
section#service .inner .detail .inner .service:nth-child(2)::before {
  transition-delay: 0.25s;
}
section#service .inner .detail .inner .service::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
  transform: translateY(40px);
}
section#service .inner .detail .inner .service h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 32px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease-in 0s;
}
section#service .inner .detail .inner .service h4::before {
  content: "";
  width: 4px;
  height: 24px;
  background-color: #D44B6B;
  display: block;
}
section#service .inner .detail .inner .service h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#service .inner .detail .inner .service figure {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
}
section#service .inner .detail .inner .service dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#service .inner .detail .inner .service dl dt {
  margin-bottom: 24px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
section#service .inner .detail .inner .service dl dt span {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: none;
  background-image: linear-gradient(90deg, #1E1E1E, #1E1E1E);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-bottom: 4px;
}
section#service .inner .detail .inner .service dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
section#service .inner .detail .casestudy {
  width: 100vw;
  background-color: #405E91;
  padding: 88px 0;
  margin-bottom: 96px;
  position: relative;
  overflow: hidden;
  left: calc(50% - 50vw);
}
section#service .inner .detail .casestudy .cat {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  gap: 24px 0;
}
section#service .inner .detail .casestudy .cat h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#service .inner .detail .casestudy .cat p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section#service .inner .detail .casestudy .cat p::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#service .inner .detail .casestudy .cat p span {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#service .inner .detail .casestudy .slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
section#service .inner .detail .casestudy .slider .arrow {
  width: 56px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 18px);
  z-index: 3;
}
section#service .inner .detail .casestudy .slider .arrow.prev {
  background-image: url(../images/arrow_prev.svg);
  left: calc(50% - 440px);
}
section#service .inner .detail .casestudy .slider .arrow.next {
  background-image: url(../images/arrow_next.svg);
  left: calc(50% + 440px - 56px);
}
section#service .inner .detail .casestudy .slider .swiper-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example:hover .text a dl dd {
  background-size: 100% 1px;
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example:hover .ph img {
  transform: scale(1.05);
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text::before {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a dl dt {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  text-decoration: none;
  background-image: linear-gradient(90deg, #1E1E1E, #1E1E1E);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding-bottom: 4px;
  transition: background-size 0.6s;
  background-image: linear-gradient(90deg, #FFF, #FFF);
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a .view {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  position: relative;
  transform: translateY(10px);
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a .view::after {
  content: "";
  width: 56px;
  height: 36px;
  background-image: url(../../common/images/btn0.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a .view span {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .ph {
  width: 100%;
}
section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .ph img {
  transition: all 0.3s ease-in 0s;
}
section#service .inner .detail .casestudy .slider .pager span.swiper-pagination-bullet {
  background-color: #D9D9D9;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  opacity: 1;
}
section#service .inner .detail .casestudy .slider .pager span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D44B6B;
}
section#service .inner .detail .btn {
  width: 100%;
  margin-bottom: 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
section#service .inner .detail .btn.on::before {
  transform: translateY(0px);
  opacity: 1;
}
section#service .inner .detail .btn.on::after {
  transform: translateY(0px);
  opacity: 1;
}
section#service .inner .detail .btn.s1::before {
  width: 122px;
  height: 122px;
  background-image: url(../images/illust3.png);
  top: calc(100% - 16px);
  left: calc(50% - 592px + 114px);
}
section#service .inner .detail .btn.s1::after {
  width: 200px;
  height: 90px;
  background-image: url(../images/illust4.png);
  top: -44px;
  left: calc(100% - 270px);
}
section#service .inner .detail .btn.s2::before {
  width: 60px;
  height: 147px;
  background-image: url(../images/illust6.png);
  top: calc(100% - 40px);
  left: calc(50% - 592px + 60px);
}
section#service .inner .detail .btn.s2::after {
  width: 90px;
  height: 100px;
  background-image: url(../images/illust7.png);
  top: -24px;
  left: calc(100% - 190px);
}
section#service .inner .detail .btn.s3::before {
  width: 107px;
  height: 156px;
  background-image: url(../images/illust12.png);
  top: calc(100% - 40px);
  left: calc(50% - 592px + 60px);
}
section#service .inner .detail .btn.s3::after {
  width: 65px;
  height: 102px;
  background-image: url(../images/illust1.png);
  top: -120px;
  left: calc(100% - 190px);
}
section#service .inner .detail .btn.s4::before {
  width: 95px;
  height: 72px;
  background-image: url(../images/illust2.png);
  top: calc(100% + 24px);
  left: calc(50% - 592px + 60px);
}
section#service .inner .detail .btn.s4::after {
  width: 102px;
  height: 110px;
  background-image: url(../images/illust8.png);
  top: calc(50% - 55px);
  left: calc(100% - 102px - 160px);
}
section#service .inner .detail .btn.s5::before {
  width: 96px;
  height: 146px;
  background-image: url(../images/illust10.png);
  top: -16px;
  left: calc(50% - 592px + 96px);
}
section#service .inner .detail .btn.s5::after {
  width: 96px;
  height: 72px;
  background-image: url(../images/illust2.png);
  top: calc(50% - 55px);
  left: calc(100% - 102px - 160px);
}
section#service .inner .detail .btn::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translateY(32px);
  transition: all 0.5s ease-in 0.25s;
}
section#service .inner .detail .btn::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in 0.5s;
}
section#service .inner .detail .btn > div a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
section#service .inner .detail .btn > div a:hover span {
  color: #D44B6B;
}
section#service .inner .detail .btn > div a::after {
  content: "";
  width: 56px;
  height: 36px;
  background-image: url(../../common/images/btn1.svg);
  background-repeat: no-repeat;
  background-position: conter;
  background-size: contain;
  display: block;
}
section#service .inner .detail .btn > div a span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: underline;
  transition: all 0.3s ease-in 0s;
}
section#service .inner .detail .entry {
  width: calc(100vw - 48px);
  margin: 0 auto;
  position: relative;
  left: 0px;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#service {
    padding: 80px 0 0 0;
  }
  section#service .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#service .inner .title {
    width: calc(100% - 32px);
    padding: 48px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#service .inner .title:not(:last-child) {
    margin-bottom: 32px;
  }
  section#service .inner .title h3 {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#service .inner .title h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#service .inner .breadcrumb {
    color: rgba(0, 0, 0, 0.3);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
  }
  section#service .inner .hero {
    width: 100%;
    padding: 32px 0 0 0;
    margin-bottom: 32px;
    position: relative;
  }
  section#service .inner .hero .inhero {
    width: calc(100% - 32px);
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  section#service .inner .hero .inhero::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  }
  section#service .inner .hero .inhero .text {
    bottom: 16px;
    left: 16px;
  }
  section#service .inner .hero .inhero .text h3 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#service .inner .hero .inhero .text p {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#service .inner .hero .inhero .illust {
    width: 100%;
  }
  section#service .inner .lead {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 48px;
  }
  section#service .inner .lead.second {
    margin: 0 auto 54px auto;
  }
  section#service .inner .lead > div {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#service .inner .lead > div h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#service .inner .lead > div h4 br {
    display: none;
  }
  section#service .inner .lead > div p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#service .inner .detail {
    width: 100%;
    background-color: #F9F8F6;
    padding: 48px 0 0 0;
    margin: 0 auto;
  }
  section#service .inner .detail:not(:last-child) {
    margin-bottom: 88px;
  }
  section#service .inner .detail.s1 .inner .service:nth-child(1)::before {
    width: 33px;
    height: 51px;
    background-image: url(../images/illust1.png);
    top: -80px;
    left: calc(50% - 85px);
  }
  section#service .inner .detail.s1 .inner .service:nth-child(2)::before {
    width: 48px;
    height: 36px;
    background-image: url(../images/illust2.png);
    top: -40px;
    left: calc(50% + 80px);
  }
  section#service .inner .detail.s2 .inner:not(:last-child) {
    margin-bottom: 40px;
  }
  section#service .inner .detail.s2 .inner.i2 .service:nth-child(1)::before {
    width: 48px;
    height: 36px;
    background-image: url(../images/illust2.png);
    top: -24px;
    left: calc(100% - 48px);
  }
  section#service .inner .detail.s2 .inner.i2 .service:nth-child(2)::before {
    width: 33px;
    height: 51px;
    background-image: url(../images/illust1.png);
    top: -24px;
    left: calc(50% - 33px);
  }
  section#service .inner .detail.s2 .inner .service:nth-child(1)::before {
    width: 63px;
    height: 66px;
    background-image: url(../images/illust5.png);
    top: -120px;
    left: calc(50% + 80px);
  }
  section#service .inner .detail.s2 .inner .service:nth-child(2)::before {
    width: 80px;
    height: 36px;
    background-image: url(../images/illust4.png);
    top: -44px;
    left: calc(100% - 80px + 8px);
  }
  section#service .inner .detail.s3 .inner .service:nth-child(1)::before {
    width: 65px;
    height: 102px;
    background-image: url(../images/illust11.png);
    top: -80px;
    left: calc(50% - 0px);
  }
  section#service .inner .detail.s3 .inner .service:nth-child(2)::before {
    width: 48px;
    height: 36px;
    background-image: url(../images/illust2.png);
    top: -24px;
    left: calc(50% + 80px);
  }
  section#service .inner .detail.s4 .inner .service:nth-child(1)::before {
    width: 33px;
    height: 51px;
    background-image: url(../images/illust1.png);
    top: -80px;
    left: calc(50% + 85px);
  }
  section#service .inner .detail.s4 .inner .service:nth-child(2)::before {
    width: 80px;
    height: 36px;
    background-image: url(../images/illust4.png);
    top: -24px;
    left: calc(100% - 80px + 16px);
  }
  section#service .inner .detail.s5 .inner .service:nth-child(1)::before {
    width: 66px;
    height: 65px;
    background-image: url(../images/illust9.png);
    top: -72px;
    left: calc(50% + 85px);
  }
  section#service .inner .detail.s5 .inner .service:nth-child(2)::before {
    content: none;
  }
  section#service .inner .detail .cat {
    width: calc(100% - 32px);
    margin: 0 auto 32px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 16px;
  }
  section#service .inner .detail .cat.second {
    padding: 32px 0 0 0;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
  section#service .inner .detail .cat h3 {
    color: #D44B6B;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#service .inner .detail .cat p {
    color: rgba(0, 0, 0, 0.2);
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#service .inner .detail .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 40px 0;
  }
  section#service .inner .detail .inner:not(:last-child) {
    margin-bottom: 40px;
  }
  section#service .inner .detail .inner.single {
    gap: 0px;
  }
  section#service .inner .detail .inner.single:not(:last-child) {
    margin-bottom: 40px;
  }
  section#service .inner .detail .inner.single .service {
    width: calc(100% - 32px);
  }
  section#service .inner .detail .inner.single .service::before {
    content: none;
  }
  section#service .inner .detail .inner .service {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  section#service .inner .detail .inner .service::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 1;
  }
  section#service .inner .detail .inner .service h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    margin-bottom: 16px;
  }
  section#service .inner .detail .inner .service h4::before {
    content: "";
    width: 4px;
    height: 24px;
    background-color: #D44B6B;
    display: block;
  }
  section#service .inner .detail .inner .service h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#service .inner .detail .inner .service figure {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
  }
  section#service .inner .detail .inner .service dl {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#service .inner .detail .inner .service dl dt {
    margin-bottom: 16px;
  }
  section#service .inner .detail .inner .service dl dt span {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#service .inner .detail .inner .service dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#service .inner .detail .casestudy {
    padding: 40px 0;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    left: calc(50% - 50vw);
  }
  section#service .inner .detail .casestudy .cat {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 16px 0;
  }
  section#service .inner .detail .casestudy .cat h3 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#service .inner .detail .casestudy .cat p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#service .inner .detail .casestudy .cat p::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#service .inner .detail .casestudy .cat p span {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#service .inner .detail .casestudy .slider {
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  section#service .inner .detail .casestudy .slider .arrow {
    width: 56px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 18px);
    z-index: 3;
  }
  section#service .inner .detail .casestudy .slider .arrow.prev {
    background-image: url(../images/arrow_prev.svg);
    left: calc(50% - 440px);
  }
  section#service .inner .detail .casestudy .slider .arrow.next {
    background-image: url(../images/arrow_next.svg);
    left: calc(50% + 440px - 56px);
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example {
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example:hover .text a dl dd {
    background-size: 0 2px;
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example:hover .ph img {
    transform: scale(1.05);
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text::before {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a {
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a dl dt {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    text-decoration: none;
    background-image: linear-gradient(90deg, #1E1E1E, #1E1E1E);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    padding-bottom: 4px;
    transition: background-size 0.6s;
    background-image: linear-gradient(90deg, #FFF, #FFF);
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a .view {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    gap: 0 8px;
    position: relative;
    transform: translateY(10px);
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a .view::after {
    content: "";
    width: 37px;
    height: 25px;
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .text a .view span {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .ph {
    width: 100%;
  }
  section#service .inner .detail .casestudy .slider .swiper-wrapper .swiper-slide .example .ph img {
    transition: all 0.3s ease-in 0s;
  }
  section#service .inner .detail .casestudy .slider .pager span.swiper-pagination-bullet {
    background-color: #D9D9D9;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    opacity: 1;
  }
  section#service .inner .detail .casestudy .slider .pager span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #D44B6B;
  }
  section#service .inner .detail .btn {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  section#service .inner .detail .btn.s1::before {
    width: 61px;
    height: 61px;
    background-image: url(../images/illust3.png);
    top: calc(100% - 16px);
    left: 24px;
  }
  section#service .inner .detail .btn.s1::after {
    width: 80px;
    height: 36px;
    background-image: url(../images/illust4.png);
    top: calc(100% - 16px);
    left: calc(100% - 80px);
  }
  section#service .inner .detail .btn.s2::before {
    width: 30px;
    height: 74px;
    background-image: url(../images/illust6.png);
    top: calc(100% - 48px);
    left: 24px;
  }
  section#service .inner .detail .btn.s2::after {
    width: 45px;
    height: 50px;
    background-image: url(../images/illust7.png);
    top: -24px;
    left: calc(100% - 45px - 24px);
  }
  section#service .inner .detail .btn.s3::before {
    width: 54px;
    height: 78px;
    background-image: url(../images/illust12.png);
    top: -16px;
    left: 24px;
  }
  section#service .inner .detail .btn.s3::after {
    width: 33px;
    height: 51px;
    background-image: url(../images/illust1.png);
    top: -80px;
    left: calc(100% - 33px - 24px);
  }
  section#service .inner .detail .btn.s4::before {
    width: 47px;
    height: 36px;
    background-image: url(../images/illust2.png);
    top: 24px;
    left: 16px;
  }
  section#service .inner .detail .btn.s4::after {
    width: 51px;
    height: 55px;
    background-image: url(../images/illust8.png);
    top: -10px;
    left: calc(100% - 51px - 16px);
  }
  section#service .inner .detail .btn.s5::before {
    width: 48px;
    height: 73px;
    background-image: url(../images/illust10.png);
    top: -32px;
    left: calc(100% - 48px - 16px);
  }
  section#service .inner .detail .btn.s5::after {
    width: 48px;
    height: 36px;
    background-image: url(../images/illust2.png);
    top: 0px;
    left: 16px;
  }
  section#service .inner .detail .btn::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 1;
  }
  section#service .inner .detail .btn::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 1;
  }
  section#service .inner .detail .btn > div a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
  }
  section#service .inner .detail .btn > div a:hover span {
    color: #D44B6B;
  }
  section#service .inner .detail .btn > div a::after {
    content: "";
    width: 56px;
    height: 36px;
    background-image: url(../../common/images/btn1.svg);
    background-repeat: no-repeat;
    background-position: conter;
    background-size: contain;
    display: block;
  }
  section#service .inner .detail .btn > div a span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: underline;
    transition: all 0.3s ease-in 0s;
  }
  section#service .inner .detail .entry {
    width: calc(100vw - 48px);
    margin: 0 auto;
    position: relative;
    left: 0px;
  }
}

/*# sourceMappingURL=style_service.css.map */
