/* Scss Document */
/* Scss Document */

/* PC用スライダーの背景画像設定 */
.pc-slide1 {
	background: url(https://higashidenen.com/images/top/slide01.jpg) no-repeat center/cover;
	width: 100%;
	height: 100vh;
	position: relative;
	display: block;
}

.pc-slide2 {
	background: url(https://higashidenen.com/images/top/slide02.jpg) no-repeat center/cover;
	width: 100%;
	height: 100vh;
	position: relative;
	display: block;
}

/* PC用スライダーのコンテナ設定 */
#key {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* スマホ表示時の#key高さ調整 */
@media (max-width: 767px) {
	#key {
		height: 667px;
	}
}

.pc-slider {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

.pc-slider div {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

/* PC用スライダーのSlick設定 */
.pc-slider .slick-slide {
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.pc-slider .slick-slide.slick-active {
	opacity: 1;
}

.pc-slider .slick-slide:not(.slick-active) {
	opacity: 0;
}

/* PC用スライダーの初期化後の設定 */
.pc-slider.slick-initialized .slick-slide:not(.slick-active) {
	opacity: 0 !important;
}

.pc-slider.slick-initialized .slick-slide.slick-active {
	opacity: 1 !important;
}

/* PC用スライダーのドットを非表示 */
.pc-slider .slick-dots {
	display: none !important;
}

/* PC用スライダーのナビゲーションを非表示 */
.pc-slider .slick-arrow,
.pc-slider .slick-prev,
.pc-slider .slick-next {
	display: none !important;
}

/* スマホ用のスライド画像設定 */
@media only screen and (max-width: 767px) {
	/* PC用スライダーを非表示 */
	.pc-slider {
		display: none !important;
	}
	
	/* スマホ用スライダーを表示 */
	.key-sp {
		display: block !important;
	}
	.key-sp .keysp1 {
		background: url(https://higashidenen.com/images/top/slide01-sp.jpg) no-repeat center/cover;
		width: 100%;
		height: 667px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	
	.key-sp .keysp2 {
		background: url(https://higashidenen.com/images/top/slide02-sp.jpg) no-repeat center/cover;
		width: 100%;
		height: 667px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	
	/* スライド画像の初期表示設定 */
	.key-sp {
		position: relative;
		width: 100%;
		height: 667px;
		overflow: hidden;
		margin-bottom: 0;
	}
	
	/* スマホ用スライダーのドットを非表示 */
	.key-sp .slick-dots {
		display: none !important;
	}
	
	/* スマホ用スライダーの初期表示設定 */
	.key-sp .slick-slide {
		opacity: 1;
		transition: opacity 0.5s ease-in-out;
		width: 100%;
		height: 667px;
	}
	
	.key-sp .slick-slide.slick-active {
		opacity: 1;
	}
	
	/* スマホ用スライダーのナビゲーション要素を非表示 */
	.key-sp .slick-arrow,
	.key-sp .slick-dots,
	.key-sp .slick-dots li,
	.key-sp .slick-dots li button {
		display: none !important;
	}
	
	/* スマホ用スライダーの初期状態設定 */
	.key-sp.slick-initialized .slick-slide:not(.slick-active) {
		opacity: 0 !important;
	}
	
	.key-sp.slick-initialized .slick-slide.slick-active {
		opacity: 1 !important;
	}

	/* スマホ用スライダーの設定 */
	.key-sp {
		z-index: 1;
		position: relative;
	}


}


@media only screen and (max-width: 767px) {

	.menu_btn {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		z-index: 1;
		position: absolute;
		bottom: 20%;
		font-weight: bold;
		width: 100%;
		text-align: center;
		letter-spacing: 0em;
		font-size: 100%;
		/*background-color: rgba(0,0,0,0.36);*/
		padding: 10px 5px;
	}

	.menu_btn .btn {
		padding: 8px;
		margin: 0 5px;
		text-align: center;
		background-color: #F80606;
		width: 100%;
		border-radius: 5px;
		line-height: 1.2em;
	}

	.menu_btn .btn .btn_link,
	a.btn_link {
		color: #fff;
		background-color: #F80606;
	}

	.menu_btn .btn .btn_link:hover,
	a.btn_link:hover {
		color: #fff;
		background: #F80606;
	}

	.chevron_down {
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		line-height: 1;
		width: 0.5em;
		height: 0.5em;
		border: 0.16em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
		margin-bottom: -0.5em;
	}



}




#sec2 {
	background-image: url("https://higashidenen.com/images/top/about-bg.jpg");
	background-size: cover;
	background-position: center;
	padding-bottom: 128px;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	#sec2 {
		background-position: 61%;
	}
}

@media only screen and (max-width: 980px) {
	#sec2 {
		background: #000;
		padding-bottom: 8%;
	}
}



@media only screen and (max-width: 980px) {
	#sec2:before {
		width: 326px;
		height: 310px;
	}
}

@media only screen and (max-width: 767px) {
	#sec2:before {
		display: none;
	}
}

#sec2 h2 {
	float: right;
	padding-top: 185px;
	margin-right: 188px;
	margin-left: 63px;
}

@media only screen and (max-width: 1700px) {
	#sec2 h2 {
		margin-right: 4%;
		margin-left: 3%;
	}
}

@media only screen and (max-width: 1400px) {
	#sec2 h2 {
		margin-right: 3%;
		margin-left: 2%;
	}
}


