@charset "utf-8";

/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#gFooter .fixBanner {
	display: none;
}

#company,
#outline {
	overflow: hidden;
}

#company .whiteBg {
	padding: 72px 60px 95px;
}

#company p {
	margin-bottom: 80px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

#company p:last-child {
	margin-bottom: 0 !important;
}

#company h3 {
	margin-bottom: 10px;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

#company .textList {
	margin-bottom: 80px;
}

#company .textList li {
	padding-left: 1.3em;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-indent: -1.3em;
}

#company .textR {
	margin: 0 15px 0 0;
	font-size: 1.91rem;
	line-height: 1.7;
	text-align: right;
}

#company .textR span {
	width: 292px;
	text-align: left;
	display: inline-block;
}

#company .borderBox {
	margin-bottom: 68px;
	padding: 15px 25px;
	border: 1px solid #000;
}

#company .borderBox p {
	font-size: 1.8rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

#company .borderBox01 {
	margin-bottom: 0;
	padding: 15px 30px 17px;
}

#company .borderBox01 p {
	line-height: 1.5;
}

#company .lead {
	font-size: 3rem;
	text-align: right;
}

#company .taRight {
	text-align: right;
}

@media all and (max-width: 896px) {
	#company .whiteBg {
		padding: 34px 25px 55px;
	}

	#company p {
		margin-bottom: 53px;
		font-size: 2.1rem;
		line-height: 1.7;
	}

	#company h3 {
		margin-bottom: 6px;
		font-size: 2.85rem;
	}

	#company .textList {
		margin-bottom: 58px;
	}

	#company .textList li {
		line-height: 1.7;
	}

	#company .csr .text {
		margin: -7px 20px 0 0;
		font-size: 1.9rem;
		text-align: right;
	}

	#company .textR span {
		width: 280px;
	}

	#company .borderBox {
		padding: 28px 35px 35px;
	}

	#company .lead {
		font-size: 1.8rem;
		text-align: center;
	}
}

/*------------------------------------------------------------
	csr
------------------------------------------------------------*/
#company .csr .text {
	margin-bottom: 0;
	line-height: 1.65;
}

/*------------------------------------------------------------
	outline
------------------------------------------------------------*/
#outline .outline {
	padding-bottom: 68px;
}

#outline .outline .whiteBg {
	margin-bottom: 85px;
	padding: 75px 0 40px;
}

#outline .outline .photo {
	margin-bottom: 55px;
	display: block;
	text-align: center;
}

#outline .outline .headLine03 {
	margin-bottom: 55px;
	padding-bottom: 70px;
	font-size: 9rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}

#outline .outline table {
	margin: 0 auto;
	width: 73.5%;
	position: relative;
	border-collapse: collapse;
}

#outline .outline table::before {
	width: 1px;
	height: calc(100% + 2px);
	position: absolute;
	left: 225px;
	top: 0;
	background-color: #000;
	content: "";
}

#outline .outline th,
#outline .outline td {
	padding: 30px 10px;
	width: 72.5%;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 2.4;
	letter-spacing: 0.15em;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	box-sizing: border-box;
}

#outline .outline tr:first-child th,
#outline .outline tr:first-child td {
	padding-top: 0;
}

#outline .outline th {
	width: 27.5%;
	text-align: center;
	background: url("../img/common/line.png") no-repeat left bottom;
	background-size: 185px auto;
}

#outline .outline tr:last-child th {
	background: none;
}

#outline .outline th p {
	width: 80%;
}

#outline .outline tr:not(:last-child) td {
	border-bottom: 1px solid #000;
}

#outline .outline .textList li {
	padding-left: 1em;
	line-height: 2;
	text-indent: -1em;
}

#outline .outline .link a {
	margin: 0 auto;
	width: 553px;
	display: block;
}

@media all and (max-width: 896px) {
	#outline .outline {
		padding-bottom: 23px;
	}

	#outline .outline .whiteBg {
		margin-bottom: 28px;
		padding: 20px 20px 0;
	}

	#outline .outline .photo {
		margin: 0 -6px 30px;
	}

	#outline .outline .headLine03 {
		margin-bottom: 35px;
		padding-bottom: 44px;
		font-size: 5.2rem;
	}

	#outline .outline table {
		width: 100%;
		border-top: 1px solid #000;
	}

	#outline .outline table::before {
		display: none;
	}

	#outline .outline th,
	#outline .outline td {
		padding: 10px 10px;
		width: 100% !important;
		float: left;
		line-height: 1.9;
		text-align: center;
	}

	#outline .outline th {
		padding-bottom: 6px;
		background-size: 128px auto;
		background-position: center bottom;
	}

	#outline .outline tr:first-child th {
		padding-top: 10px;
	}

	#outline .outline tr:last-child th {
		background: url("../img/common/line.png") no-repeat center bottom;
		background-size: 128px auto;
	}

	#outline .outline th p {
		width: 100%;
	}

	#outline .outline td {
		padding-bottom: 15px;
	}

	#outline .outline .textList li {
		text-align: left;
	}

	#outline .outline .link {
		margin: 0 15px;
	}

	#outline .outline .link a {
		width: auto;
		max-width: 423px;
	}
}

