@charset "UTF-8";

/* General Slides */ 

.slide {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	padding: 140px 0;
}


/* Slide 1 */ 

#slide1 {
	background-color: #ededed;
	/*ゆらゆら画像を囲むDIVの高さを固定*/
	height:400px;



/*    background: url('../images/firstBG1.png');
    background-repeat: no-repeat;  
    background-position: bottom right;*/


}


#slide1 img {
	-background-color: red;
	width: 85%;
	margin-left: 30px;

}

#slide1 div.shadow {
	background-image: url('../images/firstBG1.png');  
    background-repeat: no-repeat;  
    -background-position: bottom center;

	background-position: center bottom;
	height:500px;

}

#slide1 p {
	-font-family: 'Gloria Hallelujah', cursive;
}

/*#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}*/


#slide1 h2 {
	font-size: 2em;
	line-height: 150%;
	color: #333;
	padding-bottom:20px;
	font-weight: bold;
}



/*
#contents       {
position:relative
}

#box {
position : absolute;
top : 0;
left : 0;
background:#dd0000;
width:100%;
height:400px;
}

*/

/* Slide 2 */ 

#slide2 {
	-color:#ddd;
	height: auto;

    background: url('../images/pc-secondBG-under.png') no-repeat tomato;
    background-size: cover;
}

/*#slide2 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}*/

#slide2 h2 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 2em;
	color: #222;
	line-height: 0px;
	padding-bottom:20px;


}

#slide2 h2,
#slide2 p {
	text-shadow:
        0 2px 0 tomato,
        2px 0 0 tomato,
        0 -2px 0 tomato,
        -2px 0 0 tomato,
        -2px -2px 0 tomato,
        2px -2px 0 tomato,
        -2px 2px 0 tomato,
        2px 2px 0 tomato
        ;
	font-weight: bold;
}



/* Slide 3 */ 

#slide3 {
	height: 1000px;
    background: url('../images/thirdBG-under.png') no-repeat center top lightskyblue;
    background-size: contain;
}

#slide3 h1 {
/*	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;*/
}

#slide3 div.SeoBox {
	text-align: center;
}

#slide3 h2 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 2em;
	color: #222;
	line-height: 0px;
	padding-bottom:20px;
}

#slide3 h2,
#slide3 p {
	text-shadow:
        0 2px 0 lightskyblue,
        2px 0 0 lightskyblue,
        0 -2px 0 lightskyblue,
        -2px 0 0 lightskyblue,
        -2px -2px 0 lightskyblue,
        2px -2px 0 lightskyblue,
        -2px 2px 0 lightskyblue,
        2px 2px 0 lightskyblue
        ;
	font-weight: bold;
}

#slide3 img {
	width: 90%;
	margin: 0px;
}


#slide3 div.SeoBoxInner {
	width: 80%;
	margin: 0 auto;	
}

#test{
	background-color:#bde2df;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}



/* Slide 4 */

#slide4 {
	background-image:url('../images/works-back.png');
	-background-color:#8a8683;
	color:#ffffff;
	height: auto;
}

#slide4 h1 {
/*	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;*/
}

#slide4 h2 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 2em;
	color: #222;
	line-height: 0px;
	padding-bottom:20px;
}

#slide4 h2,
#slide4 p {
	text-shadow:
        0 2px 0 #B7BCBC,
        2px 0 0 #B7BCBC,
        0 -2px 0 #B7BCBC,
        -2px 0 0 #B7BCBC,
        -2px -2px 0 #B7BCBC,
        2px -2px 0 #B7BCBC,
        -2px 2px 0 #B7BCBC,
        2px 2px 0 #B7BCBC,
        ;
	font-weight: bold;
}

#slide4 div.WorksBox {
	width: 80%;
	margin: 0 auto;	
}


/* Slide 5 */

#slide5 {
	-background-image: url('../images/sunglasses2.png');
	background-color: mediumseagreen;
	color: #ffffff;
}

#slide5 h1 {
/*	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;*/
}

#slide5 h2 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom: 20px;
	font-weight: bold;
}


#slide5 h3 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 1.5em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom: 20px;
	font-weight: 400;
}

#slide5 p {
	color: #ffffff;
}

#slide5 ul {
	list-style-type: none;
	padding: 0px 10%;
}

#slide5 li {
	color: #ffffff;
	text-align: left;
	margin-bottom: 15px;
}

#slide5 dl {
	width: 80%;
	margin: 0 auto;
}

#slide5 dt {
	color: #ffffff;
	display: block;
	width: 10%;
	clear: left;
	float: left;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

#slide5 dd {
	color: #ffffff;
	display: block;
	width: 90%;
	float: left;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	text-align: left;
}


#slide5 .face {
	text-align: center;

}

#slide5 .face img {
	width: 20%;
}

.president-name {
	text-align: center;
}


#slide2 p,
#slide3 p,
#slide4 p,
#slide5 p {
	font-size: 1.2rem;
}


.pc-seen {
	display: block;
}

.tab768-seen {
	display: none;
}

.sp-seen {
	display: none;
}



/* Tablet1 (1200)*/

@media screen and (max-width: 1200px) {

#slide1 {
	background-color: #ededed;
	
	/*ゆらゆら効果の打消し*/
	height:auto;
}

