@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  color: #000;
  font-size: 16px;
  width: 100%;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

input,
textarea {
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

p {
  line-height: 2;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a {
  font-size: 1.6rem;
  outline: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited, a:hover, a:active {
  color: #000;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

@media (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
  /* position: fixed; */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media screen and (max-width: 767px) {
  .header {
    /* background: #ffffff; */
    /* background: linear-gradient(135deg, transparent 0%, transparent 45%, transparent 45%, #000000 5%, #000000 100%); */
		background: transparent;
  }
}

.header.is_scroll {
  background-color: rgba(103, 103, 103, 0.9);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header .container {
  width: 100%;
	height: 100px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header .container {
    height: 50px;
    display: block;
  }
}

.header .container .site_name {
  max-width: 316px;
  /* width: 18%; */
  width: 280px;
  /* margin-left: 2.5%; */
  margin-left: 30px;
}

.header .container .site_name a {
  display: block;
}

.header .container .site_name a img {
  width: 100%;
  height: auto;
}

.header .container .site_name a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .header .container .site_name {
    width: 130px;
    margin-left: 3.5%;
    padding-top: 10px;
    z-index: 9999;
  }
}

.header .container .nav_trigger {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .container .nav_trigger {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 14px;
    right: 3.5%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .container .nav_trigger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.175);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.175);
    position: absolute;
    left: 0;
  }
  .header .container .nav_trigger span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2px 3px;
    border-color: transparent transparent #fff transparent;
  }
  .header .container .nav_trigger span.top {
    top: 0;
  }
  .header .container .nav_trigger span.middle {
    top: 50%;
    width: 70%;
    margin-left: 30%;
    margin-top: -1px;
  }
  .header .container .nav_trigger span.bottom {
    bottom: 0;
  }
  .header .container .nav_trigger.active span {
    background-color: #ffd800;
  }
  .header .container .nav_trigger.active span::before {
    display: none;
  }
  .header .container .nav_trigger.active span.top {
    top: 6px;
    -webkit-transform: translateY(6px) rotate(-135deg);
    transform: translateY(6px) rotate(-135deg);
    width: 100%;
  }
  .header .container .nav_trigger.active span.middle {
    opacity: 0;
    left: -10px;
  }
  .header .container .nav_trigger.active span.bottom {
    bottom: 2px;
    -webkit-transform: translateY(-6px) rotate(135deg);
    transform: translateY(-6px) rotate(135deg);
    width: 100%;
  }
  .header .container .nav_trigger.active span::before {
    border-color: transparent transparent #ffd800 transparent;
  }
}

.header .container .nav {
  width: 70%;
  position: relative;
  background: #ffffff;
  background: linear-gradient(120deg, transparent 0%, transparent 7%, transparent 0%, #000000 0%, #000000 100%);
  padding-left: 4%;
}

@media screen and (max-width: 767px) {
  .header .container .nav {
    padding: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .header .container .nav::before {
    display: none;
  }
  .header .container .nav.active {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    background: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: -1;
  }
}

.header .container .nav .nav_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .container .nav .nav_list li {
  width: 33%;
  padding-left: 2%;
}

.header .container .nav .nav_list li a {
  display: block;
  color: #fff;
  padding: 0 0 0 0;
  margin-right: 10%;
  position: relative;
  height: 7vw;
  line-height: 7vw;
  font-size: 1.1vw;
  text-align: center;
}

.header .container .nav .nav_list li a span {
  position: relative;
}

.header .container .nav .nav_list li a span::before {
  content: '';
  width: 18%;
  height: 120%;
  background: url(../images/common/nav/nav_icon_case.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -25%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.header .container .nav .nav_list li a::after {
  content: '';
  width: 1px;
  height: 75%;
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) skew(-30deg);
  transform: translateY(-50%) skew(-30deg);
}

.header .container .nav .nav_list li a:hover {
  color: #ffd800;
}

.header .container .nav .nav_list li a:hover span::before {
  background-image: url(../images/common/nav/nav_icon_case_hover.svg);
  -webkit-animation: navHover 0.4s forwards;
  animation: navHover 0.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.header .container .nav .nav_list li:last-child a {
  margin-right: 0;
}

.header .container .nav .nav_list li:last-child ::after {
  display: none;
}

.header .container .nav .nav_list li.demonstration a span::before {
  background-image: url(../images/common/nav/nav_icon_demonstration.svg);
}

.header .container .nav .nav_list li.demonstration a:hover span::before {
  background-image: url(../images/common/nav/nav_icon_demonstration_hover.svg);
}

.header .container .nav .nav_list li.freetrial a {
  margin-right: 0;
}

.header .container .nav .nav_list li.freetrial a::after {
  display: none;
}

.header .container .nav .nav_list li.freetrial a span::before {
  background-image: url(../images/common/nav/nav_icon_freetrial.svg);
}

.header .container .nav .nav_list li.freetrial a:hover span::before {
  background-image: url(../images/common/nav/nav_icon_freetrial_hover.svg);
}

.header .container .nav .nav_list li.tohome {
  display: none;
}

.header .container .nav .nav_list li.tohome a span::before {
  background-image: url(../images/common/nav/nav_icon_top_sp.svg);
}

@media screen and (max-width: 767px) {
  .header .container .nav .nav_list {
    display: none;
    width: 100%;
    margin-top: 55px;
  }
  .header .container .nav .nav_list li {
    width: 100%;
  }
  .header .container .nav .nav_list li a {
    padding: 0 0 0 60px;
    margin: 0 0;
    height: 80px;
    line-height: 80px;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .header .container .nav .nav_list li a::before {
    left: 50%;
  }
  .header .container .nav .nav_list li a::after {
    display: none;
  }
  .header .container .nav .nav_list li a:hover {
    color: #ffffff;
  }
  .header .container .nav .nav_list li a:hover span::before {
    background-image: url(../images/common/nav/nav_icon_case.svg);
    -webkit-animation: none;
    animation: none;
  }
  .header .container .nav .nav_list li.demonstration a span::before {
    left: -22%;
  }
  .header .container .nav .nav_list li.demonstration a:hover span::before {
    background-image: url(../images/common/nav/nav_icon_demonstration.svg);
  }
  .header .container .nav .nav_list li.freetrial a:hover span::before {
    background-image: url(../images/common/nav/nav_icon_freetrial.svg);
  }
  .header .container .nav .nav_list li.tohome a {
    padding-left: 0;
    text-align: center;
  }
  .header .container .nav .nav_list li.tohome a span::before {
    background-image: url(../images/common/nav/nav_icon_top_sp.svg);
    width: 22px;
    left: -30px;
  }
  .header .container .nav .nav_list li.tohome {
    display: block;
  }
  .header .container .nav .nav_list.active {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .header .container .nav .nav_list.active li {
    width: 100%;
    padding-left: 0;
    background-color: #444444;
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-animation: sp_navList_active 0.6s forwards;
    animation: sp_navList_active 0.6s forwards;
  }
  .header .container .nav .nav_list.active li:nth-child(2) {
    background-color: #323232;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .header .container .nav .nav_list.active li:nth-child(3) {
    background-color: #252525;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .header .container .nav .nav_list.active li:nth-child(4) {
    background-color: #111111;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}

.page header.is_scroll {
  background-color: rgba(255, 255, 255, 0.4);
}

@-webkit-keyframes sp_navList_active {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes sp_navList_active {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes navHover {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(13deg);
    transform: translateY(-50%) rotate(13deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(7deg);
    transform: translateY(-50%) rotate(7deg);
  }
}

@keyframes navHover {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(13deg);
    transform: translateY(-50%) rotate(13deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(7deg);
    transform: translateY(-50%) rotate(7deg);
  }
}

.footer {
  background: #000;
  color: #ffffff;
  position: relative;
}

.footer a {
  color: #ffffff;
}

.footer .container {
  width: 95%;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .footer .container {
    width: 90%;
  }
}

.footer .container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .footer .container .box {
    display: block;
  }
}

.footer .container .box .company_info,
.footer .container .box .footer_nav {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .footer .container .box .company_info,
  .footer .container .box .footer_nav {
    width: 100%;
  }
}

.footer .container .box .company_info p {
  line-height: 1.6;
}

.footer .container .box .footer_nav {
  padding: 1.6em 0 0 0;
}

.footer .container .box .footer_nav .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1em;
}

.footer .container .box .footer_nav .nav_box li {
  margin-right: 3em;
}

.footer .container .box .footer_nav .nav_box li a {
  display: block;
}

.footer .container .box .footer_nav .min {
  font-size: 0.8em;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .footer .container .box .footer_nav {
    padding: 1em 0 0 0;
  }
}

.footer .container .copyright {
  text-align: center;
  font-size: 12px;
}

.footer #pagetop {
  margin: 0;
  right: 20px;
  width: 171px;
  z-index: 9999;
  opacity: 0.6;
  -webkit-transform: scale(0.98) translateY(0px);
  transform: scale(0.98) translateY(0px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer #pagetop:hover {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-15px);
  transform: scale(1) translateY(-15px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer #pagetop a {
  display: block;
  font-size: 1em;
  padding: 86px 0 0 0;
  background: url(../images/common/btn_to_top.png) no-repeat;
  background-size: auto;
  background-position: top center;
  color: #000;
  text-align: center;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer #pagetop {
    width: 70px;
    opacity: 1;
  }
  .footer #pagetop:hover {
    -webkit-transform: none;
    transform: none;
  }
  .footer #pagetop a {
    padding-top: 34px;
    background-size: 100%;
    font-size: 0.8em;
  }
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/*-------------------------------------------------
loading
-------------------------------------------------*/
#loading {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

#loading.hidden_animation {
  opacity: 1;
  height: 100vh;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: hidden_animation 1.4s forwards;
  animation: hidden_animation 1.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0.01, 0.45, 1);
  animation-timing-function: cubic-bezier(0.83, 0.01, 0.45, 1);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes hidden_animation {
  0% {
    height: 100vh;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  20% {
    height: 100vh;
    -webkit-transform: scale(2) rotate(-10deg);
    transform: scale(2) rotate(-10deg);
  }
  100% {
    height: 0vh;
    -webkit-transform: scale(2) rotate(-30deg);
    transform: scale(2) rotate(-30deg);
  }
}

@keyframes hidden_animation {
  0% {
    height: 100vh;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  20% {
    height: 100vh;
    -webkit-transform: scale(2) rotate(-10deg);
    transform: scale(2) rotate(-10deg);
  }
  100% {
    height: 0vh;
    -webkit-transform: scale(2) rotate(-30deg);
    transform: scale(2) rotate(-30deg);
  }
}

#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loading .logo.is_loading {
  opacity: 0.4;
  -webkit-animation: is_loading 0.7s alternate infinite;
  animation: is_loading 0.7s alternate infinite;
}

@-webkit-keyframes is_loading {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes is_loading {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

#loading .logo.hidden_logo {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: hidden_logo 1s forwards;
  animation: hidden_logo 1s forwards;
}

@-webkit-keyframes hidden_logo {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%) scale(1.2);
    transform: translate(-50%, -100%) scale(1.2);
  }
}

@keyframes hidden_logo {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 0.7;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%) scale(1.2);
    transform: translate(-50%, -100%) scale(1.2);
  }
}

/*-------------------------------------------------
animation
-------------------------------------------------*/
.hidden {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hidden_slide {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hidden_fadeup {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.show_fadein {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.show_slide {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.show_fadeup {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.2s, -webkit-transform 0.6s;
  transition: opacity 1.2s, -webkit-transform 0.6s;
  transition: opacity 1.2s, transform 0.6s;
  transition: opacity 1.2s, transform 0.6s, -webkit-transform 0.6s;
}

.delay_200 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay_400 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay_600 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay_800 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.delay_1000 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.delay_1200 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay_1400 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.delay_1600 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.delay_1800 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.delay_2000 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.delay_2400 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.delay_2800 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.delay_3200 {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.delay_4000 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

/*-------------------------------------------------
animation end
-------------------------------------------------*/
main .container {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 110px;
  position: relative;
}

@media screen and (max-width: 767px) {
  main .container {
    width: 90%;
    padding: 15% 0;
  }
}

main .box,
footer .box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

main .box:last-child,
footer .box:last-child {
  margin-bottom: 0;
}

main .box ul,
footer .box ul {
  margin-bottom: 1.5em;
}

main .box ul li,
footer .box ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

main .box ul li:last-child,
footer .box ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  main .box,
  footer .box {
    margin-bottom: 2em;
  }
}

.accent {
  color: #ffd800;
}

.accent.deep {
  color: #d4aa03;
}

.text_shadow {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35), -3px -3px 10px rgba(0, 0, 0, 0.35), -3px 3px 10px rgba(0, 0, 0, 0.35), 3px -3px 10px rgba(0, 0, 0, 0.35);
}

.title01 {
  border-left: 1px solid #ffd800;
  font-size: 2em;
  padding-left: 1.6em;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767px) {
  .title01 {
    font-size: 4.7vw;
    padding-left: 1em;
    margin-bottom: 1em;
  }
}

.title01.large_title {
  border: none;
  padding: 0 0 0 0;
  margin-bottom: 2.3em;
  color: #ffffff;
  width: 100%;
  background: #000;
  position: relative;
  z-index: 2;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.title01.large_title::before {
  content: '';
  width: 75%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -70%;
  z-index: -1;
}

.title01.large_title::after {
  content: '';
  width: 30px;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, #ffffff 44%, #ffffff 100%);
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 98%;
  z-index: -1;
}

.title01.large_title .anime_decorat {
  position: relative;
}

.title01.large_title .anime_decorat::before {
  content: '';
  width: 100%;
  height: 16px;
  background-color: #4f4f4f;
  position: absolute;
  top: -8px;
  left: -75%;
}

.title01.large_title .anime_decorat::after {
  content: '';
  width: 50%;
  height: 6px;
  background-color: #4f4f4f;
  position: absolute;
  bottom: -15px;
  left: 47%;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.title01.large_title .anime_decorat .text {
  display: block;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  text-align: center;
  padding: 0.6em 0;
  /* height: 4.2em; */
  /* height: 5em; */
  height: 4em;
}

@media screen and (max-width: 767px) {
  .title01.large_title .anime_decorat .text {
    height: 5.2em;
  }
  .title01.large_title .anime_decorat .text.heigh {
    height: 6.6em;
  }
}

.title01.large_title.hidden_large_title {
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.title01.large_title.hidden_large_title::before {
  width: 0;
}

.title01.large_title.hidden_large_title::after {
  width: 0;
}

.title01.large_title.hidden_large_title .anime_decorat::before {
  width: 0;
}

.title01.large_title.hidden_large_title .anime_decorat::after {
  width: 0;
}

.title01.large_title.hidden_large_title .anime_decorat .text {
  opacity: 0;
  visibility: hidden;
  margin-right: 50px;
}

.title01.large_title.show_large_title {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.title01.large_title.show_large_title::before {
  width: 75%;
}

.title01.large_title.show_large_title::after {
  width: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.title01.large_title.show_large_title .anime_decorat::before {
  width: 125%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.title01.large_title.show_large_title .anime_decorat::after {
  width: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.title01.large_title.show_large_title .anime_decorat .text {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
  -webkit-transition: opacity 0.6s, margin-right 0.6s;
  transition: opacity 0.6s, margin-right 0.6s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

@media screen and (max-width: 767px) {
  .title01.large_title {
    margin-bottom: 14%;
  }
  .title01.large_title .anime_decorat::after {
    left: 45%;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
  .title01.large_title .anime_decorat .text {
    padding: 1.3em 1.3em 1em 0;
  }
  .title01.large_title.show_large_title {
    width: 90%;
  }
  .title01.large_title.show_large_title::after {
    width: 15px;
  }
  .title01.large_title.show_large_title .anime_decorat .text {
    -webkit-transition: opacity 2.5s;
    transition: opacity 2.5s;
  }
}

.title01.small_title {
  border: none;
  padding: 0;
  margin-bottom: 1em;
  color: #000;
  text-align: center;
  width: 100%;
}

.sub_title {
  font-size: 1.3em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}

.btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5em 0 0;
}

.btn_box li {
  margin: 0 1em;
}

a.btn_base {
  display: inline-block;
  width: 277px;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  border-radius: 100vh;
  background-color: #292929;
  padding: 1.1em 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_base::before {
  content: '';
  width: 0;
  height: 100%;
  background-color: #ffd800;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_base::after {
  content: '';
  width: 12px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  background: url(../images/common/btn_arrow_white.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_base:hover {
  color: #000;
  background-color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a.btn_base:hover::before {
  content: '';
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_base:hover::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  background-image: url(../images/common/btn_arrow_black.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  a.btn_base:hover {
    color: #ffffff;
    background-color: #292929;
    -webkit-transition: none;
    transition: none;
  }
  a.btn_base:hover::before {
    display: none;
  }
  a.btn_base:hover::after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../images/common/btn_arrow_white.png);
  }
}

main .form_box {
  max-width: 960px;
}

main .form_box .inline_form {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 50px;
  position: relative;
}

main .form_box .inline_form iframe {
  display: block;
  width: 100% !important;
  height: 550px !important;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  main .form_box .inline_form iframe {
    height: 760px !important;
  }
}

@media screen and (max-width: 767px) {
  main .form_box .inline_form {
    padding: 6% 3% 0 3%;
  }
  main .form_box .inline_form iframe {
    height: 860px !important;
  }
}

.page {
  background: url(../images/common/page_bg.png) no-repeat;
  background-size: cover;
  background-position: top left;
  background-color: #e6e6e6;
}

.page main {
  /* padding-top: 7vw; */
  padding-top: 100px;
}

.page main .container {
  padding-bottom: 200px;
}

.page main .container .box p {
  margin-bottom: 1.5em;
}

.page main .container .box p:last-of-type {
  margin-bottom: 0;
}

.page main .container .box.form_box {
  margin-top: 130px;
}

.page main .container .box.form_box p {
  text-align: center;
}

.page main .container .box.form_box .inline_form {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .page main {
    padding-top: 0;
  }
  .page main .container {
    padding-bottom: 100px;
    /* padding-top: 110px; */
    padding-top: 70px;
  }
  .page main .container .box p {
    margin-bottom: 1em;
  }
  .page main .container .box p:last-of-type {
    margin-bottom: 0;
  }
  .page main .container .box.form_box {
    margin-top: 10%;
  }
  .page main .container .box.form_box .inline_form {
    margin-top: 10%;
  }
}

#main-visual {
  position: relative;
  z-index: -2;
}

#main-visual::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
}

#main-visual.is_wrap::before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#main-visual.is_wrap.is_wrap_deep::before {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#main-visual video {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -100;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url("../movie/main.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #main-visual video {
    display: none;
  }
}

#main-visual .main_image {
  display: none;
}

#main-visual .main_image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #main-visual .main_image {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -100;
    display: block;
    width: 100%;
    height: 100vh;
    background: url(../movie/main.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
  }
}

#main-visual .container {
  padding: 0;
  margin-top: 7vw;
  height: calc(100vh - 7vw);
  color: #fff;
  z-index: 1;
}

#main-visual .container .catch01 {
  width: 52%;
  position: fixed;
  top: 20%;
  right: 1%;
  font-size: 2.7vw;
  line-height: 1.4;
}

#main-visual .container .catch01 .font_large {
  font-size: 3.8vw;
}

#main-visual .container .catch01.move {
  opacity: 1;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#main-visual .container .catch01.move_hidden {
  opacity: 0;
  -webkit-transform: translate(100px, 50px);
  transform: translate(100px, 50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 767px) {
  #main-visual .container .catch01 {
    width: 95%;
    top: 55vw;
    right: auto;
    left: 5%;
    font-size: 5.4vw;
  }
  #main-visual .container .catch01 .font_large {
    font-size: 5.4vw;
  }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
  #main-visual .container .catch01 {
    font-size: 27px;
    top: 37vh;
  }
  #main-visual .container .catch01 .font_large {
    font-size: 27px;
  }
}

#main-visual .container .catch02 {
  width: 38%;
  position: fixed;
  top: 20%;
  left: 4%;
  font-size: 2.8vw;
  line-height: 1.4;
}

#main-visual .container .catch02.move {
  opacity: 1;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#main-visual .container .catch02.move_hidden {
  opacity: 0;
  -webkit-transform: translate(-100px, 50px);
  transform: translate(-100px, 50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 767px) {
  #main-visual .container .catch02 {
    width: 95%;
    bottom: auto;
    top: 20vw;
    left: 5%;
    font-size: 5.4vw;
  }
  #main-visual .container .catch02.move {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
  #main-visual .container .catch02 {
    font-size: 27px;
    top: 12vh;
  }
}

#main-visual .container .catch03 {
  width: 51%;
  position: fixed;
  bottom: 10%;
  right: 1%;
  font-size: 2.8vw;
  line-height: 1.4;
}

#main-visual .container .catch03.move {
  opacity: 1;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#main-visual .container .catch03.move_hidden {
  opacity: 0;
  -webkit-transform: translate(100px, -50px);
  transform: translate(100px, -50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 767px) {
  #main-visual .container .catch03 {
    width: 95%;
    bottom: auto;
    right: auto;
    top: 82vw;
    left: 5%;
    font-size: 5.2vw;
  }
  #main-visual .container .catch03.move {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #main-visual .container .catch03.move_hidden {
    -webkit-transform: translate(-100px, 50px);
    transform: translate(-100px, 50px);
  }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
  #main-visual .container .catch03 {
    font-size: 27px;
    top: 57vh;
  }
}

#main-visual .container .catch04 {
  width: 34%;
  position: fixed;
  bottom: 15%;
  left: 4%;
  font-size: 2.8vw;
  line-height: 1.4;
}