@media only screen and (max-width: 767px) {
	#sec2 h2 {
		background: transparent;
		padding: 0;
		position: absolute;
		width: 100%;
		right: 0;
		top: 5%;
		z-index: 2;
		padding: 0 6%;
	}
}

#sec2 .txt {
	width: 600px;
	height: 555px;
	float: right;
	margin-top: 238px;
}

@media only screen and (min-width: 981px) {
	#sec2 .txt {
		cursor: vertical-text;
		writing-mode: vertical-rl;
		-o-writing-mode: vertical-rl;
		-ms-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-moz-writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		text-orientation: upright;
		word-wrap: break-word;
	}
}

@media only screen and (max-width: 1400px) {
	#sec2 .txt {
		line-height: 32px;
	}
}

@media only screen and (max-width: 980px) {
	#sec2 .txt {
		width: auto;
		height: auto;
		float: none;
		margin-top: 0;
		padding: 0 6.25%;
		margin-top: 6%;
	}

	#sec2 .txt br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#sec2 .txt {
		padding: 0 6%;
		margin-top: 6%;
		line-height: 28px;
	}
}

@media only screen and (max-width: 980px) {
	#sec2 .txt-latin {
		writing-mode: inherit;
		-o-writing-mode: inherit;
		-ms-writing-mode: inherit;
		-ms-writing-mode: inherit;
		-moz-writing-mode: inherit;
	}
}



@media only screen and (max-width: 767px) {
	#sec3 {
		padding-bottom: 18%;
	}
}



#sec3 h2 {
	padding-top: 199px;
	margin-bottom: 45px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#sec3 h2 {
		margin: 0 auto;
		padding-top: 20%;
		text-align: center;
		width: 100%;
	}
}

#sec3 .txt {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#sec3 .txt {
		width: 100%;
		text-align: left;
		margin-top: 7%;
	}
}




#sec4_01 {
	padding-top: 20px;
}

#sec4_01 h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#sec4_01 .note {
	text-align: center;
	line-height: 30px;
	padding-top: 41px;
	margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	#sec4_01 .note {
		text-align: left;
		line-height: 28px;
		padding: 5% 5% 0;
	}
}

#sec4_01 .box {
	display: flex;
	color: #fff;
}


#sec4_01 .box dl dt {
	text-align: center;
	height: 300px;
	font-size: 29px;
	line-height: 50px;
	letter-spacing: 0.14em;
}


@media only screen and (max-width: 767px) {
	#sec4_01 .box dl dt span .bk_red {
		padding: 6px 12px 5px 0px;
		font-size: 14px;
		margin: 0 0 0 10px;
	}
}

#sec4_01 .box dl dt span {
	text-align: left;
}

#sec4_01 .box dl dt span em {
	font-style: normal;
	padding-top: 70px;
	font-size: 25px;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
	#sec4_01 .box dl dt span em {
		padding-top: 0px;
		font-size: 20px;
	}
}

#sec4_01 .box dl dd {
	width: 70% !important;
	height: 215px;
	line-height: 33px;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 auto;
}

#sec4_01 .box dl dd span {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

#sec4_01 .box .col {
	width: 33.3%;

	padding: 90px 0 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sec4_01 .box .col:nth-child(2) {

	padding-top: 90px;
}

#sec4_01 .box .col:nth-child(2) dl dt {
	/*height: 360px;*/
}

#sec4_01 .box .col:nth-child(3) {

}

/* カテゴリリンクのオーバーレイ効果 */
#sec4_01 .box .col::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

#sec4_01 .box .col dl {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
}

#sec4_01 .box .col dl dt {
	text-align: center;
	height: auto;
	font-size: 29px;
	line-height: 50px;
	letter-spacing: 0.14em;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}

#sec4_01 .box .col dl dt a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
	border: 1px solid #fff;
	padding: 15px;
	display: inline-block;
}

#sec4_01 .box .col dl dt a:hover {
	color: #8B0000;
}

@media only screen and (max-width: 1000px) {
	#sec4_01 .box {
		display: block;
	}

	#sec4_01 .box .col {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#sec4_01 {
		padding: 15vw 0 0;
	}

	#sec4_01 h2 {
		width: 90%;
		margin: 0 auto 6vw;
	}

	#sec4_01 .box {
		display: block;
	}

	#sec4_01 .box .col:nth-child(2),
	#sec4_01 .box .col {
		width: 100%;
		padding: 10vw 6% 15vw;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#sec4_01 .box .col:nth-child(2) dl dt,
	#sec4_01 .box dl dt {
		text-align: center;
		padding-left: 0;
		height: auto;
		min-height: 55vw;
		font-size: 5.5vw;
		line-height: 1.6;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#sec4_01 .box dl dt a {
		color: #fff;
		text-decoration: none;
		transition: color 0.3s ease;
		border: 1px solid #fff;
		padding: 15px;
		display: inline-block;
	}

	#sec4_01 .box dl dt a:hover {
		color: #8B0000;
	}

	#sec4_01 .box dl dd {
		height: auto;
		line-height: 28px;
		text-align: left;

	}

	#sec4_01 .box dl dd span {
		text-align: left;
	}
}



#sec4_02 {
	padding-top: 0px;
	color: #fff;
}

#sec4_02 h2 {
	text-align: center;
	margin-bottom: 106px;
}

#sec4_02 .box {
	display: flex;
}

#sec4_02 .box dl dt {
	text-align: center;
	height: 300px;
	font-size: 29px;
	line-height: 50px;
	letter-spacing: 0.14em;
}

