/*全体共通*/
body {
  -webkit-text-size-adjust: 100%;
  background-color: #fcf9eb;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  color: #333333;
}
h1{
  max-height: 100%; 
  color: #333333;
}
a{
	color: #333333;
	font-weight: normal;
}
a:hover{
	cursor: pointer;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.red{
	color: #e60012!important;
}
.yellow{
	color: #ffff00;
}
.blue{
	color: #3372b9;
	transition: .3s;
}
.blue:hover{
	color: #135299;
}
.pink{
	color: #ff7987;
}
.center{
	text-align: center;
}
.under{
	border-bottom: 1px solid #888;
}
#loading{
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
/*パンくずリスト*/
.breadcrumbs{
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 20px;
}
.breadcrumbs li{
	position: relative;
	padding: 0 10px;
	line-height: 20px;
	height: 20px;
}
.breadcrumbs li a,.breadcrumbs li{
	display: inline-block;
	font-size: 1.3rem;
	color: #494949;
}
.breadcrumbs li:after{
	content: "";
    display: inline-block;
    border-top: 1px #494949 solid;
    border-right: 1px #494949 solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -4px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumbs li:last-child::after{
	display: none;
}


/*フォント*/
html { font-size: 62.5%; } 
body { font-size: 1.6rem; } 
h1 { font-size: 2.5rem; } 
h2 { font-size: 2rem; }
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}
/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none){
    body {font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;}
}

p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
    color: #233;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
}
.bold{
	font-weight: bold;
}
.serif{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.sanSerif{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
.seurat{
	font-family: fot-seurat-pron,sans-serif;
	font-weight: 600;
	font-style: normal;
}
/*ヘッダー*/
#header{
	position: relative;
	padding: 30px 0;
}
#header #headerLogo {
	width: 150px;
	margin: 0 auto 30px;
}
#header .headerNav{
	width: 90%;
	max-width: 1100px;
	margin: 30px auto;
	background-color: #84be3f;
	border-radius: 50px;
	box-shadow: 1px 1px 2px #ccc;
	height: 50px;
}
#header .headerNav li a{
	width: 20%;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
}
#header .headerNav li a:after{
	content:'';
	width: 2px;
	height: 20px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(20deg);
}
#header .headerNav li:last-child a:after{
	display: none;
}
#header:after{
	content:'';
	position: absolute;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	height: 68%;
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
	z-index: 4;
}
/*メインビジュアル*/
#mainVisual{
	margin: 30px auto;
	width: 90%;
	max-width: 1000px;
	height: 400px;
	background: url(../img/common/mainVisual_bg.png)center/cover no-repeat;
	border-radius: 15px 15px 0 0; 
	position: relative;
	z-index: 2;
}
#mainVisual:after{
	content: '';
	position: absolute;
	background: url(../img/common/deco.png)center/100% no-repeat;
	width: 110%;
	left: -5%;
	max-width: 1200px;
	height: 450px;
	z-index: 3;
}
/*メインビジュアル内テキスト*/
#mainVisual #copyText{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
	height: 230px;
}
#mainVisual #copyText .pageTitle{
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	background-color: #ff7987;
	display: inline-block;
	padding: 0 25px;
	letter-spacing: 2px;
	font-size: 2rem;
	margin-bottom: 10px;
}
#mainVisual #copyText .copy{
	height: 55px;
	line-height: 55px;
	background-color: #fff;
	border-radius: 0 50px 50px 0;
	margin-bottom: 10px;
	font-size: 3rem;
	font-weight: bold;
	padding: 0 25px;
	letter-spacing: 3px;
	color: #ff7987;
	display: inline-block;
}
#mainVisual #copyText .copy span{
	font-size: 3.5rem;
}
#mainVisual #copyText .disc{
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-shadow: 1px 1px 1px #888;
	padding: 0 25px;
}

