@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');


/* ----------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
input,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: top;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	background: #333;
	overflow-y: scroll;
}

.g-body {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: sans-serif;
	font-weight: 400;
	-webkit-font-feature-settings: 'pkna';
	-moz-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	line-height: 1;
	letter-spacing: .025em;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	background: #333;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.wf-active body,
.wf-active input[type='text'],
.wf-active input[type='submit'],
.wf-active textarea,
.wf-active select,
.wf-active button {
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a,
a:before,
a:after,
a img,
input[type="image"] {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch a:hover,
.no-touch a:visited:hover,
.no-touch a:hover img,
.no-touch a:visited:hover img,
.no-touch input[type="image"]:hover {
	text-decoration: underline;
	opacity: 0.7;
}

a:focus {
	outline: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-webkit-interpolation-mode: bicubic;
	interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

::selection {
	color: #fff;
	background: #76b414;
}

::-moz-selection {
	color: #fff;
	background: #76b414;
}
/*
.js-anim {
	opacity: 0;
	transform: translateY(30px);
}

.js-anim.is-on {
	opacity: 1;
	transform: none;
	transition: all 1.5s;
}
*/



/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
.u-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 80px;
	position: relative;
}

.u-show-media {
	display: none !important;
}

.u-hide-media {
	display: inline-block !important;
}

.u-content {
	padding: 60px 0 0;
	background-color: transparent;
}

.u-align-center {
	text-align: center;
}

.u-align-left {
	text-align: left;
}

.u-align-right {
	text-align: right;
}


/* ----------------------------------------------------------------------
 * GLOBAL - Font
 * ---------------------------------------------------------------------- */
.u-font-bold {
	font-weight: 700;
	vertical-align: bottom;
}

.u-font-serif {
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
}

.u-font-normal {
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
}




/* ----------------------------------------------------------------------
 * GLOBAL - Table
 * ---------------------------------------------------------------------- */
.u-table {
	width: 100%;
	margin: 0 0 30px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}

.u-table-title {
	color: #000;
	line-height: 1.75;
	font-weight: 700;
	width: 200px;
	padding: 15px 0 15px 40px;
	background: #f3f3f3;
	border-top: 1px solid #ddd;
}

.u-table-item {
	line-height: 1.75;
	padding: 15px 0 15px 40px;
	border-top: 1px solid #ddd;
	position: relative;
}




/* ----------------------------------------------------------------------
 * GLOBAL - Icon
 * ---------------------------------------------------------------------- */




/* ----------------------------------------------------------------------
 * GLOBAL - List
 * ---------------------------------------------------------------------- */
.u-list-number {
	margin: 10px 0 20px;
	padding-left: 1.25em;
}

.u-list-number-item {
	line-height: 1.5;
	list-style: decimal;
	margin-bottom: 5px;
}

.u-list-disc {
	margin: 10px 0 20px;
	padding-left: 1.5em;
}

.u-list-disc-item {
	line-height: 1.5;
	list-style: disc;
	margin-bottom: 5px;
}




/* ----------------------------------------------------------------------
 * GLOBAL - Title
 * ---------------------------------------------------------------------- */
