@charset "utf-8";

/*=============================================================
 HOME Layout
=============================================================*/
/* common
-------------------------------------------------------------*/
#topicPath {
	display: none;
}

#pageBody {
	margin-top: 0;
}

#contents {
	max-width: 100% !important;
	width: auto !important;
}

.home-box {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

#footer {
	margin-top: 0;
}

/* home-sliderSet
-------------------------------------------------------------*/
.bx-wrapper {
	box-shadow: none !important;
	border: none !important;
	margin: 0 !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 30px !important;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff !important;
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff !important;
	text-indent: -9999px;
	display: block;
	width: 13px !important;
	height: 13px !important;
	margin: 0 8px !important;
	outline: 0;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	transition: all 0.2s !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #aa173d !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
	opacity: .7;
}

.bx-wrapper .bx-pager.bx-default-pager a.active:hover {
	opacity: 1;
}

.video_slider,
.img_slider {
	position: relative;
	width: 100%;
	height: 100svh;
	overflow: hidden;
}

.video_slider>li,
.img_slider>li {
	position: relative;
	width: 100%;
	height: 100svh;
	overflow: hidden;
}

.video_slider video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.mv-img_sp {
	width: 100%;
	height: 100svh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.mv-cc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
	width: 100%;
	height: auto;
}

.mv-cc p {
	text-align: center;
	font-weight: 600;
	font-size: 6.1333vw;
	line-height: 2.0;
	letter-spacing: .4em;
	color: #fff;
}

.mv-nsb {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.mv-nsb p {
	position: relative;
	text-align: center;
	font-weight: 600;
	font-size: 7.26vw;
	line-height: 2.5;
	letter-spacing: .168em;
	color: #fff;
	filter: drop-shadow(0 14px 17px rgba(0, 0, 0, .36));
}

.mv-nsb p::before,
.mv-nsb p::after {
	content: "";
	position: absolute;
	width: 5.6vw;
	height: 8.533vw;
	background: url(/nish/v2/img/mu-note.png);
	background-repeat: no-repeat;
	background-size: 5.6vw 8.533vw;
	background-position: center;
	filter: drop-shadow(0 7px 8px rgba(0, 0, 0, .36));
}

.mv-nsb p::before {
	top: -1.5vw;
	left: -5.6vw;
}

.mv-nsb p::after {
	bottom: 1vw;
	right: -5.6vw;
}

.mv-nsb .what-nsb {
	position: relative;
	text-align: center;
	font-weight: 600;
	font-size: 5.3vw;
	line-height: 1.5;
	letter-spacing: .168em;
	color: #fff;
	filter: drop-shadow(0 14px 17px rgba(0, 0, 0, .36));
}

.mv-nsb .what-nsb::before {
	content: "＼";
}

.mv-nsb .what-nsb::after {
	content: "／";
}

.mv-img_pc {
	display: none;
}

.slider {
	width: 100%;
	height: 100svh;
}

.slider li {
	opacity: 0;
	transition: all 0.2s !important;
}

.bx-viewport .slider li {
	opacity: 1;
}

@media screen and (min-width: 767px) and (max-width:1023px) {
	.slider {
		overflow: hidden;
		height: 674px;
	}

	.video_slider,
	.img_slider {
		height: 674px;
	}

	.mv-img_sp {
		display: none;
	}

	.video_slider,
	.img_slider {
		height: 674px;
	}

	.video_slider>li,
	.img_slider>li {
		position: relative;
		width: 100%;
		height: 674px;
		overflow: hidden;
	}

	.video_slider video {
		position: initial;
		width: 100%;
		height: 674px;
		transform: initial;
		object-fit: cover;
	}

	.mv-cc {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -70%);
		width: 100%;
		height: auto;
	}

	.mv-cc p {
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		line-height: 2.0;
		letter-spacing: .6em;
		color: #fff;
	}

	.mv-nsb {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -43%);
		width: 513px;
		height: auto;
		display: block;
	}

	.mv-nsb p {
		position: relative;
		text-align: right;
		font-weight: 600;
		font-size: 41px;
		line-height: 2.1;
		letter-spacing: .168em;
		color: #fff;
		filter: drop-shadow(0 14px 17px rgba(0, 0, 0, .36));
	}

	.mv-nsb p::before,
	.mv-nsb p::after {
		content: "";
		position: absolute;
		width: 34px;
		height: 52px;
		background-size: 34px 52px;
	}

	.mv-nsb p::before {
		top: -19px;
		left: -8px;
	}

	.mv-nsb p::after {
		bottom: 2px;
		right: -37px;
	}

	.mv-nsb .what-nsb {
		position: relative;
		display: block;
		min-width: 477px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: .168em;
		color: #fff;
		filter: drop-shadow(0 14px 17px rgba(0, 0, 0, .36));
	}

	.mv-img_pc {
		display: block;
		width: 100%;
		height: 674px;
		background-size: 2500px 674px;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media print,
screen and (min-width: 1024px) {
	.slider {
		overflow: hidden;
		height: 674px;
	}

	.video_slider,
	.img_slider {
		height: 674px;
	}

	.mv-img_sp {
		display: none;
	}

	.video_slider,
	.img_slider {
		height: 674px;
	}

	.video_slider>li,
	.img_slider>li {
		position: relative;
		width: 100%;
		height: 674px;
		overflow: hidden;
	}

	.video_slider video {
		position: initial;
		width: 100%;
		height: 674px;
		transform: initial;
		object-fit: cover;
	}

	.mv-cc {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -70%);
		width: 100%;
		height: auto;
	}

	.mv-cc p {
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		line-height: 2.0;
		letter-spacing: .6em;
		color: #fff;
	}

	.mv-nsb {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -43%);
		width: 513px;
		height: auto;
		display: block;
	}

	.mv-nsb p {
		position: relative;
		text-align: right;
		font-weight: 600;
		font-size: 41px;
		line-height: 2.1;
		letter-spacing: .168em;
		color: #fff;
		filter: drop-shadow(0 14px 17px rgba(0, 0, 0, .36));
	}

	.mv-nsb p::before,
	.mv-nsb p::after {
		content: "";
		position: absolute;
		width: 34px;
		height: 52px;
		background-size: 34px 52px;
	}

	.mv-nsb p::before {
		top: -19px;
		left: -8px;
	}

	.mv-nsb p::after {
		bottom: 2px;
		right: -37px;
	}

	.mv-nsb .what-nsb {
		position: relative;
		display: block;
		min-width: 477px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		line-height: 1.5;
		letter-spacing: .168em;
		color: #fff;
		filter: drop-shadow(0 14px 17px rgba(0, 0, 0, .36));
	}

	.mv-img_sp,
	.mv-movie_sp {
		display: none;
	}

	.mv-img_pc {
		display: block;
		width: 100%;
		height: 674px;
		background-size: 2500px 674px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.mv-movie_pc {
		display: block;
		position: relative;
		width: 100%;
		height: 674px;
		overflow: hidden;
	}
}

