@charset "UTF-8";
/* CSS Document */
.mainArea .inner {
	background-image: url("../img/about/h1_bg.jpg");
}

.about03Area h2:after {
	border-bottom: 38px solid #F2F2F2;
}
.aboutArea .inner{
	padding:0px 20px 50px;
}


.about01Area .aboutBox{
	display: flex;
}
.about01Area .aboutBox .right{
	margin-left: 30px;
}
.about01Area .aboutBox .right a{
	display: block;
	margin-top:20px;
}
.about01Area .aboutBox .right a:hover{
	opacity: .7;
}
.about01Area .aboutBox .right a img{
	border:1px solid #CCCCCC;
	width: 280px;
}

.about02Area .ttl{
	color: #C61F1F;
	font-weight: 600;
	font-size: 16px;
}
.about02Area .inner div:first-of-type{
	margin-bottom: 20px;
}
.about02Area div ul li{
	position: relative;
	padding-left: 15px;
}
.about02Area div ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.about03Area{
	padding:40px 20px 10px;
	margin-bottom: 50px;
	background-color: #F2F2F2;
}
.about03Area div.message {
	display: flex;
	margin-bottom: 50px;
}
.about03Area div.message .imgArea{
	 flex-shrink: 0;
}
.about03Area div.message .txt{
	margin-left: 30px;
}
.about03Area div.message .txt p{
	margin-bottom: 20px;
}
.about03Area div.message .txt p:last-child{
	text-align: right;
	margin-top: 40px;
}
.about03Area ul{
	display: flex;
	justify-content: space-evenly;
}
.about03Area ul li p.name{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}
.about03Area ul li p.introduction{
		text-align: center;
	margin-top: 20px;
}
.about04Area .inner{
	padding-bottom:60px;
}
.about04Area .inner p {
	text-align: center;
	margin: 30px 0 40px;
	font-size: 16px;
	font-weight: 600;
}
.about04Area .inner dl {
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	padding-bottom: 5px;
}
.about04Area .inner dl dt {
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
}
.about04Area .inner dl dd {
	font-size: 15px;
	padding-left: 2%;
}

.about04Area .inner iframe {
	margin-top: 20px;
}


@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 767px) {
	.mainArea .inner h1 {
		text-shadow: #eee 2px 0px 2px, #eee -2px 0px 2px, #eee 0px -2px 2px, #eee -2px 0px 2px, #eee 2px 2px 2px, #eee -2px 2px 2px, #eee 2px -2px 2px, #eee -2px -2px 2px, #eee 1px 2px 2px, #eee -1px 2px 2px, #eee 1px -2px 2px, #eee -1px -2px 2px, #eee 2px 1px 2px, #eee -2px 1px 2px, #eee 2px -1px 2px, #eee -2px -1px 2px, #eee 1px 1px 2px, #eee -1px 1px 2px, #eee 1px -1px 2px, #eee -1px -1px 2px;	
	}
	.aboutArea .inner{
		    padding: 0px 5vw 40px;
		    }
	.about01Area .inner{
		padding-top: 40px;
	}
	.about01Area .aboutBox{
		display: block;
	}
	.about01Area .aboutBox .imgArea{
		text-align: center;
	}
	.about01Area .aboutBox .right{
		margin-left: 0;
	}
	.about01Area .aboutBox .right a {
    text-align: center;
    }
    .about03Area {
    padding: 40px 0 10px;
    }
    .about03Area div.message{
    	display: block;
    }
    .about03Area div.message .imgArea{
    	text-align: center;
    }
    .about03Area div.message .txt{
    	margin:20px 0 0 0;
    }
    .about03Area ul {
    	display: block;
    text-align: center;
}
    .about03Area ul li{
    	margin-bottom: 40px;
}
    .about03Area ul li:last-child{
    	margin-bottom: 0px;
}
.about04Area .inner dl {
    margin-bottom: 14px;
    padding-bottom: 14px;
    }
.about04Area .inner dl dt{
	margin-left: 14px;
	width: 30%;
}
.about04Area .inner dl dd{
	width: 76%;
	padding-left: 8%;
}

}











