@charset "UTF-8";

/*------------------------------------------------------------------------------------
                                    共通事項
------------------------------------------------------------------------------------*/

html { font-size: 62.5%; /*10px*/ }

body {
	width: 100%;
	height: auto;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
	color: #252525;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
	position: relative;
}

* { box-sizing: border-box; }

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,blockquote,form,input,fieldset,legend { margin: 0; padding: 0; }

a, a:focus, a:active { text-decoration: none; color: inherit; }
li { list-style: none; }

img { max-width: 100%; }
figure img { display: block; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
picture { display: block; line-height: 0; }

::selection {
	background: #009944;
	color: #fff;
}

::-moz-selection {
	background: #009944;
	color: #fff;
}

/* micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ = */
.cf::before,.cf::after{content: "";display: table}
.cf::after{clear: both}
.cf{zoom:1}

.sp-none { display: none; }
.wrap { width: 90%; margin-left: auto; margin-right: auto; }
#container { width: 100%; overflow: hidden; }
#main {	display: block; }

.out {
	opacity: 0;
	transform: translate(0,30px);
	transition: all 600ms ease;
}

.out.in {
	opacity: 1;
	transform: translate(0,0);
}

#container {
	animation: fadeIn 600ms ease-out;
}

@keyframes fadeIn { from { opacity: 0;} 25% { opacity: 0;} to { opacity: 1;} }

.en { font-family: 'Josefin Sans', sans-serif; }

/*---------------------------------------------- COLORs */

.message-color { color: #009944; }
.message-bk-color { background: #009944; }
.policy-color { color: #46b400; }
.policy-bk-color { background: #46b400; }
.safety-color { color: #f55a96; }
.safety-bk-color { background: #f55a96; }
.health-color { color: #f08200; }
.health-bk-color { background: #f08200; }
.local-color { color: #46a0ff; }
.local-bk-color { background: #46a0ff; }
.employee-color { color: #e60012; }
.employee-bk-color { background: #e60012; }
.environment-color { color: #1AB1AD; }
.environment-bk-color { background: #1AB1AD; }
.donation-color { color: #DCA80C; }
.donation-bk-color { background: #DCA80C; }


/*---------------------------------------------- LETTER */

.hide-txt { text-indent: 100%; white-space: nowrap; overflow: hidden; display: block; }
.nowrap { display: inline-block; white-space: nowrap; }
.underline { text-decoration: underline; font-weight: 700; }
.justify { text-align: justify; }
.end { text-align: right; }
.center { text-align: center; }
.bold { font-weight: 700; }
.italic { font-style: italic; }
.inTheTxt { text-decoration: underline; }
.inTheTxt.hover { text-decoration: none; }
.inTheTxt svg { display: inline-block; width: 15px; height: 15px; margin-right: 3px; }

/*FONT SIZE*/
.heading { font-size: 2.4rem; }

.txt-style { line-height: 2; }
.list-style { line-height: 1.5; }
.caption-style { line-height: 1.25; }


/*---------------------------------------------- HEADER */

#gHeader {
	width: 100%;
	height: 58px;
	border-top: 4px solid #009944;
	background: #fff;
	position: relative;
	z-index: 1000;
}

#gHeader .headerInner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

#gHeader .header-logo {
	width: 212px;
	height: 25px;
	position: relative;
	margin: 14.5px auto;
}

#gHeader .header-logo a,
#gHeader .header-logo a img {
	display: block;
	width: inherit;
	height: inherit;
	position: relative;
	z-index: 5;
	transition: opacity 300ms ease;
}

#gHeader.active .header-logo a img {
	opacity: 0;
}

#gHeader .header-logo:before {
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	background: url(../images/common/csr-white-logo.svg) center center / 100% auto no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 300ms ease;
}

#gHeader.active .header-logo:before {
	opacity: 1;
}

#gHeader #header-toggle {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#gHeader #header-toggle span {
	width: 18px;
	height: 2px;
	background: #009944;
	border-radius: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

#gHeader #header-toggle span:nth-child(1) { top: 20px; }
#gHeader #header-toggle span:nth-child(2) { top: 26px; }
#gHeader #header-toggle span:nth-child(3) { top: 32px; }

#gHeader.active #header-toggle span { background: #fff; }
#gHeader.active #header-toggle span:nth-child(1) { transform: translate(0,6px) rotate(45deg); }
#gHeader.active #header-toggle span:nth-child(2) { transform: scaleX(0); }
#gHeader.active #header-toggle span:nth-child(3) { transform: translate(0,-6px) rotate(-45deg);}

#gHeader #header-toggle + .nav-close {
	width: 54px;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#gHeader.active #header-toggle + .nav-close {
	height: 54px;
}

#gHeader #header-nav {
	width: 100%;
	height: 100vh;
	background: #009944;
	position: absolute;
    top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 150ms ease;
}

#gHeader.active #header-nav {
	opacity: 1;
	visibility: visible;
	transition: all 300ms ease;
}

#gHeader #header-nav ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 58px;
}

#gHeader #header-nav ul li {
	width: 33.3333%;
}

#gHeader #header-nav ul li a {
	display: block;
	line-height: 0;
	padding: 7.5%;
	transition: background 300ms ease;
}

#gHeader #header-nav ul li a img {
	display: block;
	width: 100%;
}

#gHeader #header-nav li.message a.hover { background: #18651B; }
#gHeader #header-nav li.policy a.hover { background: #46b400; }
#gHeader #header-nav li.safety a.hover { background: #f55a96; }
#gHeader #header-nav li.health a.hover { background: #f08200; }
#gHeader #header-nav li.local a.hover { background: #46a0ff; }
#gHeader #header-nav li.employee a.hover { background: #e60012; }
#gHeader #header-nav li.environment a.hover { background: #1AB1AD; }
#gHeader #header-nav li.donation a.hover { background: #DCA80C; }
#gHeader #header-nav li.data a.hover { background: #673AB7; }


/*---------------------------------------------- FOOTER */

#gFooter {
	background: #fff;
	position: relative;
	z-index: 500;
}

#gFooter .footerTop {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #eff1f1;
}

#gFooter .footer-logo {
	width: 260px;
	height: 31px;
	margin: 0 auto 16px;
}

