html {
		font: 100%;
		/*base 16px*/
		height: 100%;
}

body {
		margin: 0;
		padding: 0;
		position: relative;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
		color: #333;
		background: #fdfdfd;
		height: 100%;
		line-height: 1.6;
		font-size: 88%;
}

.min {
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h1,
h2 {
		margin: 0;
		padding: 0;
}

h2 {
		text-align: center;
		font-size: 200%;
		padding: 40px 0!important;
}

section {
		padding: 20px 0;
}

section#container {
		padding: 0;
}


/* header*/

#sp_menu_open,
#sp_menu_close {
		display: none;
}

header {
		display: block;
		width: 100%;
		padding: 0;
		z-index: 9999;
		top: 0;
		margin: 0;
		position: fixed;
		/*background-color: rgba(205,205,205,0.3);*/
}

header h1 {
		float: left;
		padding: 0;
		margin: 0;
		line-height: 0.2;
		padding: 0 15px;
		display: inline-block;
}

header h1 img {
		width: 250px;
}

header p.language {
		text-align: right;
		margin: 0;
		padding: 0;
}

header p.language a {
		background: #000;
		color: #fff;
		padding: 5px 10px;
		display: inline-block;
}

header .clearfix h1 {
		float: left;
		margin: 15px 0;
}

header .clearfix nav {
		float: right;
		margin: 15px 0;
		padding: 25px 0 0 0;
}

header nav ul {
		display: table;
		table-layout: auto;
		width: 100%;

}

header nav ul li {
		display: table-cell;
		padding: 0 0 0 10px;
}

header nav ul li a {
		display: block;
		text-align: right;
		color: #777;
		font-weight: bold;
		padding: 5px 15px;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		behavior: url("css/PIE.htc");
}

header nav ul li a:hover {
		background: #ff9900;
		color: #fff;
}

header.headermenu {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-color: rgba(255, 255, 255, 0.8);
		height: auto;
		border-bottom: 1px solid rgba(205, 205, 205, 0.8);
}

header.headermenu nav ul li a {
		background: transparent;
		padding: 5px 10px!important;
}

header.headermenu nav ul li a:hover {
		background: #ff9900;
}

header.headermenu img {
		-webkit-transition: all 0.8s ease;
		-moz-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		transition: all 0.8s ease;
		width:200px;
}

header.headermenu h1 {
		margin: 7px;
}

header.headermenu nav {
		padding: 0 0 0 0;
}

.flexslider {
		width: 100%;
		height: 100%!important;
		max-height: 900px;
		min-height: 900px;
		overflow: hidden;
}

.main {
		margin: 0 auto;
		width: 90%;
}

#photo {
		width: 100%;
		background: url(../img/photo.jpg) top center;
		height: 182px;
		padding: 0;
}




#job h2 {
		border-bottom: 3px #F4C31C solid;
		margin: 10px 10px 0 10px!important;
		padding: 10px 0 10px 0!important;
}

#job {
		padding-bottom: 0;
		/*margin-top: -380px;*/
		margin: 0 auto 0 auto;
		z-index: 9990;
		position: relative;
		overflow: hidden;
		padding:30px 0 20px 0;
		border-spacing: 20px;
		background:#F4C31C;
}

#job .main {
		background-color: #fff;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-o-border-radius: 7px;
		-ms-border-radius: 7px;
}


#job .main .iframe-wrapper{
		width: 100%;
		height: 300px;
		margin-bottom:30px;
		padding:10px;
}

#job .main iframe {
		width: 100%;
		height: 270px;
		overflow-y: scroll;
		overflow-x: hidden!important;
}




#skillupInfo h2 {
		border-bottom: 3px #ddd solid;
		margin: 10px 10px 0 10px!important;
		padding: 10px 0 5px 0!important;
		line-height:1.2;
		color:#333;
		text-align: left;
		font-size: 190%;
		letter-spacing: 1px;
		color:#555;
}

#skillupInfo h2 span{
		color:#ff9900;
		font-size:130%;
		margin: 0px!important;
		padding: 0!important;
}