#main-visual .container .catch04.move {
  opacity: 1;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#main-visual .container .catch04.move_hidden {
  opacity: 0;
  -webkit-transform: translate(-100px, -50px);
  transform: translate(-100px, -50px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 767px) {
  #main-visual .container .catch04 {
    width: 95%;
    bottom: auto;
    right: auto;
    top: 109vw;
    left: 5%;
    font-size: 5.4vw;
  }
  #main-visual .container .catch04.move {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #main-visual .container .catch04.move_hidden {
    -webkit-transform: translate(100px, 50px);
    transform: translate(100px, 50px);
  }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
  #main-visual .container .catch04 {
    font-size: 27px;
    top: 78vh;
  }
}

#introduction {
  color: #ffffff;
  position: relative;
}

#introduction .container {
  height: 140vh;
  padding: 0;
}

#introduction .container .box {
  width: 90%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: fixed;
  top: 50%;
  left: 50%;
}

#introduction .container .box.move {
  opacity: 1;
  -webkit-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#introduction .container .box.move_hidden {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#introduction .container .box .catch03_title,
#introduction .container .box .catch03_text {
  opacity: 0;
}

#introduction .container .box .catch03_title.move,
#introduction .container .box .catch03_text.move {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#introduction .container .box .catch03_title.move_hidden,
#introduction .container .box .catch03_text.move_hidden {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 767px) {
  #introduction .container .box {
    width: 90%;
  }
}

