@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Global Styles
------------------------------------------------------------------------ */

/* Web Font
---------------------------------------------------------- */

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

/* Initialize
---------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
}

html, body {
	height: 100%;
}

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

body {
	line-height: 1.8;
	background: #fff;
	color: #434343;
	word-break: normal;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ins {
	background-color: #ff9;
	color: #fff;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #fff; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	font-size: 1em;
}

input, select, textarea {
	padding: 2px;
}

input, select, button {
    vertical-align: middle;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

area {
	outline: 0;
}


/* Override
---------------------------------------------------------- */

body {
	line-height: 1.8;
	color: #434343;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #434343;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #008742;
	text-decoration: none;
}

img {
	-webkit-backface-visibility: hidden;
}

table {
	font-family: 'Noto Sans JP';
	font-weight: 500;
}

input, select, textarea, button {
	box-sizing: border-box;
	box-shadow: none;
	font-family: 'Noto Sans JP';
}

input[type='text'], input[type='email'], input[type='tel'], input[type='url'], textarea, select {
	padding: 10px;
	border-radius: 0;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input::-webkit-input-placeholder { color: #666; }
input:-moz-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
input:-ms-input-placeholder { color: #666; }
input::-ms-input-placeholder { color: #666; }
input:input-placeholder { color: #666; }

select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* Utillities
---------------------------------------------------------- */

/* Hide Contents --------------------------------- */

.break-sp,
#btn-menu,
.grecaptcha-badge {
	display: none;
}

/* Slick.js --------------------------------- */

.slick-slider {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.slick-list {
	display: block;
	position: relative;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
}

.slick-slide a {
	display: block;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	position: relative;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background: #ddd;
	border-radius: 4px;
	text-indent: -9999px;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	background: #008742;
}

.slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 16px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 1;
	transform: translate(0, -50%);
	transition: all .3s ease;
}

.slick-prev {
	left: -40px;
	background-image: url(../images/btn-prev-gray.svg);
}

.slick-next {
	right: -40px;
	background-image: url(../images/btn-next-gray.svg);
}

.slick-prev:hover,
.slick-next:hover {
	opacity: .7;
}

/* Magnific Popup --------------------------------- */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	padding: 40px;
	box-sizing: border-box;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	display: none;
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

.mfp-close, .mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	color: #fff;
	font-style: normal;
	font-size: 44px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: .7;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	display: block;
	position: absolute;
	top: 50%;
	width: 16px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 1;
	transform: translate(0, -50%);
	transition: all .3s ease;
}

.mfp-arrow:hover {
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
	background-image: url(../images/btn-prev.svg);
}

.mfp-arrow-right {
	right: 0;
	background-image: url(../images/btn-next.svg);
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Article --------------------------------- */

.article {
	margin: 0 auto;
	width: 860px;
}

.article-header {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 15px;
}

.article-header:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 70px;
	height: 0;
	border-bottom: 2px solid #434343;
	content: '';
	transform: translateX(-50%);
}

.article-header > span {
	display: block;
	text-align: center;
}

.article-header > span[lang='ja'] {
	font-weight: 700;
	font-size: 2.3rem;
	letter-spacing: .1em;
}

.article-header > span[lang='en'] {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

html[lang='en'] .article-header > span[lang='en'] {
	font-size: 2.6rem;
}

.article-content {
	min-height: 200px;
}

/* Section --------------------------------- */

.section + .section {
	margin-top: 45px;
}

.section-header,
.section-content {
	margin: 0 auto;
}

.section-header {
	margin-bottom: 25px;
	line-height: 1.4;
	text-align: center;
}

.section-header > span {
	display: block;
}

.section-header > span[lang='en'] {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: .1em;
}

.section-header > span[lang='ja'] {
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: .1em;
}

.section-content > .link {
	text-align: center;
}

.section-content > .link > a {
	font-size: 500;
	font-size: 1.6rem;
	text-decoration: underline;
	letter-spacing: .1em;
}

/* Block --------------------------------- */

/* .block-lead */

.block-lead > .title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: .1em;
}

html[lang='en'] .block-lead > .title {
	font-family: 'Montserrat';
	font-size: 2.2rem;
	letter-spacing: .05em;
}

.block-lead > .txt {
	margin-bottom: 30px;
	line-height: 2;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .1em;
}

/* .block-tabulate */

.block-tabulate {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.block-tabulate > dt,
.block-tabulate > dd {
	line-height: 1.9;
	border-top: 1px solid #666;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 1.4rem;
}

.block-tabulate > dt:last-of-type,
.block-tabulate > dd:last-of-type {
	border-bottom: 1px solid #666;
}

.block-tabulate > dt {
	padding: 15px 0 15px 5px;
	width: 154px;
	letter-spacing: .1em;
}

.block-tabulate > dd {
	padding: 15px 0 15px 20px;
	width: 672px;
	letter-spacing: .05em;
}

.block-tabulate .divider {
	margin: 15px 0 15px -20px;
	height: 0;
	border: 0;
	border-top: 1px solid #666;
	font-size: 0;
}

/* .block-images */

.block-images {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: -40px;
}

.block-images > li {
	margin-bottom: 40px;
	width: 415px;
}

.block-images > li:nth-child(odd) {
	margin-right: 30px;
}

.block-images > li > .img {
	margin-bottom: 20px;
}

.block-images > li > .title {
	margin-bottom: 10px;
	color: #008742;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	letter-spacing: .1em;
}

.block-images > li > .txt {
	margin-bottom: 10px;
	height: 3.5em;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

.block-images > li > .links {
	display: flex;
}

.block-images > li > .links > li:first-child {
	margin-right: 25px;
}

.block-images > li > .links > li > a {
	position: relative;
	padding-left: 12px;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

.block-images > li > .links > li > a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	border: 6px solid transparent;
	border-width: 6px 8px;
	border-left-color: #434343;
	content: '';
	transform: translateY(-50%);
}

.block-images > li > .links > li > a:hover:before,
.block-images > li > .links > li > a:focus:before {
	border-left-color: #008742;
}

/* .block-topics */

.block-topics {
	border-bottom: 1px solid #808080;
}

.block-topics .date {
	width: 108px;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

.block-topics .cat {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	width: 96px;
	height: 33px;
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

.block-topics .cat-info {
	background: #bd091c;
}

.block-topics .cat-trend {
	background: #008742;
}

.block-topics .cat-exhibition {
	background: #434343;
}

.block-topics .cat-product {
	background: #f1c521;
}

.block-topics .title {
	width: calc(100% - 224px);
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: .1em;
}

.block-topics .txt {
	line-height: 2.2;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

.block-topics > li {
	position: relative;
	padding: 0 10px;
	border-top: 1px solid #808080;
}

.block-topics > li > .btn-accordion {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-top: 25px;
	width: 100%;
	cursor: pointer;
	transition: opacity 200ms linear;
}

.block-topics > li > .btn-accordion:hover,
.block-topics > li > .btn-accordion:focus {
	opacity: .7;
}

.block-topics > li > .btn-accordion:after {
	position: absolute;
	top: 30px;
	right: 22px;
	width: 22px;
	height: 15px;
	background: url(../images/icon-down02.svg) no-repeat left top;
	background-size: 100%;
	content: '';
}

.block-topics > li.active > .btn-accordion:after {
	top: 25px;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-close.svg);
}

.block-topics > li > .accordion-content {
	display: none;
	margin-left: 108px;
	padding-bottom: 30px;
}

/* Text --------------------------------- */

.txt-modesty {
	font-size: .85em;
}

.highlight {
	color: #ff0000;
}

/* Link --------------------------------- */

.link-b {
	text-align: center;
}

.link-b > a {
	position: relative;
	padding-left: 15px;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

.link-b > a:before {
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	border: 6px solid transparent;
	border-width: 10px 6px;
	border-bottom-color: #434343;
	content: '';
}

.link-b > a:hover:before,
.link-b > a:focus:before {
	border-bottom-color: #008742;
}

/* Button --------------------------------- */

.btn {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 65px;
	line-height: 65px;
	background: #434343;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: .1em;
	transition: background 200ms linear;
}

.btn:hover,
.btn:focus {
	color: #fff;
}

.btn-a {
	background: #808080;
}

.btn-a:hover,
.btn-a:focus {
	background: #008742;
}

.btn-fade {
	transition: opacity 200ms linear; 
}

.btn-fade:hover {
	opacity: .7;
}

.btn-zoom {
	display: block;
	transform: scale(1);
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-zoom:hover {
	transform: scale(1.1);
}

/* Image --------------------------------- */

.banner {
	display: block;
	background: #808080;
	transition: all 200ms linear;
}

.banner:hover,
.banner:focus {
	background: #008742;
}

/* Select --------------------------------- */

.select-container {
	position: relative;
}

.select-container:after {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -3px;
	border: 6px solid transparent;
	border-width: 7px 5px;
	border-top-color: #828282;
	content: '';
}

/* Layout
---------------------------------------------------------- */

/* Base --------------------------------- */

#container {
	position: relative;
	min-width: 1200px;
	min-height: 100%;
	overflow: hidden;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 130px;
	box-sizing: border-box;
}

#main {
	padding-bottom: 560px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px 0 35px 0;
	width: 100%;
	background: #e4e4e4;
	box-sizing: border-box;
}

#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

/* #header --------------------------------- */

#header > svg {
	display: none;
}

/* #header-logo */

#header-logo {
	margin-left: 40px;
	padding-top: 48px;
}

#header-logo > a {
	display: block;
	width: 317px;
	height: 65px;
}

#header-logo > a > svg {
	width: 100%;
	height: 100%;
	fill: #595757;
	transition: all 200ms linear;
}

#header-logo > a:hover > svg,
#header-logo > a:focus > svg {
	fill: #008742;
}

/* #language */

#language {
	display: flex;
	position: absolute;
	top: 25px;
	right: 300px;
	line-height: 1.1;
}

#language > li:first-child {
	border-right: 1px solid #666;
}

#language > li > a {
	padding: 0 6px;
	font-weight: 500;
	font-size: 1.2rem;
	text-decoration: none;
	letter-spacing: .15em;
}

