html,body{
	overflow-x:hidden;
}
.dsm p{
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.9;
}
.blue{
    font-weight: bold;
    color: #005b86;
}
.org{
    font-weight: bold;
    color: #e98e0d;
}
.beige{
	font-weight: bold;
	color: #c6a27b;
}
.dsm{
	width: auto;
	margin:0 auto;
	padding:0;
}
.dsm .wrapper {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}
.kv .kv-text-group{
	text-align: center;
}
.kv .kv-text-group .main{
	color: #005b86;
	font-weight: bold;
	border-top:1px solid #005b86;
	border-bottom:1px solid #005b86;
	padding: 5px 0;
	font-size: 2rem;
}
.kv .kv-text-group .sub .primary{
	display: block;
	font-size: 2.0rem;
}
.kv .kv-text-group .sub .secondary{
	font-weight: bold;
	font-size: 2.6rem;
    line-height: 1.1;
}
.sec01{
	background: url(/template/default/img/bstory/AUV/bg01.jpg) no-repeat center top;
	background-size:100% auto;
	border-top:2px solid #005b86;
	padding: 20px 0 120px;
}
.sec01 .note{
	font-size: 1.2rem;
    text-align: right;
    color: #888;
}
.index-group{
	position: relative;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border:2px solid #005b86;
	background: #fff;	
	margin: 70px 0 0;
	padding:0 20px 0; 
}
.index-group .icon{
	position: absolute;
	width: 120px;
    left: -30px;
    top: -65px;
}
.index-group .inner .title{
	text-align: center;
	color: #005b86;
	font-size: 3.2rem;
}
.index-group .inner .note{
	font-size: 1.2rem;
    text-align: right;
    color: #888;
}
.index-group .inner .item a{
	display: flex;
	border-bottom:1px solid #eee;
	font-size: 1.45rem;
	padding: 10px 0;
}
.index-group .inner .num{
	color: #005b86;
}
.sec02{
	background: url(/template/default/img/bstory/DSM/bg02.jpg) no-repeat center top;
	background-size:100% auto;
	padding: 30px 0 45px;
}
.sec02-prd{
	margin-top: -33vw;
}
.sec02-prd .img{
	margin-top: 40px;
}

.sec02 .heading{
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
	line-height: 1.2;
	margin: 50px 0 27vw;
}
.sec02 .heading .blue{
	font-size: 110%;
}
.sec02 .wrapper{
	margin-top: -8vw;
}
.sec02-profile{
	background: #fff;
	border-radius: 15px;
	padding: 10px 20px;
}
.sec02-profile .staff{
	width: 60%;
	margin: -25vw auto 0;
}
.sec02 .name{
	text-align: center;
	margin: 10px 0 0;
}
.sec02 .name-main{
	font-size: 2.8rem;
}
.sec02 .desc{
	text-align: left;
}
.sec02-img{
	margin: -3vw 0 0;
}
.c-block .title{
	margin-top: -12vw;
}
.c-block{
	padding: 0 0 50px;
}
.c-block .title + .wrapper{
	margin-top: -5vw;
}
.c-block .note{
	color: #888;
	line-height: 1.3;
	font-size: 1rem;
}
.sec06-group{
	background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat,
	            linear-gradient(#f6d2f6 0%, #bde1f7 90%);
	padding: 20px 20px 10px;
	box-sizing: border-box;	
}

.sec06-group .text01{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;	
}
.sec06-group .text02 {
	text-align: center;
	font-weight: bold;
	font-size: 3.3rem;
	line-height: 1.3;
	margin: 0 0 20px;
}
.sec06-group .text02::after{
	content:"";
	display: block;
	background: rgb(255,228,176);
	background: linear-gradient(90deg, rgba(255,228,176,1) 0%, rgba(255,206,218,1) 100%);
	width: 92%;
	margin: auto;
	height: 6px;
	position: relative;
	top: -8px;
}
.sec06-group .item-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.sec06-group .item{
	display: flex;
	margin: 0 0 15px;
}

.sec06-group .item-img{
	width: 37%;
	margin-right: 15px;
}
.sec06-group .item-text{
		position: relative;
	flex: 1px;
}
.sec06-group li:nth-child(1) .item-text,
.sec06-group li:nth-child(2) .item-text{
	padding-top: 3vw;
}
.sec06-group li:nth-child(3) .item-text{
	padding-top: 4vw;
}
.sec06-group li:nth-child(4) .item-text{
	padding-top: 2vw;
}
.sec06-group .item-text::after{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	border-bottom:1px solid #eee;
	bottom: 0;
}
.sec06-group .item-heading{
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0 0 7px;
}
.sec06-group .item-heading small{
	display: block;
	font-weight: normal;
	font-size: 1rem;
}
.sec06-group .item-desc{
	color: #888;
	font-size: 1.4rem;
	line-height: 1.2;
}
.sec06 .note{
	color: #888;
	font-size: 12px;
	line-height: 1.2;
}

.sec08{
	padding: 0 0 70px;
}
.sec09{
	padding: 0;
}
.sec09 .title{
	margin: 0 0 30px;
}
.sec-cv{
	position: relative;
}
.sec-cv .cv-button{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 7vw;
	width: 90%;
	
}
@media (min-width: 750px) {
    .dsm .wrapper{
        width: 85%;

    }
    .dsm p {
        margin: 40px 0;
        font-size: 18px;
    }
    .dsm {
        box-shadow: 0px 0px 15px -5px #777777;
        margin:0 auto 50px;
        width: 750px;
     }
     .kv .kv-text-group .main{
	     font-size: 4rem;
     }
    .kv .kv-text-group .sub .primary {
    display: block;
    font-size: 3.0rem;
}
.kv .kv-text-group .sub .secondary {
    font-size: 4.4rem;
    line-height: 1.3;
}
.index-group .inner .item a {
    font-size: 2.45rem;
    padding: 20px 0;
}
.sec01 {

    padding: 20px 0 160px;
}
.sec02-prd {
    margin-top: -14vw;
}
.sec02 .heading {

    font-size: 5rem;
    margin: 159px 0 27vw;
}
.c-block .title {
    margin-top: -6vw;
}
.sec06-group {
    padding: 40px 40px 30px;
}
.sec06-group .item {
    margin: 0 0 35px;
}
.sec06-group .text02 {
    font-size: 6rem;
    margin: 0 0 30px;
}
.sec06-group .text01 {
    font-size: 2.6rem;
}
.sec06-group .item-heading {
    font-size: 3rem;
    margin: 0 0 20px;
}
.sec06-group .item-desc {
    font-size: 2.4rem;
}
}      