#home-sliderPanel .panel .photo {
	margin-left: -211px;
}

.video-btn {
	position: absolute;
	bottom: 11px;
	right: 11px;
	width: 72px;
	height: 29px;
	display: block;
}

.video-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 29px;
	background: url(/nish/v2/img/sound_off.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-btn.on::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 29px;
	background: url(/nish/v2/img/sound_on.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-mute {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.carousel-catch {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	border: 2px solid;
	width: 100%;
	height: 40vw;
	display: block;
	background: #fff;
	opacity: 0;
	transition: all 0.2s !important;
}

.carousel-catch-txt {
	font-size: 19px;
	line-height: 1;
	color: #fff;
}

.carousel-catch-txt.carousel-field {
	letter-spacing: .3em;
}

.carousel-catch-txt.carousel-special {
	letter-spacing: .2em;
}

@media print,
screen and (min-width: 1024px) {
	.carousel-catch {
		position: absolute;
		bottom: 84px;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
		border: 2px solid;
		width: 240px;
		height: 60px;
		border-radius: 36px;
		display: block;
		background: #fff;
		opacity: 0;
		transition: all 0.2s !important;
	}

	.carousel-catch:hover {
		opacity: .24;
	}

	.carousel-catch-txt {
		font-size: 17px;
		line-height: 1;
		color: #fff;
	}

	.carousel-catch-txt.carousel-field {
		letter-spacing: .3em;
	}

	.carousel-catch-txt.carousel-special {
		letter-spacing: .2em;
	}
}

/* home-sliderNav */
#home-sliderNav {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

#home-sliderNav li {
	display: inline-block;
	margin: 0 2px;
	padding: 4px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#home-sliderNav li span {
	background-color: #ccc;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
}

#home-sliderNav li:hover span,
#home-sliderNav li.current span {
	background-color: #900;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.slick-dots {
	bottom: 0 !important;
}

.slick-dots li {
	margin: 0 1px !important;
}

.slick-dots li button {
	padding: 0 !important;
}

.slick-dots li button:before {
	font-size: 13px !important;
	top: -26px !important;
	left: 0 !important;
	width: 20px !important;
	height: 20px !important;
	opacity: 1 !important;
	color: #fff !important;
}

.slick-dots li.slick-active button:before {
	color: #ab193e !important;
}

@media print,
screen and (min-width: 1024px) {
	.slick-dotted.slick-slider {
		margin-bottom: 0 !important;
	}

	.slick-dots {
		bottom: 0 !important;
	}

	.slick-dots li {
		margin: 0 1px !important;
	}

	.slick-dots li button {
		padding: 0 !important;
	}

	.slick-dots li button:before {
		font-size: 10px !important;
		top: -23px !important;
		left: 0 !important;
		width: 20px !important;
		height: 20px !important;
		opacity: 1 !important;
		color: #fff !important;
	}

	.slick-dots li.slick-active button:before {
		color: #ab193e !important;
	}
}

/* home-menuSet
-------------------------------------------------------------*/
#home-menuSet {
	margin-top: 35px;
}