#sec4_02 .box dl dt span {
	text-align: left;
}

#sec4_02 .box dl dt span em {
	font-style: normal;
	padding-top: 70px;
	font-size: 25px;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
	#sec4_02 .box dl dt span em {
		padding-top: 0px;
		font-size: 20px;
	}
}

#sec4_02 .box dl dd {
	width: 70% !important;
	height: 215px;
	line-height: 33px;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 auto;
}

#sec4_02 .box dl dd span {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

#sec4_02 .box .col {
	width: 33.3%;
	padding: 90px 0 20px;
}

#sec4_02 .box .col:nth-child(2) {
	padding-top: 90px;
}

#sec4_02 .box .col:nth-child(2) dl dt {
	/*height: 360px;*/
}

#sec4_02 .box .col:nth-child(3) {
}

@media only screen and (max-width: 1000px) {
	#sec4_02 .box {
		display: block;
	}

	#sec4_02 .box .col {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#sec4_02 {
		padding: 15vw 0 0;
	}

	#sec4_02 h2 {
		width: 90%;
		margin: 0 auto 6vw;
	}

	#sec4_02 .box {
		display: block;
	}

	#sec4_02 .box .col:nth-child(2),
	#sec4_02 .box .col {
		width: 100%;
		padding: 10vw 6% 15vw;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#sec4_02 .box .col:nth-child(2) dl dt,
	#sec4_02 .box dl dt {
		text-align: center;
		padding-left: 0;
		height: auto;
		min-height: 55vw;
		font-size: 5.5vw;
		line-height: 1.6;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#sec4_02 .box dl dt a {
		color: #fff;
		text-decoration: none;
		transition: color 0.3s ease;
		border: 1px solid #fff;
		padding: 15px;
		display: inline-block;
	}

	#sec4_02 .box dl dt a:hover {
		color: #8B0000;
	}

	#sec4_02 .box dl dd {
		height: auto;
		line-height: 28px;
		text-align: left;
	}

	#sec4_02 .box dl dd span {
		text-align: left;
	}
}






[id^="sec5"] {
	background-size: 100% 100%;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	min-height: 600px;
	padding-bottom: 176px;
	padding-top: 176px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

[id^="sec5"]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	[id^="sec5"] {
		background-size: cover;
		min-height: 45vh;
		padding-bottom: 18%;
		padding-top: 18%;
		}
	}

[id^="sec5"] h2 {
	padding-top: 199px;
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	[id^="sec5"] h2 {
		margin: 0 auto;
		padding-top: 20%;
		width: 100%;
	}
}

[id^="sec5"] .txt {
	width: 540px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.section-title {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	[id^="sec5"] .txt {
		width: 100%;
		text-align: left;
		margin-top: 7%;
	}
}




#sec7 {
	position: relative;
	z-index: 1;
}

#sec7:before {
	content: '';
	width: 55.55%;
	height: 810px;
	background-image: url("https://higashidenen.com/images/top/topshop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
}

@media only screen and (max-width: 1024px) {
	#sec7:before {
		width: 54.55%;
		height: 543px;
	}
}

@media only screen and (max-width: 980px) {
	#sec7:before {
		display: none;
	}
}

#sec7 .img {
	display: none;
}

@media only screen and (max-width: 980px) {
	#sec7 .img {
		display: block;
	}

	#sec7 .img img {
		width: 100% !important;
	}
}

#sec7 .blk {
	padding-bottom: 160px;
}

@media only screen and (max-width: 1200px) {
	#sec7 .blk {
		width: 44%;
		padding-left: 4%;
		padding-right: 2%;
	}
}

@media only screen and (max-width: 1024px) {
	#sec7 .blk {
		padding-left: 3%;
		padding-right: 1%;
		width: 45%;
	}
}

@media only screen and (max-width: 980px) {
	#sec7 .blk {
		width: 100%;
		padding: 0;
	}
}

#sec7 .blk h2 {
	padding-top: 178px;
	margin-left: 160px;
}

@media only screen and (max-width: 1600px) {
	#sec7 .blk h2 {
		margin-left: 5%;
	}
}

@media only screen and (max-width: 1200px) {
	#sec7 .blk h2 {
		margin-left: 0;
		width: 94%;
	}

	#sec7 .blk h2 img {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1024px) {
	#sec7 .blk h2 {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 980px) {
	#sec7 .blk h2 {
		padding: 0;
		position: absolute;
		top: 30%;
		width: 100%;
		z-index: 2;
		text-align: center;
	}

	#sec7 .blk h2 img {
		width: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	#sec7 .blk h2 {
		top: 25%;
		width: 100%;
		padding: 0 6%;
	}

	#sec7 .blk h2 img {
		width: 100% !important;
	}
}

#sec7 .blk .txt {
	width: 432px;
	margin: 45px 0 58px 161px;
}

@media only screen and (max-width: 1600px) {
	#sec7 .blk .txt {
		margin-left: 5%;
	}
}

@media only screen and (max-width: 1200px) {
	#sec7 .blk .txt {
		margin-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	#sec7 .blk .txt {
		margin: 30px 0 30px 0px;
	}
}

@media only screen and (max-width: 980px) {
	#sec7 .blk .txt {
		margin: 0;
		padding: 6%;
	}
}

#sec7 .blk .btn {
	margin-left: 161px;
}

@media only screen and (max-width: 1600px) {
	#sec7 .blk .btn {
		margin-left: 5%;
	}
}

