@charset "utf-8";


.contents {
	margin: 0;
}

.keyvisual {
	margin-bottom: 100px;
	position: relative;
}

.keyvisual__wrap {
	width: 40%;
	padding-left: 6vw;
	position: absolute;
	top: 80px;
	z-index: 1;
	box-sizing: border-box;
}

.keyvisual__title {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.keyvisual__title span {
	font-weight: 700;
	color: rgba(159, 32, 38, 1);
}

.keyvisual__state {
	margin-top: 30px;
	position: relative;
}

.keyvisual__state__anchor {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: normal;
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
}

.keyvisual__state__anchor:hover,
.keyvisual__state__anchor.current {
	color: rgba(159, 32, 38, 1);
}

.keyvisual__map {
	max-width: 330px;
	width: calc(100px + 15vw);
	position: absolute;
	left: 6vw;
	top: calc(50% + 50px);
}

.keyvisual__map__item {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 1000ms ease;
}

.keyvisual__map__item:first-child {
	position: relative;
}

.keyvisual__image {
	max-width: 70%;
	margin-left: auto;
	position: relative;
	z-index: 0;
}

.keyvisual__image__item {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 1000ms ease;
}

.keyvisual__image__item:first-child {
	position: relative;
}

.keyvisual__image__wrap {
	width: 460px;
	padding: 40px;
	padding-left: 20px;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	right: 0;
	bottom: -80px;
	z-index: 1;
	box-sizing: border-box;
}

.keyvisual__image__anchor {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}

.keyvisual__image__anchor:before {
	content: "";
	max-width: 120px;
	flex-basis: 120px;
	height: 108px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#kumamoto .keyvisual__image__anchor:before {
	background-image: url(../images/story/img_gori_kumamoto.png);
}

#saga .keyvisual__image__anchor:before {
	background-image: url(../images/story/img_gori_saga.png);
}

#miyazaki .keyvisual__image__anchor:before {
	background-image: url(../images/story/img_gori_miyazaki.png);
}

#oita .keyvisual__image__anchor:before {
	background-image: url(../images/story/img_gori_oita.png);
}

#fukuoka .keyvisual__image__anchor:before {
	background-image: url(../images/story/img_gori_fukuoka.png);
}

#nagasaki .keyvisual__image__anchor:before {
	background-image: url(../images/story/img_gori_nagasaki.png);
}

#kagoshima .keyvisual__image__anchor:before {
	background-image: url(../images/story/img_gori_kagoshima.png);
}

.keyvisual__image__contents {
	max-width: calc(100% - 130px);
	flex-basis: calc(100% - 130px);
}

.keyvisual__image__title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
	letter-spacing: normal;
}

.keyvisual__image__title span {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}

.keyvisual__image__name {
	max-width: 100%;
	margin-top: 10px;
	padding-top: 15px;
	display: flex;
	border-top: 2px solid rgba(0, 0, 0, 1);
	justify-content: space-between;
}

