/* Scss Document */
.wrapper {
    width: 92%;
    max-width: 1120px;
    margin: 0 auto;
}
.wrapper.company {
    /*margin-top: 60px;*/
}
.top {
    background: url(../images/welfare/top.jpg);
    background-size: cover;
    height: 0;
    padding-top: 45%;
    position: relative;
}
.top .alphabet {
    font-family: 'Montserrat', sans-serif;
    ;
    color: rgba(30,185,238,1.00);
    font-weight: bold;
    position: absolute;
    top: -100px;
}
.top h2 {
    font-weight: bold;
    position: absolute;
    top: 60px;
    left: 40px;
}
.caption-area {
    margin: 80px 0;
}
.caption-area .title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.caption-area p {
    margin: 30px 0;
    text-align: center;
    line-height: 2.0em;
}

.box-wrap {
	margin-bottom: 80px;
}
.box-wrap .box {
	display: inline-block;
	width: 49%;
	text-align: center;
	padding: 80px 30px 60px 30px;
	box-sizing: border-box;
	margin-bottom: 2%;
	border: 1px solid #ddd;
	float: left;
	min-height: 360px;
}
.box-wrap .box:nth-child(odd) {
	margin-right: 2%;
}
.box-wrap .box dt {
	font-size: 1.8rem;
	color: #1eb9ee;
	margin: 20px 0;
	font-weight: bold;
}
.box-wrap .box dd {
	text-align: left;
}

@media screen and (min-width: 769px) {
	.top {
		margin-top: 140px;
	}
	.top .alphabet {
		font-size: 120px;
		top: -100px;
	}
	.top h2 {
		font-size: 28px;
		top: 60px;
		left: 40px;
	}
}

@media screen and (max-width: 769px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
	.wrapper.company {
		margin-top: 20px;
	}
	.top {
		margin-top: 50px;
	}
	.top .alphabet {
		font-size: 48px;
		top: -33px;
	}
	.top h2 {
		color: #fff;
		font-size: 16px;
		top: inherit;
		left: 0px;
		bottom: 0;
		transform: translate(0,100%);
		width: 100%;
		padding: 10px 20px;
		background-color: rgba(30,185,238,1.00);
	}
	.caption-area {
		margin: 60px 0 40px 0;
	}
	.caption-area .title {
		font-size: 18px;
	}
	
	.box-wrap {
		margin-bottom: 60px;
	}
	.box-wrap .box {
		width: 100%;
		padding: 40px 20px;
		margin-bottom: 20px;
		min-height: inherit;	
	}
	.box-wrap .box:nth-child(odd) {
		margin-right: 0%;
	}
	.box-wrap .box dt {
		font-size: 1.6rem;
		margin: 10px 0;
	}

	
	
}

/*# sourceMappingURL=company.css.map */
