/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

html {
	overflow-y: scroll;
}

body.top, body.kasou {
	color: #424242;
	line-height: 1.6;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	background-color: #ebebeb;
}

@media screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}
	.SP {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.only-pc {
		display: none;
	}
	.PC {
		display: none !important;
	}
}

img.box-fit {
	width: 100%;
	height: auto;
}

/* contents-wrapper
----------------------------------------*/
.contents-wrapper,
body.top,
body.kasou {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.contents-wrapper,
	body.top,
	body.kasou {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

body.kasou {
	padding-top: 102px;
}

@media screen and (max-width: 767px) {
	body.kasou {
		padding-top: 70px;
	}
}

#content {
	padding-top: 102px;
}

@media screen and (max-width: 767px) {
	#content {
		padding-top: 60px;
	}
}

a {
	color: #424242;
	text-decoration: none;
}

body.pc a.txt-link {
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.pc a.txt-link:hover {
	opacity: 0.7;
}

.section {
	overflow: hidden;
}

/* header
----------------------------------------*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 102px;
	z-index: 10;
	font-size: 18px;
	line-height: 1.6;
	color: #424242;
	font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 767px) {
	.header {
		font-size: 28px;
		font-size: 3.73333vw;
		min-width: 0;
		height: 60px;
	}
}

.header a {
	color: #424242;
}

.header .header__inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 15px;
}

@media screen and (max-width: 767px) {
	.header .header__inner {
		padding-left: 15px;
		padding-right: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	.header .company-logo {
		width: 19.28571%;
	}
}

@media screen and (min-width: 1401px) {
	.header .company-logo {
		width: 270px;
	}
}

@media screen and (max-width: 767px) {
	.header .company-logo {
		width: 40vw;
		max-width: 200px;
	}
}

@media screen and (max-width: 330px) {
	.header .company-logo {
		width: 40vw;
	}
}

.header .company-logo .white {
	display: block;
}

.header .company-logo .black {
	display: none;
}

.header .header-nav {
	white-space: nowrap;
	height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
	.header .header-nav {
		font-size: 15px;
	}
}

@media screen and (min-width: 1251px) {
	.header .header-nav {
		font-size: 16px;
	}
}

.header .header-nav > ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
}

.header .header-nav > ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	cursor: pointer;
}

.header .header-nav > ul li:after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 5px;
	background-color: #00a76d;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateZ(0);
}

.header .header-nav > ul li:hover:after {
	width: 100%;
}

.header .header-nav > ul li.act:after {
	width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	.header .header-nav > ul li + li {
		margin-left: 5.06329%;
	}
}

@media screen and (min-width: 1401px) {
	.header .header-nav > ul li + li {
		margin-left: 40px;
	}
}

.header .header-nav > ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #FFF;
}

.header .header-nav .header-nav-baloon {
	position: fixed;
	top: 101px;
	left: 0;
	width: 100%;
	min-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	pointer-events: none;
}

.header .header-nav .header-nav-baloon:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

.header .header-nav .header-nav-baloon.show {
	opacity: 0.97;
	pointer-events: auto;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-ttl {
	position: relative;
	background: #00a76d;
	width: 350px;
	display: flex;
	justify-content: center;
	padding-top: 33px;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-ttl > * {
	color: #fff !important;
	font-size: 18px;
	height: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	width: 250px;
	display: flex;
	align-items: center;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-ttl > *:after {
	content: '';
	display: block;
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 7px;
	height: 7px;
	vertical-align: middle;
	transform: rotate(-45deg);
	margin-left: 10px;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list {
	position: relative;
	width: calc(100% - 350px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ebebeb;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner {
	display: flex;
	flex-wrap: wrap;
}

.header .header-nav #baloon-sustainability-report.header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner {
	flex-wrap: nowrap;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul + ul {
	margin-left: 50px;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li {
	margin-bottom: 0.62em;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li > a {
	display: flex;
	align-items: center;
	font-size: 17px;
	white-space: nowrap;
}

body.pc .header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li > a {
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.pc .header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li > a:hover {
	opacity: 0.7;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li > a:before {
	content: '';
	display: block;
	border-color: #00a76d;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 7px;
	height: 7px;
	vertical-align: middle;
	transform: rotate(-45deg);
	margin-right: 10px;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li > ul {
	padding-left: 1em;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li > ul > li:first-child {
	margin-top: 0.7em;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li > ul > li + li {
	margin-top: 0.25em;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li > ul > li > a {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner > ul > li > ul > li > a:before {
	content: '';
	display: block;
	border-color: #00a76d;
	border-style: solid;
	border-width: 0 1px 1px 0;
	width: 7px;
	height: 7px;
	vertical-align: middle;
	transform: rotate(-45deg);
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.header .header-btn-wrapper {
		display: flex;
	}
}

@media screen and (min-width: 768px) {
	.header .header-btn-wrapper > div {
		display: flex;
	}
}

.header .header-btn-wrapper > div .btn {
	display: block;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.header .header-btn-wrapper > div .btn {
		width: 75px;
		height: 30px;
	}
}

.header .header-btn-wrapper > div .one-btn {
	display: block;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.header .header-btn-wrapper > div .one-btn {
		width: 75px;
		height: 60px;
	}
}

.header .header-btn-wrapper > div .btn > div {
	display: flex;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.header .header-btn-wrapper > div .btn > div {
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	.header .header-btn-wrapper > div .btn > div {
		justify-content: flex-end;
		align-items: center;
	}
}

.header .header-btn-wrapper > div .btn .close-sign {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	visibility: hidden;
	pointer-events: none;
}

.header .header-btn-wrapper > div .btn img {
	width: 19px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.header .header-btn-wrapper > div .btn img {
		width: 13px;
	}
}

.header .header-btn-wrapper > div .btn span {
	display: block;
	font-size: 11px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1em;
}

.header .header-btn-wrapper > div .search-btn span {
  color: #191919;
}

@media screen and (min-width: 768px) {
	.header .header-btn-wrapper > div .btn span {
		width: 100%;
		margin-top: 1em;
	}
}

@media screen and (max-width: 767px) {
	.header .header-btn-wrapper > div .btn span {
		width: 54px;
		font-size: 10px;
	}
}

.header .header-btn-wrapper > div .btn.contact-btn {
	background-color: #00a76d;
}

.header .header-btn-wrapper > div .btn.search-btn {
	background-color: #fff;
}

.header .header-btn-wrapper > div .btn.language-btn {
	position: relative;
	background-color: #191919;
}

.header .header-btn-wrapper > div .btn.language-btn .language-list {
	position: absolute;
	height: 0;
	overflow: hidden;
	transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 768px) {
	.header .header-btn-wrapper > div .btn.language-btn .language-list {
		width: 100px;
		left: -100px;
		top: 0;
	}
}

@media screen and (max-width: 767px) {
	.header .header-btn-wrapper > div .btn.language-btn .language-list {
		width: 100%;
		left: 0;
		top: 100%;
	}
}

.header .header-btn-wrapper > div .btn.language-btn .language-list li + li {
	border-top: 1px solid #858585;
}

.header .header-btn-wrapper > div .btn.language-btn .language-list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 71px;
	background-color: #505050;
	color: #FFF;
	font-size: 13px;
	line-height: 1em;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.header .header-btn-wrapper > div .btn.language-btn .language-list a {
		height: 30px;
		font-size: 12px;
	}
}

.header .header-btn-wrapper > div .btn.language-btn.is-open .language-list {
	height: 70px;
}

@media screen and (max-width: 767px) {
	.header .header-btn-wrapper > div .btn.language-btn.is-open .language-list {
		height: 60px;
	}
}

.header .header-btn-wrapper > div .btn.language-btn.is-open .close-sign {
	visibility: visible;
}

@media screen and (max-width: 767px) {
	.header .menu-btn {
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		background-color: #FFF;
	}
	.header .menu-btn > div {
		position: absolute;
		width: 20px;
		height: 2px;
		background-color: #00a76d;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.header .menu-btn > div:after, .header .menu-btn > div:before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #00a76d;
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.header .menu-btn > div:before {
		top: -7px;
	}
	.header .menu-btn > div:after {
		bottom: -7px;
	}
	body.sp-nav-open .header .menu-btn > div {
		background-color: transparent;
	}
	body.sp-nav-open .header .menu-btn > div:before {
		transform: translateY(8px) rotate(135deg);
	}
  .header .header-btn-wrapper > div .btn.search-btn {
    display: none;
  }

  .header .sp-global-nav__search {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 26px;
    width: 84%;
  }

  .header .sp-global-nav__searchInput {
    width: 100%;
    height: 34px;
    font-size: 16px;
    border: inherit;
    border: 1px solid #191919;
  }

  .header .sp-global-nav__searchForm {
    display: flex;
    align-items: center;
    flex: 1;
  }

  .header .sp-global-nav__searchSubmit {
    margin-right: 15px;
  }

  .header .sp-global-nav__searchBtn {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/english/common/img/icon-search.png) no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	body.sp-nav-open .header .menu-btn > div:before {
		transform: translateY(7px) rotate(135deg);
	}
}

@media screen and (max-width: 767px) {
	body.sp-nav-open .header .menu-btn > div:after {
		transform: translateY(-8px) rotate(225deg);
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	body.sp-nav-open .header .menu-btn > div:after {
		transform: translateY(-7px) rotate(225deg);
	}
}

.header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 1px) and (min-width: 768px) {
	.header .company-logo {
		transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}

@media screen and (min-width: 768px) {
	.header {
		transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.header .header__inner {
		transition: padding 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	body.scrolled .header {
		height: 70px;
	}
	/* body.scrolled .header .header__inner {
		padding-right: 0;
	} */
	body.scrolled .header:before {
		background-color: #FFF;
	}
	body.scrolled .header .company-logo {
		width: 182px;
	}
	body.scrolled .header .company-logo .white {
		display: none;
	}
	body.scrolled .header .company-logo .black {
		display: block;
	}
	body.scrolled .header .header-nav a {
		color: #424242;
	}
	body.scrolled .header .header-nav-baloon {
		top: 70px;
	}
}

