@charset "utf-8";
.style {
}
@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, span, 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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both {
	clear:both;
}
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
img {
	width:100%;
}
table {
	width:100%;
}
a, a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
a img:hover {
	filter: alpha(opacity=9);
	-moz-opacity:0.9;
	opacity:0.9;
}
img {
	vertical-align: bottom;
	display: block;
}
body {
	font-family: "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}
.wrap {
	width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}
.box2_l {
	width: 49%;
	float: left;
}
.box2_r {
	width: 49%;
	float: right;
}
/*title*/

.footerMaker article span {
	position: relative;
	top: -5px;
	display: block;
	font-size: 43px;
	font-weight: bold;
	font-family: 'Franklin Gothic Medium';
}
/*column*/
.column {
	overflow: hidden;
}
.mainColumn {
	margin-left: 250px;
}
.mainColumnIn {
	width: 80%;
	margin: 0 auto;
}
/*main*/
.main {
	position: relative;
}
.siteTitle {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	display: table;
}
.siteTitle li:nth-child(2) {
	position: absolute;
	width: 350px;
	top: 67vh;
}
.siteTitle li:nth-child(1) {
}
.siteTitle {
	width: 100%;
	height: 168.7vh;
	background-image: url('../img/main.jpg');
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}
.siteTitle li {
	position: absolute;
	width: 426px;
	top: 35vh;
	left: 0;
	right: 0;
	margin: auto;
}
/*inMain*/

.inMain {
	position: relative;
	margin: 65px 0 100px;
	width: 100%;
	z-index: -1;
}
.inMain li, .inMain ul {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	color: #006ef0;
}
.inMain li:nth-child(1) {
	width: 64%;
	top: -50px;
}
.inMain li:nth-child(2) {
	top: 35px;
	font-size: 30px;
}
.inMain li:nth-child(3) {
	top: 72px;
	font-size: 80px;
	font-family: 'Franklin Gothic Medium';
	letter-spacing: 3px;
}
.inMain li h2 {
	font-weight: bold;
}
.inMain ul {
	position: absolute;
	top: 0;
}
/*sideBar*/

.sideBar {
	position: fixed;
	box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.24);
	width: 250px;
	height: 100%;
	background: #fff;
	z-index: 9;
}
.sideBar a {
	position: relative;
	padding: 10px 15px 10px 24px;
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	transition: 0.1s ease;
}
.sideBar span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #006ef0;
	transition: 0.2s;
}
.sideBar li {
	border-bottom: 1px solid #dcdbdb;
	letter-spacing: 1px;
}
.sideBar li:first-child {
	padding: 40px 10px 40px 5px;
}
.sideBar li a:before {
	content: "";
	position: absolute;
	background: url(../img/side_arrow.png)no-repeat;
	background-size: contain;
	width: 35px;
	height: 32px;
	right: 3px;
	top: 15px;
	transition: 0.2s;
}
.sideBar li:first-child a:before, .sideBar li:first-child a:hover:before {
	background: none;
}
.sideBar a:hover span {
	color: #1f314c;
}
.sideBar a .sideHover {
	position: absolute;
	bottom: 0;
	left: -250px;
	width: 250px;
	height: 6px;
	background: #c5d0e0;
	z-index: -1;
	transition: 0.3s ease;
}
.sideBar a:hover .sideHover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 6px;
	background: #1f314c;
	z-index: 8;
}
.sideBar a .sideHoverB {
	position: absolute;
	bottom: 0;
	left: -250px;
	width: 250px;
	height: 63px;
	background: #e0e0e0;
	z-index: -3;
	transition: 0.3s ease;
}
.sideBar a:hover .sideHoverB {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 63px;
	background: #fdfdfd;
	z-index: -1;
}
.sideBar li a:hover:before {
	content: "";
	position: absolute;
	background: url(../img/side_arrow.png)no-repeat;
	background-size: contain;
	width: 35px;
	height: 32px;
	right: -3px;
	top: 15px;
}
.sideBar .sideContact {
	position: relative;
	width: 170px;
	margin: 40px auto;
	padding: 10px 15px 10px 15px;
	background: #006ef0;
	color: #FFF;
	border-radius: 0.1em;
	transition: 0.1s;
}
.sideContact:hover {
	background: #1f314c;
}
.sideContact:before {
	content: url(../img/side_contact.png);
	position: relative;
	top: 3px;
	margin-right: 6px;
}
.sideContact:after {
	content: url(../img/side_arrow2.png);
	position: relative;
	top: 2px;
	margin-left: 21px;
	transition: 0.1s;
}
.sideContact:hover:after {
	margin-left: 24px;
}
.SPnav {
	display: none;
}
/*footer*/

