﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
pre, code {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

*:hover,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* All */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* Anchor */
a {
  text-decoration: none;
}

.linkBtn {
  color: #fff;
  background-color: #1b44f8;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 2px 10px;
  display: inline-block;
}

/* Figure */
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
figure img,
figure amp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Video */
.videoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

header video,
main video,
footer video {
  width: 100%;
  height: auto;
}

/* Table */
table {
  border-collapse: collapse;
}

/* Canvas */
canvas {
  vertical-align: bottom;
}

/* Source code */
pre, code {
  text-align: left;
}

code ol.linenums {
  list-style: inside;
}

code ol.linenums li {
  list-style-type: decimal-leading-zero;
}

pre {
  border-top: 2px solid #eeeeee;
  border-top-style: inset;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-left-style: inset;
  padding: 5px;
}

pre:not(:first-child) {
  margin-top: 30px;
}

address {
  font-style: normal;
}

@media only screen and (min-width: 1000.1px) {
  br.sp,
img.sp,
span.sp {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  br.pc,
img.pc,
span.pc {
    display: none;
  }
}

body,
body a {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (min-width: 1000.1px) {
  body,
body a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  body,
body a {
    font-size: 14px;
  }
}
body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (min-width: 1000.1px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000.1px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 15.75px;
  }
}
@media only screen and (max-width: 1000px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 17.5px;
  }
}

.black {
  font-weight: 900;
}

@media only screen and (max-width: 1000px) {
  body {
    min-width: 320px;
  }
}
body .container {
  margin: 0 auto;
}
@media only screen and (min-width: 1000.1px) {
  body .container {
    width: 750px;
  }
}
@media only screen and (max-width: 1000px) {
  body .container {
    width: 92%;
  }
}
@media only screen and (max-width: 1000px) {
  body .container {
    max-width: 550px;
  }
}

@-webkit-keyframes transform {
  0% {
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes transform {
  0% {
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Slide styles end */
form {
  width: 100%;
  margin: 0 auto;
}

fieldset {
  border: none;
}

label {
  display: inline-block;
}

input,
select,
button {
  font-size: 1em;
  -webkit-appearance: none;
  display: inline-block;
}

[type=radio],
[type=checkbox] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
[type=radio] + label,
[type=checkbox] + label {
  padding-left: 55px;
  cursor: pointer;
}
[type=radio] + label::before, [type=radio] + label::after,
[type=checkbox] + label::before,
[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
[type=radio] + label::before,
[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  left: 0;
}
[type=radio] + label::after,
[type=checkbox] + label::after {
  width: 14px;
  height: 14px;
  background-color: orange;
  border-radius: 50%;
  left: 8px;
  opacity: 0;
}
[type=radio]:checked + label::after,
[type=checkbox]:checked + label::after {
  opacity: 1;
}

textarea {
  resize: none;
}

.selectWrap select {
  width: 100%;
  cursor: pointer;
}
.selectWrap select::-ms-expand {
  display: none;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

*::-webkit-input-placeholder {
  color: #b3b3b3;
}

*::-moz-placeholder {
  color: #b3b3b3;
}

*:-ms-input-placeholder {
  color: #b3b3b3;
}

*::-ms-input-placeholder {
  color: #b3b3b3;
}

*::placeholder {
  color: #b3b3b3;
}

*:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  box-shadow: 0 0 0 1000px #FFF inset;
}

[type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #4d4d4d;
}
@media only screen and (min-width: 1000.1px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    border-radius: 2.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 1000px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    padding: 9px 12px;
  }
}

@media only screen and (min-width: 1000.1px) {
  textarea {
    max-height: 314px;
  }
}
@media only screen and (max-width: 1000px) {
  textarea {
    max-height: 234px;
  }
}

.iframeWrap {
  padding-top: 56.35%;
}
.iframeWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
@media only screen and (min-width: 1000.1px) {
  .swiper-wrapper .swiper-slide {
    width: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  .swiper-wrapper .swiper-slide {
    width: 240px;
  }
}

@media only screen and (min-width: 1000.1px) {
  .withLogo {
    padding-left: 47.5px;
  }
}
@media only screen and (max-width: 1000px) {
  .withLogo {
    padding-left: 38.5px;
  }
}
.withLogo::before {
  content: "";
  background: url("../images/mv_logo.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (min-width: 1000.1px) {
  .withLogo::before {
    width: 40.5px;
  }
}
@media only screen and (max-width: 1000px) {
  .withLogo::before {
    width: 31.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  .withLogo::before {
    height: 27.75px;
  }
}
@media only screen and (max-width: 1000px) {
  .withLogo::before {
    height: 22px;
  }
}

.localnav {
  width: 120px;
}
.localnav > li:not(:first-child) {
  margin-top: 20px;
}
.localnav > li a {
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 17px 0px 0px 17px;
  display: block;
  padding: 4px 0;
  padding-right: 26px;
}
.localnav > li a:hover {
  color: #fa0000;
  background-color: #FFF;
}

[data-fadein-trriger] [data-fadein-target][data-fadein-delay="1"] {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-fadein-trriger] [data-fadein-target][data-fadein-delay="2"] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-fadein-trriger] [data-fadein-target][data-fadein-delay="3"] {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-fadein-trriger] [data-fadein-target][data-fadein-delay="4"] {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-fadein-trriger] [data-fadein-target][data-fadein-delay="5"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
[data-fadein-trriger][data-fadein-trriger=normal] [data-fadein-target] {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
}
[data-fadein-trriger][data-fadein-trriger=normal].on [data-fadein-target] {
  opacity: 1;
}
[data-fadein-trriger][data-fadein-trriger="0001"] [data-fadein-target=goinside] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
[data-fadein-trriger][data-fadein-trriger="0001"] [data-fadein-target=goinside][data-fadein-delay="1"] {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-fadein-trriger][data-fadein-trriger="0001"] [data-fadein-target=goinside][data-fadein-delay="2"] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-fadein-trriger][data-fadein-trriger="0001"] [data-fadein-target=goinside][data-fadein-delay="3"] {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-fadein-trriger][data-fadein-trriger="0001"] [data-fadein-target=goinside][data-fadein-delay="4"] {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-fadein-trriger][data-fadein-trriger="0001"] [data-fadein-target=goinside][data-fadein-delay="5"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
[data-fadein-trriger][data-fadein-trriger="0001"].on [data-fadein-target=goinside] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight] {
  display: block;
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: hidden;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="1"]::before {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.3s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.3s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="2"]::before {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.6s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.6s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="3"]::before {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.9s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.9s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="4"]::before {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 1.2s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 1.2s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="5"]::before {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 1.5s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 1.5s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight] .toRightInner {
  display: block;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="1"]::before .toRightInner {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.3s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.3s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="2"]::before .toRightInner {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.6s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.6s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="3"]::before .toRightInner {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.9s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.9s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="4"]::before .toRightInner {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 1.2s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 1.2s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=toRight][data-fadein-delay="5"]::before .toRightInner {
  -webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 1.5s;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 1.5s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=deco][data-fadein-delay="1"]::before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=deco][data-fadein-delay="2"]::before {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=deco][data-fadein-delay="3"]::before {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=deco][data-fadein-delay="4"]::before {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=deco][data-fadein-delay="5"]::before {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=deco] .h3Inner::before {
  opacity: 0;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=moveup] {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=moveup][data-fadein-delay="1"] {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=moveup][data-fadein-delay="2"] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=moveup][data-fadein-delay="3"] {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=moveup][data-fadein-delay="4"] {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=moveup][data-fadein-delay="5"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=moveup][data-fadein-delay="6"] {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=moveup][data-fadein-delay="7"] {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
[data-fadein-trriger][data-fadein-trriger="0002"] [data-fadein-target=moveup][data-fadein-delay="8"] {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
[data-fadein-trriger][data-fadein-trriger="0002"].on [data-fadein-target=toRight] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-fadein-trriger][data-fadein-trriger="0002"].on [data-fadein-target=toRight] .toRightInner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-fadein-trriger][data-fadein-trriger="0002"].on [data-fadein-target=deco] .h3Inner::before {
  opacity: 1;
}
[data-fadein-trriger][data-fadein-trriger="0002"].on [data-fadein-target=moveup] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.section#solution .top .text1 {
  overflow: hidden;
}
.section#solution .top .text2 {
  overflow: hidden;
}
.section#solution .top .index > li {
  overflow: hidden;
}
.section#solution .solutionList > li h3 > span {
  overflow: hidden;
}

.section#cta .text1Inner {
  overflow: hidden;
}
.section#cta .text2 {
  overflow: hidden;
}

