@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reset
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font-weight: normal;
}

html {
	font-size: 62.5%;
	font-family: "M PLUS 1" , "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Helvetica Neue', 'NotoSansJP', 'Noto Sans CJK JP', sans-serif;
}

body {
	font-family: "M PLUS 1" , "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Helvetica Neue', 'NotoSansJP', 'Noto Sans CJK JP', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	color: #5E5E5E;
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

div {
	display: block;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav,
ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #5E5E5E;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

* {
	box-sizing: border-box;
}

header,
body,
footer {
	max-width: 100vw;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.wrap {
	position: relative;
	overflow: hidden;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb24 {
	margin-bottom: 24px !important;
}

br.pc {
	display: block !important;
}

br.tab {
	display: none !important;
}

br.sp {
	display: none !important;
}

.sp__only {
	display: none !important;
}

.effect__fade {
	opacity: 0;
	transition: all 1.5s;
}

.effect__fade.effect__scroll {
	opacity: 1;
}

.flash:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

@keyframes flash {
	0% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

.move img {
	animation: move 3s infinite;
}

@keyframes move {
    72% {
        transform: translate(0px, 0px);
    }
	76% {
        transform: translate(4px, 0px);
    }
    80% {
        transform: translate(-4px, 0px);
    }
    84% {
        transform: translate(4px, 0px);
    }
    88% {
        transform: translate(-4px, 0px);
    }
    92% {
        transform: translate(4px, 0px);
    }
    96% {
        transform: translate(-4px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@media only screen and (max-width: 1024px) {
	.mb24 {
		margin-bottom: 21.6px !important;
	}

	br.pc {
		display: none !important;
	}

	br.tab {
		display: block !important;
	}

	br.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.mb24 {
		margin-bottom: 16.8px !important;
	}

	br.pc {
		display: none !important;
	}

	br.tab {
		display: none !important;
	}

	br.sp {
		display: block !important;
	}

	.pc__only {
		display: none !important;
	}

	.sp__only {
		display: block !important;
	}
}

/*
#################################

	lp

#################################
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	background
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp{
	margin: 0;
    padding: 0;
}
.lp__bg--left{
	position: relative;
	position: fixed;
    top: 0;
	left: 0;
	width: calc((100% - 390px)/2);
	height: 100vh;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/lp/lp1/lp1__bg--left.png) 50% 50% no-repeat;
    background-size: cover;
}
.lp__bg--left img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 375px;
}
.lp__bg--right{
	position: relative;
	position: fixed;
    top: 0;
	right: 0;
	width: calc((100% - 390px)/2);
	height: 100vh;
	background: #0EB95C;
}
.lp__bg--right > div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 375px;
}
.lp__bg--right > div > img{
	margin-bottom: 32px;
}
.lp__bg--right > div > a{
	display: block;
	max-width: 280px;
	margin: 0 auto;
}
.lp__wrap{
	position: relative;
	width: 100%;
    max-width: 390px;
    margin: 0 auto;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

@media only screen and (max-width: 1024px) {
	.lp__bg--left{
		position: relative;
		position: fixed;
		top: 0;
		left: 0;
		width: calc((100% - 390px)/2);
		height: 100vh;
		background: #BDF2F4;
	}
	.lp__bg--left img{
		display: none;
	}
	.lp__bg--right{
		position: relative;
		position: fixed;
		top: 0;
		right: 0;
		width: calc((100% - 390px)/2);
		height: 100vh;
		background: #BDF2F4;
	}
	.lp__bg--right > div{
		display: none;
	}
}

@media only screen and (max-width: 430px) {
	.lp__bg{
		display: none;
	}
	.lp__wrap{
		max-width: 100%;
		border: none;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	background--color
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bg__lightblue{
    background-color: #F1FEFF;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp__wrap--fv{
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/lp/lp1/lp1__fv--bg.png) 0% 50% no-repeat;
	background-size: cover;
	padding: 64px 0;
}
.lp__wrap--fv--text{
	width: 80%;
	margin: 0 auto 32px;
}
.lp__wrap--fv--voice{
	overflow: hidden;
	margin: 0 auto 32px;
}
.lp__wrap--fv--voice--flex{
	display: flex;
}
.lp__wrap--fv--voice--flex div{
	display: flex;
	-webkit-animation: slider__left 30s linear infinite;
	animation: slider__left 30s linear infinite;
	animation-name: slider__left;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}
.lp__wrap--fv--voice img {
	width: 480px;
	margin-right: 8px;
}
@keyframes slider__left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}
.lp__wrap--fv--point{
	margin: 0 auto 32px;
}
.lp__wrap--fv--btn{
	width: 80%;
	margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp__btn{
	background: #0EB95C;
	padding: 16px 0 64px;
}
.lp__btn a{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.lp__btn a:nth-of-type(2){
	margin-top: 32px;
	width: 64%;
}
.lp2__btn{
	padding: 0 16px 24px;
}
.lp2__btn a{
	display: block;
	width: 100%;
	margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	lp__voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp__voice{
	background: #FFD900;
	padding: 40px 0;
}
.lp__voice--text{
	margin-bottom: 40px;
}
.lp__voice--text img{
	height: 32px;
	width: auto;
	margin: 0 auto;
}
.lp__voice--content a{
	display: block;
	margin-bottom: 16px;
}
.lp__voice--content a img{
	width: 80%;
	margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	lp__else
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp__else{
	background: #fff;
	padding: 40px 0;
}
.lp__else--text{
	margin-bottom: 40px;
}
.lp__else--text img{
	height: 32px;
	width: auto;
	margin: 0 auto;
}
.lp__else--content a{
	display: block;
	margin-bottom: 16px;
}
.lp__else--content a img{
	width: 80%;
	margin: 0 auto;
}

/*
#################################

	lp2

#################################
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	background
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp2{
	margin: 0;
    padding: 0;
}
.lp2__bg--left{
	position: relative;
	position: fixed;
    top: 0;
	left: 0;
	width: calc((100% - 390px)/2);
	height: 100vh;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/lp/lp2/lp2__bg--left.png) 50% 50% no-repeat;
    background-size: cover;
}
.lp2__bg--right{
	position: relative;
	position: fixed;
    top: 0;
	right: 0;
	width: calc((100% - 390px)/2);
	height: 100vh;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/lp/lp2/lp2__bg--right.png) 50% 50% no-repeat;
    background-size: cover;
}
.lp2__bg--right > div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 375px;
}
.lp2__bg--right > div > img{
	margin-bottom: 32px;
}
.lp2__wrap{
	position: relative;
	width: 100%;
    max-width: 390px;
    margin: 0 auto;
	background: #fff;
}

@media only screen and (max-width: 1024px) {
	.lp2__bg--left{
		position: relative;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: linear-gradient(127.18deg, #F3FC55 15.26%, #A7F1FF 62.95%);
	}
	.lp2__bg--right{
		display: none;
	}
}

@media only screen and (max-width: 430px) {
	.lp2__bg{
		display: none;
	}
	.lp2__wrap{
		max-width: 100%;
		border: none;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	lp2__counseling
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp2__counseling{
	padding: 40px 16px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/lp/lp2/lp2__counseling.png);
}
.lp2__counseling > img{
	margin-bottom: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	lp2__interview
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp2__interview{
	padding: 64px 16px;
}
.lp2__interview > img{
	width: 88px;
	margin: 0 auto 40px;
}
.lp2__interview > div{
	margin-bottom: 40px;
}
.lp2__interview--item{
	cursor: pointer;
}
.lp2__interview--item img:nth-of-type(1){
	display: block;
}
.lp2__interview--item img:nth-of-type(2){
	display: none;
}
.lp2__interview--item.open img:nth-of-type(1){
	display: none;
}
.lp2__interview--item.open img:nth-of-type(2){
	display: block;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	scroll
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.scroll .scroll__inner{
	background: #0085FF;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
.scroll .scroll__image img{
	width: 24px;
	margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	select
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.select{
	padding: 32px 0;
}
.select__inner{
	max-width: 1025px;
	width: 100%;
    padding: 0 24px;
    margin: 0 auto;
	text-align: center;
}
.select__inner h2{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}
.select__inner p{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
}
.select__inner iframe{
	max-width: 647px;
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	campaign
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.campaign{
	padding: 0 40px;
	margin: 40px 0;
}

/*
#################################

	lp3

#################################
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	background
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp3{
	margin: 0;
    padding: 0;
}
.lp3__bg--left{
	position: relative;
	position: fixed;
    top: 0;
	left: 0;
	width: calc((100% - 390px)/2);
	height: 100vh;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/lp/lp3/lp3__bg--left.png) 50% 50% no-repeat;
    background-size: cover;
}
.lp3__bg--right{
	position: relative;
	position: fixed;
    top: 0;
	right: 0;
	width: calc((100% - 390px)/2);
	height: 100vh;
    background: #0051C0;
}
.lp3__bg--right > div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 375px;
}
.lp3__bg--right > div > img{
	margin-bottom: 32px;
}
.lp3__wrap{
	position: relative;
	width: 100%;
    max-width: 390px;
    margin: 0 auto;
	background: #EDF3FB;
}

@media only screen and (max-width: 1024px) {
	.lp3__bg--left{
		position: relative;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: linear-gradient(127.18deg, #F3FC55 15.26%, #A7F1FF 62.95%);
	}
	.lp3__bg--right{
		display: none;
	}
}

@media only screen and (max-width: 430px) {
	.lp3__bg{
		display: none;
	}
	.lp3__wrap{
		max-width: 100%;
		border: none;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	fv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp3__btn{
	padding: 24px 16px;
}
.lp3__btn a{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.lp3__btn a:first-of-type{
	margin-bottom: 24px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	counseling
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp3__counseling{
	padding: 40px 16px;
	background: #0051C0;
}
.lp3__counseling > img{
	margin-bottom: 20px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	preparation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lp3__preparation{
	padding: 60px 16px;
	background: #fff;
}
.lp3__preparation > a{
	display: block;
	margin: 16px 20px 40px;
}
