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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0
}

ul[role=list],
ol[role=list] {
	list-style: none
}

html:focus-within {
	scroll-behavior: smooth
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

img,
picture {
	max-width: 100%;
	display: block
}

input,
button,
textarea,
select {
	font: inherit
}

@media(prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto
	}
	*,
	*::before,
	*::after {
		-webkit-animation-duration: .01ms !important;
		animation-duration: .01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important
	}
}

html {
	font-size: 16px;
	overflow-x: hidden
}

body {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
	overflow-x: hidden
}

body::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 11px;
	background-image: url(../../images/body_bg.svg);
	background-repeat: repeat-x;
	background-size: 10px 11px
}

a {
	opacity: 1
}

a:hover {
	opacity: .8
}

.container {
	padding-left: 30px;
	padding-right: 30px
}

html.opened {
	overflow: hidden;
	height: 100%
}

.svg_symbols {
	display: none
}

.acms-container {
	padding-left: 30px;
	padding-right: 30px
}

.scroll-hint {
	padding-left: 10px;
	padding-right: 10px
}

._date {
	margin-top: 5px !important;
	font-family: "Montserrat", sans-serif;
	color: #9b9b9b;
	font-weight: 400;
	font-size: 12px;
	font-size: 0.75rem
}

._tags {
	line-height: 1.2
}

._tags .icon_tag {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .4rem;
	fill: #006432;
	vertical-align: middle
}

._tag {
	display: inline-block;
	margin-right: .4rem;
	margin-top: 5px;
	font-size: 13px;
	font-size: 0.8125rem
}

._tag a {
	color: #006432;
	text-decoration: none;
	white-space: nowrap
}

.content__main.entry h1,
.content__main h1.search,
.content__main.top h1,
.content__main.top h2,
.content__main h2.sub_content {
	position: relative;
	padding: 0;
	padding-bottom: 10px;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	background-color: transparent;
	color: #222
}

.content__main.entry h1::after,
.content__main h1.search::after,
.content__main.top h1::after,
.content__main.top h2::after,
.content__main h2.sub_content::after {
	content: "";
	position: relative;
	display: block;
	bottom: -8px;
	width: 100%;
	border-bottom: 2px solid #006432
}

.content__main.entry h1::before,
.content__main h1.search::before,
.content__main.top h1::before,
.content__main.top h2::before,
.content__main h2.sub_content::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-size: cover;
	background-position: left center;
	background-image: url(../../images/line_h1@2x.png);
	background-repeat: repeat-x
}

.content__sub {
	transform: translateX(100vw);
	opacity: 0;
	position: absolute;
	height: 100vh;
	overflow: hidden;
	z-index: 50;
	padding-bottom: 60px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	transition-property: opacity transform;
	transition-duration: .5s
}

.content__sub::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 11px;
	background-image: url(../../images/body_bg.svg);
	background-repeat: repeat-x;
	background-size: 10px 11px
}

.content__sub.opened {
	transform: translateX(0);
	position: fixed;
	height: auto;
	opacity: 1;
	overflow-y: scroll
}

.content__sub h2 {
	position: relative;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	line-height: 1;
	color: #006432;
	font-weight: 400;
	letter-spacing: .2rem;
	font-size: 18px;
	font-size: 1.125rem
}

.content__sub h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 6px;
	height: 100%;
	background-color: #a1c6a2;
	border-radius: 3px;
	overflow: hidden
}

.content__sub h2:nth-of-type(1) {
	margin-top: 96px
}

.content__sub__sns {
	display: block
}

.content__sub__sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
	margin-top: 50px;
	padding: 0
}

.content__sub__sns li,
.content__sub__sns a {
	display: block
}

.content__sub__sns li {
	margin-left: 6px;
	margin-right: 6px
}

.content__sub__sns_icon {
	display: block;
	width: 33px;
	height: 33px
}

.content__sub_category ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.content__sub_category ul li {
	list-style: none
}

.content__sub_category ul li:not(._lower) {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #6f6f6f
}

.content__sub_category ul li br {
	display: none
}

.content__sub_category a {
	text-decoration: none;
	color: #3e3e3e
}

.content__sub_category .cat_icon {
	display: inline-block;
	width: 32px;
	height: auto;
	margin-right: 10px
}

.content__sub_category ._list_header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap
}

.content__sub_category ._lower {
	margin-top: 15px;
	line-height: 1.4
}

.content__sub_category ._lower::before {
	content: "●";
	display: inline-block;
	font-size: 8px;
	font-size: 0.5rem;
	vertical-align: middle;
	margin-right: 10px
}

.content__sub_category ._lower ._list_header {
	display: inline
}

.content__sub_search {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-shrink: 0
}

