@charset "utf-8";
#main .companyTtl {
	margin-bottom: 19px;
	font-size: 3rem;
	font-weight: 700;
	color: #00A0E9;
}
#main .voice {
	padding: 80px 0;
}
#main .voice .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .voice .imgBox .photoBox {
	margin-right: 92px;
	width: 342px;
	flex-shrink: 0;
}
#main .voice .imgBox .textBox {
	margin-top: -9px;
	font-size: 2.2rem;
	line-height: 1.64;
	color: #3c3c3c;
}
#main .voice .imgBox .textBox p:not(:last-child) {
	margin-bottom: 1.64em;
}
#main .company {
	padding: 62px 0;
}
#main .history {
	margin-bottom: 104px;
}
#main .history .companyTtl,
#main .company .companyTtl {
	margin-bottom: 13px;
}
#main .companyTable table {
	border-collapse: collapse;
	width: 100%;
}
#main .companyTable table th,
#main .companyTable table td {
	padding: 2px 5px 5px 25px;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 500;
	border-top: 1px solid #00A0E9;
	border-bottom: 1px solid #00A0E9;
	box-sizing: border-box;
	vertical-align: middle;
	height: 69px;
}
#main .companyTable table th {
	padding-left: 17px;
	color: #00A0E9;
	background-color: #e5f5fd;
	width: 313px;
}
#main .companyTable table .style01 {
	padding: 16px 20px 19px;
	line-height: 1.5;
}
#main .companyTable table .style02 {
	padding: 30px 25px 36px;
	line-height: 1.5;
}
#main .history .companyTable table .style01 {
	padding-left: 25px;
}
#main .store {
	display: flex;
	height: 688px;
	align-items: center;
	justify-content: center;
	background: url(../img/about/bg.jpg) no-repeat center / cover;
}
#main .store h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 506px;
	height: 76px;
	background-color: #00A0E9;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
}
#main .landes {
	padding: 102px 0 76px;
}
#main .landes .innerBox .textBox {
	width: 53%;
}
#main .landes .innerBox .mapBox {
	width: 45%;
	position: relative;
	padding-bottom: 39.55%;
	height: 0;
	overflow: hidden;
}
#main .landes .innerBox .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main .landes .innerBox .textBox .h3Ttl {
	margin-bottom: 25px;
	color: #00a0e9;
	font-weight: 500;
}
#main .landes .innerBox .textBox .txtDl {
	font-weight: 500;
	line-height: 1.45;
}
#main .landes .innerBox .textBox dt {
	float: left;
}
#main .landes .innerBox .textBox dd {
	padding: 0 0 26px 5.3em;
}
#main .landwork {
	padding: 76px 0 ;
	background-color: #E5F5FD;
}
#main .landwork h3 {
	margin-bottom: 47px;
	text-align: center;
}
#main .landwork h3 img {
	width: 188px;
}
#main .landwork .title {
	margin-bottom: 25px;
	color: #00A0E9;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
