/***********************************************
  01.common
***********************************************/
*::selection {
	background-color: rgba(0,0,0,1);
	color: #fff;
}

*::-moz-selection {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}

* {
	margin : 0px;
	padding : 0px;
}

html {
	height : auto;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	font-size : 17px;
	line-height : 1.5em;
	height : auto;
	margin : 0px;
	padding : 0px;
	color: #333;
	-webkit-print-color-adjust: exact !important;
	-moz-print-color-adjust: exact !important;
}

body.rssBody {
	background : red !important;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 1.0em;
}

/***********************************************
  02.layout
***********************************************/
#wrap {
	width : 100%;
	/* min-width	   : 950px; */
}

#wrapperAll {
	width : px;
	margin : 0 auto;
}

#main {
	background: #B4BCAC;
}

#container {
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0;
}

@media screen and (max-width: 980px) {
	#container {
		padding: 0 0 80px;
	}
}

.second {
	padding-top: 80px;
	color: #fff;
}

.about {
	color: #fff;
}

.entryBlock {
	overflow: hidden;
}

/***********************************************
  03.header
***********************************************/
/***********************************************
  04.gNavi
***********************************************/
/***********************************************
  05.sNavi
***********************************************/
/***********************************************
  06.main
***********************************************/
#main-visual {
	overflow: hidden;
}

#main-visualL {
	background-image: url("../images/mainvisual_.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	float: left;
	width: 50%;
	/* jimdoと同じレイアウト */
	width: 100%;
	/* 指定されたレイアウト */
}

#main-visualR {
	background: #b4bcac;
	height: 100vh;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 55px;
	font-weight: normal !important;
	line-height: 1.5em;
	padding-top: 32vh;
	padding-left: 45px ;
	display: block;
	/* jimdoと同じレイアウト */
	display: none;
	/* 指定されたレイアウト */
}

@media screen and (max-width: 980px) {
	#main-visualL {
		width: 100%;
		float: none;
	}

	#main-visualR {
		width: 100%;
		float: none;
		height: auto;
		font-size: 34px;
		line-height: 2em;
		padding: 20px 25px;
		box-sizing: border-box;
	}
}

#main-visualR h1 {
	font-weight: normal !important;
}

#main-visualR p {
	font-size: 18px;
	font-weight: bold;
}

#main-visualR .next {
	padding-top: 30px;
}

#main-visualR .next a {
	font-size: 33px;
	color: #fff;
}

@media screen and (max-width: 980px) {
	#main-visualR h1 {
		margin-bottom: 10px;
	}

	#main-visualR p {
		font-size: 16px;
	}

	#main-visualR .next {
		padding-top: 0;
		text-align: center;
	}
}

#main-visualR a:hover {
	text-decoration: none;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}

#topLinkArea {
	overflow: hidden;
}

@media screen and (max-width: 980px) {
	#topLinkArea {
		padding-top: 80px;
	}
}

.topLink {
	width: 50%;
	float: left;
}

@media screen and (max-width: 980px) {
	.topLink {
		width: 100%;
		float: none;
	}

	.topLink:first-child {
		margin-bottom: 30px;
	}
}

.grayBg {
	width: 95%;
	margin: 0 auto;
	background: #9a9a9a;
	padding: 25px;
	box-sizing: border-box;
}

.grayBg h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}

.grayBg ul li {
}

.grayBg ul li a {
	color: #fff;
	text-decoration: underline;
}

#philosophy {
	padding-top: 80px;
	margin-bottom: 80px;
}

#company {
	padding-top: 80px;
}

#philosophy h2 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 25px;
}

#company h2 {
	margin-bottom: 70px;
	font-weight: normal;
	font-size: 25px;
}

#profile h2 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 25px;
}

#profile dl {
	margin-bottom: 2em;
}

#profile dl dt {
	font-weight: bold;
}

#profile dl dd {
	margin-left: 0em;
}

@media screen and (max-width: 980px) {
	#philosophy h2, #company h2 {
		font-size: 22px;
	}
}