@media only screen and (max-width: 1200px) {
	#sec7 .blk .btn {
		margin-left: 0;
	}
}

@media only screen and (max-width: 980px) {
	#sec7 .blk .btn {
		margin: 0 auto;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	#sec7 .blk .btn img {
		width: auto !important;
	}
}

@media only screen and (max-width: 413px) {
	#sec7 .blk .btn {
		padding: 0 6%;
	}

	#sec7 .blk .btn img {
		width: 100% !important;
	}
}

#sec8 {
	background-size: cover;
	background-position: center;
	text-align: center;
	padding-bottom: 176px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#sec8 {
		padding-bottom: 18%;
	}
}

#sec8 h2 {
	padding-top: 199px;
	margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
	#sec8 h2 {
		margin: 0 auto;
		padding-top: 20%;
		width: 100%;
	}
}

#sec8 .txt {
	width: 540px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#sec8 .txt {
		width: 100%;
		text-align: left;
		margin-top: 7%;
	}
}

#sec8 .note {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	#sec8 .note {
		margin: 5% 0 7%;
	}
}

#sec8 .list {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	#sec8 .list {
		display: block;
	}
}

#sec8 .list .item {
	width: 300px;
}

@media only screen and (max-width: 1080px) {
	#sec8 .list .item {
		width: 31%;
	}
}

@media only screen and (max-width: 767px) {
	#sec8 .list .item {
		width: 100%;
	}
}

#sec8 .list .item dl {
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 28px;
	padding-bottom: 13px;
	margin-bottom: 12px;
}

#sec8 .list .item dl dt {
	float: left;
}

#sec8 .list .item dl dd {
	float: right;
	text-align: right;
}

#sec8 .blk {
	margin-top: 52px;
	padding-bottom: 135px;
}

@media only screen and (max-width: 767px) {
	#sec8 .blk {
		padding-bottom: 15%;
		margin-top: 13%;
	}
}

#sec8 .blk h3 {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#sec8 .blk h3 {
		margin: 0 auto;
		width: 100%;
	}
}

#sec8 .blk .note2 {
	text-align: center;
	line-height: 30px;
	margin: 20px 0 53px;
}

@media only screen and (max-width: 767px) {
	#sec8 .blk .note2 {
		margin: 5% 0 7%;
		text-align: left;
	}
}

#sec8 .blk .blk-box {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}

@media only screen and (max-width: 767px) {
	#sec8 .blk .blk-box {
		display: block;
		padding: 0;
	}
}

#sec8 .blk .blk-box .blk-right,
#sec8 .blk .blk-box .blk-left {
	width: 450px;
}

@media only screen and (max-width: 1080px) {

	#sec8 .blk .blk-box .blk-right,
	#sec8 .blk .blk-box .blk-left {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {

	#sec8 .blk .blk-box .blk-right,
	#sec8 .blk .blk-box .blk-left {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#sec8 .blk .blk-box .blk-right {
		margin-top: 10%;
	}
}

#sec8 .blk .blk-box .img {
	margin-bottom: 12px;
}

@media only screen and (max-width: 1080px) {
	#sec8 .blk .blk-box .img img {
		width: 100% !important;
	}
}

#sec8 .blk .blk-box dl {
	border-bottom: 1px solid #fff;
	line-height: 28px;
	margin-bottom: 12px;
	padding: 0 15px 13px 20px;
}

@media only screen and (max-width: 980px) {
	#sec8 .blk .blk-box dl {
		padding: 0 0 13px 0;
	}
}

#sec8 .blk .blk-box dl dt {
	float: left;
}

#sec8 .blk .blk-box dl dd {
	float: right;
	text-align: right;
}

#sec8 .list2 {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}

@media only screen and (max-width: 767px) {
	#sec8 .list2 {
		display: block;
		padding: 0;
	}
}

#sec8 .list2 .item {
	width: 450px;
}

@media only screen and (max-width: 1080px) {
	#sec8 .list2 .item {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	#sec8 .list2 .item {
		width: 100%;
	}
}

#sec8 .list2 .item dl {
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 28px;
	padding: 0 15px 13px 20px;
	margin-bottom: 12px;
}

@media only screen and (max-width: 980px) {
	#sec8 .list2 .item dl {
		padding: 0 0 13px 0;
	}
}

#sec8 .list2 .item dl dt {
	float: left;
}

#sec8 .list2 .item dl dd {
	float: right;
	text-align: right;
}









#sec9 {
	background-image: url("https://higashidenen.com/images/shop/black.jpg");
	position: relative;
	z-index: 1;
	color: #fff;
	/*padding-bottom: 50px;*/
}


@media only screen and (max-width: 767px) {
	#sec9 {
		background: url("https://higashidenen.com/images/shop/black.jpg");
	}
}




@media only screen and (max-width: 767px) {
	#sec9 .s09-js .img1 {
		width: 71%;
		height: 891px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 73% bottom;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

	#sec9 .s09-js .img2 {
		width: 71%;
		height: 891px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 73% bottom;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
}

@media only screen and (min-width: 768px) {
	#sec9 .wrap.wrap1 {
		width: 100% !important;
		position: relative;
	}

	#sec9 .blk {
		margin-right: 10%;
	}



	#sec9 .s09-js {
		width: 100%;
		height: 891px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}


}

@media only screen and (min-width:1500px) {

	#sec9 .s09-js .img1,
	#sec9 .s09-js .img2 {

		background-size: 1280px;

	}

	#sec9 .blk {
		margin-right: 15%;
	}
}



