body {
	margin:0;
	padding:0;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	overflow-y: scroll;
}
.scroll-prevent {
	z-index: -1;
	width: 100%;
	height: 100%;
}
a {color: #333;text-decoration: none;}
/*flexbox*/
.fbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.fb-center {justify-content: center;}
.fb-between {justify-content: space-between;}

/*カラム設定*/
.container {padding: 0 40px;margin:0 auto;}
.con-l {max-width: 1100px;}
.con-m {max-width: 1280px;}
.con-s {max-width: 1120px;}
.con-ss {max-width: 980px;}

img {width: 100%;height: auto;}
#main {
  background:url("/images/bg_main.png") no-repeat;
  height:723px;
  background-size: cover;
}
#main h1{
	width:579px;
	margin: 0 auto;
	padding-top: 200px;
}
/*WORK*/
#newsArea{
	background:url("/images/pickup_flag.gif") repeat-x top;
	padding: 130px 0 100px;
}
#newsArea h2{
	font-family:'oswald','Lato', sans-serif;
	font-weight:bold;
	font-size:40px;
	color:#333;
	text-align:center;
	margin-bottom:45px;
	display:block;
	font-weight:normal;
}
#newsArea h2 span{
	color:#FFFFFF;
	padding:0 22px;
	background: #FFCC66;
	position: relative;
}
h2 span::after{
	position: absolute;
	content: '';
	z-index: 1;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-width: 30px 10px 30px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	transform: rotate(180deg);
}
#newsArea .item {
	width: 30.5%;
	margin-right: 4%;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
#newsArea .item:last-child {
	margin-right: 0;
}
#newsArea .item img{
	margin-bottom: 20px;
}

/*FACEBOOK*/
#facebook{
	background: #F9FBFD;
	padding: 80px 0 80px;
	text-align: center;
}
#facebook h2{
	font-family:'oswald','Lato', sans-serif;
	font-weight:bold;
	font-size:40px;
	color:#333;
	text-align:center;
	margin-bottom:45px;
	display:block;
	font-weight:normal;
}
#facebook h2 span{
	color:#FFFFFF;
	padding:0 22px;
	background: #81D5F2;
	position: relative;
}

/*ABOUT*/
#aboutArea{
	padding:100px 0;
}
#aboutArea h2{
	font-family:'oswald','Lato', sans-serif;
	font-weight:bold;
	font-size:40px;
	color:#333;
	text-align:center;
	margin-bottom:55px;
	display:block;
}
#aboutArea h2 span{
	color:#FFFFFF;
	padding:0 25px;
	font-weight:normal;
	background: #8a92bd;
	position: relative;
}
#aboutArea h3{
	text-align:center;
	font-size:18px;
	line-height:36px;
	letter-spacing:2px;
	margin-bottom:60px;
	font-weight:normal;
}
#aboutArea .tx{
	width: 60%;
	padding: 40px;
	background:#FAF8F5;
}
#aboutArea .tx p{
	font-size:12px;
	line-height:22px;
}
#aboutArea .img{width: 40%;}
#aboutArea .img img{
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
}
#naiyouArea {margin-top: 70px;}
#naiyouArea h4 {
	font-size: 20px;
	margin-bottom: 38px;
	font-weight: normal;
	letter-spacing: 2px;
}
#naiyouArea .tx{
	width: 65%;
	padding: 0;
	background: #fff;
}
#naiyouArea .img{
	width: 33.5%;
}
#naiyouArea .img img {
	font-family: "object-fit: contain;";
	object-fit: contain;
	height: auto;
}
#naiyouArea dl {display: flex;margin-bottom: 30px;}
#naiyouArea dt {
	width: 20px;
	margin-right: 10px;
}
#naiyouArea dd {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 2px;
}
#aboutArea #naiyouAreaLast{
	font-size:14px;
	line-height:24px;
	letter-spacing:2px;
}

/*DIRECTOR*/
#directorArea{
	padding:80px 0;
	background: #F9FBFD;
}
#directorArea p{
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	margin-bottom: 50px;
}
#directorArea .fbox{
	padding: 0 5vw;
}
#directorArea .item{
	width: calc(100% / 4);
	height: 200px;
}
#directorArea h2{
	font-family:'oswald','Lato', sans-serif;
	font-weight:bold;
	font-size:40px;
	color:#333;
	text-align:center;
	margin-bottom:55px;
	display:block;	
}
#directorArea h2 span{
	background: #FF99B8;
	color:#FFFFFF;
	padding:0 25px;
	font-weight:normal;
	position: relative;
}
#directorArea h2 span::after{
	border-color: transparent #F9FBFD transparent transparent;
}

#directorArea article dl{
	position:relative;
}
.md-trigger{
	cursor:pointer;
	display:block;
}
#directorArea article dl dt{
	width:184px;
	height:184px;
	position:absolute;
	top:0px;
	display:none;
	z-index:2;
}
#directorArea article dl dd{
	width:184px;
	height:184px;
	position:absolute;
	top:0px;
	z-index:1;
}
#directorArea article a:hover dl dt{
	display:block;
	background:url("images/bg_black.png") no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	letter-spacing:0px;
	padding-top:65px;
	line-height:20px;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
#directorArea article a:hover dl dt span{
	display:block;
	font-size:12px;
	display:block;
}
#directorArea article a:hover dl dd img{
	-webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -ms-filter: blur(1px);
        -o-filter: blur(1px);
        filter: blur(1px);
}