.content__sub_search-note {
    font-size: 0.75rem;
    margin-top: 10px;
    color: #a2a2a2;
}

.content__sub_keyword {
	width: calc(100% - 50px);
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 8px 14px;
	font-size: 17px;
	font-size: 1.0625rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.content__sub_submit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #222;
	border: 0
}

.content__sub_submit svg {
	display: inline-block;
	width: 21px;
	height: 21px;
	fill: #fff
}

.content__sub_banner ul {
	margin-top: 40px;
	list-style: none;
	padding: 0
}

.content__sub_banner li {
	display: block;
	margin: 0;
	margin-top: 10px
}

.content__sub_banner img {
	width: 100%;
	height: auto
}

.content__category {
	margin-top: 80px
}

.content__category:nth-of-type(1) {
	margin-top: 60px
}

.content__category_header {
	position: relative
}

.content__category_header ._golist {
	position: absolute;
	right: 0;
	bottom: 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	color: #006432
}

.content__category_header ._golist svg {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 7px;
	fill: #a1c6a2
}

.content__category_list ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

.content__category_list ul li {
	display: block;
	width: calc(50% - 2px);
	height: 53px;
	margin-top: 5px
}

.content__category_list ul a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 8px 13px;
	background-color: #006432;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.75rem
}

.content__category_list ul a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3.5px 0 3.5px;
	border-color: #fff transparent transparent transparent
}

.content__summary {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

.content__summary:nth-of-type(1) {
	margin-top: 0
}

.content__summary_item {
	width: calc(50vw - 30px - 7px);
	margin-top: 30px;
	overflow: hidden
}

.content__summary_item p {
	margin-top: 5px
}

.content__summary_item ._image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	width: 100%;
	height: calc((50vw - 30px - 7px)*0.55);
	overflow: hidden;
	border-radius: 5px
}

.content__summary_item ._image img {
	width: 100%;
	height: auto;
	display: block
}

.content__summary_item ._category {
	padding: 4px 0;
	background-color: red;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	white-space: nowrap;
	text-align: center
}

.content__summary_item ._text {
	padding: 0
}

.content__summary_item ._title {
	margin-top: 10px;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem
}

.content__summary_item ._title a {
	text-decoration: none;
	color: #000
}

.content__summary_item ._tags {
	margin-top: 15px
}

.content__summary_item ._tag {
	font-size: 10px;
	font-size: 0.625rem
}

.content__summary_item._detail {
	width: 100%;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #a7a7a7
}

.content__summary_item._detail:after {
	content: "";
	display: block;
	clear: left
}

.content__summary_item._detail ._image {
	float: left;
	width: 45%;
	margin-right: 12px
}

.content__summary_item._detail ._title {
	margin: 0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.2
}

.content__summary_item._detail ._title:after {
	content: "";
	display: block;
	clear: left
}

.content__summary_item._detail p._date {
	margin-top: 0;
	font-size: 12px;
	font-size: 0.75rem
}

.content__summary_item._detail ._summary {
	clear: left;
	margin-top: 20px;
	font-size: 14px;
	font-size: 0.875rem
}

.content__summary_item._detail h3 {
	margin-top: 5px
}

.content__entry_tags {
	margin-top: 60px;
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 5px
}

.content ._share {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 40px
}

.content ._share a {
	display: block;
	width: 24px;
	margin-left: 16px
}

.content ._share a img {
	display: block;
	width: 100%;
	height: auto
}

.content ._be-btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	background-color: #3e3e3e;
	border: 4px solid #222
}

.content ._be-btn::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 4px;
	border: 1px solid #fff
}

.content ._be-btn._be-green {
	padding: 12px;
	background-color: #006432;
	border: 4px solid #004e27
}

.entry {
	color: #3e3e3e;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	overflow: hidden
}

.entry__container {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px
}

.entry_column {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 24px 24px;
	border: 1px solid #e5e5e5;
	border-left: 4px solid #9b9b9b
}

.entry_column._dashed {
	border: 1px dashed #006432;
	border-radius: 5px
}

.entry [class*=media_size] {
	height: auto;
	padding-left: 0;
	padding-right: 0
}

.entry ul,
.entry ol,
.entry table,
.entry p {
	margin-top: 20px
}

.entry h2,
.entry h3,
.entry h4,
.entry h5 {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700
}

.entry h2 {
	margin-top: 50px;
	padding: 8px 15px;
	color: #006432;
	background-color: #f4f7f2;
	border-radius: 5px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.5
}

.entry h3 {
	margin-top: 70px;
	color: #006432;
	font-size: 20px;
	font-size: 1.25rem
}

.entry h3::before,
.entry h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-size: cover;
	background-position: left center;
	background-image: url(../../images/line_h3@2x.png);
	background-repeat: repeat-x
}