/*------------------------------------------------------------
	declaration
------------------------------------------------------------*/
#company .declaration .whiteBg {
	padding: 72px 65px 85px;
}

#company .declaration p {
	margin-bottom: 75px;
	font-size: 1.9rem;
	line-height: 1.7;
}

#company .declaration .text {
	text-indent: 1em;
}

#company .declaration .textList {
	margin-bottom: 75px;
}

#company .declaration .textList li {
	margin-bottom: 35px;
	padding-left: 1.6em;
	font-size: 1.91rem;
	line-height: 1.7;
	text-indent: -1.6em;
}

#company .declaration .textList li:last-child {
	margin-bottom: 0;
}

#company .declaration .textList .textUl li {
	margin-bottom: 0;
}

@media all and (max-width: 896px) {
	#company .declaration .whiteBg {
		padding: 33px 25px 45px;
	}

	#company .declaration .headLine03 {
		margin-bottom: 45px;
	}

	#company .declaration p {
		margin-bottom: 28px;
	}

	#company .declaration .textList {
		margin-bottom: 45px;
	}

	#company .declaration .textList li {
		margin-bottom: 30px;
		font-size: 2rem;
		line-height: 1.65;
	}
}

/*------------------------------------------------------------
	message
------------------------------------------------------------*/
#company .message .whiteBg {
	padding: 36px 0 0;
}

#company .message .textImg {
	margin: 0 -145px 45px;
}

#company .message .headLine03 {
	margin-bottom: 35px;
	padding-bottom: 58px;
	font-size: 9rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}

#company .message p {
	margin-bottom: 28px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
}

#company .message p.text {
	margin-bottom: 45px;
}

@media all and (max-width: 896px) {
	#company .message .textImg {
		margin-bottom: 20px;
	}

	#company .message .headLine03 {
		margin-bottom: 3px;
		padding-bottom: 40px;
		font-size: 5.2rem;
	}

	#company .message p {
		margin-bottom: 40px;
		font-size: 2rem;
		line-height: 2;
		letter-spacing: 0;
	}

	#company .message p.text {
		margin-bottom: 8px;
	}

	#company .message .photo {
		margin: 0 -30px;
	}
}

/*------------------------------------------------------------
	financial
------------------------------------------------------------*/
#company .financial .whiteBg {
	padding-bottom: 105px;
}

#company .financial h3 {
	margin-bottom: 16px;
	padding-left: 1.1em;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.25;
	text-indent: -1.1em;
}

#company .financial .textList {
	margin-bottom: 60px;
}

#company .financial .textList li {
	line-height: 1.6;
}

#company .financial .textR {
	margin-right: 170px;
}

@media all and (max-width: 896px) {
	#company .financial .whiteBg {
		padding: 34px 40px 50px;
	}

	#company .financial h3 {
		margin-bottom: 8px;
		font-size: 2.3rem;
		line-height: 1.3;
	}

	#company .financial .textList {
		margin-bottom: 75px;
	}

	#company .financial .textList:last-child {
		margin-bottom: 30px;
	}

	#company .financial .textList li {
		line-height: 1.5;
		font-size: 1.9rem;
	}

	#company .financial .textR {
		margin-right: 0;
		font-size: 1.8rem;
		line-height: 1.5;
	}
}

/*------------------------------------------------------------
	ownership
------------------------------------------------------------*/
#company .ownership .whiteBg {
	padding: 72px 68px 82px;
}

#company .ownership .headLine03 {
	margin-bottom: 65px;
}

#company .ownership p {
	margin-bottom: 65px;
	font-size: 1.9rem;
	line-height: 1.7;
}

#company .ownership .txt01 {
	margin-bottom: 36px;
}

#company .ownership .txt01 a {
	color: #F30000;
	text-decoration: underline;
}

#company .ownership .topText {
	margin-bottom: 19px;
}

#company .ownership .borderBox {
	margin-bottom: 65px;
	padding: 13px 25px;
}

#company .ownership h3 {
	margin-bottom: 70px;
	padding-left: 70px;
	font-size: 2.5rem;
	letter-spacing: 0.04em;
	background: url("../img/company/ownership/bg.png") no-repeat left center;
	background-size: 57px auto;
}

#company .ownership .title {
	margin-bottom: 5px;
	font-size: 2.1rem;
	letter-spacing: 0.04em;
	font-weight: 700;
}

