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


/*
ページトップイメージ
-------------------------------------------*/
#sub_top {
    width: 100%;
    position: relative;
    overflow: hidden;
	background-image: url(../img/back2.png), url(../img/back.png);
    background-position: right 100px, left 50px;
    background-size: 60% auto, 105% auto;
    background-repeat: no-repeat no-repeat;
}


@media screen and (max-width:1200px){
#sub_top {
	background-image: url(../img/back2.png), url(../img/back1.png);
    background-position: right 60px, left 0px;
    background-size: 70% auto, 60% auto;
	}}
@media screen and (max-width:1024px){
#sub_top {
    background-position: right 60px, left 0px;
    background-size: 70% auto, 60% auto;
	}}
@media screen and (max-width:768px){
#sub_top {
    background-position: right 140px, left 0px;
    background-size: 100% auto, 90% auto;
	}}

	


	


/*
理念
-------------------------------------------*/
#vision_sec02 {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 100px;
}
.rinen_box1 {    
    padding: 15px;
	position: relative;
	margin-top: 20px;
    margin-bottom: 20px;
}
.rinen_box1 .text {
    width: 40%;
    font-size: 1em;
    line-height: 2em;
    margin-left: auto;
    margin-right: auto;
	color: #090909;
	font-weight: 500;
	text-align: justify;
}
.rinen_box1 .image1 {
	position: absolute;
	top: 0;
	left: 8%;
	width: 13%;
}

.rinen_box1 .image2 {
	position: absolute;
	top: 0;
	left: 80%;
	width: 13%;
}
.rinen_box1 .image1 img, .image2 img {
	width: 100%;
}


/*
代表あいさつ
-------------------------------------------*/
#vision_sec03 {
    width: 100%;
    background-color: #FFEFF4;
    padding-top: 130px;
    padding-bottom: 100px;
}
.flex_aisatu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    bottom: 10px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.85);
    margin-top: 20px;
    margin-bottom: 20px;
	box-shadow: 3px 3px 10px #BCBCBC;
	position: relative;
}
.flex_aisatu .image {
	position: absolute;
	bottom: -40px;
	right: 10px;
	width: 12%;
}
.flex_aisatu .image img {
	width: 100%;
}
.aisatu_box {
    width: 75%;  
}
.aisatu_box .midasi {
    font-size: 1.4em;
    line-height: 2em;
	color: #090909;
	font-weight: 500;
	text-align: center;
	font-weight: 700;
}
.aisatu_box .text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;
    line-height: 2.2em;
	color: #090909;
	font-weight: 500;
	text-align: justify;
}
.aisatu_box2 {
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align:center;
}
.aisatu_box2 img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}


/*
スタッフの想い
-------------------------------------------*/
#vision_sec04 {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 130px;
    padding-bottom: 100px;
	position: relative;
	background-color: #FFEFF4;
}
.flex_staff {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
    margin-top: 40px;
    margin-bottom: 20px;
	
}
#vision_sec04 .image1 {
	position: absolute;
	top: 40px;
	left: 5%;
	width: 23%;
}

#vision_sec04 .image2 {
	position: absolute;
	bottom: 3%;
	right: 8%;
	width: 10%;
}
#vision_sec04 .image1 img, .image2 img {
	width: 100%;
}
.staffbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 45%;
    margin-bottom: 30px;
}
.staffbox .photo {
	width: 30%;
}
.staffbox .photo img {
	width: 100%;
	border-radius: 20px;
}
.staffbox .name {
	width: 65%;
}
.staffbox .name1 {
    font-weight: 600;
    border-bottom: 1px solid #E7C291;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.staffbox .name2 span {
    border-radius: 8px;
    background-color: #FCE8BC;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.staffbox .text {
    width: 100%;
    margin-top: 15px;
}







/*1024px
--------------------------------------------------------------*/
@media screen and (max-width:1024px){

/*理念 1024--------------------------------*/
#vision_sec02 {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 50px;
}
.rinen_box1 {
    width: 90%;
    padding: 15px;
	position: static;
	margin-top: 20px;
    margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
}
.rinen_box1 .text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.rinen_box1 .image1 {
	position: static;
	top: 0;
	left: 1%;
	width: 50%;
	text-align: center;
	float: left;
	padding-bottom: 60px;
	display: block;
	text-align: right
}

