@charset "UTF-8";

@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');
@import url('https://rsms.me/inter/inter-ui.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css');

body {
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	font-family: YakuHanJP, 'Noto Sans Japanese', sans-serif;
	overflow-wrap: break-word;
    word-wrap: break-word;
    background: #04101b;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
}
a {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
ul {
	padding-left: 0;
}
ul li {
	list-style-type: none;
}

.container {
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
.image-pic {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*----------------------------------------------
header
------------------------------------------------*/

header {
	position: fixed;
	right: 42px;
	top: 42px;
	z-index: 300;
}
header ul {
	font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
}
header ul li {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 1.2em;
}
header ul li a {
	display: block;
	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all  0.25s ease-out;
}
header ul li a:hover {
	opacity: 0.5;
}


/*----------------------------------------------
main-visual
------------------------------------------------*/

.main-visual {
	padding: 17% 0 17% 0;
	position: relative;
}
.left-navi {
	width:72px;
	padding: 0 20px;
	position: absolute;
	left: 0;
	top:0;
	border-right: 1px solid #343c42;
	z-index: -2;
	height: 120vh;
}
.left-navi .studuy-logo {
	padding-top: 24px;
}
.left-navi .scroll {
	overflow: hidden;
	margin: 240px 0 0 7px;
	position: relative;
	width: 20px;
	height: 140px;
}
.left-navi .scroll .txt {
	display: block;
    position: absolute;
    font-size: 0.6rem;
    font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
	transform: rotateZ(-90deg);
    width: 100px;
    left: -41px;
    top: 3px;
}
.left-navi .scroll .line {
	width: 1px;
	height: 70px;
	display: block;
	background-color:rgba(255,255,255,0.4);
	position: relative;
	margin-left: 9px;
	margin-top: 70px;
	overflow: hidden;
}
.left-navi .scroll .line:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:0;
	background-color:rgba(255,255,255,0.9);
	width: 1px;
	height: 70px;
	animation: scrolldown 2.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -webkit-animation: scrolldown 2.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -ms-animation: scrolldown 2.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -moz-animation: scrolldown 2.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes scrolldown {
  0% {
    height: 0px;
    top: 0;
  }
  50% {
    height: 75px;
    top: 0px;
  }
  100% {
    height: 75px;
    top: 75px;
  }
}
.main-visual .bg {
	position: absolute;
	width: 85%;
	height: 200%;
	right: 0;
	top:0;
	z-index: -1;
}
.main-visual h1 {
	font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 3.1rem;
    letter-spacing: 0.06em;
    position: relative;
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
}
.main-visual h1 span {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
}
.main-visual h1 span:before {
	content: "";
	position: absolute;
	width: 1.25em;
	height: 4px;
	background: #fff;
	top: 0.59em;
	left: 0;
}
.main-visual p {
	display: block;
	line-height: 1.9;
	font-weight: 500;
	margin-bottom: 30px;
}


/*----------------------------------------------
common
------------------------------------------------*/

.wrapper {
	overflow: hidden;
	position: relative;
	display: block;
	max-width: 100%;
}
.content-bnr {
	display: block;
	padding: 18px 0;
	max-width: 270px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	letter-spacing: 0.08em;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all  0.3s ease-out;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.content-bnr span {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/icon_arrow.png) no-repeat center center;
	background-size: contain;
	text-align: center;
	display: block;
	right: 18px;
	top: 18px;
	letter-spacing: 0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all  0.2s ease-out;
}
.content-bnr:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background:linear-gradient(90deg,rgba(56, 26, 211, 1),rgba(54, 105, 205, 1));
	left: 0;
	top:0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all  0.3s ease-out;
}
.content-bnr:hover {
	border: 1px solid rgba(255,255,255,0.6);
}
.content-bnr:hover:after {
	opacity: 0;
}
.content-bnr:hover span {
	right: 22px;
}

.ttl {
	margin-bottom:30px;
}
.ttl small {
	display: block;
	display: inline-block;
	font-family: 'Inter UI', sans-serif;
	font-style: normal;
	font-weight: 600;
	position: relative;
	font-size: 0.7rem;
	margin-bottom: 10px;
	padding-left: 4.8em;
}
.ttl small:before {
	content: "";
	background: #fff;
	position: absolute;
	width: 3.7em;
	height: 1px;
	left: 0;
	top: 0.45em;
}
.ttl span {
	display: block;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 600;
}

.content {
	margin-bottom: 17%
}

/*----------------------------------------------
main
------------------------------------------------*/

main {
	position: relative;
}
main .bg {
	position: absolute;
	left: 0;
	top:-3%;
	width: 55%;
	z-index: -1;
}
main .bg img {
}
#mission table th,#mission table td {
	padding: 12px 0;
	border-top: 1px solid #343c42;
	font-size: 0.85rem;
}
#mission table th {
	font-weight: normal;
	padding-right: 18px;
	color: #3669cd;
    font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 500;
}
#mission dl {
	border: 1px solid #343c42;
	padding: 15px;
	width: 340px;
}
#mission dl dt {
	font-size: 0.7rem;
	display: inline-block;
	vertical-align: top;
}
#mission dl dd {
	font-size: 0.7rem;
	margin-bottom: 0;
	display: inline-block;
	width: calc(100% - 30px);
	padding-left: 5px;
}

