@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;600&display=swap');

/*================================================
 *  企業情報（corporate）
 ================================================*/

/*===============私たちの想いと事業（index.php）===============*/
@media screen and (min-width:501px) {
	.page_index [id^="page_nav"] {
		margin-bottom: 150px;
	}
}

/*******イントロダクション*******/
section#index_intro_area h3 {
	margin-left: -15px;
}
section#index_intro_area figure {
	margin-top: 120px;
}
section#index_intro_area figure figcaption {
	width: 560px;
}
section#index_intro_area figure figcaption h4 {
	font-size: 42px;
	line-height: 2;
	letter-spacing: 0.08em;
	margin-bottom: 1.6em;
}
section#index_intro_area figure figcaption p {
	font-size: 22px;
	line-height: 2.75;
}
section#index_intro_area figure figcaption p + p {
	margin-top: 1em;
}
@media screen and (min-width:501px) {
	section#index_intro_area figure > img {
		position: absolute;
		top: 80px;
		left: 50%;
		margin-left: 20px;
	}
}




/*******特徴*******/
section#index_feature_area {
	margin-top: 180px;
}
section#index_feature_area .feature_list {
	padding: 0 30px;
}
section#index_feature_area .feature_list figure + figure {
	margin-top: 150px;
}
section#index_feature_area .feature_list figure:nth-of-type(even) {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media screen and (min-width:501px) {
	section#index_feature_area .feature_list figure .photo,
	section#index_feature_area .feature_list figure figcaption {
		width: 50%;
	}
	section#index_feature_area .feature_list figure .photo {
		position: relative;
		min-height: 580px;
	}
	section#index_feature_area .feature_list figure .photo img {
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	}
	section#index_feature_area .feature_list figure:nth-of-type(odd) .photo img {
		right: 90px;
	}
	section#index_feature_area .feature_list figure:nth-of-type(even) .photo img {
		left: 90px;
	}
	section#index_feature_area .feature_list figure:nth-of-type(odd) figcaption {
		padding-left: 130px;
	}
	section#index_feature_area .feature_list figure:nth-of-type(even) figcaption {
		padding-right: 130px;
	}

}
section#index_feature_area .feature_list figure figcaption h4 {
	font-size: 42px;
	line-height: 1.75;
	letter-spacing: 0.08em;
	text-align: left;
	margin: 0 -1em 0.8em 0;
}
section#index_feature_area .feature_list figure figcaption p {
	font-size: 20px;
	line-height: 2.25;
	letter-spacing: 0.02em;
}
section#index_feature_area .feature_list figure figcaption .link_list {
	max-width: 530px;
}
section#index_feature_area .feature_list figure figcaption .link_list .hover_underarrow {
	font-size: 22px;
	letter-spacing: 0.08em;
	width: 240px;
	margin-top: 60px;
	padding-bottom: 30px;
}
section#index_feature_area .feature_list figure figcaption .link_list .hover_underarrow::after {
	background-color: #009c74;
}




/*===============ごあいさつ（greeting.php）===============*/
section#greeting_area .img_main {
	padding: 20px 0 0;
	position: relative;
}
section#greeting_area .img_main::after {
	position: absolute;
	content: '';
	top: -60px;
	left: 50%;
	margin-left: 250px;
	width: 50vw;
	height: 100%;
	background-color: #f2f2f2;
}

section#greeting_area .img_main img {
	position: relative;
	margin-left: -250px;
	z-index: 1;
}


section#greeting_area .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 90px 70px 0 85px;
}
section#greeting_area .inner h3 {
	font-size: 48px;
	letter-spacing: 0.2em;
	line-height: 2;
	margin: 0 -1em 1em -0.5em;
}
section#greeting_area .inner p:not(.sign) {
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 3;
}
section#greeting_area .inner p .sup {
	font-size: 60%;
	vertical-align: 20%;
}
section#greeting_area .inner p.sign {
	font-size: 18px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top: 60px;
}
section#greeting_area .inner p.sign span {
	margin: 0 2em 0.3em 0;
}










/*===============経営理念（philosophy.php）===============*/

