@charset "utf-8";
.noscroll {
    overflow: hidden;
}

.topmenu {
    display: block;
    height: 94px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 94px;
    z-index: 999;
    cursor: pointer;
}

.top-trigger,
.top-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.top-trigger {
    position: relative;
    width: 100%;
    height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-trigger span {
	position: absolute;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	height: 3px;
	background-color: #2f2926;
	border-radius: 4px;
    z-index: 99999;
}
.top-trigger.active span {
}
.top-trigger span:nth-of-type(1) {
    top: 29px;
}
.top-trigger span:nth-of-type(2) {
    top: 38px;
}
.top-trigger span:nth-of-type(3) {
    bottom: 44px;
}
.mobilenav {
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(246,245,232, 0.98);
}
.mobilenav .tit{
	letter-spacing:0.5em;
	color:#b3a044;
	padding:30px 0 50px 0;
	font-size:18px;
}
.mobilenav .box_in{
    height: 100%;
    letter-spacing: -0.4em;
    text-align: center;
    width: 100%;
	display: -webkit-flex;
-webkit-flex-direction: column;
-webkit-justify-content: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.mobilenav .menubox{
	display: flex;
	justify-content:center;
}
.mobilenav ul{
	padding:0 45px;
}
.mobilenav ul li{
	padding:0 0 15px 0;
}
.mobilenav ul li a {
    display: block;
    padding: 2px;
    color: #006835;
    letter-spacing: 4px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mobilenav ul li.min a {
	font-size:14px;
}
.mobilenav ul li a:hover {
	text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1);
}



.movmobb1 .active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.movmobb1 .active span:nth-of-type(2) {
	opacity: 0;
}
.movmobb1 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}


.movmobb2 .active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.movmobb2 .active span:nth-of-type(2) {
	opacity: 0;
}
.movmobb2 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}


.movmobb3 .active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.movmobb3 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.movmobb3 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.movmobb3 .active span:nth-of-type(3) {
	opacity: 0;
}


.movmobb4  span:nth-of-type(3),
.movmobb4 .active span:nth-of-type(3) {
	transition: none;
}
.movmobb4 .active {
	-webkit-transform: rotateX(720deg);
	transform: rotateX(720deg);
}
.movmobb4 .active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.movmobb4 .active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.movmobb4 .active span:nth-of-type(3) {
	opacity: 0;
}


