@charset "UTF-8";



/*== lp
======================================================================*/
.lp {
	overflow: hidden;
}



/*== lp__catch
======================================================================*/
.lp__catch {
	background: #FFDE00;
	padding: 20px;
}

.lp__catch-title {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width:1024px) {
	.lp__catch {
		background: #FFDE00;
		padding: 20px;
	}

	.lp__catch-title {
		color: #222222;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
	}
}



/*== lp__main
======================================================================*/
.lp__main-title {
	background: #1955A6;
	padding: 60px 20px 30px;
}

.lp__main-image {
	width: 100%;
	padding: 60px 20px 0;
	margin: 0 auto;
}

@media screen and (min-width:1024px) {
	.lp__main{
		position: relative;
	}

	.lp__main::before{
		content: "";
		width: 50%;
		height: 100%;
		background: #1955A6;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}

	.lp__main-inner {
		max-width: 1600px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 2;
	}

	.lp__main-title {
		width: 50%;
		padding: 80px 5.5% 80px 30px;
		margin: 0;
	}

	.lp__main-title img{
		transform: translateY(40px);
	}

	.lp__main-image {
		width: 50%;
		padding: 80px 0 80px 5.5%;
		margin: 0;
	}
}



/*== lp__works
======================================================================*/
.lp__works {
	margin: 80px auto 0;
	position: relative;
}

.lp__works-illust {
	min-width: 125px;
	max-width: 300px;
	width: 25%;
	height: auto;
	position: absolute;
	bottom: -25px;
	right: 20px;
	z-index: 100;
}

@media screen and (min-width:1024px) {
	.lp__works {
		margin: 120px auto 0;
	}
}



/*== swiper
======================================================================*/
.swiper-wrapper {
	transition-timing-function: linear !important;
}



/*== lp__about
======================================================================*/
.lp__about-inner {
	padding: 0 20px;
	margin: 100px auto 0;
	max-width: 1140px;
}

.lp__about-title-label {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	background: #222;
	display: inline-block;
	padding: 5px 15px;
}

.lp__about-subtitle{
	margin-top: 15px;
}

.lp__about-subtitle-label {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.4;
	background: linear-gradient(transparent 62.5%, #FFDE00 62.5%, #FFDE00 90%, transparent 90%);
	display: inline;
}

.lp__about-text{
	margin-top: 15px;
}

.lp__about-image {
	width: 250px;
	margin: 25px auto 0;
}

@media screen and (min-width:1024px) {
	.lp__about-inner {
		margin: 140px auto 0;
		display: flex;
		justify-content: space-between;
	}

	.lp__about-content {
		width: 60%;
		margin: 30px 0 0;
		order: 2;
	}
	.lp__about-title-label {
		font-size: 25px;
		padding: 5px 20px;
	}

	.lp__about-subtitle{
		margin-top: 20px;
	}

	.lp__about-subtitle-label {
		font-size: 35px;
	}

	.lp__about-image {
		width: 35%;
		margin: 0;
		order: 1;
	}
}



/*== lp__plan
======================================================================*/
.lp__plan {
	padding: 0 20px;
}

.lp__plan-inner {
	background: #EEF2F9;
	border-radius: 45px;
	padding: 240px 20px 45px;
	margin: 60px auto 80px;
	max-width: 1100px;
	position: relative;
}

.lp__plan-text {
	text-align: center;
	margin-top: 15px;
}

.lp__plan-price{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}

.lp__plan-page{
	margin: 45px auto 0;
}

.lp__plan-option{
	background: #fff;
	border-radius: 25px;
	padding: 20px 20px 25px;
	margin: 45px auto 0;
}

.lp__plan-option-title{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.lp__plan-option-list {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}

.lp__plan-option-item {
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #222;
	border-radius: 10px;
	padding: 5px 15px;
	display: inline-block;
}

.lp__plan-illust {
	width: 250px;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 40px);
}

@media screen and (min-width:768px) {
	.lp__plan-text {
		margin-top: 25px;
	}

	.lp__plan-price img{
		width: 48.5%;
	}

	.lp__plan-page{
		margin: 60px auto 0;
	}

	.lp__plan-option{
		border-radius: 30px;
		padding: 30px 45px;
		margin: 60px auto 0;
	}

	.lp__plan-option-title{
		font-size: 30px;
	}

	.lp__plan-option-list {
		margin-top: 15px;
		gap: 8px;
	}

	.lp__plan-option-item {
		font-size: 18px;
		border-radius: 12.5px;
		padding: 8px 15px;
	}
}

@media screen and (min-width:1024px) {
	.lp__plan-inner {
		border-radius: 60px;
		padding: 60px;
		margin: 140px auto 120px;
	}

	.lp__plan-illust {
		width: 400px;
		top: 0;
		left: auto;
		right: 0;
		transform: translate(125px, -110px);
	}
}



/*== lp__security
======================================================================*/
.lp__security {
	background: #EEF2F9;
}

.lp__security-inner {
	padding: 240px 20px 60px;
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}

.lp__security-text {
	text-align: center;
	margin-top: 15px;
}

.lp__security-list{
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}

.lp__security-item{
	width: 48.5%;
}

.lp__security-note{
	margin-top: 10px;
}

.lp__security-note-text{
	font-size: 12px;
	padding-left: 2em;
	position: relative;
}

.lp__security-note-text:before{
	position: absolute;
	top: 0;
	left: 0;
}

.lp__security-note-text:nth-child(1):before{
	content: "※1";
}

.lp__security-note-text:nth-child(2):before{
	content: "※2";
}

.lp__security-note-text:nth-child(3):before{
	content: "※3";
}

.lp__security-illust {
	width: 165px;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 50px);
}

@media screen and (min-width:768px) {
	.lp__security-text {
		font-size: 18px;
		margin-top: 25px;
	}

	.lp__security-list{
		margin: 45px auto 0;
		gap: 20px 0;
	}

	.lp__security-item{
		width: 31.5%;
	}

	.lp__security-note{
		margin-top: 15px;
	}

	.lp__security-note-text{
		font-size: 14px;
	}
}

@media screen and (min-width:1024px) {
	.lp__security-inner {
		padding: 80px 20px;
	}

	.lp__security-illust {
		width: 265px;
		top: 0;
		left: 0;
		transform: translate(-75px, -70px);
	}
}



/*== lp__support
======================================================================*/
.lp__support-inner {
	padding: 240px 20px 60px;
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}

.lp__support-list{
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}

.lp__support-item{
	width: 48.5%;
}

.lp__support-note{
	margin-top: 10px;
}

.lp__support-note-text{
	font-size: 12px;
	padding-left: 2em;
	position: relative;
}

.lp__support-note-text:before{
	position: absolute;
	top: 0;
	left: 0;
}

.lp__support-note-text:nth-child(1):before{
	content: "※1";
}

.lp__support-note-text:nth-child(2):before{
	content: "※2";
}

.lp__support-note-text:nth-child(3):before{
	content: "※3";
}

.lp__support-illust {
	width: 250px;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 45px);
}

