@charset "UTF-8";


/* COMMON */

* {
	-webkit-text-size-adjust: 100%;
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
body {
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.0em;
	letter-spacing: 0;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,dl,dt,dd,table,tr,th,td,b,span,strong {
	line-height: 1.0em;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: 900;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
}
picture,
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	display: block;
}
figure {
	display: block;
	margin: 0;
}
a {
	text-decoration: none;
	transition: .4s;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
a:hover img {
	opacity: 1.0;
	_filter: alpha(opacity=100);
}
:focus {
	outline: none;
}


/* PARTS */

.forSp {
	display: none;
}
.flex {
	display: flex;
}
._inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
._item_head {
	margin-bottom: 60px;
	text-align: center;
}
._item_head ._sup {
	font-family: "Poppins";
	color: #0075CB;
	font-size: 6.4rem;
	font-weight: 900;
	letter-spacing: .05em;
	margin-bottom: 15px;
}
._item_head h2 {
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: .1em;
	line-height: 1.5em;
}


/* KV */

.l_kv {
	position: relative;
	color: #fff;
	background: url(../img/kv_bg_pc.png) center center /cover no-repeat;
	height: 520px;
}
.l_kv h1 {
	position: absolute;
	top: 15px;
	left: 30px;
}
.l_kv ._inner {
	height: 520px;
	display: flex;
	align-items: center;
}
.l_kv ._img {
	position: absolute;
	right: 40px;
	bottom: 0;
	max-width: 450px;
	width: 43.269%;
}
.l_kv ._txt {
	max-width: 450px;
	width: 45%;
}
.l_kv p {
	position: absolute;
	right: 80px;
	bottom: 20px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7em;
	text-shadow: 0 0 8px #000;
}


/* FOOTER */

.l_footer {
	background: #333;
	color: #fff;
	padding: 35px 0;
}
.l_footer ._txt {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #fff;
}
.l_footer ._txt ul li {
	font-size: 1.2rem;
	line-height: 1.6em;
	padding-left: 1em;
	position: relative;
}
.l_footer ._txt ul li:before {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	display: block;
	background: #fff;
	position: absolute;
	top: 8px;
	left: 0;
}
.l_footer ._nav {
	gap: 20px;
}
.l_footer ._nav li a {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6em;
}
.l_footer ._copy {
	font-size: 1.2rem;
	line-height: 1.6em;
	text-align: right;
	margin-top: 30px;
}


/* CTA */

.l_cta {
	background: #6EC878;
	padding: 30px 10px;
	position: relative;
	overflow: hidden;
}
.l_cta ._inner {
	max-width: 1000px;
	background: #fff;
	border-radius: 4px;
	padding: 40px 20px 50px;
	text-align: center;
}
.l_cta h2 {
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.l_cta p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5em;
	margin: 20px 0 5px;
}
.l_cta a {
	color: #fff;
	background: #03C755;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	max-width: 560px;
	height: 80px;
	margin: 0 auto;
}
.l_cta a img {
	display: block;
	width: 40px;
}
.l_cta a span {
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
}
.l_cta ._img_left {
	width: 23.4%;
	max-width: 234px;
	position: absolute;
	bottom: -30px;
	left: -44px;
}
.l_cta ._img_right {
	width: 23.4%;
	max-width: 234px;
	position: absolute;
	bottom: -30px;
	right: -44px;
}

.l_cta_sp {
	display: none;
}


/* LEAD */

.l_lead {
	padding-top: 120px;
}
.l_lead h2 {
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 50px;
}
.l_lead .list_serif {
	align-items: center;
	flex-wrap: wrap;
	gap: 50px 30px;
}
.l_lead .list_serif ._item {
	position: relative;
	border-radius: 8px;
	border: 2px solid #333;
	box-shadow: 0 3px #333;
	padding: 20px;
	width: calc((100% - 60px) / 3);
}
.l_lead .list_serif ._item:before {
	content: '';
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-top: 20px solid #FFF;
	z-index: 2;
}
.l_lead .list_serif ._item:after {
	content: '';
	position: absolute;
	bottom: -36px;
	left: 50%;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-top: 20px solid #333;
	z-index: 1;
}
.l_lead .list_serif ._item p {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5em;
}
.l_lead ._img {
	margin: 50px 35px -1px auto;
	max-width: 520px;
	width: 52%;
}


/* FEATURE */

.l_feature {
	padding: 100px 0 120px;
	background: #F5F9FF;
}
.l_feature .list_feature ._item {
	align-items: center;
	gap: 40px;
}
.l_feature .list_feature ._item:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.l_feature .list_feature ._item + ._item {
	margin-top: 60px;
}
.l_feature .list_feature ._item ._txt {
	flex: 1;
}
.l_feature .list_feature ._item ._txt h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 30px;
}
.l_feature .list_feature ._item ._txt h3 span {
	display: block;
	font-weight: 700;
	width: 32px;
	line-height: 32px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	background: #0075CB;
}
.l_feature .list_feature ._item ._txt h3 strong {
	display: block;
	flex: 1;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5em;
	letter-spacing: .05em;
}
.l_feature .list_feature ._item ._txt p {
	line-height: 1.6em;
}
.l_feature .list_feature ._item img {
	max-width: 480px;
	width: 48%;
}


/* FLOW */

.l_flow {
	padding: 100px 0;
}
.l_flow .list_flow {
	justify-content: space-between;
	gap: 30px;
}
.l_flow .list_flow ._item {
	position: relative;
	width: calc((100% - 180px) / 3);
}
.l_flow .list_flow ._item ._num {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.8rem;
	font-weight: 700;
	color: #0075CB;
}
.l_flow .list_flow ._item img {
	margin: 0 auto 20px;
}
.l_flow .list_flow ._item ._txt h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 10px;
	text-align: center;
	height: 45px;
}
.l_flow .list_flow ._item ._txt h3 span {
	display: block;
	font-size: 1.5rem;
	font-weight: 900;
	font-size: 1.5rem;
	letter-spacing: .05em;
}
.l_flow .list_flow ._item ._txt h3 strong {
	display: block;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5em;
	letter-spacing: .05em;
}
.l_flow .list_flow ._item ._txt p {
	line-height: 1.6em;
}
.l_flow .list_flow ._next {
	display: block;
	width: 30px;
	height: 60px;
	background: url(../img/flow_next_pc.svg) center center /contain no-repeat;
	margin-top: 50px;
}


