@charset "UTF-8";
/* CSS Document */
/*----------------------------------------*/
/***** variables *****/
/*----------------------------------------*/
/***** break point *****/
/***** color *****/
/***** prefix *****/
/*----------------------------------------*/
/***** mix in *****/
/*----------------------------------------*/
/***** font *****/
/***** style *****/
/*----------------------------------------*/
/***** base *****/
/*----------------------------------------*/
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

a {
	color: inherit;
}

@media screen and (max-width: 926px) {
	.pc {
		display: none;
	}
}

.tb {
	display: none;
}

@media screen and (max-width: 926px) {
	.tb {
		display: initial;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 428px) {
	.sp {
		display: initial;
	}
}

@media screen and (min-width: 428px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*----------------------------------------*/
/***** base style *****/
/*----------------------------------------*/
span.divider {
	display: inline-block;
}

span.divider:before {
	content: '、';
	display: inline-block;
	margin: 0 0.3em 0 0;
}

@media screen and (max-width: 926px) {
	span.divider.tb {
		display: block;
	}
	span.divider.tb:before {
		display: none !important;
	}
}

@media screen and (max-width: 428px) {
	span.divider.sp {
		display: block;
	}
	span.divider.sp:before {
		display: none !important;
	}
}

#en span.divider:before {
	content: '/';
	margin-left: 0.3em;
}

.flex-link-button a, header nav .to-contact a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.underline-links {
	font-feature-settings: "palt" 1,"trad" 1;
	position: relative;
}

.underline-links a {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.underline-links span {
	display: inline-block;
	border-bottom: #A4A4A4 solid 2px;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
	padding-bottom: 0.8rem;
	position: relative;
}

.underline-links span::after {
	content: '';
	display: block;
	background-color: #1C6749;
	position: absolute;
	bottom: -2px;
	right: 0;
	height: 2px;
	width: 20%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.underline-links a:hover,
a:hover .underline-links {
	color: #1C6749;
}

.underline-links a:hover span::after,
a:hover .underline-links span::after {
	width: 100%;
}

.underline-links.align-l span {
	padding-left: 0;
	padding-right: 4.0rem;
}

.underline-links.long span {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.horizontal-underline-links > p {
	display: inline-block;
	margin-right: 30px;
}

.image-navigation-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.image-navigation-wrapper .image-navigation {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 33.33%;
	position: relative;
}

.image-navigation-wrapper .image-navigation figure {
	width: 100%;
	min-height: 200px;
	overflow: hidden;
	padding-top: 44%;
	position: relative;
}

.image-navigation-wrapper .image-navigation figure > div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.image-navigation-wrapper .image-navigation .figure-title {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	color: #FFFFFF;
}

.image-navigation-wrapper .image-navigation .figure-title h6 {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
}

.image-navigation-wrapper .image-navigation .figure-title h6::before, .image-navigation-wrapper .image-navigation .figure-title h6::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	height: 2px;
	right: 0;
	margin-top: -1px;
}

.image-navigation-wrapper .image-navigation .figure-title h6::before {
	background-color: #FFFFFF;
	width: 15%;
	z-index: 1;
}

.image-navigation-wrapper .image-navigation .figure-title h6::after {
	width: 5%;
	background-color: #1C6749;
	z-index: 2;
}

.image-navigation-wrapper .image-navigation .figure-title p {
	font-feature-settings: "palt" 1,"trad" 1;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	max-height: 0;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	line-height: 1.3em;
}

.image-navigation-wrapper .image-navigation .figure-title p:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 15px;
}

.image-navigation-wrapper .image-navigation:hover figure div {
	width: 110%;
	height: 110%;
}

.image-navigation-wrapper .image-navigation:hover .figure-title p {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	max-height: 100px;
}

.image-navigation-wrapper.with-space {
	justify-content: space-between;
}

.image-navigation-wrapper.with-space .image-navigation {
	flex-basis: 23.5%;
	flex-grow: 0;
	margin-bottom: 2%;
}

.image-navigation-wrapper.with-space .image-navigation .figure-title h6 {
	font-size: 16px;
}

.image-navigation-wrapper.with-space .image-navigation .figure-title h6::after {
	display: none;
}

.image-navigation-wrapper.with-space.companies {
	justify-content: stretch;
}

.image-navigation-wrapper.with-space.companies .image-navigation {
	flex-basis: 33.3%;
	flex-grow: 1;
	margin-bottom: 0;
}

@media screen and (max-width: 926px) {
	.image-navigation-wrapper .image-navigation {
		flex-basis: 50%;
	}
	.image-navigation-wrapper .image-navigation .figure-title h6 {
		font-size: 1.4rem;
	}
	.image-navigation-wrapper .image-navigation .figure-title h6::before, .image-navigation-wrapper .image-navigation .figure-title h6::after {
		display: none;
	}
	.image-navigation-wrapper.with-space .image-navigation {
		flex-basis: 49%;
		margin-bottom: 2%;
	}
	.image-navigation-wrapper.with-space.companies .image-navigation {
		flex-basis: 50%;
	}
}

@media screen and (max-width: 428px) {
	.image-navigation-wrapper .image-navigation .figure-title h6 {
		font-size: 1.0rem;
		line-height: 1.2em;
	}
	.image-navigation-wrapper .image-navigation .figure-title p {
		font-size: 0.9rem;
		display: none;
	}
	.image-navigation-wrapper.with-space .image-navigation {
		flex-basis: 49.5%;
		margin-bottom: 1%;
	}
}

#en .image-navigation-wrapper .image-navigation .figure-title h6 {
	min-height: 4.0em;
	line-height: 1.4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

#en .image-navigation-wrapper .image-navigation .figure-title h6::before, #en .image-navigation-wrapper .image-navigation .figure-title h6::after {
	display: none;
}

/*----------------------------------------*/
/***** table *****/
/*----------------------------------------*/
div.common-table-wrap {
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

table {
	width: 100%;
}

table caption {
	font-weight: 600;
	letter-spacing: 0;
	font-size: 16px;
	margin-bottom: 20px;
}

table th,
table td {
	padding: 15px;
	vertical-align: middle;
	line-height: 1.5em;
}

table.common-table th {
	background-color: #1C6749;
	color: #FFFFFF;
}

table.common-table th,
table.common-table td {
	border: #CCCCCC solid 1px;
}

table.common-table tbody tr:nth-of-type(2n) td {
	background-color: #F2F2F2;
}

table.list-table {
	border-top: #A3A3A3 dotted 1px;
}

table.list-table tbody tr {
	border-bottom: #A3A3A3 dotted 1px;
}

table.list-table tbody th {
	white-space: nowrap;
	width: auto;
	color: #1C6749;
}

@media screen and (max-width: 926px) {
	table.list-table tbody, table.list-table tr, table.list-table th, table.list-table td {
		display: block;
	}
	table.list-table th {
		padding-bottom: 0;
	}
}

table.forms-table tbody tr {
	border-bottom: #A3A3A3 dotted 1px;
}

table.forms-table tbody th {
	white-space: nowrap;
	width: auto;
}

table.forms-table tbody th.required:after {
	content: '必須';
	color: #EC1C24;
	display: inline-block;
	margin-left: 5px;
}

table.forms-table tbody td textarea,
table.forms-table tbody td input[type="text"],
table.forms-table tbody td input[type="email"],
table.forms-table tbody td .select-wrapper {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
}

table.forms-table tbody td .select-wrapper {
	position: relative;
}

table.forms-table tbody td .select-wrapper select {
	width: 100%;
}

table.forms-table tbody td .select-wrapper:after {
	font-family: 'Material Icons';
	content: "\e5c5";
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 30px;
	z-index: -1;
}

table.forms-table.en tbody th.required:after {
	content: 'Required';
	font-size: 11px;
}

table.forms-table + .submit-button {
	text-align: center;
	margin-top: 30px;
}

table.forms-table + .submit-button > span {
	border-bottom: #A4A4A4 solid 2px;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
	padding-bottom: 0.8rem;
	position: relative;
}

table.forms-table + .submit-button > span .ajax-loader {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 0;
}

table.forms-table + .submit-button > span::after {
	content: '';
	display: block;
	background-color: #1C6749;
	position: absolute;
	bottom: -2px;
	right: 0;
	height: 2px;
	width: 20%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

table.forms-table + .submit-button > span:hover {
	color: #1C6749;
}

table.forms-table + .submit-button > span:hover::after {
	width: 100%;
}

@media screen and (max-width: 926px) {
	table.forms-table tbody, table.forms-table tr, table.forms-table th, table.forms-table td {
		display: block;
	}
	table.forms-table th {
		padding-bottom: 0;
	}
}

table a {
	color: #1C6749;
}

table a:hover {
	text-decoration: underline;
}

/*----------------------------------------*/
/***** list *****/
/*----------------------------------------*/
.number-list-contents ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2rem;
}

.number-list-contents ol li {
	margin-bottom: 30px;
}

.number-list-contents ol li:last-of-type {
	margin-bottom: 0;
}

.number-list-contents ol dl dt {
	font-size: 18px;
}

.number-list-contents ol dl dd {
	margin-left: -2rem;
	padding-top: 10px;
	margin-top: 10px;
	border-top: rgba(0, 0, 0, 0.3) solid 2px;
}

.number-list-contents ol dl dd ul,
.number-list-contents ol dl dd ol {
	list-style-position: outside;
	margin-left: 1.5rem;
}

.number-list-contents ol dl dd ul li,
.number-list-contents ol dl dd ol li {
	margin-bottom: 0;
}

.number-list-contents ol dl dd ul {
	list-style-type: disc;
}

.number-list-contents ol dl dd ol {
	list-style-type: none;
}

.number-list-contents ol dl dd ol li {
	counter-increment: cnt;
	padding-left: 0.3rem;
	margin-bottom: 10px;
	border-bottom: rgba(0, 0, 0, 0.2) dotted 1px;
	padding-bottom: 10px;
}

.number-list-contents ol dl dd ol li:before {
	content: "(" counter(cnt) ") ";
	margin-left: -1.8rem;
}

.number-list-contents ol dl dd ol li:last-of-type {
	border-bottom: none;
}

.number-list-contents a {
	color: #1C6749;
	word-break: break-all;
}

.number-list-contents a:hover {
	text-decoration: underline;
}

/*----------------------------------------*/
/***** frame *****/
/*----------------------------------------*/
html {
	height: 100%;
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro',Osaka,'Meiryo','MS PGothic',Sans-Serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.0em;
	letter-spacing: 0.08em;
	color: #333333;
}

@media screen and (max-width: 926px) {
	html {
		line-height: 1.75em;
	}
}

body {
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
}

/*----------------------------------------*/
/***** common *****/
/*----------------------------------------*/
/***** frames->common ****/
header {
	padding-top: 95px;
}

header nav {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 999;
	padding-top: 1.0rem;
	padding-right: 1.0rem;
	padding-left: 2.3rem;
	padding-bottom: 1.0rem;
}

header nav.on-scroll {
	background-color: rgba(255, 255, 255, 0.8) !important;
}

header nav h1,
header nav .logo {
	width: 200px;
	margin-right: 1.0rem;
}

header nav.en h1,
header nav.en .logo {
	margin-top: -15px;
}

header nav #groval-nav {
	display: flex;
	align-items: center;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header nav #groval-nav > li {
	margin-left: 2.0rem;
}

header nav #groval-nav > li > a,
header nav #groval-nav > li dt {
	font-weight: 500;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	box-sizing: border-box;
	overflow: hidden;
}

