@charset "UTF-8";
/* --------------------
	company
---------------------*/
p {
	letter-spacing: 1px;
}

.l-mainheader__50thlogo p {
	letter-spacing: 0px !important;
}

@media (max-width: 768px) {
	.next-wrap {
		position: relative;
	}
	.next-wrap .next-btn {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 10;
		width: 250px;
	}
	.next-wrap .next-btn::before, .next-wrap .next-btn::after {
		content: "";
		display: block;
		width: 15px;
		height: 3px;
		border-radius: 5px;
		background: #4cbe06;
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.next-wrap .next-btn::after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		transition: 0.5s;
	}
	.next-wrap .next-btn span {
		font-weight: bold;
		display: block;
		max-width: 250px;
		margin: 0 auto;
		border: 2px solid #4cbe06;
		color: #4cbe06;
		padding: 10px 0;
		text-align: center;
		border-radius: 10px;
		background-color: #fff;
	}
	.next-wrap .next-btn span::before {
		content: "続きを読む";
	}
	.next-wrap .next-btn.next-show::after {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transition: 0.5s;
	}
	.next-wrap .next-btn.next-show span::before {
		content: "閉じる";
	}
	.next-wrap .next-item {
		position: relative;
		overflow: hidden;
	}
	.next-wrap .next-item.next-hide {
		height: 200px;
	}
	.next-wrap .next-item::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 180px;
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
	}
	.next-wrap .next-btn.next-show + .next-item::before {
		display: none;
	}
}
.s-company-wrapper .company-menu-content {
	position: relative;
}
.s-company-wrapper .company-menu-content .company-menu .l-section {
	padding: 0;
	position: relative;
	z-index: 2;
}
.s-company-wrapper .company-menu-content .company-menu .l-section .company-menu-tx {
	padding: 16px;
}
.s-company-wrapper .company-menu-content .r-bg::before, .s-company-wrapper .company-menu-content .l-bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 12%;
	z-index: 1;
	width: 100%;
	height: 95%;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
}
.s-company-wrapper .company-menu-content .r-bg .company-menu-img, .s-company-wrapper .company-menu-content .l-bg .company-menu-img {
	overflow: hidden;
	border-radius: 15px;
}
.s-company-wrapper .company-menu-content .r-bg::before {
	border-radius: 20px 0 0 20px;
}
.s-company-wrapper .company-menu-content .company-menu-img {
	margin-right: 5%;
}
.s-company-wrapper .company-menu-content .l-bg::before {
	border-radius: 0px 20px 20px 0;
}
.s-company-wrapper .company-menu-content .l-bg .company-menu-img {
	margin-left: 5%;
}
@media (min-width: 768px) {
	.s-company-wrapper .company-menu-content {
		position: relative;
	}
	.s-company-wrapper .company-menu-content .company-menu .company-menu-inner {
		display: flex;
		position: relative;
		z-index: 2;
	}
	.s-company-wrapper .company-menu-content .company-menu .company-menu-inner .company-menu-tx {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.s-company-wrapper .company-menu-content .r-bg::before, .s-company-wrapper .company-menu-content .l-bg::before {
		content: "";
		display: block;
		position: absolute;
		top: 12%;
		z-index: 1;
		width: 75%;
		height: 385px;
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
	}
	.s-company-wrapper .company-menu-content .r-bg .company-menu-img, .s-company-wrapper .company-menu-content .l-bg .company-menu-img {
		padding: 0;
		width: 769px;
	}
	.s-company-wrapper .company-menu-content .r-bg .company-menu-tx {
		margin-left: 40px;
	}
	.s-company-wrapper .company-menu-content .r-bg::before {
		right: 0;
	}
	.s-company-wrapper .company-menu-content .l-bg::before {
		left: 0;
	}
	.s-company-wrapper .company-menu-content .l-bg .company-menu-inner {
		flex-flow: row-reverse;
	}
	.s-company-wrapper .company-menu-content .l-bg .company-menu-tx {
		margin-right: 40px;
	}
}
.s-company-wrapper .company-banner {
	background: #f2fcec;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	border: 5px solid #6eba2c;
}
.s-company-wrapper .company-banner__inner {
	display: block;
}
.s-company-wrapper .company-banner__inner-box .info-tx {
	padding: 20px;
}
.s-company-wrapper .company-banner__inner-box .info-tx .c-icontext {
	font-weight: bold;
}
.s-company-wrapper .company-banner__inner-box .company-banner__image {
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px) {
	.s-company-wrapper .company-banner__inner {
		display: block;
	}
	.s-company-wrapper .company-banner__inner-box {
		flex-flow: row-reverse;
		display: flex;
	}
	.s-company-wrapper .company-banner__inner-box .info-tx {
		padding: 60px 40px;
		flex: 1;
	}
	.s-company-wrapper .company-banner__inner-box .info-tx .c-icontext {
		font-weight: bold;
	}
	.s-company-wrapper .company-banner__inner-box .company-banner__image {
		position: relative;
		overflow: hidden;
		width: 595px;
	}
}

.info--inner {
	margin-top: 40px !important;
}
.info--inner:first-child {
	margin-top: 0 !important;
}
.info-img {
	overflow: hidden;
	border-radius: 15px;
}
@media (min-width: 768px) {
	.info.col2 {
		display: flex;
		flex-wrap: wrap;
	}
	.info.col2 .info--inner {
		flex: 0 0 48.1%;
	}
	.info.col2 .info--inner:nth-of-type(-n + 2) {
		margin-top: 0 !important;
	}
	.info.col2 .info--inner:nth-child(odd) {
		margin-right: 40px;
	}
}

/* --------------------
	business
---------------------*/
.s-company-business-wrapper {
	line-height: 1.8;
	font-size: 15px;
}
.s-company-business-wrapper .business-img {
	overflow: hidden;
	border-radius: 15px;
}
.s-company-business-wrapper .business-img .cap {
	font-size: 12px;
	text-align: center;
	color: #666;
}
@media (min-width: 768px) {
	.s-company-business-wrapper .business-img {
		max-width: 770px;
		margin: 0 auto;
	}
}
.s-company-business-wrapper .col2-tximg .company-img {
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.s-company-business-wrapper .col2-tximg {
		display: flex;
		flex-flow: row-reverse;
	}
	.s-company-business-wrapper .col2-tximg > div {
		flex: 1;
	}
	.s-company-business-wrapper .col2-tximg .company-img {
		max-width: 509px;
		margin-left: 50px;
	}
}
.s-company-business-wrapper .btn-content {
	max-width: 770px;
	margin: 0 auto;
}
.s-company-business-wrapper .btn-content .btn-inner:first-child {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.s-company-business-wrapper .col2 {
		display: flex;
	}
	.s-company-business-wrapper .col2 > div {
		flex: 0 0 50%;
	}
}

/* --------------------
	idea
---------------------*/
.c-heading-third {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 3px solid #4cbe06;
}

.s-company-idea-wrapper .idea-with {
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
	.s-company-idea-wrapper .idea-img {
		text-align: center;
	}
	.s-company-idea-wrapper .idea-img img {
		width: auto;
	}
}
/* --------------------
	message
---------------------*/
.s-company-message-wrapper {
	line-height: 1.8;
	font-size: 15px;
}
.s-company-message-wrapper .l-section-bg .tx-box {
	padding-top: 20px;
}

@media (min-width: 768px) {
	.s-company-message-wrapper .l-section-bg {
		padding: 0;
	}
	.s-company-message-wrapper .l-section-bg .tx-box {
		padding: 60px;
	}
}
/* --------------------
	profile
---------------------*/
.s-company-profile-wrapper #maincontent .inner .profile-img {
	margin-bottom: 40px;
}
.s-company-profile-wrapper #maincontent .inner table {
	width: 100%;
	line-height: 1.8;
	font-size: 15px;
}
.s-company-profile-wrapper #maincontent .inner table tr {
	border-bottom: 1px solid #ccc;
}
.s-company-profile-wrapper #maincontent .inner table tr th, .s-company-profile-wrapper #maincontent .inner table tr td {
	display: block;
	text-align: left;
}
.s-company-profile-wrapper #maincontent .inner table tr th {
	padding: 12px 18px;
	background-color: #edf8e5;
	font-weight: bold;
	box-sizing: border-box;
}
.s-company-profile-wrapper #maincontent .inner table tr td {
	padding: 18px;
	background-color: #fff;
}
.s-company-profile-wrapper #maincontent .inner table tr td table {
	width: 100%;
}
.s-company-profile-wrapper #maincontent .inner table tr td table tr, .s-company-profile-wrapper #maincontent .inner table tr td table tr:first-child {
	border: none;
	margin-bottom: 18px;
	display: block;
}
.s-company-profile-wrapper #maincontent .inner table tr td table tr th, .s-company-profile-wrapper #maincontent .inner table tr td table tr td, .s-company-profile-wrapper #maincontent .inner table tr td table tr:first-child th, .s-company-profile-wrapper #maincontent .inner table tr td table tr:first-child td {
	padding: 0;
	background-color: #fff;
	display: inline-block;
	text-align: left;
}
.s-company-profile-wrapper #maincontent .inner table tr td table tr th, .s-company-profile-wrapper #maincontent .inner table tr td table tr:first-child th {
	width: 55%;
}
.s-company-profile-wrapper #maincontent .inner table tr td table tr td, .s-company-profile-wrapper #maincontent .inner table tr td table tr:first-child td {
	width: 43%;
}
.s-company-profile-wrapper #maincontent .inner table tr:first-child {
	border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
	.s-company-profile-wrapper #maincontent .inner {
		position: relative;
	}
	.s-company-profile-wrapper #maincontent .inner .profile-img {
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
	}
	.s-company-profile-wrapper #maincontent .inner .profile-img img {
		width: auto;
	}
	.s-company-profile-wrapper #maincontent .inner table {
		width: 100%;
	}
	.s-company-profile-wrapper #maincontent .inner table tr {
		border-bottom: 1px solid #ccc;
	}
	.s-company-profile-wrapper #maincontent .inner table tr th, .s-company-profile-wrapper #maincontent .inner table tr td {
		display: table-cell;
		padding: 26px 20px;
	}
	.s-company-profile-wrapper #maincontent .inner table tr td table tr, .s-company-profile-wrapper #maincontent .inner table tr td table tr:first-child {
		margin-bottom: 10px;
	}
	.s-company-profile-wrapper #maincontent .inner table tr td table tr th, .s-company-profile-wrapper #maincontent .inner table tr td table tr:first-child th {
		width: 22%;
	}
	.s-company-profile-wrapper #maincontent .inner table tr td table tr td, .s-company-profile-wrapper #maincontent .inner table tr td table tr:first-child td {
		width: 68%;
	}
	.s-company-profile-wrapper #maincontent .inner table tr:first-child {
		border-top: 1px solid #ccc;
	}
}
/* --------------------
	ir
---------------------*/
.s-company-ir-wrapper ~ footer .l-mainfooter__copyright {
	display: none;
}
.s-company-ir-wrapper ~ footer .l-mainfooter__util {
	margin-top: 32px;
}

