@charset "utf-8";
/* Arrows */
.home .slick-prev,
.home .slick-next
{
    width: 60px;
    height: 60px;
    padding: 0;
	box-sizing:border-box;
	border:2px solid #1da820;
	border-radius:50%;
	transition: all 0.3s;
}

.home .slick-prev:hover,
.home .slick-next:hover
{
	background:#1da820;
}

.home .slider .slick-prev{
    right: 55px;
	left:auto;
	top:auto;
	bottom:50px;
}

.home .slider .slick-next{
	left:auto;
	top:auto;
    right: 55px;
	bottom:-20px;
}

.home .slider .slick-prev::before {
    content: url(../img/top/prev.png);
}

.home .slider .slick-next::before {
    content: url(../img/top/next.png);
}

.home .slider .slick-prev:hover::before {
    content: url(../img/top/prev_on.png);
}

.home .slider .slick-next:hover::before {
    content: url(../img/top/next_on.png);
}


.home .slider{
	box-sizing:border-box;
	padding:0 170px 0 0;
}

.home .slider img{
    width: 100%;
    object-fit: cover;
	height:760px;
	border-radius:0 30px 30px 0;
}

.home .mv{
	position:relative;
}

.home .mv h1{
	position:absolute;
	top:120px;
	left:240px;
}

.home .mv p{
	position:absolute;
	right:75px;
	top:130px;
	writing-mode: vertical-rl;
	font-size:14px;
	color:#98d799;
}

.home .about{
	padding:100px 0;
}

.home .about .box_in{
	display:flex;
}

.home .about .box_in .img{
	position:relative;
	left:-20px;
}

.home .about .txtbox{
	display:flex;
	width:50%;
	justify-content:space-between;
}

.home .about h2{
	writing-mode: vertical-rl;
	font-size:38px;
	color:#1da820;
	line-height:1.4em;
	padding:0 0 0 10px;
}

.home .about .txtbox{
	display:flex;
	justify-content:space-between;
}

.home .about .txtbox .txt{
	font-size:20px;
	display:inline-block;
	line-height:2em;
	padding:100px 0 0 0;
}

@media screen and (max-width: 1200px) {
.home .about .txtbox{
	display:block;
}

.home .about .txtbox .txt{
	padding:30px 0 0 0;
}
}

.home .about .txtbox .txt span{
	color:#28ab2b;
}

.home .effect{
	padding:0 20px;
}

.home .effect .box{
	background: repeating-linear-gradient(-135deg, #1da820, #1da820 5px, #36b238 5px, #36b238 10px);
	border-radius:10px;
	padding:70px 60px;
	box-sizing:border-box;
	text-align:center;
}

.home .effect .box h2{
	color:#fff;
	font-size:30px;
	margin:0 0 50px 0;
	position:relative;
	display:inline-block;
}

.home .effect .box h2:before {
    position: absolute;
    left: -30px;
    top: -3px;
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-35deg);
}
       
.home .effect .box h2:after {
    position: absolute;
    content: "";
    right: -30px;
    top: -3px;
    width: 3px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(35deg);
}

.home .effect .box h2 span{
	color:#ffce7b;
	border-bottom:2px dashed #fff;
}

.home .effect .box ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.home .effect .box ul li{
	font-size:22px;
	height:90px;
	background:url(../img/top/check.png) no-repeat 40px center #fff;
	border-radius:5px;
	box-shadow: 7px 9px 0px -1px rgba(0,0,0,0.3);
	width:345px;
	line-height:1.3em;
	display:flex;
	padding:5px 0 0 100px;
	align-items:center;
	margin:0 0 30px 0;
	box-sizing:border-box;
}

@media screen and (max-width: 1200px) {
.home .effect .box ul{
	justify-content:center;
}

.home .effect .box ul li{
	margin:0 10px 20px 10px;
}
}

.home .effect .box .kome{
	text-align:right;
	color:#fff;
	font-size:18px;
}

.home .flow{
	padding:85px 20px;
}

.home .b_tit{
	width:920px;
	text-align:center;
	position:relative;
	margin:0 auto;
}

.home .b_tit:after{
	content:"";
	position:absolute;
	left:0;
	height:10px;
	width:100%;
	top:50%;
	margin-top:-10px;
	background:url(../img/top/border01.png);
}

.home .b_tit span{
	display:inline-block;
	position:relative;
	z-index:3;
	font-size:36px;
	line-height:1.3em;
	color:#1da820;
	background:#fff;
	padding:0 50px;
}