#introduction::after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.521)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.521));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

#tool-details {
  color: #ffffff;
  background: url(../images/home/tool-details/bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #000;
  background-attachment: fixed;
}

#tool-details.no_attachment_fixed {
  background-attachment: scroll;
}

#tool-details .container {
  z-index: 1;
  position: relative;
}

#tool-details .container .title01 {
  border-color: #5a5a5a;
}

#tool-details .container .box.box01 {
  position: relative;
}

#tool-details .container .box.box01 .title01 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #tool-details .container .box.box01 .title01 {
    max-width: 71%;
  }
}

@media screen and (max-width: 767px) {
  #tool-details .container .box.box01 .title01 {
    max-width: 100%;
  }
}

#tool-details .container .box.box01 p {
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 1024px) {
  #tool-details .container .box.box01 p {
    max-width: 71%;
  }
}

@media screen and (max-width: 767px) {
  #tool-details .container .box.box01 p {
    max-width: 100%;
  }
}

#tool-details .container .box.box01 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
}

@media screen and (max-width: 767px) {
  #tool-details .container .box.box01 {
    overflow: hidden;
  }
  #tool-details .container .box.box01 img {
    position: static;
    top: auto;
    right: auto;
    float: right;
    width: 43%;
    padding: 0 0 3% 4%;
    margin-top: 0.5em;
  }
}