/* SUPPORTED */

.l_supported {
	padding-bottom: 120px;
	text-align: center;
}
.l_supported ._inner {
	max-width: 940px;
}
.l_supported h2 {
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 25px;
}
.l_supported p {
	line-height: 1.6em;
	margin-bottom: 40px;
}
.l_supported ._img {
	display: flex;
	align-items: center;
	gap: 60px;
}
.l_supported ._img ._cc {
	max-width: 330px;
	width: 36.666%;
}
.l_supported ._img ._exchange {
	flex: 1;
}


/* SPECIALIST */

.l_specialist {
	padding: 100px 0 120px;
}
.l_specialist ._inner {
	max-width: 840px;
}
.l_specialist img {
	border-radius: 4px;
}
.l_specialist ._txt {
	padding: 40px 0 0 0;
}
.l_specialist ._txt h3 {
	margin-bottom: 20px;
}
.l_specialist ._txt h3 span {
	display: block;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.l_specialist ._txt h3 strong {
	display: block;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5em;
	letter-spacing: .05em;
}
.l_specialist ._txt p {
	line-height: 2em;
}


/* VOICE */

.l_voice {
	padding: 100px 0 120px;
	background: #F4F4F4;
}
.l_voice ._inner {
	max-width: 940px;
}
.l_voice .list_voice ._item {
	align-items: center;
	gap: 40px;
}
.l_voice .list_voice ._item + ._item {
	margin-top: 50px;
}
.l_voice .list_voice ._item:nth-of-type(2n-1) {
	flex-direction: row-reverse;
}
.l_voice .list_voice ._item ._img {
	text-align: center;
	width: 17.777%;
	max-width: 160px;
	position: relative;
}
.l_voice .list_voice ._item ._img img {
	width: 100%;
	margin: 0 auto;
}
.l_voice .list_voice ._item ._img p {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5em;
	width: 100%;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.l_voice .list_voice ._item ._txt {
	flex: 1;
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 30px 40px;
}
.l_voice .list_voice ._item ._txt:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
	border: 12px solid transparent;
	border-right: 24px solid #FFF;
}
.l_voice .list_voice ._item ._txt h3 {
	margin-bottom: 15px;
}
.l_voice .list_voice ._item ._txt h3 strong {
	display: inline-block;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1.5em;
	border-bottom: 3px solid #0075CB;
}
.l_voice .list_voice ._item ._txt p {
	line-height: 1.6em;
}
.l_voice .list_voice ._item:nth-of-type(2n) ._txt:before {
	left: auto;
	right: -34px;
	border-right: 12px solid transparent;
	border-left: 24px solid #FFF;
}


/* FAQ */

.l_faq {
	padding: 100px 0 120px;
}
.l_faq .list_faq ._item {
	border-bottom: 1px solid #D2D2D2;
	padding: 40px 0 35px;
}
.l_faq .list_faq ._item:first-child {
	padding-top: 0;
}
.l_faq .list_faq ._item ._question {
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}
.l_faq .list_faq ._item ._question i {
	font-weight: 700;
	font-style: normal;
	display: block;
	width: 32px;
	line-height: 32px;
	color: #fff;
	background: #0075CB;
	border-radius: 4px;
	text-align: center;
}
.l_faq .list_faq ._item ._question p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5em;
	flex: 1;
}