#bottom-entry {
	background-color: #381bd3;
	background-image: url(../images/bg_submit.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block;
	width: 100%;
	padding: 12.5% 0;
}
#bottom-entry .content-bnr {
	color: #351db1;
	text-align: center;	
	padding: 20px 0;
	display: block;
	font-weight: 500;
	font-size: 0.8rem;
	border-radius: 30px;
	max-width: 280px;
	margin: 0 auto;
}
#bottom-entry .content-bnr span {
	border: 1px solid #351db1;
}
#bottom-entry .content-bnr:after {
	background: #fff;
}
#bottom-entry .content-bnr:hover {
	color: #fff;
}
#bottom-entry .content-bnr:hover span {
	border: 1px solid #fff;
}	

/*
.point-wrapper {
	max-width: 640px;
}
*/
#point {
	margin-bottom: 0;
}
.point-wrapper .pict {
	position: relative;
	width: 100%;
	padding-bottom: 74%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.point-wrapper h3 {
	font-size: 1.02rem;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
	margin-top: -20px;
	width: 95%;
}
.point-wrapper h3 span {
	display: inline-block;
	line-height: 1.5;
	background: #04101b;
	padding: 10px 12px 0 0 ;
}

#about {
	background: url(../images/bg_visual_03.png) no-repeat center bottom;
	background-size: contain;
	padding: 20% 0 10% 0;
	margin-bottom: 0;
}
.about-box {
	background: #fff;
	padding: 30px;
}
.about-box h3 {
	color: #2e33b4;
	font-size: 1.15rem;
	text-align: center;
	position: relative;
	margin-bottom: 34px;
	padding-top: 10px;
}
.about-box h3:after {
	content: "";
	position: absolute;
	background: #2e33b4;
	height: 1px;
	width: 20px;
	left: 50%;
	margin-left: -10px;
	bottom: -17px;
}
.about-box p {
	color: #555;
	font-size: 0.8rem;
}
.about-bottom {
	padding: 40px 0 0 0;
}
.about-bottom a {
	margin: 0 auto;
}

#schedule {
    background-color: #4436ba;
    background-image: url(../images/bg_schedule.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0;
}
#schedule dl dt {
	font-weight: 400;
	font-size: 0.85rem;
	display: inline-block;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#schedule dl dd {
	display: inline-block;
	padding-left: 10px;
}
#schedule dl dd small {
	display: block;
	font-size: 0.6rem;
}
#schedule dl dd span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.14em;
}
.schedule-wrapper table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}
.schedule-wrapper table th,.schedule-wrapper table td {
	padding: 24px 30px;
	background-color: rgba(255,255,255,0.9);
	color: #381ed3;
	border-spacing: 1px;
	font-size: 0.86rem;
}
.schedule-wrapper table th {
	color: #fff;
	background-color: rgba(56,26,211,0.9);
}

