@charset "UTF-8";

/* @mixin flex {
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
} */
/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
html.act {
  /* position: fixed; */
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #EBEBEB;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
}

a, .link {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig, .link.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture, .link.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img, .link.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
}

/* *:focus {outline:none;} */
figure, .fig {
  margin: 0;
  vertical-align: top;
}
figure picture, .fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img, .fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.actinview {
  /* フェードイン */
}
.actinview .inview {
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.1s;
}
.actinview .inview.is-show {
  opacity: 1;
}
.actinview .fadeIn00no {
  opacity: 0;
  transition: opacity 1s;
}
.actinview .fadeIn00no.is-show {
  opacity: 1;
}
.actinview .fadeIn00 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: opacity 1s transform 1s;
}
.actinview .fadeIn00.is-show {
  transform: translate3d(0, 0%, 0);
}
.actinview .fadeIn01 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: 1s;
}
.actinview .fadeIn01.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.actinview .fadeIn01.is-show:nth-child(1) {
  transition-delay: 0s;
}
.actinview .fadeIn01.is-show:nth-child(2) {
  transition-delay: 0.2s;
}
.actinview .fadeIn01.is-show:nth-child(3) {
  transition-delay: 0.4s;
}
.actinview .fadeIn01.is-show:nth-child(4) {
  transition-delay: 0.6s;
}
.actinview .fadeIn01.is-show:nth-child(5) {
  transition-delay: 0.8s;
}
.actinview .fadeIn01.is-show:nth-child(6) {
  transition-delay: 1s;
}
.actinview .fadeIn01.is-show:nth-child(7) {
  transition-delay: 1.2s;
}
.actinview .fadeIn01.is-show:nth-child(8) {
  transition-delay: 1.4s;
}
.actinview .fadeIn01.is-show:nth-child(9) {
  transition-delay: 1.6s;
}
.actinview .fadeIn01.is-show:nth-child(10) {
  transition-delay: 1.8s;
}
.actinview .fadeIn01.is-show:nth-child(11) {
  transition-delay: 2s;
}
.actinview .fadeIn01.is-show:nth-child(12) {
  transition-delay: 2.2s;
}
.actinview .fadeIn01.is-show:nth-child(13) {
  transition-delay: 2.4s;
}
.actinview .fadeIn01.is-show:nth-child(14) {
  transition-delay: 2.6s;
}
.actinview .fadeIn01.is-show:nth-child(15) {
  transition-delay: 2.8s;
}
.actinview .fadeIn01.is-show:nth-child(16) {
  transition-delay: 3s;
}
.actinview .fadeIn01.is-show:nth-child(17) {
  transition-delay: 3.2s;
}
.actinview .fadeIn01.is-show:nth-child(18) {
  transition-delay: 3.4s;
}
.actinview .fadeIn01.is-show:nth-child(19) {
  transition-delay: 3.6s;
}
.actinview .fadeIn01.is-show:nth-child(20) {
  transition-delay: 3.8s;
}
.actinview .fadeIn01.is-show:nth-child(21) {
  transition-delay: 4s;
}
.actinview .fadeIn01.is-show:nth-child(22) {
  transition-delay: 4.2s;
}
.actinview .fadeIn01.is-show:nth-child(23) {
  transition-delay: 4.4s;
}
.actinview .fadeIn01.is-show:nth-child(24) {
  transition-delay: 4.6s;
}
.actinview .fadeIn01.is-show:nth-child(25) {
  transition-delay: 4.8s;
}
.actinview .fadeIn01.is-show:nth-child(26) {
  transition-delay: 5s;
}
.actinview .fadeIn01.is-show:nth-child(27) {
  transition-delay: 5.2s;
}
.actinview .fadeIn01.is-show:nth-child(28) {
  transition-delay: 5.4s;
}
.actinview .fadeIn01.is-show:nth-child(29) {
  transition-delay: 5.6s;
}
.actinview .fadeIn01.is-show:nth-child(30) {
  transition-delay: 5.8s;
}
.actinview .fadeIn01.is-show:nth-child(31) {
  transition-delay: 6s;
}
.actinview .fadeIn01.is-show:nth-child(32) {
  transition-delay: 6.2s;
}
.actinview .fadeIn01.is-show:nth-child(33) {
  transition-delay: 6.4s;
}
.actinview .fadeIn01.is-show:nth-child(34) {
  transition-delay: 6.6s;
}
.actinview .fadeIn01.is-show:nth-child(35) {
  transition-delay: 6.8s;
}
.actinview .fadeIn01.is-show:nth-child(36) {
  transition-delay: 7s;
}
.actinview .fadeIn01.is-show:nth-child(37) {
  transition-delay: 7.2s;
}
.actinview .fadeIn01.is-show:nth-child(38) {
  transition-delay: 7.4s;
}
.actinview .fadeIn01.is-show:nth-child(39) {
  transition-delay: 7.6s;
}
.actinview .fadeIn01.is-show:nth-child(40) {
  transition-delay: 7.8s;
}
.actinview .fadeIn01.is-show:nth-child(41) {
  transition-delay: 8s;
}
.actinview .fadeIn01.is-show:nth-child(42) {
  transition-delay: 8.2s;
}
.actinview .fadeIn01.is-show:nth-child(43) {
  transition-delay: 8.4s;
}
.actinview .fadeIn01.is-show:nth-child(44) {
  transition-delay: 8.6s;
}
.actinview .fadeIn01.is-show:nth-child(45) {
  transition-delay: 8.8s;
}
.actinview .fadeIn01.is-show:nth-child(46) {
  transition-delay: 9s;
}
.actinview .fadeIn01.is-show:nth-child(47) {
  transition-delay: 9.2s;
}
.actinview .fadeIn01.is-show:nth-child(48) {
  transition-delay: 9.4s;
}
.actinview .fadeIn01.is-show:nth-child(49) {
  transition-delay: 9.6s;
}
.actinview .fadeIn01.is-show:nth-child(50) {
  transition-delay: 9.8s;
}
.actinview .fadeIn01.is-show:nth-child(51) {
  transition-delay: 10s;
}
.actinview .fadeIn01.is-show:nth-child(52) {
  transition-delay: 10.2s;
}
.actinview .fadeIn01.is-show:nth-child(53) {
  transition-delay: 10.4s;
}
.actinview .fadeIn01.is-show:nth-child(54) {
  transition-delay: 10.6s;
}
.actinview .fadeIn01.is-show:nth-child(55) {
  transition-delay: 10.8s;
}
.actinview .fadeIn01.is-show:nth-child(56) {
  transition-delay: 11s;
}
.actinview .fadeIn01.is-show:nth-child(57) {
  transition-delay: 11.2s;
}
.actinview .fadeIn01.is-show:nth-child(58) {
  transition-delay: 11.4s;
}
.actinview .fadeIn01.is-show:nth-child(59) {
  transition-delay: 11.6s;
}
.actinview .fadeIn01.is-show:nth-child(60) {
  transition-delay: 11.8s;
}
.actinview .fadeIn01.is-show:nth-child(61) {
  transition-delay: 12s;
}
.actinview .fadeIn01.is-show:nth-child(62) {
  transition-delay: 12.2s;
}
.actinview .fadeIn01.is-show:nth-child(63) {
  transition-delay: 12.4s;
}
.actinview .fadeIn01.is-show:nth-child(64) {
  transition-delay: 12.6s;
}
.actinview .fadeIn01.is-show:nth-child(65) {
  transition-delay: 12.8s;
}
.actinview .fadeIn01.is-show:nth-child(66) {
  transition-delay: 13s;
}
.actinview .fadeIn01.is-show:nth-child(67) {
  transition-delay: 13.2s;
}
.actinview .fadeIn01.is-show:nth-child(68) {
  transition-delay: 13.4s;
}
.actinview .fadeIn01.is-show:nth-child(69) {
  transition-delay: 13.6s;
}
.actinview .fadeIn01.is-show:nth-child(70) {
  transition-delay: 13.8s;
}
.actinview .fadeIn01.is-show:nth-child(71) {
  transition-delay: 14s;
}
.actinview .fadeIn01.is-show:nth-child(72) {
  transition-delay: 14.2s;
}
.actinview .fadeIn01.is-show:nth-child(73) {
  transition-delay: 14.4s;
}
.actinview .fadeIn01.is-show:nth-child(74) {
  transition-delay: 14.6s;
}
.actinview .fadeIn01.is-show:nth-child(75) {
  transition-delay: 14.8s;
}
.actinview .fadeIn01.is-show:nth-child(76) {
  transition-delay: 15s;
}
.actinview .fadeIn01.is-show:nth-child(77) {
  transition-delay: 15.2s;
}
.actinview .fadeIn01.is-show:nth-child(78) {
  transition-delay: 15.4s;
}
.actinview .fadeIn01.is-show:nth-child(79) {
  transition-delay: 15.6s;
}
.actinview .fadeIn01.is-show:nth-child(80) {
  transition-delay: 15.8s;
}
.actinview .fadeIn01.is-show:nth-child(81) {
  transition-delay: 16s;
}
.actinview .fadeIn01.is-show:nth-child(82) {
  transition-delay: 16.2s;
}
.actinview .fadeIn01.is-show:nth-child(83) {
  transition-delay: 16.4s;
}
.actinview .fadeIn01.is-show:nth-child(84) {
  transition-delay: 16.6s;
}
.actinview .fadeIn01.is-show:nth-child(85) {
  transition-delay: 16.8s;
}
.actinview .fadeIn01.is-show:nth-child(86) {
  transition-delay: 17s;
}
.actinview .fadeIn01.is-show:nth-child(87) {
  transition-delay: 17.2s;
}
.actinview .fadeIn01.is-show:nth-child(88) {
  transition-delay: 17.4s;
}
.actinview .fadeIn01.is-show:nth-child(89) {
  transition-delay: 17.6s;
}
.actinview .fadeIn01.is-show:nth-child(90) {
  transition-delay: 17.8s;
}
.actinview .fadeIn01.is-show:nth-child(91) {
  transition-delay: 18s;
}
.actinview .fadeIn01.is-show:nth-child(92) {
  transition-delay: 18.2s;
}
.actinview .fadeIn01.is-show:nth-child(93) {
  transition-delay: 18.4s;
}
.actinview .fadeIn01.is-show:nth-child(94) {
  transition-delay: 18.6s;
}
.actinview .fadeIn01.is-show:nth-child(95) {
  transition-delay: 18.8s;
}
.actinview .fadeIn01.is-show:nth-child(96) {
  transition-delay: 19s;
}
.actinview .fadeIn01.is-show:nth-child(97) {
  transition-delay: 19.2s;
}
.actinview .fadeIn01.is-show:nth-child(98) {
  transition-delay: 19.4s;
}
.actinview .fadeIn01.is-show:nth-child(99) {
  transition-delay: 19.6s;
}
.actinview .fadeIn01.is-show:nth-child(100) {
  transition-delay: 19.8s;
}
.actinview .fadeIn_message {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
  /* @include mq(max-tb) {
    transition: 0.7s;
  } */
}
.actinview .fadeIn_message.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.actinview .fadeIn_message.is-show:nth-child(1) {
  transition-delay: 0s;
}
.actinview .fadeIn_message.is-show:nth-child(2) {
  transition-delay: 0.7s;
}
.actinview .fadeIn_message.is-show:nth-child(3) {
  transition-delay: 1.4s;
}
.actinview .fadeIn_message.is-show:nth-child(4) {
  transition-delay: 2.1s;
}
.actinview .fadeIn_message.is-show:nth-child(5) {
  transition-delay: 2.8s;
}
.actinview .fadeIn_message.is-show:nth-child(6) {
  transition-delay: 3.5s;
}
.actinview .fadeIn_message.is-show:nth-child(7) {
  transition-delay: 4.2s;
}
.actinview .fadeIn_message.is-show:nth-child(8) {
  transition-delay: 4.9s;
}
.actinview .fadeIn_message.is-show:nth-child(9) {
  transition-delay: 5.6s;
}
.actinview .fadeIn_message.is-show:nth-child(10) {
  transition-delay: 6.3s;
}
.actinview .fadeIn_message.is-show:nth-child(11) {
  transition-delay: 7s;
}
.actinview .fadeIn_message.is-show:nth-child(12) {
  transition-delay: 7.7s;
}
.actinview .fadeIn_message.is-show:nth-child(13) {
  transition-delay: 8.4s;
}
.actinview .fadeIn_message.is-show:nth-child(14) {
  transition-delay: 9.1s;
}
.actinview .fadeIn_message.is-show:nth-child(15) {
  transition-delay: 9.8s;
}
.actinview .fadeIn_message.is-show:nth-child(16) {
  transition-delay: 10.5s;
}
.actinview .fadeIn_message.is-show:nth-child(17) {
  transition-delay: 11.2s;
}
.actinview .fadeIn_message.is-show:nth-child(18) {
  transition-delay: 11.9s;
}
.actinview .fadeIn_message.is-show:nth-child(19) {
  transition-delay: 12.6s;
}
.actinview .fadeIn_message.is-show:nth-child(20) {
  transition-delay: 13.3s;
}
.actinview .fadeIn_message.is-show:nth-child(21) {
  transition-delay: 14s;
}
.actinview .fadeIn_message.is-show:nth-child(22) {
  transition-delay: 14.7s;
}
.actinview .fadeIn_message.is-show:nth-child(23) {
  transition-delay: 15.4s;
}
.actinview .fadeIn_message.is-show:nth-child(24) {
  transition-delay: 16.1s;
}
.actinview .fadeIn_message.is-show:nth-child(25) {
  transition-delay: 16.8s;
}
.actinview .fadeIn_message.is-show:nth-child(26) {
  transition-delay: 17.5s;
}
.actinview .fadeIn_message.is-show:nth-child(27) {
  transition-delay: 18.2s;
}
.actinview .fadeIn_message.is-show:nth-child(28) {
  transition-delay: 18.9s;
}
.actinview .fadeIn_message.is-show:nth-child(29) {
  transition-delay: 19.6s;
}
.actinview .fadeIn_message.is-show:nth-child(30) {
  transition-delay: 20.3s;
}
.actinview .fadeIn_message.is-show:nth-child(31) {
  transition-delay: 21s;
}
.actinview .fadeIn_message.is-show:nth-child(32) {
  transition-delay: 21.7s;
}
.actinview .fadeIn_message.is-show:nth-child(33) {
  transition-delay: 22.4s;
}
.actinview .fadeIn_message.is-show:nth-child(34) {
  transition-delay: 23.1s;
}
.actinview .fadeIn_message.is-show:nth-child(35) {
  transition-delay: 23.8s;
}
.actinview .fadeIn_message.is-show:nth-child(36) {
  transition-delay: 24.5s;
}
.actinview .fadeIn_message.is-show:nth-child(37) {
  transition-delay: 25.2s;
}
.actinview .fadeIn_message.is-show:nth-child(38) {
  transition-delay: 25.9s;
}
.actinview .fadeIn_message.is-show:nth-child(39) {
  transition-delay: 26.6s;
}
.actinview .fadeIn_message.is-show:nth-child(40) {
  transition-delay: 27.3s;
}
.actinview .fadeIn_message.is-show:nth-child(41) {
  transition-delay: 28s;
}
.actinview .fadeIn_message.is-show:nth-child(42) {
  transition-delay: 28.7s;
}
.actinview .fadeIn_message.is-show:nth-child(43) {
  transition-delay: 29.4s;
}
.actinview .fadeIn_message.is-show:nth-child(44) {
  transition-delay: 30.1s;
}
.actinview .fadeIn_message.is-show:nth-child(45) {
  transition-delay: 30.8s;
}
.actinview .fadeIn_message.is-show:nth-child(46) {
  transition-delay: 31.5s;
}
.actinview .fadeIn_message.is-show:nth-child(47) {
  transition-delay: 32.2s;
}
.actinview .fadeIn_message.is-show:nth-child(48) {
  transition-delay: 32.9s;
}
.actinview .fadeIn_message.is-show:nth-child(49) {
  transition-delay: 33.6s;
}
.actinview .fadeIn_message.is-show:nth-child(50) {
  transition-delay: 34.3s;
}
.actinview .fadeIn_message.is-show:nth-child(51) {
  transition-delay: 35s;
}
.actinview .fadeIn_message.is-show:nth-child(52) {
  transition-delay: 35.7s;
}
.actinview .fadeIn_message.is-show:nth-child(53) {
  transition-delay: 36.4s;
}
.actinview .fadeIn_message.is-show:nth-child(54) {
  transition-delay: 37.1s;
}
.actinview .fadeIn_message.is-show:nth-child(55) {
  transition-delay: 37.8s;
}
.actinview .fadeIn_message.is-show:nth-child(56) {
  transition-delay: 38.5s;
}
.actinview .fadeIn_message.is-show:nth-child(57) {
  transition-delay: 39.2s;
}
.actinview .fadeIn_message.is-show:nth-child(58) {
  transition-delay: 39.9s;
}
.actinview .fadeIn_message.is-show:nth-child(59) {
  transition-delay: 40.6s;
}
.actinview .fadeIn_message.is-show:nth-child(60) {
  transition-delay: 41.3s;
}
.actinview .fadeIn_message.is-show:nth-child(61) {
  transition-delay: 42s;
}
.actinview .fadeIn_message.is-show:nth-child(62) {
  transition-delay: 42.7s;
}
.actinview .fadeIn_message.is-show:nth-child(63) {
  transition-delay: 43.4s;
}
.actinview .fadeIn_message.is-show:nth-child(64) {
  transition-delay: 44.1s;
}
.actinview .fadeIn_message.is-show:nth-child(65) {
  transition-delay: 44.8s;
}
.actinview .fadeIn_message.is-show:nth-child(66) {
  transition-delay: 45.5s;
}
.actinview .fadeIn_message.is-show:nth-child(67) {
  transition-delay: 46.2s;
}
.actinview .fadeIn_message.is-show:nth-child(68) {
  transition-delay: 46.9s;
}
.actinview .fadeIn_message.is-show:nth-child(69) {
  transition-delay: 47.6s;
}
.actinview .fadeIn_message.is-show:nth-child(70) {
  transition-delay: 48.3s;
}
.actinview .fadeIn_message.is-show:nth-child(71) {
  transition-delay: 49s;
}
.actinview .fadeIn_message.is-show:nth-child(72) {
  transition-delay: 49.7s;
}
.actinview .fadeIn_message.is-show:nth-child(73) {
  transition-delay: 50.4s;
}
.actinview .fadeIn_message.is-show:nth-child(74) {
  transition-delay: 51.1s;
}
.actinview .fadeIn_message.is-show:nth-child(75) {
  transition-delay: 51.8s;
}
.actinview .fadeIn_message.is-show:nth-child(76) {
  transition-delay: 52.5s;
}
.actinview .fadeIn_message.is-show:nth-child(77) {
  transition-delay: 53.2s;
}
.actinview .fadeIn_message.is-show:nth-child(78) {
  transition-delay: 53.9s;
}
.actinview .fadeIn_message.is-show:nth-child(79) {
  transition-delay: 54.6s;
}
.actinview .fadeIn_message.is-show:nth-child(80) {
  transition-delay: 55.3s;
}
.actinview .fadeIn_message.is-show:nth-child(81) {
  transition-delay: 56s;
}
.actinview .fadeIn_message.is-show:nth-child(82) {
  transition-delay: 56.7s;
}
.actinview .fadeIn_message.is-show:nth-child(83) {
  transition-delay: 57.4s;
}
.actinview .fadeIn_message.is-show:nth-child(84) {
  transition-delay: 58.1s;
}
.actinview .fadeIn_message.is-show:nth-child(85) {
  transition-delay: 58.8s;
}
.actinview .fadeIn_message.is-show:nth-child(86) {
  transition-delay: 59.5s;
}
.actinview .fadeIn_message.is-show:nth-child(87) {
  transition-delay: 60.2s;
}
.actinview .fadeIn_message.is-show:nth-child(88) {
  transition-delay: 60.9s;
}
.actinview .fadeIn_message.is-show:nth-child(89) {
  transition-delay: 61.6s;
}
.actinview .fadeIn_message.is-show:nth-child(90) {
  transition-delay: 62.3s;
}
.actinview .fadeIn_message.is-show:nth-child(91) {
  transition-delay: 63s;
}
.actinview .fadeIn_message.is-show:nth-child(92) {
  transition-delay: 63.7s;
}
.actinview .fadeIn_message.is-show:nth-child(93) {
  transition-delay: 64.4s;
}
.actinview .fadeIn_message.is-show:nth-child(94) {
  transition-delay: 65.1s;
}
.actinview .fadeIn_message.is-show:nth-child(95) {
  transition-delay: 65.8s;
}
.actinview .fadeIn_message.is-show:nth-child(96) {
  transition-delay: 66.5s;
}
.actinview .fadeIn_message.is-show:nth-child(97) {
  transition-delay: 67.2s;
}
.actinview .fadeIn_message.is-show:nth-child(98) {
  transition-delay: 67.9s;
}
.actinview .fadeIn_message.is-show:nth-child(99) {
  transition-delay: 68.6s;
}
.actinview .fadeIn_message.is-show:nth-child(100) {
  transition-delay: 69.3s;
}
.actinview .fadeIn_serviceUp {
  transform: translate3d(0, 30%, 0);
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.actinview .fadeIn_serviceUp.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.actinview .fadeIn_serviceRight {
  transform: translate3d(30%, 0, 0);
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.actinview .fadeIn_serviceRight.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.actinview .fadeIn_serviceLeft {
  transform: translate3d(-30%, 0, 0);
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.actinview .fadeIn_serviceLeft.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  overflow: clip;
}
#wrapper.fixed {
  position: fixed !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* フォント */
.f_en {
  font-weight: 400;
  font-family: "Bungee", sans-serif;
}

.f_jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* マージン */
.mb0 {
  margin-bottom: 0 !important;
}

.ptmt {
  margin-top: -5em;
  padding-top: 5em;
}

.relative {
  z-index: 1;
  position: relative;
}

.nopage #contents .txt {
  margin: clamp(0px, 6.51vw, 100px) 0;
  text-align: center;
}
.nopage #contents .txt span {
  display: block;
  font-size: 20px;
}

