@charset "utf-8";
/* CSS Document */

/* -----------------------------
	catch
-------------------------------- */
.catch_about_box1{
    background-image: url(../img/about_catch_img.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    position: relative;
    height: 550px;
	background-size: cover;
}

.catch_about_box1 h1{
    text-align: center;
    position: absolute;
    top:55px;
    left: 50%;
    margin-left: -161px;
}

.catch_about_box2{
    background-image: url(../img/dot_bg.jpg);
    width: 1100px;
    margin: auto;
    padding:65px 30px;
    position: relative;
    top:-50px;
    margin-bottom: -50px;
}

.catch_about_box2 h2{
    font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    color: #444;
    margin-bottom: 30px;
    line-height: 1.3;
}

.catch_about_box2 p{
    text-align: center;
}

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

    /* -----------------------------
        catch
    -------------------------------- */
    .catch_about_box1{
        display: none;
    }

    .catch_about_box1 h1{
        position: static;
        margin-left: 0;
    }
    .catch_about_box1 h1 img{
        width: 100%;
    }

    .catch_about_box2{
        width: 100%;
        margin: auto;
        padding:30px 20px;
        position: static;
        margin-bottom: 0;
    }

    .catch_about_box2 h2{
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    .catch_about_box2 p{
        text-align: left;
    }


}

/* -----------------------------
	about_contents
-------------------------------- */

.about_contents{
    width: 100%;
    margin-top: 97px;
	clear: both;
}
.about_content_inner{

}

.about_content_imgtitle{
	width: 1100px;
	margin: auto;
}

.about_content_img{
	
    float: right;
	position: relative;
	left:0;
	top:-300px;
	margin-bottom: -300px;
	margin-right: -50px;
	z-index: 1;
	
}

.about_content_img.last{
	position: relative;
	left:0;
	top:-98px;
	margin-bottom: -98px;
}

.about_content_img img{
	width: 600px;
}

.about_content_title1{
    float: left;
	position: relative;
	/*top:-10px;*/
	z-index: 2;
	
}

.about_contentns_text{
    width: 900px;
    margin: auto;
    padding-top: 0;
    
}

.about_content_title2{
    text-align: center;
    font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 2.5rem;
    color: #444;
    margin-bottom: 35px;
	font-weight: bold;
    line-height: 1.3;
}

.about_border_bg_blue{
    background-image: url(../img/bg_border_blue.png);
    background-repeat: repeat;
    padding: 95px 0;
	position: relative;
	top:-40px;
	margin-bottom: -40px;
}
    

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

    .about_contents{
        margin-top: 100px;
    }
    .about_content_inner{
        position: static;
        margin-bottom: 0;
    }
	
	.about_content_imgtitle{
		width: 100%;
	}
    .about_content_img{
		float: none;
        text-align: center;
        margin-bottom: -40px;
        position: relative;
		top:-40px;
		margin-right:0;
    }
	.about_content_img.last{
		position: relative;
		left:0;
		top:-50px;
		margin-bottom: -40px;
	}


    .about_content_img img{
        width: 100%;
    }
    .about_contentns_text{
        width: 100%;
        margin: auto;
        padding-top: 0;
		position: relative;
		top:-20px;
		margin-bottom: -20px;

    }

    .about_content_title1{
		float: none;
		text-align: center;
		position: relative;
		top:-50px;
		z-index: 2;
    }

    .about_content_title2{
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    .about_border_bg_blue{
        padding: 45px 0;
        position: relative;
        top:-10px;
        margin-bottom: -10px;
    }


}
