@charset "utf-8";

/* ------------------------------
 メイン（PC）
------------------------------ */
.mainBlock {
	position: relative;
	margin-bottom: 155px;
}
/* 重要なお知らせ */
.importantBox {
	padding: 20px 30px 25px;
	background-color: var(--red-color);
	color: #fff;
}
.importantBox > p {
	margin-bottom: 10px;
	border-bottom: 1px dotted #db7e66;
	font-size: 1.7rem;
	font-weight: 600;
}
/* Firefox */
@-moz-document url-prefix() {
	.importantBox > p {
		border-bottom: 1px dotted #ebb8ac;
	}
}
.importantBox > p::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	margin: -4px 6px 0 0;
	background: url(../img/icon_attention.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
.importantList li:not(:last-child) {
	margin-bottom: 10px;
}
.importantList li a {
	display: flex;
	width: 100%;
	color: #fff;
	line-height: 1.4;
}
.importantList li a .date {
	font-family: "Rubik", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
}
.importantList li a .headline {
	position: relative;
	padding-right: 22px;
}
.importantList li a .headline::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 22px;
	height: 22px;
	background: url(../img/icon_arrow_c_r_w_s.svg) no-repeat 0 0 / cover;
}
/* メインイメージ */
.mainBlock .mainimg {
	position: relative;
	width: 100%;
}
.mainBlock .mainimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* メインテキスト */
.mainText {
	position: absolute;
	z-index: 2;
}
.mainText .pc {
	font-weight: 600;
	letter-spacing: .1em;
}
.mainText .pc span {
	display: inline-block;
	padding: 5px 15px 0 20px;
	border-radius: 8px;
	background-color: #fff;
}
/* 事業所 */
.officeBox {
	text-align: center;
	margin-bottom: 40px;
}
.officeBox > p > span {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}
.officeBox .speech {
	position: relative;
	padding: 8px 0 4px;
	border-radius: 25px;
	background-color: var(--care-red);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.officeBox .speech::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style:solid;
	border-width: 7px 7px 0 7px;
	border-color: var(--care-red) transparent transparent transparent;
}
.officeBox .name a {
	display: block;
	font-size: 2.9rem;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
}
.officeBox .name a span {
	display: block;
	font-size: 1.7rem;
	margin-bottom: 5px;
}
/* 1月公開用 */
.cs {
	margin-bottom: 120px;
}
.cs p {
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
}
/* 1月公開用 */
.officeBox .name a {
	pointer-events: none;
}
/* 1月公開用
.officeBox .name a::after {
	content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: -6px 0 0 4px;
    background: url(../img/icon_arrow_c_r.svg) no-repeat 0 0 / cover;
    vertical-align: middle;
}
*/
.officeBox .tel a {
	display: inline-block;
	font-family: "Rubik", sans-serif;
	font-size: 3.6rem;
	color: var(--care-red);
	line-height: 1;
	font-weight: 500;
	margin-top: 8px;
}
.officeBox .tel::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: -18px 5px 0px 0;
	background: url(../img/icon_phone_care.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
.mainMenu > p span {
	font-weight: 600;
}
.mainIllustration01,
.mainIllustration02,
.mainIllustration03 {
	position: absolute;
	z-index: 2;
}
@media print, screen and (min-width: 768px) {
	.mainBlock {
		width: 95.8%;
		max-width: 1840px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 350px;
	}
	/* 重要なお知らせ */
	.importantBox {
		position: absolute;
		top: 0;
		right: -2.17%;
		z-index: 2;
		width: 350px;
		border-radius: 0 0 0 25px;
	}
	.importantList li a {
		flex-direction: column;
	}
	/* メインイメージ */
	.mainBlock .mainimg {
		height: 880px;
	}
	.mainBlock .mainimg img {
		border-radius: 40px;
	}
	/* メインテキスト */
	.mainText {
		top: 652px;
		right: 48px;
	}
	.mainText .pc {
		font-size: 3.6rem;
		line-height: 1.5;
		text-align: right;
	}
	.mainText .pc span:first-child {
		margin-bottom: 15px;
	}
	/* メインイラスト */
	.mainIllustration01 {
		bottom: -7px;
		left: -2.17%;
	}
	.mainIllustration01 img {
		width: 634px;
	}
	.mainIllustration02 {
		bottom: 343px;
		right: -62px;
	}
	.mainIllustration03 {
		top: 100px;
		left: 310px;
	}
	/* メインメニュー */
	.mainMenu {
		position: absolute;
		top: 28px;
		left: 0;
		width: 300px;
	}
}
@media print, screen and (min-width: 1420px) {
	/* メインテキスト */
	.mainText .pc {
		font-size: 4.8rem;
	}
	.mainText .pc span:first-child {
		margin-bottom: 20px;
	}
	/* メインイラスト */
	.mainIllustration01 {
		bottom: -7px;
	}
	.mainIllustration01 img {
		width: 648px;
	}
}
/* ------------------------------
 メイン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainBlock {
		margin-bottom: 50px;
	}
	/* 重要なお知らせ */
	.importantBox {
		padding: 15px 5%;
	}
	.importantBox > p {
		margin-bottom: 8px;
		font-size: 1.4rem;
	}
	.importantBox > p::before {
		width: 18px;
		height: 16px;
		margin: -4px 5px 0 0;
	}
	.importantList li a {
		align-items: center;
		column-gap: 5px;
	}
	.importantList li a .date {
		font-size: 1.3rem;
	}
	.importantList li a .headline {
		width: calc(100% - 75px);
		padding-right: 18px;
		font-size: 1.4rem;
	}
	.importantList li a .headline::after {
		bottom: 2px;
		width: 18px;
		height: 18px;
		background: url(../img/icon_arrow_c_r_w_s.svg);
	}
	/* メインイメージ */
	.mainimgBox {
		position: relative;
		margin-bottom: 40px;
	}
	.mainBlock .mainimg {
		height: 558px;
	}
	.mainBlock .mainimg img {
		object-position: center 0;
	}
	/* メインテキスト */
	.mainText {
		bottom: 35%;
		left: 5%;
	}
	.mainText .sp {
		font-size: 2.4rem;
		line-height: 1.25;
		font-weight: 600;
	}
	.mainText .sp span {
		display: inline-block;
		padding: 4px 10px 0 10px;
		border-radius: 4px;
		background-color: #fff;
	}
	.mainText .sp span:not(:last-child) {
		margin-bottom: 10px;
	}
	.mainText .sp span:nth-of-type(2) {
		padding-right: 0;
	}
	/* メインイラスト */
	.mainIllustration01 {
		bottom: -1px;
		left: -10px;
	}
	.mainIllustration01 img {
		width: 340px;
	}
	.mainIllustration02 {
		bottom: 12px;
		right: -42px;
	}
	.mainIllustration02 img {
		width: 130px;
	}
	/* メインメニュー */
	.mainMenu {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
	}
	.officeBox {
		margin-bottom: 20px;
	}
	.officeBox .speech {
		width: 280px;
		font-size: 1.7rem;
		padding: 6px 0 4px;
		border-radius: 25px;
		margin: 0 auto 15px;
	}
	.officeBox .name a {
		font-size: 2.7rem;
	}
	.officeBox .name a span {
		font-size: 1.6rem;
		margin-bottom: 3px;
	}
	.officeBox .name a::after {
		width: 30px;
		height: 30px;
		margin: -6px 0 0 4px;
	}
	.officeBox .tel a {
		font-size: 3.4rem;
		margin-top: 5px;
	}
	.officeBox .tel::before {
		width: 27px;
		height: 27px;
		margin: -17px 4px 0 0;
	}
	/* 1月公開用 */
	.cs {
		margin-bottom: 90px;
	}
	.cs p {
		font-size: 2.4rem;
		letter-spacing: 0;
	}
}