.entry h3::before {
	margin-bottom: 8px
}

.entry h3::after {
	margin-top: 8px
}

.entry h4 {
	display: flex;
	justify-content: flex-start;
	align-content: stretch;
	margin-top: 80px;
	font-size: 20px;
	font-size: 1.25rem
}

.entry h4::before {
	content: "";
	display: block;
	width: 5px;
	margin-right: 10px;
	border-radius: 2.5px;
	background-color: #006432
}

.entry h5 {
	margin-top: 80px;
	font-size: 18px;
	font-size: 1.125rem
}

.entry a {
	color: #006432;
	text-decoration: underline
}

.entry strong._bold {
	font-weight: bold;
	color: #006432
}

.entry strong._marker {
	display: inline-block;
	position: relative
}

.entry strong._marker::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: .5rem;
	background-color: #c6eba9
}

.entry em._bold {
	font-weight: bold;
	font-style: normal
}

.entry span._underline {
	text-decoration: underline
}

.entry ._note {
	color: #7c7c7c
}

.entry ul,
.entry ol {
	padding-left: 20px;
	list-style: none
}

.entry ul li,
.entry ol li {
	margin-top: 10px
}

.entry ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: -20px;
	margin-right: 10px;
	border-radius: 5px;
	background-color: #006432
}

.entry ol {
	counter-reset: li
}

.entry ol li {
	counter-increment: li
}

.entry ol li::before {
	content: counter(li) ".";
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	width: 10px;
	margin-left: -20px;
	margin-right: 10px;
	color: #006432
}

.entry table th {
	padding: 8px;
	background-color: #006432;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	white-space: nowrap
}

.entry table td {
	padding: 15px 18px;
	font-size: 13px;
	font-size: 0.8125rem;
	background-color: #f4f7f2;
	vertical-align: top
}

.entry table.company {
	border-spacing: 0;
	position: relative
}

.entry table.company::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-size: cover;
	background-position: left center;
	background-image: url(../../images/line_corp_table@2x.png);
	background-repeat: repeat-x
}

.entry table.company td,
.entry table.company th {
	border: 0;
	vertical-align: middle;
	position: relative
}

.entry table.company td::before,
.entry table.company th::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-size: cover;
	background-position: left center;
	background-image: url(../../images/line_corp_table@2x.png);
	background-repeat: repeat-x
}

.entry table.company th {
	width: 6rem;
	padding: 30px 12px;
	text-align: left;
	color: #006432;
	background-color: #fafafa;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem
}

.entry table.company td {
	background-color: #fff
}

.entry table img {
	max-width: inherit
}

.entry .caption {
	text-align: left !important;
	font-size: 13px;
	font-size: 0.8125rem
}

.entry .media_size_full {
	width: 100%
}

.entry .media_size_full img {
	margin-left: auto;
	margin-right: auto
}

.entry .media_size_half {
	width: 50%
}

.entry .media_size_1-3rd {
	width: 50%
}

.entry .media_size_1-4th {
	width: 50%
}

.entry .block_link {
	padding-left: 10px;
	padding-right: 10px
}

.entry .block_link a {
	display: inline-block;
	margin-top: 20px
}

.entry .block_link a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 12px;
	margin-left: 8px;
	background-image: url(../../images/icon_link.svg);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle
}

.entry .block_link a[target=_blank]::after {
	width: 13px;
	height: 13px;
	margin-left: 8px;
	background-image: url(../../images/icon_link_external.svg)
}

.entry .block_link .stripe {
	position: relative;
	display: inline-block;
	min-width: 300px;
	box-sizing: border-box;
	padding: 6px;
	background-image: url(../../images/button_bg.png);
	background-size: 24px 24px;
	background-repeat: repeat;
	background-color: #006432;
	color: #fff;
	text-decoration: none
}

.entry .block_link .stripe::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #fff
}

.entry .block_link .stripe::after {
	display: none
}

.entry .block_link .stripe span {
	display: block;
	padding: 20px 40px;
	background-color: #006432;
	text-align: center
}

.entry .block_link .stripe[target=_blank] {
	background-color: #c75454
}

.entry .block_link .stripe[target=_blank] span {
	background-color: #c75454
}

.entry .block_link .stripe[target=_blank] span::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../images/icon_link_external_white.svg);
	vertical-align: middle
}

.entry .block_button {
	padding-left: 10px;
	padding-right: 10px
}

.entry ._outline {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	background-color: #f4f7f2;
	padding: 20px
}

.entry ._outline h2 {
	padding: 0;
	margin: 0
}

.entry ._outline ul {
	margin-top: 10px;
	list-style: disc
}

.entry ._outline ul li {
	margin-top: 4px
}

.entry ._outline ul li::before {
	display: none
}

