:root {
  --color-white: #FFFFFF;
  --color-black: #22282a;
  --color-gray: #F0F0F0;
  --color-main: #7cb4f1;
  --color-main-dark: #579BE6;
  --color-main-deep: #357FD2;
  --color-text: #83929e;
  --color-accent: #222e0a;
  --color-menu-text: #224;
  --font-main: "neue-haas-grotesk-text", "ryo-gothic-plusn", sans-serif;
  --font-nijimi: "dnp-shuei-nmincho-std", sans-serif;
  --c-glass: #bbbbbc;
  --c-light: #fff;
  --c-dark: #000;
  --c-content: #224;
  --c-action: #0052f5;
  --c-bg: #e8e8e9;
  --glass-reflex-dark: 1;
  --glass-reflex-light: 1;
  --saturation: 150%;
}

/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 320px) {
  .fvTextWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .fvTextWrapper {
    width: 70%;
  }
}

.serviceProblem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .serviceProblem {
    padding: 5rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .serviceProblem {
    padding: 11.4rem 3vw 0 4.5vw;
  }
}

@media screen and (min-width: 320px) {
  .problemTitleWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .problemTitleWrapper {
    width: 48%;
  }
}

.problemTitleInner {
  position: sticky;
  top: 12rem;
}

@media screen and (min-width: 320px) {
  .problemTitleEn {
    font-size: 1.2rem;
    letter-spacing: 0.08rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .problemTitleEn {
    font-size: 1.7rem;
    letter-spacing: 0.11rem;
    text-align: left;
    padding-left: 1.4rem;
  }
}

.problemTitleJp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--font-nijimi);
  font-weight: 400;
  line-height: 1.313;
}
@media screen and (min-width: 320px) {
  .problemTitleJp {
    font-size: 3.2rem;
    margin-top: 2rem;
    text-align: center;
    letter-spacing: 0.05rem;
  }
}
@media screen and (min-width: 1025px) {
  .problemTitleJp {
    font-size: 6.4rem;
    margin-top: 6.2rem;
    text-align: left;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 320px) {
  .problemTitleJp .bottom {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .problemTitleJp .bottom {
    margin-left: 13.2rem;
    text-align: left;
  }
}

@media screen and (min-width: 320px) {
  .problemAboutWrapper {
    width: 100%;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .problemAboutWrapper {
    width: 50.6%;
    margin-top: 16.8rem;
  }
}

.problemAbout {
  opacity: 0.8;
  word-break: keep-all;
}
@media screen and (min-width: 320px) {
  .problemAbout {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.04rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .problemAbout {
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.06rem;
    text-align: left;
  }
}

.problemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .problemList {
    padding: 3rem 0 0;
    gap: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .problemList {
    padding: 10.8rem 2vw 0 0;
    gap: 2rem 0;
  }
}

.problemItem {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48.8%;
  background: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
          backdrop-filter: blur(16px) saturate(140%);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08), inset 0px 4px 15.52px 0.48px rgba(255, 255, 255, 0.8), inset -5.673px 1.953px 10.67px 0.33px rgba(255, 255, 255, 0.16), inset 5.846px -1.35px 9.7px 0.3px rgba(255, 255, 255, 0.07);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08), inset 0px 4px 15.52px 0.48px rgba(255, 255, 255, 0.8), inset -5.673px 1.953px 10.67px 0.33px rgba(255, 255, 255, 0.16), inset 5.846px -1.35px 9.7px 0.3px rgba(255, 255, 255, 0.07);
}
@media screen and (min-width: 320px) {
  .problemItem {
    min-height: 20rem;
    padding: 2.5rem 1rem 2rem;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .problemItem {
    min-height: 27rem;
    padding: 2rem 3rem;
    border-radius: 24px;
  }
}
.problemItem .itemNum {
  position: absolute;
  background: #bfdcf2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) {
  .problemItem .itemNum {
    top: 1rem;
    left: 1rem;
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
}
@media screen and (min-width: 1025px) {
  .problemItem .itemNum {
    top: 1.5rem;
    left: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
}
@media screen and (min-width: 320px) {
  .problemItem .itemSvg {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .problemItem .itemSvg {
    width: 22%;
  }
}
.problemItem .itemSvg svg {
  display: block;
  width: 100%;
  height: 100%;
}
.problemItem .itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-weight: 500;
  line-height: 1.667;
  margin: 16px 0 8px;
}
@media screen and (min-width: 320px) {
  .problemItem .itemTitle {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .problemItem .itemTitle {
    font-size: 2rem;
  }
}
.problemItem .itemText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .problemItem .itemText {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .problemItem .itemText {
    font-size: 1.6rem;
  }
}

.problemSlider {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0.16;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .problemSlider {
    inset: 62rem auto auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .problemSlider {
    inset: 62rem auto auto 0;
  }
}
.problemSlider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loopCl 80000ms linear infinite both;
          animation: loopCl 80000ms linear infinite both;
}
.problemSlider_slide {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .problemSlider_slide {
    font-size: 26.6rem;
    width: 400rem;
  }
}
@media screen and (min-width: 1025px) {
  .problemSlider_slide {
    font-size: 26.6rem;
    width: 400rem;
  }
}

@media screen and (min-width: 320px) {
  .serviceSolution {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .serviceSolution {
    margin-top: 128px;
  }
}
.serviceSolution_mv .imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .serviceSolution_mv .imgWrapper {
    padding-bottom: 62.5%;
  }
}
@media screen and (min-width: 1025px) {
  .serviceSolution_mv .imgWrapper {
    padding-bottom: 38.5%;
  }
}
.serviceSolution_mv img {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceSolution_listwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .serviceSolution_listwrapper {
    padding: 48px 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .serviceSolution_listwrapper {
    padding: 64px 2.5vw 0 7.5vw;
  }
}
@media screen and (min-width: 320px) {
  .serviceSolution_listhead {
    width: 100%;
    padding: 24px 0 0;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .serviceSolution_listhead {
    width: 35%;
    padding: 24px 0 0;
    text-align: left;
    margin-bottom: 0;
  }
}
.serviceSolution_listheadJa {
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .serviceSolution_listheadJa {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .serviceSolution_listheadJa {
    font-size: 4.8rem;
  }
}
.serviceSolution_listheadEn {
  margin-top: 8px;
}
@media screen and (min-width: 320px) {
  .serviceSolution_listheadEn {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .serviceSolution_listheadEn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 320px) {
  .serviceSolution_list {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .serviceSolution_list {
    width: 60%;
  }
}

.solutionTop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .solutionTop {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem 5vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .solutionTop {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 4.5rem 9.2vw 0 0;
  }
}

.solutionImg {
  aspect-ratio: 1157/620;
}
@media screen and (min-width: 320px) {
  .solutionImg {
    width: 60%;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .solutionImg {
    width: 74.7%;
    border-radius: 16px;
  }
}

.solutionTitle {
  font-family: var(--font-nijimi);
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.313;
}
@media screen and (min-width: 320px) {
  .solutionTitle {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    margin: 6rem 3vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .solutionTitle {
    font-size: 6.4rem;
    letter-spacing: 0.2rem;
    margin: 0 0 -4rem;
  }
}

.solutionTextEn {
  position: absolute;
  top: 0;
  font-weight: 700;
  line-height: 1.139;
  text-align: right;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 320px) {
  .solutionTextEn {
    right: 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .solutionTextEn {
    right: 9.2rem;
    font-size: 7.2rem;
  }
}

.solutionList {
  display: grid;
}
@media screen and (min-width: 320px) {
  .solutionList {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .solutionList {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.solutionItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08), inset 0px 4px 15.52px 0.48px rgba(255, 255, 255, 0.8), inset -5.673px 1.953px 10.67px 0.33px rgba(255, 255, 255, 0.16), inset 5.846px -1.35px 9.7px 0.3px rgba(255, 255, 255, 0.07);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08), inset 0px 4px 15.52px 0.48px rgba(255, 255, 255, 0.8), inset -5.673px 1.953px 10.67px 0.33px rgba(255, 255, 255, 0.16), inset 5.846px -1.35px 9.7px 0.3px rgba(255, 255, 255, 0.07);
}
@media screen and (min-width: 320px) {
  .solutionItem {
    padding: 1rem;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .solutionItem {
    padding: 1.6rem 3rem 1.6rem 1.6rem;
    border-radius: 24px;
  }
}
.solutionItem .itemImg {
  aspect-ratio: 43/28;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .solutionItem .itemImg {
    width: 29.5%;
    border-radius: 8px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .solutionItem .itemImg {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 320px) {
  .solutionItem .itemTextWrapper {
    width: 66%;
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .solutionItem .itemTextWrapper {
    width: 100%;
    padding-top: 8px;
  }
}
.solutionItem .itemTitle {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .solutionItem .itemTitle {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .solutionItem .itemTitle {
    font-size: 2rem;
  }
}
.solutionItem .itemDesc {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .solutionItem .itemDesc {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    letter-spacing: 0.02rem;
  }
}
@media screen and (min-width: 1025px) {
  .solutionItem .itemDesc {
    font-size: 1.6rem;
    margin-top: 1.4rem;
    letter-spacing: 0.04rem;
  }
}

.reasonImg {
  display: none;
}

.serviceReason {
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 320px) {
  .serviceReason {
    margin-top: 64px;
    border-radius: 40px 40px 0 0;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .serviceReason {
    margin-top: 128px;
    border-radius: 120px 120px 0 0;
    padding-top: unset;
  }
}
.serviceReason .bgVid {
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .serviceReason .bgVid {
    inset: 0 auto auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .serviceReason .bgVid {
    inset: 0 auto auto 0;
  }
}
.serviceReason .vidWrapepr {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.serviceReason video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes scrollText {
  100% {
    translate: -105%;
  }
}

@keyframes scrollText {
  100% {
    translate: -105%;
  }
}
@-webkit-keyframes scrollTextSp {
  100% {
    translate: -121%;
  }
}
@keyframes scrollTextSp {
  100% {
    translate: -121%;
  }
}
.reasonTitle {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  white-space: nowrap;
}
@media screen and (min-width: 320px) {
  .reasonTitle {
    font-size: 1.8rem;
    text-align: center;
    padding: 64px 5vw 32px;
  }
}
@media screen and (min-width: 1025px) {
  .reasonTitle {
    font-size: 3.2rem;
    text-align: left;
    padding: 64px 5vw 32px;
  }
}

.reasonList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .reasonList {
    padding: 0 5vw;
    gap: 2rem 1%;
  }
}
@media screen and (min-width: 1025px) {
  .reasonList {
    padding: 0 5vw 25.5rem;
    gap: 4rem 0.5%;
  }
}

.reasonItem {
  background: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
          backdrop-filter: blur(16px) saturate(140%);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08), inset 0px 4px 15.52px 0.48px rgba(255, 255, 255, 0.8), inset -5.673px 1.953px 10.67px 0.33px rgba(255, 255, 255, 0.16), inset 5.846px -1.35px 9.7px 0.3px rgba(255, 255, 255, 0.07);
          box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08), inset 0px 4px 15.52px 0.48px rgba(255, 255, 255, 0.8), inset -5.673px 1.953px 10.67px 0.33px rgba(255, 255, 255, 0.16), inset 5.846px -1.35px 9.7px 0.3px rgba(255, 255, 255, 0.07);
}
@media screen and (min-width: 320px) {
  .reasonItem {
    width: 100%;
    padding: 1rem 1rem 2rem;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .reasonItem {
    width: 33%;
    min-height: 63.6rem;
    padding: 1rem 1rem 4rem;
    border-radius: 24px;
  }
}
.reasonItem .itemImg {
  overflow: hidden;
  aspect-ratio: 277/157;
  background: lightblue;
}
@media screen and (min-width: 320px) {
  .reasonItem .itemImg {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .reasonItem .itemImg {
    border-radius: 20px;
  }
}
.reasonItem .itemNum {
  font-weight: 700;
  color: #FFFFFF;
  background: var(--color-main);
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 320px) {
  .reasonItem .itemNum {
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
    margin: 1.5rem 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .reasonItem .itemNum {
    font-size: 1.6rem;
    padding: 0.4rem 2rem;
    margin: 2.7rem 3rem 0;
  }
}
.reasonItem .itemCopy {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .reasonItem .itemCopy {
    font-size: 1.1rem;
    margin: 1rem 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .reasonItem .itemCopy {
    font-size: 1.6rem;
    margin: 1.4rem 4.8rem 0;
  }
}
.reasonItem .itemTitle {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .reasonItem .itemTitle {
    font-size: 1.4rem;
    margin: 0.3rem 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .reasonItem .itemTitle {
    font-size: 2rem;
    margin: 0.5rem 5rem 0;
  }
}
.reasonItem .itemDesc {
  line-height: 1.75;
  opacity: 0.8;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 320px) {
  .reasonItem .itemDesc {
    font-size: 1.2rem;
    padding: 1rem 1rem 0;
    margin: 0.8rem 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .reasonItem .itemDesc {
    font-size: 1.6rem;
    padding: 1.5rem 2rem 0;
    margin: 1.5rem 3rem 0;
  }
}

.serviceFlow {
  overflow: hidden;
  overscroll-behavior-y: contain;
}
@media screen and (min-width: 320px) {
  .serviceFlow {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .serviceFlow {
    padding-top: unset;
  }
}

.flowTitleEn {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#bfdcf2), to(#EDF8FF));
  background: linear-gradient(to right, #bfdcf2, #EDF8FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 320px) {
  .flowTitleEn {
    font-size: 5.8rem;
    letter-spacing: 0.1rem;
    padding: 0 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .flowTitleEn {
    font-size: 24rem;
    letter-spacing: 0.2rem;
    padding: 0 4.4vw;
  }
}

.flowTitleJp {
  font-weight: 700;
  color: #b2d7f4;
}
@media screen and (min-width: 320px) {
  .flowTitleJp {
    font-size: 1.6rem;
    padding: 1rem 2.5vw 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .flowTitleJp {
    font-size: 3.2rem;
    padding: 3.2rem 5vw;
  }
}

.flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
@media screen and (min-width: 320px) {
  .flowList {
    padding: 2.5rem 15vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .flowList {
    padding: 2.5rem 10vw 0 16.5vw;
  }
}
.flowList .flowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 320px) {
  .flowList .flowItem {
    width: 27.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .flowList .flowItem {
    width: 16.011458vw;
  }
}
.flowList .flowItem:nth-child(1) .itemInner {
  margin-left: 0;
}
.flowList .flowItem:nth-last-child(1) .itemTitleWrapper {
  background-image: url(../img/flowCircle02.webp);
}
.flowList .itemInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.7rem;
  width: calc(100% + 0.7rem);
}
.flowList .itemNum {
  top: -0.5rem;
  left: 0;
  position: absolute;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .flowList .itemNum {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .flowList .itemNum {
    font-size: 1.6rem;
  }
}
.flowList .itemTitleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-image: url(../img/flowCircle.webp);
  background-repeat: round;
  background-size: contain;
}
@media screen and (min-width: 320px) {
  .flowList .itemTitleWrapper {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 1025px) {
  .flowList .itemTitleWrapper {
    aspect-ratio: 150/131;
  }
}
.flowList .itemTitleJp {
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .flowList .itemTitleJp {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .flowList .itemTitleJp {
    font-size: 2rem;
  }
}
@media screen and (min-width: 320px) {
  .flowList .itemTitleEn {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .flowList .itemTitleEn {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}
.flowList .itemDesc {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .flowList .itemDesc {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .flowList .itemDesc {
    font-size: 1.6rem;
    line-height: 2.25;
    margin-top: 0.7rem;
  }
}

.servicePrice {
  background-image: url(../img/reasonBg.webp);
  background-repeat: no-repeat;
  background-size: 100% 80%;
}
@media screen and (min-width: 320px) {
  .servicePrice {
    margin-top: 10rem;
    padding-bottom: 5rem;
    border-radius: 40px 40px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .servicePrice {
    margin-top: 32.7rem;
    padding-bottom: 21rem;
    border-radius: 120px 120px 0 0;
  }
}

.priceMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .priceMain {
    padding: 5rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .priceMain {
    padding: 18.3rem 5.2vw 0 10vw;
  }
}

.priceTitle {
  font-family: var(--font-nijimi);
  font-weight: 400;
  line-height: 1.313;
}
@media screen and (min-width: 320px) {
  .priceTitle {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .priceTitle {
    font-size: 6.4rem;
    text-align: left;
  }
}

.priceAbout {
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .priceAbout {
    font-size: 1.3rem;
    margin-top: 3rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .priceAbout {
    font-size: 2.4rem;
    margin-top: 5.7rem;
    text-align: left;
  }
}

.priceImgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .priceImgWrapper {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .priceImgWrapper {
    width: 47.5%;
    margin: unset;
  }
}

.priceImg {
  background: #bfdcf2;
  aspect-ratio: 189/292;
  width: 48.6%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 320px) {
  .priceImg {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .priceImg {
    border-radius: 20px;
  }
}
@media screen and (min-width: 320px) {
  .priceImg:nth-child(1) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .priceImg:nth-child(1) {
    margin-top: -4.3rem;
  }
}
@media screen and (min-width: 320px) {
  .priceImg:nth-child(2) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .priceImg:nth-child(2) {
    margin-top: -27.5rem;
  }
}

.priceCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  line-height: 1.071;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 320px) {
  .priceCopy {
    font-size: 3.6rem;
    margin: -2.3rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .priceCopy {
    font-size: 14rem;
    margin: -9.8rem 7vw 0;
  }
}
.priceCopy .bottom {
  margin-left: auto;
}

@media screen and (min-width: 320px) {
  .serviceTeam_inner {
    margin: 96px 0 64px;
  }
}
@media screen and (min-width: 1025px) {
  .serviceTeam_inner {
    margin: 128px 0;
  }
}

@media screen and (min-width: 320px) {
  .recruitData {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .recruitData {
    margin-top: -50rem;
  }
}
@media screen and (min-width: 320px) {
  .recruitData .recSectionTitle {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .recruitData .recSectionTitle {
    margin: 0 10vw 0 auto;
  }
}

.dataList.threeColumn {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .dataList.threeColumn {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 2.2rem !important;
  }
}
@media screen and (min-width: 600px) {
  .dataList.threeColumn {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 2.2rem !important;
  }
}
@media screen and (min-width: 320px) {
  .dataList.threeColumn:nth-child(2) {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 600px) {
  .dataList.threeColumn:nth-child(2) {
    margin-top: -30rem !important;
  }
}
.dataList.threeColumn .dataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dataList.threeColumn .dataItem .itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (min-width: 320px) {
  .dataList.threeColumn .dataItem .itemContent svg {
    width: 12.4rem;
    height: 12.4rem;
  }
}
@media screen and (min-width: 600px) {
  .dataList.threeColumn .dataItem .itemContent svg {
    width: 22.4rem;
    height: 22.4rem;
  }
}
.dataList.threeColumn .dataItem .itemDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 900;
  gap: 4px;
}
@media screen and (min-width: 320px) {
  .dataList.threeColumn .dataItem .itemDetail {
    font-size: 3.2rem;
    line-height: 0.4;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .dataList.threeColumn .dataItem .itemDetail {
    font-size: 8rem;
    line-height: 1;
    padding-bottom: 0;
  }
}
.dataList.threeColumn .dataItem .itemDetail .smallText {
  font-size: 60%;
}/*# sourceMappingURL=services.css.map */