@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/* common 
------------------------------------------------*/
.page-kepl {
	background: #000;
	color: #FFF;
}
.page-kepl .color {
	color: #00CCFF;
}
.page-kepl .section {
	margin-top: 0;
	margin-bottom: 0;
}

.page-kepl h1 {

}
.page-kepl h2 {
	text-align: center;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 2rem;
}
.page-kepl h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 4rem;
	height: 0.2rem;
	left: calc(50% - 2rem);
	bottom: 0;
	background: #2F50D9;
}
.page-kepl h3 {
	font-weight: 500;
}
.page-kepl h3:before {
	content: "";
    position: absolute;
    display: block;
	top: 0.4rem;
    left: 0;
    background: #2F50D9;
}
.page-kepl h4 {
	font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.4rem;
    text-align: center;
}
.page-kepl p.sub-title {
	text-align: center;
    font-weight: 500;
    margin-bottom: 4rem;
}
.page-kepl p.sub-title small {
	font-size: 0.725rem;
    font-weight: normal;
}
.page-kepl .button a {
	background: linear-gradient(90deg, #7f3bff 0, #3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0, #3573ff 100%);
	color: #FFF;
}
.page-kepl .button a:after {
	background: url(../img/arrow-right__white.svg) no-repeat center / contain;
	transform: rotate(90deg);
}
.page-kepl .slide {
	max-width: 62rem;
    display: block;
    margin: 3rem auto 3rem;
    border: 2px solid #2F50D9;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 0 3rem #2F50D9;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.page-kepl .section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.page-kepl h2 {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-bottom: 2rem;
	}
	.page-kepl h3 {
		font-size: 1.6rem;
		line-height: 1.5;
		padding-left: 1.3rem;
		margin-bottom: 1.5rem;
	}
	.page-kepl h3:before {
		width: 0.3rem;
		height: 2.1rem;
	}
	.page-kepl p.sub-title {
    	font-size: 1.2rem;
		line-height: 1.8;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.page-kepl .section {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.page-kepl h2 {
		font-size: 4rem;
		line-height: 1.3;
		margin-bottom: 4rem;
		
	}
	.page-kepl h3 {
		font-size: 2.6rem;
		line-height: 1.4;
		padding-left: 1.8rem;
		margin-bottom: 2rem;
	}
	.page-kepl h3:before {
		width: 0.5rem;
		height: 3.1rem;
	}
	.page-kepl p.sub-title {
    	font-size: 1.5rem;
		line-height: 2;
	}
	.page-kepl .button {
		max-width: 30rem;
	}
	.page-kepl .button a {
		font-size: 1.4rem;
		font-weight: 500;
    	padding: 1.5rem 0.5rem;
	}
}
/* kepl-mv 
------------------------------------------------*/
.page-kepl .section.kepl-mv {
	background: url(../img/kepl-mv.png) no-repeat center / cover;
	padding: 5rem 0;
}
.kepl-mv__title {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.kepl-mv__title h1 {
	display: flex;
	flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.kepl-mv__title h1 strong {
	font-weight: 600;
    display: block;
    text-align: center;
}
.kepl-mv__title h1 small {
	display: block;
    text-align: center;
    font-weight: 500;
}
.kepl-mv__title picture {
	display: block;
	width: 100%;
    margin-left: auto;
	margin-right: auto;
}
.kepl-mv__title p {
	text-align: center;
}
.kepl-mv__title .button {
	margin: 0 auto;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.page-kepl .section.kepl-mv {
		margin-top: 4rem;
	}
	.kepl-mv__title h1 strong {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.kepl-mv__title h1 small {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.kepl-mv__title h1 small span {
		font-size: 1.7rem;
	}
	.kepl-mv__title picture {
		max-width: 19rem;
	}
	.kepl-mv__title p {
		font-size: 1rem;
		line-height: 1.8;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.kepl-mv__title h1 strong {
		font-size: 4rem;
		line-height: 1.2;
	}
	.kepl-mv__title h1 small {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.kepl-mv__title h1 small span {
		font-size: 2.6rem;
	}
	.kepl-mv__title picture {
		max-width: 42rem;
	}
	.kepl-mv__title p {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
/* kepl-mov
------------------------------------------------*/
.kepl-mov  {
	text-align: center;
	padding-bottom: 0 !important;
}
.kepl-mov__youtube {
	margin: 0 auto;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.kepl-mov__youtube {
		max-width: 24rem;
    	height: 13.2rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.kepl-mov__youtube {
		max-width: 52rem;
		height: 29.3rem;
	}
}
/* kepl-problem 
------------------------------------------------*/
.kepl-problem {

}
.kepl-problem__list {
	display: flex;
	flex-direction: column;
}
.kepl-problem__list li {
	border-top: 1px solid #FFF;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.kepl-problem__list {
		gap: 2rem;
	}
	.kepl-problem__list li {
		padding-top: 2rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.kepl-problem__list {
		gap: 4rem;
	}
	.kepl-problem__list li {
		padding-top: 4rem;
	}
}
/* kepl-strength
------------------------------------------------*/
.kepl-strength {
	background: url(../img/kepl-strength.png) no-repeat center 0 / contain;
	padding-bottom: 0 !important;
}
.kepl-strength__title picture {
	display: block;
}
.kepl-strength__list {
	display: flex;
	flex-direction: column;
}
.kepl-strength__list h3 {
	text-align: center;
    padding-left: 0;
}
.kepl-strength__list h3:before {
	display: none;
}
.sarani {
	background: url(../img/kepl-sarani.png) no-repeat center / contain;
	width: 100%;
    text-align: center;
}
.sarani span {
    font-weight: 600;
	line-height: 1.8;
	color: #2F50D9;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.kepl-strength__title picture {
		max-width: 19rem;
		margin: 3rem auto 2rem;
	}
	.sarani {
		height: 5rem;
	}
	.sarani span {
		font-size: 1.4rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.kepl-strength__title picture {
		max-width: 30rem;
		margin: 16rem auto 2rem;
	}
	.sarani {
		height: 7rem;
	}
	.sarani span {
		font-size: 2rem;
	}
}
/* kepl-sapce
------------------------------------------------*/
.kepl-space {
	background: url(../img/kepl-space.png) no-repeat center / cover;
}
.kepl-space p {
	text-align: center;
    font-weight: 600;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.kepl-space {
		padding: 4rem 0;
	}
	.kepl-space p {
		font-size: 2rem;
		line-height: 1.5;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.kepl-space {
		padding: 8rem 0;
	}
	.kepl-space p {
		font-size: 4rem;
		line-height: 1.3;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
/* kepl-compare
------------------------------------------------*/
.kepl-compare {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.kepl-compare__list {
	display: flex;
	gap: 2rem;
	margin-bottom: 4rem;
}
.kepl-compare__list li:first-child,
.kepl-compare__list li:last-child {
	width: 100%;
}
.kepl-compare__list li:nth-child(2) {
	width: auto;
}
.kepl-compare__list li:nth-child(2) span {
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}
.kepl-compare__list div {
	border: 2px solid #FFF;
	border-radius: 1.25rem;
	overflow: hidden;
	padding: 1.5rem 1.8rem;
	margin-bottom: 2rem;
}
.kepl-compare__list li:last-child div {
	border-color: #2F50D9;
	box-shadow: 0 0 3rem #2F50D9;
}
.kepl-compare__list h4 img {
	width: 5rem;
	margin-right: 0.5rem;
}
.kepl-compare__list p {
	
}
.kepl-compare__list p span {
	display: block;
    padding-left: 1.3rem;
}
.kepl-compare__list p span:before {
	content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #FFF;
    border-radius: 1rem;
    left: 0;
    top: 0.85rem;
}
.kepl-compare__list dl {
	display: flex;
    gap: 1rem;
    flex-wrap: wrap;
	justify-content: center;
}
.kepl-compare__list dd {
	border: 1px solid #FFF;
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 0.825rem;
    display: block;
    letter-spacing: 0px;
}
.kepl-compare__list li:last-child dd {
	background: #2F50D9;
	border-color: #00CCFF;
	color: #FFF;
}
.kepl-compare__table tr {
	
} 
.kepl-compare__table th {
    border-bottom: 1px solid #787878;
	vertical-align: middle;
}
.kepl-compare__table td {
    border-bottom: 1px solid #787878;
    text-align: center;
	vertical-align: middle;
}
.kepl-compare__table tr:last-child th,
.kepl-compare__table tr:last-child td {
	border-bottom: none;
}
.kepl-compare__table td span {
	background: #444;
    display: block;
    margin: 0 auto;
    font-weight: 500;
	min-height: 3.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kepl-compare__table tr:first-child td span {
	background: #333;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}
.kepl-compare__table tr:last-child td span {
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
}
.kepl-compare__table tr:first-child td.fb img {
	width: 4.5rem;
    margin-right: 0.5rem;
}
.kepl-compare__table td.fb span {
	background: #FFF;
	color: #2F50D9;
	margin-right: 0;
}
.kepl-compare__table tr:first-child td.fb span {
	background: linear-gradient(90deg, #7f3bff 0, #3573ff 100%);
	background: -webkit-linear-gradient(0deg, #7f3bff 0, #3573ff 100%);
	color: #FFF;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.kepl-compare__list {
		flex-direction: column;
		align-items: center;
	}
	.kepl-compare__list li:nth-child(2) span {
		border-width: 2rem 4.5rem 0rem 4.5rem;
    	border-color: #FFF transparent transparent transparent;
		margin-top: 1rem;
	}
	.kepl-compare__list dd {
    	width: calc(50% - 3rem);
	}
	.table-scroll {
		overflow-x: scroll;
	}
	.kepl-compare__table {
		width: 200%;
		line-height: 1.5;
		margin-bottom: 1rem;
	}
	.kepl-compare__table tr {
		
	}
	.kepl-compare__table th {
		width: 23%;
		padding: 0.5rem 0.5rem;
		font-size: 0.825rem;
	}
	.kepl-compare__table td {
		width: 38.5%;
	}
	.kepl-compare__table td span{
		padding: 0.5rem 0.5rem;
		font-size: 0.825rem;
		width: 90%;
	}
	.kepl-compare__table tr:first-child td span {
		font-size: 1.2rem;
	}
	.kepl-compare__table tr:first-child td.fb img {
		width: 3rem;
		margin-right: 0.2rem;
	}
	.scroll-content-arrow {
		width: 12rem;
		animation: bounce 1s infinite;
		margin: 0 auto;
	}
	@keyframes bounce {
		0%, 100% {
			transform: translateX(0); /* 開始・終了位置 */
		}
		50% {
			transform: translateX(10px); /* 中間位置（右へ移動） */
		}
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.kepl-compare__list li:nth-child(2) span {
		border-width: 4.5rem 0 4.5rem 2rem;
		border-color: transparent transparent transparent #FFF;
		margin-top: 2rem;
	}
	.kepl-compare__list dd {
    	width: calc(33.333% - 3rem);
	}
	.kepl-compare__table {
		width: 100%;
	}
	.kepl-compare__table tr {

	}
	.kepl-compare__table th {
		width: 20%;
		padding: 1rem 0.5rem;
		font-size: 1rem;
	}
	.kepl-compare__table td {
		width: 40%;
	}
	.kepl-compare__table td span {
		padding: 1rem 0.5rem;
		font-size: 1rem;
		width: 95%;
	}
	.kepl-compare__table tr:first-child td span {
		font-size: 1.5rem;
	}
	.kepl-compare__table tr:first-child td.fb img {
		width: 4.5rem;
		margin-right: 0.5rem;
	}
}
/* kepl-contact
------------------------------------------------*/
.kepl-contact {

}
.kepl-contact__step {
	display: flex;
    justify-content: center;
    gap: 1rem;
	padding-bottom: 5rem;
}
.kepl-contact__step li {
	display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: center;
}
.kepl-contact__step li.step {
	width: 100%;
	max-width: 30rem;
}
.kepl-contact__step i {
	display: block;
	font-weight: 600;
    font-size: 1.5rem;
}
.kepl-contact__step b {
	display: block;
    background: #555;
    text-align: center;
    padding: 0.6rem 1.2rem;
    border-radius: 5rem;
    font-size: 1.5rem;
	width: 100%;
}
.kepl-contact__step p {
	text-align: center;
}
.kepl-contact__step li.step1 b {

}
.kepl-contact__step li.step2 b {
	background: #002f99;
}
.kepl-contact__step li.arrow {

}
.kepl-contact__step li.arrow span {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}
.kepl-form {
	max-width: 65rem;
	margin-left: auto;
	margin-right: auto;
}
.kepl-form .attention {
	margin-bottom: 2rem;
}
.kepl-form::placeholder {
	color: #ccc;
}
.kepl-form .form-table td {
	line-height: 1.5;
}
.kepl-form .form-table__privacy {
	text-align: center;
    font-size: 0.825rem;
    margin-top: 3rem;
    line-height: 2;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.kepl-contact__step {
		flex-direction: column;
	}
	.kepl-contact__step li.arrow span {
		border-width: 1.5rem 3.5rem 0rem 3.5rem;
    	border-color: #FFF transparent transparent transparent;
		margin-top: 1rem;
	}
	.kepl-contact__step b {
		max-width: 20rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.kepl-contact__step li.arrow span {
		border-width: 3.5rem 0 3.5rem 1.5rem;
    	border-color: transparent transparent transparent #FFF;
		margin-top: 2.2rem;
	}
	.kepl-contact__step b {
		max-width: 26rem;
	}
}