@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg img {
	width: 100%;
}
#main .greeting {
	padding: 122px 0 116px;
}
#main .greeting .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .greeting .imgBox .photoBox {
	width: 33%;
	margin: -29px 0 0 10px;
	order: 2;
}
#main .greeting .imgBox .photoBox img {
	width: 100%;
}
#main .greeting .imgBox .textBox {
	padding-left: 40px;
	flex: 1;
}
#main .greeting .imgBox p {
	margin-bottom: 10px;
	line-height: 2.55;
	font-size: 2rem;
	color: #4D4D4D;
	letter-spacing: 0.075em;
}
#main .greeting .imgBox p:last-child {
	margin-bottom: 0;
}
#main .greeting .imgBox .txt {
	font-size: 2.4rem;
	font-weight: 600;
	display: flex;
	align-items: center;
}
#main .greeting .imgBox .txt span {
	margin: -2px 19px 0 0;
}
#main .manage{
	padding: 22px 0 38px;
	color: #fff;
	background-color: #3399CC;
}
#main .manage h2 {
	margin-bottom: 41px;
	font-size: 3.1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.9;
	text-align: center;
}
#main .manage .imgBox {
	margin: 0 29px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .manage .imgBox .photoBox {
	width: 34.8%;
	margin-right: 34px;
}
#main .manage .imgBox .photoBox img {
	width: 100%;
}
#main .manage .imgBox .textBox {
	margin-right: -100px;
	padding-top: 22px;
	flex: 1;
}
#main .manage .imgBox .list li {
	line-height: 1.62;
	margin-bottom: 34px;
}
#main .manage .imgBox .list li:last-child {
	margin-bottom: 0;
}
#main .company {
	padding: 100px 0 145px;
}
#main .tableBox {
	padding-top: 40px;
	margin: 0 10px;
}
#main .company table {
	width: 100%;
	border-collapse: collapse;
	line-height: 2.35;
	word-break: break-all;
}
#main .company table th {
	padding: 26px 10px 22px 40px;
	width: 21%;
	text-align: left;
	vertical-align: top;
	background-color: rgba(204, 204, 204, 0.75);
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	border-left: none;
	font-size: 1.7rem;
	font-weight: 400;
}
#main .company table td {
	padding: 26px 10px 22px 35px;
	text-align: left;
	vertical-align: top;
	background-color: rgba(204, 204, 204, 0.38);
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	font-size: 1.7rem;
}
#main .company table dl {
	padding: 10px 0 25px;
	line-height: 1.58;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .company table dt {
	width: 204px;
	padding-right: 10px;
	box-sizing: border-box;
}
#main .company table dd {
	margin-bottom: 27px;
	width: calc(100% - 204px);
}
#main .company table dd:last-of-type {
	margin-bottom: 0;
}
#main .access {
	margin-bottom: 40px;
	padding: 70px 0 86px;
	color: #fff;
	background-color: #3399CC;
}
#main .access .headLine01 {
	margin: 0 49px 81px;
}
#main .access .mapBox {
	margin: 0 auto;
	width: 762px;
	text-align: center;
}
#main .access .mapBox .map {
	height: 487px;
	margin-bottom: 37px;
}
#main .access .mapBox .map iframe {
	width: 100%;
	height: 100%;
}
#main .access .mapBox p {
	font-size: 1.7rem;
	line-height: 1.75;
}
#main .link {
	margin-bottom: 48px;
	text-align: center;
}
#main .link a {
	padding: 0 0 14px 150px;
	display: inline-flex;
	align-items: center;
	font-size: 3.7rem;
	font-weight: 700;
	color: #0071BC;
	min-height: 154px;
	background: url(../img/common/img.png) no-repeat left center;
	background-size: 154px auto;
}
#main .link a:hover {
	opacity: 0.7;
}
#main .bigPhoto {
	position: relative;
}
#main .bigPhoto > img {
	width: 100%;
}
#main .bigPhoto span {
	position: absolute;
	top: calc(50% + 23px);
	left: 150px;
	transform: translateY(-50%);
}
#main .recruitment {
	padding: 86px 0 80px;
}
#main .recruitment .headLine01 {
	margin: 0 10px 50px;
}
#main .recruitment .content {
	max-width: 992px;
}
#main .recruitment p {
	margin-bottom: 22px;
	font-weight: 700;
	line-height: 1.81;
}
#main .recruitment p:last-child {
	margin-bottom: 0;
}
#main .recruitment .text {
	margin-bottom: 93px;
}
#main .recruitment .text02 {
	margin-bottom: 42px;
	line-height: 1.95;
}
#main .recruitment p .txtSpan {
	display: inline-block;
	line-height: 1.95;
}
#main .recruitment h3 {
	margin-bottom: 7px;
	font-size: 2.8rem;
	font-weight: 700;
}
#main .recruitment h4 {
	margin-bottom: 72px;
	font-size: 3.05rem;
	color: #396AB1;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .recruitment .h3Ttl {
	padding-bottom: 5px;
	font-size: 2.6rem;
}
#main .recruitment .tel {
	margin-bottom: 65px;
}
#main .recruitment .tel span {
	display: block;
	font-size: 3.1rem;
	color: #1289BD;
}
#main .recruitment .tel a {
	color: #1289BD;
}
#main .recruitment .text03 {
	margin-right: -70px;
}
#main .contact .headLine01 {
	margin: 0 15px 20px;
}
#main .contact .pBox {
	text-align: center;
	margin: 47px 0 71px;
}
#main .contact .txt {
	font-size: 2.4rem;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
}
#main .contact .txt .txtSpan {
	text-align: left;
	line-height: 2.2;
}
#main .contact .txt .must {
	margin: 12px 20px 0 0;
}
#main .contact .must {
	padding: 5px 5px 2px;
	box-sizing: border-box;
	font-size: 2.4rem;
	color: #fff;
	width: 86px;
	line-height: 1.2;
	text-align: center;
	background-color: #FFA200;
}
#main .greyBox {
	margin: 0 -25px;
	padding: 20px 30px 55px;
	background-color: rgba(179, 179, 179, 0.21);
}
#main .contactDl {
	margin: -39px 0 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	word-break: break-all;
}
#main .contactDl dt {
	position: relative;
	font-weight: 500;
	width: 335px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 65px 23px 65px 0;
	box-sizing: border-box;
	font-size: 2.2rem;
	line-height: 1.81;
	font-family: "Noto Serif JP", serif;
}
#main .contactDl .dtStyle {
	align-self: flex-start;
}
#main .contactDl .dtStyle02 {
	align-self: flex-start;
}
#main .contactDl .dtStyle02 .must {
	margin-top: -30px;
}
#main .contactDl dt .must {
	width: 78px;
	font-size: 2.199rem;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #FFA200;
}
#main .contactDl dd {
	padding: 65px 0 65px 15px;
	box-sizing: border-box;
	font-size: 2.4rem;
	line-height: 1.81;
	width: calc(100% - 335px);
	font-family: "Noto Serif JP", serif;
}
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
	color: #000;
    height: 71px;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 2.0rem;
    padding: 0 10px;
    width: 100%;
    background-color: #fff;
	font-family: "Noto Serif JP", serif;
}
textarea {
	resize: vertical;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 249px;
	color: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 2.4rem;
    padding: 10px 10px;
    width: 100%;
    background-color: #fff;
	font-family: "Noto Serif JP", serif;
}
#main .contactDl .checkUl {
	margin: -4px 0 -60px;
	display: flex;
	flex-wrap: wrap;
}
#main .contactDl .checkUl li {
	margin: 0 55px 40px 14px;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + span {
	background: url(../img/common/check01.png) no-repeat left 4px top 15px;
	background-size: 19px 19px;
	border-radius: 0;
    display: inline-flex;
	align-items: center;
	min-height: 51.433px;
	box-sizing: border-box;
	cursor: pointer;
    padding: 0 0 4px 40px;
	font-family: "Noto Serif JP", serif;
}
input[type="checkbox"]:checked + span {
	background-image: url("../img/common/check02.png");
}
.submit {
	padding-right: 60px;
	text-align: center;
}
.submit li {
	margin: 0 10px;
	display: inline-block;
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 331px;
    height: 74px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    font-size: 2.4rem;
    color: white;
    border: none;
	font-family: "Noto Serif JP", serif;
	background-color: #FFA200;
}

