@charset "utf-8";

/* CSS Document */
/*---------------------------------------------------------------------------------
COMMON
---------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	border: 0;
	box-sizing: border-box;
}

body {
	height: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	text-align: center;
	color: #222c31;
	font-weight: normal;
	font-weight: 400;
	line-height: 1.7;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 95%;
	background: #fff;
	width: 100%;
	margin: 0 auto;
}

strong {
	font-weight: bold;
}

a {
	color: #619e9f;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
}

img {
	border: none;
	width: 100%;
	max-width: 100%;
	margin: 0 0 15px;
	width: auto\9;
	height: auto;
	vertical-align: bottom;
}

/*=== header ===*/
header {
	width: 100%;
	position: relative;
	background-image: none;
	margin-top: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: 3s;
	padding-top: 46.375%;
}

.home h1 {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 48.2%;
	margin-bottom: 10%;
	background: url(img/logo_w.svg) center no-repeat;
	background-size: contain;
}

h1 img {
	width: 100%;
}

mask {
	width: 100%;
	height: 100%;
}

svg {
	display: block;
	width: 100%;
	/*height:46.375%;*/
	height: 100%;
	margin: 0 auto 0;
	position: absolute;
	top: 0;
}

.fade {
	display: block;
	position: absolute;
	top: 50%;
	left: 49%;
	width: 35%;
	max-width: 370px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	z-index: 10;
	opacity: 0;
}

.fade img {
	z-index: 10;
	margin-bottom: 30px;
}

.fade p {
	font-size: 90%;
	color: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 15px 0;
}

/* nav */
nav {
	width: 100%;
	display: block;
	height: 50px;
	margin: 0 auto;
	background-color: #1c456b;
	color: #ffffff;
	position: fixed;
	z-index: 11;
	top: 0;
	font-size: 83%;
	font-weight: 300;
	letter-spacing: 0.05em;
}

nav ul a,
nav .tel {
	line-height: 50px;
	color: #fff;
}

nav a:hover {
	opacity: 0.7;
}

nav ul {
	float: left;
	padding-left: 5%;
}

nav ul li {
	display: inline-block;
	margin-right: 20px;
}

nav .tel {
	float: right;
	margin-right: 5%;
	font-family: 'Muli', 'Noto Sans JP', sans-serif;
	font-size: 150%;
	font-weight: 700;
}

.tel a {
	color: #fff;
}

.tel:before {
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	font-size: 90%;
	content: "\f095";
	font-weight: normal;
}

/*=== footer ===*/
footer {
	background: #13395c;
	font-size: 85%;
	font-weight: 300;
	color: #fff;
	padding: 25px 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
}

/* pagemove */
a#pagemove {
	position: fixed;
	bottom: 0px;
	right: 0;
	z-index: 200;
	font-size: 35px;
	width: 60px;
	height: 50px;
	line-height: 45px;
	color: #fff;
	background: #252b31;
}

a#pagemove:hover {
	background: #3baad0;
}

/*=== base ===*/
.inner {
	max-width: 1000px;
	width: 88%;
	margin: 0 auto;
	padding: 60px 0;
	text-align: left;
}

/*=== grid ===*/
.half>img,
.half>div {
	float: left;
	display: block;
	margin: 0 3% 30px 0;
	width: 48.5%;
}

.three>div {
	float: left;
	display: block;
	margin: 0 3% 20px 0;
	width: 31.333%;
}

.half> :nth-child(2n),
.three> :nth-child(3n) {
	margin-right: 0;
}

/* table */
table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px;
	font-size: 95%;
	border-top: solid 1px #3baad0;
	line-height: 1.5em;
}

tr {
	border-bottom: solid 1px #3baad0;
}

th,
td {
	vertical-align: top;
	text-align: left;
	padding: 10px 1em;
}

th {
	color: #1c456b;
	font-weight: bold;
	white-space: nowrap;
}

#contact table {
	border-top: solid 1px #fff;
	margin-top: 25px;
}

#contact tr {
	border-bottom: solid 1px #fff;
}

#contact th,
#contact td {
	padding: 14px 1em;
}

/*=== title ===*/
h2 {
	font-size: 185%;
	letter-spacing: 0.12em;
	font-weight: 700;
	margin-bottom: 30px;
}

h2 span {
	color: #3baad0;
	font-family: 'Muli', 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 55%;
	margin-left: 10px;
	letter-spacing: 0.1em;
}

