@charset "utf-8";

/* 変数
============================================================================================================ */
:root {
	--color-blue: #2c70ee;
	--color-sky: #2cb5ee;
	--color-cyan: #34f8ff;
	--color-yellow: #fff000;
	--bg-color-gray: #f7f7f7;
	--ff-noto: 'Noto Sans JP', sans-serif;
	--ff-en: din-2014, sans-serif;
	--ff-handwriting: ta-oonishi, var(--ff-noto);
	--base-degree: 26.565051177078deg;
	--base-skew-x: skewX(calc(var(--base-degree) * -1));
	--base-skew-x-r: skewX(var(--base-degree));
}

/*
============================================================================================================ */
body {
	background-color: var(--bg-color-gray);
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
.flowbottomSP {
	display: none;
}
.footerArea .copyArea {
	margin-bottom: 0;
}

#LP_header,
main {
	font-family: var(--ff-noto);
	font-feature-settings: "palt";
}
main *,
main *::before,
main *::after {
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
}
#LP_header img,
main img {
	height: auto;
}

.ff_en {
	font-family: var(--ff-en);
	font-weight: 700;
	font-style: normal;
}
.ff_handwriting {
	font-family: var(--ff-handwriting);
	font-weight: 300;
	font-style: normal;
	letter-spacing: -.1em;
}
.ff_handwriting .ls0 {
	letter-spacing: 0;
	margin-left: .1em;
}

.bg_ph {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	user-select: none;
	z-index: -1;
}
.bg_ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* lp_w
============================================================================================================ */
@media print, screen and (min-width: 461px) {
	.lp_w {
		width: 12.4rem;
		margin: 0 auto;
	}
}

/* LP_header
============================================================================================================ */
#LP_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#LP_header nav .line_btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: .45rem;
	padding: 0 .6rem 0 .35rem;
	background-color: #2c70ee;
	border: .02rem solid #2c70ee;
	border-radius: 100px;
	color: #fff;
	box-sizing: border-box;
}
#LP_header nav .line_btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: .28rem;
	width: .2rem;
	border-top: 1px solid;
}
#LP_header nav .line_btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: .21rem;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	transform: translateY(-50%);
}
@media print, screen and (min-width: 461px) {
	#LP_header {
		min-width: 1024px;
	}
	#LP_header .lp_w {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 1.05rem;
	}
	#LP_header .logo img {
		width: 2.7rem;
	}
	#LP_header nav ul {
		display: flex;
		align-items: center;
		font-size: .14rem;
		font-weight: 700;
	}
	#LP_header nav a {
		position: relative;
		display: block;
		padding: 0.7em 1em;
		color: #000;
		letter-spacing: .1em;
		cursor: pointer;
	}
	#LP_header nav a:hover {
		opacity: 1;
	}
	#LP_header nav .line_btn {
		margin-left: .25rem;
	}
	#LP_header nav .line_btn a:hover {
		background-color: #fff;
		color: #2c70ee;
	}
	#LP_header nav a[data-inner-ele]::after {
		content: "";
		position: absolute;
		right: 1em;
		left: 1em;
		bottom: 0;
		border-bottom: 3px solid var(--color-blue);
		opacity: 0;
		transform: translateY(3px);
		transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	}
	#LP_header nav a[data-inner-ele]:hover::after {
		opacity: 1;
		transform: translateY(0);
	}
}
@media screen and (min-width: 461px) {
	#LP_header {
		transition: background .5s;
		background-color: rgba(255, 255, 255, 0);
	}
	.nav_min #LP_header {
		background-color: rgba(255, 255, 255, 1);
	}
	#LP_header .lp_w {
		transition: height .5s;
	}
	.nav_min #LP_header .lp_w {
		height: .6rem;
	}
}
@media print {
	#LP_header {
		position: absolute;
	}
}
@media screen and (max-width: 460px) {
	#LP_header {
		display: flex;
		align-items: center;
		height: .5rem;
		background-color: #fff;
	}
	#LP_header .logo {
		padding: 0 .2rem;
	}
	#LP_header .logo img {
		width: 1.55rem;
	}
	#LP_header .nav_btn {
		position: absolute;
		right: 0;
		top: 0;
		width: .5rem;
		height: .5rem;
		z-index: 15;
	}
	#LP_header .nav_btn a {
		position: relative;
		display: block;
		height: 100%;
	}
	#LP_header .nav_btn::before,
	#LP_header .nav_btn a::before,
	#LP_header .nav_btn a::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: .2rem;
		margin-top: -1px;
		margin-left: -.1rem;
		border-top: 2px solid #000;
		pointer-events: none;
		transition: all .3s ease-in-out;
	}
	#LP_header .nav_btn a::before {
		transform: translateY(-.07rem);
	}
	#LP_header .nav_btn a::after {
		transform: translateY(.07rem);
	}
	/* nav_btn open */
	#LP_header.open .nav_btn::before {
		opacity: 0;
	}
	#LP_header.open .nav_btn a::before {
		transform: translateY(0) rotate(45deg);
	}
	#LP_header.open .nav_btn a::after {
		transform: translateY(0) rotate(-45deg);
	}

	#LP_header nav {
		position: fixed;
		top: .5rem;
		right: 0;
		left: 0;
		background-color: #fff;
		transform: translateX(110%);
		transition: transform .3s ease-in-out;
		z-index: 10;
	}
	/* open */
	#LP_header.open nav {
		transform: translateX(0%);
	}
	#LP_header nav li {
		border-top: 1px solid #eee;
	}
	#LP_header nav a {
		display: block;
		padding: .15rem .2rem;
		color: #000;
		font-size: .14rem;
		letter-spacing: .05em;
		font-weight: 500;
	}
	#LP_header nav .line_btn {
		padding: .2rem;
	}
	#LP_header .nav_cover {
		position: fixed;
		top: .5rem;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
		opacity: 0;
		background-color: #000;
		z-index: 2;
		transition: opacity .3s ease-in-out;
	}
	#LP_header.open .nav_cover {
		opacity: .3;
		pointer-events: auto;
	}
}

/* LP_page
============================================================================================================ */
#LP_page {
	font-size: .18rem;
	letter-spacing: .1em;
	line-height: 2;
}
@media screen and (max-width: 460px) {
	#LP_page {
		padding-top: .5rem;
		font-size: .12rem;
		line-height: 1.9;
	}
}