@media screen and (min-width:768px) {
	.lp__support-list{
		margin: 45px auto 0;
	}

	.lp__support-item{
		width: 31.5%;
	}

	.lp__support-note{
		margin-top: 15px;
	}

	.lp__support-note-text{
		font-size: 14px;
	}
}

@media screen and (min-width:1024px) {
	.lp__support-inner {
		padding: 80px 20px;
	}

	.lp__support-illust {
		width: 350px;
		top: 0;
		left: auto;
		right: 0;
		transform: translate(150px, -115px);
	}
}



/*== lp__comparison
======================================================================*/
.lp__comparison {
	background: #eee;
}

.lp__comparison-inner {
	padding: 60px 20px;
	margin: 0 auto;
	max-width: 1100px;
}

.lp__comparison-image{
	margin: 30px auto 0;
}

.lp__comparison-note{
	margin-top: 10px;
}

.lp__comparison-note-text{
	font-size: 12px;
	padding-left: 1.25em;
	position: relative;
}

.lp__comparison-note-text:before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width:768px) {
	.lp__comparison-inner {
		padding: 80px 20px;
	}

	.lp__comparison-image{
		margin: 45px auto 0;
	}

	.lp__comparison-note{
		margin-top: 15px;
	}

	.lp__comparison-note-text{
		font-size: 14px;
	}
}