.home .time .b_tit span{
	background:#e9faf9;
}

.home .flow .box .txt{
	padding:50px 0;
	text-align:center;
	line-height:1.4em;
	font-size:24px;
}

.home .flow .box ul.list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.home .flow .box ul.list li{
	font-size:24px;
	height:115px;
	border-radius:5px;
	width:375px;
	border:2px solid #1da820;
	display:flex;
	align-items:center;
	margin:0 0 30px 0;
	box-sizing:border-box;
	position:relative;
}

.home .flow .box ul.list li:after{
	content:"";
	position:absolute;
	right:-45px;
	top:50%;
	margin-top:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 13px solid #1da820;
	border-right: 0;
}

.home .flow .box ul.list li:nth-child(3):after{
	display:none;
}

.home .flow .box ul.list li:last-child:after{
	display:none;
}

@media screen and (max-width: 1350px) {
.home .flow .box ul.list{
	justify-content:center;
	max-width:860px;
	margin:0 auto;
}

.home .flow .box ul.list li{
	margin:0 20px 40px 20px;
}

.home .flow .box ul.list li:nth-child(2):after,
.home .flow .box ul.list li:nth-child(4):after{
	display:none;
}

.home .flow .box ul.list li:nth-child(3):after{
	display:block;
}

.home .flow .box ul.list li:after {
    right: -30px;
    margin-top: -10px;
}
}

.home .flow .box ul.list li dl{
	display:flex;
	align-items:center;
	padding:0 0 0 20px;
}

.home .flow .box ul.list li dl dt{
	min-width:80px;
	height:80px;
	border-radius:50%;
	background:#1da820;
	color:#fff;
	text-align:center;
	line-height:1.4em;
	padding:15px 0 0 0;
	box-sizing:border-box;
	font-size:16px;
}

.home .flow .box ul.list li dl dt span{
	font-size:28px;
	display:block;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.1em;
	font-weight:500;
}

.home .flow .box ul.list li dl dd{
	padding:5px 0 0 20px;
	line-height:1.3em;
}

.home .flow .box ul.list li:last-child dl dd{
	font-size:22px;
}

.home .flow .box .kome,
.home .time .box .kome{
	display:inline-block;
}

.home .flow .box .kome li,
.home .time .box .kome li{
	padding-left:1em;
	text-indent:-1em;
	font-size:18px;
	line-height:1.3em;
	text-align:left;
}

.home .time{
	background:#e9faf9;
	padding:70px 20px;
}

.home .time .box{
	max-width:970px;
	margin:0 auto;
}

.home .time ul.list{
	display:flex;
	flex-wrap:wrap;
	margin:40px 0 20px 0;
	background:#fff;
	padding:30px 0;
	border-radius:10px;
}

.home .time ul.list li{
	width:50%;
	box-sizing:border-box;
	padding:0 20px;
	text-align:center;
}

.home .price{
	padding:70px 20px;
	background:#faf9f7;
}

.home .price h2{
	font-size:36px;
	line-height:1.3em;
	text-align:center;
	padding:0 0 30px 0;
}

.home .price .box_in{
	border-radius:10px;
	background:#fff;
	padding:40px 0;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
	display:flex;
}

.home .price .txtbox{
	width:50%;
	box-sizing:border-box;
	padding:0 40px;
}

.home .price .txtbox h3{
	width:545px;
	text-align:center;
	color:#fff;
	font-size:22px;
	background:#f39800;
	line-height:1.3em;
	padding:25px 0;
	border-radius:5px;
}

.home .price .txtbox02 h3{
	background:#ab9f88;
}

.home .price .txtbox .list{
	display:flex;
	padding:40px 0;
}

.home .price .txtbox .list li{
	width:50%;
	font-size:20px;
	text-align:center;
	line-height:1.6em;
}

.home .price .txtbox .list li:first-child{
	border-right:2px dashed #bebebe;
}

.home .price .txtbox .list li span{
	font-size:34px;
	color:#f39800;
}

.home .price .txtbox .minbox{
	text-align:center;
	padding:30px 0;
	font-size:20px;
}

.home .price .txtbox .minkome{
	display:inline-block;
	text-align:left;
	font-size:16px;
	margin: 20px 0 0 0;
	line-height:1.25em;
}

.home .price .txtbox .kome{
	padding:100px 0 0 0;
}