@media only screen and (max-width: 1080px) {
	#sec9:before {
		background-position: 82% bottom;
	}
}

@media only screen and (max-width: 980px) {
	#sec9:before {
		width: 64%;
		height: 645px;
	}
}

@media only screen and (max-width: 767px) {
	#sec9:before {
		display: none;
	}
}




#sec9 .blk {
	width: 319px;
	float: right;
	padding-top: 251px;
	position: relative;
}

@media only screen and (max-width: 980px) {
	#sec9 .blk {
		padding-top: 178px;
	}
}

@media only screen and (max-width: 767px) {
	#sec9 .blk {
		width: 100%;
		float: none;
		padding-top: 10%;
	}
}

#sec9 .blk:before {
	content: '';
	width: 1px;
	height: 200px;
	background: #5f0e04;
	position: absolute;
	top: 0;
	left: 160px;
}

@media only screen and (max-width: 980px) {
	#sec9 .blk:before {
		height: 123px;
	}
}

@media only screen and (max-width: 767px) {
	#sec9 .blk:before {
		display: none;
	}
}

#sec9 .blk h2 {
	margin-left: 17px;
	margin-bottom: 49px;
}

@media only screen and (max-width: 980px) {
	#sec9 .blk h2 {
		margin-bottom: 33px;
	}
}

@media only screen and (max-width: 767px) {
	#sec9 .blk h2 {
		margin: 0 auto 6%;
		text-align: center;
		width: 100%;
	}
}

#sec9 .blk .txt {
	padding-left: 3px;
}

#sec9 .blk2 {
	position: relative;
	margin-bottom: -20px;
}

@media only screen and (max-width: 767px) {
	#sec9 .blk2 {
		padding-bottom: 20%;
	}
}

#sec9 .blk2:before {
	content: '';
	width: 488px;
	height: 479px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: -400px;
	top: 115px;
}

@media only screen and (max-width: 767px) {
	#sec9 .blk2:before {
		display: none;
	}
}

#sec9 .blk2 .img {
	float: right;
	margin-right: 61px;
	margin-top: 135px;
}

@media only screen and (max-width: 980px) {
	#sec9 .blk2 .img {
		margin-right: 0;
		width: 380px;
	}

	#sec9 .blk2 .img img {
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	#sec9 .blk2 .img {
		margin-right: 0;
		float: none;
		width: 68%;
		margin-left: 5%;
		margin-top: 13%;
	}
}

#sec9 .blk2 .txt2 {
	width: 135px;
	height: 480px;
	float: right;
	margin-right: 39px;
	margin-top: 280px;
}

@media only screen and (max-width: 980px) {
	#sec9 .blk2 .txt2 {
		margin-top: 204px;
	}
}

@media only screen and (max-width: 767px) {
	#sec9 .blk2 .txt2 {
		width: 100%;
		height: auto;
		margin-right: 0;
		float: none;
		margin-top: 0;
		writing-mode: inherit;
		-o-writing-mode: inherit;
		-ms-writing-mode: inherit;
		-ms-writing-mode: inherit;
		-moz-writing-mode: inherit;
		margin-top: -18%;
	}
}

#sec9 .blk2 .ttl {
	float: right;
	margin-top: 203px;
	margin-right: 73px;
}

@media only screen and (max-width: 980px) {
	#sec9 .blk2 .ttl {
		margin-right: 50px;
		margin-top: 186px;
	}
}

@media only screen and (max-width: 767px) {
	#sec9 .blk2 .ttl {
		margin-top: 0;
		margin-right: 0;
		float: none;
		position: absolute;
		top: 1%;
		width: 100%;
	}
}





#sec9 .bottom {
	padding: 30px 0px 80px 30px;
	margin-bottom: 0px;
	top: -50px;
	position: relative;
	z-index: 9999;
}

#sec9 .bottom .slick-track,
#sec4 .bottom .slick-list {
	overflow: visible;
}

#sec9 .bottom h3 {
	text-align: center;
	padding: 0px 0 80px;
}



#sec9 .bottom .inner {
	position: relative;
	margin: 0 0 30px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 10px 40px 620px;
	width: 950px;
}

#sec9 .bottom .inner dl dt {
	font-size: 29px;
	line-height: 45px;
	margin-bottom: 21px;
}

#sec9 .bottom .inner dl dd {
	letter-spacing: 0.1em;
	line-height: 35px;
}


#sec9 .bottom .inner .photo {
	position: absolute;
	top: 10px;
	bottom: 30px;
	left: -10px;
}

#sec9 .bottom .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
	margin-top: 14px;
}

#sec9 .bottom .slick-dots li {
	margin: 0 10px;
	width: auto;
	height: auto;
	line-height: 1;
}

#sec9 .bottom .slick-dots li button {
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: none;
	background: #fff;
	font-size: 0;
	cursor: pointer;
}

#sec9 .bottom .slick-dots li.slick-active button {
	background: #7d260c;
}