.s-ir-banner {
	position: relative;
	z-index: 1;
	padding: 5px;
	background: #000;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.s-ir-banner::before, .s-ir-banner::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	background: #4cbe06;
}
.s-ir-banner::before {
	left: -50%;
	right: 50%;
	-webkit-transform: skew(-44deg) translateX(0);
	transform: skew(-44deg) translateX(0);
	transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.s-ir-banner::after {
	left: 50%;
	right: -50%;
	-webkit-transform: skew(-44deg) translateX(0);
	transform: skew(-44deg) translateX(0);
	transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.s-ir-banner__inner {
	display: block;
	padding: 58px 40px 36px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
}
.s-ir-banner__image {
	height: auto;
	border-radius: 10px;
	position: relative;
}
.s-ir-banner__image img {
	display: block;
	width: auto;
	height: 70px;
	margin: 0 auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.s-ir-banner__text {
	margin-top: 28px;
	text-align: center;
}
.s-ir-banner a {
	transition: color 0.2s linear;
}
.s-ir-banner a:hover {
	color: #049b32;
}
.s-ir-banner a[target=_blank]::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 50%;
	right: 40px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	font-size: 24px;
	color: #4cbe06;
}
.s-ir-banner:hover::before {
	-webkit-transform: skew(-44deg) translateX(-60%);
	transform: skew(-44deg) translateX(-60%);
}
.s-ir-banner:hover::after {
	-webkit-transform: skew(-44deg) translateX(60%);
	transform: skew(-44deg) translateX(60%);
}
.s-ir-banner:hover .s-ir-banner__image img {
	-webkit-transform: scale(0.884);
	transform: scale(0.884);
}
@media (max-width: 767px) {
	.s-ir-banner {
		padding: 2px;
	}
	.s-ir-banner__inner {
		display: block;
		border-radius: 12px;
		padding: 40px 20px 20px;
	}
	.s-ir-banner__image img {
		height: 45px;
	}
	.s-ir-banner__text {
		margin-top: 20px;
	}
	.s-ir-banner a[target=_blank]::after {
		top: 15px;
		bottom: auto;
		right: 15px;
		-webkit-transform: none;
		transform: none;
	}
}

/* --------------------
	map
---------------------*/
.s-company-map-wrapper ~ footer .l-mainfooter__copyright {
	display: none;
}
.s-company-map-wrapper ~ footer .l-mainfooter__util {
	margin-top: 32px;
}
.s-company-map-wrapper .l-section-bg {
	padding-top: 0;
	overflow: hidden;
}

.s-map-kv {
	margin-left: calc(20 / 335 * -100%);
	margin-right: calc(20 / 335 * -100%);
}
@media (min-width: 768px) {
	.s-map-kv .s-page-kv {
		margin-left: -60px;
		margin-right: -60px;
	}
}

.s-map-address {
	margin-top: 25px;
}
.s-map-address__title {
	position: relative;
	box-shadow: 0 2px 0 0 #e6e6e6 inset;
	padding: 27px 0 20px;
	font-size: 16px;
	font-weight: bold;
}
.s-map-address__title::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 15.151515152%;
	height: 2px;
	background: #4cbe06;
}
.s-map-address__text {
	font-size: 13px;
}
.s-map-address__text span {
	display: block;
}
.s-map-address__button {
	margin-top: 20px;
}
.s-map-address__button .c-button__inner span {
	padding: 8px 55px 8px 40px;
	font-size: 15px;
	font-weight: normal;
}
@media (min-width: 768px) {
	.s-map-address {
		display: flex;
		width: 100%;
		margin-top: 40px;
	}
	.s-map-address > dl {
		width: 100%;
	}
	.s-map-address__title {
		padding: 36px 0 25px;
		font-size: 19px;
	}
	.s-map-address__text {
		font-size: 15px;
	}
	.s-map-address__text span {
		display: inline-block;
		margin-right: 1em;
	}
	.s-map-address__button {
		margin-top: 0;
		margin-right: 0;
		margin-left: auto;
	}
}

.s-map-office {
	margin-top: 25px;
	font-size: 13px;
}
@media (min-width: 768px) {
	.s-map-office {
		margin-top: 40px;
		font-size: 15px;
	}
}

.s-map-honsha__label {
	font-weight: bold;
}
.s-map-honsha__label::before {
	display: inline-block;
	content: "●";
	width: 2.5rem;
	color: #4cbe06;
	text-indent: 0;
}
.s-map-honsha__label:not(:first-child) {
	margin-top: 20px;
}
.s-map-honsha__data {
	margin-top: 4px;
}

/* --------------------
	group / group oversea
---------------------*/
.s-company-group-wrapper ~ footer .l-mainfooter__copyright {
	display: none;
}
.s-company-group-wrapper ~ footer .l-mainfooter__util {
	margin-top: 32px;
}
.s-company-group-wrapper .l-section-bg {
	padding-top: 0;
	overflow: hidden;
}

.s-group-kv {
	margin-left: calc(20 / 335 * -100%);
	margin-right: calc(20 / 335 * -100%);
}
@media (min-width: 768px) {
	.s-group-kv {
		margin-left: -60px;
		margin-right: -60px;
	}
}

.s-group-list {
	margin-top: 25px;
	box-shadow: 0 2px 0 0 #e6e6e6 inset;
}
.s-group-list__title {
	position: relative;
	padding: 27px 0 20px;
	font-size: 16px;
	font-weight: bold;
}
.s-group-list__title::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 15.151515152%;
	height: 2px;
	background: #4cbe06;
}
.s-group-list__address {
	position: relative;
	padding: 3px 0 0 95px;
	font-size: 13px;
}
.s-group-list__address::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "所在地";
	background: #049b32;
	border-radius: 4px;
	margin-right: 15px;
	width: 80px;
	height: 25px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	text-indent: 0;
}
.s-group-list__address span {
	display: block;
}
.s-group-list__outline {
	position: relative;
	margin-top: 20px;
	padding: 3px 0 0 95px;
	font-size: 13px;
}
.s-group-list__outline::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "事業内容";
	background: #049b32;
	border-radius: 4px;
	margin-right: 15px;
	width: 80px;
	height: 25px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	text-indent: 0;
}
.s-group-list__invoice {
	position: relative;
	margin-top: 20px;
	padding: 3px 0 0 215px;
	font-size: 13px;
}
.s-group-list__invoice::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "適格請求書発行事業者 登録番号";
	background: #049b32;
	border-radius: 4px;
	margin-right: 15px;
	width: 200px;
	height: 25px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	text-indent: 0;
}
.s-group-list__button {
	margin-top: 20px;
}
.s-group-list__button .c-button__inner span {
	padding: 8px 55px 8px 40px;
	font-size: 15px;
	font-weight: normal;
}
@media (min-width: 768px) {
	.s-group-list {
		position: relative;
		width: 100%;
		margin-top: 40px;
	}
	.s-group-list > dl {
		width: 100%;
	}
	.s-group-list__title {
		padding: 36px 200px 25px 0;
		width: 100%;
		font-size: 19px;
	}
	.s-group-list__address {
		font-size: 15px;
	}
	.s-group-list__address span {
		display: inline-block;
		margin-right: 1em;
	}
	.s-group-list__button {
		position: absolute;
		top: 32px;
		right: 0;
		margin-top: 0;
		margin-right: 0;
		margin-left: auto;
	}
	.s-group-list__address {
		width: 100%;
	}
}