@media all and (min-width: 897px) {
	.submit li input:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	#main .greeting {
		padding: 50px 0;
	}
	#main .greeting .imgBox {
		display: block;
	}
	#main .greeting .imgBox .photoBox {
		width: auto;
		margin: 0 0 20px;
	}
	#main .greeting .imgBox .textBox {
		padding: 0;
	}
	#main .greeting .imgBox p {
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .greeting .imgBox .txt {
		display: block;
		text-align: center;
	}
	#main .greeting .imgBox .txt span {
		display: block;
		margin: 0 0 10px;
	}
	#main .manage h2 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#main .manage .imgBox {
		margin: 0;
		display: block;
	}
	#main .manage .imgBox .photoBox {
		width: auto;
		margin: 0 0 20px;
	}
	#main .manage .imgBox .textBox {
		margin: 0;
	}
	#main .manage .imgBox .list li {
		margin-bottom: 20px;
	}
	#main .company {
		padding: 50px 0;
	}
	#main .tableBox {
		margin: 0;
		padding-top: 10px;
	}
	#main .company table th {
		width: 25%;
		font-size: 1.5rem;
		padding: 15px 5px 15px 10px;
	}
	#main .company table td {
		font-size: 1.4rem;
		padding: 15px 5px 15px 10px;
	}
	#main .company table {
		line-height: 1.7;
	}
	#main .company table dl {
		display: block;
	}
	#main .company table dt {
		width: auto;
		padding: 0 0 5px;
	}
	#main .company table dd {
		width: auto;
	}
	#main .access {
		padding: 50px 0;
	}
	#main .access .headLine01 {
		margin: 0 0 30px;
	}
	#main .access .mapBox {
		width: auto;
	}
	#main .access .mapBox .map {
		height: 70vw;
	}
	#main .link a {
		font-size: 2rem;
		padding-left: 70px;
		padding-bottom: 0;
		min-height: 50px;
		background-size: 60px auto;
	}
	#main .bigPhoto {
		height: 50vw;
		position: relative;
	}
	#main .bigPhoto > img {
		height: 100%;
		object-fit: cover;
	}
	#main .bigPhoto span {
		width: 80%;
		left: 20px;
		top: 50%;
	}
	#main .recruitment {
		padding: 50px 0;
	}
	#main .recruitment h3 {
		font-size: 2rem;
	}
	#main .recruitment h4 {
		font-size: 2.2rem;
		margin-bottom: 40px;
	}
	#main .recruitment .h3Ttl {
		font-size: 2rem;
	}
	#main .recruitment .tel span {
		font-size: 2.5rem;
	}
	#main .recruitment .text03 {
		margin-right: 0;
	}
	#main .contact .headLine01 {
		margin: 0 0 30px;
	}
	#main .recruitment .text02 {
		margin-bottom: 30px;
	}
	#main .contact .txt {
		font-size: 1.4rem;
	}
	#main .contact .must {
		font-size: 1.4rem;
	}
	#main .contact .txt .must {
		margin: 7px 10px 0 0;
	}
	#main .contact .pBox {
		margin: 0 0 40px;
	}
	#main .contactDl {
		display: block;
		margin: 0;
	}
	#main .contactDl dt {
		width: auto;
		font-size: 1.8rem;
		padding: 5px 0 8px;
	}
	#main .contactDl dd {
		width: auto;
		padding: 0 0 20px;
		font-size: 1.5rem;
	}
	#main .contactDl dt .must {
		font-size: 1.4rem;
		width: 50px;
		margin-top: 4px;
	}
	input[type="email"], input[type="tel"], input[type="text"] {
		font-size: 1.5rem;
		height: 50px;
	}
	#main .contactDl .checkUl {
		margin: 0;
		display: block;
	}
	#main .contactDl .checkUl li {
		margin: 0 0 10px; 
	}
	#main .contactDl .checkUl li:last-child {
		margin-bottom: 0;
	}
	input[type="checkbox"] + span {
		padding-left: 35px;
		min-height: 35.15px;
		background-position: left 4px top 7px;
	}
	#main .contactDl .dtStyle02 .must {
		margin-top: 4px;
	}
	textarea {
		font-size: 1.5rem;
		height: 200px;
	}
	.submit {
		padding: 0;
	}
	.submit li {
		display: block;
		margin: 0 0 10px;
	}
	.submit li:last-child {
		margin-bottom: 0;
	}
	.submit li input {
		height: 60px;
		width: 100%;
		max-width: 325px;
		font-size: 2rem;
	}
	#main .recruitment .text {
		margin-bottom: 40px;
	}
}

@media all and (max-width: 374px) {
	#main .manage h2 {
		font-size: 1.6rem;
	}
	#main .contactDl dt {
		font-size: 1.6rem;
	}
}
.errorMsg {
	color: #F00;
}
#main .thanksBox {
	padding: 50px 0;
}
#main .thanksBox .greyBox {
	padding: 200px 20px;
	text-align: center;
	margin: 0;
}
#main .thanksBox p:not(:last-child){
	margin-bottom: 30px;
}
#main .thanksBox a:hover {
	opacity: 0.7;	
}
#main .thanksBox .headLine01 {
	margin-left: 0;
}

@media all and (max-width: 896px) {
	#main .thanksBox .greyBox {
		font-size: 1.7rem;
	}
}