@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

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

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
	line-height: 1.8;
	background: #F9F9F9;
}
body.modal-open {
	overflow: hidden;
}
body.modal-open header {
	background: #fff;
}

body * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body *:focus {
	outline: none;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	background-color: #eee;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

[type=checkbox]::before {
	position: absolute;
	top: -7px;
	left: -2px;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	content: "";
	cursor: pointer;
	background-color: #eee;
	cursor: pointer;
}
[type=checkbox]::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 1px;
	width: 16px;
	height: 6px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg) scale(0, 0);
	    -ms-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
[type=checkbox]:checked::after {
	border-color: #000;
	-webkit-transform: rotate(-45deg) scale(1, 1);
	    -ms-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}

*:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	/*color: #ccc;*/
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	/*color: #ccc;*/
}

::-moz-placeholder {
	/* Others */
	/*color: #ccc;*/
}

::-ms-input-placeholder {
	/* Others */
	/*color: #ccc;*/
}

::placeholder {
	/* Others */
	/*color: #ccc;*/
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #FF7C19;
	color: #fff;
	border-radius: 100px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	line-height: 1.4;
	-webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
	        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
}
.btn small {
	display: block;
	margin-bottom: 5px;
}
.btn strong {
	display: block;
}
.btn:hover {
	background-color: #FF5619;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

h1 {
	font-size: 4.8rem;
	line-height: 1.5;
}

h2 {
	font-size: 3.6rem;
	line-height: 1.5;
	margin-bottom: 60px;
	position: relative;
}
h2 small {
	display: block;
	font-size: 1.6rem;
	color: #8688FD;
	margin-bottom: 8px;
}

h3 {
	font-size: 2.2rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

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

.scroll-wrap {
	position: relative;
	max-height: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.scroll-wrap::-webkit-scrollbar {
	width: 6px;
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-track {
	background-color: rgba(34, 34, 34, 0);
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-thumb {
	background-color: rgb(34, 34, 34);
	border-radius: 4px;
}

#wrap {
	overflow: hidden;
}

.sec {
	position: relative;
	padding-right: 40px;
	padding-left: 40px;
}
.sec__inner {
	position: relative;
	margin: 0 auto;
	padding: 120px 0;
	width: 1280px;
	max-width: 100%;
}

.col-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
.col-3 > * {
	width: 31%;
}

.col-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
.col-4 > * {
	width: 23%;
}

@media screen and (min-width: 961px) {
	.sp-view {
		display: none;
	}
}
@media screen and (max-width: 960px) {
	.pc-view {
		display: none;
	}
	.col-4,
	.col-3 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: -4%;
	}
	.col-4 > *,
	.col-3 > * {
		width: 48%;
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: 1.4rem;
	}
	h2 {
		font-size: 2.2rem;
		margin-bottom: 40px;
	}
	h2 small {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.sec {
		padding-right: 20px;
		padding-left: 20px;
	}
	.sec__inner {
		padding: 90px 0;
	}
	.col-1-sp {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: -4%;
	}
	.col-1-sp > * {
		width: 100%;
		margin-bottom: 4% !important;
	}
}
/******************************************************************************************
HEADER
*******************************************************************************************/
header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 10;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px 60px;
	height: 130px;
	-webkit-backdrop-filter: blur(0px);
	        backdrop-filter: blur(0px);
	-webkit-transition: padding 0.3s, height 0.3s;
	transition: padding 0.3s, height 0.3s;
}
header h1 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0;
	line-height: 0;
	margin-right: 60px;
}
header h1 img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
header h1 figure {
	position: relative;
}
header h1 figure .white {
	position: absolute;
	left: 0;
	top: 0;
}
header h1 figure .color {
	opacity: 0;
}
header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header nav a {
	margin-right: 40px;
}
header nav a:hover {
	color: #FF7C19 !important;
}
header a.btn {
	height: 50px;
	padding: 0 30px;
}
header a {
	color: #fff;
}
header .header-content {
	width: 100%;
}
header .header-content__scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
header.black {
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(3px);
	        backdrop-filter: blur(3px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	height: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
}
header.black h1 figure .white {
	opacity: 0;
}
header.black h1 figure .color {
	opacity: 1;
}
header.black nav a {
	color: #000;
}

.hamburger {
	display: block;
	position: fixed;
	right: 20px;
	top: 18px;
	z-index: 10;
	width: 32px;
	height: 23px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 0;
	pointer-events: none;
}
.hamburger span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.black .hamburger span {
	background-color: #000;
}
.hamburger span:nth-of-type(1) {
	top: 0px;
}
.hamburger span:nth-of-type(2) {
	top: 11px;
}
.hamburger span:nth-of-type(3) {
	bottom: 0px;
}
.hamburger.active span {
	background-color: #000 !important;
}
.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	-ms-transform: translateY(11px) rotate(-45deg);
	    transform: translateY(11px) rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
	opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	-ms-transform: translateY(-11px) rotate(45deg);
	    transform: translateY(-11px) rotate(45deg);
}
.hamburger.active ~ .header-content {
	-webkit-transform: translateY(0) !important;
	    -ms-transform: translateY(0) !important;
	        transform: translateY(0) !important;
	pointer-events: auto;
}

@media screen and (max-width: 1080px) {
	header {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 960px) {
	header {
		padding: 0 20px !important;
		height: 60px !important;
	}
	header h1 {
		margin-right: 0;
	}
	header h1 img {
		width: 100px;
	}
	header nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 30px;
	}
	header nav a {
		margin: 10px;
		color: #000 !important;
	}
	header .header-content {
		position: absolute;
		left: 0;
		top: 60px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		width: 100vw;
		height: 100vh;
		background-color: rgba(255, 255, 255, 0);
		-webkit-transform: translate(100%, 0) !important;
		    -ms-transform: translate(100%, 0) !important;
		        transform: translate(100%, 0) !important;
		overflow-y: scroll;
	}
	header .header-content__scroll {
		height: 100vh;
		padding: 60px 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.modal-open header h1 figure .white {
		opacity: 0 !important;
	}
	.modal-open header h1 figure .color {
		opacity: 1 !important;
	}
	.hamburger {
		opacity: 1;
		pointer-events: auto;
		display: block;
		pointer-events: auto;
		-webkit-transform: translateY(0) !important;
		    -ms-transform: translateY(0) !important;
		        transform: translateY(0) !important;
	}
	.hamburger.active ~ .header-content {
		background-color: rgb(255, 255, 255);
		-webkit-transform: translate(0, 0) !important;
		    -ms-transform: translate(0, 0) !important;
		        transform: translate(0, 0) !important;
	}
	.hamburger.active ~ .header-content nav {
		pointer-events: auto;
	}
}
/******************************************************************************************
MV
*******************************************************************************************/
.mv {
	padding-right: 40px;
	padding-left: 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#4580E6), to(#A387FE));
	background: linear-gradient(90deg, #4580E6, #A387FE);
	height: 680px;
	color: #fff;
}
.mv::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(./assets/img/mv_bg.svg) center top no-repeat;
	z-index: 0;
}
.mv::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -60px;
	width: 835px;
	height: 684px;
	background: url(./assets/img/mv_img.png) left top/cover no-repeat;
	z-index: 0;
}
.mv .sec__inner {
	position: relative;
	z-index: 1;
}
.mv h1 {
	margin-bottom: 20px;
	margin-top: 40px;
}
.mv p {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.mv .btn {
	width: 540px;
	height: 90px;
	max-width: 100%;
	font-size: 2.2rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 40px;
}
.mv .btn small {
	font-size: 1.4rem;
}
.mv .btn::before {
	content: "";
	display: block;
	width: 20px;
}
.mv .btn::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(./assets/img/arw_right.svg) center center/cover no-repeat;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

@media screen and (max-width: 960px) {
	.mv {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.mv::before {
		background: url(./assets/img/mv_bg_sp.svg) center top/cover no-repeat;
	}
	.mv::after {
		position: relative;
		left: auto;
		-ms-flex-item-align: end;
		    align-self: flex-end;
		width: 640px;
		height: 524px;
		margin-top: -80px;
	}
	.mv .sec__inner {
		padding: 80px 0 0;
	}
	.mv h1 {
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 640px) {
	.mv {
		padding-right: 20px;
		padding-left: 20px;
	}
	.mv::after {
		width: calc(100vw - 40px);
		height: calc((100vw - 40px) * 0.82);
		margin-top: -20px;
		bottom: -40px;
	}
	.mv h1 {
		font-size: 3.2rem;
		margin-top: 0;
	}
	.mv h1 br {
		display: none;
	}
	.mv p {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.mv .btn {
		padding: 0 20px;
		height: 70px;
		font-size: 1.8rem;
	}
	.mv .btn small {
		font-size: 1.2rem;
	}
}
/******************************************************************************************
ISSUES
*******************************************************************************************/
.issues .sec__inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 640px;
	height: 640px;
	top: 60px;
	left: -120px;
	z-index: 0;
	background: url(/wp-content/uploads/2023/11/obj_rhombus.svg) center center/cover no-repeat;
}
.issues ul li {
	border-radius: 20px;
	background-color: #fff;
	padding: 40px 30px;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.issues ul li figure {
	margin: 0 auto 30px;
	text-align: center;
}
.issues ul li strong {
	color: #8688FD;
	background-color: #EDEDFF;
}

@media screen and (max-width: 640px) {
	.issues .sec__inner::before {
		width: 320px;
		height: 320px;
	}
	.issues ul li {
		border-radius: 10px;
		padding: 20px 15px;
	}
	.issues ul li figure {
		margin-bottom: 15px;
	}
}
/******************************************************************************************
WECAN
*******************************************************************************************/
.wecan {
	margin-top: -120px;
}
.wecan__inner {
	position: relative;
	padding-left: 25.67%;
}
.wecan__inner::after {
	content: "";
	display: block;
	border-radius: 30px;
	width: 600px;
	height: 600px;
	background: url(./assets/img/img_wecan.png) center center/cover no-repeat;
	position: absolute;
	top: 0;
	right: calc(74.33% + 90px);
}
.wecan ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: -40px;
}
.wecan ul li {
	margin-bottom: 40px;
}
.wecan ul h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.wecan ul h3::before {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 34px;
	height: 34px;
	margin-right: 15px;
	background: url(./assets/img/icon_check.svg) center center/cover no-repeat;
}

@media screen and (max-width: 960px) {
	.wecan__inner {
		padding-left: 0;
	}
	.wecan__inner::after {
		position: relative;
		right: auto;
		width: 100%;
		height: 50vw;
		margin-top: 60px;
	}
}
@media screen and (max-width: 640px) {
	.wecan {
		margin-top: -90px;
	}
	.wecan__inner::after {
		margin-top: 30px;
		border-radius: 15px;
	}
	.wecan ul {
		margin-bottom: -30px;
	}
	.wecan ul li {
		margin-bottom: 30px;
	}
	.wecan ul h3 {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.wecan ul h3::before {
		width: 22px;
		height: 22px;
		margin-right: 10px;
	}
}
/******************************************************************************************
WEDO
*******************************************************************************************/
.wedo {
	margin-bottom: 120px;
}
.wedo .sec__inner > * {
	position: relative;
}
.wedo .sec__inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 110px;
	height: 110px;
	bottom: 0px;
	left: -120px;
	z-index: 0;
	background: url(/wp-content/uploads/2023/11/obj_triangle_2.svg) center center/cover no-repeat;
}
.wedo .sec__inner::after {
	content: "";
	display: block;
	width: 1280px;
	height: 745px;
	background: url(./assets/img/img_wedo.png) left top/cover no-repeat;
	position: absolute;
	z-index: 0;
	left: 25.67%;
	top: 0;
	border-radius: 30px;
}
.wedo h2 {
	z-index: 1;
}
.wedo ul {
	z-index: 1;
	margin-top: 90px;
}
.wedo ul li {
	border-radius: 20px;
	background-color: #fff;
	padding: 0 30px 50px;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.wedo ul li i {
	width: 96px;
	height: 96px;
	margin: -48px auto 20px;
	border-radius: 48px;
	font-style: normal;
	background: -webkit-gradient(linear, left top, right top, from(#4580E6), to(#A387FE));
	background: linear-gradient(90deg, #4580E6, #A387FE);
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-size: 4.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1;
}

@media screen and (max-width: 960px) {
	.wedo {
		margin-top: -120px;
		margin-bottom: 0;
	}
	.wedo .sec__inner::after {
		width: 100%;
		height: 50vw;
		left: 0;
		position: relative;
		margin-top: 60px;
	}
}
@media screen and (max-width: 640px) {
	.wedo {
		margin-top: -90px;
	}
	.wedo .sec__inner::before {
		width: 55px;
		height: 55px;
		bottom: 30px;
		left: -20px;
	}
	.wedo .sec__inner::after {
		border-radius: 15px;
		margin-top: 30px;
	}
	.wedo ul {
		margin-top: 60px;
	}
	.wedo ul li {
		padding: 0 15px 25px;
	}
	.wedo ul li i {
		width: 64px;
		height: 64px;
		margin: -32px auto 15px;
		font-size: 2.2rem;
	}
}
/******************************************************************************************
CONSUL
*******************************************************************************************/
.consul {
	background-color: #fff;
}
.consul .sec__inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 480px;
	height: 480px;
	top: 120px;
	right: -120px;
	z-index: 0;
	background: url(/wp-content/uploads/2023/11/obj_circle.svg) center center/cover no-repeat;
}
.consul ul {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: -60px;
}
.consul ul li {
	margin-bottom: 60px;
}
.consul ul li figure {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.consul .sec__inner::before {
		width: 240px;
		height: 240px;
		top: 90px;
		right: -120px;
	}
	.consul ul {
		margin-bottom: -30px;
	}
	.consul ul li {
		margin-bottom: 30px;
	}
	.consul ul li figure {
		border-radius: 10px;
		margin-bottom: 15px;
	}
}
/******************************************************************************************
FLOW
*******************************************************************************************/
.flow .sec__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.flow .sec__inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 600px;
	height: 700px;
	bottom: 120px;
	left: 0px;
	z-index: 0;
	background: url(/wp-content/uploads/2023/11/obj_dots_1.svg) left top no-repeat, url(/wp-content/uploads/2023/11/obj_triangle_2.svg) left bottom no-repeat;
}
.flow .sec__inner ul {
	position: relative;
	width: 65.5%;
}
.flow .sec__inner ul li {
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.flow .sec__inner ul li i {
	width: 72px;
	height: 82px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	color: #8688FD;
	font-size: 3.2rem;
	margin-right: 38px;
	font-family: "Barlow", sans-serif;
	font-style: normal;
	padding-bottom: 10px;
	background: url(./assets/img/num_bg.svg) center center no-repeat;
}
.flow .sec__inner ul li h3 {
	margin-bottom: 10px;
}
.flow .sec__inner ul li small {
	display: block;
	margin-top: 5px;
	font-size: 1.4rem;
	color: #999;
}

@media screen and (max-width: 960px) {
	.flow .sec__inner {
		display: block;
	}
	.flow .sec__inner ul {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.flow .sec__inner::before {
		width: 300px;
		height: 800px;
		bottom: 30px;
		left: -20px;
		background-size: 300px, 50px;
	}
	.flow .sec__inner ul li {
		border-radius: 15px;
		padding: 30px 20px;
	}
	.flow .sec__inner ul li i {
		width: 48px;
		height: 54px;
		background-size: contain;
		font-size: 2.2rem;
		margin-right: 20px;
	}
	.flow .sec__inner ul li small {
		font-size: 1.2rem;
	}
}
/******************************************************************************************
ACHIEVE
*******************************************************************************************/
.achieve {
	position: relative;
	color: #fff;
	background: url(./assets/img/achieve_bg.png) center center/cover no-repeat;
}
.achieve * {
	color: #fff;
}
.achieve::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#4580E6), to(#A387FE));
	background: linear-gradient(90deg, #4580E6, #A387FE);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0.9;
}
.achieve__stats {
	margin-bottom: 40px;
}
.achieve__industry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.8rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: -20px;
}
.achieve__industry li {
	border: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 50px;
	padding: 15px 25px;
	margin: 0 10px 20px;
}
.achieve__industry li small {
	font-size: 1.4rem;
}
.achieve h3 {
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.achieve__industry {
		font-size: 1.4rem;
		margin-bottom: -10px;
	}
	.achieve__industry li {
		padding: 10px 15px;
		margin: 0 5px 10px;
		border-width: 1px;
	}
	.achieve__industry li small {
		font-size: 1.2rem;
	}
}
/******************************************************************************************
CUSTOMER
*******************************************************************************************/
.customer .sec__inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 640px;
	height: 640px;
	bottom: -120px;
	right: -120px;
	z-index: 0;
	background: url(/wp-content/uploads/2023/11/obj_rhombus.svg) center center/cover no-repeat;
}
.customer__item {
	margin-bottom: -20px;
}
.customer__item figure {
	border-radius: 20px;
	background-color: #fff;
	padding: 80px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 30px;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.customer__item h4 {
	color: #8688FD;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 5px;
}
.customer__item h4::before {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #8688FD;
	margin-right: 10px;
}
.customer__item p {
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.customer .sec__inner::before {
		width: 320px;
		height: 320px;
		bottom: -60px;
	}
	.customer__item figure {
		border-radius: 10px;
		padding: 40px 20px;
		margin-bottom: 15px;
	}
}
/******************************************************************************************
WHO
*******************************************************************************************/
.who {
	background-color: #fff;
}
.who .sec__inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 600px;
	height: 700px;
	bottom: 120px;
	left: 0px;
	z-index: 0;
	background: url(/wp-content/uploads/2023/11/obj_dots_2.svg) left top no-repeat, url(/wp-content/uploads/2023/11/obj_triangle_1.svg) left bottom no-repeat;
}
.who .sec__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.who__item + .who__item {
	margin-top: 90px;
}
.who__content {
	position: relative;
	width: 65.5%;
	margin-bottom: -30px;
}
.who__content__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 60px;
}
.who__content__name figure {
	width: 200px;
	height: 200px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 60px;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
.who__content__name h3 {
	font-size: 3.6rem;
	font-weight: normal;
}
.who__content__name h3 small {
	display: block;
	color: #8688FD;
	font-size: 1.8rem;
}
.who__content p {
	margin-bottom: 30px;
}
.who__content p + .who__content__name {
	margin-top: 90px;
}
.who__content ul {
	margin-top: -20px;
}

@media screen and (max-width: 960px) {
	.who .sec__inner {
		display: block;
	}
	.who__content {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.who .sec__inner::before {
		width: 300px;
		height: 800px;
		bottom: 30px;
		left: -20px;
		background-size: 300px, 50px;
	}
	.who__item + .who__item {
		margin-top: 60px;
	}
	.who__content p + .who__content__name {
		margin-top: 60px;
	}
	.who__content__name {
		margin-bottom: 30px;
	}
	.who__content__name figure {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		width: 120px;
		height: 120px;
		border-radius: 10px;
		margin-right: 30px;
	}
	.who__content__name h3 {
		font-size: 2.2rem;
	}
	.who__content__name h3 small {
		font-size: 1.4rem;
	}
}
/******************************************************************************************
PRICE
*******************************************************************************************/
.price ul li {
	border-radius: 20px;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
	background: -webkit-gradient(linear, left top, right top, from(#4580E6), to(#A387FE));
	background: linear-gradient(90deg, #4580E6, #A387FE);
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px;
}
.price ul li h2 {
	font-size: 1.8rem;
	margin-bottom: 0;
}
.price ul li strong {
	font-family: "Barlow", sans-serif;
	font-weight: normal;
	font-size: 6.4rem;
	line-height: 1.4;
}
.price ul li span {
	display: block;
	margin-top: 60px;
}

.annotation {
	margin-top: 30px;
	text-align: center;
	font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
	.price__num {
		margin-top: auto;
	}
	.price ul li {
		border-radius: 10px;
		padding: 20px;
	}
	.price ul li h2 {
		font-size: 1.6rem;
	}
	.price ul li h2 br {
		display: none;
	}
	.price ul li strong {
		font-size: 4.8rem;
	}
	.price ul li small {
		font-size: 1.2rem;
	}
	.annotation {
		font-size: 1.2rem;
	}
}
/******************************************************************************************
FAQ
*******************************************************************************************/
.faq {
	background-color: #fff;
	overflow: hidden;
}
.faq .sec__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.faq .sec__inner::before {
	content: "";
	display: block;
	position: absolute;
	width: 480px;
	height: 480px;
	bottom: -120px;
	left: -120px;
	z-index: 0;
	background: url(/wp-content/uploads/2023/11/obj_circle.svg) center center/cover no-repeat;
}
.faq__content {
	width: 65.5%;
	margin-bottom: -25px;
	border-top: 1px solid #ccc;
	padding-top: 25px;
}
.faq__content h4 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.faq__content h4 i {
	color: #8688FD;
}
.faq__content p {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.faq__content i {
	font-family: "Barlow", sans-serif;
	font-size: 2.2rem;
	font-weight: normal;
	font-style: normal;
	margin-right: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 960px) {
	.faq .sec__inner {
		display: block;
	}
	.faq__content {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.faq .sec__inner::before {
		width: 240px;
		height: 240px;
		bottom: -60px;
	}
	.faq__content h4 {
		font-size: 1.6rem;
	}
}
/******************************************************************************************
CONTACT
*******************************************************************************************/
.contact .sec__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.contact h2 {
	margin-bottom: 20px;
}
.contact__content {
	width: 65.5%;
	margin-bottom: -25px;
}
.contact__content > p {
	margin-bottom: 40px;
}
.contact__content em {
	color: #FF7C19;
	font-style: normal;
}

form label {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
}
form label > span:first-child {
	width: 160px;
	margin-right: 20px;
	padding-top: 12px;
	font-weight: bold;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
form label > span:last-child {
	width: 100%;
}
form input[type=text], form input[type=email] {
	padding: 15px;
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
form input[type=submit] {
	border: none;
	height: 60px;
	width: 240px;
	font-size: 1.8rem;
	margin-left: 180px;
	cursor: pointer;
}
form select, form textarea {
	padding: 15px;
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
form select {
	cursor: pointer;
}
form .wpcf7-not-valid-tip {
	font-weight: bold;
	margin-top: 5px;
	font-size: 1.4rem;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid #8688FD !important;
	color: #8688FD;
	font-weight: bold;
	border-radius: 6px;
	padding: 10px 20px;
}

.wpcf7 form.failed .wpcf7-response-output {
	border: none;
	background: #dc3232;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	padding: 10px 20px;
}

@media screen and (max-width: 960px) {
	.contact .sec__inner {
		display: block;
	}
	.contact__content {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	form label {
		display: block;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	form label > span:first-child {
		display: block;
		margin-bottom: 5px;
		width: 100%;
		margin-right: 0;
		padding: 0;
	}
	form input[type=submit] {
		margin: 0 auto;
		text-align: center;
	}
}
/******************************************************************************************
FOOTER
*******************************************************************************************/
footer {
	background-color: #fff;
	padding: 60px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
footer .logo {
	margin-right: 40px;
}
footer .copyright {
	margin-left: auto;
	font-family: "Barlow", sans-serif;
	font-size: 1.4rem;
}
footer ul {
	font-size: 1.4rem;
}
footer a {
	color: #000;
}

@media screen and (max-width: 960px) {
	footer {
		padding-right: 20px;
		padding-left: 20px;
		display: block;
	}
	footer .logo {
		margin-right: 0;
		margin-bottom: 30px;
	}
	footer .copyright {
		margin-top: 30px;
		text-align: right;
	}
	footer img {
		width: 100px;
	}
}
@media screen and (max-width: 640px) {
	footer {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}
/*# sourceMappingURL=style.css.map */