/* #header-links */

#header-links {
	display: flex;
	align-items: center;
	position: absolute;
	top: 16px;
	right: 38px;
}

#header-links > li:nth-child(2) {
	margin-left: 18px;
}

#header-links > li:nth-child(n+3) {
	margin-left: 5px;
}

#header-links > li:nth-child(1) > a {
	padding-bottom: 2px;
	border-bottom: 2px solid #434343;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .15em;
	text-decoration: none;
	transition: all 200ms linear; 
}

html[lang='en'] #header-links > li:nth-child(1) > a {
	font-weight: 700;
	font-family: 'Montserrat';
	letter-spacing: .05em;
}

#header-links > li:nth-child(1) > a:hover {
	border-color: #008742;
}

#header-links > li:not(:nth-child(1)) > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}

#header-links > li:nth-child(3) > a,
#header-links > li:nth-child(4) > a {
	background: #434343;
	border-radius: 15px;
}

#header-links > li:not(:nth-child(1)) > a > img {
	width: 100%;
	height: auto;
}

/* #gnav --------------------------------- */

#gnav {
	position: absolute;
	top: 69px;
	left: 0;
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	pointer-events: none;
}

#gnav > ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding-left: 460px;
	width: 1200px;
	box-sizing: border-box;
}

#gnav > ul > li {
	border-right: 1px solid #666;
}