#tool-details .container .box .fig_howto {
  margin-top: 60px;
}

#tool-details .container .gallery_box {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 100vh;
  margin: 0 auto 60px auto;
  padding: 0 50px;
}

#tool-details .container .gallery_box .logo_gallery {
  padding: 60px 0 83px 0;
  position: relative;
}

#tool-details .container .gallery_box .logo_gallery li {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tool-details .container .gallery_box .logo_gallery li div img {
  width: 100%;
  display: block;
}

#tool-details .container .gallery_box .logo_gallery .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#tool-details .container .gallery_box .logo_gallery .slick-dots li {
  margin: 0 5px;
}

#tool-details .container .gallery_box .logo_gallery .slick-dots li button {
  text-indent: -9999px;
  background-color: #9b9b9b;
  width: 25px;
  height: 3px;
}

#tool-details .container .gallery_box .logo_gallery .slick-dots li.slick-active button {
  background-color: #000000;
}

@media screen and (max-width: 1024px) {
  #tool-details {
    background-image: url(../images/home/tool-details/bg_sp.png);
    background-size: cover;
  }
  #tool-details .container .gallery_box {
    margin-bottom: 3em;
    padding: 0 0;
    border-radius: 0;
    position: relative;
  }
  #tool-details .container .gallery_box .logo_gallery {
    padding: 40px 0 50px 0;
    z-index: 1;
    background-color: #fff;
  }
  #tool-details .container .gallery_box .logo_gallery li {
    height: 180px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #tool-details .container .gallery_box .logo_gallery li div {
    margin: 0 3% 1em;
  }
  #tool-details .container .gallery_box .logo_gallery .slick-dots {
    bottom: -70px;
  }
  #tool-details .container .gallery_box .logo_gallery .slick-dots li button {
    width: 25px;
    height: 3px;
  }
  #tool-details .container .gallery_box::after {
    content: '';
    width: 140%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
  }
}