/*メインコンテンツ*/
.mainCntBox{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}
.mainCntBox.max{
	width: 100%;
	max-width: 100%;
}
.mainCntBox.pink{
	background-color: #ffa3a3;
}
/*見出し*/
.cntTitle{
	text-align: center;
	margin-bottom: 50px;
}
.cntTitle h1,.h1{
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 10px 0;
}
.cntTitle h2{
	font-size: 1.5rem;
	letter-spacing: 3px;
	position: relative;
	display: inline-block;
}
.cntTitle h2:before,.cntTitle h2:after{
	content:'';
	height: 1px;
	width: 50px;
	top:0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background-color: #333;
}
.cntTitle h2:before{
	right: 115%;
}
.cntTitle h2:after{
	left: 115%;
}
/*白抜き*/
.mainCntBox.pink .cntTitle,.mainCntBox.pink .cntTitle h1,.mainCntBox.pink .cntTitle .h1{
	color: #fff;
}
.mainCntBox.pink .cntTitle h2:before,.mainCntBox.pink .cntTitle h2:after{
	background-color: #fff;
}
/*h3*/
.mainCntBox h3{
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.yellowLine{
	position: relative;
	display: inline-block;
	z-index: 1;
}
.yellowLine:before{
	content:'';
	width: 102%;
	height: 10px;
	background-color: #f4e621;
	position: absolute;
	bottom:2px;
	left: -1%;
	z-index: -1;
	border-radius: 10px;
}

/*背景*/
.dot_bg{
	position: relative;
	background-image: radial-gradient(rgba(255, 77, 77, 0.55) 4%, transparent 8%),radial-gradient(rgba(255, 77, 77, 0.55) 4%, transparent 8%);
	background-position: 0 0, 7px 7px;
	background-size: 14px 14px;
}
.yellow_bg{
	background-color: #fff8dc;
}

/*ボタン*/
.greenBtn a{
	display: block;
	text-align: center;
	width: 90%;
    max-width: 400px;
    margin: 50px auto;
    background-color: #84be3f;
    border-radius: 50px;
    box-shadow: 1px 1px 2px #ccc;
    height: 50px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 2px;
    transition: all .5s;
}
.greenBtn a:hover{
	opacity: .8;
}
.contactBtn a{
	display: block;
	width: 90%;
	max-width: 400px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	text-align: center;
	letter-spacing: 3px;
	font-size: 2rem;
	border-radius: 50px;
	border: 1px solid #333;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	margin: 0 auto;
}
.contactBtn a span{
	position: relative;
	display: inline-block;
}
.contactBtn a span:after,.contactBtn a span:before{
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.contactBtn a span:before{
	background: url(../img/common/contactBtn_right.png)center/100% no-repeat;
	right: -43px;
	width: 13px;
	height: 13px;
}
.contactBtn a span:after{
	background: url(../img/common/contactBtn_left.png)center/100% no-repeat;
	left: -43px;
	width: 24px;
	height: 20px;
}
#topReturn{
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 100;
}
#topReturn a{
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/common/topReturn.png)center/100% no-repeat;
}

/*フッター*/
#footer{
	background-color: #84be3f;
}
#footer .snsBox{
	background: #fff;
	padding: 20px 0;
}
#footer .snsBox > div{
	width: 90%;
	max-width: 800px;
	margin: 0 auto; 
}
#footer .snsBox p{
	font-weight: bold;
}
#footer .snsBox li{
	float: left;
}
#footer .snsBox p{
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	border-right: 1px solid #aaa;
	color: #555;
}
#footer .snsBox ul{
	display: inline-block;
	vertical-align: middle;
	padding-left: 13px;
}
#footer .snsBox ul li{
	margin: 0 5px;
	transition: all .3s; 
}
#footer .snsBox ul li:hover{
	opacity: .8;
}
#footer .snsBox ul li a{
	display: block;
}
#contactBox p{
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 1.5rem;
}
#footerCnt{
	padding: 50px 0;
	width: 90%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
#footer .footerLeft {
    color: #fff;
    width: 27%;
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
}
#footer .footerRight {
    width: 67%;
    display: inline-block;
    padding-top: 20px;
}
#footer .footerLeft h1 {
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
#footer .footerLeft h2{
	font-size: 2rem;
	letter-spacing: 2px;
}
#footer .footerLeft h2 {
    font-size: 1.7rem;
}
#footer small {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 1px;
    position: absolute;
    bottom: 20px;
}
#footer .footerRight .footerNav li {
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 15px;
}
#footer .footerRight .footerNav li a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 1px;
    position: relative;
}

/*矢印*/
.scrollDown{
    width: 50px;
    height: 100px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.scrollDown span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 25px;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    height: 60%;
    /*transform-origin: 0 0;*/
  }
  50% {
    height: 100%;
    /*transform-origin: 0 0;*/
  }
  100% {
    height: 60%;
    /*transform-origin: 0 100%;*/
  }
}
.scrollDown span:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.scrollDown span:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 21px;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #333;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