#recruit h2 span,
#contact h2 span {
	color: #fff;
}

h3 {
	font-size: 125%;
	display: inline-block;
	border-bottom: solid 3px #3baad0;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.three h3 {
	margin-bottom: 10px;
}

#area h3 {
	color: #1c456b;
	font-weight: 700;
	font-size: 185%;
	font-style: italic;
	line-height: 1.45;
	border-bottom: none;
	padding-bottom: 0;
}

.area h3 {
	color: #1c456b;
	font-weight: 700;
	font-size: 185%;
	font-style: italic;
	line-height: 1.45;
	border-bottom: none;
	padding-bottom: 0;
}

/*=== btn ===*/
div.btn,
div.form_submit {
	width: 96% !important;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

.btn a,
.form-button {
	color: #ffffff;
	background: #1c456b;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 15px 4.5em;
	margin: 20px auto;
	text-decoration: none;
	cursor: pointer;
	font-size: 88%;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	max-width: 96%;
	text-align: left;
	border: none;
}

.btn a:hover,
.form-button:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*=== a before ===*/
a:before {
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	text-decoration: none;
}

a.contact:before {
	content: "\f0e0";
	font-size: 105%;
}

a.map:before {
	content: "\f041";
	font-size: 90%;
}

a.company:before {
	content: "\f0f7";
	font-size: 105%;
}

/*=== section ===*/
#works,
#area,
#company,
#recruit,
#contact {
	width: 100%;
	display: block;
}

#works {
	background: url(img/bg.png) repeat top;
	background-size: 100% auto;
	background-color: #eff0f1;
}

#area {
	background-color: #e0e7eb;
	background-image: url(img/bg.png), url(img/bg_paint1.svg), url(img/bg_paint2.svg), url(img/bg_works.jpg);
	background-repeat: repeat, no-repeat, no-repeat, no-repeat;
	background-position: top, top, bottom, bottom;
	background-size: 100% auto, 100% auto, 100% auto, 100% auto;
	padding: 5% 0 5.5%;
}

#company {
	background: url(img/bg.png) repeat top;
	background-size: 100% auto;
	background-color: #c2dff1;
	padding-top: 0;
}

#recruit {
	background-color: #a1cae4;
	background-image: url(img/bg.png), url(img/bg_paint3.svg);
	background-repeat: repeat, no-repeat;
	background-position: top, top;
	background-size: 100% auto, 100% auto;
	padding: 5% 0 0;
}

#contact {
	background-color: #98beda;
	background-image: url(img/bg.png), url(img/bg_paint4.svg);
	background-repeat: repeat, no-repeat;
	background-position: top, top;
	background-size: 100% auto, 100% auto;
	padding-top: 3%;
}

/*works*/
.question {
	background-color: #cde7f2;
	background-image: url(img/question.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 140px auto;
	padding: 25px;
}

.question ul {
	list-style: none;
	padding-left: 1.2em;
	text-indent: -1.2em;
	border-bottom: 2px solid #fff;
	margin: 2% auto 20px;
	width: 100%;
	padding-bottom: 20px;
	line-height: 1.4em;
	font-size: 93%;
	position: relative;
}

.question ul:before {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 10px solid #cde7f2;
	z-index: 2;
}

.question ul:after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 12px solid #fff;
	z-index: 1;
}

.question li {
	margin-bottom: 4px;
}

.question li:before {
	font-family: FontAwesome;
	content: "\f046";
	padding: 0 5px 0 0;
	text-decoration: none;
	color: #3baad0;
}

.question p {
	color: #1c456b;
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 0;
}

/* area */
#area .inner>div {
	padding-right: 43%;
	padding-top: 10px;
	background: url(img/area.png) no-repeat right top;
	background-size: 40%;
}

.areatext span:after {
	content: '：';
}

/* company recruit */
#company .inner>img,
#recruit .inner>img {
	width: 31.333%;
	float: left;
	display: block;
}

#company .inner>div,
#recruit .inner>div {
	width: 65.666%;
	float: left;
}

#recruit .inner>img {
	width: 34.333%;
}

#recruit .inner>div {
	width: 65.666%;
}

#company .inner>div {
	float: right;
}

.recruit_copy {
	display: inline-block;
	color: #1c456b;
	font-size: 160%;
	font-style: italic;
	/*
		border-bottom:solid #e7f3f8 3px;
		padding-bottom:4px;
		margin-bottom:5px;*/
}