#tool-custom {
  margin-bottom: 320px;
  background: url(../images/home/tool-custom/bg_customize.png) no-repeat;
  background-size: auto 90%;
  background-position: right top 114px;
  background-color: #ffffff;
  background-attachment: fixed;
}

#tool-custom.no_attachment_fixed {
  background-attachment: scroll;
  background-size: contain;
  background-position: bottom right;
}

#tool-custom .container {
  z-index: 1;
  position: relative;
}

#tool-custom .container .title01 {
  border-color: #5a5a5a;
}

#tool-custom .container .ill_pc {
  margin: 0 auto 60px auto;
}

#tool-custom .container .catch {
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  background: url(../images/home/tool-custom/arrow.png) no-repeat;
  background-size: auto;
  background-position: center bottom;
  padding: 0 0 110px 0;
}

@media screen and (max-width: 767px) {
  #tool-custom {
    margin-bottom: 45%;
    background-size: contain;
    background-position: bottom right;
  }
  #tool-custom .container .ill_pc {
    width: 70%;
    margin-bottom: 3em;
  }
  #tool-custom .container .catch {
    font-size: 1.2em;
    line-height: 1.6;
    background-size: 50% auto;
    padding: 0 0 17% 0;
  }
}

#flow {
  background: url(../images/home/flow/bg.png) no-repeat;
  background-size: cover;
  background-position: center right;
  background-color: #e6e6e6;
  background-attachment: fixed;
}

