@charset "UTF-8";

/*================================================
 *  会社案内 用
 ================================================*/


/*===============メッセージ（index.php）===============*/
/*メイン*/
.page-index section#message_area .main_box .img_main {
	display: block;
	height: 540px;
	max-width: 1260px;
	margin: 0 auto;
}
.page-index section#message_area .main_box h3 {
	text-align: center;
	margin-top: 140px;
}
.page-index section#message_area .main_box h3 em {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.75;
	margin-top: 1.6em;
}
.page-index section#message_area .main_box h3 em span {
	display: inline-block;
	font-size: 24px;
}


/*3つのキーワード*/
.page-index section#message_area .keyword_box {
	margin-top: 180px;
}
.page-index section#message_area .keyword_box h3[class*="head_title_anime"] {
	max-width: 1420px;
}
.page-index section#message_area .keyword_box h3[class*="head_title_anime"] > span {
	font-size: 100px;
}
.page-index section#message_area .keyword_box h3[class*="head_title_anime"] > span > span > span {
	position: relative;
	top: -0.04em;
}
.page-index section#message_area .keyword_box h3[class*="head_title_anime"] em {
	margin: 2em 0 0 1.2em;
}


.page-index section#message_area .keyword_box .keyword_list {
	margin: 120px auto 0;
}
.page-index section#message_area .keyword_box .keyword_list dl {
	border: 3px solid;
	border-radius: 8px;
}
.page-index section#message_area .keyword_box .keyword_list dl:nth-of-type(n+2) {
	margin-top: 40px;
}
.page-index section#message_area .keyword_box .keyword_list dl dt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
	width: 280px;
	text-align: center;
}
.page-index section#message_area .keyword_box .keyword_list dl dt span {
	display: block;
	font-size: 100px;
	margin-bottom: 0.3em;
}
.page-index section#message_area .keyword_box .keyword_list dl dd {
	padding: 80px 100px 80px 0;
}
.page-index section#message_area .keyword_box .keyword_list dl dd h4 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-bottom: 0.5em;
}

.page-index section#message_area .keyword_box .txt_sign {
	margin-top: 80px;
}
.page-index section#message_area .keyword_box .txt_sign img {
	display: block;
	margin: 60px 0 0 auto;
}






/*===============会社概要（outline.php）===============*/

.page-outline section:not(#philosophy_area) {
	margin-top: 200px;
}


.page-outline section h3.title_anime {
	padding-bottom: 120px;
}


/*******経営理念*******/
.page-outline section#philosophy_area h4 {
	font-size: 52px;
	font-weight: bold;
	line-height: 2.25;
	letter-spacing: 0.04em;
	margin: -0.625em 0;
}

.page-outline section#philosophy_area .border {
	width: 2px;
	height: 100px;
	margin: 100px auto;
}

.page-outline section#philosophy_area h5 > span {
	font-size: 88px;
	line-height: 1.25;
}
.page-outline section#philosophy_area h5 > em {
	display: block;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-top: 1em;
}





/*******行動指針*******/
.page-outline section#indicator_area .notes {
	margin: -0.75em 0;
}

.page-outline section#indicator_area .indicator_list {
	margin-top: 80px;
	padding: 80px 100px;
}
.page-outline section#indicator_area .indicator_list dl {
	width: 430px;
	width: calc(50% - 20px);
}
.page-outline section#indicator_area .indicator_list dl dt,
.page-outline section#indicator_area .indicator_list dl dt > span {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.page-outline section#indicator_area .indicator_list dl dt:nth-of-type(n+2) {
	margin-top: 40px;
}
.page-outline section#indicator_area .indicator_list dl dt > span {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	margin-right: 30px;
}
.page-outline section#indicator_area .indicator_list dl dt > em {
	font-size: 42px;
	font-weight: bold;
}
.page-outline section#indicator_area .indicator_list dl dd {
	border-bottom: 1px dashed #a0a0a0;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: left;
	padding: 15px 0 30px 70px;
}



/*******会社概要*******/









/*******組織図*******/
.page-outline section#chart_area .img_chart {
	display: block;
}
.page-outline section#chart_area .img_chart img {
	max-width: 100%;
}







/*******沿 革*******/
.page-outline section#history_area .history_list dl {
	width: 520px;
	width: calc(50% - 30px);
}
.page-outline section#history_area .history_list dl dt {
	width: 138px;
	flex-shrink: 0;
	text-align: center;
	padding-top: 0.25em;
}
.page-outline section#history_area .history_list dl dd {
	border-left: 1px solid #c8c8c8;
	padding: 0.25em 0 1.25em 1em;
	text-align: left;
	width: 382px;
	width: calc(100% - 138px);
}
.page-outline section#history_area .history_list dl dd em {
	display: block;
	font-weight: bold;
	margin-bottom: 0.2em;
}
.page-outline section#history_area .history_list dl dd em:nth-of-type(n+2) {
	margin-top: 1.25em;
}