/*PC*/
@media screen and (min-width:900px){
	.pc{
		display: block;
	}
	.tab{
		display: none!important;
	}
	.sp{
		display: none!important;
	}
	.tab_sp{
		display: none!important;
	}
}
/*TAB*/
@media screen and (max-width:899px){
	.pc{
	  	display: none!important;
	}
	.tab{
		display: block;
	}
	.sp{
		display: none!important;
	}
	.tab_sp{
		display: block;
	}

	/*ヘッダー*/
	#header{
		padding: 0;
	}
	#header .headerNav{
		width: 100%;
		height: 500px;
		background: none;
		box-shadow: none;
		border-radius: 0;
		position: fixed;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: -1;
	}
	#header .headerNav li{
		opacity: 0;
	    -webkit-transform: scaleX(0) translateX(-260px);
	    transform: scaleX(0) translateX(-260px);
	    -webkit-transition: none;
	    transition: none;
	    pointer-events: none;
	}
	#header .headerNav li a{
		display: block;
		width: 100%;
		float: none;
		position: static;
		height: 100px;
		line-height: 100px;
		font-size: 1.8rem;
	}
	#header .headerNav li a span{
		position: relative;
	}
	#header .headerNav li a span:before{
		content:'';
		top: 0;
		bottom: 0;
		left: -35px;
		margin: auto;
		position: absolute;
	}
	#header .headerNav li:first-child a span:before{
		width: 21px;
		height: 21px;
		background:url(../img/about/aboutIcon_w.png)center/100% no-repeat;
	}
	#header .headerNav li:nth-child(2) a span:before{
		width: 22px;
		height: 22px;
		background:url(../img/business/businessIcon_w.png)center/100% no-repeat;
	}
	#header .headerNav li:nth-child(3) a span:before{
		width: 20px;
		height: 20px;
		background:url(../img/media/mediaIcon_w.png)center/100% no-repeat;
	}
	#header .headerNav li:nth-child(4) a span:before{
		width: 20px;
		height: 22px;
		background:url(../img/topic/topicIcon_w.png)center/100% no-repeat;
	}
	#header .headerNav li:last-child a span:before{
		width: 24px;
		height: 24px;
		background:url(../img/contact/contactIcon_w.png)center/100% no-repeat;
	}
	#header .headerNav li a:after{
		display: none;
	}
	#header #headerLogo{
		margin: 0;
		padding-left: 20px;
	}
	#header #headerLogo a{
		display: inline-block; 
		line-height: 60px;
	}
	#header #headerLogo a img{
		vertical-align: middle;
	}
	#header:after{
		display: none;
	}
	#header .homeBtn{
		position: fixed;
		top: 20px;
		left: 8%;
		opacity: 0;
		transition: .5s;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#header .homeBtn span {
	    display: block;
	    width: 24px;
	    height: 22px;
	    background: url(../img/common/home.svg)center/100% no-repeat;
	}

	/*ナビゲーションボタン*/
	#header .navBtn{
		width: 30px;
		height: 30px;
		position: fixed;
		right: 25px;
		top: 15px;
		z-index: 101;
	}
	#header .navBtn span{
		width: 100%;
		height: 2px;
		display: block;
		background-color: #fff;
		position: absolute;
		transition: .3s;
		top:-10px;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		border-radius: 10px;
	}
	#header .navBtn span:last-child{
		top: 10px;
	}
	#header #nav-bg {
	    content: "";
	    width: 2400px;
	    height: 2400px;
	    margin-right: -1200px;
	    margin-top: -1200px;
	    top: 30px;
	    right: 40px;
	    display: block;
	    position: fixed;
	    background: #84be3f;
	    -webkit-border-radius: 50%;
	    border-radius: 50%;
	    -webkit-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -webkit-transform: scale(.02);
	    transform: scale(.02);
	    z-index: 100;
	}
	

	/*オープン後*/
	#header.open .navBtn span{
		transition: .3s;
	}
	#header.open .navBtn span:first-child{
		top:0;
		-webkit-transform:rotate(-40deg);
	}
	#header.open .navBtn span:last-child{
		top:0;
		-webkit-transform:rotate(40deg);
	}
	#header.open #nav-bg {
	    -webkit-transform: scale(1);
	    transform: scale(1);
	    -webkit-transition: all .6s ease-out;
	    transition: all .6s ease-out;
	}
	#header.open .headerNav{
		z-index: 102;
	}
	#header.open .headerNav li{
		opacity: 1;
	    -webkit-transform: scaleX(1) translateX(0);
	    transform: scaleX(1) translateX(0);
	    -webkit-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	    -webkit-transition-delay: .1s;
	    transition-delay: .1s;
	    pointer-events: visible;
	}
	#header.open .headerNav li:nth-child(2) {
	  -webkit-transition-delay: .2s;
	  transition-delay: .2s;
	}
	#header.open .headerNav li:nth-child(3) {
	  -webkit-transition-delay: .3s;
	  transition-delay: .3s;
	}
	#header.open .headerNav li:nth-child(4) {
	  -webkit-transition-delay: .4s;
	  transition-delay: .4s;
	}
	#header.open .headerNav li:nth-child(5) {
	  -webkit-transition-delay: .5s;
	  transition-delay: .5s;
	}
	#header.open .homeBtn{
		opacity: 1;
		transition: .5s;
		-webkit-transform: scale(1);
		transform: scale(1);
	}


	/*メインビジュアル*/
	#mainVisual{
		margin: 0;
		border-radius: 0;
		width: 100%;
		height: 600px;
		background: url(../img/common/mainVisual_bg_sp.jpg)center/cover no-repeat;
	}
	#mainVisual:after{
		display: none;
	}
	#mainVisual #copyText{
		top: 20px;
		bottom: auto;
	}
	#mainVisual #keyVisual:after {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    margin: auto;
	    width: 100%;
	    max-width: 1000px;
	    height: 75%;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: auto 100%;
	    z-index: 4;
	}
	/*お問い合わせボタン*/
	.contactBtn a{
		height: 100px;
		line-height: 100px;
	}
	.contactBtn a span:before,.contactBtn a span:after{
		left: 0;
		right: 0;
		margin: auto;
	}
	.contactBtn a span:before{
		top:60px;
		-webkit-transform:rotate(90deg);
	}
	.contactBtn a span:after{
		bottom:60px;
	}
	/*SNS*/
	#footer .snsBox > div{
		width: 280px;
	}
	#footer .footerLeft{
		width: 100%;
		margin-right: 0;
		display: block;
		text-align: center;
	}
	#footer .footerRight{
		width: 100%;
		display: block;
		text-align: center;
	}
	#footer small{
		text-align: center;
		width: 100%;
	}
}