#flow.no_attachment_fixed {
  background-attachment: scroll;
}

#flow .container {
  z-index: 1;
  position: relative;
}

#flow .container .box {
  padding-left: 200px;
  position: relative;
}

#flow .container .box .flow_block {
  width: 100%;
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 100vh;
  padding: 40px 90px 60px 90px;
  margin-bottom: 2.4em;
  position: relative;
  z-index: 0;
}

#flow .container .box .flow_block .title {
  font-size: 1.1em;
  font-size: 22px;
  font-weight: 500;
}

#flow .container .box .flow_block .flow_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

#flow .container .box::before {
  content: '';
  width: 180px;
  height: 100%;
  background: url(../images/home/flow/fig_sub.png) no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 2;
}

#flow .container .box::after {
  content: '';
  width: 81px;
  height: 100%;
  background: url(../images/home/flow/fig_time.png) no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #flow .container .box {
    width: 112%;
    padding-left: 0;
    -webkit-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
  }
  #flow .container .box .timeline {
    position: relative;
    padding-left: 16%;
  }
  #flow .container .box .timeline::before {
    content: '';
    width: 16%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #flow .container .box .timeline.timeline_01::before {
    background-image: url(../images/home/flow/fig_time_sp_01.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 20% left 37%;
    background-color: #676767;
    height: 105%;
    border-top-left-radius: 100vh;
    border-top-right-radius: 100vh;
  }
  #flow .container .box .timeline.timeline_02::before {
    background-image: url(../images/home/flow/fig_time_sp_02.png), url(../images/home/flow/flow_timeline_arrow.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 23% auto, 100%;
    background-position: top 37% left 37%, bottom 0 left 0;
  }
  #flow .container .box .timeline.timeline_02 .flow_block:last-child::before {
    display: none;
  }
  #flow .container .box .flow_block {
    max-width: 100%;
    min-height: 175px;
    padding: 6% 0 6% 15%;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 5%;
    z-index: 2;
  }
  #flow .container .box .flow_block::before {
    content: '';
    width: 6%;
    height: 100%;
    background-color: #ffe57d;
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-888%, 0);
    transform: translate(-888%, 0);
  }
  #flow .container .box .flow_block::after {
    content: '';
    width: 23%;
    height: 0;
    padding-top: 23%;
    border-radius: 100vh;
    background: url(../images/home/flow/flow_icon_sp_01.png) no-repeat;
    background-size: 90%;
    background-position: center;
    background-color: #ffe57d;
    position: absolute;
    top: 0;
    left: -12%;
    z-index: 1;
  }
  #flow .container .box .flow_block.flow_block_02::after {
    background-image: url(../images/home/flow/flow_icon_sp_02.png);
  }
  #flow .container .box .flow_block.flow_block_03::after {
    background-image: url(../images/home/flow/flow_icon_sp_03.png);
  }
  #flow .container .box .flow_block.flow_block_04::after {
    background-image: url(../images/home/flow/flow_icon_sp_04.png);
  }
  #flow .container .box .flow_block.flow_block_05::after {
    background-image: url(../images/home/flow/flow_icon_sp_05.png);
  }
  #flow .container .box .flow_block .title {
    font-size: 1em;
    padding-right: 1em;
  }
  #flow .container .box .flow_block .text {
    padding-right: 1em;
  }
  #flow .container .box .flow_block .flow_btn {
    margin-top: 1em;
    border-radius: 0;
    border-top-left-radius: 100vh;
    border-bottom-left-radius: 100vh;
    width: 100%;
    position: static;
  }
  #flow .container .box .flow_block .flow_btn::after {
    display: block;
  }
  #flow .container .box::before {
    display: none;
  }
  #flow .container .box::after {
    display: none;
  }
}

