@charset "UTF-8";

/*******************************
 
PhilosophyCss
企業理念で利用するCSS
 
*******************************/

/*------メイン画像------*/
/*#main-img{
    background: url("../img/main_img.png") no-repeat center top;
    background-size: cover;
    padding: 15% 0 12%;
}*/
#main-img img {
    width: 100%;
    max-width: none;
}
#main-img span{
    font-size: 6.8rem;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 767px){
    #main-img{
		padding: 8% 0 0;
    }
    #main-img span{
        font-size: 2rem;
    }
}


/*------top-sec------*/
.ttl-line-both {
    line-height: 1.7;
}
.group-ttl,.flow-ttl{
	font-size: 48px;
	font-weight: 400;
	line-height: 0.7;
}
.group-ttl{
	margin-bottom: 100px;
}

.group-ttl-sub{
	font-size: 18px;
}


@media screen and (max-width: 767px){
	.group-ttl {
		font-size: 3rem;
		margin-bottom: 10%;
	}
	.group-ttl-sub {
    	font-size: 1.7rem;
	}
}
/*------sec00------*/
.sec00,.sec01{
    margin-bottom: 90px;
}
.sec00 h2{
    font-size: 36px;
    font-weight: bold;
	margin-bottom: 20px;
}
.sec00 p{
	line-height: 2;
}


@media screen and (max-width: 767px){
    .sec00{
        margin-bottom: 40px;
    }
    .sec00 h2{
		font-size: 2.3rem;
    }
}


/*------sec01------*/
.sec-num{
    font-size: 60px;
	font-weight: bold;
	color: #e6edf1;
	text-align: right;
}
.sec01 h3{
    font-size: 24px;
    color: #00479d;
    padding: 5px 20px;
    text-align: left;
    background-color: #e6edf1;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	margin-top: -20px;
	position: relative;
}
.sec01 h3:before{
	top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    content: '';
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
	position: absolute;
}

.works-link{
	text-align: right;
    margin-bottom: 15px;
}
.works-link a{
	background-color: -moz-linear-gradient(left, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
    background: -webkit-linear-gradient(left, #00479d 0%,#4fb6c5 50%,#a3dccd 100%);
    background: linear-gradient(to right, #00479d 0%,#4fb6c5 50%,#a3dccd 100%);
	padding: 5px 20px 5px 10px;
	color: #fff;
	position: relative;
}
.works-link a:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border-left: 16px solid transparent;
	border-bottom: 28px solid #fff;	
}
.box-flex{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    margin: 0 auto 20px;
}
.sec01 li.txt{
    text-align: left;
}
.sec01 li.txt p{
    line-height: 2;
}

.mb30{
	margin-bottom: 30px;
}

@media screen and (max-width: 767px){
	.box-flex{
    display: block;
}
	.box-flex img{
		width: 49%;
		margin: 0 auto;
	}
}



/*------190517追加------*/
.head-ico{
    margin-bottom: 50px;
}
.sec00 .name{
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .03em;
    line-height: 1;
}
.sec00 .name span{
    font-size: 12px;
    font-weight: normal;
}
.sec00 .name .kana{
    color: #6f9fda;
    font-size: 10px;
    letter-spacing: .3em;
}

.sec01 .ico{
    margin: 60px 0 40px;
}
.sec01 .works{
    margin: 40px 0;
}
.sec01 .works figcaption{
    margin: 10px 0;
}
.l-works-link a{
    display: inline-block;
	width: 100%;
    max-width: 300px;
    font-size: 16px;
    background-color: -moz-linear-gradient(left, #00479d 0%, #4fb6c5 50%, #a3dccd 100%);
    background: -webkit-linear-gradient(left, #00479d 0%,#4fb6c5 50%,#a3dccd 100%);
    background: linear-gradient(to right, #00479d 0%,#4fb6c5 50%,#a3dccd 100%);
    color: #fff;
    padding: 10px 20px;
}
@media screen and (max-width: 767px){
    .sec01 .works img {
        width: 85%;
        margin: 0 auto;
    }
}