header nav #groval-nav > li > a:after,
header nav #groval-nav > li dt:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #1C6749;
	bottom: 0;
	left: -100%;
	display: block;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header nav #groval-nav > li > a:hover,
header nav #groval-nav > li dt:hover {
	color: #1C6749;
}

header nav #groval-nav > li > a:hover::after,
header nav #groval-nav > li dt:hover::after {
	left: 0;
}

header nav #groval-nav > li dl {
	position: relative;
	overflow: hidden;
}

header nav #groval-nav > li dl dd {
	position: absolute;
	top: 36px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	overflow: hidden;
	padding: 10px 0 10px 0;
}

header nav #groval-nav > li dl dd ul {
	background-color: rgba(28, 103, 73, 0.8);
	position: relative;
	display: flex;
	flex-direction: column;
}

header nav #groval-nav > li dl dd ul li {
	word-break: keep-all;
	border-bottom: rgba(255, 255, 255, 0.6) solid 1px;
}

header nav #groval-nav > li dl dd ul li a {
	padding: 10px 30px;
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header nav #groval-nav > li dl dd ul li a:hover {
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
}

header nav #groval-nav > li dl dd ul li:last-of-type {
	border-bottom: none;
}

header nav #groval-nav > li dl dd ul:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid rgba(28, 103, 73, 0.8);
}

