/* SP */
@media screen and (max-width: 768px) {

	/*@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");*/
	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	a,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	img,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	sub,
	sup,
	tt,
	var,
	b,
	u,
	i,
	center,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td,
	article,
	aside,
	canvas,
	details,
	embed,
	figure,
	figcaption,
	footer,
	header,
	hgroup,
	menu,
	nav,
	output,
	ruby,
	section,
	summary,
	time,
	mark,
	audio,
	video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	* {
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	menu,
	nav,
	section {
		display: block;
	}

	body {
		line-height: 1.5;
	}

	ol,
	ul {
		list-style: none;
	}

	blockquote,
	q {
		quotes: none;
	}

	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: "";
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	a,
	li {
		text-decoration: none;
		list-style: none;
	}

	/* html {
  overflow-y: scroll;
  scroll-behavior: smooth;
} */

	html,
	body {
		/*font-family: "Zen Kaku Gothic New", sans-serif;*/
		font-family: sans-serif;
	}

	body.active {
		position: fixed;
	}

	html {
		overflow-y: scroll;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	section.sticky {
		position: sticky;
	}

	.fixed {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
	}

	#top {
		position: absolute;
		top: -33px;
		left: 0;
		width: 1px;
		height: 1px;
	}

	#section3 {
		position: relative;
		top: 3px;
		left: 0;
	}

	#floating {
		position: fixed;
		width: 100%;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		background-color: #fff;
		z-index: 1000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 6px 5px;
		border-bottom: 1px solid #b4b4b4;
		bottom: -80px;
	}

	#floating .btn01 {
		font-size: 15px;
		width: 93.5%;
		background-color: #0075cc;
		padding: 5px 0;
		text-align: center;
		color: #f4ec6f;
		font-weight: bold;
		margin: auto;
		border: 1px solid #004c85;
		;
		border-radius: 5px;
		line-height: 1.3;
		-webkit-box-shadow: 0px 2px 1px 0px #004c85;
		box-shadow: 0px 2px 1px 0px #004c85;
	}

	#floating .btn01:hover {
		opacity: 0.8;
	}

	/* #floating .btn01 img {
  width: 175px;
} */

	#floating.active {
		bottom: 0;
	}

	#header {
		position: fixed;
		width: 100%;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		background-color: #fff;
		z-index: 1000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 15px;
		border-bottom: 1px solid #e4e4e4;
		top: -80px;
	}

	#header img {
		height: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#header.active {
		top: 0;
	}

	#close {
		cursor: pointer;
		position: absolute;
		display: block;
		width: 24px;
		height: 24px;
		-webkit-transition: all 1s;
		transition: all 1s;
		top: 0px;
		right: 7px;
		border-radius: 50%;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		background-color: rgba(0, 0, 0, 0.8);
	}

	#close span:nth-child(1) {
		position: absolute;
		width: 18px;
		height: 2px;
		background-color: #fff;
		border-radius: 60px;
		bottom: 12px;
		left: 3px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#close span:nth-child(2) {
		position: absolute;
		width: 18px;
		height: 2px;
		background-color: #fff;
		border-radius: 60px;
		bottom: 12px;
		left: 3px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#nav {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.7);
		overflow: hidden;
		z-index: -100;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 35px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	#nav.active {
		z-index: 2000;
		opacity: 1;
	}

	/* .mvBlock {
		padding-top: 47px;
	} */

	.wrapMenu {
		overflow: auto;
		max-height: 100vh;
		position: relative;
	}

	.menu {
		max-width: 88%;
		background-color: #fff;
		padding: 17px 12px 40px;
		position: absolute;
		border: 3px solid #1b2179;
		border-radius: 10px;
		top: 30%;
		left: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100vh;
		margin: 0 auto;
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%);
	}

	.menu::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background-color: #59c2d9;
		width: 100%;
		height: 8px;
		border-radius: 7px 7px 0px 0px;
	}

	.menu .img {
		width: 70%;
		margin: auto;
		margin-bottom: 12px;
	}

	.navigation {
		color: #fff;
		margin-bottom: 20px;
	}

	.navigation__link {
		display: block;
		text-decoration: none;
		padding: 5px 0 9px 8px;
		font-weight: bold;
		font-size: 15px;
		color: #1b2179;
		border-bottom: 1px solid #1b2179;
	}

	.listButton {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.listButton .btn {
		width: 100%;
		color: #e4e4e4;
		margin-bottom: 5px;
	}

	.listButton .btn.fullwidth {
		width: 100%;
	}

	span#menuIcon {
		cursor: pointer;
		position: relative;
		display: block;
		width: 19px;
		height: 3px;
		background-color: #1b2179;
	}

	span#menuIcon::after,
	span#menuIcon::before {
		content: "";
		position: absolute;
		width: 19px;
		height: 3px;
		background-color: #1b2179;
		left: 0;
	}

	span#menuIcon::after {
		top: -6px;
	}

	span#menuIcon::before {
		bottom: -6px;
	}

	.btn {
		text-align: center;
	}

	.btn a {
		display: block;
		font-size: 16px;
		width: 100%;
		height: 43px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #009ce5;
		color: #fff;
		font-weight: bold;
		position: relative;
		border-radius: 30px;
	}

	.btn a:hover {
		opacity: 0.8;
	}

	.btn.btn-pink a {
		background-color: #e93c99;
	}

	.btn.btn-green a {
		background-color: #05c756;
	}

	.content {
		overflow: hidden;
		padding: 0 12px;
		position: absolute;
		top: 25px;
	}

	h1 img {
		width: 100%;
	}

	.content img.c-img100w {
		width: 100%;
	}

	.footer {
		overflow: hidden;
		background: #fff;
	}

	.footer-inner {
		padding: 20px 0;
		background: #e5f5fc;
	}

	.foot-top-wrap {
		border: 1px solid #ccc;
		border-width: 1px 0;
	}

	.foot-top {
		font-size: 12px;
		font-weight: bold;
		line-height: 40px;
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 320px;
		height: 40px;
		margin: 0 auto;
		padding-left: 115px;
		text-align: left;
		color: #004aaa;
	}

	.foot-top-wrap a {
		display: block;
		text-decoration: none;
		outline: none;
	}

	.foot-top:before {
		position: absolute;
		top: 50%;
		left: 90px;
		display: block;
		width: 15px;
		height: 13px;
		margin-top: -7px;
		content: "";
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material.png) -30px -23px;
		background-size: 363px 252px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.foot-top:before {
			background-image: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material_2x.png);
		}
	}

	.foot-menu-list {
		font-weight: bold;
		border-top: 1px solid #d9d9d9;
	}

	.company-menu {
		width: 320px;
		margin: 10px auto;
		padding: 0;
		text-align: center;
	}

	.company-menu li {
		font-size: 10px;
		line-height: 20px;
		display: inline;
		margin: 0;
		padding: 0 5px;
		border-left: 1px solid #ccc;
	}

	.company-menu li:first-child {
		border-left: none;
	}

	.company-menu li a {
		display: inline;
		color: inherit;
	}

	.foot-menu-list li {
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
		border-bottom: 1px solid #d9d9d9;
		background: #fff;
	}

	.foot-menu-list a {
		display: block;
	}

	.footer .contact {
		margin: 0 15px 5px;
		background: #fff;
	}

	.footer-support-wrap {
		padding: 0 15px;
	}

	.footer-support-wrap p {
		font-size: 12px;
		font-weight: bold;
		line-height: 45px;
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 45px;
		margin-bottom: 5px;
		padding-left: 50px;
		background: #fff;
	}

	.footer-support:before {
		position: absolute;
		top: 50%;
		left: 15px;
		display: block;
		width: 23px;
		height: 20px;
		margin-top: -9px;
		content: "";
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material.png) 0 -50px;
		background-size: 363px 252px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.footer-support:before {
			background-image: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material_2x.png);
		}
	}

	.footer-faq:before {
		position: absolute;
		top: 50%;
		left: 15px;
		display: block;
		width: 22px;
		height: 20px;
		margin-top: -10px;
		content: "";
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material.png) -24px -50px;
		background-size: 363px 252px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.footer-faq:before {
			background-image: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material_2x.png);
		}
	}

	.footer-after:before {
		position: absolute;
		top: 50%;
		left: 15px;
		display: block;
		width: 23px;
		height: 24px;
		margin-top: -11px;
		content: "";
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material.png) -47px -50px;
		background-size: 363px 252px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.footer-after:before {
			background-image: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material_2x.png);
		}
	}

	.footer-support-wrap .eyehealth {
		line-height: 1.5;
		height: 60px;
		padding: 10px 0 0 50px;
	}

	.footer-support-wrap .footer-attention {
		line-height: 1.5;
		height: 60px;
		padding: 10px 0 0 60px;
	}

	.footer-attention:before {
		position: absolute;
		top: 50%;
		left: 16px;
		display: block;
		width: 29px;
		height: 30px;
		margin-top: -15px;
		content: "";
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material.png) -71px -50px;
		background-size: 363px 252px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.footer-attention:before {
			background-image: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/material_2x.png);
		}
	}

	.foot-logo {
		position: relative;
		width: 100%;
		height: 64px;
		background: #019be5 url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/foot-logo.png) right center no-repeat;
		background-size: 256px 64px;
	}

	.foot-logo::before {
		position: absolute;
		left: 0;
		display: block;
		width: 64px;
		height: 64px;
		content: "";
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/foot-logo-icon.png);
		background-size: 64px 64px;
	}

	.copyright {
		font-size: 10px;
		line-height: 40px;
		display: block;
		height: 40px;
		text-align: center;
		color: #fff;
		background: #c6c6c6;
	}

	@charset "utf-8";

	/* common */
	body.simple {
		padding-top: 0 !important;
	}

	body#simple {
		padding-top: 0 !important;
	}

	img {
		max-width: 100%;
		vertical-align: bottom;
	}

	.center {
		text-align: center;
	}

	.left {
		text-align: left !important;
	}

	.ov {
		text-decoration: underline !important;
	}

	.red {
		color: #d62401 !important;
	}

	.blue {
		color: #0121b5 !important;
	}

	.yellow {
		color: #fff100 !important;
	}

	.flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.flex.mid {
		align-items: center;
	}

	.indent {
		padding-left: 1em;
		text-indent: -1em;
	}

	.line {
		border-bottom: 2px dotted #fff;
	}

	.line:first-child {
		border-top: 2px dotted #fff;
	}

	/* general */
	.text {
		font-size: 4.375vw;
		font-weight: 600;
		line-height: 1.72;
	}

	.note {
		font-size: 3.438vw;
		line-height: 1.46;
	}

	.inner {
		margin: 0 15px;
		position: relative;
	}

	.inner img {
		width: 100%;
	}

	.section {
		position: relative;
	}

	/* mv */



	*::before,
	*::after {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}



	/* fixed */
	.fixed {
		visibility: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 50;
		opacity: 0;
		transition: 0.4s all ease;
	}

	.fixed.is-show {
		visibility: visible;
		opacity: 1;
	}

	.fixed .btn {
		width: 100%;
		margin: 0 auto;
	}

	.fixed .btn a,
	.fixed .btn img {
		display: block;
	}

	/* footer */
	footer {
		margin-top: 0;
	}

	.content--03 {
		background: #ffedf5;
		padding: 30px 0
	}

	.content--03 h3 {
		text-align: center
	}

	.content--03 dl {
		margin: 0 9px;
		overflow: hidden
	}

	.content--03 dl dt {
		background: #f7679a;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		padding: 15px 0;
		text-align: center;
		border-radius: 15px 15px 0 0;
	}

	.content--03 dl dd {
		display: flex;
		background: #fff;
		font-size: 13px;
		line-height: 1.5;
		padding: 15px;
		border: 3px solid #f7679a;
		border-radius: 0 0 15px 15px;
	}

	.content--03 dl dd>div {
		width: 193px;
	}

	.content--03 dl dd a {
		display: table;
		color: #ff0096;
		font-weight: 600;
		margin-left: auto;
		margin-top: 7px;
		text-decoration: underline
	}

	.content--04 .searchArea {
		margin: 30px 9px 0
	}

	.content--04 dl {
		display: flex;
		margin: 30px 9px;
		overflow: hidden
	}

	.content--04 dl dt {
		display: flex;
		align-items: center;
		background: #00a0ea;
		padding: 0 12px;
		border: 2px solid #00a0ea;
		border-radius: 10px 0 0 10px;
		border-right: 0;
	}

	.content--04 dl dd {
		position: relative;
		color: #555;
		font-size: 15px;
		font-weight: 600;
		padding: 15px 13px;
		width: calc(100% - 43px);
		border: 2px solid #00a0ea;
		border-left: 0;
		border-radius: 0 10px 10px 0;
	}

	.content--04 dl dd:after {
		position: absolute;
		top: 0;
		right: 13px;
		bottom: 0;
		background: url(/sites/default/files/media/sp/images/lp/standard2/icon-arrow.png);
		background-size: 100% auto;
		content: "";
		height: 15px;
		margin: auto;
		width: 9px
	}

	.searchArea {
		margin: 9px;
	}

	.searchArea .header {
		position: relative;
	}

	.searchArea .searchList>li {
		border-right: 2px solid #0062d1;
		border-left: 2px solid #0062d1;
	}

	.searchArea .searchList>li:last-child {
		border-bottom: 2px solid #0062d1;
		border-radius: 0 0 10px 10px;
	}

	.searchArea .searchList>li a {
		margin: 0;
	}

	.searchArea li a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.searchArea .dt:after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 15.5px;
		margin-top: -7.75px;
		content: "";
		background: url(/sites/default/files/media/sp/images/lp/standard/mark_arrow_right_01.png) no-repeat left top;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.searchArea .li01 a {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0;
		padding-top: 50px;
		background: url("/sites/default/files/media/sp/images/lp/standard/img_list_01.png") no-repeat left top;
		-webkit-background-size: 100%;
		background-size: 100%;
	}

	.searchArea .li02 a {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0;
		padding-top: 50px;
		background: url("/sites/default/files/media/sp/images/lp/standard/img_list_02.png") no-repeat left top;
		-webkit-background-size: 100%;
		background-size: 100%;
	}

	.searchArea .li03 a {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0;
		padding-top: 50px;
		-webkit-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
		background: url("/sites/default/files/media/sp/images/lp/standard/img_list_03.png") no-repeat left top;
		-webkit-background-size: 100%;
		background-size: 100%;
	}

	.searchArea .dt {
		position: relative;
		border-bottom: 2px dotted #0062d1;
	}

	.searchArea .li03 .dt {
		border-bottom: none;
	}

	.searchArea .dd {
		padding: 10px;
		border-bottom: 2px solid #00a5eb;
		background: #e1f4ff;
	}

	.searchArea .dd h4 {
		font-size: 10px;
		margin: 2px 0;
		color: #00a5eb;
	}

	.searchArea .dd select {
		width: 100%;
		margin: 4px 0;
	}

	.searchArea .dd input[type=text] {
		width: 100%;
		padding: 6px;
		border: 1px solid #6ac9ff;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	.searchArea .dd input[type=checkbox] {
		display: none;
	}

	.searchArea .dd input[type=checkbox]+label {
		display: inline-block;
		height: 20px;
		padding-left: 24px;
		background: url("/sites/default/files/media/sp/images/lp/standard/img_checkbox.png") no-repeat left top;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.searchArea .dd input[type=checkbox]:checked+label {
		background-image: url("/sites/default/files/media/sp/images/lp/standard/img_checkbox_on.png");
	}

	.searchArea .dd input[type=submit] {
		display: inline-block;
		width: 130px;
		height: 0;
		margin: 10px auto 0;
		padding-top: 50px;
		color: #ffffff;
		border: none;
		background: url("/sites/default/files/media/sp/images/lp/standard/btn_search_01.png") no-repeat left top;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.searchArea .dd .submit {
		text-align: center;
	}

	.searchArea .dd .attrSelect ul {
		padding: 14px;
		border: 1px solid #6ac9ff;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #ffffff;
	}

	.searchArea .dd .attrSelect ul li {
		padding: 5px 0;
	}

	.searchArea .li03 .dd {
		border-top: 2px dotted #00a5eb;
		border-bottom: none;
		-webkit-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
	}

	.page_top {
		margin-bottom: 13px;
		margin-right: 9px;
		text-align: right
	}

	.page_top a {
		color: #00a0ea;
		font-size: 14px;
		font-weight: 600
	}

	/* from here new style*/

	a,
	a:active,
	a:visited {
		color: #1b2179;
	}

	/* p-top-hero */
	.p-top-hero {
		position: relative;
	}

	.p-illust--item01,
	.p-illust--item02,
	.p-illust--item03,
	.p-illust--item04,
	.p-illust--item05,
	.p-illust--item06,
	.p-illust--item07,
	.p-illust--item08,
	.p-illust--item09 {
		position: absolute;
	}

	.p-illust--item01 {
		right: 1.1%;
		top: 20px;
		width: 27%;
	}

	.p-illust--item02 {
		left: 16px;
		top: 30.9%;
		width: 19%;
	}

	.p-illust--item03 {
		left: 68px;
		top: 35%;
		width: 26%;
	}

	.p-illust--item04 {
		right: 2px;
		top: 23.6%;
		width: 51%;
	}

	.p-illust--item04 {
		right: 5px;
		top: 23.6%;
		width: 51%;
	}

	.p-illust--item05 {
		left: 0;
		top: 44.6%;
		width: 84%;
	}

	.p-illust--item06 {
		left: 117px;
		top: 50.2%;
		width: 16%;
	}

	.p-illust--item07 {
		right: 0;
		top: 50.2%;
		width: 16%;
	}

	.p-illust--item07 {
		right: 7px;
		top: 49%;
		width: 8.4%;
	}

	.p-illust--item08 {
		left: 11px;
		bottom: 3%;
		width: 26.2%;
	}

	.p-illust--item09 {
		right: 30px;
		bottom: 4.8%;
		width: 9%;
	}

	/* animation */
	.p-anm-fuwa--00 {
		animation: fuwafuwa 10s linear infinite forwards;
	}

	@keyframes fuwafuwa {
		0% {
			transform: translate(0, 20px) scale(1.05);
		}

		25% {
			transform: translate(0, 0) scale(1);
		}

		50% {
			transform: translate(0, -20px) scale(0.95);
		}

		75% {
			transform: translate(0, 0) scale(1);
		}

		100% {
			transform: translate(0, 20px) scale(1.05);
		}
	}

	.p-anm-fuwa--01 {
		animation: fuwafuwa1 4.5s linear infinite forwards;
	}

	@keyframes fuwafuwa1 {
		0% {
			transform: translate(0, -10px) scale(1.02);
		}

		25% {
			transform: translate(0, 0) scale(1);
		}

		50% {
			transform: translate(0, 10px) scale(0.98);
		}

		75% {
			transform: translate(0, 0) scale(1);
		}

		100% {
			transform: translate(0, -10px) scale(1.02);
		}
	}

	.p-anm-fuwa--02 {
		animation: fuwafuwa2 5s linear infinite forwards;
	}

	@keyframes fuwafuwa2 {
		0% {
			transform: translate(0, 10px) scale(1.02);
		}

		25% {
			transform: translate(0, 0) scale(1);
		}

		50% {
			transform: translate(0, -10px) scale(0.98);
		}

		75% {
			transform: translate(0, 0) scale(1);
		}

		100% {
			transform: translate(0, 10px) scale(1.02);
		}
	}

	.p-anm-fuwa--03 {
		animation: fuwafuwa3 6s linear infinite forwards;
	}

	@keyframes fuwafuwa3 {
		0% {
			transform: translate(0, -10px) scale(0.98);
		}

		25% {
			transform: translate(0, 0) scale(1);
		}

		50% {
			transform: translate(0, 10px) scale(1.02);
		}

		75% {
			transform: translate(0, 0) scale(1);
		}

		100% {
			transform: translate(0, -10px) scale(0.98);
		}
	}

	/* section 02 */
	.section02 {
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/sec02_bg.png) no-repeat;
		background-size: cover;
		padding-bottom: 30px;
	}

	.line-img {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.line-img img {
		width: 82%;
		margin: 23px auto 0;
	}

	.line-img .overlapped {
		margin-top: -9px;
		width: 63%;
	}

	.group02 {
		position: relative;
		padding-top: 32px;
	}

	.group02::before {
		content: '';
		position: absolute;
		top: 20px;
		left: 25px;
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/line_x.png) no-repeat;
		background-size: contain;
		width: 85%;
		height: 25px;
	}

	.group02 img:last-child {
		margin-top: 14px;
	}

	.sec02-title {
		margin: 106px auto 18px;
		width: 64%;
	}

	.sec01-item {
		width: 90%;
		margin: auto auto 22px;
		background: #fff;
		border-radius: 20px;
	}

	.item-header {
		background: #fff8bc;
		padding-top: 9px;
		border-radius: 20px 20px 0 0;
	}

	.item-header figure {
		margin: auto;
		padding-bottom: 14px;
		width: 63%;
		line-height: 1.15;
	}

	.item-header figure.part02 {
		width: 67.4%;
	}

	/* .item-ttl {
  text-align: center;
  color: #1b2179;
  font-size: 20px;
  font-family: "TsukuARdGothicStd", "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.15;
  padding-bottom: 14px;
} */
	.item-content {
		width: 59%;
		margin: 8px 40px;
	}

	.item-content.img-right {
		margin: 5px auto;
	}

	.item-content.img-right img {
		margin: 8px 0 5px 19px;
	}

	.item-txt {
		color: #000;
		font-size: 12px;
		line-height: 1.6;
		padding: 5px 18px 32px;
		text-align: center;
	}

	/* section 03 */
	.section03 .block {
		position: relative;
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/sect03_bg.png) no-repeat;
		background-size: cover;
		padding: 23px 0 50px;
	}

	.block .title h2 {
		margin: 7px auto 0;
		width: 56%;
	}

	.block .wrapper {
		padding: 0 15px;
	}

	.block .box-content {
		background-color: #fff;
		border-radius: 10px;
		margin-top: 42px;
		padding: 36px 0 5px 0;
		position: relative;
	}

	.block .box-content::before {
		content: "";
		position: absolute;
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/secc03_ico01.png) no-repeat;
		background-size: contain;
		width: 21%;
		height: 53px;
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.block .box-content .section03-content {
		padding: 0 30px 14px 33px;
	}

	.block .box-content h3 {
		font-size: 18px;
		color: #1b2179;
		margin-bottom: 8px;
		font-weight: 900;
		text-align: center;
		background-color: transparent;
	}

	.block .box-content h3 .small {
		font-size: 10px;
		position: relative;
		top: -10px;
	}

	.block .box-content p {
		font-size: 11px;
		margin-bottom: 7px;
		line-height: 1.8;
		font-weight: 500;
		letter-spacing: -0.2px;
	}

	.block .box-content p.sub {
		font-size: 10px;
	}

	.block .box-content p.sub a {
		text-decoration: underline;
		color: #383838;
	}

	.block .box-content p .small {
		font-size: 10px;
		position: relative;
		top: -5px;
	}

	.block .box-content02::before {
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/secc03_ico02.png) no-repeat;
		background-size: contain;
	}

	.block .box-content02 hr {
		margin-bottom: 25px;
		height: 1px;
		border-top: 4px solid #ffdcef;
	}

	.block .box-content03 {
		padding: 45px 0 2px 0;
	}

	.block .box-content03::before {
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/secc03_ico03.png) no-repeat;
		background-size: contain;
	}

	.block .box-content03 h3 {
		margin-bottom: 6px;
	}

	.block .box-content .banner {
		position: relative;
		padding-bottom: 45px;
	}

	.block .box-content .banner .title {
		position: relative;
		color: #1b2179;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: -1.8px;
		margin: 0px 16px 4px 32px
	}

	.block .box-content .banner .title::before {
		content: "";
		position: absolute;
		width: 2px;
		background-color: #1b2179;
		height: 16px;
		left: -6px;
		top: 2px;
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}

	.block .box-content .banner .title::after {
		content: "";
		position: absolute;
		width: 2px;
		background-color: #1b2179;
		height: 16px;
		right: 5px;
		top: 2px;
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}

	.block .box-content .banner a {
		display: block;
		padding: 0 3px 0 5px;
	}

	/* section 04 */
	.section04 {}

	.section04 .title {
		width: 75%;
		margin: 31px auto 26px;
	}

	.section04 ul {
		padding: 0 32px 50px;
	}

	.section04 li {
		margin-bottom: 3%;
	}

	.title_cp {
		position: relative;
		padding: 0 20px;
		font-weight: bold;
		margin: 0 auto 10px;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		font-size: 13px;
		justify-content: center;
		color: #1b2179;
	}

	.title_cp:before,
	.title_cp:after {
		display: block;
		width: 1.1em;
		height: 2px;
		background: #1b2179;
		position: relative;
		content: "";
		margin: 0.58em 0.25em 0 0;
		transform: rotate(50deg);
	}

	.title_cp:after {
		transform: rotate(-50deg);
	}

	/* section 05 */
	.section05 {
		background: #cee8f5;
	}

	.block05 {
		padding: 15px 24px 48px;
	}

	.section05 .title {
		width: 87%;
		margin: 15px auto 26px;
	}

	.section05 .flow {
		position: relative;
		background: #fff;
		border-radius: 25px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.section05 .flow h3 {
		position: relative;
		font-size: 18px;
		font-weight: 600;
		padding: 12px 0 18px 40px;
		text-align: center;
		background: transparent;
	}

	.section05 .flow h3:after {
		position: absolute;
		right: 12px;
		bottom: 4px;
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/line_dot.png);
		background-size: 100% auto;
		content: "";
		height: 4px;
		margin: auto;
		width: 208px;
	}

	.section05 .flow:before {
		position: absolute;
		bottom: -15px;
		right: 0;
		left: 0;
		background: url(/sites/default/files/media/sp/images/lp/studentdebut_hi_univ/flow_arrow.png);
		background-size: 100% auto;
		content: "";
		height: 26px;
		margin: auto;
		width: 43px;
	}

	.section05 .flow04::before {
		display: none;
	}

	.section05 .flow>div {
		display: flex;
		margin: 11px 15px 0;
		text-align: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section05 .flow>div p {
		font-size: 13px;
		line-height: 1.5;
		max-width: 164px;
	}

	.section05 .flow>div p a {
		color: #0074cb;
		text-decoration: underline;
	}

	.section05 .flow h3 img {
		position: absolute;
		top: -5px;
		left: -6px;
	}

	.section05 .flow .text {
		font-size: 10px;
		line-height: 1.5;
		margin: 8px 15px 0;
		text-align: left;
	}

	.section05 .flow h3,
	.section05 .flow>div p,
	.section05 .flow .text {
		color: #000;
		font-family: Arial, san-serif, Helvetica;
	}

	.section05 .text {
		font-size: 10px;
		font-weight: normal;
		line-height: 1.5;
	}

	.ml10 {
		margin-left: 10px;
	}

	#floating .btn01 {
		width: 100%;
		border: none;
		background-color: transparent;
		box-shadow: none;
	}

	#floating .btn01 img {
		width: 90%;
	}

	/* section06 */
	.section06 .title {
		margin: 32px auto 25px;
		width: 74%;
	}

	.section06 .block06 {
		padding: 0 20px 30px;
	}

	.section06 .contentBanner img {
		margin-bottom: 10px;
	}



	html body.rn20024_reset{
		padding-top: 45px!important;
	}
}