@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%;
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}
body {
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	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: 400;
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: 700;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
}
picture,
img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
picture img {
	display: block;
	width: 100%;
}
figure {
	display: block;
	margin: 0;
}
a {
	text-decoration: none;
	transition: .4s;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	/*
	transition: .4s;
	*/
}
a:hover img {
	opacity: 1.0;
	_filter: alpha(opacity=100);
}
:focus {
	outline: none;
}


/* PARTS */

.forSp {
	display: none;
}
.flex {
	display: flex;
}
._inner {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
._wrapper {
	padding-top: 110px;
}

.item_btn {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
.item_btn p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 1.8rem;
	font-weight: 900;
	color: #FF5B0E;
	letter-spacing: .05em;
	line-height: 1.3em;
	margin-bottom: 8px;
}
.item_btn p:before,
.item_btn p:after {
	content: '';
	display: block;
	width: 14px;
	height: 22px;
}
.item_btn p:before {
	background: url(/assets/lp02/img/serif_left.svg) center center /contain no-repeat;
}
.item_btn p:after {
	background: url(/assets/lp02/img/serif_right.svg) center center /contain no-repeat;
}
.item_btn a {
	display: block;
}
.item_btn a img {
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
.item_btn i {
	position: absolute;
	right: -10px;
	bottom: -20px;
	width: 48px;
	display: block;
	animation: _finger 1s infinite;
}
@keyframes _finger {
	0%{-webkit-transform:translateY(0);transform:translateY(0);}
	50%{-webkit-transform:translateY(6px);transform:translateY(6px);}
	100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
._bururi {
	animation: bururi 1s infinite;
}
@keyframes bururi {
	50% {
		transform: scale(1, 1);
	}
	52% {
		transform: scale(0.98, 0.95);
	}
	54% {
		transform: scale(1, 1);
	}
	56% {
		transform: scale(0.98, 0.95);
	}
	58% {
		transform: scale(1, 1);
	}
	60% {
		transform: scale(0.98, 0.95);
	}
}

._heading_v1 {
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 50px;
	font-feature-settings: "palt";
}
._heading_v1 span {
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: .02em;
	line-height: 1.5em;
	margin-bottom: 5px;
	font-feature-settings: "palt";
	display: block;
}

._col_txt {
	flex-direction: row-reverse;
	gap: 60px;
}
._col_txt._type2 {
	flex-direction: row;
	margin-top: 60px;
}
._col_txt ._img {
	width: 46%;
}
._col_txt ._img p {
	font-size: 1rem;
	line-height: 1.6em;
	margin-top: 10px;
}
._col_txt ._txt {
	flex: 1;
	padding-top: 30px;
}
._col_txt h3 {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding-left: 36px;
	position: relative;
}
._col_txt h3:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #20BC50;
	width: 8px;
	height: 100%;
	border-radius: 4px;
}
._col_txt ._txt p {
	line-height: 1.8em;
}
._col_txt ._txt p b {
	color: #FF5B0E;
}

._col_txts {
	gap: 65px;
	margin-bottom: 80px;
}
._col_txts ._item {
	flex: 1;
}
._col_txts ._item h3 {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.6em;
	margin: 16px 0 12px;
}
._col_txts ._item p {
	line-height: 1.8em;
}
._col_box {
	border-radius: 20px;
	padding: 0 60px 60px 60px;
	background: #e2e2e2;
}
._col_box h4 {
	text-align: center;
	transform: translate(0,-50%);
	margin-bottom: 12px;
}
._col_box h4 strong {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.6em;
	padding: 8px 30px;
	border-radius: 24px;
	color: #fff;
	background: #333;
}
._col_box ._inn {
	border-radius: 20px;
	padding: 20px;
	background: #fff;
}


/* HEADER */

.l_header {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
	z-index: 100;
}
.l_header ._inner {
	max-width: 1230px;
	height: 109px;
	align-items: center;
}
.l_header ._logo {
	align-items: center;
}
.l_header ._logo {
	width: 214px;
	height: 47px;
}
.l_header .__btn {
	margin-left: auto;
	display: block;
	max-width: 286px;
}


/* FOOTER */

.l_footer {
	font-size: 1.4rem;
	border-top: 1px solid #e2e2e2;
	background: #fff;
	padding: 35px 15px;
	justify-content: center;
	gap: 30px;
}
.l_footer p {
	color: #666;
}
.l_footer p a {
	color: #51b0ec;
}
.l_footer ul {
	gap: 15px;
}
.l_footer ul li a {
	color: #51b0ec;
}


/* KV */

.l_kv {
	background: #F5F3E3;
	padding: 0 15px;
}
.l_kv picture {
	max-width: 1000px;
	margin: 0 auto;
}


/* SECTION_1 */

.l_sec1 {
	padding: 40px 0 120px;
	border-bottom: 1px solid #e2e2e2;
}
.l_sec1 .item_btn {
	margin-bottom: 80px;
}


/* SECTION_2 */

.l_sec2 {
	padding: 100px 0 120px;
	border-bottom: 1px solid #e2e2e2;
}
.l_sec2 .item_btn {
	margin-top: 60px;
}


/* SECTION_3 */

.l_sec3 {
	padding: 100px 0 120px;
	border-bottom: 1px solid #e2e2e2;
}
.l_sec3 ._col_box {
	background: #E2F6F3;
}
.l_sec3 ._col_box h4 strong {
	background: #19AFED;
}
.l_sec3 ._col_box p {
	text-align: center;
	margin: 5px 0 15px;
}
.l_sec3 ._col_box p strong {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.6em;
	border-bottom: 4px solid #19AFED;
}


/* SECTION_4 */

.l_sec4 {
	padding: 100px 0 120px;
}
.l_sec4 ._col_box {
	background: #FFF3ED;
	margin-bottom: 60px;
}
.l_sec4 ._col_box h4 strong {
	background: #FF5B0E;
}
.l_sec4 ._col_box ._inn {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 60px;
	padding: 60px;
}
.l_sec4 ._col_box ._inn img {
	width: 40%;
	max-width: 300px;
}
.l_sec4 ._col_box ._inn p {
	flex: 1;
	font-size: 1.5rem;
	line-height: 1.8em;
}


/* SECTION_5 */

.l_sec5 {
	background: #E6F6E2;
	padding: 100px 0 120px;
}
.l_sec5 ._people {
	gap: 40px;
}
.l_sec5 ._people ._item {
	flex: 1;
}
.l_sec5 ._people ._item img {
	max-width: 250px;
	margin: 0 auto 30px;
}
.l_sec5 ._people ._item ._serif {
	border: 2px solid #333;
	background: #fff;
	border-radius: 20px;
	position: relative;
	padding: 12px 16px;
	margin-bottom: 16px;
}
.l_sec5 ._people ._item ._serif:before {
	content: '';
	position: absolute;
	top: -27px;
	left: 50%;
	transform: translate(-50%,0);
	border: 9px solid transparent;
	border-bottom: 18px solid #333;
}
.l_sec5 ._people ._item ._serif:after {
	content: '';
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translate(-50%,0);
	border: 9px solid transparent;
	border-bottom: 18px solid #fff;
}
.l_sec5 ._people ._item ._serif p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8em;
}
.l_sec5 ._people ._item ._sup {
	font-size: 1.2rem;
	line-height: 1.6em;
	margin-top: 8px;
}


/* SECTION_6 */

.l_sec6 {
	padding: 100px 0 120px;
}
.l_sec6 ._list_voice {
	margin-bottom: 60px;
	gap: 20px;
}
.l_sec6 ._list_voice ._item {
	flex: 1;
	border: 1px solid #E2E2E2;
	border-radius: 8px;
	padding: 24px;
}
.l_sec6 ._list_voice ._item ._head {
	align-items: center;
	margin-bottom: 12px;
	gap: 15px;
}
.l_sec6 ._list_voice ._item ._head img {
	width: 100px;
}
.l_sec6 ._list_voice ._item ._head p {
	font-size: 1.2rem;
	line-height: 1.6em;
	flex: 1;
}
.l_sec6 ._list_voice ._item ._body p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8em;
}