#gFooter .footer-logo a, #gFooter .footer-logo img {
	display: block;
	width: inherit;
	height: inherit;
}

#gFooter .footerTop ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	/*width: 280px;*/
	margin: 0 auto;
}

#gFooter .footerTop ul li {
}

#gFooter .footerTop ul li a {
	font-size: 1rem;
	color: #9d9d9d;
}

#gFooter .footerTop ul li a.hover {
	text-decoration: underline;
}

#gFooter .footerTop ul li svg {
	display: inline-block;
	width: 10px;
	height: 10px;
	fill: #9d9d9d;
	margin-right: 4px;
}

#gFooter .footerBottom {
	padding-top: 40px;
	padding-bottom: 20px;
}

#gFooter .footerBottomInner {
	text-align: center;
}

#gFooter .footerBottomInner li a {
	display: inline-block;
    height: 45px;
    width: auto;
}
#gFooter .footerBottomInner li a img{
    height: 100%;
    width: auto;
}

#gFooter .footerBottomInner .foodsystems {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d7dcdc;
}

#gFooter .footerBottomInner .holdings {
	margin-bottom: 16px;
}


#gFooter .footerBottomInner .group a {
	font-size: 1.2rem;
	line-height: 1;
	color: #9d9d9d;
}

#gFooter .footerBottomInner .group svg {
	display: inline-block;
	width: 10px;
	height: 10px;
	fill: #9d9d9d;
	margin-right: 4px;
}

#gFooter .copyrights {
	font-size: 1rem;
	text-align: center;
	color: #c4c4c4;
	margin-top: 30px;
}


/*---------------------------------------------- BREADCRUMB */

#breadcrumb {
	padding: 10px 5%;
	background: #fff;
	position: relative;
	z-index: 500;
}

#breadcrumb .breadcrumbInner {
	display: flex;
}

#breadcrumb .breadcrumbInner li {
	font-size: 1rem;
	line-height: 1;
	color: #9d9d9d;
	position: relative;
}

#breadcrumb .breadcrumbInner li svg {
	width: 5px;
	height: 10px;
	fill: #9d9d9d;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7.5px;
}