/* ------------------------------
 見出し・共通（PC）
------------------------------ */
/* h2 */
.contentsHome h2 {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 30px;
	font-size: 4.7rem;
	line-height: 1;
	font-weight: 600;
}
.contentsHome h2 span {
	display: block;
	margin-bottom: 15px;
	color: var(--gray-color);
	font-family: "Rubik", sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: .1em;
}
.contentsHome h2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 82px;
	height: 12px;
	background: url(../img/icon_title.png) no-repeat center / cover;
}
/* h3 */
.contentsHome h3 {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 600;
}
.contentsHome h3::after {
	content: "";
	display: block;
	width: 82px;
	height: 8px;
	background: url(../img/h3_decoration.png) no-repeat 0 0 / cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.newsBlock .btn a,
.recruitBlock .btn a {
	background-color: #fff;
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* h2 */
	.contentsHome h2 {
		font-size: 3.6rem;
		text-align: center;
		margin-bottom: 30px;
		padding-bottom: 25px;
	}
	.contentsHome h2 span {
		font-size: 1.4rem;
		margin-bottom: 12px;
	}
	.contentsHome h2::after {
		width: 62px;
		height: 9px;
		margin: 0 auto;
	}
	/* h3 */
	.contentsHome h3 {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 2.6rem;
	}
	.contentsHome h3::after {
		width: 52px;
		height: 6px;
		background: url(../img/h3_decoration_sp.png) no-repeat 0 0 / cover;
	}
	/* 共通 */
	.newsBlock .inBlock {
		width: 88%;
		margin-left: 6%;
		margin-right: 6%;
	}
	.contentsHome .btn a {
		min-width: 230px;
	}
}

/* ------------------------------
 お知らせ（PC）
------------------------------ */
.newsBlock {
	position: relative;
	margin-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
	.contentsHome .newsBlock h2 {
		margin-bottom: 0;
		height: fit-content;
	}
	.newsList {
		width: 880px;
	}
	.newsBlock .news {
		position: relative;
	}
	.newsBlock .news .cms_link.list {
		position: absolute;
		right: 0;
		top: -50px;
	}
}
/* ------------------------------
 お知らせ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome .newsBlock h2 {
		width: 100%;
	}
	.newsBlock .news .cms_link.list {
		text-align: right;
		margin-top: 12px;
	}
}

/* ------------------------------
 スタッフブログ（PC）
------------------------------ */
.blogBlock {
	position: relative;
	margin-bottom: 90px;
	background-color: var(--base-color);
}
.blogBlock .inBox p {
	font-size: 2.0rem;
	font-weight: 600;
}
.blogIllustration {
	position: absolute;
	z-index: 2;
}
/* ボタン */
section .btn a {
	background-color: #fff;
	margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
	.blogBlock {
		width: 95.8%;
		height: 698px;
		max-width: 1840px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 40px;
		padding: 80px 0 70px;
	}
	.blogBlock .inBlock {
		position: relative;
		display: flex;
		align-items: center;
		height: 100%;
	}
	.blogBlock .inBox {
		width: 460px;
	}
	.blogBlock img.pc {
		position: absolute;
		top: -41px;
		right: -85px;
	}
	.blogIllustration {
		top: -104px;
		left: calc(-2.17% - 150px);
	}
	.blogIllustration img {
		width: 844px;
	}
}
@media print, screen and (min-width: 1420px) {
	.blogIllustration {
	}
	.blogIllustration img {
	}
}
/* ------------------------------
 スタッフブログ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.blogBlock {
		width: 90%;
		margin: 0 5% 60px;
		border-radius: 0 0 20px 20px;
		padding: 55px 0 160px;
	}
	.blogBlock img.sp {
		width: 120%;
		max-width: initial;
		margin-left: -10%;
		margin-right: -10%;
	}
	.blogBlock .inBox p {
		font-size: 1.8rem;
	}
	.blogBlock .btn {
		position: absolute;
		bottom: 55px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.blogIllustration {
		top: -52px;
		left: -85px;
	}
	.blogIllustration img {
		max-width: initial;
		width: 422px;
	}
}

/* ------------------------------
 事業所（PC）
------------------------------ */
.officeBlock {
	position: relative;
	margin-bottom: 110px;
}
.officeBlock .inBox {
	position: relative;
	padding-top: 37px;
}
.officeBlock .speech {
	position: absolute;
	min-width: 240px;
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-color: var(--care-red);
	border-radius: 30px;
	padding: 20px 25px 16px;
	top: 0;
	left: -22px;
}
.officeBlock .speech::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: var(--care-red);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	left: 37px;
	bottom: -13px;
}
.officeBlock .inBox img {
	border-radius: 30px;
	margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {

}
/* ------------------------------
 事業所（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.officeBlock .inBox {
		padding-top: 20px;
	}
	.officeBlock .inBox:first-child {
		margin-bottom: 45px;
	}
	.officeBlock .speech {
		min-width: 175px;
		font-size: 1.6rem;
		padding: 14px 20px 12px;
		left: -2%;
	}
	.officeBlock .speech::after {
		width: 12px;
		height: 12px;
		left: 25px;
		bottom: -10px;
	}
	.officeBlock .inBox img {
		border-radius: 20px;
		margin-bottom: 25px;
	}
}


/* ------------------------------
 採用情報（PC）
------------------------------ */
.recruitBlock {
	position: relative;
	margin-bottom: 90px;
}
.contentsHome .recruitBlock h2 {
	margin-bottom: 65px;
	padding-bottom: 35px;
	font-family: "Rubik", sans-serif;
	font-size: 6rem;
	font-weight: 500;
	text-align: left;
}
.contentsHome .recruitBlock h2 span {
	font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2rem;
	font-weight: 600;
}
.contentsHome .recruitBlock h2::after {
	margin: 0;
}
.recruitBlock .lead {
	font-size: 5.4rem;
	font-weight: 600;
	line-height: 1.45;
	margin-bottom: 20px;
}
.recruitIllustration {
	position: absolute;
	z-index: 2;
}
@media print, screen and (min-width: 768px) {
	.recruitBlock {
		width: 95.8%;
		max-width: 1840px;
		height: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	.recruitBlock .inBlock {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 2;
		height: 100%;
		margin-left: -570px;
		padding-left: 760px;
	}
	.recruitBlock .pc {
		position: relative;
		top: 0;
		left: 0;
		border-radius: 40px;
		height: 773px;
		object-fit: cover;
	}
	.recruitIllustration {
		top: -145px;
		right: calc(-2.17% - 104px);
	}
}
/* ------------------------------
 採用情報（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.recruitBlock {
		width: 90%;
		margin: 0 5% 60px;
		border-radius: 0 0 20px 20px;
		background-color: var(--base-color);
	}
	.recruitBlock .sp:first-child {
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 20px 20px 0 0;
	}
	.recruitBlock .inBlock {
		position: relative;
		z-index: 2;
		width: 88%;
		margin-left: 6%;
		margin-right: 6%;
		padding-top: 60px;
	}
	.contentsHome .recruitBlock h2 {
		margin-bottom: 40px;
		padding-bottom: 25px;
		font-size: 4.5rem;
	}
	.contentsHome .recruitBlock h2 span {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.recruitBlock .lead {
		font-size: 3.6rem;
		margin-bottom: 15px;
	}
	.recruitBlock .sp:last-child {
		margin-top: -150px;
		border-radius: 0 0 20px 20px;
	}
	.recruitIllustration {
		top: -73px;
		left: 0;
		right: 0;
	}
	.recruitIllustration img {
		max-width: initial;
		width: 409px;
	}
}

/* ------------------------------
 バナー（PC）
------------------------------ */
/* バナーリンク */
.bnrBlock .bnrLink {
	margin-bottom: 37px;
}
.bnrLink a {
	display: flex;
	align-items: center;
	column-gap: 15px;
	height: 170px;
	padding: 0 35px;
	border-radius: 20px;
	background-color: var(--base-color);
}
.bnrLink a p {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	line-height: 1.5;
}
.bnrLink a p strong {
	display: inline-block;
	font-size: 2rem;
	line-height: 30px;
	font-weight: 600;
}
.bnrLink a p strong::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -6px 0 0 6px;
	background: url(../img/icon_blank_c_s_hospital.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
.bnrLink a:last-child p strong::after {
	background: url(../img/icon_blank_c_s_health.svg) no-repeat 0 0 / cover;
}
/* バナースライド */
.bnrBlock .bnrSwiper {
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.bnrSwiper:not(.swiper-initialized) ul {
	display: flex;
	justify-content: center;
	column-gap: 36px;
}
.bnrSwiper ul li {
	width: 22.632%;
	height: 104px;
	border-radius: 15px;
}
.bnrSwiper ul li a {
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
.bnrSwiper ul li a:not(:has(figure)) {
	padding: 20px 60px 20px 25px;
	background-color: var(--base-color);
}
.bnrSwiper ul li a:not(:has(figure)) p {
	color: var(--main-font-color);
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 600;
}
.bnrSwiper ul li a:not(:has(figure))::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 38px;
	height: 38px;
	margin: auto 0;
	background: url(../img/icon_arrow_c_r.svg) no-repeat 0 0 / cover;
	transition: .3s ease-in-out;
}
.bnrSwiper ul li a[target="_blank"]:not(:has(figure))::after {
	background: url(../img/icon_blank_c.svg) no-repeat 0 0 / cover;
}
/* 5枚以上でスライド */
.bnrBlock .bnrSwiper.swiper-horizontal {
	padding-bottom: 53px;
}
/* ページネーション */
.bnrSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	display: block;
	bottom: 0;
	left: 50%;
	width: calc(100% - 16px);
	height: 38px;
	padding-top: 4px;
	transform: translateX(-50%);
}
.bnrSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 4px;
	background-color: #f0efeb;
}
.bnrSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.bnrSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--care-color);
}
/* 前へ／次へボタン */
.bnrSwiper .swiper-buttons {
	display: flex;
	justify-content: flex-end;
	gap: 7px;
	position: absolute;
	bottom: 0;
	right: 8px;
	height: 38px;
}
.bnrSwiper .swiper-buttons .swiper-button-prev,
.bnrSwiper .swiper-buttons .swiper-button-next {
	position: static;
	width: 38px;
	height: 38px;
	margin: 0;
	transition: .3s ease-in-out;
}
.bnrSwiper .swiper-buttons .swiper-button-prev::after,
.bnrSwiper .swiper-buttons .swiper-button-next::after {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 6px;
	background: #ccc8be url(../img/icon_arrow_r_w_s.svg) no-repeat 13px center / 13px 10px;
}
.bnrSwiper .swiper-buttons .swiper-button-prev::after {
	transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
	/* バナーリンク */
	.bnrBlock .bnrLink {
		display: flex;
		justify-content: space-between;
	}
	/* 前へ／次へボタン */
	.bnrSwiper .swiper-buttons .swiper-button-prev:hover,
	.bnrSwiper .swiper-buttons .swiper-button-next:hover {
		opacity: .7;
	}
}
/* ------------------------------
 バナー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* バナーリンク */
	.bnrBlock .bnrLink {
		margin-bottom: 12px;
	}
	.bnrLink a {
		column-gap: 10px;
		height: 156px;
		padding: 0 15px 0 20px;
		border-radius: 15px;
	}
	.bnrLink a + a {
		margin-top: 12px;
	}
	.bnrLink a img {
		width: 80px;
	}
	.bnrLink a p strong {
		font-size: 1.8rem;
	}
	/* バナースライド */
	.bnrBlock .bnrSwiper:not(.swiper-horizontal) ul {
		flex-flow: row wrap;
		gap: 12px 0;
	}
	.bnrSwiper ul li {
		width: 100%;
		height: 80px;
	}
	.bnrSwiper ul li a:not(:has(figure)) {
		padding: 10px calc(5% + 40px) 10px 20px;
	}
	.bnrSwiper ul li a:not(:has(figure)) p {
		font-size: 1.6rem;
	}
	.bnrSwiper ul li a:not(:has(figure)) p br {
		display: none;
	}
	.bnrSwiper ul li a:not(:has(figure))::after {
		width: 30px;
		height: 30px;
	}
	/* 5枚以上でスライド */
	.bnrBlock .bnrSwiper.swiper-horizontal {
		padding-bottom: 46px;
	}
	/* ページネーション */
	.bnrSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
		height: 34px;
		padding-top: 4px;
	}
	.bnrSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}
	/* 前へ／次へボタン */
	.bnrSwiper .swiper-buttons {
		gap: 5px;
		height: 34px;
	}
	.bnrSwiper .swiper-buttons .swiper-button-prev,
	.bnrSwiper .swiper-buttons .swiper-button-next {
		width: 34px;
		height: 34px;
	}
	.bnrSwiper .swiper-buttons .swiper-button-prev::after,
	.bnrSwiper .swiper-buttons .swiper-button-next::after {
		width: 34px;
		height: 34px;
		border-radius: 5px;
		background: #ccc8be url(../img/icon_arrow_r_w_s.svg) no-repeat 11px center / 13px 10px;
	}
}