@charset "UTF-8";

section {
	margin: 120px auto;
	width: 100%;
}

.hero {
	background: none !important;
	position: relative;
}

.hero_hd {
	padding: 30px;
	background-size: cover;
	background-position: center;
	min-height: 450px;
	height: 50vh;
	color: #ffffff;
	z-index: 10;
}

.hero_lavel {
	margin-bottom: 20px;
	border: 1px solid #ffffff;
	padding: 5px 20px;
	display: inline-block;
	font-family: serif;
	font-size: 20px;
	text-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000 inset;
}

.hero_icon {
	margin-right: auto;
	width: max-content;
	padding: 5px 10px;
	display: block;
	background: rgba(138, 128, 0, 0.8);
	color: #fff;
}

.hero_ttl {
	margin-bottom: 10px;
	font-family: serif;
	font-size: 26px;
	text-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
}

.hero_menu {
	display: flex;
	flex-direction: column;
}

.hero_menu>li {
	margin-right: 10px;
}

.hero_menu>li:first-child {
	margin-right: 0;
}

.hero_menu>li>a {
	background: rgba(0, 0, 0, 0.8);
	display: inline-block;
	margin-bottom: 10px;
	width: 500px;
	padding: 10px 20px;
	padding-right: 50px;
	font-family: serif;
	position: relative;
	cursor: pointer;
}

.hero_menu>li>a::after {
	font-family: icomoon;
	content: "\e912";
	color: #8A8000;
	line-height: 1;
	position: absolute;
	bottom: 50%;
	right: 30px;
	margin-left: -0.5em;
	transform: translate(50%, 50%) rotate(-90deg);
}

.hero_spmenu {
	margin-top: 20px;
	display: none;
}

.hero_spmenu>li {
	margin-top: 10px;
}

.hero_spmenu>li:first-child {
	margin-top: 0;
}

.hero_spmenu>li>a {
	display: block;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	position: relative;
	padding: 10px 40px 10px 10px;
}

.hero_spmenu>li>a::after {
	font-family: icomoon;
	content: "\e912";
	color: #8A8000;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.5em;
}

.hero_cnt {
	margin: 25px auto 0;
	width: 1000px;
	padding: 0 30px;
	font-size: 14px;
}

.hero_subttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
}

.hero_txt {}

.hero_subcnt {
	margin: 20px auto 0;
	max-width: 1000px;
	width: 100%;
}

.hero_subcnt_ttl {}

.hero_subcnt_txt {
	font-size: 14px;
}

.story {}

.story.-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.story.-flex>* {
	width: 48%;
	font-size: 14px;
}

.story_img {
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
}

.story_img img {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	height: auto;
	display: block;
}

.story_cnt {
	padding-top: 20px;
}

.story_subcnt {
	margin: 0 100px;
	padding-top: 50px;
}