#philosophy p {
	text-align: left;
}

#philosophy p.cap {
	line-height: 150%;
}

#company dl {
	width: 90%;
	margin: 0 auto 30px;
	overflow: hidden;
}

@media screen and (max-width: 980px) {
	#philosophy p, #company dl {
		width: 100%;
		font-size: 15px;
	}
}

#company dl dt {
	width: 20%;
	float: left;
}

#company dl dd {
	width: 80%;
	float: left;
}

.service {
	margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
	.service {
		margin-bottom: 30px;
	}
}

#service h2 {
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 53px;
	padding-top: 5px;
}

@media screen and (max-width: 980px) {
	#service h2 {
		margin-bottom: 40px;
	}
}

.serviceArea {
	width: 33.333333%;
	float: left;
	padding-right: 5%;
	box-sizing: border-box;
}

@media screen and (max-width: 980px) {
	.serviceArea {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 50px;
	}

	.serviceArea:last-child {
		margin-bottom: 0px;
	}
}

.serviceArea:last-child {
	margin-right: 0%;
}

.service img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.service h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: n;
	font-weight: normal;
	font-weight: n;
}

.btn a {
	display: block;
	width: 70%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding: 13px;
	color: #333 !important;
	box-sizing: border-box;
}

@media screen and (max-width: 980px) {
	.btn a {
		width: 100%;
	}
}

.btn a:hover {
	background: #e5e5e5;
	text-decoration: none;
}

#privacy h2 {
	font-weight: normal;
	margin-bottom: 30px;
}

#privacy dl {
	margin-bottom: 30px;
}

#privacy dl:last-child {
	margin-bottom: 0px;
}

#privacy dl dt {
	margin-bottom: 10px;
}

.instaIc {
	margin-top: 20px;
	text-align: center;
}

.instaIc img {
	display: inline;
	margin: 0;
}

@media screen and (max-width: 980px) {
	.instaIc {
		margin-top: 0px;
	}
}

/***********************************************
  07.footer
***********************************************/
#footer {
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}

#footerTop {
	width: 50%;
	float: right;
}

#copy {
	width: 50%;
	float: left;
}

@media screen and (max-width: 980px) {
	#footerTop {
		width: 100%;
		float: none;
		text-align: right !important;
	}

	#footerTop li {
		text-align: right !important;
	}

	#copy {
		width: 100%;
		float: none;
		text-align: right !important;
	}
}

#footerTop ul li {
	text-align: right;
}

@media screen and (max-width: 980px) {
	#footerTop ul li {
		text-align: left;
	}
}

#footerTop ul li a {
	text-align: right;
	color: #333;
	text-decoration: underline;
}

#footerTop ul li a:hover {
	text-decoration: none;
}

#copy {
	font-size: 15px;
}

@media screen and (max-width: 980px) {
	#copy {
		font-size: 12px;
		text-align: center;
	}
}

#copy a {
	color: #333;
}

#copy a:hover {
	text-decoration: underline;
}

/***********************************************
  08.img
***********************************************/
img {
	border : 0px;
}

/***********************************************
  9.text
***********************************************/
/***********************************************
  10.table
***********************************************/
table {
	border-collapse : collapse;
}

table.baseTab {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	box-sizing: border-box;
}

table.baseTab th, table.baseTab td {
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
}

table.baseTab th {
	background-color: #eee;
	text-align: center;
	width: 30%;
}

@media screen and (max-width: 480px) {
	table.baseTab {
		border-top: 1px solid #999;
	}

	table.baseTab td {
		display: block;
		text-align: center;
	}

	table.baseTab th {
		display: block;
		border-top: none;
		border-bottom: 1px solid #999;
		width: 100%;
	}
}

/***********************************************
  11.font
***********************************************/
/* background */
.whiteBg {
	background : #fff !important;
}

.greenBg {
	background : #119493 !important;
}

.blueBg {
	background : #1e91b9 !important;
}

/* color */
.green {
	color: #73bb19 !important;
}

