﻿@charset "UTF-8";




/*----------------------------------------------------
	☆general
----------------------------------------------------*/
a{
	opacity: 1;
	text-decoration: none!important;
}
a:hover{
	opacity: 0.7;
}

div.inr{
	width: 900px;
	margin: 0 auto;
	position: relative;
}
body{
line-height: 200%;
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
}
p{
	font-size: 13px;
	letter-spacing: 1px;
}
section{
	position: relative;
}
/*----------------------------------------------------
	☆main visual
----------------------------------------------------*/

header{
	padding: 55px 0px;
	background-image:url(../img/about_14.png);
	background-size: cover;
	position: relative;
}

header h1{
	color:#000;
	font-size:45px;
	line-height: 130%;
	margin-bottom: 30px;
	letter-spacing: 3px;
	font-weight: 100;
}

/*----------------------------------------------------
	☆section1
----------------------------------------------------*/
section.sec01{
	padding: 30px 0px 200px;
	background-image:url(../img/about_bg1.png);
	background-size: cover;
}
section.sec01 h2{
	font-size: 50px;
	color: #9bd0db;
	margin-bottom: 30px;
}
section.sec01 h2 span{
	font-size: 30px;
}
section.sec01 p{
	font-size: 15px;
	font-weight: 600;
}

div.separate{
 height: 480px;
 background-image:url(../img/about_03.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -260px;
        position: relative;
        z-index: 1000;
}
/*----------------------------------------------------
	☆section3
----------------------------------------------------*/

section.sec03 div.inr ul{
	border: 2px solid #000;
	margin-bottom: 50px;
	border-radius: 20px;
	position: relative;
}
section.sec03 div.inr ul li:first-child{
	background-color: #9bd0db;
	padding: 44px;
	width: 50%;
	text-align: left!important;
	border-radius: 20px 0px 0px 20px;
}

section.sec03 div.inr ul li{
	width: 25%;
	float: left;
	padding: 15px 0px;
	box-sizing: border-box;
	text-align: center;
}
section.sec03 div.inr ul li p{
	font-weight: bold;
}
section.sec03 div.inr ul li p span.spDisp{
	display: inline-block!important;
	color: #333;
}
section.sec03 div.inr ul li:nth-child(2) p{
	font-size: 17px;
	color: #9bd0db;
	border-right: 2px dotted #000;
	padding: 30px 0px;
}
section.sec03 div.inr ul li:nth-child(3) p{
	font-size: 17px;
	color: #89c997;
	padding: 30px 0px;
}
section.sec03 div.inr ul:last-child li:nth-child(2) p{
	padding: 30px 0px;
}
section.sec03 div.inr ul:last-child li:nth-child(3) p{
	padding: 30px 0px;
}

section.sec03 div.inr .partition{
	font-size: 30px;
	text-align: center;
	display: inline-block;
	float: right;
	margin-right: 130px;
	margin-bottom: 10px;
	font-weight: 600;
}
section.sec03 div.inr .partition span{
	font-size: 15px;
	font-weight: 100;
}
section.sec03 div.inr .wall{
	font-size: 30px;
	text-align: center;
	display: inline-block;
	float: right;
	margin-right: 100px;
	margin-bottom: 10px;
	font-weight: 600;
}
section.sec03 div.inr .wall span{
	font-size: 15px;
	font-weight: 100;

}
section.sec03 div.inr .partition .littleline{
	font-size: 50px;
	color: #9bd0db;
	margin-bottom: -32px;
display: block;
	}
	section.sec03 div.inr .wall .littleline{
	font-size: 50px;
	color: #89c997;
	margin-bottom: -32px;
display: block;
	}
.cornerTxt{
	position: absolute;
	top: -10px;
	left: -10px;
	-ms-transform: rotate(-13deg); /* IE 9 */
    -webkit-transform: rotate(-13deg); /* Chrome, Safari, Opera */
    transform: rotate(-13deg);
    font-size: 24px;
	z-index: 2000;
}
/*----------------------------------------------------
	☆section4
----------------------------------------------------*/

section.sec04 div.greenBox, section.sec04 div.blueBox, section.sec04 div.redBox, section.sec04 div.orangeBox{
	background-size: cover;
	float: left;
	width: 49%;
	height: 420px;
	padding: 10px 30px 30px 30px;
	box-sizing: border-box;
}
section.sec04 div.blueBox img, section.sec04 div.redBox img{
	float: right;
}

section.sec04 div.blueBox{
	background-image:url(../img/about_05.png);
	margin-right:5px;
	margin-bottom:5px;
}
section.sec04 div.greenBox{
	background-image:url(../img/about_06.png);
	margin-left:5px;
	margin-bottom:5px;
}
section.sec04 div.redBox{
	background-image:url(../img/about_07.png);
	margin-right:5px;
	margin-top:5px;
}
section.sec04 div.orangeBox{
	background-image:url(../img/about_08.png);
	margin-left:5px;
	margin-top:5px;
}
.colorfullTitle{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -283px;
	margin-top: -25px;
}
/*----------------------------------------------------
	☆section5
----------------------------------------------------*/

section.sec05 div.inr div.manBgBox{
	background-image:url(../img/about_09.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 950px;
}
section.sec05 div.inr div.manBgBox div{
	width: 240px;
	position: absolute;
	background-color: #fff;
}
section.sec05 div.inr div.manBgBox div h2{
	font-size: 30px;
	line-height: 80%;
}
section.sec05 div.inr div.manBgBox div h2 span{
	font-size: 20px;
}
section.sec05 div.inr div.manBgBox div p{
	font-size: 13px;
	border: 1px solid #000;
	padding: 20px;
	font-weight: bold;
}
.box01{
	top:40px;
	left:0px;
}
.box02{
	top:40px;
	right:0px;
}
.box03{
	top:370px;
	left:0px;
}
.box04{
	top:370px;
	right:0px;
}
.box05{
	top:650px;
	left:0px;
}
.box06{
	top:650px;
	right:0px;
}
/*----------------------------------------------------
	☆section2
----------------------------------------------------*/
section.sec02{
	
}
section.sec02 div.greenBox{
	background-image:url(../img/top_03.png);
	background-size: cover;
	float: left;
	width: 50%;
}
section.sec02 div.greenBox div{
	background-image:url(../img/top_05.png);
	padding: 185px 0px;
	width: 450px;
	float: right;
}
section.sec02 div.blueBox{
	background-image:url(../img/top_04.png);
	background-size: cover;
	float: left;
	width: 50%;
}
section.sec02 div.blueBox div{
	background-image:url(../img/top_06.png);
	padding: 185px 0px;
	width: 450px;
	float: left;
}

section.sec02 div.blueBox div h2 span, section.sec02 div.greenBox div h2 span{
	font-size: 15px;
}

/*----------------------------------------------------
	☆footer
----------------------------------------------------*/
@media screen and (max-width: 1600px) {
section.sec01{
	padding: 30px 0px 100px;
}
div.separate {
    height: 400px;
}
}
@media screen and (max-width: 1400px) {
section.sec01{
	padding: 30px 0px 100px;
}
div.separate {
    height: 380px;
}
}
@media screen and (max-width: 1200px) {
section.sec01{
	padding: 30px 0px 100px;
}
div.separate {
    height: 350px;
}
}

@media screen and (max-width: 750px) {
div.inr{
	width: 96%;
	margin: 0 auto;
	position: relative;
}
p{
	font-size: 12px;
	letter-spacing: 1px;
	width: 90%;
	margin: 0 auto;
}
section.sec01 h2{
	font-size: 20px;
	color: #9bd0db;
	margin-bottom: 30px;
}
section.sec01 h2 span{
	font-size: 15px;
}
section.sec01 p{
	font-size: 12px;
	letter-spacing: 0px;
}
section.sec01 p img{
	max-width: 100%;
}
div.separate{
 background-image:url(../img/about_03sp.png);
 margin-top: -200px;
  height: 340px;
  margin-bottom: -70px;
}
section.sec01 {
    padding: 30px 0px 50px;
}

/*----------------------------------------------------
	sec3
----------------------------------------------------*/
section.sec03 div.inr ul li{
	width: 100%;
	float: none;
	padding:0px 0px;
	box-sizing: border-box;
	text-align: center;
}
section.sec03 div.inr ul li:first-child{
	padding: 20px;
	width: 100%;
	text-align: none!important;
	border-radius: 20px 20px 0px 0px;
}
section.sec03 div.inr ul li:nth-child(2) p{
	border-right: 0px dotted #000;
	border-bottom: 2px dotted #000;
	padding: 10px 0px;
}
section.sec03 div.inr ul li:nth-child(3) p{
	padding: 10px 0px;
}
section.sec03 div.inr ul:last-child li:nth-child(2) p{
	padding: 10px 0px;
}
section.sec03 div.inr ul:last-child li:nth-child(3) p{
	padding: 10px 0px;
}

section.sec03 div.inr .partition{
	font-size: 20px;
	text-align: center;
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
}
section.sec03 div.inr .partition span{
	font-size: 12px;
}
section.sec03 div.inr .wall{
	font-size: 20px;
	text-align: center;
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
}
section.sec03 div.inr .wall span{
	font-size: 12px;
}
.cornerTxt{
	top: -30px;
	left: 10px;
    font-size: 18px;
}

/*----------------------------------------------------
	sec4
----------------------------------------------------*/

section.sec04 div.greenBox, section.sec04 div.blueBox, section.sec04 div.redBox{
	background-size: cover;
	float: none;
	width: 100%;
	height: 300px;
	padding: 10px;
	box-sizing: border-box;
}
	
section.sec04 div.redBox{
	height: 320px;
}
	
section.sec04 div.orangeBox{
	background-size: cover;
	float: none;
	width: 100%;
	height: 340px;
	padding: 10px;
	box-sizing: border-box;
}
section.sec04 div.greenBox p, section.sec04 div.blueBox p, section.sec04 div.redBox p, section.sec04 div.orangeBox p{
	padding: 15px 0px;
	box-sizing: border-box;
}
section.sec04 div.greenBox p img, section.sec04 div.blueBox p img, section.sec04 div.redBox p img, section.sec04 div.orangeBox p img{
	width: 280px;
	display: block;
	margin: 0 auto;
}
section.sec04 div.blueBox{
	margin-left:0px;
	margin-bottom:10px;
}
section.sec04 div.greenBox{
	margin-left:0px;
	margin-bottom:10px;
}
section.sec04 div.redBox{
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
}
section.sec04 div.orangeBox{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
}
.colorfullTitle{
	position: relative;
	left: 0%;
	top: 0%;
	margin-left: 0px;
	margin-top: -30px;
	margin: 0 auto;
}



/*----------------------------------------------------
	sec5
----------------------------------------------------*/
section.sec05 {
	padding: ;
	padding-top: 25px;
}
section.sec05 div.inr div.manBgBox{
	background-image:url(../img/about_099999.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 30px;
}
section.sec05 div.inr div.manBgBox div{
	width: 100%;
	position: relative;
	background-color: #fff;
	margin: 0 auto;

}
section.sec05 div.inr div.manBgBox div h2{
	font-size: 16px;
	margin-top: 20px;
	margin-left: 5px;
}
section.sec05 div.inr div.manBgBox div h2 span{
	font-size: 15px;
}
section.sec05 div.inr div.manBgBox div p{
	font-size: 12px;
	border: 1px solid #000;
	padding: 10px;
	font-weight: bold;
}
.box01{
	top:0px;
	left:0px;
}
.box02{
	top:0px;
	right:0px;
}
.box03{
	top:0px;
	left:0px;
}
.box04{
	top:0px;
	right:0px;
}
.box05{
	top:0px;
	left:0px;
}
.box06{
	top:0px;
	right:0px;
}


/*----------------------------------------------------
	sec2
----------------------------------------------------*/

section.sec02 div.greenBox{
	float: none;
	width: 100%;
}
section.sec02 div.greenBox div{
	padding: 125px 0px;
	width: 300px;
	float: none;
	margin: 0 auto;
	background-position: center center;
	background-size: 100%;
}
section.sec02 div.blueBox{
	float: none;
	width: 100%;
}
section.sec02 div.blueBox div{
	padding: 125px 0px;
	width: 300px;
	float:none;
	margin: 0 auto;
	background-position: center center;
	background-size: 100%;
}
section.sec02 div.blueBox div h2, section.sec02 div.greenBox div h2{
	font-size: 18px;
}
section.sec02 div.blueBox div h2 span, section.sec02 div.greenBox div h2 span{
	font-size: 14px;
}


}