

/****************************************** PC ******************************************/
body {
	font-size: 1.6rem;
	line-height: 1.8;
}
.disNonePc {
	display: none;
}
.mb-line { margin-bottom: 1em;}
.mb-par  { margin-bottom: 2em;}
.mb-sec  { margin-bottom: 3em;}
.mb-chp  { margin-bottom: 4em;}
.hoverEffect {
	transition: all .5s;
	opacity: 1;
}
.hoverEffect:hover {
	opacity: .7;
}

/* header */
#header {
	padding: 10px;
}
#header .logo {
	text-align: center;
}
#header .logo img {
	max-width: 340px;
}

/* main */
main {
	overflow: hidden;
}

/* pageTop */
#pageTop {
	background-color: #b4b4b4;
	padding: 15px 0 8px;
	cursor: pointer;
}
.pageTopBtn {
	position: relative;
	text-indent: -9999px;
	transition: all .5s;
	opacity: 1;
}
.pageTopBtn::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border: 0px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-color: #fff;
	transform: rotate(45deg) translate(-50%,-50%);
}
.pageTopBtn:hover {
	opacity: .7;
}

/* footer */
#footer {
	background-color: #2c363d;
}
.footerInner {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px 0 30px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.6;
}
#footer .fTop {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 40px;
}
#footer .fTop .l {
	width: 50%;
}
#footer .fTop .l .logo img {
	max-width: 340px;
}
#footer .fTop .r {
	width: 50%;
}
#footer .fTop .r dl {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
#footer .fTop .r dl dt {}
#footer .fTop .r dl dd {
	padding-left: 30px;
}
#footer .fTop .r dl dd .linkForm {
	color: #fff;
	text-decoration: underline;
}
#footer .fMenu {
	text-align: center;
	letter-spacing: -.4em;
	margin-bottom: 30px;
}
#footer .fMenu li {
	display: inline-block;
	letter-spacing: normal;
}
#footer .fMenu li:not(:last-child)::after {
	content: '£ü';
	color: #fff;
	padding: 0 3px;
}
#footer .fMenu li a {
	color: #fff;
}
#footer .snsMenu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-bottom: 40px;
}
#footer .snsMenu li {
	margin: 0 5px;
}
#footer .fCr {
	text-align: center;
}

/* fixedNav */
#fixedNav,
#fixedBottom {
	display: none;
}

/* band */
#band {
	background-color: #d74040;
	padding: 20px;
	text-align: center;
}
#band .title {
	transition: all .5s;
	opacity: 1;
}
#band .title:hover {
	opacity: .7;
}

/* btnShiryou */
#btnShiryou {
	position: fixed;
	top: 120px;
	right: 0;
	display: inline-block;
}

#btnSumiyasusa {
	position: fixed;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 320px;
}
#btnYasanago {
	position: fixed;
	bottom: 120px;
	right: 0;
	display: inline-block;
	width:320px;
}

#btnShiryou a,
#btnSumiyasusa a,
#btnYasanago a {
	transition: all .5s;
	opacity: 1;
}
#btnShiryou a:hover,
#btnSumiyasusa a:hover,
#btnYasanago a:hover {
	opacity: .8;
}

/* fNav */
#fNav {
	display: flex;
	flex-flow: row nowrap;
	margin: 0 5px 30px;
}
#fNav li {
	width: calc(25% - 10px);
	margin: 0 5px;
	transition: all .5s;
	opacity: 1;
}
#fNav li:hover {
	opacity: .7;
}
#fNav li img {
	width: 100%;
}