@media screen and (max-width: 767px) {
	body.is_headerChange.scrolled .header:before {
		background-image: url("/english/common/img/white.gif");
	}
}

body.is_headerChange.scrolled .header .company-logo .white {
	display: none !important;
}

body.is_headerChange.scrolled .header .company-logo .black {
	display: block !important;
}

body.is_headerChange.sp-nav-open .company-logo .white {
	display: none !important;
}

body.is_headerChange.sp-nav-open .company-logo .black {
	display: block !important;
}

body:not(.is_headerChange) .company-logo .white {
	display: none !important;
}

body:not(.is_headerChange) .company-logo .black {
	display: block !important;
	@media(max-width:991px){
		max-height: 60px;
		object-fit: contain;
	}
}

body:not(.is_headerChange) #header:before {
	background-color: #FFF;
}

body:not(.is_headerChange) .header__inner {
	border-bottom: 1px solid #d7d7d7;
}

body:not(.is_headerChange) .header-nav a {
	color: #424242 !important;
}

/* footer
----------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	display: table;
	margin-top: auto;
	border-top: 5px solid #00a76d;
	background-color: #FFF;
	color: #424242;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	padding: 90px 0 80px;
}

@media screen and (max-width: 767px) {
	.footer {
		font-size: 28px;
		font-size: 3.73333vw;
		border-width: 0.66667vw;
		padding: 9.33333vw 0 16vw;
	}
}

.footer a {
	color: #424242 !important;
}

@media screen and (min-width: 768px) {
	.footer .footer__inner {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
	.footer .footer__inner {
		width: 1160px;
	}
}

@media screen and (min-width: 1241px) {
	.footer .footer__inner {
		width: 1200px;
	}
}

@media screen and (min-width: 768px) {
	.footer .global-nav {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 767px) {
	.footer .footer__copyright {
		padding: 0 4vw;
	}
}

.footer .company-logo {
	width: 310px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.footer .company-logo {
		width: 54.93333vw;
		margin-bottom: 4vw;
	}
}

.footer .copyright {
	font-size: 14px;
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	.footer .copyright {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.footer .copyright-sub {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.footer .copyright-sub {
		font-size: 22px;
		font-size: 2.93333vw;
	}
}

/* global-nav
----------------------------------------*/
@media screen and (min-width: 768px) {
	.global-nav {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.global-nav > div dl + dl {
		margin-top: 60px;
	}
	.global-nav.center {
		justify-content: center;
	}
	.global-nav.center dl + dl {
		margin-left: 50px;
	}
}

@media screen and (max-width: 767px) {
	.global-nav {
		padding: 0 4vw;
	}
}

.global-nav dl {
	width: 260px;
}

@media screen and (max-width: 767px) {
	.global-nav dl {
		width: 100%;
	}
}

.global-nav dl dt {
	position: relative;
	font-weight: bold;
}

.global-nav dl dt:after, .global-nav dl dt:before {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	.global-nav dl dt:after, .global-nav dl dt:before {
		height: 0.26667vw;
	}
}

.global-nav dl dt:before {
	width: 100%;
	background-color: #d7d7d7;
}

.global-nav dl dt:after {
	width: 30px;
	background-color: #00a76d;
}

@media screen and (max-width: 767px) {
	.global-nav dl dt:after {
		width: 12vw;
	}
}

.global-nav dl dt a {
	display: block;
	width: 100%;
	height: 48px;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.global-nav dl dt a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 16vw;
		font-size: 30px;
		font-size: 4vw;
	}
}

