@charset 'UTF-8';
/* =====================================================
* Base
* ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;
700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Font
 * -------------------------------------------------- */

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

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

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: 'Noto Sans JP', 'Roboto', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #242424;
	font-size: 1.4rem;
	line-height: 1.22;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
small {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.22;
}

img {
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	padding: 0;
}

ol {
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Base
 * -------------------------------------------------- */

html,
body {
	overflow-x: hidden;
}

body {
	display: flex;
	flex-direction: column;
}

body.is-menu-open,
body.is-modal-open {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

.c-btn {
	display: block;
	position: relative;
	z-index: 1;
	width: 80vw;
	min-width: 80vw;
	margin: 0 auto;
	padding: 5.33333vw 0;
	border: 0.8vw solid #ee82ee;
	border-radius: 13.33333vw;
	color: #242424;
	font-size: 4.26667vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.c-btn:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 2.66667vw;
	width: 3.2vw;
	height: 3.2vw;
	background: url(/img/ico_arrow_06.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-btn-blue {
	display: block;
	position: relative;
	width: 80vw;
	min-width: 80vw;
	margin: 0 auto;
	padding: 5.33333vw 0;
	border-radius: 13.33333vw;
	background: linear-gradient(135deg, #6b5ce3 50%, #3019b1 100%) 100% 50%;
	background-size: 200% 100%;
	color: #fff;
	font-size: 3.73333vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.c-btn-blue:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 2.66667vw;
	width: 3.2vw;
	height: 3.2vw;
	background: url(/img/ico_arrow_04.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-btn-blue.contact {
	background: linear-gradient(135deg, #ee82ee 50%, #6c009a 100%) 100% 50%;
	background-size: 200% 100%;
}

.c-btn-blue.contact:before {
	content: none;
}

.c-btn-blue.download {
	margin: 4vw auto 0;
	background: linear-gradient(135deg, #bc6bef 50%, #6e2acb 100%) 100% 50%;
	background-size: 200% 100%;
}

.c-btn-blue.download:before {
	content: none;
}

.c-btn-blue.download.icon:before {
	content: '';
	right: 5.33333vw;
	background: url(/img/ico_download.svg) no-repeat 0 0;
	background-size: contain;
}

.l-title {
	padding: 5.33333vw 2.66667vw;
	border-bottom: 0.26667vw solid #e6e6e6;
	text-align: center;
}

.l-title h1 {
	font-size: 4.8vw;
}

.l-contact {
	padding: 21.33333vw 2.66667vw;
	text-align: center;
}

.l-contact section {
	margin-top: 8vw;
}

.l-contact section h3 {
	margin-bottom: 2.66667vw;
	font-size: 3.73333vw;
	font-weight: normal;
}

.l-contact section p {
	display: inline-block;
	padding-left: 10.66667vw;
	background: url(/img/freedial.svg) no-repeat 0 0;
	background-size: 10.66667vw auto;
	line-height: 1.2;
	text-align: left;
}

.l-contact section p a {
	display: inline-block;
	color: #000;
	font-size: 6.66667vw;
	font-weight: bold;
	text-decoration: none;
}

.l-contact section p span {
	font-size: 3.2vw;
}

.slide-items {
	position: relative;
}

.slide-items li {
	display: block;
	padding: 0 20px;
	text-align: center;
}

.slide-items li img {
	width: 100%;
	height: auto;
	border-radius: 2.66667vw;
	-o-object-fit: cover;
	object-fit: cover;
}

.slide-items li p {
	margin: 15px 0 0;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: calc(29/20);
}

.slide-arrow {
	cursor: pointer;
	display: flex;
	position: absolute;
	z-index: 1;
	top: calc(50% - 20px);
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prev-arrow {
	left: 20vw;
	padding-left: 5px;
	background: url(/img/ico_arrow_slider_l.svg) no-repeat;
	background-size: contain;
}

.next-arrow {
	right: 20vw;
	padding-right: 5px;
	background: url(/img/ico_arrow_slider_r.svg) no-repeat;
	background-size: contain;
}

.slide-arrow__arrow {
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* スクロールCSS */

.fade-in {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

.fade-in-down {
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

.fade-in-left {
	-webkit-transform: translate(-50px, 0);
	transform: translate(-50px, 0);
}

.fade-in-right {
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0);
}

.scroll-in {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* -----------------------------------------------------
 * Utilities
 * -------------------------------------------------- */

.u-left {
	text-align: left !important;
}

.u-center {
	text-align: center !important;
}

.u-right {
	text-align: right !important;
}

.is-br-sp-show {
	display: none;
}

.is-br-pc-show {
	display: none;
}

.u-m-0 {
	margin: 0 !important;
}

/*docs
---
title: JSメディアチェック用
name: util-030
category: utilities
---
SP表示チェック。
- jQueryのis(':visible')を利用することで、JSとCSSの同期が取れる。
- SP時に display: block; となる。

```html
<div class="check-media">SP時 display: block;</div>
```
*/

.check-media {
	display: block;
}

/* -----------------------------------------------------
 * Typography
 * -------------------------------------------------- */

.mod-heading-en {
	color: #6c009a;
	font-size: 6.4vw;
	font-weight: bold;
	text-align: center;
}

.c-heading1 {
	margin: 0 0 8vw;
	font-size: 8.53333vw;
	text-align: center;
}

.c-heading1 span {
	padding: 0 0.5rem;
	color: #6c009a;
	font-family: roboto;
	font-size: 13.33333vw;
}

.mod-heading2 {
	margin: 12vw 0 0;
	font-size: 5.33333vw;
	text-align: center;
}

.mod-heading3 {
	margin: 9.33333vw 0 0;
	font-size: 5.33333vw;
	text-align: center;
}

.mod-heading4 {
	margin: 9.33333vw 0 0;
	padding: 2.66667vw;
	background: #f5f5f5;
	font-size: 3.73333vw;
}

/* -----------------------------------------------------
 * Tools
 * -------------------------------------------------- */

.p-lead {
	margin: 0 0 29.33333vw;
	padding: 10.66667vw 2.66667vw;
	background-color: #e6f3ff;
}

.p-lead.p-lead-white {
	height: inherit;
	margin: 0;
	padding: 10.66667vw 2.66667vw;
	background-color: inherit;
}

.p-lead.p-lead-white p {
	font-size: 4.26667vw;
	line-height: calc(26/16);
}

.p-lead-container {
	position: relative;
}

.p-lead-container:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -185px;
	width: 211px;
	height: 178px;
}

.p-lead-container figure {
	margin: 0 0 8vw;
}

.p-lead-container figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.p-lead-container .p-lead-title {
	margin: 0 0 5.33333vw;
}

.p-lead-container .p-lead-text {
	font-size: 4.26667vw;
	font-weight: bold;
	line-height: calc(32/16);
}

.p-lead-container .p-lead-text span {
	color: #6c009a;
}

.feature .p-lead-container .p-lead-title {
	font-size: 6.66667vw;
	font-weight: bold;
	line-height: 1.4;
}

.feature .p-lead-container:before {
	background: url(/img/img_case_06.png) no-repeat;
	background-size: contain;
}

.function .p-lead-container .p-lead-title {
	font-family: roboto;
	font-size: 16vw;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.function .p-lead-container .p-lead-title span {
	display: block;
	margin: -2.66667vw 0 0;
	font-size: 6.93333vw;
}

.function .p-lead-container:before {
	background: url(/img/img_function_01.png) no-repeat;
	background-size: contain;
}

.p-lead-white .p-lead-container:before {
	content: none;
}

.c-check-title {
	position: relative;
	margin: 0 0 2.66667vw;
	padding: 0 0 0 7.46667vw;
	font-size: 5.33333vw;
	font-weight: bold;
	line-height: calc(26/18);
}

.c-check-title:last-of-type {
	margin: 0;
}

.c-check-title:before {
	content: '';
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 4.8vw;
	height: 3.46667vw;
	background: url(/img/ico_check.png) no-repeat;
	background-size: contain;
}

.c-list > li {
	position: relative;
	margin: 0 0 2.66667vw;
	padding: 0 0 0 4.53333vw;
	line-height: 1.5;
}

.c-list > li:last-child {
	margin: 0;
}

.c-list > li:before {
	content: '•';
	position: absolute;
	top: -1.06667vw;
	left: 0.8vw;
	color: #999;
	font-size: 4.8vw;
	font-weight: bold;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * Header
 * -------------------------------------------------- */

.l-header {
	z-index: 10;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-header.l-header-home {
	background: transparent;
}

.l-header.l-header-home .l-header-logo a {
	background-image: url(/img/logo_01.svg);
}

.l-header.l-header-home .l-header-toggle span,
.l-header.l-header-home .l-header-toggle::before,
.l-header.l-header-home .l-header-toggle::after {
	background-color: #fff;
}

.l-header-inner {
	position: relative;
}

.l-header-tagline {
	position: absolute;
	padding: 15px;
	color: #666;
	font-size: 1.2rem;
}

.l-header-logo {
	margin: 10px 0 0;
}

.l-header-logo a {
	display: block;
	position: relative;
	z-index: 20;
	overflow: hidden;
	background: url(/img/logo_02.svg) no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

.l-header-toggle {
	outline: none;
	display: block;
	position: absolute;
	z-index: 30;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none transparent;
	background-clip: padding-box;
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	white-space: nowrap;
	text-indent: 200%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.l-header-toggle::-ms-clear {
	display: none;
}

.l-header-toggle::-ms-reveal {
	display: none;
}

.l-header-toggle::-ms-expand {
	display: none;
}

.l-header-toggle::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	border-radius: 3px;
	background: #9400d3;
}

.l-header-toggle::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	border-radius: 3px;
	background: #9400d3;
	transition: all 0.3s;
}

.l-header-toggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-radius: 3px;
	background: #9400d3;
	transition: all 0.3s;
}

.is-menu-open .l-header-toggle::before {
	display: none;
}

.is-menu-open .l-header-toggle::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.is-menu-open .l-header-toggle span {
	top: 2.66667vw;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-header-nav {
	position: relative;
	width: 100%;
	margin: 0;
}

.l-header.is-fixed {
	position: fixed;
	z-index: 100;
	background: #fff;
}

.p-header-nav li {
	display: block;
	border-top: 1px solid #fff;
}

.p-header-nav li:last-child {
	border-bottom: 1px solid #fff;
}

.page-contact .l-header-nav {
	display: none;
}

.page-contact .l-header.is-fixed {
	position: static;
}

.page-contact .l-header-toggle {
	display: none;
}

/* -----------------------------------------------------
 * Footer
 * -------------------------------------------------- */

.l-footer {
	position: relative;
	background: #333;
	color: #fff;
}

.l-footer-inner {
	padding: 12vw 0 13.33333vw;
	text-align: center;
}

.l-footer-left a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.l-footer-company {
	display: inline-flex;
	height: 13.33333vw;
	padding-top: 5.33333vw;
	padding-left: 26.66667vw;
	background: url(/img/logo_cbrains.svg) no-repeat 0 0;
	background-size: 21.86667vw 13.33333vw;
	color: #fff;
	font-size: 3.33333vw;
	transition: opacity 0.2s ease-in-out;
}

.l-footer-company:hover {
	opacity: 0.7;
}

.l-footer-company a {
	display: inline-block;
}

.l-footer-address {
	margin: 8vw 0 0;
	font-size: 3.33333vw;
	line-height: 1.66;
}

.l-footer-sns {
	margin: 8vw 0 0;
	text-align: center;
}

.l-footer-sns li {
	display: inline-block;
	margin: 0 3.2vw;
}

.l-footer-sns li img {
	width: 10.66667vw;
	height: auto;
}

.l-footer-nav {
	margin: 8vw 0 0;
	font-size: 3.2vw;
	text-align: center;
}

.l-footer-nav li {
	display: inline-block;
	margin: 0 7vw 15px;
	line-height: 1.5;
}

.l-footer-nav a {
	color: #fff;
}

.l-footer-copyright {
	margin: 13.33333vw 0 0;
	font-size: 2.93333vw;
}

/* =====================================================
 * l-footer-bottom
 * ================================================== */

.l-footer-bottom {
	padding: 40px 0 18px 0;
	background: #eee;
}

.l-footer-bottom-inner {
	padding: 0 20px;
}

/* p-footer-content
---------------------------------------- */

.p-footer-content {
	display: block;
}

/* p-footer-info
---------------------------------------- */

.c-footer-logo {
	text-align: center;
}

.c-footer-logo a {
	display: inline-block;
	position: relative;
	padding: 130px 0 0 0;
	color: inherit;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out 0s;
}

.c-footer-logo a:hover {
	opacity: 0.7;
}

.c-footer-logo a::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 50%;
	width: 140px;
	height: 92px;
	background: url(/img/logo_cbrains.svg) no-repeat 50% 50%;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-footer-text {
	margin: 20px 0 0;
	font-size: 1.4rem;
	text-align: center;
}

/* p-footer-nav
---------------------------------------- */

.p-footer-nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
	margin: 40px auto 0 auto;
}

.p-footer-nav ul > :nth-child(2n) {
	margin-left: 17px;
}

.p-footer-nav ul > :nth-child(n+3) {
	margin-top: 16px;
}

.p-footer-nav ul li {
	width: calc((100% - 20px * 1) / 2);
	max-width: 21.06667vw;
	height: auto;
}

.p-footer-nav ul li a {
	display: block;
	background-color: #fff;
	color: inherit;
	text-decoration: none;
}

.p-footer-nav ul li img {
	width: 100%;
	height: auto;
}

.p-footer-nav ul li .c-card-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 80px;
	padding: 0 10px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.p-footer-nav ul li .c-card-text span {
	display: block;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
}

/* p-footer-copyright
---------------------------------------- */

.p-footer-copyright {
	margin: 40px 0 0;
	text-align: center;
}

.p-footer-copyright span {
	font-size: 1.2rem;
	line-height: 1.6;
}

.mod-pagetop {
	text-align: right;
}

.mod-pagetop a {
	display: inline-block;
	overflow: hidden;
	width: 10.66667vw;
	height: 0;
	padding-top: 10.66667vw;
	background: url(/img/btn_pagetop.png) no-repeat 0 0;
	background-size: 10.66667vw auto;
	white-space: nowrap;
}

.mod-pagetop {
	position: fixed;
	z-index: 5;
	right: 1.33333vw;
	bottom: 2.66667vw;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: translateY(66.66667vw);
	transform: translateY(66.66667vw);
}

.is-pagetop-active .mod-pagetop {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.is-pagetop-fixed .mod-pagetop {
	position: absolute;
	top: -6.66667vw;
	bottom: auto;
	transition: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* -----------------------------------------------------
 * Layout
 * -------------------------------------------------- */

.l-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.l-breadcrumbs {
	padding: 2.66667vw 2.66667vw 0;
	background: #fff;
}

.l-breadcrumbs-blue {
	background: #e6f3ff;
}

.l-breadcrumbs ol {
	letter-spacing: -0.4em;
}

.l-breadcrumbs ol > * {
	letter-spacing: normal;
}

.l-breadcrumbs ol li {
	display: inline-block;
	position: relative;
	margin: 0 0 0 6.93333vw;
	font-size: 3.2vw;
}

.l-breadcrumbs ol li:before {
	content: '';
	position: absolute;
	top: 1.33333vw;
	left: -3.73333vw;
	width: 1.33333vw;
	height: 2.13333vw;
	background: url(/img/ico_breadcrumbs.png) no-repeat;
	background-size: contain;
}

.l-breadcrumbs ol li:first-child {
	margin: 0;
}

.l-breadcrumbs ol li:first-child:before {
	display: none;
}

.l-breadcrumbs ol li a {
	color: #6c009a;
}

.l-contents {
	flex-grow: 1;
	min-width: 320px;
}

.l-main-inner {
	margin: 9.33333vw 0;
	padding: 0 2.66667vw;
	letter-spacing: 0.05em;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
 * Home
 * -------------------------------------------------- */

.l-main-bg {
	display: flex;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 220rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-main-bg.type-02 {
	top: -250px;
}

.l-main-bg img {
	width: 100%;
	max-width: 1640px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.l-main-bg:nth-child(2) img {
	position: absolute;
	top: 0;
}

.p-hero-inner {
	display: flex;
	position: relative;
	z-index: 3;
}

.p-hero-title {
	padding: 0 4vw;
}

.p-hero-title h1 {
	overflow: hidden;
	width: 100%;
	height: 40vw;
	margin: 0 auto;
	background: url(/img/ph_hero_copy.png) no-repeat 50% 50%;
	background-size: contain;
	white-space: nowrap;
	text-indent: 200%;
}

.p-hero-title-sub {
	margin: 2.66667vw 0 5.33333vw;
	font-size: 5.6vw;
	font-weight: bold;
	line-height: calc(42/26);
	text-align: center;
}

.p-hero-title-demo {
	margin: 2.66667vw 0 5.33333vw;
	color: #c3298d;
	font-size: 4.26667vw;
	font-weight: bold;
	text-align: center;
}

.p-hero-btn {
	display: block;
}

.p-hero-btn a.c-btn-blue {
	margin: 0 auto 2.66667vw;
}

.p-hero-demo p {
	margin: 2.66667vw 0 0;
	color: #242424;
	font-size: 3.2vw;
	line-height: calc(20 / 12);
	text-align: center;
}

.p-hero-demo p span {
	display: inline-block;
	margin: 1.33333vw 0 0;
	font-weight: bold;
}

.p-hero figure {
	z-index: -1;
	margin-top: 5.33333vw;
	padding: 0 4vw;
	text-align: center;
}

.p-hero figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.p-home-video {
	position: relative;
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 40px;
	border-radius: 20px;
	background-color: #000;
	line-height: 0;
	aspect-ratio: 1056 / 594;
}

.p-home-video video {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 1056 / 624;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-home-value .c-heading1 {
	margin: 0 0 26.66667vw;
}

.l-home-value-inner {
	background: #e6f3ff;
}

.l-home-value-list {
	margin: 0 auto;
	padding: 16vw 0;
}

.l-home-value-item {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}

.l-home-value-item .l-home-value-num {
	position: absolute;
	top: -33.33333vw;
	color: #6c009a;
	font-family: roboto;
	font-size: 26.66667vw;
	font-weight: bold;
}

.l-home-value-item .l-home-value-title {
	margin: 0 0 9.33333vw;
	font-size: 6.4vw;
	font-weight: bold;
	text-align: center;
}

.l-home-value-item .l-home-value-img {
	width: 74.66667vw;
	height: 50.66667vw;
	margin: 0 0 8vw;
}

.l-home-value-item .l-home-value-img img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.l-home-value-item .l-home-value-text {
	margin: 0 0 8vw;
	font-size: 4.26667vw;
	line-height: calc(32/16);
}

.l-home-value-item .l-home-value-text strong {
	background: linear-gradient(transparent 75%, #ff0 75%);
}

.p-merit {
	padding: 16vw 2.66667vw 10.66667vw;
}

.p-merit-inner {
	margin: 0 0 10.66667vw;
}

.p-merit-list {
	display: flex;
}

.p-merit-item {
	width: calc(100% / 2 - 20px / 2);
	margin: 0 0 5.33333vw;
}

.p-merit-item-img {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
}

.p-merit-item-img img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-merit-item-title {
	margin: 0 0 5.33333vw;
	font-size: 4.26667vw;
	font-weight: bold;
	text-align: center;
}

.p-merit-item-text {
	font-size: 4vw;
	line-height: calc(25/15);
}

.p-service {
	padding: 10.66667vw 5.33333vw;
	background-color: #e6f3ff;
}

.p-service-contents {
	display: flex;
	flex-direction: column-reverse;
}

.p-service-contents-text p {
	margin: 0 0 10.66667vw;
	font-size: 4.26667vw;
	line-height: calc(32/16);
}

.p-service-contents-img {
	margin: 0 0 8vw;
}

.p-service-contents-img img {
	width: 100%;
	height: auto;
}

.p-price-faq {
	margin: 16vw 0 5.33333vw;
	padding: 0 5.33333vw;
}

.p-price-faq-list .c-price-faq-item {
	width: 100%;
	padding: 10.66667vw 0 8vw;
	border-radius: 20px;
}

.p-price-faq-list .c-price-faq-item .c-heading1 {
	margin: 0 0 8vw;
}

.p-price-faq-list .c-price-faq-item p {
	margin: 0 0 40px;
	font-size: 4.26667vw;
	line-height: calc(32/16);
	text-align: center;
}

.p-price-faq-list .c-price-faq-item:first-of-type {
	position: relative;
	background: url(/img/ph_price_faq_01.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.p-price-faq-list .c-price-faq-item:last-of-type {
	position: relative;
	background: url(/img/ph_price_faq_02.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.p-price-faq-list .c-price-faq-item:last-of-type:before {
	content: '';
	position: absolute;
	top: -100px;
	right: -26px;
	width: 126px;
	height: 200px;
	background: url(/img/img_price_01.png) no-repeat;
	background-size: contain;
}

.p-contact {
	margin: 10.66667vw 0;
}

.p-contact .p-demo-inner {
	display: flex;
	flex-direction: column;
	margin: 21.33333vw 0 0;
	padding: 0 2.66667vw;
	background-color: #e6f3ff;
	gap: 4vw 0;
}

.p-contact .p-demo-inner .p-demo-box {
	display: flex;
	position: relative;
	top: -13.33333vw;
	flex-direction: column;
	align-items: center;
}

.p-contact .p-demo-inner .p-demo-box figure {
	max-width: 53.33333vw;
}

.p-contact .p-demo-inner .p-demo-box figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.p-contact .p-demo-inner .p-demo-box .p-demo-title {
	margin: 8vw 0 2.66667vw;
	color: #ff9300;
	font-size: 5.33333vw;
	font-weight: bold;
}

.p-contact .p-demo-inner .p-demo-box .p-demo-text {
	margin: 5.33333vw 0 0;
}

.p-contact .p-demo-inner .p-demo-box .p-demo-text.bg {
	padding: 5.33333vw;
	border-radius: 2.13333vw;
	background-color: #fff;
}

.p-contact .p-demo-inner .p-demo-box p {
	font-size: 3.2vw;
	line-height: calc(22/12);
}

.p-contact .p-demo-inner .p-demo-box p span {
	font-weight: bold;
}

.p-contact-inner {
	display: grid;
	padding: 8vw 4vw 0;
	gap: 8vw 0;
}

.p-contact-box {
	width: 100%;
	padding: 4px;
	border-radius: 20px;
	background: linear-gradient(to right, #ee82ee, #6c009a);
}

.p-contact-box-inner {
	height: 100%;
	padding: 10.66667vw 5.33333vw 8vw;
	border-radius: 16px;
	background-color: #fff;
	text-align: center;
}

.p-contact-box:first-of-type {
	position: relative;
}

.p-contact-box:first-of-type:before {
	content: '';
	position: absolute;
	top: -18.66667vw;
	left: 2.66667vw;
	width: 32vw;
	height: 25.06667vw;
	background: url(/img/img_demo_01.png) no-repeat;
	background-size: contain;
}

.p-contact-box:last-of-type .p-contact-box-inner {
	padding: 10.66667vw 5.33333vw 2.66667vw;
}

.p-contact-box .c-heading1 {
	position: relative;
}

.p-contact-box .c-heading1:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10.66667vw;
	height: 1.06667vw;
	background: linear-gradient(to right, #ee82ee, #6c009a);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-contact-box h3.p-contact-title {
	margin: 0 0 5.33333vw;
	color: #ff9300;
	font-size: 4.66667vw;
	line-height: calc(30/20);
	text-align: center;
}

.p-contact-box p {
	margin: 5.33333vw 0 0;
	padding: 5.33333vw;
	font-size: 3.2vw;
	line-height: calc(22/12);
	text-align: left;
}

.p-contact-box .p-demo-text {
	margin: 0 auto;
	background-color: #f7f6ed;
}

.p-contact-box .p-demo-text span {
	font-weight: bold;
	text-align: center;
}

.p-common-case {
	position: relative;
	padding: 10.66667vw 0;
	background: #e5e5fa;
}

.p-common-case:before {
	content: '';
	position: absolute;
	top: -50px;
	right: 1rem;
	width: 32.93333vw;
	height: 24vw;
	background: url(/img/img_case_06.png) no-repeat;
	background-size: contain;
}

.p-common-case-inner {
	margin: 16vw 0 4vw;
}

.p-common-case .c-heading1 {
	margin: 0;
}

.p-common-case .block-home-case {
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
	padding: 60px 0;
	border-bottom: 1px solid #ccc;
}

.p-common-case .block-home-case:last-of-type {
	border-bottom: none;
}

.p-common-case .block-home-case.reverse {
	flex-direction: row-reverse;
}

.p-common-case .block-home-case figure {
	width: 50%;
	max-width: 500px;
}

.p-common-case .block-home-case figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 0;
	object-position: 50% 0;
	-webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-common-case .block-home-case .txt-case {
	width: 50%;
	margin: 0 0 0 20px;
}

.p-common-case .block-home-case .txt-case.reverse {
	margin: 0 20px 0 0;
}

.p-common-case .block-home-case .txt-case h3 {
	margin: 0 0 20px;
	line-height: 1.4;
	text-align: left;
}

.p-common-case .block-home-case .txt-case p {
	margin: 0 0 10px;
	line-height: 1.75;
}

.p-common-case .block-home-case .txt-case > ul {
	margin: 0;
	font-size: 3.73333vw;
}

.p-common-case .block-home-case .txt-case > ul:nth-of-type(1) {
	margin-top: 2em;
}

.p-common-case .block-home-case .txt-case > ul li {
	margin-top: 1.33333vw;
}

.p-common-case .block-home-case .txt-case > ul li:before {
	content: '・';
}

.p-common-case .block-home-case .txt-case > ul li ul {
	margin-top: 0;
	margin-left: 6.66667vw;
}

.p-common-case .block-home-case .txt-case > ul li ul li:before {
	content: '- ';
}

.p-common-case .item {
	margin-bottom: 9.33333vw;
	padding: 0 0 12vw;
	border-bottom: 0.26667vw solid #ccc;
}

.p-common-case .item:last-child {
	margin-bottom: 0;
	border: 0;
}

.p-common-case .item h3 {
	margin: 0 0 6.66667vw;
	font-size: 5.33333vw;
	line-height: 1.4;
}

.p-common-case .item figure img {
	width: 100%;
	height: auto;
	max-height: 480px;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-common-case .item p {
	margin: 5.33333vw 0 0;
	font-size: 3.73333vw;
	line-height: 1.7;
}

.p-common-case .item > ul {
	margin: 0;
	font-size: 3.73333vw;
}

.p-common-case .item > ul:nth-of-type(1) {
	margin-top: 2em;
}

.p-common-case .item > ul li {
	margin-top: 1.33333vw;
}

.p-common-case .item > ul li:before {
	content: '・';
}

.p-common-case .item > ul li ul {
	margin-top: 0;
	margin-left: 6.66667vw;
}

.p-common-case .item > ul li ul li:before {
	content: '- ';
}

.l-home-voice {
	padding: 21.33333vw 2.66667vw 0;
	background: url(/img/bg_voice_sp.jpg) no-repeat 0 0;
	background-size: 100% auto;
}

.l-home-voice .c-heading1 {
	color: #fff;
}

.l-home-voice .list-voice {
	display: flex;
	flex-direction: column;
}

.l-home-voice .list-voice li:last-child .user {
	color: #000;
}

.l-home-voice .list-voice .comment {
	position: relative;
	margin: 0 0 5.33333vw;
	padding: 6.66667vw 8vw;
	border-radius: 2.66667vw;
	background: #fff;
	font-size: 3.73333vw;
	line-height: 1.7;
}

.l-home-voice .list-voice .comment:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -5.06667vw;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-width: 5.33333vw 2.66667vw 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.l-home-voice .list-voice .user {
	position: relative;
	margin: 0 0 8vw;
	padding: 25.33333vw 0 0;
	color: #fff;
	font-size: 3.2vw;
	text-align: center;
}

.l-home-voice .list-voice .user:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.33333vw;
	right: 0;
	left: 0;
	width: 18.66667vw;
	height: 21.33333vw;
	margin: 0 auto;
	background: url(/img/ico_voice_01.svg) no-repeat 0 0;
	background-size: contain;
}

.l-home-voice .list-voice .user-woman:before {
	background-image: url(/img/ico_voice_02.svg);
}

.l-home-price {
	padding: 21.33333vw 2.66667vw;
}

.l-home-price .lead {
	margin-bottom: 5.33333vw;
	font-size: 3.73333vw;
	line-height: 1.7;
	text-align: center;
}

.l-home-price .note {
	margin: 10px 0 0 1em;
}

.l-price-table {
	overflow-x: auto;
}

.l-price-table .unit-price-data {
	width: 100%;
	min-width: 700px;
}

.l-price-table .unit-price-data thead tr th {
	width: calc(100% / 3);
	padding: 8vw 0;
	border: 1px #6c009a solid;
	border-right: 1px #fff solid;
	background-color: #6c009a;
	color: #fff;
	font-size: 5.86667vw;
	font-weight: bold;
	text-align: center;
}

.l-price-table .unit-price-data thead tr th:last-of-type {
	border-right: 1px #6c009a solid;
}

.l-price-table .unit-price-data thead tr th span {
	display: block;
	font-size: 3.73333vw;
}

.l-price-table tbody tr {
	border-top: 1px #ccc solid;
}

.l-price-table tbody td {
	padding: 6.13333vw 3.46667vw;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 3.73333vw;
	text-align: center;
}

.l-price-table tbody td:first-of-type {
	border-left: 1px solid #ccc;
}

.l-home-demo {
	padding: 21.33333vw 2.66667vw;
	background: linear-gradient(-135deg, #ee82ee 0%, #9400d3 50%) 100% 50%;
	color: #fff;
}

.l-home-demo .c-heading1 {
	color: #fff;
}

.l-home-demo p {
	font-size: 3.73333vw;
	line-height: 1.7;
	text-align: center;
}

.l-home-demo .btns {
	margin-top: 10.66667vw;
}

.l-home-demo .btns li {
	margin-top: 5.33333vw;
}

.l-home-contact {
	padding: 21.33333vw 2.66667vw;
	text-align: center;
}

.l-home-contact section {
	margin-top: 8vw;
}

.l-home-contact section h3 {
	margin-bottom: 2.66667vw;
	font-size: 3.73333vw;
	font-weight: normal;
}

.l-home-contact section p {
	display: inline-block;
	padding-left: 10.66667vw;
	background: url(/img/freedial.svg) no-repeat 0 0;
	background-size: 10.66667vw auto;
	line-height: 1.2;
	text-align: left;
}

.l-home-contact section p a {
	display: inline-block;
	color: #000;
	font-size: 6.66667vw;
	font-weight: bold;
	text-decoration: none;
}

.l-home-contact section p span {
	font-size: 3.2vw;
}

/* -----------------------------------------------------
 * Other
 * -------------------------------------------------- */

.l-about {
	z-index: 3;
	overflow: hidden;
	padding: 10.66667vw 2.66667vw;
}

.l-about h2.c-heading1 {
	margin: 3.2vw 0 8vw;
	color: #000;
	font-size: 6.66667vw;
}

.l-about .p-about-description {
	margin: 0 0 8vw;
	font-size: 4.8vw;
	font-weight: bold;
	line-height: calc(37/18);
}

.l-about figure {
	margin: 0 auto 8vw;
}

.l-about figure img {
	width: 100%;
	height: auto;
}

.p-value-list {
	margin: 0 auto;
}

.p-value-item {
	margin: 0 0 8vw;
	padding: 8vw 2.66667vw 8vw;
	background-color: #e6f3ff;
}

.p-value-item-message .p-value-title {
	margin: 0 0 8vw;
	font-size: 5.33333vw;
	font-weight: bold;
	text-align: center;
}

.p-value-item-message .p-value-title span {
	display: block;
	margin: 0 0 2.66667vw 0;
	color: #6c009a;
	font-family: roboto;
	font-size: 17.33333vw;
	font-weight: bold;
}

.p-value-item-message .p-value-text {
	margin: 0 0 5.33333vw;
	font-size: 4.26667vw;
	line-height: calc(32/16);
}

.p-value-item-img {
	max-width: 100%;
}

.p-value-item-img img {
	width: 100%;
	height: auto;
}

.p-value-item-list {
	margin: 16vw 0 0;
}

.p-value-item-list .list-wrap {
	display: flex;
}

.p-value-item-list .list-others-wrap {
	position: relative;
	width: 50.66667vw;
	height: 32vw;
	margin: 0 1.06667vw 0 0;
}

.p-value-item-list .list-others-wrap .list-others {
	position: absolute;
	top: 0;
	left: 0;
	width: 50.66667vw;
	height: 26.66667vw;
	text-align: center;
}

.p-value-item-list .list-others-wrap .list-others dt,
.p-value-item-list .list-others-wrap .list-others dd {
	width: 50.66667vw;
	height: 26.66667vw;
	margin: 0 0 1.06667vw;
}

.p-value-item-list .list-others-wrap .list-others dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #e5e5fa;
	font-size: 5.06667vw;
	font-weight: bold;
}

.p-value-item-list .list-others-wrap .list-others dt small {
	margin: 1.86667vw 0 0;
	font-size: 3.2vw;
	font-weight: normal;
}

.p-value-item-list .list-others-wrap .list-others dd {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.06667vw;
	padding: 4vw 0 4.8vw;
	background: #fff;
	font-size: 3.2vw;
	line-height: calc(15/12);
}

.p-value-item-list .list-others-wrap .list-others dd .list-icon {
	height: 12.53333vw;
}

.p-value-item-list .list-others-wrap .list-others dd img {
	width: 5.33333vw;
	height: 5.33333vw;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-value-item-list .list-others-wrap .list-others dd:last-of-type {
	height: 32vw;
}

.p-value-item-list .list-others-wrap .list-others.list-title {
	top: 27.73333vw;
}

.p-value-item-list .list-others-wrap .list-others.list-title dt {
	font-size: 4.26667vw;
	font-weight: normal;
}

.p-value-item-list .list-others-wrap .list-others.list-title dt:last-of-type {
	height: 32vw;
}

.p-value-item-list .list-manualive-wrap {
	position: relative;
	width: 59.73333vw;
	height: 171.73333vw;
	background: linear-gradient(135deg, #ee82ee 50%, #9400d3 100%) 100% 50%;
}

.p-value-item-list .list-manualive-wrap .list-manualive {
	position: absolute;
	top: 1.06667vw;
	left: 1.06667vw;
	width: 57.6vw;
	text-align: center;
}

.p-value-item-list .list-manualive-wrap .list-manualive dt {
	position: relative;
	overflow: hidden;
	height: 25.6vw;
	white-space: nowrap;
	text-indent: 200%;
}

.p-value-item-list .list-manualive-wrap .list-manualive dt:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 51.46667vw;
	height: 10.66667vw;
	background: url(/img/logo_01.svg) no-repeat;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-value-item-list .list-manualive-wrap .list-manualive dd {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 57.6vw;
	height: 26.66667vw;
	margin-top: 1.06667vw;
	padding: 4vw 0 4.8vw;
	background: #fff;
	font-size: 3.2vw;
	line-height: calc(15/12);
}

.p-value-item-list .list-manualive-wrap .list-manualive dd .list-icon {
	height: 10.66667vw;
}

.p-value-item-list .list-manualive-wrap .list-manualive dd.mod-between {
	justify-content: space-between;
}

.p-value-item-list .list-manualive-wrap .list-manualive dd img {
	width: 5.33333vw;
	height: 5.33333vw;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-value-item-list .list-manualive-wrap .list-manualive dd:last-of-type {
	height: 32vw;
}

/* -----------------------------------------------------
 * Function
 * -------------------------------------------------- */

.p-function {
	margin: 34.66667vw 0 0;
	padding: 10.66667vw 2.66667vw;
}

.p-function-item {
	margin: 0 0 21.33333vw;
}

.p-function-item:last-of-type {
	margin: 0;
}

.p-function-item-message .p-function-box {
	margin: 10.66667vw 0 0;
}

.p-function-item-message .p-function-box:first-of-type {
	margin: 0;
}

.p-function-item-message .p-function-title {
	margin: 0 0 5.33333vw;
	font-size: 5.33333vw;
	font-weight: bold;
	text-align: center;
}

.p-function-item-message .p-function-text {
	margin: 0 0 5.33333vw;
	font-size: 4.26667vw;
	line-height: calc(32/16);
}

.p-function-item-img {
	max-width: 100%;
	margin: 10.66667vw 0 0;
}

.p-function-item-img img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.2);
}

.p-function-item-img-wrap {
	margin: 10.66667vw 0 0;
}

.p-function-item-img-wrap .p-function-item-img {
	margin: 5.33333vw 0 0;
}

.p-view {
	padding: 10.66667vw 5.33333vw;
	background-color: #e6f3ff;
}

.p-view-inner .p-view-list .p-view-item {
	position: relative;
	border-radius: 20px;
	background-color: #fff;
}

.p-view-inner .p-view-list .p-view-item:before {
	content: '';
	position: absolute;
	top: -5.33333vw;
	right: -1.33333vw;
	width: 25.33333vw;
	height: 26.66667vw;
}

.p-view-inner .p-view-list .p-view-item:nth-child(1):before {
	background: url(/img/img_view_01.png) no-repeat;
	background-size: contain;
}

.p-view-inner .p-view-list .p-view-item:nth-child(2):before {
	background: url(/img/img_view_02.png) no-repeat;
	background-size: contain;
}

.p-view-inner .p-view-list .p-view-item:nth-child(3):before {
	background: url(/img/img_view_03.png) no-repeat;
	background-size: contain;
}

.p-view-inner .p-view-list .p-view-item:nth-child(4):before {
	background: url(/img/img_view_04.png) no-repeat;
	background-size: contain;
}

.p-view-inner .p-view-list .p-view-item-img {
	max-width: 460px;
	margin: 5.33333vw 0 0;
}

.p-view-inner .p-view-list .p-view-item-img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.p-view-inner .p-view-list .p-view-item h3 {
	margin: 0 0 8vw;
	font-size: 5.33333vw;
	font-weight: bold;
}

.p-view-inner .p-view-list .p-view-item p {
	font-size: 4.26667vw;
	line-height: calc(24/14);
}

.p-option {
	padding: 10.66667vw 5.33333vw;
}

.p-option-inner .p-option-list {
	display: grid;
	gap: 6.66667vw;
}

.p-option-inner .p-option-list .p-option-item p {
	margin: 2.66667vw 0 0;
	font-size: 4.26667vw;
	line-height: calc(24/14);
}

/* -----------------------------------------------------
 * Flow
 * -------------------------------------------------- */

.p-flow {
	margin: 8vw 0;
}

.p-flow-inner {
	padding: 0 2.66667vw;
}

.p-flow ul {
	counter-reset: number 0;
}

.p-flow-item {
	position: relative;
	min-height: 61.33333vw;
}

.p-flow-item:before {
	content: counter(number);
	counter-increment: number 1;
	display: flex;
	position: absolute;
	top: -15px;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 10.66667vw;
	height: 10.66667vw;
	border-radius: 50%;
	background-color: #6c009a;
	color: #fff;
	font-size: 5.33333vw;
	font-weight: bold;
	text-align: center;
}

.p-flow-item:after {
	content: '';
	position: absolute;
	top: 10.93333vw;
	left: 5.06667vw;
	width: 0.26667vw;
	height: 42.66667vw;
	border-right: 0.53333vw dashed #6c009a;
}

.p-flow-item:last-of-type:after {
	content: none;
}

.p-flow-item dl {
	position: relative;
	padding: 8vw 5.33333vw 0 13.33333vw;
}

.p-flow-item dl:before {
	content: '';
	position: absolute;
	top: -8vw;
	right: 0;
	width: 26.66667vw;
	height: 29.33333vw;
	background: url(/img/img_flow_01.png) no-repeat;
	background-size: contain;
}

.p-flow-item dl dt {
	margin: 0 0 2.66667vw;
	font-size: 5.33333vw;
	font-weight: bold;
}

.p-flow-item dl dd {
	font-size: 4.26667vw;
	line-height: calc(26/16);
}

.p-flow-item:nth-child(2) dl:before {
	background: url(/img/img_flow_02.png) no-repeat;
	background-size: contain;
}

.p-flow-item:nth-child(3) dl:before {
	background: url(/img/img_flow_03.png) no-repeat;
	background-size: contain;
}

.p-flow-item:nth-child(4):after {
	height: 45.33333vw;
}

.p-flow-item:nth-child(4) dl:before {
	background: url(/img/img_flow_04.png) no-repeat;
	background-size: contain;
}

.p-flow-item:nth-child(5) dl:before {
	background: url(/img/img_flow_05.png) no-repeat;
	background-size: contain;
}

/* -----------------------------------------------------
 * Case
 * -------------------------------------------------- */

.p-case {
	margin: 0 0 16vw;
	background-color: #e6f3ff;
}

.p-case-inner {
	position: relative;
	padding: 5.33333vw 5.33333vw 46.66667vw;
}

.p-case-inner:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38.4vw;
}

.p-case-item .p-case-nam {
	display: block;
	margin: 0 0 2.66667vw;
	color: #6c009a;
	font-family: Roboto;
	font-size: 5.33333vw;
	font-weight: bold;
	line-height: calc(53/40);
}

.p-case-item .p-case-nam span {
	display: inline-block;
	margin: 0 0 0 2.13333vw;
	font-size: 13.33333vw;
	line-height: calc(82/62);
}

.p-case-item-text .p-case-title {
	margin: 0 0 5.33333vw;
	font-size: 5.6vw;
	line-height: calc(37/26);
}

.p-case-item-text p {
	font-size: 4.26667vw;
	line-height: calc(26/16);
}

.p-case-item-point {
	position: relative;
	margin: 16vw 0 0;
	padding: 5.33333vw;
	border-radius: 20px;
	background-color: #fff;
}

.p-case-item-point .p-case-point-text {
	margin: 0 0 5.33333vw;
	color: #6c009a;
	font-size: 6.66667vw;
	font-weight: bold;
}

.p-case-item-point:before {
	content: '';
	position: absolute;
	top: -13.33333vw;
	right: 5.33333vw;
	width: 26.66667vw;
	height: 28.53333vw;
}

.price .p-case-item-point:before {
	content: none;
}

.p-case.case_01 .p-case-inner:before {
	background: url(/img/ph_case_01.jpg) no-repeat;
	background-size: contain;
}

.p-case.case_01 .p-case-item-point:before {
	background: url(/img/img_case_01.png) no-repeat;
	background-size: contain;
}

.p-case.case_02 .p-case-inner:before {
	background: url(/img/ph_case_02.jpg) no-repeat;
	background-size: contain;
}

.p-case.case_02 .p-case-item-point:before {
	background: url(/img/img_case_02.png) no-repeat;
	background-size: contain;
}

.p-case.case_03 .p-case-inner:before {
	background: url(/img/ph_case_03.jpg) no-repeat;
	background-size: contain;
}

.p-case.case_03 .p-case-item-point:before {
	background: url(/img/img_case_03.png) no-repeat;
	background-size: contain;
}

.p-case.case_04 .p-case-inner:before {
	background: url(/img/ph_case_04.jpg) no-repeat;
	background-size: contain;
}

.p-case.case_04 .p-case-item-point:before {
	background: url(/img/img_case_04.png) no-repeat;
	background-size: contain;
}

.p-case.case_05 .p-case-inner:before {
	background: url(/img/ph_case_05.jpg) no-repeat;
	background-size: contain;
}

.p-case.case_05 .p-case-item-point:before {
	background: url(/img/img_case_05.png) no-repeat;
	background-size: contain;
}

/* -----------------------------------------------------
 * Price
 * -------------------------------------------------- */

.p-price-inner {
	margin: 0 0 32vw;
	padding: 0 2.66667vw;
}

.p-price-table .p-price-for-customers .heading {
	width: 100%;
	margin: 0 0 0.26667vw;
	padding: 4.26667vw 0;
	background-color: #454db2;
	color: #fff;
	font-size: 4.26667vw;
	text-align: center;
}

.p-price-table .p-price-for-customers-list {
	display: flex;
	margin: 0 0 4vw;
	padding: 0 0 8vw;
}

.p-price-table .p-price-for-customers-list li {
	position: relative;
	width: calc(100% / 3);
	margin: 0 1px 0 0;
	background-color: #e5e5fa;
}

.p-price-table .p-price-for-customers-list li:last-child {
	margin: 0;
}

.p-price-table .p-price-for-customers-list li:before {
	content: '';
	position: absolute;
	bottom: -7.73333vw;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 3.2vw 2.93333vw 0 2.93333vw;
	border-style: solid;
	border-color: #6c009a transparent transparent transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-price-table .p-price-for-customers-list li .p-case-item-point {
	min-width: inherit;
	margin: 0;
	padding: 5.33333vw 4vw;
	border-radius: 0;
	background-color: transparent;
}

.p-price-table .p-price-for-customers-list li .p-case-item-point .c-check-title {
	margin: 0 0 2.66667vw;
	font-size: 3.73333vw;
}

.p-price-table .p-price-for-customers-list li .p-case-item-point p {
	margin: 0 0 4vw;
	font-size: 3.73333vw;
	font-weight: bold;
}

.p-price-table table {
	width: 100%;
}

.p-price-table table thead th {
	padding: 5.33333vw;
	border-right: 0.26667vw solid #fff;
	background: #6c009a;
	color: #fff;
	font-size: 4.26667vw;
	font-weight: bold;
	text-align: center;
}

.p-price-table table thead th small {
	display: block;
	font-size: 3.73333vw;
	font-weight: bold;
}

.p-price-table table thead th:first-of-type {
	background: #e5e5fa;
	color: #242424;
}

.p-price-table table thead th:last-of-type {
	border-right: 0.26667vw solid #6c009a;
}

.p-price-table table tbody th,
.p-price-table table tbody td {
	padding: 5.33333vw;
	font-size: 4.26667vw;
	line-height: 1.5;
	line-height: 1.625;
	text-align: center;
	vertical-align: top;
}

.p-price-table table tbody th {
	width: 34.66667vw;
	border-top: 0.26667vw solid #fff;
	border-right: 0.26667vw solid #fff;
	background: #e5e5fa;
	font-weight: bold;
}

.p-price-table table tbody td {
	width: calc(80% / 3);
	border-top: 0.26667vw solid #e6e6e6;
	border-right: 0.26667vw solid #e6e6e6;
}

.p-price-table table tbody td .price {
	font-family: 'Roboto';
	font-size: 6.4vw;
	font-weight: bold;
}

.p-price-table table tbody td .price small {
	margin: 0 0 0 1.06667vw;
	font-family: 'Noto Sans JP', 'Roboto', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	font-size: 3.73333vw;
	font-weight: bold;
}

.p-price-table table tbody td .c-list {
	text-align: left;
}

.p-price-table table tbody tr:last-child th {
	border-bottom: 0.26667vw solid #e5e5fa;
}

.p-price-table table tbody tr:last-child td {
	border-bottom: 0.26667vw solid #e6e6e6;
}

.p-price-table table tbody .note {
	margin: 2.66667vw 0 0;
	padding: 3.2vw;
	background-color: #f5f5f5;
}

.p-price-table table tbody .note p {
	margin: 0 0 2.13333vw;
	font-size: 3.73333vw;
	text-align: left;
}

.p-price-table table tbody .note p:last-of-type {
	margin: 0;
}

/* -----------------------------------------------------
 * Faq
 * -------------------------------------------------- */

.p-fap-inner {
	margin: 16vw 0 32vw;
	padding: 0 2.66667vw;
}

.p-fap-list {
	margin: 0 0 5.33333vw;
	padding: 8vw;
	border-radius: 5.33333vw;
	background-color: #e6f3ff;
}

.p-fap-list:last-of-type {
	margin: 0;
}

.p-fap-list dt,
.p-fap-list dd {
	position: relative;
	padding: 0 0 0 10.66667vw;
	line-height: calc(26/16);
}

.p-fap-list dt:before,
.p-fap-list dd:before {
	position: absolute;
	top: -0.2em;
	left: 0;
	font-family: Roboto;
	font-size: 8vw;
	font-weight: bold;
}

.p-fap-list dt {
	position: relative;
	margin: 0 0 5.33333vw;
	font-size: 4.8vw;
	font-weight: bold;
}

.p-fap-list dt:before {
	content: 'Q';
	color: #6c009a;
}

.p-fap-list dd {
	position: relative;
	font-size: 4.26667vw;
}

.p-fap-list dd:before {
	content: 'A';
	color: #ee82ee;
}

/* -----------------------------------------------------
 * Term
 * -------------------------------------------------- */

.l-term p {
	margin-top: 1em;
	font-size: 2.93333vw;
	line-height: calc(37 / 22);
}

.l-term p:last-child {
	margin-top: 3em;
}

.l-term dl {
	margin-top: 1em;
	font-size: 2.93333vw;
	line-height: calc(37 / 22);
}

.l-term dl dt {
	margin-top: 0.5em;
}

.l-term dl dd {
	margin-left: 5.33333vw;
}

.l-term ol {
	margin-top: 1em;
	margin-left: 2em;
	font-size: 2.93333vw;
}

.l-term ol.sub {
	list-style-type: none;
	margin-top: 0.5em;
	margin-left: 0z;
}

.l-term ol.sub li {
	counter-increment: cnt;
	margin-top: 0.5em;
}

.l-term ol.sub li:before {
	content: '(' counter(cnt) ') ';
	display: inline-block;
	width: 2em;
	margin-left: -2em;
}

.l-term ol li {
	margin-top: 1em;
	line-height: calc(37 / 22);
}

/* -----------------------------------------------------
 * Spec
 * -------------------------------------------------- */

.l-spec table {
	width: 100%;
	margin-top: 5.33333vw;
	border: 1px solid #ccc;
	font-size: 3.73333vw;
}

.l-spec table ~ p {
	margin-top: 2em;
	font-size: 2.93333vw;
}

.l-spec table thead {
	background: #ccc;
}

.l-spec table thead th {
	padding: 2.66667vw;
	border-left: 1px solid #fff;
	font-weight: bold;
}

.l-spec table thead th:first-child {
	border-left: 1px solid #ccc;
}

.l-spec table thead th:nth-child(2) {
	border-bottom: 1px solid #fff;
}

.l-spec table thead th:last-child {
	border-right: 1px solid #ccc;
}

.l-spec table tbody th {
	width: 25%;
	padding: 2.66667vw;
	border: 1px solid #ccc;
	font-weight: bold;
}

.l-spec table tbody td {
	padding: 2.66667vw;
	border: 1px solid #ccc;
}

.l-spec ol {
	margin-top: 2em;
	margin-left: 2em;
	font-size: 3.2vw;
}

.l-spec ol li {
	margin-top: 0.5em;
}

/* -----------------------------------------------------
 * Privacy
 * -------------------------------------------------- */

.l-privacy p,
.l-privacy address {
	margin-top: 2em;
	font-size: 2.93333vw;
	font-style: normal;
	line-height: 1.7;
}

.l-privacy address a {
	color: #6c009a;
}

/* -----------------------------------------------------
 * Support
 * -------------------------------------------------- */

.l-support-nav {
	padding: 4.66667vw;
	border-top: 0.26667vw solid #ccc;
	border-bottom: 0.26667vw solid #ccc;
}

.l-support-nav li {
	position: relative;
	margin-top: 5.33333vw;
	padding-left: 5.33333vw;
	font-size: 2.93333vw;
}

.l-support-nav li:before {
	content: '';
	display: block;
	position: absolute;
	top: 1.33333vw;
	left: 0;
	width: 2.26667vw;
	height: 1.33333vw;
	background: url(/img/ico_arrow_03.svg) no-repeat 0 0;
	background-size: contain;
}

.l-support-nav li:first-child {
	margin-top: 0;
}

.l-support-nav a {
	color: #000;
	text-decoration: none;
}

.l-support-info ul {
	margin-top: 8.66667vw;
	padding: 0 5.33333vw;
	background: #f5f5f5;
	font-size: 3.2vw;
}

.l-support-info li {
	padding-top: 5.33333vw;
	padding-bottom: 5.33333vw;
	border-top: 1px dashed #ccc;
	line-height: 1.6;
}

.l-support-info li:first-child {
	border: none;
}

.l-support-info li .date {
	display: block;
}

.l-support-info li .text {
	display: block;
}

.l-support-faq .faq {
	margin-top: 8.66667vw;
	border-bottom: 0.26667vw solid #ccc;
}

.l-support-faq .faq li {
	border-top: 0.26667vw solid #ccc;
}

.l-support-faq .faq li .question {
	display: block;
	position: relative;
	padding: 4vw 10.66667vw 4vw 16vw;
	font-size: 3.73333vw;
	font-weight: bold;
	line-height: 1.3;
}

.l-support-faq .faq li .question:before {
	content: '';
	display: block;
	position: absolute;
	top: 3.33333vw;
	left: 3.33333vw;
	width: 10.66667vw;
	height: 10.66667vw;
	background: url(/img/ico_faq_q.svg) no-repeat 0 0;
	background-size: contain;
}

.l-support-faq .faq li .question:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 3.33333vw;
	width: 6.4vw;
	height: 6.4vw;
	background: url(/img/ico_ac_01.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.l-support-faq .faq li.is-active .question:after {
	background-image: url(/img/ico_ac_02.svg);
}

.l-support-faq .faq li .answer {
	position: relative;
	margin: 0 0 1.33333vw;
	padding: 6.66667vw 4vw 4vw 16vw;
	background: #fff0ff;
	font-size: 2.93333vw;
	line-height: 1.5;
}

.l-support-faq .faq li .answer:before {
	content: '';
	display: block;
	position: absolute;
	top: 3.33333vw;
	left: 3.33333vw;
	width: 10.66667vw;
	height: 10.66667vw;
	background: url(/img/ico_faq_a.svg) no-repeat 0 0;
	background-size: contain;
}

.l-support-contact {
	margin-top: 12vw;
	padding: 5.33333vw;
	background: #fff0ff;
	text-align: center;
}

.l-support-contact .mod-heading3 {
	margin-top: 0;
}

.l-support-contact p {
	margin-top: 4vw;
	margin-bottom: 4vw;
	font-size: 3.2vw;
	line-height: 2;
}

/* -----------------------------------------------------
 * Contact
 * -------------------------------------------------- */

.l-form .lead {
	margin: 0 0 40px;
	line-height: 1.7;
	text-align: center;
}

.p-contact-section {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.p-contact-section h2 {
	margin: 0 0 40px;
	font-size: 2.0rem;
	font-weight: bold;
}

.p-contact-section p {
	margin: 0 0 20px;
	line-height: 2.25;
}

.p-contact-section .p-btn {
	margin: 50px 0 0;
}

/* -----------------------------------------------------
 * Download
 * -------------------------------------------------- */

.p-download-wrap {
	padding-top: 10.66667vw;
	padding-bottom: 10.66667vw;
	background-color: #e6f3ff;
}

.p-download-container {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-inline: 2.66667vw;
}

.p-download-container h3 {
	font-size: 5.86667vw;
	font-weight: 700;
}

.p-download-container .p-download-lead {
	margin-top: 10.66667vw;
	font-size: 4.26667vw;
	line-height: calc(32 / 16);
	text-align: left;
}

.p-download-select {
	display: grid;
	margin-top: 10.66667vw;
	grid-template-columns: 1fr;
	gap: 10.66667vw;
}

.p-download-box h4 {
	font-size: 5.6vw;
	font-weight: 700;
}

.p-download-box figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
}

.p-download-box span {
	display: inline-block;
	color: #ff9300;
	font-size: 3.46667vw;
	font-weight: 700;
	text-align: left;
}

.p-download-box p {
	margin-top: 2.66667vw;
	text-align: left;
}

.p-download-btn .c-btn-gradation {
	width: 100%;
	height: 16vw;
	padding: 1.06667vw;
	border-radius: 13.33333vw;
	background: linear-gradient(to right, #ee82ee, #9400d3);
}

.p-download-btn .c-btn-gradation a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 13.86667vw;
	padding: 4vw 0 5.06667vw;
	border-radius: 13.33333vw;
	background-color: #e6f3ff;
	color: #242424;
	font-size: 4.26667vw;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.p-download-btn .c-btn-gradation a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5.86667vw;
	width: 3.73333vw;
	height: 4.8vw;
	background: transparent url('/img/ico_arrow_05.svg') no-repeat center center/contain;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-download-btn .c-btn-gradation a span {
	display: inline-block;
	position: absolute;
	top: 50%;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-download-btn .c-btn-gradation.is-active a {
	background: linear-gradient(to right, #ee82ee, #9400d3);
	color: #fff;
}

.p-download-btn .c-btn-gradation.is-active a::after {
	background: transparent url('/img/ico_arrow_04.svg') no-repeat center center/contain;
}

.p-download-btn .c-btn-gradation.is-active a span {
	border: 1.6vw solid #fff;
	background-color: #6c009a;
}

.p-download-form-wrap {
	display: none;
	text-align: center;
}

.p-download-form-wrap.is-active {
	display: block;
}

.p-download-form-wrap .l-form .l-form-inner {
	max-width: 100%;
	margin: 0 auto;
	background-color: transparent;
	text-align: center;
	padding-inline: 2.66667vw;
}

.p-download-form-wrap .l-form .l-form-inner.is-active {
	position: relative;
}

.p-download-form-wrap .l-form .l-form-inner.is-active::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 1001px) {
	body.is-menu-open {
		overflow: visible;
	}

	.c-btn:before {
		right: 10px;
		width: 12px;
		height: 12px;
	}

	.c-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 235px;
		min-width: 235px;
		height: 60px;
		padding: 18px 0;
		border: 3px solid #ee82ee;
		font-size: 1.6rem;
		transition: all 0.3s ease-in-out;
	}

	.c-btn:hover {
		background-color: #ee82ee;
		color: #fff;
	}

	.c-btn:hover:before {
		background: url(/img/ico_arrow_04.svg) no-repeat 0 0;
	}

	.c-btn-blue:before {
		right: 10px;
		width: 12px;
		height: 12px;
	}

	.c-btn-blue {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 300px;
		min-width: 235px;
		height: 60px;
		padding: 18px 0;
		font-size: 1.6rem;
		transition: background-position 0.3s ease-in-out;
	}

	.c-btn-blue:hover {
		background-position: 0 100%;
	}

	.c-btn-blue.contact {
		width: 340px;
	}

	.c-btn-blue.download.icon:before {
		right: 20px;
		width: 1.6rem;
		height: 1.6rem;
	}

	.c-btn-blue.download {
		width: 340px;
		margin: 3rem auto 0;
	}

	.l-title {
		padding: 40px 0;
		border-bottom: 1px solid #e6e6e6;
	}

	.l-title h1 {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 10px;
		font-size: 3.6rem;
	}

	.l-contact {
		padding: 80px 0;
	}

	.l-contact-inner {
		display: flex;
		justify-content: center;
		max-width: 1140;
		padding: 0 10px;
	}

	.l-contact section {
		margin-top: 0;
	}

	.l-contact section.tel-contact {
		margin-right: 80px;
	}

	.l-contact section h3 {
		font-size: 1.6rem;
	}

	.l-contact section p {
		padding-left: 80px;
		background-size: 72px auto;
	}

	.l-contact section p a {
		cursor: default;
		font-size: 4.1rem;
		pointer-events: none;
	}

	.l-contact section p span {
		font-size: 1.7rem;
	}

	.slide-items li img {
		border-radius: 20px;
	}

	.slide-items li p {
		margin: 20px 0 0;
		font-size: 1.8rem;
	}

	.slide-arrow {
		top: calc(50% - 35px);
	}

	.prev-arrow {
		left: 31vw;
	}

	.next-arrow {
		right: 31vw;
	}

	.is-pc-hide {
		display: none !important;
	}

	.is-pc-show {
		display: block !important;
	}

	.is-br-pc-show {
		display: inline-block !important;
	}

	.check-media {
		display: none;
	}

	.mod-heading-en {
		font-size: 2.6rem;
	}

	.c-heading1 {
		margin: 0 0 60px;
		font-size: 3.2rem;
		line-height: calc(50/32);
	}

	.c-heading1 span {
		font-size: 5.4rem;
	}

	.mod-heading2 {
		margin: 80px 0 0;
		font-size: 2.0rem;
	}

	.mod-heading3 {
		margin-top: 60px;
		font-size: 2.4rem;
	}

	.mod-heading4 {
		margin-top: 40px;
		padding: 15px;
		font-size: 2.0rem;
	}

	.p-lead {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 390px;
		margin: 0 0 70px;
		padding: 0;
	}

	.p-lead.p-lead-white {
		padding: 60px 0;
	}

	.p-lead.p-lead-white p {
		font-size: 1.6rem;
	}

	.p-lead-container {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		max-width: 1120px;
		margin: 0 auto;
	}

	.p-lead-container figure {
		max-width: 460px;
		margin: 0 66px 0 0;
	}

	.p-lead-container .p-lead-text {
		font-size: 1.8rem;
		line-height: calc(37/18);
	}

	.feature .p-lead-container .p-lead-title {
		min-width: 480px;
		margin: 0 70px 0 0;
		font-size: 3.4rem;
	}

	.function .p-lead-container .p-lead-title {
		min-width: 356px;
		margin: 0 170px 0 0;
		font-size: 7.5rem;
	}

	.function .p-lead-container .p-lead-title span {
		margin: -10px 0 0;
		font-size: 2.6rem;
	}

	.p-lead-white .p-lead-container {
		max-width: 1000px;
	}

	.p-lead.download {
		min-height: 600px;
	}

	.c-check-title {
		margin: 0 0 12px;
		padding: 0 0 0 28px;
		font-size: 1.8rem;
	}

	.c-check-title:before {
		width: 18px;
		height: 13px;
	}

	.c-list > li {
		margin: 0 0 10px;
		padding: 0 0 0 17px;
	}

	.c-list > li:before {
		top: -4px;
		left: 3px;
		font-size: 1.8rem;
	}

	.l-footer-inner {
		display: flex;
		max-width: 1120px;
		margin: 0 auto;
		padding: 80px 10px;
		text-align: left;
	}

	.l-footer-left {
		width: 50%;
	}

	.l-footer-company {
		height: 64px;
		padding-top: 20px;
		padding-left: 110px;
		background-size: 95px auto;
		font-size: 1.5rem;
	}

	.l-footer-address {
		margin-top: 40px;
		font-size: 1.4rem;
	}

	.l-footer-right {
		width: 50%;
	}

	.l-footer-sns {
		margin-top: 40px;
		text-align: right;
	}

	.l-footer-sns li {
		margin-right: 0;
		margin-left: 10px;
	}

	.l-footer-sns li a {
		transition: opacity 0.3s;
	}

	.l-footer-sns li a:hover {
		opacity: 0.7;
	}

	.l-footer-sns li img {
		width: 50px;
		height: auto;
	}

	.l-footer-nav {
		display: flex;
		justify-content: flex-end;
		margin: 40px 0 0;
		font-size: 1.4rem;
		text-align: left;
	}

	.l-footer-nav li {
		margin: 0 0 0 30px;
	}

	.l-footer-copyright {
		margin: 40px 0 0;
		font-size: 1.2rem;
		text-align: right;
	}

	.l-footer-bottom {
		min-height: 0;
		padding: 60px 0 40px 0;
	}

	.l-footer-bottom-inner {
		padding: 0;
	}

	.p-footer-content {
		display: flex;
		justify-content: space-between;
		max-width: 1360px;
		margin: 0 auto;
		padding: 0 30px;
	}

	.p-footer-info {
		margin: 0 20px 0 0;
	}

	.p-footer-nav ul {
		flex-wrap: nowrap;
		justify-content: flex-start;
		max-width: inherit;
		margin: 0 auto;
	}

	.p-footer-nav ul > :nth-child(2n) {
		margin-left: 0;
	}

	.p-footer-nav ul > :nth-child(n+3) {
		margin-top: 0;
	}

	.p-footer-nav ul li {
		max-width: 220px;
		margin: 0 20px 0 0;
		transition: all 0.4s ease-in-out;
	}

	.p-footer-nav ul li:hover {
		box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	}

	.p-footer-nav ul li:last-of-type {
		margin: 0;
	}

	.p-footer-nav ul li .c-card-text {
		font-size: 1.4rem;
	}

	.p-footer-nav ul li .c-card-text span {
		font-size: 1.2rem;
	}

	.p-footer-copyright {
		margin: 60px 0 0;
	}

	.mod-pagetop a {
		width: 60px;
		padding-top: 60px;
		background-size: 60px auto;
		transition: all 0.3s;
	}

	.mod-pagetop a:hover {
		opacity: 0.7;
	}

	.mod-pagetop {
		right: 10px;
		bottom: 20px;
	}

	.is-pagetop-fixed .mod-pagetop {
		top: -30px;
	}

	.l-breadcrumbs {
		padding: 10px 0 0;
	}

	.l-breadcrumbs ol {
		max-width: 1120px;
		margin: 0 auto;
	}

	.l-breadcrumbs ol li {
		margin: 0 0 0 26px;
		font-size: 1.2rem;
	}

	.l-breadcrumbs ol li:before {
		top: 5px;
		left: -14px;
		width: 5px;
		height: 8px;
	}

	.l-main-inner {
		max-width: 1120px;
		margin: 50px auto;
		padding: 0 10px;
	}

	.p-hero {
		padding: 120px 0 0;
	}

	.p-hero-inner {
		max-width: 1120px;
		min-height: 580px;
		margin: 0 auto;
	}

	.p-hero-message {
		max-width: 544px;
	}

	.p-hero-title {
		max-width: 572px;
		padding: 0;
	}

	.p-hero-title h1 {
		height: 171px;
	}

	.p-hero-title-sub {
		margin: 10px 0 30px;
		font-size: 2.6rem;
	}

	.p-hero-title-demo {
		margin: 10px 0 20px;
		font-size: 2.0rem;
	}

	.p-hero-btn {
		display: flex;
		max-width: 480px;
	}

	.p-hero-btn a.c-btn-blue {
		margin: 0 10px 0 0;
	}

	.p-hero-btn a.c-btn-blue:last-of-type {
		margin: 0;
	}

	.p-hero-demo {
		max-width: 480px;
		margin: 10px 0 0;
	}

	.p-hero-demo p {
		margin: 10px 0 0;
		font-size: 1.2rem;
	}

	.p-hero-demo p span {
		margin: 10px 0 0;
	}

	.l-home-value .c-heading1 {
		margin: 0 0 100px;
	}

	.l-home-value-list {
		display: flex;
		justify-content: space-between;
		max-width: 1120px;
		padding: 80px 20px;
	}

	.l-home-value-item {
		width: calc((100% - 150px) / 3);
		margin: 0;
		padding: 0;
	}

	.l-home-value-item .l-home-value-num {
		top: -155px;
		font-size: 120px;
	}

	.l-home-value-item .l-home-value-title {
		margin: 0 0 35px;
		font-size: 2.4rem;
	}

	.l-home-value-item .l-home-value-img {
		width: 323px;
		height: 213px;
		margin: 0 0 20px;
	}

	.l-home-value-item .l-home-value-text {
		margin: 0 0 30px;
		font-size: 1.6rem;
	}

	.l-section {
		max-width: 1120px;
		margin: 0 auto;
	}

	.p-merit {
		padding: 60px 0 80px;
	}

	.p-merit-inner {
		margin: 0 0 50px;
	}

	.p-merit-item {
		width: calc(100% / 6 - 100px / 6);
		margin: 0 20px 0 0;
	}

	.p-merit-item:last-of-type {
		margin: 0;
	}

	.p-merit-item-img {
		max-width: 170px;
		height: 155px;
	}

	.p-merit-item-title {
		margin: 0 0 20px;
		font-size: 1.7rem;
	}

	.p-merit-item-text {
		font-size: 1.5rem;
	}

	.p-service {
		padding: 80px 0;
	}

	.p-service-inner {
		display: flex;
		max-width: 1120px;
		margin: 0 auto;
	}

	.p-service-contents {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.p-service-contents-text {
		min-width: 500px;
		max-width: 500px;
		margin: 0 60px 0 0;
	}

	.p-service-contents-text p {
		margin: 0 0 60px;
		font-size: 1.6rem;
	}

	.p-service-contents-text .c-btn {
		margin: 0 auto 0 0;
	}

	.p-service-contents-img {
		max-width: 560px;
		margin: 0;
	}

	.p-price-faq {
		max-width: 1120px;
		margin: 120px auto 40px;
		padding: 0 20px;
	}

	.p-price-faq-list {
		display: flex;
	}

	.p-price-faq-list .c-price-faq-item {
		width: calc(100% / 2 - 40px / 2);
		padding: 40px 0 30px;
	}

	.p-price-faq-list .c-price-faq-item:first-of-type {
		margin: 0 40px 0 0;
	}

	.p-price-faq-list .c-price-faq-item .c-heading1 {
		margin: 0 0 30px;
	}

	.p-price-faq-list .c-price-faq-item p {
		font-size: 1.6rem;
	}

	.p-contact {
		margin: 100px 0 80px;
	}

	.p-contact .p-demo-inner {
		flex-direction: row;
		justify-content: center;
		min-height: 500px;
		margin: 110px 0 0;
		gap: 0 100px;
	}

	.p-contact .p-demo-inner .p-demo-box {
		top: -60px;
		min-width: 420px;
	}

	.p-contact .p-demo-inner .p-demo-box figure {
		max-width: 310px;
	}

	.p-contact .p-demo-inner .p-demo-box .p-demo-title {
		margin: 30px 0 10px;
		font-size: 2.0rem;
	}

	.p-contact .p-demo-inner .p-demo-box .p-demo-text {
		margin: 20px 0 0;
		text-align: center;
	}

	.p-contact .p-demo-inner .p-demo-box .p-demo-text.bg {
		padding: 20px;
		border-radius: 8px;
	}

	.p-contact .p-demo-inner .p-demo-box p {
		font-size: 1.2rem;
	}

	.p-contact-inner {
		padding: 70px 30px 0;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 5rem;
	}

	.p-contact-box-inner {
		padding: 40px 0 30px;
	}

	.p-contact-box:first-of-type:before {
		top: -100px;
		left: -34px;
		width: 192px;
		height: 150px;
	}

	.p-contact-box:last-of-type .p-contact-box-inner {
		padding: 40px 0 52px;
	}

	.p-contact-box .c-heading1 {
		margin: 0 0 30px;
		padding: 0 0 20px;
	}

	.p-contact-box .c-heading1:before {
		width: 40px;
		height: 4px;
	}

	.p-contact-box h3.p-contact-title {
		margin: 0 0 20px;
		font-size: 2.0rem;
	}

	.p-contact-box .p-demo-btn {
		display: flex;
		justify-content: center;
	}

	.p-contact-box .p-demo-btn .c-btn-blue {
		margin: 0;
	}

	.p-contact-box .p-demo-btn .c-btn-blue:first-of-type {
		margin: 0 10px 0 0;
	}

	.p-contact-box p {
		margin: 20px 0 0;
		padding: 20px 0;
		font-size: 1.2rem;
		text-align: center;
	}

	.p-contact-box .p-demo-text {
		max-width: 480px;
	}

	.p-common-case {
		padding: 80px 0;
	}

	.p-common-case:before {
		top: -50px;
		right: 70px;
		width: 267px;
		height: 200px;
	}

	.p-common-case-inner {
		margin: 60px 0;
	}

	.p-common-case .block-home-case .txt-case > ul:nth-of-type(1) {
		margin-top: 0;
	}

	.p-common-case .block-home-case .txt-case > ul {
		float: left;
		margin: 0 30px 0 0;
		font-size: 1.4rem;
	}

	.p-common-case .block-home-case .txt-case > ul li {
		margin-top: 10px;
	}

	.p-common-case .block-home-case .txt-case > ul li ul {
		margin-left: 25px;
	}

	.p-common-case .item {
		position: relative;
		overflow: hidden;
		max-width: 1120px;
		min-height: 450px;
		margin: 9px auto 60px;
		padding: 0 0 60px;
		border-width: 1px;
	}

	.p-common-case .item:nth-of-type(odd) {
		padding-left: 600px;
	}

	.p-common-case .item:nth-of-type(odd) figure {
		left: 0;
	}

	.p-common-case .item:nth-of-type(even) {
		padding-right: 600px;
	}

	.p-common-case .item:nth-of-type(even) figure {
		right: 0;
	}

	.p-common-case .item.u-height-520 {
		min-height: 520px;
	}

	.p-common-case .item h3 {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}

	.p-common-case .item figure {
		position: absolute;
		top: 0;
		width: 100%;
		max-width: 500px;
	}

	.p-common-case .item p {
		margin: 20px 0 50px;
		font-size: 1.4rem;
		line-height: 2.2;
	}

	.p-common-case .item > ul:nth-of-type(1) {
		margin-top: 0;
	}

	.p-common-case .item > ul {
		float: left;
		margin: 0 30px 0 0;
		font-size: 1.4rem;
	}

	.p-common-case .item > ul li {
		margin-top: 10px;
	}

	.p-common-case .item > ul li ul {
		margin-left: 25px;
	}

	.l-home-voice {
		padding: 60px 0 0;
		background-image: url(/img/bg_voice_pc.jpg);
	}

	.l-home-voice-inner {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 10px;
	}

	.l-home-voice .list-voice {
		flex-direction: row;
		justify-content: space-between;
	}

	.l-home-voice .list-voice li {
		width: 340px;
		margin-right: 1em;
		color: #000 !important;
	}

	.l-home-voice .list-voice .comment {
		min-height: 275px;
		margin-bottom: 25px;
		padding: 45px 30px;
		border-radius: 10px;
		font-size: 1.4rem;
		-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
	}

	.l-home-voice .list-voice .comment:after {
		bottom: -20px;
		border-width: 40px 20px 0;
	}

	.l-home-voice .list-voice .user {
		margin: 0;
		padding-top: 120px;
		color: #000;
		font-size: 1.4rem;
	}

	.l-home-voice .list-voice .user:before {
		top: 10px;
		width: 88px;
		height: 101px;
	}

	.l-home-price {
		max-width: 1120px;
		margin: 0 auto;
		padding: 80px 0;
	}

	.l-home-price .lead {
		margin-bottom: 60px;
		font-size: 1.4rem;
	}

	.l-price-table {
		padding: 0 10px;
	}

	.l-price-table .unit-price-data {
		min-width: 1120px;
	}

	.l-price-table .unit-price-data thead tr th {
		padding: 30px 0;
		font-size: 2.2rem;
	}

	.l-price-table .unit-price-data thead tr th span {
		font-size: 1.4rem;
	}

	.l-price-table tbody td {
		padding: 23px 13px;
		font-size: 1.4rem;
	}

	.l-home-demo {
		padding: 80px 0;
		background: transparent linear-gradient(248deg, #ee82ee 0%, #9400d3 100%) 0 0 no-repeat padding-box;
	}

	.l-home-demo-inner {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 10px;
	}

	.l-home-demo p {
		font-size: 1.4rem;
		line-height: 2.2;
	}

	.l-home-demo .btns {
		display: flex;
		justify-content: center;
		margin: 30px 0 0;
	}

	.l-home-demo .btns li {
		margin-top: 0;
	}

	.l-home-demo .btns li:first-child {
		margin-right: 80px;
	}

	.l-home-contact {
		padding: 80px 0;
	}

	.l-home-contact-inner {
		display: flex;
		justify-content: center;
		max-width: 1120;
		padding: 0 10px;
	}

	.l-home-contact section {
		margin-top: 0;
	}

	.l-home-contact section.tel-contact {
		margin-right: 80px;
	}

	.l-home-contact section h3 {
		font-size: 1.6rem;
	}

	.l-home-contact section p {
		padding-left: 80px;
		background-size: 72px auto;
	}

	.l-home-contact section p a {
		cursor: default;
		font-size: 4.1rem;
		pointer-events: none;
	}

	.l-home-contact section p span {
		font-size: 1.7rem;
	}

	.l-about {
		margin: 0 0 75px;
		padding: 0;
	}

	.l-about-inner {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 10px;
	}

	.l-about h2.c-heading1 {
		margin: 20px 0 60px;
		font-size: 3.3rem;
		text-align: center;
	}

	.l-about .p-about-description {
		margin: 20px 0 60px;
		font-size: 1.8rem;
		text-align: center;
	}

	.l-about figure {
		max-width: 892px;
		margin: 0 auto 30px;
	}

	.l-about figure.img-large {
		max-width: 1082px;
	}

	.p-value-list {
		max-width: 1120px;
	}

	.p-value-item {
		width: 100%;
		margin: 0 0 30px;
		padding: 30px 60px 60px;
	}

	.p-value-item-inner {
		display: flex;
		align-items: flex-end;
	}

	.reverse .p-value-item-inner {
		flex-direction: row-reverse;
	}

	.p-value-item-message {
		min-width: 480px;
		max-width: 480px;
		margin: 0 70px 0 0;
	}

	.reverse .p-value-item-message {
		margin: 0;
	}

	.p-value-item-message .p-value-title {
		display: flex;
		align-items: center;
		margin: 0 0 30px;
		font-size: 2.4rem;
		text-align: left;
	}

	.p-value-item-message .p-value-title span {
		margin: 0 20px 0 0;
		font-size: 86px;
	}

	.p-value-item-message .p-value-text {
		max-width: 460px;
		margin: 0;
		font-size: 1.6rem;
	}

	.p-value-item-img {
		max-width: 420px;
	}

	.reverse .p-value-item-img {
		margin: 0 70px 0 0;
	}

	.p-value-item-list {
		margin: 60px 0 0;
	}

	.p-value-item-list .list-others-wrap {
		width: 190px;
		height: 644px;
		margin: 0 4px 0 0;
	}

	.p-value-item-list .list-others-wrap .list-others {
		width: 190px;
		height: 100px;
	}

	.p-value-item-list .list-others-wrap .list-others dt,
  .p-value-item-list .list-others-wrap .list-others dd {
		width: 190px;
		height: 100px;
		margin: 0 0 4px;
	}

	.p-value-item-list .list-others-wrap .list-others dt {
		font-size: 2.0rem;
	}

	.p-value-item-list .list-others-wrap .list-others dt small {
		margin: 7px 0 0;
		font-size: 1.2rem;
	}

	.p-value-item-list .list-others-wrap .list-others dd {
		margin-top: 4px;
		padding: 15px 0 18px;
		font-size: 1.2rem;
	}

	.p-value-item-list .list-others-wrap .list-others dd .list-icon {
		height: 47px;
	}

	.p-value-item-list .list-others-wrap .list-others dd img {
		width: 20px;
		height: 20px;
	}

	.p-value-item-list .list-others-wrap .list-others dd:last-of-type {
		height: 120px;
	}

	.p-value-item-list .list-others-wrap .list-others.list-title {
		top: 104px;
	}

	.p-value-item-list .list-others-wrap .list-others.list-title dt {
		font-size: 1.6rem;
	}

	.p-value-item-list .list-others-wrap .list-others.list-title dt:last-of-type {
		height: 120px;
	}

	.p-value-item-list .list-manualive-wrap {
		width: 224px;
		height: 644px;
	}

	.p-value-item-list .list-manualive-wrap .list-manualive {
		top: 4px;
		left: 4px;
		width: 216px;
	}

	.p-value-item-list .list-manualive-wrap .list-manualive dt {
		height: 96px;
	}

	.p-value-item-list .list-manualive-wrap .list-manualive dt:before {
		width: 193px;
		height: 40px;
	}

	.p-value-item-list .list-manualive-wrap .list-manualive dd {
		width: 216px;
		height: 100px;
		margin-top: 4px;
		padding: 15px 0 18px;
		font-size: 1.2rem;
	}

	.p-value-item-list .list-manualive-wrap .list-manualive dd .list-icon {
		height: 40px;
	}

	.p-value-item-list .list-manualive-wrap .list-manualive dd img {
		width: 20px;
		height: 20px;
	}

	.p-value-item-list .list-manualive-wrap .list-manualive dd:last-of-type {
		height: 120px;
	}

	.p-function {
		margin: 0;
		padding: 80px 0;
	}

	.p-function-inner {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 10px;
	}

	.p-function-item {
		margin: 0 0 80px;
	}

	.p-function-item-inner {
		display: flex;
	}

	.p-function-item-inner .c-btn {
		margin: 40px auto 0 0;
	}

	.p-function-item-message {
		min-width: 540px;
		max-width: 540px;
		margin: 0 40px 0 0;
	}

	.p-function-item-message .p-function-box {
		margin: 40px 0 0;
	}

	.p-function-item-message .p-function-title {
		display: flex;
		align-items: center;
		margin: 0 0 20px;
		font-size: 2.4rem;
		text-align: left;
	}

	.p-function-item-message .p-function-text {
		margin: 0;
		font-size: 1.6rem;
	}

	.p-function-item-img {
		margin: 0;
	}

	.p-function-item-img img {
		box-shadow: 0 0 36px rgba(0, 0, 0, 0.2);
	}

	.p-function-item-img-wrap {
		margin: 0;
	}

	.p-function-item-img-wrap .p-function-item-img {
		margin: 30px 0 0;
	}

	.p-function-item-img-wrap .p-function-item-img:first-of-type {
		margin: 0;
	}

	.p-view {
		padding: 80px 0 40px;
	}

	.p-view-inner {
		display: flex;
		max-width: 1120px;
		margin: 0 auto;
	}

	.p-view-inner .p-view-list {
		display: flex;
		flex-wrap: wrap;
	}

	.p-view-inner .p-view-list .p-view-item:before {
		top: -20px;
		right: 40px;
		width: 130px;
		height: 135px;
	}

	.p-view-inner .p-view-list .p-view-item-img {
		margin: 20px 0 0;
	}

	.p-view-inner .p-view-list .p-view-item {
		max-width: 540px;
		margin: 0 40px 40px 0;
		padding: 50px 40px;
	}

	.p-view-inner .p-view-list .p-view-item:nth-of-type(2n) {
		margin: 0 0 40px;
	}

	.p-view-inner .p-view-list .p-view-item h3 {
		margin: 0 0 40px;
		font-size: 2.0rem;
	}

	.p-view-inner .p-view-list .p-view-item p {
		font-size: 1.6rem;
	}

	.p-option {
		padding: 80px 0;
	}

	.p-option-inner {
		display: flex;
		max-width: 1120px;
		margin: 0 auto;
	}

	.p-option-inner .p-option-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 5rem;
	}

	.p-option-inner .p-option-list .p-option-item p {
		margin: 20px 0 0;
		font-size: 1.6rem;
	}

	.p-flow {
		margin: 40px 0;
	}

	.p-flow-inner {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0;
	}

	.p-flow-item {
		min-height: 171px;
		padding: 0 0 0 106px;
	}

	.p-flow-item:before {
		width: 66px;
		height: 66px;
		font-size: 3.0rem;
	}

	.p-flow-item:after {
		top: 62px;
		left: 32px;
		width: 1px;
		height: 82px;
		border-right: 2px dashed #6c009a;
	}

	.p-flow-item dl {
		padding: 0;
	}

	.p-flow-item dl:before {
		top: 0;
		width: 160px;
		height: 170px;
	}

	.p-flow-item dl dt {
		margin: 0 0 10px;
		font-size: 2.4rem;
	}

	.p-flow-item dl dd {
		max-width: 640px;
		font-size: 1.6rem;
	}

	.p-flow-item:nth-child(4) {
		min-height: 197px;
	}

	.p-flow-item:nth-child(4):after {
		height: 110px;
	}

	.p-case {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 350px;
	}

	.p-case-inner {
		max-width: 1120px;
		margin: 0 auto;
		padding: 55px 60px 220px;
	}

	.p-case-inner:before {
		bottom: -270px;
		height: 430px;
		border-radius: 20px;
	}

	.p-case-item .p-case-nam {
		margin: 0 0 20px;
		font-size: 4.0rem;
	}

	.p-case-item .p-case-nam span {
		margin: 0 0 0 8px;
		font-size: 6.2rem;
	}

	.p-case-item-inner {
		display: flex;
		align-items: flex-start;
	}

	.p-case-item-text .p-case-title {
		margin: 0 0 30px;
		font-size: 2.6rem;
	}

	.p-case-item-text p {
		font-size: 1.6rem;
	}

	.p-case-item-point {
		min-width: 480px;
		margin: 0 0 0 40px;
		padding: 30px 35px 40px;
	}

	.p-case-item-point .p-case-point-text {
		margin: 0 0 20px;
		font-size: 2.7rem;
	}

	.p-case-item-point:before {
		top: -100px;
		right: -60px;
		width: 186px;
		height: 200px;
	}

	.p-case.case_02 .p-case-item-point:before {
		top: -85px;
	}

	.p-case.case_04 .p-case-item-point:before {
		top: -118px;
	}

	.p-case.case_05 .p-case-item-point:before {
		top: -113px;
	}

	.p-price-inner {
		max-width: 1000px;
		margin: 0 auto 130px;
		padding: 0;
	}

	.p-price-table .p-price-for-customers {
		max-width: 80%;
		margin: 0 0 0 auto;
	}

	.p-price-table .p-price-for-customers .heading {
		margin: 0 0 1px;
		padding: 16px 0;
		font-size: 1.6rem;
	}

	.p-price-table .p-price-for-customers-list {
		margin: 0 0 15px;
		padding: 0 0 27px;
	}

	.p-price-table .p-price-for-customers-list li:before {
		bottom: -27px;
		border-width: 12px 11px 0 11px;
	}

	.p-price-table .p-price-for-customers-list li .p-case-item-point {
		padding: 20px 15px;
	}

	.p-price-table .p-price-for-customers-list li .p-case-item-point .c-check-title {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}

	.p-price-table .p-price-for-customers-list li .p-case-item-point p {
		margin: 0 0 15px;
		font-size: 1.4rem;
	}

	.p-price-table table thead th {
		padding: 20px;
		border-right: 1px solid #fff;
		font-size: 2.2rem;
	}

	.p-price-table table thead th small {
		font-size: 1.4rem;
	}

	.p-price-table table thead th:last-of-type {
		border-right: 1px solid #6c009a;
	}

	.p-price-table table tbody th,
  .p-price-table table tbody td {
		padding: 20px;
		font-size: 1.6rem;
	}

	.p-price-table table tbody th {
		width: 20%;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	.p-price-table table tbody td {
		border-top: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
	}

	.p-price-table table tbody td .price {
		font-size: 2.4rem;
	}

	.p-price-table table tbody td .price small {
		margin: 0 0 0 4px;
		font-size: 1.4rem;
	}

	.p-price-table table tbody tr:last-child th {
		border-bottom: 1px solid #e5e5fa;
	}

	.p-price-table table tbody tr:last-child td {
		border-bottom: 1px solid #e6e6e6;
	}

	.p-price-table table tbody .note {
		margin: 10px 0 0;
		padding: 12px;
	}

	.p-price-table table tbody .note p {
		margin: 0 0 8px;
		font-size: 1.4rem;
	}

	.p-fap-inner {
		max-width: 1000px;
		margin: 66px auto 130px;
		padding: 0;
	}

	.p-fap-list {
		margin: 0 0 20px;
		padding: 40px;
		border-radius: 20px;
	}

	.p-fap-list dt,
  .p-fap-list dd {
		padding: 0 0 0 50px;
	}

	.p-fap-list dt:before,
  .p-fap-list dd:before {
		top: -0.4em;
		font-size: 4.0rem;
	}

	.p-fap-list dt {
		margin: 0 0 30px;
		font-size: 1.8rem;
	}

	.p-fap-list dd {
		font-size: 1.6rem;
	}

	.l-term p {
		font-size: 1.4rem;
	}

	.l-term dl {
		font-size: 1.4rem;
	}

	.l-term dl dd {
		margin-left: 30px;
	}

	.l-term ol {
		font-size: 1.4rem;
	}

	.l-spec table {
		font-size: 1.4rem;
		text-align: center;
	}

	.l-spec table ~ p {
		font-size: 1.4rem;
	}

	.l-spec table thead th {
		padding: 15px 0;
		text-align: center;
	}

	.l-spec table tbody th {
		width: 200px;
		padding: 20px;
		text-align: center;
	}

	.l-spec table tbody td {
		padding: 20px;
		line-height: 1.5;
	}

	.l-spec ol {
		font-size: 1.4rem;
	}

	.l-privacy p,
  .l-privacy address {
		font-size: 1.4rem;
	}

	.l-support-nav {
		padding: 20px 0;
		border-width: 1px 0;
		text-align: center;
	}

	.l-support-nav li {
		display: inline-block;
		margin: 0 50px;
		padding-left: 15px;
		font-size: 1.4rem;
	}

	.l-support-nav li:before {
		top: 5px;
		width: 10px;
		height: 10px;
	}

	.l-support-nav li a {
		transition: opacity 0.2s ease-in-out;
	}

	.l-support-nav li a:hover {
		opacity: 0.7;
	}

	.l-support-nav li:first-child {
		margin-left: 0;
	}

	.l-support-nav li:last-child {
		margin-right: 0;
	}

	.l-support-info ul {
		margin-top: 40px;
		padding: 30px 60px;
		font-size: 1.4rem;
	}

	.l-support-info li {
		display: flex;
		padding: 20px 0;
	}

	.l-support-info li .date {
		width: 130px;
	}

	.l-support-info li .text {
		width: calc(100% - 130px);
	}

	.l-support-faq .faq {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 60px;
		border: none;
	}

	.l-support-faq .faq ul {
		width: 48.2%;
		border-bottom: 1px solid #ccc;
	}

	.l-support-faq .faq li {
		border-width: 1px 0 0;
	}

	.l-support-faq .faq li .question {
		cursor: pointer;
		padding: 30px 50px 30px 85px;
		font-size: 1.4rem;
	}

	.l-support-faq .faq li .question:before {
		top: 20px;
		left: 20px;
		width: 40px;
		height: 40px;
	}

	.l-support-faq .faq li .question:after {
		right: 20px;
		width: 24px;
		height: 24px;
	}

	.l-support-faq .faq li .answer {
		margin: 0 0 5px;
		padding: 30px 50px 30px 85px;
		font-size: 1.2rem;
	}

	.l-support-faq .faq li .answer:before {
		top: 20px;
		left: 20px;
		width: 40px;
		height: 40px;
	}

	.l-support-contact {
		margin-top: 60px;
		padding: 50px 0;
	}

	.l-support-contact p {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 1.4rem;
	}

	.p-download-wrap {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.p-download-container {
		width: calc(1120px + 10px * 2);
		padding: 0 10px;
	}

	.p-download-container h3 {
		font-size: 1.8rem;
	}

	.p-download-container .p-download-lead {
		margin-top: 40px;
		font-size: 1.6rem;
		line-height: calc(26 / 16);
		text-align: center;
	}

	.p-download-select {
		margin-top: 40px;
		grid-template-columns: repeat(3, 1fr);
		gap: 35px;
	}

	.p-download-box h4 {
		font-size: 1.8rem;
	}

	.p-download-box figure {
		margin-top: 10px;
		aspect-ratio: 175 / 99;
	}

	.p-download-box span {
		margin-top: 10px;
		font-size: 1.4rem;
		text-align: center;
	}

	.p-download-box p {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: calc(24 / 14);
	}

	.p-download-btn {
		margin-top: 20px;
	}

	.p-download-btn .c-btn-gradation {
		height: 60px;
		padding: 4px;
	}

	.p-download-btn .c-btn-gradation a {
		height: calc(60px - 4px - 4px);
		padding: 15px 0 19px;
		font-size: 1.6rem;
	}

	.p-download-btn .c-btn-gradation a::after {
		right: 22px;
		width: 14px;
		height: 18px;
	}

	.p-download-btn .c-btn-gradation a span {
		left: 16px;
		width: 24px;
		height: 24px;
		margin-top: 0;
	}

	.p-download-btn .c-btn-gradation.is-active a span {
		border-width: 6px;
	}

	.p-download-form-wrap {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.p-download-form-wrap .l-form .l-form-inner {
		width: calc(1120px + 10px * 2);
		padding: 0 10px;
	}
}

@media (min-width: 1131px) {
	.l-header-inner {
		display: flex;
		height: 100px;
		margin: 0 auto;
		padding: 0;
		transition: all 0.3s ease-in-out;
	}

	.l-header-logo a {
		width: 24.53333vw;
		max-width: 184px;
		height: 4.53333vw;
		transition: opacity 0.2s ease-in-out;
	}

	.l-header-logo a:hover {
		opacity: 0.7;
	}

	.l-header-logo {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 10px;
	}

	.l-header-toggle {
		display: none;
	}

	.l-header-nav {
		margin-right: auto;
	}

	.is-menu-open .is-menu-open .l-header-nav {
		padding: 0;
	}

	.l-header.is-fixed .l-header-inner {
		height: 60px;
	}

	.p-header-nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		height: 100%;
		background: transparent;
	}

	.p-header-nav li {
		display: flex;
		align-items: center;
		height: 100%;
		margin-left: 25px;
		border: none;
	}

	.p-header-nav li:last-child {
		border-bottom: none;
	}

	.p-header-nav li:has(.demo) {
		margin-left: 0;
	}

	.p-header-nav li:has(.download) {
		margin-left: 0;
	}

	.p-header-nav li:has(.contact) {
		margin-left: 0;
	}

	.p-header-nav a {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		padding: 0;
		color: #242424;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
		text-decoration: none;
		letter-spacing: 0.05em;
	}

	.p-header-nav a::before {
		content: none;
	}

	.p-header-nav a::after {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(135deg, #ee82ee 50%, #9400d3 100%) 100% 50%;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.p-header-nav a:hover::after {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.p-header-nav a.is-current::after {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(135deg, #ee82ee 50%, #9400d3 100%) 100% 50%;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.p-header-nav a.blog {
		position: relative;
		overflow: hidden;
		width: 100px;
		height: 100%;
		background-color: #e8f2f9;
		transition: background-color 0.3s ease-in-out;
	}

	.p-header-nav a.blog span:not(.new) {
		display: flex;
		position: absolute;
		bottom: 8px;
		align-items: center;
		height: 3.5em;
		font-size: 1.3rem;
		line-height: 1.25;
	}

	.p-header-nav a.blog span.new {
		display: flex;
		position: absolute;
		top: 8px;
		left: -15px;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 15px;
		background-color: #e52685;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 500;
		transition: top 0.2s linear;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.p-header-nav a.blog::before {
		content: '';
		display: block;
		position: absolute;
		top: 8px;
		right: 0;
		left: 0;
		width: 50px;
		height: 48px;
		margin: 0 auto;
		background: url(/img/img_case_02.png) no-repeat 50% 50%;
		background-size: contain;
		transition: top 0.2s linear;
	}

	.p-header-nav a.blog::after {
		content: none;
	}

	.p-header-nav a.blog:hover {
		background-color: #e5e5fa;
	}

	.p-header-nav a.demo {
		position: relative;
		width: 100px;
		height: 100%;
		background: linear-gradient(135deg, #6b5ce3 50%, #3019b1 100%) 100% 50%;
		background-size: 200% 100%;
		color: #fff;
		text-decoration: none;
		transition: background-position 0.3s ease-in-out;
	}

	.p-header-nav a.demo span {
		display: flex;
		position: absolute;
		bottom: 8px;
		align-items: center;
		height: 3.5em;
		font-size: 1.3rem;
		line-height: 1.25;
		text-align: center;
	}

	.p-header-nav a.demo::before {
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
		left: 0;
		width: 38px;
		height: 27px;
		margin: 0 auto;
		background: url(/img/ico_demo.png) no-repeat 50% 50%;
		background-size: contain;
		transition: top 0.2s linear;
	}

	.p-header-nav a.demo::after {
		content: none;
	}

	.p-header-nav a.demo:hover {
		background-position: 0 100%;
	}

	.p-header-nav a.download {
		position: relative;
		width: 100px;
		height: 100%;
		background: linear-gradient(135deg, #bc6bef 50%, #6e2acb 100%) 100% 50%;
		background-size: 200% 100%;
		color: #fff;
		text-decoration: none;
		transition: background-position 0.3s ease-in-out;
	}

	.p-header-nav a.download span {
		display: flex;
		position: absolute;
		bottom: 8px;
		align-items: center;
		height: 3.5em;
		font-size: 1.3rem;
		line-height: 1.25;
		text-align: center;
	}

	.p-header-nav a.download::before {
		content: '';
		display: block;
		position: absolute;
		top: 14px;
		right: 0;
		left: 0;
		width: 24px;
		height: 30px;
		margin: 0 auto;
		background: url(/img/ico_file.png) no-repeat 50% 50%;
		background-size: contain;
		transition: top 0.2s linear;
	}

	.p-header-nav a.download::after {
		content: none;
	}

	.p-header-nav a.download:hover {
		background-position: 0 100%;
	}

	.p-header-nav a.contact {
		position: relative;
		width: 100px;
		height: 100%;
		background: linear-gradient(135deg, #ee82ee 50%, #9400d3 100%) 100% 50%;
		background-size: 200% 100%;
		color: #fff;
		text-align: center;
		text-decoration: none;
		transition: background-position 0.3s ease-in-out;
	}

	.p-header-nav a.contact span {
		display: flex;
		position: absolute;
		bottom: 8px;
		align-items: center;
		height: 3.5em;
		font-size: 1.3rem;
		line-height: 1.25;
		text-align: center;
	}

	.p-header-nav a.contact::before {
		content: '';
		display: block;
		position: absolute;
		top: 16px;
		right: 0;
		left: 0;
		width: 32px;
		height: 25px;
		margin: 0 auto;
		background: url(/img/ico_mail.png) no-repeat 50% 50%;
		background-size: contain;
		transition: top 0.2s linear;
	}

	.p-header-nav a.contact::after {
		content: none;
	}

	.p-header-nav a.contact:hover {
		background-position: 0 100%;
	}

	.is-fixed .p-header-nav li a.blog span:not(.new),
  .is-fixed .p-header-nav li a.demo span:not(.new),
  .is-fixed .p-header-nav li a.download span:not(.new),
  .is-fixed .p-header-nav li a.contact span:not(.new) {
		bottom: 0;
		height: 100%;
	}

	.is-fixed .p-header-nav li a.blog::before,
  .is-fixed .p-header-nav li a.demo::before,
  .is-fixed .p-header-nav li a.download::before,
  .is-fixed .p-header-nav li a.contact::before {
		top: -200px;
	}

	.is-fixed .p-header-nav li a.blog span.new,
  .is-fixed .p-header-nav li a.demo span.new,
  .is-fixed .p-header-nav li a.download span.new,
  .is-fixed .p-header-nav li a.contact span.new {
		top: -200px;
	}

	.p-hero figure {
		position: absolute;
		top: -120px;
		right: -160px;
		max-width: 720px;
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 1131px) and (min-width: 1800px) {
	.p-header-nav li {
		margin-left: 40px;
	}
}

@media (max-width: 1330px) {
	.is-menu-open .l-header-toggle::after {
		top: 13px;
	}

	.is-menu-open .l-header-toggle span {
		top: 13px;
	}
}

@media (max-width: 1130px) {
	.is-tab-hide {
		display: none !important;
	}

	.l-header-inner {
		padding: 20px 10px 10px;
	}

	.l-header-tagline {
		margin: -10px 0 0;
		padding: 0;
	}

	.l-header-logo {
		margin: 10px 0 0;
	}

	.l-header-logo a {
		width: 185px;
		height: 40px;
	}

	.l-header-toggle {
		top: 23px;
		right: 10px;
		width: 40px;
		height: 34px;
	}

	.l-header-toggle::before {
		top: 14px;
		height: 6px;
	}

	.l-header-toggle::after {
		bottom: 0;
		height: 6px;
	}

	.l-header-toggle span {
		top: 0;
		height: 6px;
	}

	.l-header-nav {
		position: fixed;
		z-index: 10;
		top: 0;
		right: -120%;
		width: 100%;
		height: calc(100% - 80px);
		margin-top: 80px;
		background: #6c009a;
		transition: all 0.6s;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.l-header-nav::-webkit-scrollbar {
		display: none;
	}

	.is-menu-open .l-header-nav {
		right: 0;
	}

	.p-header-nav a {
		display: block;
		position: relative;
		padding: 20px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		text-decoration: none;
		transition: color 0.3s;
	}

	.p-header-nav a::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		width: 14px;
		height: 20px;
		background: url(../img/ico_arrow_02.png) no-repeat 0 0;
		background-size: contain;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.p-header-nav a span.new {
		display: none;
	}

	.p-header-nav {
		position: absolute;
		top: 0;
		left: 0;
		overflow-y: auto;
		width: 100%;
		height: 100%;
	}

	.p-hero {
		padding: 70px 20px 0;
	}

	.p-hero-message {
		max-width: 400px;
	}

	.p-hero-btn a.c-btn-blue {
		min-width: 185px;
	}

	.p-hero-btn {
		max-width: 400px;
	}

	.p-hero figure {
		position: absolute;
		top: -100px;
		right: -120px;
		max-width: 680px;
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 1120px) {
	.p-merit-list {
		padding: 0 20px;
	}

	.p-service-contents {
		padding: 0 20px;
	}

	.p-view-inner .p-view-list .p-view-item {
		width: 100%;
		max-width: inherit;
		margin: 0 0 40px;
	}
}

@media screen and (max-width: 1000px) {
	.slide-items li {
		height: 60vh;
	}

	.is-sp-show {
		display: block !important;
	}

	.is-sp-hide {
		display: none !important;
	}

	.is-br-sp-show {
		display: inline-block !important;
	}

	.p-lead-container:before {
		bottom: -49.33333vw;
		width: 56.26667vw;
		height: 47.46667vw;
	}

	.l-header-inner {
		padding: 4vw 2.66667vw 2.66667vw;
	}

	.l-header-tagline {
		margin: -2vw 0 0;
		padding: 0;
		font-size: 3.2vw;
	}

	.l-header-logo {
		margin: 2.66667vw 0 0;
	}

	.l-header-logo a {
		width: 42vw;
		height: 8.66667vw;
	}

	.l-header-toggle {
		top: 5.33333vw;
		right: 4vw;
		width: 7.46667vw;
		height: 7.46667vw;
	}

	.l-header-toggle::before {
		top: 2.66667vw;
		height: 1.33333vw;
	}

	.l-header-toggle::after {
		top: 5.33333vw;
		bottom: inherit;
		height: 1.33333vw;
	}

	.l-header-toggle span {
		top: 0;
		height: 1.33333vw;
	}

	.is-menu-open .l-header-toggle::after {
		top: 2.66667vw;
	}

	.is-menu-open .l-header-toggle span {
		top: 2.66667vw;
	}

	.l-header-nav {
		height: calc(100% - 17.33333vw);
		margin-top: 17.33333vw;
	}

	.p-header-nav a {
		padding: 5.33333vw 2.66667vw 5.33333vw;
		font-size: 4.53333vw;
		font-weight: bold;
	}

	.p-header-nav a::before {
		right: 4vw;
		width: 3.73333vw;
		height: 5.6vw;
	}

	.l-main-bg {
		top: 17.33333vw;
		height: auto;
	}

	.p-hero {
		padding: 0;
	}

	.p-hero-inner {
		flex-direction: column-reverse;
	}

	.p-hero-message {
		max-width: inherit;
	}

	.p-hero-title {
		position: relative;
		top: -20px;
	}

	.p-hero-btn {
		max-width: inherit;
	}

	.p-hero figure {
		position: inherit;
		top: 0;
		right: 0;
		max-width: 66.66667vw;
		margin-left: auto;
	}

	.l-home-value-item {
		margin: 40vw 0 0;
		padding: 0 2.66667vw;
	}

	.l-home-value-item:first-child {
		margin: 0;
	}

	.p-merit-list {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}

	.p-merit-item:nth-child(n + 5) {
		margin: 0;
	}

	.p-service .c-heading1 {
		font-size: 6.66667vw;
	}

	.p-service-contents {
		padding: 0;
	}

	.p-price-faq-list .c-price-faq-item:first-of-type {
		margin: 0 0 8vw;
	}

	.p-price-faq-list .c-price-faq-item:first-of-type:before {
		content: '';
		position: absolute;
		top: -13.33333vw;
		left: 1rem;
		width: 20vw;
		height: 28vw;
		background: url(/img/img_price_01.png) no-repeat;
		background-size: contain;
	}

	.p-price-faq-list .c-price-faq-item:last-of-type:before {
		content: none;
	}

	.p-contact-box:last-of-type .p-contact-box-inner p {
		padding-top: 0;
	}

	.p-contact-box .c-heading1 {
		margin: 0 0 6.66667vw;
		padding: 0 0 5.33333vw;
		font-size: 6.66667vw;
	}

	.p-contact-box .p-demo-btn .c-btn-blue {
		margin: 0 auto;
	}

	.p-contact-box .p-demo-btn .c-btn-blue:first-of-type {
		margin: 0 auto 2.66667vw;
	}

	.p-common-case .block-home-case {
		flex-direction: column-reverse;
		padding: 40px 0;
	}

	.p-common-case .block-home-case.reverse {
		flex-direction: column-reverse;
	}

	.p-common-case .block-home-case figure {
		width: 100%;
		margin: 0 auto 20px;
	}

	.p-common-case .block-home-case figure img {
		width: 100%;
		height: auto;
	}

	.p-common-case .block-home-case .txt-case {
		width: 100%;
		margin: 0;
	}

	.p-common-case .block-home-case .txt-case.reverse {
		margin: 0;
	}

	.p-value-item-list {
		overflow-x: scroll;
	}

	.p-value-item-list .list-wrap {
		width: 266.66667vw;
	}

	.p-view-inner .p-view-list .p-view-item {
		margin: 0 0 5.33333vw;
		padding: 10.66667vw;
	}

	.p-flow-item:nth-child(5) {
		min-height: 0;
	}

	.p-price-table {
		overflow-x: scroll;
	}

	.p-price-table .p-price-for-customers {
		min-width: 213.33333vw;
		max-width: 213.33333vw;
		margin: 0 0 0 53.33333vw;
	}

	.p-price-table table {
		width: 266.66667vw;
	}

	.p-download-box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 4vw;
	}

	.p-download-box h4 {
		margin-bottom: 5.33333vw;
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}

	.p-download-box figure {
		grid-column: 1 / 2;
		grid-row: 2 / 4;
	}

	.p-download-box span {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}

	.p-download-box p {
		font-size: 3.73333vw;
		line-height: calc(25 / 14);
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}

	.p-download-btn {
		margin-top: 5.33333vw;
		grid-column: 1 / 3;
		grid-row: 4 / 5;
	}

	.p-download-btn .c-btn-gradation a span {
		left: 4.26667vw;
		width: 6.4vw;
		height: 6.4vw;
	}

	.p-download-form-wrap {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
}

@media (max-width: 800px) {
	.slide-items li {
		height: 45vh;
	}
}

@media (max-width: 600px) {
	.slide-items li {
		height: 40vh;
	}
}

@media (max-width: 500px) {
	.slide-items li {
		height: 35vh;
	}
}

@media (min-width: 1131px) and (max-width: 1240px) {
	.p-header-nav a.blog {
		width: 100px;
	}

	.p-header-nav a.demo,
  .p-header-nav a.download,
  .p-header-nav a.contact {
		width: 100px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}