html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
fieldset{
	border:none;
}

#wrap{
	overflow: hidden;
}
a {color: #ffffff;
  text-decoration: none;
  }
a:visited {
  color:#ffffff;
  }
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
/*PC用記述*/
@media screen and (min-width:765px){
.content {
    width:1080px;
    margin-left:auto;
    margin-right:auto;
}
.content2 {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.center {
    width:1080px;
    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
.hide-pc {
        display:none;
}
	.toggle {
    /* display:none; */ /* 通常時は非表示 */
    position: fixed; /* bodyに対しての絶対位置指定 */
	right: 0;
    display: block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 3;
    background: #b69723;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #ffffff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 10px;
    right: 12px;
}
.toggle span:nth-child(1) {
    top: 6px;
}
.toggle span:nth-child(2) {
    top: 26px;
}
.toggle span:nth-child(3) {
    top: 46px;
}
.toggle span:nth-child(4) {
    border: none;
    top: 43px;
    left: 18px;
    font-size: 15px;
    font-weight: bold;
	color: #ffffff;
}

/***** クリック後のボタン *****/
/* 最初のspanをマイナス45度にする */
.toggle.active span:nth-child(1) {
    top: 26px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度にする */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*************************************
* グローバルメニュー
*************************************/
/* .global_nav */
.global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 20px;
	padding-bottom: 20px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(226,185,79,0.70);
    transition: all 0.8s;  
}
.global_nav .nav_li {
    width: 100%;
    padding: 8px;
    list-style-type: none;
}
.global_nav .nav_li a {
    display: block;
    color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

/* .global_navに.activeが追加 */
.global_nav.active {
    transform: none;
}
	header{
		background-color: rgba(255,255,255,0.9);
		height: 80px;	
		top: 0;
		z-index: 1;
  		position: fixed; /* 固定 */
  		top: 0; /* 一番上に表示 */
  		width: 100%; /* 中央に表示 */

	}

	#header{		
		
	}
	#shinsotsu{
		float: left;
		margin: 30px 30px 0 20px;
	}
	.left01{
		float: left;
		padding-left: 1%;
	}
	.right01{
		float: right; 
	}
	#hdentry{
		position: fixed; /* bodyに対しての絶対位置指定 */
		top: 0;
		right: 5%;
		float:right;
		z-index: 1;
	}
	#main{
		overflow: hidden;
		margin-top: 80px;
		height:100% ;
		background: url(../img/mainbg.png) no-repeat;
		background-size: contain;
	}
	#main h1{
		margin:28% 0 0 4%;
	}
	#main p{
		margin: 2% 0 10% 5%;
	}
	#main p img{
		width: 25%;
	}
	.ttl01{
		margin: 50px auto;
		text-align: center;
	}
	.pic01 img{
		width: 100%;
	}
	#pic01{
		background: url(../img/pic01.png) no-repeat top right;
		height: 397px;
	}
	#pic01 h3{
		color: #ff0a8f;
		font-size: 26px;
		font-weight: bold;
		margin: 0 0 0 10px;
		padding-top: 240px;
	}
	#pic01 p{
		font-size: 18px;
		margin: 26px 0 0 10px;
		line-height: 24px;
	}
	#pic02{
		background: url(../img/pic02.png) no-repeat top left;
		height: 397px;
		width: 610px;
	}
	#pic02 h3{
		color: #ff0a8f;
		font-size: 26px;
		font-weight: bold;
		margin: 50px 0 0 570px;
		padding-top: 12px;
		width: 470px;
	}
	#pic02 p{
		font-size: 16px;
		margin: 26px 0 0 570px;
		line-height: 24px;
		width: 480px;
	}
	.text01{
		margin: 90px 0 0 0;
		background: url(../img/text01.png) no-repeat top left;
		height: 143px;
	}
	.text01 p{
		width: 860px;
		padding: 40px 10px 0 190px;
		font-size: 16px;
		line-height: 22px;
	}
	.text02{
		margin: 30px 0 0 0;
		background: url(../img/text02.png) no-repeat top right;
		height: 143px;
	}
	.text02 p{
		width: 860px;
		padding: 40px 0px 0 10px;
		font-size: 16px;
		line-height: 22px;
	}
	.text03{
		margin: 30px 0 80px 0;
		background: url(../img/text03.png) no-repeat top left;
		height: 143px;
	}
	.text03 p{
		width: 860px;
		padding: 40px 10px 0 190px;
		font-size: 16px;
		line-height: 22px;
	}
	.bgcolor01{
		background-color: #fff8e2;
	}
	#work{
		background: url(../img/bgwork.png) no-repeat;
		height: 2135px;
		padding: 128px 0 0 290px;
	}
	.worksection{
		width: 330px;
	}
	#work h4{
		font-size: 24px;
		font-weight: bold;
		color: #ae8a10;
		margin: 0 0 10px 0;
	}
	#work p{
		font-size: 16px;
		line-height: 24px;
	}
	#work02{
		margin: 272px 0 0 290px;
	}
	#work h3{
		font-size: 30px;
		text-align: center;
		font-weight: bold;
		color: #ff0a8f;
		margin: 130px 140px 0 0;
	}
	#work h3 span{
		font-size: 18px;
		color: #222222;
	}
	#work03{
		margin: 60px 0 0 0;
		height: 220px;
	}
	.work04{
		height: 224px;
	}
	#work05{
		margin:  50px 0 0 290px;
	}
	panel {
  		width: 500px;
	}
 
	#panel > dt {
		cursor: pointer;
		margin-top: 50px;
	}
 
	#panel > dd {
		width: 826px;
		margin: 0px;
		padding: 57px 98px 40px;
		background-color: #fcf7f7;
	}
	#panel > dd h4{
		font-size: 24px;
		font-weight: bold;
	}
	.question01{
		font-size: 32px;
		font-style: italic;
		color: #ff0a8f;
	}
	.bold-q{
		font-size: 24px;
		color: #ff0a8f;
		font-style: italic;
		margin: 0 20px 0 8px;
	}
	#panel > dd p{
		margin: 16px 0 32px;
		font-size: 16px;
		line-height: 22px;
	}
	#message{
		text-align: center;
		margin: 0 auto;
		background-color: #ae8a10;
		margin: 60px 0 0;
		padding: 40px 0 60px;
	}
	#message p{
		color: #ffffff;
		font-size: 16px;
		line-height: 26px;
		margin-top: 30px;
	}
	#requirements table{
		border-bottom:3px #ae8a10 solid;
		border-top:3px #ae8a10 solid;
		margin-bottom:76px;
	}
	#requirements th{
		background-color:#f7f2dc;
		font-size:19px;
		font-weight:bold;
		color:#ae8a10;
		width:244px;
		padding:28px 0 28px 24px;
		text-align:left;
		border-bottom:1px #ae8a10 solid;
		vertical-align:text-top;
	}
	#requirements td{
		font-size:19px;
		padding:28px 16px 28px 24px;
		text-align:left;
		border-bottom:1px #ae8a10 solid;
		line-height:26px;
		width:794px;
	}
	#requirements td span{
		font-weight: bold;
		font-size: 24px;		
	}
	#nagare{
		background-color:#e5f8ff;
	}
	input{
		height:26px;
		font-size:19px;
	}
	textarea{
		font-size:19px;
	}
	.red{
		color:#FFFFFF;
		padding:4px 12px;
		margin-left:16px;
		background-color:#ec6890;
		font-size:16px;
		border-radius: 4px;
	}
	#training{
		padding: 1px 0 40px;
	}
	#training p{
		width: 900px;
		margin: 0 auto 30px;
		line-height: 24px;
		font-size: 16px;
	}
	#entry table{
		border-bottom:3px #ae8a10 solid;
		border-top:3px #ae8a10 solid;
		margin-bottom:76px;
	}
	#entry th{
		background-color:#f7f2dc;
		font-size:19px;
		font-weight:bold;
		color:#ae8a10;
		width:244px;
		padding:28px 0 28px 24px;
		text-align:left;
		border-bottom:1px #ae8a10 solid;
		vertical-align:text-top;
	}
	#entry td{
		font-size:19px;
		padding:28px 16px 28px 24px;
		text-align:left;
		border-bottom:1px #ae8a10 solid;
		line-height:26px;
		width:794px;
	}
	#submit{
		margin: 0;
		padding: 0;
		border: 0;
	}
	footer{
		background-color: #ae8a10;
		padding: 30px;
		margin-top: 60px;
		color: #ffffff;
		line-height: 24px;
		height: 60px;
	}
	#left01{
		float: left;
	}
	#right{
		float: right;
		padding-top: 40px;

	}
	#thx{
		position: fixed;
    	bottom: 0;
    	width: 100%;
		margin: 0 auto;
	}
	#thx-content{
		margin: 150px auto;
	}
	#thx-content h2{
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		color: #ae8a10;
	}
	#thx-content p{
		text-align: center;
		margin-top: 26px;
	}
}