#skillupInfo {
		padding-bottom: 0;
		/*margin-top: -380px;*/
		z-index: 9990;
		position: relative;
		overflow: hidden;
}

#skillupInfo .main {
		background-color: rgba(255, 255, 255, 0.9);
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-o-border-radius: 7px;
		-ms-border-radius: 7px;
		-moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
		width: 60%;
}


#skillupInfo .main .iframe-wrapper{
		width: 100%;
		height: 250px;
		margin-bottom:30px;
}


#skillupInfo .main iframe {
		width: 100%;
		height: 220px;
		overflow-y: scroll;
		overflow-x: hidden!important;
}

#read {
		background: url(../img/bg_tile.gif);
}

#read .main {
		padding: 20px 0 50px 0;
		text-align: center;
		line-height: 3;
}

#read h2 {
		padding: 0;
		margin: 0;
		line-height: 2;
}

#read .keyconcept {
		width: 800px;
		padding: 0 50px 20px 50px;
		background-color: rgba(255, 192, 18, 0.7);
		text-align: left;
		margin: 30px auto 0 auto;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
}

#read .keyconcept h2 {
		padding: 10px 0 10px 0!important;
}

#read .keyconcept li {
		text-align: left;
		padding-left: 40px;
		position: relative;
}

#read .keyconcept li:before {
		content: "\f084";
		font-family: FontAwesome;
		position: absolute;
		left: 0;
}

#sns {
		text-align: center;
		border-top: 1px solid #ccc;
}

#greeting {
		padding: 0!important;
		overflow: hidden;
		background: #fff;
		display: table;
		width: 100%;
		table-layout: auto;
}

#greeting .photo {
		background-image: url("../img/agleement_photo.jpg");
		background-position: top right;
		background-size: cover;
		display: table-cell;
		width:380px!important;
}

#greeting .greeting_main {
		padding: 20px 50px 20px 150px;
		line-height: 2;
		display: table-cell;
}

#greeting .greeting_main p {
		text-align: right;
		margin-top: 15px;
		line-height: 1.5;
		overflow: hidden;
}

#greeting .greeting_main h2 {
		text-align: left;
		border-bottom: 1px solid #ddd;
		margin: 10px 0 40px 0!important;
		padding: 10px 0 5px 0!important;
}

#greeting .button {
		display: inline-block;
		margin-top: 30px;
		padding: 10px;
		text-align: center;
		border: 3px solid #FFC900!important;
		line-height: 1.5;
		width: 220px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
}

#greeting .button:hover {
		color: #aaa;
}

#profile table {
		width: 100%;
		margin-bottom: 20px;
}

#profile table th {
		font-weight: bold;
		background: #f5e66a
}

#profile table th,
#profile table td {
		border: 1px solid #aaa;
		padding: 5px;
}

#profile li {
		list-style: disc;
		list-style-position: inside;
}

#service {
		padding: 20px 0 40px 0;
		/*background-image: url("../img/03.jpg");*/
		min-height: 580px;
		background: -webkit-gradient(linear, left top, right bottom, from(#FFC012), color-stop(0.5, #FFC012), color-stop(0.5, #FFC900), to(#FFC900));
		background: -moz-linear-gradient(left top, #FFC012 0%, #FFC012 50%, #FFC900 50%, #FFC900);
		background: -ms-radial-gradient(left, #FFC012, #FFC900);
}

#service h3 {
		width: 100%;
		padding: 0px 0 10px 0;
		margin: 0!important;
		vertical-align: middle!important;
		display: block;
}


#service .subTitle{
	font-size:70%;
	font-weight: normal;
}

#service ul {
		border-collapse: separate;
		border-spacing: 18px 9px;
		table-layout: fixed;
		display: table;
}

#service ul li {
		text-align: center;
		margin: 0;
		display: none;
		position: relative;
		background: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
}

#service ul li a {
		margin: 0!important;
		display: block;
		position: relative;
		padding: 100px 0 10px 0;
		height: 100%;
}

#service ul li:hover {
		background: rgba(255, 255, 255, 0.9);
}