.l_faq .list_faq ._item ._answer p {
	line-height: 1.6em;
}



/* PAGE */

.l_header {
	background: url(../img/kv_bg_pc.png) center center /cover no-repeat;
	padding: 15px 0;
}
.l_header ._logo {
	width: 140px;
}
.l_page {
	padding: 100px 0 120px;
	background: #F5F9FF;
}
.l_page ._item_head ._sup {
	font-size: 5.6rem;
	line-height: 1em;
}
.l_page ._item_head h1 {
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: .1em;
	line-height: 1.5em;
}
.l_page h2 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5em;
	letter-spacing: .05em;
	margin-bottom: 20px;
}
.l_page p {
	line-height: 1.6em;
	margin-bottom: 30px;
}
.l_page p + h2 {
	margin-top: 60px;
}
.l_page ul {
	margin-bottom: 30px;
}
.l_page ul li {
	line-height: 1.6em;
	position: relative;
	padding-left: 1em;
}
.l_page ul li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
.l_page table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.l_page table tr {
	border-bottom: 1px solid #D2D2D2;
}
.l_page table tr:nth-of-type(1) th,
.l_page table tr:nth-of-type(1) td {
	padding-top: 0;
}
.l_page table th {
	font-weight: 900;
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding: 35px 60px 35px 0;
}
.l_page table td {
	line-height: 1.6em;
	vertical-align: top;
	padding: 35px 0;
}