#company .ownership .text {
	margin-bottom: 0;
}

#company .ownership .textList {
	margin-bottom: 22px;
}

#company .ownership .textList li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.9rem;
	line-height: 1.7;
}

#company .ownership .textList li .note {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

#company .ownership .textList li .blueTxt {
	padding-left: 0;
	text-indent: -1em;
	display: block;
	font-weight: bold;
	color: #003C96;
}

#company .ownership h4 {
	margin-bottom: 65px;
	padding: 13px;
	color: #F30000;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
	border: 2px solid #F30000;
}

#company .ownership .textList01 {
	margin-bottom: 40px;
}

#company .ownership .textList02 {
	margin-bottom: 77px;
}

#company .ownership table {
	margin-bottom: 96px;
	width: 100%;
	border-collapse: collapse;
}

#company .ownership th,
#company .ownership td {
	padding: 8px 10px 8px 45px;
	font-size: 1.9rem;
	font-weight: 500;
	text-align: left;
	border: 1px solid #3d3e40;
	box-sizing: border-box;
}

#company .ownership th {
	padding-left: 70px;
	width: 20.2%;
	font-weight: 500;
	background-color: #fff4de;
}

#company .ownership td small {
	font-size: 1.8rem;
}

#company .ownership .tdStyle {
	padding: 18px 10px 18px 45px;
}

#company .ownership .downloadList {
	margin: -20px 0 40px;
}

#company .ownership .downloadList li {
	margin: 20px 54px 0 0;
	width: 345px;
}

#company .ownership .downloadList li:nth-child(3n) {
	margin-right: 0;
}

#company .ownership .downloadList li a {
	padding: 20px 60px;
	display: block;
	color: #FFF;
	font-size: 1.9rem;
	letter-spacing: 0.04em;
	font-weight: 700;
	line-height: 1.35;
	background: #0081DE url("../img/common/icon06.png") no-repeat right 30px center;
	background-size: 21px auto;
}

#company .ownership .borderBox01 {
	padding: 13px 0 13px 35px;
	line-height: 1.4;
}

#company .ownership .borderBox01 p {
	font-size: 1.86rem;
	letter-spacing: 0;
}

#company .ownership .borderBox01 p .big {
	font-size: 1.95rem;
}

#company .ownership .title {
	text-indent: -1em;
	padding-left: 1em;
}

#company .ownership .title small {
	display: block;
	font-weight: normal;
	font-size: 1.9rem;
}

#company .ownership .downloadList li p {
	margin: 5px auto 0;
	max-width: 220px;
	text-align: left;
	font-size: 1.5rem;
}

#company .ownership .downloadList li p a {
	display: inline-block;
	background: none !important;
	color: #000 !important;
	padding: 0 !important;
	text-decoration: underline;
	font-size: 1.5rem;
}

@media all and (max-width: 896px) {
	#company .ownership .whiteBg {
		padding: 35px 40px 70px;
	}

	#company .ownership .headLine03 {
		margin-bottom: 35px;
	}

	#company .ownership p {
		margin-bottom: 65px;
		line-height: 1.5;
	}

	#company .ownership .topText {
		margin-bottom: 23px;
		line-height: 1.47;
		letter-spacing: 0;
	}

	#company .ownership .borderBox {
		padding: 25px 35px;
	}

	#company .ownership .borderBox p {
		font-size: 1.8rem;
		line-height: 1.55;
	}

	#company .ownership h3 {
		margin-bottom: 17px;
	}

	#company .ownership .title {
		margin-bottom: 3px;
		font-size: 1.9rem;
	}

	#company .ownership .textList li {
		line-height: 1.5;
	}

	#company .ownership h4 {
		margin-bottom: 65px;
		padding: 20px 35px;
		line-height: 1.5;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#company .ownership .textList01 {
		margin-bottom: 60px;
	}

	#company .ownership .textList02 {
		margin-bottom: 52px;
	}

	#company .ownership table {
		margin-bottom: 58px;
	}

	#company .ownership th,
	#company .ownership td {
		padding: 8px 10px 8px 17px;
		font-size: 1.9rem;
		line-height: 1.35;
	}

	#company .ownership th {
		padding-left: 18px;
		width: 24.2%;
	}

	#company .ownership .tdStyle {
		padding: 11px 10px 16px 15px;
		line-height: 1.45;
	}

	#company .ownership .downloadList {
		margin: 0 0 70px;
		display: block;
	}

	#company .ownership .downloadList li {
		margin: 0 auto 35px !important;
	}

	#company .ownership .downloadList li:last-child {
		margin-bottom: 0;
	}

	#company .ownership .borderBox01 {
		line-height: 1.5;
	}

	#company .ownership .borderBox01 p {
		line-height: 1.5;
	}

	#company .ownership .borderBox01 p .big {
		font-size: 1.8rem;
	}

	#company .ownership .title small {
		font-size: 1.7rem;
		line-height: 1.3;
		margin-left: -1em;
		text-indent: 0;
		padding-left: 0;
	}

	#company .ownership td small {
		font-size: 1.6rem;
		display: block;
	}
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#company .privacy {
	background-size: cover;
}

