@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main .comBg {
	background-color: #fff5d1;
}
#main .topBox {
	padding: 6.4rem 0 11.9rem;
}
#main .topBox .content {
	max-width: 102rem;
}
#main .topBox .imgBox {
	margin-bottom: 6.2rem;
	position: relative;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#main .topBox .imgBox .txtUl li {
	padding-left: 0.7rem;
	line-height: 1.84;
	letter-spacing: 0.03em;
	text-indent: -0.7rem;
}
#main .topBox .imgBox p {
	line-height: 1.84;
	letter-spacing: 0.03em;
}
#main .topBox .imgBox .leftBox {
	flex: 1;
}
#main .topBox .imgBox .image {
	margin-top: -2rem;
	width: 29rem;
	/* position: absolute;
	top: -2rem;
	right: 0; */
}
#main .topBox .title {
	font-size: 2.55rem;
	line-height: 1.8;
	letter-spacing: 0.07em;
	margin-bottom: 2.2rem;
}
#main .topBox .comLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
#main .topBox .comLink li {
	width: 27.2rem;
}
#main .topBox .comLink a {
	padding: 0.1rem 2.5rem 0.5rem;
	min-width: 0;
	width: 100%;
	height: 6.1rem;
	font-size: 2.03rem;
	justify-content: flex-start;
	background: #f6ab11 url("../img/about/icon01.png") no-repeat right 2.2rem center;
	background-size: 2.1rem auto;
}
@media all and (min-width: 897px) {
	.fixedBtn {
		width: 10rem;
	}
}
@media all and (max-width: 896px) {
	#main .topBox .imgBox .image {
		margin: 3rem auto 0;
		width: 19rem;
		position: relative;
		top: auto;
		right: auto;
	}
	#main .topBox .imgUl {
		margin: 3rem 0 0;
		display: block;
		gap: 0;
	}
	#main .topBox .imgUl li {
		width: auto;
		margin-bottom: 3rem;
	}
	#main .topBox .imgUl li:last-child {
		margin-bottom: 0;
	}
	#main .topBox .title {
		font-size: 1.8rem;
	}
	#main .topBox {
		padding: 5rem 0 6rem;
	}
	#main .topBox .comLink {
		margin: 0 2rem;
		display: block;
	}
	#main .topBox .comLink li {
		width: auto;
		margin-bottom: 1rem;
	}
	#main .topBox .comLink li:last-child {
		margin-bottom: 0;
	}
	#main .topBox .comLink a {
		font-size: 1.7rem;
		height: 5rem;
	}
	#main .topBox .imgBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .headLine02 {
		font-size: 1.8rem;
	}
}



#main .reasonsBox {
	padding-top: 7.1rem;
	margin-bottom: 8.8rem;
}
#main .reasonsBox .headLine02 {
	margin-bottom: 5.7rem;
}
#main .reasonsBox .listUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.4rem 0;
}
#main .reasonsBox .listUl li {
	padding: 1.2rem 5rem 2.8rem;
	width: calc(50% - 1.8rem);
	background : #FDF1D8;
	border: 0.1rem solid #F6AB11;
	border-radius: 1.5rem;
	position: relative;
	font-size: 1.585rem;
	line-height: 1.7;
	font-weight: 500;
}
#main .reasonsBox .listUl .ttl {
	margin-bottom: 1.1rem;
	font-size: 2.05rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: -0.05em;
}
#main .reasonsBox .listUl .comLink {
	margin: 1.5rem 0 0 -0.3rem;
}
#main .reasonsBox .listUl .comLink a {
	width: 25.3rem;
	min-width: 0;
	margin: 0;
	padding: 0 4rem 0 2rem;
	font-size: 1.66rem;
	height: 3.2rem;
	justify-content: flex-start;
	background-size: 1.6rem auto;
	background-position: right 2.2rem center;
}
@media all and (min-width: 897px) {
	#main .reasonsBox .listUl .photo {
		width: 17.8rem;
		position: absolute;
		top: 3.3rem;
		right: 3.2rem;
	}
	#main .reasonsBox .listUl .item01 .photo {
		top: 1.7rem;
		right: 0.3rem;
	}
	#main .reasonsBox .listUl .item02 .photo {
		top: 0.6rem;
		right: 4rem;
		width: 16.1rem;
	}
	#main .reasonsBox .listUl .item03 .photo {
		top: 1.2rem;
		right: 1.5rem;
		width: 16.5rem;
	}
	#main .reasonsBox .listUl .item04 .photo {
		top: 2.8rem;
		right: 0.6rem;
		width: 16.4rem;
	}
	#main .reasonsBox .listUl .item05 .photo {
		top: 0.5rem;
		right: 0.3rem;
		width: 16.4rem;
	}
	#main .reasonsBox .listUl .item06 .photo {
		top: 2.2rem;
		right: 0.8rem;
		width: 17.8rem;
	}
	#main .reasonsBox .listUl .wpTxt {
		max-width: 33rem;
	}
	#main .reasonsBox .listUl .ttl {
		max-width: 35rem;
	}
	#main .reasonsBox .listUl .item04 .ttl {
		max-width: 40rem;
	}
	#main .reasonsBox .listUl .item05 .ttl {
		max-width: 37rem;
	}
	#main .reasonsBox .listUl .item02 .ttl {
		max-width: 30rem;
	}
}
@media all and (max-width: 896px) {
	#main .reasonsBox {
		padding-top: 4rem;
	}
	#main .reasonsBox .headLine02 {
		margin-bottom: 3rem;
	}
	#main .reasonsBox .listUl {
		display: block;
	}
	#main .reasonsBox .listUl li {
		width: auto;
		padding: 1.3rem 2rem 1.6rem;
		margin-bottom: 3rem;
		text-align: center;
	}
	#main .reasonsBox .listUl li p:not(.ttl) {
		width: fit-content;
		margin: 0 auto;
	}
	#main .reasonsBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .reasonsBox .listUl .photo {
		width: 50%;
		margin: 0 auto 1rem;
	}
	#main .reasonsBox .listUl .ttl {
		font-size: 1.8rem;
	}
	#main .reasonsBox .listUl .comLink a {
		margin: 0 auto;
	}
}