#gnav > ul > li:first-child {
	border-left: 1px solid #666;
}

#gnav > ul > li > a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9999;
	height: 46px;
	line-height: 1.6;
	text-decoration: none;
	pointer-events: auto;
	transition: all 200ms linear;
}

#gnav > ul > li > a.active,
#gnav > ul > li > a.current,
#gnav > ul > li > a:hover,
#gnav > ul > li > a:focus {
	background: #e5e5e5;
	color: #008742;
}

#gnav > ul > li > a > span[lang='ja'] {
	padding: 0 19px;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: .15em;
}

#gnav > ul > li > a > span[lang='en'] {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: .1em;
	transform: scale(.8);
}

html[lang='en'] #gnav > ul > li > a > span[lang='en'] {
	padding: 0 18px;
	font-size: 1.2rem;
	letter-spacing: .05em;
	transform: scale(1);
}

#gnav > ul > li > .sub {
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 9998;
	padding: 10px 0;
	width: 100%;
	background: #e5e5e5;
	pointer-events: none;
	opacity: 0;
	transition: all 200ms linear; 
}

#gnav > ul > li > a.active + .sub {
	pointer-events: auto;
	opacity: 1;
}

#gnav > ul > li > .sub > ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	line-height: 1.1;
}

#gnav > ul > li > .sub > ul > li {
	margin: 0 18px;
}