@media only screen and (max-width: 767px) {
	
	
	/* COMMON */
	
	body {
		font-size: 1.4rem;
	}
	
	
	/* PARTS */
	
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	._item_head {
		margin-bottom: 40px;
	}
	._item_head ._sup {
		font-size: 3.6rem;
		margin-bottom: 5px;
	}
	._item_head h2 {
		font-size: 1.3rem;
	}
	
	
	/* KV */
	
	.l_kv {
		height: auto;
		background: url(../img/kv_bg_sp.png) center center /cover no-repeat;
	}
	.l_kv h1 {
		top: 5px;
		left: 10px;
		width: 100px;
	}
	.l_kv ._inner {
		width: 84%;
		max-width: 480px;
		display: block;
		height: auto;
		padding: 20px 0 50px 0;
	}
	.l_kv ._img {
		position: relative;
		right: auto;
		bottom: auto;
		max-width: none;
		width: 63%;
		margin: 0 auto -45px;
	}
	.l_kv ._txt {
		max-width: none;
		width: 100%;
		position: relative;
	}
	.l_kv p {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 15px;
	}
	
	
	/* FOOTER */
	
	.l_footer {
		padding: 25px 0 105px;
	}
	.l_footer ._txt {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.l_footer ._txt ul li {
		font-size: 1rem;
	}
	.l_footer ._txt ul li:before {
		width: 2px;
		height: 2px;
		top: 7px;
	}
	.l_footer ._nav {
		gap: 15px;
		flex-direction: column;
	}
	.l_footer ._nav li {
		
	}
	.l_footer ._copy {
		font-size: 1rem;
		text-align: center;
		margin-top: 40px;
	}
	
	
	/* CTA */
	
	.l_cta {
		padding: 10px;
	}
	.l_cta ._inner {
		padding: 30px 20px 40px;
	}
	.l_cta h2 {
		font-size: 1.8rem;
	}
	.l_cta p {
		font-size: 1.3rem;
		margin: 15px 0 5px;
	}
	.l_cta a {
		max-width: 260px;
		height: 60px;
	}
	.l_cta a img {
		width: 30px;
	}
	.l_cta a span {
		font-size: 1.8rem;
	}
	.l_cta ._img_left {
		width: 18.309%;
		bottom: -10px;
		left: 10px;
	}
	.l_cta ._img_right {
		width: 18.309%;
		bottom: -10px;
		right: -10px;
	}
	
	.l_cta_sp {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 100;
	}
	.l_cta_sp a {
		color: #fff;
		background: #03C755;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
		height: 60px;
	}
	.l_cta_sp a img {
		display: block;
		width: 30px;
	}
	.l_cta_sp a span {
		display: block;
		font-size: 1.8rem;
		font-weight: 700;
	}
	
	
	/* LEAD */
	
	.l_lead {
		padding-top: 50px;
	}
	.l_lead h2 {
		font-size: 2rem;
		margin-bottom: 25px;
	}
	.l_lead .list_serif {
		gap: 40px 20px;
	}
	.l_lead .list_serif ._item {
		padding: 10px 15px;
		width: calc((100% - 20px) / 2);
	}
	.l_lead .list_serif ._item:before {
		bottom: -29px;
	}
	.l_lead .list_serif ._item:nth-of-type(2n) {
		transform: translateY(10px);
	}
	.l_lead .list_serif ._item p {
		font-size: 1.5rem;
	}
	.l_lead ._img {
		margin: 30px 0 -1px auto;
		width: 89.552%;
	}
	
	
	/* FEATURE */
	
	.l_feature {
		padding: 60px 0;
	}
	.l_feature .list_feature ._item {
		flex-direction: column;
		gap: 20px;
	}
	.l_feature .list_feature ._item:nth-of-type(2n) {
		flex-direction: column;
	}
	.l_feature .list_feature ._item + ._item {
		margin-top: 40px;
	}
	.l_feature .list_feature ._item ._txt h3 {
		gap: 10px;
		margin-bottom: 10px;
	}
	.l_feature .list_feature ._item ._txt h3 span {
		width: 28px;
		line-height: 28px;
	}
	.l_feature .list_feature ._item ._txt h3 strong {
		font-size: 1.7rem;
	}
	.l_feature .list_feature ._item img {
		width: 100%;
	}
	
	
	/* FLOW */
	
	.l_flow {
		padding: 60px 0;
	}
	.l_flow .list_flow {
		flex-direction: column;
		gap: 25px;
	}
	.l_flow .list_flow ._item {
		width: 100%;
	}
	.l_flow .list_flow ._item ._txt h3 {
		margin-bottom: 12px;
		height: auto;
	}
	.l_flow .list_flow ._item ._txt h3 span {
		font-size: 1.2rem;
		margin-bottom: 3px;
	}
	.l_flow .list_flow ._item ._txt h3 strong {
		font-size: 1.7rem;
	}
	.l_flow .list_flow ._next {
		width: 60px;
		height: 30px;
		background: url(../img/flow_next_sp.svg) center center /contain no-repeat;
		margin: 0 auto;
	}
	
	
	/* SUPPORTED */
	
	.l_supported {
		padding-bottom: 60px;
	}
	.l_supported h2 {
		font-size: 2rem;
		margin-bottom: 12px;
	}
	.l_supported p {
		margin-bottom: 40px;
		text-align: left;
	}
	.l_supported ._img {
		flex-direction: column;
		gap: 40px;
	}
	.l_supported ._img ._cc {
		max-width: 300px;
		width: 100%;
	}
	.l_supported ._img ._exchange {
		max-width: 300px;
		width: 100%;
	}
	
	
	/* SPECIALIST */
	
	.l_specialist {
		padding: 60px 0;
	}
	.l_specialist ._inner {
		padding: 0;
	}
	.l_specialist img {
		border-radius: 0;
	}
	.l_specialist ._txt {
		padding: 40px 30px 0 30px;
	}
	.l_specialist ._txt h3 {
		margin-bottom: 15px;
	}
	.l_specialist ._txt h3 span {
		font-size: 1.4rem;
		margin-bottom: 8px;
	}
	.l_specialist ._txt h3 strong {
		font-size: 1.8rem;
	}
	
	
	/* VOICE */
	
	.l_voice {
		padding: 60px 0;
	}
	.l_voice ._inner {
		padding: 0 10px;
	}
	.l_voice .list_voice ._item {
		flex-direction: column;
		gap: 30px;
	}
	.l_voice .list_voice ._item + ._item {
		margin-top: 30px;
	}
	.l_voice .list_voice ._item:nth-of-type(2n-1) {
		flex-direction: column;
	}
	.l_voice .list_voice ._item ._img {
		width: 100%;
	}
	.l_voice .list_voice ._item ._img img {
		width: 100px;
	}
	.l_voice .list_voice ._item ._img p {
		font-size: 1.2rem;
		margin-top: 8px;
		position: relative;
		bottom: auto;
		left: auto;
		transform: translateX(0);
	}
	.l_voice .list_voice ._item ._txt {
		padding: 20px;
	}
	.l_voice .list_voice ._item ._txt:before {
		top: auto;
		bottom: -34px;
		left: 50%;
		transform: translate(-50%,0);
		border-right: 12px solid transparent;
		border-top: 24px solid #FFF;
	}
	.l_voice .list_voice ._item ._txt h3 {
		margin-bottom: 10px;
	}
	.l_voice .list_voice ._item ._txt h3 strong {
		font-size: 1.6rem;
		border-bottom: 2px solid #0075CB;
	}
	.l_voice .list_voice ._item:nth-of-type(2n) ._txt:before {
		right: auto;
		left: 50%;
		border-left: 12px solid transparent;
		border-top: 24px solid #FFF;
	}
	
	
	/* FAQ */
	
	.l_faq {
		padding: 60px 0;
	}
	.l_faq .list_faq ._item {
		padding: 20px 0;
	}
	.l_faq .list_faq ._item ._question {
		gap: 10px;
		margin-bottom: 12px;
	}
	.l_faq .list_faq ._item ._question i {
		width: 28px;
		line-height: 28px;
	}
	.l_faq .list_faq ._item ._question p {
		font-size: 1.6rem;
	}
	
	
	
	/* PAGE */
	
	.l_header {
		padding: 10px 0;
	}
	.l_header ._logo {
		width: 100px;
	}
	.l_page {
		padding: 60px 0;
	}
	.l_page ._item_head ._sup {
		font-size: 2.8rem;
	}
	.l_page ._item_head h1 {
		font-size: 1.3rem;
	}
	.l_page h2 {
		font-size: 1.7rem;
		margin-bottom: 12px;
	}
	.l_page p {
		margin-bottom: 20px;
	}
	.l_page p + h2 {
		margin-top: 40px;
	}
	.l_page ul {
		margin-bottom: 20px;
	}
	.l_page ul li:before {
		top: 9px;
	}
	.l_page table tr {
		border-bottom: 1px solid #D2D2D2;
	}
	.l_page table th {
		display: block;
		font-size: 1.2rem;
		width: 100%;
		padding: 25px 0 15px 0;
	}
	.l_page table td {
		display: block;
		padding: 0 0 25px 0;
	}
	
	
}

