@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

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

html {
	height: -webkit-fill-available;
	font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
}

html body {
	color: #333;
	letter-spacing: 0.05em;
	line-height: 1.75;
	opacity: 0;
	font-weight: 700;
	position: relative;
}

html body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html body img {
	max-width: 100%;
}

html body sup {
	font-size: 70%;
	vertical-align: super;
}

html body .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

html body a {
	text-decoration: none;
	color: #333;
}

@media print,
screen and (min-width: 768px) {
	html body a {
		-webkit-transition: opacity ease 0.4s;
		transition: opacity ease 0.4s;
	}

	html body a:hover {
		-webkit-transition: opacity ease 0.4s;
		transition: opacity ease 0.4s;
		opacity: 0.7;
	}
}

html body .forPC {
	display: block !important;
}

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

html body .forSP {
	display: none !important;
}

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

html body .inner {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	html body .inner {
		padding: 0 5.333vw;
	}
}

html body .disp_in {
	display: block !important;
}

html body .disp_ex {
	display: none !important;
}

html body .anim {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: opacity ease 0.5s, -webkit-transform ease 0.5s;
	transition: opacity ease 0.5s, -webkit-transform ease 0.5s;
	transition: transform ease 0.5s, opacity ease 0.5s;
	transition: transform ease 0.5s, opacity ease 0.5s, -webkit-transform ease 0.5s;
}

html body .anim.is-show {
	-webkit-transition: opacity ease 0.5s, -webkit-transform ease 0.5s;
	transition: opacity ease 0.5s, -webkit-transform ease 0.5s;
	transition: transform ease 0.5s, opacity ease 0.5s;
	transition: transform ease 0.5s, opacity ease 0.5s, -webkit-transform ease 0.5s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

html #wrap {
	position: relative;
	overflow-x: hidden;
}

html #wrap.noScroll {
	overflow: hidden;
}

html .navigation {
	position: fixed;
	top: 0;
	left: 100vw;
	right: -100vw;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 5;
	overflow: auto;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

html .navigation.active {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	right: 0;
	left: 0;
}

html .navigation__overlay {
	width: 100%;
	height: 100vh;
}

html .navigation__close {
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	html .navigation__close {
		top: 5.333vw;
		right: 5.333vw;
		width: 10.667vw;
	}
}

html .navigation nav {
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 0;
	right: 0;
	max-width: 551px;
	width: 100%;
	padding: 40px;
	min-height: 100vh;
	z-index: 6;
	overflow: auto;
}

@media only screen and (max-width: 767px) {
	html .navigation nav {
		padding: 5.333vw 5.333vw 21.333vw;
	}
}

html .navigation nav h2 {
	width: 200px;
}

@media only screen and (max-width: 767px) {
	html .navigation nav h2 {
		width: 32.8vw;
	}
}

html .navigation__list {
	max-width: 321px;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	html .navigation__list {
		max-width: 62.4vw;
	}
}

html .navigation__list__01 {
	padding: 40px 0;
}

@media only screen and (max-width: 767px) {
	html .navigation__list__01 {
		padding: 14vw 0 8vw;
	}
}

html .navigation__list__01 li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #5e5657;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	html .navigation__list__01 li {
		padding-bottom: 3vw;
		margin-bottom: 5vw;
	}
}

html .navigation__list__01 li.login {
	background-color: #fff;
	padding-top: 15px;
	margin-bottom: 0;
}

html .navigation__list__01 li.login a {
	color: #000;
}

html .navigation__list__01 li.accent {
	padding-top: 15px;
}

html .navigation__list__01 li.accent span {
	margin-bottom: 0;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	html .navigation__list__01 li.accent span {
		font-size: 2.667vw;
	}
}

html .navigation__list__01 li a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	html .navigation__list__01 li a {
		font-size: 4.267vw;
	}
}

html .navigation__list__01 li a span {
	font-size: 14px;
	display: block;
	margin-bottom: 0.2em;
}