#gnav > ul > li > .sub > ul > li > a:not(.banner) {
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: .15em;
	text-decoration: none;
	transition: color 200ms linear;
}

#gnav > ul > li > .sub > ul > li > a:not(.banner).current,
#gnav > ul > li > .sub > ul > li > a:not(.banner):hover,
#gnav > ul > li > .sub > ul > li > a:not(.banner):focus {
	color: #008742;
}

#gnav > ul > li:last-child {
	position: relative;
}

#gnav > ul > li:last-child > a > span[lang='ja'] {
	letter-spacing: .05em;
}

#gnav > ul > li:last-child > .sub > ul {
	flex-flow: column;
}

#gnav > ul > li:last-child > .sub > ul > li + li {
	margin-top: 5px;
}

#gnav > ul > li:last-child > .sub > ul > li > .banner {
	width: 133px;
}

#gnav > #gnav-sp01,
#gnav > #gnav-sp02,
#gnav > #gnav-sp04,
#gnav > .title {
	display: none;
}

/* #main --------------------------------- */

#main-visual {
	margin-bottom: -15px;
	width: 100%;
	height: 330px;
	background-repeat: repeat-x;
	background-position: center center;
	background-size: 1200px;
}

#main-visual > .img {
	margin: 0 auto;
	width: 1200px;
}

#main-content {
	margin-bottom: 100px;
	padding-top: 15px;
}

/* #path */

#path {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 1120px;
	height: 42px;
}

#path > li {
	margin-right: 5px;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

#path > li:after {
	margin-left: 5px;
	content: '>';
}

#path > li:last-child:after {
	display: none;
} 

#path > li > a {
	text-decoration: none;
}

/* #footer --------------------------------- */

/* #btn-pagetop */

#btn-pagetop {
	display: none;
	position: fixed;
	bottom: 35px;
	left: 0;
	min-width: 1200px;
	width: 100%;
	height: 60px;
	pointer-events: none;
}

#btn-pagetop > a {
	display: block;
	position: absolute;
	right: 35px;
	width: 60px;
	height: 60px;
	background: #434343;
	pointer-events: auto;
	transition: background 300ms linear;
}

#btn-pagetop > a:hover,
#btn-pagetop > a:focus {
	background: #008742;
}

/* #fnav */

#fnav {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 25px;
}

#fnav > dl {
	margin-bottom: 20px;
	line-height: 2.2;
}

#fnav > dl > dt {
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

#fnav > dl > dd {
	font-weight: 500;
	font-size: 1.1rem;
	letter-spacing: .1em;
}

#fnav > dl > dd > a {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	text-decoration: none;
}

#fnav > dl:nth-child(1) {
	margin-right: 70px;
}

#fnav > dl:nth-child(2) {
	margin-right: 40px;
}

#fnav > dl:nth-child(3) {
	margin-right: 60px;
}

#fnav > dl:nth-child(4) {
	margin-right: 35px;
}

#fnav > dl:nth-child(5) {
	margin-right: 35px;
}

#fnav > ul {
	display: flex;
}

#fnav > ul > li {
	margin-right: 15px;
	font-weight: 500;
	font-size: 1.1rem;
	letter-spacing: .1em;
}

#fnav > ul > li > a {
	text-decoration: none;
}

/* #footer-banner */

#footer-banner {
	display: flex;
	margin-bottom: 25px;
}

#footer-banner > li + li {
	margin-left: 6px;
}

#footer-banner > li > .banner {
	width: 136px;
	border-radius: 2px;
}

/* #footer-contact */

#footer-contact > .txt {
	margin-bottom: 10px;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

#footer-contact > .txt > a {
	text-decoration: underline;
}

#footer-contact > .tel {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

#footer-contact > .tel > .icon {
	margin-right: 10px;
	width: 58px;
}

#footer-contact > .tel > .icon > img {
	width: 58px;
}

#footer-contact > .tel > .number  {
	margin-right: 10px;
	line-height: 1.1;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: .1em;
}

#footer-contact > .tel > .hours  {
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: .1em;
}

#footer-contact > .name {
	font-size: 1.3rem;
	letter-spacing: .1em;
}

#footer-contact > .address {
	font-size: 1.2rem;
	letter-spacing: .1em;
}

#footer-contact > .message {
	font-size: 1.1rem;
	letter-spacing: .1em;
}