@media (max-width: 767px) {

	#sec9 .bottom {
		padding: 5vw 5vw 20vw;
		top: 0px;

	}

	#sec9 .bottom h3 {
		padding: 0px 0 10px;
	}

	#sec9 .bottom .topslider {
		width: 100%;
	}

	#sec9 .bottom .topslider .slide {
		margin-bottom: -13vw;
	}

	#sec9 .bottom .inner {
		padding: 65vw 3vw 0vw;
		width: 100%;
	}

	#sec9 .bottom .inner .photo {
		position: absolute;
		top: 0vw;
		bottom: auto;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		width: 100%;
	}

	#sec9 .bottom .inner dl dt {
		font-size: 5.8vw;
	}

	#sec9 .bottom .inner dl dd {
		/*text-align: justify;*/
		line-height: 7vw;
	}

	#sec9 .bottom .inner dl dd heightLine-2 {}

	#sec9 .bottom .inner dl dd br {
		/*display: none;*/
	}

	#sec9 .bottom .slick-dots {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	#sec9 .bottom .slick-dots li button {
		width: 15px;
		height: 15px;
	}
}






#sec10 {
	margin-top: -49px;
	position: relative;
	z-index: 2;
	padding-bottom: 63px;
}

#sec10 h2 {
	text-align: center;
	padding-top: 108px;
}

@media only screen and (max-width: 767px) {
	#sec10 {
		margin-top: 0;
		padding-bottom: 10%;
	}

	#sec10 h2 {
		padding-top: 80px;
	}

}

#sec10 .note {
	text-align: center;
	margin: 13px 0 45px;
}

@media only screen and (max-width: 767px) {
	#sec10 .note {
		margin: 5% 0px 8%;
	}
}

#sec10 .blk {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}

@media only screen and (max-width: 1080px) {
	#sec10 .blk {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#sec10 .blk {
		display: block;
	}
}

#sec10 .blk .list {
	width: 450px;
}

@media only screen and (max-width: 1080px) {
	#sec10 .blk .list {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	#sec10 .blk .list {
		width: 100%;
	}
}

#sec10 .blk .list .item {
	line-height: 28px;
	margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
	#sec10 .blk .list .item {
		margin-bottom: 30px;
	}
}

#sec10 .blk .list .item h3 {
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

@media only screen and (max-width: 480px) {
	#sec10 .blk .list .item h3 {
		font-size: 16px;
	}
}

#sec10 .blk .list .item dl {
	border-bottom: 1px solid #fff;
	padding-bottom: 13px;
	margin-bottom: 12px;
}

#sec10 .blk .list .item dl dt {
	float: left;
}

#sec10 .blk .list .item dl dd {
	float: right;
	text-align: right;
}

#sec10 .blk .list .item .lh36 {
	line-height: 36px;
}

#sec10 .blk .list .item .txt {
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 13px;
	margin-bottom: 12px;
}

#sec10 .blk .list .item .bbn {
	border-bottom: none;
}

@media only screen and (max-width: 980px) {
	#sec10 .blk .list .item .dn980 {
		display: none;
	}
}

#sec10 .blk .list .mb25 {
	margin-bottom: 25px;
}

#sec10 .blk .list .mb33 {
	margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
	#sec10 .blk .list .mb33 {
		margin-bottom: 30px;
	}
}

#sec10 .blk .list .mb30 {
	margin-bottom: 30px;
}

#sec11 {
	background-image: url("https://higashidenen.com/images/shop/black.jpg");
	position: relative;
	z-index: 1;
	text-align: center;
	padding-bottom: 38px;
}

#sec11:before {
	content: '';
	width: 31.77%;
	height: 510px;
	background-image: url("https://higashidenen.com/images/shop/block.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

@media only screen and (max-width: 767px) {
	#sec11:before {
		display: none;
	}
}

#sec11 .wrap:before {
	content: '';
	width: 428px;
	height: 417px;
	background-image: url("https://higashidenen.com/images/shop/line.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: -400px;
	top: 0;
	z-index: 0;
}

@media only screen and (max-width: 1080px) {
	#sec11 .wrap:before {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	#sec11 .wrap:before {
		display: none;
	}
}

#sec11 h2 {
	padding: 131px 0 79px;
}

@media only screen and (max-width: 767px) {
	#sec11 h2 {
		padding: 15% 0px 10%;
		width: 100%;
	}
}

#sec11 .floor {
	padding-bottom: 104px;
}

@media only screen and (max-width: 980px) {
	#sec11 .floor img {
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	#sec11 .floor {
		padding-bottom: 5%;
	}
}

#sec12 .s12-js {
	height: 550px;
}

@media only screen and (max-width: 980px) {
	#sec12 .s12-js {
		height: 450px;
	}
}

#sec12 .s12-js .bg-parallax {
	width: 100%;
	min-height: 550px;
}

@media only screen and (max-width: 980px) {
	#sec12 .s12-js .bg-parallax {
		min-height: 450px;
	}
}

#sec12 .s12-js .img1 {
	background-image: url("https://higashidenen.com/images/shop/slide/img1.jpg");
}

#sec12 .s12-js .img2 {
	background-image: url("https://higashidenen.com/images/shop/slide/img2.jpg");
}

#sec12 .s12-js .img3 {
	background-image: url("https://higashidenen.com/images/shop/slide/img3.jpg");
}
#sec12 .s12-js .img4 {
	background-image: url("https://higashidenen.com/images/shop/slide/img4.jpg");
}
#sec12 .s12-js .img5 {
	background-image: url("https://higashidenen.com/images/shop/slide/img5.jpg");
}
#sec12 .s12-js-sp {
	height: 40vw;
}

#sec13 {
	padding-bottom: 115px;
}

@media only screen and (max-width: 767px) {
	#sec13 {
		padding-bottom: 15%;
	}
}

#sec13 h2 {
	text-align: center;
	padding: 109px 0 47px;
}