.global-nav dl dd {
	font-size: 15px;
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.global-nav dl dd {
		font-size: 28px;
		font-size: 3.73333vw;
		padding-top: 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.global-nav dl dd > ul {
		transition: margin-top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
		margin-top: -200%;
	}
}

.global-nav dl dd > ul > li a + ul {
	margin-left: auto;
}

@media screen and (min-width: 768px) {
	.global-nav dl dd > ul > li a + ul {
		margin-top: 1em;
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.global-nav dl dd > ul > li a + ul {
		width: 84vw;
	}
}

@media screen and (min-width: 768px) {
	.global-nav dl dd ul li {
		margin-bottom: 1em;
	}
	.global-nav dl dd ul li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.global-nav dl dd ul li a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 12vw;
		border-bottom: 1px solid #d7d7d7;
		padding-left: 1.33333vw;
		padding-right: 2.66667vw;
	}
	.global-nav dl dd ul li a:after {
		content: '';
		display: block;
		border-color: #00a76d;
		border-style: solid;
		border-width: 0 1px 1px 0;
		width: 1.86667vw;
		height: 1.86667vw;
		vertical-align: middle;
		transform: rotate(-45deg);
	}
}

@media screen and (max-width: 767px) {
	.global-nav dl.sp-accordion dt a:after, .global-nav dl.sp-accordion dt a:before {
		content: '';
		position: absolute;
		right: 1.33333vw;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 4.53333vw;
		height: 0.26667vw;
		background-color: #00a76d;
	}
	.global-nav dl.sp-accordion dt a:after {
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: rotate(90deg);
	}
	.global-nav dl.sp-accordion.is-open dt a:after {
		transform: rotate(0);
	}
	.global-nav dl.sp-accordion.is-open dd ul {
		margin-top: 0;
		padding-bottom: 5.06667vw;
	}
}

body.pc .global-nav a {
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.pc .global-nav a:hover {
	opacity: 0.7;
}

.site-nav {
	padding-top: 70px;
	font-size: 15px;
}

@media screen and (min-width: 768px) {
	.site-nav {
		text-align: right;
	}
}

.site-nav ul + ul {
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.site-nav ul + ul {
		margin-top: 6.66667vw;
	}
}

@media screen and (max-width: 767px) {
	.site-nav {
		padding: 12vw 4vw 32vw;
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

.site-nav li {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.site-nav li {
		display: block;
	}
}

.site-nav li + li {
	margin-left: 30px;
}

@media screen and (max-width: 767px) {
	.site-nav li + li {
		margin: 6.66667vw 0 0;
	}
}

/* sp-global-nav
----------------------------------------*/
@media screen and (max-width: 767px) {
	.sp-global-nav {
		position: absolute;
		width: 100%;
		height: calc(var(--vh, 1vh) * 100 - ((120 / 750) * 100 * 1vw));
		left: 0;
		background-color: #FFF;
		transform: translate3d(100%, 0, 0);
	}
	body.sp-nav-open .sp-global-nav {
		animation: 1s sp-nav-in cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}
	body.sp-nav-close .sp-global-nav {
		animation: 1s sp-nav-out cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}
	.sp-global-nav .sp-global-nav__inner {
		position: absolute;
		top: 16vw;
		width: 100%;
		height: 100%;
		background-color: #FFF;
		padding-top: 8.53333vw;
	}
	.sp-global-nav .sp-global-nav__inner > div {
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

@keyframes sp-nav-in {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
}

@keyframes sp-nav-out {
	0% {
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

/* page-top-btn
----------------------------------------*/
.page-top-btn-wraper {
	position: fixed;
	width: 100%;
	bottom: 30px;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.page-top-btn-wraper {
		bottom: 4vw;
	}
}

.page-top-btn-wraper > div {
	width: 100%;
	min-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.page-top-btn-wraper > div {
		min-width: 0;
		width: 92vw;
		padding: 0;
	}
}

.page-top-btn-wraper .page-top-btn {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #00a76d;
	margin-left: auto;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.scrolled .page-top-btn-wraper .page-top-btn {
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width: 767px) {
	.page-top-btn-wraper .page-top-btn {
		width: 10.66667vw;
		height: 10.66667vw;
	}
}

.page-top-btn-wraper .page-top-btn:before {
	content: '';
	display: block;
	border-color: #FFF;
	border-style: solid;
	border-width: 0 2px 2px 0;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	transform: rotate(225deg);
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.page-top-btn-wraper .page-top-btn:before {
		display: block;
		border-color: #FFF;
		border-style: solid;
		border-width: 0 2px 2px 0;
		width: 1.6vw;
		height: 1.6vw;
		vertical-align: middle;
		transform: rotate(225deg);
	}
}

.kasouIndex-mv {
	position: relative;
	height: 450px;
	border-bottom: 1px solid #d7d7d7;
}

@media screen and (max-width: 767px) {
	.kasouIndex-mv {
		height: 72vw;
	}
}

.kasouIndex-mv:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	.kasouIndex-mv:before {
		height: 40vw;
	}
}

.kasouIndex-mv .mv-ttl {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	color: #FFF;
	padding: 35px 0;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.kasouIndex-mv .mv-ttl {
		max-width: 1400px;
		min-width: 1200px;
	}
}

@media screen and (max-width: 767px) {
	.kasouIndex-mv .mv-ttl {
		padding: 3.73333vw 4vw;
	}
}

.kasouIndex-mv .mv-ttl h2 {
	font-size: 46px;
}

@media screen and (max-width: 767px) {
	.kasouIndex-mv .mv-ttl h2 {
		font-size: 54px;
		font-size: 7.2vw;
	}
}

.kasouIndex-mv .mv-ttl:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 150px;
	height: 5px;
	background: #00a76d;
}

@media screen and (max-width: 767px) {
	.kasouIndex-mv .mv-ttl:before {
		left: 4vw;
		width: 13.33333vw;
		height: 3px;
	}
}

.kasou-mv {
	position: relative;
	height: 700px;
	border-bottom: 1px solid #d7d7d7;
}

@media screen and (max-width: 767px) {
	.kasou-mv {
		height: 142.66667vw;
	}
}

.kasou-mv .kasou-mv-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 200px;
	text-align: center;
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.kasou-mv .kasou-mv-content {
		font-size: 30px;
		font-size: 4vw;
		padding: 0 4%;
	}
}

.kasou-mv-ttl {
	border-top: 1px solid #d7d7d7;
	background-color: #FFF;
}

.kasou-mv-ttl .tpl-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.kasou-mv-ttl .tpl-inner {
		padding-top: 6.66667vw;
		padding-bottom: 5.33333vw;
	}
}

.kasou-mv-ttl .tpl-inner:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	height: 5px;
	background-color: #00a76d;
}

@media screen and (max-width: 767px) {
	.kasou-mv-ttl .tpl-inner:before {
		left: 4vw;
		width: 26.66667vw;
		height: 0.8vw;
	}
}

.kasou-mv-ttl .kasou-mv-icon {
	width: 86px;
}

.kasou-mv-ttl .kasou-mv-icon img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.kasou-mv-ttl .kasou-mv-icon {
		width: 17.6vw;
	}
}

.kasou-mv-ttl .kasou-mv-txt {
	width: calc(100% - 86px);
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	.kasou-mv-ttl .kasou-mv-txt {
		width: calc(100% - 17.6vw);
		padding-left: 2.4vw;
	}
}

.kasou-mv-ttl .kasou-mv-txt .kasou-mv-txt-subttl {
	font-size: 16px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.kasou-mv-ttl .kasou-mv-txt .kasou-mv-txt-subttl {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.kasou-mv-ttl .kasou-mv-txt .kasou-mv-txt-mainttl {
	font-size: 46px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.kasou-mv-ttl .kasou-mv-txt .kasou-mv-txt-mainttl {
		font-size: 54px;
		font-size: 7.2vw;
	}
}

.kasou-mv-ttl.is-transparent {
	background-color: transparent;
	color: #FFF;
}

.kasou .contents-main {
	position: relative;
	padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
	.kasou .contents-main {
		padding-bottom: 13.33333vw;
	}
}

a.pdf-link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 20px;
	height: 23px;
	background-image: url("/english/common/img/icon-pdf.png");
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	a.pdf-link:after {
		width: 3.73333vw;
		height: 4.4vw;
	}
}

/* magnific-popup
	----------------------------------------*/
/**
	 * Simple fade transition,
	 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-container {
	padding: 0;
}

@media screen and (max-width: 767px) {
	.mfp-container .mfp-content {
		width: 80vw;
	}
}

.mfp-container .mfp-content .mfp-close,
.mfp-container .mfp-content .mfp-iframe-holder .mfp-close {
	opacity: 1;
	font-size: 0;
	width: 44px;
	height: 44px;
	right: 0;
	top: -64px;
	opacity: 1;
	cursor: pointer;
	pointer-events: all;
	transition: opacity 0.3s ease-out;
}

.mfp-container .mfp-content .mfp-close:before, .mfp-container .mfp-content .mfp-close:after,
.mfp-container .mfp-content .mfp-iframe-holder .mfp-close:before,
.mfp-container .mfp-content .mfp-iframe-holder .mfp-close:after {
	content: '';
	position: absolute;
	left: -21%;
	top: 50%;
	width: 63px;
	height: 1px;
	background-color: #FFF;
}

.mfp-container .mfp-content .mfp-close:before,
.mfp-container .mfp-content .mfp-iframe-holder .mfp-close:before {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.mfp-container .mfp-content .mfp-close:after,
.mfp-container .mfp-content .mfp-iframe-holder .mfp-close:after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.mfp-container .mfp-content .mfp-close:hover,
.mfp-container .mfp-content .mfp-iframe-holder .mfp-close:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.mfp-container .mfp-content .mfp-close,
	.mfp-container .mfp-content .mfp-iframe-holder .mfp-close {
		width: 5.33333vw;
		height: 5.33333vw;
		top: -9.33333vw;
		right: 1.33333vw;
	}
	.mfp-container .mfp-content .mfp-close:before, .mfp-container .mfp-content .mfp-close:after,
	.mfp-container .mfp-content .mfp-iframe-holder .mfp-close:before,
	.mfp-container .mfp-content .mfp-iframe-holder .mfp-close:after {
		content: '';
		position: absolute;
		left: -21%;
		top: 50%;
		width: 8vw;
		height: 1px;
		background-color: #FFF;
	}
	.mfp-container .mfp-content .mfp-close:before,
	.mfp-container .mfp-content .mfp-iframe-holder .mfp-close:before {
		-webkit-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}
	.mfp-container .mfp-content .mfp-close:after,
	.mfp-container .mfp-content .mfp-iframe-holder .mfp-close:after {
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	right: 0;
}


.bannerSection {
	max-width: 1080px;
	margin: 0 auto;
  }

  .bannerSection__inner {
	max-width: 956px;
	margin: 0 auto;
	padding: 68px 0 60px;
  }

  @media screen and (max-width: 768px) {
	.bannerSection__inner {
	  padding: 50px 5.2% 45px;
	}
  }

.bannerMedia {
	display: flex;
	align-items: center;
	border: solid 1px #231815;
	padding: 3.03% 5.96%;
	cursor: pointer;
  }

  @media screen and (max-width: 768px) {
	.bannerMedia {
	  flex-direction: column;
	  align-items: flex-start;
	  border: none;
	  background-color: #eeeeef;
	  padding: 5.08% 8.212%;
	}
  }

  .bannerMedia:hover .bannerMedia__movie::before {
	background-color: rgba(0, 141, 84, 0.9);
  }

  .bannerMedia:hover .bannerMedia__movie::after {
	border-color: transparent transparent transparent #fff;
  }

  .bannerMedia__movie {
	position: relative;
	display: block;
	flex-shrink: 0;
	width: 33.333%;
	margin-right: 10.983%;
	border: 1px solid #cecece;
  }

  .bannerMedia__movie::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	width: 80px;
	height: 80px;
	transition: 0.3s;
  }

  @media screen and (max-width: 768px) {
	.bannerMedia__movie::before {
	  width: 60px;
	  height: 60px;
	}
  }

  .bannerMedia__movie::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #008d54;
	border-width: 16px 0 16px 25px;
	transition: 0.3s;
  }

  @media screen and (max-width: 768px) {
	.bannerMedia__movie::after {
	  border-width: 12px 0 12px 22px;
	}
  }

  @media screen and (max-width: 768px) {
	.bannerMedia__movie {
	  margin: 0 auto 40px;
	  width: 83.5%;
	}
  }

  .bannerMedia__movie > * {
	vertical-align: top;
	width: 100%;
  }

  .bannerMedia__body {
	flex-grow: 1;
  }

  .bannerMedia__title {
	border-left: solid 4px #008d54;
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.458;
	font-size: 2rem;
	font-weight: normal;
	color: #008d54;
  }

  @media screen and (max-width: 768px) {
	.bannerMedia__title {
	  margin-bottom: 30px;
	}
  }

  .bannerMedia__text {
	line-height: 1.6;
	font-size: 1.5rem;
  }

  @media screen and (max-width: 768px) {
	.bannerMedia__text {
	  font-size: 1.6rem;
	}
  }

  .bannerModal {
	display: none;
	position: fixed;
	width: 78.9%;
	max-width: 1010px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.4);
	z-index: 10001;
  }

  @media screen and (max-width: 768px) {
	.bannerModal {
	  width: 93%;
	}
  }

  .bannerModal:hover .vjs-big-play-button {
	background-color: #008d54;
  }

  .bannerModal__inner {
	background-color: #fff;
	padding-top: 56.34%;
  }

  .bannerModalOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 10000;
  }

  .bannerModalCloseButton {
	position: absolute;
	top: -58px;
	right: 0;
	width: 58px;
	height: 58px;
	cursor: pointer;
	background-color: rgba(143, 173, 161, 0.8);
  }

  @media screen and (max-width: 768px) {
	.bannerModalCloseButton {
	  top: -28px;
	  width: 28px;
	  height: 28px;
	}
  }

  .bannerModalCloseButton__bar {
	width: 60%;
	height: 2px;
	margin: 0 auto;
	background-color: #fff;
  }

  .bannerModalCloseButton__bar--1 {
	transform: translateY(28px) rotate(-45deg);
  }

  @media screen and (max-width: 768px) {
	.bannerModalCloseButton__bar--1 {
	  transform: translateY(14px) rotate(-45deg);
	}
  }

  .bannerModalCloseButton__bar--2 {
	transform: translateY(26px) rotate(45deg);
	bottom: 0;
  }

  @media screen and (max-width: 768px) {
	.bannerModalCloseButton__bar--2 {
	  transform: translateY(12px) rotate(45deg);
	}
  }

  .type2Heading {
	position: relative;
	margin-top: 64px;
	margin-bottom: 64px;
	text-align: center;
  }

  @media screen and (max-width: 768px) {
	.type2Heading {
	  margin-top: 40px;
	  margin-bottom: 40px;
	  padding-bottom: 8px;
	}
  }

  .type2Heading--noBorder {
	padding-bottom: 0;
  }

  .type2Heading--noBorder .type2Heading__title::after {
	content: none;
  }

  .type2Heading--noBorder .type2Heading__title {
	padding-bottom: 0;
  }

  .type2Heading--narrow {
	margin-top: 40px;
	margin-bottom: 32px;
  }

  @media screen and (max-width: 768px) {
	.type2Heading--narrow {
	  margin-top: 24px;
	  margin-bottom: 16px;
	}
  }

  .type2Heading__title {
	position: relative;
	padding-bottom: 10px;
	font-size: 3rem;
	line-height: 1.4;
  }

  @media screen and (max-width: 768px) {
	.type2Heading__title {
	  font-size: 2.4rem;
	  line-height: 1.75;
	}
  }

  .type2Heading__title::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 1px;
	background-color: #008d54;
  }

  .tile {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 40px;
	text-decoration: none;
  }

  @media screen and (max-width: 768px) {
	.tile {
	  display: block;
	  margin-bottom: 20px;
	}
  }

  .tile:hover .zoomImg__img {
	transform: scale(1.1);
	transition-duration: 0.3s;
  }

  .tile:hover .textLinkTitle {
	border-color: #008d54;
  }

  .tile:hover .textLink__text {
	color: #008d54;
	border-color: #008d54;
  }

  .tile > *:last-child {
	margin-bottom: 0;
  }

  .tile__imgWrapper {
	position: relative;
	display: block;
	max-width: 100%;
	align-self: center;
	margin: 0;
	margin-bottom: 12px;
	min-height: 0%;
  }

  @media screen and (max-width: 768px) {
	.tile__imgWrapper {
	  margin-bottom: 12px;
	}
  }

  .tile__imgWrapper--border {
	border: 1px solid #cecece;
  }

  .tile__img {
	display: block;
	width: 100%;
  }

  .tile__text {
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 10px;
  }

  @media screen and (max-width: 768px) {
	.tile__text {
	  font-size: 1.4rem;
	}
  }

  .tile__text--bold {
	font-weight: bold;
  }

  .tile__text--center {
	text-align: center;
  }

  .tile__title{
	  font-weight: bold;
  }

  .tile__title a:hover{
	  color:green;
  }
/*Vietnam edit: DG_CA-1146#comment-183516050*/
@media screen and (min-width: 768px) and (max-width: 1112px){
	.header {
		height: auto;
	}

	.header .header__inner {
		flex-wrap: wrap;
	}

	.header .header-nav {
		font-size: 15px;
	}

	.header .header-nav{
		order: 1;
		width: 100%;
		flex-basis: 100%;
		height: 50px;
	}

	body.scrolled .header{
		height: auto
	}

	.header .header-nav .header-nav-baloon{
		top: 120px;
		flex-direction: column;
		min-width: auto;
		width: 100%;
	}

	body.scrolled .header .header-nav-baloon{
		top:120px;
	}

	.header .header-nav .header-nav-baloon .header-nav-baloon-ttl,
	.header .header-nav .header-nav-baloon .header-nav-baloon-list{
		width:100%;
	}

	.header .header-nav .header-nav-baloon .header-nav-baloon-list{
		padding-left: 15px;
		padding-right: 15px;
	}

	.header .header-nav #baloon-sustainability-report.header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner{
		flex-wrap: wrap;
	}

	.header .header-nav .header-nav-baloon .header-nav-baloon-list .header-nav-baloon-list-inner{
		justify-content: space-between;
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	.footer{
		padding-left: 15px;
		padding-right:15px;
	}

	.footer .footer__inner{
		width:100%;
	}

	.footer .site-nav{
		padding:0 0 40px;
	}

	.footer .site-nav, .footer .footer__copyright{
		display: block;
		text-align: left;
		width:100%;
	}
}

/*# sourceMappingURL=../../../_map/english/common/css/common.css.map */