/* contents¹²Í¨ */
#contents {
	padding: 100px 0 80px;
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.leadBlock {
	width: 92%;
	max-width: 930px;
	margin: 0 auto 120px;
	padding: 0 30px 25px;
	border-radius: 7px;
}
.leadTtl {
	text-align: center;
	margin-bottom: 30px;
}
.leadTtl .hn {
	position: relative;
	display: inline-block;
	transform: translateY(-50%);
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.65;
	color: #fff;
	padding: 15px 40px;
}
.leadTtl .hn::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
}
.onePoint {
	position: relative;
	width: 92%;
	max-width: 930px;
	margin: 0 auto;
	background-color: #fcf5da;
	border-top: 4px solid #f9c910;
	border-bottom: 4px solid #f9c910;
	padding: 30px 40px 40px;
}
.onePoint::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -7px;
	width: 16px;
	height: 100%;
	background-image: url(/admissions/beginner/img/bg_onepoint_l.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.onePoint::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -7px;
	width: 16px;
	height: 100%;
	background-image: url(/admissions/beginner/img/bg_onepoint_r.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.onePoint .plusIc {
	position: absolute;
	display: inline-block;
	top: -60px;
	left: -90px;
	z-index: 3;
}
@media only screen and (max-width: 1200px) {
	.onePoint .plusIc {
		left: -4%;
	}
}

/* TOP¥Ú©`¥¸
-------------------------------------------------------------------*/

/* indexMv */
#indexMv {
	position: relative;
	margin-bottom: 10px;
}
#indexMv::before {
	content: '';
	display: block;
	padding-top: 46.375%;
	background-image: url(/admissions/beginner/img/index/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#indexMv .hn {
	position: absolute;
	top: 7%;
	left: 15%;
	width: 32%;
	max-width: 526px;
}

/* point¹²Í¨ */
.pointTitle {
	font-size: 2.6vw;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 5%;
}
.pointTxt {
	font-size: 1.4vw;
	margin-bottom: 10%;
}
.pointTxtArea {
	width: 58%;
}
@media only screen and (max-width: 1200px) {
	.pointTxt br {
		display: none;
	}
	.pointTxt {
		font-size: 1.6rem;
	}
}

/* indexPoint01 */
#indexPoint01 {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	width: 110%;
	margin-bottom: 10px;
}
#indexPoint01 .pointL,
#indexPoint01 .pointR {
	position: relative;
	width: 55%;
	transform: skewX(-10deg);
	transform-origin: top right;
	overflow: hidden;
}
#indexPoint01 .pointL::before,
#indexPoint01 .pointR::before {
	content: '';
	display: block;
	padding-top: 66.792809839%;
	transform: skewX(10deg);
}
#indexPoint01 .pointL::before {
	transform-origin: top;
	background-color: #1c65a9;
}
#indexPoint01 .pointR::before {
	transform-origin: bottom;
	background-image: url(/admissions/beginner/img/index/point01_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#indexPoint01 .pointNo {
	transform: skewX(10deg);
	position: absolute;
	top: 8%;
	left: 6%;
	width: 24%;
	max-width: 230px;
}
#indexPoint01 .pointTxtArea {
	transform: skewX(10deg);
	position: absolute;
	top: 18%;
	left: 35%;
	color: #fff;
	z-index: 2;
}
#indexPoint01 .pointIc {
	position: absolute;
	bottom: 7%;
	left: 38%;
	width: 15%;
	max-width: 316px;
}

/* indexPoint02 */
#indexPoint02 {
	position: relative;
	display: flex;
	flex-flow: row-reverse nowrap;
	width: 110%;
	margin-bottom: 10px;
}
#indexPoint02 .pointL,
#indexPoint02 .pointR {
	position: relative;
	width: 55%;
	transform: skewX(10deg);
	transform-origin: bottom right;
	overflow: hidden;
}
#indexPoint02 .pointL::before,
#indexPoint02 .pointR::before {
	content: '';
	display: block;
	padding-top: 66.792809839%;
	transform: skewX(-10deg);
}
#indexPoint02 .pointL::before {
	transform-origin: top;
	background-color: #ce327f;
}
#indexPoint02 .pointR::before {
	transform-origin: bottom;
	background-image: url(/admissions/beginner/img/index/point02_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#indexPoint02 .pointNo {
	transform: skewX(-10deg);
	position: absolute;
	top: 8%;
	left: 4%;
	width: 24%;
	max-width: 230px;
}
#indexPoint02 .pointTxtArea {
	transform: skewX(-10deg);
	position: absolute;
	top: 18%;
	left: 26%;
	color: #fff;
	z-index: 2;
}
#indexPoint02 .pointIc {
	position: absolute;
	bottom: 7%;
	right: 12%;
	width: 12%;
	max-width: 272px;
}
@media only screen and (max-width: 1200px) {
	#indexPoint02 .pointIc {
		bottom: 7%;
		left: 38%;
		width: 15%;
	}
}