.footerMaker {
	text-align: center;
}
.footerMaker ul {
	margin: auto;
	text-align: left;
	max-width: 1214px;
	width: 80%;
}
.footerMaker li {
	position: relative;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	max-width: 182px;
	width: 15%;
}
.footerMaker li:nth-child(6n) {
	margin-right: 0;
}
.footerMaker li a {
	position: relative;
	display: block;
}
.footerMaker .mainColumnIn {
	width: 876px;
}
footer {
	margin-top: 150px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
	background: #006ef0;
	border-bottom: 7px solid #1f314c;
}
.footerMaker article {
	margin: 130px auto 50px;
	width: 636px;
	color: #fda92d;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}
.footerMaker li a:before {
	position: absolute;
	content: "";
	background: url(../img/shadow.png)no-repeat;
	width: 131px;
	height: 12px;
	background-size: cover;
	bottom: -11px;
	transition: 0.3s;
}
.footerMaker li a:hover:before {
	position: absolute;
	content: "";
	background: url(../img/shadow_hover.png)no-repeat;
	width: 131px;
	height: 12px;
	background-size: cover;
	bottom: -12px;
}
.footerMaker li img {
	border: 1px solid #e0e0e0;
	transition: 0.5s;
}
.footerMaker li img:hover {
	border: 1px solid #bdbdbd;
}
.copyLigth {
	padding: 8px 0;
}
.copyLigth a {
	margin: 0 7px;
	color: #FFF;
}
/*profession*/
.profession h2 {
	padding-top: 95px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #006ef0;
}
.profession h2 img {
	position: absolute;
	width: 250px;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
}
.professionContents>img {
	position: relative;
	bottom: 110px;
	width: 500px;
	float: left;
}
.professionContents>article {
	margin-top: 115px;
	width: 50%;
	height: 555px;
	background: #006ef0;
	transform: skewY(8deg);
	display: table;
}
.professionContents>article p {
	position: relative;
	top: -20px;
	left: 24px;
	padding: 0 20% 0 8%;
	transform: skewY(-8deg);
	display: table-cell;
	vertical-align: middle;
	line-height: 44px;
	font-size: 21px;
	color: #FFF;
	letter-spacing: 1px;/* text-shadow: 1px 1px 1px #a7690a; */
}
.professionContents>article .M1100brock {
	display: none;
}
.M1100brock {
	display: none;
}
.professionContents {
	margin: 0 auto;
	width: 1000px;
}
.line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 2px;
	height: 43px;
	background: #006ef0;
}
.profession li:nth-child(1) {
	position: absolute;
	width: 100%;
	top: 90px;
}
.profession .h2span {
	height: 98px;
	margin-top: 43px;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	color: #006ef0;
	font-family: 'Franklin Gothic Medium';
}
.profession {
	position: relative;
}
/*move_target*/
a#move_target img {
	width: 70px;
	border-radius: 50%;
	box-shadow: 4px 4px 3px #50505087;
	transition: 0.2s;
}
a#move_target:hover img {
	box-shadow: 2px 2px 3px #50505087;
	opacity:0.8;
}
a#move_target {
	display: block;
	margin: 70px auto;
	width: 70px;
}
/*conpany*/
.conpany img {
	width: 310px;
	padding-top: 6px;
}
tr {
	border-bottom: 1px solid #77a062;
}
th {
	padding: 15px 0 15px 10px;
	color: #363579;
	background: #e3eaff;
	font-weight: 500;
	width: 35%;
}
td {
	padding: 5px 0 15px 15px;
	font-weight: 500;
}
/*contact*/