#contents {
  position: relative;
  width: 100%;
  padding-top: clamp(0px, 1.95vw, 30px);
}

/* foundation */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* layout */
.l-header {
  z-index: 101;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: transparent;
  /* &.scrolled{
    position: fixed;
    top: 0;
   z-index: 101;
    //opacity: 0;
    //transition: opacity 0.1s 1s ease-in-out;
    .l-header__hed_bg{
      padding-right: 0;
      padding-left: 0;
      margin: 0 p-vw(41);
      overflow: hidden;
    }
    .l-header__logo{
      display: none;
    }
    .l-header__navsp{
      transform: translateX(100%);
      transition: all 0.5s ease-in-out;
      &.act{
        transform: translateX(0);
        //transition: all 0.5s ease-in-out;
     }
    }
    .l-header__navmenu{
      padding-right: p-vw(100);
    }
  } */
  /* スマホメニュー */
}
.l-header__hed_bg {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(0px, 2.67vw, 41px) clamp(0px, 2.67vw, 41px) 0 clamp(0px, 2.67vw, 41px);
}
.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(0px, 13.15vw, 202px);
  height: clamp(0px, 13.93vw, 214px);
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-radius: 0 0 clamp(0px, 1.3vw, 20px) 0;
  background-color: #fff;
}
.l-header__logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-header__logo img {
  width: clamp(0px, 10.03vw, 154px);
}
.l-header__spNavWpCont {
  display: flex;
  z-index: 200;
  position: absolute;
  top: clamp(0px, 2.6vw, 40px);
  right: 0;
  left: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 95%;
  margin: auto;
  overflow: hidden;
}
.l-header__spNavWpCont.active {
  position: sticky;
}
.l-header__spNavWp {
  z-index: 201;
  position: sticky;
  top: clamp(0px, 1.95vw, 30px);
  left: 94%;
  width: clamp(0px, 6.18vw, 95px);
  height: clamp(0px, 6.18vw, 95px);
  border: 1px solid #000000;
  border-radius: 100px;
  background-color: #002BFF;
}
.l-header__spNavWp .spNav {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__spNavWp .spNav__icon {
  position: absolute;
  top: -20%;
  right: 0;
  left: 0;
  width: clamp(0px, 4.23vw, 65px);
  margin: auto;
}
.l-header__spNavWp .spNav__icon img {
  width: 100%;
  height: 100%;
}
.l-header__spNavWp .spNav__txt {
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  width: 5em;
  height: 1em;
  margin: auto;
  overflow: hidden;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-family: "Bungee", sans-serif;
}
.l-header__spNavWp .spNav__txt span {
  display: block;
  transition: all 0.3s ease-in-out;
}
.l-header__spNavWp .spNav.act .spNav__txt span {
  transform: translateY(-100%);
}
.l-header__navsp {
  z-index: -1;
  position: relative;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}
.l-header__navsp .navmenu {
  padding-right: clamp(0px, 5.86vw, 90px);
}
.l-header__navsp.act {
  transform: translateX(0);
}
.l-header__navmenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: clamp(0px, 4.95vw, 76px);
  padding: 0 clamp(0px, 2.73vw, 42px);
  border: 1px solid #000000;
  border-radius: 100px;
  background-color: #fff;
}
.l-header__menu01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 clamp(0px, 2.34vw, 36px);
}
.l-header__menu01_item--contact {
  width: clamp(0px, 9.64vw, 148px);
  height: clamp(0px, 2.21vw, 34px);
  border: 1px solid #000000;
  border-radius: 100px;
  background-color: #ECFB40;
}
.l-header__menu01_item--contact .l-header__menu01_item-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 0 clamp(0px, 0.33vw, 5px);
}
.l-header__menu01_item--contact .cnt-icon {
  display: block;
  width: clamp(0px, 1.69vw, 26px);
}
.l-header__menu01_item-link {
  color: #000000;
}
.l-header__menu01_item-link:hover {
  color: #002BFF;
}
.l-header__menu01_item-link--contact:hover {
  color: #000000;
  opacity: 0.7;
}
.l-header__menu01_item-txt {
  font-weight: 400;
  font-size: 18px;
  font-family: "Bungee", sans-serif;
  text-transform: uppercase;
}