.recruit_copy br {
	display: none;
}

/* contact */
label {
	cursor: pointer;
}

input,
textarea {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	padding: 2px 4px;
	vertical-align: middle;
	border: solid 1px #bebebe;
}

#message {
	width: 100%;
}

#name,
#kana,
#tel {
	width: 60%;
	max-width: 250px;
}

#email_s,
#emailcheck,
#address {
	width: 100%;
	max-width: 400px;
}

.checkbox label {
	display: inline-block;
	margin-right: 1.5em;
}


/*各ページ*/
.outline {
	background: url(img/bg.png) repeat top;
	background-size: 100% auto;
	background-color: #eff0f1;
}


.area {
	width: 100%;
	display: block;
}

.area {
	background-color: #e0e7eb;
	background-image: url(img/bg.png), url(img/bg_paint1.svg), url(img/bg_works.jpg);
	background-repeat: repeat, no-repeat, no-repeat, no-repeat;
	background-position: top, top, bottom, bottom;
	background-size: 100% auto, 100% auto, 100% auto, 100% auto;
	padding: 5% 0 5.5%;
}

.area .inner>div {
	padding-right: 43%;
	padding-top: 10px;
	background: url(img/area.png) no-repeat right top;
	background-size: 40%;
}

#contact.page-contact {
	background-color: #eff0f1;
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
}

/* form page */
.form_body {
	background-color: #eff0f1;
}

.form_body h1 {
	text-indent: -9999px;
	background: url(img/eye_form.jpg) no-repeat top center;
	background-size: 100%;
	padding-top: 20.8%;
	margin-top: 50px;
	font-size: 0;
}

@media screen and (max-width:768px) {
	.fade {
		width: 50%;
	}

	.home h1 {
		width: 70%;
		margin: 0 auto 3%;
	}

	.fade p {
		font-size: 85%;
		padding: 10px 0;
	}
}

@media screen and (max-width:540px) {
	body {
		font-size: 85%;
	}

	header {
		margin-top: 0;
		margin-bottom: 100px;
	}


	.home h1 {
		text-indent: -9999px;
		display: block;
		width: 40%;
		height: 0;
		padding-bottom: 48.2%;
		background-size: contain;
		position: absolute;
		top: 30%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.fade {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		max-width: 100%;
		margin-top: 55px;
		opacity: 1;
	}

	.fade img {
		width: 40%;
		margin-bottom: 20px;
		position: absolute;
		top: 30%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		opacity: 0;
	}

	.fade p {
		width: 100%;
		border: none;
		position: relative;
		margin-top: 46.375%;
		padding: 20px;
		color: #1c456b;
		font-weight: bold;
		font-size: 110%;
		line-height: 1.55em;
		background: #e6e6e6;
		letter-spacing: 0.05em;
		opacity: 1;
	}

	/* nav */
	nav {
		width: 100%;
		display: block;
		position: relative;
		letter-spacing: 0.05em;
	}

	nav ul {
		padding: 0 5%;
		width: 100%;
	}

	nav ul li {
		display: block;
		float: left;
		margin-right: 0;
		width: 25%;
	}

	nav .tel {
		display: none;
	}

	#menu {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		display: block;
		margin: 0 auto;
		background-color: #1c456b;
		z-index: 1;
		font-size: 83%;
		font-weight: 300;
		letter-spacing: 0.05em;
		padding-right: 60px;
	}

	nav a:hover {
		opacity: 0.7;
	}

	#menu li {
		display: block;
		float: left;
		width: 25%;
	}

	#menu a {
		display: block;
		width: 100%;
		color: #fff;
	}

	#menu a:hover {
		background: #3baad0;
	}

	footer {
		padding-bottom: 70px;
	}

	.half>img,
	.half>div,
	#company .inner>img,
	#recruit .inner>img,
	#company .inner>div,
	#recruit .inner>div {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}

	.half {
		margin-bottom: 10px;
	}

	.three>div {
		width: 47%;
		margin: 0 0 20px;
	}

	.three>div:first-of-type {
		margin-right: 6%;
	}

	.three>div:last-of-type {
		float: none;
		margin: 0 auto;
	}

	#company {
		padding-top: 0;
	}

	#recruit {
		padding: 2% 0 0;
	}

	#contact {
		padding-top: 2%;
	}

	#area {
		background-color: #e0e7eb;
		background-image: url(img/bg.png), url(img/bg_paint1.svg), url(img/bg_paint2.svg), url(img/bg_works_sp.jpg);
		background-repeat: repeat, no-repeat, no-repeat, no-repeat;
		background-position: top, top, bottom, bottom;
		background-size: 100% auto, 100% auto, 100% auto, cover;
		padding: 4% 0;
	}

	#area .inner>div {
		padding-right: 0;
		padding-top: 0;
		background: none;
	}

	.area {
		background-color: #e0e7eb;
		background-image: url(img/bg.png), url(img/bg_paint2.svg), url(img/bg_works_sp.jpg);
		background-repeat: repeat, no-repeat, no-repeat, no-repeat;
		background-position: top, top, bottom, bottom;
		background-size: 100% auto, 100% auto, 100% auto, cover;
		padding: 4% 0;
	}

	.area .inner>div {
		padding-right: 0;
		padding-top: 0;
		background: none;
	}

	.areatext {
		padding-right: 190px;
		padding-top: 20px;
		margin-bottom: 0;
		background: url(img/area.png) no-repeat right top;
		background-size: 170px;
		overflow: visible;
		min-height: 179px;
	}

	.areatext span {
		font-weight: bold;
		display: block;
	}

	.areatext span:after {
		content: none;
	}

	.recruit_copy br {
		display: inline-block;
	}

	#contact th,
	#contact td {
		display: block;
		width: 100%;
	}

	#contact th {
		padding: 14px 0 0;
	}

	#contact td {
		padding: 7px 0 14px;
	}

	input,
	textarea {
		padding: 6px;
		font-size: 110%;
	}

	.checkbox label {
		margin: 7px 1.5em 6px 0;
	}

	.form_body h1 {
		margin-top: 0;
	}
}