.contact>p {
	margin: 15px 0 25px;
	font-size: 15px;
}
.titleDeco {
	position: relative;
	font-size: 20px;
	font-weight: bold;
}
.titleDeco:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #ffbb47;
}
.titleDeco:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 27%;
	height: 3px;
	background: #ce8407;
}
.contact table {
	border: 1px solid #cacaca;
}
.contact tr {
	border-bottom: 1px solid #cacaca;
}
.contact th {
	width: 260px;
	background: #fff6e6;
	color: #333;
}
.contact .inportant {
	position: relative;
}
.contact .inportant:after {
	position: absolute;
	content: "必須";
	right: 20px;
	padding: 2px 9px;
	background: #f33;
	border-radius: 0.2em;
	color: #FFF;
	font-size: 12px;
}
.contact input[type="text"] {
	margin-right: 14px;
}
.contact td {
	font-size: 12px;
	color: #313131;
	font-weight: 100;
}
.contact tr:nth-child(5) th {
	vertical-align: middle;
	padding: 0px 0 15px 10px;
}
.contact tr:nth-child(5) td {
	padding-top: 20px;
}
textarea {
	width: 400px;
}
input[type=checkbox] {
	display: none;          /* checkboxを非表示にする */
}
.checkbox {
	position: relative;     /* ボックスの位置を指定する */
	padding: 0 0 0 42px;    /* ボックス内側の余白を指定する */
}
.checkbox:after, .checkbox:before {
	position: absolute; /* ボックスの位置を指定する */
	content: "";        /* ボックスのコンテンツ */
	display: block;     /* ブロックレベル要素化する */
	top: 50%;           /* 上部から配置の基準位置を決める */
}
.checkbox:after {
	left: 15px;         /* 左から配置の基準位置を決める */
	margin-top: -10px;  /* チェック枠の位置 */
	width: 15px;        /* ボックスの横幅を指定する */
	height: 15px;       /* ボックスの高さを指定する */
	border: 1px solid #929292; /* ボックスの境界線を実線で指定する */
	border-radius: 3px;     /* ボックスの角丸を指定する */
}
.checkbox:before {
	left: 21px;         /* 左から配置の基準位置を決める */
	margin-top: -11px;   /* チェックマークの位置 */
	width: 5px;         /* ボックスの横幅を指定する */
	height: 10px;        /* ボックスの高さを指定する */
	border-right: 3px solid #1f314c;    /* 境界線（右）のスタイルを指定する */
	border-bottom: 3px solid #1f314c;   /* 境界線（下）のスタイルを指定する */
	transform: rotate(45deg);   /* 要素を回転させる */
	opacity: 0;         /* 要素を透過指定する */
	z-index: 9;
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;     /* 要素を表示する */
}
.submit {
	font-family: "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display : inline-block;
	border-radius: 0.1em;          /* 角丸       */
	font-size: 14pt;        /* 文字サイズ */
	text-align : center;      /* 文字位置   */
	cursor : pointer;     /* カーソル   */
	height: 68px;   /* 余白       */
	width: 200px;
	background: #006ef0;     /* 背景色     */
	color : #ffffff;     /* 文字色     */
	line-height : 1em;         /* 1行の高さ  */
	transition : 0.1s;         /* なめらか変化 */
	border: #FFF;
	font-weight: bold;
}
.submit:hover {
	color : #FFF;     /* 背景色     */
	background : #1f314c;     /* 文字色     */
}
.contact div {
	position: relative;
	margin: 70px 0 130px;
	text-align: center;
}
button {
    background-color: #006ef0;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
}
button:nth-child(2) {
    background-color: #777777;
}
a.back {
    background-color: #006ef0;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}
/*------------------------
エラー時のメッセージ表示
-------------------------*/
.error {
	margin: 0px !important;
	color: red;
	text-align: left !important;
	font-size: 16px;
}
#error_comment {
	display: none;
	color: #ff0000;
	font-size: 16px;
	padding-left: 2%;
}
.arrow:after {
	content: url(../img/side_arrow2.png);
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 25px;
	margin-left: 21px;
	transition: 0.1s;
	line-height: 70px;
}
.arrow:hover:after {
	margin-left: 24px;
}
.contact div.arrow {
	position: absolute;
	width: 200px;
	top: 11px;
	left: 0;
	right: 0;
}
article.arrow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 196px;
	margin: auto;
}
/*business*/

.business {
	float: left;
	width: 30.6%;
	margin-right: 4.1%;
}
.business:nth-child(3) {
	margin-right: 0;
}
.business h2 span {
	position: relative;
	top: 6px;
	display: block;
	font-size: 25px;
	font-weight: bold;
	color: #bdbdbd;
	font-size: 22px;
}
.business h2 {
	font-weight: bold;
	color: #0059cc;
	font-size: 24px;
	margin: 0 0 5px;
}
.business p {
	font-size: 15px;
	font-weight: 500;
}
.business article {
	min-height: 135px;
	margin: 0 0 10px;
}
/*profession*/