#flow .container .box.hidden_flow .flow_block {
  opacity: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}

#flow .container .box.hidden_flow .flow_block .title,
#flow .container .box.hidden_flow .flow_block .text {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

#flow .container .box.hidden_flow .flow_block .flow_btn {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

#flow .container .box.hidden_flow::before {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

#flow .container .box.hidden_flow::after {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media screen and (max-width: 767px) {
  #flow .container .box.hidden_flow .flow_block::before, #flow .container .box.hidden_flow .flow_block::after {
    opacity: 0;
  }
  #flow .container .box.hidden_flow .timeline::before {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

#flow .container .box.show_flow .flow_block {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#flow .container .box.show_flow .flow_block .title,
#flow .container .box.show_flow .flow_block .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#flow .container .box.show_flow .flow_block .flow_btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

#flow .container .box.show_flow::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#flow .container .box.show_flow::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

@media screen and (max-width: 767px) {
  #flow .container .box.show_flow .flow_block {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #flow .container .box.show_flow .flow_block::before, #flow .container .box.show_flow .flow_block::after {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #flow .container .box.show_flow .timeline::before {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}

#plan {
  background: url(../images/home/plan/bg.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: #f5f7f9;
  background-attachment: fixed;
  margin-bottom: 320px;
}

#plan.no_attachment_fixed {
  background-attachment: scroll;
}

@media screen and (max-width: 767px) {
  #plan {
    margin-bottom: 45%;
  }
}

#plan .container {
  z-index: 1;
  position: relative;
}

#plan .container .box p {
  text-align: center;
}

#plan .container .box .plan_detail {
  width: 100%;
  max-width: 900px;
  text-align: left;
  margin: 2.5em 0;
  border: 1px solid #000;
  border-collapse: separate;
  border-radius: 7px;
  overflow: hidden;
}

#plan .container .box .plan_detail tr td {
  padding: 1.6em 0;
  border-bottom: 1px solid #000;
}

#plan .container .box .plan_detail .plan_title {
  text-align: center;
  background-color: #d6d6d6;
  border-bottom: 1px solid #000;
  font-size: 1.2em;
  padding: 1em 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#plan .container .box .plan_detail .plan_rank {
  width: 100px;
  background-color: #000;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.4em;
  border-bottom: 1px solid #fff;
}

#plan .container .box .plan_detail tr:last-of-type .plan_rank,
#plan .container .box .plan_detail tr:last-of-type td {
  border-bottom: none;
}

#plan .container .box .plan_detail .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#plan .container .box .plan_detail .wrap p {
  width: 50%;
  max-width: 399px;
  text-align: left;
  font-size: 0.8em;
  padding: 0 0.5em 0 1.4em;
}

#plan .container .box .plan_detail .wrap ul {
  margin-bottom: 0;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#plan .container .box .plan_detail .wrap ul li {
  padding: 0;
  text-indent: 0;
  margin: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#plan .container .box .plan_detail .wrap ul li .sub {
  width: 35px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.3em;
  word-wrap: break-word;
}

#plan .container .box .plan_detail .wrap ul li .value {
  width: 80%;
  padding: 0 0 0 3px;
  line-height: 1.4;
}

#plan .container .box .plan_detail .wrap ul li .value .tax_non {
  display: block;
  font-size: 1.9em;
  font-weight: 500;
  color: #f1b022;
}

#plan .container .box .plan_detail .wrap ul li .value .tax_non .min {
  font-size: 0.7em;
}