@media screen and (max-width: 767px) {
	#home-menuSet {
		margin-top: 30px;
		padding: 0 10px;
	}
}

/* home-bnrCampain
-------------------------------------------------------------*/
.home-bnrCampain {
	text-align: center;
	margin-top: 60px;
}

/* home-news
-------------------------------------------------------------*/
#home-news {
	margin: 40px 0 0;
	padding-bottom: 45px;
}

#home-news h2:not(:first-child) {
	margin-top: 30px;
}

#home-news .link {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	margin-top: 15px;
}

#home-news .link li {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.icon-pdf {
	position: relative;
	padding: 0 0 0 24px;
}

.icon-pdf::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 4px;
	width: 16px;
	height: 18px;
	background-image: url(/nish/v2/shared/img/page-pdf-icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.news-head>a.no-icon[target="_blank"]::after {
	content: none;
}

@media screen and (max-width: 767px) {
	#home-news {
		margin: 19px 0 0;
		padding-bottom: 19px;
	}

	#home-news .link {
		display: block;
		margin-top: 15px;
	}

	#home-news .link li {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}

/* home-contents
-------------------------------------------------------------*/
#home-contents {
	background-color: #f0f0f0;
	padding: 35px 0 41px;
}

.home-contents-ttl {
	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;
	gap: 15px;
}

.home-contents-ttl h2 {
	font-size: 187.5%;
	line-height: 1;
	color: #706e60;
	letter-spacing: .075em;
}

.home-contents-ttl span {
	color: #aa173d;
}

.home-contents-ttl p {
	color: #646464;
}

.home-contents-container {
	max-width: 947px;
	width: 100%;
	margin: 0 auto;
}

.home-contents-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 4.75184%;
}

.home-contents-list a {
	position: relative;
	display: block;
	z-index: 3;
	transition: all 0.2s !important;
}

.home-contents-list a:hover {
	opacity: .7;
}

.home-contents-head {
	margin: 13px 0 0;
}

.home-contents-head p {
	position: relative;
	font-weight: 600;
	font-size: 114.285%;
	line-height: 1.5;
	letter-spacing: .075em;
	color: #445674;
	font-feature-settings: "palt";
	padding: 0 0 0 1em;
}

.home-contents-head p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
	width: 6px;
	height: 6px;
	border-bottom: 2px #445674 solid;
	border-right: 2px #445674 solid;
}

.home-contents-list .ttl {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .12em;
	color: #fff;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	#home-contents {
		padding: 30px 0;
	}

	.home-contents-ttl h2 {
		font-size: 29px;
	}

	.home-contents-ttl p {
		font-size: 13px;
	}

	.home-contents-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		max-width: 577px;
		margin: 0 auto;
	}

	.home-contents-head {
		margin: 10px 0 0;
	}

	.home-contents-head p {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: .075em;
		color: #445674;
		font-feature-settings: "palt";
		padding: 0 0 0 1em;
	}
}

/* home-pickup
-------------------------------------------------------------*/
#home-pickup {
	padding: 72px 0 44px;
}

@media screen and (max-width: 767px) {
	#home-pickup {
		padding: 20px 0;
	}
}

/* home-philosophy
-------------------------------------------------------------*/
#home-philosophy {
	background: url(/nish/v2/img/philosophy-bg.jpg);
	padding: 0;
	background-repeat: no-repeat;
	background-size: 2500px 143px;
	background-position: center;
	color: #fff;
}

#home-philosophy .home-box {
	max-width: 947px;
	min-height: 143px;
	display: grid;
	grid-template-columns: 360px 1fr;
}

.philosophy-left {
	display: flex;
	align-items: center;
}