.professionpage {
	position: relative;
}
.professionpage div {
	position: absolute;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	top: 11%;
	left: 4px;
	width: 23%;
	height: 345px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 1px #a7690a;
}
.professionpage h2 {
	font-size: 28px;
	margin-left: 5px;
	font-weight: bold;
}
.professionpage p {
	font-size: 22px;
}
/*recruit*/

.recruitpage h2 {
	margin-bottom: 30px;
	padding: 0 0 3px;
}
.recruitpage tr {
	border-bottom: 1px solid #006ef0;
}
.recruitpage th {
	background: #fffee1;
	color: #006ef0;
}
#button {
	background-color: #006ef0;
	border: none;
	color: #fff;
	padding: 12.5px 30px;
	font-size: 18px;
}
.submit-button {
	background-color: #006ef0;
	border: none;
	color: #fff;
	padding: 12.5px 30px;
	font-size: 18px;
}
 @media screen and (max-width: 1500px) {
.siteTitle {
	height: 134.7vh;
}
}
 @media screen and (max-width: 1305px) {
.professionContents {
	width: 100%;
}
.professionContents>img {
	width: 50%;
}
.professionContents>article {
	height: 465px;
}
}
 @media screen and (max-width: 1200px) {
.siteTitle {
	height: 106vh;
}
}
 @media screen and (max-width: 1100px) {
.siteTitle {
	width: 100%;
	height: 110vh;
	background-image: url(../img/main.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.footerMaker article {
	width: 318px;
}
.footerMaker ul {
	width: 558px;
}
.footerMaker li:nth-child(6n) {
	margin-right: 2%;
}
.footerMaker li:nth-child(4n) {
	margin-right: 0;
}
.professionContents {
	width: 500px;
}
.professionContents>img {
	width: 250px;
	bottom: 74px;
}
.professionContents>article {
	margin-top: 90px;
	width: 250px;
	height: 272px;
}
.professionContents>article .M1100none {
	display: none;
}
.M1100none {
	display: none;
}
.professionContents>article .M1100brock {
	top: 40px;
	display: block;
	font-size: 17px;
	line-height: 24px;
}
.M1100brock {
	top: 40px;
	display: block;
}
.inMain li:nth-child(2) {
	top: 10px;
	font-size: 18px;
}
.inMain li:nth-child(3) {
	top: 30px;
	font-size: 40px;
}
.contact tr {
	display: block;
}
.contact th {
	padding: 2px 0px 3px 15px;
	width: -webkit-fill-available;
	background: #fff6e6;
	color: #333;
	display: -webkit-inline-box;
	list-style: none;
	border-bottom: 1px solid #cacaca;
}
.contact td {
	font-size: 12px;
	color: #313131;
	font-weight: 100;
	display: list-item;
	list-style: none;
	padding: 15px 0px 3px 15px;
	width: -webkit-fill-available;
}
.contact .inportant:after {
	position: unset;
	left: 0;
	padding: 2px 9px;
	margin-left: 10px;
}
.contact td p {
	margin: 5px 0 11px;
}
.contact tr:nth-child(5) th {
	vertical-align: baseline;
	padding: 2px 0px 3px 15px;
}
.contact tr:nth-child(5) td, .contact tr:nth-child(6) td {
	padding: 15px 0px 15px 15px;
}
.professionpage div {
	top: 13%;
	left: 4px;
	width: 47%;
	height: 60%;
	font-size: 16px;
}
.professionpage h2 {
	font-size: 21px;
	margin-left: 5px;
}
.professionpage p {
	font-size: 16px;
}
}
 @media screen and (max-width: 900px) {
.inMain li:nth-child(2) {
	top: -20px;
}
.inMain li:nth-child(3) {
	top: 1px;
}
.professionpage div {
	width: 47%;
}
}
 @media screen and (max-width: 800px) {
.professionContents>article p {
	line-height: 28px;
	font-size: 14px;
}
.SPnav {
	display: block;
}
.sideBar {
	display: none;
}
.mainColumn {
	margin-left: 0;
}
.professionpage div {
	width: 43%;
	height: 64%;
}
/*ヘッダーまわりはご自由に*/


#nav-drawer {
	position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 30px;/*長さ*/
	border-radius: 3px;
	background: #fff;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: #865200;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る*/
	max-width: 330px;/*最大幅*/
	height: 100%;
	background: #ffffffbf;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
 display: block;/*カバーを表示*/
 opacity: .5;
}
 #nav-input:checked ~ #nav-content {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);/*中身を表示*/
 box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
div#nav-content li span {
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	color: #1f314c;
}
div#nav-content li a {
	position: relative;
	display: block;
	padding: 7% 12%;
	text-decoration: none;
	color: #b7730b;
	font-size: 10px;
}
div#nav-content li {
	border-bottom: 1px solid #dcc7a4;
}
.sideContact {
	text-align: center;
	display: block;
	position: relative;
	width: 170px;
	margin: 40px auto;
	padding: 10px 15px 10px 15px;
	background: #006ef0;
	color: #FFF;
	border-radius: 0.1em;
	transition: 0.1s;
	text-decoration: none;
}
div#nav-content li a:before {
	content: "";
	position: absolute;
	background: url(../img/side_arrowSP.png)no-repeat;
	background-size: contain;
	width: 35px;
	height: 32px;
	right: 3px;
	top: 15px;
	transition: 0.2s;
}
div#nav-content li a:hover:before {
	content: "";
	position: absolute;
	background: url(../img/side_arrowSP.png)no-repeat;
	background-size: contain;
	width: 35px;
	height: 32px;
	right: -3px;
	top: 15px;
}
.SPnav {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 999;
	background-color: #000;
	padding: 7px;
}
.siteTitle li:nth-child(1) {
	width: 240px;
}
.siteTitle li:nth-child(2) {
	width: 240px;
}
.business h2 span {
	font-size: 16px;
}
.business h2 span {
	font-size: 16px;
}
}
 @media screen and (max-width: 700px) {
.footerMaker article span, .footerMaker article span, .inMain li:nth-child(3), .profession .h2span {
	font-family: 'Roboto', sans-serif;
}
.business article {
	min-height: 109px;
	width: 62%;
	float: left;
}
.professiontext article {
	min-height: 109px;
	width: 100%!important;
	float: left;
}
.business img {
	width: 27%;
	float: right;
}
footer {
	font-size: 10px;
	margin-top: 100px;
}
.business {
	width: 96%;
	margin: 0 0 10px 0;
	background: #f9f9f9;
	padding: 2%;
	letter-spacing: 0.1em;
	box-shadow: 1px 1px 1px #efebeb;
}
.business h2 span {
	font-size: 20px;
	color: #949494;
}
.siteTitle:before {
	display: none;
}
.professionpage div p {
	font-size: 16px;
}
}
@media screen and (max-width: 500px) {
.mainColumnIn {
	width: 95%;
}
.professionContents {
	width: 100%;
}
.professionContents>img {
	width: 48%;
}
.professionContents>article {
	width: 52%;
}
.footerMaker ul {
	width: 410px;
}
.footerMaker li:nth-child(4n) {
	margin-right: 2%;
}
.footerMaker li:nth-child(3n) {
	margin-right: 0;
}
.inMain li:nth-child(2) {
	top: -30px;
	font-size: 16px;
}
.inMain li:nth-child(3) {
	top: -10px;
	font-size: 26px;
}
tr {
	display: block;
	border-bottom: none;
}
th {
	padding: 2px 0px 3px 15px;
	width: -webkit-fill-available;
	display: -webkit-inline-box;
	list-style: none;
	border-bottom: 1px solid #cacaca;
}
.contact td {
	font-size: 12px;
	color: #313131;
	font-weight: 100;
	display: list-item;
	list-style: none;
	padding: 18px 0px 3px 15px;
	width: -webkit-fill-available;
}
textarea {
	width: 95%;
}
.footerMaker article span, .profession .h2span {
	font-size: 28px;
}
.recruitpage tr {
	border-bottom: none;
}
.recruitpage tr {
	border-bottom: none;
}
.professionpage div {
	width: 45%;
	height: 64%;
	font-size: 14px;
}
.professionContents>article .M1100brock {
	top: 23px;
}
.footerMaker li {
	width: 32%;
}
}