header {
  position: absolute;
  right: 0;
  bottom: 30px;
}

main > .loaded {
  background: #FFF;
}
main .section:not(.loaded) + .loaded {
  opacity: 0;
}

footer {
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1000.1px) {
  footer {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  footer {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1000.1px) {
  footer {
    padding-bottom: 16.5px;
  }
}
@media only screen and (max-width: 1000px) {
  footer {
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 1000px) {
  footer {
    padding-bottom: 79px;
  }
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1000.1px) {
  footer .sns {
    gap: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .sns {
    gap: 18px;
  }
}
footer .sns > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 1000.1px) {
  footer .sns > li a {
    width: 33px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .sns > li a {
    width: 31.5px;
  }
}
footer .sns > li a img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
footer .sns > li a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
footer .link {
  text-align: center;
}
@media only screen and (min-width: 1000.1px) {
  footer .link {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .link {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1000.1px) {
  footer .link a {
    font-size: 14.25px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .link a {
    font-size: 12.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  footer .link a {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .link a {
    padding-left: 9px;
  }
}
footer .link a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4.875px solid transparent;
  border-bottom: 4.875px solid transparent;
  border-left: 9px solid #000;
  border-right: 0;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  footer .link a::before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6.5px solid #555555;
  }
}
footer .link a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1000.1px) {
  footer .logo {
    margin-top: 21.75px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .logo {
    margin-top: 28px;
  }
}
footer .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1000.1px) {
  footer .logo a {
    width: 101.25px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .logo a {
    width: 90px;
  }
}
footer .logo a:hover {
  opacity: 0.7;
}
footer .copy {
  text-align: center;
}
@media only screen and (min-width: 1000.1px) {
  footer .copy {
    margin-top: 22.5px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .copy {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1000.1px) {
  footer .copy small {
    font-size: 11.25px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .copy small {
    font-size: 12.5px;
  }
}
footer .toTop {
  background: url("../images/icon_arrow.svg") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1000.1px) {
  footer .toTop {
    width: 54.75px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .toTop {
    width: 46px;
  }
}
@media only screen and (min-width: 1000.1px) {
  footer .toTop {
    height: 54.75px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .toTop {
    height: 46px;
  }
}
@media only screen and (min-width: 1000.1px) {
  footer .toTop {
    top: 49px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .toTop {
    top: 25px;
  }
}
@media only screen and (min-width: 1000.1px) {
  footer .toTop {
    right: 33px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .toTop {
    right: 21.5px;
  }
}
footer .toTop:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media only screen and (min-width: 1000.1px) {
  footer .float {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: -99999;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1000px) {
  footer .float {
    width: 100%;
    background-color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 9px 0;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 2000;
  }
  footer .float:not(.on) {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  footer .float .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .float .container .text1 {
    width: 30%;
  }
  footer .float .container a {
    width: 70%;
  }
  footer .float .text1 {
    font-size: 15px;
    line-height: 1.2;
    color: #FFF;
  }
  footer .float a {
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    background-color: #FFF;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .float a span {
    padding-right: 32.5px;
    padding-bottom: 2px;
  }
  footer .float a span::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/icon_play_black.svg") no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

[data-page=top] .section#mv {
  background-color: #fa0000;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
[data-page=top] .section#mv .loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .logo {
    width: 545px;
    -webkit-transform-origin: 66% 104%;
    transform-origin: 66% 104%;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .logo {
    width: 300px;
    -webkit-transform-origin: 74% 76%;
    transform-origin: 74% 76%;
  }
}
@media only screen and (min-width: 415.1px) and (max-width: 700px) {
  [data-page=top] .section#mv .logo {
    width: 63vw;
    -webkit-transform-origin: 65% 76%;
    transform-origin: 65% 76%;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#mv .logo {
    -webkit-transform-origin: 76% 66%;
    transform-origin: 76% 66%;
  }
}
@media only screen and (min-width: 1000.1px) and (max-width: 1350px) {
  [data-page=top] .section#mv .logo {
    -webkit-transform-origin: 100% 104%;
    transform-origin: 100% 104%;
  }
}
[data-page=top] .section#mv .logo .logoInner {
  padding-top: 76.59%;
}
[data-page=top] .section#mv .logo .arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
[data-page=top] .section#mv .logo .arrows figure {
  width: 71.3%;
  position: absolute;
  margin: 0;
  fill: #fa0000;
}
[data-page=top] .section#mv .logo .arrows figure svg {
  width: 100%;
  height: auto;
}
[data-page=top] .section#mv .logo .arrows figure:nth-child(1) {
  top: 0;
  left: 0;
}
[data-page=top] .section#mv .logo .arrows figure:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-page=top] .section#mv .logo .text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .logo .text figure {
    width: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .logo .text figure {
    width: 42vw;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#mv .logo .text figure {
    width: 22vw;
  }
}
[data-page=top] .section#mv .loaded {
  z-index: 2;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .loaded {
    padding-top: 270px;
    padding-bottom: 78px;
  }
}
@media only screen and (min-width: 1000.1px) and (max-width: 1350px) {
  [data-page=top] .section#mv .loaded {
    padding-top: 238px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded .container {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 1000.1px) and (max-width: 1350px) {
  [data-page=top] .section#mv .loaded .container {
    width: 1000px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded .fig {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .loaded .fig figure {
    width: 408px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded .fig figure {
    width: 72.26%;
    max-width: 271px;
  }
}
@media only screen and (min-width: 1000.1px) and (max-width: 1350px) {
  [data-page=top] .section#mv .loaded .fig figure {
    width: 326px;
    margin-left: 20px;
  }
}
[data-page=top] .section#mv .loaded p {
  font-weight: 800;
  color: #fff;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .loaded p {
    font-size: 42px;
    line-height: 1.3793103448;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded p {
    width: 92%;
    font-size: 27px;
    line-height: 1.4821428571;
    letter-spacing: -0.05em;
    padding: 50px 0 325px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded p {
    width: 46%;
  }
}
@media only screen and (min-width: 415.1px) and (max-width: 700px) {
  [data-page=top] .section#mv .loaded p {
    padding-bottom: 73vw;
  }
}
@media only screen and (min-width: 1000.1px) and (max-width: 1350px) {
  [data-page=top] .section#mv .loaded p {
    font-size: 32px;
    padding-left: 80px;
  }
}
[data-page=top] .section#mv .loaded p .animeWrap {
  display: block;
  overflow: hidden;
}
[data-page=top] .section#mv .loaded p .animeWrap .animeItem {
  display: block;
}
[data-page=top] .section#mv .loaded .scroll {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .loaded .scroll {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded .scroll {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .loaded .scroll {
    padding-right: 196px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded .scroll {
    padding-right: 105px;
  }
}
[data-page=top] .section#mv .loaded .scroll::after {
  content: "";
  background: url("../images/mv_scroll.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .loaded .scroll::after {
    width: 190px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded .scroll::after {
    width: 100px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .loaded .scroll::after {
    height: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded .scroll::after {
    height: 7px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .loaded .scroll {
    bottom: 288px;
    left: 40px;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .loaded .scroll {
    top: 360px;
    right: 18px;
    -webkit-transform-origin: right;
    transform-origin: right;
    margin: auto;
  }
}
@media only screen and (min-width: 1000.1px) and (max-width: 1350px) {
  [data-page=top] .section#mv .loaded .scroll {
    bottom: 250px;
    left: 26px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv .mvLocalNav {
    width: 268.5px;
    position: absolute;
    right: 0;
    bottom: 54px;
    z-index: 1000;
  }
  [data-page=top] .section#mv .mvLocalNav .localnav {
    margin-left: auto;
  }
  [data-page=top] .section#mv .mvLocalNav .link {
    margin-top: 40.5px;
  }
  [data-page=top] .section#mv .mvLocalNav .link a {
    width: 100%;
    height: 75px;
    color: #FFF;
    background-color: #000;
    border-radius: 37.5px 0px 0px 37.5px;
    -webkit-box-shadow: 0px 3px 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 0 3px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 19.5px;
  }
  [data-page=top] .section#mv .mvLocalNav .link a:hover {
    color: #000;
    background-color: #FFF;
  }
  [data-page=top] .section#mv .mvLocalNav .link a:hover .text1 {
    border-color: #000;
  }
  [data-page=top] .section#mv .mvLocalNav .link a:hover .text2::after {
    background: url("../images/icon_play_black.svg") no-repeat center center;
    background-size: contain;
  }
  [data-page=top] .section#mv .mvLocalNav .link .text1 {
    font-size: 15.75px;
    border-bottom: 2px solid #FFF;
    padding: 0 19.5px 4px;
  }
  [data-page=top] .section#mv .mvLocalNav .link .text2 {
    font-size: 19.5px;
    font-weight: 700;
    padding-right: 31.5;
    margin-top: 4px;
  }
  [data-page=top] .section#mv .mvLocalNav .link .text2::after {
    content: "";
    width: 21.75px;
    height: 21.75px;
    background: url("../images/icon_play.svg") no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv .mvLocalNav {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: -99999;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
  }
}
[data-page=top] .section#mv.init {
  background-color: #FFF;
}
[data-page=top] .section#mv.init .logo .arrows figure:nth-child(2) {
  -webkit-transform: translate(-14.2%, -17.8%) rotate(180deg);
  transform: translate(-14.2%, -17.8%) rotate(180deg);
}
[data-page=top] .section#mv.init .logo .text {
  opacity: 0;
}
[data-page=top] .section#mv.loading {
  background-color: #FFF;
}
[data-page=top] .section#mv.loading .logo .arrows figure {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
[data-page=top] .section#mv.loading .logo .arrows figure:nth-child(2) {
  -webkit-transform: rotate(180deg) translate(0.8px, 0.8px);
  transform: rotate(180deg) translate(0.8px, 0.8px);
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv.loading .logo .arrows figure:nth-child(2) {
    -webkit-transform: rotate(180deg) translate(0.6px, 0.6px);
    transform: rotate(180deg) translate(0.6px, 0.6px);
  }
}
[data-page=top] .section#mv.loading .logo .text {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.1s 0.3s;
  transition: opacity 0.3s 0.3s, -webkit-transform 0.1s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.1s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.1s 0.3s, -webkit-transform 0.1s 0.3s;
}
[data-page=top] .section#mv.loading2 {
  -webkit-transition: background-color 0.7s 1s;
  transition: background-color 0.7s 1s;
  background-color: #fa0000;
}
[data-page=top] .section#mv.loading2 + .loaded::after {
  -webkit-transition: background-color 0.7s 1s;
  transition: background-color 0.7s 1s;
  background-color: #fa0000 !important;
}
[data-page=top] .section#mv.loading2 .logo {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv.loading2 .logo {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv.loading2 .logo {
    -webkit-transform: scale(2.75);
    transform: scale(2.75);
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#mv.loading2 .logo {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
  }
}
[data-page=top] .section#mv.loading2 .logo .arrows figure {
  -webkit-transition: fill 1s 1s;
  transition: fill 1s 1s;
  fill: #FFF;
}
[data-page=top] .section#mv.loading2 .logo .arrows figure:nth-child(2) {
  -webkit-transform: rotate(180deg) translate(0.8px, 0.8px);
  transform: rotate(180deg) translate(0.8px, 0.8px);
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv.loading2 .logo .arrows figure:nth-child(2) {
    -webkit-transform: rotate(180deg) translate(0.6px, 0.6px);
    transform: rotate(180deg) translate(0.6px, 0.6px);
  }
}
[data-page=top] .section#mv.loading2 .logo .text {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
[data-page=top] .section#mv.loaded {
  background-color: #fa0000;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#mv.loaded .logo {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv.loaded .logo {
    -webkit-transform: scale(2.75);
    transform: scale(2.75);
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#mv.loaded .logo {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
  }
}
[data-page=top] .section#mv.loaded .logo .arrows figure {
  fill: #FFF;
}
[data-page=top] .section#mv.loaded .logo .arrows figure:nth-child(2) {
  -webkit-transform: rotate(180deg) translate(0.8px, 0.8px);
  transform: rotate(180deg) translate(0.8px, 0.8px);
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#mv.loaded .logo .arrows figure:nth-child(2) {
    -webkit-transform: rotate(180deg) translate(0.6px, 0.6px);
    transform: rotate(180deg) translate(0.6px, 0.6px);
  }
}
[data-page=top] .section#mv.loaded .logo .text {
  opacity: 0;
}
[data-page=top] .section#mv.loaded .loaded {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
[data-page=top] .section#mv.loaded .loaded p .animeWrap:nth-child(2) .animeItem {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
[data-page=top] .section#mv.loaded .loaded p .animeWrap:nth-child(3) .animeItem {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
[data-page=top] .section#mv.loaded .loaded p .animeWrap .animeItem {
  display: block;
  -webkit-animation: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
  animation: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
}
[data-page=top] .section#mv.loaded .mvLocalNav {
  -webkit-transition: background-color 0.8s 0.3s;
  transition: background-color 0.8s 0.3s;
}
[data-page=top] .section#mv.loaded .mvLocalNav .localnav {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-page=top] .section#mv.loaded .mvLocalNav .link {
  -webkit-transition: -webkit-transform 0.3s 0.7s;
  transition: -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-page=top] .section#mv:not(.loaded) {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