#company .privacy .whiteBg {
	padding: 72px 68px 133px;
}

#company .privacy .headLine03 {
	margin-bottom: 90px;
}

#company .privacy h3 {
	font-size: 2.5rem;
}

#company .privacy p {
	margin-bottom: 95px;
	font-size: 1.9rem;
	line-height: 1.75;
}

#company .privacy .borderBox {
	margin: 14px 0 96px;
	padding: 13px 12px 20px;
}

#company .privacy .borderBox p {
	font-size: 1.8rem;
}

#company .privacy .textUl {
	margin-bottom: 100px;
}

#company .privacy .textUl p {
	margin: 10px 0;
	font-size: 1.7rem;
	line-height: 1.6;
}

#company .privacy .textUl li {
	margin-bottom: 30px;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.04em;
}

#company .privacy .textUl li:last-child {
	margin-bottom: 0;
}

#company .privacy .textUl .subList {
	margin-top: 8px;
}

#company .privacy .textUl .subList li {
	margin-bottom: 0;
	padding-left: 1em;
	font-size: 1.7rem;
	text-indent: -1em;
	line-height: 1.6;
}

#company .privacy .text {
	font-size: 1.7rem;
	line-height: 1.6;
}

#company .privacy .text01 {
	margin-bottom: 18px;
}

#company .privacy .textUl01 li {
	font-size: 1.6rem;
	line-height: 1.6;
}

#company .privacy .textList {
	margin-bottom: 0;
}

#company .privacy .textList li {
	font-size: 1.7rem;
	line-height: 1.6;
}

@media all and (max-width: 896px) {
	#company .privacy .whiteBg {
		padding: 35px 40px 85px;
	}

	#company .privacy .headLine03 {
		margin-bottom: 45px;
	}

	#company .privacy h3 {
		font-size: 2.3rem;
	}

	#company .privacy p {
		margin-bottom: 60px;
		line-height: 1.6;
		font-size: 1.8rem;
	}

	#company .privacy .borderBox {
		margin: 8px 0 60px;
		padding: 25px 30px;
	}

	#company .privacy .textUl {
		margin-bottom: 60px;
	}

	#company .privacy .textUl p {
		margin: 0 0 0 -1em;
		text-indent: 0;
		font-size: 1.9rem;
		line-height: 1.5;
	}

	#company .privacy .textUl li {
		margin-bottom: 15px;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.5;
		letter-spacing: 0.02em;
	}

	#company .privacy .textUl .subList {
		margin-top: 0;
	}

	#company .privacy .textUl .subList li {
		font-size: 1.9rem;
		text-indent: -2em;
		line-height: 1.5;
	}

	#company .privacy .textUl .subList li li {
		margin-left: -1em;
		padding-left: 0;
		text-indent: 0;
	}

	#company .privacy .textUl .subList01 li {
		padding-left: 0;
		text-indent: -1em;
	}

	#company .privacy .text {
		margin-bottom: 50px;
		font-size: 1.9rem;
		line-height: 1.5;
	}

	#company .privacy .text01 {
		margin-bottom: 10px;
	}

	#company .privacy .textUl01 li {
		margin-bottom: 30px;
		padding-left: 0;
		font-size: 1.9rem;
		line-height: 1.5;
		text-indent: 0;
	}

	#company .privacy .textList li {
		font-size: 1.9rem;
		line-height: 1.5;
	}
}

/*------------------------------------------------------------
	community
------------------------------------------------------------*/
#company .community {
	background-size: 100% 100%;
}

#company .community .whiteBg {
	padding-bottom: 38px;
}

#company .community .headLine03 {
	margin-bottom: 90px;
}

#company .community .textR {
	margin-bottom: 120px;
	font-size: 2rem;
	line-height: 1.45;
}

#company .community p {
	margin-bottom: 95px;
	font-size: 2rem;
	line-height: 1.6;
}

#company .community p.text {
	margin-bottom: 15px;
}

#company .community .topText {
	margin-bottom: 120px;
	line-height: 1.8;
}

#company .community h3.title {
	margin-bottom: 100px;
	font-size: 2.8rem;
	text-align: center;
}

#company .community .textList {
	margin-bottom: 95px;
}

#company .community .textList li {
	line-height: 1.6;
}

#company .community p.text01 {
	margin-bottom: 36px;
}