@media screen and (max-width: 1300px) {
.home .price .box_in{
	width:900px;
	margin:0 auto;
	display:block;
}

.home .price .txtbox{
	width:100%;
	padding:0 40px;
}

.home .price .txtbox h3{
	width:100%;
	box-sizing:border-box;
}

.home .price .txtbox .kome{
	padding:30px 0 0 0;
}
}

.home .price .txtbox .kome li{
	padding-left:1em;
	text-indent:-1em;
}

.home .staff{
	padding:70px 20px;
}

.home .staff .box{
	width:900px;
	margin:0 auto;
}

.home .staff .box_in{
	display:flex;
	padding:30px 0 0 0;
}

.home .staff .sub{
	padding:4px 10px 2px 10px;
	color:#fff;
	border-radius:30px;
	background:#25aa27;
	display:inline-block;
}

.home .staff .txtbox{
	padding:0 0 0 90px;
}

.home .staff h3{
	font-size:22px;
	line-height:1.3em;
	padding:20px 0 10px 0;
}

.home .staff h3 span{
	font-size:16px;
	color:#25aa27;
	padding:0 0 0 30px;
}

.home .staff .txt{
	font-size:18px;
	line-height:1.6em;
}

.home .subject{
	padding:70px 20px;
	background:url(../img/top/subject_bg.jpg);
	background-size:cover;
}

.home .subject .box{
	width:970px;
	margin:0 auto;
	border-radius:5px;
	background:#fff;
	padding:50px 95px 40px 95px;
	box-sizing:border-box;
}

.home .subject .b_tit{
    width:100%;
	margin:0 0 30px 0;
}

.home .subject .b_tit:after{
	background: url(../img/top/border02.png);
}

.home .subject .b_tit span {
    font-size: 33px;
    color: #f39800;
    padding: 0 30px;
}

.home .subject .box_in{
    padding:0 0 12px 0;
	display:flex;
	align-items:center;
}

.home .subject .box_in h3{
	min-width:170px;
	line-height:50px;
	height:50px;
	border-radius:30px;
	text-align:center;
	color:#fff;
	background:#f39800;
	font-size:18px;
}

.home .subject .box_in .txt{
	font-size:18px;
	line-height:1.3em;
	padding:0 0 0 40px;
}