#service ul li a:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)"
}

#service ul li a:before {
		margin-top: 25px;
}

#service ul li p {
		padding: 0 20px 0 20px;
		font-size: 93%;
		text-align: left;
}

#service ul li.service01 a:before {
		background: url(../img/service01.png);
		content: " ";
		display: inline-block;
		width: 50px;
		height: 50px;
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -25px;
}

#service ul li.service02 a:before {
		background: url(../img/service02.png);
		content: " ";
		display: inline-block;
		width: 50px;
		height: 50px;
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -25px;
}

#service ul li.service03 a:before {
		background: url(../img/service03.png);
		content: " ";
		display: inline-block;
		width: 50px;
		height: 50px;
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -25px;
}

#service ul li.service04 a:before {
		background: url(../img/service04.png);
		content: " ";
		display: inline-block;
		width: 50px;
		height: 50px;
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -25px;
}

#service ul li.service05 a:before {
		background: url(../img/service05.png);
		content: " ";
		display: inline-block;
		width: 50px;
		height: 50px;
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -25px;
}

#service ul li.service06 a:before {
		background: url(../img/service06.png);
		content: " ";
		display: inline-block;
		width: 50px;
		height: 50px;
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -25px;
}

#service ul li.service07 a:before {
		background: url(../img/service07.png);
		content: " ";
		display: inline-block;
		width: 50px;
		height: 50px;
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -25px;
}

#service02_detail h2 br,
#service04_detail h2 br,
#service05_detail h2 br,
#service06_detail h2 br,
#bt_form br,
#contact h2 br {
		display: none;
}

#outline {
		background-image: url(../img/outline_bg.jpg);
		background-size: cover;
		padding: 0;
		min-height: 980px;
}

#outline h2,
#outline table {
		display: none;
}

#outline .main {
		background-color: rgba(255, 255, 255, 0.9);
		min-height: 980px;
}

#outline table {
		margin: 0 auto;
		width: 80%;
		border-collapse: separate;
		border-spacing: 0 20px;
}

#outline table th {
		vertical-align: top;
		padding-right: 25px;
		text-align: left;
		font-weight: normal;
}

#outline table td {
		line-height: 2;
}

#outline table td p.tel {
		padding: 0;
		margin: 0 15px 0 0;
		display: inline-block;
}

#outline table td.address div {
		padding-bottom: 15px;
}

#outline table td.address div:last-child {
		padding-bottom: 0;
}

.address a {
		margin-left: 10px;
}

#outline a {
		text-decoration: underline;
		color: #ff0033;
}

.client a span,
.service a span,
.address a span {
		margin-left: 10px;
		display: inline-block;
}

#contact {
		text-align: center;
}

#contact .main {
		padding: 20px 0;
}

#contact h4 {
		font-size: 200%;
		letter-spacing: 2px;
}

#contact .pp {
		padding: 0;
		margin: 0;
		text-decoration: underline;
		color: #ff0033;
}

#contact .tel h5,
#pp .tel h5 {
		font-size: 138%;
		text-align: center;
}

#contact .tel .split {
		width: 100%;
		margin: 20px auto;
		border-collapse: separate;
		border-spacing: 30px 0;
		text-align: center;
}

#pp .tel div {
		width: 300px;
		margin: 20px auto;
		border-collapse: separate;
		border-spacing: 30px 0;
		text-align: center;
		background: #FFC012;
		color: #fff;
		padding: 10px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
}

#contact .tel .split div:first-child {
		background: #FFC012;
		color: #fff;
		padding: 10px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		position: relative;
		border: 2px solid #FFC012;
}

#contact .tel .split:last-child div:first-child {
		background: #fff;
		padding: 0 10px;
		border: none;
}

#contact .tel span,
#pp .tel span {
		font-weight: bold;
		font-size: 188%;
		vertical-align: middle;
}

#bt_form {
		font-weight: bold;
		font-size: 140%;
		color: #fff;
		display: block;
		padding: 20px 20px 20px 20px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		background: #FFC012;
		border: 2px solid #FFC012;
		-ms-border-radius: 4px;
		position: relative;
}