/* #footer-links */

#footer-links {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
}

#footer-links > .social {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 35px;
}

#footer-links > .social > li + li {
	margin-left: 5px;
}

#footer-links > .social > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}

#footer-links > .social > li:nth-child(2) > a,
#footer-links > .social > li:nth-child(3) > a {
	background: #434343;
	border-radius: 15px;
}

#footer-links > .social > li > a > img {
	width: 100%;
	height: auto;
}

#footer-links > .logo {
	margin-bottom: 25px;
}

#footer-links > .logo > a {
	display: block;
	width: 122px;
}

#footer-links > .logo > a > svg {
	width: 122px;
	height: 29px;
	fill: #434343;
	transition: all 200ms linear;
}

#footer-links > .logo > a:hover > svg,
#footer-links > .logo > a:focus > svg {
	fill: #008742;
}

/* #copyright */

#copyright {
	line-height: 1.1;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 1.1rem;
	letter-spacing: .1em;
}







/*---------------------------------------------------------------------- */
/* 768px SmartPhone Styles
------------------------------------------------------------------------ */

@media screen and (max-width: 768px) {

/* Override
---------------------------------------------------------- */

body {
	line-height: 1.7;
}

/* Utillities
---------------------------------------------------------- */

/* Hide Contents --------------------------------- */

.nobreak-sp,
#language {
	display: none;
}

/* Show Contents --------------------------------- */

.break-sp,
#btn-menu {
	display: block;
}

/* Slick --------------------------------- */

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

/* Magnific Popup --------------------------------- */

.mfp-content {
	padding: 20px;
}

.mfp-close {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
}

.mfp-arrow {
	width: 10px;
	height: 18px;
}

/* Article --------------------------------- */

.article {
	margin: 0 20px;
	width: auto;
}

.article-header {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.article-header:after {
	border-bottom-width: 1px;
}

.article-header > span[lang='ja'] {
	font-size: 1.6rem;
}

.article-header > span[lang='en'] {
	font-size: 1rem;
}

html[lang='en'] .article-header > span[lang='en'] {
	font-size: 1.8rem;
}

/* Section --------------------------------- */

.section + .section {
	margin-top: 25px;
}

.section-header {
	margin-bottom: 15px;
}

.section-header > span[lang='en'] {
	font-size: 1.8rem;
}

.section-header > span[lang='ja'] {
	font-size: 1rem;
}

.section-content > .link > a {
	font-size: 1.2rem;
}

/* Block --------------------------------- */

/* .block-lead */

.block-lead > .title {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 1.2rem;
}

html[lang='en'] .block-lead > .title {
	font-size: 1.6rem;
}

.block-lead > .txt {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 1.1rem;
	text-align: left;
}

/* .block-tabulate */

.block-tabulate {
	flex-flow: column;
}

.block-tabulate > dt,
.block-tabulate > dd {
	width: 100%;
	line-height: 1.7;
	font-size: 1rem;
}

.block-tabulate > dt:last-of-type {
	border-bottom: 0;
}

.block-tabulate > dt {
	padding: 15px 0 3px 0;
}

.block-tabulate > dd {
	padding: 0 0 15px 0;
	border-top: 0;
}

.block-tabulate .divider {
	margin: 15px 0 15px 0;
	border-top: 1px dotted #666;
}

/* .block-images */

.block-images {
	margin-bottom: -20px;
}

.block-images > li {
	display: flex;
	flex-flow: column;
	margin-bottom: 20px;
	width: calc(50% - 5px);
}

.block-images > li:nth-child(odd) {
	margin-right: 10px;
}

.block-images > li > .img {
	margin-bottom: 10px;
}

.block-images > li > .title {
	margin-bottom: 10px;
	font-size: 1rem;
}

.block-images > li > .txt {
	margin-bottom: 0;
	padding-bottom: 5px;
	height: auto;
	font-size: .9rem;
	letter-spacing: .1em;
}

.block-images > li > .links {
	flex-flow: column;
	margin-top: auto;
}

.block-images > li > .links > li:first-child {
	margin-right: 0;
}

.block-images > li > .links > li > a {
	padding-left: 8px;
	font-size: .8rem;
}

.block-images > li > .links > li > a:before {
	border-width: 4px 5px;
}

/* .block-topics */

.block-topics .date {
	width: 84px;
	font-size: 1rem;
}

.block-topics .cat {
	margin-right: 0;
	width: 76px;
	height: 26px;
	font-size: .96rem;
}

.block-topics .title {
	margin-top: 10px;
	width: 100%;
	font-size: 1.2rem;
}

.block-topics .txt {
	line-height: 1.7;
	font-size: 1rem;
}

.block-topics > li > .btn-accordion {
	flex-flow: row wrap;
	margin-bottom: 10px;
	padding: 15px 40px 0 0;
}

.block-topics > li > .btn-accordion:after {
	top: 22px;
	right: 5px;
	width: 18px;
	height: 12px;
}

.block-topics > li.active > .btn-accordion:after {
	top: 20px;
	width: 18px;
	height: 18px;
}

.block-topics > li > .accordion-content {
	margin-left: 0;
	padding-bottom: 15px;
}

/* Link --------------------------------- */

.link-b > a {
	padding-left: 12px;
	font-size: 1.1rem;
}

.link-b > a:before {
	top: -4px;
	border-width: 9px 5px;
}

/* Button --------------------------------- */

.btn {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 1.2rem;
}


/* Layout
---------------------------------------------------------- */

/* Base --------------------------------- */

#container {
	min-width: 320px;
}

