@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	height: 49.9rem;
	padding-top: 3.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url(../img/index/main_visual_bg.jpg) no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
}
.mainVisual p {
	color: #000;
	font-weight: 900;
	font-size: 3.4rem;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
}
#main .house {
	padding: 11.1rem 0 10.6rem;
	background-color: #DFF4FF;
	font-feature-settings: "palt";
}
#main .house .textBox {
	width: 50rem;
}
#main .house h3 {
	margin-bottom: 2.6rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.48;
	letter-spacing: 0.04em;
}
#main .house p {
	letter-spacing: 0.04em;
}
#main .house .pho {
	margin: 2rem 0.2rem 0;
	width: 41rem;
}
#main .features {
	padding-top: 9.6rem;
	background-color: #00305B;
}
#main .features .headLine01 {
	margin-bottom: 6.4rem;
	color: #fff;
	border-color: #fff;
}
#main .features .textList {
	margin-bottom: 9.5rem;
}
#main .features .textList li:not(:last-child) {
	margin-bottom: 6.6rem;
}
#main .features h3 {
	margin-bottom: 1.8rem;
	color: #FFC100;
	font-size: 2.7rem;
	font-weight: 700;
}
#main .features p {
	color: #fff;
}
#main .features p span {
	color: #FFC100;
}
#main .features .photoUl li {
	width: 31%;
}
#main .features .photoUl li:nth-child(2) {
	width: 30.6%;
}
#main .features .photoUl li:nth-child(3) {
	width: 38.4%;
}
#main .features .photoUl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .company {
	padding: 7.6rem 0 9.8rem;
	background-color: #DFF4FF;
}
#main .company .imgBox {
	align-items: flex-end;
}
#main .company .textBox {
	width: 48.8rem;
}
#main .company .img {
	margin: 0 -2.7rem 0.7rem 0;
	width: 44.6rem;
}
#main .company h2 {
	margin: 0 0.5rem 0.9rem;
	font-size: 2.26rem;
	font-weight: 700;
}
#main .company table {
	width: 100%;
	border-collapse: collapse;
}
#main .company th,
#main .company td {
	padding: 0.3rem 1.4rem 0.6rem;
	font-weight: 500;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	border: 1px solid #00305B;
}
#main .company td a:hover {
	opacity: 0.7;
}
#main .company th {
	padding: 0.3rem 0.4rem 0.6rem;
	width: 16.1%;
	text-align: center;
}
#main .contact {
	padding: 10.1rem 0 8.3rem;
	position: relative;
	background: url(../img/index/bg01.jpg) no-repeat center center;
	background-size: cover;
}
#main .contact::before {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% - 18.1rem);
	bottom: 0;
	background-color: #164777;
	opacity : 0.5;
	content: "";
}
#main .contact .content {
	width: 94.8rem;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}
#main .contact h2 {
	color: #fff;
	font-weight: 700;
	font-size: 2.26rem;
}
#main .contact h2 .en {
	margin-top: 0.2rem;
	display: block;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
}
#main .contact .info {
	width: 58rem;
	margin-top: 0.5rem;
	color: #fff;
	font-feature-settings: "palt";
}
#main .contact .topText {
	margin-bottom: 3rem;
	line-height: 1.14;
	letter-spacing: 0.05em;
}
#main .contact .topText a {
	color: #fff;
}
#main .contact .topText span {
	margin-top: 1.8rem;
	display: block;
}
#main .contact .topText .link:hover {
	opacity: 0.7;
}
#main .contact .formText,
#main .contact .text {
	margin-bottom: 0.7rem;
	letter-spacing: 0.04em;
}
#main .contact .text {
	margin-bottom: 2rem;
}
#main .contact  form {
	width: 48rem;
}
#main .contact .formUl {
	margin-bottom: 0.9rem;
}
#main .contact .formUl li {
	width: 23.8rem;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 500;
	word-break: break-all;
}
#main .contact .formUl li:last-child {
	width: 22.4rem;
}
#main .contact .formUl dt {
	padding-bottom: 0.5rem;
}
#main .contact .formUl dd {
	word-break: break-all;
}
#main .contact .formUl li:last-child dt {
	padding-bottom: 0.3rem;
}
#main .contact .formUl input,
#main .contact .formUl textarea {
	width: 100%;
	padding: 0 1rem;
	height: 2.3rem;
	font-size: 1.35rem;
	color: #102A4E;
	border: none;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
}
#main .contact .formUl textarea {
	height: 12.1rem;
	padding: 1rem;
	resize: vertical;
}
#main .contact .submit li:not(:last-child) {
	margin-bottom: 1rem;
}
#main .contact .submit input {
	width: 100%;
	height: 2.9rem;
	font-size: 1.35rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
	border: 1px solid #fff;
	box-sizing: border-box;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	background: none;
	cursor: pointer;
	transition: .3s;
}
.errorMsg {
	margin-bottom: 1rem;
	color: #f00;
	font-size: 1.4rem;
}
@media all and (min-width: 897px) {
	#main .contact .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		height: 28rem;
		padding: 2rem;
	}
	.mainVisual p {
		font-size: 2.6rem;
	}
	#main .house {
		padding: 4rem 0;
	}
	#main .house .textBox {
		width: 100%;
		order: 1;
	}
	#main .house h3 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#main .house .pho {
		margin: 0 0 1.5rem;
		width: 100%;
	}
	#main .house .pho img {
		width: 100%;
	}
	#main .features {
		padding-top: 4rem;
	}
	#main .features .headLine01 {
		margin-bottom: 1.5rem;
	}
	#main .features .textList {
		margin-bottom: 4rem;
	}
	#main .features .textList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .features h3 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
	}
	#main .company {
		padding: 4rem 0;
	}
	#main .company .imgBox {
		display: block;
	}
	#main .company .textBox {
		width: auto;
	}
	#main .company .img {
		margin: 2rem 0 0;
		width: auto;
		text-align: center;
	}
	#main .company h2 {
		margin: 0 0 1rem;
		font-size: 1.8rem;
	}
	#main .company th {
		width: 20%;
	}
	#main .contact {
		padding: 3rem 0 6rem;
	}
	#main .contact::before {
		width: 100%;
		bottom: auto;
		height: 12rem;
	}
	#main .contact .content {
		display: block;
	}
	#main .contact h2 {
		margin-bottom: 3rem;
		text-align: center;
		font-size: 2rem;
	}
	#main .contact h2 .en {
		margin-top: -0.2rem;
		font-size: 3rem;
	}
	#main .contact .info {
		width: auto;
	}
	#main .contact .topText {
		margin-bottom: 2rem;
	}
	#main .contact .topText span {
		margin-top: 1rem;
	}
	#main .contact .formText {
		margin-bottom: 1rem;
	}
	#main .contact  form {
		width: 100%;
	}
	#main .contact .formUl {
		display: block;
	}
	#main .contact .formUl li {
		width: auto !important;
	}
	#main .contact .formUl dt {
		padding-bottom: 0.5rem !important;
	}
	#main .contact .formUl dd {
		padding-bottom: 1rem !important;
	}
	#main .contact .formUl input,
	#main .contact .formUl textarea {
		font-size: 1.2rem;
	}
	.errorMsg {
		font-size: 1.3rem;
	}
}