.red {
	color: #CC0000 !important;
}

.blue {
	color: #447fd1 !important;
}

.black {
	color: #333333 !important;
}

/***********************************************
  12.link
***********************************************/
/* default */
a:link, a:visited, a:hover {
	color : #fff;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

/* default */
/* imgLink */
a img:hover {
	opacity : 0.80;
	filter : alpha(opacity=80);
	-moz-opacity : 0.80;
	-ms-filter : "alpha(opacity=80)";
}

a.noAlpha img:hover {
	opacity : 1;
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	-ms-filter : "alpha(opacity=100)";
}

/* imgLink */
/***********************************************
  13.form
***********************************************/
input[type=checkbox] {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

input[type=radio] {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

input[type=checkbox] {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}

#mailform {
	font-size: 18px;
}

#mailform textarea, #mailform input[type="text"] {
	width: 100% !important;
	padding: 7px 10px;
	box-sizing: border-box;
	font-size: 18px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#mailform .zip input[type="text"] {
	width: 40% !important;
}

@media screen and (max-width: 980px) {
	#mailform .checkbox, #mailform .zip {
		text-align: left;
	}

	#mailform .checkbox {
		padding-left: 2%;
	}
}

#mailform input[type="submit"] {
	background: #f55e13;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #fff;
	border: none;
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	font-size: 20px;
}

@media screen and (max-width: 980px) {
	#mailform input[type="submit"] {
		width: 90%;
		-webkit-appearance: none;
	}
}

#mailform input[type="submit"]:hover {
	cursor: pointer;
	background: #f1434d;
}

/***********************************************
  99.other
***********************************************/
.Form {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

@media screen and (max-width: 480px) {
	.Form {
		margin-top: 40px;
	}
}

.Form-Item {
	border-top: 1px solid #ddd;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.Form-Item {
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 16px;
		padding-bottom: 16px;
		flex-wrap: wrap;
	}
}

.Form-Item:nth-child(5) {
	border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
	width: 100%;
	max-width: 248px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.Form-Item-Label {
		max-width: inherit;
		display: flex;
		align-items: center;
		font-size: 15px;
	}
}

.Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
}

@media screen and (max-width: 480px) {
	.Form-Item-Label.isMsg {
		margin-top: 0;
	}
}

.Form-Item-Label-Required {
	border-radius: 6px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 48px;
	display: inline-block;
	text-align: center;
	background: #5bc8ac;
	color: #fff;
	font-size: 14px;
}

@media screen and (max-width: 480px) {
	.Form-Item-Label-Required {
		border-radius: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 32px;
		font-size: 10px;
	}
}

.Form-Item-Input {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	background: #eaedf2;
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.Form-Item-Input {
		margin-left: 0;
		margin-top: 18px;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}
}

.Form-Item-Textarea {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-left: 40px;
	padding-left: 1em;
	padding-right: 1em;
	height: 216px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	background: #eaedf2;
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.Form-Item-Textarea {
		margin-top: 18px;
		margin-left: 0;
		height: 200px;
		flex: inherit;
		font-size: 15px;
	}
}

.Form-Btn {
	border-radius: 6px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	background: #5bc8ac;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

@media screen and (max-width: 480px) {
	.Form-Btn {
		margin-top: 24px;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 160px;
		font-size: 16px;
	}
}

.ulLlink {
 text-decoration: underline !important;
}
.ulLlink:hover {
 text-decoration: none !important;
}

.ofh {
 overflow: hidden;
}
.column2 {
 width: 50%;
 float: left;
 text-align: center;
}
.column2 img {
 width: 98%;
}

#global-nav img {
    width: 190px;
    position: relative;
    bottom: 14px;
}
@media screen and (min-width: 981px) {
	#top-head.fixed img {
    display: none;
	}
}
#mobile-head img {
    width: 135px;
    position: relative;
    top: 9px;
    left: 10px;
}
@media screen and (min-width: 981px) {
	#mobile-head img {
    display: none;
	}
}