/* lp_main_block
============================================================================================================ */
.lp_main_block {
	position: relative;
	font-weight: 700;
	font-size: .2rem;
	line-height: 1.8;
	letter-spacing: .08em;
}
.lp_main_block::before,
.lp_main_block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	transform-origin: 100% 0;
	transform: var(--base-skew-x);
}
.lp_main_block::before {
	right: calc(50% + 2.55rem + .66rem);
	height: 100%;
}
.lp_main_block::after {
	right: calc(50% + 2.55rem);
	height: 1.68rem;
}
.lp_main_block .lp_w {
	position: relative;
	padding-top: 2.6rem;
}
.lp_main_block .en {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: .7rem;
	display: flex;
	align-items: flex-end;
	font-size: .9657rem;
	line-height: .9;
	letter-spacing: 0;
}
.lp_main_block .en .r {
	display: block;
	font-size: 1.6094rem;
	margin-left: -.05em;
	letter-spacing: .03em;
}
.lp_main_block .en.over {
	top: 0;
	right: 0;
	color: var(--color-blue);
	clip-path: polygon(calc(50% - 2.42rem + .2rem + 9rem / 2) 0%, 100% 0%, 100% 100%, calc(50% - 2.42rem + .2rem) 100%);
	pointer-events: none;
	user-select: none;
	z-index: 3;
}
.lp_main_block .ph {
	position: absolute;
	top: 0;
	left: calc(50% - 2.42rem);
}
.lp_main_block .ph img {
	width: 10.3rem;
}
.lp_main_block .ph picture {
	position: relative;
	display: block;
	clip-path: polygon(calc(9rem / 2) 0%, 100% 0%, calc(100% - (9rem / 2)) 100%, 0% 100%);
	background-color: #fff;
	z-index: 2;
}
.lp_main_block .ph::before,
.lp_main_block .ph::after {
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	transform: var(--base-skew-x);
	z-index: -2;
}
.lp_main_block .ph::before {
	bottom: 3.26rem;
	left: .9rem;
	background-color: var(--color-blue);
	transform-origin: 0 100%;
}
.lp_main_block .ph::after {
	bottom: .44rem;
	right: -1.8rem;
	background-color: var(--color-sky);
	transform-origin: 100% 0;
}
@media print, screen and (min-width: 461px) {
	.lp_main_block .lp_w {
		height: 9rem;
	}
	.lp_main_block h1 {
		position: relative;
		margin-bottom: .5rem;
		width: fit-content;
		font-size: .4rem;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.lp_main_block h1 span {
		position: relative;
		display: block;
		width: fit-content;
		z-index: 4;
	}
	.lp_main_block h1 span:last-child {
		z-index: 3;
	}
	.lp_main_block h1::before,
	.lp_main_block h1 span:last-child::before {
		content: "";
		position: absolute;
		top: -.15rem;
		bottom: -.2rem;
		right: -.5rem;
		left: 0;
		background-color: #fff;
		transform-origin: 100% 0;
		transform: var(--base-skew-x);
		z-index: -1;
	}
}
@media screen and (max-width: 460px) {
	.lp_main_block {
		font-size: .14rem;
		letter-spacing: 0;
	}
	.lp_main_block::before {
		right: calc(50% + .75rem + .33rem);
	}
	.lp_main_block::after {
		right: calc(50% + .75rem);
		height: .32rem;
	}
	.lp_main_block .lp_w {
		height: 4.65rem;
		padding-top: .6rem;
		padding-left: .2rem;
	}
	.lp_main_block h1 {
		position: relative;
		margin-bottom: .25rem;
		font-size: .18rem;
		line-height: 1.66;
		letter-spacing: .05em;
		z-index: 4;
	}
	.lp_main_block h1 span {
		position: relative;
		display: block;
		width: fit-content;
	}
	.lp_main_block h1 span::before {
		content: "";
		position: absolute;
		top: -.05rem;
		bottom: -.05rem;
		right: -.3rem;
		left: -1000px;
		background-color: #fff;
		transform-origin: 100% 0;
		transform: var(--base-skew-x);
		z-index: -1;
	}
	.lp_main_block .en {
		padding-left: .2rem;
		padding-bottom: .4rem;
		font-size: .4166rem;
		line-height: .9;
		letter-spacing: 0;
	}
	.lp_main_block .en .r {
		font-size: .6943rem;
		margin-left: -.05em;
		letter-spacing: .03em;
	}
	.lp_main_block .en.over {
		clip-path: polygon(calc(50% - 1.02rem + .05rem + 4.65rem / 2) 0%, 100% 0%, 100% 100%, calc(50% - 1.02rem + .05rem) 100%);
	}
	.lp_main_block .ph {
		left: calc(50% - 1.02rem);
		padding-top: 1.15rem;
	}
	.lp_main_block .ph img {
		width: auto;
		height: 3.5rem;
	}
	.lp_main_block .ph picture {
		clip-path: polygon(calc(3.5rem / 2) 0%, calc(100% + .55rem) 0%, calc(100% + .55rem - (3.5rem / 2)) 100%, 0% 100%);
	}
	.lp_main_block .ph::before {
		bottom: 2.12rem;
	}
	.lp_main_block .ph::after {
		bottom: .18rem;
		right: .98rem;
		width: 1.9rem;
		transform-origin: 100% 100%;
	}
}

/* lp_lead_block
============================================================================================================ */
.lp_lead_block {
	position: relative;
	margin-top: 1.1rem;
	text-align: center;
	color: #fff;
	font-size: .2rem;
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: .15em;
}
.lp_lead_block::before {
	content: "";
	position: absolute;
	top: -1.1rem;
	left: 0;
	right: calc(50% + 4.6rem);
	height: 3.24rem;
	background-color: var(--color-blue);
	transform-origin: 100% 0;
	transform: var(--base-skew-x);
}
.lp_lead_block .lead {
	font-size: .24rem;
	letter-spacing: .1em;
}
.lp_lead_block .ff_handwriting {
	margin: .2rem 0;
	font-size: .7rem;
	line-height: 1.5;
	color: #4d8bff;
}
@media print, screen and (min-width: 461px) {
	.lp_lead_block {
		height: 5.66rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.lp_lead_block .bg_ph {
		right: calc(50% - 6.8rem);
		clip-path: polygon(0% 0%, 100% 0%, calc(100% - (5.66rem / 2)) 100%, 0% 100%);
	}
}
@media screen and (max-width: 460px) {
	.lp_lead_block {
		margin-top: .6rem;
		padding: .5rem 0 .6rem;
		font-size: .12rem;
	}
	.lp_lead_block::before {
		top: -.6rem;
		right: calc(50% + 1.36rem);
	}
	.lp_lead_block .lead {
		font-size: .16rem;
	}
	.lp_lead_block .ff_handwriting {
		margin: .25rem 0;
		font-size: .46rem;
		line-height: 1.1;
	}
}

/* lp_title
============================================================================================================ */
.lp_title {
	margin-bottom: .5rem;
	font-size: .36rem;
	letter-spacing: .1em;
	line-height: 1.5;
}
.lp_title .ff_en {
	margin-bottom: .05rem;
	font-size: .8rem;
	line-height: 1;
	letter-spacing: 0;
}
.lp_title .ff_en .num {
	font-size: 1.5rem;
}
@media print, screen and (min-width: 461px) {
}
@media screen and (max-width: 460px) {
	.lp_title {
		margin-bottom: .25rem;
		font-size: .18rem;
	}
	.lp_title .ff_en {
		margin-bottom: .1rem;
		font-size: .4rem;
	}
	.lp_title .ff_en .num {
		font-size: .75rem;
	}
}

/* lp_en_title
============================================================================================================ */
.lp_en_title {
	margin-bottom: .6rem;
	text-align: center;
	font-size: .36rem;
	letter-spacing: .1em;
	line-height: 1.5;
}
.lp_en_title .ff_en {
	margin-bottom: .05rem;
	font-size: .8rem;
	line-height: 1;
	letter-spacing: .05em;
}
.lp_en_title h2 span {
	display: block;
	font-size: 0.2rem;
}
@media screen and (max-width: 460px) {
	.lp_en_title {
		margin-bottom: .3rem;
		font-size: .18rem;
	}
	.lp_en_title .ff_en {
		font-size: .4rem;
	}
	.lp_en_title h2 span {
		font-size: 0.14rem;
	}
}

/* lp_point01_section
============================================================================================================ */
.lp_point01_section {
	position: relative;
	padding: 1.25rem 0 1.5rem;
}
.lp_point01_section section {
	margin-top: .4rem;
	padding-left: .6rem;
}
.lp_point01_section h3 {
	position: relative;
	font-size: .2rem;
	margin-bottom: .1rem;
}
.lp_point01_section h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -.6rem;
	width: .3rem;
	margin-top: -1px;
	border-top: 2px solid;
}
.lp_point01_section li {
	position: relative;
	padding-left: 1.1em;
}
.lp_point01_section li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-blue);
	transform-origin: 0;
	transform: scale(.8);
}
.lp_point01_section .invoice {
	margin-top: .6rem;
	text-align: center;
	font-size: .3rem;
	line-height: 1.67;
	font-weight: 700;
	letter-spacing: .08em;
}
.lp_point01_section .ph {
	position: absolute;
	z-index: -1;
}
.lp_point01_section .ph::before {
	content: "";
	position: absolute;
	width: 1000px;
	background-color: var(--color-blue);
	transform-origin: 0 100%;
	transform: var(--base-skew-x);
	z-index: -1;
}
.lp_point01_section .ph img {
	width: 100%;
}
@media print, screen and (min-width: 461px) {
	.lp_point01_section .ph {
		top: 1.5rem;
		left: calc(50% + .4rem);
	}
	.lp_point01_section .ph::before {
		bottom: -.85rem;
		left: calc(.8rem + (.85rem / 2));
		height: 9rem;
	}
	.lp_point01_section .ph p {
		width: 6.48rem;
		clip-path: polygon(calc(5.66rem / 2) 0%, 100% 0%, calc(100% - (5.66rem / 2)) 100%, 0% 100%);
	}
}
@media screen and (max-width: 460px) {
	.lp_point01_section {
		padding: .45rem 0 .5rem;
	}
	.lp_point01_section .lp_w {
		padding: 0 .2rem;
	}
	.lp_point01_section .lp_title .ff_en {
		display: flex;
	}
	.lp_point01_section .lp_title .ff_en > .num + span {
		line-height: .9;
		margin-left: .2em;
	}
	.lp_point01_section section {
		margin-top: .2rem;
		padding-left: .3rem;
	}
	.lp_point01_section h3 {
		position: relative;
		font-size: .16rem;
		margin-bottom: .05rem;
	}
	.lp_point01_section h3::before {
		left: -.3rem;
		width: .15rem;
	}
	.lp_point01_section .invoice {
		margin-top: .3rem;
		font-size: .2rem;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.lp_point01_section .ph {
		top: .35rem;
		left: calc(50% + .8rem);
	}
	.lp_point01_section .ph::before {
		bottom: .25rem;
		left: 0;
		top: -.1rem;
	}
	.lp_point01_section .ph p {
		width: 1.95rem;
		clip-path: polygon(calc(1.7rem / 2) 0%, 100% 0%, calc(100% - (1.7rem / 2)) 100%, 0% 100%);
	}
}
.lp_point01_section .answer {
	position: relative;
	margin-top: 0.9rem;
	font-size: .24rem;
	line-height: 1.9;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
.lp_point01_section .answer .lead {
	margin-top: 0.2rem;
	font-size: 0.4rem;
	letter-spacing: 0.15em;
}
.lp_point01_section .answer .lead span {
	color: var(--color-cyan);
	background: linear-gradient(180deg, rgba(0,0,0,0) 70%, var(--color-blue) 70%);
}
@media print, screen and (min-width: 461px) {
	.lp_point01_section .answer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 5.65rem;
	}
}
@media screen and (max-width: 460px) {
	.lp_point01_section .answer {
		margin-top: 0.45rem;
		padding: .5rem 0 .6rem;
		font-size: .16rem;
		line-height: 1.75;
	}
	.lp_point01_section .answer .lead {
		margin-top: 0.25rem;
		font-size: 0.25rem;
		line-height: 1.4;
	}
}

/* lp_worries_section
============================================================================================================ */
.lp_worries_section {
	position: relative;
	padding-top: 1.4rem;
	background-color: var(--color-blue);
	color: #fff;
	z-index: 1;
}
.lp_worries_section::before,
.lp_worries_section::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #1f66ea;
	transform-origin: 100% 0;
	transform: var(--base-skew-x);
	z-index: -1;
}
.lp_worries_section::before {
	left: 0;
	right: calc(50% + .05rem);
}
.lp_worries_section::after {
	left: calc(50% - .05rem);
	width: 0.2rem;
	background-color: var(--color-blue);
	z-index: 5;
}
.lp_worries_section .main::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: calc(50% + 4.7rem);
	height: 1.15rem;
	background-color: var(--bg-color-gray);
	transform-origin: 100% 0;
	transform: var(--base-skew-x);
}
.lp_worries_section .main > * {
	position: relative;
	z-index: 10;
}
.lp_worries_section h2 {
	margin-bottom: 1rem;
	font-size: 0.24rem;
	line-height: 1.9;
	text-align: center;
	letter-spacing: 0.15em;
}
.lp_worries_section h2 span {
	position: relative;
}
.lp_worries_section h2 span::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -.08rem;
	border-bottom: 2px solid;
}
.lp_worries_section .worries {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	counter-reset: worries;
}
.lp_worries_section .worries li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0.2rem;
	text-align: center;
	font-weight: 700;
	font-size: .2rem;
	line-height: 1.8;
}
.lp_worries_section .worries li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: .04rem solid #fff;
	clip-path: polygon(0% 0%, 1rem 0%, 1rem 50%, calc(100% - 1rem) 50%, calc(100% - 1rem) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.lp_worries_section .worries li::after {
	counter-increment: worries;
	content: "0" counter(worries) ".";
	position: absolute;
	top: 0;
	left: 50%;
	font-size: .5rem;
	line-height: 1;
	font-family: var(--ff-en);
	font-weight: 700;
	font-style: normal;
	padding-left: 0.3em;
	transform: translate(-50%, -50%);
}
.lp_worries_section .knowhow {
	margin-top: 1.9rem;
	font-weight: 700;
	font-size: 0.28rem;
	line-height: 1.6;
}
.lp_worries_section .knowhow > span {
	display: block;
	margin-bottom: 0.2em;
	font-size: 0.36rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
}
.lp_worries_section .knowhow > span span {
	background: linear-gradient(180deg, rgba(0,0,0,0) 70%, #40bff4 70%);
}
.lp_worries_section .en {
	position: absolute;
	left: 0;
	right: 0;
	top: 6.2rem;
	font-size: 1.3rem;
	line-height: .9;
	letter-spacing: 0;
	color: #407ff4;
	pointer-events: none;
	user-select: none;
	z-index: 3;
}
.lp_worries_section .en .r {
	display: block;
	font-size: 2.16rem;
	margin-left: -.05em;
	letter-spacing: .03em;
}
.lp_worries_section .working {
	position: relative;
	margin-top: 0.7rem;
	padding: 0.6rem 0 1.3rem;
}
.lp_worries_section .working h3 {
	position: relative;
	font-size: .24rem;
	line-height: 1.9;
}
.lp_worries_section .working h3::before {
	content: "";
	position: absolute;
	top: .9em;
	left: -.6rem;
	width: .3rem;
	border-top: 2px solid;
}
.lp_worries_section .working h3 ~ * {
	margin-top: 2em;
}
.lp_worries_section .working ul li {
	position: relative;
	padding-left: 1.1em;
}
.lp_worries_section .working ul li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0;
	transform: scale(.8);
}
.lp_worries_section .ph01 {
	position: absolute;
	left: 50%;
	top: 8.05rem;
	width: 6.48rem;
	height: 5.65rem;
	clip-path: polygon(calc(5.65rem / 2) 0%, 100% 0%, calc(100% - (5.65rem / 2)) 100%, 0% 100%);
	z-index: 2;
}
.lp_worries_section .ph02 {
	position: absolute;
	left: calc(50% + 3rem);
	top: 12.5rem;
	width: 3.68rem;
	height: 3.2rem;
	clip-path: polygon(calc(3.2rem / 2) 0%, 100% 0%, calc(100% - (3.2rem / 2)) 100%, 0% 100%);
	z-index: 2;
}
@media print, screen and (min-width: 461px) {
	.lp_worries_section::after {
		height: 10rem;
	}
	.lp_worries_section .worries {
		width: 10.5rem;
		margin: 0 auto;
	}
	.lp_worries_section .worries li {
		width: 3.2rem;
		height: 1.94rem;
		margin: 0 .15rem;
	}
	.lp_worries_section .worries li:nth-child(n + 4) {
		margin-top: .46rem;
	}
	.lp_worries_section .working {
		padding-left: 0.6rem;
	}
	.lp_worries_section .working::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 2000px;
		right: calc(50% + .2rem);
		background-color: #000;
		transform-origin: 100% 100%;
		transform: var(--base-skew-x);
		z-index: -1;
	}
}
@media screen and (max-width: 460px) {
	.lp_worries_section {
		padding-top: .55rem;
	}
	.lp_worries_section::before {
		right: calc(50% - 1.25rem);
	}
	.lp_worries_section::after {
		left: calc(50% + 1.25rem);
		width: 0.06rem;
	}
	.lp_worries_section .main {
		padding: 0 .2rem;
	}
	.lp_worries_section .main::before {
		right: calc(50% + 1.39rem);
		height: .58rem;
	}
	.lp_worries_section h2 {
		margin-bottom: .5rem;
		font-size: 0.16rem;
		line-height: 1.75;
	}
	.lp_worries_section .worries {
		justify-content: space-between;
	}
	.lp_worries_section .worries li {
		width: calc(50% - .1rem);
		height: 1.1rem;
		padding-top: 0.08rem;
		font-size: .12rem;
	}
	.lp_worries_section .worries li:nth-child(n + 3) {
		margin-top: .38rem;
	}
	.lp_worries_section .worries li::before {
		border-width: 0.02rem;
		clip-path: polygon(0% 0%, .45rem 0%, .45rem 50%, calc(100% - .45rem) 50%, calc(100% - .45rem) 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.lp_worries_section .worries li::after {
		font-size: .35rem;
	}
	.lp_worries_section .knowhow {
		margin-top: .4rem;
		font-size: 0.16rem;
		line-height: 1.6;
	}
	.lp_worries_section .knowhow > span {
		display: block;
		margin-bottom: 0.1rem;
		font-size: 0.25rem;
		line-height: 1.6;
	}
	.lp_worries_section .en {
		top: 4.8rem;
		padding-left: 0.2rem;
		font-size: .485rem;
	}
	.lp_worries_section .en .r {
		font-size: .81rem;
	}
	.lp_worries_section .working {
		margin-top: .5rem;
		padding: .4rem .2rem .5rem .5rem;
		background-color: #000;
	}
	.lp_worries_section .working h3 {
		font-size: .16rem;
		line-height: 2;
	}
	.lp_worries_section .working h3::before {
		left: -.3rem;
		width: .15rem;
	}
	.lp_worries_section .working h3 ~ * {
		margin-top: 1.5em;
	}
	.lp_worries_section .ph01 {
		left: calc(50% + .35rem);
		top: 4.52rem;
		width: 1.95rem;
		height: auto;
		clip-path: polygon(calc(1.7rem / 2) 0%, 100% 0%, calc(100% - (1.7rem / 2)) 100%, 0% 100%);
	}
}

/* lp_point02_section
============================================================================================================ */
.lp_point02_section {
	position: relative;
	padding: 1.2rem 0 1.9rem;
}
.lp_point02_section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: calc(50% + .2rem);
	height: 4.4rem;
	background-color: #fff;
	transform-origin: 100% 0;
	transform: var(--base-skew-x);
	z-index: -1;
}
.lp_point02_section section {
	position: relative;
	z-index: 2;
}
.lp_point02_section section .ph img {
	width: 100%;
}
.lp_point02_section .category {
	position: relative;
	overflow: hidden;
	width: fit-content;
	margin-bottom: 0.3rem;
	padding: 0 .32rem 0 .2rem;
	color: #fff;
	font-size: 0.14rem;
}
.lp_point02_section .category::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: var(--color-blue);
	transform-origin: 100% 0;
	transform: var(--base-skew-x);
	z-index: -1;
}
.lp_point02_section h3 {
	margin-bottom: 0.3rem;
	font-size: .3rem;
	line-height: 1.34;
	letter-spacing: 0.15em;
}
.lp_point02_section .en {
	position: absolute;
	bottom: 0;
	pointer-events: none;
	user-select: none;
	color: var(--bg-color-gray);
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	line-height: 1;
	z-index: 1;
}
.lp_point02_section .en::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1000px;
	background-color: #fff;
	transform-origin: 0 0;
	transform: var(--base-skew-x);
	z-index: -1;
}
.lp_point02_section .en > span {
	position: absolute;
	white-space: nowrap;
	transform-origin: 100% 0;
	transform: rotate(-90deg);
}
@media print, screen and (min-width: 461px) {
	.lp_point02_section::after {
		content: "";
		position: absolute;
		top: 9.5rem;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: -1;
	}
	.lp_point02_section section {
		width: 11rem;
		height: 2.8rem;
		margin: 1rem auto 0;
		font-size: .15rem;
		line-height: 2;
	}
	.lp_point02_section .ph {
		position: absolute;
		top: 0;
		width: 5.9rem;
		clip-path: polygon(calc(2.8rem / 2) 0%, 100% 0%, calc(100% - (2.8rem / 2)) 100%, 0% 100%);
	}
	.lp_point02_section section:nth-child(2n) {
		padding-right: 6.6rem;
	}
	.lp_point02_section section:nth-child(2n) .ph {
		right: 0;
	}
	.lp_point02_section section:nth-child(2n + 1) {
		padding-left: 6.6rem;
	}
	.lp_point02_section section:nth-child(2n + 1) .ph {
		left: 0;
	}
	.lp_point02_section section:nth-child(2n + 1) .ph::before {
		content: "";
		position: absolute;
		bottom: -.5rem;
		left: -.9rem;
		width: 100%;
		height: 100%;
		background-color: var(--bg-color-gray);
		clip-path: polygon(calc(2.8rem / 2) 0%, 100% 0%, calc(100% - (2.8rem / 2)) 100%, 0% 100%);
		z-index: -1;
	}
	.lp_point02_section .category ~ * {
		margin-left: 0.3rem;
	}
	.lp_point02_section .en {
		top: 3.4rem;
		bottom: 0;
		left: calc(50% + 4.5rem);
	}
	.lp_point02_section .en > span {
		top: .9rem;
		right: .3rem;
	}
}
@media screen and (max-width: 460px) {
	.lp_point02_section {
		position: relative;
		padding: .4rem .2rem .5rem;
	}
	.lp_point02_section::before {
		right: calc(50% - 1.25rem);
		height: 2.18rem;
	}
	.lp_point02_section section {
		margin-top: 0.35rem;
	}
	.lp_point02_section section .ph {
		margin-bottom: 0.3rem;
		clip-path: polygon(calc((100vw - .4rem) * (280 / 590) / 2) 0%, 100% 0%, calc(100% - ((100vw - .4rem) * (280 / 590) / 2)) 100%, 0% 100%);
	}
	.lp_point02_section .category {
		margin-bottom: 0.15rem;
		padding: .1em .2rem .1em .1rem;
		font-size: 0.12rem;
	}
	.lp_point02_section h3 {
		margin-bottom: 0.15rem;
		font-size: .22rem;
	}
	.lp_point02_section .en {
		right: 0;
		height: 9.5rem;
		font-size: 1.3rem;
	}
	.lp_point02_section .en::before {
		left: -1.5rem;
	}
	.lp_point02_section .en > span {
		bottom: .2rem;
		left: 0;
		transform-origin: 0 100%;
	}
}