/*SP用記述*/
@media screen and (max-width:765px){
body{
	width:100%;

}
.content {
	width:100%;
}
	.center{
		text-align: center;
	}
img{
	width:100%;
}
	.wrap{
		overflow: hidden;
	}
.hide-sp {
	display:none;
}
	
	
	
	
	.toggle {
    /* display:none; */ /* 通常時は非表示 */
    position: fixed; /* bodyに対しての絶対位置指定 */
	top: 0;
		right: 0;
    display: block;
    width: 14%;
    height: 6%;
    cursor: pointer;
    z-index: 3;
    background: #b69723;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #ffffff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 10px;
    right: 18%;
}
.toggle span:nth-child(1) {
    top: 1%;
}
.toggle span:nth-child(2) {
    top: 28%;
}
.toggle span:nth-child(3) {
    top: 56%;
}
.toggle span:nth-child(4) {
    border: none;
    top: 10px;
    left: 18px;
    font-size: 15px;
    font-weight: bold;
	color: #ffffff;
}

/***** クリック後のボタン *****/
/* 最初のspanをマイナス45度にする */
.toggle.active span:nth-child(1) {
    top: 30%;
    left: 8%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度にする */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 30%;
	right: 12%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*************************************
* グローバルメニュー
*************************************/
/* .global_nav */
.global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 5%;
	padding-bottom: 5%;
    text-align: left;
    color: #ffffff;
    background-color: rgba(226,185,79,0.70);
    transition: all 0.8s;  
}
.global_nav .nav_li {
    width: 100%;
    padding: 8px;
    list-style-type: none;
}
.global_nav .nav_li a {
    display: block;
    color: #ffffff;
	font-weight: bold;
	font-size: 4vw;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

/* .global_navに.activeが追加 */
	.global_nav.active {
    transform: none;
}
	header{
		background-color: rgba(255,255,255,0.9);
			
		top: 0;
		z-index: 1;
  		position: fixed; /* 固定 */
  		top: 0; /* 一番上に表示 */
  		width: 100%; /* 中央に表示 */

	}

	#header{		
		
	}
	.left01{
		float: left;
		width: 30%;
		padding: 0 0 0 2%;
	}
	.right01{
		float: right; 
	}
	#hdentry{
	position: fixed; /* bodyに対しての絶対位置指定 */
		top: 0;
	margin-left: 55%;
		float:right;
		z-index: 1;
		width: 32%;
	}
	#main{
		overflow: hidden;
		margin-top: 16%;
	
		background: url(../img/sp-mainbg.png) no-repeat;
		background-size: contain;
	}
	#main h1{
		margin: 48% 0 0 0;
		text-align: center;
	}
	#main p{
		margin: 0;
		padding: 0 10%;
	}
	.ttl01{
		margin: 10% auto;
		width: 98%;
		text-align: center;
	}
	#pic01{
		background: url(../img/pic01.png) no-repeat;
		background-size: contain;
	}
	#pic01 h3{
		color: #ff0a8f;
		font-size: 5.4vw;
		font-weight: bold;
		margin: 0 3% 0 ;
		padding-top: 54%;
		line-height: 1.4em;
	}
	#pic01 p{
		font-size: 4vw;
		margin: 5% 3% 10% ;
		line-height: 1.3em;
	}
	#pic02{
		background: url(../img/sp-pic02.png) no-repeat;
		background-size: contain;
	}
	#pic02 h3{
		color: #ff0a8f;
		font-size: 5.4vw;
		font-weight: bold;
		margin: 0 3% 0 ;
		line-height: 1.4em;
		padding-top: 54%;
	}
	#pic02 p{
		font-size: 4vw;
		margin: 5% 3% 10% ;
		line-height: 1.3em;
	}
	.text01{
		margin: 10% 0 0 0;
		background: url(../img/sp-text01.png) no-repeat;
		background-size: contain;
	}
	.text01 p{
		padding: 40% 2% 0 ;
		font-size: 4vw;
		line-height: 1.3em;
	}
	.text02{
		margin: 10% 0 0 0;
		background: url(../img/sp-text02.png) no-repeat;
		background-size: contain;
	}
	.text02 p{
		padding: 40% 2% 0% ;
		font-size: 4vw;
		line-height: 1.3em;
	}
	.text03{
		margin: 10% 0 0 0;
		background: url(../img/sp-text03.png) no-repeat;
		background-size: contain;
	}
	.text03 p{
		padding: 40% 2% 10% ;
		font-size: 4vw;
		line-height: 1.3em;
	}
	.bgcolor01{
		background-color: #fff8e2;
	}

	.worksection{
	}
	#work h4{
		font-size: 24px;
		font-weight: bold;
		color: #ae8a10;
		margin: 0 0 10px 0;
	}
	#work p{
		font-size: 16px;
		line-height: 24px;
	}
	#work02{

	}
	#work h3{
		font-size: 30px;
		text-align: center;
		font-weight: bold;
		color: #ff0a8f;
		margin: 130px 140px 0 0;
	}
	#work h3 span{
		font-size: 18px;
		color: #222222;
	}
	#work03{
		margin: 60px 0 0 0;
		height: 220px;
	}
	.work04{
		height: 224px;
	}
	#work05{
		margin:  50px 0 0 290px;
	}
	panel {
  		width: 500px;
	}
 
	#panel > dt {
		cursor: pointer;
		margin-top: 2%;
	}
 
	#panel > dd {
	
		margin: 0px;
		padding: 4%;
		background-color: #fcf7f7;
	}
	#panel > dd h4{
		font-size: 4.0vw;
		font-weight: bold;
		line-height: 1.5em;
	}
	.question01{
		font-size: 6vw;
		font-style: italic;
		color: #ff0a8f;
	}
	.bold-q{
		font-size: 4.0vw;
		color: #ff0a8f;
		font-style: italic;
		margin: 0 2% 0 1%;
	}
	#panel > dd p{
		margin: 3% 0 5%;
		font-size: 3.5vw;
		line-height: 1.3em;
	}
	#message{
		text-align: center;
		margin: 0 auto;
		background-color: #ae8a10;
		margin: 10% 0 0;
		padding: 5% 3% 10%;
	}
	#message h2{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	#message p{
		color: #ffffff;
		font-size: 3.5vw;
		line-height: 1.3em;
		margin-top: 5%;
	}
	.requirements-sp{
	border-top: solid 2px #ae8a10;
	border-bottom: solid 1px #ae8a10;
}
	.requirements-sp dt{
	background-color:#f7f2dc;
	color:#ae8a10;
	font-weight:bold;
	padding:3% 5% 3% 5%;
	font-size:3.2vw;
}
	.requirements-sp dd{
	padding:4% 4% 4% 5%;
	font-size:3.0vw;
	line-height:1.3em;
}


	#nagare{
		background-color:#e5f8ff;
	}
	input{
		height:3%;
		font-size:3.5vw;
	}
	textarea{
		font-size:3.5vw;
		background-color: #ffffff;
	}
	.red{
		color:#FFFFFF;
		padding:1% 3%;
		margin-left:4%;
		background-color:#ec6890;
		font-size:2.5vw;
		border-radius: 4px;
	}
	#training{
		padding: 1% 0 5%;
	}
	#training p{
		width: 100%;
		margin: 0 auto 10%;
		line-height: 1.3em;
		font-size: 3.2vw;
		padding: 0 3%;
	}
	
	#submit{
		width: 70%;
		margin: 10% auto 0;
		text-align: center;
		padding: 0;
		border: 0;
	}
	#submit img{
		height:0%;
	}
	footer{
		background-color: #ae8a10;
		padding: 5% 5% 5%;
		margin-top: 10%;
		color: #ffffff;
		line-height: 1.5em;
		font-size: 3vw;
	}
	#left01{
	
	}
	#right{
	

	}
		#thx{
		
    	width: 100%;
		margin: 100% auto 0;
	}
	#thx-content{
		margin: 30% auto;
		padding: 0 2%;
	}
	#thx-content h2{
		font-size: 6vw;
		font-weight: bold;
		text-align: center;
		color: #ae8a10;
	}
	#thx-content p{
		text-align: center;
		margin-top: 10%;
		font-size: 3vw;
		line-height: 1.6em;
	}
	
	
	

}