/* 202304　ページ追加による変更 */

nav ul li.current {
	line-height: 50px;
}

#menu li.current {
	color: #fff;
}
@media screen and (max-width: 640px) {
	nav ul li {
		margin-right: 12px;
	}
}
@media screen and (max-width: 540px) {
	nav ul li {
		width: 20%;
		margin-right: 0;
	}
	#menu li {
		width: 20%;
	}
}

#area.outline-area {
	background-image: url(img/bg.png), url(img/bg_paint1.svg), url(img/bg_works.jpg);
}

/* .page #contact table {
	border-top: solid 1px #3baad0;
}
.page #contact tr {
	border-bottom: solid 1px #3baad0;
} */

.page .page-logo {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	margin-bottom: 10%;
	background: url(img/logo_w.svg) center no-repeat;
	background-size: contain;
}
.page .page-logo img {
	width: 100%;
}

.home.page h1 {
	background: none;
	padding: 0;
	height: auto;
	margin: 0 0 30px;
	text-indent: 0;
}

.page h1 {
	font-size: 185%;
	letter-spacing: 0.12em;
	font-weight: 700;
}
.page h1 span {
	color: #3baad0;
	font-family: 'Muli', 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 55%;
	margin-left: 10px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 540px) {
	.home.page h1 {
		position: static;
		width: 100%;
		transform: none;
	}
}

.page-fade {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25%;
	max-width: 370px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	z-index: 10;
}


.page-fade p {
	font-size: 90%;
	color: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 15px 0;
}
@media screen and (max-width:768px) {
	.page-fade {
		width: 50%;
	}

	.page-fade p {
		font-size: 85%;
		padding: 10px 0;
	}
}
@media screen and (max-width: 540px) {
	.page-fade {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		max-width: 100%;
		transform: translate(-50%, -50%);

	}


	.page-fade p {
		width: 100%;
		border: none;
		position: relative;
		margin-top: 46.375%;
		padding: 20px;
		color: #1c456b;
		font-weight: bold;
		font-size: 110%;
		line-height: 1.55em;
		background: #e6e6e6;
		letter-spacing: 0.05em;
	}
}

.page header {
	padding-top: 0;
}
.page .eye-page {
	height: 30vh;
}
.page .eye-page img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width: 540px) {
	.page header {
		margin-bottom: 0px;
	}

	.page .eye-page {
		height: 20vh;
	}
}

.grecaptcha-badge {
    bottom: 60px !important;
}


/*===CLEARFIX===*/
header:before,
.inner:before,
.half:before,
.three:before,
.clearfix:before {
	display: table;
	content: " ";
}

header:after,
.inner:after,
.half:after,
.three:after,
.set:after {
	display: table;
	content: " ";
	clear: both;
}