/* caldearBox */
#main .caldearBox {
	padding: 5.7rem 0 9.1rem;
}
#main .caldearBox .imgBox {
	margin-bottom: 17.1rem;
	display: flex;
}
#main .caldearBox .imgBox:last-child {
	margin-bottom: 0;
}
#main .caldearBox .imgBox .photo {
	width: 66.4rem;
	margin: 1.5rem 2rem 0 0;
	text-align: center;
}
#main .caldearBox .imgBox .photo img {
	max-width: 36.6rem;
	width: 100%;
}
#main .caldearBox .imgBox .textBox {
	flex: 1;
	line-height: 1.91;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .caldearBox .imgBox .title {
	line-height: 1.5;
	font-size: 3.1rem;
	font-weight: 500;
	margin-bottom: 0.3rem;
}
#main .caldearBox .headLine02 {
	margin-bottom: 4.5rem;
}
#main .caldearBox .numImg img {
	height: 10rem;
}
#main .caldearBox .numImg {
	margin: 1.4rem 0 1.9rem -0.6rem;
}
#main .caldearBox .left .photo {
	order: 3;
	width: 56rem;
	margin: 3.7rem 0 0 2rem;
}
#main .caldearBox .innerBox {
	max-width: 44.3rem;
}
#main .caldearBox .left .innerBox {
	max-width: 45.8rem;
	margin-left: auto;
}
#main .caldearBox .txtUl li {
	padding-left: 1em;
	text-indent: -1em;
}
@media all and (min-width: 897px) {
	#main .caldearBox .box02 .photo img {
		max-width: 30.8rem;
	}
	#main .caldearBox .box03 .photo {
		width: 63.3rem;
		margin: -1.7rem 2rem 0 0;
	}
	#main .caldearBox .box03 .photo img {
		max-width: 37.5rem;
	}
	#main .caldearBox .box04 .photo img {
		max-width: 41.2rem;
	}
	#main .caldearBox .box04 .photo {
		margin: 1.5rem 0 0 2rem;
		padding-right: 4.7rem;
	}
	#main .caldearBox .box04 .title {
		margin-bottom: 1.1rem;
	}
	#main .caldearBox .box04 {
		margin-bottom: 16.2rem;
	}
	#main .caldearBox .box01 .title {
		margin-left: -1rem;
	}
	#main .caldearBox .box02 .numImg {
		margin-left: 0.4rem;
	}
	#main .caldearBox .box05 .numImg {
		margin-left: 0.5rem;
	}
	#main .caldearBox .box05 .photo {
		margin: -6.4rem 2rem 0 0;
		padding-left: 4.3rem;
	}
	#main .caldearBox .box05 .photo img {
		max-width: 41.5rem;
	}
	#main .caldearBox .box05 .title {
		margin-left: -0.7rem;
	}
}
@media all and (max-width: 896px) {
	#main .caldearBox .imgBox {
		display: block;
		margin-bottom: 8rem;
	}
	#main .caldearBox .imgBox .photo {
		width: auto;
		margin: 0 0 1rem;
	}
	#main .caldearBox .imgBox .photo img {
		width: 84%;
	}
	#main .caldearBox .imgBox .title {
		text-align: center;
		font-size: 2.6rem;
	}
	#main .caldearBox .numImg {
		margin: 1.4rem 0 1rem;
		text-align: center;
	}
	#main .caldearBox .numImg img {
		height: 5.6rem;
	}
	#main .caldearBox {
		padding: 5.7rem 0;
	}
	#main .caldearBox .innerBox {
		max-width: inherit !important;
	}
}