.keyvisual__image__name__jp {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.keyvisual__image__item__image {
	position: relative;
	z-index: 0;
}

.keyvisual__image__item__image .sp {
	display: none;
}

.keyvisual__image__name__more b {
	display: none;
}

.keyvisual__image__catch {
	display: none;
}

.keyvisual__image__catch .keyvisual__map__item {
	display: none;
}

.kv__pagination {
	width: 70%;
	display: flex;
	position: absolute;
	bottom: -20px;
	left: 30%;
}

.kv__pagination__item {
	max-width: 40px;
	flex-basis: 4%;
	height: 4px;
	margin-right: 5px;
	background-color: rgba(0, 0, 0, .1);
	cursor: pointer;
	transition: all 300ms ease;
}

.kv__pagination__item:hover,
.kv__pagination__item.current {
	background-color: rgba(159, 32, 38, 1);
}


@media screen and ( max-width: 880px ) {

	.keyvisual {
		margin-bottom: 80px;
	}

	.keyvisual__state {
		opacity: 0;
		pointer-events: none;
	}

	.keyvisual__image {
		max-width: none;
	}

	.keyvisual__image__item__image .sp {
		display: block;
	}

	.keyvisual__image__item__image .pc {
		display: none;
	}

	.keyvisual__image__title span,
	.keyvisual__wrap,
	.keyvisual__title .tbr {
		display: none;
	}

	.keyvisual__image__wrap {
		width: calc(100% - 12vw);
		margin: 0 auto;
		margin-top: -60px;
		padding: 40px;
		display: block;
		position: relative;
		bottom: auto;
	}

	.keyvisual__image__anchor {
		margin-top: 20px;
		padding: 5px 0;
		border-top: 2px solid rgba(0, 0, 0, 1);
		border-bottom: 2px solid rgba(0, 0, 0, 1);
	}

	.keyvisual__image__catch {
		display: block;
	}

	.keyvisual__image__contents {
		position: relative;
	}

	.keyvisual__image__name {
		padding-top: 0;
		border-top: 0;
	}

	.keyvisual__image__name__more {
		position: absolute !important;
		top: calc(50% - 20px);
		right: 0;
	}

	.keyvisual__image__title {
		font-size: 2.5rem;
	}

	.keyvisual__image__name__jp {
		font-size: 1.4rem;
	}

	.keyvisual__title {
		font-size: 3rem;
	}

	.keyvisual__image__anchor:before {
		max-width: 100px;
		flex-basis: 100px;
		height: 100px;
	}

	.keyvisual__image__contents {
		max-width: calc(100% - 110px);
		flex-basis: calc(100% - 110px);
	}

	.keyvisual__image__catch {
		position: relative;
	}

	.keyvisual__image__catch .keyvisual__map__item {
		width: 200px;
		display: block;
		top: auto;
		right: 20px;
		left: auto;
		bottom: -20px;
	}
	
	.keyvisual__map {
		display: none;
	}

	.kv__pagination {
		width: 100%;
		left: 0;
		bottom: -10px;
		justify-content: center;
	}

	.kv__pagination__item {
		max-width: 5%;
		flex-basis: 5%;
	}

}


@media screen and ( max-width: 640px ) {

	.keyvisual {
		margin-bottom: 60px;
	}

	.keyvisual__title {
		font-size: 2.2rem;
	}

	.keyvisual__image__title {
		font-size: 2rem;
	}

	.keyvisual__image__name__jp {
		font-size: 1.2rem;
	}

	.keyvisual__image__anchor:before {
		max-width: 80px;
		flex-basis: 80px;
		height: 80px;
	}

	.keyvisual__image__wrap {
		padding: 30px 20px;
		padding-bottom: 0;
	}

	.keyvisual__image__contents {
		max-width: calc(100% - 90px);
		flex-basis: calc(100% - 90px);
	}

	.keyvisual__image__name__more.more span:before {
		width: 30px;
		height: 30px;
		top: calc(50% - 10px);
	}

	.keyvisual__image__name__more.more span:after {
		border: 4px solid transparent;
		border-left: 6px solid rgba(159, 32, 38, 1);
		top: 50%;
		left: 12px;
	}

	.kv__pagination {
		bottom: -30px;
	}

	.kv__pagination__item {
		max-width: 8%;
		flex-basis: 8%;
		height: 3px;
	}

}


@media screen and ( max-width: 480px ) {

	.keyvisual {
		margin-bottom: 50px;
	}

	.keyvisual__title .tbr {
		display: block;
	}

	.keyvisual__image__wrap {
		width: calc(100% - 20px);
		margin: 0 auto;
		margin-top: -30px;
	}

	.keyvisual__image__catch .keyvisual__map__item {
		width: 160px;
		right: 0;
	}

}


/*------------------------------------*/


.top-bnr {
	padding: 40px 6vw;
	background-color: rgba(0, 0, 0, .05);
}

.top-bnr__wrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.top-bnr__special,
.top-bnr__set {
	max-width: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
	margin: 0;
	position: relative;
}

.swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
}

.swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	margin-right: 5px;
	border-radius: 0;
}

.swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.swiper-pagination-bullet-active {
	background-color: rgba(159, 32, 38, 1);
}

.top-bnr__set {
	display: flex;
	justify-content: space-between;
}