.movmobb5  span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(12px) rotate(45deg);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.movmobb5  span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.movmobb5  span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-12px) rotate(-45deg);
	}
	50% {
		transform: translateY(-12px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.movmobb5 .active span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(12px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(12px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(12px) rotate(0);
	}
	100% {
		transform: translateY(12px) rotate(45deg);
	}
}
.movmobb5 .active span:nth-of-type(2) {
	opacity: 0;
}
.movmobb5 .active span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}


.movmobb6 .active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.movmobb6 .active span:nth-of-type(2) {
	left: 200%;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.movmobb6 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}

.contents{
	position:relative;
}

.relative{
	z-index:999;
	position:relative;
	transition: all 0.8s;
	margin-top:-100vh;
}

.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.hannari { font-family: "Hannari",serif; }


.slick-slide{
	outline:none;
}
@media screen and (max-width: 800px) {
.triger_wrap{
	display:none;
}
.hannari {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
}
/* toppage
-------------------------------------------------------------------*/
.toppage header{
	display:none;
}

.toppage .area_01{
	position:relative;
}

.toppage .area_01 .txtbox{
	max-width:1170px;
	width:90%;
	position:absolute;
	left:0;
	right:0;
	top:40%;
	margin:0 auto;
	text-align:center;
	z-index:2;
	padding:0 56px 0 0;
}

.toppage .area_01 .txtbox .box_in{
	float:right;
}

.toppage .area_01 .logo{
	position:absolute;
	left:5%;
	bottom:5%;
	z-index:2;
}

.toppage .area_01 .main img{
	object-fit: cover;
	height: 100vh;
	box-sizing:border-box;
	padding:20px;
	border-radius:25px;
}

.toppage .area_01 .btn{
	padding:40px 0 0 0;
}

.toppage .area_01 .btn li{
	display:inline-block;
	padding:0 5px;
}

.toppage .area_01 .ico{
	padding:30px 0 0 0;
}

.toppage .area_01 .ico li{
	display:inline-block;
	padding:4px 0;
	font-size:14px;
	width:85px;
	text-align:center;
	border-radius:4px;
	margin:0 5px;
background:rgba(215,180,145,0.6);
background: -moz-linear-gradient(left,  rgba(215,180,145,0.6) 0%, rgba(187,165,129,0.6) 100%);
background: -webkit-linear-gradient(left,  rgba(215,180,145,0.6) 0%,rgba(187,165,129,0.6) 100%);
background: linear-gradient(to right,  rgba(215,180,145,0.6) 0%,rgba(187,165,129,0.6) 100%);
}


.toppage .area_02 .box{
	max-width:800px;
	margin:0 auto;
	padding:100px 80px 0 50px;
	box-sizing:border-box;
	position:relative;
	z-index:10;
}

.toppage .area_02 .img{
	position:absolute;
	right:0;
	top:-90px;
}

.toppage .area_02 .ico01{
	position:absolute;
	left:0;
	top:20px;
}

.toppage .area_02 .ico02{
	position:absolute;
	bottom:90px;
	left:-80px;
}

.toppage .area_02 .bgbox{
	bottom:0;
	position:absolute;
	z-index:0;
	width:100%;
}

.toppage .area_02 .bg01{
	background:url(../img/top/border.png) repeat-x;
	height:26px;
	width:100%;
}

.toppage .area_02 .bg02{
	background:#f5efc2;
	height:145px;
}

.toppage .area_03{
	background:#f5efc2;
	padding:50px 0 0 0;
	position:relative;
}

.toppage .area_03 ul{
	padding:0 0 70px 0;
}

.toppage .area_03 ul li{
	padding:0 10px;
}

.toppage .area_03 .ico01{
	position:absolute;
	left:40%;
	top:10px;
}

.toppage .area_03 .ico02{
	position:absolute;
	right:40%;
	top:200px;
}

.toppage .area_03 .ico03{
	position:absolute;
	right:20%;
	top:-50px;
}

.toppage .area_03 h2{
	text-align:center;
	padding:30px 0 60px 0;
}

.toppage .move_bg{
	background:url(../img/top/move_bg.png) repeat-x;
	height:8px;
	width:100%;
}

.toppage .area_04 .box{
	width:800px;
	margin:0 auto;
	position:relative;
}

.toppage .area_05 .box{
	width:900px;
	margin:0 auto;
	position:relative;
}


.toppage .area_04 .box .ico{
	position:absolute;
	left:180px;
	top:120px;
}

.toppage .area_05 .box .ico{
	position:absolute;
	right:180px;
	top:260px;
}

.toppage .area_04 h2,
.toppage .area_05 h2{
	text-align:center;
	padding:50px 0 15px 0;
}

.toppage .area_04 .service li{
	text-align:center;
	vertical-align:top;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:0.2em;
	font-size:20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display:inline-block;
	padding:50px 20px 20px 20px;
	background:url(../img/top/service_ico01.png) no-repeat center top;
}

.toppage .area_04 .service li img,
.toppage .area_05 .study li img{
	width:30px;
	height:auto;
}

.toppage .area_05 .study li{
	vertical-align:top;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:0.2em;
	font-size:20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	display:inline-block;
	padding:45px 20px 20px 20px;
	background:url(../img/top/study_ico02.png) no-repeat center top;
}

.toppage .area_04 .photobox{
	width:1000px;
	height:600px;
	margin:0 auto;
	background:url(../img/top/service_mainimg.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}

.toppage .area_04 .photobox .txtbox{
	width:320px;
	background:rgba(255,255,255,0.9);
	padding:30px 20px 86px 20px;
	box-sizing:border-box;
	border-radius:5px;
	position:absolute;
	right:40px;
	bottom:40px;
	text-align:center;
}
.toppage .area_04 .photobox .txtbox .btn{
	bottom: 20px;
}

.toppage .area_04 .txtbox h3{
	font-size:28px;
	text-align:center;
	padding:50px 0 15px 0;
	background:url(../img/top/service_ico01.png) no-repeat center top;
}

.toppage .area_04 .txtbox .txt{
	font-size:13px;
	display:inline-block;
	text-align:left;
}

.toppage .area_04 .txtbox .price{
	font-size:14px;
	padding:5px 0;
	text-align:center;
}

.toppage .area_04 .txtbox .price02{
	font-size:18px;
	text-align:center;
}

.toppage .area_04 .txtbox .btn{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	/* transform: translateX(-50%); */
	text-align: center;
	/* padding: 10px 0 0 0; */
}

.toppage .area_04 .bgbox{
	padding:150px 0 0 0;
	background:url(../img/top/service_bg.gif);
	margin:-100px 0 0 0;
}

.toppage .area_04 .bgbox:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -40px;
	border: 40px solid transparent;
	border-top: 40px solid #e7e7e2;
}

.toppage .area_04 .bgbox .txtbox {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	display: flex;
	flex-wrap: wrap;
}

.toppage .area_04 .bgbox .txtbox li {
	width: 33.3333%;
	padding: 30px 20px;
	box-sizing: border-box;
	/* display:table-cell; */
	/* vertical-align:top; */
	text-align: center;
	border-left: 1px solid #d2b991;
	padding-bottom: 66px;
}

.toppage .area_04 .bgbox .txtbox li:last-child{
	border-right:1px solid #d2b991;
}

.toppage .area_05{
	padding:40px 0 0 0;
}

.toppage .area_05 .box .btn{
	position: absolute;
	right:-80px;
	top:50px;
}

.toppage .area_05 .bgbox{
	background:url(../img/top/study_bg.gif);
	border-top:90px solid #fff;
	padding:0 0 40px 0;
}

.toppage .area_05 .box_in{
	margin:-90px 0 0 0;
}

.toppage .area_05 .box_in .case{
	max-width:1290px;
	margin:0 auto;
	padding:0 30px 20px 30px;
	display: flex;
	justify-content: space-between;
}
.toppage .area_05 .box_in .case:nth-of-type(even) {
	flex-direction: row-reverse;
}
.toppage .area_05 .box_in .case .img {

}
.toppage .area_05 .box_in .case .txt {

}

.toppage .area_05 .box_in .case .img{
	/* display:table-cell; */
	/* vertical-align:top; */
	width:700px;
	background:url(../img/top/study_img01.png) no-repeat center center;
	background-size:cover;
}

.toppage .area_05 .box_in .case .img02{
	background:url(../img/top/study_img02.png) no-repeat center center;
	background-size:cover;
}

.toppage .area_05 .box_in .case .img03{
	background:url(../img/top/study_img03.png) no-repeat center center;
	background-size:cover;
}

.toppage .area_05 .box_in .case .img04{
	background:url(../img/top/study_img04.png) no-repeat center center;
	background-size:cover;
}

.toppage .area_05 .box_in .case .txt{
	/* display:table-cell;
	vertical-align:top; */
	width:590px;
	box-sizing:border-box;
	padding:60px 30px 40px 30px;
	position:relative;
	background:#fff;
}

.toppage .area_05 .box_in .case01 .txt{
	border-radius:0 10px 10px 0;
}

.toppage .area_05 .box_in .case02 .txt{
	border-radius:10px 0 0 10px;
}

.toppage .area_05 .box_in .case h3{
	position:absolute;
	right:30px;
	top:20px;
	font-size:16px;
	width:70px;
	color:#f18e38;
	font-family: "roboto",serif;
	letter-spacing:0.1em;
	padding:60px 0 0 0;
	background:url(../img/top/study_ico03.png) no-repeat center top;
}

.toppage .area_05 .box_in .case .tag li{
	color:#fff;
	background:#8ec555;
	font-size:14px;
	padding:2px 15px;
	text-align:center;
	border-radius:5px;
	float:left;
	margin:0 10px 0 0;
}

.toppage .area_05 .box_in .case .tag li.br{
	background:#d2b991;
}

.toppage .area_05 .box_in .case h4{
	font-size:22px;
	padding:20px 0;
	line-height:1.5em;
}

.toppage .area_05 .box_in .case p{
	font-size:13px;
	padding:0 0 30px 0;
}

.toppage .area_05 .box_in .case .btn li{
	float:left;
	padding:0 10px 0 0;
}

.toppage .btntxt{
	font-size:14px;
	font-weight:bold;
	width:200px;
	text-align:center;
	color:#648a75;
	padding:15px 0;
	border-radius:5px;
	border-bottom:1px solid #648a75;
	background:#fff;
	display:block;
	transition: all 0.3s;
}

.toppage .btntxt:hover{
	color:#fff;
	border-bottom:1px solid #648a75;
	background:#648a75;
}

.toppage .btntxt02{
	color:#ac6f77;
	border-bottom:1px solid #ac6f77;
}

.toppage .btntxt02:hover{
	color:#fff;
	border-bottom:1px solid #ac6f77;
	background:#ac6f77;
}

.toppage .btntxt03{
	color:#648a75;
	border-bottom:1px solid #648a75;
	font-size:16px;
}

.toppage .btntxt03:hover{
	color:#fff;
	border-bottom:1px solid #648a75;
	background:#648a75;
}

.toppage .btntxt04{
	color:#faae3b;
	border-bottom:1px solid #faae3b;
	width:160px;
	padding:10px 0;
	margin:0 auto;
}

.toppage .btntxt04:hover{
	color:#fff;
	border-bottom:1px solid #faae3b;
	background:#faae3b;
}

.toppage .area_06 h2{
	padding:70px 0 50px 0;
	text-align:center;
}

.toppage .area_06 .ico li{
	display:inline-block;
	padding:4px 0 6px 0;
	font-size:16px;
	width:85px;
	text-align:center;
	border-radius:4px;
	margin:0 5px;
background:rgba(215,180,145,0.6);
background: -moz-linear-gradient(left,  rgba(215,180,145,0.6) 0%, rgba(187,165,129,0.6) 100%);
background: -webkit-linear-gradient(left,  rgba(215,180,145,0.6) 0%,rgba(187,165,129,0.6) 100%);
background: linear-gradient(to right,  rgba(215,180,145,0.6) 0%,rgba(187,165,129,0.6) 100%);
}


.toppage .area_06 .bg{
	height:3px;
	width:900px;
	background:url(../img/top/about_border.gif) repeat-x;
	margin:60px auto;
}

.toppage .area_06 .box{
	max-width:1080px;
	margin:0 auto;
	position:relative;
}

.toppage .area_06 .box_in{
	text-align:center;
}

.toppage .area_06 .namebox{
	display:inline-block;
	padding:0 20px 0 0;
	vertical-align:top;
}

.toppage .area_06 .namebox dl dt{
	padding:20px 0 30px 0;
}

.toppage .area_06 .namebox dl dd{
	display:inline-block;
	text-align:left;
	font-size:13px;
}

.toppage .area_06 h3{
	display:inline-block;
	padding:0 50px 0 0;
	vertical-align:top;
}

.toppage .area_06 .txtbox{
	display:inline-block;
	padding:0 0 0 20px;
	vertical-align:top;
}
.toppage .area_06 .txtbox .btn {
	padding-top: 20px;
}

.toppage .area_06 .txtbox dl dt{
	padding:20px 0 30px 0;
}

.toppage .area_06 .txtbox dl dd{
	display:inline-block;
	text-align:left;
	font-size:13px;
	color:#006835;
}

.toppage .telbox{
	text-align:center;
}

.toppage .telbox .tel{
	padding:15px 0 20px 0;
}

.toppage .telbox .link a{
	transition: all 0.3s;
	display:block;
	width:320px;
	margin:0 auto;
	color:#fff;
	background:#f18e38;
	padding:10px 0;
	font-size:18px;
	border-radius:5px;
	box-sizing:border-box;
	border:1px solid #f18e38;
}

.toppage .telbox .link a:hover{
	color:#f18e38;
	background:#fff;
	border:1px solid #f18e38;
}

.toppage .telbox ul{
	padding:20px 0 40px 0;
}

.toppage .telbox ul li{
	display:inline-block;
	padding:0 10px;
	font-size:14px;
}

.toppage .bg_area h2{
	padding:340px 190px 340px  0;
	background:url(../img/top/ft_bg.jpg) no-repeat center center;
	text-align:right;
	background-size:cover;
}

.toppage .right_link{
	position:fixed;
	right:0;
	top:30%;
	z-index:99;
}


@media screen and (max-width: 800px) {
.toppage header{
	display:block;
}

.toppage .area_01{
	position:relative;
}

.toppage .area_01 .txtbox{
	max-width:100%;
	width:80%;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin:0 auto;
	text-align:center;
	z-index:2;
	padding:0 10px;
}

.toppage .area_01 .txtbox .box_in{
	float:none;
}

.toppage .area_01 .logo{
	position:absolute;
	left:30px;
	bottom:30px;
	z-index:2;
	width:12%;
}

.toppage .area_01 .mainimg img{
	padding:20px;
	border-radius:30px;
	box-sizing:border-box;
}

.toppage .area_01 .btn{
	padding:20px 0 0 0;
}

.toppage .area_01 .btn li{
	display:block;
	padding:0 0 10px 0;
	width:90%;
	margin:0 auto;
}

.toppage .area_01 .ico{
	padding:10px 0 0 0;
}

.toppage .area_01 .ico li{
	display:inline-block;
	padding:4px 0;
	font-size:13px;
	width:70px;
	text-align:center;
	border-radius:4px;
	margin:5px;
background:rgba(215,180,145,0.6);
background: -moz-linear-gradient(left,  rgba(215,180,145,0.6) 0%, rgba(187,165,129,0.6) 100%);
background: -webkit-linear-gradient(left,  rgba(215,180,145,0.6) 0%,rgba(187,165,129,0.6) 100%);
background: linear-gradient(to right,  rgba(215,180,145,0.6) 0%,rgba(187,165,129,0.6) 100%);
}




.toppage .area_02 .box{
	max-width:100%;
	margin:0 auto;
	padding:80px 20px 0 20px;
	box-sizing:border-box;
	position:relative;
	z-index:10;
}

.toppage .area_02 h2{
	position:relative;
	z-index:2;
}


.toppage .area_02 .img{
	position:absolute;
	right:0;
	top:-20px;
	width:230px;
	opacity:0.5;
}

.toppage .area_02 .ico01{
	position:absolute;
	left:10px;
	top:20px;
}

.toppage .area_02 .ico02{
	position:absolute;
	bottom:90px;
	left:-80px;
}

.toppage .area_02 .bgbox{
	bottom:0;
	position:absolute;
	z-index:0;
	width:100%;
}

.toppage .area_02 .bg01{
	background:url(../img/top/border.png) repeat-x;
	height:26px;
	width:100%;
}

.toppage .area_02 .bg02{
	background:#f5efc2;
	height:145px;
}

.toppage .area_03{
	background:#f5efc2;
	padding:50px 0 0 0;
	position:relative;
}

.toppage .area_03 ul{
	padding:0 0 70px 0;
}

.toppage .area_03 ul li{
	padding:0 10px;
}

.toppage .area_03 .ico01{
	position:absolute;
	left:40%;
	top:10px;
}

.toppage .area_03 .ico02{
	position:absolute;
	right:40%;
	top:180px;
}

.toppage .area_03 .ico03{
	position:absolute;
	left:10px;
	right:auto;
	top:-50px;
}

.toppage .area_03 h2{
	text-align:center;
	padding:30px 0 40px 0;
	width:70%;
	margin:0 auto;
}

.toppage .move_bg{
	background:url(../img/top/move_bg.png) repeat-x;
	height:8px;
	width:100%;
}

.toppage .area_04 .box{
	width:100%;
	margin:0 auto;
	position:relative;
}

.toppage .area_05 .box{
	width:100%;
	margin:0 auto;
	position:relative;
}


.toppage .area_04 .box .ico{
	position:static;
	text-align:center;
	padding:30px 0 10px 0;
}

.toppage .area_05 .box .ico{
	position:static;
	text-align:center;
	padding:30px 0 10px 0;
}

.toppage .area_04 h2,
.toppage .area_05 h2{
	text-align:center;
	padding:10px 0 15px 0;
	width:80px;
	margin:0 auto;
}

.toppage .area_04 .service li{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:0.2em;
	font-size:16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding:40px 10px 20px 10px;
	background:url(../img/top/service_ico01.png) no-repeat center top;
	background-size:20px;
	vertical-align:top;
	display:inline-block;
}

.toppage .area_04 .service li img,
.toppage .area_05 .study li img{
	width:30px;
	height:auto;
}

.toppage .area_05 .study li{
	vertical-align:top;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:0.2em;
	font-size:16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display:inline-block;
	padding:30px 10px 20px 10px;
	background:url(../img/top/study_ico02.png) no-repeat center top;
	background-size:20px;
}

.toppage .area_04 .photobox{
	width:100%;
	height:auto;
	padding:100px 0;
	margin:0 auto;
	background:url(../img/top/service_mainimg.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}

.toppage .area_04 .photobox .txtbox{
	width:90%;
	background:rgba(255,255,255,0.9);
	padding: 30px 30px 96px 30px;
	box-sizing:border-box;
	border-radius:5px;
	position:static;
	margin:0 auto;
	text-align:center;
}

.toppage .area_04 .txtbox h3{
	font-size:24px;
	text-align:center;
	padding:40px 0 15px 0;
	background:url(../img/top/service_ico01.png) no-repeat center top;
}

.toppage .area_04 .txtbox .txt{
	font-size:13px;
	display:inline-block;
	text-align:left;
}

.toppage .area_04 .txtbox .price{
	font-size:14px;
	padding:5px 0;
	text-align:center;
}

.toppage .area_04 .txtbox .price02{
	font-size:18px;
	text-align:center;
}

.toppage .area_04 .txtbox .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	/* transform: translateX(-50%); */
	text-align: center;
	padding: 10px 0 0 0;
}

.toppage .area_04 .bgbox{
	padding:50px 0 0 0;
	background:url(../img/top/service_bg.gif);
	margin:0;
}

.toppage .area_04 .bgbox:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #e7e7e2;
}

.toppage .area_04 .bgbox .txtbox{
	width:100%;
	margin:0 auto;
	padding:0 0 30px 0;
}

.toppage .area_04 .bgbox .txtbox li{
	position: relative;
	width:90%;
	margin:0 auto;
	padding:30px 20px;
	box-sizing:border-box;
	display:block;
	text-align:center;
	border-bottom:1px solid #d2b991;
	border-left:none;
}

.toppage .area_04 .bgbox .txtbox li:last-child{
	border-right:none;
	border-bottom:none;
}

.toppage .area_05{
	padding:40px 0 0 0;
}

.toppage .area_05 .box .btn{
	position:static;
}

.toppage .area_05 .bgbox{
	background:url(../img/top/study_bg.gif);
	border-top:none;
	padding:40px 0 40px 0;
}

.toppage .area_05 .box_in{
	margin:20px 0 0 0;
}

.toppage .area_05 .box_in .case{
	max-width:100%;
	margin:0 auto;
	padding:0 20px 20px 20px;
	display: block;
}


.toppage .area_05 .box_in .case .img{
	display:block;
	width:100%;
	background:none;
}

.toppage .area_05 .box_in .case .img02{
	background:none;
}

.toppage .area_05 .box_in .case .img03{
	background:none;
}

.toppage .area_05 .box_in .case .img04{
	background:none;
}

.toppage .area_05 .box_in .case .txt{
	display:block;
	/* vertical-align:top; */
	width:100%;
	box-sizing:border-box;
	padding:20px 20px 40px 20px;
	position:relative;
	background:#fff;
}

.toppage .area_05 .box_in .case01 .txt{
	border-radius:0;
}

.toppage .area_05 .box_in .case02 .txt{
	border-radius:0;
}

.toppage .area_05 .box_in .case h3{
	position:static;
	top:20px;
	text-align:center;
	margin:0 auto 20px;
	font-size:16px;
	width:70px;
	color:#f18e38;
	font-family: "roboto",serif;
	letter-spacing:0.1em;
	padding:60px 0 0 0;
	background:url(../img/top/study_ico03.png) no-repeat center top;
}

.toppage .area_05 .box_in .case .tag li{
	color:#fff;
	background:#8ec555;
	font-size:14px;
	padding:2px 15px;
	text-align:center;
	border-radius:5px;
	float:left;
	margin:0 10px 0 0;
}

.toppage .area_05 .box_in .case .tag li.br{
	background:#d2b991;
}

.toppage .area_05 .box_in .case h4{
	font-size:18px;
	padding:20px 0;
	line-height:1.5em;
}

.toppage .area_05 .box_in .case p{
	font-size:13px;
	padding:0 0 0 0;
}

.toppage .area_05 .box_in .case .btn li{
	float:none;
	padding:10px 0 0 0;
}

.toppage .btntxt{
	font-size:14px;
	font-weight:bold;
	width:200px;
	margin:0 auto;
	text-align:center;
	color:#648a75;
	padding:15px 0;
	border-radius:5px;
	border-bottom:1px solid #648a75;
	background:#fff;
	display:block;
}

.toppage .btntxt02{
	color:#ac6f77;
	border-bottom:1px solid #ac6f77;
}

.toppage .btntxt03{
	color:#648a75;
	border-bottom:1px solid #648a75;
	font-size:14px;
	margin:0 auto 30px;
}

.toppage .btntxt04{
	color:#faae3b;
	border-bottom:1px solid #faae3b;
	width:160px;
	padding:10px 0;
	margin:0 auto;
}


.toppage .area_06 h2{
	padding:40px 0 30px 0;
	text-align:center;
	width:80%;
	margin:0 auto;
}


.toppage .area_06 .ico li{
	display:inline-block;
	padding:4px 0;
	font-size:14px;
	width:70px;
	text-align:center;
	border-radius:4px;
	margin:5px;
background:rgba(215,180,145,0.6);
background: -moz-linear-gradient(left,  rgba(215,180,145,0.6) 0%, rgba(187,165,129,0.6) 100%);
background: -webkit-linear-gradient(left,  rgba(215,180,145,0.6) 0%,rgba(187,165,129,0.6) 100%);
background: linear-gradient(to right,  rgba(215,180,145,0.6) 0%,rgba(187,165,129,0.6) 100%);
}


.toppage .area_06 .bg{
	height:3px;
	width:95%;
	background:url(../img/top/about_border.gif) repeat-x;
	margin:40px auto;
}

.toppage .area_06 .box{
	max-width:100%;
	margin:0 auto;
	padding:0 10px;
	position:relative;
}

.toppage .area_06 .box_in{
	text-align:center;
}

.toppage .area_06 .namebox{
	display:block;
	padding:0 0 20px 0;
}

.toppage .area_06 .namebox dl dt{
	padding:20px 0 30px 0;
	width:70%;
	margin:0 auto;
}

.toppage .area_06 .namebox dl dd{
	display:inline-block;
	text-align:left;
	font-size:13px;
}

.toppage .area_06 h3{
	display:block;
	padding:0 0 30px 0;
	vertical-align:top;
	width:70%;
	margin:0 auto;
}

.toppage .area_06 .txtbox{
	display:inline-block;
	padding:0 0 0 0;
	vertical-align:top;
}

.toppage .area_06 .txtbox dl dt{
	padding:20px 0 30px 0;
	width:90%;
	margin:0 auto;
}

.toppage .area_06 .txtbox dl dd{
	display:inline-block;
	text-align:left;
	font-size:13px;
	color:#006835;
}

.toppage .telbox{
	text-align:center;
}

.toppage .telbox .tel{
	padding:15px 0 20px 0;
	width:70%;
	margin:0 auto;
}

.toppage .telbox .link a{
	display:block;
	width:280px;
	margin:0 auto;
	color:#fff;
	background:#f18e38;
	padding:10px 0;
	font-size:16px;
	border-radius:5px;
}

.toppage .telbox ul{
	padding:20px 0 40px 0;
}

.toppage .telbox ul li{
	display:inline-block;
	padding:0 10px;
	font-size:14px;
}

.toppage .bg_area h2{
	padding:200px 0;
	background:url(../img/top/ft_bg.jpg) no-repeat center center;
	text-align:center;
	background-size:cover;
}

.toppage .bg_area h2 img{
	width:70%;
	margin:0 auto;
}


.toppage .bottom_link{
	position:fixed;
	bottom:0;
	top:auto;
	z-index:99;
	padding:0 10px;
}
}

.cmn.right_link {
	position:fixed;
	right:0;
	top:30%;
	z-index:99;
}