#company .community p.textR01 {
	margin-right: -42px;
}

@media all and (max-width: 896px) {
	#company .community .whiteBg {
		padding: 34px 40px 38px;
	}

	#company .community .headLine03 {
		margin-bottom: 48px;
	}

	#company .community .textR {
		margin: 0 0 33px;
		font-size: 1.8rem;
		line-height: 1.5;
		text-align: right;
	}

	#company .community p {
		margin-bottom: 40px;
		font-size: 1.9rem;
		line-height: 1.5;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#company .community p.text {
		margin-bottom: 10px;
	}

	#company .community .topText {
		margin-bottom: 52px;
		line-height: 1.5;
	}

	#company .community h3.title {
		margin-bottom: 20px;
		font-size: 2.3rem;
	}

	#company .community h3 {
		font-size: 2.3rem;
		line-height: 1.5;
	}

	#company .community .textList {
		margin-bottom: 48px;
	}

	#company .community .textList li {
		font-size: 1.9rem;
		line-height: 1.5;
	}

	#company .community p.text01 {
		margin-bottom: 25px;
	}

	#company .community p.textR01 {
		margin-right: 5px;
		font-size: 1.9rem;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#company .index .headLine03 {
	margin-bottom: 103px;
	padding-bottom: 70px;
	font-size: 8.7rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}

#company .index .headLine03 span {
	width: 330px;
}

#company .index .titleList {
	margin: -83px auto 138px;
	width: 964px;
}

#company .index .titleList li {
	margin-top: 83px;
	width: 414px;
}

#company .index .titleList li a {
	padding: 5px;
	height: 284px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #484F4F;
	font-size: 4.8rem;
	line-height: 1.2;
	font-weight: 500;
	border: 10px solid #009EB8;
	background-color: #FFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

#company .index .textBox {
	margin-bottom: 0;
}

#company .index .textBox .subBox {
	margin: 100px 0 0;
}

#company .index .textBox .subBox .inner01 {
	margin-bottom: 0;
}

#company .index .textBox .textImg {
	margin-bottom: 110px;
	display: block;
	text-align: center;
}

#company .index .textBox p {
	margin-bottom: 40px;
	font-size: 2.15rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.9;
}

#company .index .textUl {
	margin: -52px 14px 163px;
	padding-top: 70px;
	background: url("../img/common/f_bg02.png") no-repeat center top;
	background-size: 104px auto;
}

#company .index .textUl li {
	margin: 52px 75px 0 0;
	padding: 1px 25px 50px;
	width: 458px;
	box-sizing: border-box;
	border: 7px solid #CBCBCB;
}

#company .index .textUl li:nth-child(2n) {
	margin-right: 0;
}

#company .index .textUl li h3 {
	margin: -25px 0 30px;
}

#company .index .textUl li h3 span {
	margin: 0 auto;
	padding: 9px;
	width: 250px;
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.052em;
	text-align: center;
	background-color: #44AF35;
}

#company .index .textUl li p {
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.035em;
	line-height: 1.4;
}

#company .index .map {
	margin-bottom: 35px;
	display: block;
	text-align: center;
}

#company .index .innerBox {
	margin: 0 auto 55px;
	width: 906px;
}

#company .index .innerBox h3 {
	margin-bottom: 55px;
	padding: 25px 10px;
	font-size: 2.1rem;
	font-weight: 500;
	text-align: center;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
}

#company .index .innerBox h3 span {
	display: block;
	font-size: 2.3rem;
}

#company .index .innerBox dt {
	margin: 70px 10px;
	width: 355px;
	float: left;
	color: #FF6B53;
	font-size: 2.7rem;
	font-weight: 500;
	text-align: center;
}

#company .index .innerBox dt .sml {
	margin-bottom: 6px;
	display: block;
	font-size: 2.5rem;
}

#company .index .innerBox dd {
	margin-bottom: 25px;
	padding: 30px 30px 30px 390px;
	color: #4D4D4D;
	font-size: 1.68rem;
	line-height: 1.7;
	border-radius: 15px;
	background-color: #FFF0F0;
}

#company .index .innerBox dd:last-child {
	margin-bottom: 0;
}

#company .index .innerBox dd .notes {
	margin-bottom: -15px;
	display: block;
	font-size: 1.36rem;
	letter-spacing: 0.02em;
	text-align: right;
}