/*商標登録*/
.page-outline section#history_area .history_list dl dd .trademark {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-top: 1em;
	line-height: 1;
}
.page-outline section#history_area .history_list dl dd .trademark img {
	margin-left: 1em;
}


@media screen and (max-width: 1000px) {
	.page-outline section#history_area .history_list {
		display: block;
	}
	.page-outline section#history_area .history_list dl {
		width: 520px;
		margin: 0 auto;
	}
}





/*******アクセス*******/
.page-outline section#access_area .access_box:nth-of-type(n+2) {
	margin-top: 160px;
}
.page-outline section#access_area .access_box .unit_info .img {
	width: 540px;
	text-align: right;
}
.page-outline section#access_area .access_box .unit_info figcaption {
	letter-spacing: 0.04em;
	padding-top: 35px;
}
.page-outline section#access_area .access_box .unit_info figcaption h4 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 1em;
}
.page-outline section#access_area .access_box .unit_info figcaption p {
	font-size: 24px;
	line-height: 1.75;
}

.page-outline section#access_area .access_box .unit_map {
	margin-top: 100px;
}
.page-outline section#access_area .access_box .unit_map .gmap {
	height: 500px;
	position: relative;
	overflow: hidden;
}
.page-outline section#access_area .access_box .unit_map .gmap iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 100%;
	height: 150%;
	height: calc(100% + 400px);
}
.page-outline section#access_area .access_box .unit_map .link_list {
	margin-top: 30px;
}
.page-outline section#access_area .access_box .unit_map .link_list li {
	margin: 0 20px;
}
.page-outline section#access_area .access_box .unit_map .link_list li a {
	border-width: 1px;
	font-size: 16px;
	width: 220px;
	height: 54px;
}
.page-outline section#access_area .access_box .unit_map .link_list li a [class*="icon-"] {
	font-size: 0.75em;
}













/*===============生産設備（equip.php）===============*/
/*******主要設備一覧*******/
section#equip_area h3.title_anime {
	padding-bottom: 100px;
}

section#equip_area .table_equip {
	font-size: 20px;
	text-align: center;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	margin-top: 35px;
}
section#equip_area .table_equip thead th,
section#equip_area .table_equip tbody th,
section#equip_area .table_equip tbody td {
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
}
section#equip_area .table_equip thead th {
	font-weight: bold;
	padding-bottom: 1em;
}
section#equip_area .table_equip tbody th,
section#equip_area .table_equip tbody td {
	line-height: 1.5;
	padding: 34px 0;
}
section#equip_area .table_equip thead th:first-of-type,
section#equip_area .table_equip tbody th {
	text-align: left;
}

section#equip_area .table_equip thead th:nth-of-type(1) {
	width: 280px;
}
section#equip_area .table_equip thead th:nth-of-type(5) {
	width: 100px;
}















/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 767px) {



/*===============メッセージ（index.php）===============*/
/*メイン*/
.page-index section#message_area .main_box .img_main {
	height: 72vw;
	max-width: inherit;
}
.page-index section#message_area .main_box h3 {
	margin-top: 19vw;
}
.page-index section#message_area .main_box h3 img {
	width: 52vw;
}
.page-index section#message_area .main_box h3 em {
	font-size: 4.2vw;
}
.page-index section#message_area .main_box h3 em span {
	font-size: 5.2vw;
}



/*3つのキーワード*/
.page-index section#message_area .keyword_box {
	margin-top: 22vw;
}
.page-index section#message_area .keyword_box h3[class*="head_title_anime"] {
	max-width: inherit;
	text-align: center;
	padding-left: 0;
}
.page-index section#message_area .keyword_box h3[class*="head_title_anime"] > span {
	font-size: 8.2vw;
}
.page-index section#message_area .keyword_box h3[class*="head_title_anime"] em {
	margin: 1.5em 0 0;
}


.page-index section#message_area .keyword_box .keyword_list {
	margin-top: 12vw;
}
.page-index section#message_area .keyword_box .keyword_list dl {
	border-radius: 2.1vw;
}
.page-index section#message_area .keyword_box .keyword_list dl:nth-of-type(n+2) {
	margin-top: 8vw;
}
.page-index section#message_area .keyword_box .keyword_list dl dt {
	font-size: 3.4vw;
	width: 100%;
	padding: 10vw 0 8vw;
}
.page-index section#message_area .keyword_box .keyword_list dl dt span {
	font-size: 17.3vw;
}
.page-index section#message_area .keyword_box .keyword_list dl dd {
	padding: 0 9vw 11vw;
}
.page-index section#message_area .keyword_box .keyword_list dl dd h4 {
	font-size: 5.6vw;
	text-align: center;
	margin: 0 -1em 0.8em;
}