/*== lp__worries
======================================================================*/
.lp__worries {
	background: #eee;
}

.lp__worries-inner {
	padding: 60px 20px;
	margin: 0 auto;
	max-width: 1100px;
}

.lp__worries-list{
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
	align-items: stretch;
}

.lp__worries-item{
	font-weight: bold;
	border: 2px solid #222;
	border-radius: 20px;
	background: #fff;
	width: 100%;
	padding: 25px 25px 25px 85px;
	position: relative;
	display: flex;
	align-items: center;
}

.lp__worries-item:before{
	content: "";
	width: 50px;
	height: 50px;
  background: url("../img/lp/ico_check01.svg") no-repeat left top / cover;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(20px, -50%);
}

@media screen and (min-width:768px) {
	.lp__worries-inner {
		padding: 80px 20px;
	}

	.lp__worries-list{
		margin: 60px auto 0;
		gap: 20px 0;
	}

	.lp__worries-item{
		font-size: 18px;
		width: 48.5%;
		border-radius: 30px;
	}
}



/*== lp__feature
======================================================================*/
.lp__feature-inner {
	padding: 60px 20px 0;
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}

.lp__feature-illust {
	width: 200px;
	height: auto;
	margin: 0 auto;
}

.lp__feature-catch {
	font-size: 25px;
	font-weight: 900;
	text-align: center;
	position: relative;
	margin-top: 10px;
}

.lp__feature-catch:after{
	content: "";
	width: 150px;
	height: 30px;
	background: #FFDE00;
	-webkit-clip-path: polygon(0 0,50% 100%,100% 0);
	        clip-path: polygon(0 0,50% 100%,100% 0);
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 40px);
}

.lp__feature-catch-list {
	max-width: 800px;
	margin: 75px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}

.lp__feature-catch-item {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #2472E2;
	padding: 5px 10px;
	display: inline-block;
}

.lp__feature-title {
	font-size: 35px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	margin-top: 20px;
}

.lp__feature-list {
	margin: 30px auto 0;
}

.lp__feature-item{
	margin-bottom: 30px;
}

@media screen and (min-width:768px) {
	.lp__feature-catch {
		font-size: 30px;
		margin-top: 0;
	}

	.lp__feature-catch:after{
		width: 200px;
		height: 45px;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 55px);
	}

	.lp__feature-catch-list {
		margin: 100px auto 0;
	}

	.lp__feature-catch-item {
		font-size: 20px;
		padding: 5px 15px;
	}

	.lp__feature-title {
		font-size: 55px;
	}

	.lp__feature-list {
		margin: 60px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.lp__feature-item{
		width: 48.5%;
	}
}

@media screen and (min-width:1024px) {
	.lp__feature-inner {
		padding: 30px 20px 0;
	}

	.lp__feature-illust {
		width: 295px;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		transform: translate(80px, -40px);
	}
}



/*== lp__pickup
======================================================================*/
.lp__pickup-inner {
	padding: 30px 20px 80px;
	margin: 0 auto;
	max-width: 1100px;
}

.lp__pickup-box + .lp__pickup-box{
	margin-top: 30px;
}

.lp__pickup-list{
	margin-top: 20px;
}

.lp__pickup-item{
	font-weight: bold;
	position: relative;
	padding-left: 40px;
}

.lp__pickup-item + .lp__pickup-item{
	margin-top: 8px;
}

.lp__pickup-item:before{
	content: "";
	width: 30px;
	height: 30px;
  background: url("../img/lp/ico_check01.svg") no-repeat left top / cover;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
}

@media screen and (min-width:768px) {
	.lp__pickup-inner {
		display: flex;
		justify-content: space-between;
	}

	.lp__pickup-box {
		width: 48.5%;
	}

	.lp__pickup-box + .lp__pickup-box{
		margin-top: 0;
	}

	.lp__pickup-item{
		font-size: 16px;
	}
}



