html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  color: #fff;
  background-color: #4243f1;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  font-family: "noto-sans-cjk-jp", "futura-pt", sans-serif, serif;
  font-weight: normal;
  line-height: 1;
  position: relative;
  overflow-x: clip;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/noise.png);
  background-repeat: repeat;
  mix-blend-mode: overlay;
  opacity: 0.25;
  pointer-events: none;
  z-index: -1;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

.c-mayu.is-offscreen {
  visibility: hidden !important;
}

.l-bg-particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.c-mayu {
  position: absolute;
  border-radius: 100vw;
  overflow: hidden;
  background-size: 100% 300%;
  animation: mayuGradient 10s linear infinite;
}
.c-mayu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/noise.png);
  background-repeat: repeat;
  mix-blend-mode: overlay;
  opacity: 0.25;
  pointer-events: none;
}
.c-mayu--green {
  background-image: linear-gradient(0deg, #9de643 0%, #11dddf 33.33%, #9de643 66.66%, #11dddf 100%);
}
.c-mayu--blue {
  background-image: linear-gradient(0deg, #0bd8e5 0%, #4387e6 33.33%, #0bd8e5 66.66%, #4387e6 100%);
}
.c-mayu--orange {
  background-image: linear-gradient(0deg, #ffcb5a 0%, #f37623 33.33%, #ffcb5a 66.66%, #f37623 100%);
}
.c-mayu--pink {
  background-image: linear-gradient(0deg, #ff688b 0%, #b55dff 33.33%, #ff688b 66.66%, #b55dff 100%);
}

@keyframes mayuGradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.u-spOnly {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .u-pcOnly {
    display: none !important;
  }
  .u-spOnly {
    display: block !important;
  }
}
.l-header {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: calc(20 / 1920 * min(1600px, 100vw)) calc(25 / 1920 * min(1600px, 100vw));
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
.l-header__nav__logo, .l-header__nav__item, .l-header__actions {
  opacity: 0;
  transform: translateY(-20px);
}
.l-header__actions {
  display: none;
}
.l-header__nav {
  max-width: 1900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__nav__logo {
  height: calc(30 / 1920 * min(1600px, 100vw));
}
.l-header__nav__logo__link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: calc(25 / 1920 * min(1600px, 100vw));
  height: 100%;
  transition: all 0.3s;
}
.l-header__nav__logo__link img {
  height: 100%;
  width: auto;
}
@media (hover: hover) {
  .l-header__nav__logo__link:hover {
    opacity: 0.6;
  }
}
.l-header__nav__logo__title {
  font-family: "futura-pt";
  font-weight: 500;
  font-size: calc(28 / 1920 * min(1600px, 100vw));
  color: #000;
}
.l-header__nav__list {
  display: flex;
  gap: calc(48 / 1920 * min(1600px, 100vw));
  align-items: center;
}
.l-header__nav__item a {
  display: block;
  color: #4243f1;
  font-family: "futura-pt";
  font-weight: 500;
  font-size: calc(20 / 1920 * min(1600px, 100vw));
  transition: transform 0.3s;
  position: relative;
}
.l-header__nav__item a::after {
  background-color: #4243f1;
  bottom: calc(-4 / 1920 * min(1600px, 100vw));
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}
@media (hover: hover) {
  .l-header__nav__item a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.l-header__nav__item--btn {
  border: calc(2 / 1920 * min(1600px, 100vw)) solid #4243f1;
  width: calc(218 / 1920 * min(1600px, 100vw));
  border-radius: calc(50 / 1920 * min(1600px, 100vw));
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
}
.l-header__nav__item--btn a {
  font-size: calc(22 / 1920 * min(1600px, 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4243f1;
  padding: calc(14 / 1920 * min(1600px, 100vw)) 0;
  transition: color 0.3s;
}
.l-header__nav__item--btn::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/svg/yajirushi_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(14 / 1920 * min(1600px, 100vw));
  height: calc(14 / 1920 * min(1600px, 100vw));
  top: 50%;
  right: calc(12 / 1920 * min(1600px, 100vw));
  transform: translateY(-50%) rotate(-90deg);
  transition: background-image 0.3s;
}
@media (hover: hover) {
  .l-header__nav__item--btn:hover {
    background-color: #4243f1;
  }
  .l-header__nav__item--btn:hover a {
    color: #fff;
  }
  .l-header__nav__item--btn:hover::after {
    background-image: url(../img/svg/yajirushi_white.svg);
  }
}

@media screen and (max-width: 750px) {
  .l-header {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 2.6666666667vw;
    transition: background-color 0.3s;
  }
  .l-header.is-drawer-open {
    background-color: transparent;
  }
  .l-header__nav {
    max-width: 720px;
    width: 100%;
  }
  .l-header__nav__logo {
    height: 3.4666666667vw;
  }
  .l-header__nav__logo__link {
    gap: 2.6666666667vw;
  }
  .l-header__nav__logo__title {
    font-size: 3.3333333333vw;
    transition: color 0.3s;
  }
  .is-drawer-open .l-header__nav__logo__title {
    color: #fff;
  }
  .l-header__actions {
    display: flex;
    align-items: center;
    gap: 2.6666666667vw;
    z-index: 10001;
  }
  .l-header__btn-entry {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2666666667vw solid #4243f1;
    border-radius: 6.6666666667vw;
    color: #4243f1;
    font-family: "futura-pt";
    font-weight: 500;
    font-size: 3.2466666667vw;
    width: 26.6666666667vw;
    height: 8vw;
    background-color: #fff;
    transition: background-color 0.3s;
    position: relative;
    transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  }
  .l-header__btn-entry::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url(../img/svg/yajirushi_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%) rotate(-90deg);
    transition: background-image 0.3s;
  }
  .is-drawer-open .l-header__btn-entry {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__hamburger {
    position: relative;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 50%;
    border: 0.2666666667vw solid #4243f1;
    background-color: #fff;
    cursor: pointer;
    z-index: 11000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4vw;
    transition: all 0.3s;
  }
  .l-header__hamburger span {
    display: block;
    width: 3.4666666667vw;
    height: 0.5333333333vw;
    background-color: #4243f1;
    transition: all 0.3s;
  }
  .l-header__hamburger.is-active {
    background-color: #fff;
    border-color: #fff;
  }
  .l-header__hamburger.is-active span {
    background-color: #4243f1;
  }
  .l-header__hamburger.is-active span:nth-of-type(1) {
    transform: translateY(0.9333333333vw) rotate(45deg);
  }
  .l-header__hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-active span:nth-of-type(3) {
    transform: translateY(-0.9333333333vw) rotate(-45deg);
  }
  .l-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
  }
  .l-drawer__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4243f1;
    transform: translateX(100%);
    z-index: -1;
    overflow: hidden;
  }
  .l-drawer__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/noise.png);
    background-repeat: repeat;
    mix-blend-mode: overlay;
    opacity: 0.25;
    pointer-events: none;
    z-index: -1;
  }
  .l-drawer__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
  .l-drawer__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8vw;
    width: 100%;
  }
  .l-drawer__item {
    text-align: center;
  }
  .l-drawer__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }
  .l-drawer__item .en {
    font-family: "futura-pt";
    font-size: 8.4vw;
    font-weight: 600;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.2666666667vw;
  }
  .l-drawer__item .jp {
    font-size: 2.4vw;
    font-weight: 300;
  }
  .l-drawer__btn {
    margin-top: 14.6666666667vw;
  }
  .l-drawer__btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #4243f1;
    font-family: "futura-pt";
    font-size: 6.4vw;
    font-weight: 600;
    width: 44.6666666667vw;
    height: 12vw;
    border-radius: 6.6666666667vw;
    position: relative;
  }
  .l-drawer__btn__link::after {
    position: absolute;
    content: "";
    background-image: url(../img/svg/yajirushi_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.p-kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-kv__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-kv__inner__logo {
  width: min(392px, 20.4166666667vw);
  margin: 0 auto;
  margin-bottom: min(32px, 1.6666666667vw);
}
.p-kv__inner__logo img {
  width: 100%;
}
.p-kv__inner__title {
  font-size: min(63px, 3.28125vw);
  font-family: "futura-pt";
  font-weight: 600;
  margin-bottom: min(57px, 2.96875vw);
}
.p-kv__inner__copy {
  font-size: min(80px, 4.1666666667vw);
  font-weight: 900;
  background: linear-gradient(90deg, #ceff1b 0%, #cf36d1 50%, #ceff1b 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 3s linear infinite reverse;
}
.p-kv__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.p-kv__scroll__text {
  font-family: "futura-pt";
  font-size: min(24px, 1.25vw);
  font-weight: 500;
}
.p-kv__scroll__border {
  position: relative;
  top: min(12px, 0.625vw);
  width: 2px;
  height: min(280px, 14.5833333333vw);
  overflow: hidden;
  margin: auto;
}
.p-kv__scroll__border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: min(280px, 14.5833333333vw);
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  animation: scrollbar 2s ease-in-out infinite;
  margin: auto;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes scrollbar {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 750px) {
  .p-kv__inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .p-kv__inner__logo {
    width: 52.2666666667vw;
    margin: 0 auto;
    margin-bottom: 4.2666666667vw;
  }
  .p-kv__inner__title {
    font-size: 8.4vw;
    margin-bottom: 7.6vw;
  }
  .p-kv__inner__copy {
    font-size: 6.4vw;
  }
  .p-kv__scroll {
    bottom: -2.6666666667vw;
  }
  .p-kv__scroll__text {
    font-size: 3.2vw;
  }
  .p-kv__scroll__border {
    top: 2.1333333333vw;
    width: 2px;
    height: 34.6666666667vw;
  }
  .p-kv__scroll__border::before {
    width: 1px;
    height: 34.6666666667vw;
  }
}
#about {
  scroll-margin-top: min(30px, 1.5625vw);
}

.p-about {
  width: 100%;
  padding: min(120px, 6.25vw) 0;
  position: relative;
}
.p-about__follow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.p-about__follow {
  position: sticky;
  top: calc(150 / 1920 * min(1400px, 100vw));
  left: 0;
}
.p-about__follow img {
  width: calc(160 / 1920 * min(1400px, 100vw));
}
.p-about__main {
  text-align: center;
  margin-bottom: min(280px, 14.5833333333vw);
}
.p-about__main__spTitle {
  display: none;
}
.p-about__main__title {
  font-weight: 900;
  font-size: calc(80 / 1920 * min(1300px, 100vw));
  margin-bottom: calc(125 / 1920 * min(1300px, 100vw));
  letter-spacing: calc(2 / 1920 * min(1300px, 100vw));
}
.p-about__main__text {
  margin: 0 auto;
  max-width: 1000px;
  font-weight: 700;
  font-size: min(40px, 2.0833333333vw);
  line-height: min(90px, 4.6875vw);
  color: #97ec2d;
}
.p-about__main .char {
  display: inline-block;
}
.p-about__service {
  margin: 0 auto;
  overflow-x: clip;
}
.p-about__service__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20 / 1920 * min(1324px, 100vw));
}
.p-about__service__box {
  width: calc(420 / 1920 * min(1324px, 100vw));
  height: calc(650 / 1920 * min(1324px, 100vw));
  position: relative;
  cursor: pointer;
}
.p-about__service__box__bg {
  width: 100%;
}
.p-about__service__box__number {
  width: calc(150 / 1920 * min(1324px, 100vw));
  position: absolute;
  top: calc(-30 / 1920 * min(1324px, 100vw));
  right: 0;
}
.p-about__service__box__title {
  width: calc(212 / 1920 * min(1324px, 100vw));
  position: absolute;
  bottom: calc(70 / 1920 * min(1324px, 100vw));
  left: 15%;
  text-align: center;
  font-weight: 500;
  font-size: calc(43.5 / 1920 * min(1324px, 100vw));
}
.p-about__service__box__title--soft {
  left: 11%;
  font-size: calc(40 / 1920 * min(1324px, 100vw));
  width: -moz-fit-content;
  width: fit-content;
}
.p-about__service__box__title span {
  display: block;
  font-size: calc(32.5 / 1920 * min(1324px, 100vw));
  margin-top: calc(8 / 1920 * min(1324px, 100vw));
}
.p-about__service__box__image {
  position: absolute;
  top: 48%;
  left: 50%;
  width: calc(180 / 1920 * min(1324px, 100vw));
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.p-about__service__box__image--soft {
  top: 48%;
  left: 50.5%;
  width: calc(264 / 1920 * min(1324px, 100vw));
}
.p-about__service__box__desc {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: calc(24 / 1920 * min(1324px, 100vw));
  line-height: calc(40 / 1920 * min(1324px, 100vw));
  pointer-events: none;
  opacity: 0;
  transform: translate(-30%, -50%);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (hover: hover) {
  .p-about__service__box:hover {
    cursor: default;
  }
  .p-about__service__box:hover .p-about__service__box__image {
    opacity: 0;
    transform: translate(-90%, -50%);
  }
  .p-about__service__box:hover .p-about__service__box__desc {
    opacity: 1;
    transform: translate(-48%, -50%);
  }
}
.p-about__service__btn {
  width: min(410px, 21.3541666667vw);
  border: min(2px, 0.1041666667vw) solid #fff;
  border-radius: min(50px, 2.6041666667vw);
  position: relative;
  margin: min(70px, 3.6458333333vw) min(190px, 9.8958333333vw) 0 auto;
  transition: background-color 0.3s;
}
.p-about__service__btn__link {
  font-size: min(30px, 1.5625vw);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(20px, 1.0416666667vw) 0;
  color: #fff;
  font-family: "futura-pt";
  font-weight: 500;
  letter-spacing: min(1px, 0.0520833333vw);
  transition: color 0.3s;
}
.p-about__service__btn__link::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/svg/yajirushi_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(20px, 1.0416666667vw);
  height: min(20px, 1.0416666667vw);
  top: 50%;
  right: min(30px, 1.5625vw);
  transform: translateY(-50%) rotate(-90deg);
  transition: background-image 0.3s;
}
@media (hover: hover) {
  .p-about__service__btn:hover {
    background-color: #fff;
  }
  .p-about__service__btn:hover .p-about__service__btn__link {
    color: #4243f1;
  }
  .p-about__service__btn:hover .p-about__service__btn__link::after {
    background-image: url(../img/svg/yajirushi_blue.svg);
  }
}

@media screen and (max-width: 750px) {
  .p-about {
    padding: 13.3333333333vw 0 20vw;
  }
  .p-about__follow {
    display: none;
  }
  .p-about__main {
    margin-bottom: 22.6666666667vw;
  }
  .p-about__main__spTitle {
    display: block;
    font-family: "futura-pt";
    font-weight: 600;
    font-size: 10.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-about__main__title {
    font-size: 3.2vw;
    margin-bottom: 10.6666666667vw;
    letter-spacing: 0.2666666667vw;
    font-weight: 400;
  }
  .p-about__main__text {
    max-width: 750px;
    font-size: 3.8666666667vw;
    line-height: 8.6666666667vw;
  }
  .p-about__service__content {
    max-width: 700px;
    flex-wrap: wrap;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    row-gap: 39.3333333333vw;
  }
  .p-about__service__box {
    width: 44.2666666667vw;
    height: 68.2666666667vw;
    cursor: auto;
  }
  .p-about__service__box__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .p-about__service__box__number {
    width: 13.3333333333vw;
    top: -1.3333333333vw;
  }
  .p-about__service__box__title {
    width: 24vw;
    bottom: auto;
    top: 50.6666666667vw;
    left: 13%;
    font-size: 4.48vw;
  }
  .p-about__service__box__title--soft {
    width: -moz-fit-content;
    width: fit-content;
    left: 9.5%;
  }
  .p-about__service__box__title span {
    display: block;
    font-size: 3.3333333333vw;
    margin-top: 1.0666666667vw;
  }
  .p-about__service__box__image {
    top: 29.3333333333vw;
    left: 50%;
    width: 17.3333333333vw;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: none;
  }
  .p-about__service__box__image--soft {
    top: 44%;
    left: 52%;
    width: 26.6666666667vw;
  }
  .p-about__service__box__desc {
    position: relative;
    width: 38.6666666667vw !important;
    left: auto;
    top: unset;
    bottom: -74.6666666667vw;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 2.9333333333vw;
    line-height: 4vw;
    pointer-events: auto;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media screen and (max-width: 750px) and (hover: hover) {
  .p-about__service__box:hover .p-about__service__box__image {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .p-about__service__box:hover .p-about__service__box__desc {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 750px) {
  .p-about__service__btn {
    width: 45.3333333333vw;
    border: 0.2666666667vw solid #fff;
    border-radius: 6.6666666667vw;
    margin: 38vw 2.6666666667vw 0 auto;
  }
  .p-about__service__btn__link {
    font-size: 4.2666666667vw;
    padding: 3.8666666667vw 0;
    letter-spacing: 0.1333333333vw;
  }
  .p-about__service__btn__link::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
#ideal {
  scroll-margin-top: min(30px, 1.5625vw);
}

.p-ideal {
  width: 100%;
  padding: min(120px, 6.25vw) 0;
  position: relative;
}
.p-ideal__thumbnail, .p-ideal__copy, .p-ideal__inner {
  position: relative;
  z-index: 1;
}
.p-ideal__thumbnail {
  width: 90%;
  max-width: 1720px;
  height: min(675px, 35.15625vw);
  margin: 0 auto min(90px, 4.6875vw);
  overflow: hidden;
  border-radius: min(20px, 1.0416666667vw);
  --clip-y: 30%;
  --clip-x: 30%;
  clip-path: inset(var(--clip-y) var(--clip-x) round min(20px, 1.0416666667vw));
  will-change: clip-path;
  transform: translateZ(0);
}
.p-ideal__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform-origin: center;
}
.p-ideal__container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}
.p-ideal__copy {
  overflow: hidden;
  flex-shrink: 0;
}
.p-ideal__copy__inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: loopText 40s linear infinite;
}
.p-ideal__copy__text {
  font-family: "futura-pt";
  font-weight: 500;
  font-size: min(120px, 6.25vw);
  background: linear-gradient(90deg, #94e55e 0%, #14d3e5 50%, #94e55e 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  padding-right: min(30px, 1.5625vw);
}
.p-ideal__inner {
  width: calc(1400 / 1920 * min(1646px, 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.p-ideal__content {
  position: relative;
  width: 100%;
  height: calc(480 / 1920 * min(1646px, 100vw));
}
.p-ideal__static {
  position: absolute;
  top: calc(-50 / 1920 * min(1646px, 100vw));
  left: calc(480 / 1920 * min(1646px, 100vw));
  width: calc(790 / 1920 * min(1646px, 100vw));
  z-index: 2;
}
.p-ideal__title {
  font-size: calc(64 / 1920 * min(1646px, 100vw));
  font-weight: 200;
  margin-top: calc(30 / 1920 * min(1646px, 100vw));
  margin-bottom: calc(43 / 1920 * min(1646px, 100vw));
  letter-spacing: calc(2 / 1920 * min(1646px, 100vw));
}
.p-ideal__line {
  width: 100%;
  height: calc(2 / 1920 * min(1646px, 100vw));
  background-color: #fff;
}
.p-ideal__list {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-ideal__item {
  position: absolute;
  top: calc(0 / 1920 * min(1646px, 100vw));
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.p-ideal__item__number {
  width: calc(350 / 1920 * min(1646px, 100vw));
  margin-right: calc(125 / 1920 * min(1646px, 100vw));
  text-align: right;
}
.p-ideal__item__number img {
  width: 100%;
}
.p-ideal__item__text {
  width: calc(850 / 1920 * min(1646px, 100vw));
  padding-top: calc(110 / 1920 * min(1646px, 100vw));
  font-size: calc(87.5 / 1920 * min(1646px, 100vw));
  background: linear-gradient(90deg, #94e55e 0%, #14d3e5 50%, #94e55e 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1.4;
}
.p-ideal__dots {
  position: absolute;
  right: calc(-140 / 1920 * min(1646px, 100vw));
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: calc(25 / 1920 * min(1646px, 100vw));
  z-index: 2;
}
.p-ideal__dots li {
  width: calc(10 / 1920 * min(1646px, 100vw));
  height: calc(10 / 1920 * min(1646px, 100vw));
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: background 0.3s;
  position: relative;
  cursor: pointer;
}
.p-ideal__dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(40 / 1920 * min(1646px, 100vw));
  height: calc(40 / 1920 * min(1646px, 100vw));
}
.p-ideal__dots li.is-active {
  background: #fff;
}

@keyframes loopText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .p-ideal {
    padding: 20vw 0;
  }
  .p-ideal__thumbnail {
    height: 34.6666666667vw;
    margin: 0 auto 6.9333333333vw;
    border-radius: 2.6666666667vw;
    clip-path: inset(var(--clip-y) var(--clip-x) round 2.6666666667vw);
  }
  .p-ideal__container {
    height: auto;
    display: block;
  }
  .p-ideal__copy {
    margin-bottom: 13.3333333333vw;
  }
  .p-ideal__copy__text {
    font-size: 10.1333333333vw;
    padding-right: 2.6666666667vw;
  }
  .p-ideal__inner {
    height: 100vh;
    max-width: 82.6666666667vw;
  }
  .p-ideal__content {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .p-ideal__static {
    top: 48%;
    left: -2.6666666667vw;
    width: 81.3333333333vw;
  }
  .p-ideal__title {
    font-size: 6.6666666667vw;
    margin-top: 0;
    margin-bottom: 4.4vw;
    letter-spacing: 0.2666666667vw;
  }
  .p-ideal__item {
    position: absolute;
    top: 5.3333333333vw;
    left: -2.6666666667vw;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .p-ideal__item__number {
    width: 33.3333333333vw;
    margin-right: 0;
    margin-bottom: 20vw;
    text-align: left;
  }
  .p-ideal__item__text {
    width: 82.6666666667vw;
    padding-top: 1.3333333333vw;
    font-size: 9vw;
  }
  .p-ideal__dots {
    right: 0;
    top: 35%;
    gap: 6vw;
  }
  .p-ideal__dots li {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
#products {
  scroll-margin-top: min(30px, 1.5625vw);
}

.p-products {
  padding: min(150px, 7.8125vw) 0 min(105px, 5.46875vw);
  width: 100%;
  position: relative;
}
.p-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
.p-products__title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: min(150px, 7.8125vw);
}
.p-products__title__en {
  font-family: "futura-pt";
  font-weight: 600;
  font-size: calc(163 / 1920 * min(1300px, 100vw));
  color: #fa5f8c;
  margin-bottom: calc(30 / 1920 * min(1300px, 100vw));
}
.p-products__title__jp {
  font-size: calc(32 / 1920 * min(1300px, 100vw));
  color: #fa5f8c;
  font-weight: 400;
}
.p-products .swiper {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}
.p-products .swiperAbove {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p-products .swiperBelow {
  border-bottom: 1px solid #ccc;
}
.p-products .swiper-wrapper {
  transition-timing-function: linear;
}
.p-products .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(240px, 12.5vw);
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: min(50px, 2.6041666667vw) 0;
}
.p-products .swiper-slide img {
  width: 80%;
  max-width: min(150px, 7.8125vw);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-products .swiper-slide__a {
  display: flex;
  justify-content: center;
  height: 100%;
}
.p-products .swiper-slide__a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-products .swiper-slide.u-auto {
  padding: min(85px, 4.4270833333vw) 0;
}
.p-products .swiper-slide.u-auto img {
  width: 70%;
}
.p-products .swiper-slide.u-small {
  padding: min(60px, 3.125vw) 0;
}
.p-products .swiper-slide.u-small img {
  width: 70%;
}
.p-products .swiper-slide.u-big {
  padding: min(20px, 1.0416666667vw) 0;
}
.p-products .swiper-slide.u-big img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p-products {
    padding: 18.6666666667vw 0 14vw;
  }
  .p-products__title {
    margin-bottom: 13.3333333333vw;
  }
  .p-products__title__en {
    font-size: 10.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-products__title__jp {
    font-size: 3.2vw;
  }
  .p-products .swiper-slide {
    height: 28.8vw;
  }
  .p-products .swiper-slide img {
    max-width: 24vw;
  }
  .p-products .swiper-slide__a {
    display: flex;
    justify-content: center;
    height: 76%;
  }
  .p-products .swiper-slide__a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-products .swiper-slide.u-auto {
    padding: 9.3333333333vw 0;
  }
  .p-products .swiper-slide.u-auto img {
    width: 70%;
  }
  .p-products .swiper-slide.u-small {
    padding: 6vw 0;
  }
  .p-products .swiper-slide.u-small img {
    width: 70%;
  }
  .p-products .swiper-slide.u-big {
    padding: 8vw 0;
  }
  .p-products .swiper-slide.u-big img {
    width: 70%;
  }
}
#careers {
  scroll-margin-top: min(30px, 1.5625vw);
}

.p-careers {
  position: relative;
  width: 100%;
  padding-top: min(295px, 15.3645833333vw);
  padding-bottom: min(145px, 7.5520833333vw);
  text-align: center;
  overflow: hidden;
  background-color: #fff;
}
.p-careers__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: bottom center;
  width: min(1920px, 100vw);
  height: min(930px, 48.4375vw);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background: linear-gradient(180deg, #4379e6 0%, #0bd8e5 100%);
  z-index: 0;
}
.p-careers__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/noise.png);
  background-repeat: repeat;
  mix-blend-mode: overlay;
  opacity: 0.25;
  border-radius: inherit;
  pointer-events: none;
}
.p-careers__title, .p-careers__text, .p-careers__btn {
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.p-careers__title {
  margin-bottom: min(110px, 5.7291666667vw);
}
.p-careers__title__en {
  font-family: "futura-pt";
  font-weight: 600;
  font-size: calc(140 / 1920 * min(1300px, 100vw));
  margin-bottom: calc(30 / 1920 * min(1300px, 100vw));
}
.p-careers__title__jp {
  font-size: calc(32 / 1920 * min(1300px, 100vw));
  font-weight: 400;
  letter-spacing: calc(2 / 1920 * min(1300px, 100vw));
}
.p-careers__text {
  font-size: calc(46 / 1920 * min(1400px, 100vw));
  line-height: calc(72 / 1920 * min(1400px, 100vw));
  margin-bottom: calc(100 / 1920 * min(1400px, 100vw));
  font-weight: 400;
}
.p-careers__btn {
  display: inline-block;
}
.p-careers__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(720 / 1920 * min(1400px, 100vw));
  padding: calc(35 / 1920 * min(1400px, 100vw)) 0;
  border-radius: calc(100 / 1920 * min(1400px, 100vw));
  background: linear-gradient(90deg, #ff5d83 0%, #b55dff 100%);
  color: #fff;
  font-size: calc(28 / 1920 * min(1400px, 100vw));
  font-weight: 400;
  letter-spacing: calc(2 / 1920 * min(1400px, 100vw));
  position: relative;
  z-index: 1;
}
.p-careers__btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b55dff 0%, #ff5d83 100%);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
.p-careers__btn__link::after {
  position: absolute;
  content: "";
  background-image: url(../img/svg/yajirushi_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(18 / 1920 * min(1400px, 100vw));
  height: calc(18 / 1920 * min(1400px, 100vw));
  top: 50%;
  right: calc(40 / 1920 * min(1400px, 100vw));
  transform: translateY(-50%) rotate(-90deg);
}
@media (hover: hover) {
  .p-careers__btn__link:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
  .p-careers {
    padding-top: 24vw;
    padding-bottom: 9.3333333333vw;
  }
  .p-careers__bg {
    width: 100%;
    height: calc(100% - 6.6666666667vw);
    border-radius: 50vw 50vw 0 0;
  }
  .p-careers__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/noise.png);
    background-repeat: repeat;
    mix-blend-mode: overlay;
    opacity: 0.25;
    border-radius: inherit;
    pointer-events: none;
  }
  .p-careers__title, .p-careers__text, .p-careers__btn {
    transform: translateY(30px);
  }
  .p-careers__title {
    margin-bottom: 8.2666666667vw;
  }
  .p-careers__title__en {
    font-size: 10.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-careers__title__jp {
    font-size: 3.2vw;
    letter-spacing: 0.2666666667vw;
  }
  .p-careers__text {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    margin-bottom: 7.3333333333vw;
  }
  .p-careers__btn__link {
    width: 90.6666666667vw;
    padding: 4vw 0;
    border-radius: 13.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2666666667vw;
  }
  .p-careers__btn__link::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    right: 4vw;
  }
}
#interviews {
  scroll-margin-top: min(30px, 1.5625vw);
}

.p-interviews {
  width: 100%;
  padding: min(200px, 10.4166666667vw) min(100px, 5.2083333333vw) min(90px, 4.6875vw);
}
.p-interviews__title {
  margin-bottom: calc(185 / 1920 * min(1300px, 100vw));
  text-align: center;
}
.p-interviews__title__en {
  font-family: "futura-pt";
  font-weight: 600;
  font-size: calc(140 / 1920 * min(1300px, 100vw));
  margin-bottom: calc(30 / 1920 * min(1300px, 100vw));
}
.p-interviews__title__jp {
  font-size: calc(32 / 1920 * min(1300px, 100vw));
  font-weight: 400;
  letter-spacing: calc(2 / 1920 * min(1300px, 100vw));
}
.p-interviews__inner {
  display: flex;
  flex-direction: column;
  gap: calc(120 / 1920 * min(1340px, 100vw));
  max-width: 1200px;
  margin: 0 auto;
}
.p-interviews__box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: calc(10 / 1920 * min(1340px, 100vw)) 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  margin-top: calc(50 / 1920 * min(1340px, 100vw));
}
.p-interviews__box:nth-child(6n+1) {
  --box-gradient: linear-gradient(90deg, #0bd8e5 0%, #4379e6 100%);
}
.p-interviews__box:nth-child(6n+2) {
  --box-gradient: linear-gradient(90deg, #ff5d83 0%, #b55dff 100%);
}
.p-interviews__box:nth-child(6n+3) {
  --box-gradient: linear-gradient(90deg, #fcbb2a 0%, #f37123 100%);
}
.p-interviews__box:nth-child(6n+4) {
  --box-gradient: linear-gradient(90deg, #9de643 0%, #11dddf 100%);
}
.p-interviews__box:nth-child(6n+5) {
  --box-gradient: linear-gradient(90deg, #0bd8e5 0%, #4379e6 100%);
}
.p-interviews__box:nth-child(6n+6) {
  --box-gradient: linear-gradient(90deg, #ff5d83 0%, #b55dff 100%);
}
@media (hover: hover) {
  .p-interviews__box:hover .p-interviews__box__image img {
    transform: scale(1.1);
  }
  .p-interviews__box:hover .p-interviews__box__info__arrow {
    background-color: #fff;
  }
  .p-interviews__box:hover .p-interviews__box__info__arrow::after {
    background-image: none;
    background: var(--box-gradient);
    -webkit-mask-image: url(../img/svg/yajirushi_white.svg);
    mask-image: url(../img/svg/yajirushi_white.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
  .p-interviews__box:hover .p-interviews__box__info__title {
    background-size: 100% 1px;
    background-position: left bottom calc(4 / 1920 * min(1340px, 100vw));
    transition: background-size 0.6s ease;
  }
}
.p-interviews__box__bg {
  position: absolute;
  top: 0;
  left: calc(80 / 1920 * min(1340px, 100vw));
  right: 0;
  bottom: 0;
  border-radius: calc(30 / 1920 * min(1340px, 100vw));
  z-index: 0;
  background: var(--box-gradient);
}
.p-interviews__box__image {
  border-radius: calc(30 / 1920 * min(1340px, 100vw));
  width: calc(485 / 1920 * min(1340px, 100vw));
  height: calc(485 / 1920 * min(1340px, 100vw));
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
  top: calc(-60 / 1920 * min(1340px, 100vw));
}
.p-interviews__box__image img {
  border-radius: calc(30 / 1920 * min(1340px, 100vw));
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.p-interviews__box__info {
  position: relative;
  z-index: 1;
  padding-left: calc(65 / 1920 * min(1340px, 100vw));
  padding-right: calc(212 / 1920 * min(1340px, 100vw));
  width: 100%;
}
.p-interviews__box__info__meta {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: calc(30 / 1920 * min(1340px, 100vw));
  margin-bottom: calc(27 / 1920 * min(1340px, 100vw));
}
.p-interviews__box__info__department {
  border: calc(2 / 1920 * min(1340px, 100vw)) solid #fff;
  padding: calc(20 / 1920 * min(1340px, 100vw)) calc(45 / 1920 * min(1340px, 100vw)) calc(17 / 1920 * min(1340px, 100vw));
  font-size: calc(32 / 1920 * min(1340px, 100vw));
}
.p-interviews__box__info__name {
  font-size: calc(39 / 1920 * min(1340px, 100vw));
  font-weight: 500;
}
.p-interviews__box__info__line {
  border: none;
  border-top: calc(2 / 1920 * min(1340px, 100vw)) solid #fff;
  margin-bottom: calc(38 / 1920 * min(1340px, 100vw));
}
.p-interviews__box__info__title {
  font-size: calc(59 / 1920 * min(1340px, 100vw));
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  display: inline;
  padding-bottom: calc(2 / 1920 * min(1340px, 100vw));
  background-image: linear-gradient(#fff, #fff);
  background-position: right bottom calc(4 / 1920 * min(1340px, 100vw));
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease, background-position 0s 0.3s;
}
.p-interviews__box__info__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.p-interviews__box__info__arrow {
  position: absolute;
  bottom: -12%;
  right: 2%;
  width: calc(84.5 / 1920 * min(1340px, 100vw));
  height: calc(84.5 / 1920 * min(1340px, 100vw));
  border: calc(2 / 1920 * min(1340px, 100vw)) solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.p-interviews__box__info__arrow::after {
  content: "";
  width: calc(16 / 1920 * min(1340px, 100vw));
  height: calc(16 / 1920 * min(1340px, 100vw));
  background-image: url(../img/svg/yajirushi_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-135deg);
}

@media screen and (max-width: 750px) {
  .p-interviews {
    padding: 20vw 4vw 12vw;
  }
  .p-interviews__title {
    margin-bottom: 18.6666666667vw;
  }
  .p-interviews__title__en {
    font-size: 10.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-interviews__title__jp {
    font-size: 3.2vw;
    letter-spacing: 0.2666666667vw;
  }
  .p-interviews__inner {
    gap: 6.6666666667vw;
  }
  .p-interviews__box {
    display: block;
    padding: 6.6666666667vw 5.3333333333vw 9.0666666667vw;
    margin-top: 5.6vw;
    margin-left: 5.6vw;
  }
  .p-interviews__box__bg {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4vw;
  }
  .p-interviews__box__image {
    position: absolute;
    top: -5.6vw;
    left: -5.6vw;
    width: 30.4vw;
    height: 30.4vw;
    border-radius: 4vw;
  }
  .p-interviews__box__image img {
    border-radius: 4vw;
  }
  .p-interviews__box__info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .p-interviews__box__info__meta {
    margin-left: 23.7333333333vw;
    margin-bottom: 12vw;
    gap: 2.6666666667vw;
    justify-content: center;
  }
  .p-interviews__box__info__department {
    border: 0.2666666667vw solid #fff;
    padding: 2.5333333333vw 3.3333333333vw 2.4vw;
    font-size: 2.9333333333vw;
    line-height: 4vw;
  }
  .p-interviews__box__info__name {
    font-size: 3.4666666667vw;
  }
  .p-interviews__box__info__line {
    border-top: 0.2666666667vw solid #fff;
    margin-bottom: 4.4vw;
  }
  .p-interviews__box__info__title {
    display: block;
    font-size: 4.2666666667vw;
    padding-right: 12.6666666667vw;
  }
  .p-interviews__box__info__arrow {
    bottom: -3.7333333333vw;
    right: 0;
    width: 11.2666666667vw;
    height: 11.2666666667vw;
    border: 0.2666666667vw solid #fff;
  }
  .p-interviews__box__info__arrow::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.p-contact {
  position: relative;
  width: 100%;
  padding-top: min(90px, 4.6875vw);
  background: linear-gradient(to bottom, transparent 40%, #fff 40%);
}
.p-contact__images {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1700px;
  height: min(500px, 26.0416666667vw);
  margin: 0 auto min(100px, 5.2083333333vw);
}
.p-contact__image {
  position: absolute;
  border-radius: min(30px, 1.5625vw);
  overflow: hidden;
  box-shadow: 0 min(10px, 0.5208333333vw) min(30px, 1.5625vw) rgba(0, 0, 0, 0.1);
}
.p-contact__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-contact__image--01 {
  width: min(390px, 20.3125vw);
  height: min(390px, 20.3125vw);
  left: min(80px, 4.1666666667vw);
  top: min(50px, 2.6041666667vw);
}
.p-contact__image--02 {
  width: min(390px, 20.3125vw);
  height: min(390px, 20.3125vw);
  left: 34%;
  top: min(140px, 7.2916666667vw);
}
.p-contact__image--03 {
  width: min(567px, 29.53125vw);
  height: min(390px, 20.3125vw);
  right: min(80px, 4.1666666667vw);
  top: min(-10px, -0.5208333333vw);
}
.p-contact__text {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding-bottom: min(100px, 5.2083333333vw);
}
.p-contact__text__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loopTextReverse 40s linear infinite;
}
.p-contact__text__inner img {
  height: min(100px, 5.2083333333vw);
  padding-right: min(50px, 2.6041666667vw);
}
.p-contact__text--detail {
  padding-top: min(300px, 15.625vw);
}

@keyframes loopTextReverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .p-contact {
    overflow: hidden;
    padding-top: 6.6666666667vw;
  }
  .p-contact__images {
    height: 40vw;
    margin: 0 auto 26.6666666667vw;
  }
  .p-contact__image {
    border-radius: 4vw;
    box-shadow: 0 1.3333333333vw 4vw rgba(0, 0, 0, 0.1);
  }
  .p-contact__image--01 {
    width: 28.2666666667vw;
    height: 28.2666666667vw;
    left: -5%;
    top: 10.6666666667vw;
  }
  .p-contact__image--02 {
    width: 28.2666666667vw;
    height: 28.2666666667vw;
    left: 35%;
    top: 17.3333333333vw;
  }
  .p-contact__image--03 {
    width: 38.6666666667vw;
    height: 28.2666666667vw;
    right: -9%;
    top: 5.3333333333vw;
  }
  .p-contact__text {
    padding-bottom: 2.6666666667vw;
  }
  .p-contact__text__inner img {
    height: 6.6666666667vw;
    padding-right: 3.3333333333vw;
  }
  .p-contact__text--detail {
    padding-top: 13.3333333333vw;
  }
}
#entry {
  scroll-margin-top: min(30px, 1.5625vw);
}

.p-entry {
  position: relative;
  width: 100%;
  padding-top: min(295px, 15.3645833333vw);
  padding-bottom: min(145px, 7.5520833333vw);
  text-align: center;
  overflow: hidden;
  background-color: #fff;
}
.p-entry__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: bottom center;
  width: min(1920px, 100vw);
  height: min(930px, 48.4375vw);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background: linear-gradient(180deg, #4379e6 0%, #0bd8e5 100%);
  z-index: 0;
}
.p-entry__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/noise.png);
  background-repeat: repeat;
  mix-blend-mode: overlay;
  opacity: 0.25;
  border-radius: inherit;
  pointer-events: none;
}
.p-entry__title, .p-entry__text, .p-entry__btn {
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.p-entry__title {
  margin-bottom: min(110px, 5.7291666667vw);
}
.p-entry__title__en {
  font-family: "futura-pt";
  font-weight: 600;
  font-size: calc(140 / 1920 * min(1300px, 100vw));
  margin-bottom: calc(30 / 1920 * min(1300px, 100vw));
}
.p-entry__title__jp {
  font-size: calc(32 / 1920 * min(1300px, 100vw));
  font-weight: 400;
  letter-spacing: calc(2 / 1920 * min(1300px, 100vw));
}
.p-entry__text {
  font-size: calc(46 / 1920 * min(1400px, 100vw));
  line-height: calc(72 / 1920 * min(1400px, 100vw));
  margin-bottom: calc(100 / 1920 * min(1400px, 100vw));
  font-weight: 400;
}
.p-entry__btn {
  display: inline-block;
}
.p-entry__btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(720 / 1920 * min(1400px, 100vw));
  padding: calc(35 / 1920 * min(1400px, 100vw)) 0;
  border-radius: calc(100 / 1920 * min(1400px, 100vw));
  background: linear-gradient(90deg, #ff5d83 0%, #b55dff 100%);
  color: #fff;
  font-size: calc(28 / 1920 * min(1400px, 100vw));
  font-weight: 400;
  letter-spacing: calc(2 / 1920 * min(1400px, 100vw));
  position: relative;
  z-index: 1;
}
.p-entry__btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b55dff 0%, #ff5d83 100%);
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
.p-entry__btn__link::after {
  position: absolute;
  content: "";
  background-image: url(../img/svg/yajirushi_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(18 / 1920 * min(1400px, 100vw));
  height: calc(18 / 1920 * min(1400px, 100vw));
  top: 50%;
  right: calc(40 / 1920 * min(1400px, 100vw));
  transform: translateY(-50%) rotate(-90deg);
}
@media (hover: hover) {
  .p-entry__btn__link:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
  .p-entry {
    padding-top: 24vw;
    padding-bottom: 9.3333333333vw;
  }
  .p-entry__bg {
    width: 100%;
    height: calc(100% - 6.6666666667vw);
    border-radius: 50vw 50vw 0 0;
  }
  .p-entry__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/noise.png);
    background-repeat: repeat;
    mix-blend-mode: overlay;
    opacity: 0.25;
    border-radius: inherit;
    pointer-events: none;
  }
  .p-entry__title, .p-entry__text, .p-entry__btn {
    transform: translateY(30px);
  }
  .p-entry__title {
    margin-bottom: 8.2666666667vw;
  }
  .p-entry__title__en {
    font-size: 10.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-entry__title__jp {
    font-size: 3.2vw;
    letter-spacing: 0.2666666667vw;
  }
  .p-entry__text {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    margin-bottom: 7.3333333333vw;
  }
  .p-entry__btn__link {
    width: 90.6666666667vw;
    padding: 4vw 0;
    border-radius: 13.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2666666667vw;
  }
  .p-entry__btn__link::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    right: 4vw;
  }
}
.p-detail {
  width: 100%;
  padding: min(165px, 8.59375vw) 0 min(30px, 1.5625vw);
}
.p-detail__title {
  margin-left: min(95px, 4.9479166667vw);
  margin-bottom: min(50px, 2.6041666667vw);
}
.p-detail__title__en {
  font-weight: 600;
  font-size: min(68.5px, 3.5677083333vw);
  margin-bottom: min(26px, 1.3541666667vw);
}
.p-detail__title__jp {
  font-weight: 200;
  font-size: min(24.4px, 1.2708333333vw);
}
.p-detail__kv {
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
.p-detail__kv img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
}
.p-detail__wrapper {
  padding: 0 min(100px, 5.2083333333vw);
}
.p-detail__inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: calc(-150 / 1920 * min(1345px, 100vw));
}
.p-detail__bio {
  width: 100%;
  position: relative;
  padding: calc(80 / 1920 * min(1345px, 100vw)) calc(100 / 1920 * min(1345px, 100vw));
  margin-bottom: min(40px, 2.0833333333vw);
}
.p-detail__bio__bg {
  clip-path: inset(0 100% 0 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: calc(30 / 1920 * min(1345px, 100vw));
  z-index: 1;
  background: linear-gradient(90deg, #0bd8e5 0%, #4379e6 100%);
}
.p-detail__bio__inner {
  z-index: 10;
  position: relative;
}
.p-detail__bio__meta {
  display: flex;
  align-items: center;
  gap: calc(32 / 1920 * min(1345px, 100vw));
  margin-bottom: calc(34 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__meta__department {
  border: calc(2 / 1920 * min(1345px, 100vw)) solid #fff;
  font-weight: 500;
  font-size: calc(32 / 1920 * min(1345px, 100vw));
  padding: calc(20 / 1920 * min(1345px, 100vw)) calc(45 / 1920 * min(1345px, 100vw)) calc(17 / 1920 * min(1345px, 100vw));
  letter-spacing: calc(1.8 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__meta__name {
  font-weight: 500;
  font-size: calc(40 / 1920 * min(1345px, 100vw));
  letter-spacing: calc(1.8 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__line {
  width: 100%;
  border: none;
  border-top: calc(1 / 1920 * min(1345px, 100vw)) solid #fff;
  margin-bottom: calc(40 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__title {
  font-weight: 700;
  font-size: calc(61.6 / 1920 * min(1345px, 100vw));
  line-height: calc(80 / 1920 * min(1345px, 100vw));
  margin-bottom: calc(70 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__profile {
  display: none;
  gap: min(46px, 2.3958333333vw);
  padding: calc(60 / 1920 * min(1345px, 100vw)) calc(70 / 1920 * min(1345px, 100vw)) calc(43 / 1920 * min(1345px, 100vw)) calc(60 / 1920 * min(1345px, 100vw));
  border: calc(2 / 1920 * min(1345px, 100vw)) solid #fff;
  border-radius: calc(30 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__profile__left {
  font-family: "futura-pt";
  font-size: calc(40 / 1920 * min(1345px, 100vw));
  letter-spacing: calc(1.2 / 1920 * min(1345px, 100vw));
  font-weight: 500;
  border-right: calc(1 / 1920 * min(1345px, 100vw)) solid #fff;
  padding-right: calc(47 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__profile__right {
  width: calc(1170 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__profile__name {
  margin-bottom: calc(56 / 1920 * min(1345px, 100vw));
  display: flex;
  align-items: end;
  font-weight: 500;
  font-size: calc(40 / 1920 * min(1345px, 100vw));
  letter-spacing: calc(1.8 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__profile__name span {
  display: block;
  padding-left: calc(45 / 1920 * min(1345px, 100vw));
  font-family: "futura-pt";
  font-weight: 100;
  font-size: calc(40 / 1920 * min(1345px, 100vw));
  letter-spacing: calc(1.8 / 1920 * min(1345px, 100vw));
}
.p-detail__bio__profile__text {
  font-size: calc(30 / 1920 * min(1345px, 100vw));
  line-height: calc(44 / 1920 * min(1345px, 100vw));
}
.p-detail__content {
  max-width: 1200px;
  padding: calc(100 / 1920 * min(1345px, 100vw)) calc(110 / 1920 * min(1345px, 100vw)) calc(150 / 1920 * min(1345px, 100vw));
  color: #2a2a2a;
  position: relative;
}
.p-detail__content__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  clip-path: inset(0 100% 0 0);
  border-radius: min(30px, 1.5625vw);
}
.p-detail__content__image {
  width: 100%;
  border-radius: calc(30 / 1920 * min(1345px, 100vw));
  margin-bottom: calc(105 / 1920 * min(1345px, 100vw));
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: scale(0.95);
  will-change: transform, opacity;
}
.p-detail__content__image img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center center;
  will-change: transform;
}
.p-detail__content__image--double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20 / 1920 * min(1345px, 100vw));
}
.p-detail__content__image__double {
  overflow: hidden;
  width: 100%;
  border-radius: calc(30 / 1920 * min(1345px, 100vw));
}
.p-detail__content__image__double img {
  width: 100%;
}
.p-detail__content__image--small {
  width: calc(1400 / 1920 * min(1345px, 100vw));
  margin: 0 0 calc(150 / 1920 * min(1345px, 100vw)) auto;
}
.p-detail__content__image--tiny {
  width: calc(700 / 1920 * min(1345px, 100vw));
  margin: 0 auto calc(150 / 1920 * min(1345px, 100vw)) auto;
}
.p-detail__content__image__wrapper {
  overflow: hidden;
  border-radius: calc(30 / 1920 * min(1345px, 100vw));
}
.p-detail__content__image__note {
  margin-top: calc(34 / 1920 * min(1345px, 100vw));
  color: #2a2a2a;
  font-weight: 500;
  font-size: calc(28 / 1920 * min(1345px, 100vw));
  line-height: calc(52 / 1920 * min(1345px, 100vw));
}
.p-detail__content__image__note--narrow {
  margin-top: calc(-70 / 1920 * min(1345px, 100vw));
  margin-bottom: calc(150 / 1920 * min(1345px, 100vw));
}
.p-detail__content__title {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: calc(37 / 1920 * min(1345px, 100vw));
  margin-bottom: calc(70 / 1920 * min(1345px, 100vw));
}
.p-detail__content__title__object {
  width: calc(50 / 1920 * min(1345px, 100vw));
  flex-shrink: 0;
}
.p-detail__content__title__object img {
  width: 100%;
}
.p-detail__content__title__text {
  flex: 1;
  font-weight: 700;
  font-size: calc(48 / 1920 * min(1345px, 100vw));
  line-height: calc(70 / 1920 * min(1345px, 100vw));
  color: #4378e6;
  letter-spacing: calc(-0.2 / 1920 * min(1345px, 100vw));
  text-align: left;
}
.p-detail__content__title__text .char {
  display: inline-block;
}
.p-detail__content__question {
  display: flex;
  gap: calc(15 / 1920 * min(1345px, 100vw));
  align-items: start;
  font-weight: 700;
  font-size: calc(36 / 1920 * min(1345px, 100vw));
  line-height: calc(52 / 1920 * min(1345px, 100vw));
  color: #4c7ee7;
  margin-left: calc(95 / 1920 * min(1345px, 100vw));
  margin-bottom: calc(50 / 1920 * min(1345px, 100vw));
  text-align: justify;
}
.p-detail__content__question span {
  display: block;
  font-weight: 300;
  font-size: calc(50 / 1920 * min(1345px, 100vw));
}
.p-detail__content__answer {
  width: calc(1330 / 1920 * min(1345px, 100vw));
  margin: 0 0 calc(120 / 1920 * min(1345px, 100vw)) calc(100 / 1920 * min(1345px, 100vw));
  font-weight: 400;
  font-size: calc(24 / 1920 * min(1345px, 100vw));
  line-height: calc(38 / 1920 * min(1345px, 100vw));
  text-align: left;
}
.p-detail__content__answer:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .p-detail {
    padding: 20.6666666667vw 0 4vw;
  }
  .p-detail__title {
    margin-left: 6vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-detail__title__en {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-detail__title__jp {
    font-size: 3.2vw;
  }
  .p-detail__wrapper {
    padding: 0 3.3333333333vw;
  }
  .p-detail__inner {
    max-width: 700px;
    margin-top: -8vw;
  }
  .p-detail__bio {
    padding: 6.6666666667vw 4vw 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .p-detail__bio__bg {
    border-radius: 4vw;
  }
  .p-detail__bio__inner {
    z-index: 10;
    position: relative;
  }
  .p-detail__bio__meta {
    gap: 2.6666666667vw;
    margin-bottom: 2.9333333333vw;
  }
  .p-detail__bio__meta__department {
    border: 0.2666666667vw solid #fff;
    font-size: 2.6666666667vw;
    padding: 1.6vw 3.6vw 1.4666666667vw;
    letter-spacing: 0.24vw;
  }
  .p-detail__bio__meta__name {
    font-size: 3.4666666667vw;
    letter-spacing: 0.24vw;
  }
  .p-detail__bio__line {
    border-top: 1px solid #fff;
    margin-bottom: 4.4vw;
  }
  .p-detail__bio__title {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    margin-bottom: 5.7333333333vw;
  }
  .p-detail__bio__profile {
    gap: 3.3333333333vw;
    padding: 5.3333333333vw 3.7333333333vw 5.7333333333vw 5.3333333333vw;
    border: 0.2666666667vw solid #fff;
    border-radius: 4vw;
  }
  .p-detail__bio__profile__left {
    font-size: 3.2vw;
    letter-spacing: 0.16vw;
    border-right: 1px solid #fff;
    padding-right: 4.2666666667vw;
  }
  .p-detail__bio__profile__right {
    width: 58vw;
  }
  .p-detail__bio__profile__name {
    margin-bottom: 4.5333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.24vw;
  }
  .p-detail__bio__profile__name span {
    padding-left: 3.2vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.24vw;
  }
  .p-detail__bio__profile__text {
    font-size: 2.9333333333vw;
    line-height: 4.3333333333vw;
  }
  .p-detail__content {
    max-width: 700px;
    border-radius: 4vw;
    padding: 4vw 4vw 20vw;
  }
  .p-detail__content__bg {
    clip-path: inset(0 100% 0 0);
    border-radius: 4vw;
  }
  .p-detail__content__image {
    margin-bottom: 13.3333333333vw;
    border-radius: 4vw;
  }
  .p-detail__content__image--double {
    display: flex;
    flex-direction: column;
    gap: 4.6666666667vw;
  }
  .p-detail__content__image--double .p-detail__content__image__right {
    margin: 0 0 0 auto;
  }
  .p-detail__content__image__double {
    width: 64.4vw;
    border-radius: calc(30 / 1920 * min(1345px, 100vw));
  }
  .p-detail__content__image--small {
    width: 100%;
    margin: 0 auto 14vw auto;
  }
  .p-detail__content__image__wrapper {
    border-radius: calc(30 / 1920 * min(1345px, 100vw));
  }
  .p-detail__content__image__note {
    margin-top: 4vw;
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
  }
  .p-detail__content__image__note--narrow {
    margin-top: -6.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .p-detail__content__title {
    gap: 3.7333333333vw;
    margin-bottom: 5.7333333333vw;
  }
  .p-detail__content__title__object {
    width: 4.4vw;
  }
  .p-detail__content__title__text {
    font-size: 4.2666666667vw;
    line-height: 5.4666666667vw;
    letter-spacing: 0.1333333333vw;
  }
  .p-detail__content__question {
    gap: 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 4.9333333333vw;
    margin-left: 0;
    margin-bottom: 6.4vw;
  }
  .p-detail__content__question span {
    font-size: 5.3333333333vw;
  }
  .p-detail__content__answer {
    width: 77.3333333333vw;
    margin: 0 1.3333333333vw 14vw auto;
    font-size: 3.7333333333vw;
    line-height: 6.8vw;
  }
}/*# sourceMappingURL=style.css.map */