/*SP*/
@media screen and (max-width:480px){
	.tab{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
	/*ヘッダー*/
	#header #nav-bg{
		right: 30px;
		width: 185vh;
	    height: 185vh;
	    margin-right: -92.5vh;
	    margin-top: -92.5vh;
        -webkit-transform: scale(.032);
    	transform: scale(.032);
	}
	#header .navBtn{
		right: 17.5px;
		top: 17.5px;
		width: 25px;
		height: 25px;
	}
	#header .navBtn span{
		top: -8px;
	}
	#header .navBtn span:last-child{
		top: 8px;
	}
	#header .headerNav {
		height: 400px;
	}
	#header .headerNav li a{
		height: 70px;
		line-height: 70px;
		font-size: 1.7rem;
	}
	/*メインビジュアル*/
	#mainVisual{
		height: 500px;
	}
	#mainVisual #copyText .pageTitle{
		font-size: 1.9rem;
		padding: 0 15px;
	}
	#mainVisual #copyText .copy{
		font-size: 2.5rem;
		padding: 0px 15px;
		letter-spacing: 1px;
	}
	#mainVisual #copyText .copy span{
		font-size: 2.8rem;
	}
	#mainVisual #keyVisual:after{
		height: 68%;
	}
	/*ボタン*/
	.greenBtn a{
		margin-bottom: 0;
		margin-top: 20px;
	}
	/*見出し*/
	.cntTitle{
		margin-bottom: 30px;
	}
	.mainCntBox h3{
		font-size: 2rem;
	}
	/*フッター*/
	#footer .footerRight .footerNav li{
		width: 48%;
		margin: 20px 1%;
	}
	#footer .footerRight .footerNav li:last-child{
		width: 100%;
	}
	/*矢印*/
	.scrollDown{
		bottom: 0;
	}
}