.rinen_box1 .image2 {
    position: static;
    top: 0;
    left: none;
    right: 0;
    width: 50%;
    text-align: center;
    float: right;
    padding-top: 60px;
	display: block;
	text-align: left;
}
.rinen_box1 .image1 img {
	width: 90%;
}
.rinen_box1  .image2 img {
	width: 90%;
}
	
	
	
	
	
	
/*代表あいさつ 1024-------------------------*/
#vision_sec03 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.flex_aisatu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
/*ハート-----*/
.flex_aisatu .image {
	position: absolute;
	bottom: -30px;
	right: 10px;
	width: 20%;
}
.flex_aisatu .image img {
	width: 100%;
}

/*挨拶文-----*/
.aisatu_box {
	width: 100%
}
/*写真 ------*/
.aisatu_box2 {
    width: 100%;
}
.aisatu_box2 img {
    width: 40%;
}

	
/*スタッフの想い 1024
-------------------------------------------*/
#vision_sec04 {
    padding-top: 150px;
    padding-bottom: 50px;
	position: relative;
}
.flex_staff {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	width: 94%;
}
#vision_sec04 .image1 {
	position: absolute;
	top: 20px;
	left: 2%;
	width: 40%;
}

#vision_sec04 .image2 {
	position: absolute;
	top: 20px;
	bottom: auto;
	right: 20px;
	width: 18%;
}	
	
	
	


}
/*ここまで　max-width:1024px--------*/





/*768px
--------------------------------------------------------------*/
@media screen and (max-width:768px){


/*理念 768--------------------------------*/

.rinen_box1 {
    padding: 15px;
	position: relative;
	margin-top: 0px;
    margin-bottom: 0px;
}
.rinen_box1 .image1 {
	position: static;
	top: 0;
	left: 1%;
	width: 50%;
	text-align: center;
	float: left;
	padding-bottom: 60px;
	display: block;
}

.rinen_box1 .image2 {
    position: static;
    top: 0;
    left: none;
    right: 0;
    width: 50%;
    text-align: center;
    float: right;
    padding-top: 60px;
	display: block;
}
.rinen_box1 .image1 img {
	width: 100%;
}
.rinen_box1  .image2 img {
	width: 100%;
}
	
/*代表あいさつ 768-------------------------*/
#vision_sec03 {
    padding-top: 80px;
    padding-bottom: 50px;
}

.flex_aisatu .image {
	position: absolute;
	bottom: -30px;
	right: 10px;
	width: 20%;
}
.flex_aisatu .image img {
	width: 100%;
}

.aisatu_box {
	width: 100%
}
.aisatu_box .midasi {
    font-size: 1.3em;
    line-height: 2em;
}
.aisatu_box .text {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 1em;
    line-height: 1.6em;
}
.aisatu_box2 {
    width: 100%;
}
.aisatu_box2 img {
    width: 40%;
}
	
	
/*スタッフの想い 768
-------------------------------------------*/
#vision_sec04 {
    padding-top: 150px;
    padding-bottom: 50px;
	position: relative;
}
.flex_staff {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	width: 94%;
}
#vision_sec04 .image1 {
	position: absolute;
	top: 20px;
	left: 2%;
	width: 60%;
}

#vision_sec04 .image2 {
	position: absolute;
	top: 20px;
	bottom: auto;
	right: 20px;
	width: 25%;
}	
#vision_sec04 .image1 img, .image2 img {
	width: 100%;
}
.staffbox {
    width: 100%;
    margin-bottom: 50px;
}
.staffbox .photo {
	width: 30%;
}
.staffbox .photo img {
	width: 100%;
	border-radius: 20px;
}
.staffbox .name {
	width: 65%;
}
.staffbox .name1 {
    font-weight: 600;
    border-bottom: 1px solid #E7C291;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.staffbox .name2 span {
    border-radius: 8px;
    background-color: #FCE8BC;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.staffbox .text {
    width: 100%;
    margin-top: 15px;
}

}
/*ここまで　max-width:768px--------*/