.u-content-title {
	text-align: center;
	height: 300px;
	background-color: #76b414;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.u-content-title .e-main {
	color: #fff;
	font-size: 3.4rem;
	letter-spacing: .1em;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.u-content-title .e-sub {
	color: #ddd;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: .05em;
	white-space: nowrap;
	margin: 0 0 -2.25em;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.u-corner_title-high {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 0 0 15px;
	background: url(/en/assets/img/global/title-01.png) repeat-x left bottom;
	position: relative;
}

.u-corner_title-high:after {
	content: '';
	width: 200px;
	height: 3px;
	display: inline-block;
	background: #76b414;
	position: absolute;
	bottom: 0;
	left: 0;
}

.u-corner_title-high .e-note {
	color: #888;
	font-size: 1.4rem;
	font-weight: 400;
	vertical-align: middle;
	margin: 0 0 0 20px;
	display: inline-block;
}

.u-corner_title-middle {
	color: #6a9820;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 12.5px 12.5px 15px 35px;
	background: #f3f3f3 url(/en/assets/img/global/title-02.png) no-repeat left 15px top 1.2em / 8px auto;
}

.u-color-orange {
	color: #f06342;
}




/* ----------------------------------------------------------------------
 * GLOBAL - Margin Padding
 * ---------------------------------------------------------------------- */
.u-mgb-10 {
	margin-bottom: 10px;
}

.u-mgb-15 {
	margin-bottom: 15px;
}

.u-mgb-20 {
	margin-bottom: 20px;
}

.u-mgb-30 {
	margin-bottom: 30px;
}

.u-mgb-40 {
	margin-bottom: 40px;
}

.u-pdt-10 {
	padding-top: 10px;
}

.u-pdt-15 {
	padding-top: 15px;
}

.u-pdt-20 {
	padding-top: 20px;
}

.u-pdt-30 {
	padding-top: 30px;
}



/* ----------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------- */
.g-container {
	background: #fff;
	padding: 70px 0 120px;
}

.l-content {
	width:100%;
	height:100%;

}




/* ------------------------------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------------------------------ */
.g-header {
	width: 100%;
	min-width: 1200px;
	height: 70px;
	background: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.g-header .u-inner {
	padding: 0;
}

.g-header-logo {
	width: 314px;
	margin: 0 0 0 -600px;
	position: absolute;
	top: 15px;
	left: 50%;
}

.no-touch .g-header-logo .e-link:hover,
.no-touch .g-header-logo .e-link:hover .e-img {
	opacity: 1;
}

/* Menu */
.g-header-menu {
	width: 100%;
}

.g-header-menu_wrap {
	width: 1200px;
	margin: 0 auto;
}

.g-header-menu_list {
	text-align: right;
	letter-spacing: -.4em;
}

.g-header-menu_item {
	line-height: 1;
	display: inline-block;
}

.g-header-menu_item > .e-link {
	line-height: 1;
	text-align: center;
	text-decoration: none;
	height: 70px;
	padding: 0 15px;
	display: block;
}

.no-touch .g-header-menu_item .e-link:hover {
	color: #6a9820;
	opacity: 1;
}

.g-header-menu_item .e-button {
	font-weight: 400;
	letter-spacing: .05em;
	width: 100%;
	height: 70px;
	padding: 28px 0 0;
	display: inline-block;
	position: relative;
}

.g-header-menu_item .e-button:after {
	content: '';
	width: 100%;
	height: 0px;
	display: inline-block;
	background: #76b414;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.no-touch .g-header-menu_item .e-link:hover .e-button:after,
.no-touch .g-header-menu_item.is-hover .e-link .e-button:after {
	height: 5px;
}

.no-touch .g-header-menu_item.is-contact .e-link:hover .e-button:after,
.no-touch .g-header-menu_item.is-en .e-link:hover .e-button:after,
:lang(en) .no-touch .g-header-menu_item.is-jp .e-link:hover .e-button:after {
	display: none;
}

.no-touch .g-header-menu_item.is-hover .e-link .e-button {
	color: #6a9820;
}

.g-header-menu_item.is-hover > .e-link {
	color: #0d3b66;
}

.g-header-menu_item:nth-child(6) > .e-link {
	padding-right: 30px;
}

.g-header-menu_item:nth-child(7) > .e-link,
:lang(en) .g-header-menu_item:nth-child(6) > .e-link {
	color: #fff;
	width: 120px;
	background: #76b414;
}

.no-touch .g-header-menu_item:nth-child(7) > .e-link:hover,
:lang(en).no-touch .g-header-menu_item:nth-child(6) > .e-link:hover{
	color: #fff;
	background: #6aa212;
}

.g-header-menu_item:nth-child(7) .e-button:after {
	background: #fff;
}

.g-header-menu_item:nth-child(8) > .e-link,
:lang(en) .g-header-menu_item:nth-child(7) > .e-link {
	color: #333;
	width: 120px;
	background: #ccc;
}

.no-touch .g-header-menu_item:nth-child(8) > .e-link:hover,
:lang(en).no-touch .g-header-menu_item:nth-child(7) > .e-link:hover {
	color: #333;
	background: #b7b7b7;
}

.g-header-menu_item:nth-child(8) > .e-link .e-button:after,
:lang(en) .g-header-menu_item:nth-child(7) > .e-link .e-button:after {
	display: none;
}




.g-header-menu-child {
	color: #fff;
	letter-spacing: -.4em;
	width: 100%;
	min-width: 1200px;
	display: none;
	border-top: #ddd 1px solid;
	background: #fff;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 200;
}

.g-header-menu-child .u-inner {
	padding: 0;
	overflow: hidden;
}

.g-header-menu-child-wrap {
	width: 1230px;
	margin: 0 -15px;
	padding: 30px 0 10px;
	display: block;
}

.g-header-menu-child-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.g-header-menu-child .e-item {
	text-align: left;
	letter-spacing: .05em;
	width:20%;
	margin: 0 0 20px;
	padding: 0 15px;
	float: left;
}

.g-header-menu-child .e-link {
	font-size: 1.5rem;
	font-weight: 700;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.no-touch .g-header-menu-child .e-link:hover {
	text-decoration: none;
}

.g-header-menu-child .e-image-inner {
	margin: 0 0 10px;
}

.g-header-menu-child .e-link .e-img {
	width: 100%;
	-webkit-transition: all 2.5s;
	transition: all 2.5s;
}

.g-header-menu-child .e-image-inner {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.no-touch .g-header-menu-child .e-link:hover .e-img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
}

.g-header-menu-child .e-link .e-main {
	padding: 0 0 0 15px;
	display: inline-block;
	position: relative;
}

.g-header-menu-child .e-link .e-main:before {
	content: '';
	width: 4px;
	height: 8px;
	display: inline-block;
	background: url(/en/assets/img/global/arrow-green-01.png) no-repeat center / 100% auto;
	position: absolute;
	top: .1em;
	left: 0;
}

.g-header-menu-child .e-link .e-sub {
	color: #888;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 6px 0 0 15px;
	display: block;
  position: relative;
}

.g-header-menu-child a[target="_blank"] .e-sub:after {
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url("/en/assets/img/global/icon-blank.png") no-repeat center / 100% auto;
  margin-left: 5px;
  vertical-align: middle;
}

.no-touch .g-header-menu-child .e-link:hover .e-sub {
	color: #6a9820;
}

.g-header-menu_item:nth-child(3) .g-header-menu-child-wrap,
.g-header-menu_item:nth-child(4) .g-header-menu-child-wrap{
	text-align: center;
	padding: 30px 0 10px;
}

.g-header-menu_item:nth-child(3) .g-header-menu-child .e-item,
.g-header-menu_item:nth-child(4) .g-header-menu-child .e-item{
	width: 20%;
	display: inline-block;
	float: none;
}



/* ------------------------------------------------------------------------------------------------
 * Content Current
 * ------------------------------------------------------------------------------------------------ */
.is-company .g-header-menu_item.is-company .e-link .e-button:after,
.is-field .g-header-menu_item.is-field .e-link .e-button:after,
.is-product .g-header-menu_item.is-product .e-link .e-button:after,
.is-activity .g-header-menu_item.is-activity .e-link .e-button:after,
.is-faq .g-header-menu_item.is-faq .e-link .e-button:after,
.is-recruit .g-header-menu_item.is-recruit .e-link .e-button:after {
	height: 5px;
}

.is-company .g-header-menu_item.is-company .e-link .e-button,
.is-field .g-header-menu_item.is-field .e-link .e-button,
.is-product .g-header-menu_item.is-product .e-link .e-button,
.is-activity .g-header-menu_item.is-activity .e-link .e-button,
.is-faq .g-header-menu_item.is-faq .e-link .e-button,
.is-recruit .g-header-menu_item.is-recruit .e-link .e-button{
	color: #6a9820;
}




/* ------------------------------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------------------------------ */
.g-footer-title {
	padding: 60px 0 30px;
	background: #eee;
	position: relative;
}

.g-footer-title:after {
	content: '';
	width: 1040px;
	height: 1px;
	margin-left: -520px;
	background: #ccc;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.g-footer-title .e-title {
	text-align: center;
}

.g-footer-title .e-title .e-img {
	max-width: 170px;
}

.no-touch .g-footer-title .e-title .e-link:hover,
.no-touch .g-footer-title .e-title .e-link:hover .e-img {
	opacity: 1;
}

.g-footer-title .e-mark {
	position: absolute;
	top: 10px;
	right: 80px;
}




.g-footer-sitemap {
	padding: 25px 0 50px;
	background: #eee;
}

.g-footer-sitemap .u-inner {
	width: 100%;
	display: table;
}

.g-footer-sitemap-inner {
	width: 25%;
	display: table-cell;
}

.g-footer-sitemap-inner:nth-of-type(2) {
	padding-left: 5px;
}

.g-footer-sitemap-inner:nth-of-type(3) {
	padding-left: 15px;
}

.g-footer-sitemap-inner:nth-of-type(4) {
	padding-left: 20px;
}

.g-footer-sitemap-inner .e-wrap {
	margin: 0 0 20px;
}

.g-footer-sitemap-inner .e-title {
	font-weight: 700;
}

.g-footer-sitemap-inner .e-item-wrap {
	padding: 20px 0 0;
}

.g-footer-sitemap-inner .e-item {
	margin: 0 0 10px;
	padding: 0 0 0 24px;
	position: relative;
}

.g-footer-sitemap-inner .e-item:before {
	content: '';
	width: 4px;
	height: 8px;
	background: url(/en/assets/img/global/arrow-gray-01.png) no-repeat center / 100% auto;
	position: absolute;
	top: .2em;
	left: 10px;
}

.g-footer-sitemap-inner .e-item .e-link {
	color: #666;
	font-size: 1.3rem;
  position: relative;
}
.g-footer-sitemap-inner a[target="_blank"]:after {
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url("/en/assets/img/global/icon-blank.png") no-repeat center / 100% auto;
  margin-left: 5px;
  vertical-align: middle;
}



.g-footer-bottom {
	padding: 30px 0;
	background: #333;
	position: relative;
}

.g-footer-bottom:after {
	content: '';
	display: block;
	clear: both;
}

.g-footer-bottom .e-wrap {
	float: left;
}

.g-footer-bottom .e-wrap .e-item {
	font-size: 1.3rem;
}

.g-footer-bottom .e-link {
	color: #ddd;
}

.g-footer-copyright {
	color: #ddd;
	font-size: 1.2rem;
	text-align: right;
	float: right;
}












/* ------------------------------------------------------------------------------------------------
 * Pagetop
 * ------------------------------------------------------------------------------------------------ */
.c-page_top {
	position: absolute;
	top: -60px;
	right: 20px;
}

.c-page_top .e-link {
	width: 60px;
	height: 60px;
	display: block;
	background: #333 url(/en/assets/img/global/arrow-white-up-01.png) no-repeat left 50% top 23px / 22px auto;
}

.no-touch .c-page_top .e-link:hover {
	background-position: left 50% top 18px;
	opacity: 1;
}







/* ------------------------------------------------------------------------------------------------
 * Content Layout
 * ------------------------------------------------------------------------------------------------ */
.c-content-wrap {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0;
}

.c-content-wrap:after {
	content:'';
	display: block;
	clear: both;
}

.c-main_section {
	width: 700px;
	float: left;
}

.c-side-section {
	width: 216px;
	padding-bottom: 40px;
	float: right;
}




/* ------------------------------------------------------------------------------------------------
 * Content Title
 * ------------------------------------------------------------------------------------------------ */
.g-content-title {
	padding: 0 0 30px;
}

.g-content-title .e-title {
	color: #000;
	font-size: 3.4rem;
	text-align: center;
	padding: 50px 0 0;
}




/* ------------------------------------------------------------------------------------------------
 * Breadcrumb
 * ------------------------------------------------------------------------------------------------ */
.g-breadcrumb {
	width: 100%;
	position: absolute;
	z-index: 100;
}

.g-breadcrumb .u-inner {
	padding: 20px 0 0;
}

.g-breadcrumb .e-item {
	padding: 0 25px 0 0;
	display: inline-block;
	position: relative;
}

.g-breadcrumb .e-item:after {
	content:'';
	width: 4px;
	height: 7px;
	display: inline-block;
	background: url(/en/assets/img/global/breadcrumb-arrow.png) no-repeat center / 100% auto;
	position: absolute;
	top: 3px;
	right: 8px;
}

.g-breadcrumb .e-item:last-child:after {
	display: none;
}

.g-breadcrumb .e-link {
	color: #ddd;
}

.g-breadcrumb .e-item:last-child .e-link {
	color: #fff;
}

.no-touch .g-breadcrumb .e-link:hover {
}




/* ------------------------------------------------------------------------------------------------
 * Content Title - Detail
 * ------------------------------------------------------------------------------------------------ */
.is-detail-page .g-content-title {
	padding: 0;
	border-bottom: 1px solid #CBCBCB;
}

.is-detail-page .g-content-title .u-inner {
	min-height: 76px;
}

.is-detail-page .g-content-title .e-title {
	font-size: 2.6rem;
	text-align: left;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.is-detail-page .u-content {
	margin: 0 0 50px;
}




/* ------------------------------------------------------------------------------------------------
 * English Setting
 * ------------------------------------------------------------------------------------------------ */
:lang(en) .u-content-title .e-main {
	letter-spacing: 0;
}

:lang(en) .u-table-title {
	width: 220px;
}

:lang(en) .u-table-item {
	padding-right: 15px;
}




:lang(en) .g-header-menu_item:nth-of-type(6) {
	margin-left: 20px;
}

:lang(en) .g-header-menu_item:nth-child(6) > .e-link {
	padding-right: 10px;
}

:lang(en) .g-header-menu_item:nth-child(6) .e-button:after {
	display: none;
}

:lang(en) .g-header-menu_item:nth-child(7) > .e-link {
	padding-right: 10px;
}

:lang(en) .g-header-menu_item .e-button {
	letter-spacing: 0;
}

:lang(en) .g-header-menu-child .e-link .e-main {
	min-height: 2em;
}

:lang(en) .g-header-menu-child .e-link .e-sub {
	margin-top: -1.25em;
}

:lang(en) .g-header-logo {
	width: 350px;
}

:lang(en) .g-header-menu_item > .e-link {
	padding: 0 10px;
}







:lang(en) .g-footer-copyright {
	text-align: center;
	float: none;
}






