#slide2 {
	-color:#ddd;
	height: auto;

    background: url('../images/tab768-second-under.png') no-repeat tomato;
    background-size: contain;
}


#slide3 {
	color:#ddd;
	height: auto;

    background: url('../images/tab768-third-under.png') no-repeat lightskyblue;
    background-size: contain;
}


.slide{
	background-attachment: fixed;
	width: 100%;
	position: relative;
	padding: 150px 0;
}

#decorative {
	display: none;
}

#content {
	text-align: center;
	width: 100%;
}

/*#slide1 h1 {
	line-height: 1em;
}
*/

#slide1 h2 {
	line-height: 2.5rem;
	margin-top: 100px;
}

/*#slide2 h1 {
	line-height: 1em;
}
*/

#slide2 h2 {
	line-height: 1em;
}

/*#slide3 h1 {
	line-height: 1em;
}
*/

#slide3 h2 {
	line-height: 1em;
}

#slide3 img {
	width: 120%;
}

/*#slide4 h1 {
	line-height: 1em;
}
*/

#slide4 h2 {
	line-height: 1em;
}


#slide3 div.SeoBoxInner {
	width: 90%;
}


#slide4 div.WorksBox {
	width: 90%;
}

/*#slide5 h1 {
	line-height: 1em;
}
*/

#slide5 h2 {
	line-height: 1em;
}

#slide5 dl {
	width: 90%;
}

#slide5 dt {
	width: 10%;
}

#slide5 dd {
	width: 90%;

}

}



#slide2 p,
#slide3 p,
#slide4 p,
#slide5 p {
	font-size: 1.2rem;
}


}



/* Tablet2 (768)*/

@media screen and (max-width: 768px){

/* Slide 2 */ 

#slide2 {
	color:#ddd;
	height: auto;

    background: url('../images/tab768-second-under.png') no-repeat 0px 150px tomato;
    background-size: cover;
}


/* Slide 3 */ 

#slide3 {
	color:#ddd;
	height: auto;

    background: url('../images/tab768-third-under.png') no-repeat lightskyblue;
    background-size: contain;
}

#slide3 img {
	width: 120%;
}

#slide3 div.SeoBoxInner {
	width: 100%;
	margin: 0 auto;
}

/* Slide 4 */ 
#slide4 div.WorksBox {
	width: 100%;
	margin: 0 auto;
}


/* Slide 5 */ 

#slide5 dl {
	width: 100%;
	margin: 0 auto;
}


#slide5 dt {
	width: 20%;
}

#slide5 dd {
	width: 80%;
}



#slide2 p,
#slide3 p,
#slide4 p,
#slide5 p {
	font-size: 1.1rem;
}

.pc-seen {
	display: none;
}

.tab768-seen {
	display: block;
}

.sp-seen {
	display: none;
}


}


/* Mobile */
@media screen and (max-width: 480px) {

h2 {
	text-align: center;
}

.slide {
	background-attachment: fixed;
	width: 100%;
	position: relative;
	padding: 150px 0;
}

#slide1 p {
	font-size: 1rem;
}



/*#slide1 h1 {
	line-height: 1em;
}
*/

#slide1 h2 {
	font-size: 1.5rem;
	line-height: 2.0rem;
	font-weight:bold;
	margin-top: 10px;

}

/*#slide2 h1 {
	line-height: 1em;
}
*/

#slide2 h2 {
	line-height: 1em;
}

/*#slide3 h1 {
	line-height: 1em;
}
*/

#slide3 h2 {
	line-height: 1em;
}

/*#slide4 h1 {
	line-height: 1em;
}
*/

#slide4 h2 {
	line-height: 1em;
}

/*#slide5 h1 {
	line-height: 1em;

}
*/

#slide5 h2 {
	line-height: 1em;
}



/* Slide 2 */ 

#slide2 {
	color:#ddd;
	height: auto;

    background: url('../images/sp-second-under.png') no-repeat tomato;
    background-size: contain;
    -background-size: cover;
/*	background-repeat: no-repeat;
	background-attachment: fixed;*/
}



/* Slide 3 */ 

#slide3 {
	color:#ddd;
	height: auto;
	background: url('../images/sp-thirdBG-under.png') no-repeat 0px -100px lightskyblue;
    -background: url('../images/sp-thirdBG-under.png') no-repeat center center lightskyblue;
    background-size: contain;


}


#slide3 img {
	width: 110%;
}


#slide3 div.SeoBoxInner {
	width: 100%;
}

/* Slide 4 */ 

#slide4 div.WorksBox {
	width: 100%;
}

/* Slide 4 */ 

#slide5 ul {
	padding: 0px;
}

#slide5 li {
	text-align: left;
}

#slide5 dl {
	width: 100%;
}

#slide5 dt {
	width: 20%;
}

#slide5 dd {
	width: 80%;
}


#slide5 .face img {
	width: 50%;
}


#slide2 p,
#slide3 p,
#slide4 p,
#slide5 p {
	font-size: 1.1rem;
}


.pc-seen {
	display: none;
}

.tab768-seen {
	display: none;
}

.sp-seen {
	display: block;
}

}
