<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media print, screen and (min-width: 751px) {

img {
	border:0;
	vertical-align:bottom;
	-ms-interpolation-mode:bicubic;
}

.sp {
	display: none !important;
}

/* img alphaOver */
.alphaOver a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

#wrapper {
	width:100%;
	min-width:960px;
	overflow:hidden;
}


/* -----------------------------------------------------------------------------

	Header
  
----------------------------------------------------------------------------- */
#header {
	width:100%;
	min-width:960px;
	overflow:hidden;
	background-color:#fff;
}
#header .inner {
	width:960px;
	margin:0 auto;
}
#header h1 {
	float:left;
}
#header .txt01 {
	float:right;
	width:128px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:1;
	margin-top:19px;
	padding:8px 0;
	text-align:center;
	border-radius:2px;
	background-color:#a37e38;
}


/* -----------------------------------------------------------------------------

	Main
  
----------------------------------------------------------------------------- */
#main {
	position:relative;
}
#main p {
	font-size:16px;
	line-height:32px;
	color:#000;
}
#main #pagetop {
	position:relative;
	z-index:10;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
#main #pagetop.fixed a {
	position:fixed;
}
#main #pagetop a {
	position:absolute;
	right:0;
	bottom:0;
	width:50px;
	height:50px;
	z-index:10;
	text-indent:-9999px;
}
#main #pagetop a {
	display:block;
	width:50px;
	height:50px;
	background:transparent url("../img/btn_pagetop.gif") 0 0 no-repeat;
}
#main #pagetop a:hover {
	background:transparent url("../img/btn_pagetop_on.gif") 0 0 no-repeat;
}
#main #request {
	position:fixed;
	bottom:100px;
	right:60px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	z-index:20;
}
#main #request .btnRequest01 {
	margin-bottom:10px;
	width:110px;
	height:110px;
}
#main #request .btnRequest01 a {
	display:block;
	width:110px;
	height:110px;
	text-indent:-9999px;
	background:transparent url("../img/btn_request.png") 0 0 no-repeat;
}
#main #request .btnRequest01 a:hover {
	background:transparent url("../img/btn_request_on.png") 0 0 no-repeat;
}
#main #request .btnRequest02 {
	width:110px;
	height:110px;
}
#main #request .btnRequest02 a {
	display:block;
	width:110px;
	height:110px;
	text-indent:-9999px;
	background:transparent url("../img/btn_request02.png") 0 0 no-repeat;
}
#main #request .btnRequest02 a:hover {
	background:transparent url("../img/btn_request02_on.png") 0 0 no-repeat;
}


/* -----------------------------------------------------------------------------

	Mv
  
----------------------------------------------------------------------------- */
#mv {
	position:relative;
	width:100%;
	height:750px;
	padding-top:132px;
	min-width:960px;
	overflow:hidden;
	background:transparent url("../img/bg_mv.jpg") 50% 0 no-repeat;
	text-align:center;
	box-sizing:border-box;
}
#mv .mvBG {
	position:absolute;
	width:1300px;
	top:0;
	left:50%;
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
#mv .txt01 {
	position:relative;
	top:20px;
	opacity:0;
	margin-bottom:23px;
	
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 1s0.6s
}
#mv .txt02 {
	position:relative;
	top:20px;
	opacity:0;
	margin-bottom:20px;
	
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 1s0.6s
}
#mv .txt03 {
	position:relative;
	top:20px;
	opacity:0;
	margin-bottom:43px;
	
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 1s0.6s
}
#mv .txt04 {
	position:relative;
	top:20px;
	opacity:0;
	margin-bottom:43px;
	
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 1s0.6s
}
#mv .txt05 {
	position:relative;
	top:20px;
	opacity:0;
	
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 1s0.6s
}

/* -----------------------------------------------------------------------------

	Concept
  
----------------------------------------------------------------------------- */
#concept {
	position:relative;
	width:100%;
	min-width:960px;
	overflow:hidden;
	background:transparent url("../img/bg_concept.png") 50% 0 no-repeat;
	
	margin-top:-290px;
}
#concept .inner {
	padding:190px 0 270px;
	width:960px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity:0;
	top:50px;
}
#concept .leftBox {
	float:left;
	width:423px;
}
#concept .rightBox {
	float:right;
	width:480px;
}
#concept .teachingBox {
	position:relative;
	padding:40px;
	border:1px solid #a37e38;
	box-sizing:border-box;
}
#concept .ttl01 {
	margin-bottom:45px;
}
#concept .ttl02 {
	margin-bottom:50px;
}
#concept .ttl03 {
	margin-bottom:25px;
}
#concept .txt01 {
	margin-bottom:50px;
}
#concept .image01 {
	margin-left:-49px;
}
#concept .image02 {
	position:absolute;
	right:-24px;
	top:50%;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}