#breadcrumb .breadcrumbInner li:not(:last-child) {
	padding-right: 20px;
}

#breadcrumb .breadcrumbInner li a.hover {
	text-decoration: underline;
}


/*---------------------------------------------- GRAND NAVIGATION */

.grand-nav {
	width: 100%;
	position: relative;
	z-index: 10;
}

.grand-nav .how-to-scroll {
	display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    font-size: 1rem;
    line-height: 24px;
    color: #009944;
    padding: 0 16px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%,0);
	z-index: 5;
}

.grand-nav .how-to-scroll svg {
	display: block;
	fill: #009944;
	width: 5px;
	height: 10px;
	vertical-align: middle;
}

.grand-nav .how-to-scroll svg:first-child {
	transform: rotate(180deg);
}

.grand-nav .how-to-scroll span {
	padding: 0 7.5px;
}

.grand-nav .grand-nav-inner {
	width: 100%;
	overflow: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	background: #009944;
}

.grand-nav ul {
	display: flex;
	width: 900px;
}

.grand-nav ul li {
	width: 100px;
}

.grand-nav ul li a {
	display: block;
	background: #009944;
	padding: 12px 0;
	transition: background 300ms ease;
}

.grand-nav ul li a img {
	display: block;
	width: 100%;
}

.grand-nav li.message a.hover { background: #18651B; }
.grand-nav li.policy a.hover { background: #46b400; }
.grand-nav li.safety a.hover { background: #f55a96; }
.grand-nav li.health a.hover { background: #f08200; }
.grand-nav li.local a.hover { background: #46a0ff; }
.grand-nav li.employee a.hover { background: #e60012; }
.grand-nav li.environment a.hover { background: #1AB1AD; }
.grand-nav li.donation a.hover { background: #DCA80C; }
.grand-nav li.data a.hover { background: #673AB7; }

/*---------------------------------------------- SITE INNER */

.siteInner {
	position: relative;
	z-index: 10;
	background: #fff;
	padding-bottom: 100px;
}


/*---------------------------------------------- SECTION */

.section {
	width: 100%;
	padding-top: 60px;
	padding-left: 5%;
	padding-right: 5%;
}

.section:not(:last-child) {
	padding-bottom: 90px;
	border-bottom: 10px solid #f5f6f6;
}


/*---------------------------------------------- HEAD STYLE */

.head-style { 
	border-bottom: 1px solid #d7dcdc;
	margin-bottom: 30px;
}

.head-style .head-style-inner {
	display: inline-block;
	line-height: 1.32;
	padding-bottom: 5px;
	position: relative;
}

.head-style .head-style-inner:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
}

#index .under-bar:after { background: #009944; }
#action .under-bar:after { background: #009944; }
#pages .policy .under-bar:after { background: #46b400; }
#pages .safety .under-bar:after { background: #f55a96; }
#pages .health .under-bar:after { background: #f08200; }
#pages .local .under-bar:after { background: #46A0FF; }
#pages .employee .under-bar:after { background: #e60012; }
#pages .environment .under-bar:after { background: #1AB1AD; }
#pages .donation .under-bar:after { background: #DCA80C; }


/*---------------------------------------------- BUTTON */

.linkBtn {
	text-align: center;
}

.linkBtnInner {
	cursor: pointer;
	margin: 0 auto;
}

.linkBtnTxt {
	display: inline-block;
	text-align: center;
	line-height: 48px;
	border: 1px solid #009944;
	border-radius: 25px;
	transition: all 300ms ease;
}

.linkBtnTxt.hover {
	background: #009944;
}

.linkBtnTxt span {
	color: #009944;
	padding: 0 36px;
	transition: all 300ms ease;
}

.linkBtnTxt.hover span {
	color: #fff;
}

.linkBtnTxt svg {
	display: inline-block;
	width: 15px;
	height: 15px;
	fill: #009944;
	margin-right: 5px;
	transition: all 300ms ease;
}

.linkBtnTxt.hover svg {
	fill: #fff;
}

.letter-body + .linkBtn {
	margin-top: 30px;
}


/*---------------------------------------------- SITE HEADER */

#siteHeader {
	width: 100%;
	margin: -58px auto;
	position: relative;
}

#siteHeader .sitename {
	width: 100%;
	max-width: 540px;
	position: relative;
    z-index: 1;
	padding-top: calc(25% + 58px);
	padding-bottom: calc(25% + 58px);
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
}

#siteHeader .sitename img {
	display: block;
	width: 100%;
}

#siteHeader .siteHeader-background {
	width: 100%;
	height: 200vw;
	position: fixed;
	top: -85vw;
	left: 0;
}

#action #siteHeader { background: url(../images/common/action_background-sp.jpg) center center / cover no-repeat; }
#sitemap #siteHeader { background: url(../images/common/sitemap_background-sp.jpg) center center / cover no-repeat; }
.message #siteHeader { background: url(../images/common/message_background-sp.jpg) center center / cover no-repeat; }
.policy #siteHeader { background: url(../images/common/policy_background-sp.jpg) center center / cover no-repeat; }
.safety #siteHeader { background: url(../images/common/safety_background-sp.jpg) center center / cover no-repeat; }
.health #siteHeader { background: url(../images/common/health_background-sp.jpg) center center / cover no-repeat; }
.local #siteHeader { background: url(../images/common/local_background-sp.jpg) center center / cover no-repeat; }
.employee #siteHeader { background: url(../images/common/employee_background-sp.jpg) center center / cover no-repeat; }
.environment #siteHeader { background: url(../images/common/environment_background-sp.jpg) center center / cover no-repeat; }
.donation #siteHeader { background: url(../images/common/donation_background-sp.jpg) center center / cover no-repeat; }
.data #siteHeader { background: url(../images/common/data_background-sp.jpg) center center / cover no-repeat; }



/*---------------------------------------------- SDGs COLOR */

.sdgs-original { color: #00a0e8; }
.sdgs-1 { color: #e4001d; }
.sdgs-2 { color: #d6a600; }
.sdgs-3 { color: #00963a; }
.sdgs-4 { color: #c50e28; }
.sdgs-5 { color: #e73819; }
.sdgs-6 { color: #00a6d8; }
.sdgs-7 { color: #f9bc00; }
.sdgs-8 { color: #970a30; }
.sdgs-9 { color: #ec6a01; }
.sdgs-10 { color: #dc007a; }
.sdgs-11 { color: #f4a100; }
.sdgs-12 { color: #d39100; }
.sdgs-13 { color: #417934; }
.sdgs-14 { color: #0075ba; }
.sdgs-15 { color: #28a838; }
.sdgs-16 { color: #004c87; }
.sdgs-17 { color: #002f67; }



/*---------------------------------------------- ANIMATION */

@keyframes bounce {
	0% { opacity:0; transform: scale(2.5); }
	60% { opacity:1; transform: scale(.75); }
	80% { transform: scale(1.1); }
	90% { transform: scale(.95); }
	100% { transform: scale(1); }
}


/*------------------------------------------------------------------------------------
                                    以下 TAB 用
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 481px) {

.wrap { width: 85%; }


/*---------------------------------------------- HEADER */

#gHeader {
	height: auto;
}

#gHeader .headerInner {
	height: 70px;
	background: #fff;
}

#gHeader .header-logo {
    width: 322px;
    height: 38px;
    margin: 16px auto;
}

#gHeader #header-toggle,
#gHeader #header-toggle + .nav-close {
	display: none;
}

#gHeader #header-nav {
	height: auto;
	position: static;
	opacity: 1;
	visibility: visible;
}

#gHeader #header-nav ul {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
}

#gHeader #header-nav ul li {
    /*width: 11.1111%;*/
    width: calc(100% / 8);
}

#gHeader #header-nav ul li a {
	padding: 10px 0;
	background: #009944;
}


/*---------------------------------------------- FOOTER */

#gFooter .footer-logo {
    width: 322px;
    height: 38px;
	margin: 0 auto 20px;
}

#gFooter .footerTop ul {
	width: 420px;
	margin: 0 auto;
}

#gFooter .footerTop ul li a {
    font-size: 1.2rem;
}

#gFooter .footerBottomInner {
	display: flex;
	justify-content: center;
	align-items: center;
}

#gFooter .footerBottomInner .foodsystems {
    padding-bottom: 0;
    margin-bottom: 0;
	margin-right: 40px;
    border-bottom: none;
}

#gFooter .footerBottomInner .holdings {
    margin-bottom: 0;
	margin-right: 40px;
}


/*---------------------------------------------- SITE INNER */

.siteInner {
	padding-bottom: 120px;
}


/*---------------------------------------------- SECTION */

.section {
	padding-left: 7.5%;
	padding-right: 7.5%;
}


/*---------------------------------------------- BREADCRUMB */

#breadcrumb {
    padding: 10px 10px;
}


/*---------------------------------------------- GRAND NAVIGATION */

.grand-nav .how-to-scroll {
	display: none;
}

.grand-nav ul {
    width: 100%;
    justify-content: space-between;
}

.grand-nav ul li {
	width: calc(100% / 8);
    /*width: 11.11%;*/
    max-height: 140px;
}
    .grand-nav ul li a {
        max-height: 100%;
        display: flex;
        justify-content: center;
    }
    .grand-nav ul li a img {
        display: block;
        max-height: 100%;
        width: auto;
    }


/*---------------------------------------------- SITE HEADER */

#siteHeader {
	margin: -100px auto;
}

#siteHeader .sitename {
	padding-top: calc(15% + 100px);
    padding-bottom: calc(15% + 100px);
    padding-left: 5%;
    padding-right: 5%;
}
	
#action #siteHeader { background: url(../images/common/action_background.jpg) center center / cover no-repeat; }
#sitemap #siteHeader { background: url(../images/common/sitemap_background.jpg) center center / cover no-repeat; }
.message #siteHeader { background: url(../images/common/message_background.jpg) center center / cover no-repeat; }
.policy #siteHeader { background: url(../images/common/policy_background.jpg) center center / cover no-repeat; }
.safety #siteHeader { background: url(../images/common/safety_background.jpg) center center / cover no-repeat; }
.health #siteHeader { background: url(../images/common/health_background.jpg) center center / cover no-repeat; }
.local #siteHeader { background: url(../images/common/local_background.jpg) center center / cover no-repeat; }
.employee #siteHeader { background: url(../images/common/employee_background.jpg) center center / cover no-repeat; }
.environment #siteHeader { background: url(../images/common/environment_background.jpg) center center / cover no-repeat; }
.donation #siteHeader { background: url(../images/common/donation_background.jpg) center center / cover no-repeat; }
.data #siteHeader { background: url(../images/common/data_background.jpg) center center / cover no-repeat; }
	
}



/*------------------------------------------------------------------------------------
                                    以下 PC 用
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 769px) {

.sp-none { display: block; }
.pc-none { display: none !important; }
.wrap { max-width: 1280px; }


/*---------------------------------------------- LETTER */

/*FONT SIZE*/
.heading { font-size: 2rem; }


/*---------------------------------------------- HEADER */

#gHeader {
	border-top: none;
}

#gHeader .headerInner {
	height: 74px;
	border-top: 4px solid #009944;
	margin: 0 auto;
}

#gHeader #header-nav ul {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#gHeader #header-nav .siteMenu {
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	background: rgba(255,255,255,.95);
	z-index: -1;
	transform: translate(0,100%);
	opacity: 0;
	visibility: hidden;
	border-top: 4px solid;
	transition: all 300ms ease;
}

#gHeader #header-nav .current .siteMenu {
	opacity: 1;
	visibility: visible;
}