@media all and (max-width: 896px) {
	#company .index .whiteBg {
		padding: 30px 25px 30px;
	}

	#company .index .headLine03 {
		margin-bottom: 25px;
		padding-bottom: 43px;
		font-size: 5rem;
		background-size: 123px auto;
	}

	#company .index .headLine03 span {
		width: 245px;
	}

	#company .index .titleList {
		margin: -43px 0 52px;
		width: auto;
	}

	#company .index .titleList li {
		margin: 43px 0 0;
		width: 45%;
	}

	#company .index .titleList li a {
		padding: 5px;
		height: 153px;
		font-size: 2.64rem;
		border-width: 5px;
	}

	#company .index .titleList li:nth-child(3n) {
		margin-right: 0;
	}

	#company .index .textBox {
		margin: 0 15px 84px;
	}

	#company .index .textBox .textImg {
		margin: 0 -12px 35px;
	}

	#company .index .textBox p {
		font-size: 2rem;
		letter-spacing: 0.03em;
		line-height: 1.8;
	}

	#company .index .textUl {
		margin: -52px 16px 45px;
		padding-top: 25px;
		display: block;
		background-size: 123px auto;
	}

	#company .index .textUl li {
		margin-right: 0;
		padding: 1px 25px 50px;
		width: auto;
	}

	#company .index .map {
		margin-bottom: 35px;
	}

	#company .index .map img {
		width: 481px;
	}

	#company .index .innerBox {
		margin-bottom: 51px;
		width: auto;
	}

	#company .index .innerBox h3 {
		margin-bottom: 63px;
		padding: 10px 0;
	}

	#company .index .innerBox .textDl {
		margin: 0 15px;
	}

	#company .index .innerBox dt {
		margin: 0;
		padding-top: 30px;
		width: 100%;
		border-radius: 10px 10px 0 0;
		background-color: #FFF0F0;
	}

	#company .index .innerBox dd {
		margin-bottom: 36px;
		padding: 15px 30px 75px;
		float: left;
		font-size: 1.9rem;
		line-height: 1.5;
		border-radius: 0 0 10px 10px;
	}

	#company .index .innerBox dd .notes {
		margin: 24px 0 -40px;
		font-size: 1.5rem;
	}

	#company .index .subBox .img img {
		width: 50px;
	}
}

/*------------------------------------------------------------
	sns
------------------------------------------------------------*/
#sns .pageTitle {
	margin-bottom: 0;
	height: 377px;
	background-image: url("../img/company/sns/page_bg.jpg");
}

#sns .bg {
	padding: 90px 0 89px;
	background: #FDF6D3;
}

#sns .bg .link {
	text-align: center;
}

#sns .bg .link li {
	margin: 0 68px;
	display: inline-block;
	width: 162px;
}

#sns .bg .link li:nth-child(3) {
	width: 171px;
}

#sns .bg .link li img {
	width: 100%;
}

#sns .bg .link li p {
	margin: 20px -20px 0;
	color: #603813;
	font-size: 3.5rem;
	font-weight: 500;
	text-align: center;
}

#sns .subBox {
	margin-bottom: 43px;
	padding: 65px 10px 82px;
	background: #fff;
	border: 5px solid #F4AA94;
	border-radius: 30px;
}

#sns .subBox h3 {
	margin-bottom: 70px;
	color: #603813;
	font-size: 5.3rem;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#sns .subBox02 {
	margin-bottom: 8px;
	padding: 38px 78px 44px;
	border-color: #AACE37;
}

#sns .subBox02 h3 {
	margin: 0;
	text-align: left;
}

#sns .subBox02 .imgBox .listUl {
	margin: -24px 10px 0 -4px;
	display: flex;
	justify-content: space-between;
	flex: 1;
	flex-wrap: wrap;
}

#sns .subBox02 .imgBox .listUl li {
	margin-top: 59px;
	width: 49%;
}

#sns .subBox02 .imgBox .listUl li a {
	display: block;
}

#sns .subBox02 .imgBox .listUl li img {
	width: auto;
	height: 108px;
}

#sns .subBox02 .imgBox .photo {
	margin: -73px -15px 0 0;
	width: 281px;
}

#sns .note {
	color: #114647;
	font-size: 2.1rem;
}

#sns .note span {
	font-weight: bold;
}