.top-bnr__set__item {
	max-width: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
	display: flex;
}

.top-bnr__set__item a {
	width: 100%;
	padding: 30px;
	display: flex;
	background-position: center center;
	background-size: cover;
	flex-direction: column;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.top-bnr__set__item.top-bnr_bland a {
	background-image: url(../images/home/bg_bland.jpg);
}

.top-bnr__set__item.top-bnr_owner a {
	background-image: url(../images/home/bg_owner.jpg);
}

.top-bnr__set__title_en {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: normal;
}

.top-bnr__set__title_jp {
	margin-top: 10px;
	font-size: 1.3rem;
	font-weight: 700;
}

.top-bnr__set__more {
	margin-top: auto;
	align-self: flex-end;
}

.top-bnr__set__more.more:before {
	background-color: rgba(255, 255, 255, 1);
}

.top-bnr__set__more.more span {
	height: 20px;
	padding-left: 30px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	letter-spacing: normal;
}

.top-bnr__set__more.more span:before {
	width: 20px;
	height: 20px;
	border-color: rgba(255, 255, 255, 1);
	top: 0;
}

.top-bnr__set__more.more span:after {
	border: 3px solid transparent;
	border-left: 5px solid rgba(255, 255, 255, 1);
	top: calc(50% - 3px);
	left: 9px;
}


@media screen and ( max-width: 960px ) {

	.top-bnr__set__item a {
		padding: 20px;
	}

}


@media screen and ( max-width: 800px ) {

	.top-bnr__wrap {
		display: block;
	}

	.top-bnr__special,
	.top-bnr__set {
		max-width: none;
	}

	.top-bnr__set {
		height: 300px;
		margin-top: 40px;
	}

}


@media screen and ( max-width: 640px ) {

	.top-bnr__set {
		height: 140px;
		margin-top: 30px;
	}

	.top-bnr__set__item {
		max-width: calc(50% - 5px);
		flex-basis: calc(50% - 5px);
	}

	.top-bnr__set__item a {
		padding: 15px;
	}

	.top-bnr__set__title_en {
		font-size: 1.8rem;
	}

	.top-bnr__set__title_jp {
		font-size: 1.2rem;
	}

}


/*------------------------------------*/


.story {
	padding: 80px 6vw;
	background-color: rgba(159, 32, 38, 1);
}

.story__image__sp {
	display: none;
}

.story__contents {
	max-width: 1000px;
	height: 580px;
	margin: 0 auto;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.story__contents:before {
	content: "";
	width: 580px;
	height: 580px;
	display: block;
	background-image: url(../images/home/img_story_pc.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: calc(50% - 300px);
	z-index: 0;
}

.story__contents:after {
	content: "";
	width: 401px;
	height: 406px;
	display: block;
	background-image: url(../images/home/img_map.png);
	position: absolute;
	top: 0;
	right: -6vw;
	z-index: 0;
	background-size: 100% auto;
	opacity: .2;
}

.story__title__wrap {
	position: relative;
	z-index: 1;
	align-self: flex-end;
}

.story__title {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(255, 255, 255, 1);
	letter-spacing: normal;
}

.story__title span {
	margin-top: 20px;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .2em;
}

.story__gori {
	max-width: 120px;
	margin: 0 auto;
	margin-top: 100px;
}

.story__gori figcaption {
	font-size: 1.1rem;
	line-height: 1.6;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.story__text__wrap {
	display: flex;
	position: relative;
	z-index: 2;
	flex-direction: column;
	align-self: flex-end;
}

.story__text {
	font-size: 1.5rem;
	line-height: 2;
	color: rgba(255, 255, 255, 1);
}

.story__more {
	margin-top: 60px;
	align-self: flex-end;
}

.story__more .more:before {
	background-color: rgba(255, 255, 255, 1);
}

.story__more .more span {
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	letter-spacing: normal;
}

.story__more .more span:before {
	border-color: rgba(255, 255, 255, 1);
}

.story__more .more span:after {
	border-left-color: rgba(255, 255, 255, 1);
}


@media screen and ( max-width: 960px ) {

	.story {
		padding: 60px 6vw;
	}

	.story__contents {
		height: 400px;
	}

	.story__contents:before {
		width: 400px;
		height: 400px;
		left: calc(50% - 220px);
	}

	.story__title {
		font-size: 4rem;
	}

	.story__title span {
		margin-top: 10px;
		font-size: 1.6rem;
	}

	.story__gori {
		max-width: 100px;
		margin-top: 80px;
		text-align: center;
	}

	.story__gori img {
		max-width: 80px;
		margin: 0 auto;
	}

	.story__gori figcaption {
		font-size: 1rem;
	}

	.story__text {
		font-size: 1.4rem;
	}

}


@media screen and ( max-width: 800px ) {

	.story__image__sp {
		display: block;
	}

	.story__contents {
		height: auto;
		display: block;
		position: relative;
		z-index: 0;
	}

	.story__contents:before {
		display: none;
	}

	.story__title__wrap {
		margin-top: -70px;
		display: flex;
		justify-content: space-between;
	}

	.story__title {
		align-self: flex-end;
	}

	.story__title br {
		display: none;
	}

	.story__gori {
		margin: 0;
	}

	.story__text br {
		display: none;
	}

	.story__text__wrap {
		margin-top: 20px;
		display: block;
	}

	.story__more {
		margin-top: 30px;
		margin-left: 30px;
	}

}


@media screen and ( max-width: 640px ) {

	.story {
		padding: 40px 6vw;
	}

	.story__contents:after {
		display: none;
	}

	.story__title {
		line-height: 1.2;
	}

	.story__title br {
		display: block;
	}

	.story__gori img {
		max-width: 60px;
		margin: 0 auto;
	}

	.story__more {
		margin-left: 0;
	}

}


@media screen and ( max-width: 480px ) {

	.story__title__wrap {
		margin-top: -60px;
	}

	.story__title {
		font-size: 3.5rem;
	}

	.story__title span {
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: .1em;
	}

	.story__text {
		line-height: 1.8;
	}	

}


/*------------------------------------*/


.irdata {
	padding: 0 6vw;
	position: relative;
}

.irdata:before {
	content: "";
	width: 100%;
	height: 400px;
	display: block;
	background-image: url(../images/home/bg_irdata.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.irdata__wrap {
	height: 260px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}

.irdata__title {
	display: flex;
	position: relative;
	z-index: 1;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(255, 255, 255, 1);
	letter-spacing: normal;
	flex-direction: column;
	justify-content: center;
}

.irdata__title span {
	font-size: 1.4rem;
	display: block;
}

.irdata__more.more:before {
	background-color: rgba(255, 255, 255, 1);
}

.irdata__more.more span {
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	letter-spacing: normal;
}

.irdata__more.more span:before {
	border-color: rgba(255, 255, 255, 1);
}

.irdata__more.more span:after {
	border-left-color: rgba(255, 255, 255, 1);
}

.irdata__nav {
	padding: 0 60px;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 2;
}

.irdata__nav__list {
	display: flex;
	flex-wrap: wrap;
}

.irdata__nav__item {
	max-width: 25%;
	flex-basis: 25%;
	padding: 40px 0;
	position: relative;
}

.irdata__nav__item:nth-child(5):before {
	content: "";
	width: 400%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	top: 0;
}

.irdata__nav__anchor {
	height: 60px;
	padding: 0 20px 0 80px;
	display: flex;
	border-right: 1px solid rgba(0, 0, 0, .1);
	box-sizing: border-box;
	text-decoration: none;
	flex-direction: column;
	justify-content: center;
}

.irdata__nav__item:nth-child(4n) .irdata__nav__anchor {
	border-right: 0;
}

.irdata__nav__anchor:before {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	position: absolute;
	top: calc(50% - 40px);
	left: 0;
}

.irdata__nav__anchor.ir_results:before {
	background-image: url(../images/home/icon_results.png);
}

.irdata__nav__anchor.ir_info:before {
	background-image: url(../images/home/icon_info.png);
}

.irdata__nav__anchor.ir_library:before {
	background-image: url(../images/home/icon_library.png);
}

.irdata__nav__anchor.ir_incentives:before {
	background-image: url(../images/home/icon_incentives.png);
}

.irdata__nav__anchor.ir_stock:before {
	background-image: url(../images/home/icon_stock.png);
}

.irdata__nav__anchor.ir_calendar:before {
	background-image: url(../images/home/icon_calendar.png);
}

.irdata__nav__anchor.ir_public:before {
	background-image: url(../images/home/icon_public.png);
}

.irdata__nav__anchor.ir_faq:before {
	background-image: url(../images/home/icon_faq.png);
}

.irdata__nav__en {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: normal;
}

.irdata__nav__jp {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
}


@media screen and ( max-width: 1200px ) {

	.irdata__nav {
		padding: 0 40px;
	}

	.irdata__nav__anchor {
		padding-left: 60px;
	}

	.irdata__nav__anchor:before {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
	}

	.irdata__nav__en {
		font-size: 1.6rem;
	}

}


@media screen and ( max-width: 960px ) {

	.irdata:before {
		height: 300px;
	}

	.irdata__wrap {
		height: 200px;
	}

	.irdata__title {
		font-size: 4rem;
	}

	.irdata__nav {
		padding: 0 20px;
	}

	.irdata__nav__item {
		max-width: calc(100% / 3);
		flex-basis: calc(100% / 3);
	}

	.irdata__nav__item:nth-child(5):before {
		display: none;
	}

	.irdata__nav__item:nth-child(4):before,
	.irdata__nav__item:nth-child(7):before {
		content: "";
		width: 300%;
		height: 1px;
		display: block;
		background-color: rgba(0, 0, 0, .1);
		position: absolute;
		left: 0;
		top: 0;
	}

	.irdata__nav__item:nth-child(4n) .irdata__nav__anchor {
		border-right: 1px solid rgba(0, 0, 0, .1);
	}

	.irdata__nav__item:nth-child(3n) .irdata__nav__anchor {
		border-right: 0;
	}

}


@media screen and ( max-width: 640px ) {

	.irdata {
		padding: 0 6vw;
	}

	.irdata__wrap {
		height: 160px;
	}

	.irdata__title {
		font-size: 3rem;
	}

	.irdata:before {
		height: 160px;
	}

	.irdata__more.more small {
		display: none;
	}

	.irdata__more.more span:before {
		width: 30px;
		height: 30px;
		top: calc(50% - 10px);
	}

	.irdata__more.more span:after {
		border: 4px solid transparent;
		border-left: 6px solid rgba(255, 255, 255, 1);
		top: 50%;
		left: 12px;
	}

	.irdata__nav__item {
		max-width: 50%;
		flex-basis: 50%;
		padding: 20px 0;
	}

	.irdata__nav__item:nth-child(4):before {
		display: none;
	}

	.irdata__nav__item:nth-child(3):before,
	.irdata__nav__item:nth-child(5):before,
	.irdata__nav__item:nth-child(7):before {
		content: "";
		width: 200%;
		height: 1px;
		display: block;
		background-color: rgba(0, 0, 0, .1);
		position: absolute;
		left: 0;
		top: 0;
	}

	.irdata__nav__anchor {
		padding-left: 40px;
		padding-right: 10px;
	}

	.irdata__nav__item:nth-child(3) .irdata__nav__anchor {
		border-right: 1px solid rgba(0, 0, 0, .1);
	}

	.irdata__nav__item:nth-child(2n) .irdata__nav__anchor {
		border-right: 0;
	}

	.irdata__nav__anchor:before {
		width: 40px;
		height: 40px;
		background-size: 30px auto;
		top: calc(50% - 20px);
	}

	.irdata__nav__en {
		font-size: 1.5rem;
	}

	.irdata__nav__jp {
		font-size: 1.2rem;
	}

}


@media screen and ( max-width: 480px ) {

	.irdata {
		padding: 0;
	}

	.irdata__wrap {
		padding: 0 6vw;
	}

	.irdata__more:before {
		display: none;
	}

	.irdata__nav {
		padding: 0 6vw;
	}

	.irdata__nav__en {
		font-size: 1.4rem;
	}

}


/*------------------------------------*/


.recruit {
	margin: 40px 0;
	padding: 0 6vw;
}

.recruit a {
	height: 440px;
	display: flex;
	position: relative;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.recruit a:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/home/img_recruit_pc03.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.recruit a:hover:before {
	opacity: .9;
}

.recruit__wrap {
	width: 340px;
	height: 340px;
	display: flex;
	position: relative;
	z-index: 1;
	background-color: rgba(159, 32, 38, 1);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.recruit__title {
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	letter-spacing: normal;
}

.recruit__title span {
	margin-top: 10px;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

.recruit__more.more {
	margin-top: 30px;
}

.recruit__more.more:before {
	background-color: rgba(255, 255, 255, 1);
}

.recruit__more.more span:before {
	border-color: rgba(255, 255, 255, 1);
}

.recruit__more.more span:after {
	border-left-color: rgba(255, 255, 255, 1);
}

.recruit__more.more span {
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 0;
}


@media screen and ( max-width: 1200px ) {

	.recruit a {
		height: 400px;
	}

	.recruit__wrap {
		width: 300px;
		height: 300px;
	}

}


@media screen and ( max-width: 800px ) {

	.recruit a {
		height: 360px;
	}

	.recruit__wrap {
		width: 260px;
		height: 260px;
	}

}


@media screen and ( max-width: 640px ) {

	.recruit {
		padding: 0;
	}

	.recruit a {
		height: auto;
		display: block;
	}

	.recruit a:before {
		height: 230px;
		background-image: url(../images/home/img_recruit_sp03.jpg);
		position: relative;
	}

	.recruit__wrap {
		width: calc(100% - 12vw);
		height: 180px;
		margin: 0 6vw;
		margin-top: -40px;
	}

	.recruit__title {
		font-size: 3rem;
	}

	.recruit__title span {
		font-size: 1.5rem;
	}

	.recruit__more.more {
		margin-top: 10px;
	}

}


@media screen and ( min-width: 1400px ) {

	.recruit a {
		height: 600px;
	}

}


/*------------------------------------*/


.news-main {
	margin: 80px 0;
	padding: 0 6vw;
	display: flex;
	justify-content: space-between;
}

.news-main__section {
    width: 100%;
    /*
	max-width: calc(50% - 40px);
	flex-basis: calc(50% - 40px);
    */
}

.news__title {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news__title__name {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	color: rgba(0, 0, 0, 1);
}

.news__title__name span {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}

.news__title__more {
	display: flex;
	align-items: center;
}

.news__title__more a {
	padding-right: 20px;
	position: relative;
}

.news__title__more a:before,
.news__title__more a:after {
	content: "";
	display: block;
	position: absolute;
}

.news__title__more a:before {
	width: 10px;
	height: 10px;
	background-color: rgba(159, 32, 38, 1);
	border-radius: 50%;
	top: calc(50% - 5px);
	right: 0;
	z-index: 0;
}

.news__title__more a:after {
	width: 3px;
	height: 3px;
	border-right: 1px solid rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	top: calc(50% - 2px);
	right: 4px;
	z-index: 1;
	transform: rotate3d(0, 0, 1, -45deg);
}

.news__title__more a:hover:after {
	transform: translateX(3px) rotate3d(0, 0, 1, -45deg);
}

.news__title__more .en {
	font-size: 1.1rem;
	text-decoration: none;
	letter-spacing: normal;
	color: rgba(159, 32, 38, 1);
}

.news__list {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.news__list__item {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.news__list__anchor {
	height: 60px;
	padding-right: 20px;
	display: flex;
	text-decoration: none;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.news__list__anchor:hover {
	background-color: rgba(0, 0, 0, .05);
}

.news__list__date {
	max-width: 70px;
	flex-basis: 70px;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 1);
	transition: all 300ms ease;
}

a:hover .news__list__date {
	transform: translateX(10px);
}

.news__list__text {
	max-width: calc(100% - 70px - 40px);
	flex-basis: calc(100% - 70px - 40px);
	display: flex;
	font-size: 1.3rem;
	line-height: 1.8;
	color: rgba(159, 32, 38, 1);
	transition: all 300ms ease;
	align-items: center;
}

.pdf .news__list__text {
	max-width: calc(100% - 40px);
	flex-basis: calc(100% - 40px);
}

.news__list__text.pdf:after {
	content: "PDF";
	max-width: 30px;
	flex-basis: 30px;
	height: 16px;
	margin-left: 5px;
	padding: 0 5px;
	display: flex;
	background-color: rgba(159, 32, 38, 1);
	border-radius: 2px;
	font-size: 1rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	justify-content: center;
	align-items: center;
}

.news__list__text span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news__list__category {
	max-width: 75px;
	flex-basis: 75px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.4;
	color: rgba(0, 0, 0, .6);
	transition: all 300ms ease;
}

a:hover .news__list__category {
	transform: translateX(10px);
}

.ir .news__list__text {
	max-width: calc(100% - 180px);
	flex-basis: calc(100% - 180px);
}

a:hover .news__list__text {
	transform: translateX(10px);
}


@media screen and ( max-width: 880px ) {

	.news-main {
		margin: 60px 0;
		display: block;
	}

	.news-main__section {
		margin-bottom: 40px;
		max-width: none;
	}

	.news-main__section:last-child {
		margin-bottom: 0;
	}

}


@media screen and ( max-width: 640px ) {

	.news-main {
		margin: 40px 0;
	}

	.news__title {
		margin-bottom: 30px;
	}

	.news__list__anchor {
		height: auto;
		padding: 20px 0;
		padding-right: 10px;
		display: block;
	}

	.ir .news__list__date {
		display: inline-block;
		vertical-align: top;
	}

	.news__list__category {
		margin-left: 10px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: -1px;
	}

	.news__list__text,
	.ir .news__list__text {
		width: 100%;
		margin-top: 10px;
		max-width: none;
		flex-basis: 100%;
		align-self: start;
	}

}


/*------------------------------------*/


.bnr-tyq {
	margin-top: 120px;
	position: relative;
}

.bnr-tyq:before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .1);
}

.bnr-tyq__anchor {
	height: 240px;
	padding: 0 6vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	box-sizing: border-box;
}

.bnr-tyq__title {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	color: rgba(0, 0, 0, 1);
}

.bnr-tyq__title span {
	margin-top: 10px;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}

.bnr-tyq__wrap {
	max-width: calc(100% - 150px);
	flex-basis: calc(100% - 150px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bnr-tyq__wrap:before {
	content: "";
}

.bnr-tyq__image {
	max-width: 560px;
}

.bnr-tyq__more .more span {
	font-weight: 400;
	letter-spacing: normal;
}


@media screen and ( max-width: 1200px ) {

	.bnr-tyq__anchor {
		height: 200px;
	}

	.bnr-tyq__image {
		max-width: 400px;
	}

}


@media screen and ( max-width: 880px ) {

	.bnr-tyq {
		margin-top: 80px;
	}

	.bnr-tyq__anchor {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.bnr-tyq__title {
		width: 100%;
		margin-bottom: 0;
		display: flex;
		font-size: 1.8rem;
		align-items: center;
	}

	.bnr-tyq__title span {
		margin-top: 0;
		margin-left: 20px;
		font-size: 1.4rem;
	}

	.bnr-tyq__wrap {
		width: 100%;
		flex-basis: auto;
		max-width: none;
	}

	.bnr-tyq__wrap:before {
		display: none;
	}

}


@media screen and ( max-width: 640px ) {

	.bnr-tyq {
		margin-top: 60px;
	}

	.bnr-tyq {
		padding: 6vw;
		padding-top: 0;
	}

	.bnr-tyq:before {
		display: none;
	}

	.bnr-tyq__anchor {
		height: 180px;
		border: 1px solid rgba(0, 0, 0, .1);
		box-sizing: border-box;
	}

	.bnr-tyq__more {
		display: none;
	}

}


@media screen and ( max-width: 640px ) {

	.bnr-tyq {
		margin-top: 40px;
	}

	.bnr-tyq__anchor {
		height: 160px;
	}

}

