@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .content {
	max-width: 1616px;
}
#main .imgBox {
	margin-bottom: 232px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#main .imgBox:after {
	width: calc(50% + 355px);  
	height: calc(100% + 232px);
	opacity: 0.5;
	background-color: #C5C5C5;
	position: absolute;  
	top: -113px;
	left: -165px;  
	transform: skewX(23deg);
	z-index: -1;
	content: ""; 
}
#main .imgBox .photoBox {
	width: 35.6%;
	order: 2;
	margin-left: 30px;
}
#main .imgBox .photoBox .name {
	margin: 17px 0 0 40px;
	/* font-size: min(1.5vw,2.5rem); */
	font-size: 1.6rem;
	color: #1A1A1A;
}
#main .imgBox .photoBox .name .txtSpan02 {
	/* margin-left: 5px;
	font-size: min(2.5vw,4rem);
	font-weight: 500;
	vertical-align: -4px; */
	margin-left: 5px;
  font-size: 2.2rem;
  font-weight: 500;
  vertical-align: -2px;
}
#main .imgBox .photoBox .name .txtSpan02 small {
	/* font-size: min(1vw,1.2rem);
	font-weight: 700;
	margin-left: 10px;
	vertical-align: -2px; */
	font-size: 1.2rem;
  font-weight: 700;
  margin-left: 10px;
  vertical-align: 0px;
}
#main .imgBox .photoBox img {
	width: 100%;
	border-radius: 30px;
}
#main .imgBox .textBox {
	padding: 65px 0 0 58px;
	flex: 1;
}
#main .imgBox p {
	margin-bottom: 42px;
	font-size: 2rem;
	color: #1A1A1A;
	/* font-weight: 700; */
	/* line-height: 2.25; */
	line-height: 2;
}
#main .imgBox p .txtSpan {
	font-size: 2.3rem;
	color: #005BAB;
}
#main .imgBox .txt {
	font-size: 2.3rem;
	color: #005BAB;
}
#main .headLine01 {
	margin-bottom: 61px;
	padding-bottom: 43px;
	/* font-size: 7rem; */
	font-size: 5rem;

	font-weight:bold
}
.headLine01::after {
	width: 96px;
	background-color: #005BAB;
}
#main .mainConts {
	max-width: 1010px;
	margin: 0 auto;
}
#main .companyDl {
	margin-bottom: 190px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	color: #1A1A1A;
	/* font-size: 2.3rem; */
	font-size: 2rem;
	font-weight: 500;
	/* line-height: 1.87; */
	line-height: 1.4;
}
#main .companyDl dt {
	padding: 24px 10px 23px;
	width: 300px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid #005BAB;
}
#main .companyDl dd {
	padding: 24px 32px 23px;
	width: calc(100% - 300px);
	box-sizing: border-box;
	border-bottom: 1px solid #707070;
}
#main .companyDl dd a {
	color: #1A1A1A;
}
#main .map {
	max-width: 1621px;
	margin: 0 auto 340px;
	/* height: 911px; */
	height: 70vh;
}
#main .map iframe {
	width: 100%;
	height: 100%;
}


@media all and (min-width: 897px) {
	.mainImg {
		margin-bottom: 218px;
	}
}



@media all and (max-width: 896px) {
	#main .imgBox .photoBox {
		margin: 0 -7px 0 10px;
		width: 144px;
	}
	#main .imgBox .photoBox img {
		border-radius: 13px;
	}
	#main .imgBox .photoBox .name {
		font-size: 1.1rem;
		margin: 5px 0 0;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	#main .imgBox .photoBox .name .txtSpan02 {
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.4;
		margin-top: -2px;
		margin-left: 2px;
	}
	#main .imgBox .photoBox .name .txtSpan02 small {
		font-size: 0.5rem;
		display: block;
		margin: 0;
	}
	#main .imgBox .textBox {
		padding: 122px 0 0 0;
	}
	#main .imgBox p {
		margin: 0 0 24px 3px;
		margin-right: -144px;
		font-size: 1.4rem;
		letter-spacing: 0.01em;
		line-height: 1.714;
	}
	#main .imgBox .txt {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .imgBox p .txtSpan {
		font-size: 1.5rem;
	}
	#main .imgBox::after {
		top: 0;
		bottom: 12px;
		left: -45px;
		width: calc(50% + 81px);
		height: auto;
	}
	#main .imgBox {
		margin-bottom: 3px;
	}
	#main .headLine01 {
		margin-bottom: 18px;
		padding-bottom: 13px;
		font-size: 3.1rem;
	}
	.headLine01::after {
		width: 35px;
	}
	#main .companyDl {
		margin: 0 14px 30px;
		font-size: 1.1rem;
		line-height: 1.2;
	}
	#main .companyDl dt {
		padding: 3px 0 4px;
		width: 77px;
		font-size: 1rem;
	}
	#main .companyDl dd {
		padding: 3px 0 4px 8px;
		width: calc(100% - 77px);
	}
	#main .companyDl dd:last-of-type,
	#main .companyDl dt:last-of-type {
		border-bottom: none;
	}
	#main .map {
		height: 53vw;
		margin: 0 -13px 46px;
	}
}

@media all and (min-width: 897px) and (max-width: 1400px) {
	#main .imgBox .textBox {
		padding-left: 10px;
	}
}

@media all and (max-width: 374px) {
	#main .imgBox .photoBox .name {
		font-size: 1rem;
	}
	#main .imgBox .photoBox .name .txtSpan02 {
		margin-top: -3px;
	}
	.headLine03 .txtSpan {
		font-size: 2.5rem;
	}
}
/*2025.08追加*/
#main .building {
  margin-bottom: 145px;
}
@media all and (max-width: 896px) {
  #main .building {
    margin-bottom: 30px;
  }
}
#main .building div img {
  border-radius: 10px;
}
@media all and (max-width: 896px) {
#main .building div img {
  border-radius: 5px;
}
}
#main .building div:first-child {
  margin-bottom: 1.8%;
}
#main .building .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .building .row img:first-child {
  width: 58.75%;
  height: auto;
}
#main .building .row img:last-child {
  width: 39.63%;
  height: auto;
}