@media only screen and (max-width: 767px) {
	#sec13 h2 {
		padding: 13% 0 10%;
		width: 100%;
	}
}

#sec13 .blk {
	background-image: url("https://higashidenen.com/images/shop/black.jpg");
	color: #fff;
	padding: 78px 80px 37px;
}

@media only screen and (max-width: 980px) {
	#sec13 .blk {
		padding: 55px 40px 37px;
	}
}

@media only screen and (max-width: 767px) {
	#sec13 .blk {
		padding: 11% 6% 1%;
	}
}

#sec13 .blk .faq {
	margin-bottom: 47px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
	#sec13 .blk .faq {
		margin-bottom: 30px;
	}
}

#sec13 .blk .faq .faq-link {
	letter-spacing: 2.4px;
	padding: 0 50px 8px 57px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#sec13 .blk .faq .faq-link {
		padding: 0 30px 8px 36px;
	}
}

#sec13 .blk .faq .faq-link:before {
	content: 'Q.';
	font-size: 30px;
	position: absolute;
	left: 18px;
	top: -6px;
	letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
	#sec13 .blk .faq .faq-link:before {
		font-size: 25px;
		left: 0;
		top: -3px;
	}
}

/*  #sec13 .blk .faq .faq-link:after {
			content: '';
			display: inline-block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 7px 5px 0 5px;
			border-color: #fff transparent transparent transparent;
			position: absolute;
			right: 21px;
			top: 18px;
			transition: 0.2s all ease-in-out; }*/
@media only screen and (max-width: 767px) {
	#sec13 .blk .faq .faq-link:after {
		right: 8px;
	}
}

#sec13 .blk .faq .faq-link span {
	font-size: 30px;
}

#sec13 .blk .faq .faq-main {
	padding: 10px 18px 0 57px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#sec13 .blk .faq .faq-main {
		padding: 10px 0px 0px 36px;
	}
}

#sec13 .blk .faq .faq-main:before {
	content: 'A.';
	font-size: 30px;
	position: absolute;
	left: 18px;
	top: 6px;
	letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
	#sec13 .blk .faq .faq-main:before {
		font-size: 25px;
		left: 0;
		top: 7px;
	}
}

#sec13 .blk .faq .faq-main span {
	font-size: 30px;
}

#sec13 .blk .active .faq-link:after {
	transform: rotate(180deg);
}

#sec14 {
	padding-bottom: 78px;
}

@media only screen and (max-width: 767px) {
	#sec14 {
		padding-bottom: 10%;
	}
}

#sec14 #ggmap iframe {
	width: 100%;
	height: 650px;
}

@media only screen and (max-width: 767px) {
	#sec14 #ggmap iframe {
		height: 480px;
	}
}

#sec14 .wrap {
	display: flex;
	justify-content: center;
	padding-top: 27px;
}

@media only screen and (max-width: 767px) {
	#sec14 .wrap {
		display: block;
		margin-top: 5%;
	}
}

#sec14 .s14-left {
	width: 370px;
	text-align: center;
	margin-right: 30px;
}

@media only screen and (max-width: 980px) {
	#sec14 .s14-left {
		margin-right: 5px;
		width: 48%;
	}

	#sec14 .s14-left img {
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	#sec14 .s14-left {
		width: 100%;
		text-align: center;
	}

	#sec14 .s14-left img {
		width: auto !important;
	}
}

@media only screen and (max-width: 480px) {
	#sec14 .s14-left img {
		width: 100% !important;
	}
}

#sec14 .s14-left .print {
	margin-top: 9px;
}

@media only screen and (max-width: 480px) {
	#sec14 .s14-left .print {
		font-size: 13px;
	}
}

#sec14 .url_btn {
	width: 370px;
	margin-left: 20px;
}

@media only screen and (max-width: 980px) {
	#sec14 .url_btn {
		margin-left: 5px;
		width: 48%;
	}

	#sec14 .url_btn img {
		width: 100% !important;
	}
}

#sec15 {
	padding: 134px 0 146px;
}

@media only screen and (max-width: 1080px) {
	#sec15 {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 767px) {
	#sec15 {
		padding: 15% 0;
	}
}

#sec15 .title {
	width: 216px;
	float: left;
}

@media only screen and (max-width: 1080px) {
	#sec15 .title {
		margin: 0 auto;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	#sec15 .title {
		width: 100%;
	}
}

#sec15 .title h2 {
	margin: 41px 0 40px;
}

@media only screen and (max-width: 1080px) {
	#sec15 .title h2 {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	#sec15 .title h2 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1080px) {
	#sec15 .title .btn {
		display: none;
	}
}

#sec15 #feed {
	width: 690px;
	float: right;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

@media only screen and (max-width: 1080px) {
	#sec15 #feed {
		margin: 0 auto;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	#sec15 #feed {
		width: 100%;
		margin-top: 8%;
	}
}

#sec15 #feed .row {
	width: 210px;
}

@media only screen and (max-width: 767px) {
	#sec15 #feed .row {
		width: 80%;
		margin: 0 auto;
	}
}

#sec15 #feed .row .rss_img {
	transition: 0.3s all ease-in-out;
}

#sec15 #feed .row .rss_img:hover {
	opacity: 0.8;
}

#sec15 #feed .row .rss_img span {
	width: 210px !important;
	height: 0 !important;
	padding-top: 71.43%;
}

@media only screen and (max-width: 767px) {
	#sec15 #feed .row .rss_img span {
		width: 100% !important;
	}
}