/* SECTION_7 */

.l_sec7 {
	background: #f5f3e3;
	padding: 100px 0 120px;
}
.l_sec7 ._list_flow {
	max-width: 840px;
	margin: 0 auto 60px;
	position: relative;
}
.l_sec7 ._list_flow:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 12px;
	height: 100%;
	background: #ffcb05;
}
.l_sec7 ._list_flow ._item {
	background: #fff;
	border-radius: 20px;
	background: #fff;
	position: relative;
	align-items: center;
	gap: 50px;
	padding: 50px;
}
.l_sec7 ._list_flow ._item + ._item {
	margin-top: 30px;
}
.l_sec7 ._list_flow ._item figure {
	width: 40%;
	max-width: 300px;
}
.l_sec7 ._list_flow ._item p {
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.6em;
	flex: 1;
}
.l_sec7 ._list_flow ._item p b {
	color: #FF5B0E;
}
.l_sec7 ._list_flow ._item i {
	display: block;
	width: 48px;
	position: absolute;
	top: -10px;
	left: -10px;
}


/* SECTION_8 */

.l_sec8 {
	padding: 100px 0 120px;
}
.l_sec8 ._list_faq ._item {
	border-bottom: 1px solid #e2e2e2;
	padding: 30px 0;
	align-items: center;
}
.l_sec8 ._list_faq ._item:first-child {
	padding-top: 0;
}
.l_sec8 ._list_faq ._item .flex {
	gap: 20px;
}
.l_sec8 ._list_faq ._item i {
	display: block;
	width: 44px;
	height: 44px;
}
.l_sec8 ._list_faq ._item p {
	font-size: 1.8rem;
	line-height: 1.8em;
	flex: 1;
}
.l_sec8 ._list_faq ._item .__q {
	margin-bottom: 20px;
	align-items: center;
}
.l_sec8 ._list_faq ._item .__q p {
	font-weight: 700;
}
.l_sec8 ._list_faq ._item .__q i {
	background: url(/assets/lp02/img/ico_faq_q.svg) center center /contain no-repeat;
}
.l_sec8 ._list_faq ._item .__a i {
	background: url(/assets/lp02/img/ico_faq_a.svg) center center /contain no-repeat;
}