/* indexPoint03 */
#indexPoint03 {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	width: 110%;
	margin-bottom: 10px;
}
#indexPoint03 .pointL,
#indexPoint03 .pointR {
	position: relative;
	width: 55%;
	transform: skewX(-10deg);
	transform-origin: top right;
	overflow: hidden;
}
#indexPoint03 .pointL::before,
#indexPoint03 .pointR::before {
	content: '';
	display: block;
	padding-top: 66.792809839%;
	transform: skewX(10deg);
}
#indexPoint03 .pointL::before {
	transform-origin: top;
	background-color: #2b9167;
}
#indexPoint03 .pointR::before {
	transform-origin: bottom;
	background-image: url(/admissions/beginner/img/index/point03_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#indexPoint03 .pointNo {
	transform: skewX(10deg);
	position: absolute;
	top: 8%;
	left: 6%;
	width: 24%;
	max-width: 230px;
}
#indexPoint03 .pointTxtArea {
	transform: skewX(10deg);
	position: absolute;
	top: 18%;
	left: 35%;
	color: #fff;
	z-index: 2;
}
#indexPoint03 .pointIc {
	position: absolute;
	bottom: 7%;
	left: 38%;
	width: 15%;
	max-width: 273px;
}

/* indexPoint04 */
#indexPoint04 {
	position: relative;
	display: flex;
	flex-flow: row-reverse nowrap;
	width: 110%;
	margin-bottom: 10px;
}
#indexPoint04 .pointL,
#indexPoint04 .pointR {
	position: relative;
	width: 55%;
	transform: skewX(10deg);
	transform-origin: bottom right;
	overflow: hidden;
}
#indexPoint04 .pointL::before,
#indexPoint04 .pointR::before {
	content: '';
	display: block;
	padding-top: 66.792809839%;
	transform: skewX(-10deg);
}
#indexPoint04 .pointL::before {
	transform-origin: top;
	background-color: #cc5d31;
}
#indexPoint04 .pointR::before {
	transform-origin: bottom;
	background-image: url(/admissions/beginner/img/index/point04_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#indexPoint04 .pointNo {
	transform: skewX(-10deg);
	position: absolute;
	top: 8%;
	left: 4%;
	width: 24%;
	max-width: 230px;
}
#indexPoint04 .pointTxtArea {
	transform: skewX(-10deg);
	position: absolute;
	top: 18%;
	left: 26%;
	color: #fff;
	z-index: 2;
}
#indexPoint04 .pointIc {
	position: absolute;
	bottom: 7%;
	right: 12%;
	width: 15%;
	max-width: 325px;
}
@media only screen and (max-width: 1200px) {
	#indexPoint04 .pointIc {
		bottom: 7%;
		left: 38%;
	}
}

/* bnrWbOc */
#bnrWbOc {
	margin-bottom: 10px;
}

#bnrWbOc a {
    display: block;
    transition: all .5s;
	opacity: 1;
}
#bnrWbOc a:hover {
	opacity: .7;
}
#bnrWbOc a img {
    width: 100%;
}
/*
#bnrWbOc a {
	position: relative;
	display: block;
	height: 176px;
	background-image: url(/admissions/beginner/img/index/bnr_web_oc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	transition: all .5s;
	opacity: 1;
}
*/
#bnrWbOc .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;	
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/* bnrMoney */
#bnrMoney {
	margin: 20px auto;
	text-align: center;
}

#bnrMoney a {
    display: block;
    transition: all .5s;
	opacity: 1;
}
#bnrMoney a:hover {
	opacity: .7;
}
#bnrMoney a img {
    width: 100%;
}


/* POINT01¥Ú©`¥¸
-------------------------------------------------------------------*/
/* mv
--------------------*/
#point01 #mv {
	position: relative;
}
#point01 #mv::before {
	content: '';
	display: block;
	padding-top: 38.0625%;
	background-image: url(/admissions/beginner/img/01/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#point01 #mv .hn {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	width: 32%;
	max-width: 464px;
}

/* contents
--------------------*/
#point01 #contents {
	background-image: url(/admissions/beginner/img/01/contents_bg.png);
}