#schedule .pict {
	position: relative;
	width: 100%;
    padding-bottom: 60.77%;
    margin-top: 10%;
	display: block;
	background-image: url(../images/ai_course_bnr.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#free-course {
	padding: 10% 0;
	position: relative;
	background: url(../images/bg_course.jpg) no-repeat center center;
	background-size: cover;
}
#free-course h2 {
	margin-bottom: 30px;
	font-size: 1.7rem;
	letter-spacing: 0.15em;
	padding-top: 8%;
}
#free-course h2 small {
	font-size: 1.24rem;
	display: block;
	text-decoration: underline;
	position: relative;
	margin-bottom: 15px;
}
#free-course h2 span {
	display: block;
	line-height: 1.3;
}
#free-course .pict {
	position: relative;
	width: 100%;
	padding-bottom: 85%;
	display: block;
	background-color: #fff;
	background-image: url(../images/course_img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*----------------------------------------------
footer
------------------------------------------------*/

footer {
	padding: 45px 45px;
}
footer ul {
	text-align: right;
	margin-bottom: 10px;
	font-size: 0.8rem;
}
footer ul li {
	display: inline-block;
	margin-left: 12px;
}
footer .copyright {
	text-align: right;
    font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.72rem;
}

/*----------------------------------------------
animation
------------------------------------------------*/

.inview {
/*
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.55,.06,.68,.19);
    transition-timing-function: cubic-bezier(.55,.06,.68,.19);
*/
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all  0.5s ease-out;
    transform: translateY(60px);
	opacity: 0;
}
.inview.in-animate {
	transform: translateY(0);
	opacity: 1;
}
.inview-left {
/*
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.55,.06,.68,.19);
    transition-timing-function: cubic-bezier(.55,.06,.68,.19);
*/
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all  0.5s ease-out;
    transform: translateX(60px);
	opacity: 0;
}
.inview-left.in-animate {
	transform: translateY(0);
	opacity: 1;
}


/*----------------------------------------------
sp
------------------------------------------------*/

.container {
	padding: 0 100px;
    max-width: 1130px;
}

.google-map {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google-map iframe,
.google-map object,
.google-map embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 992px) {
	
	body {
		font-size: 0.75rem;
	}
	
	header {
		display: none;
	}
	.container {
		padding: 0 30px;
	}
	.left-navi {
		display: none;
	}
	
	.main-visual {
		position: relative;
		overflow: hidden;
		display: block;
		padding: 22% 0 8% 0;
	}
	.main-visual h1 {
		font-size: 2.3rem;
		margin-bottom: 15px;
	    line-height: 1.1;
	}
	.main-visual h1 span {
		padding-left: 1.2em;
	}
	.main-visual h1 span:before {
		width: 1em;
		top: 0.52em;
	}
	.main-visual p {
		margin-bottom: 15px;
	}
	.main-visual .bg {
		width: 110%;
	}
	
	.content-bnr {
		font-size: 0.75rem;
		padding: 16px 0px;
		max-width: 220px;
	}
	.content-bnr span {
		top: 15px;
		right: 14px;
	}
	
	.ttl {
		margin-bottom: 15px;
	}
	.ttl small {
		padding-left: 2.5rem;
	}
	.ttl small:before {
		width: 2rem;
	}
	.ttl span {
		font-size: 1.32rem;
	}
	
	main {
		display: block;
		overflow: hidden;
		padding-top: 13%;
	}
	main .bg {
		top: 0;
		width: 80%
	}
	
	#mission table th, #mission table td {
		font-size: 0.75rem;
	}
	#mission table th {
		color: #fff;
	}
	#mission dl {
		width: 100%;
	}
	.point-wrapper h3 {
		font-size: 0.9rem;
	}
	
	#about {
		padding: 24% 0 20% 0;
		background-size: cover;
	}
	.about-box {
		padding: 20px;
		margin-bottom: 15px;
	}
	.about-box h3 {
		font-size: 1.1rem;
		padding-top: 8px;
		margin-bottom: 24px;
	}
	.about-box h3:after {
		bottom: -12px;
	}
	.about-box p {
		font-size: 0.7rem;
	}
	.about-bottom {
		padding: 5px 0 0;
	}
	
	#schedule {
		padding: 15% 0
	}
	#schedule dl dt br {
		display: none;
	}
	#schedule dl dt {
		font-size: 0.75rem;
		border-right: 0;
		padding-right: 0;
		padding-bottom: 10px;
	}
	#schedule dl dd {
		padding-left: 0;
	}
	
	.schedule-wrapper {
		width: 100%;
	}
	.schedule-wrapper table th, .schedule-wrapper table td {
		padding: 10px 10px;
		font-size: 0.65rem;
	}
	
	#free-course {
		padding: 15% 0;
	}
	#free-course h2 {
		margin-bottom: 15px;
		padding-top: 0;
	}
	#free-course h2 small {
		letter-spacing: 0;
		font-size: 0.95rem;
		margin-bottom: 10px;
	}
	#free-course h2 span {
		font-size: 1.3rem;
		letter-spacing: 0.1em;
	}
	#free-course h2 span br {
		display: none;
	}
	#free-course .pict {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#free-course .content-bnr {
		margin: 0 auto;
	}
	
	#bottom-entry {
		padding: 22% 0;
	}
	
	.google-map {
		padding-bottom: 85%;
	}
	
	footer {
		text-align: center;
		padding: 45px 30px;
	}
	.footer-logo {
		margin-bottom: 15px;
	}
	footer ul {
		float: none;
		text-align: center;
		font-size: 0.75rem;
	}
	footer ul li {
		margin: 2px 5px;
	}
	footer .copyright {
		text-align: center;
		font-size: 0.6rem;
		color: #ccc;
	}
	
}