.story_subimg {
	margin: 0 auto;
	max-width: 50%;
	min-width: 1000px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.story_subimg.-small {
	min-width: 750px;
}

.story_subimg.-multi {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.story_subimg.-multi.-stretch {
	align-items: stretch;
}

.story_subimg img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}

.story_subimg.-multi>img {
	padding-right: 20px;
}

.story_subimg.-multi>img:last-child {
	padding-right: 0;
}

.story_subimg.-multi.-col2 {
	justify-content: space-between;
}

.story_subimg.-multi.-col2>* {
	max-width: 48%;
	width: 100%;
	padding: 0;
}

.story_subimg>figcaption {
	font-size: 14px;
}

.story_typelist {
	margin: 50px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.story_typelist li {
	width: 33%;
	margin: 10px;
	padding: 10px;
	background-color: #F5F6F8;
}

.story_typelist li figure {
	text-align: center;
}

.story_typelist li figcaption {
	font-weight: bold;
}

.story_typelist li p {
	font-size: 14px;
}

.story_lead {
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.story_ttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.story_subttl {
	margin: 20px 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
}

.story_txt {
	font-size: 14px;
}

.link {}

.link_cont {
	display: block;
	display: flex;
	flex-direction: row-reverse;
	border: 1px solid #bbb;
	position: relative;
}

.link_cont:hover {
	opacity: 0.8;
}

.link_wrap {
	width: 50%;
	position: relative;
	text-align: center;
}

.link_num {
	font-family: 'Poppins', sans-serif;
	display: block;
	width: 55px;
	line-height: 55px;
	font-size: 30px;
	color: #fff;
	background: #111;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.link_cnt {
	display: inline-block;
	padding: 60px 20px;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
}

.link_ttl {
	line-height: 1.3;
}

.link_ttl span {
	font-size: 18px;
	display: block;
}

.link_ttl em {
	font-size: 30px;
	display: block;
}

.link_list {
	margin-top: 20px;
}

.link_list>li {
	font-size: 18px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
	margin-top: 10px;
}

.link_list>li:first-child {
	margin-top: 0;
}

.link_img {
	background-size: cover;
	background-position: center;
	width: 50%;
}

.article {}

.article_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.article_row.-rev {
	flex-direction: row-reverse;
}

.article_cnt,
.article_img {
	width: 48%;
}

.article_lead {
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.article_ttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.article_subttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}

.article_txt {
	font-size: 14px;
}

.article_img img {
	max-width: 100%;
	height: auto;
}

.article_subimg {
	margin: 0 auto;
	width: 100%;
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
}

.article_subimg.-multi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.article_subimg figure {
	max-width: 1000px;
	height: auto;
}

.article_subimg figure img {
	max-width: 100%;
	height: auto;
}

.article_subimg.-multi>figure {
	padding-right: 20px;
	width: 100%;
}

.article_subimg.-multi>figure figcaption {
	text-align: left;
}

.article_subimg.-multi>figure figcaption.-tcenter {
	text-align: center;
}

.article_subimg.-multi>figure:last-child {
	padding-right: 0;
}

.article_subimg.-multi.-col2,
.article_subimg.-multi.-col3 {
	justify-content: space-between;
}

.article_subimg.-multi.-col2>figure,
.article_subimg.-multi.-col3>figure {
	padding: 0;
}

.article_subimg.-multi.-col2>figure {
	max-width: 48%;
}

.article_subimg.-multi.-col3>figure {
	max-width: 32%;
}

.onimgtext_figure {
	position: relative;
}

.onimgtext_caption {
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	text-shadow: 0 0 5px #000000, 0 0 5px #000000, 0 0 5px #000000, 0 0 5px #000000;
	position: absolute;
	bottom: 0;
}

.onimgtext_caption.-small {
	font-size: 12px;
}

.onimgtext_caption.-lb {
	text-align: left;
	left: 0;
}

.onimgtext_caption.-rb {
	text-align: right;
	right: 0;
}

/* All SP & Tablet */
@media screen and (max-width:1060px) {
	section {
		margin: 100px 0;
	}

	.hero {}

	.hero_hd {}

	.hero_lavel {}

	.hero_icon {}

	.hero_ttl {}

	.hero_menu {}

	.hero_menu>li {}

	.hero_menu>li:first-child {}

	.hero_menu>li>a {}

	.hero_menu>li>a:after {}

	.hero_cnt {
		bottom: 30px;
		left: 30px;
	}

	.hero_subttl {}

	.hero_txt {}

	.story {}

	.story_cnt {
		position: static;
		width: 100%;
		max-width: 100%;
		background: none;
		color: #333;
		padding: 0 40px;
		margin-top: 40px;
	}

	.story_subimg {
		max-width: 1000px;
		min-width: auto;
	}

	.story_subimg.-multi {}

	.story_subimg img {}

	.story_subimg.-multi img {}

	.story_subimg.-multi img:last-child {}

	.story_subimg.-multi.-col2 img {}

	.story_lead {}

	.story_ttl {}

	.story_txt {}

	.link {}

	.link_cont {}

	.link_wrap {}

	.link_num {}

	.link_cnt {}

	.link_ttl {}

	.link_ttl span {}

	.link_ttl em {}

	.link_list {}

	.link_list>li {}

	.link_list>li:first-child {}

	.link_img {}

	.article {}

	.article_row {}

	.article_row.-rev {}

	.article_cnt {
		padding: 0 20px 0 0;
	}

	.article_row.-rev .article_cnt {
		padding: 0 0 0 20px;
	}

	.article_lead {}

	.article_ttl {}

	.article_txt {}

	.article_img {}

	.article_img img {}

	.article_subimg {}

	.article_subimg.-multi {}

	.article_subimg figure {}

	.article_subimg.-multi figure {}

	.article_subimg.-multi figure:last-child {}

	.article_subimg.-multi.-col2 figure {}


}

/* All SP */
@media screen and (max-width:760px) {
	section {
		margin: 80px 0;
	}

	.hero {}

	.hero_hd {
		padding: 10px;
		min-height: auto;
		height: 240px;
	}

	.hero_lavel {
		padding: 0 5px;
		font-size: 15px;
	}

	.hero_icon {
		padding-left: 5px;
		padding-top: 0;
	}

	.hero_ttl {
		font-size: 18px;
	}

	.hero_menu {
		display: none;
	}

	.hero_menu>li {}

	.hero_menu>li:first-child {}

	.hero_menu>li>a {}

	.hero_menu>li>a:after {}

	.hero_spmenu {
		display: block;
	}

	.hero_cnt {
		position: static;
		width: 100%;
		color: #333;
		text-shadow: none;
		padding: 0 15px;
		margin-top: 20px;
	}

	.hero_subttl {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.hero_txt {}

	.story {}

	.story.-flex {
		flex-direction: column;
	}

	.story.-flex>* {
		width: 100%;
	}

	.story_cap {
		font-size: 12px;
	}

	.story_cnt {
		padding: 0;
		margin-top: 20px;
	}

	.story_subcnt {
		margin: 0;
		padding-top: 25px;
	}

	.story_typelist {
		flex-direction: column;
	}

	.story_typelist li {
		width: auto;
	}

	.story_subimg {}

	.story_subimg.-multi {
		flex-direction: column;
	}

	.story_subimg img {
		max-width: none !important;
		width: 100% !important;
	}

	.story_subimg.-multi img {
		padding: 0 0 20px;
	}

	.story_subimg.-multi img:last-child {
		padding: 0;
	}

	.story_lead {
		margin-bottom: 5px;
	}

	.story_ttl {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.story_subttl {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.story_txt {}

	.link {}

	.link_cont {
		display: block;
	}

	.link_wrap {
		width: 100%;
	}

	.link_num {}

	.link_cnt {
		padding: 20px 15px;
	}

	.link_ttl {}

	.link_ttl span {
		font-size: 14px;
	}

	.link_ttl em {
		font-size: 20px;
		margin-top: 5px;
	}

	.link_list {
		margin-top: 10px;
	}

	.link_list>li {
		font-size: 14px;
	}

	.link_list>li:first-child {}

	.link_img {
		width: 100%;
		padding-top: 50%;
	}

	.article {}

	.article_row {
		flex-direction: column;
	}

	.article_row.-rev {
		flex-direction: column;
	}

	.article_cnt {
		width: 100%;
		padding: 0;
	}

	.article_row.-rev .article_cnt {
		padding: 0;
	}

	.article_lead {
		margin-bottom: 10px;
		margin-bottom: 5px;
	}

	.article_ttl {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.article_txt {}

	.article_img {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.article_img img {}

	.article_subimg {}

	.article_subimg.-multi {
		flex-direction: column;
	}

	.article_subimg figure {
		max-width: none !important;
		width: 100% !important;
	}

	.article_subimg.-multi>figure {
		padding: 0 0 20px;
	}

	.article_subimg.-multi>figure:last-child {
		padding: 0;
	}

}