@charset "UTF-8";

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	/* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
	width: auto;
	max-width: 100%;
	/* Not required for horizontal scroll to trigger */
	max-height: 100%;
	/* Needed for vertical scroll to trigger */
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: black;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	/* When hovered, remove all transitions from drag handle */
	opacity: 0.5;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.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%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.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-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

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

@-webkit-keyframes scroll-hint-appear {
	0% {
		transform: translateX(40px);
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	50%,
	100% {
		transform: translateX(-40px);
		opacity: 0;
	}
}

@keyframes scroll-hint-appear {
	0% {
		transform: translateX(40px);
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	50%,
	100% {
		transform: translateX(-40px);
		opacity: 0;
	}
}

.scroll-hint.is-right-scrollable {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
	position: absolute;
	top: 150px;
	left: calc(50% - 34px);
	box-sizing: border-box;
	width: 68px;
	height: 68px;
	border-radius: 5px;
	transition: opacity 0.3s;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 13px 17px;
}

.scroll-hint-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	pointer-events: none;
}

.scroll-hint-text {
	font-size: 10px;
	color: #fff;
	margin-top: 5px;
	display: none;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
	opacity: 1;
}

.scroll-hint-icon:before {
	display: inline-block;
	width: 33px;
	height: 43px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/ja/assets/img/all/ico_touchscroll.svg");
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
	opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
	-webkit-animation: scroll-hint-appear 1.2s linear;
	animation: scroll-hint-appear 1.2s linear;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
}

.scroll-hint-icon-white {
	background-color: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
	color: #000;
}

@-webkit-keyframes modal-video {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes modal-video {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.ytube {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.ytube iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.ytube a {
	/* lityを動かすためにiframeを覆う */
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*SPサイズ変換------------------------*/
/* -------- reset -------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
hr,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	letter-spacing: 0.06em;
}

p {
	letter-spacing: 0.06em;
}

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

body {
	-webkit-text-size-adjust: 100%;
	/* for iOS, Android */
}

li {
	list-style: none;
}

a,
button {
	outline: none;
	-webkit-tap-highlight-color: transparent;
	/* for iOS, Android */
}

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

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

caption,
th {
	text-align: left;
}

button {
	padding: 0;
	border-style: none;
	border-radius: 0;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
}

input,
select,
textarea {
	padding: 0;
	border-style: none;
	border-radius: 0;
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	line-height: 1;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
}

.ast {
	font-family: sans-serif;
}

@media screen and (max-width: 640px) {
	body {
		font-size: 1.5rem;
	}
}

body {
	position: relative;
	color: #333;
	background-color: #fff;
	min-width: 1000px;
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.3;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
	body {
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	body a:focus-visible {
		outline: 1px solid -webkit-focus-ring-color;
		outline-offset: 0;
	}
}

body .skip-link {
	position: absolute;
	top: 10px;
	z-index: -1;
	margin-left: 7px;
	padding: 7px 8px 7px 8px;
	background-color: #fff;
	border: 1px solid #007a46;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	color: #007a46;
}

body .skip-link[tabindex="0"] {
	z-index: 1000;
	visibility: visible;
	opacity: 1;
}

a {
	text-decoration: none;
	color: #333;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #007a46;
}

a:active {
	text-decoration: none;
	color: #007a46;
}

strong,
em,
b {
	font-weight: 700;
	font-style: normal;
}

@media screen and (min-width: 641px) {
	.pc-hidden {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.sp-hidden {
		display: none;
	}
}

.global-container {
	position: relative;
	width: 100%;
	padding-top: 110px;
}

.hide-bg-pagetop ~ .global-container {
	padding-top: 0;
}

@media screen and (max-width: 640px) {
	body {
		min-width: 0;
	}

	.global-container {
		padding-top: 100px;
	}

	.hide-bg-pagetop ~ .global-container {
		padding-top: 0;
	}
}

*:focus-visible {
	outline: 1px auto #000 !important;
}

.lity {
	position: fixed;
	z-index: 9990;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	outline: 0 !important;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.75);
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	box-sizing: border-box;
}

.lity-wrap {
	position: fixed;
	z-index: 9990;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	outline: 0 !important;
	text-align: center;
}

.lity-wrap:before {
	display: inline-block;
	content: "";
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle;
}

.lity-loader {
	position: absolute;
	z-index: 9991;
	top: 50%;
	width: 100%;
	margin-top: -0.8em;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	display: inline-block;
	position: relative;
	z-index: 9992;
	max-width: 100%;
	max-height: 100%;
	outline: 0 !important;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
}

.lity-content {
	z-index: 9993;
	width: 100%;
	transition: transform 0.3s ease;
	transform: scale(1);
}

.lity-closed .lity-content,
.lity-loading .lity-content {
	transform: scale(0.8);
}

/*
.lity-content:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
*/
.lity-close {
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	top: -37px;
	right: 0;
	background-image: url(/ja/assets/img/all/ico_close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.lity-close {
		width: 5.06667vw;
		height: 5.06667vw;
	}
}

.lity-close::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
}

.lity-close:active {
  top: 1px;
}*/
.lity-image img {
	display: block;
	max-width: 100%;
	border: 0;
	line-height: 0;
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	transform: translateZ(0);
	pointer-events: auto;
}

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

.lity-hide {
	display: none;
}

.lity-close {
	display: none;
}

.modal__movie {
	width: 100%;
	margin: auto;
}

.modal__movie--inner {
	position: relative;
	overflow: auto;
	width: 100%;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.modal__movie--inner {
		max-width: 1100px;
		padding: 80px 50px;
	}
}

@media screen and (max-width: 767px) {
	.modal__movie--inner {
		height: 100vh;
		padding: 50px 15px 70px;
	}
}

.modal__movie--inner .lity-close {
	display: block;
	position: absolute;
	transition-duration: 0.5s;
}

.modal__movie--iframe {
	position: relative;
	max-height: 80vh;
	margin: auto;
	padding-top: 56.25%;
}

@media screen and (min-width: 768px) {
	.modal__movie--iframe {
		margin: 0 auto 40px;
	}
}

@media screen and (max-width: 767px) {
	.modal__movie--iframe {
		margin: 0 auto 20px;
	}
}

.modal__movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.modal__movie--title {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.modal__movie--title {
		margin-bottom: 20px;
		font-size: 23px;
	}
}

@media screen and (max-width: 767px) {
	.modal__movie--title {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

.modal__movie--text {
	color: #fff;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.modal__movie--text {
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {
	.modal__movie--text {
		font-size: 14px;
	}
}

.modal__movie--link p + p {
	margin-top: 5px;
}

.modal__movie--link a {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.modal__movie--link a {
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.modal__movie--link a {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.modal__movie--link a:hover {
		text-decoration: underline;
	}
}

.lity-content {
	overflow: auto;
	width: 100vw;
	height: 100%;
	transform: none;
}

.modal_movie {
	width: 100%;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.modal__movie--inner {
		max-width: 1100px;
		padding: 80px 50px;
	}
}

@media screen and (min-width: 768px) {
	.modal__movie--iframe {
		margin: 0 auto 40px;
	}
}

.modal__movie--iframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.modal__movie--iframe iframe {
		position: relative;
		height: calc((100vw - 40px) / 16 * 9);
	}
}

@media screen and (min-width: 768px) {
	.modal__movie--title {
		margin-bottom: 20px;
		font-size: 23px;
	}
}

.lity-close {
	font-size: 0;
}

@media screen and (min-width: 768px) {
	.lity-close {
		width: 27px;
		height: 27px;
		margin: 77px 50px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.lity-close {
		width: 19px;
		height: 19px;
		margin: 68vw 4vw 0 0;
	}
}

/*
.lity-close::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 2px;
  background-color: #c9c9c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .lity-close::before {
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .lity-close::before {
    height: 25px;
  }
}

.lity-close::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 2px;
  background-color: #c9c9c9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .lity-close::after {
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .lity-close::after {
    height: 25px;
  }
}

.lity-close:hover {
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .lity-close:hover {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .lity-close:hover {
    width: 25px;
    height: 25px;
  }
}

.lity-close:hover::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 2px;
  background-color: #c9c9c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .lity-close:hover::before {
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .lity-close:hover::before {
    height: 25px;
  }
}

.lity-close:hover::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 2px;
  background-color: #c9c9c9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .lity-close:hover::after {
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .lity-close:hover::after {
    height: 25px;
  }
}*/
[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	/* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
	width: auto;
	max-width: 100%;
	/* Not required for horizontal scroll to trigger */
	max-height: 100%;
	/* Needed for vertical scroll to trigger */
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: black;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	/* When hovered, remove all transitions from drag handle */
	opacity: 0.5;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

/* simple bar */
.simplebar-track.simplebar-horizontal {
	right: 110px;
	height: 7px;
	border-radius: 3.5px;
	background-color: #ebebeb;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	top: 0;
	height: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
	left: 0;
	right: 0;
	background-color: #008051;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible:before {
	opacity: 1;
}

@media screen and (max-width: 640px) {
	.simplebar-wrapper {
		padding-bottom: calc(4.6vw + 3px);
	}

	.first-view .simplebar-wrapper {
		padding-bottom: calc(4.6vw + 6px);
	}

	.simplebar-track.simplebar-horizontal {
		right: 4.6vw;
		height: 6px;
	}
}

@-webkit-keyframes arrowSlide {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	50.0% {
		transform: translate3d(60%, 0, 0);
		opacity: 0;
	}

	50.1% {
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes arrowSlide {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	50.0% {
		transform: translate3d(60%, 0, 0);
		opacity: 0;
	}

	50.1% {
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes iconSlide {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	50.0% {
		transform: translate3d(0, 30%, 0);
		opacity: 0;
	}

	50.1% {
		transform: translate3d(0, -30%, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes iconSlide {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	50.0% {
		transform: translate3d(0, 60%, 0);
		opacity: 0;
	}

	50.1% {
		transform: translate3d(0, -60%, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes bounceAlpha {
	0% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}

	25% {
		opacity: 0;
		transform: translateX(5px) scale(0.9);
	}

	26% {
		opacity: 0;
		transform: translateX(-5px) scale(0.9);
	}

	55% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@keyframes bounceAlpha {
	0% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}

	25% {
		opacity: 0;
		transform: translateX(5px) scale(0.9);
	}

	26% {
		opacity: 0;
		transform: translateX(-5px) scale(0.9);
	}

	55% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@-webkit-keyframes bounceBeta {
	0% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	25% {
		opacity: 0;
		transform: translateY(5px) scale(0.9);
	}

	26% {
		opacity: 0;
		transform: translateY(-5px) scale(0.9);
	}

	55% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes bounceBeta {
	0% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	25% {
		opacity: 0;
		transform: translateY(5px) scale(0.9);
	}

	26% {
		opacity: 0;
		transform: translateY(-5px) scale(0.9);
	}

	55% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@-webkit-keyframes blankMove {
	0% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(8px, -8px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes blankMove {
	0% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(8px, -8px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

/* -------- basics -------- */
@font-face {
	font-family: "YakuHanJPs_Noto";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Thin.eot);
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Thin.woff2) format("woff2"), url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Thin.woff) format("woff");
	unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanJPs_Noto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Light.eot);
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Light.woff2) format("woff2"), url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Light.woff) format("woff");
	unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanJPs_Noto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Regular.eot);
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Regular.woff2) format("woff2"), url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Regular.woff) format("woff");
	unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanJPs_Noto";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Medium.eot);
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Medium.woff2) format("woff2"), url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Medium.woff) format("woff");
	unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanJPs_Noto";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Bold.eot);
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Bold.woff2) format("woff2"), url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Bold.woff) format("woff");
	unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanJPs_Noto";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Black.eot);
	src: url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Black.woff2) format("woff2"), url(/ja/assets/font/YakuHanJPs/YakuHanJPs-Black.woff) format("woff");
	unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanMPs_Noto";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-ExtraLight.eot);
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-ExtraLight.woff2) format("woff2"), url(/ja/assets/font/YakuHanMPs/YakuHanMPs-ExtraLight.woff) format("woff");
	unicode-range: U+300a-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanMPs_Noto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Light.eot);
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Light.woff2) format("woff2"), url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Light.woff) format("woff");
	unicode-range: U+300a-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanMPs_Noto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Regular.eot);
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Regular.woff2) format("woff2"), url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Regular.woff) format("woff");
	unicode-range: U+300a-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanMPs_Noto";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Medium.eot);
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Medium.woff2) format("woff2"), url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Medium.woff) format("woff");
	unicode-range: U+300a-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanMPs_Noto";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-SemiBold.eot);
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-SemiBold.woff2) format("woff2"), url(/ja/assets/font/YakuHanMPs/YakuHanMPs-SemiBold.woff) format("woff");
	unicode-range: U+300a-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanMPs_Noto";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Bold.eot);
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Bold.woff2) format("woff2"), url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Bold.woff) format("woff");
	unicode-range: U+300a-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
	font-family: "YakuHanMPs_Noto";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Black.eot);
	src: url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Black.woff2) format("woff2"), url(/ja/assets/font/YakuHanMPs/YakuHanMPs-Black.woff) format("woff");
	unicode-range: U+300a-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

/* jost-regular - latin */
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 400;
	src: url("/ja/assets/font/Jost/jost-v12-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("/ja/assets/font/Jost/jost-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("/ja/assets/font/Jost/jost-v12-latin-regular.woff2") format("woff2"), url("/ja/assets/font/Jost/jost-v12-latin-regular.woff") format("woff"), url("/ja/assets/font/Jost/jost-v12-latin-regular.ttf") format("truetype"), url("/ja/assets/font/Jost/jost-v12-latin-regular.svg#Jost") format("svg");
	/* Legacy iOS */
}

/* jost-500 - latin */
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 500;
	src: url("/ja/assets/font/Jost/jost-v12-latin-500.eot");
	/* IE9 Compat Modes */
	src: local(""), url("/ja/assets/font/Jost/jost-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("/ja/assets/font/Jost/jost-v12-latin-500.woff2") format("woff2"), url("/ja/assets/font/Jost/jost-v12-latin-500.woff") format("woff"), url("/ja/assets/font/Jost/jost-v12-latin-500.ttf") format("truetype"), url("/ja/assets/font/Jost/jost-v12-latin-500.svg#Jost") format("svg");
	/* Legacy iOS */
}

/* jost-700 - latin */
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 700;
	src: url("/ja/assets/font/Jost/jost-v12-latin-700.eot");
	/* IE9 Compat Modes */
	src: local(""), url("/ja/assets/font/Jost/jost-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("/ja/assets/font/Jost/jost-v12-latin-700.woff2") format("woff2"), url("/ja/assets/font/Jost/jost-v12-latin-700.woff") format("woff"), url("/ja/assets/font/Jost/jost-v12-latin-700.ttf") format("truetype"), url("/ja/assets/font/Jost/jost-v12-latin-700.svg#Jost") format("svg");
	/* Legacy iOS */
}

/* jost-italic - latin */
@font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 400;
	src: url("/ja/assets/font/Jost/jost-v12-latin-italic.eot");
	/* IE9 Compat Modes */
	src: local(""), url("/ja/assets/font/Jost/jost-v12-latin-italic.eot?#iefix") format("embedded-opentype"), url("/ja/assets/font/Jost/jost-v12-latin-italic.woff2") format("woff2"), url("/ja/assets/font/Jost/jost-v12-latin-italic.woff") format("woff"), url("/ja/assets/font/Jost/jost-v12-latin-italic.ttf") format("truetype"), url("/ja/assets/font/Jost/jost-v12-latin-italic.svg#Jost") format("svg");
	/* Legacy iOS */
}

/* jost-500italic - latin */
@font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 500;
	src: url("/ja/assets/font/Jost/jost-v12-latin-500italic.eot");
	/* IE9 Compat Modes */
	src: local(""), url("/ja/assets/font/Jost/jost-v12-latin-500italic.eot?#iefix") format("embedded-opentype"), url("/ja/assets/font/Jost/jost-v12-latin-500italic.woff2") format("woff2"), url("/ja/assets/font/Jost/jost-v12-latin-500italic.woff") format("woff"), url("/ja/assets/font/Jost/jost-v12-latin-500italic.ttf") format("truetype"), url("/ja/assets/font/Jost/jost-v12-latin-500italic.svg#Jost") format("svg");
	/* Legacy iOS */
}

/* jost-700italic - latin */
@font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 700;
	src: url("/ja/assets/font/Jost/jost-v12-latin-700italic.eot");
	/* IE9 Compat Modes */
	src: local(""), url("/ja/assets/font/Jost/jost-v12-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/ja/assets/font/Jost/jost-v12-latin-700italic.woff2") format("woff2"), url("/ja/assets/font/Jost/jost-v12-latin-700italic.woff") format("woff"), url("/ja/assets/font/Jost/jost-v12-latin-700italic.ttf") format("truetype"), url("/ja/assets/font/Jost/jost-v12-latin-700italic.svg#Jost") format("svg");
	/* Legacy iOS */
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("/ja/assets/font/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("/ja/assets/font/NotoSansJP/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("/ja/assets/font/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("/ja/assets/font/NotoSansJP/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("/ja/assets/font/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("/ja/assets/font/NotoSansJP/NotoSansJP-Bold.ttf") format("truetype");
}

/*-- 背景 --*/
/*-- アイコン --*/
@media screen and (max-width: 767px) {
	.pcOnly {
		display: none !important;
	}
}

@media print, screen and (min-width: 768px) {
	.spOnly {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	section.bg-for-bc {
		height: 150px;
		background-color: #ffffff;
		margin-top: 0px;
		z-index: 0;
		position: absolute;
		top: 12px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.breadcrumb-wrapper {
		background-color: #f3f8f6;
		padding: 5.33333vw;
	}
}

.breadcrumb {
	display: flex;
	align-items: center;
}

@media print, screen and (min-width: 768px) {
	.breadcrumb {
		top: 130px;
		left: 0;
		right: 0;
		min-width: 1000px;
		padding: 0 20px;
		justify-content: flex-end;
		flex-wrap: wrap;
		margin: 0 auto;
		position: absolute;
		max-width: 1240px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.breadcrumb {
		display: block;
		flex-wrap: wrap;
	}
}

.breadcrumb > li {
	position: relative;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.breadcrumb > li {
		display: inline-flex;
	}
}

.breadcrumb > li a {
	color: #555;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.breadcrumb > li a {
		font-size: 3.2vw;
		display: inline;
	}
}

.breadcrumb > li:last-child a {
	/* pointer-events: none; */
	color: #888;
}

.breadcrumb > li:not(:last-child) {
	margin-right: 12px;
}

@media screen and (max-width: 767px) {
	.breadcrumb > li:not(:last-child) {
		margin-right: 2.13333vw;
	}
}

.breadcrumb > li:not(:last-child):after {
	content: "";
	display: inline-block;
	background-image: url(/ja/assets/img/all/ico_arrow-breadcrumb.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 5px;
	height: 7px;
	margin-left: 12px;
}

@media screen and (max-width: 767px) {
	.breadcrumb > li:not(:last-child):after {
		width: 1.33333vw;
		height: 1.86667vw;
		margin-left: 2.13333vw;
	}
}

.pattern-label {
	position: absolute;
	background-color: red;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	line-height: 1;
	top: 0;
	left: -100px;
	width: 90px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.pattern-label {
		display: none;
	}
}

.module-wrap {
	padding: 10px 10px 4px;
	border-radius: 10px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
	margin-top: 30px;
}

.module-wrap .mod-h5 {
	margin-top: 0 !important;
}

pre {
	font-family: "Yu Gothic Medium";
	display: block;
	background: #212835;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 24px;
	padding: 36px 10px 10px 10px;
	position: relative;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
	margin-top: 20px;
}

pre.html::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 7px 8px 4px 11px;
	font-size: 13px;
	font-weight: bold;
	content: "HTML";
	background: #e44d26;
}

pre code {
	display: block;
	font-family: "Yu Gothic Medium";
	color: #fff;
	line-height: 1.8;
	font-size: 1.8rem;
}

.mod-container sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.mod-container sub {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

@media print, screen and (min-width: 768px) {
	.mod-container.single {
		width: 900px;
	}
}

.mod-container .right {
	text-align: right !important;
	justify-content: end !important;
}

.mod-container .left {
	text-align: left !important;
	justify-content: flex-start !important;
}

.mod-container .js-inview {
	opacity: 0;
	transition: 1s ease;
}

.mod-container .js-inview.is-show {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.mod-container {
		padding: 147px 20px 110px;
		max-width: 1200px;
		margin: 0 auto;
		box-sizing: content-box;
	}
}

@media screen and (max-width: 767px) {
	.mod-container {
		padding: 17.33333vw 5.33333vw 18.66667vw;
	}
}

.mod-container p {
	color: #333;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-snav-wrapper {
		display: flex;
		justify-content: space-between;
	}
}

.mod-container .mod-snav-wrapper .content-area {
	width: 75%;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .content-area {
		width: 100%;
		padding-bottom: 18.66667vw;
	}
}

.mod-container .mod-snav-wrapper .content-area > *:first-child {
	margin-top: 0;
}

.mod-container .mod-snav-wrapper .snav-area {
	position: relative;
	width: 20%;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area {
		width: 100%;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav {
	border-top: 3px solid #007a46;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-snav-wrapper .snav-area .snav {
		/* position: sticky;
                    top: 110px;*/
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-head {
		padding: 5.33333vw 2.66667vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-head span {
	font-size: 18px;
	font-weight: 700;
	flex: 1;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-head span {
		font-size: 4.26667vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-head i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

.mod-container .mod-snav-wrapper .snav-area .snav-head i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-head i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-head i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-head i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-head i {
		width: 8vw;
		height: 8vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-head:hover span {
	color: #007a46;
}

.mod-container .mod-snav-wrapper .snav-area .snav-head:hover i {
	background-color: #007a46;
}

.mod-container .mod-snav-wrapper .snav-area .snav-head:hover i:before {
	opacity: 0;
}

.mod-container .mod-snav-wrapper .snav-area .snav-head:hover i:after {
	opacity: 1;
}

.mod-container .mod-snav-wrapper .snav-area .snav-list {
	border-top: 1px solid #e7eeed;
	padding-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list {
		padding-top: 2.66667vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a {
	display: block;
	font-size: 15px;
	transition: 0.2s ease;
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a:not(.snav-trigger) {
	padding: 12px 10px 13px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a:not(.snav-trigger) {
		padding: 2.66667vw 2.66667vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a {
		font-size: 3.73333vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 3px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a[target="_blank"]:after {
		background-size: 3.46667vw 3.46667vw;
		width: 3.46667vw;
		height: 3.46667vw;
		margin-left: 0.8vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger {
	display: flex;
	justify-content: space-between;
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger span.snav-accordion-txt {
	flex: 1;
	padding: 12px 10px 13px 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger span.snav-accordion-txt {
		padding: 2.66667vw 0 2.66667vw 2.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger span.snav-accordion-txt:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger span.snav-accordion-txt:hover {
		opacity: 0.75;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger span.snav-accordion-trigger {
	display: flex;
	align-items: center;
	padding: 12px 10px 13px 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger span.snav-accordion-trigger {
		padding: 2.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger span.snav-accordion-trigger:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger span.snav-accordion-trigger:hover i:before {
		background-color: #fff;
	}

	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger span.snav-accordion-trigger:hover i::after {
		background-color: #fff;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger i {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #007a46;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger i {
		width: 5.86667vw;
		height: 5.86667vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger i:before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 2px;
	background-color: #007a46;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger i:before {
		width: 2.66667vw;
		height: 0.53333vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger i:after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 10px;
	background-color: #007a46;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger i:after {
		height: 2.66667vw;
		width: 0.53333vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger:hover {
	color: #333;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a.snav-trigger:hover {
		opacity: 1;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li a:hover {
	color: #007a46;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li a:hover {
		opacity: 0.75;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li[area-expanded="true"] .snav-trigger {
	font-weight: 700;
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li[area-expanded="true"] .snav-trigger i {
	background-color: #fff;
	border-color: #007a46;
}

.mod-container .mod-snav-wrapper .snav-area .snav-list > li[area-expanded="true"] .snav-trigger i:after {
	transform: rotate(90deg);
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li[area-selected="true"] > a {
		color: #007a46;
		background-color: #f3f8f6;
	}
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list > li[area-selected="true"] > a:hover {
		color: #007a46;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list .snav-list-child {
	display: none;
	border-left: 1px solid #dae0e0;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list .snav-list-child {
		margin-left: 12px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list .snav-list-child {
		margin-left: 2.66667vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list .snav-list-child > li a {
	font-size: 13px;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list .snav-list-child > li a {
		padding: 8px 12px 9px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list .snav-list-child > li a {
		padding: 1.33333vw 2.66667vw;
		font-size: 3.2vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list .snav-list-child > li a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 3px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-snav-wrapper .snav-area .snav-list .snav-list-child > li a[target="_blank"]:after {
		width: 2.93333vw;
		height: 2.93333vw;
		margin-left: 0.8vw;
		background-size: 2.93333vw 2.93333vw;
	}
}

.mod-container .mod-snav-wrapper .snav-area .snav-list .snav-list-child > li[area-selected="true"] a {
	color: #007a46;
	background-color: #f3f8f6;
}

.mod-container .mod-h1 {
	position: relative;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.6;
	margin: 65px 0 80px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h1 {
		font-size: 8.53333vw;
		margin: 10.66667vw 0 12vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h1.opt {
		margin: 24vw 0 9.33333vw;
	}
}

.mod-container .mod-h1.opt .budge {
	position: absolute;
	font-size: 15px;
	padding: 9px 20px;
	top: -60px;
	font-weight: 400;
	color: #fff;
	background-color: #74bd4f;
	line-height: 1;
	display: inline-block;
}

.mod-container .mod-h1.opt .budge.blue {
	background-color: #00b8bd;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h1.opt .budge {
		padding: 2.13333vw 4vw;
		font-size: 3.73333vw;
		top: -13.06667vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h1.opt .main {
		display: block;
	}
}

.mod-container .mod-h1.opt-image {
	margin: 20px 0 60px;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h1.opt-image {
		width: 100vw;
		margin: 0 0 10.66667vw;
		margin-left: -5.33333vw;
	}
}

.mod-container .mod-h1.opt-image img {
	width: 100%;
}

.mod-container .mod-h2 {
	position: relative;
	margin: 110px 0 45px;
	border-top: 3px solid #e7eeed;
	padding-top: 60px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h2 {
		margin: 18.66667vw 0 8vw;
		padding-top: 10.66667vw;
		border-top: 0.8vw solid #e7eeed;
		font-size: 7.46667vw;
	}
}

.mod-container .mod-h2:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 135px;
	height: 3px;
	top: -3px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h2:after {
		width: 22.66667vw;
		height: 0.8vw;
		top: -0.8vw;
	}
}

.mod-container .mod-h2 + * {
	margin-top: 45px !important;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h2 + * {
		margin-top: 8vw !important;
	}
}

.mod-container .mod-h3 {
	position: relative;
	margin: 80px 0 25px;
	border-top: 2px solid #e7eeed;
	padding-top: 40px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h3 {
		margin: 13.33333vw 0 4vw;
		padding-top: 6.66667vw;
		border-top: 0.53333vw solid #e7eeed;
		font-size: 6.13333vw;
	}
}

.mod-container .mod-h3:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 45px;
	height: 2px;
	top: -2px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h3:after {
		width: 8.8vw;
		height: 0.53333vw;
		top: -0.53333vw;
	}
}

.mod-container .mod-h3 + * {
	margin-top: 25px !important;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h3 + * {
		margin-top: 4vw !important;
	}
}

.mod-container .mod-h4 {
	position: relative;
	margin: 65px 0 15px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 18px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h4 {
		margin: 10.66667vw 0 2.66667vw;
		padding-left: 3.46667vw;
		font-size: 4.8vw;
	}
}

.mod-container .mod-h4:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 3px;
	height: 20px;
	top: 7px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h4:after {
		width: 0.8vw;
		height: 4.8vw;
		top: 1.6vw;
	}
}

.mod-container .mod-h4 + * {
	margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h4 + * {
		margin-top: 2.66667vw !important;
	}
}

.mod-container .mod-h5 {
	position: relative;
	margin: 50px 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h5 {
		margin: 8vw 0 2.66667vw;
		font-size: 4.53333vw;
	}
}

.mod-container .mod-h5 + * {
	margin-top: 12px !important;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-h5 + * {
		margin-top: 2.66667vw !important;
	}
}

.mod-container .mod-h2-img img,
.mod-container .mod-h3-img img,
.mod-container .mod-h4-img img,
.mod-container .mod-h5-img img {
	max-width: 100%;
	display: block;
}

.mod-container .mod-txt {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt {
		margin-top: 5.33333vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt {
		font-size: 4vw;
	}
}

.mod-container .mod-txt + .mod-image-txt {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt + .mod-image-txt {
		margin-top: 8vw;
	}
}

.mod-container .mod-txt + .mod-relation-link {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt + .mod-relation-link {
		margin-top: 8vw;
	}
}

.mod-container .mod-txt.center {
	text-align: center;
}

.mod-container .mod-txt.right {
	text-align: right;
}

.mod-container .mod-txt.large {
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt.large {
		font-size: 5.6vw;
	}
}

.mod-container .mod-txt.small {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt.small {
		font-size: 3.46667vw;
	}
}

.mod-container .mod-txt.small .mod-link {
	font-size: 14px;
	word-break: break-all;
}

.mod-container .mod-txt.small .mod-link[target="_blank"]:not(.pdf) i {
	width: 13px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt.small .mod-link[target="_blank"]:not(.pdf) i {
		width: 3.2vw;
		height: 3.2vw;
	}
}

.mod-container .mod-txt.small .mod-link[target="_blank"]:not(.pdf) i:before {
	width: 13px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt.small .mod-link[target="_blank"]:not(.pdf) i:before {
		width: 3.2vw;
		height: 3.2vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt.small .mod-link {
		font-size: 3.46667vw;
	}
}

.mod-container .mod-txt.strong {
	font-weight: 700;
}

.mod-container .mod-txt.red {
	color: #f80808;
}

.mod-container .mod-txt.asterisk {
	display: flex;
}

.mod-container .mod-txt.asterisk span.asterisk {
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt.asterisk span.asterisk {
		margin-right: 1.33333vw;
	}
}

.mod-container .mod-txt.asterisk span.asterisk-txt {
	flex: 1;
}

.mod-container .mod-txt.asterisk + .asterisk {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt.asterisk + .asterisk {
		margin-top: 2.66667vw;
	}
}

.mod-container .mod-txt span.strong {
	font-weight: 700;
}

.mod-container .mod-txt span.red {
	color: #f80808;
}

.mod-container .mod-txt a {
	word-break: break-all;
}

.mod-container .mod-txt .mod-link {
	padding-left: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	display: inline;
	margin-top: 0;
	border-bottom: 1px solid #fff;
}

.mod-container .mod-txt .mod-link[target="_blank"] {
	padding-left: 0;
	padding-right: 23px;
}

.mod-container .mod-txt .mod-link[target="_blank"]:not(.pdf) {
	padding: 0;
}

.mod-container .mod-txt .mod-link[target="_blank"]:not(.pdf) i {
	display: inline-block;
	position: relative;
	top: 1px;
	right: 0;
	margin-top: 2px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt .mod-link[target="_blank"] {
		padding-right: 5.33333vw;
	}
}

.mod-container .mod-txt .mod-link[target="_blank"] i {
	position: relative;
	left: inherit;
	top: 0;
	right: 0;
}

.mod-container .mod-txt .mod-link[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank-thin.svg);
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt .mod-link[target="_blank"] i {
		top: 1.86667vw;
	}
}

.mod-container .mod-txt .mod-link.pdf {
	padding-right: 0;
	display: contents;
}

.mod-container .mod-txt .mod-link.pdf > span:not(.new-icon) {
	height: 28px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-txt .mod-link.pdf > span:not(.new-icon) {
		height: 7.46667vw;
	}
}

.mod-container .mod-txt .mod-link:hover {
	border-bottom: 1px solid #333;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-image-link {
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link {
		margin-top: 8vw;
	}
}

.mod-container .mod-image-link > li {
	border: 1px solid #c2cbcc;
	border-radius: 0 0 15px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li {
		border-radius: 0 0 4vw 0;
	}
}

.mod-container .mod-image-link > li > a {
	display: block;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-image-link > li > a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	.mod-container .mod-image-link > li > a:hover .txt-wrapper p {
		color: #007a46;
	}

	.mod-container .mod-image-link > li > a:hover .txt-wrapper i {
		background-color: #007a46;
		border-color: #007a46;
	}

	.mod-container .mod-image-link > li > a:hover .txt-wrapper i:before {
		opacity: 0;
	}

	.mod-container .mod-image-link > li > a:hover .txt-wrapper i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li > a:hover {
		opacity: 0.65;
	}
}

.mod-container .mod-image-link > li > a[target="_blank"] .txt-wrapper i:before {
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	width: 8px;
	height: 8px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li > a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
		top: 0;
		left: 0;
	}
}

.mod-container .mod-image-link > li > a[target="_blank"] .txt-wrapper i:after {
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	width: 8px;
	height: 8px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li > a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
		top: 0px;
		left: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-image-link > li {
		width: calc((100% - 36px) / 2);
	}

	.mod-container .mod-image-link > li:nth-child(n + 3) {
		margin-top: 40px;
	}

	.mod-container .mod-image-link > li:not(:nth-child(2n)) {
		margin-right: 36px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li {
		border-radius: 0 0 4vw 0;
	}

	.mod-container .mod-image-link > li:not(:first-child) {
		margin-top: 6.66667vw;
	}
}

.mod-container .mod-image-link > li .img-wrapper {
	overflow: hidden;
}

.mod-container .mod-image-link > li .img-wrapper img {
	width: 100%;
	max-width: 100%;
	transition: 0.2s ease;
}

.mod-container .mod-image-link > li .txt-wrapper {
	padding: 15px 45px 15px 20px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li .txt-wrapper {
		padding: 4vw 10.66667vw 4vw 4vw;
	}
}

.mod-container .mod-image-link > li .txt-wrapper p {
	font-size: 16px;
	font-weight: 700;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li .txt-wrapper p {
		font-size: 4vw;
	}
}

.mod-container .mod-image-link > li .txt-wrapper i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c2cbcc;
	transition: 0.5s;
	bottom: 15px;
	right: 15px;
}

.mod-container .mod-image-link > li .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

.mod-container .mod-image-link > li .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
		top: 1px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li .txt-wrapper i {
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

.mod-container .mod-image-link > li .opt-wrapper {
	padding: 0 10px 20px 20px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li .opt-wrapper {
		padding: 0 4vw 5.33333vw 4vw;
	}
}

.mod-container .mod-image-link > li .opt-wrapper .mod-link-list {
	margin-top: 0;
	border-top: 1px solid #e7eeed;
	padding-top: 12px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li .opt-wrapper .mod-link-list {
		padding-top: 3.2vw;
	}
}

.mod-container .mod-image-link > li .opt-wrapper .mod-link-list > li .mod-link {
	color: #333;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li .opt-wrapper .mod-link-list > li .mod-link {
		font-size: 3.73333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-image-link > li .opt-wrapper .mod-link-list > li .mod-link:hover {
		color: #007a46;
	}
}

.mod-container .mod-image-link > li .opt-wrapper .mod-link-list > li .mod-link i {
	top: 3px;
}

.mod-container .mod-image-link > li .opt-wrapper .mod-link-list > li .mod-link i:before {
	background-image: url(/ja/assets/img/all/ico_link-green-s.svg);
	width: 8px;
	height: 12px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link > li .opt-wrapper .mod-link-list > li .mod-link i:before {
		width: 2.13333vw;
		height: 3.2vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link.col3 > li > a {
		display: flex;
	}

	.mod-container .mod-image-link.col3 > li > a .img-wrapper {
		width: 29.33333vw;
	}

	.mod-container .mod-image-link.col3 > li > a .txt-wrapper {
		flex: 1;
		display: flex;
		align-items: center;
		padding: 5.06667vw 9.33333vw 5.06667vw 4vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-image-link.col3 > li {
		width: calc((100% - 54px) / 3);
		margin-right: 27px;
	}

	.mod-container .mod-image-link.col3 > li:nth-child(3) {
		margin-top: 0;
	}

	.mod-container .mod-image-link.col3 > li:nth-child(n + 4) {
		margin-top: 40px;
	}

	.mod-container .mod-image-link.col3 > li:nth-child(3n) {
		margin-right: 0;
	}

	.mod-container .mod-image-link.col3 > li .img-wrapper {
		border-bottom: 1px solid #e7eeed;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link.col3 > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

.mod-container ul.mod-list {
	position: relative;
	color: #333;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list {
		margin-top: 5.33333vw;
	}
}

.mod-container ul.mod-list > li {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 16px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list > li {
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

.mod-container ul.mod-list > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.mod-container ul.mod-list > li:before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #333;
	left: 0;
	top: 12px;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list > li:before {
		width: 1.6vw;
		height: 1.6vw;
		top: pxtove(10);
	}
}

.mod-container ul.mod-list > li a {
	color: #007a46;
	transition: 0.2s ease;
}

.mod-container ul.mod-list > li a:hover {
	color: #333;
}

.mod-container ul.mod-list > li .mod-txt {
	margin-top: 0;
}

.mod-container ol.mod-list {
	position: relative;
	color: #333;
	margin-top: 30px;
	counter-reset: item;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list {
		margin-top: 5.33333vw;
	}
}

.mod-container ol.mod-list > li {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 28px;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list > li {
		font-size: 4vw;
		padding-left: 6.66667vw;
	}
}

.mod-container ol.mod-list > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.mod-container ol.mod-list > li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item;
	content: counter(item) ".";
}

.mod-container ol.mod-list > li .mod-txt {
	margin-top: 0;
}

.mod-container ol.mod-list > li > ol {
	counter-reset: item2;
}

.mod-container ol.mod-list > li > ol > li {
	position: relative;
	padding-left: 32px;
	margin-top: 10px;
}

.mod-container ol.mod-list > li > ol > li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item2;
	content: "(" counter(item2) ")";
}

.mod-container ol.mod-list > li span.green {
	color: #007a46;
}

.mod-container ol.mod-list-medium {
	position: relative;
	color: #333;
	margin-top: 30px;
	counter-reset: item;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-medium {
		margin-top: 5.33333vw;
	}
}

.mod-container ol.mod-list-medium > li {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 28px;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-medium > li {
		font-size: 4vw;
		padding-left: 6.66667vw;
	}
}

.mod-container ol.mod-list-medium > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-medium > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.mod-container ol.mod-list-medium > li:before {
	position: absolute;
	counter-increment: item;
	content: counter(item);
	top: 6px;
	left: 0;
	border-radius: 50%;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	line-height: 17px;
	text-align: center;
	border: 1px solid #333;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-medium > li:before {
		top: 1.33333vw;
		width: 4.26667vw;
		height: 4.26667vw;
		line-height: 3.46667vw;
		font-size: 3.2vw;
		top: 1.86667vw;
		padding-left: 1px;
	}
}

.mod-container ol.mod-list-medium > li span.green {
	color: #007a46;
}

.mod-container ol.mod-list-medium > li .mod-txt {
	margin-top: 0;
}

.mod-container ol.mod-list-strong {
	position: relative;
	color: #333;
	margin-top: 30px;
	counter-reset: item;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-strong {
		margin-top: 5.33333vw;
	}
}

.mod-container ol.mod-list-strong > li {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 28px;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-strong > li {
		font-size: 4vw;
		padding-left: 6.66667vw;
	}
}

.mod-container ol.mod-list-strong > li:not(:first-child) {
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-strong > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.mod-container ol.mod-list-strong > li:before {
	position: absolute;
	counter-increment: item;
	content: counter(item);
	top: 6px;
	left: 0;
	border-radius: 50%;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	background-color: #007a46;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-strong > li:before {
		top: 1.33333vw;
		width: 4.26667vw;
		height: 4.26667vw;
		line-height: 4vw;
		font-size: 3.2vw;
		top: 1.86667vw;
		padding-left: 1px;
	}
}

.mod-container ol.mod-list-strong > li span.green {
	color: #007a46;
}

.mod-container ol.mod-list-strong > li .mod-txt {
	margin-top: 0;
}

.mod-container ol.mod-list-alpha {
	position: relative;
	color: #333;
	margin-top: 30px;
	counter-reset: item;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-alpha {
		margin-top: 5.33333vw;
	}
}

.mod-container ol.mod-list-alpha > li {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 28px;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-alpha > li {
		font-size: 4vw;
		padding-left: 6.66667vw;
	}
}

.mod-container ol.mod-list-alpha > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container ol.mod-list-alpha > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.mod-container ol.mod-list-alpha > li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item;
	content: counter(item, lower-alpha) ".";
}

.mod-container ol.mod-list-alpha > li .mod-txt {
	margin-top: 0;
}

.mod-container ol.mod-list-alpha > li > ol {
	counter-reset: item2;
}

.mod-container ol.mod-list-alpha > li > ol > li {
	position: relative;
	padding-left: 32px;
	margin-top: 10px;
}

.mod-container ol.mod-list-alpha > li > ol > li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item2;
	content: counter(item2, lower-alpha);
}

.mod-container ol.mod-list-alpha > li span.green {
	color: #007a46;
}

.mod-container ul.mod-list-note {
	position: relative;
	color: #555;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list-note {
		margin-top: 5.33333vw;
	}
}

.mod-container ul.mod-list-note > li {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 18px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list-note > li {
		font-size: 3.46667vw;
		padding-left: 4.26667vw;
	}
}

.mod-container ul.mod-list-note > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list-note > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.mod-container ul.mod-list-note > li:before {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
}

.mod-container ul.mod-list-note > li.red {
	color: #f80808;
}

.mod-container ul.mod-list-note > li .note-link {
	display: block;
	margin: 5px 0 15px -18px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list-note > li .note-link {
		margin: 1.33333vw 0 3.2vw -4.26667vw;
	}
}

.mod-container ul.mod-list-note > li .note-link .mod-link {
	font-size: 14px;
	padding-left: 13px;
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list-note > li .note-link .mod-link {
		font-size: 3.46667vw;
		padding-left: 4vw;
	}
}

.mod-container ul.mod-list-note > li .note-link .mod-link i {
	top: 6px;
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list-note > li .note-link .mod-link i {
		top: 1.33333vw;
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

.mod-container ul.mod-list-note > li .note-link .mod-link i:before {
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-list-note > li .note-link .mod-link i:before {
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

.mod-container ul.mod-q-list > li:not(:first-child) {
	margin-top: 29px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-q-list > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

.mod-container ul.mod-q-list > li a {
	position: relative;
	display: inline-block;
	color: #007a46;
	font-size: 17px;
	font-weight: 500;
	padding-left: 46px;
	transition: 0.2s ease;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-q-list > li a {
		font-size: 4.26667vw;
		padding-left: 10.66667vw;
	}
}

.mod-container ul.mod-q-list > li a:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(/ja/assets/img/all/icon_question.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-q-list > li a:before {
		width: 8.53333vw;
		height: 8.53333vw;
		top: -0.8vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container ul.mod-q-list > li a:hover {
		color: #333;
	}
}

.mod-container ul.mod-q-list.rescue > li a:before {
	width: 30px;
	height: 28px;
	background-image: url(/ja/assets/img/all/ico_rescue.svg);
	top: 0;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-q-list.rescue > li a:before {
		width: 6.93333vw;
		height: 6.4vw;
		top: 0vw;
	}
}

.mod-container ul.mod-link-list {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-link-list {
		margin-top: 5.33333vw;
	}
}

.mod-container ul.mod-link-list > li {
	position: relative;
}

.mod-container ul.mod-link-list > li:not(:first-child) {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-link-list > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.mod-container ul.mod-link-list > li .mod-link {
	margin-top: 0;
}

.mod-container ul.mod-link-list + .mod-txt {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-container ul.mod-link-list + .mod-txt {
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-link {
	position: relative;
	font-size: 16px;
	color: #007a46;
	transition: 0.2s ease;
	padding-left: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.2s ease;
	font-weight: 500;
	margin-top: 30px;
	word-break: break-all;
	/*
        @include pc{
            &:hover {
                opacity: 0.5;
            }
        }*/
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link {
		margin-top: 5.33333vw;
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

.mod-container .mod-link.default {
	padding-left: 0;
}

.mod-container .mod-link > i {
	position: absolute;
	width: 9px;
	height: 14px;
	margin-right: 5px;
	top: 4px;
	left: 0;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link > i {
		width: 2.4vw;
		height: 3.73333vw;
		top: 0.8vw;
		margin-right: 1.33333vw;
	}
}

.mod-container .mod-link > i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link > i:before {
		width: 2.13333vw;
		height: 3.73333vw;
	}
}

.mod-container .mod-link.test:hover {
	color: #333;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.test:hover {
		color: #333;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-link:not(.test):hover {
		color: #333;
	}

	.mod-container .mod-link:not(.test):hover i:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link:not(.test):hover {
		opacity: 0.65;
	}
}

.mod-container .mod-link span {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link span {
		font-size: 3.46667vw;
	}
}

.mod-container .mod-link span .new-icon {
	margin-left: 0 !important;
}

.mod-container .mod-link .new-icon, .mod-index-txt .new-icon {
	border: 2px solid #fa434b;
	font-size: 12px;
	padding: 0 4px 1px 4px;
	border-radius: 3px;
	color: #e81524;
	line-height: 1.3;
	display: inline-block;
	margin: 0 5px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link .new-icon, .mod-index-txt .new-icon {
		font-size: 2.66667vw;
		padding: 0 0.8vw;
	}
}

.mod-container .mod-link .new-icon:before, .mod-index-txt .new-icon:before {
	display: none !important;
}

.mod-container .mod-link[target="_blank"]:not(.pdf) {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link[target="_blank"]:not(.pdf) {
		padding-left: 5.86667vw;
	}
}

.mod-container .mod-link[target="_blank"]:not(.pdf) i {
	top: 4px;
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link[target="_blank"]:not(.pdf) i {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

.mod-container .mod-link[target="_blank"]:not(.pdf) i:before {
	width: 15px;
	height: 15px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link[target="_blank"]:not(.pdf) i:before {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-link[target="_blank"]:not(.pdf):hover i:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

.mod-container .mod-link.pdf {
	display: inline-block;
}

.mod-container .mod-link.pdf > span:not(.new-icon) {
	display: inline-flex;
	align-items: center;
	margin: 0 5px;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.pdf > span:not(.new-icon) {
		margin: 0 3px;
	}
}

.mod-container .mod-link.pdf > span:not(.new-icon):before {
	content: "";
	display: inline-block;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.pdf > span:not(.new-icon):before {
		width: 4.53333vw;
		height: 4.8vw;
		margin-right: 1.33333vw;
	}
}

.mod-container .mod-link.download {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.download {
		padding-left: 5.86667vw;
	}
}

.mod-container .mod-link.download i {
	top: 3px;
}

.mod-container .mod-link.download i:before {
	width: 17px;
	height: 16px;
	background-image: url(/ja/assets/img/all/ico_download.svg);
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.download i:before {
		width: 4.53333vw;
		height: 4.26667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-link.download:hover i:before {
		-webkit-animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
		animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
	}
}

.mod-txt .mod-container .mod-link {
	padding-left: 0;
	margin-right: 5px;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.mod-txt .mod-container .mod-link {
		margin-right: 1.33333vw;
	}
}

.mod-txt .mod-container .mod-link[target="_blank"] {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.mod-txt .mod-container .mod-link[target="_blank"] {
		padding-right: 5.33333vw;
	}
}

.mod-txt .mod-container .mod-link[target="_blank"] i {
	right: 0;
	left: inherit;
	margin-right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mod-txt .mod-container .mod-link:hover {
	border-bottom: 1px solid #333;
}

.mod-container .mod-link.small {
	font-size: 14px;
	padding-left: 13px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.small {
		font-size: 3.46667vw;
		padding-left: 4vw;
	}
}

.mod-container .mod-link.small i {
	top: 4px;
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.small i {
		top: 1.33333vw;
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

.mod-container .mod-link.small i:before {
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.small i:before {
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

.mod-container .mod-link.small[target="_blank"]:not(.pdf) {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.small[target="_blank"]:not(.pdf) {
		padding-left: 5.33333vw;
	}
}

.mod-container .mod-link.small[target="_blank"]:not(.pdf) i {
	top: 3px;
	width: 13px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.small[target="_blank"]:not(.pdf) i {
		width: 2.93333vw;
		height: 2.93333vw;
	}
}

.mod-container .mod-link.small[target="_blank"]:not(.pdf) i:before {
	width: 13px;
	height: 13px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.small[target="_blank"]:not(.pdf) i:before {
		width: 2.93333vw;
		height: 2.93333vw;
	}
}

.mod-container .mod-link.small.pdf > span:not(.new-icon) {
	vertical-align: bottom;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.small.pdf > span:not(.new-icon) {
		font-size: 2.93333vw;
	}
}

.mod-container .mod-link.small.pdf > span:not(.new-icon):before {
	width: 14px;
	height: 15px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-link.small.pdf > span:not(.new-icon):before {
		width: 3.73333vw;
		height: 4vw;
	}
}

.mod-container .mod-btn-wrapper {
	position: relative;
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-btn-wrapper {
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn-wrapper {
		margin-top: 8vw;
		text-align: center;
	}
}

.mod-container .mod-btn-wrapper + .mod-btn-wrapper {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn-wrapper + .mod-btn-wrapper {
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-btn-wrapper.large {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn-wrapper.large {
		margin-top: 10.66667vw;
	}
}

.mod-container .mod-btn-wrapper.large + .mod-btn-wrapper {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn-wrapper.large + .mod-btn-wrapper {
		margin-top: 6.66667vw;
	}
}

.mod-container .mod-btn {
	line-height: 1.3;
	display: inline-block;
	border-radius: 0 0 10px 0;
	border: 2px solid #007a46;
	background-color: #fff;
	color: #007a46;
	padding: 15px 30px;
	font-size: 15px;
	min-width: 288px;
	max-width: 360px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: background 0.4s, color 0.4s, font-size 0.05s, width 0.4s, border 0.4s;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn {
		padding: 4vw 6.66667vw;
		max-width: 80vw;
		min-width: 69.33333vw;
		font-size: 3.73333vw;
	}
}

.mod-container .mod-btn span {
	color: #007a46;
}

.mod-container .mod-btn:hover {
	background-color: #007a46;
	color: #fff;
}

.mod-container .mod-btn:hover span {
	color: #fff;
}

.mod-container .mod-btn[target="_blank"] i {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn[target="_blank"] i {
		width: 4vw;
		height: 4vw;
		margin-left: 2.4vw;
	}
}

.mod-container .mod-btn[target="_blank"] i:after {
	content: "";
	position: absolute;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn[target="_blank"] i:after {
		width: 4vw;
		height: 4vw;
	}
}

.mod-container .mod-btn[target="_blank"]:hover i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-btn:nth-child(2n) {
		margin-left: 25px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn:nth-child(2n) {
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-btn.large {
	padding: 20px 40px;
	min-width: 360px;
	background-color: #007a46;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn.large {
		padding: 5.33333vw 8vw;
		min-width: 85.33333vw;
	}
}

.mod-container .mod-btn.large span {
	font-size: 18px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-btn.large span {
		font-size: 4.26667vw;
	}
}

.mod-container .mod-btn.large:hover {
	border-color: #0cba5e;
	background-color: #0cba5e;
}

.mod-container .mod-btn.large:hover span {
	color: #fff;
}

.mod-container .mod-anchor-wrapper {
	position: relative;
	background-color: #f3f8f6;
	padding: 50px 45px 30px;
	border-radius: 0 0 30px 0;
	margin: 80px 0;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-anchor-wrapper {
		padding: 6.66667vw;
		margin: 13.33333vw 0;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-anchor-wrapper ul {
		display: flex;
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-anchor-wrapper ul > li {
		margin-right: 27px;
		margin-bottom: 22px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-anchor-wrapper ul > li:not(:last-child) {
		margin-bottom: 4vw;
	}
}

.mod-container .mod-anchor-wrapper ul > li a {
	display: block;
	padding-left: 23px;
	position: relative;
	line-height: 1.6;
	font-size: 16px;
	transition: 0.2s ease;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-anchor-wrapper ul > li a {
		font-size: 4vw;
		padding-left: 6.13333vw;
	}
}

.mod-container .mod-anchor-wrapper ul > li a:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(/ja/assets/img/all/ico_link-green-bottom.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 13px;
	height: 9px;
	left: 0;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-anchor-wrapper ul > li a:before {
		top: 2px;
		bottom: 0;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-anchor-wrapper ul > li a:before {
		width: 3.46667vw;
		height: 2.4vw;
		top: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-anchor-wrapper ul > li a:hover {
		color: #007a46;
	}

	.mod-container .mod-anchor-wrapper ul > li a:hover:before {
		-webkit-animation: bounceBeta;
		animation: bounceBeta;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-anchor-wrapper ul > li a:hover {
		opacity: 0.65;
	}
}

.mod-container .mod-accordion-wrapper {
	position: relative;
	border-top: 1px solid #c2cbcc;
	border-bottom: 1px solid #c2cbcc;
	transition: 0.2s ease;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper {
		margin-top: 8vw;
		width: 100vw;
		margin-left: -5.33333vw;
	}
}

.mod-container .mod-accordion-wrapper + .mod-accordion-wrapper {
	border-top: none;
	margin-top: 0;
}

.mod-container .mod-accordion-wrapper[area-expanded="true"] {
	background-color: #f3f8f6;
}

.mod-container .mod-accordion-wrapper[area-expanded="true"] .accordion-head figure {
	background-color: #fff;
}

.mod-container .mod-accordion-wrapper[area-expanded="true"] .accordion-content {
	display: block;
}

.mod-container .mod-accordion-wrapper .accordion-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 30px 36px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head {
		padding: 6.66667vw 5.33333vw 5.33333vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head.ir {
	padding: 20px 36px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head.ir {
		padding: 5.33333vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head.ir > i {
	width: 28px;
	height: 28px;
}

.mod-container .mod-accordion-wrapper .accordion-head.ir > i:before {
	width: 12px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head.ir > i:before {
		width: 10px;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head.ir > i:after {
	height: 12px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head.ir > i:after {
		height: 10px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head.ir > i {
		width: 6.93333vw;
		height: 6.93333vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head .main {
	font-size: 22px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head .main {
		font-size: 5.06667vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head .main.question {
	position: relative;
	padding-left: 54px;
	font-size: 17px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head .main.question {
		padding-left: 11.2vw;
		font-size: 4.26667vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head .main.question i {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	left: 0;
	top: -4px;
	background-image: url(/ja/assets/img/all/icon_question.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head .main.question i {
		width: 8.53333vw;
		height: 8.53333vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head .sub {
	margin-top: 10px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head .sub {
		font-size: 3.2vw;
		margin-top: 1.33333vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head .accordion-head-inner {
	flex: 1;
}

.mod-container .mod-accordion-wrapper .accordion-head figure {
	position: relative;
	height: 86px;
	width: 86px;
	border-radius: 15px;
	background-color: #f3f8f6;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head figure {
		width: 19.2vw;
		height: 19.2vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 66px;
	max-width: 66px;
}

.mod-container .mod-accordion-wrapper .accordion-head > i {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #007a46;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.2s ease;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head > i {
		width: 8vw;
		height: 8vw;
		margin-left: 2.66667vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head > i:before {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	background-color: #007a46;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head > i:before {
		width: 3.2vw;
		height: 0.53333vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-head > i:after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 16px;
	background-color: #007a46;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-head > i:after {
		height: 3.2vw;
		width: 0.53333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-accordion-wrapper[area-expanded="false"]:hover .accordion-head {
		background-color: #007a46;
	}

	.mod-container .mod-accordion-wrapper[area-expanded="false"]:hover .accordion-head > i {
		border-color: #007a46;
	}

	.mod-container .mod-accordion-wrapper[area-expanded="false"]:hover .accordion-head p {
		color: #fff;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-accordion-wrapper[area-expanded="false"] .accordion-head:focus-visible {
		background-color: #007a46;
		box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2);
	}

	.mod-container .mod-accordion-wrapper[area-expanded="false"] .accordion-head:focus-visible p {
		color: #fff;
	}
}

.mod-container .mod-accordion-wrapper[area-expanded="true"] .accordion-head i {
	border-color: #007a46;
}

.mod-container .mod-accordion-wrapper[area-expanded="true"] .accordion-head i:after {
	transform: rotate(90deg);
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-accordion-wrapper[area-expanded="true"] .accordion-head:hover > i {
		background-color: #007a46;
		border-color: #007a46;
	}

	.mod-container .mod-accordion-wrapper[area-expanded="true"] .accordion-head:hover > i:after {
		background-color: #fff;
	}
}

.mod-container .mod-accordion-wrapper .accordion-content {
	overflow: hidden;
	display: none;
}

.mod-container .mod-accordion-wrapper .accordion-content .accordion-content-inner {
	padding: 0 36px 30px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-content .accordion-content-inner {
		padding: 0 5.33333vw 6.66667vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-content .main {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-content .main {
		font-size: 4.8vw;
		margin-bottom: 2.66667vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-content figure {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-content figure {
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-content .answer-txt {
	position: relative;
	padding-left: 54px;
	margin-top: 7px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-content .answer-txt {
		padding-left: 42px;
	}
}

.mod-container .mod-accordion-wrapper .accordion-content .answer-txt > i {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	left: 0;
	top: -4px;
	background-image: url(/ja/assets/img/all/ico_answer.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-content .answer-txt > i {
		width: 8.53333vw;
		height: 8.53333vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-close {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
	cursor: pointer;
}

.mod-container .mod-accordion-wrapper .accordion-close:hover {
	color: #007a46;
}

.mod-container .mod-accordion-wrapper .accordion-close:hover i {
	background-color: #007a46;
	border-color: #007a46;
}

.mod-container .mod-accordion-wrapper .accordion-close:hover i:before {
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-accordion-wrapper .accordion-close:focus-visible span {
		outline: 1px solid #007a46;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-close {
		margin-top: 5.33333vw;
		font-size: 4vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-close i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #dae0e0;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.2s ease;
	margin-left: 5px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-close i {
		width: 5.33333vw;
		height: 5.33333vw;
		margin-left: 1.33333vw;
	}
}

.mod-container .mod-accordion-wrapper .accordion-close i:before {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 2px;
	background-color: #007a46;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-accordion-wrapper .accordion-close i:before {
		width: 1.86667vw;
		height: 0.53333vw;
	}
}

.mod-container .mod-col {
	position: relative;
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-col {
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col {
		margin-top: 8vw;
	}
}

.mod-container .mod-col + .mod-txt {
	margin-top: 30px;
}

.mod-container .mod-col figure {
	text-align: center;
}

.mod-container .mod-col figure .image-title {
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 1.9;
}

.mod-container .mod-col figure .image-title + .img-wrapper {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col figure .image-title + .img-wrapper {
		margin-top: 2.66667vw;
	}
}

.mod-container .mod-col figure .image-title + img {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col figure .image-title + img {
		margin-top: 2.66667vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col figure .image-title {
		font-size: 4vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-col figure.js-zoomModal {
		cursor: pointer;
	}
}

.mod-container .mod-col figure.js-zoomModal > div {
	display: inline-block;
	max-width: 100%;
}

.mod-container .mod-col figure a:not(.mod-link) {
	display: block;
	transition: 0.5s;
}

.mod-container .mod-col figure a:not(.mod-link):hover {
	opacity: 0.75;
}

.mod-container .mod-col figure .mod-link {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col figure .mod-link {
		margin-top: 1.33333vw;
	}
}

.mod-container .mod-col figure figcaption {
	color: #555;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col figure figcaption {
		margin-top: 1.33333vw;
		font-size: 3.46667vw;
	}
}

.mod-container .mod-col figure figcaption.left {
	text-align: left;
}

.mod-container .mod-col figure > div.img-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mod-container .mod-col figure > div.img-wrapper > div {
	position: relative;
}

.mod-container .mod-col figure > div {
	position: relative;
}

.mod-container .mod-col figure .zoom-btn {
	position: absolute;
	display: block;
	position: absolute;
	background-image: url(/ja/assets/img/all/ico_zoom.svg);
	background-size: 28px 28px;
	background-position: center;
	background-repeat: no-repeat;
	width: 56px;
	height: 56px;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col figure .zoom-btn {
		width: 8.53333vw;
		height: 8.53333vw;
		background-size: 4.26667vw 4.26667vw;
	}
}

.mod-container .mod-col > div {
	width: 100%;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col > div:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-col.col1 > div {
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-col.col2 > div {
		width: 48%;
	}

	.mod-container .mod-col.col2 > div:nth-child(2n) {
		margin-left: 4%;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-col.col3 > div {
		width: 31.3%;
		margin-right: 3%;
	}

	.mod-container .mod-col.col3 > div:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col.col4 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-col.col4 > div {
		width: 23.4%;
		margin-right: 2%;
	}

	.mod-container .mod-col.col4 > div:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col.col4 > div {
		width: 48%;
		margin-right: 4%;
	}

	.mod-container .mod-col.col4 > div:nth-child(2) {
		margin-top: 0;
	}

	.mod-container .mod-col.col4 > div:nth-child(2n) {
		margin-right: 0;
	}
}

.mod-container .mod-col.left {
	justify-content: flex-start;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-col.left > div {
		width: 23.4%;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col.left > div {
		width: 42.66667vw;
	}
}

.mod-container .mod-col.right > div {
	margin-left: auto;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-col.right > div {
		width: 23.4%;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-col.right > div {
		width: 42.66667vw;
	}
}

.mod-container .mod-caption {
	text-align: center;
	font-size: 14px;
	color: #555;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-caption {
		font-size: 3.46667vw;
		margin-top: 1.33333vw;
	}
}

.mod-container .mod-zoomModal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1002;
	max-width: calc(100vw - 80px);
	max-height: calc(100% - 130px);
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: 0.2s ease;
	transition-delay: 0.3s;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-zoomModal {
		height: calc(100% - 130px);
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-zoomModal {
		max-height: calc(100% - 21vw);
		max-width: calc(100% - 5.3vw);
		height: 100%;
		width: 100%;
	}
}

.mod-container .mod-zoomModal .figure-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-zoomModal .figure-wrapper {
		max-width: 2000px;
		max-height: calc(100vh - 130px);
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-zoomModal .figure-wrapper {
		max-height: 100%;
	}
}

.mod-container .mod-zoomModal .figure-wrapper-inner {
	position: relative;
	max-height: 100%;
	width: 100%;
	display: flex;
}

.mod-container .mod-zoomModal figure {
	display: block;
	width: auto;
	overflow: scroll;
	/*
            @include pc {
                max-width: 2000px;
                max-height: calc(100vh - 130px);
            }*/
}

@media screen and (max-width: 767px) {
	.mod-container .mod-zoomModal figure {
		max-height: 100%;
	}
}

.mod-container .mod-zoomModal figure img {
	width: auto;
	max-width: inherit;
}

.mod-container .mod-zoomModal[area-expanded="true"] {
	visibility: visible;
	opacity: 1;
}

.mod-container .mod-zoomModal .modalClose {
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	top: -37px;
	right: 0;
	background-image: url(/ja/assets/img/all/ico_close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-zoomModal .modalClose {
		width: 5.06667vw;
		height: 5.06667vw;
		top: -7.73333vw;
	}
}

.mod-container .mod-image-txt {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt {
		flex-wrap: wrap;
	}
}

.mod-container .mod-image-txt + .mod-image-txt {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt + .mod-image-txt {
		margin-top: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-image-txt > *:first-child {
		margin-right: 36px;
	}
}

.mod-container .mod-image-txt .txt-wrap {
	flex: 1;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt .txt-wrap {
		order: 2;
		width: 100%;
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-image-txt .txt-wrap > *:first-child {
	margin-top: 0;
}

.mod-container .mod-image-txt .txt-wrap .txt-ttl {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt .txt-wrap .txt-ttl {
		font-size: 4.53333vw;
		margin-top: 0vw;
	}
}

.mod-container .mod-image-txt .txt-wrap .txt-ttl + .txt-main {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt .txt-wrap .txt-ttl + .txt-main {
		margin-top: 2.66667vw;
	}
}

.mod-container .mod-image-txt .txt-wrap .txt-main {
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt .txt-wrap .txt-main {
		font-size: 4vw;
	}
}

.mod-container .mod-image-txt figure {
	width: 324px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt figure {
		width: 100%;
		order: 1;
	}
}

.mod-container .mod-image-txt figure > *:not(img) {
	width: 100%;
}

.mod-container .mod-image-txt.large figure {
	width: 432px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.large figure {
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-image-txt.wid-txt figure {
		width: auto;
	}
}

.mod-container .mod-image-txt.wid-txt figure > a {
	display: inline-block;
	width: auto;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf {
		width: 100%;
	}
}

.mod-container .mod-image-txt.pdf figure {
	width: 225px;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-image-txt.pdf figure img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf figure {
		width: 100%;
	}

	.mod-container .mod-image-txt.pdf figure img {
		width: 60vw;
	}
}

.mod-container .mod-image-txt.pdf .txt-wrap {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf .txt-wrap {
		margin-top: 8vw;
	}
}

.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec {
		margin-top: 8vw;
	}
}

.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec .mod-list {
	margin-top: 15px;
	padding-left: 15px;
	margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec .mod-list {
		margin-top: 2.66667vw;
		padding-left: 4vw;
	}
}

.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec .mod-list li {
	display: inline-block;
	font-size: 14px;
	padding-left: 9px;
	margin-bottom: 5px;
}

.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec .mod-list li:not(:first-child) {
	margin-top: 0;
}

.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec .mod-list li:not(:last-child) {
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec .mod-list li:not(:last-child) {
		margin-right: 4vw;
	}
}

.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec .mod-list li:before {
	width: 4px;
	height: 4px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec .mod-list li:before {
		width: 1.06667vw;
		height: 1.06667vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf .txt-wrap .txt-wrap-sec .mod-list li {
		font-size: 3.46667vw;
	}
}

.mod-container .mod-image-txt.pdf .txt-wrap p.txt-head {
	font-weight: 700;
	font-size: 17px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf .txt-wrap p.txt-head {
		font-size: 4.53333vw;
	}
}

.mod-container .mod-image-txt.pdf .txt-wrap p.txt-head + .mod-link-list {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-txt.pdf .txt-wrap p.txt-head + .mod-link-list {
		margin-top: 4vw;
	}
}

.mod-container .mod-movie-modal {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-movie-modal .modal__movie--iframe {
		position: relative;
	}
}

.mod-container .mod-movie-modal .web_item_img figure {
	position: relative;
}

.mod-container .mod-movie-modal .web_item_img figure:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 74px;
	height: 74px;
	margin: auto;
	background: url(/ja/assets/img/all/ico_play.png) 0 0 no-repeat;
	background-size: 100% 100%;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-movie-modal .web_item_img figure:before {
		width: 13.86667vw;
		height: 13.86667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-movie-modal .web_item_img figure:hover:before {
		background: url(/ja/assets/img/all/ico_play_hover.png) 0 0 no-repeat;
	}
}

.mod-container .table-wrapper {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.mod-container .table-wrapper {
		overflow-x: scroll;
	}

	.mod-container .table-wrapper table {
		white-space: nowrap;
		table-layout: initial;
	}
}

.mod-container .table-wrapper table {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.mod-container .table-wrapper {
		margin-top: 8vw;
	}
}

.mod-container table {
	word-wrap: break-word;
}

.mod-container table th,
.mod-container table td {
	/*
            .mod-link {
                &:first-child {
                    margin-top: 0;
                }
            }
            .mod-txt{
                margin-top: 0;
            }*/
}

.mod-container table th.opt-l,
.mod-container table td.opt-l {
	border-left: none;
}

.mod-container table th.opt-r,
.mod-container table td.opt-r {
	border-right: none;
}

.mod-container table th > *:first-child,
.mod-container table td > *:first-child {
	margin-top: 0;
}

.mod-container table th.cell-baseline,
.mod-container table td.cell-baseline {
	vertical-align: baseline;
}

.mod-container table th.cell-middle,
.mod-container table td.cell-middle {
	vertical-align: middle;
}

.mod-container table th.center,
.mod-container table td.center {
	text-align: center;
}

.mod-container table th.right,
.mod-container table td.right {
	text-align: right;
}

.mod-container table th .mod-link.pdf,
.mod-container table td .mod-link.pdf {
	display: block;
}

.mod-container table th a,
.mod-container table td a {
	word-break: break-all;
}

.mod-container table tbody th.opt1 {
	background-color: #00c9b4;
	color: #fff;
}

.mod-container table tbody th.opt2 {
	background-color: #2cca60;
	color: #fff;
}

.mod-container table tbody th.opt3 {
	background-color: #2f6ac3;
	color: #fff;
}

.mod-container table tbody th.opt4 {
	background-color: #ff923d;
	color: #fff;
}

.mod-container table tbody th.opt5 {
	background-color: #f75846;
	color: #fff;
}

.mod-container table tbody th.opt6 {
	background-color: #ea3e59;
	color: #fff;
}

.mod-container table tbody th.opt7 {
	background-color: #1eb5ed;
	color: #fff;
}

.mod-container table tbody th.opt8 {
	background-color: #3dbc75;
	color: #fff;
}

.mod-container table tbody th.opt9 {
	background-color: #35aeb6;
	color: #fff;
}

.mod-container table tbody th.opt10 {
	background-color: #81aeae;
	color: #fff;
}

.mod-container table tbody th.opt11 {
	background-color: #22c0c2;
	color: #fff;
}

.mod-container table tbody th.opt12 {
	background-color: #ae2a2d;
	color: #fff;
}

.mod-container .mod-table-caption {
	margin-bottom: 10px;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-caption {
		margin-bottom: 2.66667vw;
	}
}

.mod-container .mod-table-1 {
	position: relative;
	margin-top: 40px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-1 {
		margin-top: 8vw;
	}
}

.mod-container .mod-table-1 thead th {
	font-weight: 700;
	background-color: #007a46;
	color: #fff;
	text-align: center;
}

.mod-container .mod-table-1 tbody th {
	background-color: #f1f8f5;
	color: #202020;
}

.mod-container .mod-table-1 th,
.mod-container .mod-table-1 td {
	font-weight: 400;
	padding: 17px 11px;
	font-size: 16px;
	border: 1px solid #c2cbcc;
	vertical-align: middle;
	color: #333;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-1 th,
	.mod-container .mod-table-1 td {
		font-size: 4vw;
		padding: 2.66667vw 2.93333vw;
	}
}

.mod-container .mod-table-1 th a,
.mod-container .mod-table-1 td a {
	line-height: 1.3;
}

.mod-container .mod-table-1 thead {
	background-color: #c3ecd3;
}

.mod-container .mod-table-4 {
	position: relative;
	margin-top: 40px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-4 {
		margin-top: 8vw;
	}
}

.mod-container .mod-table-4 thead th {
	font-weight: 700;
	background-color: #dae0e0;
	color: #333;
}

.mod-container .mod-table-4 tbody th {
	background-color: #f7f7f7;
	color: #333;
}

.mod-container .mod-table-4 th,
.mod-container .mod-table-4 td {
	font-weight: 400;
	padding: 17px 11px;
	font-size: 16px;
	border: 1px solid #c2cbcc;
	vertical-align: middle;
	color: #333;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-4 th,
	.mod-container .mod-table-4 td {
		font-size: 4vw;
		padding: 2.66667vw 2.93333vw;
	}
}

.mod-container .mod-table-4 th a,
.mod-container .mod-table-4 td a {
	line-height: 1.3;
}

.mod-container .mod-table-4 thead {
	background-color: #c3ecd3;
}

.mod-container .mod-table-2 {
	margin-top: 40px;
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-2 {
		margin-top: 8vw;
		border-bottom: 1px solid #dae0e0;
	}
}

.mod-container .mod-table-2 thead th {
	font-weight: 700;
}

.mod-container .mod-table-2 th,
.mod-container .mod-table-2 td {
	font-weight: 400;
	padding: 25px 20px;
	font-size: 16px;
	border-top: 1px solid #dae0e0;
	border-bottom: 1px solid #dae0e0;
	line-height: 1.6;
	color: #333;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-2 th,
	.mod-container .mod-table-2 td {
		border-bottom: none;
		font-size: 4vw;
		padding: 4vw 2.93333vw;
	}
}

.mod-container .mod-table-2 th a,
.mod-container .mod-table-2 td a {
	line-height: 1.3;
}

.mod-container .mod-table-2 th {
	width: 25%;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-2 th {
		width: 100%;
		padding: 5.33333vw 2.93333vw 3.2vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-2 td {
		border-top: none;
		padding-top: 0;
		padding-bottom: 5.33333vw;
	}
}

.mod-container .mod-table-2 tr {
	width: 75%;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-2 tr {
		width: 100%;
		display: grid;
	}
}

.mod-container .mod-table-3 {
	margin-top: 40px;
	width: 100%;
	border-collapse: collapse;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 {
		margin-top: 8vw;
		border-bottom: 1px solid #dae0e0;
	}
}

.mod-container .mod-table-3 thead th {
	font-weight: 700;
}

.mod-container .mod-table-3 th,
.mod-container .mod-table-3 td {
	font-weight: 400;
	padding: 20px 20px;
	font-size: 16px;
	border-top: 1px solid #dae0e0;
	line-height: 1.6;
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-table-3 th,
	.mod-container .mod-table-3 td {
		border-bottom: 1px solid #dae0e0;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 th,
	.mod-container .mod-table-3 td {
		font-size: 4vw;
		padding: 3.2vw 2.66667vw;
		width: 100%;
	}
}

.mod-container .mod-table-3 th .mod-link,
.mod-container .mod-table-3 td .mod-link {
	line-height: 1.3;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 th .mod-link,
	.mod-container .mod-table-3 td .mod-link {
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-table-3 th {
	width: 25%;
	font-weight: 700;
	background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 th {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 td {
		border-top: none;
		padding: 4vw 2.66667vw 5.33333vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 tr {
		width: 100%;
		display: grid;
	}
}

.mod-container .mod-table-5 {
	margin-top: 40px;
	width: 100%;
	border-collapse: collapse;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-5 {
		margin-top: 8vw;
		border-bottom: 1px solid #dae0e0;
	}
}

.mod-container .mod-table-5 thead th {
	font-weight: 700;
}

.mod-container .mod-table-5 th,
.mod-container .mod-table-5 td {
	font-weight: 400;
	padding: 20px 20px;
	font-size: 16px;
	border-top: 1px solid #dae0e0;
	line-height: 1.6;
	color: #333;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-table-5 th,
	.mod-container .mod-table-5 td {
		border-bottom: 1px solid #dae0e0;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-5 th,
	.mod-container .mod-table-5 td {
		font-size: 4vw;
		padding: 3.2vw 2.66667vw;
		width: 100%;
	}
}

.mod-container .mod-table-5 th .mod-link,
.mod-container .mod-table-5 td .mod-link {
	line-height: 1.3;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-5 th .mod-link,
	.mod-container .mod-table-5 td .mod-link {
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-table-5 th {
	width: 25%;
	font-weight: 700;
	background-color: #f1f8f5;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-5 th {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-5 td {
		border-top: none;
		padding: 4vw 2.66667vw 5.33333vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-5 tr {
		width: 100%;
		display: grid;
	}
}

.mod-container .mod-box {
	position: relative;
	border: 4px solid #e7eeed;
	padding: 45px 44px;
	margin-top: 40px;
	border-radius: 0 0 30px 0;
}

.mod-container .mod-box.center {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-box {
		padding: 6.66667vw 5.6vw;
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-box .box-head {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-box .box-head {
		padding-bottom: 4vw;
		margin-bottom: 3.2vw;
		font-size: 4.53333vw;
	}
}

.mod-container .mod-box .box-ttl {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-box .box-ttl {
		margin-bottom: 4vw;
		font-size: 5.6vw;
	}
}

.mod-container .mod-box .mod-link {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-box .mod-link {
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-box .mod-image-txt > *:first-child {
		margin-right: 27px;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-box .mod-image-txt figure {
		width: 274px;
	}
}

.mod-container .mod-list-box {
	position: relative;
	background-color: #f3f8f6;
	padding: 50px 45px 30px;
	margin-top: 110px;
	border-radius: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box {
		padding: 6.66667vw;
		margin-top: 18.66667vw;
	}
}

.mod-container .mod-list-box .head a {
	font-size: 17px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
}

.mod-container .mod-list-box .head a span {
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box .head a {
		font-size: 4.26667vw;
	}
}

.mod-container .mod-list-box .head a i {
	position: relative;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	border: 1px solid #aec1be;
	margin-left: 10px;
	background-color: #fff;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box .head a i {
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

.mod-container .mod-list-box .head a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box .head a i:before {
		width: 1.6vw;
		height: 2.4vw;
		top: 1px;
	}
}

.mod-container .mod-list-box .head a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box .head a i:after {
		width: 1.6vw;
		height: 2.4vw;
		top: 1px;
	}
}

.mod-container .mod-list-box .head a:hover span {
	color: #007a46;
}

.mod-container .mod-list-box .head a:hover i {
	background-color: #007a46;
	border-color: #007a46;
}

.mod-container .mod-list-box .head a:hover i:before {
	opacity: 0;
}

.mod-container .mod-list-box .head a:hover i:after {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-list-box ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box ul {
		margin-top: 5.33333vw;
	}
}

.mod-container .mod-list-box ul > li {
	margin-right: 12px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box ul > li {
		display: block;
		margin-right: 0;
		margin-bottom: 0;
	}

	.mod-container .mod-list-box ul > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.mod-container .mod-list-box ul > li a {
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	background-color: #fff;
	padding: 6px 15px 6px 26px;
	border-radius: 16px;
	display: inline-block;
	transition: 0.2s ease;
}

.mod-container .mod-list-box ul > li a:hover {
	color: #007a46;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box ul > li a {
		font-size: 3.73333vw;
		display: block;
		padding: 2.4vw 3.73333vw 2.4vw 6.4vw;
		border-radius: 18px / 50%;
	}
}

.mod-container .mod-list-box ul > li a:before {
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 9px;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-list-box ul > li a:before {
		top: 0;
		bottom: 0;
		left: 15px;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box ul > li a:before {
		width: 1.6vw;
		height: 2.4vw;
		top: 3.73333vw;
		left: 3.73333vw;
	}
}

.mod-container .mod-list-box ul > li[area-selected="true"] a {
	background-color: #007a46;
	color: #fff;
	padding: 6px 15px 6px 15px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-list-box ul > li[area-selected="true"] a {
		padding: 2.4vw 3.73333vw 2.4vw 3.73333vw;
	}
}

.mod-container .mod-list-box ul > li[area-selected="true"] a:before {
	display: none;
}

.mod-link-head {
	position: relative;
	border-top: 1px solid #e7eeed;
	margin: 110px 0 25px;
	padding-top: 29px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.mod-link-head {
		margin: 18.66667vw 0 5.33333vw;
		padding-top: 8vw;
		display: block;
	}
}

.mod-link-head .mod-link-head-inner {
	display: flex;
	align-items: center;
}

.mod-link-head .mod-link-head-inner i {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #f3f8f6;
	background-image: url(/ja/assets/img/all/ico_relation.svg);
	background-repeat: no-repeat;
	background-size: 20px 26px;
	background-position: center;
	border-radius: 50%;
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.mod-link-head .mod-link-head-inner i {
		width: 11.2vw;
		height: 11.2vw;
		background-size: 4.53333vw 5.86667vw;
		margin-right: 2.66667vw;
	}
}

.mod-link-head .mod-link-head-inner i.note {
	background-image: url(/ja/assets/img/all/ico_relation_note.svg);
}

.mod-link-head .mod-link-head-inner span {
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

@media screen and (max-width: 767px) {
	.mod-link-head .mod-link-head-inner span {
		font-size: 5.33333vw;
		bottom: 0;
	}
}

.mod-link-head .budge {
	color: #202020;
	border: 2px solid #007a46;
	font-size: 13px;
	padding: 5px 10px;
	line-height: 1;
	border-radius: 3px;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.mod-link-head .budge {
		font-size: 3.2vw;
		padding: 0.53333vw 1.6vw;
		margin-top: 2.66667vw;
		display: inline-block;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-index-list {
		margin-top: 80px;
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	.mod-index-list {
		margin-top: 13.33333vw;
	}
}

.mod-index-list > li {
	border: 1px solid #c2cbcc;
	border-radius: 0 0 30px 0;
}

@media print, screen and (min-width: 768px) {
	.mod-index-list > li {
		width: calc(96% / 2);
	}

	.mod-index-list > li:nth-child(2n) {
		margin-left: 4%;
	}

	.mod-index-list > li:nth-child(n + 3) {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.mod-index-list > li:not(:first-child) {
		margin-top: 6.66667vw;
	}
}

.mod-index-list > li a {
	position: relative;
	display: block;
	height: 100%;
}

.mod-index-list > li a .main-txt {
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a .main-txt {
		font-size: 4.53333vw;
	}
}

.mod-index-list > li a .sub-txt {
	font-size: 15px;
	line-height: 1.9;
	margin-top: 15px;
	padding-right: 30px;
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a .sub-txt {
		font-size: 3.73333vw;
		margin-top: 2.66667vw;
		padding-right: 8vw;
	}
}

.mod-index-list > li a figure {
	overflow: hidden;
	border-bottom: 1px solid #e7eeed;
}

.mod-index-list > li a figure img {
	transition: 0.2s ease;
}

.mod-index-list > li a figure + .mod-index-txt {
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a figure + .mod-index-txt {
		padding-top: 6.66667vw;
	}
}

.mod-index-list > li a .mod-index-txt {
	padding: 35px 35px 35px 35px;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a .mod-index-txt {
		padding: 6.66667vw 6.13333vw 6.66667vw 6.66667vw;
	}
}

.mod-index-list > li a i {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
	bottom: 25px;
	right: 20px;
}

.mod-index-list > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

.mod-index-list > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a i {
		width: 8vw;
		height: 8vw;
	}
}

.mod-index-list > li a[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	background-size: 100%;
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a[target="_blank"] i:before {
		width: 3.2vw;
		height: 3.2vw;
	}
}

.mod-index-list > li a[target="_blank"] i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	opacity: 0;
	background-size: 100%;
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a[target="_blank"] i:after {
		width: 3.2vw;
		height: 3.2vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-index-list > li a:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	.mod-index-list > li a:hover .main-txt {
		color: #007a46;
	}

	.mod-index-list > li a:hover i {
		background-color: #007a46;
	}

	.mod-index-list > li a:hover i:after {
		opacity: 1;
	}

	.mod-index-list > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	.mod-index-list > li a:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-index-list-2 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 85px;
	}
}

@media screen and (max-width: 767px) {
	.mod-index-list-2 {
		margin-top: 13.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-index-list-2 > li {
		width: calc(95% / 2);
	}

	.mod-index-list-2 > li:nth-child(n + 3) {
		margin-top: 35px;
	}

	.mod-index-list-2 > li:nth-child(2n-1) {
		margin-right: 5%;
	}
}

@media screen and (max-width: 767px) {
	.mod-index-list-2 > li:not(:first-child) {
		margin-top: 8vw;
	}
}

.mod-index-list-2 > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s;
	border-bottom: 1px solid #c2cbcc;
	min-height: 100%;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.mod-index-list-2 > li > a {
		font-size: 18px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.mod-index-list-2 > li > a {
		font-size: 4.53333vw;
		padding-bottom: 4vw;
	}
}

.mod-index-list-2 > li > a span {
	flex: 1;
}

.mod-index-list-2 > li > a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 20px;
}

.mod-index-list-2 > li > a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

.mod-index-list-2 > li > a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

.mod-index-list-2 > li > a:hover {
	color: #007a46;
}

.mod-index-list-2 > li > a:hover i {
	border-color: #007a46;
	background-color: #007a46;
}

.mod-index-list-2 > li > a:hover i:before {
	opacity: 0;
}

.mod-index-list-2 > li > a:hover i:after {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.mod-relation-link {
		display: flex;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-relation-link > li a:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	.mod-relation-link > li a:hover .main {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	.mod-relation-link > li a:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-relation-link > li {
		width: calc((100% - 54px) / 3);
	}

	.mod-relation-link > li:not(:first-child) {
		margin-left: 27px;
	}
}

@media screen and (max-width: 767px) {
	.mod-relation-link > li:not(:first-child) {
		margin-top: 10.66667vw;
	}
}

.mod-relation-link > li figure {
	border: 1px solid #dae0e0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mod-relation-link > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

.mod-relation-link > li .date {
	font-size: 15px;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.mod-relation-link > li .date {
		font-size: 3.73333vw;
		margin-top: 4vw;
	}
}

.mod-relation-link > li .main {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	.mod-relation-link > li .main {
		font-size: 4.26667vw;
		margin-top: 2.66667vw;
	}
}

.mod-bottom-wrapper {
	background-color: #f3f8f6;
	padding: 60px 20px;
}

@media screen and (max-width: 767px) {
	.mod-bottom-wrapper {
		display: none;
		border-top: 3px solid #007a46;
		padding: 6.66667vw;
	}
}

.mod-bottom-wrapper .mod-bottom-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.mod-bottom-wrapper .mod-bottom-head a {
	display: inline-flex;
	align-items: center;
	transition: 0.5s;
}

.mod-bottom-wrapper .mod-bottom-head a span {
	font-size: 22px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.mod-bottom-wrapper .mod-bottom-head a span {
		font-size: 4.26667vw;
	}
}

.mod-bottom-wrapper .mod-bottom-head a i {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 50%;
	border: 2px solid #007a46;
	margin-left: 15px;
	transition: 0.5s;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.mod-bottom-wrapper .mod-bottom-head a i {
		width: 8vw;
		height: 8vw;
	}
}

.mod-bottom-wrapper .mod-bottom-head a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 16px;
}

@media screen and (max-width: 767px) {
	.mod-bottom-wrapper .mod-bottom-head a i:before {
		width: 2.13333vw;
		height: 3.46667vw;
		top: 1px;
	}
}

.mod-bottom-wrapper .mod-bottom-head a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 16px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.mod-bottom-wrapper .mod-bottom-head a i:after {
		width: 2.13333vw;
		height: 3.46667vw;
		top: 1px;
	}
}

.mod-bottom-wrapper .mod-bottom-head a:hover span {
	color: #007a46;
}

.mod-bottom-wrapper .mod-bottom-head a:hover i {
	background-color: #007a46;
}

.mod-bottom-wrapper .mod-bottom-head a:hover i:before {
	opacity: 0;
}

.mod-bottom-wrapper .mod-bottom-head a:hover i:after {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	ul.mod-bottom-list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 40px;
	}
}

@media print, screen and (min-width: 768px) {
	ul.mod-bottom-list > li {
		width: 22.7%;
		margin-right: 3%;
	}

	ul.mod-bottom-list > li:nth-child(n + 5) {
		margin-top: 35px;
	}

	ul.mod-bottom-list > li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	ul.mod-bottom-list > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

ul.mod-bottom-list > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	transition: 0.5s;
	border-bottom: 1px solid #c2cbcc;
	min-height: 100%;
}

@media print, screen and (min-width: 768px) {
	ul.mod-bottom-list > li > a {
		font-size: 15px;
		padding-bottom: 19px;
	}
}

@media screen and (max-width: 767px) {
	ul.mod-bottom-list > li > a {
		font-size: 3.73333vw;
	}
}

ul.mod-bottom-list > li > a span {
	flex: 1;
}

@media print, screen and (min-width: 768px) {
	ul.mod-bottom-list > li > a i {
		position: relative;
		display: block;
		width: 20px;
		height: 20px;
		border: 1px solid #aec1be;
		background-color: #fff;
		border-radius: 50%;
		transition: 0.5s;
		margin-left: 5px;
	}

	ul.mod-bottom-list > li > a i:before {
		content: "";
		position: absolute;
		display: block;
		background-image: url("/ja/assets/img/all/ico_link-green.svg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		top: 0;
		bottom: 0;
		left: 1px;
		right: 0;
		margin: auto;
		transition: 0.5s;
		width: 6px;
		height: 9px;
		top: 1px;
	}

	ul.mod-bottom-list > li > a i:after {
		content: "";
		position: absolute;
		display: block;
		background-image: url("/ja/assets/img/all/ico_link-white.svg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		top: 0;
		bottom: 0;
		left: 1px;
		right: 0;
		margin: auto;
		transition: 0.5s;
		width: 6px;
		height: 9px;
		top: 1px;
		opacity: 0;
	}

	ul.mod-bottom-list > li > a[target="_blank"] i:before {
		background-image: url(/ja/assets/img/all/ico_blank.svg);
		width: 8px;
		height: 8px;
		top: 0;
		left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 767px) {
	ul.mod-bottom-list > li > a[target="_blank"] i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	ul.mod-bottom-list > li > a[target="_blank"] i:after {
		background-image: url(/ja/assets/img/all/ico_blank-white.svg);
		width: 8px;
		height: 8px;
		top: 0;
		left: 0;
		opacity: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 767px) {
	ul.mod-bottom-list > li > a[target="_blank"] i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	ul.mod-bottom-list > li > a:hover {
		color: #007a46;
	}

	ul.mod-bottom-list > li > a:hover i {
		border-color: #007a46;
		background-color: #007a46;
	}

	ul.mod-bottom-list > li > a:hover i:before {
		opacity: 0;
	}

	ul.mod-bottom-list > li > a:hover i:after {
		opacity: 1;
	}
}

ul.mod-bottom-list > li[area-selected="true"] > a {
	pointer-events: none;
}

ul.mod-bottom-list > li[area-selected="true"] > a span {
	color: #007a46;
	font-weight: 700;
}

ul.mod-bottom-list > li[area-selected="true"] > a i {
	display: none;
	border-color: #007a46;
	background-color: #007a46;
}

ul.mod-bottom-list > li[area-selected="true"] > a i:before {
	opacity: 0;
}

ul.mod-bottom-list > li[area-selected="true"] > a i:after {
	opacity: 1;
}

.mod-modalBg {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	background-color: #000;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease;
	transition-delay: 0.3s;
}

.mod-modalBg[area-expanded="true"] {
	opacity: 0.75;
	visibility: visible;
}

.mod-select {
	padding: 12px 37px 12px 12px;
	border: 1px solid #dae0e0;
	border-radius: 5px;
	background-color: #fff;
	background-image: url(/ja/assets/img/all/ico_link-green-bottom.svg);
	background-size: 13px 9px;
	background-position: right 12px center;
	background-repeat: no-repeat;
	font-weight: 400;
	color: #333;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.mod-select {
		padding: 3.46667vw 9.86667vw 3.2vw 3.2vw;
		font-size: 4vw;
		background-size: 3.46667vw 2.4vw;
	}
}

.mod-bottom-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.mod-bottom-pager {
		margin-top: 13.33333vw;
	}
}

.mod-bottom-pager ul.num {
	display: flex;
}

.mod-bottom-pager ul.num > li:not(:last-child) {
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.mod-bottom-pager ul.num > li:not(:last-child) {
		margin-right: 1.6vw;
	}
}

.mod-bottom-pager ul.num > li a {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 30px;
	color: #007a46;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #fff;
	transition: 0.5s;
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.mod-bottom-pager ul.num > li a {
		width: 8vw;
		height: 8vw;
		line-height: 7.2vw;
		font-size: 4.26667vw;
	}
}

.mod-bottom-pager ul.num > li a.is-active {
	background-color: #007a46;
	color: #fff;
}

.mod-bottom-pager ul.num > li a:hover {
	border-color: #007a46;
}

.mod-bottom-pager ul.num > li span {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 32px;
	color: #007a46;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.mod-bottom-pager ul.num > li span {
		width: 8vw;
		height: 8vw;
		line-height: 7.46667vw;
	}
}

.mod-bottom-pager .next,
.mod-bottom-pager .prev {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #aec1be;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	.mod-bottom-pager .next,
	.mod-bottom-pager .prev {
		width: 8vw;
		height: 8vw;
	}
}

.mod-bottom-pager .next:before,
.mod-bottom-pager .prev:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 14px;
}

@media screen and (max-width: 767px) {
	.mod-bottom-pager .next:before,
	.mod-bottom-pager .prev:before {
		width: 2.13333vw;
		height: 3.2vw;
	}
}

.mod-bottom-pager .next:after,
.mod-bottom-pager .prev:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 14px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.mod-bottom-pager .next:after,
	.mod-bottom-pager .prev:after {
		width: 2.13333vw;
		height: 3.2vw;
	}
}

.mod-bottom-pager .next:hover,
.mod-bottom-pager .prev:hover {
	background-color: #007a46;
	border-color: #007a46;
}

.mod-bottom-pager .next:hover:after,
.mod-bottom-pager .prev:hover:after {
	opacity: 1;
}

.mod-bottom-pager .next:hover:before,
.mod-bottom-pager .prev:hover:before {
	opacity: 0;
}

.mod-bottom-pager .prev {
	margin-right: 8px;
}

.mod-bottom-pager .prev:before {
	transform: rotate(180deg);
	right: 1px;
	left: 0;
}

.mod-bottom-pager .prev:after {
	transform: rotate(180deg);
	right: 1px;
	left: 0;
}

.mod-bottom-pager .next {
	margin-left: 8px;
}

@media screen and (max-width: 767px) {
	.mod-bottom-pager .next {
		margin-left: 3.2vw;
	}
}

.mod-bottom-pager .counter {
	display: none;
}

.mod-img-head {
	padding-top: 106px;
}

@media screen and (min-width: 768px) {
	#faq-top .mod-img-head,
	#products-top .mod-img-head,
	#rd .mod-img-head,
	#sustainability-top .mod-img-head,
	#ir-top .mod-img-head,
	#company-top .mod-img-head,
	#recruit-top .mod-img-head {
		padding-top: 162px;
	}
}

@media screen and (max-width: 767px) {
	.mod-img-head {
		padding-top: 17.33333vw;
	}
}

.mod-img-head .mod-img-head-inner {
	background-image: url(/ja/company/img/top/bg_heada.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.mod-img-head .mod-img-head-inner {
		background-image: url(/ja/company/img/top/bg_head_spa.jpg);
	}
}

.mod-img-head .mod-img-head-wrapper {
	padding: 65px 20px 70px;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.mod-img-head .mod-img-head-wrapper {
		padding: 10.66667vw 5.33333vw;
	}
}

.mod-img-head .mod-img-head-wrapper .mod-img-head-sub {
	font-size: 15px;
	color: #007a46;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.mod-img-head .mod-img-head-wrapper .mod-img-head-sub {
		font-size: 3.46667vw;
	}
}

.mod-img-head .mod-img-head-wrapper h1 {
	font-size: 48px;
	line-height: 1.6;
	margin-top: 5px;
	color: #000;
}

@media screen and (max-width: 767px) {
	.mod-img-head .mod-img-head-wrapper h1 {
		font-size: 8.53333vw;
		margin-top: 1.33333vw;
	}
}

.mod-img-head .mod-img-head-wrapper .mod-img-head-txt {
	color: #333;
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	.mod-img-head .mod-img-head-wrapper .mod-img-head-txt {
		font-size: 3.73333vw;
		margin-top: 2.66667vw;
		line-height: 1.6;
	}
}

.mod-container .sns-sec {
	padding-top: 60px;
	padding-bottom: 0;
	border-top: none;
}

@media screen and (max-width: 767px) {
	.mod-container .sns-sec {
		padding-top: 50px;
		border-top: none;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-col2-wrapper {
		display: flex;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-col2-wrapper > div {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.mod-col2-wrapper > div .mod-link-list {
		margin-top: 2.66667vw;
	}
}

.brand-sec {
	padding: 80px 0 72px;
}

@media screen and (max-width: 767px) {
	.brand-sec {
		display: none;
	}
}

.brand-sec .brand-sec-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}

.brand-sec .brand-sec-inner .brand-sec-ttl {
	color: #000;
	font-size: 22px;
	font-weight: 500;
}

.brand-sec .brand-sec-inner .brand-sec-tab {
	margin-top: 30px;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-triggers {
	display: flex;
	border: 1px solid #c2cbcc;
	border-radius: 10px;
	overflow: hidden;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-triggers > li {
	width: calc(100% / 6);
	padding: 15px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	transition: 0.2s ease;
	cursor: pointer;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-triggers > li:not(:first-child) {
	border-left: 1px solid #c2cbcc;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-triggers > li[area-selected="true"] {
	background-color: #007a46;
	color: #fff;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-triggers > li[area-selected="true"]:hover {
	opacity: 1;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-triggers > li:hover {
	opacity: 0.75;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-triggers > li:focus-visible {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: -2px;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li {
	display: none;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li[area-expanded="true"] {
	display: block;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li {
	width: calc((100% - 9%) / 7);
	margin-right: 1.5%;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li:nth-child(7n) {
	margin-right: 0;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li:nth-child(n + 8) {
	margin-top: 25px;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a {
	display: block;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a figure {
	position: relative;
	width: 100%;
	height: 92px;
	overflow: hidden;
	border: 1px solid #ebf1f0;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 92%;
	max-height: 82%;
	transition: 0.2s ease;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a .txt-wrapper {
	position: relative;
	margin-top: 5px;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a .txt-wrapper p {
	font-size: 14px;
	font-weight: 500;
	padding-right: 25px;
	transition: 0.2s ease;
	line-height: 1.3;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 5px;
	top: 2px;
	right: 0;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a[target="_blank"] i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	opacity: 0;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a:hover i {
	border-color: #007a46;
	background-color: #007a46;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a:hover i:before {
	opacity: 0;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a:hover i:after {
	opacity: 1;
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a:hover figure img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

.brand-sec .brand-sec-inner .brand-sec-tab .brand-sec-tab-contents > li .brand-links > li a:hover p {
	color: #007a46;
}

.site-search-txt {
	font-size: 16px;
	color: #555;
	line-height: 1.3;
	margin: 80px 0 30px;
}

@media screen and (max-width: 767px) {
	.site-search-txt {
		margin: 13.33333vw 0 5.33333vw;
		font-size: 3.73333vw;
	}
}

.site-search-txt .num {
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

@media screen and (max-width: 767px) {
	.site-search-txt .num {
		font-size: 4.8vw;
	}
}

.site-search-txt + .site-isearch-list {
	margin-top: 0;
}

.site-search-txt + .site-isearch-list > li:first-child > a {
	border-top: 1px solid #e7eeed;
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
	.site-search-txt + .site-isearch-list > li:first-child > a {
		padding-top: 6.66667vw;
	}
}

.site-search {
	background-color: #f3f8f6;
	padding: 35px 45px;
	border-radius: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
	.site-search {
		padding: 6.66667vw;
	}
}

.site-search[area-expanded="true"] .site-search-head .accordion-trigger i {
	border-color: #b0c3c0;
}

.site-search[area-expanded="true"] .site-search-head .accordion-trigger i:after {
	transform: rotate(0);
}

@media print, screen and (min-width: 768px) {
	.site-search .site-search-head,
	.site-search .site-search-mid {
		display: flex;
		align-items: center;
	}
}

.site-search .site-search-head .item-head,
.site-search .site-search-mid .item-head {
	font-weight: 500;
	font-size: 16px;
	margin-right: 19px;
}

@media print, screen and (min-width: 768px) {
	.site-search .site-search-head .item-head,
	.site-search .site-search-mid .item-head {
		width: 145px;
	}
}

@media screen and (max-width: 767px) {
	.site-search .site-search-head .item-head,
	.site-search .site-search-mid .item-head {
		margin-right: 0;
		font-size: 4vw;
	}
}

.site-search .site-search-head input,
.site-search .site-search-mid input {
	padding: 11px 12px;
	background-color: #fff;
	border: 1px solid #dae0e0;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.3;
	width: calc(100% - 272px);
}

@media screen and (max-width: 767px) {
	.site-search .site-search-head input,
	.site-search .site-search-mid input {
		margin-top: 2.66667vw;
		padding: 3.2vw;
		font-size: 4vw;
		width: 100%;
	}
}

.site-search .site-search-head input::-moz-placeholder,
.site-search .site-search-mid input::-moz-placeholder {
	color: #aaa;
	font-size: 16px;
}

.site-search .site-search-head input:-ms-input-placeholder,
.site-search .site-search-mid input:-ms-input-placeholder {
	color: #aaa;
	font-size: 16px;
}

.site-search .site-search-head input::placeholder,
.site-search .site-search-mid input::placeholder {
	color: #aaa;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-head input::-moz-placeholder,
	.site-search .site-search-mid input::-moz-placeholder {
		font-size: 4vw;
	}

	.site-search .site-search-head input:-ms-input-placeholder,
	.site-search .site-search-mid input:-ms-input-placeholder {
		font-size: 4vw;
	}

	.site-search .site-search-head input::placeholder,
	.site-search .site-search-mid input::placeholder {
		font-size: 4vw;
	}
}

.site-search .site-search-head input:-webkit-autofill,
.site-search .site-search-mid input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f3f8f6 inset;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

.site-search .site-search-head .accordion-trigger,
.site-search .site-search-mid .accordion-trigger {
	display: flex;
	align-items: center;
	margin-left: auto;
	cursor: pointer;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-head .accordion-trigger,
	.site-search .site-search-mid .accordion-trigger {
		margin-top: 4vw;
		justify-content: center;
	}
}

.site-search .site-search-head .accordion-trigger span,
.site-search .site-search-mid .accordion-trigger span {
	font-size: 15px;
	color: #333;
	font-weight: 500;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-head .accordion-trigger span,
	.site-search .site-search-mid .accordion-trigger span {
		font-size: 3.73333vw;
	}
}

.site-search .site-search-head .accordion-trigger i,
.site-search .site-search-mid .accordion-trigger i {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #007a46;
	border-radius: 50%;
	margin-left: 6px;
	background-color: #fff;
}

.site-search .site-search-head .accordion-trigger i:before,
.site-search .site-search-mid .accordion-trigger i:before {
	content: "";
	position: absolute;
	display: block;
	background-color: #007a46;
	width: 10px;
	height: 2px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.2s ease;
}

.site-search .site-search-head .accordion-trigger i:after,
.site-search .site-search-mid .accordion-trigger i:after {
	content: "";
	position: absolute;
	display: block;
	background-color: #007a46;
	width: 10px;
	height: 2px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(90deg);
	transition: 0.2s ease;
}

.site-search .site-search-head .accordion-trigger:hover span,
.site-search .site-search-mid .accordion-trigger:hover span {
	color: #007a46;
}

.site-search .site-search-head .accordion-trigger:hover i,
.site-search .site-search-mid .accordion-trigger:hover i {
	background-color: #007a46;
	border-color: #007a46;
}

.site-search .site-search-head .accordion-trigger:hover i:before,
.site-search .site-search-mid .accordion-trigger:hover i:before {
	background-color: #fff;
}

.site-search .site-search-head .accordion-trigger:hover i:after,
.site-search .site-search-mid .accordion-trigger:hover i:after {
	background-color: #fff;
}

.site-search .site-search-head .accordion-trigger:focus-visible,
.site-search .site-search-mid .accordion-trigger:focus-visible {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: 0;
}

.site-search .site-search-head .accordion-trigger:focus-visible span,
.site-search .site-search-mid .accordion-trigger:focus-visible span {
	color: #007a46;
}

.site-search .site-search-head .accordion-trigger:focus-visible i,
.site-search .site-search-mid .accordion-trigger:focus-visible i {
	background-color: #007a46;
	border-color: #007a46;
}

.site-search .site-search-head .accordion-trigger:focus-visible i:before,
.site-search .site-search-mid .accordion-trigger:focus-visible i:before {
	background-color: #fff;
}

.site-search .site-search-head .accordion-trigger:focus-visible i:after,
.site-search .site-search-mid .accordion-trigger:focus-visible i:after {
	background-color: #fff;
}

.site-search .site-search-accordion {
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-accordion {
		padding-top: 4vw;
	}
}

@media print, screen and (min-width: 768px) {
	.site-search .site-search-accordion .item {
		display: flex;
		align-items: baseline;
	}
}

.site-search .site-search-accordion .item + .item {
	margin-top: 20px;
}

.site-search .site-search-accordion .item .item-head {
	width: 140px;
	margin-right: 25px;
	font-size: 16px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-accordion .item .item-head + .checkbox-wrapper {
		margin-top: 15px;
	}
}

.site-search .site-search-accordion .item .item-child {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-accordion .item .item-child {
		margin-top: 2.66667vw;
	}
}

.site-search .site-search-accordion .item .select-wrapper {
	position: relative;
	width: 158px;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-accordion .item .select-wrapper {
		width: calc((100% - 4vw) / 2);
	}
}

.site-search .site-search-accordion .item .select-wrapper select {
	display: block;
	width: 100%;
	padding: 11px 12px;
	background-color: #fff;
	border: 1px solid #dae0e0;
	font-size: 16px;
	border-radius: 5px;
	line-height: 1.3;
	cursor: pointer;
	color: #333;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-accordion .item .select-wrapper select {
		padding: 3.2vw;
		font-size: 4vw;
	}
}

.site-search .site-search-accordion .item .select-wrapper select:focus-visible {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: 0;
}

.site-search .site-search-accordion .item .select-wrapper + .select-wrapper {
	margin-left: 15px;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-accordion .item .select-wrapper + .select-wrapper {
		margin-left: 4vw;
	}
}

.site-search .site-search-accordion .item .select-wrapper:after {
	content: "";
	position: absolute;
	display: block;
	width: 13px;
	height: 9px;
	background-image: url(/ja/assets/img/all/ico_link-green-bottom.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto 0;
}

.site-search .site-search-accordion .item .checkbox-wrapper {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	.site-search .site-search-accordion .item .checkbox-wrapper {
		margin-bottom: -20px;
	}

	.site-search .site-search-accordion .item .checkbox-wrapper + .checkbox-wrapper {
		margin-left: 50px;
	}

	.site-search .site-search-accordion .item .checkbox-wrapper:last-child {
		flex: 1;
	}
}

@media screen and (max-width: 767px) {
	.site-search .site-search-accordion .item .checkbox-wrapper {
		margin-bottom: -3.2vw;
	}

	.site-search .site-search-accordion .item .checkbox-wrapper + .checkbox-wrapper {
		margin-top: 4vw;
	}
}

.site-search .site-search-accordion .item .checkbox-wrapper > li {
	margin-right: 25px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.site-search .site-search-accordion .item .checkbox-wrapper > li {
		margin-right: 5.33333vw;
		margin-bottom: 3.2vw;
	}
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"] {
	height: 0;
	display: block;
	width: 0;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]#all + label:before {
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #aaa;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]#all + label:after {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #007a46;
	top: 0;
	bottom: 0;
	left: 6px;
	margin: auto 0;
	opacity: 0;
	transition: 0.2s ease;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]#all:checked + label:before {
	border-color: #007a46;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]#all:checked + label:after {
	opacity: 1;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]:not(#all) + label:before {
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	border: 1px solid #aaa;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]:not(#all) + label:after {
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	background-color: #007a46;
	background-image: url(/ja/assets/img/all/icon_checked.svg);
	background-repeat: no-repeat;
	background-size: 13px 9px;
	background-position: center;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	opacity: 0;
	transition: 0.2s ease;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]:not(#all) + label:hover:before {
	border-color: #007a46;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]:not(#all):checked + label:before {
	border-color: #007a46;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]:not(#all):checked + label:after {
	opacity: 1;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li input[type="checkbox"]:focus-visible + label {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: 0;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.site-search .site-search-accordion .item .checkbox-wrapper > li label:focus-visible {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: 0;
}

.site-search .site-search-accordion .mod-list-note {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.site-search .site-search-accordion .mod-list-note {
		margin-left: 165px;
	}
}

@media screen and (max-width: 767px) {
	.site-search .site-search-accordion .mod-list-note {
		margin-top: 4vw;
	}
}

.site-search .site-search-bottom {
	margin-top: 20px;
}

.site-search .site-search-bottom input {
	display: block;
	width: 180px;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	background-color: #007a46;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer;
	font-weight: 400;
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	.site-search .site-search-bottom input:hover {
		background-color: #0cba5e;
	}
}

@media screen and (max-width: 767px) {
	.site-search .site-search-bottom input:hover {
		opacity: 0.75;
	}
}

.site-search .site-search-bottom input:focus-visible {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: 0;
}

.site-search.bottom {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.site-search.bottom {
		margin-top: 13.33333vw;
	}
}

.site-search.bottom .site-search-head input[type="text"] {
	width: calc(100% - 362px);
}

@media screen and (max-width: 767px) {
	.site-search.bottom .site-search-head input[type="text"] {
		width: 100%;
	}
}

.site-search.bottom .site-search-head .site-search-bottom {
	margin-top: 0;
	padding-top: 0;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.site-search.bottom .site-search-head .site-search-bottom {
		margin-top: 5.33333vw;
	}
}

.site-search.bottom .site-search-head .site-search-bottom input {
	border-color: #007a46;
}

.site-search-list > li a {
	border-bottom: 1px solid #e7eeed;
}

@media print, screen and (min-width: 768px) {
	.site-search-list > li a {
		padding: 30px 0;
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.site-search-list > li a {
		display: block;
		padding: 5.33333vw 0;
	}
}

.site-search-list > li a:first-child {
	border-top: 1px solid #e7eeed;
}

.site-isearch-list > li a figure,
.site-search-list > li a figure {
	width: 228px;
	position: relative;
	height: 161px;
	overflow: hidden;
	border: 1px solid #dce2e2;
}

@media screen and (max-width: 767px) {
	.site-search-list > li a figure {
		width: 56.26667vw;
		height: 39.73333vw;
		margin: 0 auto;
	}
}

.site-isearch-list > li a figure img,
.site-search-list > li a figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	.site-search-list > li a .txt-wrapper {
		flex: 1;
		margin-left: 25px;
	}
}

@media screen and (max-width: 767px) {
	.site-search-list > li a .txt-wrapper {
		margin-top: 4vw;
	}
}

.site-search-list > li a .txt-wrapper .txt-date {
	color: #007a46;
	font-size: 15px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.site-search-list > li a .txt-wrapper .txt-date {
		justify-content: space-between;
		font-size: 3.73333vw;
	}
}

.site-search-list > li a .txt-wrapper .txt-date span.budge {
	font-size: 13px;
	padding: 3px 16px;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #202020;
	min-width: 123px;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.site-search-list > li a .txt-wrapper .txt-date span.budge {
		margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.site-search-list > li a .txt-wrapper .txt-date span.budge {
		min-width: 26.66667vw;
		padding: 0.8vw;
		width: 31.2vw;
	}
}

@media screen and (max-width: 767px) {
	.site-search-list > li a .txt-wrapper .txt-date span.budge {
		font-size: 3.2vw;
	}
}

.site-search-list > li a .txt-wrapper .txt-date span.budge.ir {
	border-color: #f78832;
}

.site-search-list > li a .txt-wrapper .txt-date span.budge.csr {
	border-color: #5ebf43;
}

.site-search-list > li a .txt-wrapper .txt-date span.budge.product {
	border-color: #0ca7d3;
}

.site-search-list > li a .txt-wrapper .txt-date span.budge.rd {
	border-color: #3055b5;
}

.site-search-list > li a .txt-wrapper .txt-date span.budge.settlement {
	background-color: #db8d12;
}

.site-search-list > li a .txt-wrapper .txt-date span.budge.press {
	border-color: #e3bb00;
}

.site-search-list > li a .txt-wrapper .txt-date span.budge.update {
	border-color: #2f5993;
}

.site-search-list > li a .txt-wrapper .txt-date span.budge.other {
	border-color: #93aab9;
}

.site-search-list > li a .txt-wrapper .txt-ttl {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.site-search-list > li a .txt-wrapper .txt-ttl {
		margin-top: 2.13333vw;
		font-size: 4.26667vw;
	}
}

.site-search-list > li a .txt-wrapper .txt-ttl i.pdf-icon {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	margin-left: 5px;
	margin-bottom: -3px;
}

.site-search-list > li a .txt-wrapper .txt-ttl span.file-size {
	font-size: 14px;
	font-weight: 400;
	color: #555;
}

@media screen and (max-width: 767px) {
	.site-search-list > li a .txt-wrapper .txt-ttl span.file-size {
		font-size: 3.46667vw;
	}
}

.site-search-list > li a .txt-wrapper .txt-main {
	margin-top: 8px;
	font-size: 15px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	.site-search-list > li a .txt-wrapper .txt-main {
		margin-top: 2.13333vw;
		font-size: 3.73333vw;
	}
}

.site-search-list > li a:hover .txt-ttl {
	color: #007a46;
}

.site-isearch-list > li a:hover figure img,
.site-search-list > li a:hover figure img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

.site-search-pagination {
	padding: 80px 0 0;
	display: flex;
	justify-content: center;
}

.site-search-pagination ul {
	display: flex;
	justify-content: center;
	margin: 0 5px;
}

@media screen and (max-width: 767px) {
	.site-search-pagination ul {
		margin: 0 1.33333vw;
	}
}

.site-search-pagination ul > li {
	margin: 0 5px;
}

@media screen and (max-width: 767px) {
	.site-search-pagination ul > li {
		margin: 0 1.33333vw;
	}
}

.site-search-pagination ul > li a {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	border-radius: 50%;
	line-height: 1;
	color: #007a46;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.site-search-pagination ul > li a {
		width: 8vw;
		height: 8vw;
		font-size: 4.26667vw;
	}
}

.site-search-pagination ul > li a span.num {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 20px;
}

@media screen and (max-width: 767px) {
	.site-search-pagination ul > li a span.num {
		height: 4.8vw;
	}
}

.site-search-pagination ul > li.active a {
	background-color: #007a46;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.site-search-pagination ul > li:hover a {
		background-color: #007a46;
		color: #fff;
	}
}

.site-search-pagination .pager {
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	border-radius: 50%;
	line-height: 1;
	color: #007a46;
	border: 1px solid #aec2bf;
	opacity: 0;
	pointer-events: none;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-repeat: no-repeat;
	background-size: 9px 14px;
	background-position: center;
	transition: 0.2s ease;
}

.site-search-pagination .pager.prev {
	transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
	.site-search-pagination .pager {
		width: 8vw;
		height: 8vw;
		background-size: 2.13333vw 3.2vw;
	}
}

.site-search-pagination .pager.active {
	opacity: 1;
	pointer-events: inherit;
}

@media print, screen and (min-width: 768px) {
	.site-search-pagination .pager:hover {
		background-color: #007a46;
		border-color: #007a46;
		background-image: url(/ja/assets/img/all/ico_link-white.svg);
		cursor: pointer;
	}
}

.site-search-reccomend {
	margin-top: 80px;
	border-top: 1px solid #e7eeed;
	padding-top: 40px;
}

@media screen and (max-width: 767px) {
	.site-search-reccomend {
		margin-top: 18.66667vw;
		padding-top: 8vw;
	}
}

.site-search-reccomend .site-search-reccomend-head {
	font-size: 22px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.site-search-reccomend .site-search-reccomend-head {
		font-size: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.site-search-reccomend .site-search-reccomend-link {
		display: flex;
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	.site-search-reccomend .site-search-reccomend-link {
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.site-search-reccomend .site-search-reccomend-link > li {
		width: calc(90% / 6);
	}

	.site-search-reccomend .site-search-reccomend-link > li:not(:first-child) {
		margin-left: 2%;
	}
}

.site-search-reccomend .site-search-reccomend-link > li a {
	display: block;
}

@media screen and (max-width: 767px) {
	.site-search-reccomend .site-search-reccomend-link > li a figure {
		display: none;
	}
}

.site-search-reccomend .site-search-reccomend-link > li a p {
	position: relative;
	margin-top: 10px;
	padding-left: 16px;
	transition: 0.2s ease;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.site-search-reccomend .site-search-reccomend-link > li a p {
		margin-top: 2.66667vw;
		padding-left: 4.26667vw;
	}
}

.site-search-reccomend .site-search-reccomend-link > li a p i {
	position: absolute;
	display: inline-block;
	width: 9px;
	height: 14px;
	margin-right: 8px;
	left: 0;
	top: 5px;
	transition: 0.2s ease;
}

.site-search-reccomend .site-search-reccomend-link > li a p i:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(/ja/assets/img/all/ico_link-green-s.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	content: "";
	left: 0;
	top: 0;
	width: 9px;
	height: 14px;
}

.site-search-reccomend .site-search-reccomend-link > li a:hover p {
	color: #007a46;
}

.site-search-reccomend .site-search-reccomend-link > li a:hover p i:before {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.site-isearch-list {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.site-isearch-list {
		margin-top: 13.33333vw;
	}
}

.site-isearch-list > li:first-child a {
	padding-top: 0;
	border-top: none;
}

.site-isearch-list > li a {
	border-top: 1px solid #e7eeed;
	border-bottom: 1px solid #e7eeed;
}

@media print, screen and (min-width: 768px) {
	.site-isearch-list > li a {
		display: flex;
		/*align-items: baseline;*/
		padding: 30px 0;
	}
}

@media screen and (max-width: 767px) {
	.site-isearch-list > li a {
		display: block;
		padding: 5.33333vw 0;
	}
}

.site-isearch-list > li a figure {
	width: 200px;
	margin-right: 25px;
	border: 1px solid #dce2e2;
}

@media screen and (max-width: 767px) {
	.site-isearch-list > li a figure {
		display: none;
	}
}

.site-isearch-list > li a .txt-wrapper {
	flex: 1;
}

.site-isearch-list > li a .txt-wrapper .txt-ttl {
	font-size: 18px;
	font-weight: 500;
	color: #007a46;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.site-isearch-list > li a .txt-wrapper .txt-ttl {
		font-size: 4.26667vw;
	}
}

.site-isearch-list > li a .txt-wrapper .txt-main {
	font-size: 15px;
	line-height: 1.9;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.site-isearch-list > li a .txt-wrapper .txt-main {
		font-size: 3.73333vw;
		margin-top: 1.33333vw;
	}
}

.site-isearch-list > li a .txt-wrapper .txt-url {
	color: #555;
	font-size: 14px;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.site-isearch-list > li a .txt-wrapper .txt-url {
		font-size: 3.46667vw;
		margin-top: 1.33333vw;
	}
}

.site-isearch-list > li a:hover .txt-ttl {
	color: #333;
}

.mod-tab-sec {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.mod-tab-sec {
		margin-top: 13.33333vw;
	}
}

.mod-tab-sec .mod-tab-head {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.mod-tab-sec .mod-tab-head {
		margin-bottom: 10.66667vw;
	}
}

.mod-tab-sec .mod-tab-head ul {
	display: flex;
}

.mod-tab-sec .mod-tab-head ul > li {
	position: relative;
	border: 2px solid #007a46;
	color: #007a46;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 24px) / 4);
	text-align: center;
	padding: 20px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.2s ease;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.mod-tab-sec .mod-tab-head ul > li {
		font-size: 3.73333vw;
		padding: 3.2vw 2.13333vw;
		width: calc((100% - 15px) / 4);
	}
}

.mod-tab-sec .mod-tab-head ul > li[area-selected="true"] {
	background-color: #007a46;
	color: #fff;
}

.mod-tab-sec .mod-tab-head ul > li[area-selected="true"]:hover {
	opacity: 1;
}

.mod-tab-sec .mod-tab-head ul > li[area-selected="true"]:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #007a46 transparent transparent transparent;
}

@media print, screen and (min-width: 768px) {
	.mod-tab-sec .mod-tab-head ul > li[area-selected="true"]:hover {
		background-color: #007a46;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-tab-sec .mod-tab-head ul > li:not(:first-child) {
		margin-left: 8px;
	}

	.mod-tab-sec .mod-tab-head ul > li:hover {
		background-color: #f3f8f6;
	}
}

@media screen and (max-width: 767px) {
	.mod-tab-sec .mod-tab-head ul > li:not(:first-child) {
		margin-left: 5px;
	}
}

.mod-tab-sec .mod-tab-head ul > li:focus-visible {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: 0;
}

.mod-tab-sec .mod-tab-head ul.col2 > li {
	width: 50%;
}

.mod-tab-sec .mod-tab-head ul.col3 > li {
	width: 33%;
}

.mod-tab-sec .mod-tab-wrapper .tab-contents > li {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.mod-tab-sec .mod-tab-wrapper .tab-contents > li {
		margin-top: 65px;
	}
}

@media screen and (max-width: 767px) {
	.mod-tab-sec .mod-tab-wrapper .tab-contents > li {
		margin-top: 10.66667vw;
	}
}

.mod-tab-sec .mod-tab-wrapper .tab-contents > li[area-expanded="true"] {
	display: block;
}

.mod-tab-sec .mod-tab-wrapper .tab-contents > li[area-expanded="false"] {
	display: none;
}

#company .company-h2 {
	font-size: 32px;
	color: #333;
	margin: 80px 0 50px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company .company-h2 {
		margin: 16vw 0 10.66667vw;
		font-size: 6.93333vw;
	}
}

#company .company-person-txt-1 {
	font-size: 16px;
	text-align: right;
	margin-top: 50px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company .company-person-txt-1 {
		margin-top: 9.33333vw;
	}
}

#company .company-person-txt-2 {
	font-size: 24px;
	text-align: right;
	margin-top: 10px;
	font-weight: 700;
	line-height: 1.9;
}

#company .company-person-txt-2 + .company-person-txt-1 {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#company .company-person-txt-2 + .company-person-txt-1 {
		margin-top: 4vw;
	}
}

@media screen and (max-width: 767px) {
	#company .company-person-txt-2 {
		font-size: 5.6vw;
		margin-top: 1.33333vw;
	}
}

#company .company-box-1 {
	border: 4px solid #e7eeed;
	border-radius: 0 0 30px 0;
	padding: 42px 45px;
}

@media screen and (max-width: 767px) {
	#company .company-box-1 {
		padding: 6.66667vw;
		border-radius: 0 0 8vw 0;
	}
}

#company .company-box-1 p {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company .company-box-1 p {
		font-size: 5.6vw;
	}
}

#company .company-box-2 {
	background-color: #f3f8f6;
	padding: 45px;
	border-radius: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
	#company .company-box-2 {
		padding: 8vw 6.66667vw;
		border-radius: 0 0 8vw 0;
	}
}

#company .company-box-2 ol {
	position: relative;
	color: #333;
	counter-reset: item;
}

#company .company-box-2 ol > li {
	position: relative;
	font-size: 18px;
	line-height: 1.9;
	padding-left: 35px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#company .company-box-2 ol > li {
		font-size: 4.53333vw;
		padding-left: 8vw;
	}
}

#company .company-box-2 ol > li:not(:first-child) {
	margin-top: 35px;
}

@media screen and (max-width: 767px) {
	#company .company-box-2 ol > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

#company .company-box-2 ol > li:before {
	position: absolute;
	counter-increment: item;
	content: counter(item) ".";
	font-family: "Jost", sans-serif;
	font-style: italic;
	font-weight: 700;
	font-style: italic;
	top: -3px;
	left: 0;
	font-size: 24px;
	color: #007a46;
}

@media screen and (max-width: 767px) {
	#company .company-box-2 ol > li:before {
		font-size: 5.86667vw;
		top: -0.8vw;
	}
}

#company .company-txt-1 {
	font-size: 18px;
	line-height: 2.5;
}

@media screen and (max-width: 767px) {
	#company .company-txt-1 {
		font-size: 4.53333vw;
	}
}

#company .company-link-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

#company .company-link-list > li {
	width: calc((100% - 60px) / 3);
}

@media print, screen and (min-width: 768px) {
	#company .company-link-list > li {
		margin-right: 30px;
	}

	#company .company-link-list > li:nth-child(3n) {
		margin-right: 0;
	}

	#company .company-link-list > li:nth-child(n + 4) {
		margin-top: 35px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-link-list > li {
		width: calc((100% - 4vw) / 2);
	}

	#company .company-link-list > li:nth-child(2n) {
		margin-left: 4vw;
	}

	#company .company-link-list > li:nth-child(n + 3) {
		margin-top: 6.66667vw;
	}
}

#company .company-link-list > li a {
	border-bottom: 1px solid #dae0e0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 19px;
	transition: 0.5s;
	color: #333;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#company .company-link-list > li a {
		font-size: 4vw;
		padding-bottom: 2.66667vw;
	}
}

#company .company-link-list > li a span {
	flex: 1;
}

#company .company-link-list > li a[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

#company .company-link-list > li a[target="_blank"] i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	opacity: 0;
}

#company .company-link-list > li a[target="_blank"]:hover i:before {
	opacity: 0;
}

#company .company-link-list > li a[target="_blank"]:hover i:after {
	opacity: 1;
}

#company .company-link-list > li a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #dae0e0;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#company .company-link-list > li a i {
		width: 5.33333vw;
		height: 5.33333vw;
		margin-left: 2.66667vw;
	}
}

#company .company-link-list > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company .company-link-list > li a i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#company .company-link-list > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#company .company-link-list > li a i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#company .company-link-list > li a:hover {
	color: #007a46;
}

#company .company-link-list > li a:hover i {
	background-color: #007a46;
	border-color: #007a46;
}

#company .company-link-list > li a:hover i:before {
	opacity: 0;
}

#company .company-link-list > li a:hover i:after {
	opacity: 1;
}

#company .officer-wrapper {
	border: 1px solid #c2cbcc;
	border-radius: 0 0 30px 0;
	overflow: hidden;
	margin-top: 49px;
}

@media screen and (max-width: 767px) {
	#company .officer-wrapper {
		margin-top: 8vw;
	}
}

#company .officer-wrapper .mod-accordion-wrapper {
	border: none;
	margin-top: 0;
}

#company .officer-wrapper .mod-accordion-wrapper .accordion-head {
	padding: 30px 45px 45px;
	box-shadow: none;
}

@media screen and (max-width: 767px) {
	#company .officer-wrapper .mod-accordion-wrapper .accordion-head {
		padding: 20px 20px 25px;
	}
}

@media print, screen and (min-width: 768px) {
	#company .officer-wrapper .accordion-content-inner {
		padding: 0 45px 36px;
	}
}

@media print, screen and (min-width: 768px) {
	#company .officer-wrapper .mod-accordion-wrapper:hover .accordion-head {
		background-color: #fff;
	}

	#company .officer-wrapper .mod-accordion-wrapper:hover .accordion-head .accordion-head-inner .main {
		color: #007a46;
	}

	#company .officer-wrapper .mod-accordion-wrapper:hover .accordion-head i {
		background-color: #007a46;
	}

	#company .officer-wrapper .mod-accordion-wrapper:hover .accordion-head i:after {
		background-color: #fff;
	}

	#company .officer-wrapper .mod-accordion-wrapper:hover .accordion-head i:before {
		background-color: #fff;
	}
}

#company .officer-wrapper .mod-accordion-wrapper[area-expanded="true"] .accordion-head {
	background-color: #f3f8f6;
}

#company .officer-wrapper-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 45px 45px 30px;
}

@media screen and (max-width: 767px) {
	#company .officer-wrapper-inner {
		padding: 6.66667vw 5.33333vw 5.33333vw;
	}
}

#company .officer-wrapper-inner .dep {
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company .officer-wrapper-inner .dep {
		font-size: 4vw;
	}
}

#company .officer-wrapper-inner .main {
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company .officer-wrapper-inner .main {
		margin-top: 2.66667vw;
		font-size: 5.6vw;
	}
}

#company .officer-wrapper-inner .kana {
	font-size: 14px;
	color: #555;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company .officer-wrapper-inner .kana {
		font-size: 3.46667vw;
	}
}

#company .officer-wrapper-inner figure {
	width: 155px;
}

@media screen and (max-width: 767px) {
	#company .officer-wrapper-inner figure {
		width: 34.4vw;
	}
}

#company .officer-wrapper-inner:after {
	content: "";
	position: absolute;
	width: calc(100% - 90px);
	height: 1px;
	background-color: #c2cbcc;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#company .officer-wrapper-inner:after {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 767px) {
	#company .officer-wrapper .mod-accordion-wrapper {
		width: 100%;
		margin-left: 0;
	}
}

#company .accordion-content .officer-accordion-inner-head {
	font-size: 20px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#company .accordion-content .officer-accordion-inner-head {
		font-size: 4.8vw;
	}
}

#company .accordion-content .officer-birthday {
	font-size: 15px;
	padding: 25px 30px;
	background-color: #fff;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#company .accordion-content .officer-birthday {
		margin-top: 4vw;
		padding: 4vw;
		font-size: 3.73333vw;
	}
}

#company .accordion-content .officer-birthday + .officer-accordion-inner-head {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#company .accordion-content .officer-birthday + .officer-accordion-inner-head {
		margin-top: 6.66667vw;
	}
}

#company .accordion-content .officer-table {
	background-color: #fff;
	margin-top: 20px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#company .accordion-content .officer-table {
		margin-top: 4vw;
	}
}

#company .accordion-content .officer-table tr:not(:first-child) {
	border-top: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#company .accordion-content .officer-table tr {
		display: flex;
		flex-wrap: wrap;
		padding: 4vw;
	}
}

#company .accordion-content .officer-table th {
	font-weight: 700;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#company .accordion-content .officer-table th {
		padding: 25px 20px 25px 30px;
		font-size: 15px;
		width: 145px;
	}
}

@media screen and (max-width: 767px) {
	#company .accordion-content .officer-table th {
		font-size: 3.73333vw;
		width: 100%;
	}
}

#company .accordion-content .officer-table td {
	font-weight: 400;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#company .accordion-content .officer-table td {
		padding: 25px 30px 25px 0px;
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	#company .accordion-content .officer-table td {
		margin-top: 1.33333vw;
		font-size: 3.73333vw;
		width: 100%;
	}
}

#company .accordion-content .officer-table + .officer-accordion-inner-head {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#company .accordion-content .officer-table + .officer-accordion-inner-head {
		margin-top: 6.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company .officer-list {
		display: flex;
		flex-wrap: wrap;
	}
}

#company .officer-list > li {
	border: 1px solid #c2cbcc;
	border-radius: 0 0 30px 0;
	padding: 45px;
}

@media print, screen and (min-width: 768px) {
	#company .officer-list > li {
		width: calc((100% - 35px) / 2);
	}
}

@media print, screen and (min-width: 768px) {
	#company .officer-list > li:nth-child(2n) {
		margin-left: 35px;
	}

	#company .officer-list > li:nth-child(n + 3) {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	#company .officer-list > li {
		padding: 6.66667vw 5.33333vw;
	}

	#company .officer-list > li:not(:first-child) {
		margin-top: 8vw;
	}
}

#company .officer-list > li .dep {
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company .officer-list > li .dep {
		font-size: 4vw;
	}
}

#company .officer-list > li .main {
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company .officer-list > li .main {
		margin-top: 2.66667vw;
		font-size: 5.6vw;
	}
}

#company .officer-list > li .kana {
	font-size: 14px;
	color: #555;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company .officer-list > li .kana {
		font-size: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company .vision-list-strong {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	#company .vision-list-strong > li:not(:first-child) {
		margin-top: 0.8vw;
	}
}

#company .vision-list-strong + .txt-main {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#company .vision-list-strong + .txt-main {
		margin-top: 4.8vw;
	}
}

#company .company-about .btn-center {
	text-align: center;
}

#company .company-about .company-about-h3 {
	background-color: #f3f8f6;
	line-height: 1.6;
	display: block;
	text-align: center;
	color: #333;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about .company-about-h3 {
		padding: 8px;
		border-radius: 24px;
		font-size: 20.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about .company-about-h3 {
		padding: 0.80645vw;
		border-radius: 2.41935vw;
		font-size: 2.09677vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about .company-about-h3 {
		padding: 10px;
		border-radius: 30px;
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about .company-about-h3 {
		font-size: 5.86667vw;
		padding: 1.33333vw;
		border-radius: 6vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper {
		margin-top: 32px;
		padding: 0 20px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper {
		margin-top: 3.22581vw;
		padding: 0 2.01613vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper {
		margin-top: 40px;
		padding: 0 25px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper {
		margin-top: 6.66667vw;
	}
}

#company .company-about-wrapper .about-txt-l {
	color: #007a46;
	font-weight: 700;
	line-height: 0.73;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .about-txt-l {
		text-align: center;
		margin-top: 7.73333vw;
	}
}

#company .company-about-wrapper .about-txt-l .large {
	font-size: 160px;
	font-family: "Jost", sans-serif;
	font-style: italic;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper .about-txt-l .large {
		font-size: 128px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper .about-txt-l .large {
		font-size: 12.90323vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper .about-txt-l .large {
		font-size: 160px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .about-txt-l .large {
		font-size: 24vw;
		margin-right: 1.06667vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper .about-txt-l .small {
		font-size: 28.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper .about-txt-l .small {
		font-size: 2.90323vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper .about-txt-l .small {
		font-size: 36px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .about-txt-l .small {
		font-size: 6.93333vw;
	}
}

#company .company-about-wrapper .company-about-link {
	position: relative;
	display: inline-block;
	font-weight: 700;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper .company-about-link {
		font-size: 13.6px;
		margin-top: 18.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper .company-about-link {
		font-size: 1.37097vw;
		margin-top: 1.85484vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper .company-about-link {
		font-size: 17px;
		margin-top: 23px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .company-about-link {
		font-size: 4.26667vw;
		margin-top: 5.33333vw;
	}
}

#company .company-about-wrapper .company-about-link span {
	display: block;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper .company-about-link span {
		padding-left: 33.6px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper .company-about-link span {
		padding-left: 3.3871vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper .company-about-link span {
		padding-left: 42px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .company-about-link span {
		padding-left: 8.26667vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper .company-about-link + br + .company-about-link {
		margin-top: 12.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper .company-about-link + br + .company-about-link {
		margin-top: 1.29032vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper .company-about-link + br + .company-about-link {
		margin-top: 16px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .company-about-link + br + .company-about-link {
		margin-top: 2.66667vw;
	}
}

#company .company-about-wrapper .company-about-link i {
	position: absolute;
	left: 0;
	top: 0px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #007a46;
	background-color: #fff;
	transition: 0.5s;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper .company-about-link i {
		width: 25.6px;
		height: 25.6px;
		top: -2.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper .company-about-link i {
		width: 2.58065vw;
		height: 2.58065vw;
		top: -0.24194vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper .company-about-link i {
		width: 32px;
		height: 32px;
		top: -3px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .company-about-link i {
		top: 0px;
		width: 6.93333vw;
		height: 6.93333vw;
	}
}

#company .company-about-wrapper .company-about-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .company-about-link i:before {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

#company .company-about-wrapper .company-about-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .company-about-link i:after {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

@media print, screen and (min-width: 768px) {
	#company .company-about-wrapper .company-about-link:hover span {
		color: #007a46;
	}

	#company .company-about-wrapper .company-about-link:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#company .company-about-wrapper .company-about-link:hover i:before {
		opacity: 0;
	}

	#company .company-about-wrapper .company-about-link:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper .company-about-link:hover {
		opacity: 0.75;
	}
}

#company .company-about-wrapper.company-about-1 {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-1 {
		text-align: center;
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-1 .about-txt {
		width: 396px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-1 .about-txt {
		width: 39.91935vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-1 .about-txt {
		width: 495px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-1 .about-txt {
		width: 100%;
		order: 2;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-1 .about-txt .mod-txt {
		margin-top: 24px;
		font-size: 12.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-1 .about-txt .mod-txt {
		margin-top: 2.41935vw;
		font-size: 1.29032vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-1 .about-txt .mod-txt {
		margin-top: 30px;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-1 .about-txt .mod-txt {
		text-align: center;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-1 figure {
		width: 272.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-1 figure {
		width: 27.5vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-1 figure {
		width: 341px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-1 figure {
		width: 100%;
		order: 1;
		text-align: center;
	}
}

#company .company-about-wrapper.company-about-1 figure img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-1 figure img {
		width: 53.6vw;
	}
}

#company .company-about-wrapper.company-about-2 {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-2 {
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-2 .about-txt {
		width: 336px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-2 .about-txt {
		width: 33.87097vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-2 .about-txt {
		width: 420px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-2 .about-txt {
		width: 100%;
		order: 2;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-2 .about-txt .about-txt-l .large {
		font-size: 112px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-2 .about-txt .about-txt-l .large {
		font-size: 11.29032vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-2 .about-txt .about-txt-l .large {
		font-size: 140px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-2 .about-txt .about-txt-l .large {
		font-size: 22.93333vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-2 figure {
		width: 264px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-2 figure {
		width: 26.6129vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-2 figure {
		width: 330px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-2 figure {
		width: 100%;
		order: 1;
		text-align: center;
	}
}

#company .company-about-wrapper.company-about-2 figure img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-2 figure img {
		width: 66.13333vw;
	}
}

#company .company-about-wrapper.company-about-3 {
	display: flex;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 {
		display: block;
	}
}

#company .company-about-wrapper.company-about-3 h4 {
	display: inline-flex;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	color: #333;
	white-space: nowrap;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 h4 {
		font-size: 19.2px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 h4 {
		font-size: 1.93548vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 h4 {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 h4 {
		font-size: 5.33333vw;
	}
}

#company .company-about-wrapper.company-about-3 h4:before {
	content: "";
	border: 1px solid #e7eeed;
	display: inline-block;
	height: 1px;
	background-color: #e7eeed;
	border: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 h4:before {
		width: 33.33333vw;
		margin-right: 5.06667vw;
	}
}

#company .company-about-wrapper.company-about-3 h4:after {
	content: "";
	border: 1px solid #e7eeed;
	display: inline-block;
	height: 1px;
	background-color: #e7eeed;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 h4:after {
		width: 33.33333vw;
		margin-left: 5.06667vw;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-jp {
	position: relative;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp {
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp {
		padding-right: 36px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp {
		padding-right: 3.62903vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp {
		padding-right: 45px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp h4:before {
		width: 144px;
		margin-right: 14.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp h4:before {
		width: 14.51613vw;
		margin-right: 1.45161vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp h4:before {
		width: 180px;
		margin-right: 18px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp h4:after {
		width: 144px;
		margin-left: 14.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp h4:after {
		width: 14.51613vw;
		margin-left: 1.45161vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp h4:after {
		width: 180px;
		margin-left: 18px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp {
		width: 420px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp {
		width: 42.33871vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp {
		width: 525px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp figure {
		width: 265.6px;
		margin: 80px auto 16px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp figure {
		width: 26.77419vw;
		margin: 8.06452vw auto 1.6129vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp figure {
		width: 332px;
		margin: 100px auto 20px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp figure {
		margin-top: 13.86667vw;
		margin-bottom: 12vw;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp figure img {
		width: 59.46667vw;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-jp .box-1,
#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
	position: absolute;
	left: 0;
	font-weight: 500;
	color: #333;
	text-align: center;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
		top: 64px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
		top: 6.45161vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
		top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
		top: 10.66667vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .box-txt,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .box-txt {
		font-size: 15.2px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .box-txt,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .box-txt {
		font-size: 1.53226vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .box-txt,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .box-txt {
		font-size: 19px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .box-txt,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .box-txt {
		font-size: 4.53333vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .about-txt-l,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .about-txt-l {
		margin-top: 12px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .about-txt-l,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .about-txt-l {
		margin-top: 1.20968vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .about-txt-l,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .about-txt-l {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .about-txt-l,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .about-txt-l {
		margin-top: 2.66667vw;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .about-txt-l .large,
#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .about-txt-l .large {
	letter-spacing: 0;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .about-txt-l .large,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .about-txt-l .large {
		font-size: 96px;
		margin-left: -16px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .about-txt-l .large,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .about-txt-l .large {
		font-size: 9.67742vw;
		margin-left: -1.6129vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .about-txt-l .large,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .about-txt-l .large {
		font-size: 120px;
		margin-left: -20px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-1 .about-txt-l .large,
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 .about-txt-l .large {
		font-size: 22.93333vw;
		margin-left: -4vw;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
	top: inherit;
	left: inherit;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
		top: 236.8px;
		right: 30.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
		top: 23.87097vw;
		right: 3.06452vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
		top: 296px;
		right: 38px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-3 {
		top: 49.6vw;
		right: 0;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 {
	position: absolute;
	left: 0;
	font-weight: 500;
	color: #333;
	text-align: center;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 {
		top: 88px;
		left: 104px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 {
		top: 8.87097vw;
		left: 10.48387vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 {
		top: 110px;
		left: 130px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 {
		top: 16vw;
		left: 24vw;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li {
	text-align: left;
	line-height: 1.1;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li {
		line-height: 1;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .txt {
	color: #333;
	font-weight: 500;
	display: inline-block;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .txt {
		font-size: 12.8px;
		width: 48px;
		margin-right: 12px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .txt {
		font-size: 1.29032vw;
		width: 4.83871vw;
		margin-right: 1.20968vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .txt {
		font-size: 16px;
		width: 60px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .txt {
		font-size: 3.73333vw;
		width: 13.86667vw;
		margin-right: 2.13333vw;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .large {
	color: #007a46;
	font-family: "Jost", sans-serif;
	font-style: italic;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .large {
		font-size: 25.6px;
		margin-right: 4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .large {
		font-size: 2.58065vw;
		margin-right: 0.40323vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .large {
		font-size: 32px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .large {
		font-size: 7.46667vw;
		margin-right: 2.13333vw;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .small {
	color: #007a46;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .small {
		font-size: 11.2px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .small {
		font-size: 1.12903vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .small {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-jp .box-2 ul > li .small {
		font-size: 3.2vw;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-gl {
	text-align: center;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl {
		padding-left: 36px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl {
		padding-left: 3.62903vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl {
		padding-left: 45px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl {
		margin-top: 14.93333vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl h4:before {
		width: 88px;
		margin-right: 14.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl h4:before {
		width: 8.87097vw;
		margin-right: 1.45161vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl h4:before {
		width: 110px;
		margin-right: 18px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl h4:after {
		width: 88px;
		margin-left: 14.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl h4:after {
		width: 8.87097vw;
		margin-left: 1.45161vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl h4:after {
		width: 110px;
		margin-left: 18px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl {
		width: 300px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl {
		width: 30.24194vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl {
		width: 375px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl figure {
		width: 178.4px;
		margin: 23.2px auto 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl figure {
		width: 17.98387vw;
		margin: 2.33871vw auto 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl figure {
		width: 223px;
		margin: 29px auto 0;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl figure {
		margin-top: 8vw;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl figure img {
		width: 53.6vw;
	}
}

#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 {
	font-weight: 500;
	color: #333;
	text-align: center;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 {
		margin-top: 16px;
		margin-bottom: 9.6px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 {
		margin-top: 1.6129vw;
		margin-bottom: 0.96774vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 {
		margin-top: 20px;
		margin-bottom: 12px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .box-txt {
		font-size: 15.2px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .box-txt {
		font-size: 1.53226vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .box-txt {
		font-size: 19px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l {
		margin-top: 12px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l {
		margin-top: 1.20968vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l {
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l .large {
		font-size: 96px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l .large {
		font-size: 9.67742vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l .large {
		font-size: 120px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l .large {
		font-size: 22.93333vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l .small {
		font-size: 17.6px;
		margin-left: 0.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l .small {
		font-size: 1.77419vw;
		margin-left: 0.08065vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l .small {
		font-size: 22px;
		margin-left: 1px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-3 .company-about-gl .box-1 .about-txt-l .small {
		font-size: 5.33333vw;
		margin-left: 1.33333vw;
	}
}

#company .company-about-wrapper.company-about-4 {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 {
		flex-wrap: wrap;
	}
}

#company .company-about-wrapper.company-about-4 .about-txt {
	flex: 1;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt {
		width: 100%;
		order: 2;
		margin-top: 8vw;
	}
}

#company .company-about-wrapper.company-about-4 .about-txt ul li {
	line-height: 0.75;
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li {
		text-align: center;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li:not(:first-child) {
		margin-top: 44px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li:not(:first-child) {
		margin-top: 4.43548vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li:not(:first-child) {
		margin-top: 55px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li:not(:first-child) {
		margin-top: 9.06667vw;
	}
}

#company .company-about-wrapper.company-about-4 .about-txt ul li .txt {
	font-weight: bold;
	color: #333;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .txt {
		font-size: 15.2px;
		margin-right: 26.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .txt {
		font-size: 1.53226vw;
		margin-right: 2.66129vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .txt {
		font-size: 19px;
		margin-right: 33px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .txt {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 4.53333vw;
		margin-bottom: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num-2 {
		font-size: 80px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num-2 {
		font-size: 8.06452vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num-2 {
		font-size: 100px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num-2 {
		font-size: 19.2vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num {
		font-size: 80px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num {
		font-size: 8.06452vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num {
		font-size: 100px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num {
		font-size: 16.26667vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-num {
		font-size: 48px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-num {
		font-size: 4.83871vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-num {
		font-size: 60px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-num {
		font-size: 14.13333vw;
	}
}

#company .company-about-wrapper.company-about-4 .about-txt ul li .small-txt {
	color: #007a46;
	font-weight: 700;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .small-txt {
		font-size: 25.6px;
		margin-left: 3.2px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .small-txt {
		font-size: 2.58065vw;
		margin-left: 0.32258vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .small-txt {
		font-size: 32px;
		margin-left: 4px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .small-txt {
		font-size: 5.33333vw;
		margin-left: 1.33333vw;
	}

	#company .company-about-wrapper.company-about-4 .about-txt ul li .small-txt.mid {
		margin-left: 1.06667vw;
		margin-right: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .small-num {
		font-size: 29.6px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .small-num {
		font-size: 2.98387vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .small-num {
		font-size: 37px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .small-num {
		font-size: 8.53333vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-txt {
		font-size: 28.8px;
		margin-left: 6.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-txt {
		font-size: 2.90323vw;
		margin-left: 0.64516vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-txt {
		font-size: 36px;
		margin-left: 8px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-txt {
		font-size: 5.86667vw;
	}
}

#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num,
#company .company-about-wrapper.company-about-4 .about-txt ul li .large-num-2,
#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-num,
#company .company-about-wrapper.company-about-4 .about-txt ul li .small-num,
#company .company-about-wrapper.company-about-4 .about-txt ul li .mid-txt {
	font-family: "Jost", sans-serif;
	font-style: italic;
	color: #007a46;
	letter-spacing: 0;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-4 figure {
		width: 144px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-4 figure {
		width: 14.51613vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-4 figure {
		width: 180px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-4 figure {
		order: 1;
		width: 100%;
		text-align: center;
	}

	#company .company-about-wrapper.company-about-4 figure img {
		width: 40.26667vw;
	}
}

#company .company-about-wrapper.company-about-5 .company-about-inner {
	position: relative;
	text-align: center;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 {
		padding: 0 20px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 {
		padding: 0 2.01613vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 {
		padding: 0 25px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5.field figure img {
		margin-top: 4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5.field figure img {
		margin-top: 0.40323vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5.field figure img {
		margin-top: 5px;
	}
}

#company .company-about-wrapper.company-about-5 figure {
	position: relative;
	text-align: center;
	width: 100%;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 figure img {
		width: 312.8px;
		margin-top: 10px;
		margin-bottom: 27px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 figure img {
		width: 31.53226vw;
		margin-top: 0.22581vw;
		margin-bottom: 2.80645vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 figure img {
		width: 391px;
		margin-top: 10px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 figure img {
		width: 72vw;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list {
		text-align: left;
		margin-top: 5.33333vw;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li {
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	#company .company-about-wrapper.company-about-5 .data-list > li {
		position: absolute;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list > li {
		display: flex;
		align-items: center;
		padding-left: 18.66667vw;
	}

	#company .company-about-wrapper.company-about-5 .data-list > li:not(:first-child) {
		margin-top: 4vw;
	}

	#company .company-about-wrapper.company-about-5 .data-list > li:before {
		content: "";
		left: 0;
		position: absolute;
		width: 16vw;
		height: 16vw;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-1:before {
		background-image: url(/ja/company/img/about/ico_about_7_1.svg);
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-2:before {
		background-image: url(/ja/company/img/about/ico_about_7_2.svg);
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-3:before {
		background-image: url(/ja/company/img/about/ico_about_7_3.svg);
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-4:before {
		background-image: url(/ja/company/img/about/ico_about_7_4.svg);
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-5:before {
		background-image: url(/ja/company/img/about/ico_about_7_5.svg);
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-6:before {
		background-image: url(/ja/company/img/about/ico_about_7_6.svg);
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-7:before {
		background-image: url(/ja/company/img/about/ico_about_7_7.svg);
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-8:before {
		background-image: url(/ja/company/img/about/ico_about_7_8.svg);
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-9:before {
		background-image: url(/ja/company/img/about/ico_about_7_9.svg);
	}

	#company .company-about-wrapper.company-about-5 .data-list > li.data-10:before {
		background-image: url(/ja/company/img/about/ico_about_7_10.svg);
	}
}

@media print, screen and (min-width: 768px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .line {
		position: absolute;
		display: block;
		width: 2px;
	}
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .line {
		top: 12px;
	}
}

@media print, screen and (min-width: 768px) and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .line {
		top: 1.20968vw;
	}
}

@media print, screen and (min-width: 768px) and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .line {
		top: 15px;
	}
}

@media print, screen and (min-width: 768px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .line:before {
		position: absolute;
		content: "";
		height: 2px;
	}

	#company .company-about-wrapper.company-about-5 .data-list > li .line:after {
		position: absolute;
		content: "";
		height: 2px;
	}
}

@media print, screen and (min-width: 768px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .ttl {
		display: block;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .ttl {
		font-size: 19.2px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .ttl {
		font-size: 5.33333vw;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .ttl {
		font-size: 1.93548vw;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .ttl {
		font-size: 5.33333vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .ttl {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .ttl {
		font-size: 5.33333vw;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .ttl {
		font-size: 5.33333vw;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-1 {
	color: #007a46;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-1 {
		top: 144px;
		right: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-1 {
		top: 14.51613vw;
		right: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-1 {
		top: 180px;
		right: 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-1 .line {
		left: -28px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-1 .line {
		left: -2.82258vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-1 .line {
		left: -30px;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-1 .line:before {
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-1 .line:before {
		width: 24px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-1 .line:before {
		width: 2.41935vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-1 .line:before {
		width: 25px;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-2 {
	color: #4cd34f;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-2 {
		top: 250px;
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-2 {
		top: 23.70968vw;
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-2 {
		top: 300px;
		left: 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-2 .line {
		left: 128px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-2 .line {
		left: 12.90323vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-2 .line {
		left: 160px;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-2 .line:before {
	background-color: #4cd34f;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-2 .line:before {
		width: 100px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-2 .line:before {
		width: 8.6129vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-2 .line:before {
		width: 105px;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-3 {
	color: #42d38a;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-3 {
		top: 116px;
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-3 {
		top: 11.69355vw;
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-3 {
		top: 145px;
		left: 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-3 .line {
		left: 88px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-3 .line {
		left: 8.87097vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-3 .line {
		left: 110px;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-3 .line:before {
	background-color: #4cd34f;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-3 .line:before {
		width: 106.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-3 .line:before {
		width: 10.72581vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-3 .line:before {
		width: 125px;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-4 {
	color: #97ada9;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-4 {
		top: 0;
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-4 {
		top: 0;
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-4 {
		top: 0;
		left: 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-4 .line {
		left: 336px;
		height: 20px;
		background-color: #97ada9;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-4 .line {
		left: 33.87097vw;
		height: 2.01613vw;
		background-color: #97ada9;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-4 .line {
		left: 420px;
		height: 25px;
		background-color: #97ada9;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-4 .line:after {
	background-color: #97ada9;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-4 .line:after {
		width: 272px;
		right: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-4 .line:after {
		width: 27.41935vw;
		right: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-4 .line:after {
		width: 340px;
		right: 0;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-5 {
	color: #007a46;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-5 {
		top: 8px;
		right: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-5 {
		top: 0.80645vw;
		right: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-5 {
		top: 10px;
		right: 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-5 .line {
		left: -116px;
		height: 36px;
		background-color: #007a46;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-5 .line {
		left: -11.69355vw;
		height: 3.62903vw;
		background-color: #007a46;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-5 .line {
		left: -145px;
		height: 45px;
		background-color: #007a46;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-5 .line:after {
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-5 .line:after {
		width: 108px;
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-5 .line:after {
		width: 10.8871vw;
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-5 .line:after {
		width: 135px;
		left: 0;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-6 {
	color: #4cd34f;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 {
		top: 126.4px;
		right: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 {
		top: 12.74194vw;
		right: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 {
		top: 158px;
		right: 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line {
		left: -28px;
		height: 65.6px;
		background-color: #4cd34f;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line {
		left: -2.82258vw;
		height: 6.6129vw;
		background-color: #4cd34f;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line {
		left: -35px;
		height: 82px;
		background-color: #4cd34f;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line:after {
	background-color: #4cd34f;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line:after {
		width: 20px;
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line:after {
		width: 2.01613vw;
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line:after {
		width: 25px;
		left: 0;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line:before {
	background-color: #4cd34f;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line:before {
		width: 38.4px;
		left: -38.4px;
		bottom: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line:before {
		width: 3.87097vw;
		left: -3.87097vw;
		bottom: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-6 .line:before {
		width: 48px;
		left: -48px;
		bottom: 0;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-7 {
	color: #42d38a;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 {
		top: 225.6px;
		right: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 {
		top: 22.74194vw;
		right: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 {
		top: 282px;
		right: 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line {
		left: -28px;
		height: 65.6px;
		background-color: #42d38a;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line {
		left: -2.82258vw;
		height: 6.6129vw;
		background-color: #42d38a;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line {
		left: -35px;
		height: 82px;
		background-color: #42d38a;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line:after {
	background-color: #42d38a;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line:after {
		width: 20px;
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line:after {
		width: 2.01613vw;
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line:after {
		width: 25px;
		left: 0;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line:before {
	background-color: #4cd34f;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line:before {
		width: 124px;
		left: -124px;
		bottom: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line:before {
		width: 12.5vw;
		left: -12.5vw;
		bottom: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-7 .line:before {
		width: 155px;
		left: -155px;
		bottom: 0;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-8 {
	color: #33d1ba;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-8 {
		top: 216px;
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-8 {
		top: 21.77419vw;
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-8 {
		top: 270px;
		left: 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-8 .line {
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-8 .line {
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-8 .line {
		left: 0;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-8 .line:after {
	background-color: #33d1ba;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-8 .line:after {
		width: 92px;
		left: 112px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-8 .line:after {
		width: 9.27419vw;
		left: 11.29032vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-8 .line:after {
		width: 115px;
		left: 140px;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-9 {
	color: #24a8a1;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-9 {
		top: 112px;
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-9 {
		top: 11.29032vw;
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-9 {
		top: 140px;
		left: 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-9 .line {
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-9 .line {
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-9 .line {
		left: 0;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-9 .line:after {
	background-color: #24a8a1;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-9 .line:after {
		width: 148px;
		left: 44px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-9 .line:after {
		width: 14.91935vw;
		left: 4.43548vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-9 .line:after {
		width: 185px;
		left: 55px;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-10 {
	color: #b7ceca;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-10 {
		top: 0;
		left: 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-10 {
		top: 0;
		left: 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-10 {
		top: 0;
		left: 0;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-10 .line {
	background-color: #b7ceca;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-10 .line {
		left: 253.6px;
		height: 28px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-10 .line {
		left: 25.56452vw;
		height: 2.82258vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-10 .line {
		left: 317px;
		height: 35px;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li.data-10 .line:after {
	background-color: #b7ceca;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-10 .line:after {
		width: 192px;
		right: 0px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-10 .line:after {
		width: 19.35484vw;
		right: 0vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li.data-10 .line:after {
		width: 240px;
		right: 0px;
	}
}

@media print, screen and (min-width: 768px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data {
		display: block;
		margin-left: auto;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li .data .num {
	font-family: "Jost", sans-serif;
	font-style: italic;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .num {
		font-size: 57.6px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .num {
		font-size: 5.80645vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .num {
		font-size: 72px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .num {
		font-size: 12vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .num .mid {
		font-size: 44.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .num .mid {
		font-size: 4.51613vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .num .mid {
		font-size: 56px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .num .mid {
		font-size: 8.53333vw;
	}
}

#company .company-about-wrapper.company-about-5 .data-list > li .data .txt {
	font-family: "Jost", sans-serif;
	font-style: italic;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .txt {
		font-size: 20.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .txt {
		font-size: 2.09677vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .txt {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper.company-about-5 .data-list > li .data .txt {
		font-size: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-wrapper + .company-about-h3 {
		margin-top: 64px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-wrapper + .company-about-h3 {
		margin-top: 6.45161vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-wrapper + .company-about-h3 {
		margin-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-wrapper + .company-about-h3 {
		margin-top: 12.8vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-bottom {
		margin-top: 12.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-bottom {
		margin-top: 1.29032vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-bottom {
		margin-top: 16px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-bottom {
		margin-top: 2.66667vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-bottom + .company-about-h3 {
		margin-top: 64px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-bottom + .company-about-h3 {
		margin-top: 6.45161vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-bottom + .company-about-h3 {
		margin-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-bottom + .company-about-h3 {
		margin-top: 12.8vw;
	}
}

#company .company-about-bottom .company-about-link {
	position: relative;
	display: inline-block;
	font-weight: 700;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-bottom .company-about-link {
		font-size: 13.6px;
		margin-top: 18.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-bottom .company-about-link {
		font-size: 1.37097vw;
		margin-top: 1.85484vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-bottom .company-about-link {
		font-size: 17px;
		margin-top: 23px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-bottom .company-about-link {
		font-size: 4.26667vw;
		margin-top: 5.33333vw;
	}
}

#company .company-about-bottom .company-about-link span {
	display: block;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-bottom .company-about-link span {
		padding-left: 33.6px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-bottom .company-about-link span {
		padding-left: 3.3871vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-bottom .company-about-link span {
		padding-left: 42px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-bottom .company-about-link span {
		padding-left: 8.26667vw;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-bottom .company-about-link + br + .company-about-link {
		margin-top: 12.8px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-bottom .company-about-link + br + .company-about-link {
		margin-top: 1.29032vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-bottom .company-about-link + br + .company-about-link {
		margin-top: 16px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-bottom .company-about-link + br + .company-about-link {
		margin-top: 2.66667vw;
	}
}

#company .company-about-bottom .company-about-link i {
	position: absolute;
	left: 0;
	top: 0px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #007a46;
	background-color: #fff;
	transition: 0.5s;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#company .company-about-bottom .company-about-link i {
		width: 25.6px;
		height: 25.6px;
		top: -2.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#company .company-about-bottom .company-about-link i {
		width: 2.58065vw;
		height: 2.58065vw;
		top: -0.24194vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#company .company-about-bottom .company-about-link i {
		width: 32px;
		height: 32px;
		top: -3px;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-bottom .company-about-link i {
		top: 0px;
		width: 6.93333vw;
		height: 6.93333vw;
	}
}

#company .company-about-bottom .company-about-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company .company-about-bottom .company-about-link i:before {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

#company .company-about-bottom .company-about-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company .company-about-bottom .company-about-link i:after {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

@media print, screen and (min-width: 768px) {
	#company .company-about-bottom .company-about-link:hover span {
		color: #007a46;
	}

	#company .company-about-bottom .company-about-link:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#company .company-about-bottom .company-about-link:hover i:before {
		opacity: 0;
	}

	#company .company-about-bottom .company-about-link:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#company .company-about-bottom .company-about-link:hover {
		opacity: 0.75;
	}
}

#company .company-about-bottom .btn-center {
	text-align: center;
}

#company .company-image-link.mod-image-link li {
	border: none;
}

@media print, screen and (min-width: 768px) {
	#company .company-image-link.mod-image-link {
		padding-bottom: 80px;
	}

	#company .company-image-link.mod-image-link li {
		width: 100%;
		margin-right: 0;
	}

	#company .company-image-link.mod-image-link li a .img-wrapper {
		border-radius: 0 0 30px 0;
	}

	#company .company-image-link.mod-image-link li a .txt-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-left: 30px;
	}

	#company .company-image-link.mod-image-link li a .txt-wrapper p {
		width: 47%;
	}

	#company .company-image-link.mod-image-link li a .txt-wrapper p.company-image-link_ttl {
		font-size: 20px;
		font-weight: 500;
	}

	#company .company-image-link.mod-image-link li a .txt-wrapper p.company-image-link_txt {
		padding-top: 10px;
		font-size: 14px;
		font-weight: 400;
	}

	#company .company-image-link.mod-image-link li a i {
		width: 32px;
		height: 32px;
		bottom: 25px;
		right: 25px;
		border: 2px solid #007a46;
		background-color: #fff;
	}

	#company .company-image-link.mod-image-link li a i:before,
	#company .company-image-link.mod-image-link li a i:after {
		width: 8px;
		height: 13px;
	}

	#company .company-image-link.mod-image-link li a:hover .txt-wrapper p.company-image-link_txt {
		color: #333;
	}

	#company .company-image-link.mod-image-link li a:hover i {
		background-color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#company .company-image-link.mod-image-link {
		padding-bottom: 13.33333vw;
	}

	#company .company-image-link.mod-image-link li a .txt-wrapper {
		background-color: #f3f8f6;
		padding: 6.4vw 6.66667vw;
		border-radius: 0 0 8vw 0;
	}

	#company .company-image-link.mod-image-link li a .txt-wrapper p.company-image-link_ttl {
		font-size: 4.8vw;
	}

	#company .company-image-link.mod-image-link li a .txt-wrapper p.company-image-link_txt {
		padding-top: 2.66667vw;
		padding-right: 6.66667vw;
		font-size: 3.73333vw;
		font-weight: 400;
	}

	#company .company-image-link.mod-image-link li a i {
		width: 8vw;
		height: 8vw;
		bottom: 6.4vw;
		right: 5.33333vw;
		border: 2px solid #007a46;
		background-color: #fff;
	}

	#company .company-image-link.mod-image-link li a i:before,
	#company .company-image-link.mod-image-link li a i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

.company-bottom-link a {
	position: relative;
	display: block;
	padding: 45px;
	border: 1px solid #c2cbcc;
	border-radius: 0 0 30px 0;
}

@media print, screen and (min-width: 768px) {
	.company-bottom-link a {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.company-bottom-link a {
		padding: 6.66667vw 6.66667vw 6.66667vw;
	}
}

.company-bottom-link a figure {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.company-bottom-link a figure {
		width: 325px;
		margin-right: 36px;
	}
}

.company-bottom-link a figure.company-bottom-link_smallImg img {
	width: 180px;
}

.company-bottom-link a .txt-wrapper {
	flex: 1;
}

@media screen and (max-width: 767px) {
	.company-bottom-link a .txt-wrapper {
		margin-top: 5.33333vw;
	}
}

.company-bottom-link a .txt-wrapper .main {
	font-size: 18px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.company-bottom-link a .txt-wrapper .main {
		font-size: 4.53333vw;
	}
}

.company-bottom-link a .txt-wrapper .sub {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.9;
	padding-right: 30px;
}

@media screen and (max-width: 767px) {
	.company-bottom-link a .txt-wrapper .sub {
		font-size: 3.73333vw;
		margin-top: 2.66667vw;
	}
}

.company-bottom-link a i {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
	bottom: 25px;
	right: 20px;
}

@media screen and (max-width: 767px) {
	.company-bottom-link a i {
		width: 8vw;
		height: 8vw;
		bottom: 5.33333vw;
		right: 5.33333vw;
	}
}

.company-bottom-link a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	.company-bottom-link a i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

.company-bottom-link a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.company-bottom-link a i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

.company-bottom-link a[target="_blank"] i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	background-size: 100%;
	width: 13px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	.company-bottom-link a[target="_blank"] i:after {
		width: 3.46667vw;
		height: 3.46667vw;
		top: 0px;
	}
}

.company-bottom-link a[target="_blank"] i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 13px;
	height: 13px;
	opacity: 0;
	background-size: 100%;
}

@media screen and (max-width: 767px) {
	.company-bottom-link a[target="_blank"] i:before {
		width: 3.46667vw;
		height: 3.46667vw;
		top: 0px;
	}
}

.company-bottom-link a:hover span {
	color: #007a46;
}

.company-bottom-link a:hover i {
	background-color: #007a46;
}

.company-bottom-link a:hover i:after {
	opacity: 0;
}

.company-bottom-link a:hover i:before {
	opacity: 1;
}

.company-bottom-link + .company-bottom-link {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.company-bottom-link + .company-bottom-link {
		margin-top: 5.33333vw;
	}
}

#company-top .company-news-sec .company-news-sec-inner {
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#company-top .company-news-sec .company-news-sec-inner {
		display: flex;
		justify-content: space-between;
		padding: 50px 20px 65px;
		max-width: 1200px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-news-sec .company-news-sec-inner {
		padding: 10.66667vw 5.33333vw 16vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-head {
		margin-right: 60px;
	}
}

#company-top .company-news-sec .company-news-sec-inner .company-news-sec-head h2 {
	font-size: 24px;
	color: #000;
}

@media screen and (max-width: 767px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-head h2 {
		font-size: 5.86667vw;
	}
}

#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents {
	width: 100%;
	flex: 1;
}

@media screen and (max-width: 767px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul {
		margin-top: 5.33333vw;
	}
}

#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li {
	border-bottom: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li:first-child {
		border-top: 1px solid #e7eeed;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li:first-child a {
		padding-top: 5px;
	}
}

#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a {
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	transition: 0.5s;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a {
		display: block;
		font-size: 4vw;
		padding: 3.2vw 0 4vw;
	}
}

#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a .date {
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a .date {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 1.33333vw;
	}
}

#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a .main {
	flex: 1;
}

#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a i {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
}

#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a .pdf-size {
	font-size: 14px;
	color: #555;
}

@media print, screen and (min-width: 768px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-news-sec .company-news-sec-inner .company-news-sec-contents ul > li a:hover {
		opacity: 0.75;
	}
}

#company-top .company-message-sec .company-message-sec-inner a {
	background-color: #f3f8f6;
}

@media print, screen and (min-width: 768px) {
	#company-top .company-message-sec .company-message-sec-inner a {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-message-sec .company-message-sec-inner a {
		display: block;
	}
}

#company-top .company-message-sec .company-message-sec-inner a figure {
	overflow: hidden;
}

#company-top .company-message-sec .company-message-sec-inner a figure img {
	width: 100%;
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	#company-top .company-message-sec .company-message-sec-inner a figure {
		width: 50%;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .company-message-sec .company-message-sec-inner a .company-message-contents {
		display: flex;
		align-items: center;
		justify-content: start;
		width: 50%;
		padding: 0 60px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-message-sec .company-message-sec-inner a .company-message-contents {
		padding: 9.06667vw 8vw 10.66667vw;
	}
}

#company-top .company-message-sec .company-message-sec-inner a .company-message-contents h2 {
	font-size: 32px;
	color: #000;
}

@media screen and (max-width: 767px) {
	#company-top .company-message-sec .company-message-sec-inner a .company-message-contents h2 {
		font-size: 6.4vw;
	}
}

#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-txt {
		font-size: 4vw;
		margin-top: 2.66667vw;
	}
}

#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link {
		margin-top: 8vw;
	}
}

#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link span {
	line-height: 1.3;
	font-size: 18px;
	transition: 0.2s ease;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link span {
		font-size: 4.53333vw;
	}
}

#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.2s ease;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link i {
		height: 8vw;
		width: 8vw;
	}
}

#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .company-message-sec .company-message-sec-inner a .company-message-contents .company-message-contents-link i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .company-message-sec .company-message-sec-inner a:hover {
	color: #333;
}

#company-top .company-message-sec .company-message-sec-inner a:hover figure img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

#company-top .company-message-sec .company-message-sec-inner a:hover .company-message-contents-link span {
	color: #007a46;
}

#company-top .company-message-sec .company-message-sec-inner a:hover .company-message-contents-link i {
	background-color: #007a46;
}

#company-top .company-message-sec .company-message-sec-inner a:hover .company-message-contents-link i:after {
	opacity: 1;
}

#company-top .company-message-sec .company-message-sec-inner a:hover .company-message-contents-link i:before {
	opacity: 0;
}

#company-top .company-policy-sec h2 {
	color: #000;
}

#company-top .company-policy-sec.common-sec .common-sec-inner {
	padding: 80px 20px 80px;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec.common-sec .common-sec-inner {
		padding-top: 13.33333vw;
		padding-bottom: 13.33333vw;
	}
}

#company-top .company-policy-sec .company-policy-sec-links {
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links {
		margin-top: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .company-policy-sec .company-policy-sec-links > li {
		width: calc(95% / 2);
	}

	#company-top .company-policy-sec .company-policy-sec-links > li:nth-child(2n) {
		margin-left: 5%;
	}

	#company-top .company-policy-sec .company-policy-sec-links > li:nth-child(n + 3) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li:not(:first-child) {
		margin-top: 6.66667vw;
	}
}

#company-top .company-policy-sec .company-policy-sec-links > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 30px 0;
	border: 1px solid #c2cbcc;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a {
		border-radius: 0 0 8vw 0;
	}
}

#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper {
	padding: 40px;
	color: #333;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper {
		padding: 6.66667vw;
	}
}

#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper .txt-ttl {
	font-size: 22px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper .txt-ttl {
		font-size: 4.53333vw;
	}
}

#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper .txt-main {
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.9;
	padding-right: 40px;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper .txt-main {
		font-size: 4vw;
		margin-top: 2.66667vw;
		padding-right: 8vw;
	}
}

#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper p {
	transition: 0.5s;
}

#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper i {
	position: absolute;
	right: 25px;
	bottom: 30px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper i {
		height: 8vw;
		width: 8vw;
		right: 5.33333vw;
		bottom: 6.66667vw;
	}
}

#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 16px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 16px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a .txt-wrapper i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#company-top .company-policy-sec .company-policy-sec-links > li a:hover .txt-ttl {
		color: #007a46;
	}

	#company-top .company-policy-sec .company-policy-sec-links > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#company-top .company-policy-sec .company-policy-sec-links > li a:hover i:after {
		opacity: 1;
	}

	#company-top .company-policy-sec .company-policy-sec-links > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a:hover {
		opacity: 0.75;
	}
}

#company-top .company-policy-sec .company-policy-sec-links > li figure {
	overflow: hidden;
}

#company-top .company-policy-sec .company-policy-sec-links > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

#company-top .company-policy-sec .company-policy-sec-links > li a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#company-top .company-policy-sec .company-policy-sec-links > li a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#company-top .company-policy-sec .company-policy-sec-links > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#company-top .company-about-sec {
	background-color: #c3ecd3;
}

#company-top .company-about-sec h2 {
	color: #000;
}

#company-top .company-about-sec.common-sec .common-sec-inner {
	padding: 80px 20px 80px;
}

@media screen and (max-width: 767px) {
	#company-top .company-about-sec.common-sec .common-sec-inner {
		padding-top: 13.33333vw;
		padding-bottom: 13.33333vw;
	}
}

#company-top .company-about-sec .company-about-sec-links {
	margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
	#company-top .company-about-sec .company-about-sec-links {
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-about-sec .company-about-sec-links {
		margin-top: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .company-about-sec .company-about-sec-links > li {
		width: 31.33333%;
	}

	#company-top .company-about-sec .company-about-sec-links > li:not(:nth-child(3n)) {
		margin-right: 3%;
	}

	#company-top .company-about-sec .company-about-sec-links > li:nth-child(n + 4) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-about-sec .company-about-sec-links > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

#company-top .company-about-sec .company-about-sec-links > li a {
	background-color: #fff;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 20px 30px;
	border-radius: 0 0 30px 0;
	font-size: 18px;
	font-weight: 500;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#company-top .company-about-sec .company-about-sec-links > li a {
		padding: 5.33333vw 5.33333vw 5.33333vw 6.66667vw;
		font-size: 4.53333vw;
		border-radius: 0 0 8vw 0;
	}
}

#company-top .company-about-sec .company-about-sec-links > li a i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#company-top .company-about-sec .company-about-sec-links > li a i {
		height: 8vw;
		width: 8vw;
	}
}

#company-top .company-about-sec .company-about-sec-links > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .company-about-sec .company-about-sec-links > li a i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .company-about-sec .company-about-sec-links > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .company-about-sec .company-about-sec-links > li a i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .company-about-sec .company-about-sec-links > li a:hover {
		color: #007a46;
	}

	#company-top .company-about-sec .company-about-sec-links > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#company-top .company-about-sec .company-about-sec-links > li a:hover i:after {
		opacity: 1;
	}

	#company-top .company-about-sec .company-about-sec-links > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-about-sec .company-about-sec-links > li a:hover {
		opacity: 0.75;
	}
}

#company-top .company-relative-sec {
	background-color: #f3f8f6;
}

#company-top .company-relative-sec h2 {
	color: #000;
}

#company-top .company-relative-sec.common-sec .common-sec-inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec.common-sec .common-sec-inner {
		padding-top: 13.33333vw;
		padding-bottom: 18.66667vw;
	}
}

#company-top .company-relative-sec .company-relative-sec-links {
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links {
		margin-top: 6.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .company-relative-sec .company-relative-sec-links > li {
		width: 31.33333%;
	}

	#company-top .company-relative-sec .company-relative-sec-links > li:not(:nth-child(3n)) {
		margin-right: 3%;
	}

	#company-top .company-relative-sec .company-relative-sec-links > li:nth-child(n + 4) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

#company-top .company-relative-sec .company-relative-sec-links > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 30px 0;
	border: 1px solid #c2cbcc;
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links > li a {
		border-radius: 0 0 8vw 0;
	}
}

#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper {
	padding: 30px 35px 30px 35px;
	color: #333;
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper {
		padding: 6.66667vw 9.6vw 6.66667vw 6.66667vw;
	}
}

#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper .txt-ttl {
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper .txt-ttl {
		font-size: 4.53333vw;
	}
}

#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper .txt-main {
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.9;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper .txt-main {
		font-size: 4vw;
		margin-top: 2.66667vw;
		padding-right: 5.33333vw;
	}
}

#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper p {
	transition: 0.5s;
}

#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper i {
	position: absolute;
	right: 20px;
	bottom: 25px;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper i {
		height: 8vw;
		width: 8vw;
		right: 5.33333vw;
		bottom: 6.66667vw;
	}
}

#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links > li a .txt-wrapper i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .company-relative-sec .company-relative-sec-links > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#company-top .company-relative-sec .company-relative-sec-links > li a:hover .txt-ttl {
		color: #007a46;
	}

	#company-top .company-relative-sec .company-relative-sec-links > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#company-top .company-relative-sec .company-relative-sec-links > li a:hover i:after {
		opacity: 1;
	}

	#company-top .company-relative-sec .company-relative-sec-links > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#company-top .company-relative-sec .company-relative-sec-links > li a:hover {
		opacity: 0.75;
	}
}

#company-top .company-relative-sec .company-relative-sec-links > li figure {
	overflow: hidden;
}

#company-top .company-relative-sec .company-relative-sec-links > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

#company-top .common-sec .common-sec-inner,
#covid19info .common-sec .common-sec-inner {
	padding: 65px 20px 70px;
	max-width: 1200px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#company-top .common-sec .common-sec-inner,
	#covid19info .common-sec .common-sec-inner {
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	#company-top .common-sec .common-sec-inner,
	#covid19info .common-sec .common-sec-inner {
		padding: 10.66667vw 5.33333vw;
	}
}

#company-top .common-sec .common-sec-inner h2 {
	text-align: center;
	color: #000;
	font-size: 36px;
}

@media screen and (max-width: 767px) {
	#company-top .common-sec .common-sec-inner h2 {
		font-size: 7.46667vw;
	}
}

.history-tab ul {
	display: flex;
	flex-wrap: wrap;
}

.history-tab ul.col3 > li {
	width: calc((100% - 18px) / 3);
}

.history-tab ul > li {
	width: calc((100% - 24px) / 4);
}

@media screen and (max-width: 767px) {
	.history-tab ul > li {
		width: calc((100% - 15px) / 4);
	}

	.history-tab ul > li:not(:first-child) {
		margin-left: 5px;
	}
}

@media print, screen and (min-width: 768px) {
	.history-tab ul > li:not(:first-child) {
		margin-left: 8px;
	}
}

.history-tab ul > li[area-selected="true"] a {
	pointer-events: none;
	background-color: #007a46;
	color: #fff;
}

.history-tab ul > li[area-selected="true"] a:hover {
	color: #fff;
	background-color: #007a46;
}

.history-tab ul > li[area-selected="true"] a:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #007a46 transparent transparent transparent;
}

.history-tab ul > li:not([area-selected="true"]) a:hover {
	background-color: #007a46;
	color: #fff;
}

.history-tab ul > li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	font-weight: 500;
	font-size: 18px;
	transition: 0.5s;
	height: 100%;
	border-radius: 10px;
	border: 2px solid #007a46;
	color: #007a46;
}

@media screen and (max-width: 767px) {
	.history-tab ul > li a {
		font-size: 3.73333vw;
		padding: 3.2vw 2.13333vw;
	}
}

.history-tab + * {
	margin-top: 65px !important;
}

@media screen and (max-width: 767px) {
	.history-tab + * {
		margin-top: 12vw !important;
	}
}

.mod-anchor-wrapper.history {
	margin-top: 65px !important;
}

@media screen and (max-width: 767px) {
	.mod-anchor-wrapper.history {
		margin-top: 40px !important;
	}
}

.mod-anchor-wrapper.history + .mod-h2 {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.mod-anchor-wrapper.history + .mod-h2 {
		margin-top: 13.33333vw;
	}
}

.history-head-img {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.history-head-img {
		margin-top: 13.33333vw;
	}
}

.history_bg {
	background-image: url(/ja/sustainability/img/top/bg_head.jpg);
	background-position: center;
	padding: 1px 30px 40px;
	position: relative;
	z-index: -2;
}

.history_bg:after {
	content: "";
	background-color: rgba(241, 248, 245, 0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

@media print, screen and (min-width: 768px) {
	.history-wrapper.col2 {
		display: flex;
		justify-content: space-between;
	}

	.history-wrapper.col2 > .history-wrapper-inner {
		width: calc((100% - 5%) / 2);
	}

	.history-wrapper.col2 .mod-h2:after {
		width: 64px;
	}
}

.history-content {
	margin-top: 45px;
}

@media screen and (max-width: 767px) {
	.history-content {
		margin-top: 8vw;
	}
}

.history-content > ul {
	padding-left: 4px;
}

@media screen and (max-width: 767px) {
	.history-content > ul {
		padding-left: 0.8vw;
	}
}

.history-content > ul > li {
	position: relative;
	padding-left: 7.7%;
}

@media print, screen and (min-width: 768px) {
	.history-content > ul > li {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.history-content > ul > li {
		padding-left: 5%;
	}
}

.history-content > ul > li:not(:last-child) {
	border-left: 1px solid #333;
	padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li:not(:last-child) {
		padding-bottom: 13.33333vw;
	}
}

.history-content > ul > li:last-child .year-wrapper:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
}

.history-content > ul > li .year-wrapper {
	position: relative;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .year-wrapper {
		display: flex;
		align-items: center;
	}
}

.history-content > ul > li .year-wrapper > span {
	display: block;
}

.history-content > ul > li .year-wrapper > span.year-number {
	color: #007a46;
	font-size: 28px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .year-wrapper > span.year-number {
		font-size: 6.93333vw;
		margin-right: 1.33333vw;
	}
}

.history-content > ul > li .year-wrapper > span.year-number .year-txt {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .year-wrapper > span.year-number .year-txt {
		font-size: 4.26667vw;
	}
}

.history-content > ul > li .year-wrapper > span.year-name {
	margin-top: 5px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .year-wrapper > span.year-name {
		font-size: 4vw;
	}
}

.history-content > ul > li .content-wrapper {
	margin-left: 4.4%;
}

@media print, screen and (min-width: 768px) {
	.history-content > ul > li .content-wrapper {
		flex: 1;
	}
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper {
		margin-left: 0;
		margin-top: 2.13333vw;
	}
}

.history-content > ul > li .content-wrapper .history-ttl {
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-ttl {
		font-size: 4.53333vw;
	}
}

.history-content > ul > li .content-wrapper .history-ttl + .history-txt {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-ttl + .history-txt {
		margin-top: 2.13333vw;
	}
}

.history-content > ul > li .content-wrapper .history-txt {
	color: #333;
	line-height: 1.9;
	font-size: 16px;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-txt {
		margin-top: 1.33333vw;
		font-size: 4vw;
	}
}

.history-content > ul > li .content-wrapper .history-txt + .history-txt {
	border-top: 1px solid #c2cbcc;
}

@media print, screen and (min-width: 768px) {
	.history-content > ul > li .content-wrapper .history-txt + .history-txt {
		margin-top: 20px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-txt + .history-txt {
		margin-top: 3.2vw;
		padding-top: 3.2vw;
	}
}

.history-content > ul > li .content-wrapper .history-txt a {
	color: #007a46;
	transition: 0.5s;
	border-bottom: 1px solid #fff;
}

.history-content .history-txt > a.mod-link > i {
	top: 9px;
}

.history-content .history-txt > a.mod-link[target="_blank"]:not(.pdf) i {
	top: 9px;
}

@media print, screen and (min-width: 768px) {
	.history-content > ul > li .content-wrapper .history-txt a:hover {
		color: #333;
		border-bottom: 1px solid #333;
	}
}

@media screen and (max-width: 767px) {
	.history-content .history-txt > a.mod-link > i {
		top: 2.2vw;
	}
	.history-content .history-txt > a.mod-link[target="_blank"]:not(.pdf) i {
		top: 2.2vw;
	}
	.history-content > ul > li .content-wrapper .history-txt a:hover {
		opacity: 0.75;
	}
}

.history-content > ul > li .content-wrapper .history-budge {
	display: inline-block;
	border: 1px solid #007a46;
	font-size: 13px;
	color: #007a46;
	padding: 5px 11px;
	line-height: 1;
	border-radius: 3px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-budge {
		padding: 1.06667vw 2.13333vw;
		font-size: 3.2vw;
	}
}

.history-content > ul > li .content-wrapper .history-budge + .histry-txt {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-budge + .histry-txt {
		margin-top: 1.33333vw;
	}
}

.history-content > ul > li .content-wrapper .history-img {
	width: auto;
	display: block;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-img {
		margin-top: 4vw;
	}
}

.history-content > ul > li .content-wrapper .history-img > div {
	display: inline-block;
}

.history-content > ul > li .content-wrapper .history-img figure {
	position: relative;
	text-align: left;
}

.history-content > ul > li .content-wrapper .history-img figure.js-zoomModal {
	cursor: pointer;
}

.history-content > ul > li .content-wrapper .history-img figure img {
	zoom: 0.5;
}

.history-content > ul > li .content-wrapper .history-img figure .zoom-btn {
	position: absolute;
	display: block;
	position: absolute;
	background-image: url(/ja/assets/img/all/ico_zoom.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-img figure .zoom-btn {
		width: 10.66667vw;
		height: 10.66667vw;
		background-size: 5.33333vw 5.33333vw;
	}
}

.history-content > ul > li .content-wrapper .history-img + .history-img {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-img + .history-img {
		margin-top: 2.13333vw;
	}
}

.history-content > ul > li .content-wrapper .history-img + .history-txt {
	border-top: 1px solid #c2cbcc;
}

@media print, screen and (min-width: 768px) {
	.history-content > ul > li .content-wrapper .history-img + .history-txt {
		margin-top: 20px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.history-content > ul > li .content-wrapper .history-img + .history-txt {
		margin-top: 3.2vw;
		padding-top: 3.2vw;
	}
}

.history-content > ul > li:before {
	content: "";
	position: absolute;
	display: block;
	width: 7.7%;
	height: 1px;
	background-color: #c2cbcc;
	top: 15px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li:before {
		width: 5%;
	}
}

.history-content > ul > li > i {
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	background-color: #007a46;
	top: 11px;
	left: -5px;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li > i {
		width: 1.86667vw;
		height: 1.86667vw;
		left: -1.06667vw;
		top: 3.2vw;
	}
}

.history-content > ul > li:first-child:after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 11px;
	background-color: #fff;
	top: 0;
	left: -3px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li:first-child:after {
		height: 3.2vw;
	}
}

.history-content > ul > li:last-child:after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 11px;
	background-color: #333;
	top: 0;
	left: 0px;
}

@media screen and (max-width: 767px) {
	.history-content > ul > li:last-child:after {
		height: 3.2vw;
	}
}

.mod-index-list.museum > li a .mod-index-txt {
	padding: 30px 63px 30px 35px;
}

@media screen and (max-width: 767px) {
	.mod-index-list.museum > li a .mod-index-txt {
		padding: 6.66667vw 14.66667vw 7.2vw 6.66667vw;
	}
}

.mod-index-list.museum > li a .mod-index-txt p.main-txt {
	line-height: 1.3;
}

.mod-index-list.museum > li a .mod-index-txt i {
	bottom: 25px;
	right: 20px;
}

@media screen and (max-width: 767px) {
	.mod-index-list.museum > li a .mod-index-txt i {
		bottom: 6.13333vw;
		right: 5.33333vw;
	}
}

.mod-txt + .museum-img-column {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.mod-txt + .museum-img-column {
		margin-top: 13.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-col + .museum-img-column {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.mod-col + .museum-img-column {
		margin-top: 8vw;
	}
}

@-moz-document url-prefix() {
	.mod-col.museum .mod-zoomModal .figure-wrapper figure {
		-moz-transform: scale(0.5, 1);
		-moz-transform-origin: center center;
	}
}

.mod-col.museum .mod-zoomModal .figure-wrapper figure img {
	zoom: 0.5;
}

@-moz-document url-prefix() {
	.mod-col.museum .mod-zoomModal .figure-wrapper figure img {
		-moz-transform: scaleY(0.5);
	}
}

.mod-col.museum figcaption {
	font-size: 16px !important;
}

@media screen and (max-width: 767px) {
	.mod-col.museum figcaption {
		font-size: 4vw !important;
	}
}

@media print, screen and (min-width: 768px) {
	.museum-img-column {
		display: flex;
	}
}

@-moz-document url-prefix() {
	.museum-img-column .mod-zoomModal .figure-wrapper figure {
		-moz-transform: scale(0.5, 1);
		-moz-transform-origin: center center;
	}
}

.museum-img-column .mod-zoomModal .figure-wrapper figure img {
	zoom: 0.5;
}

@-moz-document url-prefix() {
	.museum-img-column .mod-zoomModal .figure-wrapper figure img {
		-moz-transform: scaleY(0.5);
	}
}

.museum-img-column + .museum-img-column {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.museum-img-column + .museum-img-column {
		margin-top: 13.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.museum-img-column .figure-wrapper {
		margin-right: 36px;
	}
}

#company .mod-container .content-area .img-wrapper,
.museum-img-column .figure-wrapper figure .img-wrapper {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.museum-img-column .figure-wrapper figure .img-wrapper {
		width: 324px;
	}
}

.museum-img-column .figure-wrapper figure .img-wrapper > div {
	margin: 0 auto;
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.museum-img-column .figure-wrapper figure .img-wrapper > div {
		text-align: center;
	}
}

.museum-img-column .figure-wrapper figure .img-wrapper > div .zoom-btn {
	position: absolute;
	display: block;
	position: absolute;
	background-image: url(/ja/assets/img/all/ico_zoom.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.museum-img-column .figure-wrapper figure .img-wrapper > div .zoom-btn {
		width: 10.66667vw;
		height: 10.66667vw;
		background-size: 5.33333vw 5.33333vw;
	}
}

.museum-img-column .figure-wrapper figure .img-wrapper img {
	/*
                    display: block;
                    margin: 0 auto;
                    max-width: 100%;
                    max-height: 100%;
                    @include sp {
                        max-height: pxtovw(335);
                        max-width: pxtovw(335);
                    }*/
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media print, screen and (min-width: 768px) {
	.museum-img-column .figure-wrapper figure .img-wrapper img {
		max-width: 324px;
		max-height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.museum-img-column .figure-wrapper figure .img-wrapper img {
		max-height: 100%;
		max-width: 100%;
	}
}

.museum-img-column .figure-wrapper figure .img-wrapper figcaption {
	font-size: 16px !important;
}

@media screen and (max-width: 767px) {
	.museum-img-column .figure-wrapper figure .img-wrapper figcaption {
		font-size: 4vw !important;
	}
}

.museum-img-column .txt-wrapper {
	flex: 1;
}

@media screen and (max-width: 767px) {
	.museum-img-column .txt-wrapper {
		margin-top: 5.33333vw;
	}
}

.museum-img-column .txt-wrapper p.mod-txt:first-child {
	margin-top: 0;
}

.mod-container .mod-image-link.museum {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link.museum > li {
		width: calc((100% - 4vw) / 2);
	}

	.mod-container .mod-image-link.museum > li:nth-child(2) {
		margin-top: 0 !important;
	}

	.mod-container .mod-image-link.museum > li:nth-child(2n) {
		margin-left: 4vw;
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	.mod-container .mod-image-link.museum > li > a {
		display: block;
		width: 100%;
	}

	.mod-container .mod-image-link.museum > li > a > .img-wrapper {
		width: 100%;
	}
}

.mod-container .mod-image-link.museum > li > a > .txt-wrapper {
	padding: 15px 40px 15px 15px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link.museum > li > a > .txt-wrapper {
		padding: 2.66667vw 9.33333vw 2.66667vw 2.66667vw;
	}
}

.mod-container .mod-image-link.museum > li > a > .txt-wrapper p {
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-image-link.museum > li > a > .txt-wrapper p {
		font-size: 3.46667vw;
	}
}

#top .sns-sec {
	border-top: 1px solid #e7eeed;
}

#top .page-container {
	padding: 110px 0 0;
}

@media screen and (max-width: 767px) {
	#top .page-container {
		margin-top: 17.6vw;
		padding: 0 0 0;
	}
}

#top .page-container + .footer-featSec {
	border-top: 1px solid #e7eeed;
}

#top .simplebar-offset a {
	transition: 0.2s ease;
}

#top .simplebar-offset a:hover {
	opacity: 0.75;
}

#top .topics-wrapper {
	background-color: #fff;
	padding: 40px 60px 40px;
	margin-top: 40px;
	flex: 1;
}

@media screen and (max-width: 767px) {
	#top .topics-wrapper {
		margin-top: 8vw;
		padding: 8vw 5.33333vw 8vw;
	}
}

#top .topics-wrapper ul {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#top .topics-wrapper ul {
		margin-top: 4vw;
	}
}

#top .topics-wrapper ul > li {
	border-top: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	transition: 0.5s;
	line-height: 1.6;
	display: flex;
	align-items: center;
}

#top .topics-wrapper ul > li:last-child {
	border-bottom: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#top .topics-wrapper ul > li {
		flex-wrap: wrap;
		font-size: 4vw;
		padding: 3.2vw 0;
	}
}

#top .topics-wrapper ul > li a {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#top .topics-wrapper ul > li a {
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) {
	#top .topics-wrapper ul > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#top .topics-wrapper ul > li a:hover {
		opacity: 0.75;
	}
}

#top .topics-wrapper ul > li .date {
	display: inline-block;
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	#top .topics-wrapper ul > li .date {
		display: inline-block;
		margin: 0;
	}
}

#top .topics-wrapper ul > li .budge {
	border: 1px solid #fff;
	padding: 4px 12px;
	font-size: 13px;
	line-height: 1.1;
	text-align: center;
	margin-right: 20px;
	border-radius: 3px;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	#top .topics-wrapper ul > li .budge {
		width: 142px;
	}
}

@media screen and (max-width: 767px) {
	#top .topics-wrapper ul > li .budge {
		margin-left: auto;
		font-size: 3.2vw;
		padding: 1.06667vw 1.6vw;
		border-radius: 0.8vw;
		margin-right: 0;
		width: 32.53333vw;
	}
}

#top .topics-wrapper ul > li .budge.product {
	background-color: #0ca7d3;
}

#top .topics-wrapper ul > li .budge.ir {
	background-color: #f37412;
}

#top .topics-wrapper ul > li .budge.csr {
	background-color: #5ebf43;
}

#top .topics-wrapper ul > li .budge.rd {
	background-color: #35556d;
}

@media print, screen and (min-width: 768px) {
	#top .topics-wrapper ul > li .main {
		flex: 1;
	}
}

@media screen and (max-width: 767px) {
	#top .topics-wrapper ul > li .main {
		display: block;
		margin-top: 1.33333vw;
	}
}

#top .topics-wrapper ul > li i:not(.blank-icon) {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
}

#top .topics-wrapper ul > li .pdf-size {
	font-size: 14px;
	color: #555;
}

#top .topics-wrapper ul > li a[target="_blank"] i.blank-icon {
	display: inline-block;
	width: 17px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #aec1bf;
	transition: 0.5s;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
	position: relative;
	bottom: 0px;
}

#top .topics-wrapper ul > li a[target="_blank"]:hover i.blank-icon {
	background-color: #007a46;
	border-color: #007a46;
}

#top .topics-wrapper ul > li a[target="_blank"] i.blank-icon:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#top .topics-wrapper ul > li a[target="_blank"] i.blank-icon:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#top .topics-wrapper ul > li a[target="_blank"]:hover i.blank-icon:before {
	opacity: 0;
}

#top .topics-wrapper ul > li a[target="_blank"]:hover i.blank-icon:after {
	opacity: 1;
}

#top .mv-sec {
	position: relative;
	height: calc(100vh - 250px);
	/* links */
}

@media print, screen and (min-width: 768px) {
	#top .mv-sec {
		min-height: 570px;
	}
}

@media screen and (max-width: 767px) {
	#top .mv-sec {
		height: 140vw;
	}
}

#top .mv-sec .links {
	position: absolute;
	left: 18%;
	right: 0;
	bottom: 50px;
	padding: 20px 0 20px 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
	#top .mv-sec .links {
		left: 6vw;
		bottom: 6vw;
		padding: 4.6vw 0 4.6vw 4.6vw;
	}
}

#top .mv-sec .links.ready {
	visibility: visible;
}

#top .mv-sec .links ul {
	display: flex;
}

#top .mv-sec .links ul li {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .links ul li {
		padding-right: 4.6vw;
	}
}

#top .mv-sec .links ul li img {
	width: 100%;
}

#top .mv-sec .links .arrows {
	position: absolute;
	right: 21px;
	bottom: 11px;
	z-index: 2;
	width: 66px;
	height: 25px;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .links .arrows {
		display: none;
	}
}

#top .mv-sec .links .arrows button.prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 12.5px;
	background: #008051 url(/ja/top_img/common/icon/icon_angle_white.svg) no-repeat 50% 50%;
	background-size: 19px 19px;
	transform: rotate(180deg);
	transition: background-color 0.2s;
}

#top .mv-sec .links .arrows button.next {
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 12.5px;
	background: #008051 url(/ja/top_img/common/icon/icon_angle_white.svg) no-repeat 50% 50%;
	background-size: 19px 19px;
	transition: background-color 0.2s;
}

#top .mv-sec .links .arrows button span {
	display: none;
}

#top .mv-sec .links .arrows button:hover {
	background-color: #d3d3d3;
	background-image: url(/ja/top_img/common/icon/icon_angle_green.svg);
}

#top .mv-sec .links.short .arrows {
	display: none;
}

#top .mv-sec .slider {
	padding-bottom: 27px;
	overflow-y: hidden;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .slider {
		padding-bottom: 0;
	}
}

#top .mv-sec .short .slider {
	padding-bottom: 0;
}

#top .mv-sec .mv-head {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media print, screen and (min-width: 768px) {
	#top .mv-sec .mv-head {
		background-image: url(/ja/assets/img/top/bg_mv_pc.jpg);
	}
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-head {
		background-image: url(/ja/assets/img/top/bg_mv_sp.jpg);
	}
}

@media print, screen and (min-width: 768px) {
	#top .mv-sec .mv-head {
		/*
                display: flex;
                justify-content: center;
                align-items: center;*/
	}
}

#top .mv-sec .mv-head .mv-head-inner {
	padding: 0 65px;
	width: 100%;
	max-width: 1366px;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-head .mv-head-inner {
		padding: 17.33333vw 8vw 0;
	}
}

#top .mv-sec .mv-head h1 {
	position: absolute;
	left: 10%;
	top: 31%;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.1;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-head h1 {
		left: 8vw;
		top: 25vw;
		font-size: 4.27vw;
		line-height: 2;
	}
}

#top .mv-sec .mv-bottom {
	padding: 40px 80px;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-bottom {
		padding: 8vw 5.33333vw 10.66667vw;
	}
}

#top .mv-sec .mv-bottom .mv-thumb-list {
	display: flex;
	flex-wrap: wrap;
}

#top .mv-sec .mv-bottom .mv-thumb-list > li {
	width: calc((100% - 69px) / 4);
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-bottom .mv-thumb-list > li {
		width: calc((100% - 4.5vw) / 2);
	}
}

#top .mv-sec .mv-bottom .mv-thumb-list > li figure img {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	#top .mv-sec .mv-bottom .mv-thumb-list > li:not(:nth-child(4n)) {
		margin-right: 23px;
	}
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-bottom .mv-thumb-list > li:nth-child(2n) {
		margin-left: 4.5vw;
	}

	#top .mv-sec .mv-bottom .mv-thumb-list > li:nth-child(n + 3) {
		margin-top: 5.33333vw;
	}
}

#top .mv-sec .mv-bottom .mv-thumb-list > li .thumb-txt {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
	padding-right: 30px;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-bottom .mv-thumb-list > li .thumb-txt {
		margin-top: 2.66667vw;
		font-size: 4vw;
		padding-right: 6.4vw;
	}
}

#top .mv-sec .mv-bottom .mv-thumb-list > li .thumb-txt i {
	position: absolute;
	right: 0;
	top: 2px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #aec1bf;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-bottom .mv-thumb-list > li .thumb-txt i {
		top: 0vw;
		height: 5.33333vw;
		width: 5.33333vw;
	}
}

#top .mv-sec .mv-bottom .mv-thumb-list > li .thumb-txt i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-bottom .mv-thumb-list > li .thumb-txt i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#top .mv-sec .mv-bottom .mv-thumb-list > li .thumb-txt i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-bottom .mv-thumb-list > li .thumb-txt i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .mv-sec .mv-bottom .mv-thumb-list > li:hover .thumb-txt {
		color: #007a46;
	}

	#top .mv-sec .mv-bottom .mv-thumb-list > li:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#top .mv-sec .mv-bottom .mv-thumb-list > li:hover i:before {
		opacity: 0;
	}

	#top .mv-sec .mv-bottom .mv-thumb-list > li:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#top .mv-sec .mv-bottom .mv-thumb-list > li:hover {
		opacity: 0.75;
	}
}

#top .topics-sec {
	/*@include pc{
            background-image: url(/ja/assets/img/top/bg_topic_pc.jpg);
        }
        background-color: #f2efec;
        @include sp {
            background-image: url(/ja/assets/img/top/bg_topic_sp.jpg);
            background-position: top;
            background-size: 100%;
        }
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;*/
	padding-top: 50px;
	background-color: #f3f8f6;
}

@media screen and (max-width: 767px) {
	#top .topics-sec {
		padding: 10.66667vw 0 0;
	}
}

#top .topics-sec .topics-wrapper {
	padding: 20px 44px 35px;
}

@media print, screen and (min-width: 768px) {
	#top .topics-sec .topics-wrapper {
		width: 100%;
		max-width: 1366px;
		margin: 30px auto 0;
	}
}

@media screen and (max-width: 767px) {
	#top .topics-sec .topics-wrapper {
		padding: 5.33333vw;
		margin-top: 5.33333vw;
	}
}

#top .topics-sec .topics-wrapper > ul {
	margin-top: 0;
}

#top .topics-sec .topics-wrapper > ul > li:first-child {
	border-top: none;
}

@media screen and (max-width: 767px) {
	#top .topics-sec .topics-wrapper > ul > li:first-child {
		padding-top: 0;
	}
}

#top .topics-sec .topics-wrapper > ul > li a {
	align-items: baseline;
}

#top .topics-sec .topics-sec-inner .topics-main {
	font-size: 24px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#top .topics-sec .topics-sec-inner .topics-main {
		font-size: 5.86667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .topics-sec .topics-sec-inner {
		width: 100%;
		max-width: 1366px;
		margin: auto;
		padding: 0 65px;
	}
}

@media screen and (max-width: 767px) {
	#top .topics-sec .topics-sec-inner {
		padding: 0 5.33333vw;
	}
}

#top .topics-sec .topics-sec-inner .main-txt {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 2.2;
}

@media screen and (max-width: 767px) {
	#top .topics-sec .topics-sec-inner .main-txt {
		font-size: 4.26667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .topics-sec .topics-sec-inner .topics-bottom-list {
		display: flex;
		justify-content: space-between;
		padding: 0 60px;
		margin: 40px auto;
		max-width: 1366px;
	}
}

@media screen and (max-width: 767px) {
	#top .topics-sec .topics-sec-inner .topics-bottom-list {
		margin-top: 8vw;
		padding: 0 4vw;
	}
}

#top .topics-sec .topics-sec-inner .topics-bottom-list > li {
	width: calc((100% - 72px) / 3);
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	#top .topics-sec .topics-sec-inner .topics-bottom-list > li {
		width: 100%;
		border-radius: 0 0 2.66667vw 0;
	}

	#top .topics-sec .topics-sec-inner .topics-bottom-list > li:not(:first-child) {
		margin-top: 4vw;
	}
}

#top .topics-sec .topics-sec-inner .topics-bottom-list > li a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	transition: 0.2s ease;
}

#top .topics-sec .topics-sec-inner .topics-bottom-list > li a img {
	width: 100%;
}

#top .topics-sec .topics-sec-inner .topics-bottom-list > li a:hover {
	opacity: 0.75;
}

#top .common-sec {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

@media screen and (max-width: 767px) {
	#top .common-sec {
		background-position: 0 0;
		background-size: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	#top .common-sec .common-sec-inner {
		padding: 90px 65px 90px;
		width: 100%;
		max-width: 1366px;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner {
		padding: 61.33333vw 5.33333vw 13.33333vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-budge {
	font-size: 16px;
	color: #007a46;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-budge {
		font-size: 3.73333vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-ttl {
	font-size: 42px;
	margin-top: 15px;
	color: #000;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-ttl {
		font-size: 8.53333vw;
		margin-top: 2.66667vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-txt {
	color: #222;
	line-height: 1.9;
	margin-top: 40px;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-txt {
		font-size: 4vw;
		margin-top: 5.33333vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-btns {
	width: 360px;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-btns {
		width: 100%;
		margin-top: 9.33333vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-btns > li a {
	background-color: #fff;
	padding: 23px 30px;
	border-radius: 0 0 10px 0;
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	transition: background 0.4s, color 0.4s, font-size 0.05s, width 0.4s, border 0.4s;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-btns > li a {
		padding: 20px;
		border-radius: 0 0 2.66667vw 0;
	}
}

#top .common-sec .common-sec-inner .common-sec-btns > li a span {
	color: #007a46;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-btns > li a span {
		font-size: 4.26667vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-btns > li a i {
	position: relative;
	display: inline-block;
	width: 9px;
	height: 14px;
	margin-left: 15px;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-btns > li a i {
		width: 2.4vw;
		height: 3.73333vw;
		margin-left: 2.66667vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-btns > li a i:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#top .common-sec .common-sec-inner .common-sec-btns > li a i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
}

@media print, screen and (min-width: 768px) {
	#top .common-sec .common-sec-inner .common-sec-btns > li a:hover {
		background-color: #007a46;
	}

	#top .common-sec .common-sec-inner .common-sec-btns > li a:hover span {
		color: #fff;
	}

	#top .common-sec .common-sec-inner .common-sec-btns > li a:hover i:before {
		opacity: 0;
	}

	#top .common-sec .common-sec-inner .common-sec-btns > li a:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-btns > li a:hover {
		opacity: 0.75;
	}
}

#top .common-sec .common-sec-inner .common-sec-btns > li:not(:first-child) {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-btns > li:not(:first-child) {
		margin-top: 4vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-links,
#covid19info .common-sec .common-sec-inner .common-sec-links {
	display: flex;
	margin-top: 60px;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links,
	#covid19info .common-sec .common-sec-inner .common-sec-links {
		margin-top: 6.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .common-sec .common-sec-inner .common-sec-links > li,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li {
		width: calc((100% - 72px) / 4);
	}

	#top .common-sec .common-sec-inner .common-sec-links > li:not(:first-child),
	#covid19info .common-sec .common-sec-inner .common-sec-links > li:not(:first-child) {
		margin-left: 24px;
	}
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li {
		width: calc((100% - 4vw) / 2);
	}

	#top .common-sec .common-sec-inner .common-sec-links > li:nth-child(2n),
	#covid19info .common-sec .common-sec-inner .common-sec-links > li:nth-child(2n) {
		margin-left: 4vw;
	}

	#top .common-sec .common-sec-inner .common-sec-links > li:nth-child(n + 3),
	#covid19info .common-sec .common-sec-inner .common-sec-links > li:nth-child(n + 3) {
		margin-top: 4vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-links > li a,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a {
		border-radius: 0 0 2.66667vw 0;
	}
}

#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper {
	padding: 20px 25px 20px 25px;
	color: #333;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper {
		padding: 2.66667vw 6.66667vw 2.66667vw 2.66667vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-ttl,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-ttl {
	font-size: 16px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-ttl,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-ttl {
		font-size: 4vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-main,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-main {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.9;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-main,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-main {
		display: none;
		font-size: 3.73333vw;
		margin-top: 2.66667vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i {
	position: absolute;
	right: 15px;
	bottom: 20px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #aec1bf;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i {
		height: 5.33333vw;
		width: 5.33333vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:before,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:before,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:after,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:after,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a:hover img,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#top .common-sec .common-sec-inner .common-sec-links > li a:hover i,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#top .common-sec .common-sec-inner .common-sec-links > li a:hover i:after,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a:hover i:after {
		opacity: 1;
	}

	#top .common-sec .common-sec-inner .common-sec-links > li a:hover i:before,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a:hover,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a:hover {
		opacity: 0.75;
	}
}

#top .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] i:before,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] i:before {
	width: 8px;
	height: 8px;
}

#top .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] i:after,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] i:after {
	width: 8px;
	height: 8px;
}

#top .common-sec .common-sec-inner .common-sec-links > li figure,
#covid19info .common-sec .common-sec-inner .common-sec-links > li figure {
	overflow: hidden;
}

#top .common-sec .common-sec-inner .common-sec-links > li figure img,
#covid19info .common-sec .common-sec-inner .common-sec-links > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

#top .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:before,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:before,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#top .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:after,
#covid19info .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#top .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:after,
	#covid19info .common-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .product-sec {
		background-image: url(/ja/assets/img/top/bg_product_pc.jpg);
	}
}

@media screen and (max-width: 767px) {
	#top .product-sec {
		background-image: url(/ja/assets/img/top/bg_product_sp.png);
		background-color: #f8f5e9;
	}
}

#top .product-sec .product-sec-bnr-ttl {
	color: #222;
	font-size: 16px;
	margin-top: 40px;
	font-weight: 700;
}

#top .product-sec .product-sec-bnr {
	margin-top: 15px;
	width: 380px;
	display: block;
	background-color: #fff;
}

#top .product-sec .product-sec-bnr img {
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#top .product-sec .product-sec-bnr {
		width: 100%;
		margin-top: 4vw;
	}
}

#top .product-sec .product-sec-bnr:hover img {
	opacity: 0.75;
}

@media print, screen and (min-width: 768px) {
	#top .development-sec {
		background-image: url(/ja/assets/img/top/bg_development_pc.jpg);
	}
}

@media screen and (max-width: 767px) {
	#top .development-sec {
		background-image: url(/ja/assets/img/top/bg_development_sp.jpg);
		background-color: #f0f0f0;
	}
}

@media print, screen and (min-width: 768px) {
	#top .sustainability-sec {
		background-image: url(/ja/assets/img/top/bg_sustainability_pc.jpg);
	}
}

@media screen and (max-width: 767px) {
	#top .sustainability-sec {
		background-image: url(/ja/assets/img/top/bg_sustainability_sp.jpg);
		background-color: #f1f0ee;
	}
}

#top .about-sec {
	background-color: #007a46;
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner {
		padding-top: 13.33333vw;
	}
}

#top .about-sec .common-sec-inner .common-sec-budge {
	color: #fff;
}

#top .about-sec .common-sec-inner .common-sec-ttl {
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	#top .about-sec .common-sec-inner .common-sec-links {
		margin-top: 50px;
	}
}

@media print, screen and (min-width: 768px) {
	#top .about-sec .common-sec-inner .common-sec-links > li {
		width: calc((100% - 72px) / 3);
	}

	#top .about-sec .common-sec-inner .common-sec-links > li:not(:first-child) {
		margin-left: 36px;
	}
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .common-sec-links > li {
		width: 100%;
	}

	#top .about-sec .common-sec-inner .common-sec-links > li:not(:first-child) {
		margin-top: 6.66667vw;
	}

	#top .about-sec .common-sec-inner .common-sec-links > li:nth-child(2n) {
		margin-left: 0;
	}
}

#top .about-sec .common-sec-inner .common-sec-links > li a {
	border-radius: 0 0 30px 0;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .common-sec-links > li a {
		border-radius: 0 0 8vw 0;
	}
}

#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper {
	padding: 25px 110px 27px 30px;
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper {
		padding: 6.66667vw 18.66667vw 7.2vw 6.66667vw;
	}
}

#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-ttl {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-ttl {
		font-size: 4.53333vw;
	}
}

#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i {
	width: 32px;
	height: 32px;
	border: 2px solid #007a46;
	bottom: 23px;
	right: 20px;
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i {
		width: 8vw;
		height: 8vw;
		right: 5.33333vw;
		bottom: 6.13333vw;
	}
}

#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:before {
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:after {
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#top .about-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:before {
	width: 12px;
	height: 12px;
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.66667vw;
		height: 2.66667vw;
	}
}

#top .about-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:after {
	width: 12px;
	height: 12px;
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.66667vw;
		height: 2.66667vw;
	}
}

#top .about-sec .common-sec-inner .about-sec-bnr-ttl {
	color: #fff;
	font-size: 26px;
	margin-top: 60px;
	font-weight: 700;
}

#top .about-sec .common-sec-inner .about-sec-bnr-lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

#top .about-sec .common-sec-inner .about-sec-bnr-lists > li {
	background-color: #fff;
}

@media print, screen and (min-width: 768px) {
	#top .about-sec .common-sec-inner .about-sec-bnr-lists > li {
		width: calc((100% - 72px) / 4);
	}

	#top .about-sec .common-sec-inner .about-sec-bnr-lists > li:not(:nth-child(4n)) {
		margin-right: 24px;
	}

	#top .about-sec .common-sec-inner .about-sec-bnr-lists > li:nth-child(n + 5) {
		margin-top: 29px;
	}
}

@media screen and (max-width: 767px) {
	#top .about-sec .common-sec-inner .about-sec-bnr-lists > li {
		width: calc((100% - 4vw) / 2);
	}

	#top .about-sec .common-sec-inner .about-sec-bnr-lists > li:nth-child(2n) {
		margin-left: 4vw;
	}

	#top .about-sec .common-sec-inner .about-sec-bnr-lists > li:nth-child(n + 3) {
		margin-top: 4vw;
	}
}

#top .about-sec .common-sec-inner .about-sec-bnr-lists > li a {
	transition: 0.2s ease;
}

#top .about-sec .common-sec-inner .about-sec-bnr-lists > li a:hover {
	opacity: 0.75;
}

#top .about-sec .common-sec-inner .about-sec-bnr-lists > li a img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#top .info-sec .common-sec-inner {
		padding-top: 13.33333vw;
	}
}

@media screen and (max-width: 767px) {
	#top .info-sec .common-sec-inner .common-sec-ttl {
		font-size: 7.46667vw;
	}
}

#top .info-sec .info-sec-wrapper {
	display: flex;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#top .info-sec .info-sec-wrapper {
		display: block;
		margin-top: 8vw;
	}
}

#top .info-sec .info-sec-wrapper .topics-wrapper {
	padding: 0;
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#top .info-sec .info-sec-wrapper .topics-wrapper {
		margin-top: 6.66667vw;
	}
}

#top .info-sec .info-sec-wrapper .topics-wrapper ul {
	margin-top: 0;
}

#top .info-sec .info-sec-wrapper .info-ttl-wrapper {
	width: 250px;
}

@media screen and (max-width: 767px) {
	#top .info-sec .info-sec-wrapper .info-ttl-wrapper {
		width: 100%;
	}
}

#top .info-sec .info-sec-wrapper .info-ttl-wrapper p {
	font-size: 22px;
	font-weight: 700;
	color: #222;
}

@media screen and (max-width: 767px) {
	#top .info-sec .info-sec-wrapper .info-ttl-wrapper p {
		font-size: 5.33333vw;
	}
}

#top .info-sec .info-btn-wrapper {
	position: relative;
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	#top .info-sec .info-btn-wrapper {
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	#top .info-sec .info-btn-wrapper {
		margin-top: 8vw;
		text-align: center;
	}
}

#top .info-sec .info-btn {
	line-height: 1.3;
	display: inline-block;
	border-radius: 0 0 10px 0;
	border: 2px solid #007a46;
	color: #007a46;
	padding: 15px 30px;
	font-size: 15px;
	min-width: 288px;
	max-width: 360px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: background 0.4s, color 0.4s, font-size 0.05s, width 0.4s, border 0.4s;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#top .info-sec .info-btn {
		padding: 4vw 6.66667vw;
		max-width: 80vw;
		min-width: 69.33333vw;
		font-size: 3.73333vw;
	}
}

#top .info-sec .info-btn span {
	color: #007a46;
}

@media print, screen and (min-width: 768px) {
	#top .info-sec .info-btn:hover {
		background-color: #007a46;
		color: #fff;
	}

	#top .info-sec .info-btn:hover span {
		color: #fff;
	}
}

@media screen and (max-width: 767px) {
	#top .info-sec .info-btn:hover {
		opacity: 0.75;
	}
}

#top .bottom-sec {
	background-color: #f3f8f6;
}

#top .bottom-sec .common-sec-inner {
	padding: 50px 65px 60px;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner {
		padding: 13.33333vw 5.33333vw;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links {
	margin-top: 0;
	justify-content: center;
}

@media print, screen and (min-width: 768px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li {
		width: calc((100% - 72px) / 3);
	}

	#top .bottom-sec .common-sec-inner .common-sec-links > li:not(:first-child) {
		margin-left: 36px;
	}
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li {
		width: 100%;
	}

	#top .bottom-sec .common-sec-inner .common-sec-links > li:not(:first-child) {
		margin-top: 6.66667vw;
	}

	#top .bottom-sec .common-sec-inner .common-sec-links > li:nth-child(2n) {
		margin-left: 0;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links > li a {
	border-radius: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li a {
		border-radius: 0 0 8vw 0;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper {
	padding: 26px 25px 27px 30px;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper {
		padding: 6.66667vw 6.66667vw 7.2vw 6.66667vw;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-ttl {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-ttl {
		font-size: 4.53333vw;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-main {
	display: block;
	margin-top: 15px;
	padding-right: 30px;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper .txt-main {
		margin-top: 2.66667vw;
		padding-right: 8vw;
		font-size: 3.73333vw;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i {
	width: 32px;
	height: 32px;
	border: 2px solid #007a46;
	right: 20px;
	bottom: 23px;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i {
		width: 8vw;
		height: 8vw;
		right: 5.33333vw;
		bottom: 6.13333vw;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:before {
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:after {
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li a .txt-wrapper i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:before {
	width: 12px;
	height: 12px;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.66667vw;
		height: 2.66667vw;
	}
}

#top .bottom-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:after {
	width: 12px;
	height: 12px;
}

@media screen and (max-width: 767px) {
	#top .bottom-sec .common-sec-inner .common-sec-links > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.66667vw;
		height: 2.66667vw;
	}
}

#top .bnr-sec .common-sec-inner {
	padding-top: 70px;
	padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
	#top .bnr-sec .common-sec-inner {
		padding: 13.33333vw 5.86667vw;
	}
}

#top .bnr-sec .bnr-sec-list {
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#top .bnr-sec .bnr-sec-list {
		width: 900px;
	}
}

@media print, screen and (min-width: 768px) {
	#top .bnr-sec .bnr-sec-list {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	#top .bnr-sec .bnr-sec-list {
		padding: 0 7.2vw;
	}
}

#top .bnr-sec .bnr-sec-list > li {
	width: 32%;
}

@media screen and (max-width: 767px) {
	#top .bnr-sec .bnr-sec-list > li {
		width: 100%;
	}

	#top .bnr-sec .bnr-sec-list > li:not(:first-child) {
		margin-top: 6.66667vw;
	}
}

#top .bnr-sec .bnr-sec-list > li img {
	width: 100%;
}

#top .bnr-sec .bnr-sec-list > li a {
	transition: 0.2s ease;
}

#top .bnr-sec .bnr-sec-list > li a:hover {
	opacity: 0.75;
}

#top .sns-link-sec .common-sec-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
	#top .sns-link-sec .common-sec-inner {
		padding-top: 10.66667vw;
		padding-bottom: 10.66667vw;
	}
}

#top .sns-link-sec .common-sec-inner .sns-link-list {
	display: flex;
	justify-content: center;
}

@media print, screen and (min-width: 768px) {
	#top .sns-link-sec .common-sec-inner .sns-link-list > li {
		width: 23%;
	}

	#top .sns-link-sec .common-sec-inner .sns-link-list > li:not(:first-child) {
		margin-left: 2%;
	}
}

@media screen and (max-width: 767px) {
	#top .sns-link-sec .common-sec-inner .sns-link-list > li {
		width: 42.66667vw;
	}

	#top .sns-link-sec .common-sec-inner .sns-link-list > li:not(:first-child) {
		margin-left: 4vw;
	}
}

#top .sns-link-sec .common-sec-inner .sns-link-list > li figure {
	border: 1px solid #c2cbcc;
	overflow: hidden;
}

#top .sns-link-sec .common-sec-inner .sns-link-list > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

#top .sns-link-sec .common-sec-inner .sns-link-list > li p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	color: #333;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#top .sns-link-sec .common-sec-inner .sns-link-list > li p {
		margin-top: 2.13333vw;
		font-size: 3.73333vw;
	}
}

#top .sns-link-sec .common-sec-inner .sns-link-list > li p span {
	flex: 1;
}

#top .sns-link-sec .common-sec-inner .sns-link-list > li p i {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1bf;
	border-radius: 50%;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#top .sns-link-sec .common-sec-inner .sns-link-list > li p i {
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

#top .sns-link-sec .common-sec-inner .sns-link-list > li p i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#top .sns-link-sec .common-sec-inner .sns-link-list > li p i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#top .sns-link-sec .common-sec-inner .sns-link-list > li p i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#top .sns-link-sec .common-sec-inner .sns-link-list > li p i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .sns-link-sec .common-sec-inner .sns-link-list > li:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#top .sns-link-sec .common-sec-inner .sns-link-list > li:hover p {
		color: #007a46;
	}

	#top .sns-link-sec .common-sec-inner .sns-link-list > li:hover p i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#top .sns-link-sec .common-sec-inner .sns-link-list > li:hover p i:before {
		opacity: 1;
	}

	#top .sns-link-sec .common-sec-inner .sns-link-list > li:hover p i:after {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#top .sns-link-sec .common-sec-inner .sns-link-list > li:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#top .story-sec .story-sec-inner {
		display: flex;
		padding: 80px 65px;
	}
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner {
		padding: 10.66667vw 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .story-sec .story-sec-inner figure {
		width: 47%;
	}
}

@media print, screen and (min-width: 768px) {
	#top .story-sec .story-sec-inner .txt-wrapper {
		width: calc(63% - 60px);
		margin-left: 60px;
	}
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner .txt-wrapper {
		margin-top: 5.33333vw;
	}
}

#top .story-sec .story-sec-inner .txt-wrapper .story-head {
	color: #007a46;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner .txt-wrapper .story-head {
		font-size: 8.53333vw;
	}
}

#top .story-sec .story-sec-inner .txt-wrapper .story-catchcopy {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin-top: 20px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner .txt-wrapper .story-catchcopy {
		font-size: 5.86667vw;
		margin-top: 1.33333vw;
	}
}

#top .story-sec .story-sec-inner .txt-wrapper .story-txt {
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner .txt-wrapper .story-txt {
		font-size: 4vw;
		margin-top: 2.66667vw;
	}
}

#top .story-sec .story-sec-inner .txt-wrapper .story-link {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner .txt-wrapper .story-link {
		margin-top: 8vw;
	}
}

#top .story-sec .story-sec-inner .txt-wrapper .story-link span {
	line-height: 1.3;
	font-size: 18px;
	transition: 0.2s ease;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner .txt-wrapper .story-link span {
		font-size: 4.53333vw;
	}
}

#top .story-sec .story-sec-inner .txt-wrapper .story-link i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.2s ease;
	margin-left: 10px;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner .txt-wrapper .story-link i {
		height: 8vw;
		width: 8vw;
	}
}

#top .story-sec .story-sec-inner .txt-wrapper .story-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner .txt-wrapper .story-link i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#top .story-sec .story-sec-inner .txt-wrapper .story-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .story-sec .story-sec-inner .txt-wrapper .story-link i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#top .story-sec .story-sec-inner .txt-wrapper .story-link:hover > i {
	background-color: #007a46;
}

#top .story-sec .story-sec-inner .txt-wrapper .story-link:hover > i:before {
	opacity: 0;
}

#top .story-sec .story-sec-inner .txt-wrapper .story-link:hover > i:after {
	opacity: 1;
}

#top .story-sec .story-sec-inner .txt-wrapper .story-link:hover span {
	color: #007a46;
}

#top .page-container .pickup-sec .pickup-sec-inner {
	padding: 15px 0 80px;
}

@media screen and (max-width: 767px) {
	#top .page-container .pickup-sec .pickup-sec-inner {
		padding-top: 0;
	}
}

#top .important-sec {
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) {
	#top .important-sec .important-sec-inner {
		margin: 0 auto;
		padding: 17px 65px;
		max-width: 1366px;
		display: flex;
		align-items: baseline;
	}
}

@media screen and (max-width: 767px) {
	#top .important-sec .important-sec-inner {
		padding: 5.33333vw;
	}
}

#top .important-sec .important-sec-inner > a {
	display: block;
}

#top .important-sec .important-sec-inner > a:hover p {
	opacity: 0.75;
}

#top .important-sec .important-sec-inner > a:not(:first-child) {
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#top .important-sec .important-sec-inner > a:not(:first-child) {
		margin-top: 1.33333vw;
	}
}

#top .important-sec p {
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	#top .important-sec .link-wrapper {
		flex: 1;
	}
}

@media screen and (max-width: 767px) {
	#top .important-sec .link-wrapper {
		margin-top: 2.66667vw;
	}
}

#top .important-sec .link-wrapper a {
	display: block;
}

@media screen and (max-width: 767px) {
	#top .important-sec .link-wrapper a:not(:first-child) {
		margin-top: 1.33333vw;
	}
}

#top .important-sec p.important-sec-ttl {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#top .important-sec p.important-sec-ttl {
		font-size: 4vw;
	}
}

#top .important-sec p.important-sec-ttl i {
	margin-right: 5px;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/ja/sustainability/img/top/ico_info.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	#top .important-sec p.important-sec-ttl i {
		margin-right: 1.33333vw;
		width: 4.53333vw;
		height: 4.53333vw;
	}
}

#top .important-sec p.important-sec-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#top .important-sec p.important-sec-txt {
		margin-left: 30px;
		display: flex;
	}

	#top .important-sec p.important-sec-txt span.txt {
		flex: 1;
		margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	#top .important-sec p.important-sec-txt {
		font-size: 4vw;
	}

	#top .important-sec p.important-sec-txt:not(:first-child) {
		margin-top: 1.33333vw;
	}

	#top .important-sec p.important-sec-txt span.txt {
		display: block;
	}
}

#csr .mod-h1.csr-opt {
	margin-top: 93px;
}

@media screen and (max-width: 767px) {
	#csr .mod-h1.csr-opt {
		margin-top: 26.66667vw;
	}
}

#csr .mod-h1 .csr-budge {
	position: absolute;
	top: -63px;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#csr .mod-h1 .csr-budge {
		top: -16vw;
		font-size: 4.26667vw;
	}
}

#csr .mod-h1 .csr-budge.opt1 {
	color: #00c9b4;
}

#csr .mod-h1 .csr-budge.opt1:before {
	background-image: url(/ja/sustainability/img/ico_h1_1.png);
}

#csr .mod-h1 .csr-budge.opt2 {
	color: #2cca60;
}

#csr .mod-h1 .csr-budge.opt2:before {
	background-image: url(/ja/sustainability/img/ico_h1_2.png);
}

#csr .mod-h1 .csr-budge.opt3 {
	color: #2f6ac3;
}

#csr .mod-h1 .csr-budge.opt3:before {
	background-image: url(/ja/sustainability/img/ico_h1_3.png);
}

#csr .mod-h1 .csr-budge.opt4 {
	color: #ff923d;
}

#csr .mod-h1 .csr-budge.opt4:before {
	background-image: url(/ja/sustainability/img/ico_h1_4.png);
}

#csr .mod-h1 .csr-budge.opt5 {
	color: #f75846;
}

#csr .mod-h1 .csr-budge.opt5:before {
	background-image: url(/ja/sustainability/img/ico_h1_5.png);
}

#csr .mod-h1 .csr-budge.opt6 {
	color: #ea3e59;
}

#csr .mod-h1 .csr-budge.opt6:before {
	background-image: url(/ja/sustainability/img/ico_h1_6.png);
}

#csr .mod-h1 .csr-budge.opt7 {
	color: #1eb5ed;
}

#csr .mod-h1 .csr-budge.opt7:before {
	background-image: url(/ja/sustainability/img/ico_h1_7.png);
}

#csr .mod-h1 .csr-budge:before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
	width: 48px;
	height: 48px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	#csr .mod-h1 .csr-budge:before {
		margin-right: 2.13333vw;
		width: 11.73333vw;
		height: 11.73333vw;
	}
}

#csr .csr-accordion-head {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-head {
		font-size: 4.8vw;
	}
}

#csr .csr-person-txt-1 {
	font-size: 16px;
	text-align: right;
	margin-top: 50px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#csr .csr-person-txt-1 {
		margin-top: 9.33333vw;
	}
}

#csr .csr-person-txt-2 {
	font-size: 24px;
	text-align: right;
	margin-top: 10px;
	font-weight: 700;
	line-height: 1.9;
}

#csr .csr-person-txt-2 + .csr-person-txt-1 {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#csr .csr-person-txt-2 + .csr-person-txt-1 {
		margin-top: 4vw;
	}
}

@media screen and (max-width: 767px) {
	#csr .csr-person-txt-2 {
		font-size: 5.6vw;
		margin-top: 1.33333vw;
	}
}

#csr .csr-bottom-link a {
	position: relative;
	display: block;
	padding: 45px;
	border: 1px solid #c2cbcc;
	border-radius: 0 0 30px 0;
}

@media print, screen and (min-width: 768px) {
	#csr .csr-bottom-link a {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#csr .csr-bottom-link a {
		padding: 6.66667vw 6.66667vw 16vw;
	}
}

@media print, screen and (min-width: 768px) {
	#csr .csr-bottom-link a figure {
		width: 325px;
		margin-right: 36px;
	}
}

#csr .csr-bottom-link a .txt-wrapper {
	flex: 1;
}

@media screen and (max-width: 767px) {
	#csr .csr-bottom-link a .txt-wrapper {
		margin-top: 5.33333vw;
	}
}

#csr .csr-bottom-link a .txt-wrapper .main {
	font-size: 18px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#csr .csr-bottom-link a .txt-wrapper .main {
		font-size: 4.53333vw;
	}
}

#csr .csr-bottom-link a .txt-wrapper .sub {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#csr .csr-bottom-link a .txt-wrapper .sub {
		font-size: 3.73333vw;
		margin-top: 2.66667vw;
	}
}

#csr .csr-bottom-link a i {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
	bottom: 25px;
	right: 20px;
}

@media screen and (max-width: 767px) {
	#csr .csr-bottom-link a i {
		width: 8vw;
		height: 8vw;
		bottom: 5.33333vw;
		right: 5.33333vw;
	}
}

#csr .csr-bottom-link a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#csr .csr-bottom-link a i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#csr .csr-bottom-link a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#csr .csr-bottom-link a i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#csr .csr-bottom-link a:hover span {
	color: #007a46;
}

#csr .csr-bottom-link a:hover i {
	background-color: #007a46;
}

#csr .csr-bottom-link a:hover i:after {
	opacity: 0;
}

#csr .csr-bottom-link a:hover i:before {
	opacity: 1;
}

#csr .csr-accordion-inner {
	background-color: #fff;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner {
		margin-top: 4vw;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-ttl {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #e7eeed;
	padding: 30px 30px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner .csr-accordion-inner-ttl {
		font-size: 4.53333vw;
		padding: 5.33333vw 4vw 4vw;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-ttl .ttl {
	flex: 1;
}

#csr .csr-accordion-inner .csr-accordion-inner-ttl .budge {
	font-size: 13px;
	color: #fff;
	background-color: #707f87;
	padding: 8px 16px;
	line-height: 1;
	border-radius: 4px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner .csr-accordion-inner-ttl .budge {
		padding: 1.86667vw 3.46667vw;
		font-size: 3.2vw;
		margin-left: 2.66667vw;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-wrapper {
	padding: 25px 30px 30px;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner .csr-accordion-inner-wrapper {
		padding: 4vw 4vw 6.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-main {
		display: flex;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-main > figure {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-main > figure {
		width: 370px;
		margin-right: 24px;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-main .txt-wrapper {
	flex: 1;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-main .txt-wrapper {
		margin-top: 4vw;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-main .txt-wrapper .mod-link-list {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-main .txt-wrapper .mod-link-list {
		margin-top: 4vw;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-main .txt-wrapper .mod-list-note {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-main .txt-wrapper .mod-list-note {
		margin-top: 2.66667vw;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-inner-head {
	font-size: 18px;
	font-weight: 700;
	margin: 40px 0 20px;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner .csr-accordion-inner-wrapper .csr-accordion-inner-head {
		font-size: 4.53333vw;
		margin: 8vw 0 4vw;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-wrapper .mod-col {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner .csr-accordion-inner-wrapper .mod-col {
		margin-top: 6.66667vw;
	}
}

#csr .csr-accordion-inner .csr-accordion-inner-wrapper .mod-col figure {
	margin-top: 0;
}

#csr .csr-accordion-inner + .csr-accordion-head {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner + .csr-accordion-head {
		margin-top: 6.66667vw;
	}
}

#csr .csr-accordion-inner + .csr-accordion-inner {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#csr .csr-accordion-inner + .csr-accordion-inner {
		margin-top: 6.66667vw;
	}
}

#csr .staff-form-wrapper {
	background-color: #f3f8f6;
	padding: 30px 45px;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#csr .staff-form-wrapper {
		margin-top: 13.33333vw;
		padding: 6.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#csr .staff-form-wrapper .list-menu {
		display: flex;
		align-items: center;
	}
}

#csr .staff-form-wrapper .list-menu > li span {
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#csr .staff-form-wrapper .list-menu > li span {
		display: block;
		font-size: 4vw;
	}
}

@media screen and (max-width: 767px) {
	#csr .staff-form-wrapper .list-menu > li .mod-select {
		margin-top: 2.66667vw;
	}
}

#csr .staff-form-wrapper .list-menu > li:first-child .mod-select {
	width: 158px;
}

@media screen and (max-width: 767px) {
	#csr .staff-form-wrapper .list-menu > li:first-child .mod-select {
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	#csr .staff-form-wrapper .list-menu > li:not(:first-child) {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	#csr .staff-form-wrapper .list-menu > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

#csr .staff-form-wrapper .list-menu > li:not(:first-child) .mod-select {
	width: 346px;
}

@media screen and (max-width: 767px) {
	#csr .staff-form-wrapper .list-menu > li:not(:first-child) .mod-select {
		width: 100%;
	}
}

#csr .staff-form-wrapper .list-menu > li.btn {
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	#csr .staff-form-wrapper .list-menu > li.btn {
		width: 100%;
		margin: 5.33333vw auto 0;
		text-align: center;
	}
}

#csr .staff-form-wrapper .list-menu > li.btn input {
	background-color: #007a46;
	color: #fff;
	padding: 13px 59px;
	border-radius: 5px;
	line-height: 1.3;
	font-size: 16px;
	transition: background 0.4s, color 0.4s, font-size 0.05s, width 0.4s, border 0.4s;
	cursor: pointer;
}

@media print, screen and (min-width: 768px) {
	#csr .staff-form-wrapper .list-menu > li.btn input:hover {
		background-color: #0cba5e;
	}
}

@media screen and (max-width: 767px) {
	#csr .staff-form-wrapper .list-menu > li.btn input {
		padding: 3.46667vw 15.73333vw;
		font-size: 4.26667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#csr .staff-result-list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#csr .staff-result-list {
		margin-top: 13.33333vw;
	}
}

#csr .staff-result-list > li {
	width: calc((100% - 72px) / 3);
}

@media screen and (max-width: 767px) {
	#csr .staff-result-list > li {
		width: 100%;
	}
}

#csr .staff-result-list > li figure {
	border: 1px solid #dae0e0;
	overflow: hidden;
	display: flex;
	align-items: center;
}

#csr .staff-result-list > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	#csr .staff-result-list > li {
		margin-right: 32px;
	}

	#csr .staff-result-list > li:nth-child(3n) {
		margin-right: 0;
	}

	#csr .staff-result-list > li:nth-child(n + 4) {
		margin-top: 65px;
	}
}

@media screen and (max-width: 767px) {
	#csr .staff-result-list > li:not(:first-child) {
		margin-top: 10.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#csr .staff-result-list > li a:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#csr .staff-result-list > li a:hover .txt-main {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#csr .staff-result-list > li a:hover:hover {
		opacity: 0.75;
	}
}

#csr .staff-result-list > li .txt-wrapper {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#csr .staff-result-list > li .txt-wrapper {
		margin-top: 4vw;
	}
}

@media screen and (max-width: 767px) {
	#csr .staff-result-list > li .txt-wrapper .txt-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

#csr .staff-result-list > li .txt-wrapper .txt-head .date {
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	#csr .staff-result-list > li .txt-wrapper .txt-head .date {
		font-size: 3.73333vw;
	}
}

#csr .staff-result-list > li .txt-wrapper .txt-head .budge {
	padding: 5px 10px;
	border: 2px solid #007a46;
	color: #202020;
	line-height: 1;
	display: inline-block;
	border-radius: 3px;
}

@media print, screen and (min-width: 768px) {
	#csr .staff-result-list > li .txt-wrapper .txt-head .budge {
		margin-top: 10px;
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	#csr .staff-result-list > li .txt-wrapper .txt-head .budge {
		font-size: 3.2vw;
		padding: 1.06667vw 1.33333vw;
	}
}

#csr .staff-result-list > li .txt-wrapper .txt-main {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 500;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#csr .staff-result-list > li .txt-wrapper .txt-main {
		font-size: 4.26667vw;
		margin-top: 2.66667vw;
	}
}

#csr .csr-warning {
	border: 1px solid #f80808;
	padding: 45px;
	background-color: #fff7f7;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	#csr .csr-warning {
		padding: 6.66667vw;
		margin-bottom: 5.33333vw;
	}
}

#csr .csr-warning p {
	position: relative;
	color: #f80808;
	padding-left: 23px;
	line-height: 1.9;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#csr .csr-warning p {
		font-size: 4vw;
		padding-left: 5.33333vw;
	}
}

#csr .csr-warning p:before {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
}

#csr .overseas-bottom-list {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	#csr .overseas-bottom-list {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	#csr .overseas-bottom-list {
		margin-top: 10.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#csr .overseas-bottom-list > li {
		width: calc((100% - 54px) / 3);
		margin-right: 27px;
	}

	#csr .overseas-bottom-list > li:nth-child(n + 4) {
		margin-top: 35px;
	}

	#csr .overseas-bottom-list > li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#csr .overseas-bottom-list > li {
		width: 42.66667vw;
	}

	#csr .overseas-bottom-list > li:nth-child(2n) {
		margin-left: 3.46667vw;
	}

	#csr .overseas-bottom-list > li:nth-child(n + 3) {
		margin-top: 5.33333vw;
	}
}

#csr .overseas-bottom-list > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	transition: 0.5s;
	border-bottom: 1px solid #c2cbcc;
	min-height: 100%;
}

@media print, screen and (min-width: 768px) {
	#csr .overseas-bottom-list > li > a {
		font-size: 15px;
		padding-bottom: 19px;
	}
}

@media screen and (max-width: 767px) {
	#csr .overseas-bottom-list > li > a {
		font-size: 4vw;
		padding-bottom: 4vw;
	}
}

#csr .overseas-bottom-list > li > a span {
	flex: 1;
}

#csr .overseas-bottom-list > li > a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 5px;
}

@media screen and (max-width: 767px) {
	#csr .overseas-bottom-list > li > a i {
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

#csr .overseas-bottom-list > li > a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

#csr .overseas-bottom-list > li > a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media print, screen and (min-width: 768px) {
	#csr .overseas-bottom-list > li > a:hover {
		color: #007a46;
	}

	#csr .overseas-bottom-list > li > a:hover i {
		border-color: #007a46;
		background-color: #007a46;
	}

	#csr .overseas-bottom-list > li > a:hover i:before {
		opacity: 0;
	}

	#csr .overseas-bottom-list > li > a:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#csr .overseas-bottom-list > li > a:hover {
		opacity: 0.75;
	}
}

#csr .mod-image-txt .txt-ttl.activity {
	position: relative;
	font-size: 16px;
	padding-left: 29px;
	font-weight: 400;
	color: #333;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#csr .mod-image-txt .txt-ttl.activity {
		font-size: 4vw;
		padding-left: 5.86667vw;
	}
}

#csr .mod-image-txt .txt-ttl.activity span.num {
	position: absolute;
	color: #007a46;
	font-size: 20px;
	left: 0;
	top: -3px;
}

@media screen and (max-width: 767px) {
	#csr .mod-image-txt .txt-ttl.activity span.num {
		font-size: 4.8vw;
	}
}

@media print, screen and (min-width: 768px) {
	#csr .overseas-img > div {
		width: 76%;
	}
}

#sustainability-top,
#sitemap {
	position: relative;
}

#sustainability-top .page-sitemap .sitemap-trigger,
#sitemap .page-sitemap .sitemap-trigger {
	position: fixed;
	bottom: 13px;
	right: 75px;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-trigger,
	#sitemap .page-sitemap .sitemap-trigger {
		/*right: 5.33333vw;
    bottom: 5.33333vw;*/
	}
}

#sustainability-top .page-sitemap .sitemap-trigger button,
#sitemap .page-sitemap .sitemap-trigger button {
	display: inline-flex;
	align-items: center;
	background-color: #0cba5e;
	border-radius: 22.5px;
	padding: 15px 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-trigger button,
	#sitemap .page-sitemap .sitemap-trigger button {
		padding: 4vw 5.33333vw;
	}
}

#sustainability-top .page-sitemap .sitemap-trigger i,
#sitemap .page-sitemap .sitemap-trigger i {
	display: block;
	background-image: url(/ja/sustainability/img/top/ico_sitemap.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-trigger i,
	#sitemap .page-sitemap .sitemap-trigger i {
		width: 3.46667vw;
		height: 3.46667vw;
		margin-right: 1.33333vw;
	}
}

#sustainability-top .page-sitemap .sitemap-trigger span,
#sitemap .page-sitemap .sitemap-trigger span {
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-trigger span,
	#sitemap .page-sitemap .sitemap-trigger span {
		font-size: 3.46667vw;
	}
}

#sustainability-top .page-sitemap .sitemap-close,
#sitemap .page-sitemap .sitemap-close {
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	top: -37px;
	right: 0;
	background-image: url(/ja/assets/img/all/ico_close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-close,
	#sitemap .page-sitemap .sitemap-close {
		width: 5.06667vw;
		height: 5.06667vw;
		top: -7.73333vw;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-wrapper,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 1002;
	margin: auto;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease;
	transition-delay: 0.3s;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-wrapper,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper {
		max-width: 1366px;
		min-width: 960px;
		width: calc(100% - 170px);
		height: calc(100vh - 130px);
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-wrapper,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper {
		width: calc(100% - 10.6vw);
		height: calc(100vh - 45vw);
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner {
	height: 100%;
	width: 100%;
	overflow: scroll;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner {
		padding: 60px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner {
		padding: 8vw 5.33333vw;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head {
	border-bottom: 2px solid #007a46;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head {
		margin-bottom: 5.33333vw;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a {
		padding-bottom: 1.33333vw;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a span,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a span {
	font-size: 18px;
	font-weight: 700;
	flex: 1;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a span,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a span {
		font-size: 4.53333vw;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
	margin-right: 10px;
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i:before,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i:before,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i:before {
		width: 2.13333vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i:after,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i:after,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i:after {
		width: 2.13333vw;
		height: 3.46667vw;
		top: 1px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a i {
		width: 8vw;
		height: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover span,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover span {
		color: #007a46;
	}

	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover i,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover i {
		background-color: #007a46;
	}

	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover i:before,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover i:before {
		opacity: 0;
	}

	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover i:after,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head a:hover {
		opacity: 0.75;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head + .sitemap-sec-head,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head + .sitemap-sec-head {
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head + .sitemap-sec-head,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .sitemap-sec-head + .sitemap-sec-head {
		margin-top: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list {
		display: flex;
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li {
		width: calc((100% - 9%) / 3);
		margin-right: 4.5%;
	}

	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li:nth-child(3n),
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li:nth-child(3n) {
		margin-right: 0;
	}

	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li:nth-child(n + 4),
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li:nth-child(n + 4) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li:not(:first-child),
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li:not(:first-child) {
		margin-top: 3.2vw;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .mod-link,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .mod-link {
	margin-top: 0 !important;
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .mod-link span,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .mod-link span {
	font-size: 16px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .mod-link span,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .mod-link span {
		font-size: 4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .mod-link:hover span,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .mod-link:hover span {
		color: #007a46;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list {
	margin-top: 10px;
	padding-left: 16px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list {
		margin-top: 3.2vw;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li:not(:first-child),
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li:not(:first-child),
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li:not(:first-child) {
		margin-top: 3.2vw;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li a,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li a {
	font-size: 14px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li a,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li a {
		font-size: 3.2vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li a:hover,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list > li .child-list > li a:hover {
		color: #007a46;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list + .sitemap-sec-head,
#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list + .sitemap-sec-head {
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list + .sitemap-sec-head,
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-inner .mod-sitemap-list + .sitemap-sec-head {
		margin-top: 8vw;
	}
}

#sustainability-top .page-sitemap .sitemap-wrapper[area-expanded="true"] .sitemap-main-wrapper,
#sitemap .page-sitemap .sitemap-wrapper[area-expanded="true"] .sitemap-main-wrapper {
	visibility: visible;
	opacity: 1;
}

#sustainability-top .page-sitemap .sitemap-wrapper[area-expanded="true"] .mod-sitemapBg,
#sitemap .page-sitemap .sitemap-wrapper[area-expanded="true"] .mod-sitemapBg {
	opacity: 0.75;
	visibility: visible;
}

#sustainability-top .page-sitemap .sitemap-wrapper .mod-sitemapBg,
#sitemap .page-sitemap .sitemap-wrapper .mod-sitemapBg {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	background-color: #000;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease;
	transition-delay: 0.3s;
}

#sitemap .mod-container {
	padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
	#sitemap .mod-container {
		padding-bottom: 50px;
	}
}

#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper {
	visibility: visible;
	position: inherit;
	max-width: inherit;
	min-width: inherit;
	width: inherit;
	height: inherit;
	opacity: 1;
}

#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper .sitemap-main-inner {
	padding: 0;
	overflow: visible;
}

#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper .sitemap-main-inner .mod-sitemap-list + .sitemap-sec-head {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper .sitemap-main-inner .mod-sitemap-list + .sitemap-sec-head {
		margin-top: 35px;
	}
}

@media print, screen and (min-width: 768px) {
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper .sitemap-main-inner .mod-sitemap-list {
		display: flex;
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) {
	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper .sitemap-main-inner .mod-sitemap-list > li {
		width: calc((100% - 6%) / 4);
		margin-right: 2%;
	}

	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper .sitemap-main-inner .mod-sitemap-list > li:nth-child(4n) {
		margin-right: 0;
	}

	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper .sitemap-main-inner .mod-sitemap-list > li:nth-child(4) {
		margin-top: 0;
	}

	#sitemap .page-sitemap .sitemap-wrapper .sitemap-main-wrapper .sitemap-main-inner .mod-sitemap-list > li:nth-child(n + 5) {
		margin-top: 15px;
	}
}

#company-top ul.mod-link-list,
#recruit-top ul.mod-link-list {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#company-top ul.mod-link-list,
	#recruit-top ul.mod-link-list {
		margin-top: 6.66667vw;
	}
}

#company-top ul.mod-link-list > li,
#recruit-top ul.mod-link-list > li {
	position: relative;
}

#company-top ul.mod-link-list > li:not(:first-child),
#recruit-top ul.mod-link-list > li:not(:first-child) {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#company-top ul.mod-link-list > li:not(:first-child),
	#recruit-top ul.mod-link-list > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

#company-top ul.mod-link-list > li .mod-link,
#recruit-top ul.mod-link-list > li .mod-link {
	margin-top: 0;
}

#company-top ul.mod-link-list + .mod-txt,
#recruit-top ul.mod-link-list + .mod-txt {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#company-top ul.mod-link-list + .mod-txt,
	#recruit-top ul.mod-link-list + .mod-txt {
		margin-top: 5.33333vw;
	}
}

#company-top .mod-link,
#recruit-top .mod-link {
	position: relative;
	font-size: 16px;
	color: #007a46;
	transition: 0.2s ease;
	padding-left: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.2s ease;
	font-weight: 500;
	margin-top: 30px;
	/*
        @include pc{
            &:hover {
                opacity: 0.5;
            }
        }*/
}

@media screen and (max-width: 767px) {
	#company-top .mod-link,
	#recruit-top .mod-link {
		margin-top: 5.33333vw;
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

#company-top .mod-link.default,
#recruit-top .mod-link.default {
	padding-left: 0;
}

#company-top .mod-link > i,
#recruit-top .mod-link > i {
	position: absolute;
	width: 9px;
	height: 14px;
	margin-right: 5px;
	top: 4px;
	left: 0;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link > i,
	#recruit-top .mod-link > i {
		width: 2.4vw;
		height: 3.73333vw;
		top: 0.8vw;
		margin-right: 1.33333vw;
	}
}

#company-top .mod-link > i:before,
#recruit-top .mod-link > i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link > i:before,
	#recruit-top .mod-link > i:before {
		width: 2.13333vw;
		height: 3.73333vw;
	}
}

#company-top .mod-link.test:hover,
#recruit-top .mod-link.test:hover {
	opacity: 0.75;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.test:hover,
	#recruit-top .mod-link.test:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .mod-link:not(.test):hover,
	#recruit-top .mod-link:not(.test):hover {
		color: #333;
	}

	#company-top .mod-link:not(.test):hover i:before,
	#recruit-top .mod-link:not(.test):hover i:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

@media screen and (max-width: 767px) {
	#company-top .mod-link:not(.test):hover,
	#recruit-top .mod-link:not(.test):hover {
		opacity: 0.65;
	}
}

#company-top .mod-link span,
#recruit-top .mod-link span {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link span,
	#recruit-top .mod-link span {
		font-size: 3.46667vw;
	}
}

#company-top .mod-link[target="_blank"]:not(.pdf),
#recruit-top .mod-link[target="_blank"]:not(.pdf) {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link[target="_blank"]:not(.pdf),
	#recruit-top .mod-link[target="_blank"]:not(.pdf) {
		padding-left: 5.86667vw;
	}
}

#company-top .mod-link[target="_blank"]:not(.pdf) i,
#recruit-top .mod-link[target="_blank"]:not(.pdf) i {
	top: 4px;
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link[target="_blank"]:not(.pdf) i,
	#recruit-top .mod-link[target="_blank"]:not(.pdf) i {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

#company-top .mod-link[target="_blank"]:not(.pdf) i:before,
#recruit-top .mod-link[target="_blank"]:not(.pdf) i:before {
	width: 15px;
	height: 15px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	#company-top .mod-link[target="_blank"]:not(.pdf) i:before,
	#recruit-top .mod-link[target="_blank"]:not(.pdf) i:before {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .mod-link[target="_blank"]:not(.pdf):hover i:before,
	#recruit-top .mod-link[target="_blank"]:not(.pdf):hover i:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

#company-top .mod-link.pdf,
#recruit-top .mod-link.pdf {
	display: inline-block;
}

#company-top .mod-link.pdf span,
#recruit-top .mod-link.pdf span {
	display: inline-flex;
	align-items: center;
	margin: 0 5px;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.pdf span,
	#recruit-top .mod-link.pdf span {
		margin: 0 3px;
	}
}

#company-top .mod-link.pdf span:before,
#recruit-top .mod-link.pdf span:before {
	content: "";
	display: inline-block;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.pdf span:before,
	#recruit-top .mod-link.pdf span:before {
		width: 4.53333vw;
		height: 4.8vw;
		margin-right: 1.33333vw;
	}
}

#company-top .mod-link.download,
#recruit-top .mod-link.download {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.download,
	#recruit-top .mod-link.download {
		padding-left: 5.86667vw;
	}
}

#company-top .mod-link.download i,
#recruit-top .mod-link.download i {
	top: 3px;
}

#company-top .mod-link.download i:before,
#recruit-top .mod-link.download i:before {
	width: 17px;
	height: 16px;
	background-image: url(/ja/assets/img/all/ico_download.svg);
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.download i:before,
	#recruit-top .mod-link.download i:before {
		width: 4.53333vw;
		height: 4.26667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .mod-link.download:hover i:before,
	#recruit-top .mod-link.download:hover i:before {
		-webkit-animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
		animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
	}
}

.mod-txt #company-top .mod-link,
.mod-txt #recruit-top .mod-link {
	padding-left: 0;
	margin-right: 5px;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.mod-txt #company-top .mod-link,
	.mod-txt #recruit-top .mod-link {
		margin-right: 1.33333vw;
	}
}

.mod-txt #company-top .mod-link[target="_blank"],
.mod-txt #recruit-top .mod-link[target="_blank"] {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.mod-txt #company-top .mod-link[target="_blank"],
	.mod-txt #recruit-top .mod-link[target="_blank"] {
		padding-right: 5.33333vw;
	}
}

.mod-txt #company-top .mod-link[target="_blank"] i,
.mod-txt #recruit-top .mod-link[target="_blank"] i {
	right: 0;
	left: inherit;
	margin-right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mod-txt #company-top .mod-link:hover,
.mod-txt #recruit-top .mod-link:hover {
	border-bottom: 1px solid #333;
}

#company-top .mod-link.small,
#recruit-top .mod-link.small {
	font-size: 14px;
	padding-left: 13px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.small,
	#recruit-top .mod-link.small {
		font-size: 3.46667vw;
		padding-left: 4vw;
	}
}

#company-top .mod-link.small i,
#recruit-top .mod-link.small i {
	top: 4px;
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.small i,
	#recruit-top .mod-link.small i {
		top: 1.33333vw;
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

#company-top .mod-link.small i:before,
#recruit-top .mod-link.small i:before {
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.small i:before,
	#recruit-top .mod-link.small i:before {
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

#company-top .mod-link.small[target="_blank"]:not(.pdf),
#recruit-top .mod-link.small[target="_blank"]:not(.pdf) {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.small[target="_blank"]:not(.pdf),
	#recruit-top .mod-link.small[target="_blank"]:not(.pdf) {
		padding-left: 5.33333vw;
	}
}

#company-top .mod-link.small[target="_blank"]:not(.pdf) i,
#recruit-top .mod-link.small[target="_blank"]:not(.pdf) i {
	top: 3px;
	width: 13px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.small[target="_blank"]:not(.pdf) i,
	#recruit-top .mod-link.small[target="_blank"]:not(.pdf) i {
		width: 2.93333vw;
		height: 2.93333vw;
	}
}

#company-top .mod-link.small[target="_blank"]:not(.pdf) i:before,
#recruit-top .mod-link.small[target="_blank"]:not(.pdf) i:before {
	width: 13px;
	height: 13px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.small[target="_blank"]:not(.pdf) i:before,
	#recruit-top .mod-link.small[target="_blank"]:not(.pdf) i:before {
		width: 2.93333vw;
		height: 2.93333vw;
	}
}

#company-top .mod-link.small.pdf span,
#recruit-top .mod-link.small.pdf span {
	vertical-align: bottom;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.small.pdf span,
	#recruit-top .mod-link.small.pdf span {
		font-size: 2.93333vw;
	}
}

#company-top .mod-link.small.pdf span:before,
#recruit-top .mod-link.small.pdf span:before {
	width: 14px;
	height: 15px;
}

@media screen and (max-width: 767px) {
	#company-top .mod-link.small.pdf span:before,
	#recruit-top .mod-link.small.pdf span:before {
		width: 3.73333vw;
		height: 4vw;
	}
}

#company-top .category-news-sec .category-news-sec-inner,
#recruit-top .category-news-sec .category-news-sec-inner {
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#company-top .category-news-sec .category-news-sec-inner,
	#recruit-top .category-news-sec .category-news-sec-inner {
		display: flex;
		justify-content: space-between;
		padding: 50px 20px 65px;
		max-width: 1200px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-news-sec .category-news-sec-inner,
	#recruit-top .category-news-sec .category-news-sec-inner {
		padding: 10.66667vw 5.33333vw 16vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-head,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-head {
		margin-right: 60px;
	}
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-head h2,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-head h2 {
	font-size: 24px;
	color: #000;
}

@media screen and (max-width: 767px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-head h2,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-head h2 {
		font-size: 5.86667vw;
	}
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents {
	width: 100%;
	flex: 1;
}

@media print, screen and (min-width: 768px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul {
		margin-top: -10px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul {
		margin-top: 5.33333vw;
	}
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li {
	display: flex;
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	transition: 0.5s;
	line-height: 1.6;
	/*@include pc {
                            &:first-child {
                                a {
                                    padding-top: 5px;
                                }
                            }
                        }*/
}

@media screen and (max-width: 767px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li {
		display: block;
		font-size: 4vw;
		padding: 3.2vw 0 4vw;
	}

	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li:first-child,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li:first-child {
		border-top: 1px solid #e7eeed;
	}
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li .date,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li .date {
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li .date,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li .date {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 1.33333vw;
	}
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li .main,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li .main {
	flex: 1;
}

#comp#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li i:not(.blank-icon),
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li i:not(.blank-icon) {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li .pdf-size,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li .pdf-size {
	font-size: 14px;
	color: #555;
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"].for-blank,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"].for-blank {
	display: inline;
	position: relative;
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"] i.blank-icon,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"] i.blank-icon {
	display: inline-block;
	width: 17px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #aec1bf;
	transition: 0.5s;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
	position: relative;
	bottom: 0px;
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"]:hover i.blank-icon,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"]:hover i.blank-icon {
	background-color: #007a46;
	border-color: #007a46;
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"] i.blank-icon:before,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"] i.blank-icon:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"] i.blank-icon:after,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"] i.blank-icon:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"]:hover i.blank-icon:before,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"]:hover i.blank-icon:before {
	opacity: 0;
}

#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"]:hover i.blank-icon:after,
#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a[target="_blank"]:hover i.blank-icon:after {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a:hover,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a:hover,
	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-contents ul > li a:hover {
		opacity: 0.75;
	}
}

#company-top .category-message-sec .category-message-sec-inner a,
#recruit-top .category-message-sec .category-message-sec-inner a {
	background-color: #f3f8f6;
}

@media print, screen and (min-width: 768px) {
	#company-top .category-message-sec .category-message-sec-inner a,
	#recruit-top .category-message-sec .category-message-sec-inner a {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-message-sec .category-message-sec-inner a,
	#recruit-top .category-message-sec .category-message-sec-inner a {
		display: block;
	}
}

#company-top .category-message-sec .category-message-sec-inner a figure,
#recruit-top .category-message-sec .category-message-sec-inner a figure {
	overflow: hidden;
}

#company-top .category-message-sec .category-message-sec-inner a figure img,
#recruit-top .category-message-sec .category-message-sec-inner a figure img {
	width: 100%;
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	#company-top .category-message-sec .category-message-sec-inner a figure,
	#recruit-top .category-message-sec .category-message-sec-inner a figure {
		width: 50%;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .category-message-sec .category-message-sec-inner a .category-message-contents,
	#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents {
		display: flex;
		align-items: center;
		justify-content: start;
		width: 50%;
		padding: 0 60px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-message-sec .category-message-sec-inner a .category-message-contents,
	#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents {
		padding: 9.06667vw 8vw 10.66667vw;
	}
}

#company-top .category-message-sec .category-message-sec-inner a .category-message-contents h2,
#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents h2 {
	font-size: 32px;
	color: #000;
}

@media screen and (max-width: 767px) {
	#company-top .category-message-sec .category-message-sec-inner a .category-message-contents h2,
	#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents h2 {
		font-size: 6.4vw;
	}
}

#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-txt,
#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-txt,
	#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-txt {
		font-size: 4vw;
		margin-top: 2.66667vw;
	}
}

#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link,
#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link,
	#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link {
		margin-top: 8vw;
	}
}

#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link span,
#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link span {
	line-height: 1.3;
	font-size: 18px;
	transition: 0.2s ease;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link span,
	#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link span {
		font-size: 4.53333vw;
	}
}

#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i,
#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.2s ease;
	margin-left: 10px;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i,
	#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i {
		height: 8vw;
		width: 8vw;
	}
}

#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i:before,
#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i:before,
	#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i:after,
#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i:after,
	#recruit-top .category-message-sec .category-message-sec-inner a .category-message-contents .category-message-contents-link i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .category-message-sec .category-message-sec-inner a:hover,
#recruit-top .category-message-sec .category-message-sec-inner a:hover {
	color: #333;
}

#company-top .category-message-sec .category-message-sec-inner a:hover figure img,
#recruit-top .category-message-sec .category-message-sec-inner a:hover figure img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

#company-top .category-message-sec .category-message-sec-inner a:hover .category-message-contents-link span,
#recruit-top .category-message-sec .category-message-sec-inner a:hover .category-message-contents-link span {
	color: #007a46;
}

#company-top .category-message-sec .category-message-sec-inner a:hover .category-message-contents-link i,
#recruit-top .category-message-sec .category-message-sec-inner a:hover .category-message-contents-link i {
	background-color: #007a46;
}

#company-top .category-message-sec .category-message-sec-inner a:hover .category-message-contents-link i:after,
#recruit-top .category-message-sec .category-message-sec-inner a:hover .category-message-contents-link i:after {
	opacity: 1;
}

#company-top .category-message-sec .category-message-sec-inner a:hover .category-message-contents-link i:before,
#recruit-top .category-message-sec .category-message-sec-inner a:hover .category-message-contents-link i:before {
	opacity: 0;
}

#company-top .category-policy-links,
#recruit-top .category-policy-links {
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links,
	#recruit-top .category-policy-links {
		margin-top: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .category-policy-links > li,
	#recruit-top .category-policy-links > li {
		width: calc(95% / 2);
	}

	#company-top .category-policy-links > li:nth-child(2n),
	#recruit-top .category-policy-links > li:nth-child(2n) {
		margin-left: 5%;
	}

	#company-top .category-policy-links > li:nth-child(n + 3),
	#recruit-top .category-policy-links > li:nth-child(n + 3) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li:not(:first-child),
	#recruit-top .category-policy-links > li:not(:first-child) {
		margin-top: 6.66667vw;
	}
}

#company-top .category-policy-links > li a,
#recruit-top .category-policy-links > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 30px 0;
	border: 1px solid #c2cbcc;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a,
	#recruit-top .category-policy-links > li a {
		border-radius: 0 0 8vw 0;
	}
}

#company-top .category-policy-links > li a .txt-wrapper,
#recruit-top .category-policy-links > li a .txt-wrapper {
	padding: 40px;
	color: #333;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a .txt-wrapper,
	#recruit-top .category-policy-links > li a .txt-wrapper {
		padding: 6.66667vw;
	}
}

#company-top .category-policy-links > li a .txt-wrapper .txt-ttl,
#recruit-top .category-policy-links > li a .txt-wrapper .txt-ttl {
	font-size: 22px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a .txt-wrapper .txt-ttl,
	#recruit-top .category-policy-links > li a .txt-wrapper .txt-ttl {
		font-size: 4.53333vw;
	}
}

#company-top .category-policy-links > li a .txt-wrapper .txt-main,
#recruit-top .category-policy-links > li a .txt-wrapper .txt-main {
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.9;
	padding-right: 40px;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a .txt-wrapper .txt-main,
	#recruit-top .category-policy-links > li a .txt-wrapper .txt-main {
		font-size: 4vw;
		margin-top: 2.66667vw;
		padding-right: 8vw;
	}
}

#company-top .category-policy-links > li a .txt-wrapper p,
#recruit-top .category-policy-links > li a .txt-wrapper p {
	transition: 0.5s;
}

#company-top .category-policy-links > li a .txt-wrapper i,
#recruit-top .category-policy-links > li a .txt-wrapper i {
	position: absolute;
	right: 25px;
	bottom: 30px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a .txt-wrapper i,
	#recruit-top .category-policy-links > li a .txt-wrapper i {
		height: 8vw;
		width: 8vw;
		right: 5.33333vw;
		bottom: 6.66667vw;
	}
}

#company-top .category-policy-links > li a .txt-wrapper i:before,
#recruit-top .category-policy-links > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 16px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a .txt-wrapper i:before,
	#recruit-top .category-policy-links > li a .txt-wrapper i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .category-policy-links > li a .txt-wrapper i:after,
#recruit-top .category-policy-links > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 16px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a .txt-wrapper i:after,
	#recruit-top .category-policy-links > li a .txt-wrapper i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .category-policy-links > li a:hover img,
	#recruit-top .category-policy-links > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#company-top .category-policy-links > li a:hover .txt-ttl,
	#recruit-top .category-policy-links > li a:hover .txt-ttl {
		color: #007a46;
	}

	#company-top .category-policy-links > li a:hover i,
	#recruit-top .category-policy-links > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#company-top .category-policy-links > li a:hover i:after,
	#recruit-top .category-policy-links > li a:hover i:after {
		opacity: 1;
	}

	#company-top .category-policy-links > li a:hover i:before,
	#recruit-top .category-policy-links > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a:hover,
	#recruit-top .category-policy-links > li a:hover {
		opacity: 0.75;
	}
}

#company-top .category-policy-links > li figure,
#recruit-top .category-policy-links > li figure {
	overflow: hidden;
}

#company-top .category-policy-links > li figure img,
#recruit-top .category-policy-links > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

#company-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:before,
#recruit-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:before,
	#recruit-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#company-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:after,
#recruit-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:after,
	#recruit-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#company-top .category-policy-sec h2,
#recruit-top .category-policy-sec h2 {
	color: #000;
}

#company-top .category-policy-sec.common-sec .common-sec-inner,
#recruit-top .category-policy-sec.common-sec .common-sec-inner {
	padding: 80px 20px 80px;
}

@media screen and (max-width: 767px) {
	#company-top .category-policy-sec.common-sec .common-sec-inner,
	#recruit-top .category-policy-sec.common-sec .common-sec-inner {
		padding-top: 13.33333vw;
		padding-bottom: 13.33333vw;
	}
}

#company-top .category-about-sec,
#recruit-top .category-about-sec {
	background-color: #c3ecd3;
}

#company-top .category-about-sec h2,
#recruit-top .category-about-sec h2 {
	color: #000;
}

#company-top .category-about-sec.common-sec .common-sec-inner,
#recruit-top .category-about-sec.common-sec .common-sec-inner {
	padding: 80px 20px 80px;
}

@media screen and (max-width: 767px) {
	#company-top .category-about-sec.common-sec .common-sec-inner,
	#recruit-top .category-about-sec.common-sec .common-sec-inner {
		padding-top: 13.33333vw;
		padding-bottom: 13.33333vw;
	}
}

#company-top .category-about-sec .category-about-sec-links,
#recruit-top .category-about-sec .category-about-sec-links {
	margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
	#company-top .category-about-sec .category-about-sec-links,
	#recruit-top .category-about-sec .category-about-sec-links {
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-about-sec .category-about-sec-links,
	#recruit-top .category-about-sec .category-about-sec-links {
		margin-top: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .category-about-sec .category-about-sec-links > li,
	#recruit-top .category-about-sec .category-about-sec-links > li {
		width: 31.33333%;
	}

	#company-top .category-about-sec .category-about-sec-links > li:not(:nth-child(3n)),
	#recruit-top .category-about-sec .category-about-sec-links > li:not(:nth-child(3n)) {
		margin-right: 3%;
	}

	#company-top .category-about-sec .category-about-sec-links > li:nth-child(n + 4),
	#recruit-top .category-about-sec .category-about-sec-links > li:nth-child(n + 4) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-about-sec .category-about-sec-links > li:not(:first-child),
	#recruit-top .category-about-sec .category-about-sec-links > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

#company-top .category-about-sec .category-about-sec-links > li a,
#recruit-top .category-about-sec .category-about-sec-links > li a {
	background-color: #fff;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 20px 30px;
	border-radius: 0 0 30px 0;
	font-size: 18px;
	font-weight: 500;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#company-top .category-about-sec .category-about-sec-links > li a,
	#recruit-top .category-about-sec .category-about-sec-links > li a {
		padding: 5.33333vw 5.33333vw 5.33333vw 6.66667vw;
		font-size: 4.53333vw;
		border-radius: 0 0 8vw 0;
	}
}

#company-top .category-about-sec .category-about-sec-links > li a i,
#recruit-top .category-about-sec .category-about-sec-links > li a i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#company-top .category-about-sec .category-about-sec-links > li a i,
	#recruit-top .category-about-sec .category-about-sec-links > li a i {
		height: 8vw;
		width: 8vw;
	}
}

#company-top .category-about-sec .category-about-sec-links > li a i:before,
#recruit-top .category-about-sec .category-about-sec-links > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .category-about-sec .category-about-sec-links > li a i:before,
	#recruit-top .category-about-sec .category-about-sec-links > li a i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .category-about-sec .category-about-sec-links > li a i:after,
#recruit-top .category-about-sec .category-about-sec-links > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .category-about-sec .category-about-sec-links > li a i:after,
	#recruit-top .category-about-sec .category-about-sec-links > li a i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .category-about-sec .category-about-sec-links > li a:hover,
	#recruit-top .category-about-sec .category-about-sec-links > li a:hover {
		color: #007a46;
	}

	#company-top .category-about-sec .category-about-sec-links > li a:hover i,
	#recruit-top .category-about-sec .category-about-sec-links > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#company-top .category-about-sec .category-about-sec-links > li a:hover i:after,
	#recruit-top .category-about-sec .category-about-sec-links > li a:hover i:after {
		opacity: 1;
	}

	#company-top .category-about-sec .category-about-sec-links > li a:hover i:before,
	#recruit-top .category-about-sec .category-about-sec-links > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-about-sec .category-about-sec-links > li a:hover,
	#recruit-top .category-about-sec .category-about-sec-links > li a:hover {
		opacity: 0.75;
	}
}

#company-top .category-relative-sec,
#recruit-top .category-relative-sec,
#covid19info .category-relative-sec {
	background-color: #f3f8f6;
}

#company-top .category-relative-sec h2,
#recruit-top .category-relative-sec h2,
#covid19info .category-relative-sec h2 {
	color: #000;
}

#company-top .category-relative-sec.common-sec .common-sec-inner,
#recruit-top .category-relative-sec.common-sec .common-sec-inner,
#covid19info .category-relative-sec.common-sec .common-sec-inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec.common-sec .common-sec-inner,
	#recruit-top .category-relative-sec.common-sec .common-sec-inner,
	#covid19info .category-relative-sec.common-sec .common-sec-inner {
		padding-top: 13.33333vw;
		padding-bottom: 18.66667vw;
	}
}

#company-top .category-relative-sec .category-relative-sec-links,
#recruit-top .category-relative-sec .category-relative-sec-links,
#covid19info .category-relative-sec .category-relative-sec-links {
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links,
	#recruit-top .category-relative-sec .category-relative-sec-links,
	#covid19info .category-relative-sec .category-relative-sec-links {
		margin-top: 6.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .category-relative-sec .category-relative-sec-links > li,
	#recruit-top .category-relative-sec .category-relative-sec-links > li,
	#covid19info .category-relative-sec .category-relative-sec-links > li {
		width: 31.33333%;
	}

	#company-top .category-relative-sec .category-relative-sec-links > li:not(:nth-child(3n)),
	#recruit-top .category-relative-sec .category-relative-sec-links > li:not(:nth-child(3n)),
	#covid19info .category-relative-sec .category-relative-sec-links > li:not(:nth-child(3n)) {
		margin-right: 3%;
	}

	#company-top .category-relative-sec .category-relative-sec-links > li:nth-child(n + 4),
	#recruit-top .category-relative-sec .category-relative-sec-links > li:nth-child(n + 4),
	#covid19info .category-relative-sec .category-relative-sec-links > li:nth-child(n + 4) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links > li:not(:first-child),
	#recruit-top .category-relative-sec .category-relative-sec-links > li:not(:first-child),
	#covid19info .category-relative-sec .category-relative-sec-links > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

#company-top .category-relative-sec .category-relative-sec-links > li a,
#recruit-top .category-relative-sec .category-relative-sec-links > li a,
#covid19info .category-relative-sec .category-relative-sec-links > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 30px 0;
	border: 1px solid #c2cbcc;
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links > li a,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a,
	#covid19info .category-relative-sec .category-relative-sec-links > li a {
		border-radius: 0 0 8vw 0;
	}
}

#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper,
#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper,
#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper {
	padding: 30px 35px 30px 35px;
	color: #333;
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper,
	#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper {
		padding: 6.66667vw 9.6vw 6.66667vw 6.66667vw;
	}
}

#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-ttl,
#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-ttl,
#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-ttl {
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-ttl,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-ttl,
	#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-ttl {
		font-size: 4.53333vw;
	}
}

#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-main,
#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-main,
#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-main {
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.9;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-main,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-main,
	#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper .txt-main {
		font-size: 4vw;
		margin-top: 2.66667vw;
		padding-right: 5.33333vw;
	}
}

#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper p,
#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper p,
#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper p {
	transition: 0.5s;
}

#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i,
#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i,
#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i {
	position: absolute;
	right: 20px;
	bottom: 25px;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i,
	#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i {
		height: 8vw;
		width: 8vw;
		right: 5.33333vw;
		bottom: 6.66667vw;
	}
}

#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:before,
#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:before,
#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:before,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:before,
	#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:after,
#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:after,
#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:after,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:after,
	#covid19info .category-relative-sec .category-relative-sec-links > li a .txt-wrapper i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#company-top .category-relative-sec .category-relative-sec-links > li a:hover img,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a:hover img,
	#covid19info .category-relative-sec .category-relative-sec-links > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#company-top .category-relative-sec .category-relative-sec-links > li a:hover .txt-ttl,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a:hover .txt-ttl,
	#covid19info .category-relative-sec .category-relative-sec-links > li a:hover .txt-ttl {
		color: #007a46;
	}

	#company-top .category-relative-sec .category-relative-sec-links > li a:hover i,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a:hover i,
	#covid19info .category-relative-sec .category-relative-sec-links > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#company-top .category-relative-sec .category-relative-sec-links > li a:hover i:after,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a:hover i:after,
	#covid19info .category-relative-sec .category-relative-sec-links > li a:hover i:after {
		opacity: 1;
	}

	#company-top .category-relative-sec .category-relative-sec-links > li a:hover i:before,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a:hover i:before,
	#covid19info .category-relative-sec .category-relative-sec-links > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#company-top .category-relative-sec .category-relative-sec-links > li a:hover,
	#recruit-top .category-relative-sec .category-relative-sec-links > li a:hover,
	#covid19info .category-relative-sec .category-relative-sec-links > li a:hover {
		opacity: 0.75;
	}
}

#company-top .category-relative-sec .category-relative-sec-links > li figure,
#recruit-top .category-relative-sec .category-relative-sec-links > li figure,
#covid19info .category-relative-sec .category-relative-sec-links > li figure {
	overflow: hidden;
}

#company-top .category-relative-sec .category-relative-sec-links > li figure img,
#recruit-top .category-relative-sec .category-relative-sec-links > li figure img,
#covid19info .category-relative-sec .category-relative-sec-links > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

#company-top .common-sec .common-sec-inner,
#recruit-top .common-sec .common-sec-inner,
#covid19info .common-sec .common-sec-inner {
	padding: 65px 20px 70px;
	max-width: 1200px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#company-top .common-sec .common-sec-inner,
	#recruit-top .common-sec .common-sec-inner,
	#covid19info .common-sec .common-sec-inner {
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	#company-top .common-sec .common-sec-inner,
	#recruit-top .common-sec .common-sec-inner,
	#covid19info .common-sec .common-sec-inner {
		padding: 10.66667vw 5.33333vw;
	}
}

#company-top .common-sec .common-sec-inner h2,
#recruit-top .common-sec .common-sec-inner h2,
#covid19info .common-sec .common-sec-inner h2 {
	text-align: center;
	color: #000;
	font-size: 36px;
}

@media screen and (max-width: 767px) {
	#company-top .common-sec .common-sec-inner h2,
	#recruit-top .common-sec .common-sec-inner h2,
	#covid19info .common-sec .common-sec-inner h2 {
		font-size: 7.46667vw;
	}
}

#sustainability-top .mod-img-head-inner {
	background-image: url(/ja/sustainability/img/top/bg_head.jpg);
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-img-head-inner {
		background-image: url(/ja/sustainability/img/top/bg_head_sp.jpg);
	}
}

#sustainability-top ul.news-list {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list {
		margin-top: 5.33333vw;
	}
}

#sustainability-top ul.news-list > li {
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	line-height: 1.6;
}

#sustainability-top ul.news-list > li:first-child {
	border-top: 1px solid #e7eeed;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top ul.news-list > li {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list > li {
		display: block;
		font-size: 4vw;
		padding: 3.2vw 0 4vw;
	}
}

#sustainability-top ul.news-list > li .date {
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list > li .date {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 1.33333vw;
	}
}

#sustainability-top ul.news-list > li .main {
	flex: 1;
}

#sustainability-top ul.news-list > li i:not(.blank-icon) {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
}

#sustainability-top ul.news-list > li .pdf-size {
	font-size: 14px;
	color: #555;
}

#sustainability-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"].for-blank {
	display: inline;
	position: relative;
}

#sustainability-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"] i.blank-icon {
	display: inline-block;
	width: 17px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #aec1bf;
	transition: 0.5s;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
	position: relative;
	bottom: 0px;
}

#sustainability-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"]:hover i.blank-icon {
	background-color: #007a46;
	border-color: #007a46;
}

#sustainability-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"] i.blank-icon:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#sustainability-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"] i.blank-icon:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#sustainability-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"]:hover i.blank-icon:before {
	opacity: 0;
}

#sustainability-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"]:hover i.blank-icon:after {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top ul.news-list > li a {
		/*display: flex;*/
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list > li a {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top ul.news-list > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list > li a:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner {
		padding: 50px 20px 65px;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner {
		padding: 10.66667vw 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-info {
		width: calc((100% - 5%) / 2);
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-info h2 {
	color: #000;
	font-size: 24px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-info h2 {
		font-size: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link {
		width: calc((100% - 5%) / 2);
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul {
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li {
		width: calc((100% - 3.5%) / 2);
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li:nth-child(2n) {
		margin-left: 3.5%;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li {
		min-height: 28.53333vw;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li:not(:first-child) {
		margin-top: 4vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 20px 0;
	border: 1px solid #c2cbcc;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a {
		display: flex;
		border-radius: 0 0 5.33333vw 0;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper {
	padding: 15px 35px 15px 15px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper {
		width: 54.66667vw;
		padding: 4vw 8vw 4vw 4vw;
		display: flex;
		align-items: center;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper .txt-ttl {
	line-height: 1.6;
	font-size: 17px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper .txt-ttl {
		font-size: 4.26667vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c2cbcc;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i {
		height: 5.33333vw;
		width: 5.33333vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover .txt-wrapper {
		color: #007a46;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover i:after {
		opacity: 1;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover {
		opacity: 0.75;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li figure {
	overflow: hidden;
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li figure {
		position: relative;
		width: 34.66667vw;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li figure img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: scale(1.4);
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner {
		display: flex;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

#sustainability-top .link-sec .link-sec-inner a.link-sec-child {
	display: block;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover .link-sec-child-link span {
		color: #007a46;
	}

	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover .link-sec-child-link i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover .link-sec-child-link i:before {
		opacity: 0;
	}

	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover .link-sec-child-link i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child {
		width: 32%;
		padding: 40px 25px;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child:first-child {
		padding-left: 0;
		padding-right: 38px;
		margin-right: 2px;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child:last-child {
		padding-left: 38px;
		padding-right: 0;
		margin-left: 2px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child {
		padding: 8vw 5.33333vw 8vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link {
		font-size: 5.33333vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link:hover span {
	color: #007a46;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link:hover i {
	background-color: #007a46;
	border-color: #007a46;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link:hover i:before {
	opacity: 0;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link:hover i:after {
	opacity: 1;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link span {
	padding-right: 42px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link span {
		padding-right: 11.2vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link + .tab-link-def {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link + .tab-link-def {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i {
	position: absolute;
	right: 0;
	top: 0px;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #007a46;
	background-color: #fff;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i {
		width: 8vw;
		height: 8vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child figure {
	width: 100%;
	margin-top: 25px;
	border: 1px solid #dae0e0;
	overflow: hidden;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child figure img {
	width: 100%;
	transition: 0.2s ease;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability {
	background-image: url(/ja/sustainability/img/top/bg_sustainability.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability {
		padding: 12vw 5.33333vw 13.33333vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li:not(:first-child) {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 13px 45px 13px 15px;
	font-size: 15px;
	color: #333;
	border-radius: 0 0 20px 0;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a {
		font-size: 3.73333vw;
		padding: 3.73333vw 16vw 3.73333vw 4vw;
		border-radius: 0 0 5.33333vw 0;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a span {
	transition: 0.5s;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #b6c8c5;
	background-color: #fff;
	transition: 0.5s;
	margin: auto 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i {
		top: -2px;
		right: 2.66667vw;
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i:before {
		width: 1.6vw;
		height: 2.4vw;
		top: 1px;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i:after {
		width: 1.6vw;
		height: 2.4vw;
		top: 1px;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover span {
		color: #007a46;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover i:before {
		opacity: 0;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover {
		opacity: 0.75;
	}
}

#sustainability-top .activity-sec {
	background-color: #f3f8f6;
}

#sustainability-top .activity-sec .activity-sec-inner {
	padding: 80px 20px 80px;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .activity-sec-inner {
		padding: 13.33333vw 5.33333vw;
	}
}

#sustainability-top .activity-sec .activity-sec-inner h2 {
	font-size: 36px;
	color: #000;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .activity-sec-inner h2 {
		font-size: 7.46667vw;
		margin-bottom: 9.33333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper {
		margin-top: 5.33333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head {
	display: flex;
	align-items: flex-end;
	height: 127px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head {
		display: none;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li {
	width: 50%;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 167px 120px;
	border-radius: 10px 10px 0 0;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 187px 20px 60px;
	line-height: 1;
	cursor: pointer;
	transition: 0.2s ease;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li a i {
	margin-right: 10px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li a .tab-head-txt {
	text-align: center;
	max-width: calc(100% - 70px);
	display: block;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li a:hover {
		padding-top: 28px;
		padding-bottom: 28px;
		background-size: 172px 124px;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li a:focus-visible {
		padding-top: 28px;
		padding-bottom: 28px;
		background-size: 172px 124px;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li a span.tab-head-inner {
	position: relative;
	display: flex;
	align-items: center;
	height: 67px;
	width: 100%;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li a i {
	display: block;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li[area-selected="true"] a {
	padding-top: 28px;
	padding-bottom: 28px;
	background-size: 172px 124px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li.opt-1 {
	background-color: #00c9b4;
	background-image: url(/ja/sustainability/img/top/bg_tab_1.jpg);
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li.opt-2 {
	background-color: #2cca60;
	background-image: url(/ja/sustainability/img/top/bg_tab_2.jpg);
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li.opt-3 {
	background-color: #2f6ac3;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li.opt-4 {
	background-color: #ff913b;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li.opt-5 {
	background-color: #f75846;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li.opt-6 {
	background-color: #ea3e59;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li.opt-7 {
	background-color: #1eb5ed;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li {
	background-color: #fff;
	border: 4px solid #00c9b4;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li {
		border: none;
		margin-top: 5.33333vw;
		border-radius: 2.66667vw 2.66667vw 8vw 0;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-1 {
	border-color: #00c9b4;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-2 {
	border-color: #2cca60;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-3 {
	border-color: #2f6ac3;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-4 {
	border-color: #ff913b;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-5 {
	border-color: #f75846;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-6 {
	border-color: #ea3e59;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-7 {
	border-color: #1eb5ed;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li {
		display: none;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li[area-expanded="true"] {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-1 .tab-wrapper {
		border-color: #00c9b4;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-2 .tab-wrapper {
		border-color: #2cca60;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-3 .tab-wrapper {
		border-color: #2f6ac3;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-4 .tab-wrapper {
		border-color: #ff913b;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-5 .tab-wrapper {
		border-color: #f75846;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-6 .tab-wrapper {
		border-color: #ea3e59;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-7 .tab-wrapper {
		border-color: #1eb5ed;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head a {
		padding: 4vw 5.33333vw;
		border-radius: 2.66667vw 2.66667vw 0 0;
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 33.06667vw 23.73333vw;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head a span.tab-head-inner {
		display: flex;
		align-items: center;
		height: 15.73333vw;
		color: #fff;
		font-weight: bold;
		font-size: 4.8vw;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head a span.tab-head-inner i {
		margin-right: 2.66667vw;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head a span.tab-head-inner .tab-head-txt {
		flex: 1;
		display: flex;
		align-items: center;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-1 a {
		background-color: #00c9b4;
		background-image: url(/ja/sustainability/img/top/bg_tab_1.jpg);
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-1 a {
		padding-right: 33.06667vw;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-2 a {
		background-color: #2cca60;
		background-image: url(/ja/sustainability/img/top/bg_tab_2.jpg);
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-2 a {
		padding-right: 33.06667vw;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-3 a {
		background-color: #2f6ac3;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-4 a {
		background-color: #ff913b;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-5 a {
		background-color: #f75846;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-6 a {
		background-color: #ea3e59;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-7 a {
		background-color: #1eb5ed;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper {
		padding: 6.66667vw 5.33333vw 9.33333vw;
		border-radius: 0 0 8vw 0;
		border: 2px solid #00c9b4;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents {
		width: calc((100% - 11%) / 3);
		padding-top: 50px;
		box-sizing: content-box;
		padding-bottom: 60px;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents:nth-child(2) {
		padding: 50px 2.25% 60px;
		margin: 0 2.25%;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents:first-child {
		padding-left: 60px;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents:last-child {
		padding-right: 60px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents + .tab-contents {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents.opt1 {
	background-color: #d5f4df;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents.opt1 {
		padding: 6.66667vw 5.33333vw;
		width: calc(100% + 10.6vw);
		margin-left: -20px;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents.opt1 .tab-links + .tab-link-def {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def {
		font-size: 4.53333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def span {
	padding-left: 42px;
	display: block;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def span {
		padding-left: 8.26667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def + .tab-link-def {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def + .tab-link-def {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i {
	position: absolute;
	left: 0;
	top: 1px;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #007a46;
	background-color: #fff;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i {
		top: 1px;
		width: 6.93333vw;
		height: 6.93333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i:before {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i:after {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover span {
		color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover i:before {
		opacity: 0;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover {
		opacity: 0.75;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	padding-bottom: 15px;
	border-bottom: 2px solid #007a46;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt {
		font-size: 4.53333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt span {
	padding-left: 42px;
	display: block;
	color: #007a46;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt span {
		padding-left: 8.26667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt + .tab-link-def {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt + .tab-link-def {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt i {
	position: absolute;
	left: 0;
	top: 1px;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #007a46;
	background-color: #fff;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt i {
		top: 1px;
		width: 6.93333vw;
		height: 6.93333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt i:before {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt i:after {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt:hover span {
		color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt:hover i:before {
		opacity: 0;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-opt:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links {
		margin-top: 26px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links {
		display: flex;
		flex-wrap: wrap;
		margin-top: 4vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links + .tab-link-def {
	margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li:not(:first-child) {
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li {
		width: calc(96% / 2);
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li:nth-child(n + 3) {
		margin-top: 5.33333vw;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li:nth-child(2n) {
		margin-left: 4%;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	transition: 0.5s;
	border-bottom: 1px solid #c2cbcc;
	min-height: 100%;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a {
		font-size: 15px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a {
		font-size: 3.73333vw;
		padding-bottom: 2.66667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a span {
	flex: 1;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 5px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a[target="_blank"] i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a[target="_blank"] i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover {
		color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover i {
		border-color: #007a46;
		background-color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover i:before {
		opacity: 0;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover {
		opacity: 0.75;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links.col1 > li {
		width: 100%;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links.col1 > li:not(:first-child) {
		margin-left: 0;
		margin-top: 5.33333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .tab-head > a {
	padding: 4.53333vw 5.33333vw;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .tab-head > a span {
	height: 10.93333vw;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head {
	height: 100px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li > a {
	padding: 20px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li > a span.tab-head-inner {
	height: 51px;
	font-size: 17px;
	line-height: 1.3;
	justify-content: center;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li > a span.tab-head-txt {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li > a:hover {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li[area-selected="true"] > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

#sustainability-top .bottom-sec .bottom-sec-inner {
	padding: 80px 20px 110px;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner {
		padding: 13.33333vw 5.33333vw 18.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower {
		display: flex;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper > div,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower > div {
		width: calc((100% - 5%) / 2);
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper > div:first-child,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower > div:first-child {
		margin-right: 5%;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link-wrapper,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link-wrapper {
	text-align: right;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link-wrapper,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link-wrapper {
		margin-top: 5.6vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link {
	position: relative;
	display: inline-block;
	padding-right: 28px;
	margin-left: auto;
	font-size: 15px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link {
		font-size: 3.73333vw;
		padding-right: 6.93333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i {
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i:before,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i:before,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i:after,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i:after,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link[target="_blank"] i:before,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link[target="_blank"] i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link[target="_blank"] i:before,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link[target="_blank"] i:before {
		width: 2.4vw;
		height: 2.4vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link[target="_blank"] i:after,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link[target="_blank"] i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link[target="_blank"] i:after,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link[target="_blank"] i:after {
		width: 2.4vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover {
		color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover i,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover i {
		border-color: #007a46;
		background-color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover i:before,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover i:before {
		opacity: 0;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover i:after,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover {
		opacity: 0.75;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper h3 {
	font-size: 24px;
	line-height: 1.6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper h3 {
		font-size: 5.86667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper h3 a.budge {
	font-size: 13px;
	padding: 3px 16px;
	border-radius: 3px;
	border: 2px solid #5ebf43;
	color: #202020;
	min-width: 123px;
	text-align: center;
	border-color: #5ebf43;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper h3 a.budge {
		font-size: 3.2vw;
		padding: 0.8vw 1.6vw 1.06667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower {
		margin-top: 10.13333vw;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper {
		margin-top: 10.13333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper h2 a {
	display: block;
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper h2 a img {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper h2 a img {
		margin-top: -30px;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists {
		margin-top: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li {
	width: calc((100% - 3.5%) / 2);
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li {
		width: calc(96% / 2);
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li:nth-child(2n) {
	margin-left: 3.5%;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li:nth-child(2n) {
		margin-left: 4%;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li:nth-child(n + 3) {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li:nth-child(n + 3) {
		margin-top: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a figure {
	overflow: hidden;
	border: 1px solid #dae0e0;
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a figure img {
	width: 100%;
	transition: 0.2s ease;
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a .txt-date {
	color: #007a46;
	font-size: 13px;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a .txt-date {
		margin-top: 1.33333vw;
		font-size: 3.46667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a .txt-main {
	margin-top: 5px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a .txt-main {
		margin-top: 0.8vw;
		font-size: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a:hover .txt-main {
		color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a:hover {
		opacity: 0.75;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl figure img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl + .bottom-sec-dl {
		margin-top: 10.66667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link {
		font-size: 5.33333vw;
		margin-top: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link span {
	padding-right: 42px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link span {
		padding-right: 10.66667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link + .tab-link-def {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link + .tab-link-def {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i {
	position: absolute;
	right: 0;
	top: 1px;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #007a46;
	background-color: #fff;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i {
		top: 1px;
		width: 8vw;
		height: 8vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover span {
		color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover i:before {
		opacity: 0;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover {
		opacity: 0.75;
	}
}

#sustainability-top .footer-featSec {
	border-top: 1px solid #e7eeed;
}

#recruit-top .sns-sec {
	border-top: 1px solid #e7eeed;
}

#recruit-top .category-news-sec .category-news-sec-inner {
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	#recruit-top .category-news-sec .category-news-sec-inner {
		padding-bottom: 13.33333vw;
	}
}

#recruit-top .mod-img-head-inner {
	background-image: url(/ja/recruit/img/top/bg_head_pc.jpg);
}

@media screen and (max-width: 767px) {
	#recruit-top .mod-img-head-inner {
		background-image: url(/ja/recruit/img/top/bg_head_sp.jpg);
	}
}

@media print, screen and (min-width: 768px) {
	#recruit-top .category-news-sec .category-news-sec-inner {
		display: block;
	}

	#recruit-top .category-news-sec .category-news-sec-inner .category-news-sec-wrapper {
		display: flex;
	}
}

#recruit-top .category-policy-links {
	justify-content: center;
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	#recruit-top .category-policy-links {
		margin-top: 10.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#recruit-top .category-policy-links > li {
		width: calc(((100% - 6%) - 1px) / 3);
		margin-left: 3%;
	}

	#recruit-top .category-policy-links > li:first-child {
		margin-left: 0;
	}

	#recruit-top .category-policy-links > li:nth-child(2n) {
		margin-left: 3%;
	}

	#recruit-top .category-policy-links > li:nth-child(n + 4) {
		margin-left: 0;
	}

	#recruit-top .category-policy-links > li:nth-child(n + 5) {
		margin-left: 3%;
	}

	#recruit-top .category-policy-links > li:nth-child(n + 4) {
		margin-top: 50px;
	}

	#recruit-top .category-policy-links > li:not(:nth-child(n + 4)) {
		margin-top: 0;
	}
}

#recruit-top .category-policy-links > li a .txt-wrapper {
	padding: 26px 62px 27px 30px;
}

@media screen and (max-width: 767px) {
	#recruit-top .category-policy-links > li a .txt-wrapper {
		padding: 6.93333vw 16.53333vw 7.2vw 6.66667vw;
	}
}

#recruit-top .category-policy-links > li a .txt-wrapper .txt-ttl {
	font-size: 18px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#recruit-top .category-policy-links > li a .txt-wrapper .txt-ttl {
		font-size: 4.53333vw;
	}
}

#recruit-top .category-policy-links > li a .txt-wrapper i {
	bottom: 25px;
	right: 20px;
	width: 32px;
	height: 32px;
}

@media screen and (max-width: 767px) {
	#recruit-top .category-policy-links > li a .txt-wrapper i {
		bottom: 6.66667vw;
		right: 5.33333vw;
		width: 8vw;
		height: 8vw;
	}
}

#recruit-top .category-policy-links > li a .txt-wrapper i:before {
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#recruit-top .category-policy-links > li a .txt-wrapper i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#recruit-top .category-policy-links > li a .txt-wrapper i:after {
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#recruit-top .category-policy-links > li a .txt-wrapper i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#recruit-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:before {
	width: 12px;
	height: 12px;
}

@media screen and (max-width: 767px) {
	#recruit-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:before {
		width: 3.2vw;
		height: 3.2vw;
	}
}

#recruit-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:after {
	width: 12px;
	height: 12px;
}

@media screen and (max-width: 767px) {
	#recruit-top .category-policy-links > li a[target="_blank"] .txt-wrapper i:after {
		width: 3.2vw;
		height: 3.2vw;
	}
}

#recruit-top .recruit-guide {
	position: relative;
	margin-top: 140px;
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide {
		border-radius: 0 0 24px 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide {
		border-radius: 0 0 2.41935vw 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide {
		border-radius: 0 0 30px 0;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide {
		margin-top: 32vw;
		border-radius: 0 0 8vw 0;
	}
}

@media print, screen and (min-width: 768px) {
	#recruit-top .recruit-guide .recruit-guide-inner {
		padding: 65px 80px 60px 60px;
		display: flex;
		align-items: start;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide .recruit-guide-inner {
		padding: 52px 64px 48px 48px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner {
		padding: 5.24194vw 6.45161vw 4.83871vw 4.83871vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner {
		padding: 65px 80px 60px 60px;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide .recruit-guide-inner {
		display: flex;
		flex-wrap: wrap;
		padding: 0 4.26667vw 16vw 4.26667vw;
	}
}

#recruit-top .recruit-guide .recruit-guide-inner figure {
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	#recruit-top .recruit-guide .recruit-guide-inner figure {
		margin-top: -120px;
		width: 570px;
		border-radius: 0 0 30px 0;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide .recruit-guide-inner figure {
		width: 456px;
		margin-top: -96px;
		border-radius: 0 0 24px 0;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner figure {
		width: 45.96774vw;
		margin-top: -9.67742vw;
		border-radius: 0 0 2.41935vw 0;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner figure {
		width: 570px;
		margin-top: -120px;
		border-radius: 0 0 30px 0;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide .recruit-guide-inner figure {
		width: 100%;
		margin-top: -18.4vw;
		border-radius: 0 0 2.66667vw 0;
	}
}

#recruit-top .recruit-guide .recruit-guide-inner figure img {
	width: 100%;
	transition: 0.2s ease;
}

#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt {
	color: #fff;
	flex: 1;
}

@media print, screen and (min-width: 768px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt {
		margin-left: 60px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt {
		margin-left: 48px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt {
		margin-left: 4.83871vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt {
		margin-left: 60px;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt {
		margin-top: 8vw;
	}
}

#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl {
	font-size: 32px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl {
		font-size: 25.6px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl {
		font-size: 2.58065vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl {
		display: flex;
		font-size: 6.4vw;
		justify-content: center;
	}
}

#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl i {
	display: block;
	width: 48px;
	height: 48px;
	background-image: url(/ja/recruit/img/top/ico_guide.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	margin-right: 15px;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl i {
		width: 38.4px;
		height: 38.4px;
		margin-right: 12px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl i {
		width: 3.87097vw;
		height: 3.87097vw;
		margin-right: 1.20968vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl i {
		width: 48px;
		height: 48px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-ttl i {
		width: 10.4vw;
		height: 10.4vw;
		margin-right: 2.66667vw;
		margin-left: -2.66667vw;
	}
}

#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-main {
	font-size: 16px;
	line-height: 1.9;
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-main {
		font-size: 12.8px;
		margin-top: 16px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-main {
		font-size: 1.29032vw;
		margin-top: 1.6129vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-main {
		font-size: 16px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-main {
		font-size: 4vw;
		margin-top: 2.66667vw;
	}
}

#recruit-top .recruit-guide > i {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: 0.5s;
	bottom: 30px;
	right: 25px;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide > i {
		width: 25.6px;
		height: 25.6px;
		bottom: 24px;
		right: 16px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide > i {
		width: 2.58065vw;
		height: 2.58065vw;
		bottom: 2.41935vw;
		right: 1.6129vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide > i {
		width: 32px;
		height: 32px;
		bottom: 30px;
		right: 20px;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide > i {
		height: 8vw;
		width: 8vw;
		bottom: 6.66667vw;
		right: 5.33333vw;
	}
}

#recruit-top .recruit-guide > i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide > i:before {
		width: 5.6px;
		height: 10.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide > i:before {
		width: 0.56452vw;
		height: 1.04839vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide > i:before {
		width: 7px;
		height: 13px;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide > i:before {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

#recruit-top .recruit-guide > i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#recruit-top .recruit-guide > i:after {
		width: 5.6px;
		height: 10.4px;
	}
}

@media print, screen and (min-width: 1001px) and (max-width: 1240px) {
	#recruit-top .recruit-guide > i:after {
		width: 0.56452vw;
		height: 1.04839vw;
	}
}

@media print, screen and (min-width: 1240px) {
	#recruit-top .recruit-guide > i:after {
		width: 7px;
		height: 13px;
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide > i:after {
		width: 1.86667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#recruit-top .recruit-guide:hover > i {
		background-color: #fff;
	}

	#recruit-top .recruit-guide:hover > i:after {
		opacity: 1;
	}

	#recruit-top .recruit-guide:hover > i:before {
		opacity: 0;
	}

	#recruit-top .recruit-guide:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}
}

@media screen and (max-width: 767px) {
	#recruit-top .recruit-guide:hover {
		opacity: 0.75;
	}
}

#recruit-top .bottom-sec .category-about-sec-inner {
	padding-top: 50px;
	padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
	#recruit-top .bottom-sec .category-about-sec-inner {
		padding-top: 8vw;
		padding-bottom: 18.66667vw;
	}
}

#recruit-top .bottom-sec .category-about-sec-inner ul.mod-link-list {
	margin-top: 0;
}

#sustainability-top .sns-sec {
	border-top: 1px solid #e7eeed;
}

#sustainability-top ul.mod-link-list {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.mod-link-list {
		margin-top: 6.66667vw;
	}
}

#sustainability-top ul.mod-link-list > li {
	position: relative;
}

#sustainability-top ul.mod-link-list > li:not(:first-child) {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.mod-link-list > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

#sustainability-top ul.mod-link-list > li .mod-link {
	margin-top: 0;
}

#sustainability-top ul.mod-link-list + .mod-txt {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.mod-link-list + .mod-txt {
		margin-top: 5.33333vw;
	}
}

#sustainability-top .mod-link {
	position: relative;
	font-size: 16px;
	color: #007a46;
	transition: 0.2s ease;
	padding-left: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.2s ease;
	font-weight: 500;
	margin-top: 30px;
	/*
        @include pc{
            &:hover {
                opacity: 0.5;
            }
        }*/
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link {
		margin-top: 5.33333vw;
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

#sustainability-top .mod-link.default {
	padding-left: 0;
}

#sustainability-top .mod-link > i {
	position: absolute;
	width: 9px;
	height: 14px;
	margin-right: 5px;
	top: 4px;
	left: 0;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link > i {
		width: 2.4vw;
		height: 3.73333vw;
		top: 0.8vw;
		margin-right: 1.33333vw;
	}
}

#sustainability-top .mod-link > i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link > i:before {
		width: 2.13333vw;
		height: 3.73333vw;
	}
}

#sustainability-top .mod-link.test:hover {
	opacity: 0.75;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.test:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .mod-link:not(.test):hover {
		color: #333;
	}

	#sustainability-top .mod-link:not(.test):hover i:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link:not(.test):hover {
		opacity: 0.65;
	}
}

#sustainability-top .mod-link span {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link span {
		font-size: 3.46667vw;
	}
}

#sustainability-top .mod-link[target="_blank"]:not(.pdf) {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link[target="_blank"]:not(.pdf) {
		padding-left: 5.86667vw;
	}
}

#sustainability-top .mod-link[target="_blank"]:not(.pdf) i {
	top: 4px;
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link[target="_blank"]:not(.pdf) i {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

#sustainability-top .mod-link[target="_blank"]:not(.pdf) i:before {
	width: 15px;
	height: 15px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link[target="_blank"]:not(.pdf) i:before {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .mod-link[target="_blank"]:not(.pdf):hover i:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

#sustainability-top .mod-link.pdf {
	display: inline-block;
}

#sustainability-top .mod-link.pdf span {
	display: inline-flex;
	align-items: center;
	margin: 0 5px;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.pdf span {
		margin: 0 3px;
	}
}

#sustainability-top .mod-link.pdf span:before {
	content: "";
	display: inline-block;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.pdf span:before {
		width: 4.53333vw;
		height: 4.8vw;
		margin-right: 1.33333vw;
	}
}

#sustainability-top .mod-link.download {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.download {
		padding-left: 5.86667vw;
	}
}

#sustainability-top .mod-link.download i {
	top: 3px;
}

#sustainability-top .mod-link.download i:before {
	width: 17px;
	height: 16px;
	background-image: url(/ja/assets/img/all/ico_download.svg);
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.download i:before {
		width: 4.53333vw;
		height: 4.26667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .mod-link.download:hover i:before {
		-webkit-animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
		animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
	}
}

.mod-txt #sustainability-top .mod-link {
	padding-left: 0;
	margin-right: 5px;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.mod-txt #sustainability-top .mod-link {
		margin-right: 1.33333vw;
	}
}

.mod-txt #sustainability-top .mod-link[target="_blank"] {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.mod-txt #sustainability-top .mod-link[target="_blank"] {
		padding-right: 5.33333vw;
	}
}

.mod-txt #sustainability-top .mod-link[target="_blank"] i {
	right: 0;
	left: inherit;
	margin-right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mod-txt #sustainability-top .mod-link:hover {
	border-bottom: 1px solid #333;
}

#sustainability-top .mod-link.small {
	font-size: 14px;
	padding-left: 13px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.small {
		font-size: 3.46667vw;
		padding-left: 4vw;
	}
}

#sustainability-top .mod-link.small i {
	top: 4px;
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.small i {
		top: 1.33333vw;
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

#sustainability-top .mod-link.small i:before {
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.small i:before {
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

#sustainability-top .mod-link.small[target="_blank"]:not(.pdf) {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.small[target="_blank"]:not(.pdf) {
		padding-left: 5.33333vw;
	}
}

#sustainability-top .mod-link.small[target="_blank"]:not(.pdf) i {
	top: 3px;
	width: 13px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.small[target="_blank"]:not(.pdf) i {
		width: 2.93333vw;
		height: 2.93333vw;
	}
}

#sustainability-top .mod-link.small[target="_blank"]:not(.pdf) i:before {
	width: 13px;
	height: 13px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.small[target="_blank"]:not(.pdf) i:before {
		width: 2.93333vw;
		height: 2.93333vw;
	}
}

#sustainability-top .mod-link.small.pdf span {
	vertical-align: bottom;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.small.pdf span {
		font-size: 2.93333vw;
	}
}

#sustainability-top .mod-link.small.pdf span:before {
	width: 14px;
	height: 15px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-link.small.pdf span:before {
		width: 3.73333vw;
		height: 4vw;
	}
}

#sustainability-top .mod-img-head-inner {
	background-image: url(/ja/sustainability/img/top/bg_head.jpg);
}

@media screen and (max-width: 767px) {
	#sustainability-top .mod-img-head-inner {
		background-image: url(/ja/sustainability/img/top/bg_head_sp.jpg);
	}
}

#sustainability-top ul.news-list {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list {
		margin-top: 5.33333vw;
	}
}

#sustainability-top ul.news-list > li {
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	line-height: 1.6;
}

#sustainability-top ul.news-list > li:first-child {
	border-top: 1px solid #e7eeed;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top ul.news-list > li {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list > li {
		display: block;
		font-size: 4vw;
		padding: 3.2vw 0 4vw;
	}
}

#sustainability-top ul.news-list > li .date {
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list > li .date {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 1.33333vw;
	}
}

#sustainability-top ul.news-list > li .main {
	flex: 1;
}

#sustainability-top ul.news-list > li i:not(.blank-icon) {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
}

#sustainability-top ul.news-list > li .pdf-size {
	font-size: 14px;
	color: #555;
}

#sustainability-top ul.news-list > li a {
	/*display: flex;*/
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list > li a {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top ul.news-list > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top ul.news-list > li a:hover {
		opacity: 0.75;
	}
}

#sustainability-top .info-sec {
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .info-sec .info-sec-inner {
		margin: 0 auto;
		padding: 17px 20px;
		max-width: 1200px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .info-sec .info-sec-inner {
		padding: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .info-sec .info-sec-inner > a {
		display: inline-flex;
	}
}

#sustainability-top .info-sec .info-sec-inner > a:hover p {
	opacity: 0.75;
}

#sustainability-top .info-sec p {
	transition: 0.2s ease;
}

#sustainability-top .info-sec p.info-sec-ttl {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#sustainability-top .info-sec p.info-sec-ttl {
		font-size: 4vw;
	}
}

#sustainability-top .info-sec p.info-sec-ttl i {
	margin-right: 5px;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/ja/sustainability/img/top/ico_info.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	#sustainability-top .info-sec p.info-sec-ttl i {
		margin-right: 1.33333vw;
		width: 4.53333vw;
		height: 4.53333vw;
	}
}

#sustainability-top .info-sec p.info-sec-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .info-sec p.info-sec-txt {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .info-sec p.info-sec-txt {
		margin-top: 2.66667vw;
		font-size: 4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner {
		padding: 50px 20px 65px;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner {
		padding: 10.66667vw 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-info {
		width: calc((100% - 5%) / 2);
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-info h2 {
	color: #000;
	font-size: 24px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-info h2 {
		font-size: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link {
		width: calc((100% - 5%) / 2);
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul {
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li {
		width: calc((100% - 3.5%) / 2);
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li:nth-child(2n) {
		margin-left: 3.5%;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li {
		min-height: 28.53333vw;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li:not(:first-child) {
		margin-top: 4vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 20px 0;
	border: 1px solid #c2cbcc;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a {
		display: flex;
		border-radius: 0 0 5.33333vw 0;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper {
	padding: 15px 35px 15px 15px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper {
		width: 54.66667vw;
		padding: 4vw 8vw 4vw 4vw;
		display: flex;
		align-items: center;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper .txt-ttl {
	line-height: 1.6;
	font-size: 17px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper .txt-ttl {
		font-size: 4.26667vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c2cbcc;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i {
		height: 5.33333vw;
		width: 5.33333vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover .txt-wrapper {
		color: #007a46;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover i:after {
		opacity: 1;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover {
		opacity: 0.75;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li figure {
	overflow: hidden;
	border-bottom: 1px solid #c2cbcc;
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li figure {
		position: relative;
		width: 34.66667vw;
	}

	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li figure img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: scale(1.4);
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner {
		display: flex;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

#sustainability-top .link-sec .link-sec-inner a.link-sec-child {
	display: block;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover .link-sec-child-link span {
		color: #007a46;
	}

	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover .link-sec-child-link i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover .link-sec-child-link i:before {
		opacity: 0;
	}

	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover .link-sec-child-link i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner a.link-sec-child:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child {
		width: 32%;
		padding: 40px 25px;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child:first-child {
		padding-left: 0;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child:last-child {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child {
		padding: 8vw 5.33333vw 8vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link {
		font-size: 5.33333vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link span {
	padding-right: 42px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link span {
		padding-right: 11.2vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link + .tab-link-def {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link + .tab-link-def {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i {
	position: absolute;
	right: 0;
	top: 0px;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #007a46;
	background-color: #fff;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i {
		width: 8vw;
		height: 8vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child .link-sec-child-link i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child figure {
	width: 100%;
	margin-top: 25px;
	border: 1px solid #dae0e0;
	overflow: hidden;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child figure img {
	width: 100%;
	transition: 0.2s ease;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability {
	background-image: url(/ja/sustainability/img/top/bg_sustainability.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability {
		width: 36%;
		padding-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability {
		padding: 6.66667vw 5.33333vw 13.33333vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability .link-sec-head {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability .link-sec-head {
		font-size: 5.33333vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability .link-sec-child-link {
	width: 100%;
	padding: 20px 0;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability .link-sec-child-link {
		padding: 5.33333vw 0;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability .link-sec-child-link i {
	position: relative;
	margin-left: 10px;
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability .link-sec-child-link span {
	color: #fff;
	padding-right: 0;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability .link-sec-child-link:hover span {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability .link-sec-child-link:hover {
		opacity: 0.75;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li:not(:first-child) {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 13px 40px 13px 15px;
	font-size: 14px;
	color: #333;
	border-radius: 0 0 20px 0;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a {
		font-size: 3.73333vw;
		padding: 3.73333vw 16vw 3.73333vw 4vw;
		border-radius: 0 0 5.33333vw 0;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #b6c8c5;
	background-color: #fff;
	transition: 0.5s;
	margin: auto 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i {
		top: -2px;
		right: 2.66667vw;
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i:before {
		width: 1.6vw;
		height: 2.4vw;
		top: 1px;
	}
}

#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a i:after {
		width: 1.6vw;
		height: 2.4vw;
		top: 1px;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover span {
		color: #007a46;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover i:before {
		opacity: 0;
	}

	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .link-sec .link-sec-inner .link-sec-child.sustainability ul.link-sec-lists > li a:hover {
		opacity: 0.75;
	}
}

#sustainability-top .activity-sec {
	background-color: #f3f8f6;
}

#sustainability-top .activity-sec .activity-sec-inner {
	padding: 80px 20px 80px;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .activity-sec-inner {
		padding: 13.33333vw 5.33333vw;
	}
}

#sustainability-top .activity-sec .activity-sec-inner h2 {
	font-size: 36px;
	color: #000;
	text-align: center;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .activity-sec-inner h2 {
		font-size: 7.46667vw;
		margin-bottom: 9.33333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper {
		margin-top: 5.33333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head {
	display: flex;
	align-items: flex-end;
	height: 127px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head {
		display: none;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li {
	width: 50%;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	padding: 20px 187px 20px 60px;
	line-height: 1;
	cursor: pointer;
	transition: 0.2s ease;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 167px 120px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a i {
	margin-right: 10px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a .tab-head-txt {
	text-align: center;
	max-width: calc(100% - 70px);
	display: block;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a.opt-1 {
	background-color: #00c9b4;
	background-image: url(/ja/sustainability/img/top/bg_tab_1.jpg);
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a.opt-2 {
	background-color: #2cca60;
	background-image: url(/ja/sustainability/img/top/bg_tab_2.jpg);
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a.opt-3 {
	background-color: #2f6ac3;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a.opt-4 {
	background-color: #ff913b;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a.opt-5 {
	background-color: #f75846;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a.opt-6 {
	background-color: #ea3e59;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a.opt-7 {
	background-color: #1eb5ed;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a[area-selected="true"] {
	padding-top: 28px;
	padding-bottom: 28px;
	background-size: 172px 124px;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a:hover {
		padding-top: 28px;
		padding-bottom: 28px;
		background-size: 172px 124px;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a:focus-visible {
		padding-top: 28px;
		padding-bottom: 28px;
		background-size: 172px 124px;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a span.tab-head-inner {
	position: relative;
	display: flex;
	align-items: center;
	height: 67px;
	width: 100%;
	line-height: 1.3;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-head > li > a i {
	display: block;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li {
	background-color: #fff;
	border: 4px solid #00c9b4;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li {
		border: none;
		margin-top: 5.33333vw;
		border-radius: 2.66667vw 2.66667vw 8vw 0;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-1 {
	border-color: #00c9b4;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-2 {
	border-color: #2cca60;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-3 {
	border-color: #2f6ac3;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-4 {
	border-color: #ff913b;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-5 {
	border-color: #f75846;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-6 {
	border-color: #ea3e59;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-7 {
	border-color: #1eb5ed;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li {
		display: none;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li[area-expanded="true"] {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-1 .tab-wrapper {
		border-color: #00c9b4;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-2 .tab-wrapper {
		border-color: #2cca60;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-3 .tab-wrapper {
		border-color: #2f6ac3;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-4 .tab-wrapper {
		border-color: #ff913b;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-5 .tab-wrapper {
		border-color: #f75846;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-6 .tab-wrapper {
		border-color: #ea3e59;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents > li.opt-7 .tab-wrapper {
		border-color: #1eb5ed;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head a {
		display: block;
		padding: 4vw 5.33333vw;
		border-radius: 2.66667vw 2.66667vw 0 0;
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 33.06667vw 23.73333vw;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head a span.tab-head-inner {
		display: flex;
		align-items: center;
		height: 15.73333vw;
		color: #fff;
		font-weight: bold;
		font-size: 4.8vw;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head a span.tab-head-inner i {
		margin-right: 2.66667vw;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-1 a {
		background-color: #00c9b4;
		background-image: url(/ja/sustainability/img/top/bg_tab_1.jpg);
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-2 a {
		background-color: #2cca60;
		background-image: url(/ja/sustainability/img/top/bg_tab_2.jpg);
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-3 a {
		background-color: #2f6ac3;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-4 a {
		background-color: #ff913b;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-5 a {
		background-color: #f75846;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-6 a {
		background-color: #ea3e59;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-head.opt-7 a {
		background-color: #1eb5ed;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper {
		padding: 6.66667vw 5.33333vw 9.33333vw;
		border-radius: 0 0 8vw 0;
		border: 2px solid #00c9b4;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents {
		width: calc((100% - 11%) / 3);
		padding-top: 50px;
		box-sizing: content-box;
		padding-bottom: 60px;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents:nth-child(2) {
		padding: 50px 2.25% 60px;
		margin: 0 2.25%;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents:first-child {
		padding-left: 60px;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents:last-child {
		padding-right: 60px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents + .tab-contents {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents.opt1 {
	background-color: #d5f4df;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents.opt1 {
		padding: 6.66667vw 5.33333vw;
		width: calc(100% + 10.6vw);
		margin-left: -20px;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-contents.opt1 .tab-links + .tab-link-def {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def {
		font-size: 4.53333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def span {
	padding-left: 42px;
	display: block;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def span {
		padding-left: 8.26667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def + .tab-link-def {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def + .tab-link-def {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i {
	position: absolute;
	left: 0;
	top: 1px;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #007a46;
	background-color: #fff;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i {
		top: 1px;
		width: 6.93333vw;
		height: 6.93333vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i:before {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def i:after {
		width: 1.86667vw;
		height: 3.2vw;
		top: 1px;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover span {
		color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover i:before {
		opacity: 0;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-link-def:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links {
		margin-top: 26px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links {
		display: flex;
		flex-wrap: wrap;
		margin-top: 4vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links + .tab-link-def {
	margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li:not(:first-child) {
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li {
		width: calc(96% / 2);
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li:nth-child(n + 3) {
		margin-top: 5.33333vw;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li:nth-child(2n) {
		margin-left: 4%;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	transition: 0.5s;
	border-bottom: 1px solid #c2cbcc;
	min-height: 100%;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a {
		font-size: 15px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a {
		font-size: 3.73333vw;
		padding-bottom: 2.66667vw;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a span {
	flex: 1;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 5px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a[target="_blank"] i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a[target="_blank"] i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover {
		color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover i {
		border-color: #007a46;
		background-color: #007a46;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover i:before {
		opacity: 0;
	}

	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper .sustainability-tab-contents .tab-wrapper .tab-links > li > a:hover {
		opacity: 0.75;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .tab-head a {
	padding: 4.53333vw 5.33333vw;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .tab-head a span {
	height: 10.93333vw;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head {
	height: 100px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li > a {
	padding: 20px;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li > a span.tab-head-inner {
	height: 51px;
	font-size: 17px;
	line-height: 1.3;
	justify-content: center;
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li > a span.tab-head-txt {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li > a:hover {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

#sustainability-top .activity-sec .sustainability-tab-wrapper.small .sustainability-tab-head > li[area-selected="true"] > a {
	padding-top: 25px;
	padding-bottom: 25px;
}

#sustainability-top .bottom-sec .bottom-sec-inner {
	padding: 80px 20px 110px;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner {
		padding: 13.33333vw 5.33333vw 18.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower {
		display: flex;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper > div,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower > div {
		width: calc((100% - 5%) / 2);
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper > div:first-child,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower > div:first-child {
		margin-right: 5%;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link-wrapper,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link-wrapper {
	text-align: right;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link-wrapper,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link-wrapper {
		margin-top: 5.6vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link {
	position: relative;
	display: inline-block;
	padding-right: 28px;
	margin-left: auto;
	font-size: 15px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link {
		font-size: 3.73333vw;
		padding-right: 6.93333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i {
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i:before,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i:before,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i:after,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link i:after,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link[target="_blank"] i:before,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link[target="_blank"] i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link[target="_blank"] i:before,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link[target="_blank"] i:before {
		width: 2.4vw;
		height: 2.4vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link[target="_blank"] i:after,
#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link[target="_blank"] i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link[target="_blank"] i:after,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link[target="_blank"] i:after {
		width: 2.4vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover {
		color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover i,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover i {
		border-color: #007a46;
		background-color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover i:before,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover i:before {
		opacity: 0;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover i:after,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper .bottom-sec-link:hover,
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower .bottom-sec-link:hover {
		opacity: 0.75;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper h3 {
	font-size: 24px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-upper h3 {
		font-size: 5.86667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-lower {
		margin-top: 10.13333vw;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper {
		margin-top: 10.13333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper h2 img {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper h2 img {
		margin-top: -30px;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists {
		margin-top: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li {
	width: calc((100% - 3.5%) / 2);
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li {
		width: calc(96% / 2);
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li:nth-child(2n) {
	margin-left: 3.5%;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li:nth-child(2n) {
		margin-left: 4%;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li:nth-child(n + 3) {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li:nth-child(n + 3) {
		margin-top: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a {
	display: block;
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a figure {
	overflow: hidden;
	border: 1px solid #dae0e0;
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a figure img {
	width: 100%;
	transition: 0.2s ease;
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a .txt-date {
	color: #007a46;
	font-size: 13px;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a .txt-date {
		margin-top: 1.33333vw;
		font-size: 3.46667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a .txt-main {
	margin-top: 5px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a .txt-main {
		margin-top: 0.8vw;
		font-size: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a:hover .txt-main {
		color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .blog-wrapper .blog-lists > li a:hover {
		opacity: 0.75;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl figure img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl + .bottom-sec-dl {
		margin-top: 10.66667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link {
		font-size: 5.33333vw;
		margin-top: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link span {
	padding-right: 42px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link span {
		padding-right: 10.66667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link + .tab-link-def {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link + .tab-link-def {
		margin-top: 5.06667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i {
	position: absolute;
	right: 0;
	top: 1px;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #007a46;
	background-color: #fff;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i {
		top: 1px;
		width: 8vw;
		height: 8vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover span {
		color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover i:before {
		opacity: 0;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .bottom-sec-child-link:hover {
		opacity: 0.75;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl ul.mod-link-list {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl ul.mod-link-list {
		margin-top: 6.66667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl ul.mod-link-list > li {
	position: relative;
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl ul.mod-link-list > li:not(:first-child) {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl ul.mod-link-list > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl ul.mod-link-list > li .mod-link {
	margin-top: 0;
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl ul.mod-link-list + .mod-txt {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl ul.mod-link-list + .mod-txt {
		margin-top: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link {
	position: relative;
	font-size: 16px;
	color: #007a46;
	transition: 0.2s ease;
	padding-left: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.2s ease;
	font-weight: 500;
	margin-top: 30px;
	/*
                    @include pc{
                        &:hover {
                            opacity: 0.5;
                        }
                    }*/
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link {
		margin-top: 5.33333vw;
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.default {
	padding-left: 0;
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link > i {
	position: absolute;
	width: 9px;
	height: 14px;
	margin-right: 5px;
	top: 4px;
	left: 0;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link > i {
		width: 2.4vw;
		height: 3.73333vw;
		top: 0.8vw;
		margin-right: 1.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link > i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link > i:before {
		width: 2.13333vw;
		height: 3.73333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.test:hover {
	opacity: 0.75;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.test:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link:not(.test):hover {
		color: #333;
	}

	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link:not(.test):hover i:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link:not(.test):hover {
		opacity: 0.65;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link span {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link span {
		font-size: 3.46667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"]:not(.pdf) {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"]:not(.pdf) {
		padding-left: 5.86667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"]:not(.pdf) i {
	top: 4px;
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"]:not(.pdf) i {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"]:not(.pdf) i:before {
	width: 15px;
	height: 15px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"]:not(.pdf) i:before {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"]:not(.pdf):hover i:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.pdf {
	display: inline-block;
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.pdf span {
	display: inline-flex;
	align-items: center;
	margin: 0 5px;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.pdf span {
		margin: 0 3px;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.pdf span:before {
	content: "";
	display: inline-block;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.pdf span:before {
		width: 4.53333vw;
		height: 4.8vw;
		margin-right: 1.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.download {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.download {
		padding-left: 5.86667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.download i {
	top: 3px;
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.download i:before {
	width: 17px;
	height: 16px;
	background-image: url(/ja/assets/img/all/ico_download.svg);
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.download i:before {
		width: 4.53333vw;
		height: 4.26667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.download:hover i:before {
		-webkit-animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
		animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
	}
}

.mod-txt #sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link {
	padding-left: 0;
	margin-right: 5px;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.mod-txt #sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link {
		margin-right: 1.33333vw;
	}
}

.mod-txt #sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"] {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.mod-txt #sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"] {
		padding-right: 5.33333vw;
	}
}

.mod-txt #sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link[target="_blank"] i {
	right: 0;
	left: inherit;
	margin-right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mod-txt #sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link:hover {
	border-bottom: 1px solid #333;
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small {
	font-size: 14px;
	padding-left: 13px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small {
		font-size: 3.46667vw;
		padding-left: 4vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small i {
	top: 4px;
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small i {
		top: 1.33333vw;
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small i:before {
	width: 6px;
	height: 11px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small i:before {
		width: 1.33333vw;
		height: 2.66667vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small[target="_blank"]:not(.pdf) {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small[target="_blank"]:not(.pdf) {
		padding-left: 5.33333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small[target="_blank"]:not(.pdf) i {
	top: 3px;
	width: 13px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small[target="_blank"]:not(.pdf) i {
		width: 2.93333vw;
		height: 2.93333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small[target="_blank"]:not(.pdf) i:before {
	width: 13px;
	height: 13px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small[target="_blank"]:not(.pdf) i:before {
		width: 2.93333vw;
		height: 2.93333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small.pdf span {
	vertical-align: bottom;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small.pdf span {
		font-size: 2.93333vw;
	}
}

#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small.pdf span:before {
	width: 14px;
	height: 15px;
}

@media screen and (max-width: 767px) {
	#sustainability-top .bottom-sec .bottom-sec-inner .bottom-sec-dl .mod-link.small.pdf span:before {
		width: 3.73333vw;
		height: 4vw;
	}
}

#sustainability-top .footer-featSec {
	border-top: 1px solid #e7eeed;
}

#sustainability-top .info-sec,
#company-top .info-sec,
#recruit-top .info-sec {
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .info-sec .info-sec-inner,
	#company-top .info-sec .info-sec-inner,
	#recruit-top .info-sec .info-sec-inner {
		margin: 0 auto;
		padding: 17px 20px;
		max-width: 1200px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .info-sec .info-sec-inner,
	#company-top .info-sec .info-sec-inner,
	#recruit-top .info-sec .info-sec-inner {
		padding: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .info-sec .info-sec-inner > a,
	#company-top .info-sec .info-sec-inner > a,
	#recruit-top .info-sec .info-sec-inner > a {
		display: inline-flex;
	}
}

#sustainability-top .info-sec .info-sec-inner > a:hover p,
#company-top .info-sec .info-sec-inner > a:hover p,
#recruit-top .info-sec .info-sec-inner > a:hover p {
	opacity: 0.75;
}

#sustainability-top .info-sec p,
#company-top .info-sec p,
#recruit-top .info-sec p {
	transition: 0.2s ease;
}

#sustainability-top .info-sec p.info-sec-ttl,
#company-top .info-sec p.info-sec-ttl,
#recruit-top .info-sec p.info-sec-ttl {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#sustainability-top .info-sec p.info-sec-ttl,
	#company-top .info-sec p.info-sec-ttl,
	#recruit-top .info-sec p.info-sec-ttl {
		font-size: 4vw;
	}
}

#sustainability-top .info-sec p.info-sec-ttl i,
#company-top .info-sec p.info-sec-ttl i,
#recruit-top .info-sec p.info-sec-ttl i {
	margin-right: 5px;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/ja/sustainability/img/top/ico_info.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	#sustainability-top .info-sec p.info-sec-ttl i,
	#company-top .info-sec p.info-sec-ttl i,
	#recruit-top .info-sec p.info-sec-ttl i {
		margin-right: 1.33333vw;
		width: 4.53333vw;
		height: 4.53333vw;
	}
}

#sustainability-top .info-sec p.info-sec-txt,
#company-top .info-sec p.info-sec-txt,
#recruit-top .info-sec p.info-sec-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#sustainability-top .info-sec p.info-sec-txt,
	#company-top .info-sec p.info-sec-txt,
	#recruit-top .info-sec p.info-sec-txt {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	#sustainability-top .info-sec p.info-sec-txt,
	#company-top .info-sec p.info-sec-txt,
	#recruit-top .info-sec p.info-sec-txt {
		margin-top: 2.66667vw;
		font-size: 4vw;
	}
}

#top .pickup-sec,
#sustainability-top .pickup-sec {
	background-color: #f3f8f6;
	overflow: hidden;
}

#top .pickup-sec .pickup-sec-inner,
#sustainability-top .pickup-sec .pickup-sec-inner {
	padding: 50px 0 80px;
	width: 100vw;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner,
	#sustainability-top .pickup-sec .pickup-sec-inner {
		padding: 8vw 0 18.13333vw;
	}
}

#top .pickup-sec .pickup-sec-inner h2,
#sustainability-top .pickup-sec .pickup-sec-inner h2 {
	color: #000;
	font-size: 24px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner h2,
	#sustainability-top .pickup-sec .pickup-sec-inner h2 {
		font-size: 5.33333vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	margin: 25px auto 0;
}

@media print, screen and (min-width: 768px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider {
		max-width: 1366px;
		padding: 0 65px;
		justify-content: center;
	}
}

@media print, screen and (min-width: 768px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider.slick-slider,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider.slick-slider {
		max-width: inherit;
		padding: 0;
		justify-content: inherit;
		left: 50%;
		width: 2324px;
		margin-left: -1162px;
	}
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider.slick-slider,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider.slick-slider {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider {
		margin-top: 5.33333vw;
		padding: 0 5.33333vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-track,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-track {
	display: flex;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-slide,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-slide {
	height: auto !important;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
	background-color: #fff;
	text-indent: -9999px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow {
		height: 10.66667vw;
		width: 10.66667vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:before,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 11px;
	height: 19px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:before,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:before {
		width: 2.4vw;
		height: 4.53333vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:after,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 11px;
	height: 19px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:after,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:after {
		width: 2.4vw;
		height: 4.53333vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-prev,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-prev {
	transform: rotate(180deg);
	left: 630px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-prev,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-prev {
		left: calc(10% - 6vw);
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-next,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-next {
	right: 630px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-next,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-next {
		right: calc(10% - 6vw);
	}
}

@media print, screen and (min-width: 768px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover {
		background-color: #007a46;
		border-color: #007a46;
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover:after,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover:after {
		opacity: 1;
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover:before,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover {
		opacity: 0.75;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots {
	display: flex;
	position: absolute;
	align-items: center;
	bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots {
		bottom: -28px;
		transform: translateX(-50%);
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li {
	line-height: 0;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:not(:first-child),
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:not(:first-child) {
	margin-left: 15px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:not(:first-child),
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:not(:first-child) {
		margin-left: 4vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li.slick-active button,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li.slick-active button {
	background-color: #007a46;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button {
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	background-color: #c3e6d3;
	border-radius: 50%;
	transition: 0.2s ease;
	outline: focus-ring;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:focus-visible,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:focus-visible,
#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button:focus-visible,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button:focus-visible,
#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:focus,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:focus,
#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button:focus,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button:focus {
	outline: 1px auto #000 !important;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button:hover,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button:hover {
	background-color: #007a46;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots .buttons,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots .buttons {
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 11px;
	margin-left: 20px;
	transform: 0.2s ease;
	cursor: pointer;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots .buttons[data-play="play"],
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots .buttons[data-play="play"] {
	background-image: url(/ja/assets/img/all/ico_slider_play.svg);
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots .buttons[data-play="stop"],
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots .buttons[data-play="stop"] {
	background-image: url(/ja/assets/img/all/ico_slider_stop.svg);
}

@media print, screen and (min-width: 768px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide {
		width: 340px;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 20px 0;
}

@media print, screen and (min-width: 768px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a {
		margin: 0 0.7vw;
	}
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a {
		margin: 0 2vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper {
	padding: 15px 40px 15px 20px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper {
		padding: 4.26667vw 10.66667vw 4.26667vw 5.33333vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-ttl,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-ttl {
	line-height: 1.6;
	font-size: 17px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-ttl,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-ttl {
		font-size: 4.26667vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-main,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-main {
	color: #555;
	font-size: 14px;
	line-height: 1.9;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-main,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-main {
		font-size: 3.46667vw;
		margin-top: 0.8vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c2cbcc;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i {
		height: 5.33333vw;
		width: 5.33333vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:before,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:before,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:after,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:after,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover img,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover .txt-wrapper,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover .txt-wrapper {
		color: #007a46;
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover i,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover i:after,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover i:after {
		opacity: 1;
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover i:before,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover {
		opacity: 0.75;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide figure,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide figure {
	overflow: hidden;
	border-bottom: 1px solid #e7eeed;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide figure img,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide figure img {
	width: 100%;
	transition: 0.2s ease;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:before,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:before,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:after,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:after,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li {
		width: 340px;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 20px 0;
}

@media print, screen and (min-width: 768px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a {
		margin: 0 0.7vw;
	}
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a {
		margin: 0 2vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper {
	padding: 15px 40px 15px 20px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper {
		padding: 4.26667vw 10.66667vw 4.26667vw 5.33333vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-ttl,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-ttl {
	line-height: 1.6;
	font-size: 17px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-ttl,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-ttl {
		font-size: 4.26667vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-main,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-main {
	color: #555;
	font-size: 14px;
	line-height: 1.9;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-main,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-main {
		font-size: 3.46667vw;
		margin-top: 0.8vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c2cbcc;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i {
		height: 5.33333vw;
		width: 5.33333vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:before,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:before,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:after,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:after,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover img,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover .txt-wrapper,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover .txt-wrapper {
		color: #007a46;
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover i,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover i:after,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover i:after {
		opacity: 1;
	}

	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover i:before,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover {
		opacity: 0.75;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li figure,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li figure {
	overflow: hidden;
	border-bottom: 1px solid #e7eeed;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li figure img,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:before,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:before,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:after,
#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:after,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media screen and (max-width: 767px) {
	#top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a,
	#sustainability-top .pickup-sec .pickup-sec-inner ul.pickup-slider > li a {
		margin: 0;
	}
}

#rd .rd-story {
	background-color: #f3f8f6;
}

#top .rd-story a,
#rd .rd-story a {
	display: block;
}

#top .rd-story a:hover .mod-container .mod-image-txt .txt-wrap .txt-link,
#rd .rd-story a:hover .mod-container .mod-image-txt .txt-wrap .txt-link {
	color: #007a46;
}

#top .rd-story a:hover .mod-container .mod-image-txt .txt-wrap .txt-link i,
#rd .rd-story a:hover .mod-container .mod-image-txt .txt-wrap .txt-link i {
	background-color: #007a46;
}

#top .rd-story a:hover .mod-container .mod-image-txt .txt-wrap .txt-link i::before,
#rd .rd-story a:hover .mod-container .mod-image-txt .txt-wrap .txt-link i::before {
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
}

#top .rd-story a:hover .mod-container .mod-image-txt figure img,
#rd .rd-story a:hover .mod-container .mod-image-txt figure img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

#top .rd-story .mod-container,
#rd .rd-story .mod-container {
	padding: 80px 20px;
}

#top .rd-story .mod-container .mod-image-txt,
#rd .rd-story .mod-container .mod-image-txt {
	flex-direction: row-reverse;
}

#top .rd-story .mod-container .mod-image-txt .txt-wrap,
#rd .rd-story .mod-container .mod-image-txt .txt-wrap {
	margin: 0 0 0 60px;
}

#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-ttl,
#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-ttl {
	color: #007a46;
	font-size: 36px;
	font-weight: bold;
}

#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-main,
#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-main {
	margin-top: 20px;
}

#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-main > strong,
#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-main > strong {
	font-size: 24px;
	letter-spacing: 0.4px;
}

#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link,
#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link {
	display: flex;
	align-items: center;
	margin-top: 28px;
	font-size: 18px;
	font-weight: 500;
	transition: 0.2s ease;
}

#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link i,
#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link i {
	position: relative;
	display: inline-block;
	bottom: inherit;
	right: inherit;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link i::before,
#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link i::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	transition: 0.5s;
}

#top .rd-story .mod-container .mod-image-txt figure,
#rd .rd-story .mod-container .mod-image-txt figure {
	width: 570px;
	overflow: hidden;
}

#top .rd-story .mod-container .mod-image-txt figure img,
#rd .rd-story .mod-container .mod-image-txt figure img {
	width: 100%;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#top .rd-story .mod-container,
	#rd .rd-story .mod-container {
		padding: 13.33333vw 5.33333vw;
	}

	#top .rd-story .mod-container .mod-image-txt .txt-wrap,
	#rd .rd-story .mod-container .mod-image-txt .txt-wrap {
		margin: 5.33333vw 0 0;
	}

	#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-ttl,
	#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-ttl {
		font-size: 7.46667vw;
	}

	#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-main,
	#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-main {
		margin-top: 1.6vw;
	}

	#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link,
	#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link {
		margin-top: 5.33333vw;
		font-size: 4.53333vw;
	}

	#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link i,
	#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link i {
		width: 8vw;
		height: 8vw;
		margin-left: 1.33333vw;
	}

	#top .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link i::before,
	#rd .rd-story .mod-container .mod-image-txt .txt-wrap .txt-link i::before {
		width: 1.86667vw;
		height: 3.46667vw;
	}

	#top .rd-story .mod-container .mod-image-txt figure,
	#rd .rd-story .mod-container .mod-image-txt figure {
		width: 100%;
	}
}

#products-top .mod-container {
	width: 100%;
	padding: 0;
	max-width: inherit;
}

#products-top .mod-img-head {
	background-color: #f3f8f6;
}

#products-top .mod-img-head .mod-img-head-inner {
	background-image: url(/ja/products/img/top/bg_head.jpg);
}

@media screen and (max-width: 767px) {
	#products-top .mod-img-head .mod-img-head-inner {
		background-image: url(/ja/products/img/top/bg_head_sp.jpg);
	}
}

@media screen and (min-width: 1366px) {
	#products-top .mod-img-head-inner {
		background-size: 1366px 100%;
	}
}

#products-top .products-top-head {
	background: linear-gradient(90deg, #007a46 0%, #007a46 50%, #c3ecd3 50%, #c3ecd3 100%);
}

@media print, screen and (min-width: 768px) {
	#products-top .products-top-head .products-top-head-inner {
		display: flex;
	}
}

#products-top .products-top-head .search-wrapper {
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-top-head .search-wrapper {
		padding: 85px 30px 90px 0;
		width: 41%;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .search-wrapper {
		padding: 10.66667vw 5.33333vw;
	}
}

#products-top .products-top-head .search-wrapper .search-ttl {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .search-wrapper .search-ttl {
		font-size: 4.8vw;
	}
}

#products-top .products-top-head .search-wrapper .search-ttl:before {
	content: "";
	display: block;
	width: 31px;
	height: 31px;
	background: url(/ja/assets/img/all/ico_search.svg) no-repeat center;
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .search-wrapper .search-ttl:before {
		width: 7.2vw;
		height: 7.2vw;
		margin-right: 4vw;
	}
}

#products-top .products-top-head .search-wrapper .search-txt {
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .search-wrapper .search-txt {
		margin-top: 5.33333vw;
		font-size: 4vw;
	}
}

#products-top .products-top-head .search-wrapper form {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 10px 10px 10px 25px;
	border-radius: 31.5px;
	width: 100%;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .search-wrapper form {
		padding: 2.13333vw 2.13333vw 2.13333vw 5.33333vw;
		margin-top: 2.66667vw;
		border-radius: 6.93333vw;
	}
}

#products-top .products-top-head .search-wrapper form .search-form-txt {
	font-size: 16px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .search-wrapper form .search-form-txt {
		font-size: 4vw;
	}
}

#products-top .products-top-head .search-wrapper form .search-form-txt::-moz-placeholder {
	color: #aaa;
}

#products-top .products-top-head .search-wrapper form .search-form-txt:-ms-input-placeholder {
	color: #aaa;
}

#products-top .products-top-head .search-wrapper form .search-form-txt::placeholder {
	color: #aaa;
}

#products-top .products-top-head .search-wrapper form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

#products-top .products-top-head .search-wrapper form .search-form-btn {
	background-color: #007a46;
	color: #fff;
	padding: 11px 16px;
	font-size: 16px;
	border-radius: 21.5px;
	flex: 1;
	margin-left: 10px;
	cursor: pointer;
	transition: 0.2s ease;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-top-head .search-wrapper form .search-form-btn:hover {
		opacity: 0.75;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .search-wrapper form .search-form-btn {
		padding: 2.13333vw 3.2vw;
		font-size: 4vw;
		border-radius: 4.8vw;
	}
}

#products-top .products-top-head .search-wrapper form .search-form-btn:focus-visible {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: 0;
}

#products-top .products-top-head .links-wrapper {
	background-color: #c3ecd3;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-top-head .links-wrapper {
		width: 59%;
		padding: 63px 0 65px 30px;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .links-wrapper {
		padding: 10.66667vw 5.33333vw;
	}
}

#products-top .products-top-head .links-wrapper .products-top-links {
	display: flex;
	flex-wrap: wrap;
}

#products-top .products-top-head .links-wrapper .products-top-links > li {
	width: calc((100% - 20px) / 2);
	background-color: #fff;
	border-radius: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li {
		width: calc((100% - 4vw) / 2);
		border-radius: 0 0 2.66667vw 0;
	}
}

#products-top .products-top-head .links-wrapper .products-top-links > li a {
	position: relative;
	height: 100%;
	transition: 0.2s ease;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li a {
		display: flex;
		align-items: center;
		padding: 16px 45px 16px 20px;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li a {
		display: block;
		text-align: center;
		padding: 6.66667vw 4vw;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li a[target="_blank"] {
		padding-bottom: 8vw;
	}
}

#products-top .products-top-head .links-wrapper .products-top-links > li a figure {
	width: 38px;
	height: 38px;
	margin-right: 15px;
	text-align: center;
	display: flex;
	align-items: center;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li a figure {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li a figure {
		margin: 0 auto 2.66667vw;
	}
}

#products-top .products-top-head .links-wrapper .products-top-links > li a .txt {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li a .txt {
		font-size: 4vw;
	}
}

#products-top .products-top-head .links-wrapper .products-top-links > li a .small {
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li a .small {
		font-size: 3.2vw;
	}
}

#products-top .products-top-head .links-wrapper .products-top-links > li a .blank-icon {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 15px;
	border: 1px solid #aec1be;
	border-radius: 50%;
	transition: 0.5s;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li a .blank-icon {
		margin: auto;
		top: -1px;
		bottom: 0;
	}
}

#products-top .products-top-head .links-wrapper .products-top-links > li a .blank-icon:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	left: 0;
}

#products-top .products-top-head .links-wrapper .products-top-links > li a .blank-icon:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	opacity: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li a .blank-icon {
		bottom: 2.66667vw;
		right: 2.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li a:hover {
		color: #007a46;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li a:hover .blank-icon {
		background-color: #007a46;
		border-color: #007a46;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li a:hover .blank-icon:before {
		opacity: 0;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li a:hover .blank-icon:after {
		opacity: 1;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li:nth-child(2n) {
		margin-left: 20px;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li:nth-child(n + 3) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-top-head .links-wrapper .products-top-links > li:nth-child(2n) {
		margin-left: 4vw;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li:nth-child(n + 3) {
		margin-top: 4vw;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li:nth-child(n + 5) {
		margin: 4vw 0 0;
		width: 100%;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li:nth-child(n + 5) a {
		display: flex;
		padding: 4vw 10.66667vw 4vw 5.33333vw;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li:nth-child(n + 5) a figure {
		margin: 0 4vw 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li:nth-child(n + 5) a .txt {
		text-align: left;
	}

	#products-top .products-top-head .links-wrapper .products-top-links > li:nth-child(n + 5) a .blank-icon {
		right: 2.66667vw;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}

#products-top .products-tab-sec {
	padding: 80px 0 60px;
}

@media screen and (max-width: 767px) {
	#products-top .products-tab-sec {
		padding: 13.33333vw 5.33333vw 18.66667vw;
	}
}

#products-top .products-tab-sec .products-tab-head ul {
	display: flex;
}

#products-top .products-tab-sec .products-tab-head ul > li {
	position: relative;
	width: calc((100% - 8px) / 2);
	text-align: center;
	padding: 20px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.2s ease;
	border-radius: 10px;
	border: 2px solid #007a46;
	color: #007a46;
}

@media screen and (max-width: 767px) {
	#products-top .products-tab-sec .products-tab-head ul > li {
		font-size: 3.73333vw;
		padding: 3.2vw 2.13333vw;
		width: calc((100% - 5px) / 2);
	}
}

#products-top .products-tab-sec .products-tab-head ul > li:not(:first-child) {
	margin-left: 8px;
}

#products-top .products-tab-sec .products-tab-head ul > li[area-selected="true"] {
	background-color: #007a46;
	color: #fff;
}

#products-top .products-tab-sec .products-tab-head ul > li[area-selected="true"]:hover {
	opacity: 1;
	background-color: #007a46;
}

#products-top .products-tab-sec .products-tab-head ul > li[area-selected="true"]:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #007a46 transparent transparent transparent;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-tab-sec .products-tab-head ul > li:hover {
		background-color: #f3f8f6;
	}

	#products-top .products-tab-sec .products-tab-head ul > li:focus-visible {
		outline: 1px solid -webkit-focus-ring-color;
		outline-offset: 0;
	}
}

#products-top .products-tab-sec .tab-wrapper .tab-contents > li {
	display: none;
}

#products-top .products-tab-sec .tab-wrapper .tab-contents > li[area-expanded="true"] {
	display: block;
}

#products-top .products-tab-sec .tab-wrapper .tab-contents > li[area-expanded="false"] {
	display: none;
}

#products-top .products-tab-sec .tab-wrapper .mod-anchor-wrapper {
	margin-top: 65px !important;
}

@media screen and (max-width: 767px) {
	#products-top .products-tab-sec .tab-wrapper .mod-anchor-wrapper {
		margin-top: 40px !important;
	}
}

#products-top .products-tab-sec .tab-wrapper .mod-anchor-wrapper + h2.mod-h2 {
	margin-top: 68px;
}

@media screen and (max-width: 767px) {
	#products-top .products-tab-sec .tab-wrapper .mod-anchor-wrapper + h2.mod-h2 {
		margin-top: 13.33333vw;
	}
}

#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger {
	display: none;
}

@media screen and (max-width: 767px) {
	#products-top .products-tab-sec .tab-wrapper h2.mod-h2 {
		padding: 0;
		margin: 0;
		font-size: 5.06667vw;
		border: none;
		line-height: 1.6;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#products-top .products-tab-sec .tab-wrapper h2.mod-h2:before {
		display: none;
	}

	#products-top .products-tab-sec .tab-wrapper h2.mod-h2:after {
		display: none;
	}

	#products-top .products-tab-sec .tab-wrapper h2.mod-h2 i {
		position: relative;
		display: block;
		width: 8vw;
		height: 8vw;
		border: 2px solid #007a46;
		background-color: #fff;
		border-radius: 50%;
	}

	#products-top .products-tab-sec .tab-wrapper h2.mod-h2 i:before {
		position: absolute;
		content: "";
		display: block;
		width: 3.2vw;
		height: 0.53333vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#products-top .products-tab-sec .tab-wrapper h2.mod-h2 i:after {
		position: absolute;
		content: "";
		display: block;
		width: 0.53333vw;
		height: 3.2vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: 0.2s ease;
	}

	#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper {
		transition: 0.2s ease;
		padding: 6.66667vw 5.33333vw;
		width: 100vw;
		margin-left: -5.33333vw;
		border-top: 1px solid #c2cbcc;
		border-bottom: 1px solid #c2cbcc;
	}

	#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper[area-expanded="true"] {
		background-color: #f3f8f6;
	}

	#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper[area-expanded="true"] .mod-h2 i {
		border-color: #dae0e0;
	}

	#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper[area-expanded="true"] .mod-h2 i:after {
		transform: rotate(90deg);
	}

	#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper .products-img-list {
		margin-top: 0 !important;
	}

	#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper + .products-accordion-wrapper {
		border-top: none;
	}

	#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger {
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-top: 6.66667vw;
		color: #333;
	}

	#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger i {
		position: relative;
		display: block;
		width: 5.33333vw;
		height: 5.33333vw;
		border: 1px solid #dae0e0;
		background-color: #fff;
		border-radius: 50%;
		margin-left: 1.06667vw;
	}

	#products-top .products-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger i:before {
		position: absolute;
		content: "";
		display: block;
		width: 2.13333vw;
		height: 0.53333vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}

#products-top ul.products-img-list {
	display: flex;
	flex-wrap: wrap;
}

#products-top ul.products-img-list > li {
	width: calc((100% - 72px) / 4);
	margin-right: 24px;
}

@media print, screen and (min-width: 768px) {
	#products-top ul.products-img-list > li:nth-child(n + 5) {
		margin-top: 50px;
	}

	#products-top ul.products-img-list > li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#products-top ul.products-img-list > li {
		width: calc((100% - 4vw) / 2);
		margin-right: 4vw;
	}

	#products-top ul.products-img-list > li:nth-child(n + 3) {
		margin-top: 20px;
	}

	#products-top ul.products-img-list > li:nth-child(2n) {
		margin-right: 0;
	}
}

#products-top ul.products-img-list > li a {
	display: block;
}

#products-top ul.products-img-list > li a figure {
	position: relative;
	border: 1px solid #e7eeed;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	height: 174px;
}

@media screen and (max-width: 767px) {
	#products-top ul.products-img-list > li a figure {
		height: 26.4vw;
	}
}

#products-top ul.products-img-list > li a figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 71%;
	max-height: 56%;
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	#products-top ul.products-img-list > li a:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#products-top ul.products-img-list > li a:hover p {
		color: #007a46;
	}
}

#products-top ul.products-img-list > li a p {
	font-size: 18px;
	margin-top: 12px;
	transition: 0.2s ease;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#products-top ul.products-img-list > li a p {
		font-size: 4.26667vw;
		margin-top: 1.86667vw;
	}
}

#products-top .products-info-sec {
	background-color: #f3f8f6;
}

#products-top .products-info-sec .products-info-sec-inner {
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-info-sec .products-info-sec-inner {
		display: flex;
		justify-content: space-between;
		padding: 80px 20px 80px;
		max-width: 1200px;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-info-sec .products-info-sec-inner {
		padding: 13.33333vw 5.33333vw 13.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-head {
		margin-right: 60px;
	}
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-head h2 {
	font-size: 24px;
	color: #000;
}

@media screen and (max-width: 767px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-head h2 {
		font-size: 5.86667vw;
	}
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents {
	width: 100%;
	flex: 1;
}

@media screen and (max-width: 767px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list {
		margin-top: 5.33333vw;
	}
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li {
	display: flex;
	border-bottom: 1px solid #dae0e0;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	transition: 0.5s;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li {
		display: block;
		font-size: 4vw;
		padding: 3.2vw 0 4vw;
	}

	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li:first-child {
		border-top: 1px solid #dae0e0;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li:first-child {
		padding-top: 0;
	}

	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li:first-child a {
		padding-top: 5px;
	}
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li .date {
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li .date {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 1.33333vw;
	}
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li .main {
	flex: 1;
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li i:not(.blank-icon) {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li .pdf-size {
	font-size: 14px;
	color: #555;
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a[target="_blank"] i.blank-icon {
	display: inline-block;
	width: 17px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #aec1bf;
	transition: 0.5s;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
	position: relative;
	bottom: 0px;
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a[target="_blank"]:hover i.blank-icon {
	background-color: #007a46;
	border-color: #007a46;
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a[target="_blank"] i.blank-icon:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a[target="_blank"] i.blank-icon:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a[target="_blank"]:hover i.blank-icon:before {
	opacity: 0;
}

#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a[target="_blank"]:hover i.blank-icon:after {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-info-sec .products-info-sec-inner .products-info-sec-contents ul.news-list > li a:hover {
		opacity: 0.75;
	}
}

#products-top .products-bnr-mid-sec {
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-mid-sec {
		padding: 10.66667vw 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-bnr-mid-sec .products-bnr-mid-links {
		width: 65%;
		display: flex;
		margin: 0 auto;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-bnr-mid-sec .products-bnr-mid-links > li {
		width: calc((100% - 4.5%) / 2);
	}

	#products-top .products-bnr-mid-sec .products-bnr-mid-links > li:nth-child(2n) {
		margin-left: 4.5%;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-mid-sec .products-bnr-mid-links > li:not(:first-child) {
		margin-top: 8vw;
	}
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a {
	display: block;
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a .txt-wrapper {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a .txt-wrapper {
		margin-top: 3.2vw;
	}
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a p {
	font-size: 18px;
	font-weight: 500;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a p {
		font-size: 4.26667vw;
	}
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #dae0e0;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a i {
		width: 5.33333vw;
		height: 5.33333vw;
		margin-left: 2.66667vw;
	}
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a[target="_blank"] i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	opacity: 0;
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a:hover p {
	color: #007a46;
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a:hover i {
	background-color: #007a46;
	border-color: #007a46;
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a:hover i:before {
	opacity: 0;
}

#products-top .products-bnr-mid-sec .products-bnr-mid-links > li a:hover i:after {
	opacity: 1;
}

#products-top .products-links-sec {
	background-color: #c3ecd3;
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-links-sec {
		padding: 13.33333vw 5.33333vw;
	}
}

#products-top .products-links-sec .products-links {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-links-sec .products-links > li {
		width: calc((100% - 6%) / 3);
		margin-right: 3%;
	}

	#products-top .products-links-sec .products-links > li:nth-child(3n) {
		margin-right: 0;
	}

	#products-top .products-links-sec .products-links > li:nth-child(n + 4) {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-links-sec .products-links > li {
		width: calc((100% - 4vw) / 2);
	}

	#products-top .products-links-sec .products-links > li:nth-child(2n) {
		margin-left: 4vw;
	}

	#products-top .products-links-sec .products-links > li:nth-child(n + 3) {
		margin-top: 4vw;
	}
}

#products-top .products-links-sec .products-links > li a {
	display: block;
	background-color: #fff;
	border: 1px solid #c2cbcc;
	border-radius: 0 0 25px 0;
	position: relative;
	height: 100%;
}

#products-top .products-links-sec .products-links > li a .img-wrapper {
	overflow: hidden;
	border-bottom: 1px solid #e7eeed;
}

#products-top .products-links-sec .products-links > li a .img-wrapper img {
	transition: 0.2s ease;
}

#products-top .products-links-sec .products-links > li a .txt-wrapper {
	padding: 20px;
}

@media screen and (max-width: 767px) {
	#products-top .products-links-sec .products-links > li a .txt-wrapper {
		padding: 2.66667vw;
	}
}

#products-top .products-links-sec .products-links > li a .txt-wrapper p {
	transition: 0.2s ease;
}

#products-top .products-links-sec .products-links > li a .txt-wrapper .ttl {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	#products-top .products-links-sec .products-links > li a .txt-wrapper .ttl {
		font-size: 4vw;
	}
}

#products-top .products-links-sec .products-links > li a .txt-wrapper .txt {
	margin-top: 5px;
	font-size: 15px;
	padding-right: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	#products-top .products-links-sec .products-links > li a .txt-wrapper .txt {
		font-size: 3.46667vw;
		margin-top: 1.33333vw;
		padding-right: 5.33333vw;
	}
}

#products-top .products-links-sec .products-links > li a i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	bottom: 20px;
	right: 15px;
	border: 1px solid #dae0e0;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#products-top .products-links-sec .products-links > li a i {
		width: 5.33333vw;
		height: 5.33333vw;
		margin-left: 2.66667vw;
		bottom: 2.66667vw;
		right: 2.66667vw;
	}
}

#products-top .products-links-sec .products-links > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#products-top .products-links-sec .products-links > li a i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-top .products-links-sec .products-links > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-links-sec .products-links > li a i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-top .products-links-sec .products-links > li a[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

#products-top .products-links-sec .products-links > li a[target="_blank"] i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	opacity: 0;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-links-sec .products-links > li a:hover p.ttl {
		color: #007a46;
	}

	#products-top .products-links-sec .products-links > li a:hover .img-wrapper img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#products-top .products-links-sec .products-links > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#products-top .products-links-sec .products-links > li a:hover i:before {
		opacity: 0;
	}

	#products-top .products-links-sec .products-links > li a:hover i:after {
		opacity: 1;
	}
}

#products-top .products-bnr-sec {
	padding: 50px 0;
	background-color: #f3f8f6;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-sec {
		padding: 8vw 5.33333vw;
	}
}

#products-top .products-bnr-sec .products-bnr-list {
	display: flex;
	flex-wrap: wrap;
	width: 65%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-sec .products-bnr-list {
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-bnr-sec .products-bnr-list > li {
		width: calc((100% - 6%) / 3);
	}

	#products-top .products-bnr-sec .products-bnr-list > li:not(:first-child) {
		margin-left: 3%;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-sec .products-bnr-list > li {
		width: calc((100% - 4vw) / 2);
	}

	#products-top .products-bnr-sec .products-bnr-list > li:nth-child(2n) {
		margin-left: 4vw;
	}

	#products-top .products-bnr-sec .products-bnr-list > li:nth-child(n + 3) {
		margin-top: 4vw;
	}
}

#products-top .products-bnr-sec .products-bnr-list > li a {
	transition: 0.2s ease;
}

#products-top .products-bnr-sec .products-bnr-list > li a img {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-bnr-sec .products-bnr-list > li a:hover {
		opacity: 0.75;
	}
}

#products-top .products-bnr-sec .products-bnr-list > li a .txt-wrapper {
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-bnr-sec .products-bnr-list > li a .txt-wrapper {
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-sec .products-bnr-list > li a .txt-wrapper {
		margin-top: 3.2vw;
	}
}

#products-top .products-bnr-sec .products-bnr-list > li a p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	flex: 1;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-sec .products-bnr-list > li a p {
		font-size: 4vw;
	}
}

#products-top .products-bnr-sec .products-bnr-list > li a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #dae0e0;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-sec .products-bnr-list > li a i {
		width: 5.33333vw;
		height: 5.33333vw;
		margin-left: 2.66667vw;
	}
}

#products-top .products-bnr-sec .products-bnr-list > li a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-sec .products-bnr-list > li a i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-top .products-bnr-sec .products-bnr-list > li a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-bnr-sec .products-bnr-list > li a i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-top .products-bnr-sec .products-bnr-list > li a[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

#products-top .products-bnr-sec .products-bnr-list > li a[target="_blank"] i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	opacity: 0;
}

#products-top .products-bnr-sec .products-bnr-list > li a:hover p {
	color: #007a46;
}

#products-top .products-bnr-sec .products-bnr-list > li a:hover i {
	background-color: #007a46;
	border-color: #007a46;
}

#products-top .products-bnr-sec .products-bnr-list > li a:hover i:before {
	opacity: 0;
}

#products-top .products-bnr-sec .products-bnr-list > li a:hover i:after {
	opacity: 1;
}

#products-top .products-feat-sec {
	background-color: #f3f8f6;
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-feat-sec {
		padding: 8vw 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-feat-sec .products-bnr-list {
		display: flex;
		flex-wrap: wrap;
		width: 55%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-feat-sec .products-bnr-list {
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-feat-sec .products-bnr-list > li {
		width: calc((100% - 5%) / 2);
	}

	#products-top .products-feat-sec .products-bnr-list > li:not(:first-child) {
		margin-left: 5%;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-feat-sec .products-bnr-list > li {
		width: 100%;
	}

	#products-top .products-feat-sec .products-bnr-list > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

#products-top .products-feat-sec .products-bnr-list > li a {
	transition: 0.2s ease;
}

#products-top .products-feat-sec .products-bnr-list > li a img {
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-feat-sec .products-bnr-list > li a:hover {
		opacity: 0.75;
	}
}

#products-top .info-sec {
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) {
	#products-top .info-sec .info-sec-inner {
		margin: 0 auto;
		padding: 17px 20px;
		max-width: 1200px;
	}
}

@media screen and (max-width: 767px) {
	#products-top .info-sec .info-sec-inner {
		padding: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .info-sec .info-sec-inner > a {
		display: inline-flex;
	}
}

#products-top .info-sec .info-sec-inner > a:hover p {
	opacity: 0.75;
}

#products-top .info-sec p {
	transition: 0.2s ease;
}

#products-top .info-sec p.info-sec-ttl {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#products-top .info-sec p.info-sec-ttl {
		font-size: 4vw;
	}
}

#products-top .info-sec p.info-sec-ttl i {
	margin-right: 5px;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/ja/sustainability/img/top/ico_info.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	#products-top .info-sec p.info-sec-ttl i {
		margin-right: 1.33333vw;
		width: 4.53333vw;
		height: 4.53333vw;
	}
}

#products-top .info-sec p.info-sec-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#products-top .info-sec p.info-sec-txt {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	#products-top .info-sec p.info-sec-txt {
		margin-top: 2.66667vw;
		font-size: 4vw;
	}
}

#products-top .products-news {
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-news {
		padding: 10.66667vw 5.33333vw;
	}
}

#products-top .products-news ul.news-list {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#products-top .products-news ul.news-list {
		margin-top: 5.33333vw;
	}
}

#products-top .products-news ul.news-list > li {
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	line-height: 1.6;
}

#products-top .products-news ul.news-list > li:first-child {
	border-top: 1px solid #e7eeed;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-news ul.news-list > li {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-news ul.news-list > li {
		display: block;
		font-size: 4vw;
		padding: 3.2vw 0 4vw;
	}
}

#products-top .products-news ul.news-list > li .date {
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	#products-top .products-news ul.news-list > li .date {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 1.33333vw;
	}
}

#products-top .products-news ul.news-list > li .main {
	flex: 1;
}

#products-top .products-news ul.news-list > li i {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
}

#products-top .products-news ul.news-list > li .pdf-size {
	font-size: 14px;
	color: #555;
}

#products-top .products-news ul.news-list > li a {
	transition: 0.5s;
}

@media print, screen and (min-width: 768px) {
	#products-top .products-news ul.news-list > li a {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-news ul.news-list > li a {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-news ul.news-list > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-news ul.news-list > li a:hover {
		opacity: 0.75;
	}
}

#products-top .products-news .bottom-sec-link-wrapper {
	text-align: right;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#products-top .products-news .bottom-sec-link-wrapper {
		margin-top: 5.6vw;
	}
}

#products-top .products-news .bottom-sec-link {
	position: relative;
	display: inline-block;
	padding-right: 28px;
	margin-left: auto;
	font-size: 15px;
	color: #333;
	transition: 0.5s;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#products-top .products-news .bottom-sec-link {
		font-size: 3.73333vw;
		padding-right: 6.93333vw;
	}
}

#products-top .products-news .bottom-sec-link i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-news .bottom-sec-link i {
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

#products-top .products-news .bottom-sec-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#products-top .products-news .bottom-sec-link i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-top .products-news .bottom-sec-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-news .bottom-sec-link i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-top .products-news .bottom-sec-link[target="_blank"] i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#products-top .products-news .bottom-sec-link[target="_blank"] i:before {
		width: 2.4vw;
		height: 2.4vw;
	}
}

#products-top .products-news .bottom-sec-link[target="_blank"] i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#products-top .products-news .bottom-sec-link[target="_blank"] i:after {
		width: 2.4vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .products-news .bottom-sec-link:hover {
		color: #007a46;
	}

	#products-top .products-news .bottom-sec-link:hover i {
		border-color: #007a46;
		background-color: #007a46;
	}

	#products-top .products-news .bottom-sec-link:hover i:before {
		opacity: 0;
	}

	#products-top .products-news .bottom-sec-link:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#products-top .products-news .bottom-sec-link:hover {
		opacity: 0.75;
	}
}

#products-top .news-wrapper h3 {
	font-size: 24px;
	line-height: 1.6;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#products-top .news-wrapper h3 {
		font-size: 5.86667vw;
	}
}

#products-top .news-wrapper h3 a.budge {
	display: block;
	font-size: 13px;
	color: #202020;
	padding: 4px 9px;
	line-height: 1.3;
	font-weight: 400;
	border-radius: 3px;
	margin-left: 16px;
	text-align: center;
	border: 2px solid #0ca7d3;
}

@media screen and (max-width: 767px) {
	#products-top .news-wrapper h3 a.budge {
		font-size: 3.2vw;
		padding: 0.8vw 1.6vw 1.06667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-top .common-sec .common-sec-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media print, screen and (min-width: 768px) {
	#products-detail .product-head {
		display: flex;
		align-items: baseline;
		margin-top: 55px;
	}
}

@media screen and (max-width: 767px) {
	#products-detail .product-head {
		margin-top: 10.66667vw;
	}
}

#products-detail .product-head .product-head-img {
	width: 456px;
	border: 1px solid #c6cecf;
}

@media screen and (max-width: 767px) {
	#products-detail .product-head .product-head-img {
		margin-top: 6.66667vw;
		width: 100%;
	}
}

#products-detail .product-head .product-head-img figure {
	padding: 40px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-head .product-head-img figure {
		padding: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-detail .product-head .product-head-content {
		margin-left: auto;
		width: calc(100% - 492px);
	}
}

#products-detail .product-head .product-head-content h1 {
	font-size: 36px;
	color: #000;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#products-detail .product-head .product-head-content h1 {
		font-size: 7.46667vw;
	}
}

#products-detail .product-detail-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-detail-wrapper {
		display: block;
		margin-top: 13.33333vw;
	}
}

#products-detail .product-detail-wrapper .product-detail-content {
	width: calc((100% - 300px));
}

@media screen and (max-width: 767px) {
	#products-detail .product-detail-wrapper .product-detail-content {
		width: 100%;
		padding-bottom: 18.66667vw;
	}
}

#products-detail .product-detail-wrapper .product-detail-content .product-link-sec .product-link-head {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#products-detail .product-detail-wrapper .product-detail-content .product-link-sec .product-link-head {
		font-size: 4.26667vw;
	}
}

#products-detail .product-detail-wrapper .product-detail-content .product-link-sec .product-link-head span {
	flex: 1;
}

#products-detail .product-detail-wrapper .product-detail-content .product-link-sec .product-link-head i {
	position: relative;
	background-color: #c3ecd3;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-detail-wrapper .product-detail-content .product-link-sec .product-link-head i {
		width: 9.06667vw;
		height: 9.06667vw;
		margin-right: 2.66667vw;
	}
}

#products-detail .product-detail-wrapper .product-detail-content .product-link-sec .product-link-head i img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#products-detail .product-detail-wrapper .product-detail-content .product-link-sec .product-link-head i img {
		transform: scale(0.86);
	}
}

#products-detail .product-link-btns {
	display: flex;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-btns {
		display: block;
		margin-top: 3.2vw;
	}
}

#products-detail .product-link-btns + .product-link-head {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-btns + .product-link-head {
		margin-top: 6.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-detail .product-link-btns > li {
		width: calc(96% / 2);
	}

	#products-detail .product-link-btns > li:nth-child(2) {
		margin-left: 4%;
	}
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-btns > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

#products-detail .product-link-btns > li > a {
	position: relative;
	padding: 19px 55px 19px 25px;
	border: 1px solid #c2cbcc;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-btns > li > a {
		padding: 2.66667vw 13.33333vw 2.66667vw 5.33333vw;
		font-size: 4vw;
	}
}

#products-detail .product-link-btns > li > a span {
	flex: 1;
}

#products-detail .product-link-btns > li > a figure {
	position: relative;
	width: 40px;
	height: 37px;
	margin-right: 12px;
}

#products-detail .product-link-btns > li > a figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-btns > li > a figure img {
		transform: scale(0.86);
	}
}

#products-detail .product-link-btns > li > a.brand figure {
	width: 70px;
	height: 37px;
}

#products-detail .product-link-btns > li > a.brand figure img {
	max-width: 100%;
	max-height: 100%;
}

#products-detail .product-link-btns > li > a i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border: 1px solid #dae0e0;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-btns > li > a i {
		width: 5.33333vw;
		height: 5.33333vw;
		margin-left: 2.66667vw;
	}
}

#products-detail .product-link-btns > li > a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-btns > li > a i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-detail .product-link-btns > li > a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-btns > li > a i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products-detail .product-link-btns > li > a[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

#products-detail .product-link-btns > li > a[target="_blank"] i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	opacity: 0;
}

#products-detail .product-link-btns > li > a:hover {
	color: #007a46;
}

#products-detail .product-link-btns > li > a:hover i {
	background-color: #007a46;
	border-color: #007a46;
}

#products-detail .product-link-btns > li > a:hover i:before {
	opacity: 0;
}

#products-detail .product-link-btns > li > a:hover i:after {
	opacity: 1;
}

#products-detail .product-link-bnrs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-bnrs {
		margin-top: 2.66667vw;
	}
}

#products-detail .product-link-bnrs > li {
	width: calc((100% - 9%) / 4);
}

@media print, screen and (min-width: 768px) {
	#products-detail .product-link-bnrs > li:not(:first-child) {
		margin-left: 3%;
	}
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-bnrs > li {
		width: calc((100% - 4%) / 2);
	}

	#products-detail .product-link-bnrs > li:nth-child(2n) {
		margin-left: 4%;
	}

	#products-detail .product-link-bnrs > li:nth-child(n + 3) {
		margin-top: 4%;
	}
}

#products-detail .product-link-bnrs > li a {
	position: relative;
	display: block;
	border: 1px solid #c2cbcc;
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	#products-detail .product-link-bnrs > li a:hover {
		opacity: 0.75;
	}
}

#products-detail .product-link-bnrs > li a[target="_blank"]:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 8px;
	bottom: 10px;
	right: 10px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-link-bnrs > li a[target="_blank"]:after {
		bottom: 2.13333vw;
		right: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products-detail .products-relation-list {
		display: flex;
		flex-wrap: wrap;
	}
}

#products-detail .products-relation-list > li {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 30px;
	border-radius: 0 0 25px 0;
}

@media print, screen and (min-width: 768px) {
	#products-detail .products-relation-list > li {
		width: 49%;
	}

	#products-detail .products-relation-list > li:nth-child(2n) {
		margin-left: 2%;
	}

	#products-detail .products-relation-list > li:nth-child(n + 3) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#products-detail .products-relation-list > li:not(:first-child) {
		margin-top: 4vw;
	}
}

@media screen and (max-width: 767px) {
	#products-detail .products-relation-list > li {
		border-radius: 0 0 4vw 0;
		padding: 5.33333vw;
	}
}

#products-detail .products-relation-list > li figure {
	position: relative;
	width: 100%;
	height: 110px;
}

@media screen and (max-width: 767px) {
	#products-detail .products-relation-list > li figure {
		height: 29.33333vw;
	}
}

#products-detail .products-relation-list > li figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

#products-detail .products-relation-list > li .txt-wrapper {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#products-detail .products-relation-list > li .txt-wrapper {
		margin-top: 5.33333vw;
	}
}

#products-detail .products-relation-list > li .txt-wrapper p {
	transition: 0.2s ease;
}

#products-detail .products-relation-list > li .txt-wrapper .main {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#products-detail .products-relation-list > li .txt-wrapper .main {
		font-size: 3.73333vw;
	}
}

#products-detail .products-relation-list > li .txt-wrapper .txt {
	font-size: 14px;
	margin-top: 10px;
	padding-right: 25px;
}

@media screen and (max-width: 767px) {
	#products-detail .products-relation-list > li .txt-wrapper .txt {
		margin-top: 2.66667vw;
		padding-right: 5.33333vw;
		font-size: 3.2vw;
	}
}

#products-detail .product-detail-snav-wrapper {
	width: 240px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-detail-snav-wrapper {
		display: none;
	}
}

#products-detail .product-detail-snav-wrapper .product-detail-snav-head {
	width: 66%;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#products-detail .product-detail-snav-wrapper nav {
		position: -webkit-sticky;
		position: sticky;
		top: 140px;
	}
}

#products-detail .product-detail-snav-wrapper nav ul {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dae0e0;
}

#products-detail .product-detail-snav-wrapper nav ul > li:not(:first-child) {
	margin-top: 15px;
}

#products-detail .product-detail-snav-wrapper nav ul > li a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	transition: 0.2s ease;
}

#products-detail .product-detail-snav-wrapper nav ul > li a figure {
	width: 21px;
	text-align: center;
	margin-right: 10px;
}

#products-detail .product-detail-snav-wrapper nav ul > li a i {
	display: inline-block;
	width: 12px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_link-green-bottom.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
	margin-left: 7px;
}

#products-detail .product-detail-snav-wrapper nav ul > li a[target="_blank"] i {
	width: 13px;
	height: 13px;
	background-image: url(/ja/assets/img/all/ico_blank-thin.svg);
}

#products-detail .product-detail-snav-wrapper nav ul > li a:hover {
	color: #007a46;
}

#products-detail .product-detail-snav-wrapper nav ul > li a:hover i {
	-webkit-animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
	animation: iconSlide 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

#products-detail .product-detail-snav-wrapper nav ul > li a:hover[target="_blank"] i {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

#products-detail .product-diff-box {
	padding: 45px;
	margin-top: 110px;
	align-items: center;
	background-color: #f3f8f6;
	border-radius: 0 0 30px 0;
}

@media print, screen and (min-width: 768px) {
	#products-detail .product-diff-box {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	#products-detail .product-diff-box {
		padding: 8vw 6.66667vw 6.66667vw;
		border-radius: 0 0 8vw 0;
		margin-top: 18.66667vw;
	}
}

#products-detail .product-diff-box .product-diff-wrapper {
	margin-right: 48px;
}

#products-detail .product-diff-box .product-diff-head {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 500;
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-diff-box .product-diff-head {
		font-size: 5.86667vw;
	}
}

#products-detail .product-diff-box .product-diff-head i {
	margin-right: 16px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-diff-box .product-diff-head i {
		width: 9.33333vw;
		margin-right: 2.66667vw;
	}
}

#products-detail .product-box {
	border: 4px solid #e7eeed;
	margin-top: 110px;
	padding: 50px 45px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-box {
		padding: 8vw 6.66667vw;
		margin-top: 18.66667vw;
	}
}

#products-detail .product-box .product-box-head {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#products-detail .product-box .product-box-head {
		font-size: 5.33333vw;
		padding-bottom: 2.66667vw;
	}
}

#products-detail .product-box .product-box-head i {
	margin-right: 16px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-box .product-box-head i {
		margin-right: 2.66667vw;
	}
}

#products-detail .product-box .product-box-head span {
	flex: 1;
}

#products-detail .product-box .product-box-inner .product-box-ttl {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding-left: 16px;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-box .product-box-inner .product-box-ttl {
		margin-top: 4vw;
		font-size: 4.26667vw;
		padding-left: 3.46667vw;
	}
}

#products-detail .product-box .product-box-inner .product-box-ttl:before {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	background-color: #007a46;
	border-radius: 2px;
}

#products-detail .product-box .product-box-inner .product-box-ttl + .product-link-btns {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-box .product-box-inner .product-box-ttl + .product-link-btns {
		margin-top: 2.66667vw;
	}
}

#products-detail .product-box .product-box-inner .product-box-txt {
	margin-top: 20px;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-box .product-box-inner .product-box-txt {
		margin-top: 4.8vw;
		margin-top: 4vw;
	}
}

#products-detail .product-box .product-box-inner .product-box-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-box .product-box-inner .product-box-links {
		margin-top: 2.13333vw;
	}
}

#products-detail .product-box .product-box-inner .product-box-links > li {
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-box .product-box-inner .product-box-links > li {
		margin-right: 2.13333vw;
	}
}

#products-detail .product-box .product-box-inner .product-box-links > li .mod-link {
	margin-top: 0;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#products-detail .product-box .product-box-inner .product-box-links > li .mod-link {
		margin-bottom: 2.13333vw;
	}
}

#products-detail .mod-accordion-wrapper .accordion-head figure {
	width: 48px;
	height: 48px;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	#products-detail .mod-accordion-wrapper .accordion-head figure {
		width: 9.6vw;
		height: 9.6vw;
		border-radius: 1.33333vw;
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	#products-detail .mod-accordion-wrapper .accordion-head figure img {
		width: 6.4vw;
	}
}

@media screen and (max-width: 767px) {
	#products .mod-snav-wrapper.products {
		margin-top: 18.66667vw;
	}
}

#products .mod-h2.products-h2 {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#products .mod-txt + .products-new-list {
		margin-top: 10.66667vw !important;
	}
}

#products .products-new-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 65px !important;
}

@media screen and (max-width: 767px) {
	#products .products-new-list {
		margin-top: 13.33333vw !important;
	}
}

#products .products-new-list > li {
	position: relative;
	width: 23.5%;
	margin-right: 2%;
}

@media print, screen and (min-width: 768px) {
	#products .products-new-list > li:nth-child(4n) {
		margin-right: 0;
	}

	#products .products-new-list > li:nth-child(n + 5) {
		margin-top: 75px;
	}
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li {
		width: 48%;
		margin-right: 4%;
	}

	#products .products-new-list > li:nth-child(n + 3) {
		margin-top: 10.66667vw;
	}

	#products .products-new-list > li:nth-child(2n) {
		margin-right: 0;
	}
}

#products .products-new-list > li .new-icon {
	position: absolute;
	display: inline-block;
	color: #e81524;
	font-size: 12px;
	padding: 1px 10px 2px;
	border-radius: 3px;
	top: -32px;
	left: 0;
	line-height: 1.6;
	border: 2px solid #fa434b;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li .new-icon {
		font-size: 2.66667vw;
		padding: 0.26667vw 1.6vw 0.26667vw;
		border-radius: 0.8vw;
		line-height: 1.3;
		top: -5.33333vw;
	}
}

#products .products-new-list > li a {
	display: block;
	/*padding-top: 32px;
                @include sp{
                    padding-top: pxtovw(20);
                }*/
}

#products .products-new-list > li a figure {
	border: 1px solid #e7eeed;
	overflow: hidden;
	padding: 21px;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li a figure {
		padding: 3.46667vw;
	}
}

#products .products-new-list > li a figure img {
	transition: 0.2s ease;
}

#products .products-new-list > li a p {
	font-weight: 500;
}

#products .products-new-list > li a .txt-date {
	margin-top: 10px;
	color: #007a46;
	font-size: 15px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li a .txt-date {
		font-size: 3.46667vw;
		margin-top: 2.66667vw;
	}
}

#products .products-new-list > li a .txt-ttl {
	font-size: 18px;
	margin-top: 10px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li a .txt-ttl {
		font-size: 4vw;
		margin-top: 1.33333vw;
	}
}

#products .products-new-list > li a figure + .txt-ttl {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li a figure + .txt-ttl {
		margin-top: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#products .products-new-list > li a:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#products .products-new-list > li a:hover .txt-ttl {
		color: #007a46;
	}
}

#products .products-new-list > li a[target="_blank"] .txt-ttl {
	position: relative;
}

#products .products-new-list > li a[target="_blank"] .txt-ttl i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 0;
	top: 4px;
	margin: auto 0;
	border: 1px solid #dae0e0;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li a[target="_blank"] .txt-ttl i {
		width: 5.33333vw;
		height: 5.33333vw;
		margin-left: 2.66667vw;
		top: 0.8vw;
	}
}

#products .products-new-list > li a[target="_blank"] .txt-ttl i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li a[target="_blank"] .txt-ttl i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products .products-new-list > li a[target="_blank"] .txt-ttl i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li a[target="_blank"] .txt-ttl i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#products .products-new-list > li a[target="_blank"] .txt-ttl i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li a[target="_blank"] .txt-ttl i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#products .products-new-list > li a[target="_blank"] .txt-ttl i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#products .products-new-list > li a[target="_blank"] .txt-ttl i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#products .products-new-list > li a[target="_blank"]:hover i {
	background-color: #007a46;
	border-color: #007a46;
}

#products .products-new-list > li a[target="_blank"]:hover i:before {
	opacity: 0;
}

#products .products-new-list > li a[target="_blank"]:hover i:after {
	opacity: 1;
}

#products .products-new-list.brand > li > a figure {
	position: relative;
	height: 174px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#products .products-new-list.brand > li > a figure {
		height: 26.4vw;
	}
}

#products .products-new-list.brand > li > a figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 71%;
	max-height: 56%;
}

@media print, screen and (min-width: 768px) {
	#products .products-h2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	#products .products-h2 div {
		text-align: center;
		margin-top: 4vw;
	}
}

#products .products-h2 div a {
	border: 2px solid #007a46;
	padding: 12px 30px 11px;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.006em;
	border-radius: 0 0 10px 0;
	transition: background 0.4s, color 0.4s, font-size 0.05s, width 0.4s, border 0.4s;
}

@media screen and (max-width: 767px) {
	#products .products-h2 div a {
		padding: 2.66667vw 5.33333vw;
		border-radius: 0 0 2.66667vw 0;
	}
}

#products .products-h2 div a i {
	width: 26px;
	height: 29px;
	margin-right: 10px;
	background-image: url(/ja/products/img/icon_diff.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

@media screen and (max-width: 767px) {
	#products .products-h2 div a i {
		width: 6.13333vw;
		height: 6.66667vw;
	}
}

#products .products-h2 div a > span {
	font-size: 15px;
	color: #007a46;
	font-weight: 500;
	letter-spacing: initial;
}

@media screen and (max-width: 767px) {
	#products .products-h2 div a > span {
		font-size: 3.73333vw;
	}
}

#products .products-h2 div a:hover {
	background-color: #007a46;
	color: #fff;
}

#products .products-h2 div a:hover > span {
	color: #fff;
}

#products .products-h2 div a:hover i {
	background-image: url(/ja/products/img/icon_diff_white.svg);
}

#products .products-table {
	display: flex;
	justify-content: space-between;
}

#products .products-table .table-pager {
	position: relative;
}

@media screen and (max-width: 767px) {
	#products .products-table .table-pager {
		display: none;
	}
}

#products .products-table .table-pager > button {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 31px;
	height: 180px;
	border: 2px solid #007a46;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px 16px;
	border-radius: 10px;
	transition: 0.2s ease;
}

#products .products-table .table-pager > button.prev {
	transform: rotate(180deg);
}

#products .products-table .table-pager > button:hover {
	background-color: #007a46;
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
}

#products .products-table .table-pager > button[area-display="false"] {
	opacity: 0;
	pointer-events: none;
}

#products .products-table .table-outer {
	position: relative;
	display: block;
	overflow-x: hidden;
}

@media print, screen and (min-width: 768px) {
	#products .products-table .table-outer {
		width: calc(100% - 100px);
		touch-action: none;
	}
}

@media screen and (max-width: 767px) {
	#products .products-table .table-outer {
		width: 100%;
		overflow-x: scroll;
	}
}

#products .products-table .table-outer i.triangle {
	background-image: url(/ja/assets/img/all/ico_triangle.svg);
	background-repeat: no-repeat;
	background-size: 16px 13px;
	background-position: center;
	width: 16px;
	height: 13px;
	display: inline-block;
}

#products .products-table .table-outer table {
	table-layout: fixed;
	font-size: 15px;
	word-wrap: break-word;
	border-collapse: separate;
}

@media print, screen and (min-width: 768px) {
	#products .products-table .table-outer table thead {
		display: block;
	}
}

#products .products-table .table-outer table thead th {
	background-color: #007a46;
	color: #fff;
	font-size: 15px;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #c2cbcc;
	border-right: none;
}

@media screen and (max-width: 767px) {
	#products .products-table .table-outer table thead th {
		min-width: 28vw;
		padding: 2.66667vw 2.66667vw;
	}
}

#products .products-table .table-outer table thead th:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}

#products .products-table .table-outer table thead th:first-child:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-left: 1px solid #c2cbcc;
	border-right: 2px solid #c2cbcc;
}

#products .products-table .table-outer table thead th:nth-child(2) {
	border-left: none;
}

#products .products-table .table-outer table tbody {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	#products .products-table .table-outer table tbody {
		display: block;
	}
}

#products .products-table .table-outer table tbody td {
	border: 1px solid #c2cbcc;
	padding: 15px 10px;
	background-color: #fff;
	background-clip: padding-box;
	vertical-align: middle;
	font-size: 15px;
	color: #333;
	border-left: none;
	border-top: none;
}

#products .products-table .table-outer table tbody td.top {
	vertical-align: baseline;
}

#products .products-table .table-outer table tbody td figure {
	position: relative;
	width: 100%;
	text-align: center;
}

#products .products-table .table-outer table tbody td figure img {
	max-width: 135px;
	max-height: 161px;
	margin: auto;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#products .products-table .table-outer table tbody td figure img {
		max-width: 19.73333vw;
		max-height: 22.66667vw;
	}
}

#products .products-table .table-outer table tbody td figure + .mod-link {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	#products .products-table .table-outer table tbody td figure + .mod-link {
		margin-top: 2.13333vw;
	}
}

#products .products-table .table-outer table tbody td:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 2;
	border-right: none;
	border-left: 1px solid #c2cbcc;
}

#products .products-table .table-outer table tbody td:first-child:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-left: 1px solid #c2cbcc;
	border-right: 2px solid #c2cbcc;
}

#products .products-table .table-outer table tbody td:nth-child(2) {
	border-left: none;
}

#products .products-table .table-outer table tbody td .mod-link {
	font-size: 15px;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#products .products-table .table-outer table tbody td .mod-link {
		margin-top: 1.33333vw;
	}
}

#products .products-table .table-outer table tbody td .mod-link > i {
	top: 3px;
}

#products .products-table .table-outer table tbody td .mod-txt.small {
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#products .products-table .table-outer table tbody td .mod-txt.small {
		margin-top: 1.33333vw;
	}
}

.budge-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: -8px;
}

@media screen and (max-width: 767px) {
	.budge-list {
		margin-bottom: -1.33333vw;
	}
}

.budge-list > li {
	padding: 2px 8px 2px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.budge-list > li {
		margin-bottom: 1.33333vw;
	}
}

.budge-list > li .specific-mark {
	padding: 0 2px 1px 2px;
	font-size: 10px;
	display: inline-block;
	margin: 0 1px;
	border: 1px solid;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.budge-list > li .specific-mark {
		font-size: 2.66667vw;
		padding: 0 0.53333vw;
	}
}

@media screen and (max-width: 767px) {
	.budge-list > li {
		font-size: 3.2vw;
		padding: 0.53333vw 3.2vw 0.53333vw;
	}
}

.budge-list > li.budge-new-red {
	border: 2px solid #fa434b;
	color: #e81524;
}

.budge-list > li.budge-new-red .specific-mark {
	border-color: #fff;
}

.budge-list > li.budge-new {
	border: 2px solid #09c82d;
	background-color: #fff;
	color: #202020;
}

.budge-list > li.budge-new .specific-mark {
	border-color: #09c82d;
}

.budge-list > li.budge-def {
	border: 2px solid #557288;
	background-color: #fff;
	color: #202020;
}

.budge-list > li.budge-def .specific-mark {
	border-color: #557288;
}

.budge-list > li:not(:last-child) {
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.budge-list > li:not(:last-child) {
		margin-right: 1.33333vw;
	}
}

ul.products-txt-list {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	ul.products-txt-list {
		margin-top: 40px;
	}
}

@media print, screen and (min-width: 768px) {
	ul.products-txt-list > li {
		width: 22.7%;
		margin-right: 3%;
	}

	ul.products-txt-list > li:nth-child(n + 5) {
		margin-top: 35px;
	}

	ul.products-txt-list > li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	ul.products-txt-list > li {
		width: calc((100% - 4vw) / 2);
		margin-right: 4vw;
	}

	ul.products-txt-list > li:nth-child(n + 3) {
		margin-top: 7.2vw;
	}

	ul.products-txt-list > li:nth-child(2n) {
		margin-right: 0;
	}
}

ul.products-txt-list > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	transition: 0.5s;
	border-bottom: 1px solid #c2cbcc;
	min-height: 100%;
}

@media print, screen and (min-width: 768px) {
	ul.products-txt-list > li > a {
		font-size: 15px;
		padding-bottom: 19px;
	}
}

@media screen and (max-width: 767px) {
	ul.products-txt-list > li > a {
		font-size: 3.73333vw;
		padding-bottom: 4vw;
	}
}

ul.products-txt-list > li > a span {
	flex: 1;
}

ul.products-txt-list > li > a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	margin-left: 5px;
}

ul.products-txt-list > li > a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

ul.products-txt-list > li > a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

ul.products-txt-list > li > a:hover {
	color: #007a46;
}

ul.products-txt-list > li > a:hover i {
	border-color: #007a46;
	background-color: #007a46;
}

ul.products-txt-list > li > a:hover i:before {
	opacity: 0;
}

ul.products-txt-list > li > a:hover i:after {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.products-end-list {
		display: flex;
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) {
	.products-end-list > li {
		display: flex;
		width: calc((100% - 40px) / 2);
	}

	.products-end-list > li:nth-child(2n) {
		margin-left: 40px;
	}

	.products-end-list > li:nth-child(n + 3) {
		margin-top: 65px;
	}
}

@media screen and (max-width: 767px) {
	.products-end-list > li {
		position: relative;
		padding: 6.66667vw 0;
		border-bottom: 1px solid #e7eeed;
	}

	.products-end-list > li:first-child {
		padding-top: 0;
	}
}

.products-end-list > li > figure {
	width: 222px;
	margin-right: 20px;
	border: 1px solid #e9efee;
	padding: 21px;
}

@media screen and (max-width: 767px) {
	.products-end-list > li > figure {
		position: absolute;
		width: 34.13333vw;
		padding: 6.13333vw;
	}
}

.products-end-list > li .txt-wrapper {
	flex: 1;
}

.products-end-list > li .txt-wrapper .ttl {
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.products-end-list > li .txt-wrapper .ttl {
		font-size: 4vw;
	}
}

.products-end-list > li .txt-wrapper .txt {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.products-end-list > li .txt-wrapper .txt {
		font-size: 3.73333vw;
		margin-top: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.products-end-list > li .txt-wrapper .txt + .mod-link-list {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.products-end-list > li .txt-wrapper .txt + .mod-link-list {
		margin-top: 2.66667vw;
	}
}

.products-end-list > li .txt-wrapper .reccomend {
	position: relative;
	display: inline-block;
	padding: 3px 17px 3px;
	background-color: #fff;
	background-color: #c3ecd3;
	border-radius: 5px;
	font-weight: 500;
	margin-top: 20px;
}

.products-end-list > li .txt-wrapper .reccomend:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #c3ecd3 transparent transparent transparent;
}

.products-end-list > li .txt-wrapper .reccomend + .mod-link-list {
	margin-top: 18px;
}

@media screen and (max-width: 767px) {
	.products-end-list > li .txt-wrapper .reccomend + .mod-link-list {
		margin-top: 4.26667vw;
	}
}

@media screen and (max-width: 767px) {
	.products-end-list > li .txt-wrapper .reccomend {
		display: block;
		padding: 0.8vw;
		font-size: 3.73333vw;
		text-align: center;
		margin-top: 2.66667vw;
	}
}

@media screen and (max-width: 767px) {
	.products-end-list > li .txt-wrapper .txt-head {
		padding-left: 36.8vw;
		min-height: 34.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.products-end-list > li .txt-wrapper .txt-head + .mod-link-list {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.products-end-list > li .txt-wrapper .txt-head + .mod-link-list {
		margin-top: 2.66667vw;
	}
}

.product-lidea-area {
	margin-top: 105px;
	padding-top: 40px;
	border-top: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	.product-lidea-area {
		margin-top: 18.66667vw;
		padding-top: 8vw;
	}
}

.product-lidea-area .product-lidea-head {
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

@media screen and (max-width: 767px) {
	.product-lidea-area .product-lidea-head {
		font-size: 5.33333vw;
	}
}

.product-lidea-area .product-lidea-rank-head {
	display: flex;
	color: #007a46;
	font-size: 16px;
	font-weight: 500;
	margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
	.product-lidea-area .product-lidea-rank-head {
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.product-lidea-area .product-lidea-rank-head {
		margin-top: 5.33333vw;
		font-size: 4.53333vw;
	}
}

.product-lidea-area .product-lidea-rank-head i {
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.product-lidea-area .product-lidea-rank-head i {
		width: 6.93333vw;
		margin-left: 1.33333vw;
	}
}

.product-lidea-area .product-lidea-rank-head span {
	flex: 1;
}

.product-lidea-area .product-lidea-rank-list {
	margin-top: 25px;
	counter-reset: item;
}

@media print, screen and (min-width: 768px) {
	.product-lidea-area .product-lidea-rank-list {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.product-lidea-area .product-lidea-rank-list {
		margin-top: 5.33333vw;
	}
}

.product-lidea-area .product-lidea-rank-list > li {
	width: calc(92% / 5);
}

@media screen and (max-width: 767px) {
	.product-lidea-area .product-lidea-rank-list > li {
		width: 100%;
		border-bottom: 1px solid #c2cbcc;
	}

	.product-lidea-area .product-lidea-rank-list > li:first-child {
		border-top: 1px solid #c2cbcc;
	}
}

@media print, screen and (min-width: 768px) {
	.product-lidea-area .product-lidea-rank-list > li:not(:first-child) {
		margin-left: 2%;
	}
}

.product-lidea-area .product-lidea-rank-list > li:nth-child(1) a:before {
	background-image: url(/ja/products/img/icon_1st.svg);
}

.product-lidea-area .product-lidea-rank-list > li:nth-child(2) a:before {
	background-image: url(/ja/products/img/icon_2nd.svg);
}

.product-lidea-area .product-lidea-rank-list > li:nth-child(3) a:before {
	background-image: url(/ja/products/img/icon_3rd.svg);
}

.product-lidea-area .product-lidea-rank-list > li:nth-child(4) a:before {
	background-image: url(/ja/products/img/icon_4th.svg);
}

.product-lidea-area .product-lidea-rank-list > li:nth-child(5) a:before {
	background-image: url(/ja/products/img/icon_5th.svg);
}

.product-lidea-area .product-lidea-rank-list > li > a {
	position: relative;
	display: block;
	padding-left: 40px;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.product-lidea-area .product-lidea-rank-list > li > a {
		padding-left: 0;
		padding: 4vw 0;
	}
}

.product-lidea-area .product-lidea-rank-list > li > a:before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

@media screen and (max-width: 767px) {
	.product-lidea-area .product-lidea-rank-list > li > a:before {
		font-size: 4vw;
		width: 7.46667vw;
		height: 7.46667vw;
		top: 2.93333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.product-lidea-area .product-lidea-rank-list > li > a:after {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		background-color: #c2cbcc;
		height: calc(100% - 37px);
		bottom: 0;
		left: 16px;
	}

	.product-lidea-area .product-lidea-rank-list > li > a:hover .rank-txt {
		color: #007a46;
	}
}

.product-lidea-area .product-lidea-rank-list > li > a .rank-txt {
	margin-top: 10px;
	font-size: 15px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.product-lidea-area .product-lidea-rank-list > li > a .rank-txt {
		margin-top: 3.2vw;
		font-size: 3.73333vw;
	}
}

.product-lidea-area .product-lidea-rank-list > li > a .rank-budge {
	border: 1px solid #000;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 11px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.product-lidea-area .product-lidea-rank-list > li > a .rank-budge {
		margin-left: 8.8vw;
		font-size: 3.2vw;
		border-radius: 2.93333vw;
		padding: 0.8vw 2.66667vw 0.53333vw;
	}
}

.product-lidea-area .product-lidea-rank-list > li > a .rank-budge.healthcare {
	border-color: #f35f8d;
	color: #f35f8d;
}

.product-lidea-area .product-lidea-rank-list > li > a .rank-budge.oralcare {
	border-color: #60b01c;
	color: #60b01c;
}

.product-lidea-area .product-lidea-rank-list > li > a .rank-budge.lifestyle {
	border-color: #f5871b;
	color: #f5871b;
}

.product-lidea-area .product-lidea-rank-list > li > a .rank-budge.washing {
	border-color: #488cc3;
	color: #488cc3;
}

.product-lidea-area .product-lidea-rank-list > li > a .rank-budge.cleaning {
	border-color: #ed823d;
	color: #ed823d;
}

.product-lidea-area .product-lidea-rank-list > li > a .rank-budge.kitchen {
	border-color: #9a6329;
	color: #9a6329;
}

@media screen and (max-width: 767px) {
	.product-information.mod-container .table-wrapper > table.mod-table-1,
	.product-information.mod-container .table-wrapper > table.mod-table-6 {
		width: 160%;
		max-width: 160%;
	}
}

.product-information.mod-container .table-wrapper > table.mod-table-1 tbody th,
.product-information.mod-container .table-wrapper > table.mod-table-1 tbody td,
.product-information.mod-container .table-wrapper > table.mod-table-6 tbody th,
.product-information.mod-container .table-wrapper > table.mod-table-6 tbody td {
	vertical-align: inherit;
}

@media screen and (max-width: 767px) {
	.product-information.mod-container .table-wrapper > table.mod-table-1 tbody th,
	.product-information.mod-container .table-wrapper > table.mod-table-1 tbody td,
	.product-information.mod-container .table-wrapper > table.mod-table-6 tbody th,
	.product-information.mod-container .table-wrapper > table.mod-table-6 tbody td {
		white-space: normal;
	}
}

.product-information.mod-container .table-wrapper > table.mod-table-1 tbody th.vertical-middle,
.product-information.mod-container .table-wrapper > table.mod-table-1 tbody td.vertical-middle,
.product-information.mod-container .table-wrapper > table.mod-table-6 tbody th.vertical-middle,
.product-information.mod-container .table-wrapper > table.mod-table-6 tbody td.vertical-middle {
	vertical-align: middle;
}

.product-information.mod-container .table-wrapper > table.mod-table-1 tbody th .mod-txt.product-information-glidline,
.product-information.mod-container .table-wrapper > table.mod-table-1 tbody td .mod-txt.product-information-glidline,
.product-information.mod-container .table-wrapper > table.mod-table-6 tbody th .mod-txt.product-information-glidline,
.product-information.mod-container .table-wrapper > table.mod-table-6 tbody td .mod-txt.product-information-glidline {
	border: 1px solid #707f87;
	font-weight: bold;
	display: inline-block;
	padding: 2px 3px;
}

.product-information.mod-container .table-wrapper > table.mod-table-1 thead,
.product-information.mod-container .table-wrapper > table.mod-table-6 thead {
	background-color: inherit;
}

.product-information.mod-container .table-wrapper > table.mod-table-1 table.mod-table-1,
.product-information.mod-container .table-wrapper > table.mod-table-6 table.mod-table-6 {
	margin-top: 20px;
}

.product-information.mod-container .table-wrapper > table.mod-table-1 table.mod-table-1 thead th,
.product-information.mod-container .table-wrapper > table.mod-table-6 table.mod-table-6 thead th {
	vertical-align: middle;
}

.product-information.mod-container .mod-box.red {
	border: 4px solid #f80808;
}

.product-information.mod-container .mod-box.red .box-ttl {
	color: #f80808;
	text-align: center;
}

.product-information.mod-container .mod-box .mod-list + p {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-col.recruit_interview_head div figure {
		width: calc(100% + 10.66666vw);
		margin-left: -5.33333vw;
	}
}

#recruit .mod-col.recruit_interview_head .recruit_interview_headSubTxt {
	display: inline-block;
	margin-top: 30px;
	padding: 5px 12px;
	color: #fff;
	font-size: 17px;
	line-height: 1.3;
	background-color: #007a46;
	border-bottom-right-radius: 10px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-col.recruit_interview_head .recruit_interview_headSubTxt {
		margin-top: 15px;
		padding: 5px 8px;
		font-size: 3.2vw;
		border-bottom-right-radius: 5px;
	}
}

#recruit .mod-col.recruit_interview_head h2 {
	margin-top: 15px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#recruit .mod-col.recruit_interview_head h2 {
		margin-top: 10px;
		font-size: 5.34vw;
	}
}

#recruit .mod-col.recruit_interview_head .mod-anchor-wrapper {
	margin-top: 68px;
	padding: 40px 45px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-col.recruit_interview_head .mod-anchor-wrapper {
		margin-top: 30px;
		padding: 25px 25px;
	}
}

#recruit .mod-col.recruit_interview_head .mod-image-txt figure {
	width: 160px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-col.recruit_interview_head .mod-image-txt figure {
		width: 120px;
		margin: 0 auto;
	}
}

#recruit .mod-col.recruit_interview_head .mod-image-txt > *:first-child {
	margin-right: 40px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-col.recruit_interview_head .mod-image-txt > *:first-child {
		margin-right: auto;
	}
}

#recruit .mod-col.recruit_interview_head .mod-image-txt .txt-wrap {
	margin-top: 10px;
}

#recruit .mod-col.recruit_interview_head .mod-image-txt .txt-wrap .txt-ttl {
	position: relative;
	padding-left: 18px;
}

#recruit .mod-col.recruit_interview_head .mod-image-txt .txt-wrap .txt-ttl::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #007a46;
	border-radius: 2px;
}

#recruit .mod-col.recruit_interview_head .mod-image-txt .txt-wrap .txt-ttl + .txt-main {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-col.recruit_interview_head .mod-image-txt .txt-wrap {
		flex: inherit;
		margin-top: 12px;
	}

	#recruit .mod-col.recruit_interview_head .mod-image-txt .txt-wrap .txt-ttl {
		font-size: 4.27vw;
	}

	#recruit .mod-col.recruit_interview_head .mod-image-txt .txt-wrap .txt-ttl + .txt-main {
		margin-top: 8px;
	}
}

@media print, screen and (min-width: 768px) {
	#recruit .mod-col.recruit_interview_head + .mod-h3 {
		margin-top: 65px;
	}
}

#recruit .mod-anchor-wrapper.recruit_interview_vision {
	padding: 45px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-anchor-wrapper.recruit_interview_vision {
		padding: 7.46667vw 6.66667vw;
	}
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision01 .mod-list {
	margin-top: 0;
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision01 .mod-list li {
	padding-left: 36px;
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision01 .mod-list li::before {
	top: -7px;
	color: #007a46;
	font-size: 24px;
	font-weight: 500;
	font-family: "Jost";
	font-style: italic;
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision01 .mod-list li span {
	display: block;
	padding-bottom: 11px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision01 .mod-list li:not(:first-child) {
	margin-top: 35px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-anchor-wrapper.recruit_interview_vision.vision01 .mod-list li {
		padding-left: 8vw;
	}

	#recruit .mod-anchor-wrapper.recruit_interview_vision.vision01 .mod-list li::before {
		top: -1.6vw;
		font-size: 5.87vw;
	}

	#recruit .mod-anchor-wrapper.recruit_interview_vision.vision01 .mod-list li span {
		padding-bottom: 6px;
		font-size: 4.54vw;
		font-weight: 500;
	}

	#recruit .mod-anchor-wrapper.recruit_interview_vision.vision01 .mod-list li:not(:first-child) {
		margin-top: 18px;
	}
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision02 .mod-image-txt > *:first-child {
	margin-right: 27px;
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision02 .mod-image-txt figure {
	width: 333px;
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision02 .mod-image-txt figure img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#recruit .mod-anchor-wrapper.recruit_interview_vision.vision02 .mod-image-txt > *:first-child {
		margin-right: 0;
	}

	#recruit .mod-anchor-wrapper.recruit_interview_vision.vision02 .mod-image-txt figure {
		width: 100%;
	}
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision03 .mod-txt {
	margin-top: 0;
}

#recruit .mod-anchor-wrapper.recruit_interview_vision.vision03 .mod-list li {
	margin-right: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#recruit .mod-anchor-wrapper.recruit_interview_vision.vision03 .mod-list li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper {
	margin: 50px 0;
	padding: 25px 45px;
}

#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper .recruit_challenged_news {
	display: flex;
	align-items: center;
}

#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper .recruit_challenged_news .recruit_challenged_newsTtl {
	width: 110px;
	font-size: 20px;
	font-weight: bold;
}

#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper .recruit_challenged_news .recruit_challenged_newsTxtArea {
	display: flex;
	flex: 1;
	font-size: 15px;
}

#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper .recruit_challenged_news .recruit_challenged_newsTxtArea .recruit_challenged_newsDay {
	width: 141px;
	color: #007a46;
}

#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper .recruit_challenged_news .recruit_challenged_newsTxtArea .recruit_challenged_newsTxt {
	flex: 1;
}

@media screen and (max-width: 767px) {
	#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper {
		margin: 10.66667vw 0;
		padding: 24px 25px 25px;
	}

	#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper .recruit_challenged_news {
		display: block;
	}

	#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper .recruit_challenged_news .recruit_challenged_newsTtl {
		width: 100%;
		font-size: 4.8vw;
	}

	#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper .recruit_challenged_news .recruit_challenged_newsTxtArea {
		display: block;
		flex: inherit;
		width: 100%;
		margin-top: 14px;
		font-size: 4vw;
	}

	#recruit .mod-anchor-wrapper.recruit_challenged_newsWrapper .recruit_challenged_news .recruit_challenged_newsTxtArea .recruit_challenged_newsTxt {
		flex: inherit;
		margin-top: 6px;
	}
}

#recruit .mod-anchor-wrapper.recruit_guide_anchor {
	padding: 46px 45px 26px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-anchor-wrapper.recruit_guide_anchor {
		padding: 25px 25px 26px;
	}
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink {
	margin-bottom: 50px;
	padding: 0;
	background-color: #007a46;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink + .mod-h3 {
	margin: 50px 0 20px;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink + .recruit_guide_list {
	margin-top: 50px;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a {
	position: relative;
	display: flex;
	align-items: center;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a i {
	position: absolute;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: 0.5s;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a i::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 16px;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a figure {
	width: 50%;
	overflow: hidden;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a figure img {
	transition: 0.2s ease;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a .recruit_guide_ttlLink_ttl {
	flex: 1;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a .recruit_guide_ttlLink_ttl p {
	padding-left: 14.5%;
	color: #fff;
	font-size: 32px;
	line-height: 1.6;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a:hover figure img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a:hover i {
	background-color: #fff;
}

#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a:hover i::before {
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
}

@media screen and (max-width: 767px) {
	#recruit .mod-anchor-wrapper.recruit_guide_ttlLink {
		margin-bottom: 30px;
	}

	#recruit .mod-anchor-wrapper.recruit_guide_ttlLink + .mod-h3 {
		margin: 30px 0 4vw;
	}

	#recruit .mod-anchor-wrapper.recruit_guide_ttlLink + .recruit_guide_list {
		margin-top: 30px;
	}

	#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a {
		display: block;
	}

	#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a i {
		bottom: 25px;
		right: 20px;
		width: 30px;
		height: 30px;
	}

	#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a i::before {
		width: 7px;
		height: 13px;
	}

	#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a figure {
		width: 100%;
	}

	#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a .recruit_guide_ttlLink_ttl {
		flex: inherit;
	}

	#recruit .mod-anchor-wrapper.recruit_guide_ttlLink a .recruit_guide_ttlLink_ttl p {
		padding: 22px 50px 22px 25px;
		font-size: 22px;
	}
}

@media print, screen and (min-width: 768px) {
	#recruit .mod-index-list.recruit_interview_other li {
		width: 31.333333%;
		border-radius: 0 0 20px 0;
	}

	#recruit .mod-index-list.recruit_interview_other li:nth-child(2n) {
		margin-left: 0;
	}

	#recruit .mod-index-list.recruit_interview_other li:nth-child(3) {
		margin-top: 0;
	}

	#recruit .mod-index-list.recruit_interview_other li:nth-child(n + 4) {
		margin-top: 30px;
	}

	#recruit .mod-index-list.recruit_interview_other li:not(:nth-child(3n)) {
		margin-right: 3%;
	}
}

@media screen and (max-width: 767px) {
	#recruit .mod-index-list.recruit_interview_other {
		display: flex;
		flex-wrap: wrap;
	}

	#recruit .mod-index-list.recruit_interview_other li {
		width: calc(100% / 2 - 15px / 2);
		border-radius: 0 0 10px 0;
	}

	#recruit .mod-index-list.recruit_interview_other li:nth-child(2n) {
		margin-left: 15px;
	}

	#recruit .mod-index-list.recruit_interview_other li:nth-child(2) {
		margin-top: 0;
	}

	#recruit .mod-index-list.recruit_interview_other li:nth-child(n + 3) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#recruit .mod-index-list.recruit_interview_other li {
		border-radius: 0 0 10px 0;
	}
}

#recruit .mod-index-list.recruit_interview_other li a i {
	bottom: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	border: 1px solid #dae0e0;
}

#recruit .mod-index-list.recruit_interview_other li a i::before,
#recruit .mod-index-list.recruit_interview_other li a i::after {
	left: 2px;
	width: 6px;
	height: 9px;
}

#recruit .mod-index-list.recruit_interview_other li a:hover i {
	border: 1px solid #007a46;
}

@media screen and (max-width: 767px) {
	#recruit .mod-index-list.recruit_interview_other li a i {
		bottom: 10px;
		right: 10px;
	}
}

#recruit .mod-index-list.recruit_interview_other li .mod-index-txt {
	padding: 13px 34px 18px 15px;
}

#recruit .mod-index-list.recruit_interview_other li .mod-index-txt .main-txt {
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	#recruit .mod-index-list.recruit_interview_other li .mod-index-txt {
		padding: 10px 34px 9px 10px;
	}

	#recruit .mod-index-list.recruit_interview_other li .mod-index-txt .main-txt {
		font-size: 3.47vw;
	}
}

#recruit .mod-btn-wrapper.recruit_interview_btn {
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-btn-wrapper.recruit_interview_btn {
		margin-top: 10.66667vw;
	}
}

#recruit .mod-index-list.recruit_interview_list {
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-index-list.recruit_interview_list {
		margin-top: 10.66667vw;
	}
}

#recruit .mod-index-list.recruit_challenged_list {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-index-list.recruit_challenged_list {
		margin-top: 10.66667vw;
	}
}

#recruit .mod-index-list.recruit_challenged_list li a .mod-index-txt {
	padding: 25px 62px 25px 35px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-index-list.recruit_challenged_list li a .mod-index-txt {
		padding: 6.66667vw 13.33333vw 6.66667vw 6.66667vw;
	}
}

#recruit .mod-index-list.recruit_career_list li .mod-index-txt {
	padding: 25px 62px 25px 35px;
}

@media screen and (max-width: 767px) {
	#recruit .mod-index-list.recruit_career_list li .mod-index-txt {
		padding: 6.66667vw 13.33333vw 6.66667vw 6.66667vw;
	}
}

#recruit .mod-h3.recruit_guide_h3 {
	padding-top: 0;
	border-top: none;
}

#recruit .mod-h3.recruit_guide_h3::after {
	content: inherit;
}

#recruit .mod-h3.recruit_guide_h3 a {
	display: inline-flex;
	align-items: center;
	transition: 0.5s;
}

#recruit .mod-h3.recruit_guide_h3 a i {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

#recruit .mod-h3.recruit_guide_h3 a i::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	width: 9px;
	height: 16px;
	margin: auto;
	transition: 0.5s;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#recruit .mod-h3.recruit_guide_h3 a {
		align-items: flex-start;
	}

	#recruit .mod-h3.recruit_guide_h3 a i {
		width: 8vw;
		height: 8vw;
		margin: 1vw 1vw 0 0;
	}

	#recruit .mod-h3.recruit_guide_h3 a i::after {
		width: 1.9vw;
		height: 3.6vw;
	}
}

#recruit .mod-h3.recruit_guide_h3 a:hover i {
	background-color: #007a46;
}

#recruit .mod-h3.recruit_guide_h3 a:hover i::after {
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
}

@media screen and (max-width: 767px) {
	#recruit .mod-h3.recruit_guide_h3 {
		margin-bottom: 6vw;
	}
}

#recruit .mod-index-list-2.recruit_guide_list {
	margin-top: 20px !important;
}

#recruit .mod-index-list-2.recruit_guide_list + .recruit_guide_ttlLink {
	margin-top: 110px;
}

#recruit .mod-index-list-2.recruit_guide_list li {
	width: calc(94% / 3);
}

@media print, screen and (min-width: 768px) {
	#recruit .mod-index-list-2.recruit_guide_list li:nth-child(n + 3) {
		margin-top: 0;
	}

	#recruit .mod-index-list-2.recruit_guide_list li:nth-child(2n-1) {
		margin-right: 0;
	}

	#recruit .mod-index-list-2.recruit_guide_list li:nth-child(n + 4) {
		margin-top: 34px;
	}

	#recruit .mod-index-list-2.recruit_guide_list li:not(:nth-child(3n)) {
		margin-right: 3%;
	}
}

#recruit .mod-index-list-2.recruit_guide_list li a {
	font-size: 15px;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	#recruit .mod-index-list-2.recruit_guide_list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 4vw !important;
	}

	#recruit .mod-index-list-2.recruit_guide_list + .recruit_guide_ttlLink {
		margin-top: 70px;
	}

	#recruit .mod-index-list-2.recruit_guide_list li {
		width: calc(95.5% / 2);
	}

	#recruit .mod-index-list-2.recruit_guide_list li:not(:first-child) {
		margin-top: 0;
	}

	#recruit .mod-index-list-2.recruit_guide_list li:nth-child(n + 3) {
		margin-top: 6.8vw;
	}

	#recruit .mod-index-list-2.recruit_guide_list li:not(:nth-child(2n)) {
		margin-right: 4.5%;
	}
}

#ir-top .mod-img-head-inner {
	background-image: url(/ja/ir/img/top/bg_head.jpg);
}

@media screen and (max-width: 767px) {
	#ir-top .mod-img-head-inner {
		background-image: url(/ja/ir/img/top/bg_head_sp.jpg);
	}
}

@media screen and (max-width: 767px) {
	#ir-top .mod-img-head-inner .mod-img-head-wrapper {
		padding: 10.66667vw 5.33333vw 8vw;
	}
}

#ir-top .info-sec {
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) {
	#ir-top .info-sec .info-sec-inner {
		margin: 0 auto;
		padding: 17px 20px;
		max-width: 1200px;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .info-sec .info-sec-inner {
		padding: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#ir-top .info-sec .info-sec-inner > a {
		display: inline-flex;
	}
}

#ir-top .info-sec .info-sec-inner > a:hover p {
	opacity: 0.75;
}

#ir-top .info-sec p {
	transition: 0.2s ease;
}

#ir-top .info-sec p.info-sec-ttl {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#ir-top .info-sec p.info-sec-ttl {
		font-size: 4vw;
		justify-content: center;
	}
}

#ir-top .info-sec p.info-sec-ttl i {
	margin-right: 5px;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/ja/sustainability/img/top/ico_info.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	#ir-top .info-sec p.info-sec-ttl i {
		margin-right: 1.33333vw;
		width: 4.53333vw;
		height: 4.53333vw;
	}
}

#ir-top .info-sec p.info-sec-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#ir-top .info-sec p.info-sec-txt {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .info-sec p.info-sec-txt {
		margin-top: 2.66667vw;
		font-size: 4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#ir-top .news-sec .news-sec-inner {
		padding: 50px 20px 65px;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner {
		padding: 10.66667vw 5.33333vw 16vw;
	}
}

@media print, screen and (min-width: 768px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info {
		display: flex;
		width: 100%;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-info h2 {
	width: 154px;
	color: #000;
	font-size: 24px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info h2 {
		font-size: 5.86667vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list {
	flex: 1;
	margin-top: -8px;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list {
		margin-top: 5.33333vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li {
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li {
		display: block;
		font-size: 4vw;
		padding: 3.2vw 0 3.2vw;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li:first-child {
		border-top: 1px solid #e7eeed;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li .date {
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li .date {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 1.33333vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li .main {
	flex: 1;
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li i:not(.blank-icon) {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"].for-blank {
	display: inline;
	position: relative;
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"] i.blank-icon {
	display: inline-block;
	width: 17px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #aec1bf;
	transition: 0.5s;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
	position: relative;
	bottom: 0px;
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"]:hover i.blank-icon {
	background-color: #007a46;
	border-color: #007a46;
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"] i.blank-icon:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"] i.blank-icon:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"]:hover i.blank-icon:before {
	opacity: 0;
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"]:hover i.blank-icon:after {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li i {
		width: 4.53333vw;
		height: 4.8vw;
		margin: 0 1.33333vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li .pdf-size {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li .pdf-size {
		font-size: 3.73333vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a {
	display: flex;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-info ul.news-list > li a:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link {
		width: calc((100% - 5%) / 2);
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul {
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li {
		width: calc((100% - 3.5%) / 2);
	}

	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li:nth-child(2n) {
		margin-left: 3.5%;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li {
		min-height: 28.53333vw;
	}

	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li:not(:first-child) {
		margin-top: 4vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 20px 0;
	border: 1px solid #c2cbcc;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a {
		display: flex;
		border-radius: 0 0 5.33333vw 0;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper {
	padding: 15px 35px 15px 15px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper {
		width: 54.66667vw;
		padding: 4vw 8vw 4vw 4vw;
		display: flex;
		align-items: center;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper .txt-ttl {
	line-height: 1.6;
	font-size: 17px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper .txt-ttl {
		font-size: 4.26667vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c2cbcc;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i {
		height: 5.33333vw;
		width: 5.33333vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover .txt-wrapper {
		color: #007a46;
	}

	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover i:after {
		opacity: 1;
	}

	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a:hover {
		opacity: 0.75;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li figure {
	overflow: hidden;
	border-bottom: 1px solid #c2cbcc;
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li figure {
		position: relative;
		width: 34.66667vw;
	}

	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li figure img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: scale(1.4);
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#ir-top .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .ir_newNewsArea .news-wrapper ul.news-list > li {
		padding: 3.2vw 0;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .ir_newNewsArea .news-wrapper ul.news-list > li .main {
		padding-top: 0;
	}
}

#ir-top .ir_linkArea {
	background-color: #f3f8f6;
}

#ir-top .ir_linkArea ul.ir_linkArea_list {
	max-width: 1200px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	#ir-top .ir_linkArea ul.ir_linkArea_list {
		display: flex;
		padding: 62px 20px 65px;
	}
}

@media screen and (max-width: 767px) {
	#ir-top .ir_linkArea ul.ir_linkArea_list {
		padding: 10.66667vw 5.33333vw 10.66667vw;
	}
}

#ir-top .ir_linkArea ul.ir_linkArea_list li:first-child {
	margin-right: 60px;
}

@media screen and (max-width: 767px) {
	#ir-top .ir_linkArea ul.ir_linkArea_list li:first-child {
		margin: 0 0 7.46667vw 0;
	}
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a {
	transition: 0.5s;
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a h2 {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	line-height: 1.6;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#ir-top .ir_linkArea ul.ir_linkArea_list li a h2 {
		font-size: 5.33333vw;
	}
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a h2 i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a h2 i::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	width: 7px;
	height: 13px;
	margin: auto;
	transition: 0.5s;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a figure {
	margin-top: 25px;
	overflow: hidden;
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a figure img {
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#ir-top .ir_linkArea ul.ir_linkArea_list li a h2 i {
		width: 8vw;
		height: 8vw;
		margin: 1.06667vw 0 0 1.06667vw;
	}

	#ir-top .ir_linkArea ul.ir_linkArea_list li a h2 i::after {
		width: 1.9vw;
		height: 3.6vw;
	}

	#ir-top .ir_linkArea ul.ir_linkArea_list li a figure {
		margin-top: 4.8vw;
	}
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a:hover h2 {
	color: #007a46;
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a:hover h2 i {
	background-color: #007a46;
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a:hover h2 i::after {
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
}

#ir-top .ir_linkArea ul.ir_linkArea_list li a:hover figure img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

#ir-top .ir_contentsArea {
	padding: 78px 20px 65px;
	box-sizing: inherit;
}

@media screen and (max-width: 767px) {
	#ir-top .ir_contentsArea {
		padding: 13.33333vw 5.33333vw 6.93333vw;
	}
}

#ir-top .ir_contentsArea .mod-h2 {
	margin: 0 0 66px;
	padding-top: 0;
	border-top: none;
	text-align: center;
	font-weight: 700;
}

#ir-top .ir_contentsArea .mod-h2::after {
	content: none;
}

@media screen and (max-width: 767px) {
	#ir-top .ir_contentsArea .mod-h2 {
		margin: 0 0 9.6vw;
	}
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list {
	display: flex;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item {
	width: calc(25% - 144px / 4);
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item:not(:nth-child(4n + 1)) {
	margin-left: 48px;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a {
	transition: 0.5s;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a .ir_contentsArea_txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	border-bottom: solid 2px #007a46;
	transition: 0.2s ease;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a .ir_contentsArea_txt span {
	flex: 1;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a .ir_contentsArea_txt i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a .ir_contentsArea_txt i::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	width: 7px;
	height: 13px;
	margin: auto;
	transition: 0.5s;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a:hover .ir_contentsArea_txt {
	color: #007a46;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a:hover .ir_contentsArea_txt i {
	background-color: #007a46;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a:hover .ir_contentsArea_txt i::after {
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul {
	margin-top: 25px;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul li:not(:first-child) {
	margin-top: 12.2px;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul li.ir_contentsArea_borderTop {
	margin-top: 18px;
	padding-top: 14px;
	border-top: solid 1px #c2cbcc;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul li a {
	line-height: 1.6;
	transition: 0.2s ease;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul li a[target="_blank"] {
	position: relative;
}

#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul li a[target="_blank"]::after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	bottom: 3px;
	right: -20px;
	margin: auto;
	transition: 0.5s;
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 767px) {
	#ir-top .ir_contentsArea ul.ir_contentsArea_list {
		display: block;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item {
		width: 100%;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item:not(:nth-child(4n + 1)) {
		margin-left: 0;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item:not(:first-child) {
		margin-top: 9.33333vw;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a .ir_contentsArea_txt {
		width: 100%;
		padding-bottom: 3.2vw;
		font-size: 5.33333vw;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a .ir_contentsArea_txt i {
		width: 8.53333vw;
		height: 8.53333vw;
		margin-left: 2.66667vw;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a .ir_contentsArea_txt i::after {
		left: 0.26667vw;
		width: 1.86667vw;
		height: 3.46667vw;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a:hover .ir_contentsArea_txt {
		color: #007a46;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a:hover .ir_contentsArea_txt i {
		background-color: #007a46;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item > a:hover .ir_contentsArea_txt i::after {
		background-image: url(/ja/assets/img/all/ico_link-white.svg);
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul {
		margin-top: 5.33333vw;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul li:not(:first-child) {
		margin-top: 2.13333vw;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul li.ir_contentsArea_borderTop {
		margin-top: 4.8vw;
		padding-top: 4.8vw;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul li a {
		font-size: 4vw;
	}

	#ir-top .ir_contentsArea ul.ir_contentsArea_list li.ir_contentsArea_item ul li a[target="_blank"]::after {
		bottom: 2px;
	}
}

#ir-top .ir_calendar {
	padding: 0 20px 70px;
	box-sizing: inherit;
}

#ir-top .ir_calendar a {
	transition: 0.2s ease;
}

#ir-top .ir_calendar a i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

#ir-top .ir_calendar a i::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	width: 7px;
	height: 13px;
	margin: auto;
	transition: 0.5s;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#ir-top .ir_calendar a:hover {
	color: #007a46;
}

#ir-top .ir_calendar a:hover i {
	background-color: #007a46;
}

#ir-top .ir_calendar a:hover i::after {
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
}

@media print, screen and (min-width: 768px) {
	#ir-top .ir_calendar a:hover .ir_calendar_imgArea figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}
}

#ir-top .ir_calendar .mod-h2 {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding-bottom: 12px;
	padding-top: 0;
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	border-top: none;
}

#ir-top .ir_calendar .mod-h2 + * {
	margin-top: 20px !important;
}

#ir-top .ir_calendar .mod-h2::after {
	content: none;
}

#ir-top .ir_calendar div.ir_calendar_imgArea figure {
	overflow: hidden;
}

#ir-top .ir_calendar div.ir_calendar_imgArea figure img {
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#ir-top .ir_calendar {
		padding: 0 0 10.66667vw;
	}

	#ir-top .ir_calendar a i {
		width: 8.53333vw;
		height: 8.53333vw;
		margin-left: 2.66667vw;
	}

	#ir-top .ir_calendar a i::after {
		left: 0.26667vw;
		width: 1.86667vw;
		height: 3.46667vw;
	}

	#ir-top .ir_calendar .mod-h2 {
		padding: 0 5.33333vw;
		padding-bottom: 0;
		font-size: 5.33333vw;
	}

	#ir-top .ir_calendar .mod-h2 + * {
		margin-top: 5.33333vw !important;
	}

	#ir-top .ir_calendar div.ir_calendar_imgArea {
		position: relative;
	}

	#ir-top .ir_calendar div.ir_calendar_imgArea figure {
		margin-left: 5.33333vw;
		overflow: scroll;
	}

	#ir-top .ir_calendar div.ir_calendar_imgArea figure img {
		width: 1200px;
		max-width: 1200px;
	}

	#ir-top .ir_calendar div.ir_calendar_imgArea .scroll-hint-icon {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

#ir-top .ir_indexLinkArea {
	padding: 0 20px 125px;
	box-sizing: inherit;
}

#ir-top .ir_indexLinkArea .mod-index-list {
	margin-top: 0;
}

#ir-top .ir_indexLinkArea .mod-index-list li a {
	display: flex;
	align-items: center;
}

#ir-top .ir_indexLinkArea .mod-index-list li a .ir_indexLinkArea_iconArea {
	width: 136px;
	height: 136px;
	border-bottom: none;
}

#ir-top .ir_indexLinkArea .mod-index-list li a .mod-index-txt {
	flex: 1;
}

#ir-top .ir_indexLinkArea .mod-index-list li a .mod-index-txt .main-txt {
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	#ir-top .ir_indexLinkArea {
		padding: 0 5.33333vw 18.66667vw;
	}

	#ir-top .ir_indexLinkArea .mod-index-list li a i {
		bottom: 50%;
		transform: translateY(50%);
	}

	#ir-top .ir_indexLinkArea .mod-index-list li a .ir_indexLinkArea_iconArea {
		width: 22.93333vw;
		height: 22.93333vw;
	}

	#ir-top .ir_indexLinkArea .mod-index-list li a .mod-index-txt {
		padding: 0 13.33333vw 0 5.33333vw;
	}

	#ir-top .ir_indexLinkArea .mod-index-list li a .mod-index-txt .main-txt {
		font-size: 5.33333vw;
	}
}

#ir-top .ir_bottom_wrapper {
	padding: 60px 0;
}

#ir-top .ir_bottom_wrapper .mod-bottom-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#ir-top .ir_bottom_wrapper .mod-bottom-inner .mod-bottom-head {
	font-size: 24px;
	font-weight: bold;
}

#ir-top .ir_bottom_wrapper .mod-container {
	padding: 0 20px;
	box-sizing: inherit;
}

#ir-top .ir_bottom_wrapper .mod-container a:not(:last-child) {
	margin-right: 35px;
}

@media screen and (max-width: 767px) {
	#ir-top .ir_bottom_wrapper {
		display: block;
		padding: 11.2vw 5.33333vw;
		border-top: 0;
		border-bottom: 1px solid #dae0e0;
	}

	#ir-top .ir_bottom_wrapper .mod-bottom-inner {
		padding: 0;
	}

	#ir-top .ir_bottom_wrapper .mod-bottom-inner .mod-bottom-head {
		font-size: 5.86667vw;
	}

	#ir-top .ir_bottom_wrapper .mod-container {
		padding: 0;
	}

	#ir-top .ir_bottom_wrapper .mod-container a {
		width: 100%;
		margin-top: 2.66667vw;
	}

	#ir-top .ir_bottom_wrapper .mod-container a:first-child {
		margin-top: 4vw;
	}

	#ir-top .ir_bottom_wrapper .mod-container a:not(:last-child) {
		margin-right: 0;
	}
}

.ir_newNewsArea {
	background: linear-gradient(90deg, #fff 0%, #fff 68%, #c3ecd3 68%, #c3ecd3 100%);
	border-top: solid 1px #dae0e0;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea {
		padding-top: 10.66667vw;
		background: none;
	}
}

.ir_newNewsArea .ir_newNewsArea_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.ir_newNewsArea .ir_newNewsArea_wrapper {
		display: flex;
		padding: 0 20px;
	}
}

.ir_newNewsArea .news-wrapper {
	position: relative;
	width: 63.3333%;
	padding-right: 40px;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper {
		width: 100%;
		padding: 0 5.33333vw;
	}
}

.ir_newNewsArea .news-wrapper h3 {
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	.ir_newNewsArea .news-wrapper h3 {
		font-size: 24px;
		padding-top: 48px;
	}
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper h3 {
		font-size: 5.86667vw;
	}
}

.ir_newNewsArea .news-wrapper h3 a {
	content: "";
	position: absolute;
	top: 55px;
	right: 20px;
	width: 50px;
	height: 30px;
	color: #007a46;
	font-size: 16px;
	letter-spacing: 0.06em;
	font-weight: 400;
}

.ir_newNewsArea .news-wrapper h3 a::before {
	content: "";
	position: absolute;
	top: 4px;
	left: -21px;
	width: 17px;
	height: 17px;
	background-image: url(/ja/ir/img/top/icon_rss.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper h3 a {
		top: 2.13333vw;
		right: 5.33333vw;
		width: 13.33333vw;
		height: 8vw;
		font-size: 4vw;
		text-align: right;
	}

	.ir_newNewsArea .news-wrapper h3 a::before {
		top: 1.06667vw;
		left: 0;
		width: 3.73333vw;
		height: 3.73333vw;
	}
}

.ir_newNewsArea .news-wrapper ul.news-list {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper ul.news-list {
		margin-top: 5.33333vw;
	}
}

.ir_newNewsArea .news-wrapper ul.news-list > li {
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	line-height: 1.6;
}

.ir_newNewsArea .news-wrapper ul.news-list > li:first-child {
	border-top: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper ul.news-list > li {
		display: block;
		font-size: 4vw;
		padding: 5.33333vw 0;
	}
}

.ir_newNewsArea .news-wrapper ul.news-list > li .date {
	display: flex;
	align-items: center;
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper ul.news-list > li .date {
		width: 100%;
		margin: 0;
		margin-bottom: 1.33333vw;
	}
}

.ir_newNewsArea .news-wrapper ul.news-list > li .date span.tag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	padding: 3px 10px;
	margin-left: 10px;
	font-size: 13px;
	color: #202020;
	border-radius: 3px;
	border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper ul.news-list > li .date span.tag {
		width: 31.2vw;
		padding: 0.53333vw 2.13333vw;
		margin-left: auto;
		font-size: 3.2vw;
		border-radius: 0.8vw;
	}
}

.ir_newNewsArea .news-wrapper ul.news-list > li .date span.tag.etc {
	border-color: #93aab9;
}

.ir_newNewsArea .news-wrapper ul.news-list > li .date span.tag.ir,
.ir_newNewsArea .news-wrapper ul.news-list > li .date span.tag.account {
	border-color: #f78832;
}

.ir_newNewsArea .news-wrapper ul.news-list > li .date span.tag.press {
	border-color: #e3bb00;
}

.ir_newNewsArea .news-wrapper ul.news-list > li .date span.tag.update,
.ir_newNewsArea .news-wrapper ul.news-list > li .date span.tag.presentation {
	border-color: #2f5993;
}

.ir_newNewsArea .news-wrapper ul.news-list > li .main {
	padding-top: 9px;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper ul.news-list > li .main {
		padding-top: 5px;
	}
}

.ir_newNewsArea .news-wrapper ul.news-list > li .main .pdf {
	position: relative;
	padding-left: 24px;
	color: #555;
	font-size: 14px;
}

.ir_newNewsArea .news-wrapper ul.news-list > li .main .pdf::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 3px;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper ul.news-list > li .main .pdf {
		padding-left: 6.4vw;
		font-size: 3.46667vw;
	}

	.ir_newNewsArea .news-wrapper ul.news-list > li .main .pdf::before {
		top: 0.53333vw;
		left: 0.8vw;
		width: 4.53333vw;
		height: 4.8vw;
	}
}

.ir_newNewsArea .news-wrapper ul.news-list > li .pdf-size {
	font-size: 14px;
	color: #555;
}

.ir_newNewsArea .news-wrapper ul.news-list > li a {
	transition: 0.5s;
}

@media print, screen and (min-width: 768px) {
	.ir_newNewsArea .news-wrapper ul.news-list > li a {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper ul.news-list > li a {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	.ir_newNewsArea .news-wrapper ul.news-list > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper ul.news-list > li a:hover {
		opacity: 0.75;
	}
}

.ir_newNewsArea .news-wrapper .bottom-sec-link-wrapper {
	text-align: right;
	margin-top: 25px;
	padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper .bottom-sec-link-wrapper {
		margin-top: 5.6vw;
		padding-bottom: 13.33333vw;
	}
}

.ir_newNewsArea .news-wrapper .bottom-sec-link {
	position: relative;
	display: inline-block;
	padding-right: 28px;
	margin-left: auto;
	font-size: 15px;
	color: #333;
	transition: 0.5s;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper .bottom-sec-link {
		font-size: 3.73333vw;
		padding-right: 6.93333vw;
	}
}

.ir_newNewsArea .news-wrapper .bottom-sec-link i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper .bottom-sec-link i {
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

.ir_newNewsArea .news-wrapper .bottom-sec-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper .bottom-sec-link i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

.ir_newNewsArea .news-wrapper .bottom-sec-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper .bottom-sec-link i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

.ir_newNewsArea .news-wrapper .bottom-sec-link[target="_blank"] i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper .bottom-sec-link[target="_blank"] i:before {
		width: 2.4vw;
		height: 2.4vw;
	}
}

.ir_newNewsArea .news-wrapper .bottom-sec-link[target="_blank"] i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper .bottom-sec-link[target="_blank"] i:after {
		width: 2.4vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	.ir_newNewsArea .news-wrapper .bottom-sec-link:hover {
		color: #007a46;
	}

	.ir_newNewsArea .news-wrapper .bottom-sec-link:hover i {
		border-color: #007a46;
		background-color: #007a46;
	}

	.ir_newNewsArea .news-wrapper .bottom-sec-link:hover i:before {
		opacity: 0;
	}

	.ir_newNewsArea .news-wrapper .bottom-sec-link:hover i:after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .news-wrapper .bottom-sec-link:hover {
		opacity: 0.75;
	}
}

.ir_newNewsArea .ir_dlArea {
	flex: 1;
	padding: 0 0 50px 40px;
	background-color: #c3ecd3;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .ir_dlArea {
		padding: 0 5.33333vw 10.66667vw;
	}
}

.ir_newNewsArea .ir_dlArea h3.ir_dlArea_ttl {
	position: relative;
	padding: 48px 0 0 50px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.ir_newNewsArea .ir_dlArea h3.ir_dlArea_ttl::before {
	content: "";
	position: absolute;
	top: 49px;
	left: 0;
	width: 40px;
	height: 32px;
	background-image: url(/ja/ir/img/top/icon_dl.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .ir_dlArea h3.ir_dlArea_ttl {
		padding: 10.66667vw 0 0 13.33333vw;
		font-size: 5.33333vw;
	}

	.ir_newNewsArea .ir_dlArea h3.ir_dlArea_ttl::before {
		top: 10.66667vw;
		width: 10.66667vw;
		height: 8.53333vw;
	}
}

.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea {
	background-color: #fff;
	border-radius: 0 0 20px 0;
}

.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea ul {
	margin-top: 20px;
	padding: 30px 25px 0 25px;
}

.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea ul li:not(:first-child) a {
	margin-top: 12px;
}

.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea ul li a {
	margin-top: 0;
}

.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea .mod-btn-wrapper {
	margin-top: 20px;
	padding-bottom: 30px;
}

.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea .mod-btn-wrapper a {
	width: 260px;
	max-width: 260px;
	min-width: 260px;
	padding: 14px 40px 14px 14px;
}

.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea .mod-btn-wrapper a span {
	position: relative;
}

.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea .mod-btn-wrapper a span i {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	width: 17px;
	height: 16px;
	background-image: url(/ja/ir/img/top/icon_allDl.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea .mod-btn-wrapper a:hover span i {
	background-image: url(/ja/ir/img/top/icon_allDl_white.png);
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea {
		border-radius: 0 0 5.33333vw 0;
	}

	.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea ul {
		margin-top: 4vw;
		padding: 6.66667vw 5.33333vw 0 5.33333vw;
	}

	.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea ul li:not(:first-child) a {
		margin-top: 2.66667vw;
	}

	.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea .mod-btn-wrapper {
		margin-top: 3.73333vw;
		padding-bottom: 6.93333vw;
	}

	.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea .mod-btn-wrapper a {
		width: 69.33333vw;
		padding: 3.73333vw 9.6vw 3.73333vw 2.66667vw;
	}

	.ir_newNewsArea .ir_dlArea .ir_dlArea_listArea .mod-btn-wrapper a::after {
		top: 50%;
		right: 10.66667vw;
		transform: translateY(-50%);
		width: 4.53333vw;
		height: 4.26667vw;
	}
}

.ir_newNewsArea .ir_dlArea .ir_settle {
	padding: 0;
}

.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list {
	margin-top: 30px;
}

.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li {
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 0 0 20px 0;
}

.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a .mod-index-txt {
	padding: 15px 45px 15px 20px;
}

.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a .mod-index-txt .main-txt {
	font-size: 17px;
	font-weight: 500;
}

.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a i {
	bottom: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid #dae0e0;
}

.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a i::before,
.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a i::after {
	width: 6px;
	height: 9px;
}

.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a:hover .mod-index-txt i {
	border: none;
}

@media screen and (max-width: 767px) {
	.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list {
		margin-top: 6.66667vw;
	}

	.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li {
		border-radius: 0 0 5.33333vw 0;
	}

	.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a {
		position: inherit;
	}

	.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a .mod-index-txt {
		position: relative;
		padding: 4vw 10.66667vw 4vw 5.33333vw;
	}

	.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a .mod-index-txt .main-txt {
		font-size: 4.26667vw;
	}

	.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a .mod-index-txt i {
		bottom: 50%;
		transform: translateY(50%);
		width: 5.33333vw;
		height: 5.33333vw;
	}

	.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a .mod-index-txt i::before,
	.ir_newNewsArea .ir_dlArea .ir_settle ul.mod-index-list li a .mod-index-txt i::after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media screen and (max-width: 767px) {
	#ir-news .mod-container {
		padding-bottom: 16.53333vw;
	}
}

#ir-news .staff-form-wrapper {
	background-color: #f3f8f6;
	padding: 30px 45px;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper {
		margin-top: 13.33333vw;
		padding: 6.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#ir-news .staff-form-wrapper .list-menu {
		display: flex;
		align-items: center;
		width: 100%;
	}
}

#ir-news .staff-form-wrapper .list-menu li {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li {
		display: block;
	}
}

#ir-news .staff-form-wrapper .list-menu li span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li span {
		font-size: 4vw;
	}
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li .mod-select {
		padding: 4vw 9.86667vw 3.73333vw 3.2vw;
	}
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li .mod-select {
		margin-top: 2.66667vw;
	}
}

#ir-news .staff-form-wrapper .list-menu li:first-child {
	display: flex;
	align-items: center;
	width: 26%;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li:first-child {
		display: block;
		width: 100%;
	}
}

#ir-news .staff-form-wrapper .list-menu li:first-child span {
	width: 49px;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li:first-child span {
		width: 100%;
	}
}

#ir-news .staff-form-wrapper .list-menu li:first-child .mod-select {
	flex: 1;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li:first-child .mod-select {
		width: 100%;
	}
}

#ir-news .staff-form-wrapper .list-menu li:nth-child(2) {
	width: 56%;
}

@media print, screen and (min-width: 768px) {
	#ir-news .staff-form-wrapper .list-menu li:nth-child(2) {
		padding: 0 4%;
	}
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li:nth-child(2) {
		width: 100%;
		margin-top: 5.33333vw;
	}
}

#ir-news .staff-form-wrapper .list-menu li:nth-child(2) span {
	width: 77px;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li:nth-child(2) span {
		width: 100%;
	}
}

#ir-news .staff-form-wrapper .list-menu li:nth-child(2) span.width_en {
	width: 85px;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li:nth-child(2) span.width_en {
		width: 100%;
	}
}

#ir-news .staff-form-wrapper .list-menu li:nth-child(2) .mod-select {
	width: calc(100% - 77px);
	flex: 1;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li:nth-child(2) .mod-select {
		width: 100%;
	}
}

#ir-news .staff-form-wrapper .list-menu li.btn {
	display: block;
	width: 18%;
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li.btn {
		width: 40vw;
		margin: 5.33333vw auto 0;
		text-align: center;
	}
}

#ir-news .staff-form-wrapper .list-menu li.btn input {
	width: 100%;
	background-color: #007a46;
	color: #fff;
	padding: 13px 20px;
	border-radius: 5px;
	line-height: 1.3;
	font-size: 16px;
	transition: background 0.4s, color 0.4s, font-size 0.05s, width 0.4s, border 0.4s;
	cursor: pointer;
}

@media print, screen and (min-width: 768px) {
	#ir-news .staff-form-wrapper .list-menu li.btn input:hover {
		background-color: #333;
	}
}

@media screen and (max-width: 767px) {
	#ir-news .staff-form-wrapper .list-menu li.btn input {
		padding: 3.46667vw 5.33333vw;
		font-size: 4.26667vw;
	}
}

#ir-news .ir_newNewsArea {
	background: none;
	border: none;
}

#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper {
	display: block;
	padding: 0;
}

#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper {
	width: 100%;
	padding-right: 0;
}

@media screen and (max-width: 767px) {
	#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper {
		padding-left: 0;
	}
}

#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper .mod-h2 {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper .mod-h2 {
		margin-top: 0;
	}
}

#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper ul.news-list li {
	padding: 30px 0;
}

@media screen and (max-width: 767px) {
	#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper ul.news-list li {
		padding: 5.6vw 0;
	}
}

#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper ul.news-list li p.date {
	margin-bottom: 0;
}

#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper ul.news-list li p.main {
	font-size: 18px;
	padding-top: 19px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper ul.news-list li p.main {
		font-size: 4vw;
		padding-top: 2.66667vw;
	}
}

#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper ul.news-list li p.main .pdf::before {
	top: 0;
}

#ir-news .ir_newNewsArea .ir_newNewsArea_wrapper .news-wrapper ul.news-list li a:hover p.main {
	color: #007a46;
}

#ir-investor .mod-anchor-wrapper + .mod-h2 {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	#ir-investor .mod-anchor-wrapper + .mod-h2 {
		margin-top: 50px;
	}
}

#ir-investor .ir-investor_list01.mod-index-list li {
	width: 31.3333%;
}

#ir-investor .ir-investor_list01.mod-index-list li a .mod-index-txt {
	padding: 22px 52px 22px 20px;
}

#ir-investor .ir-investor_list01.mod-index-list li a .mod-index-txt .main-txt {
	font-weight: 500;
}

#ir-investor .ir-investor_list01.mod-index-list li a i {
	bottom: 20px;
}

#ir-investor .ir-investor_list01.mod-index-list li:first-child {
	width: 100%;
}

#ir-investor .ir-investor_list01.mod-index-list li:first-child a {
	display: flex;
}

#ir-investor .ir-investor_list01.mod-index-list li:first-child a figure {
	width: 50%;
}

#ir-investor .ir-investor_list01.mod-index-list li:first-child a .mod-index-txt {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 45px;
}

#ir-investor .ir-investor_list01.mod-index-list li:first-child a .mod-index-txt .main-txt {
	font-size: 22px;
}

#ir-investor .ir-investor_list01.mod-index-list li:not(:first-child) {
	margin-top: 35px;
}

#ir-investor .ir-investor_list01.mod-index-list li:not(:first-child) .main-txt {
	font-size: 18px;
}

#ir-investor .ir-investor_list01.mod-index-list li:nth-child(2n) {
	margin-left: 0;
}

#ir-investor .ir-investor_list01.mod-index-list li:nth-child(2),
#ir-investor .ir-investor_list01.mod-index-list li:nth-child(3) {
	margin-right: 3%;
}

@media screen and (max-width: 767px) {
	#ir-investor .ir-investor_list01.mod-index-list li {
		width: 100%;
	}

	#ir-investor .ir-investor_list01.mod-index-list li a .mod-index-txt {
		padding: 7.2vw 13.86667vw 7.2vw 5.33333vw;
	}

	#ir-investor .ir-investor_list01.mod-index-list li a i {
		bottom: 6.66667vw;
	}

	#ir-investor .ir-investor_list01.mod-index-list li:first-child a {
		display: block;
	}

	#ir-investor .ir-investor_list01.mod-index-list li:first-child a figure {
		width: 100%;
	}

	#ir-investor .ir-investor_list01.mod-index-list li:first-child a .mod-index-txt {
		padding-left: 6.66667vw;
	}

	#ir-investor .ir-investor_list01.mod-index-list li:first-child a .mod-index-txt .main-txt {
		font-size: 4.53333vw;
	}

	#ir-investor .ir-investor_list01.mod-index-list li:not(:first-child) {
		margin-top: 6.66667vw;
	}

	#ir-investor .ir-investor_list01.mod-index-list li:not(:first-child) .main-txt {
		font-size: 4.53333vw;
	}

	#ir-investor .ir-investor_list01.mod-index-list li:nth-child(2),
	#ir-investor .ir-investor_list01.mod-index-list li:nth-child(3) {
		margin-right: 0;
	}
}

#ir-investor .ir-investor_list02.mod-index-list li:nth-child(n + 3) {
	margin-top: 35px;
}

#ir-investor .ir-investor_list02.mod-index-list li a {
	position: relative;
	padding: 25px 45px 80px;
}

#ir-investor .ir-investor_list02.mod-index-list li a .ir-investor_list02_ttl {
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

#ir-investor .ir-investor_list02.mod-index-list li a .ir-investor_list02_ttl span {
	padding-right: 6px;
	color: #007a46;
	font-size: 42px;
	font-weight: 500;
	font-family: "Jost";
	font-style: italic;
}

#ir-investor .ir-investor_list02.mod-index-list li a figure {
	width: 160px;
	margin: 0 auto;
	padding-bottom: 25px;
	border-bottom: none;
	overflow: inherit;
}

#ir-investor .ir-investor_list02.mod-index-list li a .ir-investor_list02_txt {
	color: #007a46;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt {
	position: absolute;
	bottom: 40px;
	right: 0;
	padding: 20px 55px 0 20px;
}

#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt .main-txt {
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	text-align: right;
}

#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt i {
	width: 20px;
	height: 20px;
	bottom: 1px;
	right: 35px;
	border: 1px solid #dae0e0;
}

#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt i:before,
#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt i:after {
	width: 6px;
	height: 9px;
}

#ir-investor .ir-investor_list02.mod-index-list li a:hover .mod-index-txt i {
	border: none;
}

@media screen and (max-width: 767px) {
	#ir-investor .ir-investor_list02.mod-index-list li:nth-child(n + 3) {
		margin-top: 6.66667vw;
	}

	#ir-investor .ir-investor_list02.mod-index-list li a {
		padding: 4vw 6.66667vw 20.8vw;
	}

	#ir-investor .ir-investor_list02.mod-index-list li a .ir-investor_list02_ttl {
		padding-bottom: 4vw;
		font-size: 5.33333vw;
	}

	#ir-investor .ir-investor_list02.mod-index-list li a .ir-investor_list02_ttl span {
		padding-right: 1.6vw;
		font-size: 10.13333vw;
	}

	#ir-investor .ir-investor_list02.mod-index-list li a figure {
		width: 37.33333vw;
		padding-bottom: 5.33333vw;
	}

	#ir-investor .ir-investor_list02.mod-index-list li a .ir-investor_list02_txt {
		font-size: 4.26667vw;
	}

	#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt {
		bottom: 9.33333vw;
		padding: 4.8vw 0 0 20px;
	}

	#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt .main-txt {
		margin-right: 13.33333vw;
		font-size: 3.73333vw;
	}

	#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt i {
		width: 5.33333vw;
		height: 5.33333vw;
		bottom: 0;
		right: 5.33333vw;
	}

	#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt i:before,
	#ir-investor .ir-investor_list02.mod-index-list li a .mod-index-txt i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#ir-investor .ir-investor_list03.mod-index-list li a .mod-index-txt {
	padding: 30px 55px 30px 35px;
}

#ir-investor .ir-investor_list03.mod-index-list li a .mod-index-txt .main-txt {
	font-weight: 500;
}

#ir-investor .ir-investor_list03.mod-index-list li a i {
	bottom: 30px;
}

@media screen and (max-width: 767px) {
	#ir-investor .ir-investor_list03.mod-index-list li a .mod-index-txt {
		padding: 6.66667vw 13.33333vw 6.66667vw 6.66667vw;
	}

	#ir-investor .ir-investor_list03.mod-index-list li a i {
		bottom: 6.66667vw;
	}
}

#ir-investor .ir-investor_link.mod-anchor-wrapper,
#ir .ir-investor_link.mod-anchor-wrapper {
	margin-top: 116px;
	margin-bottom: 0;
	padding: 45px 45px 40px;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .ir-investor_linkTxt,
#ir .ir-investor_link.mod-anchor-wrapper .ir-investor_linkTxt {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list {
	margin-top: 35px;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li {
	margin-right: 0;
	margin-bottom: 0;
	background-color: #fff;
	border: none;
	border-radius: 0 0 15px 0;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li:nth-child(n + 3),
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li:nth-child(n + 3) {
	margin-top: 35px;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a {
	display: flex;
	padding-left: 0;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a::before,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a::before {
	content: none;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a figure,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a figure {
	width: 110px;
	border-bottom: none;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0 35px 0 25px;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt .main-txt,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt .main-txt {
	font-size: 16px;
	font-weight: 500;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i {
	width: 20px;
	height: 20px;
	bottom: 15px;
	right: 15px;
	border: 1px solid #dae0e0;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i:before,
#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i:after,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i:before,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i:after {
	width: 6px;
	height: 9px;
}

#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a:hover .mod-index-txt i,
#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a:hover .mod-index-txt i {
	border: none;
}

@media screen and (max-width: 767px) {
	#ir-investor .ir-investor_link.mod-anchor-wrapper,
	#ir .ir-investor_link.mod-anchor-wrapper {
		margin-top: 18.66667vw;
		padding: 7.46667vw 5.33333vw 8vw;
	}

	#ir-investor .ir-investor_link.mod-anchor-wrapper .ir-investor_linkTxt,
	#ir .ir-investor_link.mod-anchor-wrapper .ir-investor_linkTxt {
		font-size: 5.33333vw;
	}

	#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list,
	#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list {
		margin-top: 5.33333vw;
	}

	#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li,
	#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li {
		border-radius: 0 0 4vw 0;
	}

	#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li:nth-child(n + 3),
	#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li:nth-child(n + 3) {
		margin-top: 5.33333vw;
	}

	#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a figure,
	#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a figure {
		width: 29.33333vw;
	}

	#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt,
	#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt {
		padding: 0 8vw 0 4vw;
	}

	#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt .main-txt,
	#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt .main-txt {
		font-size: 4vw;
	}

	#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i,
	#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i {
		width: 5.33333vw;
		height: 5.33333vw;
		bottom: 2.66667vw;
		right: 2.66667vw;
	}

	#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i:before,
	#ir-investor .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i:after,
	#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i:before,
	#ir .ir-investor_link.mod-anchor-wrapper .mod-index-list li a .mod-index-txt i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#ir-investor .ir-investor_linkArea a {
	display: block;
	margin-top: 0;
}

#ir-investor .ir-investor_linkArea a:nth-child(n + 2) {
	margin-top: 12px;
}

#ir .mod-image-txt figure a.mod-link img:hover {
	opacity: 0.7;
}

@media print {
	#rd.rd-noPrinting {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#rd .mod-img-head-txt {
		width: 51.2vw;
	}
}

#rd .rd-h1_txt {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
}

#rd .rd-h1_txt + .mod-h1 {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#rd .rd-h1_txt {
		margin: 10.13333vw 0 1.6vw;
		font-size: 4.26667vw;
	}
}

#rd .mod-col.w240 div {
	width: 240px;
}

@media screen and (max-width: 767px) {
	#rd .mod-col.w240 div {
		width: 64vw;
	}
}

#rd .mod-col.w640 div {
	width: 640px;
}

@media screen and (max-width: 767px) {
	#rd .mod-col.w640 div {
		width: 89.33333vw;
	}
}

#rd .mod-col.w240 + .mod-txt,
#rd .mod-col.w640 + .mod-txt {
	margin-top: 20px;
}

#rd .mod-link-head + .mod-link {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#rd .rd-imgLink.mod-image-link li a {
		display: flex;
		align-items: center;
	}

	#rd .rd-imgLink.mod-image-link li a .img-wrapper {
		width: 29.33333vw;
	}

	#rd .rd-imgLink.mod-image-link li a .txt-wrapper {
		flex: 1;
		padding-right: 9.33333vw;
	}

	#rd .rd-imgLink.mod-image-link li a .txt-wrapper p {
		font-weight: 500;
	}
}

#rd .rd-announce li {
	padding: 34px 0 35px;
	border-top: solid 1px #dae0e0;
}

#rd .rd-announce li:last-child {
	border-bottom: solid 1px #dae0e0;
}

#rd .rd-announce li .rd-announce_ttl {
	color: #007a46;
	font-size: 22px;
	font-weight: 500;
}

#rd .rd-announce li .rd-announce_subTtl {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 500;
}

#rd .rd-announce li .rd-announce_date {
	padding-top: 16px;
}

#rd .rd-announce li .rd-announce_txt {
	padding-top: 10px;
}

#rd .rd-announce li .rd-announce_annotation {
	padding-top: 5px;
	color: #555;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	#rd .rd-announce li {
		padding: 5.33333vw 0 5.86667vw;
	}

	#rd .rd-announce li .rd-announce_ttl {
		font-size: 5.33333vw;
	}

	#rd .rd-announce li .rd-announce_subTtl {
		padding-top: 1.33333vw;
		font-size: 4.26667vw;
	}

	#rd .rd-announce li .rd-announce_date {
		padding-top: 1.6vw;
		font-size: 4vw;
	}

	#rd .rd-announce li .rd-announce_txt {
		padding-top: 2.13333vw;
		font-size: 4vw;
	}

	#rd .rd-announce li .rd-announce_annotation {
		padding-top: 1.6vw;
		font-size: 3.46667vw;
	}
}

#rd .info-sec {
	background-color: #007a46;
}

@media screen and (max-width: 767px) {
	#rd .info-sec {
		padding: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .info-sec .info-sec-inner {
		margin: 0 auto;
		padding: 17px 20px;
		max-width: 1200px;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .info-sec .info-sec-inner > a {
		display: inline-flex;
	}
}

#rd .info-sec .info-sec-inner > a:hover p {
	opacity: 0.75;
}

#rd .info-sec p {
	transition: 0.2s ease;
}

#rd .info-sec p.info-sec-ttl {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#rd .info-sec p.info-sec-ttl {
		font-size: 4vw;
		justify-content: center;
	}
}

#rd .info-sec p.info-sec-ttl i {
	margin-right: 5px;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(/ja/sustainability/img/top/ico_info.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	#rd .info-sec p.info-sec-ttl i {
		margin-right: 1.33333vw;
		width: 4.53333vw;
		height: 4.53333vw;
	}
}

#rd .info-sec p.info-sec-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#rd .info-sec p.info-sec-txt {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	#rd .info-sec p.info-sec-txt {
		margin-top: 2.66667vw;
		font-size: 4vw;
	}
}

@media screen and (max-width: 767px) {
	#rd .news-sec {
		padding: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .news-sec .news-sec-inner {
		padding: 40px 20px 50px;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner {
		padding: 10.66667vw 0 13.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .news-sec .news-sec-inner .news-sec-info {
		display: flex;
		width: 100%;
	}
}

#rd .news-sec .news-sec-inner .news-sec-info h2 {
	width: 154px;
	color: #000;
	font-size: 24px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info h2 {
		font-size: 5.86667vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list {
	flex: 1;
	margin-top: -8px;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list {
		margin-top: 5.33333vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li {
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li {
		display: block;
		font-size: 4vw;
		padding: 3.2vw 0 3.2vw;
	}
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li:first-child {
		border-top: 1px solid #e7eeed;
	}
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li .date {
	color: #007a46;
	margin-right: 19px;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li .date {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 1.33333vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li .main {
	flex: 1;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li .main {
		flex: inherit;
	}
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li i:not(.blank-icon) {
	display: inline-block;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"].for-blank {
	display: inline;
	position: relative;
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"] i.blank-icon {
	display: inline-block;
	width: 17px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #aec1bf;
	transition: 0.5s;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
	position: relative;
	bottom: 0px;
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"]:hover i.blank-icon {
	background-color: #007a46;
	border-color: #007a46;
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"] i.blank-icon:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"] i.blank-icon:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"]:hover i.blank-icon:before {
	opacity: 0;
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a[target="_blank"]:hover i.blank-icon:after {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li i {
		width: 4.53333vw;
		height: 4.8vw;
		margin: 0 1.33333vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li .pdf-size {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li .pdf-size {
		font-size: 3.73333vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a {
	display: flex;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-info ul.news-list > li a:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .news-sec .news-sec-inner .news-sec-link {
		width: calc((100% - 5%) / 2);
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul {
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li {
		width: calc((100% - 3.5%) / 2);
	}

	#rd .news-sec .news-sec-inner .news-sec-link ul > li:nth-child(2n) {
		margin-left: 3.5%;
	}
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li {
		min-height: 28.53333vw;
	}

	#rd .news-sec .news-sec-inner .news-sec-link ul > li:not(:first-child) {
		margin-top: 4vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 20px 0;
	border: 1px solid #c2cbcc;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a {
		display: flex;
		border-radius: 0 0 5.33333vw 0;
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper {
	padding: 15px 35px 15px 15px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper {
		width: 54.66667vw;
		padding: 4vw 8vw 4vw 4vw;
		display: flex;
		align-items: center;
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper .txt-ttl {
	line-height: 1.6;
	font-size: 17px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper .txt-ttl {
		font-size: 4.26667vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c2cbcc;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i {
		height: 5.33333vw;
		width: 5.33333vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#rd .news-sec .news-sec-inner .news-sec-link ul > li a:hover .txt-wrapper {
		color: #007a46;
	}

	#rd .news-sec .news-sec-inner .news-sec-link ul > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#rd .news-sec .news-sec-inner .news-sec-link ul > li a:hover i:after {
		opacity: 1;
	}

	#rd .news-sec .news-sec-inner .news-sec-link ul > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a:hover {
		opacity: 0.75;
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li figure {
	overflow: hidden;
	border-bottom: 1px solid #c2cbcc;
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li figure {
		position: relative;
		width: 34.66667vw;
	}

	#rd .news-sec .news-sec-inner .news-sec-link ul > li figure img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: scale(1.4);
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#rd .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#rd .news-sec .news-sec-inner .news-sec-link ul > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#rd .pickup-sec {
	background-color: #f3f8f6;
	overflow: hidden;
}

#rd .pickup-sec .pickup-sec-inner {
	padding: 50px 20px 80px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner {
		padding: 8vw 0 18.13333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner h2 {
	color: #000;
	font-size: 24px;
	margin: 0 auto;
	max-width: 1160px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner h2 {
		font-size: 5.33333vw;
		padding: 0 5.33333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	margin: 25px auto 0;
}

@media print, screen and (min-width: 768px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider {
		max-width: 1366px;
		padding: 0 65px;
		justify-content: center;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider.slick-slider {
		max-width: inherit;
		padding: 0;
		justify-content: inherit;
		left: 50%;
		width: 2324px;
		margin-left: -1162px;
	}
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider.slick-slider {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider {
		margin-top: 5.33333vw;
		padding: 0 5.33333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-track {
	display: flex;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-slide {
	height: auto !important;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
	background-color: #fff;
	text-indent: -9999px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow {
		height: 10.66667vw;
		width: 10.66667vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 11px;
	height: 19px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:before {
		width: 2.4vw;
		height: 4.53333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 11px;
	height: 19px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:after {
		width: 2.4vw;
		height: 4.53333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-prev {
	transform: rotate(180deg);
	left: 630px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-prev {
		left: calc(10% - 6vw);
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-next {
	right: 630px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow.slick-next {
		right: calc(10% - 6vw);
	}
}

@media print, screen and (min-width: 768px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover {
		background-color: #007a46;
		border-color: #007a46;
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover:after {
		opacity: 1;
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-arrow:hover {
		opacity: 0.75;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots {
	display: flex;
	position: absolute;
	align-items: center;
	bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots {
		bottom: -28px;
		transform: translateX(-50%);
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li {
	line-height: 0;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:not(:first-child) {
	margin-left: 15px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li:not(:first-child) {
		margin-left: 4vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li.slick-active button {
	background-color: #007a46;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button {
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	background-color: #c3e6d3;
	border-radius: 50%;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots > li button:hover {
	background-color: #007a46;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots .buttons {
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 11px;
	margin-left: 20px;
	transform: 0.2s ease;
	cursor: pointer;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots .buttons[data-play="play"] {
	background-image: url(/ja/assets/img/all/ico_slider_play.svg);
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider .slick-dots .buttons[data-play="stop"] {
	background-image: url(/ja/assets/img/all/ico_slider_stop.svg);
}

@media print, screen and (min-width: 768px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide {
		width: 340px;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 20px 0;
}

@media print, screen and (min-width: 768px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a {
		margin: 0 0.7vw;
	}
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a {
		margin: 0 2vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper {
	padding: 15px 40px 15px 20px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper {
		padding: 4.26667vw 10.66667vw 4.26667vw 5.33333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-ttl {
	line-height: 1.6;
	font-size: 17px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-ttl {
		font-size: 4.26667vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-main {
	color: #555;
	font-size: 14px;
	line-height: 1.9;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper .txt-main {
		font-size: 3.46667vw;
		margin-top: 0.8vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c2cbcc;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i {
		height: 5.33333vw;
		width: 5.33333vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover .txt-wrapper {
		color: #007a46;
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover i:after {
		opacity: 1;
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a:hover {
		opacity: 0.75;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide figure {
	overflow: hidden;
	border-bottom: 1px solid #e7eeed;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide figure img {
	width: 100%;
	transition: 0.2s ease;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider li.slick-slide a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li {
		width: 340px;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a {
	position: relative;
	height: 100%;
	display: block;
	background-color: #fff;
	border-radius: 0 0 20px 0;
}

@media print, screen and (min-width: 768px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a {
		margin: 0 0.7vw;
	}
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a {
		margin: 0 2vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper {
	padding: 15px 40px 15px 20px;
	color: #333;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper {
		padding: 4.26667vw 10.66667vw 4.26667vw 5.33333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-ttl {
	line-height: 1.6;
	font-size: 17px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-ttl {
		font-size: 4.26667vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-main {
	color: #555;
	font-size: 14px;
	line-height: 1.9;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper .txt-main {
		font-size: 3.46667vw;
		margin-top: 0.8vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #c2cbcc;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i {
		height: 5.33333vw;
		width: 5.33333vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	opacity: 0;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a .txt-wrapper i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover .txt-wrapper {
		color: #007a46;
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover i {
		background-color: #007a46;
		border-color: #007a46;
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover i:after {
		opacity: 1;
	}

	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a:hover {
		opacity: 0.75;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li figure {
	overflow: hidden;
	border-bottom: 1px solid #e7eeed;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li figure img {
	width: 100%;
	transition: 0.2s ease;
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 8px;
	height: 8px;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a[target="_blank"] .txt-wrapper i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

@media screen and (max-width: 767px) {
	#rd .pickup-sec .pickup-sec-inner ul.pickup-slider > li a {
		margin: 0;
	}
}

#rd .mod-img-head-inner {
	background-image: url(/ja/rd/img/top/bg_head.jpg);
}

@media screen and (max-width: 767px) {
	#rd .mod-img-head-inner {
		background-image: url(/ja/rd/img/top/bg_head_sp.jpg);
	}
}

#rd .rd-h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#rd .rd-h2 {
		font-size: 7.46667vw;
	}
}

#rd .rd-linkArea {
	padding: 82px 20px 80px;
}

#rd .rd-linkArea .rd-linkArea_list {
	display: flex;
	max-width: 1200px;
	margin: 48px auto 0;
}

#rd .rd-linkArea .rd-linkArea_list li {
	width: calc(33.3% - 96px / 3);
}

#rd .rd-linkArea .rd-linkArea_list li:not(:nth-child(3n)) {
	margin-right: 48px;
}

#rd .rd-linkArea .rd-linkArea_list li h2 {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	transition: 0.2s;
}

#rd .rd-linkArea .rd-linkArea_list li h2 span {
	max-width: calc(100% - 42px);
}

#rd .rd-linkArea .rd-linkArea_list li figure {
	margin-top: 22px;
	overflow: hidden;
}

#rd .rd-linkArea .rd-linkArea_list li figure img {
	transition: 0.2s ease;
}

#rd .rd-linkArea .rd-linkArea_list li a i {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

#rd .rd-linkArea .rd-linkArea_list li a i::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	top: 1px;
}

#rd .rd-linkArea .rd-linkArea_list li a:hover h2 {
	color: #007a46;
}

#rd .rd-linkArea .rd-linkArea_list li a:hover h2 i {
	background-color: #007a46;
}

#rd .rd-linkArea .rd-linkArea_list li a:hover h2 i::before {
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
}

#rd .rd-linkArea .rd-linkArea_list li a:hover figure img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

#rd .rd-linkArea .rd-linkArea_list.col2 {
	flex-wrap: wrap;
	margin: 0 auto;
}

#rd .rd-linkArea .rd-linkArea_list.col2 li {
	width: calc(50% - 60px / 2);
}

#rd .rd-linkArea .rd-linkArea_list.col2 li:not(:nth-child(3n)) {
	margin-right: 0;
}

#rd .rd-linkArea .rd-linkArea_list.col2 li:nth-child(2n) {
	margin-left: 60px;
}

#rd .rd-linkArea .rd-linkArea_list.col2 li:nth-child(n + 3) {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#rd .rd-linkArea {
		padding: 13.86667vw 5.33333vw 13.33333vw;
	}

	#rd .rd-linkArea .rd-linkArea_list {
		display: block;
		margin: 9.6vw auto 0;
	}

	#rd .rd-linkArea .rd-linkArea_list li {
		width: 100%;
	}

	#rd .rd-linkArea .rd-linkArea_list li:not(:nth-child(3n)) {
		margin-right: 0;
	}

	#rd .rd-linkArea .rd-linkArea_list li:nth-child(n + 2) {
		margin-top: 8vw;
	}

	#rd .rd-linkArea .rd-linkArea_list li h2 {
		font-size: 5.33333vw;
	}

	#rd .rd-linkArea .rd-linkArea_list li h2 span {
		max-width: calc(100% - 9.33333vw);
	}

	#rd .rd-linkArea .rd-linkArea_list li figure {
		margin-top: 4vw;
	}

	#rd .rd-linkArea .rd-linkArea_list li a i {
		width: 8vw;
		height: 8vw;
		margin-left: 1.33333vw;
	}

	#rd .rd-linkArea .rd-linkArea_list li a i::before {
		width: 1.86667vw;
		height: 3.46667vw;
	}

	#rd .rd-linkArea .rd-linkArea_list.col2 li {
		width: 100%;
	}

	#rd .rd-linkArea .rd-linkArea_list.col2 li:not(:nth-child(3n)) {
		margin-right: 0;
	}

	#rd .rd-linkArea .rd-linkArea_list.col2 li:nth-child(2n) {
		margin-left: 0;
	}

	#rd .rd-linkArea .rd-linkArea_list.col2 li:nth-child(n + 3) {
		margin-top: 0;
	}

	#rd .rd-linkArea .rd-linkArea_list.col2 li:nth-child(n + 2) {
		margin-top: 8.53333vw;
	}
}

#rd .rd-indexList {
	padding: 82px 20px 80px;
	background-color: #c3ecd3;
}

#rd .rd-indexList ul.mod-index-list {
	max-width: 1200px;
	margin: 48px auto 0;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item {
	background-color: #fff;
	border: none;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item:nth-child(n + 3) {
	margin-top: 60px;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item > a {
	height: inherit;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item > a .main-txt {
	display: flex;
	align-items: center;
	padding: 35px 40px 0 40px;
	font-size: 22px;
	font-weight: bold;
	transition: 0.2s;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item > a .main-txt span {
	max-width: calc(100% - 42px);
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item > a .main-txt i {
	position: relative;
	display: inline-block;
	bottom: 0;
	right: inherit;
	margin-left: 10px;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item > a .main-txt:hover {
	color: #007a46;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt {
	padding: 0 40px 35px 40px;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt .sub-txt {
	margin-top: 18px;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
	padding-top: 20px;
	border-top: solid 1px #e7eeed;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li {
	width: calc(50% - 10px);
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li:nth-child(2n) {
	margin-left: 20px;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li:nth-child(n + 3) {
	margin-top: 12px;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link {
	padding-left: 16px;
	font-weight: 500;
	transition: 0.2s;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link:not(.test):hover {
	color: #007a46;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link:not(.test):hover i:before {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link i {
	position: absolute;
	width: 9px;
	height: 14px;
	margin-right: 5px;
	top: 4px;
	left: 0;
	transition: 0.2s ease;
	border: none;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link i::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link:hover i::after {
	width: 8px;
	height: 14px;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	transition: 2.5s;
}

#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a:hover i {
	background-color: inherit;
	border: none;
}

@media screen and (max-width: 767px) {
	#rd .rd-indexList {
		padding: 13.86667vw 5.33333vw 13.33333vw;
	}

	#rd .rd-indexList ul.mod-index-list {
		margin: 9.6vw auto 0;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item > a .main-txt {
		padding: 7.46667vw 6.66667vw 0 6.66667vw;
		font-size: 5.33333vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item > a .main-txt span {
		max-width: calc(100% - 9.33333vw);
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item > a .main-txt i {
		margin-left: 1.33333vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item:nth-child(n + 3) {
		margin-top: 6.66667vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt {
		padding: 0 6.66667vw 7.46667vw 6.66667vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt .sub-txt {
		margin-top: 2.66667vw;
		line-height: 1.6;
		font-size: 4vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list {
		display: block;
		margin-top: 4vw;
		padding-top: 4vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li {
		width: 100%;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li:nth-child(2n) {
		margin-left: 0;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li:nth-child(n + 3) {
		margin-top: 0;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li:nth-child(n + 2) {
		margin-top: 3.2vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link {
		padding-left: 4.26667vw;
		font-size: 4vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link i {
		width: 2.4vw;
		height: 3.73333vw;
		margin-right: 1.33333vw;
		top: 1.06667vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link i::before {
		width: 2.13333vw;
		height: 3.73333vw;
	}

	#rd .rd-indexList ul.mod-index-list li.mod-index-item .mod-index-txt ul.rd-indexList-list li a.mod-link:hover i::after {
		width: 2.13333vw;
		height: 3.73333vw;
	}
}

#rd .rd-news {
	padding: 80px 20px;
	background-color: #f3f8f6;
}

#rd .rd-news .common-sec-inner {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

#rd .rd-news .common-sec-inner h3,
#covid19info section.cov-section .cov-row h3 {
	font-size: 24px;
	line-height: 1.6;
	display: flex;
	align-items: center;
}

#rd .rd-news .common-sec-inner h3 a,
#covid19info section.cov-section .cov-row h3 a {
	display: block;
	margin-left: 16px;
	font-size: 13px;
	padding: 3px 16px;
	border-radius: 3px;
	border: 2px solid #3055b5;
	color: #202020;
	min-width: 123px;
	text-align: center;
	font-weight: normal;
}

#rd .rd-news .common-sec-inner .news-list {
	margin-top: 25px;
}

#rd .rd-news .common-sec-inner .news-list > li {
	display: flex;
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	line-height: 1.6;
}

#rd .rd-news .common-sec-inner .news-list > li:first-child {
	border-top: 1px solid #e7eeed;
}

#rd .rd-news .common-sec-inner .news-list > li .date {
	color: #007a46;
	margin-right: 19px;
}

#rd .rd-news .common-sec-inner .news-list > li .main {
	flex: 1;
	transition: 0.2s;
}

#rd .rd-news .common-sec-inner .news-list > li .pdf {
	position: relative;
	padding-left: 25px;
	color: #555;
	font-size: 14px;
}

#rd .rd-news .common-sec-inner .news-list > li .pdf i {
	position: absolute;
	content: "";
	display: inline-block;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 2px;
	left: 3px;
	width: 17px;
	height: 18px;
}

#rd .rd-news .common-sec-inner .news-list > li a {
	display: flex;
}

#rd .rd-news .common-sec-inner .news-list > li a:hover .main {
	color: #007a46;
}

#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper {
	text-align: right;
	margin-top: 25px;
}

#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper a.bottom-sec-link {
	position: relative;
	display: inline-block;
	padding-right: 28px;
	margin-left: auto;
	font-size: 15px;
	color: #333;
	transition: 0.5s;
	font-weight: 500;
}

#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper a.bottom-sec-link i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	right: 0;
	top: 0;
}

#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper a.bottom-sec-link i::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	transition: 0.5s;
}

#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper a.bottom-sec-link:hover {
	color: #007a46;
}

#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper a.bottom-sec-link:hover i {
	border: 1px solid #007a46;
	background-color: #007a46;
}

#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper a.bottom-sec-link:hover i::before {
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
}

@media screen and (max-width: 767px) {
	#rd .rd-news {
		padding: 8vw 5.33333vw 18.66667vw;
	}

	#rd .rd-news .common-sec-inner h3,
	#covid19info section.cov-section .cov-row h3 {
		font-size: 5.86667vw;
		justify-content: space-between;
	}

	#rd .rd-news .common-sec-inner h3 a,
	#covid19info section.cov-section .cov-row h3 a {
		width: 31.2vw;
		margin-left: 0;
		padding: 0.8vw 2.13333vw;
		font-size: 3.2vw;
		border-radius: 0.8vw;
	}

	#rd .rd-news .common-sec-inner .news-list {
		margin-top: 5.33333vw;
	}

	#rd .rd-news .common-sec-inner .news-list > li {
		font-size: 4vw;
		padding: 2.66667vw 0 3.2vw;
	}

	#rd .rd-news .common-sec-inner .news-list > li .date {
		display: block;
		margin-right: 0;
	}

	#rd .rd-news .common-sec-inner .news-list > li .main {
		flex: inherit;
		display: inline-block;
		padding-top: 1.86667vw;
	}

	#rd .rd-news .common-sec-inner .news-list > li .pdf {
		padding-left: 6.66667vw;
		font-size: 3.46667vw;
	}

	#rd .rd-news .common-sec-inner .news-list > li .pdf i {
		top: 0.53333vw;
		left: 0.8vw;
		width: 4.53333vw;
		height: 4.8vw;
	}

	#rd .rd-news .common-sec-inner .news-list > li a {
		display: block;
	}

	#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper {
		margin-top: 5.33333vw;
	}

	#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper a.bottom-sec-link {
		padding-right: 7.46667vw;
		font-size: 3.73333vw;
	}

	#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper a.bottom-sec-link i {
		width: 5.33333vw;
		height: 5.33333vw;
	}

	#rd .rd-news .common-sec-inner .bottom-sec-link-wrapper a.bottom-sec-link i::before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#rd .rd-interviewArea {
	border-top: solid 1px #e7eeed;
	margin-top: 46px;
}

#rd .rd-interviewArea .mod-txt:first-child {
	margin-top: 52px;
}

#rd .rd-interviewArea .mod-txt .green {
	color: #007a46;
}

#rd .rd-interviewArea .mod-txt .orange {
	color: #eb710e;
}

#rd .rd-interviewArea .mod-txt.asterisk {
	margin-top: 65px;
	line-height: 1.6;
}

#rd .rd-interviewArea .mod-txt.asterisk + .asterisk {
	margin-top: 9px;
}

#rd .rd-interviewArea .mod-col img {
	width: 500px;
}

#rd .rd-interviewArea .mod-anchor-wrapper {
	margin: 110px 0;
	padding: 45px;
}

#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt {
	flex-direction: row-reverse;
	align-items: center;
}

#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt > *:first-child {
	margin-right: 0;
	margin-left: 35px;
}

#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt .txt-wrap .name {
	padding-top: 6px;
}

#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt .txt-wrap .name span {
	padding-right: 10px;
	font-size: 22px;
	font-weight: 500;
}

#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt figure {
	width: 140px;
}

#rd .rd-interviewArea .mod-anchor-wrapper .mod-txt {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#rd .rd-interviewArea {
		margin-top: 9.06667vw;
	}

	#rd .rd-interviewArea .mod-txt:first-child {
		margin-top: 8vw;
	}

	#rd .rd-interviewArea .mod-txt.asterisk {
		margin-top: 10.66667vw;
	}

	#rd .rd-interviewArea .mod-txt.asterisk + .asterisk {
		margin-top: 1.33333vw;
	}

	#rd .rd-interviewArea .mod-col img {
		width: 100%;
	}

	#rd .rd-interviewArea .mod-anchor-wrapper {
		margin: 18.66667vw 0;
		padding: 6.66667vw;
	}

	#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt {
		flex-direction: row;
	}

	#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt > *:first-child {
		margin-left: 4vw;
	}

	#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt .txt-wrap {
		margin-top: 0;
	}

	#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt .txt-wrap .txt-main {
		font-size: 3.46667vw;
		line-height: 1.3;
	}

	#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt .txt-wrap .name {
		padding-top: 1.06667vw;
		font-size: 3.46667vw;
	}

	#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt .txt-wrap .name span {
		padding-right: 1.33333vw;
		font-size: 5.33333vw;
	}

	#rd .rd-interviewArea .mod-anchor-wrapper .mod-image-txt figure {
		width: 28vw;
	}

	#rd .rd-interviewArea .mod-anchor-wrapper .mod-txt {
		margin-top: 4vw;
	}
}

#rd .rd-other {
	padding-top: 40px;
	border-top: solid 1px #e7eeed;
}

#rd .rd-other h2 {
	font-size: 22px;
	font-weight: 500;
}

#rd .rd-other .mod-image-link {
	margin-top: 30px;
}

#rd .rd-other .mod-image-link li a .txt-wrapper p {
	font-weight: 500;
}

#rd .rd-other .mod-btn-wrapper {
	margin-top: 82px;
}

@media screen and (max-width: 767px) {
	#rd .rd-other {
		padding-top: 9.6vw;
	}

	#rd .rd-other h2 {
		font-size: 5.33333vw;
	}

	#rd .rd-other .mod-image-link {
		margin-top: 8vw;
		display: flex;
		flex-wrap: wrap;
	}

	#rd .rd-other .mod-image-link li {
		width: calc(50% - 4vw / 2);
	}

	#rd .rd-other .mod-image-link li:nth-child(2) {
		margin-top: 0;
	}

	#rd .rd-other .mod-image-link li:nth-child(2n) {
		margin-left: 4vw;
	}

	#rd .rd-other .mod-image-link li a {
		display: block;
	}

	#rd .rd-other .mod-image-link li a .img-wrapper {
		width: 100%;
	}

	#rd .rd-other .mod-image-link li a .txt-wrapper {
		padding: 2.66667vw 9.33333vw 2.66667vw 2.66667vw;
	}

	#rd .rd-other .mod-image-link li a .txt-wrapper p {
		font-size: 3.46667vw;
		line-height: 1.3;
	}

	#rd .rd-other .mod-btn-wrapper {
		margin-top: 10.66667vw;
		padding-bottom: 5.33333vw;
	}
}

#rd .rd-topics_wrapper {
	padding-bottom: 50px;
}

#rd .rd-topics_wrapper .rd-topics_linkArea {
	display: flex;
	align-items: center;
}

#rd .rd-topics_wrapper .rd-topics_linkArea figure {
	width: 64px;
	margin-right: 10px;
}

#rd .rd-topics_wrapper .rd-topics_linkArea p {
	flex: 1;
	font-size: 36px;
	font-weight: 500;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li {
	width: 100%;
	margin: 0;
	background-color: #fff;
	border: none;
	border-radius: 0 0 20px 0;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a {
	display: flex;
	align-items: center;
	padding-left: 0;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a::before {
	content: none;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a .img-wrapper {
	width: 148px;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper {
	flex: 1;
	padding: 15px 50px 15px 35px;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .tag {
	display: flex;
	padding-bottom: 4px;
	align-items: center;
	font-weight: 400;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .tag span.green {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 24px;
	margin-right: 8px;
	padding: 0 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background-color: #007a46;
	border-radius: 3px;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .tag.tag-en span + span {
	flex: 1;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	transition: 0.2s;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a:hover .txt-wrapper .tag {
	color: #555;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li a:hover .txt-wrapper .txt {
	color: #007a46;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li:not(:nth-child(2n)) {
	margin-right: 0;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(n + 3) {
	margin-top: 0;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(n + 2) {
	margin-top: 20px;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) {
	margin-top: 35px;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) a {
	display: flex;
	padding: 25px 40px 25px 25px;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) a::before {
	content: none;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) a .img-wrapper {
	width: 282px;
	margin-right: 35px;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) a .txt-wrapper {
	margin-top: -18px;
	padding: 0;
}

#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) a .txt-wrapper .tag {
	padding: 15px 0 0;
}

@media screen and (max-width: 767px) {
	#rd .rd-topics_wrapper {
		width: calc(100% + 10.66666vw);
		margin-left: -5.33333vw;
		padding: 9.33333vw 5.33333vw 9.33333vw 5.33333vw;
		border-radius: 0 0 8vw 0;
	}

	#rd .rd-topics_wrapper .rd-topics_linkArea figure {
		width: 14.93333vw;
		margin-right: 2.66667vw;
	}

	#rd .rd-topics_wrapper .rd-topics_linkArea p {
		font-size: 6.93333vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li {
		border-radius: 0 0 4vw 0;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li a .img-wrapper {
		width: 34.66667vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper {
		padding: 2.66667vw 2.66667vw 2.66667vw 4vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .tag {
		display: block;
		padding-bottom: 0;
		font-size: 3.46667vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .tag span.green {
		width: 21.6vw;
		min-height: 5.86667vw;
		margin-right: 0;
		padding: 0 0.8vw;
		font-size: 3.2vw;
		border-radius: 0.8vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .tag.flex {
		display: flex;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .tag.flex span.green {
		margin-right: 1.33333vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .tag.tag-en span.green {
		width: 33.33333vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li a .txt-wrapper .txt {
		padding: 1.6vw 6.66667vw 0 0;
		font-size: 4vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(n + 2) {
		margin-top: 4vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) {
		margin-top: 6.66667vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) a {
		display: block;
		padding: 5.33333vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) a .img-wrapper {
		width: 100%;
		margin-right: 0vw;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) a .txt-wrapper {
		margin: 2.66667vw 4vw 0 0;
	}

	#rd .rd-topics_wrapper .rd-topics_imgLink li:nth-child(4) a .txt-wrapper .tag {
		padding: 1.33333vw 0 0;
	}
}

#rd .rd-topics_imgLink li > a .txt-wrapper {
	padding: 15px;
}

#rd .rd-topics_imgLink li > a .txt-wrapper .ttl {
	font-weight: 500;
}

#rd .rd-topics_imgLink li > a .txt-wrapper .txt {
	padding: 6px 28px 0 0;
	font-size: 14px;
	font-weight: 400;
}

#rd .rd-topics_imgLink li > a .txt-wrapper i {
	right: 20px;
	bottom: 20px;
}

#rd .rd-topics_imgLink li > a:hover .txt-wrapper .txt {
	color: #333;
}

@media screen and (max-width: 767px) {
	#rd .rd-topics_imgLink {
		display: flex;
		flex-wrap: wrap;
	}

	#rd .rd-topics_imgLink.col3 li:nth-child(2n) {
		margin-left: 4vw;
	}

	#rd .rd-topics_imgLink li {
		width: calc(50% - 4vw / 2);
	}

	#rd .rd-topics_imgLink li:nth-child(2) {
		margin: 0;
	}

	#rd .rd-topics_imgLink li > a {
		display: block;
	}

	#rd .rd-topics_imgLink li > a .img-wrapper {
		width: 100%;
	}

	#rd .rd-topics_imgLink li > a .txt-wrapper {
		display: block;
		padding: 2.66667vw;
	}

	#rd .rd-topics_imgLink li > a .txt-wrapper .txt {
		padding: 1.33333vw 5.33333vw 0 0;
		font-size: 3.46667vw;
	}

	#rd .rd-topics_imgLink li > a .txt-wrapper i {
		bottom: 2.66667vw;
		right: 2.66667vw;
	}
}

#rd .block_base-structure .mod-media-cell .mod-media {
	align-items: inherit;
}

#rd .block_base-structure .mod-media-cell .text {
	flex: 1;
	margin: 0 40px 0 0;
}

#rd .block_base-structure .mod-media-cell .text p + p {
	margin-top: 32px;
}

@media screen and (max-width: 767px) {
	#rd .block_base-structure .mod-media-cell {
		display: block;
	}

	#rd .block_base-structure .mod-media-cell .mod-media {
		width: 100%;
	}

	#rd .block_base-structure .mod-media-cell .mod-media figure img {
		width: 100%;
	}

	#rd .block_base-structure .mod-media-cell .text {
		flex: inherit;
		margin: 5.33333vw 0px 0 0;
	}

	#rd .block_base-structure .mod-media-cell .text p + p {
		margin-top: 7.46667vw;
	}

	#rd .block_base-structure .mod-media-cell.only_txt {
		margin-top: 7.46667vw;
	}
}

#rd .block_base-structure .mod-btn-wrapper {
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	#rd .block_base-structure .mod-btn-wrapper {
		margin-top: 10.66667vw;
	}
}

#rd .block_base-structure .mod-btn-wrapper a::before {
	content: none;
}

#contact ul.contact-topicsList li {
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	line-height: 1.6;
	padding: 25px 0;
}

#contact ul.contact-topicsList li:first-child {
	border-top: 1px solid #e7eeed;
}

#contact ul.contact-topicsList li .date {
	color: #007a46;
	padding-bottom: 12px;
}

#contact ul.contact-topicsList li .main {
	font-size: 16px;
}

#contact ul.contact-topicsList li .main + .main {
	margin-top: 5px;
}

#contact ul.contact-topicsList li a {
	transition: 0.2s ease;
}

#contact ul.contact-topicsList li a:hover {
	color: #007a46;
}

#contact ul.contact-topicsList li a i {
	position: relative;
}

#contact ul.contact-topicsList li a[target="_blank"] i.blank-icon {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #aec1bf;
	transition: 0.5s;
	background-position: center;
	vertical-align: bottom;
	margin: 0 5px;
	bottom: 2px;
}

#contact ul.contact-topicsList li a[target="_blank"]:hover i.blank-icon {
	background-color: #007a46;
	border-color: #007a46;
}

#contact ul.contact-topicsList li a i::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#contact ul.contact-topicsList li a[target="_blank"] i::before {
	top: 4px;
	left: 3px;
	width: 14px;
	height: 14px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

#contact ul.contact-topicsList li a[target="_blank"] i.blank-icon:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#contact ul.contact-topicsList li a.pdf i::before {
	top: 2px;
	left: 3px;
	width: 17px;
	height: 18px;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
}

#contact ul.contact-topicsList li a.def:not(.test):hover {
	color: #007a46;
}

#contact ul.contact-topicsList li a.def:not(.test):hover i:before {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

#contact ul.contact-topicsList li a.def i::before {
	width: 7px;
	height: 11px;
	top: 7px;
	right: -15px;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
}

#contact ul.contact-topicsList li a[target="_blank"] i.blank-icon:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0;
	bottom: 4px;
	left: 4px;
	transition: 0.5s;
}

#contact ul.contact-topicsList li a[target="_blank"]:hover i.blank-icon:before {
	opacity: 0;
}

#contact ul.contact-topicsList li a[target="_blank"]:hover i.blank-icon:after {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#contact ul.contact-topicsList li {
		font-size: 4vw;
		padding: 5.33333vw 0;
	}

	#contact ul.contact-topicsList li .date {
		padding-bottom: 1.6vw;
	}

	#contact ul.contact-topicsList li .main {
		font-size: 4vw;
	}

	#contact ul.contact-topicsList li .main + .main {
		margin-top: 1.33333vw;
	}

	#contact ul.contact-topicsList li a[target="_blank"] i::before {
		top: 1.33333vw;
		left: 0.8vw;
		width: 3.73333vw;
		height: 3.73333vw;
	}

	#contact ul.contact-topicsList li a.pdf i::before {
		top: 0.53333vw;
		left: 0.8vw;
		width: 4.53333vw;
		height: 4.8vw;
	}

	#contact ul.contact-topicsList li a.def i::before {
		width: 1.86667vw;
		height: 2.93333vw;
		top: 1.6vw;
		right: -2.66667vw;
	}
}

#contact ul.contact-topicsList.contact-top-topicsList li {
	display: flex;
	padding: 15px 0;
}

#contact ul.contact-topicsList.contact-top-topicsList li .date {
	width: 140px;
	padding-bottom: 0;
}

#contact ul.contact-topicsList.contact-top-topicsList li .main {
	flex: 1;
	font-size: 15px;
}

#contact ul.contact-topicsList.contact-top-topicsList li a {
	display: block;
}

#contact ul.contact-topicsList.contact-top-topicsList li a + a {
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#contact ul.contact-topicsList.contact-top-topicsList li {
		display: block;
		padding: 3.2vw 0;
	}

	#contact ul.contact-topicsList.contact-top-topicsList li .date {
		width: 100%;
		padding-bottom: 1.6vw;
	}

	#contact ul.contact-topicsList.contact-top-topicsList li .main {
		flex: inherit;
		font-size: 4vw;
	}

	#contact ul.contact-topicsList.contact-top-topicsList li a + a {
		margin-top: 2.66667vw;
	}
}

#contact.contact-top .mod-anchor-wrapper + .mod-h2 {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#contact.contact-top .mod-h3 {
		margin-bottom: 7.46667vw;
	}
}

@media screen and (max-width: 767px) {
	#contact.contact-top .content-area {
		margin-bottom: 31.46667vw;
	}
}

#contact .contact-top_linkArea {
	display: flex;
}

#contact .contact-top_linkArea .mod-anchor-wrapper {
	width: calc(50% - 30px);
	margin: 0;
	padding: 40px 36px 36px 36px;
}

#contact .contact-top_linkArea .mod-anchor-wrapper:first-child {
	margin-right: 60px;
}

#contact .contact-top_linkArea_txt {
	display: flex;
	align-items: center;
	padding: 0 0 25px 17px;
	font-size: 26px;
	font-weight: 500;
}

#contact .contact-top_linkArea_txt img {
	width: 56px;
	margin-right: 18px;
}

#contact .contact-top_linkArea_txt span {
	flex: 1;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li {
	width: 100%;
	margin-bottom: 0;
	margin-right: 0;
	background-color: #fff;
	border-radius: 10px;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li:not(:first-child) {
	margin-top: 15px;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a {
	display: flex;
	align-items: center;
	padding: 26px 25px;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a::before {
	content: none;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a figure {
	width: 30px;
	margin-right: 10px;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a figure img {
	height: 100%;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a figure img.ico_contact {
	width: 30px;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a figure img.ico_home {
	width: 28px;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a span {
	flex: 1;
	font-size: 18px;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a i::after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a[target="_blank"] i::after {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	left: 0;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a:hover i {
	background-color: #007a46;
	border: 1px solid #007a46;
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a:hover i::after {
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
}

#contact .contact-top_linkArea .contact-top_linkArea_list li a:hover[target="_blank"] i::after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
}

@media screen and (max-width: 767px) {
	#contact .contact-top_linkArea {
		display: block;
	}

	#contact .contact-top_linkArea .mod-anchor-wrapper {
		width: 100%;
		padding: 6.66667vw 5.33333vw 5.33333vw 5.33333vw;
	}

	#contact .contact-top_linkArea .mod-anchor-wrapper:first-child {
		margin-right: 0;
		margin-bottom: 5.06667vw;
	}

	#contact .contact-top_linkArea_txt {
		padding: 0 0 5.86667vw 3.73333vw;
		font-size: 6.13333vw;
	}

	#contact .contact-top_linkArea_txt img {
		width: 12.53333vw;
		margin-right: 3.46667vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li {
		border-radius: 2.66667vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li:not(:first-child) {
		margin-top: 4vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li a {
		padding: 4.53333vw 4vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li a figure {
		width: 8vw;
		margin-right: 2.66667vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li a figure img.ico_contact {
		width: 8vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li a figure img.ico_home {
		width: 7.46667vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li a span {
		font-size: 4.53333vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li a i {
		width: 5.33333vw;
		height: 5.33333vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li a i::after {
		left: 0.26667vw;
		width: 1.6vw;
		height: 2.4vw;
	}

	#contact .contact-top_linkArea .contact-top_linkArea_list li a[target="_blank"] i::after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#contact .contact-top_bottomLink {
	text-align: right;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#contact .contact-top_bottomLink {
		margin-top: 5.33333vw;
	}
}

#contact .contact-top_bottomLink .bottom-sec-link {
	position: relative;
	display: inline-block;
	padding-right: 28px;
	margin-left: auto;
	font-size: 15px;
	color: #333;
	transition: 0.5s;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#contact .contact-top_bottomLink .bottom-sec-link {
		font-size: 3.73333vw;
		padding-right: 6.93333vw;
	}
}

#contact .contact-top_bottomLink .bottom-sec-link i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	#contact .contact-top_bottomLink .bottom-sec-link i {
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

#contact .contact-top_bottomLink .bottom-sec-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#contact .contact-top_bottomLink .bottom-sec-link i:before {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#contact .contact-top_bottomLink .bottom-sec-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#contact .contact-top_bottomLink .bottom-sec-link i:after {
		width: 1.6vw;
		height: 2.4vw;
	}
}

#contact .contact-top_bottomLink .bottom-sec-link[target="_blank"] i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
}

@media screen and (max-width: 767px) {
	#contact .contact-top_bottomLink .bottom-sec-link[target="_blank"] i:before {
		width: 2.4vw;
		height: 2.4vw;
	}
}

#contact .contact-top_bottomLink .bottom-sec-link[target="_blank"] i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_blank-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 9px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#contact .contact-top_bottomLink .bottom-sec-link[target="_blank"] i:after {
		width: 2.4vw;
		height: 2.4vw;
	}
}

#contact .contact-top_bottomLink .bottom-sec-link:hover {
	color: #007a46;
}

#contact .contact-top_bottomLink .bottom-sec-link:hover i {
	border-color: #007a46;
	background-color: #007a46;
}

#contact .contact-top_bottomLink .bottom-sec-link:hover i:before {
	opacity: 0;
}

#contact .contact-top_bottomLink .bottom-sec-link:hover i:after {
	opacity: 1;
}

#contact .mod-col.col3 {
	margin-top: 65px;
	padding-bottom: 30px;
}

#contact .mod-col.col3 > div {
	width: 30.7%;
}

#contact .mod-col.col3 > div:nth-child(n + 4) {
	margin-top: 65px;
}

#contact .mod-col.col3 > div figure a .img-wrapper {
	margin-bottom: 10px;
	border: solid 1px #e7eeed;
	overflow: hidden;
}

#contact .mod-col.col3 > div figure a .img-wrapper img {
	transition: 0.2s ease;
}

#contact .mod-col.col3 > div figure a .image-title {
	line-height: 1.6;
	text-align: left;
	transition: 0.2s ease;
}

#contact .mod-col.col3 > div figure a:hover {
	opacity: 1;
}

#contact .mod-col.col3 > div figure a:hover .img-wrapper img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

#contact .mod-col.col3 > div figure a:hover .image-title {
	color: #007a46;
}

@media screen and (max-width: 767px) {
	#contact .mod-col.col3 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 13.33333vw;
		padding-bottom: 0;
	}

	#contact .mod-col.col3 > div {
		width: 47.6%;
		margin-top: 0;
	}

	#contact .mod-col.col3 > div:nth-child(2n) {
		margin-left: 4.8%;
	}

	#contact .mod-col.col3 > div:nth-child(n + 3) {
		margin-top: 10.66667vw;
	}

	#contact .mod-col.col3 > div figure a .img-wrapper {
		margin-bottom: 2.66667vw;
	}

	#contact .mod-col.col3 > div figure a .image-title {
		font-size: 3.73333vw;
	}
}

#contact .block_base-structure .mod-txt:first-child {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#contact .block_base-structure .mod-txt {
		margin-top: 7.46667vw;
		line-height: 1.9;
	}
}

#contact .block_base-structure a:before {
	content: none;
}

#contact .block_base-structure .mod-image-txt {
	flex-direction: row-reverse;
}

#contact .block_base-structure .mod-image-txt > *:first-child {
	margin: 0 0 0 36px;
}

#contact .block_base-structure .mod-image-txt figure {
	width: 108px;
}

#contact .block_base-structure .mod-image-txt ol.mod-list > li {
	padding-left: 16px;
}

#contact .block_base-structure .mod-image-txt ol.mod-list > li:not(:first-child) {
	margin-top: 29px;
}

#contact .block_base-structure .mod-image-txt .txt-ttl {
	margin-top: 28px;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#contact .block_base-structure .mod-image-txt > *:first-child {
		margin: 0;
	}

	#contact .block_base-structure .mod-image-txt figure {
		width: 100%;
	}

	#contact .block_base-structure .mod-image-txt figure img {
		width: 108px;
	}

	#contact .block_base-structure .mod-image-txt .txt-wrap {
		margin-top: 5.33333vw;
	}

	#contact .block_base-structure .mod-image-txt ol.mod-list > li {
		padding-left: 4.26667vw;
	}

	#contact .block_base-structure .mod-image-txt ol.mod-list > li:not(:first-child) {
		margin-top: 5.33333vw;
	}

	#contact .block_base-structure .mod-image-txt .txt-ttl {
		margin-top: 5.33333vw;
		font-size: 4vw;
	}
}

#contact .block_base-structure .mod-btn-wrapper {
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	#contact .block_base-structure .mod-btn-wrapper {
		margin-top: 10.66667vw;
	}
}

#contact ul.contact-txtList {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	#contact ul.contact-txtList {
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	#contact ul.contact-txtList {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
	#contact ul.contact-txtList > li {
		width: 22.7%;
		margin-right: 3%;
	}

	#contact ul.contact-txtList > li:nth-child(n + 5) {
		margin-top: 35px;
	}

	#contact ul.contact-txtList > li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#contact ul.contact-txtList > li {
		width: 100%;
		margin-right: 0;
	}

	#contact ul.contact-txtList > li:nth-child(n + 2) {
		margin-top: 7.2vw;
	}

	#contact ul.contact-txtList > li:nth-child(2n) {
		margin-right: 0;
	}
}

#contact ul.contact-txtList > li > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	transition: 0.5s;
	border-bottom: 1px solid #c2cbcc;
	min-height: 100%;
}

@media print, screen and (min-width: 768px) {
	#contact ul.contact-txtList > li > a {
		font-size: 15px;
		padding-bottom: 19px;
	}
}

@media screen and (max-width: 767px) {
	#contact ul.contact-txtList > li > a {
		font-size: 3.73333vw;
		padding-bottom: 4vw;
	}
}

#contact ul.contact-txtList > li > a span {
	flex: 1;
}

#contact ul.contact-txtList > li > a i {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
}

#contact ul.contact-txtList > li > a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

#contact ul.contact-txtList > li > a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#contact ul.contact-txtList > li > a i {
		width: 5.33333vw;
		height: 5.33333vw;
	}

	#contact ul.contact-txtList > li > a i:before {
		width: 1.6vw;
		height: 2.4vw;
		top: 0.26667vw;
	}

	#contact ul.contact-txtList > li > a i:after {
		width: 1.6vw;
		height: 2.4vw;
		top: 0.26667vw;
	}
}

#contact ul.contact-txtList > li > a:hover {
	color: #007a46;
}

#contact ul.contact-txtList > li > a:hover i {
	border-color: #007a46;
	background-color: #007a46;
}

#contact ul.contact-txtList > li > a:hover i:before {
	opacity: 0;
}

#contact ul.contact-txtList > li > a:hover i:after {
	opacity: 1;
}

#contact ul.contact-txtList > li > a[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

#contact ul.contact-txtList > li > a[target="_blank"] i::after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	#contact ul.contact-txtList > li > a[target="_blank"] i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}

	#contact ul.contact-txtList > li > a[target="_blank"] i::after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#contact .contact-home_topList.mod-index-list li {
	width: 100%;
}

#contact .contact-home_topList.mod-index-list li a {
	display: flex;
}

#contact .contact-home_topList.mod-index-list li a figure {
	width: 369px;
}

#contact .contact-home_topList.mod-index-list li a figure img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#contact .contact-home_topList.mod-index-list li a .contact-home_topList_txtArea {
	flex: 1;
}

#contact .contact-home_topList.mod-index-list li a .contact-home_topList_txtArea .contact-home_topList_txt {
	padding: 40px 63px 20px 36px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.9;
}

#contact .contact-home_topList.mod-index-list li a .contact-home_topList_txtArea .mod-index-txt {
	padding: 35px 63px 20px 0;
}

#contact .contact-home_topList.mod-index-list li a .contact-home_topList_txtArea .main-txt {
	position: absolute;
	bottom: 28px;
	right: 63px;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}

@media screen and (max-width: 767px) {
	#contact .contact-home_topList.mod-index-list li a {
		display: block;
	}

	#contact .contact-home_topList.mod-index-list li a figure {
		width: 100%;
	}

	#contact .contact-home_topList.mod-index-list li a figure img {
		width: 100%;
	}

	#contact .contact-home_topList.mod-index-list li a .contact-home_topList_txtArea {
		flex: none;
	}

	#contact .contact-home_topList.mod-index-list li a .contact-home_topList_txtArea .contact-home_topList_txt {
		padding: 4.8vw 6.4vw 14.66667vw 6.4vw;
		font-size: 4.26667vw;
	}

	#contact .contact-home_topList.mod-index-list li a .contact-home_topList_txtArea .mod-index-txt {
		padding: 0 16.8vw 0 0;
	}

	#contact .contact-home_topList.mod-index-list li a .contact-home_topList_txtArea .main-txt {
		bottom: 6.4vw;
		right: 14.93333vw;
		font-size: 4vw;
	}

	#contact .contact-home_topList.mod-index-list li a .contact-home_topList_txtArea i {
		bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	#contact .contact_home_anchor.mod-anchor-wrapper + .mod-h2 {
		margin-top: 13.33333vw;
	}
}

#contact .contact-home_list.mod-index-list li > a {
	padding: 42px 45px 45px 45px;
}

#contact .contact-home_list.mod-index-list li .contact-home_list_ttl {
	padding-bottom: 25px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

#contact .contact-home_list.mod-index-list li figure {
	width: 140px;
	margin: 0 auto;
	border-bottom: none;
	overflow: inherit;
}

#contact .contact-home_list.mod-index-list li .contact-home_list_txt {
	margin: 20px 0 20px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) {
	width: 100%;
	margin-top: 35px;
	padding: 42px 45px 45px 45px;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_list_ttl {
	padding-bottom: 0;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_list_txt {
	margin: 25px 0 30px;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea {
	display: flex;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt {
	width: calc(50% - 19px);
	position: relative;
	padding-bottom: 18px;
	border-bottom: solid 1px #dae0e0;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt:nth-child(2) {
	margin-left: 38px;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt a {
	display: flex;
	align-items: center;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt a figure {
	width: 68px;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt a .main-txt {
	flex: 1;
	padding-left: 10px;
	font-weight: 500;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt a i {
	bottom: 16px;
	right: 0;
}

#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt a:hover .main-txt {
	color: #333;
}

#contact .contact-home_list.mod-index-list li:nth-child(4) {
	width: 100%;
	margin-left: 0;
}

#contact .contact-home_list.mod-index-list li:nth-child(4) a {
	display: flex;
	padding: 30px 55px 33px 45px;
}

#contact .contact-home_list.mod-index-list li:nth-child(4) a figure {
	width: 68px;
}

#contact .contact-home_list.mod-index-list li:nth-child(4) a div {
	flex: 1;
	margin-left: 25px;
}

#contact .contact-home_list.mod-index-list li:nth-child(4) a div .contact-home_list_ttl {
	padding-bottom: 4px;
	font-size: 18px;
	text-align: left;
}

#contact .contact-home_list.mod-index-list li:nth-child(4) a div .contact-home_list_ttl span {
	font-size: 16px;
}

#contact .contact-home_list.mod-index-list li:nth-child(4) a div .contact-home_list_txt {
	margin: 0;
}

@media screen and (max-width: 767px) {
	#contact .contact-home_list.mod-index-list {
		margin-top: 8vw;
	}

	#contact .contact-home_list.mod-index-list li > a {
		padding: 9.33333vw 6.66667vw 11.2vw 6.66667vw;
	}

	#contact .contact-home_list.mod-index-list li .contact-home_list_ttl {
		padding-bottom: 4vw;
		font-size: 5.33333vw;
	}

	#contact .contact-home_list.mod-index-list li figure {
		width: 32vw;
	}

	#contact .contact-home_list.mod-index-list li .contact-home_list_txt {
		margin: 5.33333vw 0 5.33333vw 0;
		font-size: 4vw;
		line-height: 1.7;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(3) {
		margin-top: 6.66667vw;
		padding: 9.33333vw 6.66667vw 9.33333vw 6.66667vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_list_txt {
		margin: 4vw 0 5.33333vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea {
		display: block;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt {
		width: 100%;
		padding-bottom: 2.66667vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt:nth-child(2) {
		margin-left: 0;
		margin-top: 5.33333vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt a figure {
		width: 15.73333vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt a .main-txt {
		padding-left: 2.66667vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(3) .contact-home_linkArea .mod-index-txt a i {
		bottom: 4.26667vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(4) a {
		display: block;
		padding: 5.33333vw 6.66667vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(4) a figure {
		width: 14.4vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(4) a div {
		display: flex;
		align-items: center;
		flex: inherit;
		margin-left: 0;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(4) a div .contact-home_list_ttl {
		flex: 1;
		padding-bottom: 0;
		padding-left: 2.66667vw;
		font-size: 4.53333vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(4) a div .contact-home_list_ttl span {
		font-size: 3.73333vw;
	}

	#contact .contact-home_list.mod-index-list li:nth-child(4) a .contact-home_list_txt {
		margin: 1.6vw 7.46667vw 1.6vw 0;
	}
}

@media screen and (max-width: 767px) {
	#contact .contact-home_accordion.mod-accordion-wrapper .accordion-head {
		padding-bottom: 6.66667vw;
	}
}

#contact .contact-home_accordion.mod-accordion-wrapper .contact-home_accordion_img {
	background-color: #f3f8f6;
	border-radius: 10px;
	width: 48px;
	height: 48px;
}

#contact .contact-home_accordion.mod-accordion-wrapper .contact-home_accordion_img img {
	width: 25px;
}

#contact .contact-home_accordion.mod-accordion-wrapper .contact-home_accordion_img.w21 img {
	width: 21px;
}

@media screen and (max-width: 767px) {
	#contact .contact-home_accordion.mod-accordion-wrapper .contact-home_accordion_img {
		border-radius: 1.33333vw;
		width: 10.66667vw;
		height: 10.66667vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper .contact-home_accordion_img img {
		width: 5.86667vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper .contact-home_accordion_img.w21 img {
		width: 4.8vw;
	}
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .contact-home_accordion_img {
	background-color: #fff;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .mod-txt {
	margin-top: 0;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .mod-txt + .main {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .mod-txt + .main {
		margin-top: 5.33333vw;
	}
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accordion_reception {
	display: flex;
	margin-top: 32px;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accordion_reception .contact-home_accordion_ttl {
	width: 88px;
	font-size: 16px;
	font-weight: bold;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accordion_reception .contact-home_accordion_txtArea {
	flex: 1;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accordion_reception .contact-home_accordion_txtArea .contact-home_accordion_time {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accordion_reception .contact-home_accordion_txtArea .contact-home_accordion_txt {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accordion_reception {
		margin-top: 5.86667vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accordion_reception .contact-home_accordion_ttl {
		width: 23.46667vw;
		font-size: 4vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accordion_reception .contact-home_accordion_txtArea .contact-home_accordion_time {
		margin-bottom: 1.06667vw;
		font-size: 4vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accordion_reception .contact-home_accordion_txtArea .contact-home_accordion_txt {
		font-size: 4vw;
	}
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 + .mod-txt {
	margin-top: 30px !important;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 thead tr th {
	text-align: center;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr {
	text-align: center;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td {
	padding: 14px 11px 16px;
	font-weight: 500;
	line-height: 1.6;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td img {
	width: 190px;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td span {
	display: block;
	padding-top: 4px;
	font-size: 14px;
	font-weight: 400;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td span.call {
	padding-right: 20px;
	font-size: 10px;
	text-align: right;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td a {
	font-size: 18px;
}

@media print, screen and (min-width: 768px) {
	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

@media screen and (max-width: 767px) {
	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 + .mod-txt {
		margin-top: 4.8vw !important;
		line-height: 1.7;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 thead tr th {
		padding: 3.2vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td {
		padding: 3.73333vw 2.13333vw 2.66667vw;
		font-size: 4vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td img {
		width: 42.13333vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td p {
		padding-top: 1.06667vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td span {
		padding-top: 1.06667vw;
		font-size: 3.46667vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td span.call {
		padding-right: 2.13333vw;
		font-size: 2.66667vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 35.73333vw;
		height: 9.86667vw;
		margin: 0 auto;
		font-size: 4.26667vw;
		border: 1px solid #c2cbcc;
		border-radius: 2.13333vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td a.tel_border {
		display: block;
		height: 13.33333vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td a.tel_border span {
		width: 100%;
		padding-top: 1.33333vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_table.mod-table-4 tbody tr td a.tel_border span.tell {
		padding-top: 0;
		font-size: 4.26667vw;
		font-weight: 500;
	}
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list {
	margin-top: 30px;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list + .contact-home_accList.mod-index-list {
	margin-top: 15px;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li {
	border: none;
	border-radius: 0 0 15px 0;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li .contact-home_accList_ttl {
	font-size: 20px;
	font-weight: 500;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a {
	background-color: #fff;
	border-radius: 0 0 15px 0;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a figure {
	margin-top: 0;
	padding-top: 30px;
	border-bottom: none;
	text-align: center;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a figure img {
	width: 190px;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt {
	padding: 26px 35px;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt .sub-txt {
	margin-top: 0;
	padding-right: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt i {
	width: 20px;
	height: 20px;
	bottom: 15px;
	right: 15px;
	border: 1px solid #dae0e0;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt i::before,
#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt i::after {
	width: 8px;
	height: 8px;
}

#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a:hover .mod-index-txt i {
	border: 1px solid #007a46;
}

@media screen and (max-width: 767px) {
	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list {
		margin-top: 5.33333vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list + .contact-home_accList.mod-index-list {
		margin-top: 5.33333vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li {
		border-radius: 0 0 4vw 0;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li .contact-home_accList_ttl {
		font-size: 4.8vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a {
		margin-top: 2.66667vw;
		border-radius: 0 0 4vw 0;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a figure {
		padding-top: 5.33333vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a figure img {
		width: 50.66667vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt {
		padding: 4.8vw 10.66667vw 5.33333vw 5.33333vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt .sub-txt {
		font-size: 3.73333vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt i {
		width: 5.33333vw;
		height: 5.33333vw;
		bottom: 4vw;
		right: 4vw;
	}

	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt i::before,
	#contact .contact-home_accordion.mod-accordion-wrapper[area-expanded="true"] .accordion-content .accordion-content-inner .contact-home_accList.mod-index-list li a .mod-index-txt i::after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#contact .contact-home_modLink a {
	display: block;
	margin-top: 0;
}

#contact .contact-home_modLink a + a {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#contact .contact-home_modLink a + a {
		margin-top: 3.2vw;
	}
}

#page-404 .mod-container {
	width: 720px;
	padding-top: 190px;
}

@media screen and (max-width: 767px) {
	#page-404 .mod-container {
		width: 100%;
		padding-top: 25.33333vw;
	}
}

#page-404 .page-404_main {
	position: relative;
	padding: 45px 10px;
	border: 4px solid #007a46;
	border-radius: 10px;
	text-align: center;
}

#page-404 .page-404_main::after {
	content: "";
	position: absolute;
	right: -86px;
	bottom: -82px;
	width: 160px;
	height: 176px;
	background: url(/ja/assets/img/404/img_1.png) no-repeat 0 0;
	background-size: cover;
}

#page-404 .page-404_main .page-404_mainTtl {
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#page-404 .page-404_main {
		width: calc(100% - 40px);
		padding: 27px 5px;
	}

	#page-404 .page-404_main::after {
		right: -49px;
		bottom: -46px;
		width: 88px;
		height: 96px;
	}

	#page-404 .page-404_main .page-404_mainTtl {
		font-size: 5.86667vw;
	}
}

#page-404 .page-404_txt {
	margin-top: 96px;
	line-height: 1.9;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#page-404 .page-404_txt {
		margin-top: 16.53333vw;
		font-size: 4vw;
		text-align: left;
	}
}

#page-404 .search-wrapper {
	width: 100%;
	margin: 50px auto 50px;
	padding: 45px;
	transition: 0.5s ease;
}

@media screen and (max-width: 767px) {
	#page-404 .search-wrapper {
		margin: 30px auto 8vw;
		padding: 25px;
	}
}

#page-404 .search-wrapper input,
#page-404 .search-wrapper button,
#page-404 .search-wrapper select,
#page-404 .search-wrapper textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

@media screen and (max-width: 767px) {
	#page-404 .search-wrapper .search-wrapper-inner {
		width: 100%;
		padding: 0;
	}
}

#page-404 .search-wrapper .search-wrapper-inner .page-404_searchTxt {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#page-404 .search-wrapper .search-wrapper-inner .page-404_searchTxt {
		font-size: 4.8vw;
	}
}

#page-404 .search-wrapper form {
	position: relative;
	border-bottom: 3px solid #007a46;
	display: flex;
	align-items: center;
}

#page-404 .search-wrapper form:before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/ja/assets/img/all/ico_search-green.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 22px;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	#page-404 .search-wrapper form:before {
		width: 4.26667vw;
		height: 4.26667vw;
		top: 3.46667vw;
	}
}

#page-404 .search-wrapper form input {
	display: block;
}

#page-404 .search-wrapper form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f3f8f6 inset;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

#page-404 .search-wrapper form .search-txt {
	position: relative;
	width: calc(100% - 46px);
	font-size: 16px;
	color: #333;
	padding: 20px 10px 20px 40px;
}

@media screen and (max-width: 767px) {
	#page-404 .search-wrapper form .search-txt {
		width: calc(100% - 12vw);
		font-size: 4vw;
		padding: 2.66667vw 0 2.66667vw 6.93333vw;
	}
}

#page-404 .search-wrapper form .search-txt::-moz-placeholder {
	color: #aaa;
}

#page-404 .search-wrapper form .search-txt:-ms-input-placeholder {
	color: #aaa;
}

#page-404 .search-wrapper form .search-txt::placeholder {
	color: #aaa;
}

#page-404 .search-wrapper form .search-btn {
	color: #007a46;
	font-weight: 700;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#page-404 .search-wrapper form .search-btn {
		font-size: 4.26667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#page-404 .search-wrapper form .search-btn {
		cursor: pointer;
	}
}

#page-404 .search-wrapper form .search-btn:hover {
	color: #333;
}

#faq-top .mod-container {
	width: 100%;
	padding: 0 0 110px;
	max-width: inherit;
}

@media screen and (max-width: 767px) {
	#faq-top .mod-container {
		padding: 0 0 18.66667vw;
	}
}

#faq-top .mod-img-head {
	background-color: #f3f8f6;
}

#faq-top .mod-img-head .mod-img-head-inner {
	background-image: url(/ja/faq/img/top/bg_head.jpg);
}

@media screen and (max-width: 767px) {
	#faq-top .mod-img-head .mod-img-head-inner {
		background-image: url(/ja/faq/img/top/bg_head_sp.jpg);
	}
}

#faq-top .faq-qa-sec {
	padding: 80px 0 110px;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-qa-sec {
		padding: 10.66667vw 0 18.66667vw;
	}
}

#faq-top .mod-h1.faq,
#faq .mod-h1.faq {
	margin-top: 73px;
}

@media screen and (max-width: 767px) {
	#faq-top .mod-h1.faq,
	#faq .mod-h1.faq {
		margin-top: 18.66667vw;
	}
}

#faq-top .mod-h1.faq span.sub,
#faq .mod-h1.faq span.sub {
	color: #333;
	position: absolute;
	font-size: 18px;
	top: -40px;
	left: 0;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#faq-top .mod-h1.faq span.sub,
	#faq .mod-h1.faq span.sub {
		font-size: 4.26667vw;
		top: -8vw;
	}
}

#faq-top .faq-search-sec .site-search-head .item-head,
#faq-top .faq-search-sec .site-search-mid .item-head,
#faq .faq-search-sec .site-search-head .item-head,
#faq .faq-search-sec .site-search-mid .item-head {
	width: 190px;
}

#faq-top .faq-search-sec .site-search-head .keyword-list,
#faq-top .faq-search-sec .site-search-mid .keyword-list,
#faq .faq-search-sec .site-search-head .keyword-list,
#faq .faq-search-sec .site-search-mid .keyword-list {
	flex: 1;
	margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-search-sec .site-search-head .keyword-list,
	#faq-top .faq-search-sec .site-search-mid .keyword-list,
	#faq .faq-search-sec .site-search-head .keyword-list,
	#faq .faq-search-sec .site-search-mid .keyword-list {
		width: calc(100% + 3.7vw);
		margin-top: 3.2vw;
	}
}

#faq-top .faq-search-sec .site-search-head .keyword-list > li,
#faq-top .faq-search-sec .site-search-mid .keyword-list > li,
#faq .faq-search-sec .site-search-head .keyword-list > li,
#faq .faq-search-sec .site-search-mid .keyword-list > li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-search-sec .site-search-head .keyword-list > li,
	#faq-top .faq-search-sec .site-search-mid .keyword-list > li,
	#faq .faq-search-sec .site-search-head .keyword-list > li,
	#faq .faq-search-sec .site-search-mid .keyword-list > li {
		margin-right: 3.2vw;
	}
}

#faq-top .faq-search-sec .site-search-head .keyword-list > li a,
#faq-top .faq-search-sec .site-search-mid .keyword-list > li a,
#faq .faq-search-sec .site-search-head .keyword-list > li a,
#faq .faq-search-sec .site-search-mid .keyword-list > li a {
	color: #007a46;
	transition: 0.2s ease;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-search-sec .site-search-head .keyword-list > li a,
	#faq-top .faq-search-sec .site-search-mid .keyword-list > li a,
	#faq .faq-search-sec .site-search-head .keyword-list > li a,
	#faq .faq-search-sec .site-search-mid .keyword-list > li a {
		font-size: 4vw;
	}
}

#faq-top .faq-search-sec .site-search-head .keyword-list > li a:hover,
#faq-top .faq-search-sec .site-search-mid .keyword-list > li a:hover,
#faq .faq-search-sec .site-search-head .keyword-list > li a:hover,
#faq .faq-search-sec .site-search-mid .keyword-list > li a:hover {
	opacity: 0.75;
}

#faq-top .faq-search-sec .site-search-head input,
#faq .faq-search-sec .site-search-head input {
	flex: 1;
	width: 100%;
}

#faq-top .faq-search-sec .site-search-head input:-webkit-autofill,
#faq .faq-search-sec .site-search-head input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

#faq-top .faq-search-sec .site-search-mid,
#faq .faq-search-sec .site-search-mid {
	margin-top: 15px;
	align-items: baseline;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-search-sec .site-search-mid,
	#faq .faq-search-sec .site-search-mid {
		margin-top: 2.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq-top .faq-tab-sec,
	#faq .faq-tab-sec {
		margin-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .faq-tab-sec,
	#faq .faq-tab-sec {
		margin-top: 13.33333vw;
	}
}

#faq-top .mod-tab-sec .tab-wrapper .mod-anchor-wrapper,
#faq .mod-tab-sec .tab-wrapper .mod-anchor-wrapper {
	margin-top: 65px !important;
}

@media screen and (max-width: 767px) {
	#faq-top .mod-tab-sec .tab-wrapper .mod-anchor-wrapper,
	#faq .mod-tab-sec .tab-wrapper .mod-anchor-wrapper {
		margin-top: 40px !important;
	}
}

#faq-top .mod-tab-sec .tab-wrapper .mod-anchor-wrapper + h2.mod-h2,
#faq .mod-tab-sec .tab-wrapper .mod-anchor-wrapper + h2.mod-h2 {
	margin-top: 68px;
}

@media screen and (max-width: 767px) {
	#faq-top .mod-tab-sec .tab-wrapper .mod-anchor-wrapper + h2.mod-h2,
	#faq .mod-tab-sec .tab-wrapper .mod-anchor-wrapper + h2.mod-h2 {
		margin-top: 13.33333vw;
	}
}

#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger,
#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger {
	display: none;
}

@media screen and (max-width: 767px) {
	#faq-top .mod-tab-sec .tab-wrapper h2.mod-h2,
	#faq .mod-tab-sec .tab-wrapper h2.mod-h2 {
		padding: 0;
		margin: 0;
		font-size: 5.06667vw;
		border: none;
		line-height: 1.6;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#faq-top .mod-tab-sec .tab-wrapper h2.mod-h2:before,
	#faq .mod-tab-sec .tab-wrapper h2.mod-h2:before {
		display: none;
	}

	#faq-top .mod-tab-sec .tab-wrapper h2.mod-h2:after,
	#faq .mod-tab-sec .tab-wrapper h2.mod-h2:after {
		display: none;
	}

	#faq-top .mod-tab-sec .tab-wrapper h2.mod-h2 i,
	#faq .mod-tab-sec .tab-wrapper h2.mod-h2 i {
		position: relative;
		display: block;
		width: 8vw;
		height: 8vw;
		border: 2px solid #007a46;
		background-color: #fff;
		border-radius: 50%;
	}

	#faq-top .mod-tab-sec .tab-wrapper h2.mod-h2 i:before,
	#faq .mod-tab-sec .tab-wrapper h2.mod-h2 i:before {
		position: absolute;
		content: "";
		display: block;
		width: 3.2vw;
		height: 0.53333vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#faq-top .mod-tab-sec .tab-wrapper h2.mod-h2 i:after,
	#faq .mod-tab-sec .tab-wrapper h2.mod-h2 i:after {
		position: absolute;
		content: "";
		display: block;
		width: 0.53333vw;
		height: 3.2vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: 0.2s ease;
	}

	#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper,
	#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper {
		transition: 0.2s ease;
		padding: 6.66667vw 5.33333vw;
		width: 100vw;
		margin-left: -5.33333vw;
		border-top: 1px solid #c2cbcc;
		border-bottom: 1px solid #c2cbcc;
	}

	#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper[area-expanded="true"],
	#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper[area-expanded="true"] {
		background-color: #f3f8f6;
	}

	#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper[area-expanded="true"] .mod-h2 i,
	#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper[area-expanded="true"] .mod-h2 i {
		border-color: #dae0e0;
	}

	#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper[area-expanded="true"] .mod-h2 i:after,
	#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper[area-expanded="true"] .mod-h2 i:after {
		transform: rotate(90deg);
	}

	#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper .products-img-list,
	#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper .products-img-list {
		margin-top: 0 !important;
	}

	#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper + .products-accordion-wrapper,
	#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper + .products-accordion-wrapper {
		border-top: none;
	}

	#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger,
	#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger {
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-top: 6.66667vw;
		color: #333;
	}

	#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger i,
	#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger i {
		position: relative;
		display: block;
		width: 5.33333vw;
		height: 5.33333vw;
		border: 1px solid #dae0e0;
		background-color: #fff;
		border-radius: 50%;
		margin-left: 1.06667vw;
	}

	#faq-top .mod-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger i:before,
	#faq .mod-tab-sec .tab-wrapper .products-accordion-wrapper .close-trigger i:before {
		position: absolute;
		content: "";
		display: block;
		width: 2.13333vw;
		height: 0.53333vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}

#faq-top .mod-accordion-wrapper .accordion-product-list > li a figure,
#faq .mod-accordion-wrapper .accordion-product-list > li a figure {
	background-color: #fff;
	padding: 12px;
}

@media screen and (max-width: 767px) {
	#faq-top .mod-accordion-wrapper .accordion-product-list > li a figure,
	#faq .mod-accordion-wrapper .accordion-product-list > li a figure {
		padding: 2.66667vw;
	}
}

#faq-top ul.faq-img-list,
#faq ul.faq-img-list {
	display: flex;
	flex-wrap: wrap;
}

#faq-top ul.faq-img-list > li,
#faq ul.faq-img-list > li {
	width: calc((100% - 72px) / 4);
	margin-right: 24px;
}

@media print, screen and (min-width: 768px) {
	#faq-top ul.faq-img-list > li:nth-child(n + 5),
	#faq ul.faq-img-list > li:nth-child(n + 5) {
		margin-top: 50px;
	}

	#faq-top ul.faq-img-list > li:nth-child(4n),
	#faq ul.faq-img-list > li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#faq-top ul.faq-img-list > li,
	#faq ul.faq-img-list > li {
		width: calc((100% - 4vw) / 2);
		margin-right: 4vw;
	}

	#faq-top ul.faq-img-list > li:nth-child(n + 3),
	#faq ul.faq-img-list > li:nth-child(n + 3) {
		margin-top: 20px;
	}

	#faq-top ul.faq-img-list > li:nth-child(2n),
	#faq ul.faq-img-list > li:nth-child(2n) {
		margin-right: 0;
	}
}

#faq-top ul.faq-img-list > li a,
#faq ul.faq-img-list > li a {
	display: block;
}

#faq-top ul.faq-img-list > li a figure,
#faq ul.faq-img-list > li a figure {
	position: relative;
	border: 1px solid #e7eeed;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	height: 174px;
}

@media screen and (max-width: 767px) {
	#faq-top ul.faq-img-list > li a figure,
	#faq ul.faq-img-list > li a figure {
		height: 26.4vw;
	}
}

#faq-top ul.faq-img-list > li a figure img,
#faq ul.faq-img-list > li a figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 71%;
	max-height: 56%;
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	#faq-top ul.faq-img-list > li a:hover figure img,
	#faq ul.faq-img-list > li a:hover figure img {
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
	}

	#faq-top ul.faq-img-list > li a:hover p,
	#faq ul.faq-img-list > li a:hover p {
		color: #007a46;
	}
}

#faq-top ul.faq-img-list > li a p,
#faq ul.faq-img-list > li a p {
	font-size: 18px;
	margin-top: 12px;
	transition: 0.2s ease;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#faq-top ul.faq-img-list > li a p,
	#faq ul.faq-img-list > li a p {
		font-size: 4.26667vw;
		margin-top: 1.86667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq-top .category-list,
	#faq .category-list {
		display: flex;
		flex-wrap: wrap;
	}
}

#faq-top .category-list > li .mod-h3,
#faq .category-list > li .mod-h3 {
	margin-top: 0;
}

#faq-top .category-list > li .mod-h3 a,
#faq .category-list > li .mod-h3 a {
	display: block;
	transition: 0.2s ease;
	position: relative;
	cursor: pointer;
}

#faq-top .category-list > li .mod-h3 a i,
#faq .category-list > li .mod-h3 a i {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
	top: 5px;
	right: 0;
}

#faq-top .category-list > li .mod-h3 a i:before,
#faq .category-list > li .mod-h3 a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .mod-h3 a i:before,
	#faq .category-list > li .mod-h3 a i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#faq-top .category-list > li .mod-h3 a i:after,
#faq .category-list > li .mod-h3 a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .mod-h3 a i:after,
	#faq .category-list > li .mod-h3 a i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .mod-h3 a i,
	#faq .category-list > li .mod-h3 a i {
		width: 8vw;
		height: 8vw;
		top: 1.06667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq-top .category-list > li .mod-h3 a:hover span,
	#faq .category-list > li .mod-h3 a:hover span {
		color: #007a46;
	}

	#faq-top .category-list > li .mod-h3 a:hover i,
	#faq .category-list > li .mod-h3 a:hover i {
		background-color: #007a46;
	}

	#faq-top .category-list > li .mod-h3 a:hover i:after,
	#faq .category-list > li .mod-h3 a:hover i:after {
		opacity: 1;
	}

	#faq-top .category-list > li .mod-h3 a:hover i:before,
	#faq .category-list > li .mod-h3 a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .mod-h3 a:hover,
	#faq .category-list > li .mod-h3 a:hover {
		opacity: 0.75;
	}
}

#faq-top .category-list > li figure,
#faq .category-list > li figure {
	border: 1px solid #ebf1f0;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	#faq-top .category-list > li,
	#faq .category-list > li {
		width: calc((100% - 72px) / 3);
		margin-right: 36px;
	}

	#faq-top .category-list > li:nth-child(3n),
	#faq .category-list > li:nth-child(3n) {
		margin-right: 0;
	}

	#faq-top .category-list > li:nth-child(n + 4),
	#faq .category-list > li:nth-child(n + 4) {
		margin-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li:not(:first-child),
	#faq .category-list > li:not(:first-child) {
		margin-top: 13.33333vw;
	}
}

#faq-top .category-list > li .category-link-list,
#faq .category-list > li .category-link-list {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .category-link-list,
	#faq .category-list > li .category-link-list {
		margin-top: 5.33333vw;
	}
}

#faq-top .category-list > li .category-link-list > li:not(:first-child),
#faq .category-list > li .category-link-list > li:not(:first-child) {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .category-link-list > li:not(:first-child),
	#faq .category-list > li .category-link-list > li:not(:first-child) {
		margin-top: 3.2vw;
	}
}

#faq-top .category-list > li .category-link-list > li a,
#faq .category-list > li .category-link-list > li a {
	font-size: 16px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .category-link-list > li a,
	#faq .category-list > li .category-link-list > li a {
		font-size: 4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq-top .category-list > li .category-link-list > li a:hover,
	#faq .category-list > li .category-link-list > li a:hover {
		color: #007a46;
	}
}

#faq-top .category-list > li .category-link-list.col2,
#faq .category-list > li .category-link-list.col2 {
	display: flex;
	flex-wrap: wrap;
}

#faq-top .category-list > li .category-link-list.col2 > li,
#faq .category-list > li .category-link-list.col2 > li {
	width: calc((100% - 30px) / 2);
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .category-link-list.col2 > li,
	#faq .category-list > li .category-link-list.col2 > li {
		width: calc((100% - 4vw) / 2);
	}
}

#faq-top .category-list > li .category-link-list.col2 > li:nth-child(2),
#faq .category-list > li .category-link-list.col2 > li:nth-child(2) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .category-link-list.col2 > li:nth-child(2),
	#faq .category-list > li .category-link-list.col2 > li:nth-child(2) {
		margin-top: 0;
	}
}

#faq-top .category-list > li .category-link-list.col2 > li:nth-child(n + 3),
#faq .category-list > li .category-link-list.col2 > li:nth-child(n + 3) {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .category-link-list.col2 > li:nth-child(n + 3),
	#faq .category-list > li .category-link-list.col2 > li:nth-child(n + 3) {
		margin-top: 3.2vw;
	}
}

#faq-top .category-list > li .category-link-list.col2 > li:nth-child(2n),
#faq .category-list > li .category-link-list.col2 > li:nth-child(2n) {
	margin-left: 30px;
}

@media screen and (max-width: 767px) {
	#faq-top .category-list > li .category-link-list.col2 > li:nth-child(2n),
	#faq .category-list > li .category-link-list.col2 > li:nth-child(2n) {
		margin-left: 2vw;
	}
}

#faq-top .purpose-list,
#faq .purpose-list {
	display: flex;
	flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
	#faq-top .purpose-list > li,
	#faq .purpose-list > li {
		width: calc((100% - 72px) / 4);
		margin-right: 24px;
	}

	#faq-top .purpose-list > li:nth-child(4n),
	#faq .purpose-list > li:nth-child(4n) {
		margin-right: 0;
	}

	#faq-top .purpose-list > li:nth-child(n + 5),
	#faq .purpose-list > li:nth-child(n + 5) {
		margin-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .purpose-list > li,
	#faq .purpose-list > li {
		width: calc((100% - 4vw) / 2);
	}

	#faq-top .purpose-list > li:nth-child(n + 3),
	#faq .purpose-list > li:nth-child(n + 3) {
		margin-top: 5.33333vw;
	}

	#faq-top .purpose-list > li:nth-child(2n),
	#faq .purpose-list > li:nth-child(2n) {
		margin-left: 4vw;
	}
}

#faq-top .purpose-list > li > a figure,
#faq .purpose-list > li > a figure {
	border: 1px solid #ebf1f0;
	overflow: hidden;
}

#faq-top .purpose-list > li > a figure img,
#faq .purpose-list > li > a figure img {
	transition: 0.2s ease;
}

#faq-top .purpose-list > li > a .category-ttl,
#faq .purpose-list > li > a .category-ttl {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#faq-top .purpose-list > li > a .category-ttl,
	#faq .purpose-list > li > a .category-ttl {
		margin-top: 2.13333vw;
		font-size: 4.26667vw;
	}
}

#faq-top .purpose-list > li > a:hover figure img,
#faq .purpose-list > li > a:hover figure img {
	transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

#faq-top .purpose-list > li > a:hover .category-ttl,
#faq .purpose-list > li > a:hover .category-ttl {
	color: #007a46;
}

#faq-top .trouble-link a,
#faq .trouble-link a {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #c2cbcc;
	padding: 35px 67px 35px 35px;
	border-radius: 0 0 30px 0;
	height: 100%;
}

@media print, screen and (min-width: 768px) {
	#faq-top .trouble-link a,
	#faq .trouble-link a {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-link a,
	#faq .trouble-link a {
		padding: 6.66667vw 14.93333vw 6.66667vw 6.13333vw;
	}
}

#faq-top .trouble-link a figure,
#faq .trouble-link a figure {
	width: 62px;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-link a figure,
	#faq .trouble-link a figure {
		width: 14.66667vw;
		height: 16vw;
	}
}

#faq-top .trouble-link a span,
#faq .trouble-link a span {
	font-size: 20px;
	font-weight: 500;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-link a span,
	#faq .trouble-link a span {
		font-size: 4.53333vw;
	}
}

#faq-top .trouble-link a i,
#faq .trouble-link a i {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
	bottom: 25px;
	right: 25px;
}

#faq-top .trouble-link a i:before,
#faq .trouble-link a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-link a i:before,
	#faq .trouble-link a i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#faq-top .trouble-link a i:after,
#faq .trouble-link a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-link a i:after,
	#faq .trouble-link a i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-link a i,
	#faq .trouble-link a i {
		width: 8vw;
		height: 8vw;
		bottom: 6.66667vw;
		right: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq-top .trouble-link a:hover span,
	#faq .trouble-link a:hover span {
		color: #007a46;
	}

	#faq-top .trouble-link a:hover i,
	#faq .trouble-link a:hover i {
		background-color: #007a46;
	}

	#faq-top .trouble-link a:hover i:after,
	#faq .trouble-link a:hover i:after {
		opacity: 1;
	}

	#faq-top .trouble-link a:hover i:before,
	#faq .trouble-link a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-link a:hover,
	#faq .trouble-link a:hover {
		opacity: 0.75;
	}
}

#faq-top .faq-end-link,
#faq .faq-end-link {
	margin-top: 110px;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link,
	#faq .faq-end-link {
		margin-top: 18.66667vw;
	}
}

#faq-top .faq-end-link a,
#faq .faq-end-link a {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #c2cbcc;
	padding: 35px 168px 35px 35px;
	border-radius: 0 0 30px 0;
	height: 100%;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a,
	#faq .faq-end-link a {
		flex-wrap: wrap;
		padding: 5.33333vw 14.4vw 6.66667vw 6.66667vw;
	}
}

#faq-top .faq-end-link a figure,
#faq .faq-end-link a figure {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #c3ecd3;
	margin-right: 25px;
}

#faq-top .faq-end-link a figure img,
#faq .faq-end-link a figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 37px;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a figure img,
	#faq .faq-end-link a figure img {
		width: 8vw;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a figure,
	#faq .faq-end-link a figure {
		width: 14.4vw;
		height: 14.4vw;
		margin-right: 2.66667vw;
	}
}

#faq-top .faq-end-link a span.main,
#faq .faq-end-link a span.main {
	font-size: 18px;
	font-weight: 500;
	transition: 0.2s ease;
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a span.main,
	#faq .faq-end-link a span.main {
		margin-right: 0;
		font-size: 4.53333vw;
	}
}

#faq-top .faq-end-link a span.sub,
#faq .faq-end-link a span.sub {
	font-size: 16px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a span.sub,
	#faq .faq-end-link a span.sub {
		width: 100%;
		margin-top: 2.66667vw;
		font-size: 4vw;
	}
}

#faq-top .faq-end-link a i,
#faq .faq-end-link a i {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #007a46;
	transition: 0.5s;
}

@media print, screen and (min-width: 768px) {
	#faq-top .faq-end-link a i,
	#faq .faq-end-link a i {
		bottom: 25px;
		right: 25px;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a i,
	#faq .faq-end-link a i {
		bottom: 6.66667vw;
		bottom: 5.33333vw;
	}
}

#faq-top .faq-end-link a i:before,
#faq .faq-end-link a i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a i:before,
	#faq .faq-end-link a i:before {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

#faq-top .faq-end-link a i:after,
#faq .faq-end-link a i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a i:after,
	#faq .faq-end-link a i:after {
		width: 1.86667vw;
		height: 3.46667vw;
		top: 1px;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a i,
	#faq .faq-end-link a i {
		width: 8vw;
		height: 8vw;
		bottom: 6.66667vw;
		right: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq-top .faq-end-link a:hover span.main,
	#faq .faq-end-link a:hover span.main {
		color: #007a46;
	}

	#faq-top .faq-end-link a:hover span.sub,
	#faq .faq-end-link a:hover span.sub {
		color: #333;
	}

	#faq-top .faq-end-link a:hover i,
	#faq .faq-end-link a:hover i {
		background-color: #007a46;
	}

	#faq-top .faq-end-link a:hover i:after,
	#faq .faq-end-link a:hover i:after {
		opacity: 1;
	}

	#faq-top .faq-end-link a:hover i:before,
	#faq .faq-end-link a:hover i:before {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .faq-end-link a:hover,
	#faq .faq-end-link a:hover {
		opacity: 0.75;
	}
}

#faq-top .trouble-list,
#faq .trouble-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-list,
	#faq .trouble-list {
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq-top .trouble-list > li,
	#faq .trouble-list > li {
		width: calc((100% - 36px) / 2);
	}

	#faq-top .trouble-list > li:nth-child(2n),
	#faq .trouble-list > li:nth-child(2n) {
		margin-left: 36px;
	}

	#faq-top .trouble-list > li:nth-child(n + 3),
	#faq .trouble-list > li:nth-child(n + 3) {
		margin-top: 35px;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-list > li:not(:first-child),
	#faq .trouble-list > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

#faq-top .trouble-list > li.trouble-link > a,
#faq .trouble-list > li.trouble-link > a {
	justify-content: flex-start;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-list > li.trouble-link > a,
	#faq .trouble-list > li.trouble-link > a {
		padding: 7.46667vw 15.46667vw 7.46667vw 5.6vw;
	}
}

#faq-top .trouble-list > li.trouble-link > a figure,
#faq .trouble-list > li.trouble-link > a figure {
	position: relative;
	width: 66px;
	/*
                        img {
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: auto;
                            max-width: 100%;
                            max-height: 100%;
                        }*/
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-list > li.trouble-link > a figure,
	#faq .trouble-list > li.trouble-link > a figure {
		width: 15.73333vw;
	}
}

#faq-top .trouble-list > li.trouble-link > a figure.trouble1,
#faq .trouble-list > li.trouble-link > a figure.trouble1 {
	width: 66px;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-list > li.trouble-link > a figure.trouble1,
	#faq .trouble-list > li.trouble-link > a figure.trouble1 {
		width: 15.46667vw;
	}
}

#faq-top .trouble-list > li.trouble-link > a figure.trouble2,
#faq .trouble-list > li.trouble-link > a figure.trouble2 {
	width: 56px;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-list > li.trouble-link > a figure.trouble2,
	#faq .trouble-list > li.trouble-link > a figure.trouble2 {
		width: 13.06667vw;
	}
}

#faq-top .trouble-list > li.trouble-link > a figure.trouble3,
#faq .trouble-list > li.trouble-link > a figure.trouble3 {
	width: 61px;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-list > li.trouble-link > a figure.trouble3,
	#faq .trouble-list > li.trouble-link > a figure.trouble3 {
		width: 14.4vw;
	}
}

#faq-top .trouble-list > li.trouble-link > a figure.trouble4,
#faq .trouble-list > li.trouble-link > a figure.trouble4 {
	width: 67px;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-list > li.trouble-link > a figure.trouble4,
	#faq .trouble-list > li.trouble-link > a figure.trouble4 {
		width: 15.73333vw;
	}
}

#faq-top .trouble-list > li.trouble-link > a span,
#faq .trouble-list > li.trouble-link > a span {
	font-size: 18px;
	flex: 1;
}

@media screen and (max-width: 767px) {
	#faq-top .trouble-list > li.trouble-link > a span,
	#faq .trouble-list > li.trouble-link > a span {
		font-size: 4.53333vw;
	}
}

@media screen and (max-width: 767px) {
	#faq-top .common-sec,
	#faq .common-sec {
		padding-left: 5.33333vw;
		padding-right: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq-top .common-sec .common-sec-inner,
	#faq .common-sec .common-sec-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

.faq-hide-list .mod-q-list > li {
	transition: 0.4s ease;
}

.faq-hide-list .mod-q-list[area-expanded="false"] > li:nth-child(n + 6) {
	height: 0;
	margin-top: 0;
	overflow: hidden;
}

.faq-hide-list .faq-list-btn-wrapper {
	text-align: center;
	margin-top: 50px;
}

.faq-list-btn {
	position: relative;
	line-height: 1.3;
	display: inline-flex;
	border-radius: 0 0 10px 0;
	border: 2px solid #007a46;
	background-color: #fff;
	color: #007a46;
	padding: 15px 30px 15px 30px;
	font-size: 15px;
	min-width: 288px;
	max-width: 360px;
	justify-content: center;
	align-items: center;
	transition: background 0.4s, color 0.4s, font-size 0.05s, width 0.4s, border 0.4s;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.faq-list-btn {
		padding: 4vw 6.66667vw;
		max-width: 80vw;
		min-width: 69.33333vw;
		font-size: 3.73333vw;
	}
}

.faq-list-btn span {
	color: #007a46;
}

.faq-list-btn[area-selected="true"] i:after {
	transform: rotateX(90deg);
}

@media print, screen and (min-width: 768px) {
	.faq-list-btn:hover {
		background-color: #007a46;
		color: #fff;
	}

	.faq-list-btn:hover span {
		color: #fff;
	}

	.faq-list-btn:hover i:before {
		background-color: #fff;
	}

	.faq-list-btn:hover i:after {
		background-color: #fff;
	}
}

.faq-list-btn:focus-visible {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: -2px;
}

.faq-list-btn i {
	position: relative;
	display: block;
	height: 12px;
	width: 12px;
	margin-left: 10px;
}

.faq-list-btn i:before {
	position: absolute;
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #007a46;
}

.faq-list-btn i:after {
	position: absolute;
	content: "";
	display: block;
	height: 12px;
	width: 2px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #007a46;
}

#faq .faq-box {
	background-color: #f3f8f6;
	margin-top: 110px;
	padding: 45px;
}

@media screen and (max-width: 767px) {
	#faq .faq-box {
		margin-top: 18.66667vw;
		padding: 8vw 6.66667vw;
	}
}

#faq .faq-box p {
	text-align: center;
}

#faq .faq-box p.main {
	font-size: 20px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#faq .faq-box p.main {
		font-size: 5.33333vw;
	}
}

#faq .faq-box p.sub {
	font-size: 16px;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	#faq .faq-box p.sub {
		margin-top: 4vw;
		font-size: 4vw;
	}
}

#faq .faq-box .mod-btn-wrapper {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#faq .faq-box .mod-btn-wrapper {
		margin-top: 8vw;
	}
}

#faq .page_cnt {
	font-size: 16px;
	line-height: 1.3;
	margin: 80px 0 30px;
	color: #333;
	line-height: 1.6;
}

#faq .page_cnt b {
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

#faq .page_cnt + .change_word_search_again {
	margin: 30px 0 30px;
}

#faq .change_word_search_again {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	margin: 80px 0 30px;
	color: #333;
	line-height: 1.6;
}

#faq .faq-deatil-question {
	padding: 30px 0;
	border-top: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-question {
		padding: 5.33333vw 0;
	}
}

#faq .faq-deatil-question .faq-deatil-question-head {
	position: relative;
	padding-left: 57px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-question .faq-deatil-question-head {
		padding-left: 10.66667vw;
	}
}

#faq .faq-deatil-question .faq-deatil-question-head span {
	color: #007a46;
	font-size: 24px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-question .faq-deatil-question-head span {
		font-size: 5.06667vw;
	}
}

#faq .faq-deatil-question .faq-deatil-question-head i {
	content: "";
	position: absolute;
	width: 42px;
	height: 42px;
	background-image: url(/ja/assets/img/all/icon_question.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	left: 0;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-question .faq-deatil-question-head i {
		width: 9.06667vw;
		height: 9.06667vw;
	}
}

#faq .faq-deatil-question.rescue .faq-deatil-question-head i {
	width: 35px;
	height: 32px;
	background-image: url(/ja/assets/img/all/ico_rescue.svg);
	top: 2px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-question.rescue .faq-deatil-question-head i {
		width: 7.46667vw;
		height: 6.66667vw;
		top: 0.53333vw;
	}
}

#faq .faq-deatil-answer {
	position: relative;
	padding: 30px 0;
	border-top: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer {
		padding: 5.33333vw 0;
	}
}

#faq .faq-deatil-answer i.answer {
	content: "";
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	background-image: url(/ja/assets/img/all/ico_answer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	left: 0;
	top: 28px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer i.answer {
		position: relative;
		width: 9.06667vw;
		height: 9.06667vw;
		margin-bottom: 2.66667vw;
		top: 0;
		margin-right: 2.66667vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-head {
	position: relative;
	padding-left: 57px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-head {
		padding-left: 0;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-head + .faq-deatil-answer-content {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-head + .faq-deatil-answer-content {
		margin-top: 5.33333vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-head span {
	color: #333;
	font-size: 24px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-head span {
		font-size: 5.06667vw;
	}
}

#faq .faq-deatil-answer.rescue .faq-deatil-answer-head {
	padding-left: 0;
}

#faq .faq-deatil-answer.rescue .faq-deatil-answer-content {
	padding-left: 0;
}

@media print, screen and (min-width: 768px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content {
		padding-left: 57px;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text {
		font-size: 4vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text b {
	font-weight: 700;
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a {
	position: relative;
	font-size: 16px;
	color: #007a46;
	transition: 0.2s ease;
	padding-left: 18px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.2s ease;
	font-weight: 500;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a {
		/* margin-top: 5.33333vw; */
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a.default {
	padding-left: 0;
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 14px;
	top: 8px;
	bottom: 0;
	/* margin: auto; */
	left: 5px;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a:before {
		width: 2.13333vw;
		height: 3.73333vw;
		/* top: 0.8vw; */
	}
}

@media print, screen and (min-width: 768px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a:hover {
		color: #333;
	}

	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a:hover:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a:hover {
		opacity: 0.65;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a[target="_blank"]:not(.pdf) {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a[target="_blank"]:not(.pdf) {
		padding-left: 5.86667vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a[target="_blank"]:not(.pdf):before {
	top: 2px;
	width: 15px;
	height: 15px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a[target="_blank"]:not(.pdf):before {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block .text a[target="_blank"]:not(.pdf):hover i:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul {
	position: relative;
	color: #333;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul {
		margin-top: 5.33333vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul > li {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 16px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul > li {
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul > li:before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #333;
	left: 0;
	top: 12px;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul > li:before {
		width: 1.6vw;
		height: 1.6vw;
		top: pxtove(10);
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul > li a {
	color: #007a46;
	transition: 0.2s ease;
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ul > li a:hover {
	color: #333;
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol {
	position: relative;
	color: #333;
	margin-top: 30px;
	counter-reset: item;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol {
		margin-top: 5.33333vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 28px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li {
		font-size: 4vw;
		padding-left: 6.66667vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item;
	content: counter(item) ".";
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li .mod-txt {
	margin-top: 0;
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li > ol {
	counter-reset: item2;
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li > ol > li {
	position: relative;
	padding-left: 32px;
	margin-top: 10px;
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li > ol > li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item2;
	content: "(" counter(item2) ")";
}

#faq .faq-deatil-answer .faq-deatil-answer-content .sub-block ol > li span.green {
	color: #007a46;
}

#faq .mod-accordion-wrapper .accordion-head {
	padding: 26px 40px;
}

@media screen and (max-width: 767px) {
	#faq .mod-accordion-wrapper .accordion-head {
		padding: 5.86667vw 5.33333vw;
	}
}

#faq .mod-accordion-wrapper .accordion-head .accordion-head-inner .main {
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	#faq .mod-accordion-wrapper .accordion-head .accordion-head-inner .main {
		font-size: 5.06667vw;
	}
}

#faq .mod-accordion-wrapper .accordion-head figure {
	width: 48px;
	height: 48px;
}

@media screen and (max-width: 767px) {
	#faq .mod-accordion-wrapper .accordion-head figure {
		width: 9.6vw;
		height: 9.6vw;
	}
}

#faq .mod-accordion-wrapper .accordion-head figure img {
	max-width: 32px;
	max-height: 32px;
}

@media screen and (max-width: 767px) {
	#faq .mod-accordion-wrapper .accordion-head figure img {
		max-width: 7.2vw;
		max-height: 7.2vw;
	}
}

#faq .mod-accordion-wrapper .accordion-product-list {
	display: flex;
	flex-wrap: wrap;
}

#faq .mod-accordion-wrapper .accordion-product-list > li a {
	display: block;
}

@media print, screen and (min-width: 768px) {
	#faq .mod-accordion-wrapper .accordion-product-list > li a:hover p {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	#faq .mod-accordion-wrapper .accordion-product-list > li a:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	#faq .mod-accordion-wrapper .accordion-product-list > li {
		width: calc((100% - 60px) / 4);
	}

	#faq .mod-accordion-wrapper .accordion-product-list > li:not(:nth-child(4n)) {
		margin-right: 20px;
	}

	#faq .mod-accordion-wrapper .accordion-product-list > li:nth-child(n + 5) {
		margin-top: 35px;
	}
}

@media screen and (max-width: 767px) {
	#faq .mod-accordion-wrapper .accordion-product-list > li {
		width: calc((100% - 4vw) / 2);
	}

	#faq .mod-accordion-wrapper .accordion-product-list > li:not(:nth-child(2n)) {
		margin-right: 4vw;
	}

	#faq .mod-accordion-wrapper .accordion-product-list > li:nth-child(n + 3) {
		margin-top: 6.66667vw;
	}
}

#faq .mod-accordion-wrapper .accordion-product-list > li figure {
	margin-top: 0;
}

#faq .mod-accordion-wrapper .accordion-product-list > li p {
	margin-top: 8px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	#faq .mod-accordion-wrapper .accordion-product-list > li p {
		font-size: 3.73333vw;
		margin-top: 1.33333vw;
	}
}

#faq .mod-q-list + .mod-btn-wrapper {
	margin-top: 65px;
}

@media screen and (max-width: 767px) {
	#faq .mod-q-list + .mod-btn-wrapper {
		margin-top: 10.66667vw;
	}
}

#faq .faq-relation-box {
	background-color: #f3f8f6;
	margin-top: 110px;
	padding: 45px;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box {
		margin-top: 18.66667vw;
		padding: 8vw 5.33333vw;
	}
}

#faq .faq-relation-box .faq-relation-box-head {
	font-size: 26px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-box-head {
		font-size: 6.13333vw;
	}
}

#faq .faq-relation-box .faq-relation-box-inner {
	background-color: #fff;
	padding: 25px;
	margin-top: 20px;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-box-inner {
		padding: 4vw;
		margin-top: 4vw;
	}
}

#faq .faq-relation-box .faq-relation-box-inner-head {
	font-size: 18px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-box-inner-head {
		font-size: 4vw;
	}
}

#faq .faq-relation-box .faq-relation-box-list {
	margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
	#faq .faq-relation-box .faq-relation-box-list {
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-box-list {
		margin-top: 2.66667vw;
	}
}

#faq .faq-relation-box .faq-relation-box-list > li .mod-link {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	#faq .faq-relation-box .faq-relation-box-list > li:not(:first-child) {
		margin-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-box-list > li:not(:first-child) {
		margin-top: 1.33333vw;
	}
}

#faq .faq-relation-box .faq-relation-box-list + .faq-relation-box-inner-head {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-box-list + .faq-relation-box-inner-head {
		margin-top: 4vw;
		padding-top: 4vw;
	}
}

#faq .faq-relation-box .faq-relation-box-sub {
	font-size: 20px;
	margin-top: 30px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-box-sub {
		font-size: 4.8vw;
		margin-top: 5.33333vw;
	}
}

#faq .faq-relation-box .faq-relation-link {
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	border-radius: 10px;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-link {
		padding: 4vw 12vw 4vw 4vw;
	}
}

#faq .faq-relation-box .faq-relation-link figure {
	width: 97px;
	margin-right: 25px;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-link figure {
		width: 18.66667vw;
	}
}

#faq .faq-relation-box .faq-relation-link span {
	font-size: 16px;
	font-weight: 500;
	transition: 0.2s ease;
	flex: 1;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-link span {
		font-size: 4vw;
	}
}

#faq .faq-relation-box .faq-relation-link i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #aec1be;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.5s;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#faq .faq-relation-box .faq-relation-link i:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
}

#faq .faq-relation-box .faq-relation-link i:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 6px;
	height: 9px;
	top: 1px;
	opacity: 0;
}

#faq .faq-relation-box .faq-relation-link[target="_blank"] i:before {
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-link[target="_blank"] i:before {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#faq .faq-relation-box .faq-relation-link[target="_blank"] i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box .faq-relation-link[target="_blank"] i:after {
		width: 2.13333vw;
		height: 2.13333vw;
	}
}

#faq .faq-relation-box .faq-relation-link:hover {
	color: #007a46;
}

#faq .faq-relation-box .faq-relation-link:hover i {
	border-color: #007a46;
	background-color: #007a46;
}

#faq .faq-relation-box .faq-relation-link:hover i:before {
	opacity: 0;
}

#faq .faq-relation-box .faq-relation-link:hover i:after {
	opacity: 1;
}

#faq .faq-relation-box.rescue .mod-q-list > li a:before {
	width: 30px;
	height: 27px;
	background-image: url(/ja/assets/img/all/ico_rescue.svg);
	top: 1px;
}

@media screen and (max-width: 767px) {
	#faq .faq-relation-box.rescue .mod-q-list > li a:before {
		width: 6.4vw;
		height: 5.6vw;
		top: 0.26667vw;
	}
}

#faq .faq-questionnaire {
	margin-top: 110px;
	padding-top: 40px;
	border-top: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	#faq .faq-questionnaire {
		margin-top: 18.66667vw;
		padding-top: 8vw;
	}
}

#faq .faq-questionnaire .faq-questionnaire-image {
	width: 206px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#faq .faq-questionnaire .faq-questionnaire-image {
		width: 45.33333vw;
	}
}

#faq .faq-questionnaire .faq-questionnaire-main {
	margin-top: 30px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#faq .faq-questionnaire .faq-questionnaire-main {
		font-size: 5.33333vw;
		margin-top: 6.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq .faq-questionnaire .faq-questionnaire-radio {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	#faq .faq-questionnaire .faq-questionnaire-radio {
		margin-top: 5.33333vw;
	}
}

#faq .faq-questionnaire .faq-questionnaire-radio > li {
	width: 230px;
}

#faq .faq-questionnaire .faq-questionnaire-radio > li input {
	display: none;
}

#faq .faq-questionnaire .faq-questionnaire-radio > li input:checked + label {
	background-color: #f3f8f6;
	border-color: #007a46;
}

@media screen and (max-width: 767px) {
	#faq .faq-questionnaire .faq-questionnaire-radio > li {
		width: 61.33333vw;
		margin: 0 auto;
	}

	#faq .faq-questionnaire .faq-questionnaire-radio > li:not(:first-child) {
		margin-top: 4vw;
	}
}

@media print, screen and (min-width: 768px) {
	#faq .faq-questionnaire .faq-questionnaire-radio > li:not(:first-child) {
		margin-left: 15px;
	}
}

#faq .faq-questionnaire .faq-questionnaire-radio > li label {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c2cbcc;
	padding: 15px;
	border-radius: 8px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	#faq .faq-questionnaire .faq-questionnaire-radio > li label {
		padding: 3.2vw;
	}
}

#faq .faq-questionnaire .faq-questionnaire-radio > li label i {
	width: 29px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	#faq .faq-questionnaire .faq-questionnaire-radio > li label i {
		width: 7.73333vw;
	}
}

#faq .faq-questionnaire .faq-questionnaire-radio > li label span {
	font-size: 15px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	#faq .faq-questionnaire .faq-questionnaire-radio > li label span {
		font-size: 3.73333vw;
	}
}

#faq .faq-questionnaire .faq-questionnaire-radio > li label:hover {
	border-color: #007a46;
}

#faq .faq-questionnaire .faq-questionnaire-txtarea {
	resize: vertical;
	width: 100%;
	height: 230px;
	font-size: 16px;
	color: #333;
	border: 1px solid #c2cbcc;
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	#faq .faq-questionnaire .faq-questionnaire-txtarea {
		height: 53.33333vw;
		font-size: 4vw;
	}
}

#faq .faq-questionnaire .faq-questionnaire-txtarea::-moz-placeholder {
	color: #aaaaaa;
}

#faq .faq-questionnaire .faq-questionnaire-txtarea:-ms-input-placeholder {
	color: #aaaaaa;
}

#faq .faq-questionnaire .faq-questionnaire-txtarea::placeholder {
	color: #aaaaaa;
}

#faq .faq-questionnaire .faq-questionnaire-end {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
	.mt10 {
		margin-top: 2.66667vw;
	}
}

.mt20 {
	margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
	.mt20 {
		margin-top: 4vw;
	}
}

.mt30 {
	margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
	.mt30 {
		margin-top: 5.33333vw;
	}
}

.mt40 {
	margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
	.mt40 {
		margin-top: 6.66667vw;
	}
}

.mt50 {
	margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
	.mt50 {
		margin-top: 9.33333vw;
	}
}

em.italic-txt {
	font-style: italic;
}

.staff-detail-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e7eeed;
	padding-bottom: 33px;
}

@media screen and (max-width: 767px) {
	.staff-detail-head {
		flex-wrap: wrap;
		margin-top: 11.46667vw;
		padding-bottom: 6.66667vw;
	}
}

.staff-detail-head .sns-sec {
	display: flex;
	align-items: center;
	border-top: none;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.staff-detail-head .sns-sec {
		width: 100%;
		order: 1;
	}
}

.staff-detail-head .sns-sec .sns-sec-ttl {
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.staff-detail-head .sns-sec .sns-sec-ttl {
		margin-left: auto;
	}
}

.staff-detail-head .sns-sec .sns-list {
	margin-top: 0;
}

.staff-detail-head .sns-sec .sns-list > li {
	margin-right: 15px;
}

.staff-detail-head .sns-sec .sns-list > li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.staff-detail-head .sns-sec .sns-list > li {
		margin-right: pxrovw(8);
	}
}

@media screen and (max-width: 767px) {
	.staff-detail-head .sns-sec .sns-list > li a {
		width: 8.53333vw;
		height: 8.53333vw;
	}
}

.staff-detail-head .staff-detail-head-txt {
	display: flex;
}

@media screen and (max-width: 767px) {
	.staff-detail-head .staff-detail-head-txt {
		justify-content: space-between;
		order: 2;
		width: 100%;
		margin-top: 12vw;
	}
}

.staff-detail-head .staff-detail-head-txt .date {
	font-weight: 500;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.staff-detail-head .staff-detail-head-txt .date {
		font-size: 4vw;
	}
}

.staff-detail-head .staff-detail-head-txt .budge {
	font-size: 13px;
	padding: 3px 16px;
	border-radius: 3px;
	border: 2px solid #007a46;
	color: #202020;
	min-width: 123px;
	line-height: 1.3;
	margin-left: 10px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.staff-detail-head .staff-detail-head-txt .budge {
		font-size: 3.2vw;
		padding: 1.06667vw 1.6vw;
	}
}

.staff-detail-head .staff-detail-head-txt .budge.ir {
	border-color: #f37412;
}

.staff-detail-head .staff-detail-head-txt .budge.csr {
	border-color: #5ebf43;
}

.staff-detail-head .staff-detail-head-txt .budge.product {
	border-color: #0ca7d3;
}

.staff-detail-head .staff-detail-head-txt .budge.rd {
	border-color: #3055b5;
}

.staff-detail-head .staff-detail-head-txt .budge.settlement {
	border-color: #db8d12;
}

.staff-detail-head .staff-detail-head-txt .budge.press {
	border-color: #07b592;
}

.staff-detail-head .staff-detail-head-txt .budge.update {
	border-color: #2c406f;
}

.staff-detail-head .staff-detail-head-txt .budge.other {
	border-color: #93aab9;
}

.mod-heading2 {
	position: relative;
	margin: 80px 0 25px;
	border-top: 2px solid #e7eeed;
	padding-top: 40px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-heading2 {
		margin: 13.33333vw 0 4vw;
		padding-top: 6.66667vw;
		border-top: 0.53333vw solid #e7eeed;
		font-size: 6.13333vw;
	}
}

.mod-heading2:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 45px;
	height: 2px;
	top: -2px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.mod-heading2:after {
		width: 8.8vw;
		height: 0.53333vw;
		top: -0.53333vw;
	}
}

.content-area .mod-heading2:first-child {
	margin-top: 0;
}

.block_base-structure .sub-block + .sub-block {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.block_base-structure .sub-block + .sub-block {
		margin-top: 6.66667vw;
	}
}

.block_base-structure + .share-image {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.block_base-structure + .share-image {
		margin-top: 8vw;
	}
}

.block_base-structure h1 {
	position: relative;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.6;
	margin: 65px 0 80px;
}

@media screen and (max-width: 767px) {
	.block_base-structure h1 {
		font-size: 8.53333vw;
		margin: 10.66667vw 0 12vw;
	}
}

@media print, screen and (min-width: 768px) {
	.block_base-structure > .mod-heading3:first-child {
		margin-top: 0;
	}
}

.block_base-structure h3 {
	position: relative;
	margin: 80px 0 25px;
	border-top: 2px solid #e7eeed;
	padding-top: 40px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.block_base-structure h3 {
		margin: 13.33333vw 0 4vw;
		padding-top: 6.66667vw;
		border-top: 0.53333vw solid #e7eeed;
		font-size: 6.13333vw;
	}
}

.block_base-structure h3:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 45px;
	height: 2px;
	top: -2px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.block_base-structure h3:after {
		width: 8.8vw;
		height: 0.53333vw;
		top: -0.53333vw;
	}
}

.block_base-structure h3 + * {
	margin-top: 25px !important;
}

@media screen and (max-width: 767px) {
	.block_base-structure h3 + * {
		margin-top: 4vw !important;
	}
}

.block_base-structure dl.dl-colon {
	line-height: 1.9;
}

.block_base-structure dl.dl-colon dt {
	float: left;
	clear: left;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-cell,
	.block_base-structure .mod-media-float {
		text-align: center;
	}
}

.block_base-structure .mod-media-cell + .mod-media-cell,
.block_base-structure .mod-media-float + .mod-media-cell {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-cell + .mod-media-cell,
	.block_base-structure .mod-media-float + .mod-media-cell {
		margin-top: 8vw;
	}
}

.block_base-structure .mod-media-cell .block-movie,
.block_base-structure .mod-media-float .block-movie {
	width: 100%;
}

.block_base-structure .mod-media-cell .block-movie + .text,
.block_base-structure .mod-media-float .block-movie + .text {
	width: 100%;
	margin-right: 0;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-cell .block-movie + .text,
	.block_base-structure .mod-media-float .block-movie + .text {
		margin-top: 5.33333vw;
	}
}

.block_base-structure .mod-media-cell .text,
.block_base-structure .mod-media-float .text {
	order: 1;
	flex: 1;
}

@media print, screen and (min-width: 768px) {
	.block_base-structure .mod-media-cell .text,
	.block_base-structure .mod-media-float .text {
		margin-top: 0;
		margin-right: 36px;
	}
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-cell .text,
	.block_base-structure .mod-media-float .text {
		width: 100%;
		margin-top: 5.33333vw;
		text-align: left;
	}
}

.block_base-structure .mod-media-cell .text > *:first-child,
.block_base-structure .mod-media-float .text > *:first-child {
	margin-top: 0;
}

.block_base-structure .mod-media-cell .text .txt-ttl,
.block_base-structure .mod-media-float .text .txt-ttl {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-cell .text .txt-ttl,
	.block_base-structure .mod-media-float .text .txt-ttl {
		font-size: 4.53333vw;
		margin-top: 0vw;
	}
}

.block_base-structure .mod-media-cell .text .txt-ttl + .txt-main,
.block_base-structure .mod-media-float .text .txt-ttl + .txt-main {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-cell .text .txt-ttl + .txt-main,
	.block_base-structure .mod-media-float .text .txt-ttl + .txt-main {
		margin-top: 2.66667vw;
	}
}

.block_base-structure .mod-media-cell .text .txt-main,
.block_base-structure .mod-media-float .text .txt-main {
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-cell .text .txt-main,
	.block_base-structure .mod-media-float .text .txt-main {
		font-size: 4vw;
	}
}

.block_base-structure .mod-media-cell .mod-media,
.block_base-structure .mod-media-float .mod-media {
	order: 2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-cell .mod-media,
	.block_base-structure .mod-media-float .mod-media {
		width: 100%;
	}
}

.block_base-structure .mod-media-cell .mod-media.image-left,
.block_base-structure .mod-media-float .mod-media.image-left {
	order: 1;
}

.block_base-structure .mod-media-cell .mod-media > *:not(img),
.block_base-structure .mod-media-float .mod-media > *:not(img) {
	width: 100%;
}

.block_base-structure .mod-media-cell .mod-media .image,
.block_base-structure .mod-media-float .mod-media .image {
	text-align: center;
}

.block_base-structure .mod-media-cell .mod-media,
.block_base-structure .mod-media-float .mod-media {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.block_base-structure .mod-media-cell .mod-media.image-right,
	.block_base-structure .mod-media-float .mod-media.image-right {
		float: right;
		margin-left: 20px;
		max-width: 300px;
	}

	.block_base-structure .mod-media-cell .mod-media.image-left,
	.block_base-structure .mod-media-float .mod-media.image-left {
		float: left;
		margin-top: 0;
		padding-right: 20px;
		max-width: 300px;
	}
}

.block_base-structure .mod-media-cell .mod-media + .text,
.block_base-structure .mod-media-float .mod-media + .text {
	margin-top: 30px;
	overflow: hidden;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-cell .mod-media + .text,
	.block_base-structure .mod-media-float .mod-media + .text {
		margin-top: 5.33333vw;
	}
}

.block_base-structure .mod-media-cell:after,
.block_base-structure .mod-media-float:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

.block_base-structure .mod-media-float .mod-media + .text {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-float .mod-media + .text {
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.block_base-structure .mod-media-float .mod-media.image-right {
		float: right;
		margin-top: 0;
	}

	.block_base-structure .mod-media-float .mod-media.image-left {
		float: left;
		margin-top: 0;
		max-width: 300px;
		padding-right: 20px;
	}
}

.block_base-structure .mod-media-float .text + .mod-media {
	margin-top: 30px;
	overflow: hidden;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.block_base-structure .mod-media-float .text + .mod-media {
		margin-top: 5.33333vw;
	}
}

.block_base-structure a:not(.mod-movie) {
	position: relative;
	font-size: 16px;
	color: #007a46;
	transition: 0.2s ease;
	padding-left: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.2s ease;
	font-weight: 500;
	word-break: break-all;
}

@media screen and (max-width: 767px) {
	.block_base-structure a:not(.mod-movie) {
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

.block_base-structure a:not(.mod-movie):before {
	content: "";
	position: absolute;
	width: 9px;
	height: 14px;
	margin-right: 5px;
	top: 4px;
	left: 0;
	transition: 0.2s ease;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
}

@media screen and (max-width: 767px) {
	.block_base-structure a:not(.mod-movie):before {
		width: 2.13333vw;
		height: 3.73333vw;
		top: 0.8vw;
		margin-right: 1.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.block_base-structure a:not(.mod-movie):hover {
		color: #333;
	}

	.block_base-structure a:not(.mod-movie):hover:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

@media screen and (max-width: 767px) {
	.block_base-structure a:not(.mod-movie):hover {
		opacity: 0.65;
	}
}

.block_base-structure a:not(.mod-movie)[target="_blank"]:not(.pdf) {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	.block_base-structure a:not(.mod-movie)[target="_blank"]:not(.pdf) {
		padding-left: 5.86667vw;
	}
}

.block_base-structure a:not(.mod-movie)[target="_blank"]:not(.pdf):before {
	top: 3px;
	width: 15px;
	height: 15px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	.block_base-structure a:not(.mod-movie)[target="_blank"]:not(.pdf):before {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.block_base-structure a:not(.mod-movie)[target="_blank"]:not(.pdf):hover:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

.block_base-structure p {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	.block_base-structure p {
		font-size: 4vw;
	}
}

.block_base-structure p a:not(.mod-movie) {
	padding-left: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	display: inline;
}

.block_base-structure p a:not(.mod-movie)[target="_blank"] {
	padding-left: 0;
	padding-right: 23px;
}

.block_base-structure p a:not(.mod-movie)[target="_blank"]:not(.pdf) {
	padding: 0;
}

.block_base-structure p a:not(.mod-movie)[target="_blank"]:not(.pdf):before {
	display: inline-block;
	position: relative;
	top: 1px;
	right: 0;
	margin-top: 2px;
}

@media screen and (max-width: 767px) {
	.block_base-structure p a:not(.mod-movie)[target="_blank"] {
		padding-right: 5.33333vw;
	}
}

.block_base-structure p a:not(.mod-movie)[target="_blank"]:before {
	position: relative;
	left: inherit;
	top: 0;
	right: 0;
}

.block_base-structure p a:not(.mod-movie)[target="_blank"]:before:before {
	background-image: url(/ja/assets/img/all/ico_blank-thin.svg);
}

@media screen and (max-width: 767px) {
	.block_base-structure p a:not(.mod-movie)[target="_blank"]:before {
		top: 1.86667vw;
	}
}

.block_base-structure p a:not(.mod-movie):before {
	display: none;
}

.block_base-structure p a:not(.mod-movie):hover {
	border-bottom: 1px solid #333;
}

.block_base-structure ul:not(.mod-link) {
	position: relative;
	color: #333;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.block_base-structure ul:not(.mod-link) {
		margin-top: 5.33333vw;
	}
}

.block_base-structure ul:not(.mod-link) > li {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 16px;
}

@media screen and (max-width: 767px) {
	.block_base-structure ul:not(.mod-link) > li {
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

.block_base-structure ul:not(.mod-link) > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.block_base-structure ul:not(.mod-link) > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.block_base-structure ul:not(.mod-link) > li:before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #333;
	left: 0;
	top: 12px;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.block_base-structure ul:not(.mod-link) > li:before {
		width: 1.6vw;
		height: 1.6vw;
		top: pxtove(10);
	}
}

.block_base-structure ul:not(.mod-link) > li a {
	color: #007a46;
	transition: 0.2s ease;
}

.block_base-structure ul:not(.mod-link) > li a:hover {
	color: #333;
}

.block_base-structure ul.mod-link {
	margin-top: 30px;
	display: block;
}

@media screen and (max-width: 767px) {
	.block_base-structure ul.mod-link {
		margin-top: 5.33333vw;
	}
}

.block_base-structure ul.mod-link > li {
	position: relative;
}

.block_base-structure ul.mod-link > li:not(:first-child) {
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	.block_base-structure ul.mod-link > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.block_base-structure ul.mod-link > li .mod-link {
	margin-top: 0;
}

.block_base-structure ol {
	position: relative;
	color: #333;
	margin-top: 30px;
	counter-reset: item;
}

@media screen and (max-width: 767px) {
	.block_base-structure ol {
		margin-top: 5.33333vw;
	}
}

.block_base-structure ol > li {
	position: relative;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 28px;
}

@media screen and (max-width: 767px) {
	.block_base-structure ol > li {
		font-size: 4vw;
		padding-left: 6.66667vw;
	}
}

.block_base-structure ol > li:not(:first-child) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.block_base-structure ol > li:not(:first-child) {
		margin-top: 2.66667vw;
	}
}

.block_base-structure ol > li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item;
	content: counter(item) ".";
}

.block_base-structure ol > li > ol {
	counter-reset: item2;
}

.block_base-structure ol > li > ol > li {
	position: relative;
	padding-left: 32px;
	margin-top: 10px;
}

.block_base-structure ol > li > ol > li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item2;
	content: "(" counter(item2) ")";
}

.mod-heading3 {
	position: relative;
	margin: 110px 0 45px;
	border-top: 3px solid #e7eeed;
	padding-top: 60px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-heading3 {
		margin: 18.66667vw 0 8vw;
		padding-top: 10.66667vw;
		border-top: 0.8vw solid #e7eeed;
		font-size: 7.46667vw;
	}
}

.mod-heading3:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 135px;
	height: 3px;
	top: -3px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.mod-heading3:after {
		width: 22.66667vw;
		height: 0.8vw;
		top: -0.8vw;
	}
}

.mod-heading3 + .mod-heading4 {
	margin-top: 45px;
}

@media screen and (max-width: 767px) {
	.mod-heading3 + .mod-heading4 {
		margin-top: 30px;
	}
}

.mod-heading4 {
	position: relative;
	margin: 80px 0 25px;
	border-top: 2px solid #e7eeed;
	padding-top: 40px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-heading4 {
		margin: 13.33333vw 0 4vw;
		padding-top: 6.66667vw;
		border-top: 0.53333vw solid #e7eeed;
		font-size: 6.13333vw;
	}
}

.mod-heading4:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 45px;
	height: 2px;
	top: -2px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.mod-heading4:after {
		width: 8.8vw;
		height: 0.53333vw;
		top: -0.53333vw;
	}
}

.mod-heading5 {
	position: relative;
	margin: 65px 0 15px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 18px;
}

@media screen and (max-width: 767px) {
	.mod-heading5 {
		margin: 10.66667vw 0 2.66667vw;
		padding-left: 3.46667vw;
		font-size: 4.8vw;
	}
}

.mod-heading5:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 3px;
	height: 20px;
	top: 7px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.mod-heading5:after {
		width: 0.8vw;
		height: 4.8vw;
		top: 1.6vw;
	}
}

div.text + .block-movie {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	div.text + .block-movie {
		margin-top: 5.33333vw;
	}
}

div.text + .mod-media {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	div.text + .mod-media {
		margin-top: 8vw;
	}
}

.block-movie {
	display: flex;
	flex-wrap: wrap;
}

.block-movie .video-wrap {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
	order: 1;
}

.block-movie .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-movie figcaption {
	order: 2;
	width: 100%;
}

.block-movie + .text {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.block-movie + .text {
		margin-top: 5.33333vw;
	}
}

.mod-media .image-title {
	text-align: center;
}

.mod-media .image-title + .text {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-media .image-title + .text {
		margin-top: 2.66667vw;
	}
}

.mod-media .image-title + p.image {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.mod-media .image-title + p.image {
		margin-top: 2.66667vw;
	}
}

.mod-media + .text {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-media + .text {
		margin-top: 5.33333vw;
	}
}

p.image {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	p.image {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

p.caption {
	color: #555;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 767px) {
	p.caption {
		margin-top: 1.33333vw;
		font-size: 3.46667vw;
	}
}

figcaption {
	color: #555;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 767px) {
	figcaption {
		margin-top: 1.33333vw;
		font-size: 3.46667vw;
	}
}

p.mod-link a:not(.mod-movie) {
	position: relative;
	font-size: 16px;
	color: #007a46;
	transition: 0.2s ease;
	padding-left: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.2s ease;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	p.mod-link a:not(.mod-movie) {
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

p.mod-link a:not(.mod-movie):before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 9px;
	height: 14px;
	top: 4px;
	left: 1px;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	p.mod-link a:not(.mod-movie):before {
		width: 2.13333vw;
		height: 3.73333vw;
		top: 0.8vw;
	}
}

p.mod-link a:not(.mod-movie):hover {
	color: #333;
}

p.mod-link a:not(.mod-movie):hover:before {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

p.mod-link a:not(.mod-movie)[target="_blank"]:not(.pdf) {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	p.mod-link a:not(.mod-movie)[target="_blank"]:not(.pdf) {
		padding-left: 5.86667vw;
	}
}

p.mod-link a:not(.mod-movie)[target="_blank"]:not(.pdf):before {
	top: 3px;
	width: 15px;
	height: 15px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	p.mod-link a:not(.mod-movie)[target="_blank"]:not(.pdf):before {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

p.mod-link a:not(.mod-movie)[target="_blank"]:not(.pdf):hover:before {
	-webkit-animation-name: bounceAlpha;
	animation-name: bounceAlpha;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.mod-box-related .heading {
	border-top: 1px solid #e7eeed;
	margin: 110px 0 25px;
	padding-top: 29px;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

@media screen and (max-width: 767px) {
	.mod-box-related .heading {
		font-size: 5.33333vw;
	}
}

@media screen and (max-width: 767px) {
	.mod-box-related .heading {
		margin: 18.66667vw 0 5.33333vw;
		padding-top: 8vw;
	}
}

.mod-box-related .heading:before {
	content: "";
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #f3f8f6;
	background-image: url(/ja/assets/img/all/ico_relation.svg);
	background-repeat: no-repeat;
	background-size: 20px 26px;
	background-position: center;
	border-radius: 50%;
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.mod-box-related .heading:before {
		width: 11.2vw;
		height: 11.2vw;
		background-size: 4.53333vw 5.86667vw;
		margin-right: 2.66667vw;
	}
}

.mod-box-related .mod-link-list {
	margin-top: 30px;
}

.mod-box-related .mod-link-list > li {
	position: relative;
}

.mod-box-related .mod-link-list > li:not(:first-child) {
	margin-top: 10px;
}

.mod-box-related .mod-link-list + .mod-txt {
	margin-top: 30px;
}

.mod-box-related a:not(.mod-movie) {
	position: relative;
	font-size: 16px;
	color: #007a46;
	transition: 0.2s ease;
	padding-left: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.2s ease;
	font-weight: 500;
	/*
        @include pc{
            &:hover {
                opacity: 0.5;
            }
        }*/
}

@media screen and (max-width: 767px) {
	.mod-box-related a:not(.mod-movie) {
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

.mod-box-related a:not(.mod-movie).default {
	padding-left: 0;
}

.mod-box-related a:not(.mod-movie):before {
	content: "";
	position: absolute;
	width: 9px;
	height: 14px;
	margin-right: 5px;
	top: 4px;
	left: 0;
	transition: 0.2s ease;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.mod-box-related a:not(.mod-movie):before {
		width: 2.4vw;
		height: 3.73333vw;
		top: 0.8vw;
		margin-right: 1.33333vw;
	}
}

.mod-box-related a:not(.mod-movie).test:hover {
	opacity: 0.75;
}

@media screen and (max-width: 767px) {
	.mod-box-related a:not(.mod-movie).test:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-box-related a:not(.mod-movie):not(.test):hover {
		color: #333;
	}

	.mod-box-related a:not(.mod-movie):not(.test):hover:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

@media screen and (max-width: 767px) {
	.mod-box-related a:not(.mod-movie):not(.test):hover {
		opacity: 0.65;
	}
}

.mod-box-related a:not(.mod-movie) span {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 767px) {
	.mod-box-related a:not(.mod-movie) span {
		font-size: 3.46667vw;
	}
}

.mod-box-related a:not(.mod-movie)[target="_blank"]:not(.pdf) {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	.mod-box-related a:not(.mod-movie)[target="_blank"]:not(.pdf) {
		padding-left: 5.86667vw;
	}
}

.mod-box-related a:not(.mod-movie)[target="_blank"]:not(.pdf):before {
	top: 3px;
	width: 15px;
	height: 15px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	.mod-box-related a:not(.mod-movie)[target="_blank"]:not(.pdf):before {
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-box-related a:not(.mod-movie)[target="_blank"]:not(.pdf):hover:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

.mod-txt .mod-box-related a:not(.mod-movie) {
	padding-left: 0;
	margin-right: 5px;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.mod-txt .mod-box-related a:not(.mod-movie) {
		margin-right: 1.33333vw;
	}
}

.mod-txt .mod-box-related a:not(.mod-movie)[target="_blank"] {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.mod-txt .mod-box-related a:not(.mod-movie)[target="_blank"] {
		padding-right: 5.33333vw;
	}
}

.mod-txt .mod-box-related a:not(.mod-movie)[target="_blank"] i {
	right: 0;
	left: inherit;
	margin-right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mod-txt .mod-box-related a:not(.mod-movie):hover {
	border-bottom: 1px solid #333;
}

.l-grid {
	position: relative;
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.l-grid {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	.l-grid {
		margin-top: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	.l-grid .col6 {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {
	.l-grid .col6:not(:first-child) {
		margin-top: 8vw;
	}
}

.l-grid .col6 .mod-media p.image-title {
	text-align: center;
}

.l-grid .col6 .mod-media p.image-title + p.image {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.l-grid .col6 .mod-media p.image-title + p.image {
		margin-top: 1.33333vw;
	}
}

.l-grid .col6 .mod-media p.image {
	text-align: center;
}

.mod-single-button {
	position: relative;
	margin-top: 40px;
}

.mod-single-button:last-child {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.mod-single-button:last-child {
		margin-top: 13.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-single-button {
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.mod-single-button {
		margin-top: 8vw;
		text-align: center;
	}
}

.staff-detail-head + .block_base-structure {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.staff-detail-head + .block_base-structure {
		margin-top: 5.33333vw;
	}
}

.block_base-structure + .block_base-structure {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.block_base-structure + .block_base-structure {
		margin-top: 5.33333vw;
	}
}

.block_images_row + .block_base-structure {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.block_images_row + .block_base-structure {
		margin-top: 5.33333vw;
	}
}

.block_base-structure + .block_images_row {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.block_base-structure + .block_images_row {
		margin-top: 5.33333vw;
	}
}

.mod-accordion-wrapper + .block_base-structure {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.mod-accordion-wrapper + .block_base-structure {
		margin-top: 5.33333vw;
	}
}

.block_base-structure p.thumb a.mod-movie {
	position: relative;
	display: block;
}

.block_base-structure p.thumb a.mod-movie img {
	width: 100%;
}

.block_base-structure p.thumb a.mod-movie:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 74px;
	height: 74px;
	margin: auto;
	background: url(/ja/assets/img/all/ico_play.png) 0 0 no-repeat;
	background-size: 100% 100%;
	transition: 0.2s ease;
}

.block_base-structure p.thumb a:before {
	display: none !important;
}

.block_base-structure p.thumb a:hover {
	border: none !important;
}

.block_base-structure table {
	position: relative;
	margin-top: 40px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

@media screen and (max-width: 767px) {
	.block_base-structure table {
		margin-top: 8vw;
	}
}

.block_base-structure table thead th {
	font-weight: 700;
	background-color: #007a46;
	color: #fff;
	text-align: center;
}

.block_base-structure table tbody th {
	background-color: #f3f8f6;
	color: #333;
}

.block_base-structure table th,
.block_base-structure table td {
	font-weight: 400;
	padding: 17px 11px;
	font-size: 16px;
	border: 1px solid #c2cbcc;
	vertical-align: middle;
	color: #333;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.block_base-structure table th,
	.block_base-structure table td {
		font-size: 4vw;
		padding: 2.66667vw 2.93333vw;
	}
}

.block_base-structure table th a,
.block_base-structure table td a {
	line-height: 1.3;
}

.block_base-structure table thead {
	background-color: #c3ecd3;
}

.block_base-structure.block_wysiwyg h2.heading2 {
	position: relative;
	margin: 110px 0 45px;
	border-top: 3px solid #e7eeed;
	padding-top: 60px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.block_base-structure.block_wysiwyg h2.heading2 {
		margin: 18.66667vw 0 8vw;
		padding-top: 10.66667vw;
		border-top: 0.8vw solid #e7eeed;
		font-size: 7.46667vw;
	}
}

.block_base-structure.block_wysiwyg h2.heading2:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 135px;
	height: 3px;
	top: -3px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.block_base-structure.block_wysiwyg h2.heading2:after {
		width: 22.66667vw;
		height: 0.8vw;
		top: -0.8vw;
	}
}

.block_base-structure em {
	font-style: italic;
}

.share-image .share-image-cell .share-image-media {
	text-align: center;
}

.share-image .mod-c {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.share-image .mod-c a {
	line-height: 1.3;
	display: inline-block;
	border-radius: 0 0 10px 0;
	border: 2px solid #007a46;
	background-color: #fff;
	color: #007a46;
	padding: 15px 30px;
	font-size: 15px;
	min-width: 288px;
	max-width: 360px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: background 0.4s, color 0.4s, font-size 0.05s, width 0.4s, border 0.4s;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.share-image .mod-c a {
		padding: 4vw 6.66667vw;
		max-width: 80vw;
		min-width: 69.33333vw;
		font-size: 3.73333vw;
	}
}

.share-image .mod-c a span {
	color: #007a46;
}

.share-image .mod-c a:hover {
	background-color: #007a46;
	color: #fff;
}

.share-image .mod-c a:hover span {
	color: #fff;
}

.share-image .mod-c a[target="_blank"] i {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.share-image .mod-c a[target="_blank"] i {
		width: 4vw;
		height: 4vw;
		margin-left: 2.4vw;
	}
}

.share-image .mod-c a[target="_blank"] i:after {
	content: "";
	position: absolute;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.share-image .mod-c a[target="_blank"] i:after {
		width: 4vw;
		height: 4vw;
	}
}

.share-image .mod-c a[target="_blank"]:hover i:after {
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
}

.mod-container .mod-table-3 a:not(.mod-movie) {
	position: relative;
	font-size: 16px;
	color: #007a46;
	transition: 0.2s ease;
	padding-left: 16px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.2s ease;
	font-weight: 500;
	/*
            @include pc{
                &:hover {
                    opacity: 0.5;
                }
            }*/
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 a:not(.mod-movie) {
		font-size: 4vw;
		padding-left: 4.26667vw;
	}
}

.mod-container .mod-table-3 a:not(.mod-movie).default {
	padding-left: 0;
}

.mod-container .mod-table-3 a:not(.mod-movie):before {
	content: "";
	position: absolute;
	width: 9px;
	height: 14px;
	margin-right: 5px;
	top: 6px;
	left: 0;
	transition: 0.2s ease;
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 a:not(.mod-movie):before {
		width: 2.4vw;
		height: 3.73333vw;
		top: 1.33333vw;
		margin-right: 1.33333vw;
	}
}

.mod-container .mod-table-3 a:not(.mod-movie).test:hover {
	opacity: 0.75;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 a:not(.mod-movie).test:hover {
		opacity: 0.75;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-table-3 a:not(.mod-movie):not(.test):hover {
		color: #333;
	}

	.mod-container .mod-table-3 a:not(.mod-movie):not(.test):hover:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 a:not(.mod-movie):not(.test):hover {
		opacity: 0.65;
	}
}

.mod-container .mod-table-3 a:not(.mod-movie) span {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 a:not(.mod-movie) span {
		font-size: 3.46667vw;
	}
}

.mod-container .mod-table-3 a:not(.mod-movie)[target="_blank"]:not(.pdf) {
	padding-left: 23px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 a:not(.mod-movie)[target="_blank"]:not(.pdf) {
		padding-left: 5.86667vw;
	}
}

.mod-container .mod-table-3 a:not(.mod-movie)[target="_blank"]:not(.pdf):before {
	top: 5px;
	width: 15px;
	height: 15px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 a:not(.mod-movie)[target="_blank"]:not(.pdf):before {
		top: 1.6vw;
		width: 3.46667vw;
		height: 3.46667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.mod-container .mod-table-3 a:not(.mod-movie)[target="_blank"]:not(.pdf):hover:before {
		-webkit-animation-name: bounceAlpha;
		animation-name: bounceAlpha;
		-webkit-animation-duration: 1.4s;
		animation-duration: 1.4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
}

.mod-txt .mod-container .mod-table-3 a:not(.mod-movie) {
	padding-left: 0;
	margin-right: 5px;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	.mod-txt .mod-container .mod-table-3 a:not(.mod-movie) {
		margin-right: 1.33333vw;
	}
}

.mod-txt .mod-container .mod-table-3 a:not(.mod-movie)[target="_blank"] {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.mod-txt .mod-container .mod-table-3 a:not(.mod-movie)[target="_blank"] {
		padding-right: 5.33333vw;
	}
}

.mod-txt .mod-container .mod-table-3 a:not(.mod-movie)[target="_blank"] i {
	right: 0;
	left: inherit;
	margin-right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mod-txt .mod-container .mod-table-3 a:not(.mod-movie):hover {
	border-bottom: 1px solid #333;
}

.mod-container .mod-table-3 p.mod-txt a.mod-link {
	display: inline;
}

.mod-container .mod-table-3 p.mod-txt a.mod-link:before {
	left: 4px;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-3 p.mod-txt a.mod-link:before {
		left: 0.8vw;
	}
}

#news .block_base-structure h1 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
	margin: 65px 0 65px;
}

@media screen and (max-width: 767px) {
	#news .block_base-structure h1 {
		font-size: 6.13333vw;
		margin: 10.66667vw 0 10.66667vw;
	}
}

#news .block_base-structure h2 {
	position: relative;
	margin: 80px 0 25px;
	border-top: 3px solid #e7eeed;
	padding-top: 40px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#news .block_base-structure h2 {
		margin: 13.33333vw 0 4vw;
		padding-top: 6.66667vw;
		border-top: 0.8vw solid #e7eeed;
		font-size: 5.86667vw;
	}
}

#news .block_base-structure h2:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 45px;
	height: 2px;
	top: -2px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#news .block_base-structure h2:after {
		width: 8.8vw;
		height: 0.53333vw;
		top: -0.53333vw;
	}
}

#news .block_base-structure h2 + * {
	margin-top: 25px !important;
}

@media screen and (max-width: 767px) {
	#news .block_base-structure h2 + * {
		margin-top: 4vw !important;
	}
}

#news .block_base-structure h3 {
	position: relative;
	margin: 65px 0 15px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 18px;
	border: none;
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	#news .block_base-structure h3 {
		margin: 10.66667vw 0 2.66667vw;
		padding-left: 3.46667vw;
		font-size: 4.8vw;
	}
}

#news .block_base-structure h3:after {
	content: "";
	position: absolute;
	background-color: #007a46;
	width: 3px;
	height: 20px;
	top: 7px;
	left: 0;
}

@media screen and (max-width: 767px) {
	#news .block_base-structure h3:after {
		width: 0.8vw;
		height: 4.8vw;
		top: 1.6vw;
	}
}

#news .block_base-structure h3 + * {
	margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
	#news .block_base-structure h3 + * {
		margin-top: 2.66667vw !important;
	}
}

#news .block_base-structure h4 {
	position: relative;
	margin: 50px 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	#news .block_base-structure h4 {
		margin: 8vw 0 2.66667vw;
		font-size: 4.53333vw;
	}
}

#news .block_base-structure h4 + * {
	margin-top: 12px !important;
}

@media screen and (max-width: 767px) {
	#news .block_base-structure h4 + * {
		margin-top: 2.66667vw !important;
	}
}

.gnav-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: top 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99), background-color 1s cubic-bezier(0.55, 0.085, 0, 0.99);
	border-bottom: 1px solid #e7eeed;
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
	background-color: #fff;
}

.gnav-header[area-scroll="true"] {
	top: -100%;
}

.gnav-header[area-shadow="true"] {
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}

.gnav-header a {
	text-decoration: none;
	outline: none;
}

@media print, screen and (min-width: 768px) {
	.gnav-header {
		width: 100%;
		min-width: 1000px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header {
		width: 100vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .gnav-header-inner {
		min-width: 1000px;
		max-width: 1366px;
		margin: 0 auto;
		padding: 0 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 1;
	}
}

.gnav-header .gnav-header-inner .logo {
	width: 118px;
	display: block;
}

@media screen and (max-width: 767px) {
	.gnav-header .gnav-header-inner .logo {
		width: 24vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .gnav-header-inner.min {
		padding: 28px 20px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .trigger-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 3.2vw 5.33333vw;
		background-color: #fff;
	}
}

.gnav-header .trigger-set {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.gnav-header .inner-wrapper {
		display: flex;
		flex-wrap: wrap;
		overflow: scroll;
		max-height: calc(100vh - 21.3vw - 80px);
		padding: 0 6.66667vw 8vw;
		position: absolute;
		top: -100vh;
		background-color: #fff;
		transition: 0.4s ease;
		z-index: -1;
		visibility: hidden;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .inner-wrapper[area-expanded="true"] {
		top: calc(100% + 1px);
		visibility: visible;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .inner-head {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .inner-head {
		width: 100%;
		order: 2;
		margin-top: 6.66667vw;
	}
}

.gnav-header .inner-head ul {
	display: flex;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .inner-head ul {
		margin-right: 15px;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .inner-head ul > li {
		padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .inner-head ul > li {
		margin-right: 5.06667vw;
	}
}

.gnav-header .inner-head ul > li a {
	color: #444;
}

.gnav-header .inner-head ul > li a:hover {
	color: #444;
	opacity: 0.74;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .inner-head ul > li a {
		font-size: 13px;
		font-weight: 500;
		display: block;
		padding: 12px 0;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .inner-head ul > li a {
		font-size: 3.46667vw;
	}
}

.gnav-header .inner-head .border {
	width: 1px;
	height: 17px;
	display: block;
	background-color: #cacdcc;
}

.gnav-header .inner-head .global-link {
	display: flex;
	align-items: center;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .inner-head .global-link {
		margin: 10px 15px 10px 25px;
	}
}

.gnav-header .inner-head .global-link:hover span {
	color: #202020;
}

@media screen and (max-width: 767px) {
	.gnav-header .inner-head .global-link {
		margin-top: 5.33333vw;
	}
}

.gnav-header .inner-head .global-link .icn {
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(/ja/assets/img/all/ico_world.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 5px;
	flex: inherit;
}
.gnav-header .inner-head .global-link:hover .icn {
	background-image: url(/ja/assets/img/all/ico_world_bk.svg);
}

@media screen and (max-width: 767px) {
	.gnav-header .inner-head .global-link .icn {
		width: 4.26667vw;
		height: 4.26667vw;
		margin-right: 1.33333vw;
		flex: inherit;
	}
}

.gnav-header .inner-head .global-link span {
	font-size: 13px;
	color: #007a46;
	transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
	.gnav-header .inner-head .global-link span {
		font-size: 3.46667vw;
	}
}

.gnav-header .inner-head .global-link:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(/ja/assets/img/all/ico_blank.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 6px;
}
.gnav-header .inner-head .global-link:hover:after {
	background-image: url(/ja/assets/img/all/ico_blank_bk.svg);
}

@media screen and (max-width: 767px) {
	.gnav-header .inner-head .global-link:after {
		width: 2.66667vw;
		height: 2.66667vw;
		margin-left: 1.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav {
		order: 1;
		width: 100%;
		margin-top: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav ul.global-nav-triggers {
		display: flex;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav ul.global-nav-triggers > li:not(:first-child) {
		border-top: 1px solid #d1dadb;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li:last-child {
		border-bottom: 1px solid #d1dadb;
	}
}

.gnav-header .g-nav ul.global-nav-triggers > li > a {
	font-weight: 500;
	color: #333;
	line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav ul.global-nav-triggers > li > a.is-active {
		color: #007a46;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a.is-active span:after {
		bottom: 0 !important;
		width: 100% !important;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav ul.global-nav-triggers > li > a {
		font-size: 15px;
		padding: 13px 20px 17px;
		display: block;
		transition: 0.2s ease;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a span:not(.icn) {
		display: block;
		position: relative;
		padding-bottom: 8px;
		overflow: hidden;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a span:not(.icn):after {
		content: "";
		position: absolute;
		background-color: #007a46;
		width: 100%;
		height: 3px;
		bottom: 0px;
		width: 0;
		left: 0;
		transition: 0.2s ease;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a:hover {
		color: #007a46;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a:hover span:not(.icn):after {
		bottom: 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav ul.global-nav-triggers > li > a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 2.66667vw;
		transition: 0.2s ease;
		min-height: 13.33333vw;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a span {
		display: block;
		flex: 1;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a span.textOnly {
		border: none;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a .icn {
		position: relative;
		display: block;
		width: 6.93333vw;
		height: 6.93333vw;
		box-sizing: content-box;
		border-radius: 50%;
		border: 2px solid #007a46;
		box-sizing: border-box;
		flex: inherit;
	}
	.gnav-header .g-nav ul.global-nav-triggers > li > a .icn:focus {
		outline: #000 auto 1px;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a .icn:before {
		content: "";
		position: absolute;
		display: block;
		width: 2.66667vw;
		height: 0.53333vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		box-sizing: content-box;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a .icn:after {
		content: "";
		position: absolute;
		display: block;
		height: 2.66667vw;
		width: 0.53333vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: 0.2s ease;
		box-sizing: content-box;
	}

	.gnav-header .g-nav ul.global-nav-triggers > li > a:hover {
		color: #007a46;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav ul.global-nav-triggers > li[area-expanded="true"] > a {
		background-color: #f3f8f6;
	}
}

.gnav-header .g-nav ul.global-nav-triggers > li[area-expanded="true"] > a span:not(.icn):after {
	bottom: 0;
	width: 100%;
}

.gnav-header .g-nav ul.global-nav-triggers > li[area-expanded="true"] > a .icn {
	border-color: #dae0e0;
}

.gnav-header .g-nav ul.global-nav-triggers > li[area-expanded="true"] > a .icn:after {
	transform: rotate(90deg);
}

.gnav-header .g-nav ul.global-nav-triggers > li[area-expanded="true"] .dropdown-inner {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav .dropdown {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		background-color: #fff;
		width: 100vw;
		min-width: 1000px;
		z-index: -1;
		transition: 0.5s ease;
		transition-delay: 0.45s;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav .dropdown {
		overflow: hidden;
	}
}

@media print {
	.gnav-header .g-nav .dropdown {
		display: none;
	}
}

.gnav-header .g-nav .dropdown span {
	flex: 1;
}

.gnav-header .g-nav .dropdown .dropdown-inner {
	display: flex;
	margin: 0 auto;
	box-sizing: content-box;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav .dropdown .dropdown-inner {
		max-width: 1196px;
		padding: 35px 20px 50px;
		opacity: 0;
		transition: 1s ease;
	}
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main {
	width: 20%;
	border-right: 1px solid #e7eeed;
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-main {
		display: none;
	}
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main span {
	display: flex;
	color: #333;
	transition: 0.5s;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main span {
	font-size: 19px;
	font-weight: 500;
	transition: 0.2s ease;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main a .icn {
	position: relative;
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
	border: 2px solid #007a46;
	margin-top: -4px;
	margin-right: 10px;
	transition: 0.5s;
	flex: inherit;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main a .icn:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-green.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main a .icn:after {
	content: "";
	position: absolute;
	display: block;
	background-image: url("/ja/assets/img/all/ico_link-white.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	margin: auto;
	transition: 0.5s;
	width: 7px;
	height: 13px;
	opacity: 0;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-main span {
		padding-right: 30px;
	}
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main a:hover span {
	color: #007a46;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main a:hover i {
	background-color: #007a46;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main a:hover i:before {
	opacity: 0;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-main a:hover i:after {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content {
		width: 100%;
		padding: 5.33333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul {
		display: flex;
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li {
		width: 22%;
		margin-left: 3%;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li:nth-child(n + 5) {
		margin-top: 27px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a {
	position: relative;
	display: block;
	font-weight: 400;
	transition: 0.2s ease;
	color: #333;
	line-height: 1.3;
	transition: 0.5s;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a {
		font-size: 14px;
		padding-left: 25px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a {
		font-size: 3.73333vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a .icn {
		position: absolute;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		top: -1px;
		left: 0;
		border: 1px solid #aec1be;
		border-radius: 50%;
		transition: 0.5s;
		flex: inherit;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a .icn:before {
		content: "";
		position: absolute;
		display: block;
		background-image: url("/ja/assets/img/all/ico_link-green.svg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		top: 0;
		bottom: 0;
		left: 1px;
		right: 0;
		margin: auto;
		transition: 0.5s;
		width: 6px;
		height: 9px;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a .icn:after {
		content: "";
		position: absolute;
		display: block;
		background-image: url("/ja/assets/img/all/ico_link-white.svg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		top: 0;
		bottom: 0;
		left: 1px;
		right: 0;
		margin: auto;
		transition: 0.5s;
		width: 6px;
		height: 9px;
		opacity: 0;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a[target="_blank"] .icn:before {
		content: "";
		position: absolute;
		display: block;
		background-image: url("/ja/assets/img/all/ico_blank.svg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		top: 0;
		bottom: 0;
		left: 1px;
		right: 0;
		margin: auto;
		transition: 0.5s;
		width: 8px;
		height: 8px;
		left: 0;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a[target="_blank"] .icn:after {
		content: "";
		position: absolute;
		display: block;
		background-image: url("/ja/assets/img/all/ico_blank-white.svg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		top: 0;
		bottom: 0;
		left: 1px;
		right: 0;
		margin: auto;
		transition: 0.5s;
		width: 8px;
		height: 8px;
		opacity: 0;
		left: 0;
	}
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a:hover {
	color: #007a46;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a:hover .icn {
	background-color: #007a46;
	border-color: #007a46;
	flex: inherit;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a:hover .icn:before {
	opacity: 0;
}

.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li > a:hover .icn:after {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a {
		display: flex;
		align-items: center;
	}
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a .icn:focus {
		outline: 1px solid #000 !important;
	}
	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a .icn {
		position: relative;
		display: block;
		width: 5.86667vw;
		height: 5.86667vw;
		box-sizing: content-box;
		border-radius: 50%;
		border: 1px solid #007a46;
		box-sizing: border-box;
		flex: inherit;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a .icn:before {
		content: "";
		position: absolute;
		display: block;
		width: 2.66667vw;
		height: 0.53333vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		box-sizing: content-box;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a .icn:after {
		content: "";
		position: absolute;
		display: block;
		height: 2.66667vw;
		width: 0.53333vw;
		background-color: #007a46;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: 0.2s ease;
		box-sizing: content-box;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a[area-expanded="true"] .icn {
		border-color: #dae0e0;
		background-color: #fff;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a[area-expanded="true"] .icn:before {
		opacity: 1;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a[area-expanded="true"] .icn:after {
		opacity: 1;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a[area-expanded="true"] .icn:after {
		transform: rotate(90deg);
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a:hover {
		color: #007a46;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a:hover .icn {
		background-color: #fff;
		border-color: #007a46;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a:hover .icn:before {
		opacity: 1;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > a:hover .icn:after {
		opacity: 1;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > ul {
		border-left: 1px solid #e7eeed;
		padding-left: 3.2vw;
		margin-top: 3.73333vw;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > ul > li {
		padding: 1.86667vw 0;
		margin-top: 0;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > ul > li > a {
		font-size: 3.2vw;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > ul > li:first-child {
		padding-top: 0;
	}

	.gnav-header .g-nav .dropdown .dropdown-inner .inner-content ul > li.inner-content-child > ul > li:last-child {
		padding-bottom: 0;
	}
}

.gnav-header .close-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.gnav-header .close-trigger {
		order: 3;
		margin-top: 12vw;
		margin-left: auto;
	}
}

.gnav-header .close-trigger:focus-visible {
	outline: 1px solid #007a46;
}

.gnav-header .close-trigger span {
	color: #333;
	font-weight: 400;
	font-size: 14px;
}

.gnav-header .close-trigger span:hover {
	opacity: 0.75;
}

@media screen and (max-width: 767px) {
	.gnav-header .close-trigger span {
		font-size: 3.73333vw;
	}
}

.gnav-header .close-trigger .icn {
	position: relative;
	display: block;
}

@media print, screen and (min-width: 768px) {
	.gnav-header .close-trigger .icn {
		width: 12px;
		height: 12px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .close-trigger .icn {
		width: 3.2vw;
		height: 3.2vw;
		margin-left: 2.66667vw;
	}
}

.gnav-header .close-trigger .icn:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #000333;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

@media print, screen and (min-width: 768px) {
	.gnav-header .close-trigger .icn:before {
		width: 16px;
		height: 2px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .close-trigger .icn:before {
		width: 4.26667vw;
		height: 0.53333vw;
	}
}

.gnav-header .close-trigger .icn:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #000333;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
	.gnav-header .close-trigger .icn:after {
		height: 2px;
		width: 16px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-header .close-trigger .icn:after {
		width: 4.26667vw;
		height: 0.53333vw;
	}
}

.search-trigger {
	position: relative;
	background-color: #007a46;
	border-radius: 50%;
	cursor: pointer;
	background-image: url(/ja/assets/img/all/ico_search.svg);
	background-position: center;
	background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
	.search-trigger {
		width: 32px;
		height: 32px;
		background-size: 14px 14px;
		margin-left: 20px;
		margin-bottom: 8px;
	}
}

.search-trigger:focus {
	outline: 2px solid #007a46;
}

.search-trigger:hover {
	background-color: #333;
}

@media screen and (max-width: 767px) {
	.search-trigger {
		width: 8.53333vw;
		height: 8.53333vw;
		background-size: 3.73333vw 3.73333vw;
		margin-right: 5.33333vw;
	}
}

.search-trigger[area-selected="true"] {
	background-image: none;
	background: none;
}

.search-trigger[area-selected="true"]:before {
	content: "";
	position: absolute;
	display: block;
	width: 19px;
	height: 2px;
	background-color: #007a46;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: 0.2s ease;
}

.search-trigger[area-selected="true"]:after {
	content: "";
	position: absolute;
	display: block;
	width: 19px;
	height: 2px;
	background-color: #007a46;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: 0.2s ease;
}

.search-trigger[area-selected="true"]:hover:before {
	background-color: #007a46;
}

.search-trigger[area-selected="true"]:hover:after {
	background-color: #007a46;
}

.nav-trigger {
	position: relative;
	width: 5.86667vw;
	height: 4.26667vw;
}

.nav-trigger span {
	position: absolute;
	display: block;
	background-color: #000333;
	width: 100%;
	height: 2px;
	transition: 0.2s ease;
}

.nav-trigger span:first-child {
	top: 0;
	left: 0;
}

.nav-trigger span:nth-child(2) {
	top: calc(50% - 1px);
	left: 0;
}

.nav-trigger span:last-child {
	bottom: 0;
	left: 0;
}

.nav-trigger[area-selected="true"] span:first-child {
	top: calc(50% - 1px);
	transform: rotate(45deg);
}

.nav-trigger[area-selected="true"] span:nth-child(2) {
	opacity: 0;
}

.nav-trigger[area-selected="true"] span:last-child {
	transform: rotate(-45deg);
	bottom: calc(50% - 1px);
}

.gnav-header-search {
	overflow: hidden;
	width: 100vw;
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
}

@media print, screen and (min-width: 768px) {
	.gnav-header-search {
		min-width: 1000px;
	}
}

.gnav-header-search[area-expanded="true"] .search-wrapper {
	opacity: 1;
}

.gnav-header-search .search-wrapper {
	opacity: 0;
	transition: 0.5s ease;
	background-color: #f3f8f6;
}

.gnav-header-search .search-wrapper input,
.gnav-header-search .search-wrapper button,
.gnav-header-search .search-wrapper select,
.gnav-header-search .search-wrapper textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

.gnav-header-search .search-wrapper .search-wrapper-inner {
	padding: 65px 0 30px;
	width: 640px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.gnav-header-search .search-wrapper .search-wrapper-inner {
		width: 100%;
		padding: 8vw 5.33333vw 6.66667vw;
	}
}

.gnav-header-search .search-wrapper form {
	position: relative;
	border-bottom: 3px solid #007a46;
	display: flex;
	align-items: center;
}

.gnav-header-search .search-wrapper form:before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/ja/assets/img/all/ico_search-green.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 22px;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.gnav-header-search .search-wrapper form:before {
		width: 4.26667vw;
		height: 4.26667vw;
		top: 3.46667vw;
	}
}

.gnav-header-search .search-wrapper form input {
	display: block;
}

.gnav-header-search .search-wrapper form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f3f8f6 inset;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

.gnav-header-search .search-wrapper form .search-txt {
	position: relative;
	width: calc(100% - 55px);
	font-size: 16px;
	color: #333;
	padding: 20px 0 20px 40px;
}

@media screen and (max-width: 767px) {
	.gnav-header-search .search-wrapper form .search-txt {
		width: calc(100% - 12vw);
		font-size: 4.26667vw;
		padding: 2.66667vw 0 2.66667vw 6.93333vw;
	}
}

.gnav-header-search .search-wrapper form .search-txt::-moz-placeholder {
	color: #aaa;
}

.gnav-header-search .search-wrapper form .search-txt:-ms-input-placeholder {
	color: #aaa;
}

.gnav-header-search .search-wrapper form .search-txt::placeholder {
	color: #aaa;
}

.gnav-header-search .search-wrapper form .search-btn {
	color: #007a46;
	font-weight: 700;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.gnav-header-search .search-wrapper form .search-btn {
		font-size: 4.26667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-header-search .search-wrapper form .search-btn {
		cursor: pointer;
	}
}

.gnav-header-search .search-wrapper form .search-btn:hover {
	color: #000;
}

.gnav-header-search .close-trigger {
	justify-content: center;
	cursor: pointer;
	width: 100px;
	margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
	.gnav-header-search .close-trigger {
		margin-top: 4vw;
	}
}

.header-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease;
	transition-delay: 0.3s;
}

.header-bg[area-expanded="true"] {
	opacity: 0.15;
	visibility: visible;
}

.gnav-footer {
	position: relative;
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
	background-color: #007a46;
}

@media print, screen and (min-width: 768px) {
	.gnav-footer {
		width: 100%;
		min-width: 1000px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer {
		width: 100vw;
	}
}

.gnav-footer a,
.gnav-footer p {
	color: #fff;
}

.gnav-footer a {
	line-height: 1.6;
	text-decoration: none;
	transition: 0.2s ease;
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .inner {
		padding: 55px 80px 25px;
		max-width: 1200px;
		margin: 0 auto;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner {
		padding: 16vw 8vw 9.33333vw;
	}
}

.gnav-footer .logo {
	display: block;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .logo {
		width: 155px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer .logo {
		width: 34.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .g-nav {
		margin-top: 45px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer .g-nav {
		margin-top: 13.33333vw;
	}
}

.gnav-footer .g-nav ul {
	display: flex;
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .g-nav ul {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer .g-nav ul {
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .g-nav ul > li:not(:first-child) {
		margin-left: 45px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer .g-nav ul > li {
		width: calc(50% - 6% / 2);
	}

	.gnav-footer .g-nav ul > li:nth-child(2n-1) {
		margin-right: 6%;
	}

	.gnav-footer .g-nav ul > li:nth-child(n + 3) {
		margin-top: 5.33333vw;
	}
}

.gnav-footer .g-nav ul > li a {
	font-size: 17px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.gnav-footer .g-nav ul > li a {
		display: block;
		font-size: 4vw;
		border-bottom: 1px solid #78cd98;
		padding-bottom: 2.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .inner-head {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
}

.gnav-footer .inner-head ul {
	display: flex;
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .inner-head ul {
		margin-right: 25px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-head ul {
		margin-top: 8vw;
	}
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .inner-head ul > li {
		font-size: 15px;
	}

	.gnav-footer .inner-head ul > li:not(:first-child) {
		margin-left: 25px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-head ul > li {
		font-size: 3.46667vw;
	}

	.gnav-footer .inner-head ul > li:not(:last-child) {
		margin-right: 5.06667vw;
	}
}

.gnav-footer .inner-head ul > li a {
	color: #fff;
}

.gnav-footer .inner-head .border {
	width: 1px;
	height: 17px;
	display: block;
	background-color: #007a46;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-head .border {
		display: none;
	}
}

.gnav-footer .inner-head .global-link {
	display: flex;
	align-items: center;
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .inner-head .global-link {
		margin: 0 15px 0 25px;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-head .global-link {
		margin-top: 5.33333vw;
	}
}

.gnav-footer .inner-head .global-link i {
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(/ja/assets/img/all/ico_world-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-head .global-link i {
		width: 4.26667vw;
		height: 4.26667vw;
		margin-right: 1.33333vw;
	}
}

.gnav-footer .inner-head .global-link span {
	font-size: 15px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-head .global-link span {
		font-size: 3.46667vw;
	}
}

.gnav-footer .inner-head .global-link:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(/ja/assets/img/all/ico_blank-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 6px;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-head .global-link:after {
		width: 2.66667vw;
		height: 2.66667vw;
	}
}

.gnav-footer .inner-sns {
	margin: 40px auto 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-sns {
		margin-top: 10.66667vw;
	}
}

.gnav-footer .inner-sns .inner-sns-head {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gnav-footer .inner-sns .inner-sns-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-sns .inner-sns-list {
		margin-top: 4vw;
	}
}

.gnav-footer .inner-sns .inner-sns-list > li a {
	display: block;
}

.gnav-footer .inner-sns .inner-sns-list > li a iframe {
	display: none;
}

.gnav-footer .inner-sns .inner-sns-list > li a i {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.gnav-footer .inner-sns .inner-sns-list > li a i.twitter {
	background-image: url(/ja/assets/img/all/ico_foot_twitter.png);
	width: 42px;
	height: 34px;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-sns .inner-sns-list > li a i.twitter {
		width: 8.53333vw;
		height: 6.93333vw;
	}
}

.gnav-footer .inner-sns .inner-sns-list > li a i.youtube {
	background-image: url(/ja/assets/img/all/ico_foot_youtube.png);
	width: 47px;
	height: 34px;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-sns .inner-sns-list > li a i.youtube {
		width: 9.6vw;
		height: 6.93333vw;
	}
}

.gnav-footer .inner-sns .inner-sns-list > li a i.note {
	background-image: url(/ja/assets/img/all/ico_note.svg);
	width: 31px;
	height: 35px;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-sns .inner-sns-list > li a i.note {
		width: 6.13333vw;
		height: 6.93333vw;
	}
}

.gnav-footer .inner-sns .inner-sns-list > li:not(:first-child) {
	margin-left: 20px;
}

.gnav-footer .inner-bottom {
	background-color: #f2f6f9;
	padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .inner-bottom {
		padding-top: 20px;
		margin: 35px auto 0;
	}
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-bottom {
		margin-top: 9.33333vw;
		padding-top: 6.66667vw;
	}
}

.gnav-footer .inner-bottom ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gnav-footer .inner-bottom ul > li {
	font-size: 13px;
	margin-right: 25px;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-bottom ul > li {
		font-size: 3.46667vw;
		margin-bottom: 4vw;
	}

	.gnav-footer .inner-bottom ul > li:not(:last-child) {
		margin-right: 8vw;
	}
}

.gnav-footer .inner-bottom ul > li a {
	font-weight: 400;
	color: #202020;
}

.gnav-footer .inner-bottom P {
	font-size: 13px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
	.gnav-footer .inner-bottom P {
		margin-top: 6.66667vw;
		font-size: 2.66667vw;
	}
}

.gnav-footer .pagetop {
	position: absolute;
	top: 25px;
	right: 25px;
	transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
	.gnav-footer .pagetop {
		top: 2.66667vw;
		right: 2.66667vw;
	}
}

.gnav-footer .pagetop a {
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-repeat: no-repeat;
	background-size: 11px 18px;
	background-position: center;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	display: block;
	background-color: #fff;
	transition: 0.2s ease;
	border: 2px solid #007a46;
}

@media print, screen and (min-width: 768px) {
	.gnav-footer .pagetop a {
		box-sizing: inherit;
	}
}

.gnav-footer .pagetop a:hover {
	background-color: #007a46;
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
	border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
	.gnav-footer .pagetop a {
		width: 11.73333vw;
		height: 11.73333vw;
		background-size: 2.13333vw 3.73333vw;
	}
}

.global-footer-middle + .sns-sec {
	border-top: 1px solid #dae0e0;
}

.category-relative-sec.common-sec + .sns-sec {
	border-top: none;
}

.mod-bottom-wrapper + .sns-sec {
	border-top: none;
}

.sns-sec {
	padding: 40px 20px;
	border-top: 1px solid #dae0e0;
}

@media screen and (max-width: 767px) {
	.sns-sec {
		padding: 8vw 5.33333vw;
	}
}

.sns-sec .sns-sec-ttl {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

@media screen and (max-width: 767px) {
	.sns-sec .sns-sec-ttl {
		font-size: 4vw;
	}
}

.sns-sec .sns-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.sns-sec .sns-list {
		margin-top: 2.13333vw;
	}
}

.sns-sec .sns-list > li:not(:last-child) {
	margin-right: 25px;
}

@media screen and (max-width: 767px) {
	.sns-sec .sns-list > li:not(:last-child) {
		margin-right: 6.93333vw;
	}
}

.sns-sec .sns-list > li a {
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sns-sec .sns-list > li a iframe {
	display: none;
}

@media screen and (max-width: 767px) {
	.sns-sec .sns-list > li a {
		width: 10.66667vw;
		height: 10.66667vw;
	}
}

.sns-sec .sns-list > li a.twitter {
	background-image: url(/ja/assets/img/all/ico_twitter.png);
}

.sns-sec .sns-list > li a.line {
	background-image: url(/ja/assets/img/all/ico_line.png);
}

.sns-sec .sns-list > li a.facebook {
	background-image: url(/ja/assets/img/all/ico_facebook.png);
}

/* サイトトップ　重要なお知らせ
============================================================================*/
#top .top-text {
	width: 100%;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	border: solid 2px #ff0000;
	text-align: center;
	margin: 10px auto 15px;
	background-color: #ffffff;
	padding: 10px;
}

#top .top-im-text {
	color: #ff0000;
	font-size: 20px;
	margin-bottom: 3px;
}

#top .top-text .pdf-size {
	font-size: 14px;
	color: #555;
}

@media screen and (max-width: 768px) {
	#top .top-text {
		width: 100%;
		color: #000000;
		font-weight: 400;
		font-size: 11px;
		border: solid 2px #ff0000;
		text-align: center;
		margin: 5px auto 10px;
		background-color: #ffffff;
	}

	#top .top-im-text {
		color: #ff0000;
		font-size: 16px;
		margin-bottom: 3px;
	}
}

@media screen and (min-width: 768px) {
	#top .pc {
		display: block;
	}

	#top .sp {
		display: none;
	}
}

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

	#top .sp {
		display: block;
	}
}

/* サイトトップ　フォーカス修正
============================================================================*/
#top .rd-story a,
#rd .rd-story a {
	display: block;
	outline-offset: -1px;
}

/* 新型コロナウイルス感染症に対する当社の取り組みについて
============================================================================*/
@media screen and (max-width: 767px) {
	body {
		padding-bottom: 0;
	}
	.global-container {
		padding-top: 17.44444vw;
	}
}

.for-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.for-pc {
		display: none;
	}
	.for-sp {
		display: block;
	}
}

.global-container a,
.global-container a:focus {
	outline: none;
}

/* grid */
.cov-row {
	max-width: 1200px;
	margin: 0 auto;
}

.cov-colset {
	width: calc(100% + 22px);
	margin-left: -11px;
	display: flex;
	flex-wrap: wrap;
}
.cov-col {
	margin: 0 11px 22px;
}
.cov-col2-1 {
	width: calc(50% - 22px);
}
.cov-col4-1 {
	width: calc(25% - 22px);
}

@media screen and (max-width: 767px) {
	.cov-colset {
		width: 100%;
		margin-left: 0;
		display: block;
	}
	.cov-col {
		margin: 0 0 17.5px;
	}
	.cov-col2-1,
	.cov-col4-1 {
		width: 100%;
	}
}

/* section */
.cov-section {
	padding: 0 8.3333vw;
}

@media screen and (max-width: 767px) {
	.cov-section {
		padding: 0 20px;
	}
}

/* headings */
.cov-heading1 {
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 1.5;
}
.cov-heading2 {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
.cov-heading3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
}
.cov-heading4 {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.cov-heading1 {
		font-size: 2.1rem;
	}
	.cov-heading2 {
		font-size: 2rem;
	}
	.cov-heading3 {
		font-size: 1.6rem;
	}
	.cov-heading4 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}

/* lead */
.cov-lead {
	margin-top: 46.5px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
	.cov-lead {
		margin-top: 23px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}

/* button */
.cov-btn {
	display: flex;
}
.cov-btn a {
	width: 100%;
	max-width: 233px;
	padding: 14.5px 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.9;
	text-align: center;
	background-color: #008051;
	display: block;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}
.cov-btn a span {
	position: relative;
	padding-right: 16px;
}
.cov-btn a span::before {
	position: absolute;
	top: 1px;
	right: 1.5px;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
	content: "";
}
.cov-btn a:hover {
	color: #008051;
	background-color: #fff;
}
.cov-btn a:hover span::before {
	border-top: solid 3px #008051;
	border-right: solid 3px #008051;
}

@media screen and (max-width: 767px) {
	.cov-btn a {
		padding: 12px 15px;
		text-align: left;
	}
	.cov-btn a span {
		display: block;
	}
	.cov-btn a span::before {
		border-top: solid 3px #fff;
		border-right: solid 3px #fff;
	}
	.cov-btn a:hover {
		color: #fff;
		background-color: #008051;
	}
	.cov-btn a:hover span::before {
		border-top: solid 3px #fff;
		border-right: solid 3px #fff;
	}
}

/* box */
.cov-box {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
	.cov-box {
		padding: 11.5px;
	}
}

/* link icon */
.cov-link-icon {
}
.cov-link-icon a {
	position: relative;
	display: inline-block;
}
.cov-link-icon a::after {
	margin-top: -2px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
	vertical-align: middle;
	content: "";
}
.cov-link-icon a.cov-icon-window::after {
	width: 13px;
	height: 13px;
	background-image: url(/ja/covid19info/img/ico_window_green.svg);
	background-size: 13px auto;
}

/* color */
.fc-green {
	color: #008051;
}
.fc-white {
	color: #fff;
}
.bc-green {
	background-color: #008051;
}

.bc-white {
	background-color: #fff;
}

/* -------- first view -------- */

.first-view {
	padding: 130px 8.3333vw 30px;
	background-image: url(/ja/covid19info/img/bg_firstview.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
.first-view-inner {
	max-width: 890px;
	margin: 0 auto;
}
.first-view .cov-heading1 {
	margin-bottom: 86.5px;
}
.first-view-sub {
	margin-bottom: 25.5px;
	color: #008051;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
}
.first-view-h {
	margin-bottom: 58px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.first-view-txt p {
	margin-top: 38px;
	font-size: 1.7rem;
	line-height: 2.3;
}
.first-view-txt p:first-child {
	margin-top: 0;
}
.first-view-sign {
	margin-top: 12px;
}
.first-view-sign p {
	margin-top: 33px;
	font-size: 2.55rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-align: right;
}
.first-view-sign p span {
	margin-bottom: 7px;
	font-size: 1.87rem;
	font-weight: 400;
	display: block;
}

@media screen and (max-width: 767px) {
	.first-view {
		padding: 80px 20px 52px;
		background-image: url(/ja/covid19info/img/bg_firstview_sp.png);
	}
	.first-view .cov-heading1 {
		width: calc(100% + 20px);
		margin-bottom: 50px;
		margin-left: -10px;
		text-align: center;
	}
	.first-view-sub {
		margin-bottom: 18px;
		font-size: 1.5rem;
	}
	.first-view-h {
		margin-bottom: 33px;
		font-size: 2rem;
	}
	.first-view-txt p {
		margin-top: 28px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.first-view-sign {
		margin-top: 20px;
	}
	.first-view-sign p {
		margin-top: 22.5px;
		font-size: 2.25rem;
	}
	.first-view-sign p span {
		margin-bottom: 5px;
		font-size: 1.65rem;
	}
}

/* -------- くらしの衛星情報 -------- */
.case {
	padding-top: 100px;
	padding-bottom: 60px;
	background-color: #e5ecdc;
}
.case .cov-heading2 {
	margin-bottom: 20px;
	text-align: center;
}
.case-lead {
	margin-bottom: 40px;
	font-size: 1.5rem;
	line-height: 1.7;
	text-align: center;
}
.case-box {
	padding: 71.5px 9.1666% 64px;
	margin-bottom: 34px;
}
.case-h {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}
.case-text {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.7;
}
.case .cov-colset {
	width: calc(100% + 40px);
	margin-left: -20px;
}
.case-col {
	width: calc(50% - 40px);
	margin: 0 20px;
}
.case-img {
	margin-bottom: 30px;
}
.case-img img {
	width: 100%;
}
.case-list {
}
.case-list li {
	position: relative;
	margin-top: 6px;
	padding-left: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.case-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
.case-list li:first-child {
	margin-top: 0;
}
.case-list li dl {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.case-list li dl::before {
	position: absolute;
	top: -1px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	margin: auto;
	background-image: url(/ja/covid19info/img/bg_dot.png);
	background-repeat: repeat;
	background-position: center left;
	content: "";
}
.case-list li dl dt,
.case-list li dl dd {
	position: relative;
}
.case-list li dl dt span,
.case-list li dl dd span {
	background-color: #fff;
	display: inline-block;
}
.case-list li dl dt {
	width: 60%;
}
.case-list li dl dt span {
	padding-right: 1em;
}
.case-list li dl dd {
	width: 40%;
	text-align: right;
}
.case-list li dl dd span {
	padding-left: 1em;
}
.case-list.non-dot li {
	padding-left: 0;
}
.case-list.non-dot li::before {
	content: none;
}

@media screen and (max-width: 767px) {
	.case {
		padding-top: 44px;
		padding-bottom: 52px;
	}
	.case .cov-heading2 {
		margin-bottom: 14px;
	}
	.case-lead {
		margin-bottom: 22px;
	}
	.case-box {
		padding: 28.5px 20px 18px;
		margin-bottom: 18px;
	}
	.case-h {
		margin-bottom: 7.5px;
		font-size: 1.6rem;
	}
	.case-text {
		margin-bottom: 16.5px;
		line-height: 1.8;
	}
	.case .cov-colset {
		width: 100%;
		margin-left: 0;
	}
	.case-col {
		width: 100%;
		margin: 0;
	}
	.case-img {
		margin-bottom: 16.5px;
	}
	.case-list {
		margin-bottom: 14px;
	}
	.case-list li {
		position: relative;
		margin-top: 6px;
		padding-left: 12px;
		font-size: 1.4rem;
	}
	.case-list li dl::before {
		content: none;
	}
	.case-list li dl dt span,
	.case-list li dl dd span {
		background-color: transparent;
	}
	.case-list li dl dt {
		width: auto;
	}
	.case-list li dl dd span {
		padding-left: 0;
	}
}

/* -------- くらしの衛星情報 -------- */
.life {
	position: relative;
	padding-top: 140px;
	/* background-image: url(/ja/covid19info/img/bg_life_02.png);*/
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	overflow: hidden;
}
.life::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 806px;
	background-image: url(/ja/covid19info/img/bg_life_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 30px;
	z-index: -1;
	content: "";
}
.life .cov-btn {
	margin-top: 87.5px;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.life {
		padding-top: 64px;
		/*background-image: url(/ja/covid19info/img/bg_life_02_sp.png);*/
		overflow: hidden;
	}
	.life::before {
		width: 100%;
		height: 65vh;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.life .cov-btn {
		margin-top: 30px;
	}
}

/* -------- コロナ関連リリース -------- */
/*
@media screen and (max-width: 767px) {
 .news_connection {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
}   */
section.cov-section .cov-row .news-list {
	margin-top: 25px;
}

section.cov-section .cov-row .news-list > li {
	display: flex;
	border-bottom: 1px solid #e7eeed;
	font-size: 15px;
	padding: 15px 0;
	color: #333;
	line-height: 1.6;
}

section.cov-section .cov-row .news-list > li:first-child {
	border-top: 1px solid #e7eeed;
}

section.cov-section .cov-row .news-list > li .date {
	color: #007a46;
	margin-right: 19px;
}

section.cov-section .cov-row .news-list > li .main {
	flex: 1;
	transition: 0.2s;
}

section.cov-section .cov-row .news-list > li .pdf {
	position: relative;
	padding-left: 25px;
	color: #555;
	font-size: 14px;
}

section.cov-section .cov-row .news-list > li .pdf i {
	position: absolute;
	content: "";
	display: inline-block;
	background-image: url(/ja/assets/img/all/ico_pdf.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 2px;
	left: 3px;
	width: 17px;
	height: 18px;
}

section.cov-section .cov-row .news-list > li a {
	display: flex;
}

section.cov-section .cov-row .news-list > li a:hover .main {
	color: #007a46;
}

@media screen and (max-width: 767px) {
	section.cov-section .cov-row .news-list {
		margin-top: 5.33333vw;
	}

	section.cov-section .cov-row .news-list > li {
		font-size: 4vw;
		padding: 2.66667vw 0 3.2vw;
	}

	section.cov-section .cov-row .news-list > li .date {
		display: block;
		margin-right: 0;
	}

	section.cov-section .cov-row .news-list > li .main {
		flex: inherit;
		display: inline-block;
		padding-top: 1.86667vw;
	}

	section.cov-section .cov-row .news-list > li .pdf {
		padding-left: 6.66667vw;
		font-size: 3.46667vw;
	}

	section.cov-section .cov-row .news-list > li .pdf i {
		top: 0.53333vw;
		left: 0.8vw;
		width: 4.53333vw;
		height: 4.8vw;
	}

	section.cov-section .cov-row .news-list > li a {
		display: block;
	}
}

.news_connection {
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #ffffff;
}

.cov-heading5 {
	font-size: 3rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.cov-heading5 {
		font-size: 2rem;
	}
}

.connection-a {
	display: block;
	width: auto;
}

.news_connection dl {
	width: 100%;
	font-size: 16px;
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
}
.news_connection dl:hover dt {
	text-decoration: none;
}
.news_connection dl:hover dd {
	text-decoration: underline;
	color: #66cdaa;
}
.news_connection dl dt {
	float: left;
	width: 130px;
	padding: 8px 0 8px 5px;
	color: #2e8b57;
}
.news_connection dl dd {
	padding: 8px 0 8px 25px;
	float: left;
}

@media screen and (max-width: 767px) {
	.connection-a {
		display: block;
		width: auto;
	}

	.news_connection dl {
		width: 100%;
		font-size: 84%;
		border-bottom: 1px dotted #cccccc;
		overflow: hidden;
	}
	.news_connection dt {
		float: left;
		padding: 5px 0;
		width: 80px;
		color: #009dac;
	}
	.news_connection dl dd {
		float: left;
		width: 73%;
		padding: 5px 0;
	}
}

/* 20221122 アンケートデザイン修正CSS追加 ここから */
@media screen and (max-width: 767px) {
	#faq .faq-questionnaire .faq-questionnaire-radio {
		display: flex;
	}
	#faq .faq-questionnaire .faq-questionnaire-radio > li + li {
		margin-left: 10px;
		margin-top: 0 !important;
	}
	#faq .faq-questionnaire .faq-questionnaire-radio > li label {
		flex-direction: column;
		justify-content: flex-start;
		height: 100%;
	}
	#faq .faq-questionnaire .faq-questionnaire-radio > li label i {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#faq .faq-questionnaire .faq-questionnaire-radio > li label span {
		text-align: center;
	}
}
/* 20221122 アンケートデザイン修正CSS追加 ここまで */

/*　==========　230227  ページトップ 　==========　*/

.gnav-footer #page-top a {
	background-image: url(/ja/assets/img/all/ico_link-green.svg);
	background-repeat: no-repeat;
	background-size: 11px 18px;
	background-position: center;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	display: block;
	background-color: #fff;
	transition: 0.2s ease;
	border: 2px solid #007a46;
	transform: rotate(-90deg);
}
.gnav-footer #page-top a:hover {
	background-color: #007a46;
	background-image: url(/ja/assets/img/all/ico_link-white.svg);
	border: 2px solid #fff;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(200px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*　下に下がる動き　*/
#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(200px);
	}
}

/*　==========　研究実績　ソート　==========　*/

ul.search {
	display: flex;
	flex-wrap: wrap;
}

.search_item {
	display: inline-block;
	padding: 15px 30px;
	cursor: pointer;
	background: #f3f8f6;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
	font-weight: 500;
}
.search_item.is-active {
	color: white;
	background-color: #007a46;
}
.is-hide {
	display: none;
}

@media screen and (max-width: 767px) {
	.search_item {
		padding: 10px 15px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

/*　==========　TOP bottom-secのカラム変更　==========　*/

@media print, screen and (min-width: 768px) {
	#top .bottom-sec.common-sec .common-sec-inner .common-sec-links {
		justify-content: space-between;
	}

	#top .bottom-sec.common-sec .common-sec-inner .common-sec-links li {
		margin-left: 0px;
		width: calc((100% - 72px) / 4) !important;
	}
} /* @media*/

/*　==========　Webアクセシビリティ対応　==========　*/
.for-screen-readers,
.mod-bottom-pager ul.num > li span.for-screen-readers {
	overflow: hidden;
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
}

/*　==========　スマホ最適化テーブル　==========　*/
.mod-container .mod-table-6 {
	position: relative;
	margin-top: 40px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-6 {
		margin-top: 8vw;
	}
	.mod-container .mod-table-6 td:before {
		font-weight: bold;
		text-align: center;
		background-color: #f3f8f6;
		content: attr(aria-label);
		display: block;
		padding: 5px 10pxpx;
		margin-bottom: 10px;
	}
	.mod-container .mod-table-6 thead {
		display: none;
	}
}

.mod-container .mod-table-6 thead th {
	font-weight: 700;
	background-color: #007a46;
	color: #fff;
	text-align: center;
}

.mod-container .mod-table-6 tbody th {
	background-color: #f3f8f6;
	color: #333;
}

.mod-container .mod-table-6 th,
.mod-container .mod-table-6 td {
	font-weight: 400;
	padding: 17px 11px;
	font-size: 16px;
	border: 1px solid #c2cbcc;
	vertical-align: middle;
	color: #333;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.mod-container .mod-table-6 th,
	.mod-container .mod-table-6 td,
	.mod-container .mod-table-6 tr {
		font-size: 4vw;
		padding: 2.66667vw 2.93333vw;
		display: block;
	}
}

.mod-container .mod-table-6 th a,
.mod-container .mod-table-6 td a {
	line-height: 1.3;
}

.mod-container .mod-table-6 thead {
	background-color: #c3ecd3;
}
.gnav-header a:focus {
	outline: #000 auto 1px;
}

/*change header footer */
@media screen and (min-width: 769px) {
	.gnav-header {
		min-width: 100%;
	}
	.gnav-header .gnav-header-inner {
		min-width: initial;
	}
}
.gnav-header a:focus {
	outline: #000 auto 1px;
}

@media screen and (min-width: 769px) {
	.gnav-header .g-nav .dropdown {
		min-width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.gnav-header .g-nav ul.global-nav-triggers > li > a:hover {
		color: #007a46;
	}
}
@media screen and (max-width: 768px) {
	.gnav-header .g-nav ul.global-nav-triggers > li > a i:focus {
		outline: #000 auto 1px;
	}
}
.gnav-header .g-nav ul.global-nav-triggers > li > a span:not(.icn):after {
	background-color: #007a46;
}
.gnav-header .nav-trigger:focus {
	outline: #000 auto 1px;
}
.gnav-header .gnav-header-search input[type="submit"]:focus {
	outline: #000 auto 1px;
}

.gnav-footer {
	border-top: 1px solid #d9d9d9;
	background-color: #fff;
}
.gnav-footer .inner {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.gnav-footer .footer-top {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1260px) {
	.gnav-footer .footer-top {
		gap: 0 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-top {
		flex-direction: column;
		padding: 0 8vw 5.3333333333vw;
	}
}
.gnav-footer .footer-top .g-nav ul,
.gnav-footer .footer-top .inner-head ul {
	margin: 0;
	align-items: stretch;
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-top .g-nav ul,
	.gnav-footer .footer-top .inner-head ul {
		gap: 6.6666666667vw 0;
	}
}
.gnav-footer .footer-top .g-nav ul:nth-of-type(2),
.gnav-footer .footer-top .inner-head ul:nth-of-type(2) {
	margin-top: 20px;
}
.gnav-footer .footer-top .g-nav ul li,
.gnav-footer .footer-top .inner-head ul li {
	position: relative;
	padding: 0 15px;
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-top .g-nav ul li,
	.gnav-footer .footer-top .inner-head ul li {
		padding: 0;
	}
}
.gnav-footer .footer-top .g-nav ul li a,
.gnav-footer .footer-top .inner-head ul li a {
	height: 100%;
	font-size: 16px;
	line-height: 1.2;
	color: #202020;
}
.gnav-footer .footer-top .g-nav ul li a:focus,
.gnav-footer .footer-top .inner-head ul li a:focus {
	color: #007a46;
}
@media (hover: hover) and (pointer: fine) {
	.gnav-footer .footer-top .g-nav ul li a:hover,
	.gnav-footer .footer-top .inner-head ul li a:hover {
		color: #007a46;
	}
}
@media screen and (max-width: 1200px) {
	.gnav-footer .footer-top .g-nav ul li a,
	.gnav-footer .footer-top .inner-head ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-top .g-nav ul li a,
	.gnav-footer .footer-top .inner-head ul li a {
		font-size: 3.7333333333vw;
		border-bottom-color: #d9d9d9;
	}
}
.gnav-footer .footer-top .logo {
	width: 137px;
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-top .logo {
		width: 34.2666666667vw;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-top .inner-head {
		margin-top: 8vw;
	}
}
.gnav-footer .footer-top .inner-head .global-link {
	position: relative;
	margin: 0 0 0 10px;
	padding-left: 25px;
}
.gnav-footer .footer-top .inner-head .global-link:hover {
	opacity: 1;
}
.gnav-footer .footer-top .inner-head .global-link:hover span[lang="en"] {
	color: #007a46;
}
.gnav-footer .footer-top .inner-head .global-link:hover span.lang {
	background: url("/ja/assets/img/all/ico_world.svg") no-repeat left center, url("/ja/assets/img/all/ico_blank.svg") no-repeat right center;
	background-size: 18px 18px, 14px 14px;
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-top .inner-head .global-link {
		margin-top: 5.333vw;
		margin-left: 0;
		padding-left: 0;
	}
}
.gnav-footer .footer-top .inner-head .global-link::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 1px;
	height: 16px;
	background-color: #333;
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-top .inner-head .global-link::before {
		content: none;
	}
}
.gnav-footer .footer-top .inner-head .global-link span.lang {
	color: #202020;
	white-space: nowrap;
	padding: 0 21px 0 23px;
	background: url("/ja/assets/img/all/ico_world_bk.svg") no-repeat left center, url("/ja/assets/img/all/ico_blank_bk.svg") no-repeat right center;
	background-size: 18px 18px, 14px 14px;
}
.gnav-footer .footer-top .inner-head .global-link span.lang:focus {
	color: #007a46;
}
@media (hover: hover) and (pointer: fine) {
	.gnav-footer .footer-top .inner-head .global-link span.lang:hover {
		color: #007a46;
	}
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-top .inner-head .global-link span.lang {
		padding: 0 3.7333333333vw 0 4.1333333333vw;
		background-size: 3.2vw 3.0666666667vw, 2.6666666667vw 2.8vw;
	}
}
.gnav-footer .footer-btm {
	background-color: #f2f6f9;
	padding-bottom: 20px;
}
@media screen and (max-width: 1260px) {
	.gnav-footer .footer-btm {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.gnav-footer .footer-btm {
		padding-bottom: 9.3333333333vw;
	}
}
.gnav-footer .footer-btm .inner-sns {
	padding: 30px 0;
}
.gnav-footer .footer-btm .inner-sns .inner-sns-head {
	color: #202020;
}
.gnav-footer .footer-btm .inner-sns .inner-sns-list img {
	width: 45px;
}
.gnav-footer .footer-btm .inner-bottom {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
	border-top-color: #d9d9d9;
}
.gnav-footer .footer-btm .inner-bottom ul li a {
	color: #202020;
}
.gnav-footer .footer-btm .inner-bottom ul li a:focus {
	color: #007a46;
}
@media (hover: hover) and (pointer: fine) {
	.gnav-footer .footer-btm .inner-bottom ul li a:hover {
		color: #007a46;
	}
}
.gnav-footer .footer-btm .inner-bottom p {
	color: #202020;
}
.gnav-footer .copyright {
	padding: 25px 0 20px;
	background-color: #007a46;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.gnav-footer .copyright {
		padding: 6vw 0;
		font-size: 2.6vw;
	}
}
@media screen and (max-width: 768px) {
	.gnav-footer #page-top {
		right: 5.3333333333vw;
		bottom: 15.3333333333vw;
	}
}

@media screen and (max-width: 768px) {
	.gnav-footer #page-top a {
		width: 12.6666666667vw;
		height: 12.6666666667vw;
		border-radius: 12.6666666667vw;
		background-size: 3.3333333333vw 2.6666666667vw;
	}
}

/* ========== 共通 - ヘッダー修正対応（2024.10） ========== */

/* ブレイクポイントのズレ修正 */
@media screen and (min-width: 768px) {
	.gnav-header {
		min-width: 100%;
	}
	.gnav-header .gnav-header-inner {
		min-width: initial;
	}
	.gnav-header .g-nav .dropdown {
		min-width: 100%;
	}
	.gnav-header .g-nav ul.global-nav-triggers > li > a:hover {
		color: #007a46;
	}
  /* ロゴとナビがひっつかないように調整 */
  .gnav-header-inner {
    gap: 20px;
  }
}
/* アイコンが楕円にならないように調整 */
.search-trigger {
  min-width: 32px;
}

/* ========== 共通 - 多言語切替ボタン設置対応（2024.10） ========== */

/* 多言語切替ボタン以外をアンクリッカブルにする（パンくずと重なっているための対応） */
.language-wrapper {
  pointer-events: none;
}
.language-wrapper .language-switch {
  pointer-events: auto;
}

.language-wrapper .language-switch a {
  position: relative;
  padding-right: 28px;
}

.language-wrapper .language-switch a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #007a46;
  background: url(/ja/assets/img/all/ico_link-green.svg) no-repeat center center;
  background-size: 7px 8px;
  background-color: #fff;
  transition: 0.3s;
}

.language-wrapper .language-switch a:hover::after {
  background: url(/ja/assets/img/all/ico_link-white.svg) no-repeat center center;
  background-size: 7px 8px;
  background-color: #202020;
  border: 1px solid #202020;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb-wrapper .breadcrumb {
		justify-content: flex-start;
    padding-right: 0;
  }
  .language-wrapper.language-ja ~ .breadcrumb-wrapper .breadcrumb {
    /* width: calc(100% - (10px + 93px + 48px)); */
    padding-right: calc(10px + 93px + 48px);
  }
  .language-wrapper.language-en ~ .breadcrumb-wrapper .breadcrumb {
    /* width: calc(100% - (10px + 137px + 48px)); */
    padding-right: calc(10px + 137px + 48px);
  }

  .language-wrapper {
    width: 100%;
    max-width: 1240px;
		display: flex;
		justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		z-index: 1;
  }

  .language-wrapper.language-ja {
    top: 110px;
  }

  .language-wrapper.language-en {
    top: 116px;
  }

	.language-wrapper .language-inner {
    width: 100%;
    height: 56px;
		display: flex;
    flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
  .language-wrapper ~ .mod-container {
		padding-top: calc(17.33333vw + 3em);
  }

	.language-wrapper {
    width: 100%;
		display: flex;
		justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 17.33333vw;
    left: 0;
    right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5.33333vw;
		padding-right: 5.33333vw;
		z-index: 1;
	}

	.language-wrapper .language-inner {
    width: 100%;
    height: 3em;
		display: flex;
    flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
}

.language-wrapper .language-switch a:link,
.language-wrapper .language-switch a:active,
.language-wrapper .language-switch a:visited,
.language-wrapper .language-switch a:hover {
  display: block;
  color: #007a46;
  /* text-decoration: underline; */
  letter-spacing: 0.06em;
  line-height: 1.3;
  transition: 0.2s ease;
}
.language-wrapper .language-switch a:hover {
  color: #202020;
}
@media print, screen and (min-width: 768px) {
  .language-wrapper .language-switch a {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  #top .language-wrapper ~ .top-contents { padding-top: 136px; }
	#company-top .language-wrapper ~ .company-page .mod-img-head,
  #ir-top .language-wrapper ~ .mod-img-head,
  #products-top .language-wrapper ~ .mod-container .mod-img-head,
  #rd .language-wrapper ~ .mod-img-head,
  #sustainability-top .language-wrapper ~ .mod-img-head { padding-top: 166px; }
  #products-top .language-wrapper ~ .mod-container section.bg-for-bc { height: 154px; }
  #company .l-wrapper .p-page-header { margin-top: 56px; }
  #page_lionScope .ls-pageHeader { margin-top: 56px; }
  #emergency-care .language-wrapper ~ article .emergency-header { margin-top: 20px; }
}

@media screen and (max-width: 767px) {
  #top .language-wrapper ~ .top-contents { padding-top: 8vw; }
	#company-top .language-wrapper ~ .company-page .mod-img-head,
  #ir-top .language-wrapper ~ .mod-img-head,
  #products-top .language-wrapper ~ .mod-container .mod-img-head,
  #rd .language-wrapper ~ .mod-img-head,
  #sustainability-top .language-wrapper ~ .mod-img-head { padding-top: 28.33333vw; }
  #products-top .language-wrapper ~ .mod-container .mod-img-head { background-color: transparent; }
  #products-top .language-wrapper ~ .mod-container .mod-img-head .mod-img-head-inner { background-color: #f3f8f6; }
  #company .language-wrapper ~ .l-wrapper .p-page-header { margin-top: 12vw; }
  .language-wrapper ~ #page_lionScope .ls-pageHeader { margin-top: 12vw; }
  #emergency-care .language-wrapper ~ article .emergency-header { margin-top: 12vw; }
}

/* ========== 製造終了品一覧 - 絞り込み検索設置対応（2024.10） ========== */

.products-end-filter {
  margin-top: 80px;
  margin-bottom: 80px;
}
.products-end-filter-inner {
  display: flex;
  background-color: #c3ecd3;
}
.products-end-filter-inner > *{
  padding: 50px 45px;
  width: 50%;
}
.products-end-filter-by-name {
  background-color: #007a46;
  flex-grow: 0;
}
.products-end-filter-by-category {
  flex-grow: 1;
}
.products-end-filter-ttl {
  font-size: 20px;
  margin-bottom: 20px;
}
.products-end-filter-by-name .products-end-filter-ttl {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .products-end-filter {
    margin-top: 13.33333vw;
    margin-bottom: 13.33333vw;
  }
  .products-end-filter-inner {
    display: flex;
    flex-direction: column;
  }
  .products-end-filter-inner > *{
    padding: 6.66667vw;
    width: 100%;
  }
  .products-end-filter-by-category {
    flex-grow: 0;
  }
  .products-end-filter-ttl {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
}

.products-end-search {
	display: flex;
	justify-content: space-between;
  gap: 20px;
	background-color: #fff;
	padding: 10px 25px;
	border-radius: 31.5px;
	width: 100%;
}
.products-end-search [type="text"]:focus-visible {
  outline: 1px auto #fff !important;
  background-color: #f6f6f6;
}
.products-end-search-input{
  width: calc(100% - 20px - 28px);
  line-height: 1.3;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.products-end-search-btn {
  flex-grow: 0;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: url(/ja/assets/img/all/ico_search-green.svg) no-repeat center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  cursor: pointer;
}
.products-end-search-btn:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .products-end-search {
    gap: 4.8vw;
    padding: 2.4vw 6vw;
    border-radius: 7.56vw;
  }
  .products-end-search-input{
    width: calc(100% - 4.8vw - 6.72vw);
    border-radius: 2.4vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
  .products-end-search-btn {
    width: 6.72vw;
    height: 6.72vw;
  }
}

.products-end-filter-by-category-list {
  width: 100%;
  display: flex;
  gap: 20px;
}
.products-end-filter-by-category-list li{
  width: 100%;
}
.products-end-filter-by-category-select {
  width: 100%;
  line-height: 1.3;
	padding: 12px 37px 12px 12px;
	border: 1px solid #dae0e0;
	border-radius: 5px;
	background-color: #fff;
	background-image: url(/ja/assets/img/all/ico_link-green-bottom.svg);
	background-size: 13px 9px;
	background-position: right 12px center;
	background-repeat: no-repeat;
	font-weight: 400;
	color: #333;
	cursor: pointer;
}
.products-end-filter-by-category-select:focus-visible {
  outline: 1px auto #0fa05d !important;
}
.products-end-filter-by-category-select[disabled] {
  opacity: 1;
  color: #b9dec7;
  background-color: #d8f5e3;
  border: 1px solid #b9dec7;
	background-image: url(/ja/assets/img/all/ico_link-softgreen-bottom.svg);
  cursor: default;
}

@media screen and (max-width: 767px) {
  .products-end-filter-by-category-list {
    flex-direction: column;
    gap: 4.8vw;
  }
  .products-end-filter-by-category-list li{
    width: 100%;
  }
  .products-end-filter-by-category-select {
    font-size: 4vw;
    padding: 3.46667vw 9.86667vw 3.2vw 3.2vw;
    background-size: 3.46667vw 2.4vw;
  }
}

.mod-container .mod-h2 .mod-h2-half { font-size: 50%;padding-left: .2em; }