.philosophy-en-read {
	margin-top: 13px;
	font-weight: 600;
	font-size: 100%;
	line-height: 1.75;
}

.philosophy-right {
	font-weight: 600;
	font-size: 84.375%;
	line-height: 2.29;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#home-philosophy {
		background: url(/nish/v2/img/philosophy-bg_sp.jpg);
		padding: 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		color: #fff;
	}

	#home-philosophy .home-box {
		min-height: initial;
		display: block;
		padding: 14px 12px 19px;
	}

	.philosophy-left {
		display: block;
	}

	.philosophy-en-read {
		margin-top: 11px;
		font-weight: 600;
		font-size: 14px;
		line-height: 1.75;
	}

	.philosophy-right {
		font-weight: 600;
		font-size: 14px;
		line-height: 1.7;
		display: block;
		margin-top: 21px;
	}
}

/* home-press
-------------------------------------------------------------*/
#home-press {
	margin-top: 20px;
}

#home-press h2 {
	position: relative;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 600;
	color: #1f1f1f;
	padding: 0 0 0 1.5em;
	margin-bottom: 18px;
}

#home-press h2::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	background-image: url(/nish/v2/shared/img/rectangle.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center;
}

#home-press h2 img {
	vertical-align: baseline;
	margin-right: 10px;
}

#home-press .link {
	text-align: right;
	margin-top: 15px;
}

#home-press .link li {
	display: inline-block;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	#home-press {
		margin-top: 30px;
	}

	#home-press h2 {
		position: relative;
		font-size: 17px;
		line-height: 1.3;
		font-weight: 600;
		color: #1f1f1f;
		padding: 0 10px 0 33px;
		margin-bottom: 16px;
	}

	#home-press h2::before {
		content: "";
		position: absolute;
		top: 4px;
		left: 10px;
		width: 15px;
		height: 15px;
		background-image: url(/nish/v2/shared/img/rectangle.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: center;
	}
}

/* home-bnrSet
-------------------------------------------------------------*/
#home-bnrSet {
	margin-top: 30px;
	width: fit-content;
}

#home-bnrSet li {
	float: left;
	padding: 30px 0 0 27px;
}

#home-bnrSet li:nth-child(3n+1) {
	padding-left: 0;
	clear: both;
}

/* top_free_space_banner
-------------------------------------------------------------*/
.top_free_space_banner {
	text-align: center;
	margin-top: 70px;
}

#top_free_space .top_free_space_banner a {
	transition: opacity 0.2s ease-out;
}

.top_free_space_banner a:hover {
	opacity: 0.7;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Mobile devices (Tablet (portrait), Smartphones)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {

	/* common
	-------------------------------------------------------------*/
	.contentsWide #contents {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.home-box {
		width: auto;
		max-width: 980px;
		padding-left: 16px;
		padding-right: 16px;
	}

	/* home-sliderSet
	-------------------------------------------------------------*/
	#home-sliderPanel .panel .photo {
		margin-left: 0;
	}

	#home-sliderPanel .panel .photo img {
		max-width: 136%;
		margin-left: -18%;
	}

	/* btnNext */
	.btnNext {
		right: 0;
		margin-right: 0;
	}

	.btnPrev {
		left: 0;
		margin-left: 0;
	}

	/* home-menuSet
	-------------------------------------------------------------*/
	#home-menuSet>p {
		box-sizing: border-box;
		margin: 30px 0 0;
		padding: 0 16px;
	}

	#home-menuSet .ttl {
		font-size: 16px;
	}

	/* home-bnrCampain
	-------------------------------------------------------------*/
	.home-bnrCampain {
		margin-top: 35px;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {

	.home-box {
		padding: 0;
	}

	/* home-sliderSet
	-------------------------------------------------------------*/
	#home-sliderPanel .panel .photo img {
		max-width: 154%;
		margin-left: -27%;
	}

	/* btnNext */
	.btnNext,
	.btnPrev {
		width: 24px;
		margin-top: -32px;
	}

	/* home-menuSet
	-------------------------------------------------------------*/
	#home-menuSet>p {
		box-sizing: border-box;
		margin-top: 20px;
		padding: 0 8px;
	}

	#home-menuSet>*:nth-child(3n+1) {
		clear: none;
	}

	#home-menuSet>*:nth-child(odd) {
		clear: both;
	}

	#home-menuSet .ttl {
		font-size: 14px;
		padding-top: 10px;
	}

	#home-menuSet .ttl:before {
		margin-top: 10px;
	}

	/* top_free_space_banner
	-------------------------------------------------------------*/
	.top_free_space_banner {
		margin-top: 30px;
	}

	#home-philosophy .home-box {
		display: block;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Mobile devices (Smartphones)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:624px) {

	/* home-bnrSet
	-------------------------------------------------------------*/
	#home-bnrSet {
		font-size: 0;
		margin-top: 30px;
		padding: 0;
		text-align: center;
	}

	#home-bnrSet li {
		box-sizing: border-box;
		display: inline-block;
		width: 179px;
		max-width: 50%;
		float: none;
		padding: 30px 10px 0;
	}

	#home-bnrSet li:nth-child(3n+1) {
		padding-left: 10px;
	}
}