.page-index section#message_area .keyword_box .txt_sign {
	margin-top: 13vw;
}
.page-index section#message_area .keyword_box .txt_sign img {
	margin-top: 13vw;
	width: 33vw;
}






/*===============会社概要（outline.php）===============*/

.page-outline section:not(#philosophy_area) {
	margin-top: 20vw;
}

.page-outline section h3.title_anime {
	padding-bottom: 10vw;
}

/*******経営理念*******/
.page-outline section#philosophy_area h4 {
	font-size: 6.6vw;
	line-height: 2;
	margin: -0.5em 0;
	padding-left: 1em;
}

.page-outline section#philosophy_area .border {
	width: 1px;
	height: 13vw;
	margin: 12vw auto;
}

.page-outline section#philosophy_area h5 > span {
	font-size: 9.3vw;
}
.page-outline section#philosophy_area h5 > em {
	font-size: 3.7vw;
}




/*******行動指針*******/
.page-outline section#indicator_area .notes {
	margin: -0.5em 0;
}

.page-outline section#indicator_area .indicator_list {
	margin-top: 10vw;
	padding: 13vw 10vw;
}
.page-outline section#indicator_area .indicator_list dl {
	width: 100%;
}
.page-outline section#indicator_area .indicator_list dl dt:nth-of-type(n+2),
.page-outline section#indicator_area .indicator_list dl + dl {
	margin-top: 8vw;
}
.page-outline section#indicator_area .indicator_list dl dt > span {
	font-size: 4vw;
	width: 6.9vw;
	height: 6.9vw;
	margin-right: 5vw;
}
.page-outline section#indicator_area .indicator_list dl dt > em {
	font-size: 7.2vw;
}
.page-outline section#indicator_area .indicator_list dl dd {
	font-size: 4vw;
	padding: 2.5vw 0 6.5vw 13vw;
}



/*******会社概要*******/




/*******組織図*******/



/*******沿 革*******/
.page-outline section#history_area .history_list dl {
	width: 100%;
}
.page-outline section#history_area .history_list dl dt {
	width: 21vw;
	text-align: left;
}
.page-outline section#history_area .history_list dl dd {
	width: 59vw;
	padding-left: 0.9em;
}

/*商標登録*/
.page-outline section#history_area .history_list dl dd .trademark img {
	width: 27vw;
}




/*******アクセス*******/
.page-outline section#access_area .access_box:nth-of-type(n+2) {
	margin-top: 18vw;
}
.page-outline section#access_area .access_box .unit_info .img {
	width: 100%;
	text-align: center;
}
.page-outline section#access_area .access_box .unit_info .img img {
	max-height: 53.333vw;
}
.page-outline section#access_area .access_box .unit_info figcaption {
	padding-top: 9vw;
}
.page-outline section#access_area .access_box .unit_info figcaption h4 {
	font-size: 6.4vw;
	margin-bottom: 0.8em;
}
.page-outline section#access_area .access_box .unit_info figcaption p {
	font-size: 4.8vw;
}

.page-outline section#access_area .access_box .unit_map {
	margin-top: 10vw;
}
.page-outline section#access_area .access_box .unit_map .gmap {
	height: 66vw;
}
.page-outline section#access_area .access_box .unit_map .link_list {
	margin-top: 5vw;
}
.page-outline section#access_area .access_box .unit_map .link_list li {
	margin: 0 2.5vw;
}
.page-outline section#access_area .access_box .unit_map .link_list li a {
	border-width: 2px;
	font-size: 4vw;
	width: 37vw;
	height: 13vw;
	padding-right: 0.5em;
}









/*===============生産設備（equip.php）===============*/
/*******主要設備一覧*******/
section#equip_area h3.title_anime {
	padding-bottom: 13vw;
}

section#equip_area .sp_table_scroll {
	width: 90vw;
	margin-left: auto;
}

section#equip_area .table_equip {
	font-size: 4vw;
	margin: 8vw 5vw 0 0;
	width: 200vw;
}
section#equip_area .table_equip tbody th,
section#equip_area .table_equip tbody td {
	padding: 6.5vw 0;
}

section#equip_area .table_equip thead th:nth-of-type(1) {
	width: 52vw;
}
section#equip_area .table_equip thead th:nth-of-type(5) {
	width: 20vw;
}



	
}