/* Gナビメガメニュー */
.l-footer {
  padding: clamp(0px, 2.21vw, 34px) clamp(0px, 1.69vw, 26px);
  background-color: #EBEBEB;
}
.l-footer__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.l-footer__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 90.1617250674%;
  padding: clamp(0px, 1.82vw, 28px) clamp(0px, 3.65vw, 56px) clamp(0px, 2.15vw, 33px) clamp(0px, 3.65vw, 56px);
  border-radius: clamp(0px, 0.65vw, 10px);
  background-color: #000000;
}
.l-footer__logo {
  width: clamp(0px, 13.74vw, 211px);
}
.l-footer__logo img {
  width: 100%;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.l-footer__menu_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: clamp(0px, 0.91vw, 14px);
  gap: clamp(0px, 2.34vw, 36px) 0;
}
.l-footer__menu_item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 25%;
}
.l-footer__menu_item-link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 0.85vw, 13px) 0;
  color: #fff;
}
.l-footer__menu_item-link:hover {
  opacity: 0.7;
}
.l-footer__menu_item-link .f_en {
  color: #ECFB40;
  font-size: 24px;
  line-height: 1;
}
.l-footer__menu_item-link .f_ja {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.l-footer__copy {
  margin-top: clamp(0px, 3.65vw, 56px);
  color: #fff;
  font-size: 16px;
  text-align: right;
}

/* #cmplz-manage-consent .cmplz-manage-consent{
  display: block !important;
}
 */
.s-pagetop {
  width: 8.0862533693%;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.65vw, 10px);
}
.s-pagetop__link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: clamp(0px, 1.04vw, 16px) 0;
  background-color: #ECFB40;
}
.s-pagetop__link-ico {
  width: clamp(0px, 4.17vw, 64px);
}
.s-pagetop__link-txt {
  width: clamp(0px, 1.43vw, 22px);
}
.s-pagetop__link:hover {
  background-color: #002BFF;
}
.s-pagetop__link:hover .s-pagetop__link-txt {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.s-companypdf {
  z-index: 10;
  position: fixed;
  bottom: 30%;
  left: 0;
  width: clamp(0px, 17.45vw, 268px);
  height: clamp(0px, 5.14vw, 79px);
}
.s-companypdf__link {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: clamp(0px, 1.63vw, 25px);
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 0 clamp(0px, 0.65vw, 10px) clamp(0px, 0.65vw, 10px) 0;
  background-color: #ECFB40;
  box-shadow: 0px 6px 0px #000000;
}
.s-companypdf__link:hover {
  background-color: #002BFF;
  color: #fff;
}
.s-companypdf__link--blue {
  background-color: #002BFF;
}
.s-companypdf__link--blue:hover {
  background-color: #ECFB40;
}
.s-companypdf__txt01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 13.02vw, 200px);
  height: clamp(0px, 1.95vw, 30px);
  margin: auto;
  transform: translateY(1em);
  border-radius: 100px;
  background-color: #000000;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  pointer-events: none;
}
.s-companypdf__txt02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  font-weight: 700;
  font-size: 28px;
}
.s-companypdf.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.s-companypdf.is-visible {
  display: block;
}
.s-companypdf__closebtn {
  position: absolute;
  top: clamp(0px, 1.11vw, 17px);
  right: -0.3em;
  cursor: pointer;
}

/*component*/
.c-inner01 {
  width: 90%;
  max-width: 1384px;
  margin: 0 auto;
}

.c-innerwp {
  margin-right: 7.6rem;
  margin-left: 7.6rem;
}

.c-btn01 {
  margin: auto;
}
.c-btn01--left {
  margin-left: 0;
}
.c-btn01--right {
  margin-right: 0;
}
.c-btn01--contactsend {
  width: clamp(0px, 20.7vw, 318px);
  height: clamp(0px, 3.13vw, 48px);
  text-align: left;
}
.c-btn01__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  overflow: hidden;
  gap: 0 0.3em;
  border: 1px solid #000000;
  border-radius: 100px;
  background-color: #ECFB40;
  box-shadow: 0px 4px 0px #000000;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
}
.c-btn01__link:hover {
  background-color: #002BFF;
  color: #fff;
}
.c-btn01__link--blue {
  background-color: #002BFF;
  color: #fff;
}
.c-btn01__link--blue:hover {
  background-color: #ECFB40;
  color: #000000;
}
.c-btn01__link--contactsend {
  position: relative;
}
.c-btn01__link--contactsend input {
  text-align: left;
}
.c-btn01__ico {
  width: clamp(0px, 1.95vw, 30px);
  height: clamp(0px, 1.95vw, 30px);
}
.c-btn01__ico--contactsend {
  position: absolute;
  top: 0;
  right: 3.5em;
  bottom: 0;
  margin: auto;
}
.c-btn01__arwwp {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.c-btn01__arw {
  margin-left: auto;
}

.cmnTtl02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 clamp(0px, 1.95vw, 30px);
}
.cmnTtl02--center {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0px, 1.95vw, 30px) 0;
}
.cmnTtl02--flxleft {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cmnTtl02--works {
  margin-bottom: clamp(0px, 1.95vw, 30px);
}
.cmnTtl02--award {
  margin-bottom: clamp(0px, 3.26vw, 50px);
  gap: clamp(0px, 0.65vw, 10px) 0;
}
.cmnTtl02--company {
  margin-bottom: clamp(0px, 5.08vw, 78px);
}
.cmnTtl02--news {
  margin-bottom: clamp(0px, 4.56vw, 70px);
}
.cmnTtl02--service {
  margin-bottom: clamp(0px, 3.91vw, 60px);
}
.cmnTtl02--workflow {
  margin-bottom: clamp(0px, 3.13vw, 48px);
}
.cmnTtl02--price {
  margin-bottom: clamp(0px, 4.75vw, 73px);
}
.cmnTtl02--contact {
  margin-bottom: clamp(0px, 3.26vw, 50px);
}
.cmnTtl02 .f_en {
  text-stroke: 2px #000000;
  -webkit-text-stroke: 2px #000000;
  color: #fff;
  font-size: 80px;
  text-shadow: 0px 4px 0px #000000;
}
.cmnTtl02 .f_en--yel {
  color: #ECFB40;
}
.cmnTtl02 .f_ja {
  font-weight: 500;
  font-size: 24px;
}
.cmnTtl02 .f_ja--white {
  color: #fff;
}

.cmnTtl_pdfqr {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: clamp(0px, 1.63vw, 25px);
  margin-left: auto;
  padding-bottom: clamp(0px, 0.33vw, 5px);
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
.cmnTtl_pdfqr::before {
  position: absolute;
  top: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #000000;
  content: "";
}

.c-arwicon::before {
  -webkit-mask-image: url(../img/common/icoArw03.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(0px, 1.04vw, 16px);
  height: clamp(0px, 0.39vw, 6px);
  margin: auto;
  background-color: #000000;
  content: "";
  mask-image: url(../img/common/icoArw03.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all 0.3s;
}

.p-contact-cont .bl_select .select_wp::after {
  -webkit-mask-image: url(../img/common/icoArw04.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  mask-image: url(../img/common/icoArw04.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-arwicon {
  display: block;
  position: relative;
  width: clamp(0px, 1.82vw, 28px);
  height: clamp(0px, 1.82vw, 28px);
  border-radius: 100px;
  background-color: #fff;
  transition: 0.5s background-color;
}
.c-arwicon::before {
  right: 0;
  left: 0;
  background-color: #fff;
}
.c-arwicon--yel {
  background-color: #000000;
}
.c-arwicon--yel::before {
  background-color: #ECFB40;
}
.c-arwicon--blu {
  background-color: #fff;
}
.c-arwicon--blu::before {
  background-color: #000000;
}
.c-arwicon--white {
  background-color: #000000;
}
.c-arwicon--white::before {
  background-color: #fff;
}

.c-hvr:hover .c-arwicon {
  background-color: #fff;
}
.c-hvr:hover .c-arwicon::before {
  transform: rotate(-45deg);
  background-color: #000000;
}
.c-hvr:hover .c-arwicon--blu {
  background-color: #000000;
}
.c-hvr:hover .c-arwicon--blu::before {
  background-color: #fff;
}
.c-hvr:hover .c-arwicon--white {
  background-color: #002BFF;
}
.c-hvr:hover .c-arwicon--white::before {
  background-color: #fff;
}

.c-gaubuicon::before {
  -webkit-mask-image: url(../img/common/icoArwgaibu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icoArwgaibu.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-gaubuicon {
  display: inline-block;
  position: relative;
  width: clamp(0px, 0.65vw, 10px);
  height: clamp(0px, 0.65vw, 10px);
}
.c-gaubuicon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #002BFF;
  content: "";
}

.c-close {
  display: block;
  position: relative;
  width: clamp(0px, 1.63vw, 25px);
  height: clamp(0px, 1.63vw, 25px);
  border: 1px solid #000000;
  border-radius: 100px;
  background-color: #fff;
}
.c-close::before, .c-close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: clamp(0px, 0.98vw, 15px);
  height: clamp(0px, 0.07vw, 1px);
  margin: auto;
  background-color: #000000;
  content: "";
}
.c-close::before {
  transform: rotate(45deg);
}
.c-close::after {
  transform: rotate(-45deg);
}
.c-close--bk {
  background-color: #000000;
}
.c-close--bk::before, .c-close--bk::after {
  background-color: #fff;
}

.c-icojump {
  -webkit-mask-image: url(../img/common/icoArw05.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  mask-image: url(../img/common/icoArw05.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.s-flowtxt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(0px, 1.56vw, 24px) 0;
  overflow: hidden;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #fff;
}
.s-flowtxt__flow {
  /* figure{
      display: inline-block;
  } */
}
.s-flowtxt__flow-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 clamp(0px, 3.06vw, 47px);
  animation: loop-text 150s linear infinite;
}
.s-flowtxt__flow-inner-item {
  display: inline-flex;
  gap: 0 clamp(0px, 3.06vw, 47px);
}
.s-flowtxt__flow-img01 {
  width: clamp(0px, 41.28vw, 634px);
}
.s-flowtxt__flow-img02 {
  width: clamp(0px, 3.52vw, 54px);
}
.s-flowtxt__flow-img03 {
  width: clamp(0px, 38.93vw, 598px);
}

.s-flowtxt_service {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: clamp(0px, 2.93vw, 45px) 0;
}
.s-flowtxt_service__flow-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 clamp(0px, 3.26vw, 50px);
  animation: loop-text 150s linear infinite;
}
.s-flowtxt_service__flow-inner--reverse {
  animation: loop-text-reverse 150s linear infinite;
}
.s-flowtxt_service__flow-inner-item {
  display: inline-flex;
  gap: 0 clamp(0px, 3.06vw, 47px);
}
.s-flowtxt_service__flow-img01 {
  width: clamp(0px, 13.87vw, 213px);
}
.s-flowtxt_service__flow-img02 {
  width: clamp(0px, 11.26vw, 173px);
}
.s-flowtxt_service__flow-img03 {
  width: clamp(0px, 22.98vw, 353px);
}
.s-flowtxt_service__flow-img04 {
  width: clamp(0px, 15.04vw, 231px);
}
.s-flowtxt_service__flow-revimg01 {
  width: clamp(0px, 18.29vw, 281px);
}
.s-flowtxt_service__flow-revimg02 {
  width: clamp(0px, 22.72vw, 349px);
}
.s-flowtxt_service__flow-revimg03 {
  width: clamp(0px, 15.04vw, 231px);
}
.s-flowtxt_service__flow-revimg04 {
  width: clamp(0px, 15.89vw, 244px);
}
.s-flowtxt_service__flow-revimg05 {
  width: clamp(0px, 15.04vw, 231px);
}

@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-text-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal__area {
  display: none;
}
.modal__area.is-open {
  display: block;
}
.modal__overlay {
  /* backdrop-filter: blur(10px);
  mix-blend-mode: multiply;
  background-color: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(84,84,84,0.8) 100%) !important; */
  display: flex;
  z-index: 102;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100%;
  padding: clamp(0px, 3.91vw, 60px) 0;
  overflow-y: scroll;
  cursor: pointer;
}
.modal__overlay_bg {
  -webkit-backdrop-filter: blur(34px);
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(34px);
  background-color: rgba(255, 255, 255, 0.7);
}
.modal__container {
  position: relative;
  width: 100%;
  cursor: auto;
}
.modal__close {
  position: absolute;
  top: -5em;
  right: 0;
}

.modal__area[aria-hidden=false] .modal__overlay, .modal__area[aria-hidden=false] .modal__container {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal__area[aria-hidden=true] .modal__overlay, .modal__area[aria-hidden=true] .modal__container {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.mv_modal .modal__container {
  max-width: 1000px;
  /* .info_cont{
      padding: p-vw(60) p-vw(100);
      @include mq(max-tb){
          padding: s-vw(40) s-vw(23);
      }
  } */
}
.mv_modal .modal__container iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.member_modal .modal__container {
  max-width: 440px;
}
.member_modal .modal__container .info_cont {
  position: relative;
  padding: clamp(0px, 2.67vw, 41px) clamp(0px, 1.56vw, 24px) clamp(0px, 2.93vw, 45px);
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.59vw, 9px);
  background: #fff;
}
.member_modal .modal__container .member_img {
  position: absolute;
  top: -4em;
  left: -2em;
  width: clamp(0px, 9.77vw, 150px);
  height: clamp(0px, 9.77vw, 150px);
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 100%;
}
.member_modal .modal__container .member_img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member_modal .modal__container .member_name {
  padding-left: clamp(0px, 9.96vw, 153px);
  font-weight: 700;
  font-size: 26px;
}
.member_modal .modal__container .member_name span {
  display: block;
  margin-bottom: clamp(0px, 0.33vw, 5px);
  font-weight: 400;
  font-size: 14px;
}
.member_modal .modal__container .member_desc {
  margin-top: clamp(0px, 2.15vw, 33px);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

.require_modal .modal__container {
  max-width: 1027px;
}
.require_modal .modal__container .info_cont {
  padding: clamp(0px, 3.78vw, 58px) clamp(0px, 4.36vw, 67px);
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.59vw, 9px);
  background: #fff;
}
.require_modal .modal__container .require_cont-dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(0px, 1.56vw, 24px) 0;
  background-image: linear-gradient(to right, #000000 20%, transparent 80%);
  background-position: bottom;
  background-size: clamp(0px, 0.52vw, 8px) clamp(0px, 0.13vw, 2px);
  background-repeat: repeat-x;
}
.require_modal .modal__container .require_cont-dl dt, .require_modal .modal__container .require_cont-dl dd {
  font-size: 16px;
}
.require_modal .modal__container .require_cont-dl dt {
  width: 15%;
  font-weight: 700;
}
.require_modal .modal__container .require_cont-dl dd {
  width: 85%;
  font-weight: 500;
}
.require_modal .modal__container .require_cont-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0px, 1.17vw, 18px);
}
.require_modal .modal__container .require_cont-list li {
  padding: clamp(0px, 0.2vw, 3px) clamp(0px, 0.65vw, 10px);
  border-radius: 100px;
  background-color: #EBEBEB;
}

/*project*/
/*utility*/
/* .u-bl-lgpc {
  display: none !important;
  @include mq(max-lgpc) {
    display: block !important;
  }
}
.u-bl-pc {
  display: none !important;
  @include mq(max-pc) {
    display: block !important;
  }
}
.u-bl-tb {
  display: none !important;
  @include mq(max-tb) {
    display: block !important;
  }
}

.u-none-tb {
  @include mq(max-tb) {
    display: none !important;
  }
}
.u-none-pc {
  @include mq(max-pc) {
    display: none !important;
  }
}
.u-none-lgpc {
  @include mq(max-lgpc) {
    display: none !important;
  }
} */
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}
/*page*/
.p-index-fv {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-index-fv::before, .p-index-fv::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 43, 255, 0.28);
  content: "";
}
.p-index-fv::after {
  bottom: -120%;
  height: 20%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 43, 255, 0.28) 95%);
}
.p-index-fv__video {
  -o-object-fit: cover;
  display: block;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  outline: none;
}
.p-index-fv__catch {
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: clamp(0px, 6.51vw, 100px);
  left: clamp(0px, 4.82vw, 74px);
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(0px, 1.3vw, 20px) 0;
}
.p-index-fv__catch-txt {
  padding: clamp(0px, 0.78vw, 12px) clamp(0px, 0.65vw, 10px);
  border: 2px solid #000000;
  background-color: #fff;
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
}
.p-index-fv__mvbn {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  gap: clamp(0px, 0.52vw, 8px) 0;
}
.p-index-fv__mvbn-item {
  width: clamp(0px, 3.26vw, 50px);
  transition: all 0.3s;
}
.p-index-fv__mvbn-item:hover {
  transform: translateX(-0.5em);
}
.p-index-fv__moreworks {
  z-index: 2;
  position: absolute;
  right: clamp(0px, 4.23vw, 65px);
  bottom: clamp(0px, 6.51vw, 100px);
  width: clamp(0px, 13.41vw, 206px);
}
.p-index-fv__moreworks:hover {
  animation: heartBeat 1s ease-in-out;
}
.p-index-fv__moreworks-img {
  display: block;
  position: relative;
  animation: roll 50s linear infinite;
}
.p-index-fv__moreworks-img img {
  width: 100%;
}
.p-index-fv__moreworks-txtblk {
  position: absolute;
  top: -0.5em;
  right: 0;
  left: 0;
  margin: auto;
}
.p-index-fv__moreworks-icon {
  display: block;
  width: clamp(0px, 4.17vw, 64px);
  margin: 0 auto clamp(0px, 0.33vw, 5px);
}
.p-index-fv__moreworks-txt {
  display: block;
  margin-bottom: clamp(0px, 0.65vw, 10px);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.17;
  text-align: center;
}
.p-index-fv__moreworks-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.2em 1em;
  border-radius: 100px;
  background-color: #000000;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-family: "Bungee", sans-serif;
  text-align: center;
}

@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.js-lottie {
  width: 100%;
}

.js-fvtxt-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s ease-out;
}
.js-fvtxt-anime.is-show {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.js-fvtxt-anime.delay-01 {
  transition-delay: 0.2s;
}
.js-fvtxt-anime.delay-02 {
  transition-delay: 0.6s;
}
.js-fvtxt-anime.delay-03 {
  transition-delay: 1s;
}

.p-index-about {
  -webkit-backdrop-filter: blur(22px);
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-composite: source-in, xor;
  z-index: 1;
  position: relative;
  padding: clamp(0px, 31.25vw, 480px) 0 0;
  backdrop-filter: blur(22px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%);
  mask-composite: intersect;
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}
.p-index-about__inner {
  position: relative;
}
.p-index-about__ttl {
  width: clamp(0px, 56.38vw, 866px);
  margin: 0 auto clamp(0px, 4.56vw, 70px);
}
.p-index-about__txt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5em 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
}
.p-index-about__flow {
  margin-top: clamp(0px, 14.19vw, 218px);
}
.p-index-about__mvbtn {
  width: clamp(0px, 19.53vw, 300px);
  height: clamp(0px, 3.13vw, 48px);
  margin-top: clamp(0px, 4.75vw, 73px);
}
.p-index-about__animegroup .emoji {
  z-index: 2;
  position: absolute;
}
.p-index-about__animegroup .rolling-eyes {
  top: clamp(0px, 5.01vw, 77px);
  right: 50%;
  width: clamp(0px, 6.97vw, 107px);
  transform: translateX(60rem);
}
.p-index-about__animegroup .shaking-face {
  top: clamp(0px, 24.74vw, 380px);
  right: 50%;
  width: clamp(0px, 11.2vw, 172px);
  transform: translateX(72rem);
}
.p-index-about__animegroup .disguise {
  top: clamp(0px, 19.99vw, 307px);
  left: 50%;
  width: clamp(0px, 5.73vw, 88px);
  transform: translateX(-68rem);
}
.p-index-about__animegroup .mind-blown {
  top: clamp(0px, 41.02vw, 630px);
  right: 50%;
  width: clamp(0px, 4.17vw, 64px);
  transform: translateX(42rem);
  filter: blur(2px);
}
.p-index-about__animegroup .grimacing {
  top: clamp(0px, 52.73vw, 810px);
  left: 50%;
  width: clamp(0px, 2.6vw, 40px);
  transform: translateX(-52rem);
  filter: blur(2px);
}
.p-index-about__animegroup .pleading {
  top: clamp(0px, 60.55vw, 930px);
  left: 50%;
  width: clamp(0px, 8.33vw, 128px);
  transform: translateX(-67rem);
}
.p-index-about__animegroup .nobishirolab01 {
  display: flex;
  top: clamp(0px, 27.99vw, 430px);
  left: 50%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: clamp(0px, 39.06vw, 600px);
  transform: translateX(-90rem);
}
.p-index-about__animegroup .nobishirolab01 .img01 {
  width: clamp(0px, 39.06vw, 600px);
}
.p-index-about__animegroup .nobishirolab01 .img02 {
  width: clamp(0px, 16.73vw, 257px);
  margin-top: -15em;
}
.p-index-about__animegroup .nobishirolab02 {
  display: flex;
  top: clamp(0px, 52.08vw, 800px);
  right: 50%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: clamp(0px, 28.39vw, 436px);
  transform: translateX(85rem);
}
.p-index-about__animegroup .nobishirolab02 .img01 {
  width: clamp(0px, 28.39vw, 436px);
}
.p-index-about__animegroup .nobishirolab02 .img02 {
  width: clamp(0px, 16.6vw, 255px);
  margin-top: -10em;
}