#bt_form.en {
		padding: 15px 100px;
}

#bt_form:hover {
		background: #fff;
		color: #ff9900;
		border: 2px solid #FFC012;
}

#pp {
		padding-top: 80px;
}

#pp ul,
#pp p {
		width: 80%;
		margin: 0 auto;
}

#pp ul li {
		list-style: decimal;
		list-style-position: inside;
		padding: 10px 0;
}

#form {
		padding-top: 130px;
		color: #fff;
}

#form .main {
		background: -webkit-gradient(linear, left top, right bottom, from(#FFC012), color-stop(0.5, #FFC012), color-stop(0.5, #FFC900), to(#FFC900));
		background: -moz-linear-gradient(left top, #FFC012 0%, #FFC012 50%, #FFC900 50%, #FFC900);
		background: -ms-radial-gradient(left, #FFC012, #FFC900);
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
		display: none;
}

#form dl {
		padding: 0 50px 30px 50px;
}

#form dd {
		margin: 3px 0 25px 0;
}

#form dt {
		font-size: 116%;
		font-weight: bold;
}

#form dt:before {
		content: "\f040　";
		font-family: FontAwesome;
}

#form .control {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
}

#form .control input {
		margin: 0 15px!important;
		width: 40%;
		text-align: center;
}

#form dd {
		position: relative;
}

.error {
		position: absolute;
		padding: 5px 5px;
		color: #fff;
		background-color: #ff0000;
		top: -25px;
		right: 0;
		line-height: 1;
		font-size: 75%;
		display: block!important;
		z-index: 10;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		letter-spacing: 1px;
}

.error:after {
		content: '▼';
		font-size: 75%;
		color: #ff0000;
		position: absolute;
		bottom: -7px;
		left: 5px;
}

#form.confirm dd:not(.control) {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: #f8f8f8!important;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
		padding: 10px;
		text-decoration: none;
		width: 100%;
		color: #333;
		min-height: 3.2em;
}

#form.complete .main {
		text-align: center;
		padding-bottom: 50px;
		margin-bottom: 50px;
}

#form.complete .main p {
		margin-bottom: 50px;
		font-size: 116%;
}


/* button
   ==================== */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
		background-color: #fff;
		border: 2px solid #fff;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
		color: #333;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		height: 3em;
		line-height: 3em;
		display: inline-block;
		/*padding: 0 40px!important;*/
		font-weight: bold;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		border: 2px solid #FF4000;
		color: #FF4000;
}

#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		font-size: 400%;
		opacity: 0.7;
		filter: alpha(opacity=70);
		z-index: 9999;
}

#page-top a {
		text-decoration: none;
		color: #666;
}

#page-top a:hover {
		text-decoration: none;
		color: #ff9900;
}

input[type="text"],
input[type="email"],
textarea,
select {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: #f8f8f8!important;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
		padding: 10px;
		text-decoration: none;
		width: 100%;
		color: #333;
		border: 0;
}

textarea {
		min-height: 300px;
}

input[type="text"],
select {
		height: 3.5em;
}

.split {
		display: table;
		border-collapse: separate;
		table-layout: fixed;
		border-spacing: 0;
		width: 100%;
}

.split div {
		display: table-cell;
}

footer {
		border-top: 1px solid #ccc;
		padding: 0;
		position: relative;
		z-index: 9998;
}

footer div {
		text-align: center;
		color: #aaa;
		font-size: 63%;
}

footer div.copyright {
		letter-spacing: 2px;
		padding: 30px 0 15px 0;
}

footer div.link {
		margin-top: 15px;
}

footer div.link img {
		margin: 3px 0;
}

footer div.link .group {
		display: table;
		border-spacing: 20px 0;
		margin: 0 auto;
}

footer div.link .group p {
		display: table-cell;
		width:180px;
		white-space: nowrap;
		padding:0 0 5px 0;
		text-align: center;
}

footer .sp_sns {
		display: none;
		margin: 0 auto;
}