/* leadBlock */
#point01 .leadBlock {
	border: 4px solid #1c65a9;
	background-color: #ecf3f9;
}
#point01 .leadTtl .hn {
	background-color: #1c65a9;
}
#point01 .leadTtl .hn::after {
	border-color: #1c65a9 transparent transparent transparent;
}
#point01 .leadBlock .photo {
	margin-bottom: 20px;
}
#point01 .leadBlock .txt {
	font-weight: bold;
	margin-bottom: 30px;
}
#point01 .leadBlock .notes {
	font-size: 1.4rem;
	text-align: right;
}

/* onePoint */
#point01 .onePointLead {
	font-size: 2.2rem;
	font-weight: bold;
	padding: 20px 60px 40px 90px;
}
#point01 .btnGroup {
	display: flex;
	flex-flow: row wrap;
    justify-content: center;
	width: 100%;
    max-width: 700px;
	margin: 0 auto;
}
#point01 .btnGroup li {
	width: 25%;
    padding: 0 2%;
	text-align: center;
}
#point01 .btnGroup li a {
	display: block;
	transition: all .5s;
	opacity: 1;
}
#point01 .btnGroup li a:hover {
	opacity: .7;
}
#point01 .btnGroup li img {
}
#point01 .btnGroup li:nth-of-type(n+5) {
	margin-top: 5%;
}
#point01 .btnGroup li:nth-child(n+5) {
    width: 25.01%;
}
#point01 .onePoint .kome {
    position: relative;
    top: -7px;
    font-size: 1.3rem;
}
#point01 .onePoint .notes {
    font-size: 1.4rem;
    max-width: 700px;
    margin: 30px auto 0;
    text-align: right;
}
@media only screen and (max-width: 1200px) {
	#point01 .onePointLead {
		font-size: 1.8rem;
		padding: 10px 0 30px 140px;
	}
}

/* info */
#info {
	margin-top: 100px;
}
#info .infoL,
#info .infoR {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 75%;
	padding: 3% 3% 3% 6%;
	box-shadow: 8px 2px 30px 5px rgba(0,0,0,0.3);
}
#info .infoL {
	justify-content: flex-end;
	background-color: #1c65a9;
	margin-bottom: 50px;
}
#info .infoR {
	justify-content: flex-start;
	background-color: #15528b;
	margin-left: 25%;
}
#info .txtGroup {
	width: 50%;
	color: #fff;
	padding-right: 5%;
}
#info .txtGroup .hn {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: .8em;
}
#info .txtGroup .hn .s {
	display: block;
	font-size: 2.3rem;
}
#info .txtGroup .hn .ss {
	display: block;
	font-size: 1.8rem;
}
#info .txtGroup .txt {
	font-size: 1.8rem;
	line-height: 2;
}
#info .imgGroup {
	max-width: 50%;
}
@media only screen and (max-width: 1200px) {
	#info .infoL,
	#info .infoR {
		width: 85%;
	}
	#info .infoR {
		margin-left: 15%;
	}
}

/* POINT02¥Ú©`¥¸
-------------------------------------------------------------------*/
/* mv
--------------------*/
#point02 #mv {
	position: relative;
}
#point02 #mv::before {
	content: '';
	display: block;
	padding-top: 38.0625%;
	background-image: url(/admissions/beginner/img/02/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#point02 #mv .hn {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	width: 32%;
	max-width: 464px;
}

/* contents
--------------------*/
#point02 #contents {
	background-image: url(/admissions/beginner/img/02/contents_bg.png);
}

/* leadBlock */
#point02 .leadBlock {
	border: 4px solid #ce327f;
	background-color: #fdf0f6;
}
#point02 .leadTtl {
	margin-bottom: 0;
}
#point02 .leadTtl .hn {
	background-color: #ce327f;
}
#point02 .leadTtl .hn::after {
	border-color: #ce327f transparent transparent transparent;
}
#point02 .leadBlock .group {
	display: flex;
	flex-flow: row nowrap;
}
#point02 .leadBlock .group .l {
	width: 65%;
	padding-right: 5%;
}
#point02 .leadBlock .txt {
	font-weight: bold;
	margin-bottom: 30px;
}
#point02 .leadBlock .kome {
	position: relative;
	top: -5px;
	font-size: 1.2rem;
	color: #ce327f;
}
#point02 .leadBlock .notes {
	font-size: 1.4rem;
}
#point02 .leadBlock .notes .b {
	font-weight: bold;
	color: #ce327f;
}
#point02 .leadBlock .notes {
	text-indent: -1.8em;
	padding-left: 1.8em;
}
#point02 .leadBlock .photo {
}

