@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main .sec01 {
	margin-bottom: 135px;
}
#main .sec01 .text {
	margin-bottom: 54px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: 0.038em;
}
#main .sec01 .textList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec01 .textList::after {
	width: calc((100% - 72px) / 3);
	content: '';
}
#main .sec01 .textList li {
	width: calc((100% - 72px) / 3);
	display: flex;
}
#main .sec01 .textList li a {
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #F2F3F4;
	overflow: hidden;
}
#main .sec01 .textList .pho {
	position: relative;
}
#main .sec01 .textList .pho img {
	width: 100%;
}
#main .sec01 .textList .pho span {
	width: 120px;
	padding: 4px 10px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 72px;
	font-size: 1.4rem;
	letter-spacing: 0.038em;
	text-align: center;
	box-sizing: border-box;
	transform: translateX(-50%);
	border-radius: 6px 6px 0 0;
	background-color: #F2F3F4;
}
#main .sec01 .textList .txtBox {
	margin-top: -72px;
	padding: 21px 22px 25px;
	border-radius: 0 0 10px 10px;
	position: relative;
	border: 1px solid #F2F3F4;
	border-top: none;
	background-color: #F2F3F4;
}
#main .sec01 .textList .txtBox .ttl {
	margin-bottom: 13px;
	padding: 0 25px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.038em;
	background: url(../img/common/icon06.png) no-repeat right center / 20px auto;
}
#main .sec01 .textList li:nth-of-type(3n - 1) .txtBox .ttl {
	padding: 0 25px 0 0;
	text-align: left;
}
#main .sec01 .textList .txtBox p {
	font-size: 1.3rem;
	line-height: 1.7;
}
#main .flow {
	padding-bottom: 124px;
	border-radius: 0 0 0 200px;
	background-color: #fff;
	position: relative;
}
#main .flow h2 {
	margin-bottom: 49px;
}
#main .flow .textList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .flow .textList li {
	padding: 39px 0 39px 20px;
	width: calc((100% - 56px) / 2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 3px solid #F2F3F4;
}
#main .flow .textList li:first-of-type,
#main .flow .textList li:nth-of-type(2) {
	border-top: 3px solid #F2F3F4;
}
#main .flow .textList li .pho {
	width: 94px;
}
#main .flow .textList li .txtBox {
	width: calc(100% - 140px);
}
#main .flow .textList li .txtBox p {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
#main .company {
	margin: -200px 0 -59px;
	padding: 299px 0 60px;
	background-color: #FAFAFB;
}
#main .company h2 {
	margin-bottom: 70px;
	font-size: 4.4rem;
	line-height: 1.32;
	text-align: center;
}
#main .company dl {
	margin: 0 auto;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
}
#main .company dt,
#main .company dd {
	margin-bottom: 17px;
	padding: 0 15px 19px;
	box-sizing: border-box;
}
#main .company dt:last-of-type,
#main .company dd:last-of-type {
	margin-bottom: 0;
}
#main .company dt {
	width: 168px;
	border-bottom: 2px solid #46ACBA;
}
#main .company dd {
	padding: 0 0 19px 80px;
	width: calc(100% - 168px);
	border-bottom: 2px solid #EDEDED;
}
#main .company .ddStyle01 {
	padding-bottom: 40px;
}
#main .company dd p {
	margin-bottom: 22px;
}
#main .company .map {
	height: 340px;
}
#main .company .map iframe {
	width: 100%;
	height: 100%;
}
.comContactBox::before {
	background-color: #FAFAFB;
}
@media all and (min-width: 897px) {
	#main .sec01 .textList li a:hover .txtBox {
		border-color: #777;
	}
	#main .sec01 .textList li a:hover .txtBox .ttl {
		background-image: url(../img/common/icon10.png);
	}
	#main .sec01 .textList li a:hover .txtBox p {
		color: #777;
	}
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		padding-bottom: 122px;
	}
	#main .sec01 {
		margin: 0 6px 77px;
	}
	#main .sec01 h2 {
		margin-right: -6px;
	}
	#main .sec01 .text {
		margin-bottom: 32px;
		font-weight: 400;
		line-height: 1.86;
	}
	#main .sec01 .textList {
		margin: 0 2px;
		display: block;
	}
	#main .sec01 .textList::after {
		display: none;
	}
	#main .sec01 .textList li {
		margin-bottom: 32px;
		width: auto;
		display: block;
	}
	#main .sec01 .textList li:last-of-type {
		margin-bottom: 0;
	}
	#main .sec01 .textList li a {
		display: block;
		border-radius: 8px 8px 10px 10px;
	}
	#main .sec01 .textList .pho span {
		padding: 3px 10px;
		bottom: 13px;
	}
	#main .sec01 .textList .txtBox {
		margin-top: -13px;
		padding: 27px 22px 27px;
		border-radius: 0 0 10px 10px;
		position: relative;
		border: 1px solid #F2F3F4;
		border-top: none;
		background-color: #F2F3F4;
	}
	#main .sec01 .textList .txtBox .ttl {
		margin-bottom: 9px;
		padding: 0;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.038em;
		background-image: none;
	}
	#main .sec01 .textList .txtBox .ttl span {
		padding-right: 33px;
		display: inline-block;
		vertical-align: top;
		background: url(../img/common/icon06.png) no-repeat right 1px center / 20px auto;
	}
	#main .sec01 .textList li:nth-of-type(3n - 1) .txtBox .ttl {
		padding:0;
		text-align: center;
	}
	#main .sec01 .textList li:nth-of-type(3) .pho span,
	#main .sec01 .textList li:nth-of-type(2) .pho span {
		bottom: 20px;
	}
	#main .sec01 .textList li:nth-of-type(3) .txtBox,
	#main .sec01 .textList li:nth-of-type(2) .txtBox {
		margin-top: -20px;
	}
	#main .flow {
		padding: 0 8px 66px;
		border-radius: 0 0 0 100px;
	}
	#main .flow h2 {
		margin-bottom: 26px;
	}
	#main .flow .textList {
		display: block;
	}
	#main .flow .textList li {
		padding: 16px 0 16px 24px;
		width: auto;
		border-bottom: 3px solid #F2F3F4;
	}
	#main .flow .textList li:nth-of-type(2) {
		border-top: none;
	}
	#main .flow .textList li .pho {
		width: 39px;
	}
	#main .flow .textList li .txtBox {
		width: calc(100% - 56px);
	}
	#main .flow .textList li .txtBox p {
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .company {
		margin: -100px 0 -9px;
		padding: 167px 0 0;
	}
	#main .company h2 {
		margin-bottom: 52px;
		font-size: 2rem;
	}
	#main .company dl {
		margin-left: 8px;
		max-width: inherit;
		position: relative;
		z-index: 4;
	}
	#main .company dt,
	#main .company dd {
		margin-bottom: 8px;
		padding: 0 5px 8px 8px;
		line-height: 2;
	}
	#main .company dt {
		width: 80px;
	}
	#main .company dd {
		padding: 0 0 8px 21px;
		width: calc(100% - 80px);
	}
	#main .company .ddStyle01 {
		padding-bottom: 24px;
	}
	#main .company dd p {
		margin-bottom: 18px;
	}
	#main .company .map {
		margin: 0 8px 0 -101px;
		height: 44vw;
	}
	.comContactBox::before {
		border-radius: 0 0 100px 0;
	}
}
@media all and (max-width: 374px) {
	#main .company dl {
		font-size: 1.3rem;
	}
}