@media screen and (max-width: 800px) {
/* Arrows */
.home .slick-prev,
.home .slick-next
{
    width: 40px;
    height: 40px;
    padding: 0;
}


.home .slider .slick-prev{
    right: 10px;
	bottom:40px;
}

.home .slider .slick-next{
    right: 10px;
	bottom:-10px;
}

.home .slider .slick-prev::before {
    content: url(../img/top/prev.png);
}

.home .slider .slick-next::before {
    content: url(../img/top/next.png);
}

.home .slider .slick-prev:hover::before {
    content: url(../img/top/prev_on.png);
}

.home .slider .slick-next:hover::before {
    content: url(../img/top/next_on.png);
}


.home .slider{
	padding:0 65px 0 0;
}

.home .slider img{
	height:450px;
	border-radius:0 30px 30px 0;
}

.home .mv h1{
	width:130px;
	top:60px;
	left:30px;
}

.home .mv p{
	right:20px;
	top:20px;
	font-size:14px;
}

.home .about{
	padding:60px 20px;
}

.home .about .box_in{
	flex-wrap:wrap;
}

.home .about .box_in .img{
	left:0;
	order:2;
}

.home .about h2{
	writing-mode:inherit;
	font-size:28px;
	padding:0;
	text-align:center;
}

.home .about .txtbox{
	width:100%;
}

.home .about .txtbox .txt{
	font-size:16px;
	display:block;
	text-align:justify;
	padding:20px 0 30px 0;
}

.home .effect{
	padding:0 20px;
}

.home .effect .box{
	padding:40px 20px;
}

.home .effect .box h2{
	font-size:18px;
	margin:0 0 30px 0;
}

.home .effect .box h2:before {
    left: -40px;
    top: 10px;
    width: 2px;
    height: 30px;
}
       
.home .effect .box h2:after {
    right: -40px;
    top: 10px;
    width: 2px;
    height: 30px;
}


.home .effect .box ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.home .effect .box ul li{
	font-size:16px;
	height:70px;
	background:url(../img/top/check.png) no-repeat 20px center #fff;
	background-size:30px;
	box-shadow: 7px 9px 0px -1px rgba(0,0,0,0.3);
	width:270px;
	padding:5px 0 0 60px;
	margin:0 0 30px 0;
	box-sizing:border-box;
}

.home .effect .box ul{
	justify-content:center;
}

.home .effect .box ul li{
	margin:0 10px 20px 10px;
}

.home .effect .box .kome{
	text-align:left;
	font-size:14px;
}

.home .flow{
	padding:60px 20px;
}

.home .b_tit{
	width:100%;
}

.home .b_tit:after{
	height:10px;
	margin-top:-5px;
}

.home .b_tit span{
	font-size:20px;
	padding:0 10px;
}


.home .flow .box .txt{
	padding:30px 0;
	text-align:left;
	font-size:18px;
}

.home .flow .box ul.list li{
	font-size:18px;
	height:80px;
	width:90%;
	margin:0 auto 30px0;
}

.home .flow .box ul.list li:after{
	right:0;
	left:0;
	bottom:-38px;
	top:auto;
	margin:0 auto;
	border-style: solid;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #1da820;
}

.home .flow .box ul.list li:nth-child(2):after,
.home .flow .box ul.list li:nth-child(3):after,
.home .flow .box ul.list li:nth-child(4):after{
	display:block;
}


.home .flow .box ul.list li dl{
	padding:0 0 0 20px;
}

.home .flow .box ul.list li dl dt{
	min-width:60px;
	height:60px;
	padding:13px 0 0 0;
	font-size:14px;
}

.home .flow .box ul.list li dl dt span{
	font-size:20px;
}

.home .flow .box ul.list li dl dd{
	padding:5px 20px 0 20px;
}

.home .flow .box ul.list li:last-child dl dd{
	font-size:18px;
}


.home .flow .box .kome li,
.home .time .box .kome li{
	font-size:14px;
	margin:0 0 10px 0;
}

.home .time{
	padding:60px 20px;
}

.home .time .box{
	max-width:inherit;
}

.home .time ul.list{
	display:flex;
	flex-wrap:wrap;
	margin:40px 0 20px 0;
	background:#fff;
	padding:30px 0;
	border-radius:10px;
}

.home .time ul.list li{
	width:100%;
	max-width:300px;
	padding:20px;
	margin:0 auto;
}

.home .price{
	padding:60px 20px;
}

.home .price h2{
	font-size:24px;
	padding:0 0 30px 0;
}

.home .price .box_in{
	padding:40px 0;
	width:100%;
}

.home .price .txtbox{
	width:100%;
	padding:0 20px;
}

.home .price .txtbox h3{
	width:100%;
	font-size:16px;
	padding:15px 10px;
}


.home .price .txtbox .list{
	display:block;
	padding:10px 0;
}

.home .price .txtbox .list li{
	width:100%;
	padding:15px 0;
	font-size:18px;
}

.home .price .txtbox .list li:first-child{
	border-right:none;
	border-bottom:2px dashed #bebebe;
}

.home .price .txtbox .list li span{
	font-size:28px;
}

.home .price .txtbox .minbox{
	padding:20px 0;
	font-size:18px;
}

.home .price .txtbox .minkome{
	font-size:14px;
}

.home .price .txtbox .kome{
	padding:0;
	font-size:14px;
}

.home .price .txtbox .kome li{
	padding-left:1em;
	text-indent:-1em;
}

.home .staff{
	padding:60px 20px;
}

.home .staff .box{
	width:100%;
}

.home .staff .box_in{
	display:block;
	padding:30px 0 0 0;
	text-align:center;
}

.home .staff .box_in .img{
	width:180px;
	margin:0 auto;
}

.home .staff .sub{
	padding:4px 15px 2px 15px;
}

.home .staff .txtbox{
	padding:20px 0 0 0;
}

.home .staff h3{
	font-size:20px;
	padding:15px 0 10px 0;
}

.home .staff h3 span{
	font-size:14px;
	padding:0 0 0 20px;
}

.home .staff .txt{
	font-size:16px;
}

.home .subject{
	padding:60px 20px;
}

.home .subject .box{
	width:100%;
	padding:30px 25px;
}

.home .subject .b_tit span {
    font-size: 18px;
    padding: 0 10px;
}

.home .subject .box_in{
    padding:0 0 10px 0;
	display:block;
	text-align:center;
}

.home .subject .box_in h3{
	min-width:170px;
	display:inline-block;
	line-height:50px;
	height:50px;
	font-size:16px;
}

.home .subject .box_in .txt{
	font-size:16px;
	line-height:1.6em;
	padding:20px 0;
	text-align:left;
}

}