#header {
	width: 100%;
	height: 55px;
}

#main {
	padding-bottom: 0;
}

#footer {
	position: static;
	padding: 35px 20px 25px 20px;
}

#footer-inner {
	width: 100%;
}

/* #header --------------------------------- */

/* #header-logo */

#header-logo {
	margin-left: 12px;
	padding-top: 10px;
}

#header-logo > a {
	width: 165px;
	height: 34px;
}

/* #header-links */

#header-links {
	display: none;
}

/* #btn-menu */

#btn-menu,
#btn-menu .icons,
#btn-menu .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}

#btn-menu {
	top: 8px;
	left: auto;
	right: 6px;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
}

#btn-menu .icons {
	display: block;
	transform: rotate(0);
	transition: all 300ms ease-out;
}

#btn-menu .icon {
	transition: all 300ms ease-out;
}

#btn-menu .icon span {
	display: block;
	position: absolute;
	left: 9px;
	width: 22px;
	height: 4px;
	background: #434343;
	border-radius: 2px;
	transform: rotate(0);
	transition: all 300ms ease-out;
}

#btn-menu .icon-top span {
	top: 20px;
	transform: translateY(-10px);
}

#btn-menu .icon-mid span {
	top: 20px;
	transform: translateY(-2px);
}

#btn-menu .icon-bot span {
	bottom: 20px;
	transform: translateY(10px);
}

.nav-active #btn-menu .icons {
	transform: rotate(90deg);
}

.nav-active #btn-menu .icon-top  {
	transform: rotate(45deg);
}

.nav-active #btn-menu .icon-mid {
	opacity: 0;
}

.nav-active #btn-menu .icon-bot  {
	transform: rotate(-45deg);
}

.nav-active #btn-menu .icon-top span {
	transform: translateY(-2px);
}

.nav-active #btn-menu .icon-bot span {
	transform: translateY(2px);
}

/* #gnav --------------------------------- */

#gnav {
	top: 55px;
	z-index: 9999;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	box-sizing: border-box;
	opacity: 0;
	transition: all 300ms linear;
}

.nav-active #gnav {
	opacity: 1;
	pointer-events: auto;
}

#gnav > #gnav-sp01 {
	display: flex;
	justify-content: center;
	padding: 10px 0 0 0;
	width: auto;
	background: #e5e5e5;
}

#gnav > #gnav-sp01 > li {
	margin: 0 3px;
	width: 147px;
	border: 0;
}

#gnav > #gnav-sp01 > li > a {
	height: 28px;
	line-height: 28px;
	border-radius: 2px;
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .1em;
	pointer-events: none;
}

.nav-active #gnav > #gnav-sp01 > li > a {
	pointer-events: auto;
}

#gnav > #gnav-sp01 > li:nth-child(1) a {
	background: #fff;
	color: #008742;
}

#gnav > #gnav-sp01 > li:nth-child(2) a {
	background: #008742;
	color: #fff;
}

#gnav > #gnav-sp02 {
	display: flex;
	padding: 18px 0;
	width: auto;
	background: #efefef;
}

#gnav > #gnav-sp02 > li {
	border: 0;
}