header nav #groval-nav > li dl:hover {
	overflow: visible;
}

header nav .lang-selector {
	margin-left: auto;
	margin-right: 30px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.4em;
}

header nav .lang-selector li a {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header nav .lang-selector li a:hover {
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
}

header nav .lang-selector li + li {
	margin-left: 0.8rem;
	padding-left: 0.8rem;
	border-left: #333333 solid 1px;
}

header nav .lang-selector li.active a {
	border-bottom: #333333 solid 2px;
}

header nav .to-contact {
	width: 65px;
	height: 65px;
	background-color: #1C6749;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header nav .to-contact img {
	width: 28px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header nav .to-contact:hover {
	background-color: #17533b;
}

header nav .to-contact:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

header nav .sp-menu {
	z-index: 999;
	position: fixed;
	right: 0px;
	top: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 50px;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	cursor: pointer;
	padding: 10px 0;
}

header nav .sp-menu .sp-menu-bar {
	width: 18px;
	height: 2px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header nav .sp-menu:hover .sp-menu-bar {
	width: 24px;
}

header nav .sp-menu.open .sp-menu-bar {
	width: 30px;
}

header nav .sp-menu.open .sp-menu-bar:nth-of-type(1) {
	transform-origin: 6px 6px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

header nav .sp-menu.open .sp-menu-bar:nth-of-type(2) {
	background-color: transparent;
}

header nav .sp-menu.open .sp-menu-bar:nth-of-type(3) {
	transform-origin: 6px -4px 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .main-image {
	height: 240px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

header .main-image h1 {
	display: inline-block;
	background-color: #1C6749;
	color: #FFFFFF;
	font-size: 2.0rem;
	padding: 40px 35px;
	margin-bottom: -40px;
	text-align: center;
	font-feature-settings: "palt" 1,"trad" 1;
}

header .main-image h1 span {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.12em;
	font-feature-settings: "palt" 1,"trad" 1;
	display: block;
	margin-bottom: 1.0em;
}

header .pankuzu {
	max-width: 1120px;
	display: flex;
	margin: -35px auto 0 auto;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

header .pankuzu li {
	height: 30px;
	line-height: 30px;
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

header .pankuzu li a {
	color: #9A9A9A;
	vertical-align: top;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header .pankuzu li a > span {
	line-height: inherit;
}

header .pankuzu li a:hover {
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
}

header .pankuzu li:after {
	font-family: 'Material Icons';
	content: "\e5cc";
	vertical-align: text-bottom;
	margin: 0 12.5px;
	color: #9A9A9A;
}

header .pankuzu li:last-of-type:after {
	display: none;
}

header .pankuzu.en {
	margin-top: 0;
	justify-content: center;
}

@media screen and (max-width: 926px) {
	header {
		padding-top: 50px;
	}
	header nav {
		display: block;
		height: 50px;
		padding: 0;
	}
	header nav #groval-nav {
		display: none;
	}
	header nav .lang-selector {
		position: fixed;
		right: 80px;
		top: 12px;
	}
	header nav .lang-selector li {
		margin: 0;
		padding: 0;
	}
	header nav .lang-selector li.active {
		display: none;
	}
	header nav .lang-selector li + li {
		border: 0 none;
		margin: 0;
		padding: 0;
	}
	header nav h1,
	header nav .logo {
		padding-top: 5px;
		padding-left: 5px;
		width: 140px;
	}
	header nav.en h1,
	header nav.en .logo {
		margin-top: 0;
	}
	header nav .to-contact {
		position: fixed;
		right: 50px;
		top: 0;
		width: 50px;
		height: 50px;
		margin-left: auto;
		z-index: 999;
	}
	header nav .sp-menu {
		display: flex;
	}
	header .main-image {
		height: 180px;
	}
	header .main-image h1 {
		padding: 30px 20px;
		font-size: 1.7rem;
	}
	header .main-image h1 span {
		margin-bottom: 0.75rem;
	}
	header .pankuzu {
		margin-top: 0;
		justify-content: center;
	}
}

@media screen and (max-width: 428px) {
	header .main-image {
		height: 140px;
	}
	header .main-image h1 {
		padding: 20px;
		font-size: 1.4rem;
	}
	header .main-image h1 span {
		margin-bottom: 0.5rem;
	}
	header .pankuzu li:after {
		margin: 0 8px;
	}
}

#sp-menu {
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	position: fixed;
	z-index: 998;
	top: -100%;
	left: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#sp-menu.open {
	top: 0;
}

#sp-menu.open + header nav {
	background-color: transparent !important;
}

#sp-menu.open + header nav .logo, #sp-menu.open + header nav h1 {
	display: none;
}

#sp-menu .sp-menu-inner {
	margin: 80px 10px;
}

#sp-menu .sp-menu-inner dl {
	border-color: rgba(255, 255, 255, 0.4);
	border-style: solid;
	border-top-width: 1px;
	width: 100%;
	color: #FFFFFF;
}

#sp-menu .sp-menu-inner dl dt {
	border-bottom-width: 1px;
	border-style: inherit;
	border-color: inherit;
	position: relative;
}

#sp-menu .sp-menu-inner dl dt span.expand {
	width: 15px;
	height: 15px;
	border-color: #FFFFFF;
	border-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	display: block;
	position: absolute;
	right: 10px;
	top: 25%;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sp-menu .sp-menu-inner dl dt.open span.expand {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 40%;
}

#sp-menu .sp-menu-inner dl dt.open + dd {
	max-height: 400px;
}

#sp-menu .sp-menu-inner dl dt a {
	padding: 10px 15px;
	display: block;
	width: calc(100% - 35px);
	height: 100%;
}