/* -----------------------------------------------------------------------------

	Lecture
  
----------------------------------------------------------------------------- */
#lecture {
	margin-top:-270px;
	position:relative;
	width:100%;
	min-width:960px;
	overflow:hidden;
	background:transparent url("../img/bg_lecture.png") 50% 0 no-repeat;
	text-align:center;
}
#lecture .inner {
	padding:190px 0 270px;
	width:960px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity:0;
	top:50px;
}
#lecture .listLecture li {
	float:left;
	margin-right:15px;
}
#lecture .listLecture li:nth-child(1),
#lecture .listLecture li:nth-child(2),
#lecture .listLecture li:nth-child(3) {
	margin-bottom:15px;
}
#lecture .listLecture li:nth-child(3n) {
	margin-right:0;
}
#lecture .ttl01 {
	margin-bottom:39px;
}
#lecture .ttl02 {
	margin-bottom:56px;
}

/* -----------------------------------------------------------------------------

	Point
  
----------------------------------------------------------------------------- */
#point {
	margin-top:-270px;
	position:relative;
	width:100%;
	min-width:960px;
	overflow:hidden;
	background:transparent url("../img/bg_point.png") 50% 0 no-repeat;
	text-align:center;
}
#point .inner {
	padding:190px 0 270px;
	width:960px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity:0;
	top:50px;
}
#point .inner .innerBg {
	padding:49px 40px 44px;
	text-align:left;
	background:transparent url("../img/bg_point02.jpg") 0 0 no-repeat;
}
#point .ttl01 {
	margin-bottom:44px;
}
#point .ttl02 {
	margin-bottom:45px;
}
#point .ttl03 {
	text-align:center;
	margin-bottom:62px;
}
#point .ttl04 {
	margin-bottom:29px;
}
#point .txt01 {
	margin-bottom:45px;
}
#point .txt02 {
	margin-top:5px;
	display:block;
	font-size:14px;
	line-height:28px;
	color:#fff;
	padding-left:2em;
	text-indent:-2em;
}

#point .inner .listPoint li {
	margin-bottom:50px;
}
#point .inner .listPoint li:nth-child(odd) {
	clear:both;
	float:left;
}
#point .inner .listPoint li:nth-child(even) {
	float:right;
	width:420px;
}
#point .inner .listPoint li:nth-child(1) {
	margin-bottom:30px;
}
#point .inner .listPoint li:nth-child(5),
#point .inner .listPoint li:nth-child(6) {
	margin-bottom:0;
}

/* -----------------------------------------------------------------------------

	Voice
  
----------------------------------------------------------------------------- */
#voice {
	position:relative;
	margin-top:-270px;
	width:100%;
	min-width:960px;
	overflow:hidden;
	background:transparent url("../img/bg_voice.png") 50% 0 no-repeat;
	text-align:center;
}
#voice .inner {
	padding:190px 0 270px;
	width:960px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity:0;
	top:50px;
}
#voice .inner .voiceContent {
	width:960px;
	display:table;
	border-collapse:separate;
	border-spacing:20px 0;
	margin:0 0 20px 0;
	text-align:left;
	overflow:hidden;
}
#voice .inner .voiceContent:last-child {
	margin-bottom:0;
}
#voice .inner .voiceBox01 {
	width:470px;
	padding:14px;
	border-top:7px solid #a37e39;
	border-left:1px solid #a37e39;
	border-bottom:1px solid #a37e39;
	border-right:1px solid #a37e39;
	background-color:rgba(255,255,255,0.5);
	box-sizing:border-box;
	display:table-cell;
	vertical-align:top;
}
#voice .inner .voiceBox01 .voiceBoxInner {
	margin-bottom:20px;
}
#voice .inner .voiceBox01 .voiceBoxInner .leftBox {
	float:left;
}
#voice .inner .voiceBox01 .voiceBoxInner .rightBox {
	width:130px;
	float:right;
}
#voice .ttl01 {
	margin-bottom:50px;
}
#voice .ttl02 {
	margin-bottom:60px;
}
#voice .ttl03 {
	margin-bottom:8px;
	font-size:22px;
	font-weight:normal;
}
#voice .txt01 {
	font-size:12px;
	line-height:22px;
}
#voice .txt02 {
	font-size:14px;
	line-height:25px;
}