/*== lp__flow
======================================================================*/
.lp__flow {
	background: #EEF2F9;
}

.lp__flow-inner {
	padding: 60px 20px 80px;
	margin: 0 auto;
	max-width: 1100px;
}

.lp__flow-list{
	margin: 30px auto 0;
}

.lp__flow-item{
	position: relative;
}

.lp__flow-item + .lp__flow-item{
	margin-top: 40px;
}

.lp__flow-item + .lp__flow-item:before{
	content: "";
	width: 80px;
	height: 20px;
	background: #2472E2;
	-webkit-clip-path: polygon(0 0,50% 100%,100% 0);
	        clip-path: polygon(0 0,50% 100%,100% 0);
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -30px);
}

.lp__flow-label{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #222;
	padding: 10px 20px;
}

.lp__flow-text{
	font-weight: bold;
	border: 2px solid #222;
	background: #fff;
	padding: 15px 20px;
}

@media screen and (min-width:768px) {
	.lp__flow-inner {
		padding: 80px 20px 100px;
	}

	.lp__flow-list{
		margin: 45px auto 0;
	}

	.lp__flow-item{
		display: flex;
	}

	.lp__flow-label{
		font-size: 25px;
		padding: 20px;
		width: 20%;
	}

	.lp__flow-text{
		font-size: 20px;
		padding: 20px 30px;
		width: 80%;
	}
}



/*== lp__faq
======================================================================*/
.lp__faq-inner {
	padding: 60px 20px 80px;
	margin: 0 auto;
	max-width: 1100px;
}

.lp__faq-list{
	margin: 30px auto 0;
}

.lp__faq-item{
	background: #EEF2F9;
	border-radius: 30px;
	padding: 20px 20px 20px 75px;
}

.lp__faq-item + .lp__faq-item{
	margin-top: 10px;
}

.lp__faq-question{
	font-size: 20px;
  font-weight: bold;
	position: relative;
	cursor: pointer;
}

.lp__faq-question::before{
	content: "";
	width: 40px;
	height: 40px;
  background: url("../img/lp/ico_faq01.svg") no-repeat left top / cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-55px, 0);
}

.lp__faq-answer{
	border-top: 1px solid #222;
	padding-top: 15px;
	margin-top: 15px;
	position: relative;
}

.lp__faq-answer::before{
	content: "";
	width: 40px;
	height: 40px;
  background: url("../img/lp/ico_faq02.svg") no-repeat left top / cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-55px, 10px);
}

.lp__links{
	color: #fff;
	text-align: center;
	background: #444444;
}

@media screen and (min-width:768px) {
	.lp__faq-inner {
		padding: 80px 20px 100px;
	}

	.lp__faq-list{
		margin: 45px auto 0;
	}

	.lp__faq-item{
		border-radius: 45px;
		padding: 40px 40px 40px 110px;
	}

	.lp__faq-item + .lp__faq-item{
		margin-top: 15px;
	}

	.lp__faq-question::before{
		width: 60px;
		height: 60px;
		transform: translate(-80px, -10px);
	}

	.lp__faq-answer{
		padding-top: 25px;
		margin-top: 25px;
	}

	.lp__faq-answer::before{
		width: 60px;
		height: 60px;
		transform: translate(-80px, 10px);
	}
}



/*== lp__links
======================================================================*/
.lp__links{
	color: #fff;
	text-align: center;
	background: #444444;
}

.lp__links-inner {
	padding: 30px 20px;
	margin: 0 auto;
	max-width: 1300px;
}

.lp__links-title{
	font-size: 25px;
}

.lp__links-text{
	margin-top: 10px;
}

.lp__links-btn{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.lp__links-btn a{
	max-width: 320px;
	display: inline-block;
}

@media screen and (min-width:768px) {
	.lp__links-inner {
		padding: 45px 20px;
	}

	.lp__links-title{
		font-size: 30px;
	}

	.lp__links-text{
		font-size: 18px;
	}

	.lp__links-btn{
		gap: 0 20px;
	}
}