.entry ._outline ul li a {
	color: #3e3e3e;
	text-decoration: none
}

.topicpath {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 40px
}

.topicpath li {
	display: block;
	padding-right: .3rem;
	white-space: nowrap;
	font-size: 12px;
	font-size: 0.75rem
}

.topicpath li::before {
	content: ">";
	display: inline-block;
	padding-right: .3rem
}

.topicpath li:first-child::before {
	display: none
}

.topicpath li br {
	display: none
}

.topicpath a {
	color: #777
}

.tag_cloud {
	margin-top: 20px
}

.tag_cloud ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}

.tag_cloud li {
	display: block;
	margin-right: 5px
}

.tag_cloud a {
	display: inline-block;
	padding: 4px 8px;
	background-color: #f4f7f2;
	border-radius: 5px;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #006432;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap
}

.pager {
	margin-top: 45px;
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 0
}

.pager ul .page {
	margin-left: 5px;
	margin-right: 5px
}

.pager ul .page span,
.pager ul .page a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	background-color: #eaeaea;
	color: #3e3e3e;
	border-radius: 16px
}

.pager ul .current span {
	background-color: #006432;
	color: #fff
}

.pager__go span {
	display: none
}

.pager__go._first a,
.pager__go._last a,
.pager__go._prev a,
.pager__go._next a {
	display: flex;
	align-items: center;
	height: 24px
}

.pager__go._first a:after,
.pager__go._first a::before,
.pager__go._last a:after,
.pager__go._last a::before,
.pager__go._prev a:after,
.pager__go._prev a::before,
.pager__go._next a:after,
.pager__go._next a::before {
	content: "";
	display: block
}

.pager__go._first a::before,
.pager__go._last a::before,
.pager__go._prev a::before,
.pager__go._next a::before {
	width: 10px;
	height: 10px;
	transform-origin: center center;
	border-left: 2px solid #006432;
	border-bottom: 2px solid #006432
}

.pager__go._first a:after,
.pager__go._last a:after {
	height: 14px;
	width: 1px;
	border-left: 2px solid #006432
}

.pager__go._first span,
.pager__go._prev span {
	order: 3
}

.pager__go._first a,
.pager__go._prev a {
	justify-content: flex-start
}

.pager__go._first a::before,
.pager__go._prev a::before {
	order: 2;
	transform: rotate(45deg)
}

.pager__go._first a:after,
.pager__go._prev a:after {
	margin-right: 4px;
	order: 1
}

.pager__go._last span,
.pager__go._next span {
	order: 1
}

.pager__go._last a,
.pager__go._next a {
	justify-content: flex-end
}

.pager__go._last a::before,
.pager__go._next a::before {
	order: 2;
	transform: rotate(-135deg)
}

.pager__go._last a:after,
.pager__go._next a:after {
	margin-left: 4px;
	order: 3
}

.pager__go._prev {
	margin-left: 20px;
	margin-right: 15px;
	padding-left: 7px;
	border-left: 2px solid #d6d6d6
}

.pager__go._next {
	margin-right: 20px;
	margin-left: 15px;
	padding-right: 7px;
	border-right: 2px solid #d6d6d6
}

[class^=column-media],
[class^=column-video-] {
	margin-bottom: 0;
	margin-top: 30px
}

._hide {
	display: none
}

.acms-entry-unit-full {
	overflow: hidden
}

.column-media-left,
.column-media-right {
	float: none
}

.acms-table-scrollable {
	overflow-x: scroll
}

.header {
	padding-top: 40px
}

.header__sp {
	display: block
}

.header__sitelogo {
	width: calc(100vw - 30px*2 - 65px)
}

.header__sitelogo a {
	display: block
}

.header__sitelogo img {
	display: block;
	width: calc(100vw - 30px*2 - 65px);
	height: auto
}

.header__copy {
	margin-top: 27px;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.6
}

.header__sns {
	display: none
}

.header__category {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	margin-top: 30px;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 1.2
}

.header__category::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, .5)
}

.header__category.company-overview::after {
	background: rgba(0, 0, 0, .2)
}

.header__category br {
	display: none
}

.header__category_root {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem
}

.header__category_root ._icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: 10px;
	width: 45px;
	height: 50px
}

.header__category_root ._title {
	max-width: 95vw;
	height: 24px;
	width: auto
}

.humberger {
	position: fixed;
	display: block;
	width: 45px;
	height: 45px;
	right: 30px;
	top: 38px;
	z-index: 55
}

.humberger__btn {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: #006432;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center
}

.humberger__btn span {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #fff;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	transition-property: all;
	transition-duration: .2s
}

.humberger__btn[aria-expanded=true] span:nth-of-type(1) {
	margin: 0;
	transform-origin: center center;
	transform: rotate(45deg) translateY(1px)
}