/* onePoint */
#point02 .onePointLead {
	font-size: 2.2rem;
	font-weight: bold;
	padding: 20px 60px 20px 90px;
}
#point02 .onePointItem {
	max-width: 715px;
	margin: 0 auto;
	padding: 50px 40px 0;
	background-image: url(/admissions/beginner/img/02/point_line.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#point02 .onePointItem:not(:last-child) {
	margin-bottom: 50px;
}
#point02 .onePointItem .hn {
	font-size: 2rem;
	font-weight: bold;
	color: #042a41;
	margin-bottom: 30px;
}
#point02 .onePointItem .hn .s {
	font-size: 1.8rem;
}
#point02 .onePointItem .photo {
	text-align: center;
	margin-bottom: 50px;
}
#point02 .onePointItem .linkBtn {
	text-align: center;
}
#point02 .onePointItem .linkBtn a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/02/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding: 10px 50px;
	transition: all .5s;
	opacity: 1;
}
#point02 .onePointItem .linkBtn a:hover {
	opacity: .7;
}
#point02 .onePointItem .notes {
	font-size: 1.4rem;
	text-align: center;
	margin: 30px 0;
}
#point02 .onePoint .kome {
    position: relative;
    top: -7px;
    font-size: 1.3rem;
}
#point02 .onePoint .notes2 {
    max-width: 715px;
    font-size: 1.4rem;
    margin: 0 auto 10px;
    text-align: right;
}
@media only screen and (max-width: 1200px) {
	#point02 .onePointLead {
		font-size: 1.8rem;
		padding: 10px 0 30px 140px;
	}
}

/* POINT03¥Ú©`¥¸
-------------------------------------------------------------------*/
/* mv
--------------------*/
#point03 #mv {
	position: relative;
}
#point03 #mv::before {
	content: '';
	display: block;
	padding-top: 38.0625%;
	background-image: url(/admissions/beginner/img/03/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#point03 #mv .hn {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	width: 32%;
	max-width: 464px;
}

/* contents
--------------------*/
#point03 #contents {
	background-image: url(/admissions/beginner/img/03/contents_bg.png);
}

/* leadBlock */
#point03 .leadBlock {
	border: 4px solid #2b9167;
	background-color: #f0fdf3;
}
#point03 .leadTtl {
}
#point03 .leadTtl .hn {
	background-color: #2b9167;
}
#point03 .leadTtl .hn::after {
	border-color: #2b9167 transparent transparent transparent;
}
#point03 .leadBlock .txt {
	font-weight: bold;
	margin-bottom: 30px;
}
#point03 .leadBlock .photoItem {
	background-color: #fff;
}
#point03 .leadBlock .photoItem:not(:last-child) {
	margin-bottom: 30px;
}
#point03 .leadBlock .photo {
	text-align: center;
}
#point03 .leadBlock .memo {
	font-size: 1.4rem;
	text-align: right;
	padding: 20px 50px 20px 20px;
}