#gnav > #gnav-sp02 > li:nth-child(1) {
	border-right: 1px solid #666;
}

#gnav > #gnav-sp02 > li > a {
	padding: 0 6px;
	height: auto;
	line-height: 1.1;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: .1em;
	background: none;
	pointer-events: none;
}

.nav-active #gnav > #gnav-sp02 > li > a {
	pointer-events: auto;
}

#gnav > .title {
	display: block;
	padding-bottom: 10px;
	background: #efefef;
	border-bottom: 1px solid #808080;
	color: #008742;
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .1em;
}

#gnav > #gnav-sp03 {
	flex-flow: row wrap;
	justify-content: flex-start;
	padding-left: 0;
	width: 100%;
	background: #efefef;
}

#gnav > #gnav-sp03 > li {
	position: relative;
	width: 50%;
	border-right: 0;
	border-bottom: 1px solid #808080;
	box-sizing: border-box;
}

#gnav > #gnav-sp03 > li:first-child {
	border-left: 0;
}

#gnav > #gnav-sp03 > li:nth-child(odd) {
	border-right: 1px solid #808080;
}

#gnav > #gnav-sp03 > li > a {
	display: block;
	padding: 0 12px;
	width: 100%;
	height: 41px;
	line-height: 40px;
	background: #fff;
	box-sizing: border-box;
	color: #434343;
	text-align: left;
	text-decoration: none;
	letter-spacing: .15em;
	pointer-events: none;
}

.nav-active #gnav > #gnav-sp03 > li > a {
	pointer-events: auto;
}

#gnav > #gnav-sp03 > li > a:after {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 10px;
	background: url(../images/icon-arrow02-gray.svg) no-repeat left top;
	background-size: 100%;
	content: '';
	transition: all 200ms linear;
	transform-origin: 50% 50%;
	transform: translateY(-50%) rotateZ(0);
}

#gnav > #gnav-sp03 > li > a.active,
#gnav > #gnav-sp03 > li > a.current,
#gnav > #gnav-sp03 > li > a:hover,
#gnav > #gnav-sp03 > li > a:focus {
	background: #008742;
	color: #fff;
}

#gnav > #gnav-sp03 > li > a.active:after,
#gnav > #gnav-sp03 > li > a.current:after,
#gnav > #gnav-sp03 > li > a:hover:after,
#gnav > #gnav-sp03 > li > a:focus:after {
	background-image: url(../images/icon-arrow02-white.svg);
}

#gnav > #gnav-sp03 > li > a.active:after {
	transform: translateY(-50%) rotateZ(90deg);
}

#gnav > #gnav-sp03 > li > a > span[lang='ja'] {
	padding: 0;
	font-weight: 500;
	font-size: 1.1rem;
}

#gnav > #gnav-sp03 > li > a > span[lang='en'] {
	display: none;
}

html[lang='en'] #gnav > #gnav-sp03 > li > a > span[lang='en'] {
	display: block;
	padding: 0;
}

#gnav > #gnav-sp03 > li > .sub {
	position: relative;
	top: 0;
	z-index: 9997;
	padding: 0;
	max-height: 0;
	width: calc(200% + 2px);
	background: #fff;
	overflow: hidden;
	opacity: 1;
	transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955); 
}

#gnav > #gnav-sp03 > li:nth-child(even) > .sub {
	left: -100%;
}

#gnav > #gnav-sp03 > li > a.active + .sub {
	max-height: 200px;
	z-index: 9998;
}

#gnav > #gnav-sp03 > li > .sub > ul {
	justify-content: flex-start;
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #808080;
}

#gnav > #gnav-sp03 > li > .sub > ul > li {
	margin: 0;
	padding-left: 0;
	width: 50%;
	box-sizing: border-box;
}

#gnav > #gnav-sp03 > li > .sub > ul > li > a:not(.banner) {
	display: block;
	position: relative;
	padding: 5px 0 5px 24px;
	width: 100%;
	line-height: 1.4;
	box-sizing: border-box;
	color: #434343;
	font-weight: 500;
	font-size: 1.1rem;
	text-decoration: none;
	letter-spacing: .15em;
}

html[lang='en'] #gnav > #gnav-sp03 > li > .sub > ul > li > a:not(.banner) {
	font-size: 1rem;
	letter-spacing: .1em;
}

