@charset "utf-8";

<<<<<<< .mine
#top {
	overflow: hidden;
}

@media only screen and (max-width: 599px) {
	#wrap {
    position: relative;
    top: -6vw;
    margin: 0 0 -6vw 0;
	}

	.navArea .linkTop {
	    font-size: 4vw;
	    padding: 5vw 0 0 0;
	}
	.navArea h2 {
	    padding: 6vw 0;
	}

	.base .wrap {
    	width: auto;
	}
}


=======
@media only screen and (max-width: 599px) {
	#wrap {
    position: relative;
    top: -6vw;
    margin: 0 0 -6vw 0;
	}

	.navArea .linkTop {
	    font-size: 4vw;
	    padding: 5vw 0 0 0;
	}
	.navArea h2 {
	    padding: 6vw 0;
	}

	.base .wrap {
    	width: auto;
	}
}


>>>>>>> .r103
#container {
	background: url(../../common/imgs/bg_container.png) center top no-repeat;
}

.contents {
	line-height: 1.5;
	padding-bottom: 90px;
}
.contents .wrap {
	width: 1000px;
}
@media only screen and (max-width: 599px) {
	.contents {
		padding: 10vw 0 5vw 0;
	}
	.contents .wrap {
		width: auto;
		margin: 0!important;
		padding: 0 4.06vw;
	}
}

/* headline-about */
.headline-about {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 599px) {
	.headline-about {
		margin-bottom: 2vw;
		font-size: 24px;
	}
}

/* lead-main */
.lead-main {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.667;
	text-align: center;
}
@media only screen and (max-width: 599px) {
	.lead-main {
		margin-bottom: 2vw;
		font-size: 14px;
		text-align: left;
	}
	.lead-main br {
		display: none;
	}
}

/* .mainImg */
@media only screen and (max-width: 599px) {
.mainImg {
		display: none;
	}
}

/* area-text */
.area-text {
	position: relative;
}
.area-text__header {
	box-sizing: border-box;
	position: absolute;
}
.area-text__bg {
	box-sizing: border-box;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: -1;
	width: 320px;
	height: 190px;
}
.area-text__headline {
	position: absolute;
	z-index: 5;
	font-size: 36px;
	font-weight: bold;
	white-space: nowrap;
	font-feature-settings: "palt";
}
.area-text__text {
	font-size: 16px;
	line-height: 2.0;
}
.area-text__text > p {
	font-size: 16px;
	line-height: 2.0;
}

.area-text--01 {
	margin-top: 200px;
}
.area-text--01 .area-text__header {
	width: 357px;
	height: 200px;
	bottom: 0;
	left: 0;
}
.area-text--01 .area-text__headline {

}
.area-text--01 .area-text__text {
	padding-left: 375px;
}

.area-text--02 {
	margin-top: 240px;
}
.area-text--02 .area-text__header {
	width: 451px;
	height: 200px;
	bottom: 8px;
	right: 0;
}
.area-text--02 .area-text__headline {
	bottom: -9px;
	right: 0;
}
.area-text--02 .area-text__text {
	padding-left: 145px;
}

.area-text--03 {
	margin-top: 210px;
}
.area-text--03 .area-text__header {
	width: 471px;
	height: 203px;
	bottom: 8px;
	left: 60px;
}
.area-text--03 .area-text__headline {

}
.area-text--03 .area-text__text {
	padding-left: 565px;
}

.area-text--04 {
	margin-top: 220px;
}
.area-text--04 .area-text__header {
	width: 362px;
	height: 211px;
	bottom: 24px;
	right: 0;
}
.area-text--04 .area-text__headline {
	bottom: -30px;
	left: -30px;
}
.area-text--04 .area-text__text {
	padding-left: 80px;
}

.area-text--05 {
	margin-top: 180px;
}
.area-text--05 .area-text__header {
	width: 523px;
	height: 200px;
	bottom: 10px;
	left: 0;
}
.area-text--05 .area-text__headline {

}
.area-text--05 .area-text__text {
	padding-left: 550px;
}

@media only screen and (max-width: 599px) {
	.area-text {
		margin-top: 12vw!important;
	}
	.area-text__header {
		position: static;
		width: 100%!important;
		height: auto;
		margin-bottom: 3vw;
		border: 0!important;
	}
	.area-text__bg {
		display: none;
	}
	.area-text__headline {
		position: static;
		font-size: 18px!important;
		white-space: normal;
	}
	.area-text__headline br {
		display: none;
	}
	.area-text__text {
		padding-left: 0!important;
	}

	.area-text__text > p {
		font-size: 12px;
		line-height: 1.7;
	}
	.area-text__text br {
		display: none;
	}
	.area-text__headline {
		width:100%;
	}
	.area-text--02 .area-text__headline img,
	.area-text--04 .area-text__headline img {
		float: right;
	}
	.area-text--01 .area-text__headline img {
		width:71.83vw;
	}
	.area-text--02 .area-text__headline img {
		width:98.68vw;
	}
	.area-text--03 .area-text__headline img {
		width:91.88vw;
	}
	.area-text--04 .area-text__headline img {
		width:72.83vw;
	}
	.area-text--05 .area-text__headline img {
		width:91.88vw;
	}
}

/* visual-about */
.visual-about {
	position: relative;
	height: 400px;
	margin-top: 120px;
	font-size: 16px;
	color: #fff;
	background: url(../imgs/bg02.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
@media only screen and (max-width: 599px) {
	.visual-about {
	margin-top: 8vw;
	}
}
.visual-about > .wrap {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.visual-about__headline {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
}
.visual-about__headline:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #000, #000 50%, #fff 50%, #fff 100%);
	background-image: linear-gradient(to right, #000, #000 50%, #fff 50%, #fff 100%);
	background-size: 6px 1px;
}
@media only screen and (max-width: 599px) {
	.visual-about__headline {
		font-size: 8vw!important;
		padding: 0 0 5vw 0;
	}
	.visual-about p{
		font-size: 5vw!important;
		line-height: 1.5;
	}
}

/* box-word */
.box-word {
	margin-top: 100px;
}
.box-word__contents {
	padding: 35px 20px 40px;
	border: 1px solid #e5e5e5;
	text-align: center;
}
.box-word__contents > p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.667;
}
.box-word__name {
	margin-top: 10px;
	font-size: 14px;
	text-align: right;
}
@media only screen and (max-width: 599px) {
	.box-word {
		margin-top: 30px;
	}
	.box-word__contents {
		padding: 10px;
	}
	.box-word__contents > p {
		font-size: 12px;
		text-align: center;
	}
	.box-word__name {
		margin-top: 5px;
		font-size: 10px;
		text-align: center;
	}
}

/* lead-finish */
.lead-finish {
	margin-top: 30px;
	font-size: 12px;
	text-align: left;
}