@media all and (max-width: 896px) {
	#sns .pageTitle {
		padding: 31px 5px 0;
		height: 313px;
		background-image: url("../img/company/sns/sp_page_bg.jpg");
	}

	#sns .bg {
		padding: 30px 32px 34px;
	}

	#sns .subBox {
		margin: 0 auto 24px;
		padding: 22px 28px 39px;
		width: 100%;
		max-width: 480px;
		box-sizing: border-box;
		border-width: 3px;
		border-radius: 24px;
	}

	#sns .subBox h3 {
		margin-bottom: 28px;
		font-size: 2.5rem;
	}

	#sns .bg .link {
		margin: -45px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#sns .bg .link li a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#sns .bg .link li img {
		width: auto;
		height: 89px;
	}

	#sns .bg .link li {
		margin: 45px 0 0 !important;
		width: 50%;
	}

	#sns .bg .link li p {
		flex: 1;
		margin: 0 0 0 11px;
		font-size: 2.3rem;
		text-align: left;
	}

	#sns .bg .link {
		max-width: 461px;
		width: 100%;
	}

	#sns .subBox02 {
		margin-bottom: 7px;
		padding: 28px 28px 62px;
	}

	#sns .subBox02 h3 {
		text-align: center;
	}

	#sns .subBox02 .imgBox {
		position: relative;
		display: block;
	}

	#sns .subBox02 .imgBox .photo {
		width: 205px;
		position: absolute;
		right: 19px;
		bottom: -39px;
	}

	#sns .subBox02 .imgBox .listUl {
		margin: 0 0 28px 8px;
	}

	#sns .subBox02 .imgBox .listUl li {
		margin-top: 0;
	}

	#sns .subBox02 .imgBox .listUl li img {
		height: 69px;
	}

	#sns .subBox02 .imgBox .listUl02 {
		margin-bottom: 0;
	}

	#sns .subBox02 .imgBox .listUl02 li {
		margin-bottom: 28px;
		width: 100% !important;
	}

	#sns .subBox02 .imgBox .listUl02 li:last-child img {
		height: 68px;
	}

	#sns .note {
		margin: 0 auto;
		width: 100%;
		max-width: 480px;
		padding-left: 1em;
		font-size: 1.7rem;
		line-height: 1.45;
		text-indent: -1em;
		box-sizing: border-box;
	}

	#sns .note big {
		font-size: 2rem;
	}
}

@media all and (max-width: 494px) {
	#sns .bg .link li {
		margin: 0 20px 34px !important;
	}

	#sns .bg .link li img {
		height: 40px;
	}

	#sns .bg .link li p {
		font-size: 1.8rem;
	}
}

@media all and (max-width: 500px) {
	#company .index .titleList li {
		font-size: 3.4vw;
	}
}

@media all and (max-width: 575px) {
	#company .index .titleList li a {
		font-size: 1.4rem;
		height: 80px;
	}

	#company .index .textUl li h3 span {
		width: auto;
	}

	#company .index .textUl li {
		height: auto !important;
	}

	#company .whiteBg {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	#company .financial .textR {
		font-size: 1.6rem;
	}

	#company .ownership .downloadList li {
		width: auto;
	}

	#company .ownership .downloadList li a {
		padding: 20px 30px;
		background-position: right 10px center;
		font-size: 1.8rem;
	}

	#outline .outline th,
	#outline .outline td {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	#sns .bg {
		padding: 30px 0;
	}

	#sns .bg .link {
		margin-top: 0;
	}

	#sns .bg .link li {
		margin: 0 0 10px !important;
		width: 50% !important;
	}

	#sns .subBox {
		padding: 22px 10px 20px;
	}

	#sns .subBox02 {
		padding-bottom: 40px;
	}

	#sns .subBox02 .imgBox .listUl {
		margin: 0 0 28px;
	}

	#sns .subBox02 .imgBox .listUl li img {
		height: 40px !important;
	}

	#sns .bg .link li p {
		font-size: 1.2rem;
	}

	#sns .bg .link li img {
		height: 40px;
	}

	#sns .subBox02 .imgBox .photo {
		width: 115px;
		bottom: -26px;
	}

	#sns .subBox02 .imgBox .listUl02 {
		margin-bottom: 0;
	}

	#sns .subBox02 .imgBox .listUl02 li:last-child {
		margin-bottom: 0;
	}

	#sns .note {
		font-size: 1.4rem;
	}

	#sns .note big {
		font-size: 1.6rem;
	}
}

@media all and (-ms-high-contrast:none) {
	.headLine03 span {
		padding: 9px 5px 6px;
	}
}

#company .subBox {
	margin: 201px 0 144px;
}

#company .subBox .img {
	margin-bottom: 77px;
	text-align: center;
}

#company .subBox .inner {
	padding: 69px 10px 50px;
	margin: 0 auto 133px;
	width: 992px;
	position: relative;
	border: 6px solid #CBCBCB;
	box-sizing: border-box;
}

#company .subBox .inner .tag {
	padding: 2px;
	margin: 0;
	width: 330px;
	position: absolute;
	left: 50%;
	top: -22px;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.8rem;
	background: #00A7EA;
	box-sizing: border-box;
	text-align: center;
}

#company .subBox .inner .ttl {
	margin-bottom: 12px;
	color: #4D4D4D;
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

#company .index .textBox .en {
	margin-bottom: 0;
	text-align: center;
	color: #4D4D4D;
	font-size: 3.7rem;
	font-weight: 700;
}

#company .index .textBox .en span {
	color: #F68695;
}