.humberger__btn[aria-expanded=true] span:nth-of-type(2) {
	display: none
}

.humberger__btn[aria-expanded=true] span:nth-of-type(3) {
	margin: 0;
	transform-origin: center center;
	transform: rotate(-45deg) translateY(-1px)
}

.footer {
	margin-top: 130px;
	position: relative;
	padding-bottom: 40px;
	font-size: 13px;
	font-size: 0.8125rem
}

.footer .acms-container::before {
	content: "";
	display: block;
	height: 4px;
	background-color: #e3e3e3;
	border-radius: 2px
}

.footer__sitelogo {
	margin-top: 60px
}

.footer__sitelogo a {
	display: block
}

.footer p {
	margin-top: 25px;
	line-height: 2
}

.footer a {
	color: #000;
	text-decoration: none
}

.footer a:hover {
	text-decoration: underline
}

.footer small {
	display: block;
	margin-top: 40px;
	text-align: center;
	color: #a2a2a2;
	font-size: 12px;
	font-size: 0.75rem
}

.footer__sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
	margin-top: 50px;
	padding: 0
}

.footer__sns li,
.footer__sns a {
	display: block
}

.footer__sns li {
	margin-left: 6px;
	margin-right: 6px
}

.footer__sns_icon {
	display: block;
	width: 33px;
	height: 33px
}

.go_top {
	position: fixed;
	display: none;
	right: 0;
	bottom: 80px
}

.go_top a {
	display: block;
	padding: 14px 16px;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	background-color: #000;
	border-radius: 10px 0 0 10px;
	text-decoration: none;
	text-align: center;
	line-height: 1
}

.go_top a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	transform-origin: center center;
	transform: rotate(45deg)
}

.top__carousel {
	position: relative;
	margin-top: 30px;
	margin-bottom: 45px;
	padding-bottom: 20px;
	background: linear-gradient(#fff 0%, #fff 30%, #F0EBEA 31%);
	overflow: hidden
}

.top__carousel_item {
	overflow: hidden;
	border-radius: 5px
}

.top__carousel_item:hover {
	opacity: .8
}

.top__carousel_item a {
	color: #3e3e3e;
	text-decoration: none
}

.top__carousel_item a:hover {
	opacity: 1
}

.top__carousel_item ._tag {
	color: #006432
}

.top__carousel_item ._image {
	position: relative;
	height: calc((100vw - 30px*2)*0.46);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-radius: 5px
}

.top__carousel_item ._image img {
	width: 100%;
	height: auto;
	display: block
}

.top__carousel_item ._category {
	width: 140px;
	min-width: 140px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 0;
	background-color: red;
	color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	white-space: nowrap;
	text-align: center
}

.top__carousel_item ._text {
	padding: 0 5px 20px
}

.top__carousel_item ._title {
	margin-top: 10px;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem
}

.top__carousel_item .icon_tag {
	fill: #006432
}

.top__carousel .swiper-pagination {
	display: none
}

.top__carousel ._new {
	position: absolute;
	padding: 20px 40px 3px;
	right: -40px;
	top: -10px;
	z-index: 2;
	background-color: #fff;
	color: #c75454;
	transform-origin: center center;
	transform: rotate(45deg);
	font-size: 10px;
	font-size: 0.625rem
}

.top__carousel_btn {
	position: absolute
}

.top__carousel_btn._prev,
.top__carousel_btn._next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background-color: #3e3e3e;
	top: 65px;
	z-index: 150;
	border-radius: 12px;
	cursor: pointer
}

.top__carousel_btn .icon_arrow {
	width: 10px;
	height: 8px;
	fill: #fff
}

.top__carousel_btn._prev {
	left: 10px
}

.top__carousel_btn._next {
	right: 10px
}

.top__carousel_btn._next .icon_arrow {
	transform-origin: center center;
	transform: rotate(180deg)
}

.top__button {
	margin-top: 40px;
	text-align: center
}

.top__category {
	margin-top: 80px
}

.top__category_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 20px
}

.top__category_item {
	position: relative;
	margin-top: 10px;
	border-radius: 5px;
	overflow: hidden
}

.top__category_item ._category {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	font-size: 12px;
	font-size: 0.75rem
}

.top__category_item ._image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.top__category_item ._image a {
	display: block;
	width: calc(50vw - 30px - 7px);
	height: calc((50vw - 30px - 7px)*0.48);
	color: #fff;
	text-decoration: none
}

.top__category_item ._image a img {
	width: 100%
}