#plan .container .box .plan_detail .wrap ul li .value .tax_in {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1em;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  #plan .container .box .plan_detail .wrap {
    display: block;
  }
  #plan .container .box .plan_detail .wrap p {
    width: 100%;
    max-width: 100%;
  }
  #plan .container .box .plan_detail .wrap ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.7em;
    padding: 0 1em;
  }
  #plan .container .box .plan_detail .wrap ul li .sub {
    width: 100%;
    width: 36px;
    font-size: 16px;
  }
}

#plan .container .box .plan_detail.on_premises_plan .wrap p {
  padding: 0 2em;
}

@media screen and (max-width: 767px) {
  #plan .container .box .plan_detail tr td {
    padding: 1em 0;
  }
  #plan .container .box .plan_detail .plan_title {
    padding: 0.5em 0;
    font-size: 1em;
  }
  #plan .container .box .plan_detail .plan_rank {
    font-size: 0.8em;
    width: 60px;
  }
  #plan .container .box .plan_detail .wrap {
    display: block;
  }
  #plan .container .box .plan_detail .wrap p {
    width: 100%;
    max-width: 100%;
  }
  #plan .container .box .plan_detail .wrap ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.7em;
    padding: 0 1em;
  }
  #plan .container .box .plan_detail .wrap ul li .sub {
    width: 100%;
    max-width: 23px;
    font-size: 10px;
    margin-top: 3%;
  }
  #plan .container .box .plan_detail .wrap ul li .value {
    width: 80%;
  }
  #plan .container .box .plan_detail .wrap ul li .value .tax_non {
    font-size: 4.5vw;
  }
  #plan .container .box .plan_detail .wrap ul li .value .tax_non .min {
    font-size: 0.8em;
  }
  #plan .container .box .plan_detail .wrap ul li .value .tax_in {
    font-size: 2.7vw;
    padding-left: 0;
  }
}

#contact {
  background: url(../images/home/contact/bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom left;
  background-color: #e6e6e6;
  background-attachment: fixed;
}

#contact.no_attachment_fixed {
  background-attachment: scroll;
  background-size: cover;
}

#contact .container {
  padding-bottom: 200px;
  z-index: 1;
  position: relative;
}

#contact .container .title01 .min {
  font-size: 0.8em;
}

#contact .container .box p {
  text-align: center;
  padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
  #contact {
    background-size: auto 100%;
    background-position: left bottom;
  }
  #contact .container {
    padding-bottom: 100px;
  }
  #contact .container .title01 .min {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  #tool-details,
  #tool-custom,
  #flow,
  #plan,
  #contact {
    background-attachment: scroll;
  }
}

#home .inline_form iframe {
  height: 780px !important;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #home .inline_form iframe {
    height: 970px !important;
  }
}

@media screen and (max-width: 767px) {
  #home .inline_form iframe {
    height: 1110px !important;
  }
}

#ebook.page .images_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 90px 0;
}

#ebook.page .images_box .item {
  display: block;
  width: 30%;
  opacity: 1;
}

#ebook.page .images_box .item img {
  margin: 0 auto 1em auto;
}

#ebook.page .images_box .item .caption {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #ebook.page .images_box {
    display: block;
    margin: 10% 0;
  }
  #ebook.page .images_box .item {
    display: block;
    width: 70%;
    margin: 0 auto 10% auto;
  }
  #ebook.page .images_box .item img {
    width: 80%;
  }
  #ebook.page .images_box .item .caption {
    text-align: center;
    font-size: 4.5vw;
    line-height: 1.6;
  }
  #ebook.page .images_box .item:hover {
    opacity: 1;
  }
}

#ebook.page .e-book {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #878787;
  border-left-width: 20px;
  padding: 4em 4.4em;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#ebook.page .e-book .text_box {
  width: 52%;
}

#ebook.page .e-book .text_box .title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 1em;
}

#ebook.page .e-book .book_image {
  width: 42%;
  max-width: 393px;
  height: auto;
}

#ebook.page .e-book .book_image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #ebook.page .e-book {
    border-top-width: 15px;
    border-left-width: 1px;
    padding: 8%;
    display: block;
  }
  #ebook.page .e-book .text_box {
    width: 100%;
  }
  #ebook.page .e-book .text_box .title {
    font-size: 1.2em;
    margin-bottom: 8%;
    text-align: center;
  }
  #ebook.page .e-book .book_image {
    width: 100%;
    max-width: 100%;
    margin-top: 8%;
  }
}

#demo.page .box.form_box {
  margin-top: 0;
}

#freetrial.page .box.form_box {
  margin-top: 0;
}

#thanks.page #loading .logo {
  display: none;
}

#thanks.page main .container {
  padding-bottom: 120px;
}

#thanks.page main .container .sub_title {
  margin-bottom: 1.5em;
}

#thanks.page main .container .box p {
  text-align: center;
}

#thanks.page main .container .box .send_comp {
  margin: 5em auto 0 auto;
}

@media screen and (max-width: 767px) {
  #thanks.page main .container {
    padding-bottom: 90px;
  }
  #thanks.page main .container .box .send_comp {
    width: 80%;
    margin-top: 4em;
  }
}


.load-fadein {
	opacity: 0;
}
.load-fadein.load-fadein-show {
	opacity: 1;
	transition: 1.4s;
}