.contents_bg {
  background-color: #EBEBEB;
}

.p-index-works {
  padding: clamp(0px, 10.42vw, 160px) 0 clamp(0px, 14.32vw, 220px);
  background-color: #EBEBEB;
}
.p-index-works__inner {
  position: relative;
}
.p-index-works__wpbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.p-index-works__leftbox {
  position: sticky;
  top: clamp(0px, 3.26vw, 50px);
  left: 0;
  width: 61.71875%;
}
.p-index-works__leftbox .cmnTtl02 {
  margin-left: calc((100vw - 100%) / 4 * 1);
}
.p-index-works__rightbox {
  width: 30.563583815%;
  padding-top: clamp(0px, 8.92vw, 137px);
}
.p-index-works__mainlist {
  position: relative;
  height: clamp(0px, 35.55vw, 546px);
}
.p-index-works__mainlist-inner {
  position: relative;
  width: 100%;
}
.p-index-works__mainlist-item:hover .p-index-works__mainlist-img img {
  transform: scale(1.05);
}
.p-index-works__mainlist-img {
  position: relative;
  aspect-ratio: 948/546;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 0 clamp(0px, 0.65vw, 10px) 0 0;
}
.p-index-works__mainlist-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.p-index-works__mainlist-txt {
  position: absolute;
  right: 0;
  bottom: -5em;
  width: clamp(0px, 39.71vw, 610px);
  padding: clamp(0px, 2.28vw, 35px) clamp(0px, 2.73vw, 42px);
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.65vw, 10px) 0 clamp(0px, 0.65vw, 10px) clamp(0px, 0.65vw, 10px);
  background-color: #ECFB40;
  text-align: left;
}
.p-index-works__mainlist-txt .subttl {
  margin-bottom: clamp(0px, 0.65vw, 10px);
  overflow: hidden;
  font-weight: 500;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-index-works__mainlist-txt .ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.p-index-works__mainlist-txt .taglist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: clamp(0px, 1.04vw, 16px);
  gap: clamp(0px, 0.78vw, 12px);
}
.p-index-works__mainlist-txt .taglist li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.2em 1em 0.3em 1.5em;
  border-radius: 100px;
  background-color: #fff;
  font-weight: 500;
  font-size: 12px;
}
.p-index-works__mainlist-txt .taglist li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.6em;
  width: 1em;
  height: 1.6em;
  margin: auto;
  content: "#";
}
.p-index-works__sublist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.p-index-works__sublist-item {
  border-bottom: 1px solid #000000;
}
.p-index-works__sublist-item:first-child {
  padding-top: 0;
}
.p-index-works__sublist-item:first-child button {
  padding-top: 0;
}
.p-index-works__sublist-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: clamp(0px, 1.82vw, 28px) 0;
  gap: 0 clamp(0px, 1.04vw, 16px);
}
.p-index-works__sublist-button:hover .p-index-works__sublist-img img {
  transform: scale(1.05);
}
.p-index-works__sublist-button:hover .p-index-works__sublist-ttl {
  color: #002BFF;
}
.p-index-works__sublist-img {
  width: clamp(0px, 7.68vw, 118px);
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.33vw, 5px);
}
.p-index-works__sublist-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.p-index-works__sublist-ttl {
  width: 70%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  transition: all 0.4s ease;
}
.p-index-works__btn {
  width: clamp(0px, 19.53vw, 300px);
  height: clamp(0px, 3.13vw, 48px);
  margin-top: clamp(0px, 3.91vw, 60px);
}

.p-index-award {
  position: relative;
  height: 100vh;
  padding: clamp(0px, 8.66vw, 133px) 0 clamp(0px, 11.07vw, 170px);
  overflow: hidden;
  /* &__slider{
      overflow: hidden;
      .swiper-wrapper{
          display: flex;
      }

  } */
}
.p-index-award::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: scale(1.1);
  background-image: url("../img/top/award_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-index-award .swiper {
  overflow: visible;
}
.p-index-award__jumpbtn a {
  color: #fff;
}
.p-index-award__list-item {
  position: relative;
}
.p-index-award__list-img {
  aspect-ratio: 588/375;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.65vw, 10px);
}
.p-index-award__list-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.p-index-award__list-img:hover .p-index-award__list-img img {
  transform: scale(1.05);
}
.p-index-award__list-txt {
  position: absolute;
  right: -8em;
  bottom: -3em;
  width: clamp(0px, 23.44vw, 360px);
  padding: clamp(0px, 1.3vw, 20px) clamp(0px, 1.5vw, 23px);
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.65vw, 10px);
  background-color: #ECFB40;
  text-align: left;
}
.p-index-award__list-txt .subttl {
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-index-award__list-txt .ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-top: clamp(0px, 0.52vw, 8px);
  overflow: hidden;
  font-weight: 700;
  font-size: 14px;
}
.p-index-award__list-txt .desc {
  margin-top: clamp(0px, 0.39vw, 6px);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.p-index-award__list-txt .taglist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: clamp(0px, 1.04vw, 16px);
  gap: clamp(0px, 0.78vw, 12px);
}
.p-index-award__list-txt .taglist li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.2em 1em 0.3em 1.5em;
  border-radius: 100px;
  background-color: #fff;
  font-weight: 500;
  font-size: 12px;
}
.p-index-award__list-txt .taglist li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.6em;
  width: 1em;
  height: 1.6em;
  margin: auto;
  content: "#";
}

