.pagename-area-feature{
    margin: 70px 0 120px;
    position: relative;
	padding-top: 70px;
}
.pagename-area-feature:before{
	position: absolute;
	content: "";
	width: 86%;
	height: 437px;
	background: #B32619;
	left:0;
	bottom:0;
}
.pagename-area-feature .photo{
    position: relative;
    width: 53%;
    margin-left: auto;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16);
    float: right;
}
.pagename-area-feature .photo img{
	width: 100%;
	height: auto;
}
.pagename-area-feature .midashi-block {
    padding-top: 80px;
    float: left;
}

.pagename-area-feature .midashi-block h2{
	position: relative;
	font-size: 62px;
	font-weight: 700;
	color: #B32619;
	font-family: "Montserrat", serif;
	line-height: 62px;
	padding-top: 40px;
}
.pagename-area-feature .midashi-block p{
	position: relative;
	font-size: 20px;
	font-weight: 500;
}
.pagename-area-feature .coment  {
	color:#fff;
	width: 440px;
	float: left;
	font-size:15px;
	line-height: 34px;
	padding-top: 150px;
	padding-bottom: 150px;
}
.pagename-area-feature .inner1086 .img {
	position: absolute;
	right:20%;
	bottom:-5%;
}



.title {
    text-align: center;
}
.title .en {
    color: #DC3738;
    font-size: 20px;
    font-weight: bold;
}

.title .jp {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}
.sec01 {
    margin-bottom: 120px;
}


.sec01 .txt {
    margin-top: 40px;
	font-size:14px;
	line-height: 28px;
}
.sec01 .hyo {
    padding-top: 60px;
	padding-bottom: 60px;
    text-align: right;
}

.linekadobox {
    position: relative;
	width: 505px;
	margin: 0px auto;
	font-size:21px;
	font-weight: bold;
}
.linekadobox .inner01,.linekadobox .inner02 {
    position: relative;
	background: #fff;
}
.linekadobox .inner02{
	border: 2px solid #000;
	padding: 35px;
	text-align: center;
	
}
.linekadobox .inner01:before{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	position: absolute;
	top:-8px;
	left:-8px;
}
.linekadobox .inner01:after{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	top:-8px;
	right:-8px;
    visibility: visible;  
}
.linekadobox .inner02:before{
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	position: absolute;
	bottom:-8px;
	left:-8px;
}
.linekadobox .inner02:after{
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	bottom:-8px;
	right:-8px;
    visibility: visible;  
}
.sec01-box {
    background-color: #FFFFFF;
    border: 2px solid #DC3738;
    width: 337px;
	position: relative;
	float: left;
	margin-right: 31px;
}
.sec01-box:last-child{	
	margin-right: 0px;
}
.sec01-box .icon{
	background: #DC3738;
	color:#fff;
	font-size:18px;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
	position: absolute;
	left:0;
	top:0;
	width: 205px;
	height: 50px;
	clip-path: polygon(0 0%, 100% 0, 90% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0%, 100% 0, 90% 100%, 0% 100%);
}
.sec01-box .txtarea{
	padding: 20px;
	text-align: left;
	font-size:15px;
}
.sec01-box .txtarea p{
	padding: 15px;
}
.sec01-box .gray-box{
	background: #F4F1F1;
	padding: 20px;	
}
.sec01-box .gray-box .line-midashi{
	border-left: 5px solid #DC3738;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	
}
.sec01-box .gray-box li{
	position: relative;
	margin-left: 30px;
}
.sec01-box .gray-box li:before{
	content: "●";
	color:#DC3738;
	font-size:8px;
	position: absolute;
	left:-15px;
	top:0px;
}
.sec02 .cont-slider {
	width: 1000px;
	margin: 70px auto;
}

#slick .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:45%;
	left:-10%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2000;
}
#slick .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:45%;
	right:-10%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2000;
}
#slick .slick-prev:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../../img/feature/slick-prev.png);
	background-size: 50px 50px;
	cursor: pointer;
	background-position: center top;
}
#slick .slick-next:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../../img/feature/slick-next.png);
	background-size: 50px 50px;
	cursor: pointer;
	background-position: left top;
}


.sec03 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec03 .txt {
    margin-top: 40px;
	font-size:14px;
	line-height: 28px;
}

.sec03-block  {
    font-size: 15px;
    line-height: 28px;
	margin-left: auto;
	margin-right: auto;
}
.sec03-box {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    position: relative;
	padding: 60px 40px;
	margin: 20px 0;
	text-align: left;
}
.sec03-box .icon{
	background: #000;
	color:#fff;
	font-size:18px;
	line-height: 50px;
	position: absolute;
	left:0;
	top:0;
	width: 227px;
	height: 50px;
	padding-left: 20px;
	text-align: left;
	clip-path: polygon(0 0%, 100% 0, 90% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0%, 100% 0, 90% 100%, 0% 100%);
	
}

.sec03-box .photo{
	width: 300px;
	display: inline-block;
	vertical-align: top;
}
.sec03-box .right-txt{
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	width: calc(100% - 350px);
}
.sec03-box .right-txt .sec03-boxtitle{
	font-weight: bold;
	font-size:28px;
	margin-bottom: 20px;
}


.cel2-area{
	margin: 60px 0;
}
.cel2-box {
    display: inline-block;
    background-color: #FFFFFF;
    border: 2px solid #000000;
	padding: 50px 70px;
	vertical-align: top;
	text-align: center;
	margin: 10px;
	width: 365px;
	font-size:14px;
}
.sec03 .white-bg .photo {
    padding: 60px 0;
}
.sec03 .white-bg .photo img {
    width: 100%;
    height: auto;
}

.sec04 .gray-bg {
    padding-top: 80px;
    padding-bottom: 120px;
	font-size:15px;
}
.sec-subtitle{
	text-align: center;
}

.sec-subtitle span {
    font-size: 21px;
    font-weight: bold;
    border-bottom: 2px solid #DC3738;
	
}
.sec04 a .photo{
	margin-top: 40px;
    position: relative;
    width: 880px;
    height: 392px;
    background-image: url(../../img/feature/sec04-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	transition: 0.2s;
}
.sec04 a:hover .photo{
	background-size: 110% auto;
}
.sec04 a .btn{
    background-color: #DC3738;
    width: 370px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
    background-image: url(../../img/feature/sec04-arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 20px auto;
	position: absolute;
	right:0;
	bottom:40px;
	transition: 0.2s;
}
.sec04 a:hover .btn{
	
    background-color: #B32619;
	background-image: url(../../img/feature/sec04-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px auto;
}
.gray-bg {
    background-color: #F4F1F1;
	padding-bottom: 100px;
}
.white-bg {
    background-color: #FFFFFF;
	padding-bottom: 0px;
}
.sec-title {
    font-size: 56px;
    color: #DC3738;
    font-weight: bold;
    text-align: center;
    position: relative;
	top:-15px;
}