#company .subBox .inner01 {
	padding: 130px 82px 129px;
}

#company .subBox .inner01 .tag {
	background: #F6AC2D;
}

#company .subBox .txtUl li {
	margin-bottom: 71px;
	padding-left: 100px;
	position: relative;
	color: #4D4D4D;
	font-weight: 500;
	font-size: 3rem;
	line-height: 1.33;

}

#company .subBox .txtUl li:last-child {
	margin-bottom: 0;
}

#company .subBox .txtUl li span {
	position: absolute;
	left: 5px;
	top: -32px;
	font-size: 8.2rem;
	font-weight: 700;
	color: #F68695;
	line-height: 1;
}

#company .subBox .txtUl li:nth-child(2) {
	margin-bottom: 62px;
}

#company .subBox .txtUl li:nth-child(2) span {
	color: #F6AC2D;
}

#company .subBox .txtUl li:nth-child(3) {
	margin-bottom: 39px;
}

#company .subBox .txtUl li:nth-child(3) span {
	color: #7FAF3D;
	top: -19px;
}

#company .subBox .txtUl li:nth-child(4) span {
	color: #59AEEB;
}

#company .subBox .txtUl li:nth-child(5) span {
	color: #7069DA;
}

@media all and (max-width: 896px) {
	#company .subBox {
		margin: 54px 0 51px;
	}

	#company .subBox .img img {
		width: 50px;
	}

	#company .subBox .inner {
		padding: 56px 10px 34px;
		margin: 0 2px 69px;
		width: auto;
		border-width: 7px;
	}

	#company .subBox .img {
		margin-bottom: 56px;
	}

	#company .subBox .inner .tag {
		padding: 2px 2px 5px;
		width: 100%;
		max-width: 324px;
	}

	#company .subBox .inner .ttl {
		margin-bottom: 8px;
		font-size: 2.1rem;
		line-height: 1.33;
	}

	#company .index .textBox .en {
		font-size: 2.1rem;
	}

	#company .subBox .txtUl li {
		font-size: 1.5rem;
		line-height: 1.3;
	}

	#company .subBox .txtUl li span {
		font-size: 4rem;
		top: -14px;
	}

	#company .subBox .inner01 {
		margin-bottom: 0;
		padding: 65px 27px 50px;
	}

	#company .subBox .txtUl li {
		margin-bottom: 35px;
		padding-left: 50px;
	}

	#company .subBox .txtUl li:nth-child(2) {
		margin-bottom: 31px;
	}

	#company .subBox .txtUl li:nth-child(3) span {
		top: -10px;
	}

	#company .subBox .txtUl li:nth-child(3) {
		margin-bottom: 19px;
	}
}

@media all and (max-width: 575px) {
	#company .subBox .inner .tag {
		max-width: 200px;
		line-height: 1.3;
	}

	#company .subBox .inner01 {
		padding: 65px 8px 20px;
	}
}

/*------------------------------------------------------------
	womens-participation
------------------------------------------------------------*/
#company .womens-participation .titleList {
	margin: -83px auto 138px;
	width: 964px;
}

#company .womens-participation .titleList li {
	margin-top: 83px;
	width: 414px;
}

#company .womens-participation .titleList li a {
	padding: 5px;
	height: 284px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #484F4F;
	font-size: 4.9rem;
	line-height: 1.2;
	font-weight: 500;
	border: 10px solid #009EB8;
	background-color: #FFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

#company .womens-participation h3:nth-last-of-type(1) {
	margin-top: 160px;
}

#company .womens-participation p.beforeGrid {
	margin-bottom: 0;
	line-height: 1.8;
}

#company .womens-participation .companyGrid {
	display: grid;
	grid-template-columns: 1fr 3fr;
	margin: 0 auto 80px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

@media all and (max-width: 896px) {
	#company .womens-participation h3 {
		font-size: 2.3rem;
		margin-bottom: 6px;
	}

	#company .womens-participation p {
		margin-bottom: 60px;
		line-height: 1.6;
		font-size: 1.8rem;
	}

	#company .womens-participation .titleList {
		margin: -43px 0 52px;
		width: auto;
	}

	#company .womens-participation .titleList li {
		margin: 43px 0 0;
		width: 45%;
	}

	#company .womens-participation .titleList li a {
		padding: 5px;
		height: 153px;
		font-size: 2.64rem;
		border-width: 5px;
	}

	#company .womens-participation .companyGrid {
/*		grid-template-columns: 1fr 2fr; */
		font-size: 1.8rem;
		line-height: 1.6;
	}
}

@media all and (max-width: 575px) {
	#company .womens-participation .titleList li {
		font-size: 3.4vw;
	}

	#company .womens-participation .titleList li a {
		font-size: 1.4rem;
		height: 80px;
	}
}