#sp-menu .sp-menu-inner dl dd {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	max-height: 0;
	overflow: hidden;
	padding-left: 30px;
}

#sp-menu .sp-menu-inner dl dd ul {
	padding: 20px 0 10px 0;
	border-bottom: rgba(255, 255, 255, 0.4) solid 1px;
}

#sp-menu .sp-menu-inner dl dd ul li a {
	padding: 5px 0;
	display: block;
	width: 100%;
	height: 100%;
}

#sp-menu .sp-menu-inner .sp-menu-logo {
	text-align: center;
	color: #FFFFFF;
	padding: 30px 0 0 0;
}

#sp-menu .sp-menu-inner .sp-menu-logo img {
	width: 200px;
}

#sp-menu .sp-menu-inner .sp-menu-logo address {
	font-feature-settings: "palt" 1,"trad" 1;
	letter-spacing: 0.06rem;
	line-height: 25px;
	margin-top: 20px;
}

#sp-menu .sp-menu-inner .lang-selector {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.4em;
	justify-content: center;
}

#sp-menu .sp-menu-inner .lang-selector li a {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#sp-menu .sp-menu-inner .lang-selector li a:hover {
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
}

#sp-menu .sp-menu-inner .lang-selector li + li {
	margin-left: 0.8rem;
	padding-left: 0.8rem;
	border-left: #FFFFFF solid 1px;
}