/*CONTACT*/
#contactArea{
	padding:80px 0;
	background-color:#81D5F2;
}
#contactArea h2{
	font-family:'oswald','Lato', sans-serif;
	font-weight:bold;
	font-size:40px;
	color:#fff;
	text-align:center;
	margin-bottom:55px;
	display:block;	
}
#contactArea p{
	text-align:center;
	line-height:20px;
	color:#FFF;
	letter-spacing:2px;
	font-size:12px;
	margin-bottom:40px;
}
#contactArea p span{
	color:#FFFF99;
}

#contactArea .item{
	width:48%;
}
#contactArea dl dt{
	padding-bottom:15px;
	font-size:12px;
	letter-spacing:2px;
	color:#FFFFFF;
}
#contactArea span{
	color:#FFFF99;
}
#contactArea dl dd{
	margin-bottom:20px;
}
#contactArea .fbox input{
	background-color:#68C7E8;
	letter-spacing:2px;
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	padding:12px 15px 15px 15px;
	 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size:14px;
	border:none;
	width:450px;
	color:#FFF;
}

#contactArea textarea{
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	height:386px;
	background-color:#68C7E8;
	letter-spacing:2px;
	padding:12px 15px 15px 15px;
	 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size:14px;
	color:#FFF;
	width:450px;
	border:none;
}
#btnWrap{background-color:#333333;}
#sendBtn{
	text-align:center;
	width:360px;
	margin:0 auto 0 auto;
	padding-bottom:100px;
	background:none;
}	
#sendBtn input{
	text-align:center;
	width:310px;
	color:#FFFFFF;
	background:none;
}	
#sendBtn input:hover{
	background-color:#FFFFFF;
	color:#333;	
}	
#sendBtn button{
	text-align:center;
	width:310px;
	color:#FFFFFF;
	background:none;
}

address {
	text-align: right;
	padding: 20px;
	font-size: 10px;
	font-style: normal;
}
.check-page {
	background:url("/images/pickup_flag.gif") repeat-x top;
	padding: 130px 0 100px;
	text-align: center;
}
.thanks .con-l{
	max-width: 630px;
	margin: 0 auto;
}
.thanks p{
	text-align: left;
	line-height: 2;
	margin-bottom: 20px;
}
.thanks a {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	margin: 45px auto 0;
	font-size: 14px;
	color: #fff;
	background: #81D5F2;
	padding: 15px 60px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	width: 250px;
	}
.check-page input {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: #81D5F2;
	padding: 10px 60px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	width: 250px;
}


@media all and (max-width: 1024px) {
	#aboutArea h2 {
		font-size: 4vw;
	}
	#directorArea .fbox {
		padding: 0 0vw;
	}
	#directorArea article dl dt {
		width: 21vw;
		height: 21vw;
	}
	#directorArea article dl dd {
		width: 21vw;
		height: 21vw;
	}
}
@media all and (max-width: 834px) {
	#aboutArea h2 {
		font-size: 3.8vw;
	}
}
@media all and (max-width: 480px) {
	.container {
		padding: 0 4vw;
	}
	#main {
		height: 350px;
		background-position: center;
	}
	#main h1 {
		width: 80%;
		padding-top: 80px;
	}
	#newsArea {
		padding: 90px 0 40px;
	}
	#newsArea h2 {
		font-size: 6vw;
		margin-bottom: 35px;
	}
	h2 span::after {
		border-width: 4.7vw 10px 4.7vw 0px;
	}
	#newsArea .item {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 5%;
		font-size: 3.2vw;
	}
	#newsArea .item:nth-child(2) {
		margin-right: 0;
	}
	#newsArea .item img {
		margin-bottom: 10px;
	}
	#facebook {
		padding: 60px 0;
	}
	#facebook h2 {
		font-size: 6vw;
	}
	#aboutArea {
		padding: 60px 0;
	}
	#aboutArea h2 {
		font-size: 6vw;
		margin-bottom: 35px;
	}
	#aboutArea h2 span {
		padding: 10px 25px;
		margin-top: 10px;
		line-height: 1.3;
		display: block;
	}
	#aboutArea h2 span::after {
		border-width: 10.5vw 16px 10.5vw 0px;
	}
	#aboutArea h3 {
		line-height: 8.6vw;
		letter-spacing: 1px;
		font-size: 4.5vw;
	}
	#aboutArea .tx {
		width: 100%;
		padding: 20px;
		order: 2;
	}
	#aboutArea .img {
		width: 100%;
		order: 1;
	}
	#naiyouArea h4 {
		font-size: 5vw;
	}
	#naiyouArea .tx {
		width: 100%;
		padding: 0px;
	}
	#naiyouArea .img {
		width: 90%;
		margin: 30px auto;
		order: 2;
	}
	#directorArea {
		padding: 60px 0;
	}
	#directorArea p {
		line-height: 8vw;
		font-size: 4.5vw;
	}
	#directorArea .item {
		width: 44vw;
		height: 44vw;
		margin-bottom: 20px;
	}
	#naiyouArea dl {
		margin-bottom: 15px;
	}
	#directorArea h2 {
		font-size: 6vw;
		margin-bottom: 35px;
	}
	#directorArea article dl dt {
		width: 44vw;
		height: 44vw;
	}
	#directorArea article dl dd {
		width: 44vw;
		height: 44vw;
	}
	#contactArea .item {
		width: 100%;
	}
	#contactArea .fbox input {
		font-size: 16px;
		width: 100%;
	}
	#contactArea textarea {
		font-size: 16px;
		width: 100%;
	}
	#contactArea h2 {
		margin-bottom: 35px;
		font-size: 7vw;
	}
	.check-page {
		padding: 130px 4vw 100px;
	}
	.thanks {
		padding: 130px 4vw 100px;
font-size: 5vw;
	}
}