/* onePoint */
#point03 .onePointLead {
	font-size: 2.2rem;
	font-weight: bold;
	padding: 20px 60px 40px 90px;
}
#point03 .onePointLead .kome {
	position: relative;
	top: -8px;
	font-size: 1.4rem;
}
#point03 .onePointInner {
	max-width: 702px;
	margin: 0 auto;
}
#point03 .onePoint .result {
	margin-bottom: 40px;
}
#point03 .onePoint .result .notes {
	font-size: 1.4rem;
	text-align: center;
}
#point03 .onePoint .txt {
	font-size: 2rem;
	font-weight: bold;
	padding: 0 20px 30px;
}
#point03 .onePoint .recruit {
	padding: 0 20px 50px;
}
#point03 .onePoint .recruit dt {
	font-size: 2.4rem;
	font-weight: bold;
	color: #b6274b;
	text-decoration: underline;
	padding-bottom: 10px;
}
#point03 .onePoint .recruit dd {
	font-size: 2rem;
	font-weight: bold;
}
#point03 .onePoint .menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#point03 .onePoint .menu li {
	width: 49%;
}
#point03 .onePoint .menu li a {
	display: block;
	transition: all .5s;
	opacity: 1;
}
#point03 .onePoint .menu li a:hover {
	opacity: .7;
}
#point03 .onePoint .menu li a .title {
	text-align: center;
	margin-bottom: 20px;
}
#point03 .onePoint .menu li a .thumb img {
	width: 100%;
}
#point03 .onePoint .menu li a .btn {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/03/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding: 10px 10px;
}
#point03 .onePoint .linkBtn {
	text-align: center;
}
#point03 .onePoint .linkBtn a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/03/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding: 10px 50px;
	transition: all .5s;
	opacity: 1;
}
#point03 .onePoint .linkBtn a:hover {
	opacity: .7;
}
@media only screen and (max-width: 1200px) {
	#point03 .onePointLead {
		font-size: 1.8rem;
		padding: 10px 0 30px 140px;
	}
}

/* POINT04¥Ú©`¥¸
-------------------------------------------------------------------*/
/* mv
--------------------*/
#point04 #mv {
	position: relative;
}
#point04 #mv::before {
	content: '';
	display: block;
	padding-top: 38.0625%;
	background-image: url(/admissions/beginner/img/04/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#point04 #mv .hn {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	width: 32%;
	max-width: 464px;
}

/* contents
--------------------*/
#point04 #contents {
	background-image: url(/admissions/beginner/img/04/contents_bg.png);
}

/* leadBlock */
#point04 .leadBlock {
	border: 4px solid #cc5d31;
	background-color: #fdf4f0;
}
#point04 .leadTtl {
}
#point04 .leadTtl .hn {
	background-color: #cc5d31;
}
#point04 .leadTtl .hn::after {
	border-color: #cc5d31 transparent transparent transparent;
}
#point04 .leadBlock .photo {
	text-align: center;
	margin-bottom: 40px;
}
#point04 .leadBlock .txt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 40px;
}
#point04 .leadBlock .linkBtn {
	text-align: center;
}
#point04 .leadBlock .linkBtn a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/02/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding: 10px 50px;
	transition: all .5s;
	opacity: 1;
}
#point04 .leadBlock .linkBtn a:hover {
	opacity: .7;
}

/* onePoint */
#point04 .onePointLead {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 20px 60px 60px 90px;
}
#point04 .onePointLead .l {
	width: 80%;
	padding-right: 5%;
}
#point04 .onePointInner {
	max-width: 786px;
	margin: 0 auto;
}
#point04 .onePoint .hn03 {
	position: relative;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#point04 .onePoint .hn03::before {
	position: absolute;
	top: 50%;
	transform: skewY(-50%);
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #bfbfbf;
	z-index: 1;
}
#point04 .onePoint .hn03 span {
	position: relative;
	display: inline-block;
	background-color: #fcf5da;
	padding: 0 15px;
	z-index: 2;
}
#point04 .onePoint .graph {
	margin-bottom: 50px;
}
#point04 .onePoint .graph .memo {
	font-size: 1.4rem;
	text-align: right;
	padding-top: 10px;
}
#point04 .onePoint .graph .list {
	font-size: 1.4rem;
	text-align: left;
	padding-top: 10px;
}
#point04 .onePoint .linkBtn {
	text-align: center;
}
#point04 .onePoint .linkBtn a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/02/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding: 10px 50px;
	transition: all .5s;
	opacity: 1;
}
#point04 .onePoint .linkBtn a:hover {
	opacity: .7;
}
#point04 .onePoint .simulation {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	max-width: 660px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	margin: 50px auto 0;
}
#point04 .onePoint .simulation .r {
	padding-left: 20px;
}
#point04 .onePoint .simulation .r .txt {
	margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
	#point04 .onePointLead {
		font-size: 1.8rem;
		padding: 10px 0 40px 140px;
	}
}