/* lp_point03_section
============================================================================================================ */
.lp_point03_section {
	position: relative;
	padding: 1.5rem 0 1.5rem;
	background-color: var(--color-sky);
	z-index: 3;
}
.lp_point03_section .lp_title {
	color: #fff;
}
.lp_point03_section .ph {
	position: absolute;
	object-fit: cover;
	z-index: -1;
}
.lp_point03_section .careerup {
	position: relative;
	z-index: 3;
	counter-reset: point03;
}
.lp_point03_section .careerup li {
	position: relative;
	display: flex;
	align-items: center;
	height: .8rem;
	padding-bottom: .04rem;
	font-weight: 700;
}
.lp_point03_section .careerup li::before {
	counter-increment: point03;
	content: "0" counter(point03);
	position: absolute;
	top: 50%;
	left: 0;
	font-size: .3rem;
	line-height: 1;
	font-family: var(--ff-en);
	font-weight: 700;
	font-style: normal;
	color: var(--color-sky);
	transform: translateY(-50%);
}
.lp_point03_section .careerup li::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	border-top: .04rem solid var(--color-sky);
	clip-path: polygon(calc(.04rem / 2) 0%, 100% 0%, calc(100% - (.04rem / 2)) 100%, 0% 100%);
}
.lp_point03_section .seek {
	position: relative;
	margin-top: 1.26rem;
	padding: 0.6rem 0 .5rem;
	border: .04rem solid var(--color-yellow);
	font-weight: 500;
}
.lp_point03_section .seek h3 {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 100%;
	width: fit-content;
	margin: 0 auto -.8em;
	padding: 0 .4rem;
	background-color: var(--color-sky);
	font-size: .3rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.15em;
	text-shadow: 1px 1px 0 var(--color-yellow);
}
.lp_point03_section .seek h3 span {
	background: linear-gradient(180deg, rgba(0,0,0,0) 70%, var(--color-yellow) 70%);
}
.lp_point03_section .seek dt {
	margin-bottom: 0.2rem;
	text-align: center;
	font-size: .2rem;
	line-height: 1.8;
	font-weight: 700;
	color: var(--color-yellow);
	letter-spacing: 0.15em;
}
.lp_point03_section .seek dt span {
	border-bottom: 2px solid;
}
.lp_point03_section .seek li {
	position: relative;
	padding-left: 1.1em;
}
.lp_point03_section .seek li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-yellow);
	transform-origin: 0;
	transform: scale(.8);
}
@media print, screen and (min-width: 461px) {
	.lp_point03_section .lp_title {
		width: fit-content;
		margin-left: auto;
	}
	.lp_point03_section .ph {
		height: 9rem;
	}
	.lp_point03_section .ph01 {
		top: 0;
		left: 0;
		width: calc(50% + 1.2rem);
		clip-path: polygon(0% 0%, 100% 0%, calc(100% - (9rem / 2)) 100%, 0% 100%);
	}
	.lp_point03_section .ph02 {
		bottom: 0;
		right: 0;
		width: calc(50% - .3rem);
		clip-path: polygon(calc(9rem / 2) 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.lp_point03_section .careerup {
		margin-left: 0.3rem;
	}
	.lp_point03_section .careerup ol {
		position: relative;
		width: 8.14rem;
		padding: .04rem .46rem .1rem;
	}
	.lp_point03_section .careerup ol::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		transform-origin: 0 100%;
		transform: var(--base-skew-x);
		z-index: -1;
	}
	.lp_point03_section .careerup ol + ol {
		margin-top: .4rem;
	}
	.lp_point03_section .careerup ol:first-child {
		margin-left: calc((.8rem * 4 + .04rem + .1rem) / 2 + (.4rem / 2));
	}
	.lp_point03_section .careerup li {
		padding-left: 0.85rem;
	}
	.lp_point03_section .careerup li:last-child::after {
		content: none;
	}
	.lp_point03_section .careerup li::before {
		left: .15rem;
	}
	.lp_point03_section .careerup ol li:nth-last-child(1) {
		left: calc(.1rem / 2);
	}
	.lp_point03_section .careerup ol li:nth-last-child(2) {
		left: calc(.1rem / 2 + .8rem * 1 / 2);
	}
	.lp_point03_section .careerup ol li:nth-last-child(3) {
		left: calc(.1rem / 2 + .8rem * 2 / 2);
	}
	.lp_point03_section .careerup ol li:nth-last-child(4) {
		left: calc(.1rem / 2 + .8rem * 3 / 2);
	}
	.lp_point03_section .careerup ol li:nth-last-child(5) {
		left: calc(.1rem / 2 + .8rem * 4 / 2);
	}
	.lp_point03_section .seek {
		width: 7.2rem;
		margin-left: 0.3rem;
	}
	.lp_point03_section .seek dd {
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 460px) {
	.lp_point03_section {
		padding: .75rem .2rem .6rem;
	}
	.lp_point03_section .lp_title .ff_en {
		display: flex;
		white-space: nowrap;
	}
	.lp_point03_section .lp_title .ff_en > .num + span {
		line-height: .9;
		margin-left: .2em;
	}
	.lp_point03_section .ph {
		width: calc(50% + .2rem);
		height: 2.7rem;
	}
	.lp_point03_section .ph01 {
		top: 0;
		left: 0;
		clip-path: polygon(0% 0%, 100% 0%, calc(100% - (2.7rem / 2)) 100%, 0% 100%);
	}
	.lp_point03_section .ph02 {
		top: .5rem;
		right: 0;
		clip-path: polygon(calc(2.7rem / 2) 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.lp_point03_section .careerup {
		margin-top: 0.4rem;
		padding: .1rem .2rem;
		background-color: #fff;
	}
	.lp_point03_section .careerup li {
		height: .66rem;
		padding: 0 0 0 .35rem;
		line-height: calc(40 / 24);
	}
	.lp_point03_section .careerup li::before {
		font-size: .2rem;
	}
	.lp_point03_section .careerup li::after {
		border-top-width: .02rem;
		clip-path: polygon(calc(.02rem / 2) 0%, 100% 0%, calc(100% - (.02rem / 2)) 100%, 0% 100%);
	}
	.lp_point03_section .careerup ol:last-child li:last-child::after {
		content: none;
	}
	.lp_point03_section .seek {
		margin-top: 1.08rem;
		padding: .7rem .2rem .2rem;
		border-width: .02rem;
	}
	.lp_point03_section .seek h3 {
		margin-bottom: -2.2em;
		padding: 0 .2rem;
		font-size: .25rem;
		line-height: 1.6;
	}
	.lp_point03_section .seek dt {
		margin-bottom: 0.15rem;
		font-size: .16rem;
		line-height: 2;
	}
}

/* lp_point04_section
============================================================================================================ */
.lp_point04_section {
	position: relative;
	padding-top: 1.4rem;
	background-color: #fff;
	z-index: 2;
}
.lp_point04_section .step_contents {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.lp_point04_section .step_contents > li {
	position: relative;
}
.lp_point04_section .step_contents .step {
	position: relative;
	height: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--color-blue);
	color: #fff;
	text-align: center;
	font-size: .2rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
	font-weight: 700;
	cursor: pointer;
}
.lp_point04_section .step_contents .step::after {
	content: "";
	position: absolute;
	left: calc(50% - .2rem - .05rem);
	bottom: 0.1rem;
	border-style: solid;
	border-width: .07rem .05rem 0 .05rem;
	border-color: #1058dd transparent transparent transparent;
}
.lp_point04_section .step_contents .step dt {
	font-size: 0.14rem;
	letter-spacing: 0.1em;
}
.lp_point04_section .step_contents .step dd span {
	display: block;
	font-size: 0.13rem;
}
.lp_point04_section .step_contents .step .category {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: .3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0.3rem;
	font-size: .15rem;
	line-height: 1;
	text-align: center;
}
.lp_point04_section .step_contents .step .category + dl {
	margin-top: 0.2rem;
	margin-right: 0.1rem;
}
.lp_point04_section .step_contents .training {
	background-color: #2c95ee;
}
.lp_point04_section .step_contents .training .category {
	background-color: #0a7bda;
}
.lp_point04_section .step_contents .training::after {
	border-top-color: #0373d2;
}
.lp_point04_section .step_contents .up {
	background-color: #2cb0ee;
}
.lp_point04_section .step_contents .up .category {
	background-color: #1297d5;
}
.lp_point04_section .step_contents .up::after {
	border-top-color: #008bcd;
}
.lp_point04_section .step_contents .detail > * {
	padding: 0.15rem .2rem;
	background-color: #fff;
	font-size: .15rem;
	line-height: 1.67;
	filter: drop-shadow(0px 0px .1rem rgba(0, 0, 0, 0.2));
}
.lp_point04_section .step_contents .detail > *::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: .25rem;
	border-style: solid;
	border-width: 0 .1rem .1rem .1rem;
	border-color: transparent transparent #fff transparent;
}
@media print, screen and (min-width: 461px) {
	.lp_point04_section .step_contents {
		margin-top: 0.8rem;
		margin-left: 1.2rem;
		width: 8.8rem;
		/*margin-left: .54rem;*/
	}
	.lp_point04_section .step_contents > li {
		width: 2.5rem;
		margin-left: -.4rem;
	}
	.lp_point04_section .step_contents > li:nth-child(1) {
		margin-left: 0;
	}
	.lp_point04_section .step_contents > li:nth-child(5) {
		margin-left: .4rem;
	}
	.lp_point04_section .step_contents > li:nth-child(n + 5) {
		margin-top: .3rem;
	}
	.lp_point04_section .step_contents .step {
		clip-path: polygon(calc(1.2rem / 2) 0%, 100% 0%, calc(100% - (1.2rem / 2)) 100%, 0% 100%);
		transition: opacity .3s;
	}
	.lp_point04_section .step_contents .step:hover {
		opacity: 0.7;
	}
	.lp_point04_section .step_contents .step dt {
		padding-left: 0.15rem;
	}
	.lp_point04_section .step_contents .step dd {
		padding-right: 0.06rem;
	}
	.lp_point04_section .step_contents .step dd span {
		padding-right: 0.15rem;
	}
	.lp_point04_section .step_contents .detail {
		position: absolute;
		top: calc(100% + .15rem);
		left: 0.3rem;
		z-index: 3;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s;
	}
	.lp_point04_section .step_contents .show .detail {
		pointer-events: auto;
		opacity: 1;
	}
}
@media screen and (max-width: 460px) {
	.lp_point04_section {
		padding-top: .6rem;
	}
	.lp_point04_section .lp_w {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.lp_point04_section .lp_title .ff_en {
		display: flex;
		white-space: nowrap;
	}
	.lp_point04_section .lp_title .ff_en > .num + span {
		line-height: .9;
		margin-left: .2em;
	}

	.lp_point04_section .step_contents {
		margin-top: .4rem;
		justify-content: space-between;
	}
	.lp_point04_section .step_contents > li {
		width: calc(50% + .15rem);
	}
	.lp_point04_section .step_contents > li:nth-child(n + 3) {
		margin-top: .15rem;
	}
	.lp_point04_section .step_contents > li:nth-child(2n + 1) {
		margin-right: -.15rem;
	}
	.lp_point04_section .step_contents > li:nth-child(2n) {
		margin-left: -.15rem;
	}
	.lp_point04_section .step_contents .step {
		height: .88rem;
		font-size: .16rem;
		line-height: 1.2;
		clip-path: polygon(calc(.88rem / 2) 0%, 100% 0%, calc(100% - (.88rem / 2)) 100%, 0% 100%);
	}
	.lp_point04_section .step_contents .step::after {
		left: calc(50% - .1rem - .05rem);
		bottom: 0.05rem;
	}
	.lp_point04_section .step_contents .step dt {
		margin-bottom: 0.03rem;
		padding-left: 0.15rem;
		font-size: 0.12rem;
	}
	.lp_point04_section .step_contents .step dd span {
		padding-right: 0.15rem;
		margin-top: 0.03rem;
		font-size: 0.1rem;
		letter-spacing: .1em;
	}
	.lp_point04_section .step_contents .step .category {
		height: .15rem;
		font-size: .1rem;
	}
	.lp_point04_section .step_contents .step .category + dl {
		margin-top: 0.05rem;
		margin-right: 0.1rem;
	}
	.lp_point04_section .step_contents .up {
		font-size: .15rem;
	}
	.lp_point04_section .step_contents .up .category + dl {
		margin-top: 0.08rem;
		margin-right: 0.05rem;
	}
	.lp_point04_section .step_contents .detail {
		position: relative;
		height: 0;
		overflow: hidden;
		transition: height .4s;
		z-index: 3;
	}
	.lp_point04_section .step_contents .show .detail {
		z-index: 4;
	}
	.lp_point04_section .step_contents .detail > * {
		margin: 0.1rem .2rem;
		padding: 0.1rem .15rem;
		font-size: .12rem;
		line-height: 1.5;
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
	}
	.lp_point04_section .step_contents .detail > *::before {
		left: .25rem;
		border-width: 0 5px 5px 5px;
	}
	.lp_point04_section .step_contents li:nth-child(2n + 1) .detail {
		margin-right: calc(-100% + .3rem);
	}
	.lp_point04_section .step_contents li:nth-child(2n) .detail {
		margin-left: calc(-100% + .3rem);
	}
	.lp_point04_section .step_contents li:nth-child(2n) .detail > *::before {
		left: auto;
		right: .45rem;
	}
}

.lp_point04_section .feature {
	position: relative;
	margin-top: .9rem;
	padding: .9rem 0 1.5rem;
	background-color: var(--bg-color-gray);
}
.lp_point04_section .feature::after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 0;
	left: calc(50% + 4rem);
	height: 4.1rem;
	background-color: var(--bg-color-gray);
	transform-origin: 0 100%;
	transform: var(--base-skew-x);
	z-index: -1;
}
.lp_point04_section .feature h3 {
	position: relative;
	margin-bottom: .8rem;
	padding-left: .6rem;
	font-size: .2rem;
	line-height: 1.6;
}
.lp_point04_section .feature h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: .3rem;
	margin-top: -1px;
	border-top: 2px solid;
}
.lp_point04_section .feature section {
	position: relative;
	border: .04rem solid var(--color-blue);
	font-weight: 500;
}
.lp_point04_section .feature section h4 {
	position: absolute;
	top: 0;
	left: 0.8rem;
	right: 0.8rem;
	background-color: var(--bg-color-gray);
	text-align: center;
	font-size: .24rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
	color: var(--color-blue);
	transform: translateY(-50%);
}
.lp_point04_section .feature section .img {
	margin-bottom: 0.25rem;
}
.lp_point04_section .feature section .img img {
	width: 100%;
}
.lp_point04_section .feature section strong {
	color: var(--color-blue);
}
@media print, screen and (min-width: 461px) {
	.lp_point04_section .feature .content {
		display: flex;
		justify-content: space-between;
	}
	.lp_point04_section .feature section {
		width: 5.8rem;
		padding: .6rem .46rem .46rem;
		font-size: 0.15rem;
		line-height: 2;
	}
}
@media screen and (max-width: 460px) {
	.lp_point04_section .feature {
		margin-top: .6rem;
		padding: .5rem 0 .6rem;
	}
	.lp_point04_section .feature::after {
		left: calc(50% + .65rem);
		height: 1.77rem;
	}
	.lp_point04_section .feature h3 {
		margin-bottom: .6rem;
		padding-left: .3rem;
		font-size: .16rem;
	}
	.lp_point04_section .feature h3::before {
		left: 0;
		width: .15rem;
	}
	.lp_point04_section .feature section + section {
		margin-top: 0.5rem;
	}
	.lp_point04_section .feature section {
		padding: .4rem .18rem .2rem;
		border-width: .02rem;
		font-weight: 500;
	}
	.lp_point04_section .feature section h4 {
		left: 0.4rem;
		right: 0.4rem;
		font-size: .16rem;
	}
	.lp_point04_section .feature section .img {
		margin-bottom: 0.15rem;
	}
}

/* lp_point05_section
============================================================================================================ */
.lp_point05_section {
	padding-bottom: 1.4rem;
	background-color: #000;
	color: #fff;
}
.lp_point05_section .head {
	position: relative;
	padding: 1.4rem 0 1.8rem;
	z-index: 2;
}
.lp_point05_section .head::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: calc(50% + 4.05rem);
	height: 4.1rem;
	background-color: #000;
	transform-origin: 0 100%;
	transform: var(--base-skew-x);
	z-index: -1;
}
.lp_point05_section .head .nav a {
	position: relative;
	display: flex;
	align-items: center;
	width: 2.3rem;
	/*
	height: .45rem;
	padding: 0 .35rem;
	*/
	background-color: var(--color-blue);
	border-radius: 100px;
	color: #fff;
	font-size: .13rem;
	font-weight: 700;
	line-height: 1.6;
    padding: 0.1rem 0.35rem;
}
.lp_point05_section .head .nav a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: .28rem;
	width: .2rem;
	border-top: 1px solid;
}
.lp_point05_section .head .nav a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: .21rem;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	transform: translateY(-50%);
}
.lp_point05_section .head .nav a.active {
	opacity: 1;
	background-color: #fff;
	color: var(--color-blue);
}
@media print, screen and (min-width: 461px) {
	.lp_point05_section .head .nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.lp_point05_section .head .nav li {
		margin-left: 0.2rem;
	}
	.lp_point05_section .head .nav a:hover {
		opacity: 1;
		background-color: #fff;
		color: var(--color-blue);
	}
}
@media screen and (max-width: 460px) {
	.lp_point05_section {
		padding-bottom: .7rem;
	}
	.lp_point05_section .head {
		padding: .6rem .2rem .8rem;
	}
	.lp_point05_section .head::after {
		left: calc(50% + .45rem);
		height: 2.7rem;
	}
	.lp_point05_section .head .nav li {
		margin-top: 0.1rem;
	}
	.lp_point05_section .head .nav a {
		justify-content: center;
		/*
		width: 66vw;
		*/
		width: 80vw;
		height: 0.4rem;
		margin: 0 auto;
		padding: 0 0.1rem 0 0;
		font-size: .12rem;
	}
}