.p-index-company {
  padding: clamp(0px, 11.07vw, 170px) 0 0;
}
.p-index-company__cont {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, 2.6vw, 40px);
}
.p-index-company__cont-item {
  position: relative;
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.52vw, 8px);
  background-color: #fff;
}
.p-index-company__cont-item.infoBase {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 66.4739884393%;
  padding: clamp(0px, 3.26vw, 50px) clamp(0px, 1.3vw, 20px);
  gap: 0 clamp(0px, 3.26vw, 50px);
}
.p-index-company__cont-item .infoBase__img {
  aspect-ratio: 1;
  width: clamp(0px, 20.7vw, 318px);
  overflow: hidden;
  transform: rotate(-5deg);
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.52vw, 8px);
}
.p-index-company__cont-item .infoBase__txt {
  width: 53%;
}
.p-index-company__cont-item .infoBase__txt-ttl {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
}
.p-index-company__cont-item .infoBase__txt-ttl span {
  display: block;
}
.p-index-company__cont-item .infoBase__txt-ttl .f_en {
  margin-top: clamp(0px, 0.65vw, 10px);
  font-size: 12px;
}
.p-index-company__cont-item .infoBase__table dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(0px, 1.56vw, 24px) 0;
  background-image: linear-gradient(to right, #000000 20%, transparent 80%);
  background-position: bottom;
  background-size: clamp(0px, 0.52vw, 8px) clamp(0px, 0.13vw, 2px);
  background-repeat: repeat-x;
}
.p-index-company__cont-item .infoBase__table dt, .p-index-company__cont-item .infoBase__table dd {
  font-size: 18px;
}
.p-index-company__cont-item .infoBase__table dt {
  width: 18%;
  font-weight: 700;
}
.p-index-company__cont-item .infoBase__table dd {
  width: 82%;
  font-weight: 500;
}
.p-index-company__cont-item .infoBase__table .gmap {
  padding-right: 0.5em;
  color: #002BFF;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}
.p-index-company__cont-item.infoRec {
  width: 29.9855491329%;
  padding: clamp(0px, 3.26vw, 50px) clamp(0px, 1.17vw, 18px) clamp(0px, 2.21vw, 34px);
}
.p-index-company__cont-item .infoRec__catch {
  margin-bottom: clamp(0px, 1.43vw, 22px);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.p-index-company__cont-item .infoRec__desc {
  margin-bottom: clamp(0px, 2.15vw, 33px);
  font-size: 16px;
  line-height: 1.75;
}
.p-index-company__cont-item .infoRec__btnlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: clamp(0px, 1.3vw, 20px) 0;
}
.p-index-company__cont-item .infoRec__btn {
  width: clamp(0px, 19.53vw, 300px);
  height: clamp(0px, 3.13vw, 48px);
}
.p-index-company__cont-item.infoMem {
  width: 100%;
  padding: clamp(0px, 3.26vw, 50px) clamp(0px, 1.95vw, 30px) clamp(0px, 1.95vw, 30px);
}
.p-index-company__cont-item .infoMem__memberlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(0px, 1.95vw, 30px);
}
.p-index-company__cont-item .infoMem__memberlist-item {
  width: clamp(0px, 8.72vw, 134px);
}
.p-index-company__cont-item .infoMem__memberlist-button {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  transition: color 0.3s ease;
}
.p-index-company__cont-item .infoMem__memberlist-button:hover {
  color: #002BFF;
}
.p-index-company__cont-item .infoMem__memberlist-button:hover .infoMem__memberlist-img img {
  transform: scale(1.1);
}
.p-index-company__cont-item .infoMem__memberlist-img {
  width: clamp(0px, 5.86vw, 90px);
  margin-bottom: clamp(0px, 1.04vw, 16px);
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 100%;
}
.p-index-company__cont-item .infoMem__memberlist-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.p-index-company__cont-item .infoMem__memberlist-ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.p-index-company__cont-item .infoMem__memberlist-ttl span {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 2em;
  margin-bottom: clamp(0px, 0.33vw, 5px);
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}
.p-index-company__cont-item_ttl {
  display: flex;
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 13.02vw, 200px);
  height: clamp(0px, 2.21vw, 34px);
  margin: auto;
  border: 1px solid #000000;
  border-radius: 100px;
  background-color: #ECFB40;
  font-weight: 700;
  font-size: 16px;
}
.p-index-company__cont-item_ttl--infomem {
  width: clamp(0px, 27.34vw, 420px);
}

