@charset "UTF-8";

/*--------slider--------------------------*/
.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
	margin-bottom: 0px;
	margin-top:-67px;
	position:relative;
	z-index:1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #BFBFBF;
	width: 30px;
	height: 5px;
	margin: 0 7px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 25px;
	z-index: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
/*
.bxSlider{
	position:fixed!important;
}
*/
.bxSlider li{
	height:100vh;
}


.bxSlider .bx_1{
	background:url(../img/index/main_slider01.jpg) center center no-repeat;
	background-size:cover;
}
.bxSlider .bx_2{
	background:url(../img/index/main_slider02.jpg) center center no-repeat;
	background-size:cover;
}
.bxSlider .bx_3{
	background:url(../img/index/main_slider03.jpg) center center no-repeat;
	background-size:cover;
}

.bxSlider .bx_4{
	background:url(../img/index/main_slider04.jpg) center center no-repeat;
	background-size:cover;
}

.bg_w{
	position:relative;
	background-color:#fff;
	padding:1px 0;
}

@media screen and (max-width:767px) {


.bxSlider .bx_1{
	background:url(../img/index/main_slider01.jpg) center center no-repeat;
	background-size:cover;
}
.bxSlider .bx_2{
	background:url(../img/index/main_slider02.jpg) center center no-repeat;
	background-size:cover;
}
.bxSlider .bx_3{
	background:url(../img/index/main_slider03.jpg) center center no-repeat;
	background-size:cover;
}

.bxSlider .bx_4{
	background:url(../img/index/main_slider04.jpg) center center no-repeat;
	background-size:cover;
}

}

/*--------main_img--------------------------*/
.main_img{
	position: relative;
}
.main_img .wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
}
.main_img .circle{
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 195px;
	width: 195px;
	background: rgba(255,255,255,0.65);
	border-radius: 50%;
	z-index:999;
}
.main_img .circle p{
	text-align: center;
	margin-top: 62px;
	line-height: 2.4;
	color:#c11221;
	font-size:18px;
}
.main_img .scroll {
	display: block;
	font-size: 25px;
	position: absolute !important;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
	animation: upanddown 1.5s infinite;
	-webkit-animation: upanddown 1.5s infinite;
	width: 25px;
	height: 25px;
	margin: auto;
}
.main_img .img{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:2;
}
.main_img .scroll a{
	display: block;
	position: relative;
}
.main_img .scroll a::before{
	position: absolute;
	content: '';
	top: 0;
	left: 3px;
	width: 18px;
	height: 18px;
	border-top: 2px solid #777;
	border-right: 2px solid #777;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.main_img .scroll a:hover::before{
	border-top: 2px solid #C60000;
	border-right: 2px solid #C60000;
	text-decoration: none;
}

@keyframes upanddown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes upanddown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-8px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}


/*--------concept--------------------------*/
.concept{
	margin-top: -67px;
	padding: 110px 0 60px;
}
.concept .title{
	float: left;
}
.concept .left > div{
	float: right;
	width: 450px;
	padding-top:40px;
}
.concept .left {
	float: left;
	width: 800px;
}
.concept .left h3{
	font-size: 2.6rem;
	line-height: 1.2;
	color:#003F23;
	font-weight:500;
	position: relative;
	letter-spacing: 2px;
}
.concept .left .desc{
	font-size: 1.4rem;
	line-height: 2.1;
	margin-top: 20px;
}
.concept .right{
	float: right;
}
.concept .btn{
	width: 272px;
	margin: 65px 0 0;
}
.concept .btn a{
	display: block;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height:1.0;
	background:#7B807D;
	border-radius:8px;
	padding: 20px 0;
}
.concept .btn a span{
	position:relative;
	padding-left:2.0rem;
}
.concept .btn a span::before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:1.2rem;
	height:1.2rem;
	border-radius:100%;
	background:#fff;
	margin-top:-0.6rem;
}
.concept .btn a span::after{
	content:'';
	position:absolute;
	top:50%;
	left:0.2rem;
	width:0.8rem;
	height:0.8rem;
	border-radius:100%;
	background:#7B807D;
	margin-top:-0.4rem;
}


/*--------offer--------------------------*/
.offer{
	padding: 50px 0 35px;
	background: #F8F8F8;
}
.offer h2{
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 700;
}
.offer h3{
	font-size: 2.1rem;
	line-height: 1.4;
	text-align: center;
	margin-top: 20px;
}
.offer ul{
	margin-top: 50px;
}
.offer ul li{
	float: left;
	position: relative;
	border-radius: 50%;
}
.offer ul li + li{
	margin-left: 53px;
}
.offer ul li span{
	display: inline-table;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 400;
	line-height:1.0;
	letter-spacing: 2px;
	background: #fff;
	padding: 5px;
	transform: translate(-50%, -50%);
}
.offer ul li:nth-child(2) span{
	width:175px;
}


/*--------works--------------------------*/
.works{
	padding: 60px 0 25px;
}
.works h2{
	text-align: center;
	font-size: 4.2rem;
	font-weight:700;
	letter-spacing: 4px;
}
.works h3{
	font-size: 2.4rem;
	margin-top: 30px;
	text-align: center;
	font-weight:500;
	letter-spacing: 2px;
}
.works ul {
	margin-top: 50px;
}
.works ul li{
	float: left;
	text-align:center;
	width:300px;
}
.works ul li a{
	display: block;
}
.works ul li + li{
	margin-left: 40px
}
.works ul li img{
	display: block;
	margin:0 auto;
}
.works ul li span{
	margin-top: 10px;
	display: block;
	text-align: center;
	line-height:1.6;
	font-size: 1.4rem;
}