.lp_point05_section .interview {
	position: relative;
	margin-top: -1.1rem;
	z-index: 4;
}
.lp_point05_section .interview section {
	position: relative;
	overflow: hidden;
}
.lp_point05_section .interview.slick-slider {
	user-select: auto;
}
@media screen and (max-width: 460px) {
	.lp_point05_section .interview {
		margin-top: -.4rem;
	}
	.lp_point05_section .interview .lp_w {
		padding: 0 .2rem;
	}
	.lp_point05_section .interview img {
		width: 100%;
	}
}
.lp_point05_section .interview_item_header {
	position: relative;
	margin-bottom: 0.8rem;
}
.lp_point05_section .interview_item_header h3 {
	position: absolute;
	top: 1.05rem;
}
.lp_point05_section .interview_item_header .names {
	position: relative;
	width: 3.1rem;
	padding-top: 0.4rem;
	font-weight: 700;
	font-size: .15rem;
	line-height: 2;
	z-index: 3;
}
.lp_point05_section .interview_item_header .names .name {
	margin-top: 0.1rem;
	font-size: 0.25rem;
}
.lp_point05_section .interview_item_header .names::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 200%;
	background-color: #000;
	z-index: -1;
}
.lp_point05_section .interview_item_header.ph_l .names {
	padding-left: .25rem;
}
.lp_point05_section .interview_item_header.ph_l .names::before {
	left: 0;
	transform-origin: 0 0;
	transform: var(--base-skew-x);
}
.lp_point05_section .interview_item_header.ph_r .names {
	padding-left: .7rem;
}
.lp_point05_section .interview_item_header.ph_r .names::before {
	right: 0;
	transform-origin: 100% 0;
	transform: var(--base-skew-x-r);
}
@media print, screen and (min-width: 461px) {
	.lp_point05_section .interview_item_header.ph_l h3 {
		right: 1.1rem;
	}
	.lp_point05_section .interview_item_header.ph_r h3 {
		left: .7rem;
	}
	.lp_point05_section .interview_item_header .names {
		position: absolute;
		bottom: 0;
		height: 1.9rem;
	}
	.lp_point05_section .interview_item_header.ph_l .names {
		right: 0;
	}
	.lp_point05_section .interview_item_header.ph_r .names {
		left: 0;
	}
	.lp_point05_section .interview_item_header h3 img {
		width: auto;
		height: 2rem;
	}
}
@media screen and (max-width: 460px) {
	.lp_point05_section .interview_item_header {
		margin: 0 -.2rem 0.3rem;
	}
	.lp_point05_section .interview_item_header h3 {
		position: absolute;
		top: .4rem;
		right: 0.2rem;
		left: 0.2rem;
	}
	.lp_point05_section .interview_item_header.ph_l h3 {
		text-align: right;
	}
	.lp_point05_section .interview_item_header.ph_l h3 img {
		margin-left: auto;
	}
	.lp_point05_section .interview_item_header h3 img {
		width: auto;
		height: 0.75rem;
	}
	.lp_point05_section .interview_item_header .ph img {
		width: 100%;
		height: 100%;
		aspect-ratio: 510 / 340;
		object-fit: cover;
		object-position: 50% 0;
	}
	.lp_point05_section .interview_item_header .names {
		margin-top: -0.36rem;
		width: 1.8rem;
		padding-top: 0.15rem;
		font-size: .11rem;
		line-height: 1.7;
	}
	.lp_point05_section .interview_item_header .names .name {
		margin-top: 0;
		font-size: 0.16rem;
	}
	.lp_point05_section .interview_item_header.ph_l .names {
		margin-left: auto;
		padding-left: .15rem;
	}
	.lp_point05_section .interview_item_header.ph_r .names {
		padding-left: .3rem;
	}
}
.lp_point05_section .interview .lead {
	margin-bottom: 0.3rem;
	color: #4d8bff;
	font-size: 0.46rem;
	line-height: 1.2;
	transform-origin: 0 0;
	transform: rotate(-1.5deg);
}
.lp_point05_section .interview .lead .s {
	margin-bottom: 0.1rem;
	font-size: 0.32rem;
}
.lp_point05_section .interview .ph_block:not(:last-child) {
	margin-bottom: 0.8rem;
}
.lp_point05_section .interview .text {
	position: relative;
	padding-left: 0.3rem;
	padding-top: 0.7rem;
}
.lp_point05_section .interview .text::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.5rem;
	line-height: 0.8;
	color: #4d8bff;
	font-family: var(--ff-en);
	font-weight: 700;
}
.lp_point05_section .interview .text .q {
	margin-bottom: 0.2rem;
	font-weight: 700;
	font-size: .2rem;
	line-height: 1.75;
}
.lp_point05_section .interview .text * + .q {
	margin-top: 0.5rem;
}
@media print, screen and (min-width: 461px) {
	.lp_point05_section .interview .content {
		padding-left: 0.7rem;
		padding-right: 0.7rem;
		font-size: .15rem;
		line-height: 2;
	}
	.lp_point05_section .interview .lead {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
	.lp_point05_section .interview .lead.t_r {
		width: fit-content;
		margin-left: auto;
	}
	.lp_point05_section .interview .lead .s + * {
		padding-left: 0.7rem;
	}
	.lp_point05_section .interview .ph_block {
		display: flex;
		justify-content: space-between;
	}
	.lp_point05_section .interview .ph_block.ph_r {
		flex-direction: row-reverse;
	}
	.lp_point05_section .interview .ph_block > * {
		width: 5.1rem;
	}
	.lp_point05_section .interview .ph_block.ph_r .text {
		padding-top: calc(.7rem - .3rem);
	}
	.lp_point05_section .interview .ph_block.ph_r .text::before {
		top: calc(0rem - .3rem);
	}
	.lp_point05_section .interview .ph_block.ph_l .text {
		padding-top: calc(.7rem - .1rem);
	}
	.lp_point05_section .interview .ph_block.ph_l .text::before {
		top: calc(0rem - .1rem);
	}
}
@media screen and (max-width: 460px) {
	.lp_point05_section .interview .lead {
		margin-bottom: 0.15rem;
		font-size: 0.3rem;
	}
	.lp_point05_section .interview .lead .s {
		margin-bottom: 0.06rem;
		font-size: 0.21rem;
	}
	.lp_point05_section .interview .lead .s + * {
		text-align: right;
	}
	.lp_point05_section .interview .ph_block:not(:last-child) {
		margin-bottom: 0.4rem;
	}
	.lp_point05_section .interview .ph_block .ph {
		margin-bottom: 0.2rem;
	}
	.lp_point05_section .interview .ph_block .ph img {
		width: 100%;
		height: 100%;
		aspect-ratio: 670 / 430;
		object-fit: cover;
	}
	.lp_point05_section .interview .text {
		padding-left: 0.2rem;
		padding-top: 0.3rem;
	}
	.lp_point05_section .interview .text::before {
		font-size: 0.3rem;
	}
	.lp_point05_section .interview .text .q {
		margin-bottom: 0.1rem;
		font-size: .16rem;
	}
	.lp_point05_section .interview .text * + .q {
		margin-top: 0.2rem;
	}
}


/* lp_benefit_section
============================================================================================================ */
.lp_benefit_section {
	position: relative;
	padding: 1.5rem 0;
	background-color: #fff;
}
.lp_benefit_section .benefit section {
	display: flex;
	padding: 0.2rem 0;
	background-color: #fff;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
}
.lp_benefit_section .benefit section .ico {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 461px) {
	.lp_benefit_section {
		font-size: .15rem;
		line-height: 1.67;
	}
	.lp_benefit_section .benefit {
		display: flex;
		flex-wrap: wrap;
	}
	.lp_benefit_section .benefit section {
		width: calc((100% - .6rem) / 3);
		height: 2rem;
		margin-left: .3rem;
	}
	.lp_benefit_section .benefit section:nth-child(-n + 3){
		height: 2.5rem;
	}
	.lp_benefit_section .benefit section:nth-child(3n + 1) {
		margin-left: 0;
	}
	.lp_benefit_section .benefit section:nth-child(n + 4) {
		margin-top: .3rem;
	}
	.lp_benefit_section .benefit section .ico {
		width: 1.1rem;
	}
	.lp_benefit_section .benefit section .ico img {
		width: 0.66rem;
	}
	.lp_benefit_section .benefit section h3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 0.7rem;
		font-size: 0.2rem;
		line-height: 1.5;
		text-align: center;
	}
	.lp_benefit_section .benefit section h3 span {
		font-size: .15rem;
	}
	.lp_benefit_section .benefit section .desc {
		margin: 0 .3rem;
	}
}
@media screen and (max-width: 460px) {
	.lp_benefit_section {
		padding: .5rem .2rem .6rem;
		line-height: 1.8;
	}
	.lp_benefit_section .benefit section {
		margin-top: 0.2rem;
		padding: 0.1rem 0;
		box-shadow: 0 0 .05rem rgba(0, 0, 0, 0.2);
	}
	.lp_benefit_section .benefit section .ico {
		width: .55rem;
	}
	.lp_benefit_section .benefit section .ico img {
		width: .4rem;
	}
	.lp_benefit_section .benefit section .ico + * {
		padding: 0 .2rem;
	}
	.lp_benefit_section .benefit section h3 {
		font-size: .16rem;
	}
	.lp_benefit_section .benefit section h3 span {
		font-size: .13rem;
	}
}


