@charset 'utf-8';

/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

h2 {
	padding: 4rem 0;
	margin-top: 50px;
	margin-bottom: 2.5rem;
	font-size: 3rem;
	text-align: center;
	line-height: 1.6;
	background: url(../images/bg_company_title_sp.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}

.company_summary {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 6.5rem;
}

.company_summary table {
	width: 100%;
	border: 1px solid #989898;
	table-layout: fixed;
	font-size: 1.5rem;
}

@media screen and (max-width:330px) {
	.company_summary table {
		font-size: 1.4rem;
	}
}

.company_summary tr:not(:last-child) {
	border-bottom: 1px solid #989898;
}

.company_summary th {
	width: 25.5%;
	padding: 1.7rem 0;
	border-right: 1px solid #989898;
	text-align: center;
	background-color: rgba(17,138,69,0.1);
}

.company_summary td {
	padding-left: 1rem;
	vertical-align: middle;
}

.company_summary td a {
	color: #0071BB;
	text-decoration: underline;
}

.story_summary {
	padding: 4rem 5% 8.5rem;
	margin-bottom: 5.5rem;
	background: url(../images/bg_story_sp.jpg) no-repeat;
	background-size: cover;
}

.story_summary h4 {
	margin-bottom: 2.3rem;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
}

.story_01 {
	max-width: 1000px;
	padding: 3.5rem 5%;
	margin: auto;
	background-color: rgba(255,255,255,0.9);
}

.story h5 {
	width: 65.7vw;
	max-width: 491px;
	margin: 0 auto 3.6rem;
}

.story h6 {
	margin: 0 auto 1rem;
	font-size: 2.5rem;
	color: #118A45;
	line-height: 1.4;
}

.bottom_space {
	margin-bottom: 7.5rem;
}

.story_02,
.story_03 {
	width: 81.6%;
	margin: auto;
}

.story_02 {
	max-width: 1028px;
}

.story_03 {
	max-width: 1000px;
	margin-bottom: 100px;
}


.story_02 h6,
.story_03 h6 {
	max-width: 850px;
}

.story_02 p {
	max-width: 850px;
	margin: 0 auto 3rem;
}

.story .story_02_slick {
	margin-bottom: 12rem;
}

.story_03 p {
	margin-bottom: 3.5rem;
}

.shimaazami_image {
	margin-bottom: 2rem;
}


@media screen and (max-width: 330px) {
	.story_summary h4 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 365px) {
	h2 {
		font-size: 2.6rem;
	}
}

h2 span {
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 0.37em;
	font-weight: bold;
	color: #118A45;
	letter-spacing: .2em;
	text-indent: .2em;
}

h3 {
	margin-bottom: 2rem;
	font-size: 2.6rem;
	color: #118A45;
	text-align: center;
}

.gmp {
	width: 90%;
	max-width: 1000px;
	padding: 10px;
	margin: auto;
	border: 2px solid #118B45;
}

.gmp_intro {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
}

.gmp_intro a {
	color: #0071BB;
    text-decoration: underline;
}

.factory_imgs {
	margin-bottom: 40px;
}

.factory:not(:last-child) {
	margin-bottom: 10px;
}

.gmp dt {
	font-size: 1.1em;
	color: #118B45;
}

.gmp dd {
	margin-bottom: 1em;
}

.gmp dd li {
	padding-left: 1em;
	text-indent: -1em;
}

.gmp dd .mincho {
	margin-top: 1em;
	font-size: 1.6em;
	text-align: center;
}

.gmp dd .mincho span {
	display: inline-block;
}

.gmp_imgs {
	display: flex;
	align-items: center;
	width: 90%;
	margin: 8px auto 0;
}

.gmp_img {
	margin: auto;
}

.gmp_img:first-child {
	max-width: 200px;
	margin-bottom: 8px;
}

.gmp_img:nth-child(2) {
	max-width: 106px;
}


.gmp_text p {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 5.5em;
	height: 5.5em;
	margin-left: 10px;
	font-size: .8em;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	line-height: 1.2;
	border: 5px double #ff0000;
}


@media screen and (min-width:600px) {
	h2 {
		padding: 10rem 0;
		margin-top: 0;
		margin-bottom: 7rem;
		font-size: 4.6rem;
		line-height: 1.4;
		background: url(../images/bg_company_title_pc.jpg) no-repeat;
	    background-size: cover;
    	background-position: bottom;
	}

	h2 span {
		font-size: 0.3em;
	}

	h3 {
		margin-bottom: 5rem;
		font-size: 3.6rem;
	}

	.company_summary {
		margin-bottom: 12rem;
	}

	.company_summary table {
		font-size: 1.6rem;
	}

	.company_summary td {
		padding-left: 2rem;
	}

	.story_summary {
		padding: 12rem 5% 15.5rem;
		margin-bottom: 9rem;
		background: url(../images/bg_story_pc.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	.story_summary h4 {
		margin-bottom: 8rem;
		font-size: 3.6rem;
		text-align: left;
	}

	.story_summary h4 br {
		display: none;
	}

	.story_02 h6,
	.story_03 h6 {
		width: 85%;
	}

	.story h5 {
		margin-bottom: 5.5rem;
	}

	.story h6 {
		margin-bottom: 2rem;
		font-size: 3.1rem;
	}

	.story_02 p,
	.story_03 p {
		width: 85%;
		margin: auto;
		font-size: 1.5rem;
	}

	.story_02 p {
		margin-bottom: 7rem;
	}

	.story_03 p {
		margin-bottom: 7.5rem;
	}

	.story_03_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 960px;
		margin: 0 auto 2rem;
	}

	.shimaazami_image {
		margin-bottom: 0;
	}

	.gmp {
		padding: 30px;
	}

	.gmp dd .mincho {
		font-size: 2.8em;
	}

}

@media screen and (min-width:768px) {
	.story_01 {
		position: relative;
		padding: 14.5rem 7.5rem 8rem;
	}

	.story_01 h5 {
		position: absolute;
		top: -6.2rem;
		left: 0;
		right: 0;
		margin: auto;
	}

	.story_02_slick {
		display: flex;
		justify-content: space-between;
	}

	.story_02_slick li {
		width: 31.9%;
	}

	.factory_imgs {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	.factory {
		width: 32%;
		max-height: 198px;
	}

	.factory:not(:last-child) {
		margin-bottom: 0;
	}

	.factory img {
		height: 100%;
	}

	.gmp_imgs {
		width: 54%;
		margin: 8px 0 0;
	}

	.gmp_img:first-child {
		margin-bottom: 0;
	}

	.gmp_text p {
		margin-left: 30px;
		font-size: 1.2em;
	}

}

@media screen and (min-width:960px) {
	.story_summary h4 {
		text-align: center;
	}

	.story_summary h4 br {
		display: block;
	}

	.story_summary h4 br.sponly {
		display: none;
	}



}

@media screen and (min-width:1060px) {
}

@media screen and (min-width:1200px) {

}