[data-page=top] .section#mv:not(.loaded) + .loaded {
  z-index: 1;
}
[data-page=top] .section#mv:not(.loaded) + .loaded::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
[data-page=top] .section#mv:not(.loaded) .loaded {
  opacity: 0;
}
[data-page=top] .section#mv:not(.loaded) .mvLocalNav {
  background: none;
}
[data-page=top] .section#mv:not(.loaded) .mvLocalNav .localnav {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
[data-page=top] .section#mv:not(.loaded) .mvLocalNav .link {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
[data-page=top].loading footer {
  opacity: 0;
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#localnav {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: -99999;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#localnav {
    width: 120px;
    height: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: calc(100vw - 120px);
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  [data-page=top] .section#localnav:not(.on) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  [data-page=top] .section#localnav .localnav {
    position: absolute;
    top: 80vh;
    top: 80svh;
  }
  [data-page=top] .section#localnav .localnav > li.on a {
    background-color: #fa0000;
  }
  [data-page=top] .section#localnav .localnav > li a {
    background-color: #b3b3b3;
  }
  [data-page=top] .section#localnav .localnav > li a:hover {
    color: #FFF;
    background-color: #fa0000;
  }
}
[data-page=top] .section#localnav[data-status=about] .localnav > li a[href="#about"] {
  background-color: #fa0000;
}
[data-page=top] .section#localnav[data-status=solution] .localnav > li a[href="#solution"] {
  background-color: #fa0000;
}
[data-page=top] .section#localnav[data-status=movie] .localnav > li a[href="#solution"] {
  background-color: #fa0000;
}
[data-page=top] .section#localnav[data-status=movie] .localnav > li a[href="#solution"] {
  background-color: #fa0000;
}
[data-page=top] .section#localnav[data-status=cta] .localnav > li a {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
}
[data-page=top] .section#localnav[data-status=cta] .localnav > li a:hover {
  color: #fa0000;
  background-color: #FFF;
}
[data-page=top] .section#localnav[data-status=cta] .localnav > li a[href="#"] {
  color: #fa0000;
  background-color: #FFF;
}
[data-page=top] .section#fixedBg {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 0;
}
[data-page=top] .section#fixedBg span {
  width: 100%;
  height: 500px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#fixedBg span {
    background: url("../images/about_bg_pc.jpg") no-repeat center center;
    background-size: contain;
    background-size: cover;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#fixedBg span {
    background: url("../images/about_bg_sp.jpg") no-repeat center center;
    background-size: contain;
    background-size: cover;
  }
}
[data-page=top] .section#about ~ .section {
  background-color: #fff;
}
[data-page=top] .section#about {
  text-align: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#about {
    padding-top: 111px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#about {
    padding-top: 80px;
  }
}
[data-page=top] .section#about h1 {
  font-weight: 700;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#about h1 {
    font-size: 24.75px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#about h1 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#about h1 {
    line-height: 1.5454545455;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#about h1 {
    line-height: 1.4166666667;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#about h1 .emph {
    line-height: 2.1212121212;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#about h1 .emph {
    line-height: 2.2222222222;
  }
}
[data-page=top] .section#about h1 .color {
  color: #fa0000;
}
[data-page=top] .section#about h1 .large {
  font-size: 1.3em;
}
[data-page=top] .section#about h1 .small {
  font-size: 0.8em;
}
[data-page=top] .section#about p {
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#about p {
    font-size: 19.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#about p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#about p {
    line-height: 1.7307692308;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#about p {
    line-height: 1.7333333333;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#about p {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#about p {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#about p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#about p {
    margin-bottom: 40px;
  }
}
[data-page=top] .section#about .anime {
  margin: 0 auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#about .anime {
    width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#about .anime {
    width: 160px;
  }
}
[data-page=top] .section#solution {
  overflow: hidden;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution {
    padding-top: 56.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution {
    padding-bottom: 33px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution {
    margin-top: 56.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution {
    margin-top: 40px;
  }
}
[data-page=top] .section#solution::before, [data-page=top] .section#solution::after {
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution::before {
    background: url("../images/solution_bg_left.svg") no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 297px;
    top: 40px;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution::before {
    content: none;
  }
}
[data-page=top] .section#solution::after {
  background: url("../images/solution_bg_right.svg") no-repeat center center;
  background-size: contain;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution::after {
    width: 304px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution::after {
    width: 160.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution::after {
    height: 312px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution::after {
    height: 207.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution::after {
    top: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution::after {
    top: 6px;
  }
}
[data-page=top] .section#solution .container {
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top {
    max-width: 330px;
    margin: 0 auto;
  }
}
[data-page=top] .section#solution .top .text1 {
  font-weight: 300;
  color: #808080;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .text1 {
    font-size: 43.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text1 {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text1 {
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .text1 {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text2 {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text2 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .text2 .text2Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
[data-page=top] .section#solution .top .text2 .text2-1 {
  font-weight: 700;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .text2 .text2-1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text2 .text2-1 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .text2 .text2-1 {
    line-height: 1.2222222222;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text2 .text2-1 {
    line-height: 1.3157894737;
  }
}
[data-page=top] .section#solution .top .text2 .text2-1 .large {
  font-size: 1.5em;
}
[data-page=top] .section#solution .top .text2 .text2-2 {
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fa0000;
  white-space: nowrap;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .text2 .text2-2 {
    font-size: 40.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text2 .text2-2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text2 .text2-2 {
    line-height: 1;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .text2 .text2-2 {
    margin-top: -10px;
  }
}
[data-page=top] .section#solution .top .text2 .text2-2 .large {
  font-size: 2em;
  font-weight: 700;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index {
    margin-bottom: 30px;
  }
}
[data-page=top] .section#solution .top .index > li {
  font-weight: 900;
  color: #FFF;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index > li {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li {
    width: 100%;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index > li {
    font-size: 20.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index > li {
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li {
    line-height: 1.25;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li:not(:first-child) {
    margin-top: 7px;
  }
}
[data-page=top] .section#solution .top .index > li .indexItemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index > li .indexItemInner {
    height: 156px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li .indexItemInner {
    height: 78px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index > li .indexItemInner {
    padding-left: 11.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li .indexItemInner {
    padding-left: 20px;
  }
}
[data-page=top] .section#solution .top .index > li:nth-child(1) .indexItemInner {
  letter-spacing: -0.07em;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index > li:nth-child(1) .indexItemInner {
    background: url("../images/solution_index_bg01_pc.png") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li:nth-child(1) .indexItemInner {
    background: url("../images/solution_index_bg01_sp.png") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index > li:nth-child(2) .indexItemInner {
    background: url("../images/solution_index_bg02_pc.png") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li:nth-child(2) .indexItemInner {
    background: url("../images/solution_index_bg02_sp.png") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index > li:nth-child(3) .indexItemInner {
    background: url("../images/solution_index_bg03_pc.png") no-repeat center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li:nth-child(3) .indexItemInner {
    background: url("../images/solution_index_bg03_sp.png") no-repeat center center;
    background-size: contain;
  }
}
[data-page=top] .section#solution .top .index > li > span {
  white-space: nowrap;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .index > li > span .small {
    font-size: 17.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .index > li > span .small {
    font-size: 16.2px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .top .anime {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: -99999;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .top .anime {
    width: 90px;
    -webkit-transform: scale(2);
    transform: scale(2);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList {
    margin-top: 111px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li {
    padding-top: 38.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li {
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 375px) {
  [data-page=top] .section#solution .solutionList > li {
    padding-top: 21px;
  }
}
@media only screen and (min-width: 375.1px) and (max-width: 500px) {
  [data-page=top] .section#solution .solutionList > li {
    padding-top: 21px;
  }
}
@media only screen and (min-width: 500.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li {
    padding-top: 21px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) {
    background: url("../images/solution_list_head01_pc.png") no-repeat center center;
    background-size: contain;
    background-size: 1440px auto;
    background-position: center 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) {
    background: url("../images/solution_list_head01_sp.png") no-repeat center center;
    background-size: contain;
    background-size: 500px auto;
    background-position: right 0;
  }
}
@media only screen and (max-width: 375px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) {
    background: url("../images/solution_list_head01_sp.png") no-repeat center center;
    background-size: contain;
    background-size: 375px auto;
    background-position: center 0;
  }
}
@media only screen and (min-width: 375.1px) and (max-width: 500px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) {
    background: url("../images/solution_list_head01_tb.png") no-repeat center center;
    background-size: contain;
    background-size: 1011px auto;
    background-position: 56% 0;
  }
}
@media only screen and (min-width: 500.1px) and (max-width: 700px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) {
    background: url("../images/solution_list_head01_tb.png") no-repeat center center;
    background-size: contain;
    background-size: 1011px auto;
    background-position: -40vw 0;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) {
    background: url("../images/solution_list_head01_tb.png") no-repeat center center;
    background-size: contain;
    background-size: 1000px auto;
    background-position: 0 0;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) {
    background: url("../images/solution_list_head02_pc.png") no-repeat center center;
    background-size: contain;
    background-size: 1440px auto;
    background-position: center 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) {
    background: url("../images/solution_list_head02_sp.png") no-repeat center center;
    background-size: contain;
    background-size: 500px auto;
    background-position: right 0;
  }
}
@media only screen and (max-width: 375px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) {
    background: url("../images/solution_list_head02_sp.png") no-repeat center center;
    background-size: contain;
    background-size: 375px auto;
    background-position: center 0;
  }
}
@media only screen and (min-width: 375.1px) and (max-width: 500px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) {
    background: url("../images/solution_list_head02_tb.png") no-repeat center center;
    background-size: contain;
    background-size: 1011px auto;
    background-position: 56% 0;
  }
}
@media only screen and (min-width: 500.1px) and (max-width: 700px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) {
    background: url("../images/solution_list_head02_tb.png") no-repeat center center;
    background-size: contain;
    background-size: 1011px auto;
    background-position: -40vw 0;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) {
    background: url("../images/solution_list_head02_tb.png") no-repeat center center;
    background-size: contain;
    background-size: 1000px auto;
    background-position: 0 0;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) {
    background: url("../images/solution_list_head03_pc.png") no-repeat center center;
    background-size: contain;
    background-size: 1440px auto;
    background-position: center 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) {
    background: url("../images/solution_list_head03_sp.png") no-repeat center center;
    background-size: contain;
    background-size: 500px auto;
    background-position: right 0;
  }
}
@media only screen and (max-width: 375px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) {
    background: url("../images/solution_list_head03_sp.png") no-repeat center center;
    background-size: contain;
    background-size: 375px auto;
    background-position: center 0;
  }
}
@media only screen and (min-width: 375.1px) and (max-width: 500px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) {
    background: url("../images/solution_list_head03_tb.png") no-repeat center center;
    background-size: contain;
    background-size: 1011px auto;
    background-position: 56% 0;
  }
}
@media only screen and (min-width: 500.1px) and (max-width: 700px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) {
    background: url("../images/solution_list_head03_tb.png") no-repeat center center;
    background-size: contain;
    background-size: 1011px auto;
    background-position: -40vw 0;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) {
    background: url("../images/solution_list_head03_tb.png") no-repeat center center;
    background-size: contain;
    background-size: 1000px auto;
    background-position: 0 0;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) figure {
    width: 297.75px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) figure {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) figure {
    max-width: 237px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) figure {
    top: 66px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) figure {
    right: 30px;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(1) figure {
    top: 62px;
    right: -40px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) figure {
    width: 326.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) figure {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) figure {
    max-width: 255.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) figure {
    top: 36px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) figure {
    right: 33px;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(2) figure {
    top: 62px;
    right: -65px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) figure {
    width: 342px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) figure {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) figure {
    max-width: 267.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) figure {
    top: 54px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) figure {
    right: 9.75px;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li:nth-child(3) figure {
    top: 62px;
    right: -77px;
  }
}
[data-page=top] .section#solution .solutionList > li .bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1400.1px) {
  [data-page=top] .section#solution .solutionList > li .bg::before, [data-page=top] .section#solution .solutionList > li .bg::after {
    width: calc((100% - 1440px) / 2 + 1px);
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  [data-page=top] .section#solution .solutionList > li .bg::before {
    background: url("../images/solution_list_head01_left_pc.png") no-repeat center center;
    background-size: contain;
    background-size: 1px 100%;
    background-repeat: repeat;
    height: 385.77px;
    left: 0;
  }
  [data-page=top] .section#solution .solutionList > li .bg::after {
    background: url("../images/solution_list_head01_right_pc.png") no-repeat center center;
    background-size: contain;
    background-size: 1px 100%;
    background-repeat: repeat;
    height: 385.77px;
    right: 0;
  }
}
[data-page=top] .section#solution .solutionList > li h3 {
  font-weight: 900;
  color: #FFF;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li h3 {
    padding-left: calc((100% - 750px) / 2);
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 {
    padding-left: 7.5%;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 {
    padding-left: calc((100% - 550px) / 2);
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li h3 {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li h3 {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 {
    line-height: 1.2380952381;
  }
}
[data-page=top] .section#solution .solutionList > li h3 .small {
  font-size: 700px;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li h3 .small {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 .small {
    font-size: 19px;
  }
}
[data-page=top] .section#solution .solutionList > li h3 .h3Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner {
    min-height: 149px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner {
    min-height: 83px;
  }
}
@media only screen and (min-width: 375.1px) and (max-width: 500px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner {
    min-height: 84px;
  }
}
[data-page=top] .section#solution .solutionList > li h3 .h3Inner::before {
  content: "";
  background: url("../images/solution_head_bg.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner::before {
    width: 412.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner::before {
    width: 344.25px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner::before {
    height: 121.875px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner::before {
    height: 82.75px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner::before {
    left: -99px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner::before {
    left: -115px;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li h3 .h3Inner::before {
    left: -105px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li .contents {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li .contents {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li .container {
    width: 85%;
  }
}
[data-page=top] .section#solution .solutionList > li .color {
  color: #fa0000;
}
[data-page=top] .section#solution .solutionList > li .text1 {
  font-weight: 700;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li .text1 {
    font-size: 39px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li .text1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li .text1 {
    line-height: 1.3846153846;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li .text1 {
    line-height: 1.3214285714;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li .text2 {
    font-size: 19.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li .text2 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li .text2 {
    line-height: 1.9230769231;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li .text2 {
    line-height: 1.6470588235;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li .text2 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li .text2 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li .noteList {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li .noteList {
    margin-top: 10px;
  }
}
[data-page=top] .section#solution .solutionList > li .noteList > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#solution .solutionList > li figure {
    position: absolute;
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li figure {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 700.1px) and (max-width: 1000px) {
  [data-page=top] .section#solution .solutionList > li figure {
    position: absolute;
    margin: 0;
  }
}
[data-page=top] .section#movie {
  background-color: rgba(250, 0, 0, 0.1);
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#movie {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#movie {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#movie {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#movie {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#movie h2 {
    font-size: 25.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#movie h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#movie .iframeWrap {
    margin-top: 18.75px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#movie .iframeWrap {
    margin-top: 30px;
  }
}
[data-page=top] .section#cta {
  background-color: #fa0000;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta {
    padding-top: 72px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta {
    padding-bottom: 48.75px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta {
    padding-bottom: 56px;
  }
}
[data-page=top] .section#cta::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: blinking 0.8s ease-in-out infinite alternate;
  animation: blinking 0.8s ease-in-out infinite alternate;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta::before {
    background-image: url("../images/cta_bg_pc.png");
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta::before {
    background-image: url("../images/cta_bg_sp.png");
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta::before {
    background-size: 672px auto;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta::before {
    background-size: 429px auto;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta::before {
    background-position: center 37%;
  }
}
[data-page=top] .section#cta, [data-page=top] .section#cta a {
  color: #FFF;
  text-align: center;
}
[data-page=top] .section#cta .anime {
  margin: 0 auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .anime {
    width: 45px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .anime {
    width: 45px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .anime {
    -webkit-transform: scale(4.347);
    transform: scale(4.347);
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .anime {
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
[data-page=top] .section#cta .text1 {
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text1 {
    line-height: 2.25;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text1 {
    line-height: "";
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text1 {
    margin-top: 68.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text1 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text1 .text1Inner > div {
    padding-bottom: 14.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text1 .text1Inner > div {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text1 p {
    padding: 0 7.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text1 p {
    padding: 0 10px;
  }
}
[data-page=top] .section#cta .text1 figure {
  width: 100%;
  position: absolute;
  bottom: 0;
}
[data-page=top] .section#cta .text2 {
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text2 {
    line-height: 1.671875;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text2 {
    line-height: 1.3636363636;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text2 {
    margin-top: 41.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text2 {
    margin-top: 35px;
  }
}
[data-page=top] .section#cta .text2 .black {
  font-size: 1.3em;
}
[data-page=top] .section#cta .link a {
  font-weight: 700;
  background-color: #000;
  -webkit-box-shadow: 0px 3px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 0px 3px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a {
    width: 480px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a {
    max-width: 335px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a {
    height: 112.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a {
    height: 83.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a {
    border-radius: 112.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a {
    border-radius: 42.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a {
    margin-top: 34.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a {
    margin-top: 36px;
  }
}
[data-page=top] .section#cta .link a::after {
  content: "";
  background: url("../images/icon_play.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a::after {
    width: 36.75px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a::after {
    width: 24px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a::after {
    height: 36.75px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a::after {
    height: 24px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a::after {
    right: 24.75px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a::after {
    right: 17.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a span {
    padding-left: 31.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a span {
    padding-left: 24.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a span {
    padding-bottom: 5px;
  }
}
[data-page=top] .section#cta .link a span::before {
  content: "";
  background: url("../images/icon_doc.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a span::before {
    width: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a span::before {
    width: 17.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .link a span::before {
    height: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .link a span::before {
    height: 23px;
  }
}
[data-page=top] .section#cta .link a:hover {
  color: #000;
  background-color: #FFF;
}
[data-page=top] .section#cta .link a:hover::after {
  background: url("../images/icon_play_black.svg") no-repeat center center;
  background-size: contain;
}
[data-page=top] .section#cta .link a:hover span::before {
  background: url("../images/icon_doc_black.svg") no-repeat center center;
  background-size: contain;
}
[data-page=top] .section#cta .text3 {
  font-weight: 700;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text3 {
    font-size: 19.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text3 {
    line-height: 1.75;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#cta .text3 {
    margin-top: 25.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#cta .text3 {
    margin-top: 38px;
  }
}
[data-page=top] .section#news {
  background-color: #eeeeee;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news {
    padding-top: 86.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news {
    padding-top: 57.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news {
    padding-bottom: 67.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news {
    padding-bottom: 62.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news h2 {
    font-size: 25.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .newsArea {
    font-size: 16.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .newsArea {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .newsArea {
    line-height: 1.7;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .newsArea {
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .newsArea {
    margin-top: 32.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .newsArea {
    margin-top: 43px;
  }
}
[data-page=top] .section#news .newsArea a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .newsArea .title {
    margin-top: 18.75px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .newsArea .title {
    margin-top: 18.5px;
  }
}
[data-page=top] .section#news .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .link {
    margin-top: 37.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .link {
    margin-top: 50px;
  }
}
[data-page=top] .section#news .link a {
  font-weight: 700;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .link a {
    font-size: 19.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .link a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .link a {
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .link a {
    padding-bottom: 1.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .link a {
    padding-left: 6px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .link a {
    padding-left: 3px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .link a {
    padding-right: 52.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .link a {
    padding-right: 35px;
  }
}
[data-page=top] .section#news .link a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4.875px solid transparent;
  border-bottom: 4.875px solid transparent;
  border-left: 9px solid #000;
  border-right: 0;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .link a::after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6.5px solid #555555;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .link a::after {
    bottom: 9px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .link a::after {
    bottom: 8px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=top] .section#news .link a::after {
    right: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=top] .section#news .link a::after {
    right: 4px;
  }
}
[data-page=top] .section#news .link a:hover::after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

[data-page=form] .section#logo {
  border-bottom: 3px solid #fa0000;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#logo {
    padding: 28px 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#logo {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#logo figure {
    width: 246px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#logo figure {
    width: 162.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top {
    margin-top: 62px;
  }
}
[data-page=form] .section#top h1 {
  text-align: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top h1 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top h1 {
    line-height: 1.7619047619;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top h1 {
    line-height: 1.9142857143;
  }
}
[data-page=form] .section#top p {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top p {
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top p {
    line-height: 1.9473684211;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top p {
    line-height: 1.9142857143;
  }
}
[data-page=form] .section#top .container {
  background-color: rgba(255, 216, 200, 0.6);
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .container {
    width: 1000px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .container {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .container {
    max-width: none;
  }
}
[data-page=form] .section#top .sample {
  margin: 0 auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample {
    width: 584px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample {
    width: 82.266%;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
  [data-page=form] .section#top .sample figure {
    width: 303px;
  }
  [data-page=form] .section#top .sample .texts {
    width: calc(100% - 303px - 32px);
  }
}
[data-page=form] .section#top .sample figure {
  -webkit-box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .title.pc {
    display: none;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample .title.pc {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample .title.sp {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .title.sp {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.380952381;
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample figure {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .texts {
    margin-top: 35px;
  }
}
[data-page=form] .section#top .sample .text {
  font-weight: 700;
  border-bottom: 2px solid #fa0000;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample .text {
    font-size: 19.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .text {
    text-align: center;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample .text {
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .text {
    padding-bottom: 1px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample .text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .text {
    margin-top: 0;
  }
}
[data-page=form] .section#top .sample .points {
  font-weight: 700;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample .points {
    font-size: 14.875px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .points {
    font-size: 15.75px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample .points {
    line-height: 1.4789915966;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .points {
    line-height: 1.4920634921;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#top .sample .points {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#top .sample .points {
    margin-top: 18px;
  }
}
[data-page=form] .section#top .sample .points > li {
  padding-left: 0.7em;
}
[data-page=form] .section#top .sample .points > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form {
    margin-top: 6px;
  }
}
[data-page=form] .section#form .container {
  background-color: rgba(255, 238, 220, 0.3);
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form .container {
    width: 1000px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form .container {
    width: 100%;
  }
}
[data-page=form] .section#form form {
  margin: 0 auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form {
    width: 584px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form {
    width: 82.266%;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form {
    padding: 30px 0 50px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form {
    padding: 50px 0 70px;
  }
}
[data-page=form] .section#form form .wpcf7-not-valid-tip,
[data-page=form] .section#form form .wpcf7-not-valid-custom {
  font-weight: 500;
  color: #fa0000;
}
[data-page=form] .section#form form .wpcf7-not-valid-tip {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
[data-page=form] .section#form form .wpcf7-not-valid-custom {
  display: block;
}
[data-page=form] .section#form form .wpcf7-not-valid-custom:not(.on) {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
[data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item:not(:first-child),
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item:not(:first-child) {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item:not(:first-child),
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item:not(:first-child) {
    margin-top: 20px;
  }
}
[data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span {
  cursor: pointer;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span {
    font-size: 15.75px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span {
    padding-left: 26px;
  }
}
[data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::before,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::before {
  content: "";
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::before,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::before {
    width: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::before,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::before {
    width: 20px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::before,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::before {
    height: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::before,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::before {
    height: 20px;
  }
}
[data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::after,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::after {
  content: "";
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate(3px, -1px);
  transform: rotate(-45deg) translate(3px, -1px);
  opacity: 0;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::after,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::after {
    width: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::after,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::after {
    width: 17px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::after,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::after {
    height: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox] + span::after,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox] + span::after {
    height: 7px;
  }
}
[data-page=form] .section#form form .wpcf7-checkbox .wpcf7-list-item [type=checkbox]:checked + span::after,
[data-page=form] .section#form form .wpcf7-acceptance .wpcf7-list-item [type=checkbox]:checked + span::after {
  opacity: 1;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset:nth-child(n+2) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset:nth-child(n+2) {
    margin-top: 33px;
  }
}
[data-page=form] .section#form form .fieldsets .fieldset .label {
  font-weight: 500;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label {
    font-size: 17.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label {
    font-size: 19.25px;
  }
}
[data-page=form] .section#form form .fieldsets .fieldset .label.required::after {
  content: "必須";
  color: #fff;
  text-align: center;
  background-color: #fa0000;
  display: inline-block;
  padding-bottom: 1px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-left: 0.7em;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label.required::after {
    width: 35px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label.required::after {
    width: 42.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label.required::after {
    font-size: 12.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label.required::after {
    font-size: 16.625px;
  }
}
[data-page=form] .section#form form .fieldsets .fieldset .label:not(.required)::after {
  content: "任意";
  color: #fff;
  text-align: center;
  background-color: #999999;
  display: inline-block;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-left: 0.7em;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label:not(.required)::after {
    width: 35px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label:not(.required)::after {
    width: 42.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label:not(.required)::after {
    font-size: 12.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label:not(.required)::after {
    font-size: 16.625px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label.small {
    font-size: 12.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .label.small {
    font-size: 16.625px;
  }
}
[data-page=form] .section#form form .fieldsets .fieldset .label.small.required::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox .subLabel {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox .subLabel {
    font-size: "";
  }
}
[data-page=form] .section#form form .fieldsets .fieldset .inputBox .notes {
  color: #999999;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox .notes {
    font-size: 11.34px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox .notes {
    font-size: "";
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox .notes {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox .notes {
    margin-bottom: 2px;
  }
}
[data-page=form] .section#form form .fieldsets .fieldset .inputBox .subLabel {
  margin-bottom: 3px;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox .subLabel {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset .inputBox .subLabel {
    font-size: 16.625px;
  }
}
[data-page=form] .section#form form .fieldsets .fieldset.name .inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset.name .inputBox {
    margin-top: 0;
  }
}
[data-page=form] .section#form form .fieldsets .fieldset.name .inputBox .sei, [data-page=form] .section#form form .fieldsets .fieldset.name .inputBox .mei {
  width: calc((100% - 10px) / 2);
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset.qa .inputBox .checkboxArea {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset.qa .inputBox .checkboxArea {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset.qa .inputBox .textareaArea {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset.qa .inputBox .textareaArea {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .fieldsets .fieldset.qa .inputBox .textareaArea textarea {
    max-height: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .fieldsets .fieldset.qa .inputBox .textareaArea textarea {
    max-height: 135px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .agreement {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .agreement {
    margin-top: 30px;
  }
}
[data-page=form] .section#form form .agreement .checkboxArea .wpcf7-list-item {
  text-align: center;
}
[data-page=form] .section#form form .agreement .checkboxArea .wpcf7-not-valid-custom {
  text-align: center;
}
[data-page=form] .section#form form .agreement .checkboxArea, [data-page=form] .section#form form .agreement .checkboxArea a {
  font-weight: 500;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .agreement .checkboxArea, [data-page=form] .section#form form .agreement .checkboxArea a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .agreement .checkboxArea, [data-page=form] .section#form form .agreement .checkboxArea a {
    font-size: 17.5px;
  }
}
[data-page=form] .section#form form .agreement .checkboxArea a {
  color: #0071bc;
  text-decoration: underline;
}
[data-page=form] .section#form form .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .submit {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .submit {
    margin-top: 30px;
  }
}
[data-page=form] .section#form form .submit .btn {
  text-align: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .submit .btn {
    width: 364px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .submit .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .submit .btn {
    max-width: 316.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .submit .btn {
    height: 74px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .submit .btn {
    height: 70px;
  }
}
[data-page=form] .section#form form .submit .btn::after {
  content: "";
  background: url("../images/icon_play.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .submit .btn::after {
    width: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .submit .btn::after {
    width: 22.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .submit .btn::after {
    height: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .submit .btn::after {
    height: 22.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .submit .btn::after {
    right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .submit .btn::after {
    right: 17.5px;
  }
}
[data-page=form] .section#form form .submit .btn:hover [type=submit]:not(:disabled) {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
[data-page=form] .section#form form .submit .btn:hover::after {
  background: url("../images/icon_play_black.svg") no-repeat center center;
  background-size: contain;
}
[data-page=form] .section#form form .submit .btn [type=submit] {
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 75px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .submit .btn [type=submit] {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .submit .btn [type=submit] {
    font-size: 17.5px;
  }
}
[data-page=form] .section#form form .submit .btn [type=submit]:disabled {
  background-color: #666;
  border-color: #666;
  cursor: not-allowed;
}
[data-page=form] .section#form form .submit .wpcf7-spinner {
  margin-top: 20px;
}
[data-page=form] .section#form form .notesText {
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .notesText {
    font-size: 12.25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .notesText {
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .notesText {
    line-height: 1.6326530612;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .notesText {
    line-height: 1.5714285714;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#form form .notesText {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#form form .notesText {
    margin-top: 65px;
  }
}
[data-page=form] .section#form form .notesText > li {
  text-indent: -1em;
  padding-left: 1em;
}
[data-page=form] footer {
  padding: 0;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks .container {
    width: 548px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks .container {
    width: 91.466%;
  }
}
[data-page=form] .section#thanks h1 {
  font-weight: 800;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks h1 {
    font-size: 22.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks h1 {
    font-size: 24px;
  }
}
[data-page=form] .section#thanks p {
  font-weight: 500;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks p {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks p {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks p {
    letter-spacing: -0.03em;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks p {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks p {
    margin-top: 33px;
  }
}
[data-page=form] .section#thanks .contact {
  text-align: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks .contact {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks .contact {
    margin-top: 33px;
  }
}
[data-page=form] .section#thanks .contact > dt {
  color: #fff;
  background-color: #666666;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks .contact > dt {
    font-size: 19.5px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks .contact > dt {
    font-size: 21px;
  }
}
[data-page=form] .section#thanks .contact > dd {
  border: 2px solid #666666;
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks .contact > dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks .contact > dd {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page=form] .section#thanks .contact > dd {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page=form] .section#thanks .contact > dd {
    padding: 18.5px 0;
  }
}
@media only screen and (min-width: 375.1px) {
  [data-page=form] .section#thanks br.nSp {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  [data-page=form] .section#thanks br.nnSp {
    display: none;
  }
}

@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error {
    padding-top: 30px;
  }
}
[data-page="404"] .section#error h1 {
  text-align: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error h1 {
    line-height: 1.7619047619;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error h1 {
    line-height: 1.9142857143;
  }
}
[data-page="404"] .section#error p {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error p {
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error p {
    line-height: 1.9473684211;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error p {
    line-height: 1.9142857143;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error p {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error .link {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error .link {
    margin-top: 30px;
  }
}
[data-page="404"] .section#error .link a {
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 75px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error .link a {
    width: 364px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error .link a {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error .link a {
    max-width: 316.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error .link a {
    height: 74px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error .link a {
    height: 70px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error .link a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error .link a {
    font-size: 17.5px;
  }
}
[data-page="404"] .section#error .link a::after {
  content: "";
  background: url("../images/icon_play.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error .link a::after {
    width: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error .link a::after {
    width: 22.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error .link a::after {
    height: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error .link a::after {
    height: 22.5px;
  }
}
@media only screen and (min-width: 1000.1px) {
  [data-page="404"] .section#error .link a::after {
    right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-page="404"] .section#error .link a::after {
    right: 22.5px;
  }
}
[data-page="404"] .section#error .link a:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
[data-page="404"] .section#error .link a:hover::after {
  background: url("../images/icon_play_black.svg") no-repeat center center;
  background-size: contain;
}
/*# sourceMappingURL=common.css.map */