#gHeader #header-nav .siteMenu ul {
	align-items: center;
	justify-content: flex-start;
	width: 100%;
    max-width: 1280px;
	padding: 25px 30px;
	margin: 0 auto;
}

@media print, screen and (min-width: 1340px) { #gHeader #header-nav .siteMenu ul { padding: 30px 0; } }

#gHeader #header-nav .siteMenu ul li {
	width: 33.3333%;
	padding: 10px 40px 10px 0;
}

#gHeader #header-nav .siteMenu ul li a {
	display: inline-block;
	font-weight: 700;
	line-height: 1.5;
	color: #009944;
	background: none;
	padding: 0 0 0 16px;
	position: relative;
	transition: all 50ms ease;
}

#gHeader #header-nav .siteMenu ul li a.hover {
	background: none;
	text-decoration: underline;
}

#gHeader #header-nav .siteMenu ul li a svg {
	display: block;
    width: 6px;
    height: 15px !important;
	fill: #009944;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	transition: all 300ms ease;
}

#gHeader #header-nav .siteMenu ul li a.hover svg {
	transform: translate(3px,0);
}

#gHeader #header-nav li.policy .siteMenu { border-color: #46b400; }
#gHeader #header-nav li.safety .siteMenu { border-color: #f55a96; }
#gHeader #header-nav li.health .siteMenu { border-color: #f08200; }
#gHeader #header-nav li.local .siteMenu { border-color: #46a0ff; }
#gHeader #header-nav li.employee .siteMenu { border-color: #e60012; }
#gHeader #header-nav li.environment .siteMenu { border-color: #1AB1AD; }
#gHeader #header-nav li.donation .siteMenu { border-color: #DCA80C; }