/* --------------------
	history
---------------------*/
/* ヒストリーツリー */
.s-history-tree {
	position: relative;
	padding-bottom: 75px;
}
.s-history-tree::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 75px;
	display: block;
	content: "";
	border-radius: 15px 15px 0 0;
	width: 30px;
	background: #b3e377;
}
.s-history-tree::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 30px;
	height: 75px;
	background: linear-gradient(to bottom, #b3e377 0%, rgba(179, 227, 119, 0) 100%);
}
.s-history-tree__annual {
	position: relative;
	padding-left: 44px;
}
.s-history-tree__annual > div {
	position: relative;
}
.s-history-tree__event {
	position: relative;
	z-index: 2;
	margin-top: 10px;
}
.s-history-tree__event::before {
	position: absolute;
	top: 5px;
	left: -39px;
	z-index: 2;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
}
.s-history-tree__event::after {
	position: absolute;
	top: 14px;
	left: -30px;
	z-index: 1;
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background: #049b32;
}
.s-history-tree__event a {
	position: relative;
	display: block;
}
.s-history-tree__event a::after {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 3;
	font-size: 16px;
	color: #4cbe06;
}
.s-history-tree__event a .inner {
	box-shadow: 2px 4px 5px 0px rgba(40, 103, 0, 0.2);
}
.s-history-tree__event a .year {
	color: #4cbe06;
}
.s-history-tree__event .inner {
	border: 2px solid #049b32;
	border-radius: 10px;
	background: #fff;
	padding: 25px 20px;
}
.s-history-tree__event .year {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.s-history-tree__event .year::after {
	display: inline;
	content: "年";
	margin-left: 1px;
	font-size: 20px;
	vertical-align: 2px;
}
.s-history-tree__event .outline {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.538;
}
.s-history-tree__event .thumb {
	display: none;
}
@media (min-width: 768px) {
	.s-history-tree {
		padding-bottom: 0;
	}
	.s-history-tree::before {
		top: 4px;
		left: 50%;
		bottom: 130px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 30px 30px 0 0;
		width: 60px;
	}
	.s-history-tree::after {
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
		content: "";
		width: 60px;
		height: 130px;
		background: linear-gradient(to bottom, #b3e377 0%, rgba(179, 227, 119, 0) 100%);
	}
	.s-history-tree__annual {
		position: relative;
		overflow: hidden;
		padding-left: 0px;
		width: 100%;
	}
	.s-history-tree__annual:first-child .s-history-tree__event {
		margin-top: 0;
	}
	.s-history-tree__annual > div {
		position: relative;
		width: 530px;
	}
	.s-history-tree__item--left {
		float: left;
		margin-right: auto;
		margin-left: 0;
	}
	.s-history-tree__item--right {
		float: right;
		margin-right: 0;
		margin-left: auto;
	}
	.s-history-tree__event {
		margin-top: 20px;
	}
	.s-history-tree__event .inner {
		display: flex;
		justify-content: space-between;
		border-width: 5px;
		border-radius: 20px;
		padding: 40px 38px;
		transition: background 0.2s ease-in-out;
	}
	.s-history-tree__event .image {
		flex-shrink: 0;
		margin: 0 0 0 28px;
		width: 102px;
		text-align: center;
	}
	.s-history-tree__event .thumb {
		display: block;
	}
	.s-history-tree__event .year {
		font-size: 48px;
		transition: color 0.2s ease-in-out;
	}
	.s-history-tree__event .year::after {
		margin-left: 2px;
		font-size: 32px;
		vertical-align: 3px;
	}
	.s-history-tree__event .outline {
		font-size: 15px;
	}
	.s-history-tree__event::before {
		width: 40px;
		height: 40px;
	}
	.s-history-tree__event::after {
		width: 40px;
		height: 5px;
	}
	.s-history-tree__event a::after {
		width: 30px;
		height: 30px;
		bottom: 12px;
		right: 10px;
		font-size: 30px;
	}
	.s-history-tree__event a:hover .inner {
		background: #f3feec;
	}
	.s-history-tree__event a:hover .year {
		color: #049b32;
	}
	.s-history-tree__item--left .s-history-tree__event::before {
		top: 15px;
		right: -78px;
		left: auto;
	}
	.s-history-tree__item--left .s-history-tree__event::after {
		top: 33px;
		right: -39px;
		left: auto;
	}
	.s-history-tree__item--left .s-history-tree__event + .s-history-tree__event::before, .s-history-tree__item--left .s-history-tree__event + .s-history-tree__event::after {
		display: none;
	}
	.s-history-tree__item--right .s-history-tree__event::before {
		top: 15px;
		left: -78px;
	}
	.s-history-tree__item--right .s-history-tree__event::after {
		top: 33px;
		left: -39px;
	}
	.s-history-tree__item--right .s-history-tree__event + .s-history-tree__event::before, .s-history-tree__item--right .s-history-tree__event + .s-history-tree__event::after {
		display: none;
	}
}

/* クローズアップモーダル */
.s-history-closeup__detail {
	height: 80%;
	padding: 20px;
	background-color: #fff;
}
.s-history-closeup__detail__caption {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 1.2rem;
	line-height: 1.4;
}
.s-history-closeup__detail__caption > p:first-child {
	margin-right: 16px;
}
.s-history-closeup__detail__title {
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #049b32;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.4;
}
.s-history-closeup__detail__content {
	margin-top: 16px;
	justify-content: center;
}
.s-history-closeup__detail__product {
	padding: 20px 0;
	height: 320px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #d3ebab;
	text-align: center;
}
.s-history-closeup__detail__product > img {
	width: auto;
	height: 100%;
}
.s-history-closeup__detail__spec {
	max-width: 303px;
	margin: 16px auto 0;
}
.s-history-closeup__detail__hand {
	max-width: 303px;
	margin: 16px auto 0;
}
.s-history-closeup__detail__reel {
	max-width: 303px;
	margin: 16px auto 0;
}
.s-history-closeup__detail__desc {
	margin-top: 16px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.s-history-closeup__detail__copyright {
	margin-top: 16px;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #666;
}
.s-history-closeup__detail__btn {
	margin: 20px auto 0;
	width: 100%;
	max-width: 320px;
}
@media screen and (min-height: 975px) {
	.s-history-closeup .modal__close {
		top: calc( 50% - ( 780px / 2 ));
	}
}
@media (max-width: 767px) {
	.s-history-closeup {
		height: 100%;
	}
	.s-history-closeup .modal__close {
		top: 15%;
		-webkit-transform: translateY(-42px);
		transform: translateY(-42px);
	}
	.s-history-closeup__detail {
		height: auto;
		max-height: none;
		top: 15%;
		bottom: 10%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (min-width: 768px) {
	.s-history-closeup__detail {
		width: auto;
		min-width: 1176px;
		height: 780px;
		padding: 60px;
	}
	.s-history-closeup__detail__date {
		font-size: 1.6rem;
	}
	.s-history-closeup__detail__title {
		margin-top: 20px;
		padding-bottom: 20px;
		font-size: 2.4rem;
	}
	.s-history-closeup__detail__content {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 24px;
		overflow: hidden;
	}
	.s-history-closeup__detail__product {
		margin-right: 30px;
		width: 400px;
		height: 400px;
		flex-shrink: 0;
	}
	.s-history-closeup__detail__subtext {
		display: flex;
		flex-direction: column;
		width: calc(100% - 430px);
		flex-shrink: 0;
	}
	.s-history-closeup__detail__desc {
		margin: 0;
	}
	.s-history-closeup__detail__copyright {
		margin-top: 20px;
	}
	.s-history-closeup__detail__btn {
		margin: auto 0 0 auto;
	}
}

.s-hall-wrappert .s-hall, .s-hall-wrappert .s-spec {
	margin-top: 25px;
}
.s-hall-wrappert .s-hall__title, .s-hall-wrappert .s-spec__title {
	width: 100%;
	position: relative;
	box-shadow: 0 2px 0 0 #e6e6e6 inset;
	padding: 27px 0 20px;
	font-size: 16px;
	font-weight: bold;
}
.s-hall-wrappert .s-hall__title::before, .s-hall-wrappert .s-spec__title::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 15.151515152%;
	height: 2px;
	background: #4cbe06;
}
.s-hall-wrappert .s-hall__text, .s-hall-wrappert .s-spec__text {
	font-size: 13px;
}
.s-hall-wrappert .s-hall__text span, .s-hall-wrappert .s-spec__text span {
	display: block;
}
@media (min-width: 768px) {
	.s-hall-wrappert .s-hall, .s-hall-wrappert .s-spec {
		width: 100%;
		margin-top: 40px;
	}
	.s-hall-wrappert .s-hall > dl, .s-hall-wrappert .s-spec > dl {
		width: 100%;
	}
	.s-hall-wrappert .s-hall__title, .s-hall-wrappert .s-spec__title {
		padding: 36px 0 25px;
		font-size: 19px;
	}
	.s-hall-wrappert .s-hall__text, .s-hall-wrappert .s-spec__text {
		font-size: 15px;
	}
	.s-hall-wrappert .s-hall__text span, .s-hall-wrappert .s-spec__text span {
		display: inline-block;
		margin-right: 1em;
	}
	.s-hall-wrappert .s-hall .col-box, .s-hall-wrappert .s-spec .col-box {
		display: flex;
	}
	.s-hall-wrappert .s-hall .col-box span, .s-hall-wrappert .s-spec .col-box span {
		font-weight: bold;
	}
	.s-hall-wrappert .s-hall .col-box__2col, .s-hall-wrappert .s-spec .col-box__2col {
		flex: 0 0 50%;
	}
	.s-hall-wrappert .s-hall .col-box__3col, .s-hall-wrappert .s-spec .col-box__3col {
		flex: 0 0 33.3333%;
		text-align: center;
	}
	.s-hall-wrappert .s-hall .col-box__3col img, .s-hall-wrappert .s-spec .col-box__3col img {
		width: auto;
	}
	.s-hall-wrappert .s-hall__box__img img, .s-hall-wrappert .s-spec__box__img img {
		width: auto;
	}
	.s-hall-wrappert .s-hall .qr-box__img img, .s-hall-wrappert .s-spec .qr-box__img img {
		width: auto;
	}
}
.s-hall-wrappert .s-hall__box, .s-hall-wrappert .s-spec__box {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	padding: 30px;
}
.s-hall-wrappert .s-hall__box h3, .s-hall-wrappert .s-spec__box h3 {
	font-weight: bold;
	text-align: center;
}
.s-hall-wrappert .s-hall__box__img, .s-hall-wrappert .s-spec__box__img {
	text-align: center;
	margin-bottom: 20px;
}
.s-hall-wrappert .s-hall .qr-box, .s-hall-wrappert .s-spec .qr-box {
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid #b6dc95;
	background-color: #f0ffe1;
	padding: 20px;
	align-items: center;
	justify-content: center;
}
.s-hall-wrappert .s-hall .qr-box__img, .s-hall-wrappert .s-spec .qr-box__img {
	text-align: center;
}
.s-hall-wrappert .s-hall .qr-box__img img, .s-hall-wrappert .s-spec .qr-box__img img {
	width: auto;
}
.s-hall-wrappert .s-hall p span {
	font-weight: bold;
}
@media (max-width: 768px) {
	.s-hall-wrappert .col-box span {
		font-weight: bold;
	}
	.s-hall-wrappert .col-box__2col {
		margin-top: 20px;
	}
	.s-hall-wrappert .col-box__2col:first-child {
		margin-top: 0;
	}
	.s-hall-wrappert .col-box__3col {
		margin-top: 20px;
	}
	.s-hall-wrappert .col-box__3col:first-child {
		margin-top: 0;
	}
	.s-hall-wrappert .col-box__3col img {
		width: auto;
	}
}