@media only screen and (max-width: 767px) {
	html .navigation__list__01 li a span {
		font-size: 3.467vw;
		margin-bottom: 0;
	}
}

html .navigation__list__01 li:nth-child(3) img {
	width: 234px;
}

@media only screen and (max-width: 767px) {
	html .navigation__list__01 li:nth-child(3) img {
		width: 55.2vw;
	}
}

html .navigation__list__01 li:nth-child(4) img {
	width: 223px;
}

@media only screen and (max-width: 767px) {
	html .navigation__list__01 li:nth-child(4) img {
		width: 52.267vw;
	}
}

html .navigation__list__01 li:nth-child(5) img {
	width: 194px;
}

@media only screen and (max-width: 767px) {
	html .navigation__list__01 li:nth-child(5) img {
		width: 44.267vw;
	}
}

@media only screen and (max-width: 767px) {
	html .navigation__list__01 li:last-child {
		padding-bottom: 4.8vw;
	}
}

html .navigation__list__02 li {
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	html .navigation__list__02 li {
		margin-bottom: 4vw;
	}
}

html .navigation__list__02 li:last-child {
	margin-bottom: 0;
}

html .navigation__list li:last-child {
	margin-bottom: 0;
}

.head {
	background-image: -webkit-linear-gradient(0deg, rgb(71, 75, 153) 0%, rgb(228, 86, 151) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(71, 75, 153) 0%, rgb(228, 86, 151) 100%);
	padding: 40px 40px 80px;
}

@media only screen and (max-width: 767px) {
	.head {
		padding: 5.333vw 5.333vw 8vw;
	}
}

.head__ttl {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.head .header {
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

@media only screen and (max-width: 767px) {
	.head .header {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 9vw;
	}
}

.head .header img {
	display: block;
}

@media only screen and (max-width: 767px) {
	.head .header__logo h1 {
		width: 33.6vw;
	}
}

.head .header__btn {
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.head .header__btn {
		margin-left: 4vw;
	}
}

.head .header__btn a {
	color: #e45697;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	padding: 10px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.head .header__btn a {
		font-size: 2.667vw;
		padding: 1.3vw 1.5vw;
	}
}

.head .header__btn a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/ico_house.png) no-repeat center;
	background-size: contain;
	margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
	.head .header__btn a:before {
		width: 1.4em;
		height: 1.4em;
	}
}

.head .header__menu {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.head .header__menu {
		width: 9.333vw;
	}
}

.head .header .sticky__logo {
	display: none;
	width: 180px;
}

@media only screen and (max-width: 767px) {
	.head .header .sticky__logo {
		width: 29.333vw;
	}
}

.head .header__sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 20px 30px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