#gHeader #header-nav li.policy.current > a { background: #46b400; }
#gHeader #header-nav li.safety.current > a { background: #f55a96; }
#gHeader #header-nav li.health.current > a { background: #f08200; }
#gHeader #header-nav li.local.current > a { background: #46a0ff; }
#gHeader #header-nav li.employee.current > a { background: #e60012; }
#gHeader #header-nav li.environment.current > a { background: #1AB1AD; }
#gHeader #header-nav li.donation.current > a { background: #DCA80C; }

#gHeader #header-nav .policy .siteMenu ul li a.hover { color: #46b400; }
#gHeader #header-nav .safety .siteMenu ul li a.hover { color: #f55a96; }
#gHeader #header-nav .health .siteMenu ul li a.hover { color: #f08200; }
#gHeader #header-nav .local .siteMenu ul li a.hover { color: #46a0ff; }
#gHeader #header-nav .employee .siteMenu ul li a.hover { color: #e60012; }
#gHeader #header-nav .environment .siteMenu ul li a.hover { color: #1AB1AD; }
#gHeader #header-nav .donation .siteMenu ul li a.hover { color: #DCA80C; }

#gHeader #header-nav .policy .siteMenu ul li a.hover svg { fill: #46b400; }
#gHeader #header-nav .safety .siteMenu ul li a.hover svg { fill: #f55a96; }
#gHeader #header-nav .health .siteMenu ul li a.hover svg { fill: #f08200; }
#gHeader #header-nav .local .siteMenu ul li a.hover svg { fill: #46a0ff; }
#gHeader #header-nav .employee .siteMenu ul li a.hover svg { fill: #e60012; }
#gHeader #header-nav .environment .siteMenu ul li a.hover svg { fill: #1AB1AD; }
#gHeader #header-nav .donation .siteMenu ul li a.hover svg { fill: #DCA80C; }


