@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.klptype1 {
    background: #fff;
	position: relative;
	padding: 80px 0;
	width: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
	.klptype1 {
		padding: 56px 0;
	}
}
@media only screen and (max-width: 768px) {
	.klptype1 {
		padding: 48px 0;
	}
}

/*background
———————————————————————————————————————————————————————————————————*/
.klptype1.border{
    border-top: 4px solid #222;
    border-bottom: 4px solid #222;
}
.klptype1.white {
    background: #fff;
}
.klptype1.red {
    background: #0085FF;
}
.klptype1.blue {
    background: #D9E8F1;
}
.klptype1.gradient1 {
    background: linear-gradient(135deg, #89CFEA 0%, #006FD3 100%);
}
.klptype1.gradient2 {
    background: linear-gradient(135deg, #89CFEA 0%, #006FD3 100%);
}

/*inner
———————————————————————————————————————————————————————————————————*/
.klptype1__inner1 {
	max-width: 1025px;
	padding: 0 24px;
    text-align: center;
	margin: 0 auto;
}
.klptype1__inner2 {
	max-width: 647px;
    text-align: center;
	margin: 0 auto;
}
.klptype1__inner3 {
	max-width: 335px;
    text-align: center;
	margin: 0 auto;
}
.klptype1__inner4 {
	width: 100%;
    text-align: center;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.klptype1__inner1 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.klptype1__inner2 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
	.klptype1__inner3 {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}
}

/*flex
———————————————————————————————————————————————————————————————————*/
.klptype1__flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.klptype1__flex2 > div {
	max-width: 315px;
	width: 48.837209302%;
}
.klptype1__flex3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.klptype1__flex3 > div {
	max-width: 315px;
	width: 32.241555783%;
}
.klptype1__flex4 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.klptype1__flex4 > div {
	max-width: 232px;
	width: 23.746161719%;
}

@media only screen and (max-width: 1024px) {
	.klptype1__flex3 {
		flex-wrap: wrap;
	}
	.klptype1__flex3 > div {
		max-width: 100%;
		width: 48.686244204%;
	}
	.klptype1__flex3 > div:nth-of-type(3) {
		margin: 40px auto 0;
	}
	.klptype1__flex4 {
		flex-wrap: wrap;
	}
	.klptype1__flex4 > div {
		max-width: 100%;
		width: 48.686244204%;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.klptype1__flex2 {
		display: block;
	}
	.klptype1__flex2 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 32px;
	}
	.klptype1__flex2 > div:last-of-type {
		margin: 0;
	}
	.klptype1__flex3 {
		display: block;
	}
	.klptype1__flex3 > div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 32px;
	}
	.klptype1__flex3 > div:nth-of-type(3) {
		margin: 0;
	}
}

/*title
———————————————————————————————————————————————————————————————————*/
.klptype1__title1{
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 48px;
    text-align: center;
}
.klptype1__title1 p{
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
}
.klptype1__title1 h2{
    display: inline-block;
    background: #222;
    padding: 0 8px;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.8;
}
.klptype1__title1 h2 span{
    font-size: 52px;
    font-weight: 700;
}

.klptype1__title2{
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 48px;
    text-align: center;
}
.klptype1__title2 h2{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}
.klptype1__title2 h2::before{
    content: "";
    width: 25px;
    height: 81px;
    margin-right: 16px;
    background:  url(/wordpress/wp-content/themes/u-gaku__theme/images/klp/klp/klptype1__title2--left.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.klptype1__title2 h2::after{
    content: "";
    width: 25px;
    height: 81px;
    margin-left: 16px;
    background:  url(/wordpress/wp-content/themes/u-gaku__theme/images/klp/klp/klptype1__title2--right.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.klptype1__title3{
    position: relative;
    background: #fff;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 68px;
    text-align: center;
}
.klptype1__title3 h2{
    color: #222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.8;
}
.klptype1__title3 h2 span{
    font-size: 44px;
    font-weight: 700;
}
.klptype1__title3 h2::after{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 40px;
    height: 20px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/klp/klp/klptype1__title3.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    .klptype1__title1{
        margin-bottom: 24px;
    }
    .klptype1__title1 h2{
        font-size: 32px;
    }
    .klptype1__title1 h2 span{
        font-size: 40px;
    }
    
    .klptype1__title2{
        margin-bottom: 24px;
    }
    .klptype1__title2 h2{
        font-size: 32px;
    }
    .klptype1__title2 h2::before{
        width: 12.35px;
        height: 40px;
    }
    .klptype1__title2 h2::after{
        width: 12.35px;
        height: 40px;
    }

    .klptype1__title3{
        margin-bottom: 44px;
    }
    .klptype1__title3 h2{
        font-size: 24px;
    }
    .klptype1__title3 h2 span{
        font-size: 32px;
    }
}

/*subtitle
———————————————————————————————————————————————————————————————————*/
.klptype1__subtitle1{
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
}
.klptype1__subtitle1 div{
    max-width: 630px;
    background: #fff;
    padding: 8px 16px;
    border: 2px solid #222;
    border-radius: 4px;
}
.klptype1__subtitle1 div p{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.klptype1__subtitle1 div h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .klptype1__subtitle1{
        margin-bottom: 20px;
    }
    .klptype1__subtitle1 div h3{
        font-size: 24px;
    }
}

/*btn
———————————————————————————————————————————————————————————————————*/
.klptype1__btn{
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

/*text/image
———————————————————————————————————————————————————————————————————*/
.klptype1__text{
    margin-bottom: 24px;
}
.klptype1__text h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #0085FF;
    padding: 4px 12px;
    border: 2px #0085FF solid;
    background-color: #fff;
}
.klptype1__text span{
    font-size: 20px;
    font-weight: 700;
}

.klptype1__image{
    margin-bottom: 24px;
}
.klptype1__image img{
    max-width: 350px;
    margin: 0 auto;
}
.klptype1__image.max img{
    max-width: 100%;
    margin: 0 auto;
}
.klptype1__image.max img{
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .klptype1__text h3{
        font-size: 18px;
    }
    .klptype1__image img{
        max-width: 100%;
        margin: 0 auto;
    }
    .klptype1__image.scroll {
        overflow: scroll;
    }
    .klptype1__image.scroll img{
        width: 480px;
        max-width: 480px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	header/footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer{
    background: #222;
}
.footer__inner--top {
    align-items: center;
    margin: 0 auto 64px;
}
.footer__inner--company{
    max-width: 645px;
    margin: 0 auto 32px;
}
.footer__inner--company > div{
    display: flex;
    justify-content: start;
    margin-bottom: 8px;
}
.footer__inner--company > div > p:nth-of-type(1){
    width: 80px;
    color: #555555;
    font-size: 14px;
}
.footer__inner--company > div > p:nth-of-type(2){
    color: #fff;
    font-size: 12px;
    padding-left: 16px;
}
@media only screen and (max-width: 768px) {
    .footer__inner--company {
        max-width: 100%;
        padding: 0 20px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv{
    margin-top: 88px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/klp/klp/fv__background--1--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fv__inner{
    display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.fv__inner--left{
    width: 50%;
}
.fv__inner--left--title{
    max-width: 360px;
    margin: 0 auto 40px;
}
.fv__inner--left--point{
    display: flex;
	justify-content: center;
	align-items: center;
    margin: 0 auto 40px;
}
.fv__inner--left--point > div {
	max-width: 112px;
	width: 32.241555783%;
    margin: 0 8px 0;
}
.fv__inner--left--btn{
    display: block;
    max-width: 280px;
    margin: 0 auto;
}
.fv__inner--right--1,.fv__inner--right--2{
    height: 600px;
    width: 200px;
	overflow: hidden;
}
.fv__inner--right--1{
    margin-right: 32px;
}
.fv__inner--right--3{
    display: none;
}
.fv__inner--right--1 .fv__inner--right--flex div{
	-webkit-animation: slider__top 60s linear infinite;
	animation: slider__top 60s linear infinite;
	animation-name: slider__top;
	animation-duration: 60s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}
.fv__inner--right--2 .fv__inner--right--flex div{
	-webkit-animation: slider__bottom 60s linear infinite;
	animation: slider__bottom 60s linear infinite;
	animation-name: slider__bottom;
	animation-duration: 60s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}
.fv__inner--right--flex div img {
	width: 200px;
    margin-bottom: 20px;
}
@keyframes slider__top {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-100%);
	}
}
@keyframes slider__bottom {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(-0);
	}
}
@keyframes slider__left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@media only screen and (max-width: 1024px) {
    .fv{
        background: url(/wordpress/wp-content/themes/u-gaku__theme/images/klp/klp/fv__background--1--sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .fv__inner{
        flex-direction: column-reverse;
    }
    .fv__inner--left{
        width: 100%;
        margin-bottom: 40px;
    }
    .fv__inner--left--title{
        max-width: 320px;
        margin: 0 auto 24px;
    }
    .fv__inner--left--point{
        margin: 0 auto 24px;
    }
    .fv__inner--left--point > div {
        max-width: 112px;
        width: 32.241555783%;
        margin: 0 8px 0;
    }
    .fv__inner--left--btn{
        display: block;
        max-width: 280px;
        margin: 0 auto;
    }
    .fv__inner--right--1,.fv__inner--right--2{
        display: none;
    }
    .fv__inner--right--3{
        display: block;
        width: 100%;
        margin: 20px auto;
        overflow: hidden;
        margin-right: 32px;
    }
    .fv__inner--right--3 div{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fv__inner--right--3 .fv__inner--right--flex div{
        -webkit-animation: slider__left 60s linear infinite;
        animation: slider__left 60s linear infinite;
        animation-name: slider__left;
        animation-duration: 60s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: none;
        animation-play-state: running;
    }
    .fv__inner--right--3 .fv__inner--right--flex div img{
        width: auto;
        height: 200px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .fv{
        margin-top: 64px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fv2{
    margin-top: 88px;
    padding: 64px 0;
    background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/klp/klp/fv2__background--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fv2__inner{
    max-width: 1025px;
    width: 100%;
	padding: 0 24px;
	margin: 0 auto 40px;
    display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.fv2__inner > div:nth-of-type(1){
    max-width: 481px;
    width: 50.472193074%;
}
.fv2__inner > div:nth-of-type(2){
    max-width: 472px;
    width: 49.527806925%;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.fv2__inner > div:nth-of-type(2) div{
    max-width: 146px;
    width: 33.181818181%;
}
.fv2__inner .pc__only{
    display: flex!important;
}
.fv2__inner .sp__only{
    display: none!important;
}
.fv2__slider{
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin: 0 auto 40px;
}
.fv2__slider div {
	display: flex;
	-webkit-animation: slider__left 20s linear infinite;
	animation: slider__left 20s linear infinite;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: slider__left;
}
.fv2__slider div img {
	width: auto;
	height: 162px;
}
@keyframes slider__left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}
.fv2__btn{
    max-width: 1025px;
    width: 100%;
	padding: 0 24px;
	margin: 0 auto;
}
.fv2__btn > a{
    display: block;
    max-width: 280px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .fv2{
        background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/klp/klp/fv2__background--sp.png);
    }
    .fv2__inner{
        display: block;
    }
    .fv2__inner > div:nth-of-type(1){
        max-width: 481px;
        width: 100%;
        margin: 0 auto;
    }
    .fv2__inner > div:nth-of-type(1).sp__only{
        max-width: 472px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .fv2__inner > div:nth-of-type(1).sp__only div{
        max-width: 146px;
        width: 33.181818181%;
    }
    .fv2__inner .pc__only{
        display: none!important;
    }
    .fv2__inner .sp__only{
        display: flex!important;
    }
}

@media only screen and (max-width: 768px) {
    .fv2{
        margin-top: 64px;
    }
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	campaign
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#campaign .klptype1__inner3 .klptype1__flex2{
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    #campaign .klptype1__flex2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #campaign .klptype1__flex2 > div {
        max-width: 315px;
        width: 48.837209302%;
        margin-bottom: 0;
    }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	school
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#school .klptype1__text{
    color: #fff;
    margin-bottom: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	problem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#problem.klptype1{
    padding: 0 0 80px 0;
}
#problem .klptype1__inner2 p{
    position: relative;
    text-align: left;
    background: #fff;
    padding: 16px 16px 16px 56px;
    border: 2px solid #222;
    border-radius: 4px;
    box-shadow: 4px 4px 0px #222;
    margin-bottom: 16px;
}
#problem .klptype1__inner2 p::before{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    content: "";
    width: 24px;
    height: 24px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/klp/klp/problem.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reason
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#reason .klptype1__flex2{
    align-items: flex-start;
    flex-wrap: wrap;
}
#reason .klptype1__flex2 div{
    margin-bottom: 24px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#support .klptype1__inner1{
    margin-bottom: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	can
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#can .klptype1__textbox{
    text-align: left;
    background: #fff;
    padding: 12px;
    border: 2px solid #222;
    box-shadow: 4px 4px 0px #222;
    margin-bottom: 24px;
}
#can .klptype1__textbox p:nth-of-type(1){
    position: relative;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 32px;
}
#can .klptype1__textbox p:nth-of-type(1)::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 24px;
    height: 24px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/klp/klp/can.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#can .klptype1__textbox p:nth-of-type(1) span{
    color: #0085FF;
    font-weight: 700;
}
#can .klptype1__textbox p:nth-of-type(2){
    margin-top: 8px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#price .klptype1__image:nth-of-type(1){
    margin-bottom: 40px;
}
#price .klptype1__subtitle1 div{
    display: inline-block;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	guarantee
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#guarantee .klptype1__title1 h2{
    background: #fff;
    border: 2px solid #222;
    box-shadow: 4px 4px 0px #222;
    color: #222;
}
#guarantee .klptype1__image:nth-of-type(1) img{
    max-width: 272px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trial .klptype1__title1 h2{
    background: #fff;
    border: 2px solid #222;
    box-shadow: 4px 4px 0px #0085FF;
    color: #222;
}
#trial .klptype1__flex3{
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    #trial .klptype1__flex3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #trial .klptype1__flex3 > div {
        max-width: 315px;
        width: 32.241555783%;
        margin-bottom: 0;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#faq .faq__item {
	margin-bottom: 24px;
}
#faq .faq__item--question {
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #fff;
	border: 2px solid #222222;
	border-radius: 4px;
	box-shadow: 4px 4px 0px #222;
}
#faq .faq__item--question img:nth-of-type(1) {
	width: 32px;
	height: 32px;
	margin-right: 16px;
}
#faq .faq__item--question img:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}
#faq .faq__item--question p {
	font-size: 12px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
#faq .faq__item--answer {
	display: none;
	padding: 20px 0 0 20px;
}
#faq .open .faq__item--answer {
	display: flex;
}
#faq .faq__item--answer img {
	width: 32px;
	height: 32px;
	margin-right: 16px;
}
#faq .faq__item--answer p {
    text-align: left;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
}