@media only screen and (max-width: 767px) {
	.head .header__sticky {
		padding: 3vw 5.333vw;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.head .header__sticky .sticky__logo {
	display: block;
}

.head .header__sticky .sticky__logo img {
	display: block;
}

.head .header__sticky h1 {
	display: none;
}

.head .header__sticky .header__logo {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainvisual .slide {
	position: relative;
}

.mainvisual .slide img {
	display: block;
	width: 100%;
}

.mainvisual .slide .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(0deg, rgba(71, 75, 153, 0.9) 0%, rgba(228, 86, 151, 0.9) 100%);
	background-image: -ms-linear-gradient(0deg, rgba(71, 75, 153, 0.9) 0%, rgba(228, 86, 151, 0.9) 100%);
	width: 100%;
}

.mainvisual .slide .txt .inner {
	max-width: 920px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 1500px) {
	.mainvisual .slide .txt .inner {
		max-width: 70%;
	}
}

.mainvisual .slide .txt .inner p {
	color: #fff;
	font-size: 1.25vw;
	font-weight: 700;
	line-height: 1.85;
	padding: 1.2em 0;
}

@media only screen and (max-width: 767px) {
	.mainvisual .slide .txt .inner p {
		font-size: 3.2vw;
	}
}

.mainvisual .slide .txt .inner p span:not(.caution) {
	color: #333;
	background-color: #fff;
}

.mainvisual .slide .txt .inner p .caution {
	font-size: 0.9vw;
	padding-top: 1em;
	display: block;
}

@media only screen and (max-width: 767px) {
	.mainvisual .slide .txt .inner p .caution {
		font-size: 2.4vw;
	}
}

.mainvisual .slick-prev,
.mainvisual .slick-next {
	background-color: #333;
	z-index: 4;
	width: 35px;
	height: 90px;
}

@media only screen and (max-width: 767px) {

	.mainvisual .slick-prev,
	.mainvisual .slick-next {
		width: 6.4vw;
		height: 15.2vw;
	}
}

.mainvisual .slick-prev:before,
.mainvisual .slick-next:before {
	background: url(../images/arrow_right02.png) no-repeat;
	content: "";
	background-size: contain;
	width: 8.5px;
	height: 14.5px;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {

	.mainvisual .slick-prev:before,
	.mainvisual .slick-next:before {
		width: 2.933vw;
		height: 4vw;
	}
}

.mainvisual .slick-prev {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	top: calc(50% - 45px);
}

@media only screen and (max-width: 767px) {
	.mainvisual .slick-prev {
		top: calc(50% - 7.6vw);
	}
}

.mainvisual .slick-next {
	right: 0;
}

.mainvisual .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.mainvisual .slick-dots {
	background-color: #333;
	position: static;
	padding: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainvisual .slick-dots li {
	width: 30px;
	height: 5px;
}

@media only screen and (max-width: 767px) {
	.mainvisual .slick-dots li {
		width: 8vw;
		height: 1.6vw;
	}
}

.mainvisual .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #fff;
}

.mainvisual .slick-dots li button {
	width: 30px;
	height: 5px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.mainvisual .slick-dots li button {
		width: 8vw;
		height: 1.6vw;
	}
}

.mainvisual .slick-dots li button:before {
	content: "";
	background: #555;
	width: 30px;
	height: 5px;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.mainvisual .slick-dots li button:before {
		width: 8vw;
		height: 1.6vw;
	}
}

/* main {
  background-image: -webkit-linear-gradient(90deg, rgb(154, 95, 185) 5%, rgb(220, 46, 100) 28%, rgb(255, 114, 0) 49%, rgb(254, 182, 41) 62%, rgb(143, 207, 67) 77%, rgb(1, 141, 236) 91%);
  background-image: -ms-linear-gradient(90deg, rgb(154, 95, 185) 5%, rgb(220, 46, 100) 28%, rgb(255, 114, 0) 49%, rgb(254, 182, 41) 62%, rgb(143, 207, 67) 77%, rgb(1, 141, 236) 91%);
  padding: 100px 0 60px 0;
  overflow: hidden;
} */

main {
	background-image: -webkit-linear-gradient(90deg, rgb(148, 68, 149) 0%, rgb(251, 135, 177) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(148, 68, 149) 0%, rgb(251, 135, 177) 100%);
	background-image: linear-gradient(90deg, rgb(148, 68, 149) 0%, rgb(251, 135, 177) 100%);
	padding: 100px 0 60px 0;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	main {
		padding: 12vw 0 0;
	}
}

main section {
	margin-bottom: 200px;
}

@media only screen and (max-width: 767px) {
	main section {
		margin-bottom: 32vw;
	}
}

main section.sec__final {
	margin-bottom: 0;
}

main section.intro {
	margin-bottom: 190px;
}

@media only screen and (max-width: 767px) {
	main section.intro {
		margin-bottom: 28vw;
	}
}

main section.intro h2 {
	text-align: center;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	main section.intro h2 {
		margin-bottom: 9vw;
	}
}

main section.sec-usecase .carpet {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
}

@media only screen and (max-width: 767px) {
	main section.sec-usecase .carpet {
		padding: 5.333vw 6.667vw;
	}
}

main section.sec-usecase .carpet .c-ttl-bbl {
	position: absolute;
	top: -42px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	main section.sec-usecase .carpet .c-ttl-bbl {
		width: 78.667vw;
		top: -11vw;
	}
}

main section.sec-usecase .carpet .c-fz-lg {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	main section.sec-usecase .carpet .c-fz-lg {
		margin-bottom: 6vw;
		letter-spacing: 0;
	}
}

main section .carpet {
	background-color: #fff;
	padding-bottom: 50px;
	position: relative;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	main section .carpet {
		padding-bottom: 7vw;
	}
}

main section .carpet .label {
	position: absolute;
	top: -90px;
	right: -40px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

@media screen and (max-width: 1082px) {
	main section .carpet .label {
		width: 19.501vw;
		right: 0;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}
}

@media only screen and (max-width: 767px) {
	main section .carpet .label {
		width: 25.333vw;
		top: -7vw;
		right: -4vw;
	}
}

main section .carpet h2 {
	text-align: center;
	position: relative;
	top: -120px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	main section .carpet h2 {
		width: 51.733vw;
		margin: 0 auto 4vw;
		top: -16vw;
	}
}

main section .carpet h2+p {
	margin-top: -120px;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	main section .carpet h2+p {
		margin-top: -16vw;
		margin-bottom: 4vw;
		padding: 0 5.333vw;
	}
}

main section .carpet .img {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	main section .carpet .img {
		margin-bottom: 3vw;
	}
}

main section .carpet .img span {
	position: absolute;
	bottom: 0;
	right: 20px;
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 1.6;
}

@media only screen and (max-width: 767px) {
	main section .carpet .img span {
		font-size: 2.4vw;
		right: 2.667vw;
	}
}

main section .carpet .sns,
main section .carpet .var,
main section .carpet .btns,
main section .carpet .usecase,
main section .carpet .event,
main section .carpet .explainer,
main section .carpet .cBtn {
	padding: 0 50px;
}

@media only screen and (max-width: 767px) {

	main section .carpet .sns,
	main section .carpet .var,
	main section .carpet .btns,
	main section .carpet .usecase,
	main section .carpet .event,
	main section .carpet .explainer,
	main section .carpet .cBtn {
		padding: 0 5.333vw;
	}
}

main section .carpet .var {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	main section .carpet .var {
		margin-bottom: 1vw;
	}
}

main section .carpet .var ul.flow {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: calc((100% - 820px) / 3);
}

@media only screen and (max-width: 767px) {
	main section .carpet .var ul.flow {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

main section .carpet .var ul.flow li {
	background-color: #eeeeee;
	text-align: center;
	width: 24.5%;
	max-width: 205px;
	position: relative;
	padding: 40px 20px 30px;
}

@media only screen and (max-width: 767px) {
	main section .carpet .var ul.flow li {
		width: 48.5%;
		padding: 6vw 4vw;
		margin-bottom: 7.5%;
		max-width: none;
	}
}

main section .carpet .var ul.flow li img {
	max-width: 132px;
	height: auto;
	display: block;
	margin: 0 auto;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	main section .carpet .var ul.flow li img {
		max-width: 44.667vw;
	}
}

main section .carpet .var ul.flow li span {
	position: absolute;
	top: -32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 36px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	main section .carpet .var ul.flow li span {
		font-size: 6.8vw;
		top: -6vw;
	}
}

main section .carpet .var ul.flow li div {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	main section .carpet .var ul.flow li div {
		font-size: 2.933vw;
	}
}

main section .carpet .var ul.flow li div .btn {
	padding-top: 0.7em;
}

main section .carpet .var ul.flow li div .btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	background-image: -webkit-linear-gradient(64deg, rgb(71, 75, 153) 0%, rgb(228, 86, 151) 100%);
	background-image: -ms-linear-gradient(64deg, rgb(71, 75, 153) 0%, rgb(228, 86, 151) 100%);
	padding: 0.7em 0;
	line-height: 1;
	letter-spacing: 0;
}

@media screen and (max-width: 940px) {
	main section .carpet .var ul.flow li div .btn a {
		font-size: 1.277vw;
	}
}

@media only screen and (max-width: 767px) {
	main section .carpet .var ul.flow li div .btn a {
		font-size: 2.667vw;
	}
}

main section .carpet .var ul.flow li div .btn a:after {
	content: "";
	background: url(../images/arrow_right02.png) no-repeat center;
	background-size: contain;
	width: 1em;
	height: 1em;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	main section .carpet .var ul.flow li div .btn a:after {
		width: 0.8em;
		height: 0.8em;
		margin-left: 0.2em;
	}
}

main section .carpet .var ul.flow li div .c-fz-xs.red {
	color: #D50D17;
	font-weight: 700;
	display: block;
}

main section .carpet .var .caution {
	font-size: 12px;
	padding-top: 1em;
}

@media only screen and (max-width: 767px) {
	main section .carpet .var .caution {
		font-size: 2.4vw;
		padding-top: 0;
		line-height: 1.4;
		margin-bottom: 6vw;
	}
}

main section .carpet .btns {
	margin-bottom: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	main section .carpet .btns a.c-btn:first-of-type {
		margin-bottom: 3vw;
	}
}

main section .carpet .btns__col__02 a:first-of-type {
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	main section .carpet .btns__col__02 a:first-of-type {
		margin-right: 0;
	}
}

main section .carpet .cBtn {
	margin-bottom: 80px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	main section .carpet .cBtn {
		margin-bottom: 9vw;
	}
}

main section .carpet .cBtn .caution {
	font-size: 12px;
	text-align: center;
	padding-top: 1.2em;
}

@media only screen and (max-width: 767px) {
	main section .carpet .cBtn .caution {
		font-size: 2.4vw;
		line-height: 1.6;
	}
}

main section .carpet .explainer {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	main section .carpet .explainer {
		margin-bottom: 9vw;
	}
}

main section .carpet .explainer .c-thumb-list__btn ul li {
	margin-bottom: 5px;
}

main section .carpet .usecase {
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	main section .carpet .usecase {
		margin-bottom: 14.333vw;
	}
}

main section .carpet .usecase .c-fz-lg {
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	main section .carpet .usecase .c-fz-lg {
		margin-top: 6vw;
		margin-bottom: 6vw;
		letter-spacing: 0;
	}
}

main section .carpet .event {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	main section .carpet .event {
		margin-bottom: 9vw;
	}
}

main section .carpet .event ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

main section .carpet .event ul li {
	width: 49%;
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	main section .carpet .event ul li {
		width: 100%;
		margin-bottom: 6vw;
	}
}

@media only screen and (max-width: 767px) {
	main section .carpet .event ul li:last-child {
		margin-bottom: 0;
	}
}

main section .carpet .event ul li p {
	font-size: 16px;
	line-height: 1.8;
	padding-top: 1em;
}

@media only screen and (max-width: 767px) {
	main section .carpet .event ul li p {
		font-size: 3.467vw;
		padding-top: 0.7em;
	}
}

main section .carpet .event ul li p:before {
	content: "■";
	color: #534c99;
}

main section .sectionBnr {
	padding: 40px 0 0 0;
	width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	main section .sectionBnr {
		width: 90%;
	}
}

main section .sectionBnr a {
	display: inline-block;
}

main section .sectionBnr a img {
	display: block;
}

main .promoBnr {
	text-align: center;
	padding: 80px 20px;
}

@media only screen and (max-width: 767px) {
	main .promoBnr {
		padding: 12vw 0;
		width: 80%;
		margin: 0 auto;
	}
}

.breadcrumbs {
	background-color: #000;
	padding: 1em 0;
}

@media only screen and (max-width: 767px) {
	.breadcrumbs {
		padding: 0.65em 0;
	}
}

.breadcrumbs ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs ul li {
	color: #fff;
	font-size: 12px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.breadcrumbs ul li {
		font-size: 2.667vw;
	}
}

.breadcrumbs ul li:after {
	content: "＞";
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.breadcrumbs ul li:last-child:after {
	display: none;
}

.breadcrumbs ul li a {
	color: #fff;
}

@media print,
screen and (min-width: 768px) {
	.breadcrumbs ul li a {
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
		border-bottom: 1px solid #000;
	}

	.breadcrumbs ul li a:hover {
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
		border-bottom: 1px solid #fff;
	}
}

footer {
	background-image: -webkit-linear-gradient(0deg, rgb(71, 75, 153) 0%, rgb(228, 86, 151) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(71, 75, 153) 0%, rgb(228, 86, 151) 100%);
	padding: 100px 0 35px;
	color: #fff;
	position: relative;
}

@media only screen and (max-width: 767px) {
	footer {
		padding: 16vw 0 8vw;
	}
}

footer .pagetop {
	position: absolute;
	top: 40px;
	right: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	footer .pagetop {
		width: 10.059vw;
	}
}

@media only screen and (max-width: 767px) {
	footer .pagetop {
		width: 13.867vw;
		top: 5.333vw;
		right: 5.333vw;
	}
}

footer h2 {
	text-align: center;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	footer h2 {
		width: 60vw;
		margin: 0 auto 14vw;
	}
}

footer ul.flex {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer ul.nav__01 {
	margin-bottom: 45px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media only screen and (max-width: 767px) {
	footer ul.nav__01 {
		display: block;
		margin-bottom: 12vw;
	}
}

footer ul.nav__01 li {
	width: 30%;
	position: relative;
}

@media only screen and (max-width: 767px) {
	footer ul.nav__01 li {
		width: 100%;
		padding-bottom: 4vw;
		margin-bottom: 4vw;
		border-bottom: 1px solid rgba(210, 135, 182, 0.3);
		text-align: center;
	}
}

footer ul.nav__01 li:first-child:after,
footer ul.nav__01 li:nth-child(2):after {
	content: "";
	width: 1px;
	max-height: 50px;
	height: 4.5vw;
	background-color: #a784b7;
	display: block;
	position: absolute;
	top: 0;
	right: -8%;
}

@media only screen and (max-width: 767px) {

	footer ul.nav__01 li:first-child:after,
	footer ul.nav__01 li:nth-child(2):after {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	footer ul.nav__01 li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}
}

@media only screen and (max-width: 767px) {
	footer ul.nav__01 li a {
		display: block;
		width: 60vw;
		margin: 0 auto;
	}
}

footer ul.nav__02 {
	max-width: 790px;
	width: 100%;
	margin: 0 auto 100px;
}

@media only screen and (max-width: 767px) {
	footer ul.nav__02 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-ms-flex-pack: left;
		justify-content: left;
		max-width: none;
		margin: 0 auto 6vw;
		max-width: 90%;
	}
}

footer ul.nav__02 li {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	footer ul.nav__02 li {
		margin-right: 1em;
		margin-bottom: 4vw;
	}
}

footer ul.nav__02 li:nth-child(2),
footer ul.nav__02 li:last-child {
	margin-right: 0;
}

footer ul.nav__02 li a {
	color: #fff;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	footer ul.nav__02 li a {
		font-size: 4vw;
	}
}

footer ul.nav__02 li a:before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background: url(../images/arrow_right02.png) no-repeat;
	background-size: contain;
}

footer ul.nav__03 {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	footer ul.nav__03 {
		margin-bottom: 6vw;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

footer ul.nav__03 li {
	position: relative;
}

footer ul.nav__03 li:first-child {
	margin-right: 1em;
	padding-right: 1em;
}

footer ul.nav__03 li:first-child:after {
	content: "";
	width: 1px;
	height: 1em;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0;
}

footer ul.nav__03 li a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	footer ul.nav__03 li a {
		font-size: 2.4vw;
	}
}

footer .sns {
	background-color: rgba(255, 255, 255, 0.12);
	padding: 25px 0 40px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	footer .sns {
		padding: 7vw 0;
		margin-bottom: 6vw;
	}
}

footer .sns h3 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	footer .sns h3 {
		font-size: 8vw;
		margin-bottom: 5vw;
	}
}

footer .sns .btns {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 88%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	footer .sns .btns {
		display: block;
	}
}

footer .sns .btns p {
	background-color: #fff;
	max-width: 420px;
	width: 49%;
	border-radius: 43px;
}

@media only screen and (max-width: 767px) {
	footer .sns .btns p {
		max-width: none;
		width: 100%;
	}
}

footer .sns .btns p:first-of-type {
	background-color: #000000;
}

@media only screen and (max-width: 767px) {
	footer .sns .btns p:first-of-type {
		margin-bottom: 4vw;
	}
}

footer .sns .btns p:first-of-type a {
	color: #fff;
}

footer .sns .btns p:first-of-type a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/ico_x.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 2em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

footer .sns .btns p:first-of-type a:after {
	background: url(../images/ico_blank2.svg) no-repeat center;
	background-size: contain;
}

footer .sns .btns p a {
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 86px;
	line-height: 1.4;
	position: relative;
}

@media screen and (min-width: 768px) and (max-width: 940px) {
	footer .sns .btns p a {
		font-size: 1.809vw;
	}
}

@media only screen and (max-width: 767px) {
	footer .sns .btns p a {
		font-size: 3.2vw;
		height: 15.5vw;
	}
}

footer .sns .btns p a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/ico_blank.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 2em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	footer .sns .btns p a:after {
		width: 1.2em;
		height: 1.2em;
	}
}

footer ul.bnr {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	footer ul.bnr {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 6vw;
	}
}

footer ul.bnr li {
	width: 19.5%;
}

@media only screen and (max-width: 767px) {
	footer ul.bnr li {
		width: 48.5%;
		margin-bottom: 3%;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	footer ul.bnr li:nth-child(odd) {
		margin-right: 3%;
	}
}

footer ul.bnr li img {
	width: 100%;
	display: block;
}

footer .caution {
	font-weight: 700;
	line-height: 2;
	font-size: 14px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	footer .caution {
		font-size: 2.4vw;
		margin-bottom: 8vw;
	}
}

footer .copyright {
	font-size: 14px;
	color: #cccccc;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	footer .copyright {
		font-size: 2.667vw;
	}
}

/*# sourceMappingURL=main.css.map */


@media only screen and (max-width: 767px) {
	.c-model-course {
		padding-left: 2.667vw;
		padding-right: 2.667vw;
	}
}

.c-model-course__flow {
	position: relative;
	margin-bottom: 10px;
	padding: 12px 40px;
	border: 2px solid #534c99;
	font-size: 16px;
	line-height: 1.5;
	color: #534c99;
	text-align: center;
}

.c-model-course__flow {
	position: relative;
	margin-bottom: 10px;
	padding: 12px 40px;
	border: 2px solid #534c99;
	font-size: 16px;
	line-height: 1.5;
	color: #534c99;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.c-model-course__flow {
		margin-bottom: 2.667vw;
		padding: 2.133vw 8vw;
		font-size: 2.933vw;
		border-width: 0.533vw;
	}
}

.c-model-course__flow--goal {
	margin-top: 20px;
	border-color: #e45697;
	background: #e45697;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.c-model-course__flow:before {
		width: 0.533vw;
		height: 3.2vw;
	}
}

.c-model-course__flow:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 4px;
	height: 14px;
	background: #534c99;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-model-course__flow--goal:before {
	width: 28px;
	height: 32px;
	top: -27px;
	background: url(../img/model-course_arrow.svg) no-repeat center / contain;
}

@media only screen and (max-width: 767px) {
	.c-model-course__flow--goal:before {
		width: 6.667vw;
		height: 9.333vw;
		top: -6.4vw;
		background: url(../img/model-course_arrow_sp.svg) no-repeat center / contain;
	}
}

.center-block {
	display: block;
	text-align: center;
}

/* レスポンシブ用の保険（画像が画面幅を超えないようにする） */
.center-block img {
	max-width: 100%;
	height: auto;
}