/* FOOTER_BANNER */

.l_banner {
	background: #F5F3E3;
}
.l_banner ._inner {
	height: 420px;
	gap: 40px;
}
.l_banner ._txt {
	flex: 1;
	padding-top: 60px;
}
.l_banner ._txt .item_btn {
	margin: 40px 0 0 0;
}
.l_banner ._img {
	display: flex;
	align-items: flex-end;
	max-width: 280px;
	width: 28%;
}
















@media only screen and (max-width: 767px) {
	
	
	/* PARTS */
	
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	._inner {
		max-width: 510px;
	}
	._wrapper {
		padding-top: 60px;
	}
	
	.item_btn p {
		gap: 6px;
		font-size: 1.2rem;
		letter-spacing: .02em;
		margin-bottom: 6px;
	}
	.item_btn p:before,
	.item_btn p:after {
		width: 10px;
		height: 16px;
	}
	.item_btn i {
		right: -5px;
		bottom: -10px;
		width: 32px;
	}
	
	._heading_v1 {
		font-size: 2.9rem;
		letter-spacing: 0;
		text-align: left;
		margin-bottom: 25px;
	}
	._heading_v1 span {
		font-size: 1.5rem;
		line-height: 1.5em;
		letter-spacing: 0;
	}
	
	._col_txt {
		flex-direction: column-reverse;
		gap: 30px;
	}
	._col_txt._type2 {
		flex-direction: column-reverse;
		margin-top: 40px;
	}
	._col_txt ._img {
		width: 100%;
	}
	._col_txt ._txt {
		width: 100%;
		padding-top: 0;
	}
	._col_txt h3 {
		font-size: 2.2rem;
		margin-bottom: 20px;
		padding-left: 26px;
	}
	._col_txt h3:before {
		width: 6px;
		border-radius: 3px;
	}
	
	._col_txts {
		flex-direction: column;
		gap: 40px;
		margin-bottom: 40px;
	}
	._col_txts ._item {
		width: 100%;
	}
	._col_txts ._item img {
		margin: 0 auto;
		width: 80%;
		max-width: 260px;
	}
	._col_txts ._item h3 {
		margin: 12px 0 8px;
	}
	
	._col_box {
		padding: 0 15px 15px 15px;
	}
	._col_box h4 {
		transform: translate(0,0);
		margin-bottom: 15px;
	}
	._col_box h4 strong {
		display: block;
		font-size: 1.6rem;
		padding: 10px 8px;
		margin: 0 -15px;
		border-radius: 20px 20px 0 0;
	}
	._col_box ._inn {
		border-radius: 20px;
		padding: 10px 15px 15px 15px;
	}
	
	
	/* HEADER */
	
	.l_header ._inner {
		height: 59px;
		padding: 0 10px;
	}
	.l_header ._logo {
		max-width: 130px;
	}
	.l_header .__btn {
		max-width: 170px;
	}
	
	
	/* FOOTER */
	
	.l_footer {
		font-size: 1.0rem;
		padding: 20px 10px;
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.l_footer ul {
		gap: 8px;
	}
	
	
	/* KV */
	
	.l_kv {
		padding: 0;
	}
	
	
	/* SECTION_1 */
	
	.l_sec1 {
		padding: 15px 0 60px;
	}
	.l_sec1 .item_btn {
		margin-bottom: 50px;
	}
	
	
	
	/* SECTION_2 */
	
	.l_sec2 {
		padding: 50px 0 60px;
	}
	.l_sec2 .item_btn {
		margin-top: 40px;
	}
	
	
	/* SECTION_3 */
	
	.l_sec3 {
		padding: 50px 0 60px;
	}
	.l_sec3 ._col_box p {
		margin: 5px 0 15px;
	}
	.l_sec3 ._col_box p strong {
		font-size: 1.5rem;
		letter-spacing: 0;
		border-bottom: 2px solid #19AFED;
		font-feature-settings: "palt";
		padding-bottom: 5px;
	}
	
	
	/* SECTION_4 */
	
	.l_sec4 {
		padding: 50px 0 60px;
	}
	.l_sec4 ._col_box {
		margin-bottom: 40px;
	}
	.l_sec4 ._col_box ._inn {
		flex-direction: column-reverse;
		gap: 30px;
		padding: 30px;
	}
	.l_sec4 ._col_box ._inn img {
		width: 80%;
		max-width: 260px;
	}
	.l_sec4 ._col_box ._inn p {
		font-size: 1.4rem;
	}
	
	
	/* SECTION_5 */
	
	.l_sec5 {
		padding: 50px 0 60px;
	}
	.l_sec5 ._people {
		flex-direction: column;
		gap: 40px;
	}
	.l_sec5 ._people ._item {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.l_sec5 ._people ._item img {
		max-width: 160px;
		margin: 30px auto 0;
		order: 2;
	}
	.l_sec5 ._people ._item ._serif {
		margin-bottom: 0;
		order: 1;
	}
	.l_sec5 ._people ._item ._serif:before {
		top: auto;
		bottom: -27px;
		border-bottom: 9px solid transparent;
		border-top: 18px solid #333;
	}
	.l_sec5 ._people ._item ._serif:after {
		top: auto;
		bottom: -23px;
		border-bottom: 9px solid transparent;
		border-top: 18px solid #fff;
	}
	.l_sec5 ._people ._item ._sup {
		width: 240px;
		margin: 8px auto 0;
		order: 3;
	}
	
	
	/* SECTION_6 */
	
	.l_sec6 {
		padding: 50px 0 60px;
		overflow: hidden;
	}
	.l_sec6 ._list_voice {
		margin-bottom: 40px;
		display: block;
	}
	.l_sec6 ._list_voice ._item {
		width: 100%;
	}
	.l_sec6 ._list_voice ._item ._body p {
		font-size: 1.4rem;
	}
	.l_sec6 ._list_voice .slick-track {
		display: flex;
	}
	.l_sec6 ._list_voice .slick-list {
		overflow: visible;
	}
	.l_sec6 ._list_voice .slick-slide {
		margin: 0 5px;
		height: auto !important;
	}
	.l_sec6 ._list_voice .slick-dots {
		bottom: -16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.l_sec6 ._list_voice .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 6px;
	}
	.l_sec6 ._list_voice .slick-dots li button {
		width: 6px;
		height: 6px;
		padding: 0;
	}
	.l_sec6 ._list_voice .slick-dots li button:before {
		font-size: 0;
		line-height: 6px;
		width: 6px;
		height: 6px;
		content: '';
		opacity: 1;
		border-radius: 50%;
		background: #d2d2d2;
	}
	.l_sec6 ._list_voice .slick-dots li.slick-active button:before {
		background: #333;
	}
	
	
	/* SECTION_7 */
	
	.l_sec7 {
		padding: 50px 0 60px;
	}
	.l_sec7 ._list_flow {
		margin: 0 auto 40px;
	}
	.l_sec7 ._list_flow:before {
		width: 8px;
	}
	.l_sec7 ._list_flow ._item {
		border-radius: 10px;
		height: 120px;
		gap: 15px;
		padding: 0 20px;
	}
	.l_sec7 ._list_flow ._item + ._item {
		margin-top: 15px;
	}
	.l_sec7 ._list_flow ._item figure {
		max-width: 100px;
	}
	.l_sec7 ._list_flow ._item p {
		font-size: 1.3rem;
	}
	.l_sec7 ._list_flow ._item i {
		width: 28px;
		top: -5px;
		left: -5px;
	}
	
	
	/* SECTION_8 */
	
	.l_sec8 {
		padding: 50px 0 60px;
	}
	.l_sec8 ._list_faq ._item {
		padding: 20px 0;
	}
	.l_sec8 ._list_faq ._item .flex {
		gap: 10px;
	}
	.l_sec8 ._list_faq ._item i {
		width: 28px;
		height: 28px;
	}
	.l_sec8 ._list_faq ._item p {
		font-size: 1.4rem;
	}
	.l_sec8 ._list_faq ._item .__q {
		margin-bottom: 12px;
	}
	
	
	/* FOOTER_BANNER */
	
	.l_banner ._inner {
		display: block;
		height: auto;
		padding: 30px 20px;
	}
	.l_banner ._txt {
		padding-top: 0;
	}
	.l_banner ._txt .item_btn {
		margin: 20px 0 0 0;
	}
	.l_banner ._img {
		display: none;
	}
	
	
	
	
	
}