/* -----------------------------------------------------------------------------

	About
  
----------------------------------------------------------------------------- */
#about {
	position:relative;
	margin-top:-270px;
	width:100%;
	min-width:960px;
	overflow:hidden;
	background:transparent url("../img/bg_about.png") 50% 0 no-repeat;
}
#about .inner {
	padding:190px 0 100px;
	width:960px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity:0;
	top:50px;
}
#about .inner .leftBox {
	float:left;
	width:480px;
}
#about .inner .rightBox {
	float:right;
	width:400px;
}
#about .ttl01 {
	margin-bottom:50px;
}
#about .txt01 {
	margin-bottom:40px;
	color:#fff;
}

.fadeIn01 {
	opacity:1 !important;
}
.fadeIn02 {
	opacity:1 !important;
	top:0 !important;
}

/* -----------------------------------------------------------------------------

	Footer
  
----------------------------------------------------------------------------- */
#footer {
	position:relative;
	width:100%;
	min-width:960px;
	background-color:#f3eedb;
	text-align:center;
}
#footer .footerBox01 {
	padding:60px 0;
	width:960px;
	margin:0 auto;
}
#footer .footerBox01 p {
	font-size:15px;
	line-height:15px;
	color:#000;
}
#footer .footerBox01 .txt01 {
	margin-bottom:20px;
}
#footer .footerBox01 .listContact {
	margin-bottom:40px;
}
#footer .footerBox01 .listContact li {
	margin:0 15px;
	font-size:15px;
	line-height:15px;
	color:#000;
	display:inline-block;
}
#footer .footerBox01 .listContact li a {
	text-decoration:underline;
}
#footer .footerBox01 .listContact li a:hover {
	text-decoration:none;
}
#footer .footerBox01 .listContact li.tel {
	padding-left:30px;
	background:transparent url("../img/ico_tel.gif") 0 0 no-repeat;
}
#footer .footerBox01 .listContact li.mail {
	padding-left:26px;
	background:transparent url("../img/ico_mail.gif") 0 0 no-repeat;
}
#footer .footerBox01 .listSocial {
	margin-bottom:40px;
}
#footer .footerBox01 .listSocial li {
	margin:0 10px;
	display:inline-block;
}
#footer .footerBox01 .listSocial li a {
	display:block;
	width:44px;
	height:44px;
	text-indent:-9999px;
}
#footer .footerBox01 .listSocial .btnFB a {
	background:transparent url("../img/ico_fb.gif") 0 0 no-repeat;
}
#footer .footerBox01 .listSocial .btnFB a:hover {
	background:transparent url("../img/ico_fb_on.gif") 0 0 no-repeat;
}
#footer .footerBox01 .listSocial .btnIG a {
	background:transparent url("../img/ico_ig.gif") 0 0 no-repeat;
}
#footer .footerBox01 .listSocial .btnIG a:hover {
	background:transparent url("../img/ico_ig_on.gif") 0 0 no-repeat;
}
#footer .footerBox01 .listBanner li {
	margin:0 10px;
	display:inline-block;
}
#footer .footerBox01 .listBanner li a {
	display:block;
	width:383px;
	height:66px;
	text-indent:-9999px;
}
#footer .footerBox01 .listBanner .btn01 a {
	background:transparent url("../img/btn01.gif") 0 0 no-repeat;
}
#footer .footerBox01 .listBanner .btn01 a:hover {
	background:transparent url("../img/btn01_on.gif") 0 0 no-repeat;
}
#footer .footerBox01 .listBanner .btn02 a {
	background:transparent url("../img/btn02.gif") 0 0 no-repeat;
}
#footer .footerBox01 .listBanner .btn02 a:hover {
	background:transparent url("../img/btn02_on.gif") 0 0 no-repeat;
}
#footer .copyright {
	display:block;
	padding:20px 0;
	font-size:12px;
	line-height:12px;
	background-color:#fff;
}






}</pre></body></html>