/* employingBox */
#main .employingBox {
	padding: 9.1rem 0 11.4rem;
}
#main .employingBox .borderBox {
	border: 0.1rem solid #f5ab10;
	border-radius: 1.5rem;
	font-weight: 500;
	padding: 2.8rem 3.7rem 2rem;
	letter-spacing: 0.03em;
	line-height: 1.91;
}
#main .employingBox .headLine02 {
	margin-bottom: 3.4rem;
}
@media all and (max-width: 896px) {
	#main .employingBox {
		padding: 5.6rem 0;
	}
	#main .employingBox .borderBox {
		padding: 2rem;
	}
}

/* voiceBox */
#main .voiceBox {
	padding: 9.5rem 0 10rem;
}
#main .voiceBox .headLine02 {
	margin-bottom: 5.2rem;
}
#main .voiceBox .listUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2.8rem;
}
#main .voiceBox .listUl li {
	width: calc((100% - 5.6rem)/3);
	background-color: #fff;
	border-radius: 1.3rem;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
#main .voiceBox .listUl .textBox {
	background-color: #fdd415;
	padding: 2.1rem 2.4rem;
	line-height: 1.8;
	font-weight: 500;
}
#main .voiceBox .listUl .textBox .title {
	margin-bottom: 1.2rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.64;
}
#main .voiceBox .listUl .photoBox {
	padding: 1.9rem 2.2rem 2rem;
	font-size: 1.8rem;
	font-weight: 600;
}
#main .voiceBox .listUl .photoBox p {
	margin-top: 1.6rem;
}
#main .voiceBox .listUl .photoBox img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#main .voiceBox {
		padding: 5rem 0;
	}
	#main .voiceBox .listUl {
		display: block;
	}
	#main .voiceBox .listUl li {
		width: auto;
		margin-bottom: 3rem;
	}
	#main .voiceBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .voiceBox .listUl .photoBox {
		padding: 1.5rem 1.5rem 2rem;
		font-size: 1.6rem;
	}
	#main .voiceBox .headLine02 {
		margin-bottom: 3rem;
	}
	#main .voiceBox .listUl .textBox .title {
		font-size: 1.6rem;
	}
	#main .voiceBox .listUl .textBox {
		padding: 1.5rem;
	}
}


/* usageBox */
#main .usageBox {
	font-weight: 500;
	padding: 10.5rem 0;
}
#main .usageBox p {
	line-height: 1.91;
}
#main .usageBox .headLine02 {
	margin-bottom: 3.3rem;	
}
#main .usageBox .listUl {
	line-height: 1.91;
	margin-bottom: 9.5rem;
}
#main .usageBox .listUl > li {
	display: flex;
}
#main .usageBox .listUl .textBox {
	flex: 1;
}
#main .usageBox .listUl .ttl {
	flex-shrink: 0;
	padding-top: 2rem;
	margin: -2rem 0.2rem 0 0;
}
#main .usageBox .listUl .txtUl li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .usageBox .btmTxt {
	display: flex;
}
#main .usageBox .btmTxt .subTtl {
	flex-shrink: 0;
}
#main .usageBox .btmTxt .txt {
	flex: 1;
}
#main .usageBox .h3Title {
	margin-bottom: 2.2rem;
	font-size: 1.68rem;
	font-weight: 600;
}
@media all and (max-width: 896px) {
	#main .usageBox {
		padding: 5rem 0;
	}
	#main .usageBox .headLine02 {
		margin-bottom: 3rem;
	}
	#main .usageBox .listUl > li {
		display: block;
	}
	#main .usageBox .h3Title {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	#main .usageBox .listUl .txtUl li {
		padding-left: 0.7rem;
		text-indent: -0.7rem;
	}
}

/* faqBox */
#main .faqBox {
	padding: 4.8rem 0 10.1rem;
}
#main .faqBox .headLine02 {
	margin-bottom: 6.2rem;
}
#main .faqDl {
	line-height: 1.91;
	font-weight: 500;
}
#main .faqDl dt {
	margin-bottom: 0.6rem;
	padding-left: 1.8rem;
	color: #eb6200;
	font-size: 1.62rem;
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
}
#main .faqDl dd {
	margin-bottom: 3.6rem;
	padding-left: 1.8rem;
	position: relative;
}
#main .faqDl dd li {
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
#main .faqDl dt::before,
#main .faqDl dd::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q.";
}
#main .faqDl dd::before {
	content: "A.";
}
#main .faqDl dd:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .faqBox .headLine02 {
		margin-bottom: 3rem;
	}
	#main .faqBox {
		padding: 4.8rem 0 5rem;
	}
}