.page_philosophy section h3 {
	font-size: 42px;
	letter-spacing: 0.08em;
	margin-bottom: 100px;
}

/*******社 是*******/
section#motto_area .motto_list figure .photo {
	width: 450px;
	flex-shrink: 0;
}
section#motto_area .motto_list figure figcaption h4 {
	font-size: 56px;
	letter-spacing: 0.4em;
	margin-bottom: 1.5em;
}
section#motto_area .motto_list figure figcaption p {
	color: #4d4d4d;
	font-size: 22px;
	line-height: 2.75;
	letter-spacing: 0.1em;
	
}

/*******理念体系*******/
section#rinen_area {
	margin-top: 150px;
}






/*===============会社概要＋営業所・工場一覧 共通（outline.php＋location.php）===============*/

.page_outline section + section,
.page_location section + section {
	margin-top: 180px;
}
.page_outline section h3,
.page_location section h3 {
	font-size: 42px;
	letter-spacing: 0.08em;
	margin-bottom: 100px;
}



/*===============会社概要（outline.php）===============*/
/*******共通*******/
/*表*/
.page_outline section .table_common td .square_list li:before {
	color: #009c74;
}
.page_outline section .table_common td .circle_small_list li:before {
	color: #999;
}
.page_outline section .table_common td .square_list li + li,
.page_outline section .table_common td p + .circle_small_list {
	margin-top: 2em;
}
.page_outline section .table_common td .indent_arrow {
	text-indent: -2em;
	padding-left: 2em;
}

/*******会社概要*******/
section#outline_area .table_common td .officer_list {
	width: 350px;
	text-indent: 0;
}
section#outline_area .table_common td .officer_list dt {
	width: calc(100% - 4.5em);
}
section#outline_area .table_common td .officer_list dd {
	width: 4.5em;
}


/*******会社紹介動画*******/
section#outline_movie_area .movie_box {
	max-width: 940px;
	margin: 0 auto;
}
section#outline_movie_area .movie_box > div {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}
section#outline_movie_area .movie_box > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*******主な事業内容および生産量*******/
section#outline_business_area h4 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-bottom: 2em;
}
section#outline_business_area h4:nth-of-type(n+2) {
	margin-top: 120px;
}








/*===============沿革（history.php）===============*/
section#history_area dl {
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 18px;
	line-height: 2;
	position: relative;
}
section#history_area dl::before {
	position: absolute;
	content: '';
	top: 0;
	left: 350px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #009c74;
}
section#history_area dl:first-of-type {
	padding-top: 0;
}
section#history_area dl:last-of-type {
	padding-bottom: 110px;
}
section#history_area dl dt,
section#history_area dl dd {
	padding: 21px 0;
}

section#history_area dl dt {
	width: 280px;
	text-align: left;
}
section#history_area dl dd {
	padding-left: 40px;
	width: 820px;
	width: calc(100% - 280px);
	text-align: left;
}
section#history_area .img_box {
	text-align: center;
}
section#history_area .img_box img {
	max-width: 100%;
}

section#history_area .txt_last {
	font-size: 36px;
	letter-spacing: 0.06em;
	margin-top: 25px;
	padding-right: 70px;
}








/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {



/*===============私たちの想いと事業（index.php）===============*/
/*******イントロダクション*******/
section#index_intro_area h3 {
	margin-left: 0;
	text-align: center;
}
section#index_intro_area h3 img {
	width: 82vw;
}
section#index_intro_area figure {
	margin-top: 10vw;
}
section#index_intro_area figure figcaption {
	width: 100%;
}
section#index_intro_area figure figcaption h4 {
	font-size: 5.6vw;
	margin-bottom: 8vw;
}
section#index_intro_area figure figcaption p {
	font-size: 4vw;
	line-height: 2.5;
}
section#index_intro_area figure > img {
	display: block;
	width: 95vw;
	margin: 8vw auto 0;
}