/* lp_recruitment_section
============================================================================================================ */
.lp_recruitment_section {
	position: relative;
	padding: 1.5rem 0;
}
.lp_recruitment_section table {
	width: 8rem;
	margin: 0 auto;
	border-top: .05rem solid;
	border-bottom: .05rem solid;
	border-spacing: 0;
	font-size: .14rem;
	line-height: 1.42;
}
.lp_recruitment_section table tr + tr > * {
	border-top: 1px solid;
}
.lp_recruitment_section table th,
.lp_recruitment_section table td {
	padding: 0.2rem 0;
	vertical-align: middle;
}
.lp_recruitment_section table th {
	width: 160px;
	padding-left: 1em;
	font-size: .18rem;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
}
.lp_recruitment_section table p + p {
	margin-top: 1.5em;
}
.lp_recruitment_section .btns {
	margin-top: .7rem;
}
.lp_recruitment_section .btns a {
	position: relative;
	display: flex;
	align-items: center;
	width: 2.3rem;
	height: .45rem;
	padding: 0 .6rem 0 .35rem;
	background-color: var(--color-blue);
	border: .02rem solid var(--color-blue);
	border-radius: 100px;
	color: #fff;
	font-size: .13rem;
	font-weight: 700;
}
.lp_recruitment_section .btns a._line {
	background-color: #20c92f;
	border-color: #20c92f;
}
.lp_recruitment_section .btns a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: .28rem;
	width: .2rem;
	border-top: 1px solid;
}
.lp_recruitment_section .btns a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: .21rem;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	transform: translateY(-50%);
}
@media print, screen and (min-width: 461px) {
	.lp_recruitment_section .btns {
		display: flex;
		justify-content: center;
	}
	.lp_recruitment_section .btns > * {
		padding: 0 .2rem;
	}
	.lp_recruitment_section .btns a:hover {
		opacity: 1;
		background-color: #fff;
		color: var(--color-blue);
	}
	.lp_recruitment_section .btns a._line:hover {
		color: #20c92f;
	}
}
@media screen and (max-width: 460px) {
	.lp_recruitment_section {
		padding: .5rem .2rem .6rem;
	}
	.lp_recruitment_section table {
		width: 100%;
		border-top-width: .03rem;
		border-bottom-width: .03rem;
		font-size: .12rem;
	}
	.lp_recruitment_section table th {
		width: auto;
		padding-right: 1em;
		padding-left: 0.6em;
		font-size: .16rem;
		white-space: nowrap;
	}
	.lp_recruitment_section .btns {
		margin-top: .35rem;
	}
	.lp_recruitment_section .btns li {
		margin-top: .15rem;
	}
	.lp_recruitment_section .btns a {
		justify-content: center;
		width: 66vw;
		height: .4rem;
		margin: 0 auto;
		padding: 0 .1rem 0 0;
		font-size: .12rem;
	}
}