#sp-menu .sp-menu-inner .lang-selector li.active a {
	border-bottom: #FFFFFF solid 2px;
}

#sp-menu .sp-menu-inner .sns-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

#sp-menu .sp-menu-inner .sns-icons li {
	width: 33px;
	margin: 0 10px;
}

#sp-menu .sp-menu-inner .sns-icons li a img {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#sp-menu .sp-menu-inner .sns-icons li a:hover img {
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}

main section {
	margin-left: auto;
	margin-right: auto;
}

main section.long-contents-container {
	max-width: 1120px;
}

main section.long-contents-container .scrolling-x figure {
	width: 1120px;
}

main section.base-contents-container {
	max-width: 1040px;
}

main section.base-contents-container .scrolling-x figure {
	width: 1040px;
}

main section.min-contents-container {
	max-width: 960px;
}

main section.min-contents-container .scrolling-x figure {
	width: 960px;
}

main section.greeting-contents-container {
	max-width: 760px;
}

main section.greeting-contents-container .section-title p {
	text-align: left;
}

main section .scrolling-x {
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

main section .single-column-contents figure {
	margin-bottom: 60px;
}

main section .double-column-contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

main section .double-column-contents > * {
	width: 48%;
}

main section .double-column-contents.image-right {
	flex-direction: row-reverse;
}

main section .triple-column-contents {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0;
}

main section .triple-column-contents > * {
	width: 32%;
	margin-bottom: 50px;
}

main section .quad-column-contents {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0;
}

main section .quad-column-contents > * {
	flex-basis: 23.5%;
	margin-bottom: 2%;
}

main section .quad-column-contents.narrow > * {
	flex-basis: 24.5%;
}

main section .full-size-yt-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

main section .full-size-yt-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 926px) {
	main section .single-column-contents figure {
		margin-bottom: 30px;
	}
	main section .double-column-contents > * {
		flex-basis: 100%;
	}
	main section .double-column-contents > *:first-child {
		margin-bottom: 15px;
	}
	main section .triple-column-contents > * {
		flex-basis: 48%;
		margin-bottom: 4%;
	}
	main section .triple-column-contents > * > *:first-child {
		margin-bottom: 10px;
	}
	main section .quad-column-contents > * {
		flex-basis: 48% !important;
		margin-bottom: 4%;
	}
}