/*******特徴*******/
section#index_feature_area {
	margin-top: 25vw;
}
section#index_feature_area .feature_list {
	padding: 0;
}
section#index_feature_area .feature_list figure + figure {
	margin-top: 20vw;
}
section#index_feature_area .feature_list figure figcaption {
	width: 80vw;
	margin: 10vw auto 0;
}
section#index_feature_area .feature_list figure figcaption h4 {
	font-size: 7.2vw;
	margin: 0 -1em 0.8em 0;
}
section#index_feature_area .feature_list figure figcaption p {
	font-size: 4vw;
}
section#index_feature_area .feature_list figure figcaption .link_list {
	width: 100%;
}
section#index_feature_area .feature_list figure figcaption .link_list .hover_underarrow {
	font-size: 4.5vw;
	width: 60vw;
	margin-top: 10vw;
	padding-bottom: 5vw;
}





/*===============ごあいさつ（greeting.php）===============*/
.page_greeting main {
	overflow: inherit;
}
section#greeting_area .img_main {
	padding: 0 0 0;
}
section#greeting_area .img_main::after {
	top: -8vw;
	right: 0;
	left: auto;
	margin-left: auto;
	width: 40vw;
}

section#greeting_area .img_main img {
	margin: 0;
	width: 90vw;
}


section#greeting_area .inner {
	padding: 10vw 0 0;
}
section#greeting_area .inner h3 {
	font-size: 4.8vw;
	font-weight: 400;
	margin: 0 -1em 6vw -0.5em;
}
section#greeting_area .inner p:not(.sign) {
	font-size: 4vw;
	line-height: 2.25;
}
section#greeting_area .inner p.sign {
	font-size: 3.6vw;
	margin-top: 8vw;
}
section#greeting_area .inner p.sign span {
	margin: 0 1em 0.2em 0;
}
section#greeting_area .inner p.sign img {
	height: 2.1em;
}





/*===============経営理念（philosophy.php）===============*/

.page_philosophy section h3 {
	font-size: 5.3vw;
	margin-bottom: 1.5em;
}

/*******社 是*******/
section#motto_area h3 {
	padding-left: 5vw;
}
section#motto_area .motto_list figure + figure {
	margin-top: 20vw;
}
section#motto_area .motto_list figure .photo {
	width: 100%;
}
section#motto_area .motto_list figure figcaption {
	width: 80vw;
	margin: 10vw auto 0;
}
section#motto_area .motto_list figure figcaption h4 {
	font-size: 8vw;
	margin-bottom: 1em;
}
section#motto_area .motto_list figure figcaption p {
	font-size: 4.5vw;
}

/*******理念体系*******/
section#rinen_area {
	margin-top: 25vw;
}






/*===============会社概要＋営業所・工場一覧 共通（outline.php＋location.php）===============*/

.page_outline section + section,
.page_location section + section {
	margin-top: 20vw;
}
.page_outline section h3,
.page_location section h3 {
	font-size: 5.3vw;
	margin-bottom: 1.5em;
}




/*===============会社概要（outline.php）===============*/

/*******会社概要*******/
section#outline_area .table_common td .officer_list {
	width: 100%;
}
section#outline_area .table_common td .officer_list dt {
	width: calc(100% - 5.5em);
}
section#outline_area .table_common td .officer_list dd {
	width: 5.5em;
}

/*******会社紹介動画*******/
section#outline_movie_area .movie_box {
	max-width: inherit
}


/*******主な事業内容および生産量*******/
section#outline_business_area h4 {
	font-size: 4.8vw;
	margin-bottom: 0.7em;
}
section#outline_business_area h4:nth-of-type(n+2) {
	margin-top: 15vw;
}




/*===============沿革（history.php）===============*/
section#history_area dl {
	padding-top: 8vw;
	padding-bottom: 8vw;
	font-size: 4vw;
}
section#history_area dl::before {
	left: 35vw;
}
section#history_area dl:last-of-type {
	padding-bottom: 10vw;
}
section#history_area dl dt,
section#history_area dl dd {
	padding: 3vw 0;
}

section#history_area dl dt {
	width: 30vw;
}
section#history_area dl dd {
	padding-left: 5vw;
	width: calc(100% - 30vw);
}
section#history_area .img_box img {
	width: 100%;
}

section#history_area .txt_last {
	font-size: 6vw;
	margin-top: 5vw;
	padding-right: 0;
}




}