#sec15 #feed .row dl {
	line-height: 28px;
	margin-top: 13px;
}

@media only screen and (max-width: 767px) {

	#sec15 #feed .row:nth-child(3),
	#sec15 #feed .row:nth-child(2) {
		display: none;
	}
}

#sec15 .more {
	display: none;
}

@media only screen and (max-width: 1080px) {
	#sec15 .more {
		display: block;
		text-align: center;
		margin-top: 40px;
		width: 216px;
		margin: 40px auto 0;
	}

	#sec15 .more img {
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	#sec15 .more {
		width: 65.23%;
		margin: 8% auto 0;
	}
}

#sec16 .btn {
	margin: 50px 0 0 0;
	text-align: center;
}

#sec16 .btn2 {
	margin: 30px 0 0 0;
	text-align: center;
}

#sec16 .btn3 {
	margin: 30px 0 0 0;
	text-align: center;
}


#kv_bannar a {
	display: block;
	background: #530E00;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 400px;
	padding: 20px 0;
	position: absolute;
	top: 80%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 500;
	font-size: 20px;
}

#kv_bannar a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

@media only screen and (max-width: 480px) {
	#kv_bannar a {
		display: block;
		background: #530E00;
		border: 1px solid #fff;
		color: #fff;
		font-weight: bold;
		text-align: center;
		max-width: 90%;
		padding: 20px 0;
		position: absolute;
		top: 80%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 500;
		font-size: 18px;
	}
}

#sec6 .box_tuika {
	width: 700px;
	padding: 10px;
	margin: 40px auto;
	position: relative;
}

@media only screen and (max-width: 1080px) {
	#sec6 .box_tuika {
		width: 90%;
	}
}

@media only screen and (max-width: 767px) {
	#sec6 .box_tuika {
		width: 100%;
		margin-bottom: 4%;
	}
}

#sec6 .box_tuika .pd {
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	color: #fff;
}

#sec6 .box_tuika .pd dl {
	padding: 60px 0 63px;
}

@media only screen and (max-width: 980px) {
	#sec6 .box_tuika .pd dl {
		padding: 45px 0;
	}
}

@media only screen and (max-width: 767px) {
	#sec6 .box_tuika .pd dl {
		padding: 30px 0;
	}
}

#sec6 .box_tuika .pd dl dt {
	font-size: 22px;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 980px) {
	#sec6 .box_tuika .pd dl dt {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#sec6 .box_tuika .pd dl dt {
		font-size: 4vw;
		line-height: 5vw;
		margin-bottom: 1%;
	}
}

#sec6 .box_tuika .pd dl dd {
	font-size: 20px;
}

@media only screen and (max-width: 980px) {
	#sec6 .box_tuika .pd dl dd {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#sec6 .box_tuika .pd dl dd {
		font-size: 4vw;
		line-height: 7vw;
	}
}

#recruit {}

#recruit .wrap {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 50px;
}

#recruit h3 {
	color: #fff;
	font-size: 25px;
	letter-spacing: 0.3em;
	text-align: center;
	padding-bottom: 1em;
}

#recruit .box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

#recruit .img {
	margin: 4% 5% 0 0;
}

#recruit h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.3em;
	text-align: center;
	padding-top: 1em;
}

@media only screen and (max-width: 767px) {
	#recruit .wrap {
		padding: 6% !important;
		margin: 6% !important;
	}

	#recruit .box {
		flex-flow: wrap;
	}

	#recruit .img {
		margin: 4% 0;
	}

	#recruit h3 {
		line-height: 1.5em;
	}


}

/* ===================================
   お知らせセクション
   =================================== */
#news-section {
	background: url(https://higashidenen.com/images/common/blackbg.jpg) no-repeat center/cover;
	padding-top: 20px;
	padding-bottom: 80px;
}

#news-section h2 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#news-section .note {
	text-align: center;
	line-height: 30px;
	padding-top: 41px;
	margin-bottom: 90px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#news-section .note {
		text-align: left !important;
		line-height: 28px;
		padding: 5% 5% 0;
	}
}

#news-section .news-list {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#news-section .news-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 25px 30px;
	background: rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: background 0.3s ease;
}

#news-section .news-item:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#news-section .news-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#news-section .news-item:hover {
	background: rgba(255, 255, 255, 0.1);
}

#news-section .news-date {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 0.05em;
	min-width: 90px;
}

#news-section .news-category {
	color: #fff;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.15);
	padding: 6px 16px;
	border-radius: 20px;
	white-space: nowrap;
	letter-spacing: 0.05em;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

#news-section .news-text {
	color: #f5f5f5;
	font-size: 15px;
	line-height: 1.6;
	flex: 1;
	letter-spacing: 0.05em;
}

#news-section .no-news {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 40px 20px;
}

@media only screen and (max-width: 767px) {
	#news-section {
		padding: 15vw 0 50px;
	}

	#news-section h2 {
		width: 90%;
		margin: 0 auto 6vw;
	}
	
	#news-section .news-list {
		padding: 0 5%;
	}
	
	#news-section .no-news {
		text-align: center;
		font-size: 14px;
		padding: 30px 20px;
	}

	#news-section .news-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 20px;
	}

	#news-section .news-date {
		font-size: 13px;
		min-width: auto;
	}

	#news-section .news-category {
		font-size: 11px;
		padding: 5px 14px;
	}

	#news-section .news-text {
		font-size: 14px;
		line-height: 1.7;
		width: 100%;
	}
}


/*# sourceMappingURL=index.css.map */