@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
  font-size: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
}
html.act {
  overflow: hidden;
}

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

a, .link {
  color: #2A2B2C;
  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);
  opacity: 1;
}
.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: 700;
  font-family: "Roboto", sans-serif;
}

.f_jp {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

.c-hvr:hover a {
  opacity: 0.7;
}

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

.drop-shadow01 {
  filter: drop-shadow(0px 0px 10px rgba(42, 43, 44, 0.3));
}

/* 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 {
  display: flex;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12.8vw;
  background-color: #fff;
  /* スマホメニュー */
}
.l-header__logo {
  width: 27.73vw;
  margin: auto;
}
.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 #2A2B2C;
  border-radius: 100px;
  background-color: #FF8232;
}
.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: 700;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto", 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 #2A2B2C;
  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 #2A2B2C;
  border-radius: 100px;
  background-color: #FF8232;
}
.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: #2A2B2C;
}
.l-header__menu01_item-link:hover {
  color: #FF8232;
}
.l-header__menu01_item-link--contact:hover {
  color: #2A2B2C;
  opacity: 0.7;
}
.l-header__menu01_item-txt {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

/* Gナビメガメニュー */
/*component*/
.c-inner01 {
  width: 86.67vw;
  margin: auto;
}

.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 #2A2B2C;
  border-radius: 100px;
  background-color: #FF8232;
  box-shadow: 0px 4px 0px #2A2B2C;
  color: #2A2B2C;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
.c-btn01__link:hover {
  background-color: #FF8232;
  color: #fff;
}
.c-btn01__link--blue {
  background-color: #FF8232;
  color: #fff;
}
.c-btn01__link--blue:hover {
  background-color: #FF8232;
  color: #2A2B2C;
}
.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-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 21.33vw;
  padding-top: 5.33vw;
  padding-bottom: 5.33vw;
  background: linear-gradient(-15deg, #FF8232 30%, #faa825 70%);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}
.cmnTtl02 em {
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
}

/*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*/
.index#contents {
  width: 100%;
  padding-top: 12.8vw;
}

.main_cont {
  width: 100%;
  background-color: #fff;
}

.side_cont {
  display: none;
}

.c-txtbox01 {
  width: 86.67vw;
  margin: auto;
  padding: 5.33vw;
  border-radius: 3.2vw;
  background-color: #FEEED3;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-txtbox01 em {
  color: #FF8232;
  font-style: normal;
  font-weight: 700;
}

.c-faq-box {
  margin-bottom: 4vw;
  border-bottom: 1px solid #C3C3C4;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.63;
}
.c-faq-box__ttl, .c-faq-box__data {
  position: relative;
  padding-right: 4vw;
  padding-bottom: 4.27vw;
  padding-left: 9.33vw;
}
.c-faq-box__ttl::before, .c-faq-box__data::before {
  display: flex;
  position: absolute;
  top: 0em;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 6.93vw;
  height: 6.93vw;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.c-faq-box__ttl {
  color: #696A6B;
}
.c-faq-box__ttl::before {
  background-color: #696A6B;
  content: "Q";
}
.c-faq-box__ttl--noacc {
  padding-bottom: 1.33vw;
}
.c-faq-box__ttl .accordion__trigger {
  text-align: left;
}
.c-faq-box__data {
  color: #FF8232;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44;
}
.c-faq-box__data::before {
  background-color: #FF8232;
  content: "A";
  font-size: 16px;
  font-size: 1.6rem;
}

.ico-acc {
  display: block;
  position: relative;
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 2.13vw;
  height: 2.13vw;
  transition: 0.3s transform ease;
}
.ico-acc::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(135deg);
  border-top: 1px solid #696A6B;
  border-right: 1px solid #696A6B;
  content: "";
  transition: all 0.3s;
}

.open .ico-acc {
  transform: rotate(180deg);
}

.txt-come {
  color: #FF3B00;
  font-style: normal;
}

.p-index-fv {
  padding-bottom: 10.67vw;
  background-image: url("../img/fv_bg.jpg");
  background-position: center center;
  background-position: center top;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-index-fv__catch {
  width: 86.67vw;
  margin: auto;
}
.p-index-fv__catch--03 {
  margin-top: 2.13vw;
}
.p-index-fv__catch--btn {
  margin-top: 8vw;
}

.p-index-intro {
  padding-bottom: 10.67vw;
}

.p-index-increase {
  padding-bottom: 33.07vw;
  background-image: url("../img/increase_bg.jpg");
  background-position: center center;
  background-position: center bottom;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-index-increase__desc {
  margin-top: 8vw;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.67;
  text-align: center;
}
.p-index-increase__catch {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 4vw;
  gap: 0.3em 0;
  color: #FF8232;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
}
.p-index-increase__catch span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 0.5em;
  background: linear-gradient(transparent 80%, rgba(250, 168, 37, 0.3) 80%);
  line-height: 1.3;
}
.p-index-increase__txtbox {
  margin-top: 8.8vw;
  text-align: center;
}

.p-index-solution {
  padding-bottom: 10.67vw;
}
.p-index-solution__ttl {
  margin-bottom: 8vw;
}
.p-index-solution__txtbox {
  margin-top: 5.33vw;
}

.p-index-reason {
  padding-bottom: 10.67vw;
  background: url("../img/bg_ami.png") repeat-y left top/contain;
}
.p-index-reason__ttl {
  margin-bottom: 8vw;
}
.p-index-reason__dlcont {
  display: flex;
  row-gap: 8vw;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.p-index-reason__dlcont .dlbox__ttl {
  -moz-column-gap: 4vw;
  display: flex;
  column-gap: 4vw;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4vw;
}
.p-index-reason__dlcont .dlbox__ttl-ico {
  width: 21.33vw;
}
.p-index-reason__dlcont .dlbox__ttl-ico img {
  width: 100%;
}
.p-index-reason__dlcont .dlbox__ttl-txt {
  color: #FF8232;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.23;
}
.p-index-reason__dlcont .dlbox__data-img {
  width: 86.67vw;
}
.p-index-reason__dlcont .dlbox__data-desc {
  margin-top: 4vw;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.67;
}

.p-index-simulation {
  padding-bottom: 10.67vw;
  background-color: #FEF6E9;
}
.p-index-simulation__ttl {
  margin-bottom: 8vw;
}
.p-index-simulation__dlcont {
  display: flex;
  row-gap: 5.33vw;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.p-index-simulation__dlcont .dlbox__ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.67vw;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-index-simulation__dlcont .dlbox__ttl i {
  display: inline-block;
  margin-right: 0.3em;
  color: #FF8232;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
}
.p-index-simulation__dlcont .dlbox__data-img {
  width: 86.67vw;
}
.p-index-simulation__dlcont .dlbox__data--03 {
  margin-top: -1em;
}
.p-index-simulation__dlcont .dlbox__data-desc {
  margin-top: 5.33vw;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.p-index-family {
  padding-bottom: 10.67vw;
}
.p-index-family__ttl {
  margin-bottom: 8vw;
}
.p-index-family__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-index-family__list-item {
  position: relative;
  padding-left: 2em;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.p-index-family__list-item::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 9.6vw;
  height: 8.27vw;
  margin: auto;
  background-image: url("../img/ico_check.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-index-family__list-item:first-child {
  margin-bottom: 4vw;
}
.p-index-family__img {
  width: 100%;
}
.p-index-family__txt01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: -0.5em;
  margin-bottom: 4vw;
  color: #FF8232;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
.p-index-family__txt01::before, .p-index-family__txt01::after {
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  content: "/";
  font-weight: 400;
}
.p-index-family__txt01::before {
  right: -1em;
}
.p-index-family__txt01::after {
  left: -1em;
  transform: scale(-1, 1);
}

.p-index-voice {
  padding-bottom: 10.67vw;
}
.p-index-voice__ttl {
  margin-bottom: 8vw;
}

.p-index-faq {
  padding-bottom: 10.67vw;
  background-color: #FEF6E9;
}
.p-index-faq__ttl {
  margin-bottom: 8vw;
}
.p-index-faq__txtbox {
  margin-top: 5.33vw;
  background-color: #fff;
  text-align: center;
}
.p-index-faq__txtbox .txt01 {
  margin-bottom: 4vw;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}
.p-index-faq__txtbox .txt01 span {
  font-size: 28px;
  font-size: 2.8rem;
}

.p-index-pc_footer {
  display: none;
}

.p-index-contactArea {
  padding-bottom: 25.33vw;
  background-color: #F0F0F0;
}
.p-index-contactArea__ttl {
  margin-bottom: 8vw;
}
.p-index-contactArea__img {
  width: 100%;
  margin-bottom: 8vw;
}
.p-index-contactArea__txt01 {
  margin-bottom: 5.33vw;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-index-footer {
  padding-top: 10.67vw;
  padding-bottom: 24.53vw;
  background-color: #fff;
}
.p-index-footer__logo {
  width: 41.33vw;
  margin: auto;
  margin-bottom: 7.47vw;
}
.p-index-footer__logo img {
  width: 100%;
}
.p-index-footer__comlink {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.p-index-footer__comlink a {
  text-decoration: underline;
}
.p-index-footer__copy {
  margin-top: 8vw;
  color: #696A6B;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

.s-teiten {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.33vw;
}
.s-teiten img {
  width: 100%;
}

.btnSend {
  width: 70.67vw;
  height: 21.33vw;
  margin: auto;
  border-radius: 3.2vw;
  background-color: #FF8232;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  filter: drop-shadow(0px 0px 10px rgba(42, 43, 44, 0.3));
  transition: 0.3s opacity ease;
}
.btnSend:hover {
  opacity: 0.8;
}
.btnSend__link {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.btnSend__arwwp {
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
}
.btnSend__arw {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.93vw;
  height: 2.93vw;
  margin: auto;
  background-image: url("../img/ico_arw.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.p-contact-cont {
  z-index: 1;
  position: relative;
  /* メッセージ */
}
.p-contact-cont .input_area {
  width: 100%;
}
.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 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.67vw;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
.p-contact-cont .input_area .input_ttl.text-top {
  vertical-align: text-top;
}
.p-contact-cont .input_area .input_ttl .ttlicon {
  display: inline-block;
  margin-right: 0.3em;
  color: #FF8232;
  font-style: normal;
  font-size: 9px;
  font-size: 0.9rem;
}
.p-contact-cont .input_area .input_subttl {
  margin-bottom: 2.67vw;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-contact-cont .input_area .input_data {
  margin-bottom: 5.33vw;
  color: #2A2B2C;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}
.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.8em 1em;
  border-radius: 1.6vw;
  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 input:focus, .p-contact-cont .input_area .input_data select:focus, .p-contact-cont .input_area .input_data textarea:focus {
  outline: none;
  box-shadow: 0px 0px 10px rgba(42, 43, 44, 0.2);
}
.p-contact-cont .input_area .input_data textarea {
  height: 64vw;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.p-contact-cont .input_area .input_data select {
  padding-right: 3em;
}
.p-contact-cont .input_area .input_data .zipsearch {
  width: 26.67vw;
  height: 13.33vw;
  margin-left: 0.4em;
  border-radius: 1.6vw;
  background-color: #FF8232;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  transition: 0.3s opacity ease;
}
.p-contact-cont .input_area .input_data .zipsearch:hover {
  opacity: 0.8;
}
.p-contact-cont .input_area .input_data.zip input {
  width: 32vw;
}
.p-contact-cont .input_area .input_data.zip .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -2.4em;
  left: 0;
  width: 10em;
}
.p-contact-cont .bl_text--short {
  width: 68%;
}
.p-contact-cont .bl_radio .input_ttl {
  padding-top: 0;
}
.p-contact-cont .bl_radio .input_data {
  /* .wpcf7-radio .wpcf7-list-item {
      display: inline-block;
      margin: 0 4em 0 0;
      @include mq(max-tb){
          margin-right: 1em;
      }

      &.last {
          margin: 0;
      }

  } */
}
.p-contact-cont .bl_radio .input_data input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  width: auto;
  margin: 0 10px 0 0;
  padding: 0.6em;
  border-radius: 50px;
  vertical-align: middle;
  opacity: 0;
}
.p-contact-cont .bl_radio .input_data input[type=radio]:focus + span:before {
  box-shadow: 0px 0px 10px rgba(42, 43, 44, 0);
}
.p-contact-cont .bl_radio .input_data input[type=radio] + span {
  display: flex;
  align-items: center;
}
.p-contact-cont .bl_radio .input_data input[type=radio] + span:before {
  display: inline-block;
  position: relative;
  top: 0;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  /* @include mq(max-tb){
      width: 1.2em;
      height: 1.2em;
      margin-right: 0.5em;
  } */
}
.p-contact-cont .bl_radio .input_data input[type=radio]:checked + span:before {
  background-color: #FF8232;
  box-shadow: inset 0 0 0 0.3em #fff, 0 0 8px rgba(0, 0, 0, 0.3);
}
.p-contact-cont .bl_radio .input_data .wpcf7-radio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em 2em;
}
.p-contact-cont .bl_radio .input_data .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.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.8em;
  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.7em;
  width: 1em;
  height: 0.7em;
  margin: auto;
  transform: rotate(-45deg);
  border-bottom: 3px solid #FF8232;
  border-left: 3px solid #FF8232;
  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.3em;
  bottom: auto;
}
.p-contact-cont .lastBlk input[type=checkbox]:checked + span::before {
  opacity: 1;
}
.p-contact-cont .lastBlk {
  margin-bottom: 13.33vw;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-contact-cont .lastBlk a {
  /* color: $colorOrg;
  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 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: #B4B4B5;
}
.p-contact-cont .input_area .input_data input::placeholder,
.p-contact-cont .input_area .input_data textarea::placeholder {
  color: #B4B4B5;
}
.p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
  display: block;
  margin-top: 2.67vw;
  color: #FF0000;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.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-bottom: 2em;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.p-contact-cont .wpcf7 form.invalid .wpcf7-response-output {
  padding: 2%;
  border: none;
  background: #FF0000;
  color: #fff;
}
.p-contact-cont .wpcf7 form.sent .wpcf7-response-output {
  padding: 2%;
  border: none;
  background: #46b450;
  color: #fff;
}
.p-contact-cont .req {
  display: inline-block;
  margin: -0.1em 0 0 0.5em;
  color: #FF3B00;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.p-contact-cont .wpcf7-turnstile.cf-turnstile {
  margin-top: 8vw;
}
.p-contact-cont .wpcf7-turnstile.cf-turnstile div {
  display: grid; /* グリッド指定 */
  place-items: center; /* 中央揃え */
}

.thanks#contents {
  width: 100%;
  padding-top: 24vw;
}

.p-thanks-cont {
  width: 85.2%;
  max-width: 1310px;
  margin: auto;
  text-align: center;
}
.p-thanks-cont__logo {
  display: none;
}
.p-thanks-cont__tnxttl {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}
.p-thanks-cont__tnxtxt, .p-thanks-cont__tnxtxt02 {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-thanks-cont__tnxtxt02 {
  margin-bottom: 2em;
}
.p-thanks-cont__copy {
  margin-top: 5em;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 1536px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1500px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1289px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 896px) {
  body {
    margin: 0;
  }
  .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;
    font-size: 1.4rem;
  }
  .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;
    font-size: 1rem;
  }
  .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;
  }
  .c-btn01--contactsend {
    width: 100%;
    height: 12.8vw;
  }
  .c-btn01__ico {
    width: 8vw;
    height: 8vw;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .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 .bl_text--short {
    width: 100%;
  }
}
@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: 897px) {
  html {
    font-size: 0.6666666667vw;
  }
  .l-header {
    display: none;
  }
  .c-inner01 {
    width: clamp(0px, 21.16vw, 325px);
  }
  .cmnTtl02 {
    min-height: clamp(0px, 5.21vw, 80px);
  }
  .cmnTtl02 {
    padding-top: clamp(0px, 1.3vw, 20px);
  }
  .cmnTtl02 {
    padding-bottom: clamp(0px, 1.3vw, 20px);
  }
  .index#contents {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 85.2%;
    max-width: 1310px;
    margin: auto;
    padding-top: 0;
  }
  .main_cont {
    width: 28.6259541985%;
    min-height: calc(100vh - clamp(0px, 3.26vw, 50px));
    margin-top: clamp(0px, 3.26vw, 50px);
    overflow: clip;
    border-radius: clamp(0px, 1.95vw, 30px) clamp(0px, 1.95vw, 30px) 0 0;
    box-shadow: 0px 0px 40px rgba(42, 43, 44, 0.3);
  }
  .side_cont {
    display: block;
    position: sticky;
    top: 0;
    right: 0;
    width: 66.7938931298%;
    height: 100vh;
    max-height: 100vh;
    padding: clamp(0px, 3.91vw, 60px) 0 clamp(0px, 1.95vw, 30px) clamp(0px, 1.3vw, 20px);
    overflow-y: scroll;
    pointer-events: all;
    scrollbar-width: none;
  }
  .side_cont__txt01 {
    margin-bottom: clamp(0px, 1.3vw, 20px);
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
  }
  .side_cont__txt02 {
    margin-bottom: clamp(0px, 2.34vw, 36px);
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-txtbox01 {
    border-radius: clamp(0px, 0.78vw, 12px);
  }
  .c-txtbox01 {
    padding: clamp(0px, 1.3vw, 20px);
  }
  .c-txtbox01 {
    width: clamp(0px, 21.16vw, 325px);
  }
  .c-faq-box {
    margin-bottom: clamp(0px, 0.98vw, 15px);
  }
  .c-faq-box__ttl, .c-faq-box__data {
    padding-bottom: clamp(0px, 1.04vw, 16px);
  }
  .c-faq-box__ttl, .c-faq-box__data {
    padding-left: clamp(0px, 2.28vw, 35px);
  }
  .c-faq-box__ttl, .c-faq-box__data {
    padding-right: clamp(0px, 0.98vw, 15px);
  }
  .c-faq-box__ttl::before, .c-faq-box__data::before {
    width: clamp(0px, 1.69vw, 26px);
  }
  .c-faq-box__ttl::before, .c-faq-box__data::before {
    height: clamp(0px, 1.69vw, 26px);
  }
  .c-faq-box__ttl--noacc {
    padding-bottom: clamp(0px, 0.33vw, 5px);
  }
  .ico-acc {
    width: clamp(0px, 0.52vw, 8px);
  }
  .ico-acc {
    height: clamp(0px, 0.52vw, 8px);
  }
  .p-index-fv {
    padding-bottom: clamp(0px, 2.6vw, 40px);
  }
  .p-index-fv__catch {
    width: clamp(0px, 21.16vw, 325px);
  }
  .p-index-fv__catch--03 {
    margin-top: clamp(0px, 0.52vw, 8px);
  }
  .p-index-fv__catch--btn {
    margin-top: clamp(0px, 1.95vw, 30px);
  }
  .p-index-intro {
    padding-bottom: clamp(0px, 2.6vw, 40px);
  }
  .p-index-increase {
    padding-bottom: clamp(0px, 8.07vw, 124px);
  }
  .p-index-increase__desc {
    margin-top: clamp(0px, 1.95vw, 30px);
  }
  .p-index-increase__catch {
    margin-top: clamp(0px, 0.98vw, 15px);
  }
  .p-index-increase__txtbox {
    margin-top: clamp(0px, 2.15vw, 33px);
  }
  .p-index-solution {
    padding-bottom: clamp(0px, 2.6vw, 40px);
  }
  .p-index-solution__ttl {
    margin-bottom: clamp(0px, 1.95vw, 30px);
  }
  .p-index-solution__txtbox {
    margin-top: clamp(0px, 1.3vw, 20px);
  }
  .p-index-reason {
    padding-bottom: clamp(0px, 2.6vw, 40px);
  }
  .p-index-reason__ttl {
    margin-bottom: clamp(0px, 1.95vw, 30px);
  }
  .p-index-reason__dlcont {
    row-gap: clamp(0px, 1.95vw, 30px);
  }
  .p-index-reason__dlcont .dlbox__ttl {
    -moz-column-gap: clamp(0px, 0.98vw, 15px);
    column-gap: clamp(0px, 0.98vw, 15px);
  }
  .p-index-reason__dlcont .dlbox__ttl {
    margin-bottom: clamp(0px, 0.98vw, 15px);
  }
  .p-index-reason__dlcont .dlbox__ttl-ico {
    width: clamp(0px, 5.21vw, 80px);
  }
  .p-index-reason__dlcont .dlbox__data-img {
    width: clamp(0px, 21.16vw, 325px);
  }
  .p-index-reason__dlcont .dlbox__data-desc {
    margin-top: clamp(0px, 0.98vw, 15px);
  }
  .p-index-simulation {
    padding-bottom: clamp(0px, 2.6vw, 40px);
  }
  .p-index-simulation__ttl {
    margin-bottom: clamp(0px, 1.95vw, 30px);
  }
  .p-index-simulation__dlcont {
    row-gap: clamp(0px, 1.3vw, 20px);
  }
  .p-index-simulation__dlcont .dlbox__ttl {
    margin-bottom: clamp(0px, 0.65vw, 10px);
  }
  .p-index-simulation__dlcont .dlbox__data-img {
    width: clamp(0px, 21.16vw, 325px);
  }
  .p-index-simulation__dlcont .dlbox__data-desc {
    margin-top: clamp(0px, 1.3vw, 20px);
  }
  .p-index-family {
    padding-bottom: clamp(0px, 2.6vw, 40px);
  }
  .p-index-family__ttl {
    margin-bottom: clamp(0px, 1.95vw, 30px);
  }
  .p-index-family__list-item::before {
    width: clamp(0px, 2.34vw, 36px);
  }
  .p-index-family__list-item::before {
    height: clamp(0px, 2.02vw, 31px);
  }
  .p-index-family__list-item:first-child {
    margin-bottom: clamp(0px, 0.98vw, 15px);
  }
  .p-index-family__txt01 {
    margin-bottom: clamp(0px, 0.98vw, 15px);
  }
  .p-index-voice {
    padding-bottom: clamp(0px, 2.6vw, 40px);
  }
  .p-index-voice__ttl {
    margin-bottom: clamp(0px, 1.95vw, 30px);
  }
  .p-index-faq {
    padding-bottom: clamp(0px, 2.6vw, 40px);
  }
  .p-index-faq__ttl {
    margin-bottom: clamp(0px, 1.95vw, 30px);
  }
  .p-index-faq__txtbox {
    margin-top: clamp(0px, 1.3vw, 20px);
  }
  .p-index-faq__txtbox .txt01 {
    margin-bottom: clamp(0px, 0.98vw, 15px);
  }
  .p-index-pc_footer {
    display: block;
  }
  .p-index-pc_footer__message {
    padding: clamp(0px, 2.6vw, 40px) 0 clamp(0px, 3.06vw, 47px);
    background: linear-gradient(320deg, #FF8232 0%, #faa825 100%);
  }
  .p-index-pc_footer__img {
    width: clamp(0px, 21.16vw, 325px);
    margin: auto;
    margin-bottom: clamp(0px, 1.3vw, 20px);
  }
  .p-index-pc_footer__txt {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
  }
  .p-index-pc_footer__txt span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-index-pc_footer__logo {
    padding: clamp(0px, 2.28vw, 35px) 0;
    background-color: #fff;
  }
  .p-index-pc_footer__logo figure {
    width: clamp(0px, 10.09vw, 155px);
    margin: auto;
  }
  .p-index-contactArea {
    display: none;
  }
  .p-index-footer {
    display: none;
  }
  .p-index-footer__logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(0px, 24.28vw, 373px);
    margin-bottom: 0;
  }
  .p-index-footer__comlink-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: clamp(0px, 5.21vw, 80px) 0 0;
    gap: 0 clamp(0px, 2.28vw, 35px);
  }
  .p-index-footer__comlink a:hover {
    text-decoration: none;
  }
  .p-index-footer__comlink {
    text-align: right;
  }
  .p-index-footer__copy {
    margin-top: 0;
    text-align: right;
  }
  .s-teiten {
    display: none;
  }
  .btnSend {
    width: clamp(0px, 17.25vw, 265px);
  }
  .btnSend {
    height: clamp(0px, 5.21vw, 80px);
  }
  .btnSend {
    border-radius: clamp(0px, 0.78vw, 12px);
  }
  .btnSend {
    margin: 0;
  }
  .btnSend__arw {
    width: clamp(0px, 0.72vw, 11px);
  }
  .btnSend__arw {
    height: clamp(0px, 0.72vw, 11px);
  }
  .p-contact-cont .input_area .input_ttl {
    margin-bottom: clamp(0px, 0.65vw, 10px);
  }
  .p-contact-cont .input_area .input_subttl {
    margin-bottom: clamp(0px, 0.65vw, 10px);
  }
  .p-contact-cont .input_area .input_data {
    margin-bottom: clamp(0px, 1.95vw, 30px);
  }
  .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: clamp(0px, 0.39vw, 6px);
  }
  .p-contact-cont .input_area .input_data input, .p-contact-cont .input_area .input_data select, .p-contact-cont .input_area .input_data textarea {
    width: clamp(0px, 19.53vw, 300px);
    padding: 0.9em 1em;
  }
  .p-contact-cont .input_area .input_data textarea {
    width: 100%;
    height: clamp(0px, 7.81vw, 120px);
  }
  .p-contact-cont .input_area .input_data .zipsearch {
    border-radius: clamp(0px, 0.39vw, 6px);
  }
  .p-contact-cont .input_area .input_data .zipsearch {
    width: clamp(0px, 6.51vw, 100px);
  }
  .p-contact-cont .input_area .input_data .zipsearch {
    height: clamp(0px, 3.26vw, 50px);
  }
  .p-contact-cont .input_area .input_data.zip input {
    width: clamp(0px, 6.84vw, 105px);
  }
  .p-contact-cont .input_area .input_data.zip .wpcf7-not-valid-tip {
    bottom: auto;
  }
  .p-contact-cont .bl_radio .input_data .wpcf7-radio {
    flex-direction: row;
  }
  .p-contact-cont .input_area .input_data input[type=checkbox] {
    padding: 0.5em;
  }
  .p-contact-cont .bl_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 clamp(0px, 1.3vw, 20px);
  }
  .p-contact-cont .lastBlk {
    margin-bottom: clamp(0px, 2.6vw, 40px);
  }
  .p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
    margin-top: clamp(0px, 0.65vw, 10px);
    margin-bottom: clamp(0px, 0.65vw, 10px);
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-contact-cont .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-contact-cont .wpcf7 form.invalid .wpcf7-response-output {
    padding: 1%;
  }
  .p-contact-cont .wpcf7 form.sent .wpcf7-response-output {
    padding: 1%;
  }
  .p-contact-cont .wpcf7-turnstile.cf-turnstile {
    position: absolute;
    bottom: -10em;
    left: 0;
    margin-top: 0;
  }
  .thanks#contents {
    padding-top: clamp(0px, 5.86vw, 90px);
  }
  .p-thanks-cont__logo {
    display: block;
    width: clamp(0px, 16.93vw, 260px);
    margin: auto;
    margin-bottom: clamp(0px, 3.26vw, 50px);
  }
  .p-thanks-cont__tnxtxt, .p-thanks-cont__tnxtxt02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-thanks-cont__tnxtxt02 {
    margin-bottom: 3em;
  }
  .p-thanks-cont__btn {
    margin: auto;
  }
}
@media screen and (min-width: 1290px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (min-width: 1501px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 62.5%;
  }
  img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}