@media(min-width: 1024px) {
	.acms-container {
		padding-left: 10px;
		padding-right: 10px
	}
	._tags .icon_tag {
		width: 16px;
		height: 16px
	}
	.content {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: nowrap;
		margin-top: 50px
	}
	.content__main {
		max-width: 764px;
		width: 764px
	}
	.content__main.entry h1,
	.content__main h1.search,
	.content__main.top h2,
	.content__main h2.sub_content {
		padding-right: 6rem;
		font-size: 26px;
		font-size: 1.625rem
	}
	.content__main.entry h1::after,
	.content__main h1.search::after,
	.content__main.top h2::after,
	.content__main h2.sub_content::after {
		width: calc(100% + 6rem)
	}
	.content__main.entry h1 br,
	.content__main h1.search br,
	.content__main.top h2 br,
	.content__main h2.sub_content br {
		display: none
	}
	.content__sub {
		display: block !important;
		transform: translateX(0);
		opacity: 1;
		height: inherit;
		position: static;
		width: 27%
	}
	.content__sub::before {
		display: none
	}
	.content__sub .container {
		padding: 0
	}
	.content__sub h2:nth-of-type(1) {
		margin-top: 10px
	}
	.content__sub__sns {
		display: none
	}
	.content__category {
		margin-top: 90px
	}
	.content__category_list ul {
		justify-content: flex-start
	}
	.content__category_list ul li {
		width: calc(25% - 2px);
		margin-right: 2px;
		margin-top: 2px;
		height: auto
	}
	.content__category_list ul a {
		padding-top: 9px;
		padding-bottom: 9px
	}
	.content__summary {
		margin-top: -22px
	}
	.content__summary_item {
		margin-top: 58px;
		position: relative;
		width: 367px
	}
	.content__summary_item ._image {
		height: 200px;
		margin-top: 0
	}
	.content__summary_item ._category {
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		min-width: 200px;
		border-radius: 5px 0 0 0;
		font-size: 14px;
		font-size: 0.875rem
	}
	.content__summary_item ._title {
		font-size: 15px;
		font-size: 0.9375rem
	}
	.content__summary_item ._date {
		font-size: 13px;
		font-size: 0.8125rem
	}
	.content__summary_item ._tag {
		font-size: 12px;
		font-size: 0.75rem
	}
	.content__summary_item._detail {
		padding-top: 35px;
		padding-bottom: 35px
	}
	.content__summary_item._detail ._image {
		width: 267px;
		height: 176px;
		margin-right: 34px
	}
	.content__summary_item._detail ._title {
		position: static;
		width: 100%;
		color: #3e3e3e;
		font-size: 16px;
		font-size: 1rem
	}
	.content__summary_item._detail ._title:after {
		display: none
	}
	.content__summary_item._detail ._date {
		font-size: 16px;
		font-size: 1rem
	}
	.content__summary_item._detail ._summary {
		clear: none
	}
	.content__summary_item._detail ._tags {
		margin-top: 20px
	}
	.content__entry_header {
		position: relative;
		padding-left: 10px;
		padding-right: 10px
	}
	.content__entry_header ._date {
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 16px;
		font-size: 1rem
	}
	.content__entry_tags {
		margin-top: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap
	}
	.content ._share {
		margin-top: 0
	}
	.content ._be-btn {
		min-width: 224px;
		width: inherit
	}
	.entry__container {
		margin-left: 0;
		margin-right: 0
	}
	.entry_column {
		padding: 10px 38px 40px
	}
	.entry ul,
	.entry ol,
	.entry table,
	.entry p {
		margin-top: 30px
	}
	.entry h2 {
		margin-top: 50px;
		padding: 8px 15px;
		font-size: 24px;
		font-size: 1.5rem
	}
	.entry h3 {
		margin-top: 70px;
		padding: 8px 0;
		font-size: 20px;
		font-size: 1.25rem
	}
	.entry h4 {
		display: flex;
		justify-content: flex-start;
		align-content: stretch;
		margin-top: 80px;
		font-size: 20px;
		font-size: 1.25rem
	}
	.entry h4::before {
		content: "";
		display: block;
		width: 5px;
		margin-right: 10px;
		border-radius: 2.5px;
		background-color: #006432
	}
	.entry h5 {
		margin-top: 80px;
		font-size: 18px;
		font-size: 1.125rem
	}
	.entry a {
		color: #006432;
		text-decoration: underline
	}
	.entry ._note {
		color: #7c7c7c
	}
	.entry ul,
	.entry ol {
		padding-left: 20px;
		list-style: none
	}
	.entry ul li,
	.entry ol li {
		margin-top: 10px
	}
	.entry ul li::before {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-left: -20px;
		margin-right: 10px;
		border-radius: 5px;
		background-color: #006432
	}
	.entry ol {
		counter-reset: li
	}
	.entry ol li {
		counter-increment: li
	}
	.entry ol li::before {
		content: counter(li) ".";
		display: inline-block;
		width: 10px;
		margin-left: -20px;
		margin-right: 10px;
		color: #006432
	}
	.entry table th {
		padding: 8px;
		background-color: #006432;
		font-size: 16px;
		font-size: 1rem;
		text-align: center;
		color: #fff;
		white-space: nowrap
	}
	.entry table td {
		padding: 15px 18px;
		font-size: 13px;
		font-size: 0.8125rem;
		background-color: #f4f7f2;
		vertical-align: top
	}
	.entry table.company {
		margin-top: 0
	}
	.entry table.company td,
	.entry table.company th {
		padding: 30px
	}
	.entry table.company th {
		padding-left: 20px;
		padding-right: 20px
	}
	.entry .caption {
		text-align: left !important;
		font-size: 13px;
		font-size: 0.8125rem
	}
	.entry .media_size_full {
		width: 764px
	}
	.entry .media_size_half {
		width: 367px
	}
	.entry .media_size_1-3rd {
		width: 238px
	}
	.entry .media_size_1-4th {
		width: 169px
	}
	.entry .block_link {
		padding-left: 10px;
		padding-right: 10px
	}
	.entry .block_link a {
		display: inline-block;
		margin-top: 20px
	}
	.entry .block_link a::after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 12px;
		margin-left: 8px;
		background-image: url(../../images/icon_link.svg);
		background-size: cover;
		vertical-align: middle
	}
	.entry .block_link a[target=_blank]::after {
		width: 13px;
		height: 13px;
		margin-left: 8px;
		background-image: url(../../images/icon_link_external.svg)
	}
	.entry .block_button {
		padding-left: 10px;
		padding-right: 10px
	}
	.entry ._outline {
		margin-top: 45px;
		padding: 25px
	}
	.pager {
		margin-left: auto;
		margin-right: auto
	}
	.pager ul .page {
		margin-left: 10px;
		margin-right: 10px
	}
	.pager__go a {
		color: #3e3e3e;
		text-decoration: none
	}
	.pager__go span {
		display: inline-block
	}
	.pager__go._prev span,
	.pager__go._next span {
		display: none
	}
	.pager__go._prev {
		padding-left: 45px;
		margin-left: 40px;
		margin-right: 30px
	}
	.pager__go._next {
		padding-right: 45px;
		margin-right: 40px;
		margin-left: 30px
	}
	.column-media-left {
		float: left;
		margin-right: 30px
	}
	.column-media-right {
		float: right;
		margin-left: 30px
	}
	.header {
		position: relative
	}
	.header__sp {
		display: block
	}
	.header__sitelogo {
		width: inherit;
		text-align: center
	}
	.header__sitelogo a {
		display: inline-block
	}
	.header__sitelogo img {
		width: inherit;
		height: 66px;
		margin-left: auto;
		margin-right: auto
	}
	.header__copy {
		font-size: 16px;
		font-size: 1rem
	}
	.header__copy br {
		display: none
	}
	.header__sns {
		display: block;
		position: absolute;
		right: 35px;
		top: 56px
	}
	.header__sns ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: nowrap;
		margin: 0;
		padding: 0
	}
	.header__sns li,
	.header__sns a {
		display: block
	}
	.header__sns li {
		margin-left: 13px
	}
	.header__sns_icon {
		display: block;
		width: 33px;
		height: 33px
	}
	.header__category {
		height: 237px;
		margin-top: 30px
	}
	.header__category_root {
		font-size: 30px;
		font-size: 1.875rem
	}
	.header__category_root ._icon {
		margin-top: -20px;
		width: 61px;
		height: 67px
	}
	.header__category_root ._title {
		height: 30px;
		width: auto
	}
	.humberger {
		display: none
	}
	.footer .acms-container {
		position: relative
	}
	.footer__sitelogo {
		width: 350px
	}
	.footer__sitelogo img {
		max-width: inherit;
		width: 100%;
		height: auto
	}
	.footer__text {
		width: 650px
	}
	.footer__sns {
		position: absolute;
		right: 0;
		top: 70px
	}
	.footer__sns ul {
		margin-top: 0
	}
	.footer small {
		position: absolute;
		right: 0;
		bottom: 0
	}
	.go_top a {
		padding: 18px 22px;
		font-size: 12px;
		font-size: 0.75rem
	}
	.go_top a::before {
		width: 10px;
		height: 10px
	}
	.top__carousel_item {
		position: relative;
		width: 910px !important
	}
	.top__carousel_item a {
		color: #fff;
		text-decoration: none
	}
	.top__carousel_item ._image {
		height: 416px
	}
	.top__carousel_item ._category {
		width: 200px;
		min-width: 200px;
		font-size: 14px;
		font-size: 0.875rem
	}
	.top__carousel ._new {
		padding: 30px 40px 3px;
		right: -40px;
		top: -10px;
		font-size: 15px;
		font-size: 0.9375rem
	}
	.top__carousel ._text {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-top: 150px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		color: #fff;
		background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9))
	}
	.top__carousel ._title {
		position: relative;
		padding-left: 15px;
		font-size: 18px;
		font-size: 1.125rem;
		border-left: 3px solid #fff
	}
	.top__carousel ._title::before {
		content: "";
		display: block;
		position: absolute;
		left: 3px;
		top: 0;
		height: 100%;
		border-left: 1px solid #fff
	}
	.top__carousel ._date {
		color: #fff;
		font-size: 16px;
		font-size: 1rem
	}
	.top__carousel ._tags {
		position: absolute;
		bottom: 20px;
		right: 20px
	}
	.top__carousel ._tag {
		color: #fff;
		font-size: 13px;
		font-size: 0.8125rem
	}
	.top__carousel .icon_tag {
		fill: #fff
	}
	.top__carousel .swiper-pagination {
		display: block;
		position: static;
		margin-top: 25px;
		margin-bottom: 30px
	}
	.top__carousel .swiper-pagination-bullet {
		width: 24px;
		height: 24px;
		margin-left: 8px;
		margin-right: 8px;
		font-family: "Montserrat", sans-serif;
		text-align: center;
		line-height: 24px;
		font-size: 12px;
		font-size: 0.75rem;
		color: #222;
		background: none;
		background-color: #fff;
		opacity: 1
	}
	.top__carousel .swiper-pagination-bullet-active {
		color: #fff;
		background-color: #222
	}
	.top__carousel_pager {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap
	}
	.top__carousel_btn._prev,
	.top__carousel_btn._next {
		position: static;
		background-color: transparent
	}
	.top__carousel_btn .icon_arrow {
		fill: #3e3e3e
	}
	.top__carousel_btn._prev {
		left: 10px
	}
	.top__carousel_btn._next {
		right: 10px
	}
	.top__carousel_btn._next .icon_arrow {
		transform-origin: center center;
		transform: rotate(180deg)
	}
	.top__button {
		margin-top: 70px
	}
	.top__category {
		margin-top: 130px
	}
	.top__category_list::after {
		content: "";
		width: 243px
	}
	.top__category_item {
		margin-top: 16px
	}
	.top__category_item br {
		display: none
	}
	.top__category_item ._image {
		width: 243px;
		height: 116px
	}
	.top__category_item ._image a {
		width: auto;
		height: auto
	}
}

