<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 screen and (max-width: 750px) {
* {
	margin:0;
	padding:0;
	font-size:100%;
}
html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
}

article, aside, dialog, figure, header, footer, hgroup, nav, section {
	display:block;
}

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

img:not(.icon):not(.inherit) {
	width:100%;
	height:auto;
}

ul li, ol li {
	list-style-type:none;
	list-style-position:outside;
}

table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
}

caption { text-align:left; }

th, td {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

sub, sup {
	position:relative;
	font-size:11px;
	font-size:0.69rem;
	line-height:0;
	vertical-align:baseline;
}

sub { bottom:-0.1em; }
sup { top:-0.5em; }

strong, em { font-size:inherit; }

input, button, textarea {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
}

.pc {
	display: none !important;
}



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

	Header
  
----------------------------------------------------------------------------- */
header {
	width:100%;
	height:55px;
	padding:0 4%;
	box-sizing:border-box;
	background-color:#fff;
}
#header h1 {
	float:left;
	width:170px;
}
#header .txt01 {
	float:right;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	line-height:1;
	margin-top:16px;
	padding:8px 10px;
	text-align:center;
	border-radius:2px;
	background-color:#a37e38;
}


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

	Main
  
----------------------------------------------------------------------------- */
#main {
	position:relative;
}
#main p {
	font-size:13px;
	line-height:1.6;
	color:#000;
}
#main #pagetop {
	position:absolute;
	right:4%;
	bottom:0;
	z-index:10;
	width:50px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
#main #pagetop.fixedSP {
	position:fixed;
}
#main #pagetop a {
	display:block;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:transparent url("../img/sp/btn_pagetop.gif") 0 0 no-repeat;
	background-size:100% auto;
}
#main #request {
	position:absolute;
	bottom:10px;
	left:4%;
	z-index:20;
}
#main #request.fixedSP {
	position:fixed;
}
#main #request .btnRequest01 {
	float:left;
	margin-right:10px;
	width:81px;
	height:81px;
}
#main #request .btnRequest01 a {
	display:block;
	width:81px;
	height:81px;
	text-indent:-9999px;
	background:transparent url("../img/sp/btn_request.png") 0 0 no-repeat;
	background-size:100% auto;
}
#main #request .btnRequest02 {
	float:left;
	width:81px;
	height:81px;
}
#main #request .btnRequest02 a {
	display:block;
	width:81px;
	height:81px;
	text-indent:-9999px;
	background:transparent url("../img/sp/btn_request02.png") 0 0 no-repeat;
	background-size:100% auto;
}


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

	Mv
  
----------------------------------------------------------------------------- */
#mv {
	position:relative;
	width:100%;
	box-sizing:border-box;
}
#mv .txtBox {
	position:absolute;
	width:100%;
	top:20%;
}

#mv .txt01 {
	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
}
#mv .txt02 {
	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
}
#mv .txt03 {
	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
}
#mv .txt04 {
	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
}
#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;
	margin-top:-10%;
	width:100%;
	padding:15% 4% 20%;
	box-sizing:border-box;
	background:transparent url("../img/sp/bg_concept.png") 0 0 no-repeat;
	background-size:100% auto;
}
#concept .inner {
	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 .conceptBox01 {
	margin-bottom:20px;
}
#concept .conceptWrap {
	display:table;
	width:100%;
}
#concept .leftBox {
	display:table-cell;
	vertical-align:top;
	width:53%;
	padding-left:15px;
	box-sizing:border-box;
}
#concept .rightBox {
	padding:6% 4% 0;
	width:47%;
	display:table-cell;
	vertical-align:top;
	border:1px solid #a37e38;
}

#concept .ttl01 {
	margin:0 auto 20px;
	width:55px;
}
#concept .ttl02 {
	margin-bottom:20px;
}
#concept .ttl03 {
	margin-bottom:8%;
}
#concept .txt02 {
	font-size:11px;
	margin-bottom:6%;
}
#concept .image01 {
	margin-right:10px;
	position:relative;
}
#concept .image01 img {
	position:relative;
	z-index:5;
}
#concept .image01:before {
	position:absolute;
	top:15px;
	left:-15px;
	content:"";
	width:100%;
	height:100%;
	z-index:4;
	background-color:rgba(72,42,29,0.3);
}
#concept .image02 {
	margin-left:-15%;
	width:130%;
}

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

	Lecture
  
----------------------------------------------------------------------------- */
#lecture {
	position:relative;
	width:100%;
	margin-top:-10%;
	padding:15% 4%;
	background:#ccc;
	text-align:center;
	box-sizing:border-box;
	background:transparent url("../img/sp/bg_lecture.png") 0 0 no-repeat;
	background-size:100% auto;
}
#lecture .inner {
	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 .ttl01 {
	margin:0 auto 20px;
	width:45px;
}
#lecture .ttl02 {
	margin-bottom:20px;
}
#lecture .listLecture li {
	margin-bottom:10px;
	float:left;
	width:50%;
	box-sizing:border-box;
}
#lecture .listLecture li:nth-child(odd) {
	padding-right:10px;
}
#lecture .listLecture li:nth-child(even) {
	padding-left:10px;
}

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

	Point
  