/* lp_bottom_bnr
============================================================================================================ */
.lp_bottom_bnr {
	position: relative;
	color: #fff;
}
.lp_bottom_bnr .inner {
	position: relative;
}
.lp_bottom_bnr .inner::before,
.lp_bottom_bnr .inner::after {
	content: "";
	position: absolute;
	transform-origin: 100% 0;
	transform: var(--base-skew-x);
}
.lp_bottom_bnr .inner::before {
	top: .4rem;
	left: 2.1rem;
	height: 1.18rem;
	width: 0.55rem;
	background-color: var(--color-sky);
}
.lp_bottom_bnr .inner::after {
	bottom: 0;
	left: 0;
	height: 1.48rem;
	width: 0.9rem;
	background-color: var(--bg-color-gray);
}
.lp_bottom_bnr .en {
	position: relative;
	font-size: 0.84rem;
	line-height: 1;
}
.lp_bottom_bnr .en .r {
	display: block;
	font-size: 1.3881rem;
	margin-left: -.05em;
	letter-spacing: .03em;
}
.lp_bottom_bnr .btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.46rem;
	height: .68rem;
	background-color: var(--color-blue);
	border-radius: 100px;
	color: #fff;
	font-size: .25rem;
	letter-spacing: 0.1em;
}
.lp_bottom_bnr .btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: .28rem;
	width: .2rem;
	border-top: 1px solid;
}
.lp_bottom_bnr .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: .21rem;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	transform: translateY(-50%);
}
.lp_bottom_bnr .bg_ph img {
	object-position: 50% 100%;
}
@media print, screen and (min-width: 461px) {
	.lp_bottom_bnr .inner {
		max-width: 11rem;
		height: 570px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.lp_bottom_bnr .btn {
		padding-top: 0.25rem;
	}
	.lp_bottom_bnr .btn a:hover {
		opacity: 1;
		background-color: #fff;
		color: var(--color-blue);
	}
}
@media screen and (max-width: 460px) {
	.lp_bottom_bnr .inner {
		padding: .4rem .2rem .4rem;
	}
	.lp_bottom_bnr .inner::before {
		top: 0;
		left: .98rem;
		height: .34rem;
		width: 0.23rem;
	}
	.lp_bottom_bnr .inner::after {
		height: .77rem;
		width: 0.4rem;
		left: 0.2rem;
	}
	.lp_bottom_bnr .en {
		margin-bottom: 0.25rem;
		font-size: 0.343rem;
	}
	.lp_bottom_bnr .en .r {
		font-size: .5725rem;
	}
	.lp_bottom_bnr .btn a {
		margin-left: auto;
		width: 66vw;
		height: .4rem;
		font-size: .16rem;
		letter-spacing: 0.1em;
	}
}