#main .landwork .txt {
	margin-bottom: 50px;
	text-align: center;
}
#main .landwork .btn {
	margin: 0 auto;
	max-width: 330px;
}
#main .landwork .btn a {
	padding: 15px 15px 18px;
	font-size: 1.9rem;
	color: #fff;
	font-weight: 700;
	text-align: center;
	display: block;
	background-color: #00A0E9;
}
#main .landwork .btn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.pageTitle .photoBox {
		width: 578px;
		max-width: calc(100% - 540px);
	}
	.pageTitle .textBox {
		width: 540px;
	}
	#main .companyTable {
		display: block !important;
	}
	#main .landes .innerBox .textBox dd a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	.pageTitle .textBox {
		margin-bottom: 3px;
	}
	.pageTitle .textBox p {
		text-align: left;
	}
	.pageTitle .photoBox {
		width: 69.25%;
	}
	#main .companyTtl {
		margin-bottom: 28px;
		font-size: 2rem;
		text-align: center;
	}
	#main .voice {
		padding: 34px 0;
	}
	#main .voice .imgBox {
		display: block;
	}
	#main .voice .imgBox .photoBox {
		width: 41%;
		margin: 0 auto 25px;
		text-align: center;
	}
	#main .voice .imgBox .textBox {
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.5;
		color: #000;
		text-align: justify;
	}
	#main .voice .imgBox .textBox p:not(:last-child) {
		margin-bottom: 1.5em;
	}
	#main .voice .imgBox .textBox p.name {
		text-align: right;
	}
	#main .company {
		padding: 25px 0 14px;
	}
	#main .history .companyTtl,
	#main .company .companyTtl {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		min-height: 67px;
		background-color: #00A0E9;
		color: #fff;
		box-sizing: border-box;
		position: relative;
		text-align: left;
		border-radius: 9px;
		padding: 10px 20px;
	}
	#main .history .companyTtl:after,
	#main .company .companyTtl::after {
		position: absolute;
		right: 17px;
		top: calc(50% - 12px);
		width: 24px;
		height: 24px;
		background: url(../img/about/icon01.png) no-repeat center / 100% 100%;
		content: "";
		transition: .3s;
	}
	#main .history {
		margin-bottom: 29px;
	}
	#main .history .companyTtl.on:after,
	#main .company .companyTtl.on::after {
		transform: rotate(180deg);
	}
	#main .companyTable {
		display: none;
	}
	#main .companyTable table th,
	#main .companyTable table td {
		display: block;
		padding: 8px 0 12px;
		font-size: 1.5rem;
		line-height: 1.33;
		font-weight: 400;
		border: none;
		height: auto;
		width: 100%;
	}
	#main .companyTable table th {
		padding: 6px 9px 7px;
		width: 100%;
		font-size: 1.4rem;
		font-weight: 500;
	}
	#main .companyTable table .style01 {
		padding: 8px 0 12px;
		line-height: 1.33;
	}
	#main .companyTable table .style02 {
		padding: 8px 0 12px;
		line-height: 1.33;
	}
	#main .history .companyTable table .style01 {
		padding: 8px 0 12px;
	}
	#main .store {
		height: 225px;
		background-image: url(../img/about/sp_bg.jpg);
	}
	#main .store h3 {
		width: 100%;
		height: 38px;
		font-size: 1.6rem;
	}
	#main .landes {
		padding: 15px 0 25px;
	}
	#main .landes .innerBox {
		display: block;
	}
	#main .landes .innerBox .textBox,
	#main .landes .innerBox .mapBox {
		width: 100%;
	}
	#main .landes .innerBox .mapBox {
		padding-bottom: 66.5%;
	}
	#main .landes .innerBox .textBox {
		margin-bottom: 14px;
	}
	#main .landes .innerBox .textBox .h3Ttl {
		margin-bottom: 9px;
		font-size: 2rem;
	}
	#main .landes .innerBox .textBox .txtDl {
		font-weight: 500;
		line-height: 1.45;
	}
	#main .landes .innerBox .textBox dt {
		padding-bottom: 5px;
		float: none;
		color: #00a0e9; 
		font-size: 1.4rem;
		border-bottom: 1px solid #00a0e9;
	}
	#main .landes .innerBox .textBox dd {
		padding: 2px 0 9px;
	}
	#main .landwork {
		padding: 27px 0 ;
		background-color: #E5F5FD;
	}
	#main .landwork h3 {
		margin-bottom: 12px;
	}
	#main .landwork h3 img {
		width: 117px;
	}
	#main .landwork .title {
		margin-bottom: 12px;
		font-size: 2rem;
	}
	#main .landwork .txt {
		margin-bottom: 22px;
		font-size: 1.6rem;
		line-height: 1.4;
		text-align: left;
	}
	#main .landwork .btn {
		max-width: 450px;
	}
	#main .landwork .btn a {
		padding: 13px 15px 14px;
		font-size: 1.5rem;
	}
}