@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 .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: 96px 0 0 0;
  overflow: hidden;
  position: relative;
}
section#service .inner .hero.on .inhero .text {
  clip-path: inset(0 0 0 0);
}
section#service .inner .hero.on .inhero .illust {
  opacity: 1;
  clip-path: circle(100% at 50% 50%);
}
section#service .inner .hero .inhero {
  width: calc(100% - 256px);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#service .inner .hero .inhero .text {
  text-align: left;
  width: 37.6%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#service .inner .hero .inhero .text h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 56px;
}
section#service .inner .hero .inhero .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#service .inner .hero .inhero .illust {
  width: 62.4%;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all 0.5s ease-in 0.5s;
}
section#service .inner .index {
  width: 100%;
  margin-bottom: 88px;
}
section#service .inner .index .inner {
  width: calc(100% - 256px);
  margin: 0 auto;
}
section#service .inner .index .inner .combo {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#service .inner .index .inner .combo .ctitle {
  text-align: left;
}
section#service .inner .index .inner .combo .ctitle.on dl dt, section#service .inner .index .inner .combo .ctitle.on dl dd {
  clip-path: inset(0 0 0 0);
}
section#service .inner .index .inner .combo .ctitle dl {
  margin-bottom: 64px;
}
section#service .inner .index .inner .combo .ctitle dl dt {
  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";
  margin-bottom: 16px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#service .inner .index .inner .combo .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.25s;
}
section#service .inner .index .inner .combo .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#service .inner .index .inner .combo .ctitle dl dd 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";
}
section#service .inner .index .inner .combo .links {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
section#service .inner .index .inner .combo .links .link {
  text-align: left;
  width: calc((100% - 80px) / 3);
}
section#service .inner .index .inner .combo .links .link.on a .ph::after {
  clip-path: inset(0 0 0 100%);
}
section#service .inner .index .inner .combo .links .link.on a p {
  opacity: 1;
}
section#service .inner .index .inner .combo .links .link.on a .btn {
  opacity: 1;
}
section#service .inner .index .inner .combo .links .link a {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
section#service .inner .index .inner .combo .links .link a:hover .ph img {
  transform: scale(1.05);
}
section#service .inner .index .inner .combo .links .link a:hover p span {
  background-size: 100% 1px;
}
section#service .inner .index .inner .combo .links .link a:hover .btn > span > span {
  color: #D44B6B;
}
section#service .inner .index .inner .combo .links .link a .ph {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
section#service .inner .index .inner .combo .links .link a .ph::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%);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#service .inner .index .inner .combo .links .link a .ph::after {
  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 .inner .index .inner .combo .links .link a .ph dl {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}
section#service .inner .index .inner .combo .links .link a .ph dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
section#service .inner .index .inner .combo .links .link a .ph dl dd {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
section#service .inner .index .inner .combo .links .link a .ph figure {
  width: 100%;
}
section#service .inner .index .inner .combo .links .link a .ph figure img {
  width: 100%;
  transition: all 0.3s ease-in 0s;
}
section#service .inner .index .inner .combo .links .link a p {
  opacity: 0;
  transition: all 0.5s ease-in 0.3s;
}
section#service .inner .index .inner .combo .links .link a p span {
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  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;
}
section#service .inner .index .inner .combo .links .link a .btn {
  margin-left: auto;
  opacity: 0;
  transition: all 0.5s ease-in 0.6s;
}
section#service .inner .index .inner .combo .links .link a .btn > span {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}
section#service .inner .index .inner .combo .links .link a .btn > span::after {
  content: "";
  width: 56px;
  height: 36px;
  background-image: url(../../common/images/btn1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
section#service .inner .index .inner .combo .links .link a .btn > span > span {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#service {
    padding: 80px 0 48px 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: 48px 0;
  }
  section#service .inner .hero .inhero {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#service .inner .hero .inhero .text {
    text-align: left;
    width: calc(100% - 32px);
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  section#service .inner .hero .inhero .text h3 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    text-align: center;
    margin-bottom: 24px;
  }
  section#service .inner .hero .inhero .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    text-align: center;
  }
  section#service .inner .hero .inhero .illust {
    width: calc(100% - 32px);
  }
  section#service .inner .index {
    width: 100%;
    margin-bottom: 0px;
  }
  section#service .inner .index .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#service .inner .index .inner .combo {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#service .inner .index .inner .combo .ctitle {
    text-align: left;
  }
  section#service .inner .index .inner .combo .ctitle dl {
    margin-bottom: 40px;
  }
  section#service .inner .index .inner .combo .ctitle dl dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#service .inner .index .inner .combo .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#service .inner .index .inner .combo .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#service .inner .index .inner .combo .ctitle dl dd span {
    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 .index .inner .combo .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  section#service .inner .index .inner .combo .links .link {
    text-align: left;
    width: 100%;
  }
  section#service .inner .index .inner .combo .links .link a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#service .inner .index .inner .combo .links .link a:hover .ph img {
    transform: scale(1);
  }
  section#service .inner .index .inner .combo .links .link a:hover p span {
    background-size: 100% 1px;
  }
  section#service .inner .index .inner .combo .links .link a:hover .btn > span > span {
    color: #000;
  }
  section#service .inner .index .inner .combo .links .link a .ph {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  section#service .inner .index .inner .combo .links .link a .ph::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%);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  section#service .inner .index .inner .combo .links .link a .ph dl {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 2;
  }
  section#service .inner .index .inner .combo .links .link a .ph dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#service .inner .index .inner .combo .links .link a .ph dl dd {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#service .inner .index .inner .combo .links .link a p span {
    color: #1E1E1E;
    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";
    background-size: 100% 1px;
    padding: 0px;
    background-image: none;
  }
  section#service .inner .index .inner .combo .links .link a .btn {
    margin-left: auto;
  }
  section#service .inner .index .inner .combo .links .link a .btn > span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#service .inner .index .inner .combo .links .link a .btn > span::after {
    width: 37px;
    height: 25px;
  }
  section#service .inner .index .inner .combo .links .link a .btn > span > span {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    background-size: 100% 1px;
  }
}

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