#lean_overlay {
		position: fixed;
		z-index: 100;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background: #000;
		display: none;
}

.modal {
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
		display: none;
		width: 800px;
		height: 90%;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
		padding: 60px 30px 30px 30px;
		position: relative;
}

.modal_inner {
		width: 100%;
		height: 100%;
		padding: 0 30px;
		overflow-x: hidden;
		overflow-y: scroll;
}

.modal_close {
		position: absolute;
		top: -30px;
		right: 20px;
		display: block;
		z-index: 2;
		cursor: pointer;
}

.modal_close:before {
		content: "×";
		color: #ccc;
		font-size: 50px;
}

.modal h2 {
		margin: 0 0 50px 0!important;
		padding: 0!important;
}

.modal p {
		line-height: 2;
		overflow: hidden;
}

.modal p.icon {
		text-align: center;
		line-height: 1;
		padding: 0;
		margin: 0 0 15px 0;
}

.modal p.icon img {
		width: 50px;
}

.modal .mainImage {
		margin-top: 30px;
}

.modal .photo {
		float: right;
		padding-left: 20px;
		padding-bottom: 20px;
}
.display-block br{
	display: block!important;
}
.intent{
	text-intent:1em;
}

/*スマートフォン表示用*/

@media screen and (max-width: 767px) {
		#sp_menu_open {
				display: block;
				font-size: 40px;
				padding: 10px!important;
				background: #ff9900;
				color: #fff;
				margin: 0;
				line-height: 0;
				position: absolute;
				right: 0;
				top: 0;
				cursor: pointer;
				border-radius: 0 0 0 4px;
				-moz-border-radius: 0 0 0 4px;
				-webkit-border-radius: 0 0 0 4px;
				-o-border-radius: 0 0 0 4px;
				-ms-border-radius: 0 0 0 4px;
				-moz-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.2);
				-webkit-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.2);
				-o-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.2);
				-ms-box-shadow: -3px 2px 10px 2px rgba(0, 0, 0, 0.2);
		}
		#sp_menu_close {
				display: none;
				font-size: 50px;
				padding: 10px!important;
				color: #fff;
				margin: 0;
				line-height: 0;
				position: absolute;
				right: 0;
				top: 0;
				z-index: 8890;
				cursor: pointer;
		}
		h2 {
				font-size: 140%;
		}
		#photo {
				height: 110px;
				background: url(../img/photo.jpg) top left;
				background-size: auto 110px;
		}
		.iframe-wrapper {
				width: 100%;
				height: 150px!important;
				margin-bottom: 30px;
				padding-bottom: 20px;
				overflow: scroll;
				-webkit-overflow-scrolling: touch;

		}
		iframe {
				width: 98%;
				min-height: 80px;
				overflow: none!important;
				overflow-y: none!important;
				overflow-x: none!important;
				padding:0!important;
				margin:0!important;
				}
		#job h2,
		#skillupInfo h2{
			font-size: 120%;
			border-bottom: 3px #ddd solid;
			margin: 0!important;
			padding: 10px 0 5px 0!important;
			line-height:1.2!important;
			color:#333!important;
			text-align: left;
			letter-spacing: 1px!important;
			color:#ddd;
			width: 100%!important;
		}
		#job,
		#skillupInfo {
				margin: 0 0 10px 0!important;
				padding: 0!important;
				z-index: 9990;
				position: relative;
			background: #fff;
				width: 100%!important;

		}
		#job .main,
		#skillupInfo .main {
			display: block;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			-o-border-radius: 0;
			-ms-border-radius: 0;
			-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
			-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
			-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
			-ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
			width: 90%!important;
			margin:0 auto;
}
		#sns {
				display: none;
		}
		#page-top {
				bottom: 10px;
				right: 20px;
		}
		#bt_form {
				width: 100%;
		}
		#contact .tel .split,
		#contact .tel .split div,
		#pp .tel .split,
		#pp .tel .split div {
				display: block;
				width: 100%;
		}
		#contact .tel .split div,
		#pp .tel .split div {
				margin-bottom: 15px;
				color: #fff;
		}
		#contact .tel .split div,
		#pp .tel .split div {
				margin-bottom: 15px;
		}
		#contact .tel a,
		#pp .tel a {
				color: #fff!important;
		}
		header .clearfix h1 {
				display: none;
				text-align: center;
				margin: 0 auto;
				float: none;
				background: url(../img/logo.png) no-repeat center center;
				height: 75px;
				width: 100%;
				padding: 0;
		}
		header .clearfix h1 a {
				display: none;
		}
		header .clearfix nav {
				float: none;
				width: 100%!important;
				text-align: center;
				padding: 0;
		}
		header nav ul,
		header nav ul li {
				display: block;
				width: 100%!important;
				text-align: center;
				padding: 10px 0;
		}
		header nav ul li a {
				text-align: center;
				background: transparent;
				font-size: 124%;
				color: #fff;
				z-index: 8889;
		}
		header .main {
				position: fixed!important;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 8888;
				background: rgba(0, 0, 0, 0.8);
				padding-top: 30px;
				display: none;
		}
		.flexslider {
				height: 150px!important;
				max-height: 150px;
				min-height: 150px;
		}
		.main {
				min-width: 300px;
		}
		#job .main h2 {
				padding: 15px 0!important;
				margin: 0;
		}
		#read h2 {
				padding: 10px 0 25px 0!important;
		}
		#read img {
				height: 70px;
		}
		#read .main {
				padding: 20px 0;
				line-height: 2;
				text-align: left;
		}
		#read .main .min {
				font-size: 100%;
		}
		#read .main h2 br {
				display: block;
		}
		#service {
				min-height: 1200px;
		}
		#outline,
		#outline .main {
				min-height: 1400px;
		}
		#outline table td p.tel {
				display: block;
		}
		#service ul {
				display: block;
		}
		#service ul li {
				display: block!important;
				width: 100%;
				margin-bottom: 15px;
				opacity: 0;
		}
		#service ul:last-child li:last-child {
				margin-bottom: 0;
		}
		#outline .main {
				width: 100%;
		}
		#outline table {
				width: 90%;
		}
		#outline table th,
		#outline table td {
				display: list-item;
				list-style: none;
		}
		#outline table th {
				font-weight: bold;
		}
		#outline table td {}
		.address a.map {
				display: inline-block;
				margin: 0;
				padding: 0;
				width: 100%;
		}
		#form,
		#pp {
				padding-top: 0;
		}
		#form h2,
		#pp h2 {
				font-size: 150%;
		}
		#form .main,
		#pp ul,
		#pp p {
				width: 100%;
				border-radius: 0;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				-o-border-radius: 0;
				-ms-border-radius: 0;
		}
		#form dl {
				padding: 0 20px 30px 20px;
		}
		#form .control input {
				width: 38%;
		}
		.error:after {
				bottom: -5px;
		}
		footer .sp_sns {
				display: block;
				padding-top: 15px;
				font-size: 400%!important;
		}
		footer .sp_sns span {
				color: #084B8A;
		}
		footer div.link .group p {
				display: block;
				float: left;
				width: 48%;
				font-size:10px;
				margin:0;
				padding:0;
		}
		footer div.link .group p:nth-child(odd) {
				margin-right: 4%;
		}
		#read .keyconcept {
				width: 100%;
				padding: 20px 0 20px 10px;
		}
		#read .keyconcept li {
				padding: 0 30px 0 30px;
		}
		#read .keyconcept li:before {
				left: 10px;
		}
		#greeting .greeting_main {
				width: 100%;
				padding: 20px;
		}
		#bt_form br,
		#contact h2 br {
				display: block;
		}
		#greeting .greeting_main h2 {
				text-align: left;
				border-bottom: 1px solid #ddd;
				margin: 10px 0 40px 0!important;
				padding: 10px 0 5px 0!important;
		}
		.modal {
				width: 100%!important;
				height: 100%!important;
				border-radius: 0px;
				-moz-border-radius: 0px;
				-webkit-border-radius: 0px;
				-o-border-radius: 0px;
				-ms-border-radius: 0px;
				padding: 60px 0 30px 0;
		}
		.modal_inner {
				width: 96%;
				height: 100%;
				padding: 0 2%;
		}
		.modal_close {
				position: absolute;
				top: -30px;
				right: 20px;
				display: block;
				z-index: 2;
				cursor: pointer;
		}
		.modal_close:before {
				content: "×";
				color: #ccc;
				font-size: 50px;
		}
		.modal .mainImage {
				margin-top: 30px;
				width: 100%;
		}
}