#gnav > #gnav-sp03 > li > .sub > ul > li > a:after {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 10px;
	background: url(../images/icon-arrow02-gray.svg) no-repeat left top;
	background-size: 100%;
	content: '';
	transition: all 200ms linear;
	transform-origin: 50% 50%;
	transform: translateY(-50%) rotateZ(0);
}

#gnav > #gnav-sp03 > li > .sub > ul > li > a.active:after,
#gnav > #gnav-sp03 > li > .sub > ul > li > a.current:after,
#gnav > #gnav-sp03 > li > .sub > ul > li > a:hover:after,
#gnav > #gnav-sp03 > li > .sub > ul > li > a:focus:after {
	background-image: url(../images/icon-arrow02-green.svg);
}

#gnav > #gnav-sp03 > li:last-child > .sub > ul {
	flex-flow: row nowrap;
	justify-content: center;
	padding: 15px 0;
}

#gnav > #gnav-sp03 > li:last-child > .sub > ul > li {
	margin: 0 3px;
	width: 136px;
}

#gnav > #gnav-sp03 > li:last-child > .sub > ul > li + li {
	margin-top: 0;
}

#gnav > #gnav-sp03 > li:last-child > .sub > ul > li > .banner {
	width: 136px;
}

#gnav > #gnav-sp03 > li:last-child > .sub > ul > li > a:after {
	display: none;
}

#gnav > #gnav-sp04 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	width: auto;
	background: #efefef;
}

#gnav > #gnav-sp04 > li {
	width: auto;
	line-height: 1.1;
	border: 0;
	border-left: 1px solid #434343;
}

#gnav > #gnav-sp04 > li:last-child {
	border-right: 1px solid #434343;
}

#gnav > #gnav-sp04 > li > a {
	padding: 0 5px;
	width: auto;
	height: auto;
	line-height: 1.1;
	background: none;
	font-size: 1rem;
	letter-spacing: .1em;
	pointer-events: none;
}

.nav-active #gnav > #gnav-sp04 > li > a {
	pointer-events: auto;
}


/* #main --------------------------------- */

#main-visual {
	margin-bottom: 0;
	height: auto;
	background: none !important;
}

#main-visual > .img {
	width: 100%;
}

#main-content {
	margin-bottom: 60px;
	padding-top: 20px;
}

/* #path */

#path {
	display: none;
}

/* #footer --------------------------------- */

/* #btn-pagetop */

#btn-pagetop {
	bottom: 10px;
	min-width: 320px;
	height: 50px;
}

#btn-pagetop > a {
	right: 10px;
	width: 50px;
	height: 50px;
}

/* #fnav */

#fnav {
	display: none;
}

/* #footer-banner */

#footer-banner {
	justify-content: center;
	margin-bottom: 20px;
}

#footer-banner > li:nth-child(1) {
	margin-right: 3px;
}

#footer-banner > li:nth-child(2) {
	margin-left: 3px;
}

/* #footer-contact */

#footer-contact {
	margin-bottom: 10px;
}

#footer-contact > .txt {
	margin-bottom: 5px;
	font-size: 1rem;
	text-align: center;
}

#footer-contact > .tel {
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 10px;
}

#footer-contact > .tel > .icon {
	width: 48px;
}

#footer-contact > .tel > .icon > img {
	width: 48px;
}

#footer-contact > .tel > .number  {
	margin: 0 0 5px 0;
	font-size: 2.6rem;
}

#footer-contact > .tel > .hours  {
	display: block;
	font-size: 1rem;
}

#footer-contact > .name,
#footer-contact > .address,
#footer-contact > .message {
	line-height: 2;
	text-align: center;
}

#footer-contact > .name {
	font-size: 1.1rem;
}

#footer-contact > .address {
	font-size: 1rem;
}

#footer-contact > .message {
	font-size: .8rem;
	letter-spacing: .05em;
}

/* #footer-links */

#footer-links {
	align-items: center;
	position: static;
}

#footer-links > .social {
	justify-content: center;
	margin-bottom: 15px;
}

#footer-links > .social > li,
#footer-links > .social > li + li {
	margin: 0 3px;
}

#footer-links > .logo {
	margin-bottom: 20px;
}

#footer-links > .logo > a {
	margin: 0 auto;
}

/* #copyright */

#copyright {
	font-size: .9rem;
	text-align: center;
}

}