----------------------------------------------------------------------------- */
#point {
	position:relative;
	margin-top:-10%;
	width:100%;
	padding:15% 4% 18%;
	background:#666;
	text-align:center;
	box-sizing:border-box;
	background:transparent url("../img/sp/bg_point.png") 0 0 no-repeat;
	background-size:100% auto;
}
#point .inner {
	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 .ttl01 {
	margin:0 auto 20px;
	width:40px;
}
#point .ttl02 {
	margin-bottom:20px;
}
#point .txt01 {
	margin-bottom:20px;
}
#point .txt02 {
	margin:5px 4% 0;
	display:block;
	font-size:12px;
	line-height:1.6;
	color:#fff;
	text-align:left;
	padding-left:2em;
	text-indent:-2em;
}
#point .inner .innerBg {
	padding-bottom:4%;
	background:transparent url("../img/sp/bg_point02.jpg") 0 0 no-repeat;
	background-size:cover;
}
#point .listPoint li {
	margin-bottom:25px;
}
#point .listPoint li:first-child {
	margin-bottom:0;
}
#point .listPoint li:last-child {
	margin-bottom:0;
}

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

	Voice
  
----------------------------------------------------------------------------- */
#voice {
	position:relative;
	margin-top:-12%;
	width:100%;
	padding:15% 4% 18%;
	background:#999;
	box-sizing:border-box;
	background:transparent url("../img/sp/bg_voice.png") 0 0 no-repeat;
	background-size:100% auto;
}
#voice .inner {
	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 .ttl01 {
	margin:0 auto 20px;
	width:88px;
}
#voice .ttl02 {
	margin-bottom:20px;
}
#voice .ttl03 {
	margin-bottom:8px;
	font-size:16px;
}
#voice .inner .voiceContent {
	margin-bottom:20px;
}
#voice .inner .voiceContent:last-child {
	margin-bottom:0;
}
#voice .inner .voiceBox01 {
	margin-bottom:20px;
	width:100%;
	padding:15px;
	border-top:4px 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;
}
#voice .inner .voiceBox01:last-child {
	margin-bottom:0;
}
#voice .inner .voiceBox01 .voiceBoxInner {
	display:table;
	width:100%;
	margin-bottom:20px;
}
#voice .inner .voiceBox01 .voiceBoxInner .leftBox {
	display:table-cell;
	vertical-align:top;
	padding-right:10px;
}
#voice .inner .voiceBox01 .voiceBoxInner .rightBox {
	width:100px;
	display:table-cell;
	vertical-align:top;
}

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

	About
  
----------------------------------------------------------------------------- */
#about {
	position:relative;
	margin-top:-10%;
	width:100%;
	padding:15% 4% 22%;
	background:#ccc;
	box-sizing:border-box;
	background:transparent url("../img/sp/bg_about.png") 0 0 no-repeat;
	background-size:100% auto;
}
#about .inner {
	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 .ttl01 {
	margin-bottom:20px;
}
#about .txt01 {
	color:#fff;
	margin-bottom:20px;
}
#about .image01 {
	float:left;
	width:50%;
	padding-right:10px;
	box-sizing:border-box;
}
#about .image02 {
	float:left;
	width:50%;
	padding-left:10px;
	box-sizing:border-box;
}


.fadeIn01SP {
	opacity:1 !important;
}
.fadeIn02SP {
	opacity:1 !important;
	top:0 !important;
}
.fadeOut01SP {
	opacity:0 !important;
}

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

	Footer
  
----------------------------------------------------------------------------- */
#footer {
	position:relative;
	width:100%;
	background-color:#f3eedb;
	text-align:center;
}
#footer .footerBox01 {
	padding:25px 4% 15px;
}
#footer .footerBox01 p {
	font-size:12px;
	line-height:1.6;
	color:#000;
}
#footer .footerBox01 .txt01 {
	margin-bottom:15px;
}
#footer .footerBox01 .listContact {
	margin-bottom:20px;
}
#footer .footerBox01 .listContact li {
	margin:0 15px;
	font-size:15px;
	line-height:1.6;
	color:#000;
	display:inline-block;
}
#footer .footerBox01 .listContact li a {
	text-decoration:underline;
}
#footer .footerBox01 .listContact li.tel {
	padding-left:30px;
	background:transparent url("../img/sp/ico_tel.gif") 0 50% no-repeat;
	background-size:22px auto;
}
#footer .footerBox01 .listContact li.mail {
	padding-left:26px;
	background:transparent url("../img/sp/ico_mail.gif") 0 50% no-repeat;
	background-size:22px auto;
}
#footer .footerBox01 .listSocial {
	margin-bottom:30px;
}
#footer .footerBox01 .listSocial li {
	width:50px;
	margin:0 10px;
	display:inline-block;
}
#footer .footerBox01 .listBanner li {
	margin-bottom:10px;
}
#footer .copyright {
	display:block;
	padding:15px 0;
	font-size:10px;
	line-height:10px;
	background-color:#fff;
}




/* 中項目
---------------------------------------------*/



/* 小項目 */



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