@charset "UTF-8";

.con_mv {
	width: 100%;
	margin: 5em auto 4vw;
}
.line {
	margin: 3.5em auto 0;
	width: 1px;
	height: 4em;
	background-color: #3e4496;
	animation: fuwa ease-in-out infinite alternate 1.5s;
}
@keyframes fuwa {
	0% {
		transform: translate(0,0px);
	}
	100% {
		transform: translate(0,-15px);
	}
}
h2 {
	position: absolute;
	top: 23vw;
	left: 15vw;
	font-size: 1.8em;
	font-weight: lighter;
	color: #3e4496;
	z-index: 2;
}
h3{
    font-size: 1.6em;
}
h2 span {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.l1 {
	display: table;
	background-color: #fff;
	padding: 0.4em 0.8em 0.4em;
}
.box_img {
	width: 80%;
	height: auto;
	position: relative;
	margin-left: auto;
	z-index: 1;
}
.img_pc {
	display: block;
	width: 100%;
}
.img_sp {
	display: none;
}
.about{
    width: 100%;
    background-image: url(../img/en_in02kouba_monore.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #FFF;
}
.about a{
    color: #FFF;
}
.about h3 {
	font-size: 1.4em;
}
.border:after {
	content: "";
	width: 100%;
	display: block;
	border-top: 1px solid #fff;
	transform: scaleY(.5);
	transform-origin: 100% 0;
	margin-bottom: 2em;
}
.about-inner{
    width: 50%;
    background-color: rgba(34, 34, 34, 0.9);
    padding: 1em 2em 1em 5vw;
}
.about-content dl{
    width: 100%;
}
.about-content dt{
    float: left;
}
.about-content dd{
    margin-left: 0;
    padding-left: 100px;
    padding-bottom: 1em;
    border-bottom: 1px dotted #FFF;
    margin: 1em 0;
}
.btn_tel{
	display: none;
}
.txt_tel {
	display: block;
}
.btn_fff {
	margin-top: 1em;
}

/*sp*/
@media screen and (max-width: 767px) {
	.con_mv {
		margin-bottom: 3em;
	}
	h2 {
		top: 60vw;
		left: 0;
		font-size: 1.2em;
	}
	h2 span {
		font-size: 1.8rem;
	}
	.box_img {
		width: 100%;
		margin: 0 auto;
	}
	.img_pc {
		display: none;
	}
	.img_sp {
		display: block;
		width: 100%;
	}
    .about-inner{
		width: 100%;
		padding-bottom: 5em;
    }
    .btn_fff{
		width: 100%;
		display: block;
	}
	.txt_tel {
		display: none;
	}
}