/* ------------------------------
 * - common
 * - main image
 * - information
 * - flow
 * - menu
 * - case
 * - voice
 * - event
 * - campaign
 * - cost
 * - contact
 * - relation
 * - guide
 * ------------------------------ */
#contents {
	padding-bottom: 0;
	text-align: center;
	width: 100%;
}
.content-main {
	margin: 0;
}
	.layout-inner {
		max-width: 960px;
	}
	.content-main button:hover,
	.content-main a.btn-arrow:hover {
		opacity: .6;
	}
	.content-main a {
		color: #000;
	}
	.content-main a:hover {
		color: #009B63;
	}
/* common */
.num {
	font-family: Arial, Helvetica, "sans-serif";
}
.fc-green {
	color: #009B63;
}
.ff-mincho,
.ff-mincho .num {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, "Noto Serif JP", serif;
}
.section {
	padding: 80px 0 75px;
}
.section-gray {
	background: #F5F5F5;
}
.section-title {
  color: #000;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: .025em;
	text-align: center;
	position: relative;
  font-weight: normal;
}
.section-title:after {
	background: #009B63;
	content: "";
	display: block;
	width: 56px;
	height: 2px;
	margin: 15px auto 0;
}
.section-title.wht {
  color: #fff;
}
.section-title.wht:after {
  	background: #fff;
}
.section-title + .lead {
	margin-top: 20px;
	text-align: center;
}
.lead {
	font-size: 1.8rem;
}
.link-list a,
a.btn-arrow {
	position: relative;
}
.link-list a:before,
.link-list a:after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	bottom: 50%;
}
.link-list a:before {
	width: 13px;
	height: 1px;
	background: #009B63;
}
.link-list a:after {
	width: 1px;
	height: 6px;
	background: #009B63;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	margin-bottom: 1px;
}
.link-list a:hover {
	color: #009B63;
}
.btn-arrow {
	background: #009B63;
	border-radius: 3px;
	color: #FFF !important;
	display: inline-block;
	font-size: 1.8rem;
	text-decoration: none;
	padding: 18px 20px 16px 25px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.btn-arrow:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 11px;
	margin: 0 0 2px 25px;
	background: url(../../lib_image/top/icon_arrow_btn_02.svg) no-repeat;
	-webkit-transition: transform 300ms;
	transition: transform 300ms;
}
.list-thumb {
	list-style: none;
}
.list-thumb a {
	display: table;
	width: 100%;
	height: 100%;
}
.list-thumb a > * {
	display: table-cell;
	vertical-align: middle;
}
.select-wrap label {
    display: block;
    overflow: hidden;
    position: relative;
	width: 100%;
}
.select-wrap label:after {
	content: "";
	border: 1px solid #008546;
	border-width: 0 1px 1px 0;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
}
.select-wrap label select {
    background: #FFF;
    border: 1px solid #DDD;
    font-family: inherit;
	font-size: 1.6rem;
	border-radius: 3px;
    display: block;
    color: #000;
	cursor: pointer;
    font-weight: 500;
	padding: 4px 20px 1px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	height: 64px;
}
.select-wrap label select::-ms-expand {
	display: none;
}
@media screen and (min-width: 767px) {
	a.btn-arrow:hover:after,
	a:hover .btn-arrow:after {
		transform: translateX(5px);
	}
}
@media screen and (max-width: 767px) {
	.section {
		padding: 40px 20px 20px;
	}
	.section-title {
		font-size: 2.2rem;
		line-height: 1.2;
	}
	.section-title:after {
		width: 2.5em;
		margin: 8px auto 0;
	}
	.lead {
		font-size: 1.6rem;
		line-height: 1.3;
		text-align: left
	}
	a.btn-arrow {
		font-size: 1.6rem;
		padding: 1em 15px;
	}
	a.btn-arrow:after {
		content: '';
		display: inline-block;
		width: 22px;
		height: 11px;
		margin: 0 0 0 15px;
		background: url(../../lib_image/top/icon_arrow_btn_02.svg) no-repeat;
	}
	.select-wrap label select {
		font-size: 1.6rem;
		height: 48px;
	}
}
/* main image */
.page-head {
	margin: 0;
	max-height: 596px;
	overflow: hidden;
/*	overflow-x: scroll;*/
}
.main-image {
	position: relative;
	height: 545px;
	margin-top: 50px;
	min-width: 960px;
}
.main-image > figure {
	height: 100%;
	position: relative;
}
.main-image > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-image_caption {
	color: #FFF;
	font-weight: 500;
	letter-spacing: -.1px;
	position: absolute;
	font-size: 1.3rem;
	right: 13px;
	bottom: 1.2em;
}
.main-image .catch {
	background: url(/lib_image/top/img_main01_catch.png) no-repeat 50% 0 / 99px auto;
	color: #F8C634;
	position: absolute;
	z-index: 10;
	top: 32px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 75px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: .04em;
}
.main-image .catch .font-sm {
	font-size: 2.2rem;
}
.main-image .catch .num {
	font-size: 3.2rem;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "メイリオ", Meiryo, Verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: -2px;
}
.main-image > .title {
	color: #FFF;
	line-height: 1.46;
	position: absolute;
	top: 164px;
	letter-spacing: .05em;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 4.4rem;
	text-shadow: 0 0 12px rgba(0, 0, 0, .8);
}
.main-image_btn {
	position: absolute;
	top: 332px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.main-image_btn-item {
	width: 470px;
	background: rgba(255, 255, 255, .9);
	margin: 0 12px;
	padding: 20px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-image_btn-item figure {
	width: 133px;
}
.main-image_btn-item .text {
	width: calc(100% - 133px);
	padding-left: 15px;
}
.main-image_btn-item p {
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: -.05rem;
}
.main-image_btn-item .title {
	font-size: 1.7rem;
	color: #006E46;
	font-weight: bold;
	margin: 0 0 5px;
	letter-spacing: -0.05rem;
}
.main-image_btn-item .btn {
	width: 100%;
	padding: 0;
	margin: 13px 0 0;
}
.main-image_btn-item .btn a {
	display: block;
	border: 1px solid #006E46;
	border-radius: 3px;
	font-size: 1.3rem;
	text-decoration: none;
	color: #006E46;
	padding: 6px 10px 5px;
	-webkit-transition: background 300ms, color 300ms;
	transition: background 300ms, color 300ms;
}
.main-image_btn-item .btn a span {
	display: inline-block;
	padding-right: 26px;
	background: url(../../lib_image/top/icon_arrow_btn_05_on.svg) no-repeat right 40% / 15.5px auto;
	position: relative;
}
.main-image_btn-item .btn a span::after {
	content: "";
	width: 16px;
	display: block;
	background: url(../../lib_image/top/icon_arrow_btn_05.svg) no-repeat right 40% / 15.5px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.main-image_btn-item .btn a:hover {
	color: #FFF;
	background: #006E46;
}
.main-image_btn-item .btn a:hover span::after {
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.page-head {
		max-height: 500px;
	}
	.main-image {
		height: 500px;
		margin-top: 0;
		min-width: 0;
	}
	.main-image_caption {
		left: 13px;
		text-align: center;
		bottom: 1em;
	}
	.main-image .catch {
		background: url(/lib_image/top/img_main01_catch.png) no-repeat 50% 0 / 73px auto;
		top: 26px;
		padding: 57px;
		font-size: 1.9rem;
	}
	.main-image .catch .font-sm {
		font-size: 1.6rem;
	}
	.main-image .catch .num {
		font-size: 2.2rem;
		vertical-align: 0;
	}
	.main-image > .title {
		line-height: 1.36;
		top: 130px;
		letter-spacing: .03em;
		font-size: 2.8rem;
		text-shadow: 0 0 10px rgba(0, 0, 0, .8);
	}
	.main-image_btn {
		top: 240px;
		display: block;
	}
	.main-image_btn-item {
		width: 91.111%;
		max-width: 328px;
		margin: 0 auto 16px;
		padding: 12px 12px 8px;
		display: block;
		overflow: hidden;
	}
	.main-image_btn-item figure {
		width: 133px;
		float: left;
	}
	.main-image_btn-item .text {
		width: auto;
		overflow: hidden;
		padding-left: 15px;
	}
	.main-image_btn-item p {
		display: none;
	}
	.main-image_btn-item .title {
    color: #000;
		line-height: 1.35;
		font-size: 1.5rem;
    font-weight: normal;
		display: block;
		margin: -3px 0 0;
    letter-spacing: 0;
	}
	.main-image_btn-item .btn {
		display: block;
		overflow: hidden;
		width: auto;
		padding-left: 15px;
		margin: 4px 0 0;
	}
	.main-image_btn-item .btn a {
		border: none;
		border-radius: 0;
		font-size: 1.2rem;
		text-align: left;
		padding: 0;
		line-height: 1.3;
	}
	.main-image_btn-item:first-child .btn a {
		letter-spacing: -.07em;
	}
	.main-image_btn-item .btn a span {
		display: inline;
		padding-right: 0;
		background: none;
	}
	.main-image_btn-item .btn a span::after {
		width: 16px;
		height: 9px;
		display: inline-block;
		margin-left: 5px;
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
	}
	.main-image_btn-item .btn a:hover {
		color: #006E46;
		background: none;
	}
	.main-image_btn-item .btn a:hover span::after {
		opacity: 1;
	}
}
@media screen and (max-width: 375px) {
	.main-image > .title {
		font-size: 7.466vw;
	}
	.main-image_btn-item figure {
		width: 35.466vw;
	}
	.main-image_btn-item .btn,
	.main-image_btn-item .text {
		padding-left: 4vw;
	}
	.main-image_btn-item .btn a {
		font-size: 3.2vw;
	}
}


/* information 
------------------------------ */
.information {
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 56px 0;
}
.information .layout-inner > div + div {
	margin-top: 16px;
}
.information a {
	color: #000;
}
.information a:hover {
	color: #009B63;
}
.info-important {
	border: 2px solid #ddd;
	background: #FFF;
	display: table;
	padding: 20px 60px 17px 20px;
	width: 100%;
}
.info-important .label {
	width: 120px;
	color: #666;
	font-weight: bold;
}
.info-important .label:before {
	background: url(/lib_image/top/icon_important.png) no-repeat 50% 50% / contain;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.info-important .label,
.info-important .text {
	display: table-cell;
}
.info-message {
	background: #FFF;
	border: 2px solid #DDD;
	padding: 30px 33px 26px;
}
.info-message p + p {
	margin-top: 1em;
}
.information .news-link {
  text-align: right;
  padding-right: 16px;
}
.information .news-link a {
  color: #009B63;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
.information .news-link a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #009B63 transparent transparent transparent;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -3px;
}
.information .news-link a:hover,
.information .news-link a:hover:after {
  opacity: 0.6;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.info-message_desk {
		margin-top: 1.65em;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.information {
		padding: 24px 16px;
	}
	.info-important {
		display: block;
		padding: 15px;
	}
	.info-important .label {
		width: auto;
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: .75em;
	}
	.info-important .label:before {
		width: 18px;
		height: 18px;
	}
	.info-important .label,
	.info-important .text {
		display: block;
	}
	.info-message {
		line-height: 1.3;
		padding: 25px 15px;
	}
	.info-message p + p,
	.info-message_desk {
		margin-top: 1.5em;
	}
	.info-message_desk .name {
		font-weight: bold;
	}
  .information .news-link {
  text-align: center;
  padding-right: 0;
}
	.ta-l_sp { text-align: left !important; }
}

/* flow 
------------------------------ */
.section-flow {
	padding: 58px 20px 64px;
}

.wrap-flow {
	max-width: 1130px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
}

.section-flow .lead {
	margin-top: 30px;
	line-height: 1.6;
}

.section-flow .fw-b {
	color: #009B63;
	font-weight: bold;
}

.wrap-flow_inner {
	position: relative;
}

.parts-flow {
	opacity: 0;
	position: absolute;
}

.flow-list {
	background: #fff;
	list-style: none;
	margin: 32px 0 0;
	padding: 32px 3.539% 40px;
	counter-reset: flow;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flow-list .item {
	width: 178px;
	position: relative;
	padding: 19px 0 0;
}

.flow-list .item + .item:before {
	background: url(/lib_image/top/icon_flow_arrow.svg) no-repeat left top / 27px auto;
	content: "";
	display: block;
	width: 27px;
	height: 12px;
	position: absolute;
	top: 87px;
	left: -32px;
}

.flow-thumb {
	width: 130px;
	margin: 0 auto;
	display: block;
}

.flow-thumb::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 42px 0 0;
	border-color: #444 transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.flow-list li:nth-child(2n) .flow-thumb::before {
	border-color: #8A7151 transparent transparent;
}

.flow-thumb::after {
	counter-increment: flow;
	content: counter(flow);
	position: absolute;
	top: 4px;
	left: 7px;
	color: #fff;
	font-weight: bold;
	font-size: 1.9rem;
}

.flow-list .icon img {
	display: block;
	margin: 33px auto;
	width: 35px;
	height: 35px;
}

.flow-list .label {
  color: #000;
	font-size: 1.9rem;
	font-weight: normal;
	min-height: 66px;
	margin-top: 9px;
	padding-top: 1px;
	text-align: center;
	line-height: 1.3;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flow-list .label span {
	display: inline-block;
	letter-spacing: -.07em;
}

.flow-list li:nth-child(3) .label {
	padding-top: 0;
	line-height: 1.2;
}

.flow-list_btn {
	height: 77px;
	padding: 0;
	list-style: none;
	text-align: left;
	margin-top: 10px;
}

.flow-list_btn li {
	width: 100%;
}

.flow-list_btn li:first-child:last-child {
	height: 100%;
}

.flow-list_btn li + li {
	margin-top: 5px;
}

.flow-list_btn a {
	border: 1px solid #009B63;
	border-radius: 3px;
	color: #009B63;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
	padding: 7px 15px 8px 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	-webkit-transition: background 300ms, color 300ms;
	transition: background 300ms, color 300ms;
}

.flow-list_btn a span {
	display: inline-block;
	letter-spacing: -.07em;
}

.flow-list_btn a::after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-top: 1px solid #009B63;
	border-right: 1px solid #009B63;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -3px;
	-webkit-transition: border 300ms;
	transition: border 300ms;
}
.flow-list_btn a:hover {
	background: #009B63;
	color: #FFF;
}
.flow-list_btn a:hover::after {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
	.section-flow {
		padding: 32px 24px 40px;
	}
	.section-flow .lead {
		margin-top: 24px;
		text-align: left;
	}
	.wrap-flow {
		min-width: 0;
	}
	.parts-flow {
		display: none;
	}
	.flow-list .item {
		width: auto;
		padding: 0 0 0 125px;
    height: 116px;
	}
	.flow-list {
		padding: 16px 16px;
		margin: 24px -8px 0;
		display: block;
	}
	.flow-list .item + .item {
		margin-top: 28px;
	}
	.flow-list .item + .item:before {
		width: 14px;
		height: 14px;
		top: -18px;
		left: 52px;
		transform: rotate(90deg);
		background: url(/lib_image/top/icon_flow_arrow.png) no-repeat left top / 14px auto;
	}
	.flow-list .flow-thumb {
		width: 120px;
		position: absolute;
		top: 0;
		left: 0;
	}
		.flow-list .flow-thumb img {
			margin: 20px auto;
			width: 90px;
			height: 90px;
		}
	.flow-list .icon:before,
	.flow-list .icon:after {
		left: -7px;
	}
	.flow-list .label {
		border-right: none;
		font-size: 1.6rem;
		line-height: 1.4;
		margin-top: 0;
		text-align: left;
		padding: 0;
		display: block;
		min-height: 0;
	}
	.flow-list .label span {
		display: inline;
	}
	.flow-list_btn {
		background: none;
		border-right: none;
		height: auto;
		margin-top: 6px;
		padding: 0;
	}
  .flow-list .item:first-child .label,
  .flow-list .item:first-child .flow-list_btn {
    border-left: none;
  }

  .flow-list_btn li + li {
    margin-top: 6px;
  }

  .flow-list_btn a {
    font-size: 1.2rem;
  }
    .flow-list .item .tips {
	 display: none;
	}
  .flow-list li .label {
    padding-top: 0;
    line-height: 1.3;
  }
  .flow-thumb::before {
    top: 4px;
    border-width: 36px 36px 0 0;
  }
  .flow-thumb::after {
    top: 6px;
    font-size: 1.7rem;
  }
}
/* menu */
.section-menu {
	padding: 58px 0 0;
}

.wrap-menu {
	background: #F7F7F7;
	margin-top: 40px;
	padding: 32px 32px 17px;
}

.wrap-menu + .wrap-menu {
	margin-top: 16px;
}

.menu-title {
	color: #000;
	font-size: 2.2rem;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.menu-title::before,
.menu-title::after {
	background: #000;
	content: '';
	display: inline-block;
	width: 23px;
	height: 1px;
	margin: 0 11px 5px;
	vertical-align: middle;
}

.menu-list,
.case-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-width: 1px 0 0 1px;
}

.menu-list li,
.case-list li {
	border-width: 0 1px 1px 0;
	margin: 0 0 16px 1.821%;
	width: 23.634%;
}

.case-list li {
	margin: 0 0 16px 1.787%;
	width: 32.142%;
}

.menu-list li:nth-child(4n+1),
.case-list li:nth-child(3n+1) {
	margin-left: 0;
}

.menu-list a,
.case-list a {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 3px;
	color: #000;
	padding: 11px 15px 12px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background 300ms, color 300ms;
	transition: background 300ms, color 300ms;
}

.menu-list a:hover,
.case-list a:hover {
	background: #009B63;
	color: #FFF;
}

.menu-list .menu-thumb,
.case-list .case-thumb {
	width: 34px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.menu-list .menu-thumb img,
.case-list .case-thumb img {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.menu-list a:hover .menu-thumb img,
.case-list a:hover .case-thumb img {
	opacity: 0;
}

.icon_theme_01 {
	background-image: url(../../lib_image/top/icon_theme_01_on.svg);
}

.icon_theme_02 {
	background-image: url(../../lib_image/top/icon_theme_02_on.svg);
}

.icon_theme_03 {
	background-image: url(../../lib_image/top/icon_theme_03_on.svg);
}

.icon_theme_04 {
	background-image: url(../../lib_image/top/icon_theme_04_on.svg);
}

.icon_theme_05 {
	background-image: url(../../lib_image/top/icon_theme_05_on.svg);
}

.icon_theme_06 {
	background-image: url(../../lib_image/top/icon_theme_06_on.svg);
}

.icon_theme_07 {
	background-image: url(../../lib_image/top/icon_theme_07_on.svg);
}

.icon_theme_08 {
	background-image: url(../../lib_image/top/icon_theme_08_on.svg);
}

.icon_theme_09 {
	background-image: url(../../lib_image/top/icon_theme_09_on.svg);
}

.icon_theme_10 {
	background-image: url(../../lib_image/top/icon_theme_10_on.svg);
}

.icon_theme_11 {
	background-image: url(../../lib_image/top/icon_theme_11_on.svg);
}

.icon_place_01 {
	background-image: url(../../lib_image/top/icon_place_01_on.svg);
}

.icon_place_02 {
	background-image: url(../../lib_image/top/icon_place_02_on.svg);
}

.icon_place_03 {
	background-image: url(../../lib_image/top/icon_place_03_on.svg);
}

.icon_place_04 {
	background-image: url(../../lib_image/top/icon_place_04_on.svg);
}

.icon_place_05 {
	background-image: url(../../lib_image/top/icon_place_05_on.svg);
}

.icon_place_06 {
	background-image: url(../../lib_image/top/icon_place_06_on.svg);
}

.icon_place_07 {
	background-image: url(../../lib_image/top/icon_place_07_on.svg);
}

.icon_place_08 {
	background-image: url(../../lib_image/top/icon_place_08_on.svg);
}

.icon_place_09 {
	background-image: url(../../lib_image/top/icon_place_09_on.svg);
}

.icon_place_10 {
	background-image: url(../../lib_image/top/icon_place_10_on.svg);
}

.icon_place_11 {
	background-image: url(../../lib_image/top/icon_place_11_on.svg);
}

.icon_case_01 {
	background-image: url(../../lib_image/top/icon_case_01_on.svg);
}

.menu-list .menu-text,
.case-list .case-text {
	width: calc(100% - 34px);
	height: 43px;
	font-size: 1.6rem;
	line-height: 1.15;
	padding: 7px 0 0 18px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.case-list .case-text {
	line-height: 1.35;
	padding: 3px 0 0 20px;
}
.menu-list.link-list a:before,
.menu-list.link-list a:after,
.case-list.link-list a:before,
.case-list.link-list a:after {
	content: none;
}
@media screen and (max-width: 767px) {
	.section-menu {
		padding: 32px 0 0;
	}
	.wrap-menu {
		margin: 20px 16px 10px;
		padding: 20px 10px;
	}
	.menu-title {
		font-size: 1.6rem;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.menu-title .icon {
		width: 16px;
		height: 16px;
		margin-right: 10px;
	}
  .menu-title::before,
  .menu-title::after {
    width: 20px;
    margin: 0 8px 5px;
  }
	.menu-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.menu-list li,
	.case-list li {
		width: 50%;
		margin: 0;
	}
	.menu-list a,
	.case-list a {
		padding: 12px 2px 12px 8px;
    margin: 4px;
	}
	.menu-list li:nth-child(2n+1),
	.case-list li:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	.menu-list li a:before,
	.menu-list li a:after {
		display: none;
	}
	.menu-list .menu-thumb {
		width: 25px;
	}
	.menu-list .menu-thumb img {
		height: 25px;
	}

	.menu-list .menu-text,
	.case-list .case-text {
		width: calc(100% - 25px);
		height: 30px;
		font-size: 1.2rem;
		padding: 0 4px 0 6px;
	}
}

/* case */
.section-case {
	overflow: hidden;
	padding: 56px 0 0;
}
.section-case .api_example_link {
	width: auto;
	display: block;
	border-radius: 0;
	padding: 0;
	border: none;
}
.section-case .api_example_info_price,
.section-case .case-item_tag {
	display: none;
}
.section-case_title {
	margin-bottom: 24px;
}
.case-item_slider {
	white-space: nowrap;
}
.case-item {
	background: #FFF;
	display: block;
	float: left;
	margin: 34px 8px 18px 9px;
	opacity: .3;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.case-item.slick-active,
.case-item.case-active,
.case-item.slick-center,
.case-item.slick-center + .case-item {
	opacity: 1;
}
.case-item a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.case-item_thumb {
	width: 309px;
	height: 308px;
	overflow: hidden;
	position: relative;
}
.case-item_thumb img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
	max-width: none;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.case-item_data {
	text-align: left;
	margin: 21px 0;
	font-size: 1.4rem;
	line-height: 1.6;
	overflow: hidden;
	white-space: normal;
}
.case-item_data {
	width: 309px;
}
.case-item_data ul {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.case-item_data ul li {
	display: block;
	float: left;
	position: relative;
}
.case-item_data ul li:nth-child(2n+1) {
	clear: both;
	margin-right: 10px;
	padding-right: 10px;
}
.case-item_data ul li:nth-child(2n+1)::after {
	content: '';
	width: 1px;
	display: block;
	background: #AAA;
	position: absolute;
	right: 0;
	top: 3px;
	bottom: 5px;
}
.case-item_data span{
	display: inline-block;
}
.case-search {
	background: #F5F5F5;
	padding: 32px 30px;
}
.case-search_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.case-search_form .select-wrap {
	width: 200px;
}
.case-search_form .select-wrap + .select-wrap {
	margin-left: 50px;
	position: relative;
}
.case-search_form .select-wrap + .select-wrap:before,
.case-search_form .select-wrap + .select-wrap:after {
	background: #555;
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: -13px;
}
.case-search_form .select-wrap + .select-wrap:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.case-search_form .select-wrap + .select-wrap:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.case-search_form .btn-wrap button[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	background: #009B63;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.6rem;
	margin-left: 56px;
	text-align: center;
	width: 200px;
	height: 64px;
	padding: 3px 0 0 15px;
	border-radius: 3px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.case-search_form .btn-wrap button[type="submit"]::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 11px;
	margin-left: 20px;
	background: url(../../lib_image/top/icon_arrow_btn.svg) no-repeat;
	-webkit-transition: transform 300ms;
	transition: transform 300ms;
}

.case-search_form .select-wrap.fa-custom_b:before {
	color: #b2b2b2;
	content: "×";
	vertical-align: middle;
}

.case-link {
	background: #F5F5F5;
	margin-top: 16px;
	padding: 32px 32px 16px;
}
.case-link_title {
  color: #000;
  display: inline-block;
	font-size: 2.2rem;
	font-weight: normal;
	margin-bottom: 31px;
	text-align: center;
  position: relative;
}
.case-link_title:before,
.case-link_title:after {
  position: absolute;
	background: #000;
	content: "";
	display: inline-block;
	width: 23px;
	height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.case-link_title:before {
  left: -32px;
}
.case-link_title:after {
  right: -32px;
}
.case-link_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.case-link_list li {
	border: 1px solid #CCC;
	margin: 10px 0 0 17px;
	width: 282px;
}
.case-link_list li a {
	color: #000;
	padding: 15px;
	text-decoration: none;
	height: 100%;
}
.case-link_list li a .thumb {
	width: 32px;
	height: 32px;
}
.case-link_list li a .text {
	font-size: 1.6rem;
	line-height: 1.3;
	padding-right: 30px;
	padding-left: 20px;
	text-align: left;
}
.case-item_slider {
	position: relative;
}
.case-item_slider .slick-arrow {
	background: url(../../lib_image/top/bg_case_btn.svg) no-repeat;
	border: none;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 145px;
	z-index: 1000;
	text-indent: -1000px;
	cursor: pointer;
}
.case-item_slider .slick-arrow:focus {
	outline: none;
}
.case-item_slider .slick-arrow:before,
.case-item_slider .slick-arrow:after {
	background: #000;
	content: "";
	display: block;
	width: 13px;
	height: 1px;
	position: absolute;
	top: 50%;
	-webkit-transition: background 300ms, width 300ms, left 300ms, right 300ms;
	transition: background 300ms, width 300ms, left 300ms, right 300ms;
}
.case-item_slider .slick-arrow.slick-prev:after,
.case-item_slider .slick-arrow.slick-next:after {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	background: none;
	-webkit-transition: border 300ms, left 300ms, right 300ms;
	transition: border 300ms, left 300ms, right 300ms;
}
.case-item_slider .slick-arrow.slick-prev {
	left: 50%;
	margin-left: -529px;
}
.case-item_slider .slick-arrow.slick-prev:before,
.case-item_slider .slick-arrow.slick-prev:after {
	left: 35px;
}
.case-item_slider .slick-arrow.slick-prev:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.case-item_slider .slick-arrow.slick-next {
	right: 50%;
	margin-right: -529px;
}
.case-item_slider .slick-arrow.slick-next:before,
.case-item_slider .slick-arrow.slick-next:after {
	right: 33px;
}
.case-item_slider .slick-arrow.slick-next:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width: 767px) {
	.case-search_form .btn-wrap button[type="submit"]:hover::after {
		transform: translateX(5px);
	}
	.case-item_slider .slick-arrow:hover {
		opacity: 1;
	}
	.case-item_slider .slick-arrow:hover:before {
		background: #009B63;
	}
	.case-item_slider .slick-arrow:before {
		width: 18px;
	}
	.case-item_slider .slick-arrow:hover:before {
		width: 22px;
	}
	.case-item_slider .slick-arrow.slick-prev:hover:after,
	.case-item_slider .slick-arrow.slick-next:hover:after {
		border-color: #009B63;
	}
	.case-item_slider .slick-arrow.slick-prev:hover:before,
	.case-item_slider .slick-arrow.slick-prev:hover:after {
		left: 31px;
	}
	.case-item_slider .slick-arrow.slick-next:hover:before,
	.case-item_slider .slick-arrow.slick-next:hover:after {
		right: 29px;
	}
	.case-item a:hover {
		color: #009B63;
	}
}
@media screen and (max-width: 767px) {
  .section-case {
    padding: 40px 0 0;
  }
  .section-case_title {
	margin-bottom: 20px;
  }
  .section-case .lead {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1.5;
  }
	.case-item_slider {
		margin: 10px 0 0;
	}
	.case-item {
		margin: 6px 0;
		padding: 8px;
		width: calc(100vw * 0.38 );
		height: auto;
		opacity: 1;
	}
	.case-item_thumb {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 100%;
		position: relative;
	}
	.case-item_thumb img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.case-item_data {
		font-size: 1.3rem;
	}
	.case-item_data {
		width: auto;
	}
	.case-item_data li {
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}
	.case-item_data li::after {
		display: none !important;
	}
	.case-search {
		padding: 24px 16px;
		margin: 0 16px;
	}
	.case-search_form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.case-search_form .select-wrap {
		width: 80%;
	}
	.case-search_form .select-wrap + .select-wrap {
		margin: 32px 0 0;
	}
	.case-search_form .select-wrap + .select-wrap:before,
	.case-search_form .select-wrap + .select-wrap:after {
		width: 1px;
		height: 19px;
		top: -25px;
		left: 50%;
		margin-top: 0;
		margin-left: -10px;
	}
	.case-search_form .btn-wrap {
		margin-top: 20px;
		width: 100%;
	}
	.case-search_form .btn-wrap button[type="submit"] {
		font-size: 1.6rem;
		margin-left: 0;
		width: 80%;
		height: 48px;
	}
	.case-link {
		margin: 8px 16px 0;
		padding: 20px 10px;
	}
	.case-link_title {
    color: #000;
		font-size: 1.6rem;
		margin-bottom: 20px;
		font-weight: normal;
    line-height: 1.3;
	}
	.case-link_title:before,
	.case-link_title:after {
		width: .9em;
	}
  .case-link_title:before {
    left: -22px;
  }
  .case-link_title:after {
    right: -22px;
  }
	.case-link_list li {
		margin: 0;
		width: 50%;
		border-width: 0 1px 1px 0;
	}
	.case-link_list li:nth-child(odd) {
		border-left-width: 1px;
	}
	.case-link_list li:nth-child(-n+2) {
		border-top-width: 1px;
	}
		.case-link_list li a {
			padding: 18px 9px;
		}
		.case-link_list li a:before,
		.case-link_list li a:after {
			display: none;
		}
			.case-link_list li a .thumb {
				width: 25px;
				height: 25px;
			}
			.case-link_list li a .text {
				font-size: 1.3rem;
				padding-right: 0;
				padding-left: 10px;
			}
}
/*
.section-voice{display: none;}
*/
/* voice */
.section-voice {
	padding: 66px 0 64px;
}
.voice-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 31px auto 28px;
	max-width: 1133px;
}
.voice-wrap .box {
	vertical-align: top;
	width: 31.332%;
	margin: 0 0 0 3.002%;
}
.voice-wrap .box:nth-child(3n+1) {
	margin-left: 0;
}
.voice-wrap .box:last-child .box-voice_text {
	padding-bottom: 0;
}
.voice-wrap .box a {
	color: #000;
	display: block;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.voice-wrap .box a img {
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.voice-wrap .box a:hover .box-voice_data,
.voice-wrap .box a:hover {
	color: #009B63;
}
.voice-wrap .box a:hover img {
	opacity: .6;
}
.voice-wrap .box .thumb {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.voice-wrap .box .thumb span {
	display: block;
}
.voice-wrap .box .thumb .thumb-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	z-index: -1;
}
.voice-wrap .box .thumb img {
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
}
.voice-wrap .box a:hover .thumb-default {
	opacity: 0;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
}
.box-voice_text {
	margin: 0 auto;
	padding: 21px 0;
	text-align: left;
}
.content-main .box-voice_data {
	color: #6A5A46;
	font-size: 1.3rem;
	line-height: 1.6;
}
.content-main .box-voice_title {
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 11px;
	line-height: 1.5;
}
.section-voice .btn-arrow {
	width: 416px;
}
@media screen and (max-width: 767px) {
	.section-voice {
		padding: 32px 16px 40px;
	}
	.voice-wrap {
		position: relative;
    margin: 24px auto 24px;
	}
	.voice-wrap .box {
		width: 100%;
		min-width: 100%;
		margin: 0;
	}
  .box-voice:nth-child(2),
  .box-voice:nth-child(3) {
    display: none;
  }
	.box-voice_text {
		font-size: 1.1rem;
		min-width: 87.5%;
		padding: 14px 0 24px;
	}
	.voice-wrap .box .thumb {
		height: auto;
		min-height: inherit;
		overflow: hidden;
		padding-top: 75%;
		position: relative;
	}
	.voice-wrap .box .thumb img {
		position: absolute;
		top: 0;
		left: 50%;
		min-height: inherit;
		height: 100%;
		width: auto;
		max-width: none;
		transform: translateX(-50%);
	}
	.box-voice_title {
		font-size: 1.4rem;
	}
	.section-voice .btn-arrow {
    padding: 12px 0;
		width: 85%;
	}
  .content-main .box-voice_title {
	margin-top: 6px;
	line-height: 1.4;
  }
}

/* event
------------------------------ */
.section-event {
	margin-top: 64px;
	padding: 58px 0 64px;
}
.section-event_title {
	margin-bottom: 29px;
}
.event-filter {
	font-size: 1.6rem;
	margin: 20px auto 29px;
	text-align: center;
	max-width: 960px;
}
.event-filter .label:before {
	background: url(/lib_image/top/icon_place.png) no-repeat 50% 50% / contain;
	content: "";
	display: inline-block;
	vertical-align: -7px;
	margin-right: 3px;
	width: 29px;
	height: 29px;
}
.event-filter .select-wrap {
	display: inline-block;
	margin-left: 18px;
	vertical-align: middle;
	width: 142px;
}
.event-filter .select-wrap label select {
	height: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	border-color: #009B63;
}
.wrap-event .more {
	margin-top: 50px;
}
/* event card */
.event-card_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
	padding: 0;
	list-style: none;
	position: relative;
}
.event-card {
	background: #FFF;
	display: flex;
	position: relative;
	margin: 16px 12px;
	width: 304px;
}
.event-card a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	width: 100%;
}
.event-card a img {
	transition: all .3s;
}
.event-card .event-card_thumb {
	height: 188px;
	overflow: hidden;
	position: relative;
}
.event-card .event-card_place {
	background: #4BB79E;
	border-radius: 80px;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -10px;
	left: 10px;
	text-align: center;
}
.event-card .event-card_pref {
	font-size: 1.8rem;
	font-weight: bold;
}
.event-card .event-card_city {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: .25em;
}
.event-card .event-card_text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 24px 20px;
	text-align: left;
}
.event-card .event-card_meta {
	font-size: 1.3rem;
}
.event-card .event-card_category {
	background: #4BB79E;
	color: #FFF;
	display: inline-block;
	padding: 7px 12px;
}
.event-card .event-card_reserve {
	border: 1px solid #ED8102;
	border-radius: 4px;
	color: #ED8102;
	display: inline-block;
	margin-left: 10px;
	padding: 7px 10px;
}
.event-card .event-card_title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 18px;
	margin-bottom: 17px;
}
.event-card .event-card_date {
	font-size: 1.4rem;
	line-height: 1.35;
	margin-top: auto;
}
.event-card.cat-seminar .event-card_place,
.event-card.cat-seminar .event-card_category { background-color: #4BB79E; }
.event-card.cat-genken .event-card_place,
.event-card.cat-genken .event-card_category { background-color: #52A3CB; }
.event-card.cat-sumaihaku .event-card_place,
.event-card.cat-sumaihaku .event-card_category { background-color: #9370C7; }
.event-card.cat-bustour .event-card_place,
.event-card.cat-bustour .event-card_category { background-color: #C67156; }
.wrap-event .noresult { color: #000; font-size: 2.2rem; margin: 3em 0 2em; }
@media screen and (max-width: 767px) {
	.section-event {
		margin-top: 40px;
		padding: 32px 4px 40px;
	}
	.section-event_title {
		margin-bottom: 20px;
	}
		.event-filter {
			font-size: 1.4rem;
			margin: 20px auto 16px;
			text-align: center;
		}
			.event-filter .label {
				font-weight: bold;
			}
			.event-filter .label:before {
				width: 25px;
				height: 25px;
			}
			.event-filter .select-wrap {
				margin: 10px auto 0;
				width: 68%;
			}
	.event-card_list {
		margin: 0;
		padding: 0;
	}
	.event-card {
		width: 100%;
	}
	.wrap-event .more {
		margin-top: 16px;
	}
	.wrap-event .noresult { font-size: 1.6rem; }
}
/*
.wrap-event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.event-column {
	background: #FFF;
	padding: 25px 23px 18px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.event-column_main {
	width: 546px;
}
.event-column_sub {
	width: 390px;
}
.event-column .title {
	border-bottom: 1px solid #DDD;
	font-weight: 500;
	font-size: 2.2rem;
	text-align: center;
	padding-bottom: 18px;
	margin-bottom: 2px;
}
.event-column .more {
	margin-top: auto;
	text-align: center;
}
.event-column .btn-arrow {
	background: none;
	font-size: 1.6rem;
	color: #009B63 !important;
	padding: 0;
	margin-top: 14px;
	font-weight: 500;
}
.event-column .btn-arrow::after {
	background-image: url(../../lib_image/top/icon_arrow_btn_03.svg);
	margin-left: 10px;
	margin-bottom: 0;
}
.event-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 377px;
	overflow-y: auto;
	overflow-x: hidden;
}
.event-column li {
	border-bottom: 1px solid #E8ECED;
}
	.event-column li a {
		display: block;
		color: #000;
		position: relative;
		text-decoration: none;
	}
	.event-column li a:after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 1px solid #008546;
		border-right: 1px solid #008546;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 2px;
		margin-top: -4px;
	}
.event-column .list-event li {
	padding: 15px 0 17px;
	margin-bottom: 2px;
}
.event-column .list-event .tag {
	background: #8A7151;
	color: #FFF;
	display: inline-block;
	font-size: 1.3rem;
	width: 9em;
	padding: 8px 5px 7px;
	text-align: center;
	vertical-align: middle;
	line-height: 1 !important;
}
.event-column .list-event .text {
	vertical-align: -5px;
}
.event-column .list-event .tag.bg_seminar { background: #4EB3BF; }
.event-column .list-event .tag.bg_sumaihaku { background: #9370C7; }
.event-column .list-event .tag.bg_tour { background: #55A1D9; }
.event-column .list-event .tag.bg_bus { background: #C67156; }

.event-column .list-event .place,
.event-column .list-event .date {
	font-size: 1.5rem;
	padding: 0 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	height: 1.0em;
	line-height: 1 !important;
}
.event-column .list-event .place {
	width: 10em;
}
.event-column .list-event .date {
	border-left: 1px solid #CCC;
	width: 13em;	
}
.event-column .list-shop li {
	padding: 12px 0;
}
.event-column .list-shop .thumb {
	width: 96px;
	height: 68px;
}
.event-column .list-shop .name {
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 0 30px 0 15px;
}
@media screen and (max-width: 767px) {
	.section-event {
    padding: 32px 16px 40px;
	}
  .section-event_title {
	  margin-bottom: 20px;
  }
	.event-filter {
		font-size: 1.4rem;
		margin: 20px auto 20px;
		text-align: center;
	}
		.event-filter .label:before {
			width: 25px;
			height: 25px;
		}
	.event-filter .select-wrap {
		margin: .75em auto 0;
		width: 75%;
	}
	.event-filter .label {
		font-weight: bold;
	}
	.event-column_main,
	.event-column_sub {
		width: 100%;
	}
	.event-column_sub {
		border-top: 4px solid #F5F5F5;
	}
.event-column .title {
    font-size: 2rem;
    padding-bottom: 14px;
    margin-bottom: 6px;
}
  .event-column {
    padding: 20px 16px 16px;
  }
	.event-column .list-event li a {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.event-column .list-event li a > span {
		vertical-align: middle;
		width: calc(100% - 6.5em);
	}
	.event-column .list-event .tag {
		display: table-cell;
		font-size: 1.2rem;
		line-height: 1.3;
		min-width: 1em;
		padding: 8px;
		width: 6.5em;
		white-space: inherit;
	}
	.event-column .list-event .text span {
		display: block;
		font-size: 1.4rem;
		padding: .25em 1em;
		width: 100%;
	}
	.event-column .list-event .place,
	.event-column .list-event .date {
		height: auto;
	}
	.event-column .list-event .date {
		border-left: none;
	}
	.event-column .list-shop .name {
		font-size: 1.4rem;
	}
	.event-column .btn-arrow {
		width: 100%;
		font-size: 1.4rem;
	}
	
}

*/

/* cost
------------------------------ */
.secion-cost {
	padding: 58px 0 64px;
}
.secion-cost .lead {
	margin-top: 29px;
}
.wrap-cost {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 31px 0 48px;
}
.cost-about {
	padding: 3px 0 193px;
	width: 404px;
	border-top: 1px solid #DDD;
	position: relative;
}
.cost-about::after {
	content: '';
	width: 217px;
	height: 224px;
	display: block;
	background: url(../../lib_image/top/img_cost_about.png) no-repeat left top / 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -65px;
}
.cost-about .title {
	font-size: 2.4rem;
	border-top: 1px solid #DDD;
	font-weight: bold;
	padding: 44px 0 0;
}
.cost-about .text {
	font-size: 1.5rem;
	margin-top: 27px;
	padding-bottom: 52px;
	letter-spacing: .06em;
	line-height: 2;
	text-align: center;
	border-bottom: 1px solid #DDD;
	position: relative;
}
.cost-about .text::after {
	content: "";
	height: 1px;
	display: block;
	background: #DDD;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
}
.cost-link {
	width: 514px;
}
.list-cost {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
	.list-cost li + li {
		margin-top: 16px;
	}
	.list-cost a {
		text-decoration: none;
		-webkit-transition: color 300ms;
		transition: color 300ms;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.list-cost a::before,
	.list-cost a::after {
		display: none;
	}
	.list-cost a:hover {
		color: #009B63;
	}
	.list-cost a:hover img {
		opacity: 0.6;
	}
	.list-cost .thumb {
		width: 196px;
		height: 80px;
		display: block;
		overflow: hidden;
	}
	.list-cost .title {
		font-size: 1.8rem;
		text-align: left;
		padding: 2px 0 0 55px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% - 196px);
		color: inherit;
	}
	.list-cost .title::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 11px;
		border-color: transparent transparent transparent #666;
		position: absolute;
		left: 28px;
		top: 50%;
		margin-top: -6px;
		-webkit-transition: border-color 300ms, transform 300ms;
		transition: border-color 300ms, transform 300ms;
	}
	.list-cost a:hover .title::before {
		border-color: transparent transparent transparent #009B63;
		transform: translateX(5px);
	}
	.list-cost .title::after {
		content: "";
		height: 2px;
		display: block;
		background: #DDD;
		position: absolute;
		right: 0;
		bottom: -8px;
		left: 16px;
	}
	.list-cost li:last-child .title::after {
		display: none;
	}
		.list-cost .title .num {
			font-size: 2.8rem;
			font-family: inherit;
			margin-right: 3px;
			vertical-align: -2px;
		}
		.list-cost .fc-green {
			font-weight: bold;
			margin-right: .25em;
			margin-bottom: 4px;
		}
.cost-link_guide {
	margin: 0 -9px;
	position: relative;
}
	.cost-link_guide li {
		padding: 0 9px;
		width: 33.33%;
	}
		.cost-link_guide li a {
			border: 1px solid #009B63;
			padding: 15px 20px;
			text-decoration: none;
		}
	.cost-link_guide .icon {
		width: 60px;
		height: 28px;
	}
		.cost-link_guide .icon img {
			width: 35px;
		}
	.cost-link_guide .title {
		color: #000;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: left;
	}
		.cost-link_guide li a:hover .title {
			color: #009B63;
		}
@media screen and (min-width: 768px) {
		.list-cost .thumb .mask {
			display: block;
			width: 100%;
			height: 80px;
			overflow: hidden;
			position: relative;
		}
			.list-cost .thumb .mask img {
				position: absolute;
				top: 50%;
				left: 0;
				transform: translateY(-55%);
				width: 100%;
			}
}
@media screen and (max-width: 767px) {
	.secion-cost {
		padding: 32px 16px 40px;
	}
  .secion-cost .lead {
	  margin-top: 24px;
  }
	.wrap-cost {
		margin: 24px 0 32px;
	}
	.cost-about {
		background: none;
		padding: 3px 0 1em;
	}
	.cost-about::after {
		display: none;
	}
		.cost-about .title {
			font-size: 1.8rem;
			padding-bottom: 6px;
			padding-top: 24px;
		}
		.cost-about .text {
			font-size: 1.4rem;
			line-height: 1.5;
			text-align: left;
			margin-top: 10px;
			padding-bottom: 24px;
		}
		.list-cost a {
			display: table;
		}
	.list-cost .thumb {
		width: 110px;
		height: 70px;
		display: table-cell;
	}
	.list-cost .title {
		width: calc(100% - 110px);
		font-size: 1.4rem;
		display: table-cell;
	}
		.list-cost .title .num {
			font-size: 2.5rem;
		}
	.cost-link_guide {
		text-align: center;
	}
		.cost-link_guide li {
			float: none;
			margin: 8px auto;
			padding: 0;
			width: 75%;
		}
			.cost-link_guide li a {
				padding: 10px 15px;
			}
		.cost-link_guide .title {
			font-size: 1.2rem;
		}
		.cost-link_guide .icon img {
			width: 32px;
		}
}

/* recommend banner
------------------------------ */
.section-recommend {
	padding: 58px 0 64px;
}
.section-recommend .lead {
	margin-top: 29px;
}
.banner-list {
	margin-top: 46px;
}
	.banner-list li {
		width: 304px;
		height: 100px;
		position: relative;
		background: #DDD;
	}
	.banner-list li img {
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
	}
	.banner-list li + li {
		margin-left: 22px;
	}
		.banner-list li .tag {
			background: #DDD;
			color: #FFF;
			display: inline-block;
			font-size: 14px;
			line-height: 30px;
			padding: 0 10px;
			min-width: 77px;
			position: absolute;
			top: -15px;
			left: -10px;
		}
		.banner-list li .tag.tag-blue { background: #125EA5; }
		.banner-list li .tag.tag-red { background: #B52A2A; }
		.banner-list li .tag.tag-green { background: #087F8A; }
		.banner-list li .tag:before {
			border-style: solid;
			border-width: 0 10px 7px 0;
			border-color: transparent #000 transparent transparent;
			content: "";
			width: 0;
			height: 0;
			position: absolute;
			left: 0;
			top: 100%;
		}
@media screen and (min-width: 768px) {
	.section-recommend .banner-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
	.section-recommend .banner-list li {
		float: none;
	}
}
@media screen and (max-width: 767px) {
	.section-recommend {
    padding: 32px 16px 40px;
	}
  .section-recommend .lead {
	  margin-top: 20px;
  }
	.banner-list {
		margin: 24px 0 0;
	}
	.banner-list li {
		width: 100%;
		height: auto;
	}
	.banner-list li + li {
		margin: 30px 0 0;
	}
	.banner-list li .tag {
		font-size: 12px;
		line-height: 25px;
	}

}

/* news
------------------------------ */
.section-news {
	padding: 58px 0 50px;
}
.news-list {
	margin: 25px 0 0;
	padding: 0;
}
.news-list li {
	display: block;
	border-bottom: 1px solid #CCC;
	margin-bottom: 13px;
}
.news-list li:last-child {
	border: none;
	margin-bottom: 0;
}
.news-list li:last-child a {
	padding-bottom: 9px;
}
.news-list li a {
	padding: 0 0 14px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: left;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.news-list li a:hover {
	color: #009B63;
}
.news-list .date {
	width: 144px;
}
.news-list .title {
	width: calc(100% - 144px);
	color: inherit;
}
.section-news .more {
	margin-top: auto;
	text-align: right;
}
.section-news .more .btn-arrow {
	background: none;
	font-size: 1.6rem;
	color: #009B63 !important;
	padding: 0;
	margin-top: 0;
	font-weight: 500;
}
.section-news .more .btn-arrow::after {
	background-image: url(../../lib_image/top/icon_arrow_btn_03.svg);
	margin-left: 10px;
	margin-bottom: 0;
	width: 19px;
}
@media screen and (max-width: 767px) {
	.section-news {
    padding: 32px 16px 32px;
	}
  .news-list {
	  margin: 20px 0 0;
  }
	.news-list li a {
		display: block;
		font-size: 1.4rem;
	}
	.news-list .date {
		width: auto;
	}
	.news-list .title {
		width: auto;
	}
	.section-news .more .btn-arrow {
		font-size: 1.4rem;
	}
}

/* guide 
------------------------------ */
.footer-guide {
	background: #F5F5F5;
	padding: 80px 0 56px;
}
	.footer-guide .box {
		background: #FFF;
		position: relative;
		width: 308px;
	}
	.footer-guide .box:before {
		background: #FFF;
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		z-index: 1;
		border-radius: 32px;
		width: 64px;
		height: 64px;
		top: -24px;
		margin-left: -32px;
	}
	.footer-guide .title {
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.1;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
		padding: 27px 0 18px;
		position: relative;
		text-align: center;
		z-index: 5;
	}
		.footer-guide .title .mark {
			background-repeat: no-repeat;
			background-position: center center;
			width: 64px;
			height: 64px;
			position: absolute;
			top: -30px;
			left: 50%;
			margin-left: -32px;
		}
	.footer-guide .box-01 .title .mark { background-image: url(/lib_image/top/img_guide_01.svg); }
	.footer-guide .box-02 .title .mark { background-image: url(/lib_image/top/img_guide_02.svg); }
	.footer-guide .box-03 .title .mark { background-image: url(/lib_image/top/img_guide_03.svg); }
	.footer-guide .list-guide {
		border-top: 1px solid #009B63;
		list-style: none;
		padding: 10px 0 20px;
		margin: 0 24px;
		text-align: left;
	}
	.footer-guide .list-guide li {
		border-bottom: 1px solid #E8ECED;
	}
	.footer-guide .list-guide li:last-child {
		border: 0;
	}
	.footer-guide .list-guide a {
		color: #000;
		display: block;
		font-size: 1.4rem;
		line-height: 1.3;
		padding: 10px 40px 9px 0;
		position: relative;
		text-decoration: none;
	}
	.footer-guide .list-guide a:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: 1px solid #008546;
		border-right: 1px solid #008546;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 2px;
		margin-top: -4px;
	}
@media screen and (max-width: 767px) {
	.footer-guide {
		padding: 10px 20px 30px;
	}
	.footer-guide .box {
		margin-top: 60px;
		width: 100%;
	}
	.footer-guide .box:before {
		border-radius: 80px;
		width: 80px;
		height: 80px;
		top: -40px;
		margin-left: -40px;
	}
	.footer-guide .title {
		cursor: pointer;
		margin-bottom: 0;
		font-size: 2rem;
		padding: 20px 45px;
	}
	.footer-guide .title:before,
	.footer-guide .title:after {
		content: "";
		background: #009B63;
		display: block;
		font-weight: bold;
		width: 12px;
		height: 2px;
		position: absolute;
		right: 20px;
		top: 50%;
	}
	.footer-guide .title.active:after {
		-webkit-transform: rotate( 90deg );
		transform: rotate( 90deg );
	}
		.footer-guide .title .mark {
			width: 54px;
			height: 54px;
			top: -40px;
			margin-left: -27px;
		}
	.footer-guide .list-guide {
		padding-bottom: 25px;
	}
	.footer-guide .list-guide a {
		font-size: 1.4rem;
		padding: 10px 20px 9px 0;
	}
}
/* --------------------------------------------
 * android Styles
----------------------------------------------- */
@media only screen and ( max-width : 767px ) {
  .android .ff-mincho, .ff-mincho .num {
    font-weight: 700;
  }
}

/* section trigger 
------------------------------ */
.section-trigger {
	margin-top: 56px;
}
.section-trigger .list-index {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 48px 0;
	padding: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section-trigger .list-index_item {
	background: #FFF;
	padding: 8px 0 24px;
	position: relative;
	width: 304px;
}
.section-trigger .list-index_item .icon-rank {
	position: absolute;
	top: -20px;
	left: -15px;
}
.section-trigger .list-index_item .item-title {
	color: #009B63;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.35;
	padding: 0;
}
.section-trigger .list-index_item .item-btn {
	font-size: 1.4rem;
	margin-top: 27px;
}
.section-trigger .list-index_item .item-btn .btn {
	margin-bottom: 0;
	padding: .75em 1em;
}
.section-trigger .list-index_item .item-voice {
	font-size: 1.5rem;
	list-style: disc;
	margin: 1.5em 0 1em .25em;
	text-align: left;
}
.section-trigger .list-index_item .item-voice li {
	margin: .75em 0;
}
@media only screen and ( max-width : 767px ) {
	.section-trigger { margin-top: 32px; padding-bottom: 40px; }
	.section-trigger .lead { text-align: left; }
	.section-trigger .list-index { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: 16px; margin-bottom: 32px; }
	.section-trigger .list-index_item { margin-top: 24px; width: 100%; }
	.section-trigger .list-index_item .item-title { font-size: 1.8rem; }
	.section-trigger .list-index_item .item-btn { margin-top: 20px; }
	.section-trigger .list-index_item .item-btn .btn { min-width: 74%; }
	.section-trigger .btn-arrow { line-height: 1.375; min-width: 85%; }
	.section-trigger .list-index_item .item-voice { margin-top: 1.75em; margin-bottom: 1.5em; }
}

/* main visual carousel */
.page-head.page-head_all { max-height: none; }
.page-head.page-head_all .main-image { height: auto; }
.page-head.page-head_all .main-image a {
	display: block;
}
.page-head.page-head_all .main-image a img {
	transition: all .3s;
}
.page-head.page-head_all .slider-main.slick-initialized {
	margin-bottom: 0;
}
.page-head.page-head_all .slider-main {
	overflow: hidden;
}
.slider-sub {
	background: #00664B;
	color: #FFF;
	padding: 27px 0;
}
.slider-sub .row {
	align-items: center;
}
.slider-sub .page-head_catch,
.slider-sub .slider-nav {
	width: 50%;
}
.slider-sub .page-head_catch {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
}
.slider-sub .slider-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slider-nav .slick-dots {
	width: 362px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0 4px;
	position: relative;
	list-style: none;
}
.slider-nav .slick-dots li,
.slider-nav .slick-dots li button {
	height: 2px;
	width: auto;
}
.slider-nav .slick-dots li {
	display: flex;
	padding: 0 4px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
			flex: 1 0 auto;
}
.slider-nav .slick-dots li button {
	background: rgba(255, 255, 255, .8);
	padding: 0;
	position: relative;
	width: 100%;
	height: 2px;
	border: 0;
	font-size: 0;
}
.slider-nav .slick-dots button:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0%;
	height: 100%;
}
  .slider-nav .slick-dots .slick-active button:after {
	background-color: #000;
	-webkit-animation: progress 6s linear forwards;
			animation: progress 6s linear forwards;
  }
  .slider-nav.pause .slick-dots .slick-active button:after {
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
  }
  .slider-nav .slider-nav_arrows {
	display: flex;
	align-items: center;
	margin-left: 20px;
  }
  .slider-nav .slider-nav_arrows button {
	background: #00140F;
	border: none;
	border-radius: 2px;
	color: #FFF;
	font: inherit;
	height: 32px;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
  }
  .slider-nav .slider-nav_arrows button:hover {
	background: #009B63;
  }
  .slider-nav .slider-nav_arrows button::before,
  .slider-nav .slider-nav_arrows button::after {
	content: "";
	display: block;
	position: absolute;
  }
  .slider-nav .slider-nav_arrows button.slick-stop {
	margin-right: 10px;
  }
  .slider-nav .slider-nav_arrows button.slick-stop::before,
  .slider-nav .slider-nav_arrows button.slick-stop::after {
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: 100% auto;
	order: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 12px;
  }
  .slider-nav .slider-nav_arrows button.slick-stop::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='12'%3E%3Cg fill='%23fff'%3E%3Cpath d='M5 12H4V0h1ZM1 12H0V0h1Z'/%3E%3C/g%3E%3C/svg%3E");
	width: 5px;
  }
  .slider-nav.pause button.slick-stop::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12'%3E%3Cg fill='none'%3E%3Cpath d='M10 6 0 12V0Z'/%3E%3Cpath fill='%23fff' d='M8.056 6 1 1.766v8.468L8.056 6M10 6 0 12V0l10 6Z'/%3E%3C/g%3E%3C/svg%3E");
	width: 10px;
	margin-left: 2px;
  }

  .slider-nav .slick-arrow {
	margin-left: 6px;
	width: 24px;
  }
  .slider-nav .slick-arrow::before {
	border: 1px solid transparent;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
  }
  .slider-nav .slick-prev  {
	order: 2;
  }
  .slider-nav .slick-prev::before {
	border-left-color: #FFF;
	border-bottom-color: #FFF;
	margin-left: 3px;
  }
  .slider-nav .slick-next  {
	order: 3;
  }
  .slider-nav .slick-next::before {
	border-right-color: #FFF;
	border-top-color: #FFF;
	margin-left: -3px;
  }
  @-webkit-keyframes progress {
	from {
	  width: 0%;
	}
	to {
	  width: 100%;
	}
  }
  
  @keyframes progress {
	from {
	  width: 0%;
	}
	to {
	  width: 100%;
	}
  }
  .page-head.page-head_all .main-image.slider-disable .page-head_catch {
	text-align: center;
	width: 100%;
  }
  .page-head.page-head_all .main-image.slider-disable .slider-nav {
	display: none;
  }

  /* slider items */
  .slider-item_text,
  .slider-item_parts {
	position: absolute;
	z-index: 10;
  }
  .slider-item_parts {
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
  }
  .slider-item_parts .slider-item_btn {
	background: #EEBA00;
	border-radius: 2px;
	color: #000;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	max-width: 240px;
	margin: 0 auto;
	padding: 1em 3em;
	position: absolute;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 10;
  }
  .slider-item_parts .slider-item_btn:hover {
	opacity: .6;
  }
  .slider-item_parts .slider-item_btn span {
	display: inline-block;
	padding-right: 20px;
	position: relative;
	white-space: nowrap;
  }
  .slider-item_parts .slider-item_btn span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
  }
  .slider-item_text {
	color: #FFF;
	bottom: 0;
	text-align: center;
	width: 100%;
  }
  .slider-item_text .inner {
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 48px;
	position: relative;
	text-align: left;
  }
  .slider-item_text a {
	color: #FFF;
	text-decoration: none;
  }
  .main-image_catch,
  .main-image_link {
    color: #FFF;
    display: block;
    padding: 0;
    position: relative;
	text-align: left;
    text-shadow: 0 0 8px #552C00;
  }
  .main-image_catch {
	font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .main-image_link {
    display: inline-block;
    font-size: 1.8rem;
    margin-top: 1em;
    padding-right: 18px;
  }
  .main-image_link::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
  .slider-item_img {
	height: 480px;
	position: relative;
  }
  .slider-item_img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all .2s;
	transition: all .2s;
  }
  /* uncomon */
  .page-head.page-head_all .slider-item { opacity: 0; }
  .page-head.page-head_all .slick-active { opacity: 1; }
  .page-head.page-head_all .slider-item_02 .slider-item_parts {
	padding-top: 60px;
	padding-bottom: 50px;
  }
  .page-head.page-head_all .slider-item_02 .slider-item_parts img {
	width: 317px;
  }
  .page-head.page-head_all .slider-item_03 .slider-item_parts {
	padding-top: 45px;
  }
  .page-head.page-head_all .slider-item_03 .slider-item_parts img {
	width: 640px;
  }
  .page-head.page-head_all .slider-item_04::before {
	content: "";
	border-top: 10px solid #1E2678;
    border-bottom: 10px solid #1E2678;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
  }
  .page-head.page-head_all .slider-item_04 .slider-item_parts {
	padding-top: 38px;
	padding-left: 2PX;
	width: 960px;
  }
  .page-head.page-head_all .slider-item_04 .slider-item_parts::after {
	background: url(/lib_image/top/img_mv04_parts2_pc.png?20241129) no-repeat 0 100% / contain;
	content: "";
	width: 448px;
	height: 452px;
	position: absolute;
	right: -30px;
	bottom: 0;
	z-index: 1;
  }
  .page-head.page-head_all .slider-item_04 .slider-item_btn {
	margin-left: -12px;
  }
  .page-head.page-head_all .slider-item_06 .item-title {
	padding: 17px 0 0;
	position: relative;
  }
  .page-head.page-head_all .slider-item_06 .item-title .icon {
	position: absolute;
	top: 48px;
	right: 100%;
	margin-right: -22px;
  }
  .page-head.page-head_all .slider-item_06 .slider-item_parts::after {
	background: url(/lib_image/top/img_mv06_hayashi.png) no-repeat 0 100% / contain;
	content: "";
	display: block;
	width: 282px;
	height: 290px;
	position: absolute;
	bottom: 0;
	left: 100%;
  }
  .page-head.page-head_all .slider-item_07 .slider-item_parts {
	width: 100%;
  }
  .page-head.page-head_all .slider-item_07 .item-wrap {
	background: rgba(255, 255, 255, 0.97);
	border-radius: 4px;
	margin: 40px auto 0;
	max-width: 442px;
	text-align: center;
  }
  .page-head.page-head_all .slider-item_07 .item-label {
	background: #625442;
	border-radius: 4px 4px 0 0;
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 16px 0 15px;
  }
  .page-head.page-head_all .slider-item_07 .item-logo {
	max-width: 328px;
	margin: 0 auto;
  }
  .page-head.page-head_all .slider-item_07 .item-text {
	padding: 19px 33px 27px;
  }
  .page-head.page-head_all .slider-item_07 .item-catch {
	color: #625442;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	margin-top: 21px;
  }
  .page-head.page-head_all .slider-item_07 .item-catch span {
	font-size: 2.0rem;
  }
  .page-head.page-head_all .slider-item_07 .fc-orange {
	color: #E9662C;
  }

  .page-head.page-head_all .slider-item_10 .slider-item_parts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
  }
  .page-head.page-head_all .slider-item_10 .slider-item_parts .lower {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 0 0;
   }
  .page-head.page-head_all .slider-item_10 img {
	display: block;
	margin: 0 auto;
  }
  .page-head.page-head_all .slider-item_10 .slider-item_btn:hover {
	background-color: #EA960F;
	opacity: 1;
  }
	/* primewood */
	.page-head.page-head_all .slider-item_11 .slider-item_parts {
		padding-top: 157px;
	}
	.page-head.page-head_all .slider-item_11 .slider-item_logo {
		position: absolute;
		top: 22px;
		left: 28px;
	}
	.page-head.page-head_all .slider-item_11 .slider-item_btn {
		background: none;
		bottom: 45px;
		padding: 0;
	}

  @media screen and ( min-width : 768px ) {
	.page-head.page-head_all .slider-item_05 { position: relative; }
	.page-head.page-head_all .slider-item_05 .slider-item_img { width: 55%; left: 0; }
	.page-head.page-head_all .slider-item_05 .slider-item_parts {
		background: #FFF;
		border-top: 1px solid #DDD;
		padding-top: 93px;
		width: 45%;
		left: 55%;
		transform: translateX(0);
		text-align: center;
	}
	.page-head.page-head_all .slider-item_05 .slider-item_parts .item-catch {
		color: #000;
		font-size: 1.8rem;
		line-height: 2;
		margin-top: 40px;
	}
	.page-head.page-head_all .slider-item_05 .slider-item_parts img { margin: 0 auto;}
	/* reforest web */
	.page-head.page-head_all .slider-item_08 .slider-item_parts {
		width: 1009px;
	}
	.page-head.page-head_all .slider-item_08 .slider-item_parts img {
		margin-left: -13px;
	}
	.page-head.page-head_all .slider-item_08 .slider-item_btn {
		font-size: 2.1rem;
		margin-left: -5px;
		max-width: 299px;
		padding: 1.05em 3.1em;
		bottom: 37px;
	}
	.page-head.page-head_all .slider-item_08 .slider-item_btn span {
		padding-right: 22px;
	}
	.page-head.page-head_all .slider-item_08 .slider-item_btn span::after {
		width: 10px;
		height: 10px;
	}
	/* mv10 */
	.page-head.page-head_all .slider-item_10 .slider-item_parts {
		background: url(/lib_image/top/bg_mv10.png) no-repeat 50% 0 / cover;
		text-align: center;
		width: 376px;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .upper {
		padding: 19px 0 0;
		position: relative;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .upper img {
		position: relative;
		z-index: 1;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .icon {
		position: absolute;
		top: 12px;
		right: 12px;
		z-index: 0;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .lower {
		position: relative;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .lower img {
		margin-top: -8px;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_btn {
		bottom: 27px;
	}
	.page-head.page-head_all .slider-item_10 .balloon {
		position: absolute;
		bottom: 15px;
		z-index: 5;
	}
	.page-head.page-head_all .slider-item_10 .balloon.balloon_01 {
		left: -183px;
	}
	.page-head.page-head_all .slider-item_10 .balloon.balloon_02 {
		right: -180px;
	}
  }
  .page-head.page-head_all .slider-item_09 .slider-item_parts {
	padding-top: 88px;
  }
  .page-head.page-head_all .slider-item_09 .slider-item_btn {
	background: transparent;
	border-radius: 0;
	bottom: 87px;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: 100%;
  }
  .page-head.page-head_all .slider-item_09 .slider-item_btn img {
	margin: 0 auto;
  }

  @media only screen and ( max-width : 767px ) {
	.slider-sub {
		padding: 0;
	}
	.slider-sub .row {
		flex-direction: column;
		flex-direction: column-reverse;
	}
	.slider-sub .page-head_catch, .slider-sub .slider-nav {
		display: block;
		width: 100%;
	}
	.slider-sub .page-head_catch {
		padding: 18px 0;
		text-align: center;
	}
	.slider-nav .slick-dots {
		padding: 0;
		width: 100%;
		position: relative;
	}
	.slider-nav .slick-dots li {
		padding: 0;
	}
	.slider-nav .slick-dots li + li {
		padding-left: 3px;
	}
	.slider-nav .slick-dots li button {
		height: 3px;
	}
	.slider-nav .slider-nav_arrows button {
		background: rgba(0, 0, 0, .13);
		position: absolute;
		width: 26px;
		height: 48px;
	}
	.slider-nav .slick-arrow {
		margin: 0;
		top: 50%;
		transform: translateY(-50%);
		margin-top: -42px;
	}
	.slider-nav .slick-prev {
		border-radius: 0 2px 2px 0;
		left: 0;
	}
	.slider-nav .slick-next {
		border-radius: 2px 0 0 2px;
		right: 0;
	}
	/* slider items */
	.slider-item_parts {
		width: 100%;
		text-align: center;
	}
	.slider-item_parts img {
		margin: 0 auto;
	}
	.slider-item_parts .slider-item_btn {
	  font-size: 1.4rem;
	  max-width: auto;
	  padding: 1em 3em;
	  bottom: calc(40 / 435 * 100%);
	}
	.slider-item_parts .slider-item_btn span::after {
	  width: 7px;
	  height: 7px;
	  border-top-width: 1px;
	  border-right-width: 1px;
	}
	.slider-item_text .inner {
		padding-left: 32px;
	  padding-bottom: 74px;
	}
	.main-image_catch {
	  font-size: 2.2rem;
	}
	.slider-item_text .main-image_caption {
		font-size: 1.0rem;
		left: auto;
	}
	.main-image_link {
	  font-size: 1.3rem;
	  text-align: right;
	}
	.main-image_link::after {
	  width: 6px;
	  height: 6px;
	  }
	.slider-item_img {
	  height: 116%;
	}
	/* uncomon */
	.page-head.page-head_all .slider-item_02 .slider-item_parts {
		padding-top: calc( 78 / 435 * 100% );
		padding-bottom: calc( 40 / 435 * 100% );
	  }
	  .page-head.page-head_all .slider-item_02 .slider-item_parts img {
		width: calc( 234 / 375 * 100% );
	  }
	  .page-head.page-head_all .slider-item_03 .slider-item_parts {
		padding-top: calc( 40 / 435 * 100% );
		padding-bottom: calc( 40 / 435 * 100% );
	  }
	  .page-head.page-head_all .slider-item_03 .slider-item_parts img {
		width: calc( 296 / 375 * 100% );
	  }
	  .page-head.page-head_all .slider-item_04::before {
		border-top-width: 6px;
		border-bottom-width: 6px;
	  }
	  .page-head.page-head_all .slider-item_04 .slider-item_parts {
		padding-top: calc( 24 / 375 * 100% );
		padding-right: calc( 22 / 375 * 100% );
		padding-left: calc( 9 / 375 * 100% );
		width: 100%;
	  }
	  .page-head.page-head_all .slider-item_04 .slider-item_parts::after {
		background-image: url(/lib_image/top/img_mv04_parts2_sp.png);
		width: calc( 227 / 375 * 100% );
		height: auto;
		padding-top: calc( 350 / 375 * 100vw );
		right: 0;
	  }
	  .page-head.page-head_all .slider-item_04 .slider-item_btn {
		margin-left: 0;
	  }
	.page-head.page-head_all .slider-item_05 .slider-item_img img {
		top: 30px;
		position: relative;
	}
	.page-head.page-head_all .slider-item_05 .slider-item_parts .item-logo {
		background: #FFF;
		border-top: 3px solid #00664B;
		padding: 18px 0 16px;
	}
	.page-head.page-head_all .slider-item_05 .slider-item_parts .item-logo img {
		width: calc(163/375*100vw);
	}
	.page-head.page-head_all .slider-item_05 .slider-item_parts .item-catch {
		color: #000;
		font-size: 1.2rem;
		line-height: 2;
		margin-top: 19px;
	}
	.page-head.page-head_all .slider-item_06 .item-title {
		overflow: hidden;
		padding: 83px 0 0;
	}
	.page-head.page-head_all .slider-item_06 .item-title img {
		max-width: 66.6%;
	}
	.page-head.page-head_all .slider-item_06 .item-title .icon {
		top: 58px;
		right: auto;
		left: 7px;
		width: 73px;
		width: calc(73/375*100%);
		height: auto;
	}
	.page-head.page-head_all .slider-item_06 .slider-item_parts::after {
		width: 177px;
		width: calc(177 / 375 * 100%);
		height: 0;
		padding-top: 183px;
		padding-top: calc(183 / 177 * 100%);
		right: -42px;
		right: calc(42 / 375 * 100% * -1);
		left: auto;
	}
	.page-head.page-head_all .slider-item_07 .item-wrap {
		background: rgba(255, 255, 255, 0.95);
		width: 75%;
	  }
	  .page-head.page-head_all .slider-item_07 .item-label {
		font-size: 1.4rem;
		padding: 14px 0 12px;
	  }
	  .page-head.page-head_all .slider-item_07 .item-text {
		padding: 19px 23px 27px;
	  }
	  .page-head.page-head_all .slider-item_07 .item-catch {
		line-height: 1.5;
		margin-top: 21px;
	  }
	  .page-head.page-head_all .slider-item_07 .item-catch span {
		font-size: 2.3rem;
	  }
	  .page-head.page-head_all .slider-item_08 .slider-item_btn {
		font-size: 1.2rem;
		font-size: 3.2vw;
		padding: .95em 2.1em;
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -120%);
		max-width: none;
	  }
	  .page-head.page-head_all .slider-item_09 .slider-item_parts {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-top: 0;
		width: 425px;
		width: calc(425 / 750 * 100%);
	  }
	  .page-head.page-head_all .slider-item_09 .slider-item_btn {
		position: relative;
		margin-top: 10px;
		bottom: auto;
	  }
	  /* mv10 */
	  .page-head.page-head_all .slider-item_10 {
	  }
	.page-head.page-head_all .slider-item_10 .slider-item_parts {
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .upper {
		background: url(/lib_image/top/img_mv10_sp.jpg) no-repeat 50% 0 / cover;
		height: 230px;
		height: calc( 230 / 375 * 100vw );
		padding: 36px 0 0;
		padding-top: calc( 36 / 375 * 100vw );
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .upper .title {
		width: 245px;
		width: calc( 245 / 375 * 100vw );
		margin: 0 auto;
		position: relative;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .upper .title > img {
		position: relative;
		z-index: 1;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .icon {
		position: absolute;
		top: 0;
		right: -44px;
		right: calc( -44 / 375 * 100vw );
		width: 60px;
		width: calc( 60 / 375 * 100vw );
		height: 60px;
		height: calc( 60 / 375 * 100vw );
		z-index: 0;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .lower {
		height: 204px;
		height: calc( 204 / 375 * 100vw );
		justify-content: flex-end;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .lower .date {
		flex: 1 0 auto;
	}
	.page-head.page-head_all .slider-item_10 .slider-item_parts .lower img {
		width: 95.2%;
		width: calc( 357 / 375 * 100vw );
	}
	.page-head.page-head_all .slider-item_10 .slider-item_btn {
		bottom: 10px;
		max-width: 200px;
	}
	/* primewood */
	.page-head.page-head_all .slider-item_11 .slider-item_parts {
		padding: 101px 39px 0;
	}
	.page-head.page-head_all .slider-item_11 .slider-item_logo {
		top: 12.5px;
		left: 15px;
		width: 122px;
	}
	.page-head.page-head_all .slider-item_11 .slider-item_btn {
		bottom: 34.8px;
		padding: 0;
	}
}



/*
.page-head.page-head_all .main-image { height: 440px; }
.page-head.page-head_all .main-image .catch { top: 63px; }
.page-head.page-head_all .main-image > .title { top: 188px; }
.banner-slider { background: #009B63 url(../../lib_image/top/bg_bannerslider.jpg) no-repeat 50% 50% / cover; padding: 56px 0 54px; text-align: center; width: 100%; }
.banner-slider_title { color: #FFF; font-size: 3.2rem; letter-spacing: .025em; }
.banner-slider_list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin: 40px 0 0 -25px; padding: 0; position: relative; }
.banner-slider .banner-slider_list .item { display: block; width: 362px; height: 218px; margin-left: 25px; border: 1px solid #FFF; background: #FFF; }
.banner-slider .banner-slider_nav { position: relative; margin: 40px auto 0; display: inline-block; padding: 0 21px; }
.banner-slider .banner-slider_nav .slick-arrow { cursor: pointer; position: absolute; top: 50%; text-align: left; width: 16px; height: 16px; -webkit-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); text-indent: -999px; overflow: hidden; }
.banner-slider .banner-slider_nav .slick-arrow_prev { left: 0; border-top: 1px solid #FFF; border-left: 1px solid #FFF; }
.banner-slider .banner-slider_nav .slick-arrow_next { right: 0; border-bottom: 1px solid #FFF; border-right: 1px solid #FFF; }
.banner-slider .slick-dots { margin: 0; padding: 0; list-style: none; text-align: center; }
.banner-slider .slick-dots li { position: relative; display: inline-block; width: 10px; height: 10px; margin: 5px 12px; padding: 0; cursor: pointer; }
.banner-slider .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.banner-slider .slick-dots li button:hover,
.banner-slider .slick-dots li button:focus { outline: none; }
.banner-slider .slick-dots li button:hover:before,
.banner-slider .slick-dots li button:focus:before { opacity: 1; }
.banner-slider .slick-dots li button:before { content: ""; display: block; background: #999; border-radius: 10px; width: 10px; height: 10px; }
.banner-slider .slick-dots li.slick-active button:before { background: #FFF; }
.banner-slider .banner-slider_list.slick-initialized { display: block; }
*/
@media screen and (max-width: 767px){
	/*
	.page-head.page-head_all .main-image { height: 340px; }
	.page-head.page-head_all .main-image .catch { top: 38px; }
	.page-head.page-head_all .main-image > .title { -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; top: 137px; }
	.page-head.page-head_all .main-image_caption { bottom: 16px; }
	.banner-slider { padding: 32px 0; }
	.banner-slider_title { font-size: 2.2rem;  }
	.banner-slider .banner-slider_list { margin-top: 27px; margin-left: -22px; }
	.banner-slider .banner-slider_list .item { width: 242px; height: 146px; margin-left: 22px; }
	.banner-slider .slick-dots li { width: 8px; height: 8px; margin: 4px 8px; }
	.banner-slider .slick-dots li button { width: 8px; height: 8px; }
	.banner-slider .slick-dots li button:before { border-radius: 8px; width: 8px; height: 8px; }
	.banner-slider .banner-slider_nav { margin-top: 30px; }
	.banner-slider .banner-slider_nav .slick-arrow { width: 12px; height: 12px; }
	*/
}

/* ----------------------------------------
 house top only
---------------------------------------- */
.page-home .footer-guide .box-02 .list-guide a { line-height: 1.5; }
.page-home .footer-guide .box-02 .list-guide strong { display: inline-block; margin-top: .15em; }
.page-home .footer-sns { border-top: 1px solid #DDD; }
.link-list_ex { border: none; }
.link-list_ex li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.link-list_ex li a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; }
.link-list_ex .item-text { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: start; -ms-flex-align: start; align-items: start; height: auto; }
.link-list_ex .menu-thumb,
.link-list_ex .case-thumb { background-size: 100% auto; }
.item-text .item-text_label { font-weight: bold; }
.item-text .item-text_desc { line-height: 1.3; }
.wrap-menu_simple .menu-list .menu-text { height: auto; width: 100%; }
@media screen and (min-width: 768px) {
	.page-home .section-title + .lead { margin-top: 30px; }
	.page-home .footer-guide { padding: 72px 0 32px; }
	.page-home .footer-guide .box-02 .list-guide a { padding-right: 30px; }
	.page-home .section-recommend { padding: 32px 0 64px; }
	.page-home .section.section-relation { padding: 64px 0; }
	.page-home .list-relation { margin-top: 40px; }
	.page-home .case-link { margin-bottom: 10px; }
	.link-list_ex li a { padding: 11px 15px 16px 24px; }
	.link-list_ex .item-text { width: calc(100% - 40px); padding: 4px 0 0 16px; }
	.link-list_ex .menu-thumb,
	.link-list_ex .case-thumb { width: 40px; }
	.link-list_ex .menu-thumb img,
	.link-list_ex .case-thumb img { width: 100%; }
	.menu-list.link-list_ex li { width: 49.08%; }
	.menu-list.link-list_ex li:nth-child(odd) { margin-left: 0 !important; }
	.wrap-menu_simple { margin: 52px 32px 0; }
	.wrap-menu_simple .lead { margin-bottom: 28px; }
	.wrap-menu_simple .menu-list .menu-text { padding: 8px 0 5px 8px; }
}
@media screen and (max-width: 767px) {
	.page-home .section-title + .lead { font-feature-settings: "palt"; margin-top: 24px; text-align: left; }
	.page-home .section-recommend { padding-top: 8px; }
	.page-home .section-menu .section-title + .lead { padding: 0 16px; }
	.page-home .flow-list_btn a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding-top: 10px; min-height: 48px; }
	.item-text .item-text_label { line-height: 1.3; }
	.item-text .item-text_desc { margin-top: .25em; }
	.link-list_ex li { width: 100%; }
	.link-list_ex li a { padding: 16px 10px 16px 16px; }
	.link-list_ex .menu-thumb,
	.link-list_ex .case-thumb { width: 32px; }
	.link-list_ex .menu-thumb img { height: 32px; }
	.link-list_ex .item-text { padding-left: 10px; }
	.case-list.link-list_ex li:nth-child(n+7) { width: 50%; }
	.wrap-menu_simple { margin: 30px 12px 0; }
	.wrap-menu_simple .lead { margin-bottom: 24px; padding: 0 6px; }
	.wrap-menu_simple .menu-list a { padding: 15px 16px; }
	.wrap-menu_simple .menu-list .item-text { padding: 0; }
}


/* works headline */
.section-works .list-works {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	margin: 40px -12px 56px;
	position: relative;
}
.section-works .list-works .item {
	margin: 0 12px;
	text-align: left;
}
.section-works .list-works .item a {
	display: block;
	text-decoration: none;
}
.section-works .list-works .item img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.section-works .list-works .item-name {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 1em;
}
@media print, screen and (max-width: 767px) {
	.section-works .list-works {
		display: block;
		margin: 0 0 2em;
	}
	.section-works .list-works .item {
		margin: 2em 0 0;
	}
}

/* pickup banner */
.block-pickup {
	position: relative;
}
.list-pickup_banner {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-pickup_banner .list-item {
	max-width: 460px;
}
.list-pickup_banner a {
	transition: all .2s;
}
@media print, screen and (max-width: 767px) {
	.block-pickup {
		margin: 6px 16px 24px;
	}
	.list-pickup_banner {
		display: block;
	}
	.list-pickup_banner .list-item ~  .list-item {
		margin-top: 15px;
	}
}