@media screen and (max-width: 428px) {
	main section .single-column-contents figure {
		margin-bottom: 20px;
	}
	main section .triple-column-contents > * {
		flex-basis: 100%;
	}
	main section .quad-column-contents > * {
		flex-basis: 100% !important;
	}
}

main article {
	padding: 85px 0;
}

main article section {
	margin-bottom: 80px;
}

main article section:last-of-type {
	margin-bottom: 0;
}

main article section.not-found {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 50px;
}

main article section.not-found > p:first-of-type {
	margin-bottom: 50px;
	text-align: center;
}

main article section div.section-title p {
	text-align: center;
}

main article section h2 {
	text-align: center;
	font-size: 2.0rem;
	line-height: 2.0em;
	font-feature-settings: "palt" 1,"trad" 1;
}

main article section h2 span {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.12em;
	font-feature-settings: "palt" 1,"trad" 1;
	margin-bottom: 15px;
	color: #1C6749;
	display: block;
}

main article section h2 + p {
	margin-top: 30px;
	text-align: center;
}

main article section h3 {
	color: #1C6749;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	margin-bottom: 1.3em;
	font-feature-settings: "palt" 1,"trad" 1;
}

main article section h4 {
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-bottom: 30px;
}

main article section h5 {
	font-size: 1.06rem;
	color: #1C6749;
	margin-bottom: 15px;
	font-weight: 600;
}

main article section p {
	line-height: 1.8em;
}

main article section figcaption {
	color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1.8em;
	margin-top: 1.0em;
}

main article section > div {
	margin-bottom: 50px;
}

main article section > div:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 926px) {
	main article section p {
		line-height: 1.5em;
	}
	main article section > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 428px) {
	main article section div.section-title p {
		text-align: left;
	}
	main article section h2 {
		font-size: 1.5rem;
	}
	main article section h2 + p {
		text-align: left;
	}
}

@media screen and (max-width: 926px) {
	main article {
		padding: 60px 0;
	}
}

@media screen and (max-width: 428px) {
	main article {
		padding: 30px 0;
	}
}

footer {
	background-color: #FFFFFF;
}

footer .foot-top {
	background-color: #333333;
	color: #FFFFFF;
	padding: 80px 0 75px 0;
	position: relative;
}

footer .foot-top .foot-nav {
	display: flex;
	flex-wrap: wrap;
	border-left: #FFFFFF solid 1px;
	max-width: 1040px;
	margin: 0 auto;
}

footer .foot-top .foot-nav div {
	flex-basis: 25%;
	flex-grow: 1;
	border-right: #FFFFFF solid 1px;
	text-align: center;
}

footer .foot-top .foot-nav dl {
	letter-spacing: 0;
	line-height: 36px;
	display: inline-block;
	text-align: left;
}

footer .foot-top .foot-nav dl dd {
	font-feature-settings: "palt" 1,"trad" 1;
	font-size: 15px;
	color: #BEBEBE;
	padding-left: 0.5rem;
}

footer .foot-top .foot-nav dl dd:before {
	content: '';
	width: 0.3rem;
	height: 1px;
	background-color: #BEBEBE;
	display: inline-block;
	margin-right: 0.5rem;
	vertical-align: middle;
}

footer .foot-top .foot-nav a:hover {
	text-decoration: underline;
}