.pickup-body {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 25px 0 20px;
}

.pickup-item {
	height: 100%;
	text-decoration: none;
	/* リンクの下線を削除 */
	display: flex;
	flex-direction: column;
	padding: 20px;
	transition: all 0.2s !important;
}

.pickup-item:hover {
	opacity: .7;
}

.swiper-slide {
	height: auto !important;
}

.swiper-slide {
	border: 1px solid #ccc;
}

.pickup-item img {
	max-width: 100%;
}

.pickup-content {
	flex-grow: 0;
	/* コンテンツが必要なスペースを取るようにする */
}

.pickup-ttl {
	position: relative;
	font-size: 84.375%;
	line-height: 1.35;
	margin-top: 10px;
	padding: 0 15px 0 0;
	display: block;
}

.pickup-ttl::before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 13px;
	height: 11px;
	background-image: url(/nish/v2/shared/img/blank-icon.png);
	background-size: 13px 11px;
	background-repeat: no-repeat;
	background-position: center;
}

.pickup-text {
	font-size: 81.25%;
	line-height: 1.75;
	font-weight: 300;
	color: #1f1f1f;
	letter-spacing: .075em;
	margin-top: 7px;
}

.swiper {
	/*スライダーの幅と高さを調整*/
	width: auto;
	margin: 28px auto 0;
}

.swiper-slide {
	/*スライド要素の幅と高さを調整*/
	width: 100%;
	height: 100%;

	/*テキストの位置調整*/
	display: flex;
	justify-content: center;
	align-items: center;

	/*テキストの色と太さを指定*/
	color: #fff;
	font-weight: bold;
	font-size: 15px;

	margin-left: -1px;
}

.swiper-wrapper {
	margin-bottom: 45px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 12px !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 8px !important;
}

@media screen and (min-width: 767px) and (max-width:1023px) {

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		right: 50% !important;
		left: auto;
		transform: translateX(32vw);
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 50% !important;
		left: auto;
		transform: translateX(36.5vw);
	}

	.swiper-horizontal>.swiper-scrollbar,
	.swiper-scrollbar.swiper-scrollbar-horizontal {
		bottom: 13px !important;
	}
}

@media print,
screen and (min-width: 1024px) {

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		right: 50% !important;
		left: auto;
		transform: translateX(28vw);
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 50% !important;
		left: auto;
		transform: translateX(31vw);
	}

	.swiper-horizontal>.swiper-scrollbar,
	.swiper-scrollbar.swiper-scrollbar-horizontal {
		bottom: 13px !important;
	}
}

.philosophy-logo {
	max-width: 129px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.philosophy-logo {
		max-width: 113px;
		width: 100%;
	}
}

.swiper-scrollbar {
	border-radius: 0 !important;
}

.swiper-scrollbar-drag {
	border-radius: 0 !important;
}

.top-message-board {
	max-width: 1012px;
	width: 100%;
	margin: 28px auto 0;
	padding: 0 16px;
}

.top-message-board-container {
	width: 100%;
	padding: 6px;
	background: #dfdfdf;
}

.top-message-board-inner {
	position: relative;
	padding: 18px 21px;
	background: #fff;
}

.top-message-board-inner::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 0;
	height: 0;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #445674;
}

.top-message-board p {
	text-align: center;
	font-size: 121.428%;
	line-height: 2;
	color: #1f1f1f;
	letter-spacing: .075em;
}

@media screen and (max-width: 767px) {
	.top-message-board-container {
		padding: 3px;
	}

	.top-message-board-inner {
		position: relative;
		padding: 16px 11px;
		background: #fff;
	}

	.top-message-board p {
		text-align: center;
		font-size: 13px;
		line-height: 1.72;
		letter-spacing: .075em;
	}
}

@media print {

	.video_slider>li,
	.img_slider>li {
		left: 50%;
		transform: translateX(-50%);
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		right: 0 !important;
		transform: translateX(-100px);
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 0 !important;
		transform: translateX(-50px);
	}
}
