@charset "utf-8";
/* CSS Document */

body {
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

.leftmenu {
	z-index: 101;
	width: 250px;
	position: fixed;
	text-align: center;
	background: #66a9df;
	height: 100vh;
	top: 0;
	left: 0;
}

.leftmenu .logo {
	padding: 56px 0 50px;
	border-bottom: 26px solid #ddf0f8;
	background: #fff;
}

.leftmenu ul {
	margin-top: 5vh;
	border-top: #f2f2f2 solid 1px;
}

.leftmenu ul li {
	padding: 20px 0 12px;
	text-align: left;
	padding-left: 35px;
	border-bottom: #f2f2f2 solid 1px;
	background: url("../images/arw.png") no-repeat right 10px center;
}

.leftmenu ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	display: block;
}

.leftmenu ul li a span {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 100%;
}

.leftmenu .loginform {
	margin-top: 5vh;
	padding-left: 35px;
	text-align: left;
}

.leftmenu .loginform h2 {
	color: #fff;
	font-size: 16px;
}

.leftmenu .loginform input[type="text"],.leftmenu .loginform input[type="password"] {
	border: 0;
	padding: 3px;
	margin: 3px 0;
}

.leftmenu .loginform span {
	font-size: 10px;
	color: #fff;
	line-height: 100%;
	vertical-align: middle;
}

.leftmenu .loginform input[type="checkbox"] {
	margin: 0 5px 0 0;
	line-height: 100%;
	vertical-align: middle;
}

.leftmenu .loginform .sbutton {
	display: block;
	margin: 10px 0 0;
	text-align: center;
	width: 126px;
	height: 22px;
	background: url("../images/login.png") left top no-repeat;
	border: 0;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.leftmenu {
		display: none;
	}
}

.sp_login {
	background: #66a9df;
	padding: 15px 5%;
	text-align: center;
}
.sp_login .loginform {
}

.sp_login .loginform h2 {
	color: #fff;
	font-size: 16px;
}

.sp_login .loginform input[type="text"],.sp_login .loginform input[type="password"] {
	border: 0;
	padding: 3px;
	margin: 3px 0;
}

.sp_login .loginform span {
	font-size: 10px;
	color: #fff;
	line-height: 100%;
	vertical-align: middle;
}

.sp_login .loginform input[type="checkbox"] {
	margin: 0 5px 0 0;
	line-height: 100%;
	vertical-align: middle;
}

.sp_login .loginform .sbutton {
	display: block;
	margin: 10px auto ;
	text-align: center;
	width: 126px;
	height: 22px;
	background: url("../images/login.png") left top no-repeat;
	border: 0;
	cursor: pointer;
}
.content01 {
	background: url("../images/main.png") no-repeat left bottom;
	height: 100vh;
	width: calc(100% - 250px);
	margin: 0 0 0 auto;
	z-index: 0;
	position: relative;
	background-size: cover;
}@media screen and (max-width: 768px) {
	.content01 {
		width: 100%;
		height: 350px;
	}
}

.content02 {
	background: url("../images/back1.png") no-repeat left bottom;
	width: calc(100% - 250px);
	margin: 0 0 0 auto;
	z-index: 0;
	position: relative;
	background-position: left;
	padding: 100px 0;
	text-align: center;
}@media screen and (max-width: 768px) {
	.content02 {
		width: inherit;
		padding: 50px 5%;
	}
}

.content02 h3 {
	margin: 68px 0 0;
	font-size: 27px;
	color: #66a9df;
}

.content02 h4 {
	font-size: 44px;
	color: #000;
	font-weight: bold;
}@media screen and (max-width: 768px) {
	.content02 h4 {
		font-size: 24px;
		color: #000;
		font-weight: bold;
	}
}

.content02 .box {
	border: #66a9df solid 1px;
	padding: 24px 3%;
	text-align: center;
	width: 50%;
	margin: 20px auto 0;
	font-size: 16px;
	line-height: 140%;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;
	min-width: 660px;
	background: #fff;
	z-index: 2;
	position: relative;
}@media screen and (max-width: 768px) {
	.content02 .box {
		min-width: inherit;
		width: 80%;
		font-size: 14px;
		text-align: left;
		line-height: 200%;
	}
}

.content02 .icon1 {
	position: absolute;
	top: 540px;
	left: 129px;
}@media screen and (max-width: 768px) {
	.content02 .icon1 {
		display: none;
	} 
}

.content02 .icon2 {
	position: absolute;
	top: 1220px;
	left: 129px;
}@media screen and (max-width: 768px) {
	.content02 .icon2 {
		display: none;
	} 
}

.content02 .member1 {
	margin-top: 35px;
}

.content03 {
	width: calc(100% - 250px);
	margin: 0 0 0 auto;
	padding: 110px 0 80px;
	text-align: center;
	position: relative;
}@media screen and (max-width: 768px) {
	.content03 {
		width: inherit;
		padding: 50px 5%;
	}
}

.content03 .icon {
	position: absolute;
	top: 338px;
	left: 129px;
}@media screen and (max-width: 768px) {
	.content03 .icon {
		display: none;
	}
}

.content03 .flexbox {
	display: flex;
	justify-content: space-between;
	max-width: 880px;
	margin: 60px auto 0;
	position: relative;
	z-index: 2;
}@media screen and (max-width: 768px) {
	.content03 .flexbox {
		flex-wrap: wrap;
	}
}

.content03 .flexbox .photo {
	max-width: 611px;
}

.content03 .flexbox .text {
	max-width: 258px;
	text-align: left;
}

.content03 .flexbox .text .t1 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
}@media screen and (max-width: 768px) {
	.content03 .flexbox .text .t1 {
		margin-top: 20px;
	}
}

.content03 .flexbox .text .t2 {
	font-size: 21px;
	margin-top: 5px;
	font-weight: bold;
	letter-spacing: 3px;
}

.content03 .flexbox .text .t3 {
	font-size: 17px;
	margin-top: 60px;
}@media screen and (max-width: 768px) {
	.content03 .flexbox .text .t3 {
		margin-top: 20px;
	}
}

.map {
	margin-top: 60px;
	width: calc(100% - 250px);
	margin: 0 0 0 auto;
}@media screen and (max-width: 768px) {
	.map {
		width: inherit;
	}
}

.map iframe {
	width: 100%;
	height: 350px;
	vertical-align: bottom;
}

footer {
	text-align: center;
	width: calc(100% - 250px);
	margin: 0 0 0 auto;
	padding-bottom: 15px;
	border-bottom: 25px solid #f2f2f2;
	
}@media screen and (max-width: 768px) {
	footer {
		width: 100%;
	}
}

footer ul {
	background: #66a9df;
	padding: 15px 0;
}

footer ul li {
	display: inline-block;
	padding: 0 20px;
}
footer ul li a {
	color: #fff;
	font-size: 16px;
}

footer .logo {
	margin: 20px 0 5px;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	} 
}
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	} 
}