/*---------------------------------------------- FOOTER */

#gFooter .footerTop ul {
    width: 560px;
}


/*---------------------------------------------- BREADCRUMB */

#breadcrumb {
    padding: 10px 0;
}

#breadcrumb .breadcrumbInner {
	width: calc(100% - 20px);
    max-width: 1280px;
	margin: 0 auto;
}


/*---------------------------------------------- GRAND NAVIGATION */

.grand-nav .grand-nav-inner {
	overflow: visible;
}

.grand-nav ul {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.grand-nav ul li a {
	padding: 7.5px;
}


/*---------------------------------------------- SECTION */

.section {
	padding-top: 100px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.section:not(:last-child) {
	padding-bottom: 0;
	border-bottom: none;
}


/*---------------------------------------------- SITE HEADER */

#siteHeader .sitename {
    padding: 200px 0;
}

.head-style .head-style-inner:after {
	height: 2px;
}


/*---------------------------------------------- HEAD STYLE */

.head-style {
    border: 1px solid #d7dcdc;
	border-radius: 24px;
	padding: 0 24px;
	margin-bottom: 40px;
	position: relative;
}

.head-style .head-style-inner {
    display: inline-block;
    line-height: 1.5;
    padding-top: 8px;
	padding-bottom: 8px;
}
	
.head-style .head-style-inner br {
	display: none;
}

}