footer .foot-top .to-top {
	position: absolute;
	top: 45px;
	right: -45px;
	width: 150px;
	height: 60px;
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

footer .foot-top .to-top p {
	color: #FFFFFF;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.12em;
	font-feature-settings: "palt" 1,"trad" 1;
	font-size: 15px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1C6749;
	line-height: 60px;
	padding-left: 70px;
	position: relative;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

footer .foot-top .to-top p:before {
	content: '';
	height: 1px;
	width: 40px;
	background-color: #FFFFFF;
	top: 50%;
	left: 0;
	display: block;
	position: absolute;
}

footer .foot-top .to-top p:hover {
	padding-left: 60px;
	background-color: #17533b;
}

footer .foot-bottom {
	text-align: center;
	padding-top: 25px;
}

footer .foot-bottom .foot-corp-logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}

footer .foot-bottom .foot-corp-logo .foot-image a img {
	width: 40px;
}

footer .foot-bottom .foot-corp-logo .foot-image img {
	width: 240px;
}

footer .foot-bottom .foot-corp-logo .foot-image--top img {
	width: 200px;
}

footer .foot-bottom .foot-corp-logo .foot-tel address {
	font-feature-settings: "palt" 1,"trad" 1;
	text-align: left;
	letter-spacing: 0.06rem;
	line-height: 25px;
	margin-left: 30px;
}

footer .foot-bottom .foot-lang-selector {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	font-size: 16px;
	line-height: 1.4em;
}

footer .foot-bottom .foot-lang-selector li + li {
	margin-left: 0.8rem;
	padding-left: 0.8rem;
	border-left: #333333 solid 1px;
}

footer .foot-bottom .foot-lang-selector li.active a {
	border-bottom: #333333 solid 2px;
}

footer .foot-bottom .foot-sns-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

footer .foot-bottom .foot-sns-icons li {
	width: 35px;
	margin: 0 15px;
}

footer .foot-bottom .foot-sns-icons li a img {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

footer .foot-bottom .foot-sns-icons li a:hover img {
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}

footer .foot-bottom .copyright {
	font-size: 12px;
	color: #808080;
	padding-bottom: 15px;
}

@media screen and (max-width: 926px) {
	footer .foot-top {
		padding: 50px 0;
	}
	footer .foot-top .foot-nav {
		border-left: none;
	}
	footer .foot-top .foot-nav div {
		flex-basis: 50%;
		border-right: none;
		text-align: left;
		padding-left: 20px;
	}
	footer .foot-bottom .foot-corp-logo .foot-tel {
		margin-top: 10px;
	}
	footer .foot-bottom .foot-corp-logo .foot-tel address {
		text-align: center;
		margin-left: 0;
	}
}

@media screen and (max-width: 428px) {
	footer .foot-top .to-top {
		display: none;
	}
	footer .foot-top .foot-nav dl dd {
		padding-left: 0;
	}
}

#cookie-information {
	position: fixed;
	bottom: -400px;
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index: 997;
}

#cookie-information .cookie-information-inner {
	max-width: 1120px;
	margin: 0 auto;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

#cookie-information .cookie-information-inner p.cookie-information-inner-text {
	flex-grow: 1;
	padding-right: 30px;
	font-weight: 400;
	line-height: 1.2em;
	font-size: 14px;
}

#cookie-information .cookie-information-inner p.cookie-information-inner-text a {
	text-decoration: underline;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#cookie-information .cookie-information-inner p.cookie-information-inner-text a:hover {
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
}

#cookie-information .cookie-information-inner p.agreement-button {
	background-color: #FFFFFF;
	word-break: keep-all;
	color: #333333;
	font-feature-settings: "palt" 1,"trad" 1;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#cookie-information .cookie-information-inner p.agreement-button:hover {
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
}

@media screen and (max-width: 926px) {
	#cookie-information .cookie-information-inner p.cookie-information-inner-text {
		padding-right: 20px;
	}
}

@media screen and (max-width: 428px) {
	#cookie-information .cookie-information-inner {
		flex-direction: column;
	}
	#cookie-information .cookie-information-inner p.cookie-information-inner-text {
		padding-right: 0;
		margin-bottom: 20px;
	}
}

@media print {
	nav,
	#sp-menu,
	#cookie-information {
		display: none !important;
	}
}

.post-password-form input[type="password"] {
	border: 1px solid #ccc;
}

.post-password-form input[type="submit"] {
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 0 5px;
	transition: all .3s ease;
}

.post-password-form input[type="submit"]:hover {
	background-color: #1C6749;
	color: #fff;
}

/*# sourceMappingURL=common.css.map */