.header__category.notfound::after {
	background: #ebebeb;
}

.header__category.notfound p {
	max-width: 285px;
}

.notfound_sp_parts {
}

.notfound_sp_parts h1 {
	margin: 35px 0 0;
}

@media(min-width: 1024px) {

	.header__category.notfound p {
		max-width: 357px;
	}

	.notfound_sp_parts {
		display: none;
	}

}

.auther {
	margin: 30px 0 70px;
	padding: 30px 0 40px;
	border-top: 2px solid #a1c6a2;
	border-bottom: 2px solid #a1c6a2;
}

.auther h3 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.15rem;
	color: #006432;
	font-weight: bold;
}

.auther h3::before,
.auther h3::after {
	display: none;
}

.auther_left {
	margin: 0 0 15px;
	display: flex;
	align-items: center;
}

.auther_left figure {
	margin: 0 20px 0 0;
	order: 1;
	width: 75px;
}

.auther_left h4 {
	margin: 0;
	padding: 0;
	order: 2;
	font-size: 1.10em;
}

.auther_left h4::before {
	display: none;
}

.auther_right h4 {
	display: none;
}

.auther_right p {
	margin: 0 0 15px;
}

.auther_url a {
	text-decoration: none;
	padding-right: 20px;
	background: url(../../images/icon_link_external.svg) no-repeat right center;
}

@media(min-width: 1024px) {

	.auther {
		margin: 25px 0 120px;
		padding: 50px;
	}
	
	.auther h3 {
		margin: 0 0 20px;
		padding: 0;
		font-size: 1.15rem;
		color: #006432;
		font-weight: bold;
	}
	
	.auther h3::before,
	.auther h3::after {
		display: none;
	}
	
	.auther_column {
		display: flex;
	}
	
	.auther_left {
		margin: 0 30px 0 0;
		width: 170px;
		flex-shrink: 0;
		display: block;
	}
	
	.auther_left h4 {
		display: none;
	}

	.auther_left figure {
		margin: 0;
		width: auto;
	}
	
	.auther_right h4 {
		margin: 0 0 5px;
		padding: 0;
		border: none;
		font-weight: bold;
		color: #3e3e3e;
		font-size: 1.10rem;
		display: block;
	}
	
	.auther_right h4::before {
		display: none;
	}
	
}

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