@media screen and (min-width:768px)and (max-width: 1024px) {
		.flexslider {
				height: 500px!important;
				max-height: 500px;
				min-height: 500px;
		}
		.main {
				margin: 0 auto;
				width: 95%;
		}
		header nav ul li {
		padding: 0 0 0 5px;
		}
		header nav ul li a {
				padding: 5px 5px;
				font-size: 12px;
		}
		header .main {
				width: 95%;
		}
		header h1 img,
		header.headermenu img {
				width: 105px!important;
				padding: 0 0 0 0!important;
				margin: 10px 0 0 0!important;
		}
		header.headermenu h1 {
				margin: 7px 0;
		}
		header .clearfix nav {
				padding: 10px 0 0 0;
		}

		footer div.link .group {
				display: table;
				border-spacing: 15px 0;
				margin: 0 auto;
		}
		#service ul li {
				opacity: 0;
		}
		#service ul:last-child li {
				display: block!important;
				width: 48%;
				margin-bottom: 15px;
				float: left;
				height: 260px;
		}
		#service ul:last-child li:nth-child(odd) {
				margin-right: 4%;
		}
		#contact .tel .split {
				width: 100%
		}
		#contact .tel span,
		#pp .tel span {
				font-size: 150%;
				padding: 30px 0 0 0!important;
				display: inline-block;
		}
		#contact .tel span a,
		#pp .tel span a {
				color: #fff;
		}
		#bt_form br {
				display: block;
		}
		#read .keyconcept {
				width: 100%;
				padding: 20px 0 20px 10px;
		}
		#read .keyconcept li {
				padding-left: 30px;
		}
		#read .keyconcept li:before {
				left: 10px;
		}
		#greeting .greeting_main {
				width: 100%;
				padding: 20px;
		}
		#greeting .greeting_main h2 {
				text-align: left;
				border-bottom: 1px solid #ddd;
				margin: 10px 0 40px 0!important;
				padding: 10px 0 5px 0!important;
		}
		#outline table {
				width: 95%;
		}
		#outline table th,
		#outline table td {
				white-space: nowrap;
		}
		.modal {
				width: 100%!important;
				height: 100%!important;
				border-radius: 0px;
				-moz-border-radius: 0px;
				-webkit-border-radius: 0px;
				-o-border-radius: 0px;
				-ms-border-radius: 0px;
				padding: 60px 0 30px 0;
		}
		.modal_inner {
				width: 96%;
				height: 100%;
				padding: 0 2%;
		}
		.modal_close {
				position: absolute;
				top: -30px;
				right: 20px;
				display: block;
				z-index: 2;
				cursor: pointer;
		}
		.modal_close:before {
				content: "×";
				color: #ccc;
				font-size: 50px;
		}
		.modal .mainImage {
				margin-top: 30px;
				width: 100%;
		}
		.iframe-wrapper{
				width: 100%;
				height: 200px!important;
				margin-bottom:0!important;
				padding:0!important;
				margin:0!important;
				overflow: scroll;
				-webkit-overflow-scrolling:touch;
		}

		iframe {
				width: 98%;
				min-height: 80px;
				overflow: none!important;
				overflow-y: none!important;
				overflow-x: none!important;
				padding:0!important;
				margin:0!important;
		}
		#job,
		#skillupInfo {
				margin: 0 0 10px 0!important;
				padding: 10px 0!important;
				z-index: 9990;
				position: relative;
		}
		#job .main,
		#skillupInfo .main {
			display: block;
			width: 90%!important;
		}
}