.p-index-news {
  padding: clamp(0px, 8.46vw, 130px) 0 clamp(0px, 11.07vw, 170px);
}
.p-index-news__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.p-index-news__leftbox {
  width: 19.0751445087%;
}
.p-index-news__rightbox {
  width: 70.2312138728%;
  margin-top: clamp(0px, 1.3vw, 20px);
}
.p-index-news__btn {
  width: clamp(0px, 17.19vw, 264px);
  height: clamp(0px, 3.13vw, 48px);
}
.p-index-news__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: clamp(0px, 1.17vw, 18px) 0;
}
.p-index-news__list-item {
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.65vw, 10px);
  background-color: #fff;
}
.p-index-news__list-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0px, 0.65vw, 10px) clamp(0px, 1.95vw, 30px) clamp(0px, 0.65vw, 10px) clamp(0px, 1.37vw, 21px);
  font-size: 18px;
}
.p-index-news__list-link:hover {
  color: #002BFF;
}
.p-index-news__list-time {
  width: 10%;
  font-weight: 700;
}
.p-index-news__list-ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  font-weight: 500;
}
.p-index-news__list-ttl span {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 85%;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p-index-service {
  padding: clamp(0px, 11.07vw, 170px) 0 clamp(0px, 7.36vw, 113px);
}
.p-index-service__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0 clamp(0px, 2.6vw, 40px);
}
.p-index-service__list-item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  aspect-ratio: 316/202;
  width: calc(25% - clamp(0px, 2.6vw, 40px));
  padding: clamp(0px, 1.3vw, 20px) clamp(0px, 0.65vw, 10px) clamp(0px, 1.95vw, 30px);
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: clamp(0px, 1.3vw, 20px);
  color: #fff;
}
.p-index-service__list-item::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 43, 255, 0.6) 100%);
  content: "";
}
.p-index-service__list-item.item01 {
  background: url(../img/top/service01.jpg) no-repeat center center/cover;
}
.p-index-service__list-item.item02 {
  background: url(../img/top/service02.jpg) no-repeat center center/cover;
}
.p-index-service__list-item.item03 {
  background: url(../img/top/service03.jpg) no-repeat center center/cover;
}
.p-index-service__list-item.item04 {
  background: url(../img/top/service04.jpg) no-repeat center center/cover;
}
.p-index-service__list-ttl {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  height: 3em;
  font-size: 38px;
  line-height: 1;
  text-align: center;
}
.p-index-service__list-txt {
  z-index: 1;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.p-index-workflow {
  padding: clamp(0px, 11.07vw, 170px) 0;
}
.p-index-workflow__desc {
  margin-bottom: clamp(0px, 3.26vw, 50px);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.78;
  text-align: center;
}
.p-index-workflow__flow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0 clamp(0px, 6.77vw, 104px);
}
.p-index-workflow__flow-item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 9.38vw, 144px);
  gap: clamp(0px, 0.98vw, 15px) 0;
}
.p-index-workflow__flow-item::before {
  position: absolute;
  top: 0;
  top: clamp(0px, 5.21vw, 80px);
  right: 0;
  right: -6.5em;
  bottom: 0;
  bottom: auto;
  left: 0;
  left: auto;
  width: clamp(0px, 1.17vw, 18px);
  height: clamp(0px, 2.28vw, 35px);
  margin: auto;
  background-image: url("../img/common/ico_sankaku.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-index-workflow__flow-item:last-child::before {
  display: none;
}
.p-index-workflow__flow-num {
  text-stroke: 1px #000000;
  -webkit-text-stroke: 1px #000000;
  color: #fff;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0px 2px 0px #000000;
}
.p-index-workflow__flow-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 7.55vw, 116px);
  height: clamp(0px, 7.55vw, 116px);
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 100%;
  background-color: #fff;
}
.p-index-workflow__flow-img .js-lottie {
  width: clamp(0px, 4.17vw, 64px);
}
.p-index-workflow__flow-txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.p-index-price {
  padding: clamp(0px, 11.07vw, 170px) 0 clamp(0px, 8.46vw, 130px);
}
.p-index-price__cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p-index-price__cont-txt {
  width: 47.3988439306%;
}
.p-index-price__cont-img {
  position: relative;
  aspect-ratio: 670/650;
  width: 48.4104046243%;
}
.p-index-price__cont-img_item {
  position: absolute;
}
.p-index-price__cont-img_item.item01 {
  z-index: 5;
  top: 0;
  left: clamp(0px, 4.56vw, 70px);
  width: clamp(0px, 28.39vw, 436px);
  animation: yurayura 5s ease-in-out infinite alternate;
}
.p-index-price__cont-img_item.item02 {
  top: clamp(0px, 1.95vw, 30px);
  left: clamp(0px, 1.95vw, 30px);
  width: clamp(0px, 14.32vw, 220px);
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.25));
}
.p-index-price__cont-img_item.item03 {
  top: clamp(0px, 11.07vw, 170px);
  left: 0;
  width: clamp(0px, 13.67vw, 210px);
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  animation-delay: 1.5s;
}
.p-index-price__cont-img_item.item04 {
  top: clamp(0px, 16.28vw, 250px);
  right: 0;
  width: clamp(0px, 14.32vw, 220px);
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  animation-delay: 1s;
}
.p-index-price__cont-img_item.item05 {
  top: clamp(0px, 21.61vw, 332px);
  right: clamp(0px, 1.95vw, 30px);
  width: clamp(0px, 20.64vw, 317px);
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  animation-delay: 2s;
  filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.25));
}
.p-index-price__cont-img_item.item06 {
  top: clamp(0px, 24.09vw, 370px);
  left: clamp(0px, 1.3vw, 20px);
  width: clamp(0px, 6.77vw, 104px);
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  animation-delay: 2s;
  filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.25));
}
.p-index-price__cont-img_item.item07 {
  z-index: 6;
  top: clamp(0px, 2.6vw, 40px);
  right: clamp(0px, 2.6vw, 40px);
  width: clamp(0px, 9.7vw, 149px);
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  animation-delay: 2s;
  filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.25));
}
.p-index-price__catch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: clamp(0px, 2.6vw, 40px);
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}
.p-index-price__catch img {
  width: clamp(0px, 8.72vw, 134px);
}
.p-index-price__desc {
  margin-bottom: clamp(0px, 2.73vw, 42px);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.56;
}
.p-index-price__btn {
  width: clamp(0px, 17.19vw, 264px);
  height: clamp(0px, 3.13vw, 48px);
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.p-index-contact__inner {
  padding: clamp(0px, 3.91vw, 60px) clamp(0px, 9.77vw, 150px) clamp(0px, 7.81vw, 120px);
  border: 1px solid #000000;
  border-bottom: none;
  border-radius: clamp(0px, 0.65vw, 10px) clamp(0px, 0.65vw, 10px) 0 0;
  background-color: #002BFF;
  color: #fff;
}
.p-index-contact__wpcont {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.p-index-contact__wpcont-txtbox {
  position: sticky;
  top: clamp(0px, 3.26vw, 50px);
  left: 0;
  width: 40.462962963%;
}
.p-index-contact__wpcont-txtbox .desc {
  margin-bottom: clamp(0px, 3.65vw, 56px);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.56;
}
.p-index-contact__wpcont-txtbox .privacy_cont {
  padding: clamp(0px, 2.08vw, 32px) 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 16px;
}
.p-index-contact__wpcont-txtbox .privacy_cont-ttl {
  margin-bottom: clamp(0px, 0.78vw, 12px);
  font-weight: 700;
}
.p-index-contact__wpcont-txtbox .privacy_cont-desc {
  font-weight: 500;
  line-height: 1.75;
}
.p-index-contact__wpcont-formbox {
  width: 51.6666666667%;
}

.p-contact-cont {
  /* メッセージ */
}
.p-contact-cont .input_area {
  width: 100%;
  /* .trfirst{
      .input_ttl, .input_data{
          padding-top: 0;
      }
  } */
}
.p-contact-cont .input_area .input_ttl, .p-contact-cont .input_area .input_data {
  display: block;
}
.p-contact-cont .input_area .trlast .input_ttl, .p-contact-cont .input_area .trlast .input_data {
  padding-bottom: 0;
}
.p-contact-cont .input_area .input_ttl {
  margin-bottom: clamp(0px, 0.85vw, 13px);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.p-contact-cont .input_area .input_ttl.text-top {
  vertical-align: text-top;
}
.p-contact-cont .input_area .input_data {
  margin-bottom: clamp(0px, 1.95vw, 30px);
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.p-contact-cont .input_area .input_data.short input, .p-contact-cont .input_area .input_data.short .select_wp {
  width: 40%;
}
.p-contact-cont .input_area .input_data.short .select_wp {
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact-cont .input_area .input_data.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p-contact-cont .input_area .input_data input, .p-contact-cont .input_area .input_data select, .p-contact-cont .input_area .input_data textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.4em 1em;
  border: 1px solid #000000;
  border-radius: clamp(0px, 0.46vw, 7px);
  background: #fff;
}
.p-contact-cont .input_area .input_data input[aria-invalid=true], .p-contact-cont .input_area .input_data select[aria-invalid=true], .p-contact-cont .input_area .input_data textarea[aria-invalid=true] {
  border-width: 2px;
  border-color: #fd3b3b;
}
.p-contact-cont .input_area .input_data textarea {
  height: clamp(0px, 16.54vw, 254px);
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.p-contact-cont .input_area .input_data select {
  padding-right: 3em;
}
.p-contact-cont .bl_text--short {
  width: 68%;
}
.p-contact-cont .bl_select--short {
  width: 30%;
}
.p-contact-cont .bl_select .select_wp {
  position: relative;
}
.p-contact-cont .bl_select .select_wp::after {
  position: absolute;
  top: 0;
  top: 0.75em;
  right: 0;
  right: 1.5em;
  bottom: 0;
  bottom: auto;
  left: 0;
  left: auto;
  width: clamp(0px, 0.98vw, 15px);
  height: clamp(0px, 1.17vw, 18px);
  margin: auto;
  background-color: #000000;
  content: "";
  cursor: pointer;
  pointer-events: none;
}
.p-contact-cont .lastBlk input[type=checkbox], .p-contact-cont .input_area .input_data input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  margin: 0 0.5em 2px 0px;
  padding: 0.5em;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
}
.p-contact-cont .lastBlk input[type=checkbox] + span::before, .p-contact-cont .input_area .input_data input[type=checkbox] + span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.6em;
  width: 1em;
  height: 0.5em;
  margin: auto;
  transform: rotate(-45deg);
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000;
  content: "";
  opacity: 0;
}
.p-contact-cont .input_area .input_data input[type=checkbox] + span {
  position: relative;
}
.p-contact-cont .input_area .input_data input[type=checkbox]:checked + span::before {
  opacity: 1;
}
.p-contact-cont .lastBlk input[type=checkbox] + span {
  position: relative;
}
.p-contact-cont .lastBlk input[type=checkbox] + span::before {
  top: 0.5em;
  bottom: auto;
}
.p-contact-cont .lastBlk input[type=checkbox]:checked + span::before {
  opacity: 1;
}
.p-contact-cont .lastBlk {
  margin-bottom: clamp(0px, 3.91vw, 60px);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.p-contact-cont .lastBlk a {
  /* color: $colorBlu;
  padding-right: 0.5em;
  display: inline-flex;
  align-items: center;
  gap: 0 p-vw(4); */
  text-decoration: underline;
}
.p-contact-cont .lastBlk a:hover {
  text-decoration: none;
}
.p-contact-cont .lastBlk .wpcf7-list-item {
  margin: 0;
}
.p-contact-cont .lastBlk .privacy-box__ttl {
  margin-bottom: clamp(0px, 0.65vw, 10px);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
}
.p-contact-cont .lastBlk .privacyBox {
  margin-bottom: clamp(0px, 1.3vw, 20px);
  padding: clamp(0px, 1.17vw, 18px);
  border: 1px solid #ACACAC;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.02em;
  text-align: left;
}
.p-contact-cont .lastBlk .privacyBox__frameBlk {
  height: clamp(0px, 7.42vw, 114px);
  padding-right: clamp(0px, 1.3vw, 20px);
  overflow: hidden;
  overflow-y: scroll;
  /* scroll-behavior: smooth;
  scrollbar-color: #D0D0D0 #F0F0F0;
  scrollbar-width: thin; */
  /* p:not(:last-child){
      padding-bottom: 1em;
  } */
}
.p-contact-cont .lastBlk .privacyBox__frameBlk::-webkit-scrollbar {
  width: clamp(0px, 0.26vw, 4px);
  border-radius: 100px;
  background-color: #F0F0F0;
}
.p-contact-cont .lastBlk .privacyBox__frameBlk::-webkit-scrollbar-thumb {
  width: clamp(0px, 0.26vw, 4px);
  border-radius: 100px;
  background: #000000;
}
.p-contact-cont .lastBlk .privacyBox .c-txt {
  line-height: 1.6;
}
.p-contact-cont .lastBlk .privacyBox__firsttxt {
  margin-bottom: 2em;
}
.p-contact-cont .lastBlk .privacyBox__cont {
  margin-bottom: 2em;
}
.p-contact-cont .lastBlk .privacyBox__cont-ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 20px;
}
.p-contact-cont .lastBlk .privacyBox .ptxt {
  margin-bottom: 1em;
}
.p-contact-cont .lastBlk .privacyBox .list-t01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5em 0;
}
.p-contact-cont .lastBlk .privacyBox .list-t01__item {
  position: relative;
  padding-left: 1em;
}
.p-contact-cont .lastBlk .privacyBox .list-t01__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "・";
}
.p-contact-cont .lastBlk .privacyBox .list-tnum01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.3em 0;
}
.p-contact-cont .lastBlk .privacyBox .list-tnum01__item {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-contact-cont input[type=submit] {
  width: 100%;
  height: 100%;
}
.p-contact-cont .input_area .input_data input::-ms-expand, .p-contact-cont .input_area .input_data textarea::-ms-expand {
  display: none;
}
.p-contact-cont .input_area .input_data input::-moz-placeholder, .p-contact-cont .input_area .input_data textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.48);
  font-size: 16px;
}
.p-contact-cont .input_area .input_data input::placeholder,
.p-contact-cont .input_area .input_data textarea::placeholder {
  color: rgba(0, 0, 0, 0.48);
  font-size: 16px;
}
.p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
  display: block;
  margin-top: clamp(0px, 0.65vw, 10px);
  margin-bottom: clamp(0px, 0.65vw, 10px);
  color: #fbff00;
  font-weight: 700;
  font-size: 15px;
}
.p-contact-cont .input_area .input_data select, .p-contact-cont .input_area .input_data .wpcf7-radio label, .p-contact-cont .input_area .input_data .wpcf7-checkbox label {
  cursor: pointer;
}
.p-contact-cont .wpcf7-spinner {
  display: block;
  position: absolute;
  right: 0;
  bottom: -3em;
  left: 0;
  margin: auto;
  cursor: none;
  pointer-events: none;
}
.p-contact-cont .wpcf7 form .wpcf7-response-output {
  width: 100%;
  margin: 0;
  margin-top: 2em;
  font-weight: 400;
  font-size: 16px;
  font-family: "Bungee", sans-serif;
  text-align: center;
}
.p-contact-cont .wpcf7 form.invalid .wpcf7-response-output {
  padding: 1%;
  border: none;
  background: #FF0000;
  color: #fff;
}
.p-contact-cont .wpcf7 form.sent .wpcf7-response-output {
  padding: 1%;
  border: none;
  background: #46b450;
  color: #fff;
}
.p-contact-cont .req {
  display: inline-block;
  margin: -0.1em 0 0 1em;
  padding: 0.5em 1em 0.6em;
  border-radius: clamp(0px, 0.33vw, 5px);
  background-color: #ECFB40;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.p-contact-cont .wpcf7-turnstile.cf-turnstile {
  margin-top: clamp(0px, 1.95vw, 30px);
}
.p-contact-cont .wpcf7-turnstile.cf-turnstile div {
  display: grid; /* グリッド指定 */
  place-items: center; /* 中央揃え */
}
@media screen and (max-width: 1536px) {
  body {
    margin: 0;
  }
  .nopage #contents .txt span {
    font-size: 2rem;
  }
  .l-header__spNavWp .spNav__txt {
    font-size: 1.2rem;
  }
  .l-header__menu01_item-txt {
    font-size: 1.8rem;
  }
  .l-footer__menu_item-link .f_en {
    font-size: 2.4rem;
  }
  .l-footer__menu_item-link .f_ja {
    font-size: 1.6rem;
  }
  .l-footer__copy {
    font-size: 1.6rem;
  }
  .s-companypdf__txt01 {
    font-size: 1.6rem;
  }
  .s-companypdf__txt02 {
    font-size: 2.8rem;
  }
  .c-btn01__link {
    font-size: 1.8rem;
  }
  .cmnTtl02 .f_en {
    font-size: 8rem;
  }
  .cmnTtl02 .f_ja {
    font-size: 2.4rem;
  }
  .cmnTtl_pdfqr {
    font-size: 1.6rem;
  }
  .member_modal .modal__container .member_name {
    font-size: 2.6rem;
  }
  .member_modal .modal__container .member_name span {
    font-size: 1.4rem;
  }
  .member_modal .modal__container .member_desc {
    font-size: 1.6rem;
  }
  .require_modal .modal__container .require_cont-dl dt, .require_modal .modal__container .require_cont-dl dd {
    font-size: 1.6rem;
  }
  .p-index-fv__catch-txt {
    font-size: 6.2rem;
  }
  .p-index-fv__moreworks-txt {
    font-size: 2.4rem;
  }
  .p-index-fv__moreworks-more {
    font-size: 1.2rem;
  }
  .p-index-about__txt {
    font-size: 2.4rem;
  }
  .p-index-works__mainlist-txt .subttl {
    font-size: 1.5rem;
  }
  .p-index-works__mainlist-txt .ttl {
    font-size: 2.4rem;
  }
  .p-index-works__mainlist-txt .taglist li {
    font-size: 1.2rem;
  }
  .p-index-works__sublist-ttl {
    font-size: 2rem;
  }
  .p-index-award__list-txt .subttl {
    font-size: 1.6rem;
  }
  .p-index-award__list-txt .ttl {
    font-size: 1.4rem;
  }
  .p-index-award__list-txt .desc {
    font-size: 1.2rem;
  }
  .p-index-award__list-txt .taglist li {
    font-size: 1.2rem;
  }
  .p-index-company__cont-item .infoBase__txt-ttl {
    font-size: 2.8rem;
  }
  .p-index-company__cont-item .infoBase__txt-ttl .f_en {
    font-size: 1.2rem;
  }
  .p-index-company__cont-item .infoBase__table dt, .p-index-company__cont-item .infoBase__table dd {
    font-size: 1.8rem;
  }
  .p-index-company__cont-item .infoBase__table .gmap {
    font-size: 1.4rem;
  }
  .p-index-company__cont-item .infoRec__catch {
    font-size: 2.4rem;
  }
  .p-index-company__cont-item .infoRec__desc {
    font-size: 1.6rem;
  }
  .p-index-company__cont-item .infoMem__memberlist-ttl {
    font-size: 2.4rem;
  }
  .p-index-company__cont-item .infoMem__memberlist-ttl span {
    font-size: 1.4rem;
  }
  .p-index-company__cont-item_ttl {
    font-size: 1.6rem;
  }
  .p-index-news__list-link {
    font-size: 1.8rem;
  }
  .p-index-service__list-ttl {
    font-size: 3.8rem;
  }
  .p-index-service__list-txt {
    font-size: 1.8rem;
  }
  .p-index-workflow__desc {
    font-size: 1.8rem;
  }
  .p-index-workflow__flow-num {
    font-size: 2.4rem;
  }
  .p-index-workflow__flow-txt {
    font-size: 1.8rem;
  }
  .p-index-price__catch {
    font-size: 3.6rem;
  }
  .p-index-price__desc {
    font-size: 1.8rem;
  }
  .p-index-contact__wpcont-txtbox .desc {
    font-size: 1.8rem;
  }
  .p-index-contact__wpcont-txtbox .privacy_cont {
    font-size: 1.6rem;
  }
  .p-contact-cont .input_area .input_ttl {
    font-size: 1.6rem;
  }
  .p-contact-cont .input_area .input_data {
    font-size: 1.6rem;
  }
  .p-contact-cont .lastBlk {
    font-size: 1.8rem;
  }
  .p-contact-cont .lastBlk .privacy-box__ttl {
    font-size: 1.6rem;
  }
  .p-contact-cont .lastBlk .privacyBox {
    font-size: 1.4rem;
  }
  .p-contact-cont .lastBlk .privacyBox__cont-ttl {
    font-size: 2rem;
  }
  .p-contact-cont .input_area .input_data input::-moz-placeholder, .p-contact-cont .input_area .input_data textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  .p-contact-cont .input_area .input_data input::placeholder,
  .p-contact-cont .input_area .input_data textarea::placeholder {
    font-size: 1.6rem;
  }
  .p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
    font-size: 1.5rem;
  }
  .p-contact-cont .wpcf7 form .wpcf7-response-output {
    font-size: 1.6rem;
  }
  .p-contact-cont .req {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1500px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1289px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6666666667vw;
  }
  .c-inner01 {
    width: 90%;
  }
  .mv_modal .modal__container {
    width: 80%;
    max-width: none;
  }
  .require_modal .modal__container {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 896px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
  .actinview .fadeIn00no .fadeIn00 {
    transition: opacity 1s;
  }
  .actinview .fadeIn00 {
    transition: opacity 1.2s transform 1.2s;
  }
  .actinview .fadeIn01 {
    transition: 1.2s;
  }
  .actinview .fadeIn_serviceRight {
    transform: translate3d(0, 0, 0);
  }
  .actinview .fadeIn_serviceLeftSp {
    transform: translate3d(-20%, 0, 0);
  }
  .ptmt {
    margin-top: -8em;
    padding-top: 8em;
  }
  .nopage #contents .txt {
    margin: 13.33vw 0;
  }
  .nopage #contents .txt span {
    font-size: 14px;
  }
  #contents {
    padding-top: 8vw;
  }
  .l-header__hed_bg {
    display: block;
    padding: 0;
  }
  .l-header__logo {
    width: 33.87vw;
    height: 35.73vw;
    border-radius: 0 0 2.67vw 0;
  }
  .l-header__logo img {
    width: 26.4vw;
  }
  .l-header__spNavWpCont {
    position: fixed;
  }
  .l-header__spNavWp {
    position: fixed;
    top: 4.27vw;
    right: 5.33vw;
    left: auto;
    width: 17.33vw;
    height: 17.33vw;
  }
  .l-header__spNavWp .spNav__icon {
    top: -25%;
    width: 11.47vw;
  }
  .l-header__spNavWp .spNav__txt {
    font-size: 10px;
  }
  .l-header__navsp {
    -webkit-clip-path: inset(0 0 100% 100%);
    z-index: -1;
    position: fixed;
    top: 1.6vw;
    right: 2.93vw;
    width: 0;
    height: 0;
    text-align: center;
    clip-path: inset(0 0 100% 100%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
    transition: clip-path 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: clip-path 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
  }
  .l-header__navsp .navmenu {
    padding-right: 9.07vw;
  }
  .l-header__navsp.act {
    -webkit-clip-path: inset(0 0 0 0);
    width: 57.87vw;
    height: auto;
    padding: 0 0 0;
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  .l-header__navsp.act .navmenu {
    visibility: visible;
    z-index: 100;
    align-items: stretch;
    justify-content: flex-start;
    opacity: 1;
  }
  .l-header__navmenu {
    visibility: hidden;
    z-index: -1;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    height: 100%;
    padding: 10.67vw 9.07vw;
    overflow-y: scroll;
    border-radius: 6.4vw;
    opacity: 0;
  }
  .l-header__menu01 {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 5.87vw 0;
    text-align: left;
  }
  .l-header__menu01_item--contact {
    width: 39.47vw;
    height: 9.07vw;
  }
  .l-header__menu01_item--contact .l-header__menu01_item-txt {
    gap: 0 1.33vw;
  }
  .l-header__menu01_item--contact .cnt-icon {
    width: 6.93vw;
  }
  .l-footer {
    padding: 6.4vw 2.67vw 4vw;
  }
  .l-footer__menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    padding: 13.6vw 4.27vw;
    gap: 0;
    border-radius: 2.67vw;
  }
  .l-footer__logo {
    order: 2;
    width: 36.53vw;
    margin: auto;
    margin-bottom: 6.4vw;
  }
  .l-footer__menu-cont {
    display: contents;
  }
  .l-footer__menu_list {
    order: 1;
    margin-top: 0;
    margin-bottom: 7.2vw;
    gap: 6.93vw 0;
  }
  .l-footer__menu_item {
    display: block;
    width: 100%;
  }
  .l-footer__menu_item-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0 4vw;
  }
  .l-footer__copy {
    order: 3;
    margin-top: 0;
    text-align: center;
  }
  .s-pagetop {
    display: none;
  }
  .s-companypdf {
    display: none !important;
  }
  .c-inner01 {
    width: 86.4%;
  }
  .c-innerwp {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .c-btn01--contactsend {
    width: 100%;
    height: 12.8vw;
  }
  .c-btn01__ico {
    width: 8vw;
    height: 8vw;
  }
  .cmnTtl02--works {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8vw;
    gap: 2.67vw 0;
  }
  .cmnTtl02--award {
    margin-bottom: 14.67vw;
  }
  .cmnTtl02--company {
    margin-bottom: 8vw;
  }
  .cmnTtl02--news {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8vw;
    gap: 2.67vw 0;
  }
  .cmnTtl02--service {
    margin-bottom: 9.33vw;
  }
  .cmnTtl02--workflow {
    margin-bottom: 10.67vw;
  }
  .cmnTtl02--price {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5.33vw;
    gap: 2.67vw 0;
  }
  .cmnTtl02--contact {
    justify-content: center;
    margin-bottom: 7.47vw;
  }
  .cmnTtl02 .f_en {
    font-size: 50px;
  }
  .cmnTtl02 .f_ja {
    font-size: 16px;
  }
  .cmnTtl_pdfqr {
    margin-bottom: 10.13vw;
    padding-bottom: 1.33vw;
  }
  .c-arwicon::before {
    width: 4.27vw;
    height: 1.6vw;
  }
  .c-arwicon {
    width: 7.47vw;
    height: 7.47vw;
  }
  .c-gaubuicon {
    width: 2.67vw;
    height: 2.67vw;
  }
  .c-close {
    width: 7.47vw;
    height: 7.47vw;
  }
  .c-close::before, .c-close::after {
    width: 4.8vw;
    height: 0.27vw;
  }
  .c-icojump {
    width: 5.6vw;
    height: 1.6vw;
  }
  .s-flowtxt {
    padding: 3.2vw 0;
  }
  .s-flowtxt__flow-inner {
    gap: 0 5.87vw;
  }
  .s-flowtxt__flow-inner-item {
    gap: 0 5.87vw;
  }
  .s-flowtxt__flow-img01 {
    width: 93.33vw;
  }
  .s-flowtxt__flow-img02 {
    width: 7.2vw;
  }
  .s-flowtxt__flow-img03 {
    width: 80vw;
  }
  .s-flowtxt_service {
    gap: 12vw 0;
  }
  .s-flowtxt_service__flow-inner {
    gap: 0 13.33vw;
  }
  .s-flowtxt_service__flow-inner-item {
    gap: 0 13.33vw;
  }
  .s-flowtxt_service__flow-img01 {
    width: 56.8vw;
  }
  .s-flowtxt_service__flow-img02 {
    width: 46.13vw;
  }
  .s-flowtxt_service__flow-img03 {
    width: 94.13vw;
  }
  .s-flowtxt_service__flow-img04 {
    width: 61.6vw;
  }
  .s-flowtxt_service__flow-revimg01 {
    width: 74.93vw;
  }
  .s-flowtxt_service__flow-revimg02 {
    width: 93.07vw;
  }
  .s-flowtxt_service__flow-revimg03 {
    width: 61.6vw;
  }
  .s-flowtxt_service__flow-revimg04 {
    width: 65.07vw;
  }
  .s-flowtxt_service__flow-revimg05 {
    width: 61.6vw;
  }
  .modal__overlay {
    padding: 19.2vw 6.67vw;
  }
  .modal__close:focus {
    outline: none;
  }
  .mv_modal .modal__container {
    width: 100%;
  }
  .member_modal .modal__container {
    width: 100%;
    max-width: none;
  }
  .member_modal .modal__container .info_cont {
    padding: 5.07vw 3.73vw 7.73vw;
    border-radius: 2.4vw;
  }
  .member_modal .modal__container .member_img {
    top: -3em;
    left: -1.5em;
    width: 27.73vw;
    height: 27.73vw;
  }
  .member_modal .modal__container .member_name {
    padding-left: 28.27vw;
  }
  .member_modal .modal__container .member_name span {
    margin-bottom: 1.33vw;
    font-size: 12px;
  }
  .member_modal .modal__container .member_desc {
    margin-top: 3.73vw;
    font-size: 13px;
    line-height: 1.69;
  }
  .require_modal .modal__container .info_cont {
    padding: 4vw 6.67vw 8vw;
    border-radius: 2.4vw;
  }
  .require_modal .modal__container .require_cont-dl {
    padding: 5.87vw 0;
    background-size: 1.07vw 0.53vw;
  }
  .require_modal .modal__container .require_cont-dl dt, .require_modal .modal__container .require_cont-dl dd {
    font-size: 13px;
  }
  .require_modal .modal__container .require_cont-dl dt {
    width: 100%;
  }
  .require_modal .modal__container .require_cont-dl dd {
    width: 100%;
  }
  .require_modal .modal__container .require_cont-list {
    gap: 2.13vw;
  }
  .require_modal .modal__container .require_cont-list li {
    padding: 1.87vw 2.93vw;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .p-index-fv {
    height: 100dvh;
  }
  .p-index-fv__catch {
    bottom: 40vw;
    left: 7.2vw;
    gap: 3.2vw 0;
  }
  .p-index-fv__catch-txt {
    padding: 1.87vw 1.33vw;
    font-size: 38px;
  }
  .p-index-fv__mvbn {
    display: none;
  }
  .p-index-fv__moreworks {
    right: 0;
    bottom: 5.33vw;
    left: 0;
    width: 96.8vw;
    margin: auto;
  }
  .p-index-fv__moreworks-img {
    animation: none;
  }
  .p-index-fv__moreworks-txtblk {
    display: flex;
    top: 0.8em;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 2.67vw;
  }
  .p-index-fv__moreworks-icon {
    width: 14.13vw;
    margin: 0;
  }
  .p-index-fv__moreworks-txt {
    margin-bottom: 0;
  }
  .p-index-fv__moreworks-more {
    display: none;
  }
  .p-index-about {
    padding: 39.47vw 0 0;
  }
  .p-index-about__ttl {
    width: 83.47vw;
    margin-bottom: 35.2vw;
  }
  .p-index-about__txt {
    font-size: 18px;
    line-height: 2;
    text-align: left;
  }
  .p-index-about__flow {
    margin-top: 48vw;
  }
  .p-index-about__mvbtn {
    width: 80vw;
    height: 12.8vw;
    margin-top: 8.8vw;
  }
  .p-index-about__animegroup .emoji {
    transform: none;
  }
  .p-index-about__animegroup .rolling-eyes {
    display: none;
  }
  .p-index-about__animegroup .shaking-face {
    top: 56vw;
    right: 0;
    width: 17.07vw;
  }
  .p-index-about__animegroup .disguise {
    display: none;
  }
  .p-index-about__animegroup .mind-blown {
    display: none;
  }
  .p-index-about__animegroup .grimacing {
    z-index: 0;
    top: auto;
    bottom: -10.67vw;
    left: -8vw;
    width: 15.47vw;
  }
  .p-index-about__animegroup .pleading {
    display: none;
  }
  .p-index-about__animegroup .nobishirolab01 {
    top: 58.67vw;
    left: -13.33vw;
    width: 50.13vw;
  }
  .p-index-about__animegroup .nobishirolab01 .img01 {
    width: 58.67vw;
  }
  .p-index-about__animegroup .nobishirolab01 .img02 {
    width: 29.07vw;
  }
  .p-index-about__animegroup .nobishirolab02 {
    top: auto;
    right: -13.33vw;
    bottom: -34.67vw;
    width: 56vw;
  }
  .p-index-about__animegroup .nobishirolab02 .img01 {
    width: 56vw;
  }
  .p-index-about__animegroup .nobishirolab02 .img02 {
    width: 32.53vw;
    margin-top: -4em;
  }
  .p-index-works {
    padding: 14.93vw 0 8vw;
  }
  .p-index-works__wpbox {
    margin: 0;
  }
  .p-index-works__leftbox {
    position: static;
    width: 100%;
  }
  .p-index-works__leftbox .cmnTtl02 {
    margin-left: 0;
  }
  .p-index-works__rightbox {
    width: 100%;
    padding-top: 0;
  }
  .p-index-works__mainlist {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    height: auto;
    gap: 9.6vw 0;
  }
  .p-index-works__mainlist-img {
    aspect-ratio: 325/188;
    margin-bottom: 4vw;
    border-radius: 1.33vw;
  }
  .p-index-works__mainlist-txt {
    position: static;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
  }
  .p-index-works__mainlist-txt .subttl {
    margin-bottom: 4vw;
    font-size: 12px;
  }
  .p-index-works__mainlist-txt .ttl {
    -webkit-line-clamp: 5;
    margin-bottom: 4vw;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-index-works__mainlist-txt .taglist {
    margin: 0;
    gap: 3.2vw;
  }
  .p-index-works__mainlist-txt .taglist li {
    font-size: 10px;
  }
  .p-index-works__sublist {
    display: none;
  }
  .p-index-works__btn {
    width: 80vw;
    height: 12.8vw;
    margin-top: 8.8vw;
  }
  .p-index-award {
    padding: 12.27vw 0 12vw;
  }
  .p-index-award::before {
    transform: scale(1.1);
    background-image: url(../img/top/award_bgsp.jpg);
    background-position: center top;
  }
  .p-index-award .swiper-pagination {
    position: absolute;
    bottom: -10.67vw;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
  }
  .p-index-award__jumpbtn {
    position: absolute;
    right: 0;
    bottom: 10.67vw;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 18px;
  }
  .p-index-award__jumpbtn-ico {
    position: absolute;
    right: 0;
    bottom: -4vw;
    left: 0;
    width: 5.6vw;
    height: 1.6vw;
    margin: auto;
  }
  .p-index-award__list {
    width: 72vw;
  }
  .p-index-award__list .swiper-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
  }
  .p-index-award__list .swiper-slide.swiper-slide-active {
    position: relative !important;
    opacity: 1 !important;
  }
  .p-index-award__list .swiper-slide.swiper-slide-prev, .p-index-award__list .swiper-slide.swiper-slide-next {
    opacity: 0 !important;
  }
  .p-index-award__list .swiper-wrapper {
    position: relative !important;
  }
  .p-index-award__list-img {
    aspect-ratio: 270/173;
    border-radius: 2.67vw;
  }
  .p-index-award__list-txt {
    z-index: 1;
    position: relative;
    right: auto;
    bottom: auto;
    width: 80%;
    margin: -3em auto 0;
    padding: 5.6vw 4vw;
    border-radius: 2.67vw;
  }
  .p-index-award__list-txt .ttl {
    margin-top: 2.13vw;
  }
  .p-index-award__list-txt .desc {
    margin-top: 1.6vw;
  }
  .p-index-award__list-txt .taglist {
    margin-top: 4.27vw;
    gap: 2.67vw;
  }
  .p-index-award__list-txt .taglist li {
    font-size: 10px;
  }
  .p-index-company {
    padding: 14.93vw 0 0;
  }
  .p-index-company__inner {
    width: 94%;
  }
  .p-index-company__cont {
    flex-direction: column;
    gap: 10.67vw 0;
  }
  .p-index-company__cont-item {
    border-radius: 2.67vw;
  }
  .p-index-company__cont-item.infoBase {
    flex-direction: column;
    width: 100%;
    padding: 12.53vw 2.67vw 9.6vw;
    gap: 8vw 0;
  }
  .p-index-company__cont-item .infoBase__img {
    order: 2;
    width: 66.67vw;
    border-radius: 2.13vw;
  }
  .p-index-company__cont-item .infoBase__txt {
    display: contents;
    width: 100%;
  }
  .p-index-company__cont-item .infoBase__txt-ttl {
    order: 1;
    font-size: 24px;
    text-align: center;
  }
  .p-index-company__cont-item .infoBase__txt-ttl .f_en {
    margin-top: 2.67vw;
  }
  .p-index-company__cont-item .infoBase__table {
    order: 3;
    width: 100%;
  }
  .p-index-company__cont-item .infoBase__table dl {
    display: block;
    padding: 4.27vw 0;
    background-size: 1.07vw 0.53vw;
  }
  .p-index-company__cont-item .infoBase__table dt, .p-index-company__cont-item .infoBase__table dd {
    font-size: 16px;
  }
  .p-index-company__cont-item .infoBase__table dt {
    width: 100%;
    margin-bottom: 1.33vw;
  }
  .p-index-company__cont-item .infoBase__table dd {
    width: 100%;
  }
  .p-index-company__cont-item.infoRec {
    width: 100%;
    padding: 14.13vw 3.47vw 8.53vw;
  }
  .p-index-company__cont-item .infoRec__catch {
    margin-bottom: 3.73vw;
    font-size: 20px;
    line-height: 1.95;
  }
  .p-index-company__cont-item .infoRec__desc {
    margin-bottom: 6.93vw;
    font-size: 13px;
    line-height: 1.62;
  }
  .p-index-company__cont-item .infoRec__btnlist {
    gap: 5.33vw 0;
  }
  .p-index-company__cont-item .infoRec__btn {
    width: 80vw;
    height: 12.8vw;
  }
  .p-index-company__cont-item.infoMem {
    padding: 10.67vw 0 8vw;
  }
  .p-index-company__cont-item .infoMem__memberlist {
    gap: 11.47vw 9.07vw;
  }
  .p-index-company__cont-item .infoMem__memberlist-item {
    width: 35.73vw;
  }
  .p-index-company__cont-item .infoMem__memberlist-img {
    width: 24vw;
    margin-bottom: 4.27vw;
  }
  .p-index-company__cont-item .infoMem__memberlist-ttl span {
    margin-bottom: 1.33vw;
  }
  .p-index-company__cont-item_ttl {
    width: 53.33vw;
    height: 9.07vw;
  }
  .p-index-company__cont-item_ttl--infomem {
    width: 100%;
  }
  .p-index-news {
    padding: 13.33vw 0 17.07vw;
  }
  .p-index-news__inner {
    flex-direction: column;
  }
  .p-index-news__leftbox {
    display: contents;
    width: 100%;
  }
  .p-index-news__rightbox {
    order: 2;
    width: 100%;
    margin-top: 0;
  }
  .p-index-news__ttl {
    order: 1;
  }
  .p-index-news__btn {
    order: 3;
    width: 70.4vw;
    height: 12.8vw;
    margin-top: 8vw;
  }
  .p-index-news__list {
    gap: 1.6vw 0;
  }
  .p-index-news__list-item {
    border-radius: 2.67vw;
  }
  .p-index-news__list-link {
    flex-wrap: wrap;
    padding: 3.2vw 3.47vw;
  }
  .p-index-news__list-time {
    width: 100%;
    font-size: 14px;
  }
  .p-index-news__list-ttl {
    width: 100%;
    font-size: 13px;
  }
  .p-index-news__list-ttl span {
    -webkit-line-clamp: 5;
  }
  .p-index-service {
    padding: 13.33vw 0;
  }
  .p-index-service__list {
    gap: 5.33vw 0;
  }
  .p-index-service__list-item {
    width: 100%;
    padding: 8.27vw 2.67vw;
    border-radius: 5.33vw;
  }
  .p-index-workflow {
    padding: 24vw 0;
  }
  .p-index-workflow__desc {
    margin-bottom: 6.93vw;
    font-size: 13px;
    line-height: 1.54;
    text-align: left;
  }
  .p-index-workflow__flow {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12vw 0;
  }
  .p-index-workflow__flow-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 0 3.73vw;
  }
  .p-index-workflow__flow-item::before {
    top: auto;
    right: auto;
    bottom: -9.33vw;
    left: 20vw;
    width: 4.27vw;
    height: 7.47vw;
    transform: rotate(90deg);
  }
  .p-index-workflow__flow-img {
    width: 18.67vw;
    height: 18.67vw;
  }
  .p-index-workflow__flow-img .js-lottie {
    width: 10.13vw;
    height: 10.13vw;
  }
  .p-index-workflow__flow-txt {
    text-align: left;
  }
  .p-index-price {
    padding: 10.67vw 0 16vw;
  }
  .p-index-price__cont {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .p-index-price__cont-txt {
    display: contents;
    width: 100%;
  }
  .p-index-price__cont-img {
    order: 3;
    width: 80vw;
    margin: auto;
    margin-bottom: 5.33vw;
  }
  .p-index-price__cont-img_item.item01 {
    left: 8vw;
    width: 58.13vw;
  }
  .p-index-price__cont-img_item.item02 {
    top: 4.53vw;
    left: 5.87vw;
    width: 29.33vw;
  }
  .p-index-price__cont-img_item.item03 {
    top: 21.33vw;
    left: 1.07vw;
    width: 31.73vw;
  }
  .p-index-price__cont-img_item.item04 {
    top: 26.67vw;
    width: 29.33vw;
  }
  .p-index-price__cont-img_item.item05 {
    top: 40vw;
    right: 0vw;
    width: 40.53vw;
  }
  .p-index-price__cont-img_item.item06 {
    top: 45.33vw;
    left: 2.67vw;
    width: 16vw;
  }
  .p-index-price__cont-img_item.item07 {
    top: 2.67vw;
    right: 8vw;
    width: 14.93vw;
  }
  .p-index-price__ttl {
    order: 1;
  }
  .p-index-price__catch {
    justify-content: center;
    order: 2;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 2;
  }
  .p-index-price__catch img {
    width: 33.6vw;
  }
  .p-index-price__desc {
    order: 4;
    margin-bottom: 7.47vw;
    font-size: 13px;
    line-height: 1.85;
  }
  .p-index-price__btn {
    order: 5;
    width: 70.4vw;
    height: 12.8vw;
    margin: auto;
  }
  .p-index-contact__inner {
    width: 100%;
    padding: 10.67vw 6.93vw 13.87vw;
    border: none;
    border-top: 1px solid #000000;
    border-radius: 0;
  }
  .p-index-contact__wpcont {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 9.33vw 0;
  }
  .p-index-contact__wpcont-txtbox {
    position: static;
    width: 100%;
  }
  .p-index-contact__wpcont-txtbox .desc {
    margin-bottom: 4.8vw;
    font-size: 13px;
    line-height: 1.85;
  }
  .p-index-contact__wpcont-txtbox .privacy_cont {
    padding: 4.8vw 0;
    font-size: 13px;
  }
  .p-index-contact__wpcont-txtbox .privacy_cont-ttl {
    margin-bottom: 1.6vw;
  }
  .p-index-contact__wpcont-txtbox .privacy_cont-desc {
    line-height: 1.85;
  }
  .p-index-contact__wpcont-formbox {
    width: 100%;
  }
  .p-contact-cont .input_area .input_ttl, .p-contact-cont .input_area .input_data {
    width: 100%;
    padding-bottom: 0;
  }
  .p-contact-cont .input_area .input_ttl {
    margin-bottom: 2.93vw;
    padding: 0;
    font-size: 13px;
  }
  .p-contact-cont .input_area .input_data {
    width: 100%;
    margin-bottom: 5.33vw;
    padding-top: 0;
  }
  .p-contact-cont .input_area .input_data.short input, .p-contact-cont .input_area .input_data.short .select_wp {
    width: 100%;
  }
  .p-contact-cont .input_area .input_data.flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.67vw 0;
  }
  .p-contact-cont .input_area .input_data input, .p-contact-cont .input_area .input_data select, .p-contact-cont .input_area .input_data textarea {
    border-radius: 1.87vw;
  }
  .p-contact-cont .input_area .input_data textarea {
    height: 48vw;
  }
  .p-contact-cont .bl_text--short {
    width: 100%;
  }
  .p-contact-cont .bl_select--short {
    width: 100%;
  }
  .p-contact-cont .bl_select .select_wp::after {
    top: 0.85em;
    right: 1em;
    width: 2.67vw;
    height: 2.67vw;
  }
  .p-contact-cont .lastBlk {
    margin-bottom: 6.4vw;
    font-size: 15px;
  }
  .p-contact-cont .lastBlk .privacy-box__ttl {
    margin-bottom: 2.13vw;
    font-size: 14px;
  }
  .p-contact-cont .lastBlk .privacyBox {
    margin-bottom: 4vw;
    padding: 4vw;
  }
  .p-contact-cont .lastBlk .privacyBox__frameBlk {
    height: 30.4vw;
  }
  .p-contact-cont .lastBlk .privacyBox__frameBlk::-webkit-scrollbar {
    width: 1.07vw;
  }
  .p-contact-cont .lastBlk .privacyBox__frameBlk::-webkit-scrollbar-thumb {
    width: 1.07vw;
  }
  .p-contact-cont .input_area .input_data input::-moz-placeholder, .p-contact-cont .input_area .input_data textarea::-moz-placeholder {
    font-size: 14px;
  }
  .p-contact-cont .input_area .input_data input::placeholder,
  .p-contact-cont .input_area .input_data textarea::placeholder {
    font-size: 14px;
  }
  .p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
    margin-top: 2.67vw;
    font-size: 14px;
  }
  .p-contact-cont .wpcf7 form .wpcf7-response-output {
    font-size: 15px;
  }
  .p-contact-cont .wpcf7 form.invalid .wpcf7-response-output {
    padding: 2%;
  }
  .p-contact-cont .wpcf7 form.sent .wpcf7-response-output {
    padding: 2%;
  }
  .p-contact-cont .req {
    padding: 0.4em 0.5em 0.5em;
    border-radius: 1.33vw;
    font-size: 12px;
  }
  .p-contact-cont .wpcf7-turnstile.cf-turnstile {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
  img {
    width: 100%;
  }
  .c-inner01 {
    width: clamp(0px, 90.1vw, 1384px) !important;
    max-width: none;
  }
}
@media screen and (min-width: 1025px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (max-width: 896px) and (max-width: 1536px) {
  .nopage #contents .txt span {
    font-size: 1.4rem;
  }
  .l-header__spNavWp .spNav__txt {
    font-size: 1rem;
  }
  .cmnTtl02 .f_en {
    font-size: 5rem;
  }
  .cmnTtl02 .f_ja {
    font-size: 1.6rem;
  }
  .member_modal .modal__container .member_name span {
    font-size: 1.2rem;
  }
  .member_modal .modal__container .member_desc {
    font-size: 1.3rem;
  }
  .require_modal .modal__container .require_cont-dl dt, .require_modal .modal__container .require_cont-dl dd {
    font-size: 1.3rem;
  }
  .p-index-fv__catch-txt {
    font-size: 3.8rem;
  }
  .p-index-about__txt {
    font-size: 1.8rem;
  }
  .p-index-works__mainlist-txt .subttl {
    font-size: 1.2rem;
  }
  .p-index-works__mainlist-txt .ttl {
    font-size: 1.6rem;
  }
  .p-index-works__mainlist-txt .taglist li {
    font-size: 1rem;
  }
  .p-index-award .swiper-pagination {
    font-size: 1.6rem;
  }
  .p-index-award__jumpbtn {
    font-size: 1.8rem;
  }
  .p-index-award__list-txt .taglist li {
    font-size: 1rem;
  }
  .p-index-company__cont-item .infoBase__txt-ttl {
    font-size: 2.4rem;
  }
  .p-index-company__cont-item .infoBase__table dt, .p-index-company__cont-item .infoBase__table dd {
    font-size: 1.6rem;
  }
  .p-index-company__cont-item .infoRec__catch {
    font-size: 2rem;
  }
  .p-index-company__cont-item .infoRec__desc {
    font-size: 1.3rem;
  }
  .p-index-news__list-time {
    font-size: 1.4rem;
  }
  .p-index-news__list-ttl {
    font-size: 1.3rem;
  }
  .p-index-workflow__desc {
    font-size: 1.3rem;
  }
  .p-index-price__catch {
    font-size: 3rem;
  }
  .p-index-price__desc {
    font-size: 1.3rem;
  }
  .p-index-contact__wpcont-txtbox .desc {
    font-size: 1.3rem;
  }
  .p-index-contact__wpcont-txtbox .privacy_cont {
    font-size: 1.3rem;
  }
  .p-contact-cont .input_area .input_ttl {
    font-size: 1.3rem;
  }
  .p-contact-cont .lastBlk {
    font-size: 1.5rem;
  }
  .p-contact-cont .lastBlk .privacy-box__ttl {
    font-size: 1.4rem;
  }
  .p-contact-cont .input_area .input_data input::-moz-placeholder, .p-contact-cont .input_area .input_data textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-contact-cont .input_area .input_data input::placeholder,
  .p-contact-cont .input_area .input_data textarea::placeholder {
    font-size: 1.4rem;
  }
  .p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
  .p-contact-cont .wpcf7 form .wpcf7-response-output {
    font-size: 1.5rem;
  }
  .p-contact-cont .req {
    font-size: 1.2rem;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (min-width: 1501px) {
  .c-inner01 {
    width: 1384px;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  .require_modal .modal__container .require_cont-dl dt {
    margin-bottom: 2.13vw;
  }
  .p-index-about__animegroup .nobishirolab01 .img02 {
    margin-top: -5em;
  }
}
@media screen and (min-width: 897px) {
  .p-index-works__mainlist-item {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .p-index-works__mainlist-item.first_img {
    z-index: 1;
    opacity: 1;
  }
}