.works .btn{
	width: 272px;
	margin: 50px auto 0;
}
.works .btn a{
	display: block;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height:1.0;
	background:#7B807D;
	border-radius:8px;
	padding: 20px 0;
}
.works .btn a span{
	position:relative;
	padding-left:2.0rem;
}
.works .btn a span::before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:1.2rem;
	height:1.2rem;
	border-radius:100%;
	background:#fff;
	margin-top:-0.6rem;
}
.works .btn a span::after{
	content:'';
	position:absolute;
	top:50%;
	left:0.2rem;
	width:0.8rem;
	height:0.8rem;
	border-radius:100%;
	background:#7B807D;
	margin-top:-0.4rem;
}


/*--------news--------------------------*/
.news {
	padding: 40px 0 0;
}
.news h3{
	font-size: 3.6rem;
	color: #003F23;
	font-weight:500;
	letter-spacing: 2px;
	margin:15px 0 0;
}
.news ul{
	margin:  0;
}
.news ul li{
	border-bottom:1px solid #003F23;
	padding: 0 0 30px;
}
.news ul li+li{
	margin-top:30px;
}
.news ul li p.info{
}
.news ul li p.text{
	font-size: 1.6rem;
	line-height: 1.4;
	margin:0 0 20px;
}
.news ul li a:hover{
	text-decoration: underline;
}
.br{
	display:none;
}
.news ul li .cate{
	display: inline-block;
	width: 100px;
/*	height:30px;*/
	line-height:25px;
	font-size: 1.2rem;
	border-radius:5px;
	color: #fff;
	text-align: center;
	border-radius:5px;
	margin: 0 0 0 25px;
	overflow:hidden;
	vertical-align: middle;
}
.news ul li .cate a{
	display:block;
	background:#007A90;
	color:#fff;
}
.news ul li .cate_event a{
	background:#429000;
}
.news ul li .cate_works a{
	background:#901100;
}
.news ul li .cate a:hover{
	text-decoration:none;
	opacity:0.7;
}
.news .left{
	width: 220px;
	float: left;
}
.news .right{
	width: 700px;
	float: right;
}

/*--------news--------------------------*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
}




@media screen and (max-width: 768px) {
.bx-wrapper {
	margin-top: -50px;
}

/*--------main_img--------------------------*/
.main_img .circle {
	bottom: 10%;
	right: 0%;
	height: 115px;
	width: 115px;
}
.main_img .circle p {
	margin-top: 37%;
	line-height: 1.6;
	font-size: 1.2rem;
}


/*--------concept--------------------------*/
.concept {
	margin-top: -51px;
	padding: 21% 0 13%;
}
.concept .left {
	float: none;
	width: 100%;
	position:relative;
}
.concept .left > div {
	float: right;
	width: 76%;
	padding-top:0;
}
.concept .title {
	float: left;
	width: 20%;
	max-width:80px;
}
.concept .left h3 {
	font-size: 2rem;
	line-height: 1.4;
}
.concept .left h3:after {
	bottom: -17%;
	height: 3px;
}
.concept .left .desc {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 5%;
}
.concept .btn {
	width:100%;
	margin:5% 0 0;
}
.concept .btn a{
	font-size:1.4rem;
	padding:13px 0;
}
.concept .right{
	display:none;
}
.concept .right img{
	width:100%;
}

/*--------offer--------------------------*/
.offer h2 {
	font-size: 2rem;
	line-height: 1.4;
}
.offer h3 {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 20px;
}
.offer ul{
	width:205px;
	margin: 40px auto 0;
}
.offer ul li{
	float: none;
	text-align:center;
	width:205px;
}
.offer ul li + li{
	margin-left: 0;
	margin-top:15px;
}
.offer ul li span{
	width:auto;
}
/*--------works--------------------------*/
.works h2 {
	font-size: 2rem;
	line-height: 1.4;
}
.works h3 {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 20px;
}
.works ul {
	margin-top: 40px;
}
.works ul li{
	width:100%;
	min-width: inherit;
	float: none;
}
.works ul li img{
	width:100%;
	height:auto;
}
.works ul li + li{
	margin-left: 0px;
	margin-top:20px;
}
.works .btn{
	margin:10% auto 0;
}
.works .btn a{
	font-size:1.4rem;
	padding:13px 0;
}
/*--------news--------------------------*/
.news h3{
	font-size: 2rem;
	padding-bottom:13px;
}
.news ul li{
	line-height:2.3;
	padding:0 0 5%;
}
.news ul li+li{
	margin-top:5%;
}
.news ul li .cate{
	margin: 0 10px;
}
.news ul li p {
	display: block;
	    width: 100%!important;
}
.news ul li p.text{
	margin:0;
}
.news ul li p + p{
	margin-top: 2%;
}
.br{
	display:block;
}
.news .left{
	width: 100%;
	float: none;
}
.news .right{
	width: 100%;
	float: none;
	margin-top: 5%;
}
}


/*追加*/

.main_txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	}
	.main_txt img{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

.concept{
	padding-bottom: 20px;
}
.offer{
	margin-top: 20px;
}
.bnr_area{
	padding: 30px 0;
}
.bnr_area ul{
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.main_txt img{
		width: 90%;
	}
	.bnr_area {
    	padding: 20px 0;
	}
	.bnr_area ul{
		display: block;
		padding: 0 15px;
	}
	.bnr_area ul li+li{
		margin-top: 10px;
	}
}


.works ul li{
	position: relative;
}
.works ul li .icon{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 8px 18px;
	background: #901100;
	display: inline-block;
}



/*追加ここまで*/