.pagename-area-feature{
    margin: 20px 0 50px;
    position: relative;
	padding-top: 70px;
}
.pagename-area-feature:before{
	position: absolute;
	content: "";
	width: 86%;
	height: 270px;
	background: none;
	left:0;
	bottom:0;
}
.pagename-area-feature .photo{
    position: relative;
    width: 80%;
    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: 40px;
    float: none;
}

.pagename-area-feature .midashi-block h2{
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #B32619;
	font-family: "Montserrat", serif;
	line-height: 50px;
	padding-top: 40px;
}
.pagename-area-feature .midashi-block p{
	position: relative;
	font-size: 18px;
	font-weight: 500;
}
.pagename-area-feature .coment  {
	color:#fff;
	width: 85%;
	float: left;
	font-size:13px;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #B32619;
	margin-left: -6%;
}
.pagename-area-feature .inner1086 .img {
	position: absolute;
	right:5%;
	bottom:-5%;
}
.pagename-area-feature .inner1086 .img img{
	width: 100px;
	height: auto;
}


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

.title .jp {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.sec01 {
    margin-bottom: 60px;
}


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

.linekadobox {
    position: relative;
	width: 100%;
	margin: 0px auto;
	font-size:15px;
	font-weight: bold;
}
.linekadobox .inner01,.linekadobox .inner02 {
    position: relative;
	background: #fff;
}
.linekadobox .inner02{
	border: 2px solid #000;
	padding: 15px;
	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: 100%;
	position: relative;
	float: none;
	margin-right: 0px;
	margin-bottom: 20px;
}
.sec01-box:last-child{	
	margin-right: 0px;
}
.sec01-box .icon{
	background: #DC3738;
	color:#fff;
	font-size:14px;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	position: absolute;
	left:0;
	top:0;
	width:160px;
	height: 30px;
	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 .photo img{
	width: 100%;
	height: auto;
}
.sec01-box .txtarea{
	padding: 10px;
	text-align: left;
	font-size:12px;
}
.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: 90%;
	margin: 30px auto;
}
.sec02 .cont-slider img{
	width: 100%;
	height: auto;
}
#slick .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:45%;
	left:-5%;
	display: block;
	width: 25px;
	height: 25px;
	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:-5%;
	display: block;
	width: 25px;
	height: 25px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2000;
}
#slick .slick-prev:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(../../img/feature/slick-prev.png);
	background-size: 25px 25px;
	cursor: pointer;
	background-position: center top;
}
#slick .slick-next:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(../../img/feature/slick-next.png);
	background-size: 25px 25px;
	cursor: pointer;
	background-position: left top;
}


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

.sec03-block  {
    font-size: 13px;
    line-height: 24px;
	margin-left: auto;
	margin-right: auto;
}
.sec03-box {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    position: relative;
	padding: 30px 20px;
	margin: 20px 0;
	text-align: left;
}
.sec03-box .icon{
	background: #000;
	color:#fff;
	font-size:12px;
	line-height: 30px;
	position: absolute;
	left:0;
	top:0;
	width: 180px;
	height: 30px;
	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: 100%;
	display: block;
	vertical-align: top;
	margin-top: 10px;
}
.sec03-box .photo img{
	width: 100%;
	height: auto;
}
.sec03-box .right-txt{
	display: block;
	vertical-align: top;
	padding-left: 0px;
	width: 100%;
}
.sec03-box .right-txt .sec03-boxtitle{
	font-weight: bold;
	font-size:18px;
	margin-bottom: 10px;
}


.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: 40px;
    padding-bottom: 60px;
	font-size:13px;
}
.sec-subtitle{
	text-align: center;
}

.sec-subtitle span {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #DC3738;
	
}
.sec04 a .photo{
	margin-top: 20px;
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url(../../img/feature/sec04-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	transition: 0.2s;
}
.sec04 a:hover .photo{
	background-size: cover;
}
.sec04 a .btn{
    background-color: #DC3738;
    width: 240px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    padding-left: 10px;
    text-decoration: none;
    color: #fff;
    background-image: url(../../img/feature/sec04-arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 10px auto;
	position: absolute;
	right:0;
	bottom:20px;
	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: 10px auto;
}
.gray-bg {
    background-color: #F4F1F1;
	padding-bottom: 25px;
}
.white-bg {
    background-color: #FFFFFF;
	padding-bottom: 0px;
}
.sec-title {
    font-size: 24px;
    color: #DC3738;
    font-weight: bold;
    text-align: center;
    position: relative;
	top:-15px;
}
