/* PC */
@media screen and (min-width: 769px) {
	/* サイドナビがある場合は下記のl-mainスタイルをコメントアウトを外す */
	/* .l-main {
    display: flex;
    width: 980px;
    margin: 30px auto 100px;
    justify-content: flex-start;
    position: relative;
  } */

	/* フルコンテンツ幅の場合コメントアウトを外す */
	.l-content {
		width: 100% !important;
		padding: 0 !important;
	}

	#footer {
		display: none;
	}

	/* header
--------------------- */
	.page-header .header-inner {
		max-width: 980px;
		width: 100%;
		margin: 0 auto;
		padding: 15px;
	}

	.page-header:after {
		content: "";
		display: block;
		clear: both;
	}

	.page-header .header-inner .header-ttl {
		position: absolute;
		z-index: 999;
	}

	.page-header .header-inner .leadTxt {
		text-align: right;
		line-height: 40px;
	}

	.page-header {
		border-bottom: 1px #ccc solid;
	}


	/* common */
	.center {
		text-align: center;
	}

	.left {
		text-align: left !important;
	}

	.ov01:hover {
		opacity: 0.8 !important;
	}

	.ov02 {
		text-decoration: underline !important;
	}

	.ov02:hover {
		text-decoration: none !important;
	}

	.red {
		color: #d62401 !important;
	}

	.blue {
		color: #242480 !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: 14px;
		font-weight: 600;
	}

	.note {
		font-size: 11px;
	}

	.inner {
		max-width: 1000px;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	.section {
		position: relative;
	}

	/* mv */

	/* fixed */
	.fixed {
		visibility: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #d62401;
		z-index: 50;
		opacity: 0;
		transition: 0.4s all ease;
		padding: 9px 0 5px;
	}

	.fixed.is-show {
		visibility: visible;
		opacity: 1;
	}

	.fixed .inner {
		width: 1030px;
		text-align: center;
	}

	.fixed .btn {
		display: inline-block;
	}

	.fixed .btn a {
		display: inline-block;
	}

	/* from here */

	@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,
	body {
		font-family: "Zen Kaku Gothic New", sans-serif;
	}

	body.active {
		height: 100vh;
		overflow-y: hidden;
	}

	html {
		overflow-y: scroll;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	section.sticky {
		position: sticky;
	}

	.wrapperAll {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #cff9ff;
	}

	.wrapperAll::after {
		content: "";
		width: 100%;
		height: 100%;
		position: fixed;
		left: 50%;
		top: 50%;
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/bg-pc02.png) no-repeat center left;
		background-size: cover;
		z-index: 5;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.wrapperMain {
		width: 646px;
		position: relative;
		z-index: 10;
		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-box-shadow: 0px 0px 20px 0px #b1adad;
		box-shadow: 0px 0px 20px 0px #b1adad;
	}

	.fixed {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
	}

	#floating {
		position: fixed;
		width: 640px;
		-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: 12px 10px;
		border-bottom: 2px solid #b4b4b4;
		bottom: -160px;
	}

	#floating .btn01 {
		font-size: 24px;
		width: 93.5%;
		background-color: #0075cc;
		padding: 12px 0 8px 0;
		text-align: center;
		color: #f4ec6f;
		font-weight: bold;
		margin: auto;
		border-radius: 10px;
		line-height: 1.3;
		-webkit-box-shadow: 0 4px 2px 0 #004c85;
		box-shadow: 0 4px 2px 0 #004c85;
	}

	#floating.active {
		bottom: 0;
	}

	#header {
		position: relative;
		width: 640px;
		-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: 20px 17px 25px;
		border-bottom: 2px solid #e4e4e4;
		top: -160px;
	}

	#header img {
		height: 44px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#header.active {
		top: 0;
	}

	#close {
		cursor: pointer;
		position: absolute;
		display: block;
		width: 48px;
		height: 48px;
		-webkit-transition: all 1s;
		transition: all 1s;
		top: 0;
		right: 14px;
		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: 36px;
		height: 4px;
		background-color: #fff;
		border-radius: 120px;
		bottom: 24px;
		left: 6px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#close span:nth-child(2) {
		position: absolute;
		width: 36px;
		height: 4px;
		background-color: #fff;
		border-radius: 120px;
		bottom: 24px;
		left: 6px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#nav {
		width: 470px;
		max-width: 30%;
		z-index: 10;
	}

	.menu {
		position: sticky;
		position: -webkit-sticky;
		right: 0;
		width: 100%;
		top: 50%;
		/* -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); */
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background-color: transparent;
		padding: 34px 0px 34px 46px;
	}

	.menu .img {
		width: 100%;
		margin: auto;
		margin-bottom: 24px;
	}

	a:link {
		color: #1b2179;
	}

	.navigation {
		color: #fff;
		margin-bottom: 27px;
	}

	.navigation__link {
		display: block;
		color: #1b2179;
		text-decoration: none;
		padding: 7% 0 6% 6%;
		font-weight: bold;
		font-size: 24px;
		color: #fff;
		border-bottom: 1px solid #1b2179;
		line-height: 0;
	}

	.navigation__link:hover {
		text-decoration: none;
	}

	.navigation__link.active {
		color: #f8f39f;
	}

	.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;
		padding: 0 5px;
	}

	.listButton .btn {
		width: 100%;
		color: #e4e4e4;
		margin-bottom: 15px;
	}

	.listButton .btn.fullwidth {
		width: 100%;
	}


	.footer {
		overflow: hidden;
		background: #fff;
	}

	.footer-inner {
		padding: 40px 0;
		background: #e5f5fc;
	}

	.foot-top-wrap {
		border: 2px solid #ccc;
		border-width: 2px 0;
	}

	.foot-top {
		font-size: 24px;
		font-weight: bold;
		line-height: 80px;
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 640px;
		height: 80px;
		margin: 0 auto;
		padding-left: 230px;
		text-align: left;
		color: #004aaa;
	}

	.foot-top-wrap a {
		display: block;
		text-decoration: none;
		outline: none;
	}

	.foot-top:before {
		position: absolute;
		top: 50%;
		left: 180px;
		display: block;
		width: 30px;
		height: 26px;
		margin-top: -14px;
		content: "";
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/material.png) -60px -46px;
		background-size: 726px 504px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.foot-top:before {
			background-image: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/material_2x.png);
		}
	}

	.foot-menu-list {
		font-weight: bold;
		border-top: 2px solid #d9d9d9;
	}

	.company-menu {
		width: 640px;
		margin: 20px auto;
		padding: 0;
		text-align: center;
	}

	.company-menu li {
		font-size: 20px;
		line-height: 40px;
		display: inline;
		margin: 0;
		padding: 0 10px;
		border-left: 2px solid #ccc;
	}

	.company-menu li:first-child {
		border-left: none;
	}

	.company-menu li a {
		display: inline;
		color: inherit;
	}

	.foot-menu-list li {
		line-height: 90px;
		height: 90px;
		padding: 0 30px;
		border-bottom: 2px solid #d9d9d9;
		background: #fff;
	}

	.foot-menu-list a {
		display: block;
	}

	.footer .contact {
		margin: 0 30px 10px;
		background: #fff;
	}

	.footer-support-wrap {
		padding: 0 30px;
	}

	.footer-support-wrap p {
		font-size: 24px;
		font-weight: bold;
		line-height: 90px;
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 90px;
		margin-bottom: 10px;
		padding-left: 100px;
		background: #fff;
	}

	.footer-after:before {
		position: absolute;
		top: 50%;
		left: 30px;
		display: block;
		width: 46px;
		height: 48px;
		margin-top: -22px;
		content: "";
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/material.png) -94px -100px;
		background-size: 726px 504px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.footer-after:before {
			background-image: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/material_2x.png);
		}
	}

	.footer-support-wrap .eyehealth {
		line-height: 1.5;
		height: 120px;
		padding: 20px 0 0 100px;
	}

	.footer-support-wrap .footer-attention {
		line-height: 1.5;
		height: 120px;
		padding: 20px 0 0 120px;
	}

	.footer-attention:before {
		position: absolute;
		top: 50%;
		left: 32px;
		display: block;
		width: 58px;
		height: 60px;
		margin-top: -30px;
		content: "";
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/material.png) -142px -100px;
		background-size: 726px 504px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.footer-attention:before {
			background-image: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/material_2x.png);
		}
	}

	.foot-logo {
		position: relative;
		width: 100%;
		height: 128px;
		background: #019be5 url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/foot-logo.png) right center no-repeat;
		background-size: 512px 128px;
	}

	.foot-logo::before {
		position: absolute;
		left: 0;
		display: block;
		width: 128px;
		height: 128px;
		content: "";
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/foot-logo-icon.png);
		background-size: 128px 128px;
	}

	.copyright {
		font-size: 20px;
		line-height: 80px;
		display: block;
		height: 80px;
		text-align: center;
		color: #fff;
		background: #c6c6c6;
	}

	/* new style 021524 */
	/* 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: 33px;
		top: 30.9%;
		width: 19%;
	}

	.p-illust--item03 {
		left: 21%;
		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: 37%;
		top: 50.5%;
		width: 16%;
	}

	.p-illust--item07 {
		right: 12px;
		top: 49.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);
		}
	}

	.content {
		overflow: hidden;
		position: absolute;
		top: 48px;
		left: 28px;
	}

	.content img.c-img100w {
		width: 100%;
	}

	/* section 02 */
	.section02 {
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/sec02_bg.png) no-repeat;
		background-size: cover;
		padding-bottom: 62px;
	}

	.line-img {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.line-img img {
		width: 82%;
		margin: 50px auto 0;
	}

	.line-img .overlapped {
		margin: -23px 0 0 19%;
		width: 63%;
	}

	.line-img.group01 img:nth-child(1) {
		position: relative;
		z-index: 1;
	}

	.line-img.group01 img:nth-child(3) {
		margin: 42px auto 0;
	}

	.group02 {
		position: relative;
		padding-top: 65px;
	}

	.group02::before {
		content: '';
		position: absolute;
		top: 20px;
		left: 25px;
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/line_x.png) no-repeat;
		background-size: contain;
		width: 85%;
		height: 25px;
	}

	.group02 img:last-child {
		margin-top: 30px;
	}

	.sec02-title {
		margin: 34% auto 33px;
		width: 64%;
	}

	.sec01-item {
		width: 90%;
		margin: auto auto 40px;
		background: #fff;
		border-radius: 30px;
	}

	.item-header {
		background: #fff8bc;
		padding: 18px 0 28px;
		border-radius: 30px 30px 0 0;
	}

	.item-header figure {
		margin: auto;
		width: 63%;
		line-height: 1.15;
	}

	.sec01-item:nth-child(2) .item-header figure {
		width: 68%;
	}

	.sec01-item:nth-child(3) .item-header figure {
		padding: 0 0 20px;
	}

	.item-ttl {
		text-align: center;
		color: #1b2179;
		font-size: 40px;
		font-family: "TsukuARdGothicStd", "Zen Kaku Gothic New", sans-serif;
		font-weight: bold;
		line-height: 1.15;
		padding-bottom: 14px;
	}

	.item-content {
		width: 59%;
		margin: 15px auto 15px 14%;
	}

	.item-content img {
		margin-right: 20px;
	}

	.item-content.img-right {
		margin: 10px auto;
	}

	.item-content.img-right img {
		margin: 0 0 10px 35px;
	}

	.item-txt {
		color: #000;
		font-size: 24px;
		line-height: 1.6;
		padding: 10px 30px 53px;
		text-align: center;
	}

	/* section 03 */
	.section03 .block {
		position: relative;
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/sect03_bg.png) no-repeat;
		background-size: cover;
		padding: 55px 0 100px;
	}

	.block .title h2 {
		margin: 7px auto 0;
		width: 56%;
	}

	.block .wrapper {
		padding: 0 30px;
	}

	.block .box-content {
		background-color: #fff;
		border-radius: 20px;
		margin-top: 87px;
		padding: 70px 0 10px 0;
		position: relative;
	}

	.block .box-content::before {
		content: "";
		position: absolute;
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/secc03_ico01.png) no-repeat;
		background-size: contain;
		width: 106px;
		height: 106px;
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.block .box-content .section03-content {
		padding: 0 30px 34px 33px;
	}

	.block .box-content h3 {
		font-size: 36px;
		color: #1b2179;
		margin-bottom: 16px;
		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: 22px;
		margin-bottom: 14px;
		line-height: 1.8;
		font-weight: 500;
		letter-spacing: -.2px;
	}

	.block .box-content p.sub {
		font-size: 20px;
	}

	.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/pc/images/lp/studentdebut_hi_univ/secc03_ico02.png) no-repeat;
		background-size: contain;
	}

	.block .box-content02 hr {
		margin-bottom: 25px;
		height: 1px;
		border-top: 8px solid #ffdcef;
	}

	.block .box-content03 {
		padding: 70px 0 2px 0;
	}

	.block .box-content03::before {
		background: url(/sites/default/files/media/pc/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;
		margin-top: 50px;
		padding-bottom: 80px;
	}

	.block .box-content .banner .title {
		position: relative;
		color: #1b2179;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -3.4px;
		margin: 0 44px 14px 64px;
	}

	.block .box-content .banner .title::before {
		content: "";
		position: absolute;
		width: 2px;
		background-color: #1b2179;
		height: 32px;
		left: -18px;
		top: 4px;
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}

	.block .box-content .banner .title::after {
		content: "";
		position: absolute;
		width: 2px;
		background-color: #1b2179;
		height: 32px;
		right: 4px;
		top: 4px;
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}

	.block .box-content .banner a {
		display: block;
		padding: 0 10px;
	}

	/* section 04 */
	.section04 {
		padding: 0 0 50px;
	}

	.section04 .title {
		width: 75%;
		margin: auto;
		padding: 60px 0 50px;
	}

	.section04 ul {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.section04 li {
		margin-bottom: 50px;
	}

	.title_cp {
		position: relative;
		padding: 0 20px;
		font-weight: bold;
		margin: 0 auto 20px;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		font-size: 27px;
		justify-content: center;
		color: #1b2179;
	}

	.title_cp:before,
	.title_cp:after {
		display: block;
		width: 1.1em;
		height: 2px;
		background: #1b2179;
		position: relative;
		content: "";
		margin: 16px 7px 0 0;
		transform: rotate(50deg);
	}

	.title_cp:after {
		transform: rotate(-50deg);
	}

	/* section 05 */
	.section05 {
		background: #cee8f5;
	}

	.block05 {
		padding: 30px 50px 98px;
	}

	.section05 .title {
		width: 87%;
		margin: 30px auto 58px;
	}

	.section05 .flow {
		position: relative;
		background: #fff;
		border-radius: 50px;
		margin-bottom: 30px;
		padding-bottom: 35px;
	}

	.section05 .flow h3 {
		position: relative;
		font-size: 36px;
		font-weight: 600;
		padding: 28px 0 32px 80px;
		text-align: center;
		background: transparent;
	}

	.section05 .flow h3:after {
		position: absolute;
		right: 25px;
		bottom: 8px;
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/line_dot.png);
		background-size: 100% auto;
		content: "";
		height: 8px;
		margin: auto;
		width: 416px;
	}

	.section05 .flow:before {
		position: absolute;
		bottom: -42px;
		right: 0;
		left: 0;
		z-index: 10;
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/flow_arrow.png) no-repeat;
		background-size: 100% auto;
		content: "";
		height: 63px;
		margin: auto;
		width: 97px;
	}

	.section05 .flow04::before {
		display: none;
	}

	.section05 .flow>div {
		display: flex;
		margin: 23px 32px 0;
		text-align: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section05 .flow>div p {
		font-size: 26px;
		line-height: 1.5;
		max-width: 328px;
	}

	.section05 .flow>div p a {
		color: #0074cb;
		text-decoration: underline;
	}

	.section05 .flow h3 img {
		position: absolute;
		top: -10px;
		left: -12px;
	}

	.section05 .flow .text {
		font-size: 20px;
		line-height: 1.5;
		margin: 16px 30px 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: 20px;
		font-weight: normal;
		line-height: 1.3;
	}

	.ml10 {
		margin-left: 10px;
	}

	#floating .btn01 {
		width: 100%;
		border: none;
		background-color: transparent;
		box-shadow: none;
	}

	#floating .btn01 img {
		width: 90%;
	}

	/* section06 */
	.section06 {
		padding-top: 64px;
	}

	.section06 .title {
		margin: 0 auto 50px;
		width: 70%;
	}

	.section06 .block06 {
		padding: 0 20px 65px;
	}

	.section06 .contentBanner img {
		margin-bottom: 15px;
	}

	.banner_block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.section06,
	.section04,
	.bottom_banner {
		background: #fff;
	}

	a:hover,
	a:active,
	a:focus {
		text-decoration: none;
	}

	/* a:visited {
  text-decoration: none;
  color: red;
} */

	/* stickyShow */
	#stickyShow {
		background: #fff;
		padding: 30px 20px 8px;
	}

	.content--04 .searchArea {
		margin: 30px 9px 65px
	}

	.content--04 dl {
		display: flex;
		margin: 30px 9px;
		overflow: hidden
	}

	.content--04 dl dt {
		display: flex;
		align-items: center;
		background: #00a0ea;
		padding: 0 25px;
		border: 4px solid #00a0ea;
		border-radius: 20px 0 0 20px;
		border-right: 0;
	}

	.content--04 dl dd {
		position: relative;
		color: #555;
		font-size: 30px;
		font-weight: 600;
		padding: 21px 26px 24px;
		width: calc(100% - 43px);
		border: 4px solid #00a0ea;
		border-left: 0;
		border-radius: 0 20px 20px 0;
	}

	.content--04 dl dd:after {
		position: absolute;
		top: 0;
		right: 25px;
		bottom: 0;
		background: url(/sites/default/files/media/pc/images/lp/studentdebut_hi_univ/icon-arrow.png);
		background-size: 100% auto;
		content: "";
		width: 17px;
		height: 30px;
		margin: auto;
	}

	.searchArea {
		margin: 9px;
	}

	.searchArea .header {
		max-height: 115px;
		position: relative;
	}

	.searchArea .searchList>li {
		border-right: 5px solid #0062d1;
		border-left: 5px solid #0062d1;
	}

	.searchArea .searchList>li:last-child {
		border-bottom: 5px solid #0062d1;
		border-radius: 0 0 20px 20px;
	}

	.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: 42%;
		right: 20px;
		width: 19px;
		height: 27px;
		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 li a {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0;
		padding-top: 98px;
	}

	.searchArea .li01 a {
		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 {
		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 {
		-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: 4px dotted #0062d1;
	}

	.searchArea .li03 .dt {
		border-bottom: none;
	}

	.searchArea .dd {
		padding: 10px;
		border-bottom: 4px 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: 45px 9px 13px 0;
		;
		text-align: right
	}

	.page_top a {
		color: #1b2179;
		font-size: 28px;
		font-weight: 600
	}
}