@charset "utf-8";

/**
 *
 *  事業紹介
 *
 */

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   sec-catch
---------------------------------------------------------------------------*/

.sec-catch{
	border-bottom:1px solid #C9C7C5;
	background:#FDE8E7 url(../images/index/bg_lead.jpg?20140304) no-repeat 50% 0;
}
.sec-catch p{
	position:absolute;
	top:43px;
	right:-20px;
}
.sec-catch-sp {
    display: none;
}
@media (max-width: 767px) {
.cont-2nd  .sec-catch{
	border-bottom:1px solid #C9C7C5;
	background:#FDE8E7 url(../images/index/bg_lead-sp.jpg) no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 40% 0 0 0;
}
.sec-catch p {
    right:10%;
    left: 10%;
    }
.sec-catch-sp {
    display: block;
    position: relative;
    padding: 12% 20px 5%;
}
.sec-catch-sp b {
    display: block;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 6%;
}
.sec-catch-sp small {
    display: block;
    font-size: 15px;
    text-align: left;
}
.sec-catch p.sec-catch-pc {
    display: none;
}
}

/*--------------------------------------------------------------------------
   index-list
---------------------------------------------------------------------------*/

.index-list{
	position:relative;
	width:986px;
	height:910px;
	margin:40px -4px 0;
	background:url(../images/index/bg_index_list.jpg) no-repeat;
}
.index-list h2{
	position:absolute;
	top:241px;
	left:339px;
}
.index-list ul li.list01{
	position:absolute;
	top:67px;
	left:610px;
}
.index-list ul li.list02{
	position:absolute;
	top:417px;
	left:717px;
}
.index-list ul li.list03{
	position:absolute;
	top:632px;
	left:373px;
}
.index-list ul li.list04{
	position:absolute;
	top:417px;
	left:39px;
}
.index-list ul li.list05{
	position:absolute;
	top:67px;
	left:39px;
}
.index-list-sp {
    display: none;
}
@media (max-width: 767px) {
.bis-sp-style {box-sizing: border-box;padding: 0 20px;}
.index-list {
    display: none;
}
.index-list-sp {
    display: block;
    margin-top: 10%;
}
.index-list-sp-bg{
    background: #FDE7E6;
    padding: 5% 0 15%;
}
.index-list-sp-top-img {
    width: 100%;
}
.index-list-sp-top-img img {
    display: block;
    width: 100%;
}
.index-list-sp-top-tit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin: 10px 0 30px;
}
.bis-list-sp {}
.bis-list-sp li{display: block;width: 100%;box-sizing: border-box;padding: 0 10px }
.bis-list-sp li + li{
    margin-top: 20px;
}
.bis-list-sp li a{
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    padding: 25px 10px 60px;
    box-sizing: border-box;
}
.bis-list-sp dl {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.bis-list-sp dl dt {
    width: 100px;
}
.bis-list-sp dl dt img {
    display: block;
    width: 100%;
}
.bis-list-sp dl dd {
    width: calc(100% - 110px);
    text-align: left;
}
    .bis-list-sp-tit{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .bis-list-sp-tit b{
        font-size: 20px;
        display: block;
        white-space: nowrap;
        margin-left: 15px;
    }
    .bis-list-sp-tit small{
        color: #A09C96;
        font-size: 15px;
        font-weight: bold;
        display: block;
        white-space: nowrap;
    }
    .bis-list-sp-txt {
        font-size: 14px;
        text-align: left;
        line-height: 1.8;
        margin-top: 10px;
    }
    .bis-list-sp-arr {
        position: absolute;
        right: 10px;
        bottom: 20px;
        color: #F85158;
        font-size: 14px;
        font-weight: bold;
        text-align: right;
        box-sizing: border-box;
        padding-right: 20px;
    }
    .bis-list-sp-arr-icon {
        position: absolute;
        right: 0;
        top: 7px;
        width: 13px;
        height: 8px;
        background:url(../images/common/ico_arrow01.png) no-repeat 100% 45%;
        transform: rotate(-90deg);
    }
}
