/* remベース（PC）：1rem = 16px */
@media screen and (min-width: 744px) {
	html {
		height: 100%;
		font-size: 100%;
	}

	:root {
		--va-saraciere-fw_base: 400;
		--va-saraciere-fz_p: 15px;
		--va-saraciere-fz_small: 12px;
		--va-saraciere-c_p: #1C1C1C;
	}
}

/* remベース（スマホ）：1rem = 10px */
@media screen and (max-width: 743.9px) {
	html {
		height: 100%;
		font-size: 62.5%;
	}

	:root {
		--va-saraciere-fw_base: 400;
		--va-saraciere-fz_p: 15px;
		--va-saraciere-fz_small: 12px;
		--va-saraciere-c_p: #1C1C1C;
	}
}

body {
	height: 100%;
	width: 100%;
	/* IEで疑似要素を表示させる用 */
	text-rendering: optimizeLegibility;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures contextual;
	font-feature-settings: "kern", "liga", "clig", "calt";
	/* フォントベース */
	line-height: 1.84;
	letter-spacing: 0.05em;
	font-size: 15px;
	font-weight: var(--va-saraciere-fw_base);
	color: var(--va-saraciere-c_p);
	/* 役物の字詰めを綺麗にする */
	font-feature-settings: "palt";
	text-align: justify;
}

/* タブレット */
body.tablet {
	min-width: 1200px;
}

/* ベース・ゴシック体 */
body {
	font-family: "Noto Sans JP", sans-serif;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.pcnone {
		display: none;
	}

	.d-none_pc,
	.d-none_pc {
		display: none;
	}
}

/* display: none（スマホ） */
@media screen and (max-width: 743.9px) {
	.spnone {
		display: none;
	}

	.d-none_sp,
	.d-none_sp {
		display: none;
	}
}

/* border-box */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* 一応おまじないで指定（旧ブラウザ対策） */
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* summaryの三角消去 */
summary {
	list-style: none;
}

details>summary::marker,
summary::-webkit-details-marker {
	display: none;
}

.ie summary::before {
	content: "" !important;
}

details>summary:focus {
	outline: none;
}

details>summary:focus {
	outline: none;
}

img {
	width: 100%;
	max-width: 100vw;
	vertical-align: middle;
	object-fit: cover;
}

i {
	font-style: normal;
	display: inline-block;
}

u,
em,
address {
	font-style: normal;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
}

/* clearfix */
.clearfix:after,
.is-clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* sr-only（スクリーンリーダーのみ） */
.sr-only {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* 明朝体 */
.mintyo,
.mincho {
	font-family: 'Shippori Mincho', serif;
}

/* 英数字用フォント */
.ff-Droid {
	font-family: 'Droid Sans', sans-serif;
}

.ff-IbmSans {
	font-family: 'IBM Plex Sans', sans-serif;
}

.ff-Oswald {
	font-family: 'Oswald', sans-serif;
}

/* Roboto（Helveticaの代わり） */
.ff-Roboto {
	font-family: 'Roboto', sans-serif;
}

/* Montserrat（一部使用） */
.ff-Montserrat {
	font-family: 'Montserrat', sans-serif;
}

/* 下線（musubii） */
.box.is-outline-bottom {
	display: inline-block;
	border-bottom: 1px solid #222;
}

/* トップに戻るボタン */
.pagetop-btn {
	position: fixed;
	right: 1px;
	bottom: 47px;
	z-index: 900;
	width: 36px;
	height: auto;
	display: none;
}

/* スライド画像
-------------------------*/
.slide {
	width: 100%;
	height: 0;
	padding-top: 50.8%;
	position: relative;
	background-color: #000;
}

.slide img {
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.slide .slide1 div {
	width: 100%;
	position: absolute;
	top: 0px;
	display: none;
}

.slide .slide2 {
	width: 100%;
	display: none;
}

.slide .slide3 {
	display: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.slide1,
.slide2,
.slide3 {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

/* ■ヘッダー
====================================== */
/* ヘッダー裏 調整（absolute他対策：ヘッダーの高さに合わせる） */
.ly-adjuster-curva-header8l5A {
	display: block;
	width: 100%;
	height: 60px;
}

/* ヘッダー下 調整（absolute他対策） */
.ly-adjuster-trequartista8l5A {
	display: block;
	width: 100%;
	height: 0px;
}

/* ヘッダー */
.header8l6A {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	max-width: 100vw;
	background-color: rgba(255, 255, 255, 0.8);
}

/* ヘッダー（PC） */
@media screen and (min-width: 744px) {
	.header8l6A {
		height: 70px;
	}
}

/* ヘッダー（スマホ） */
@media screen and (max-width: 743.9px) {
	.header8l6A {
		height: 60px;
	}
}

.header8l6A {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.header8l6A .d-none_pc {
		display: none;
	}
}

/* display: none（スマホ） */
@media screen and (max-width: 743.9px) {
	.header8l6A .d-none_sp {
		display: none;
	}
}

/* .header__start */
.header8l6A .header__start {
	margin: 0;
	position: relative;
	z-index: 9999;
	display: table;
	float: left;
}

.header8l6A .header__brand {
	display: table-cell;
	width: 300px;
	max-width: 70vw;
	height: 100%;
	/* padding: 上  横  下 */
	padding: 1px 16px 0px;
}

.header8l6A .header__start img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* .header__middle */
@media screen and (max-width: 743.9px) {
	.header8l6A .header__middle {
		display: none;
	}
}

/* ヘッダーメニュー */
.header8l6A nav.nav-topmenu1 {
	/* padding: 上  右  下  左 */
	padding: 0px 1.4vw 0px 0px;
}

.header8l6A nav>ul.menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.header8l6A nav>ul.menu li {
	position: relative;
	display: flex;
	align-items: center;
	/* 	liを子メニューの親にするので高さ指定する */
	height: 70px;
	font-size: 14px;
	text-align: center;
}

.header8l6A nav>ul.menu li a {
	display: inline-flex;
	padding: 0;
	color: var(--va-saraciere-c_p);
}

.header8l6A nav>ul.menu li a img {
	height: 12px;
	width: auto;
}

/* imagehover.css */
.header8l6A [class^="imghvr-"] figcaption,
.header8l6A [class*=" imghvr-"] figcaption {
	position: absolute;
	left: 0px;
	top: 0.39em;
	width: auto;
	line-height: 0;
	letter-spacing: 0.05em;
	font-weight: 500;
	white-space: nowrap;
}

.header8l6A [class^="imghvr-"],
.header8l6A [class*=" imghvr-"],
.header8l6A [class^="imghvr-"] figcaption,
.header8l6A [class*=" imghvr-"] figcaption {
	/* padding: 上  横  下 */
	padding: 12px 1.4vw 12px;
	color: var(--va-saraciere-c_p);
	background-color: transparent;
}

.header8l6A nav>ul.menu li:nth-of-type(4):hover figcaption {
	-webkit-transform: translate(-1em, 0);
	transform: translate(-1em, 0);
}

.header8l6A nav>ul.menu li:nth-of-type(5):hover figcaption {
	-webkit-transform: translate(-1.5em, 0);
	transform: translate(-1.5em, 0);
}

.header8l6A nav>ul.menu li a.is-outline {
	/* padding: 上  横  下 */
	margin-left: 1.4vw;
	border: 1px solid hsla(0, 0%, 44%, 1);
}

/* サブメニュー（ドロップメニュー） */
.header8l6A nav>ul.menu .sub-menu {
	position: absolute;
	top: 70px;
	left: 0px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	opacity: 0;
	/* リンク無効（※IE対策 = block or iBlock）*/
	pointer-events: none;
}

.header8l6A nav>ul.menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
}

.header8l6A nav>ul.menu .sub-menu>li {
	display: table;
	width: 230px;
	height: auto;
	font-size: 14px;
	text-align: left;
	background: hsla(170, 73%, 10%, 0.85);
}

.header8l6A nav>ul.menu .sub-menu>li:not(:first-child) {
	border-top: 1px solid hsla(0, 0%, 50%, 0.3);
}

.header8l6A nav>ul.menu .sub-menu>li a {
	display: table-cell;
	/* padding: 縦  横 */
	padding: 0.7em 1.2em;
	vertical-align: middle;
	color: #FFF;
}

.header8l6A nav>ul.menu .sub-menu>li a:hover {
	background: hsla(170, 73%, 15%, 0.85);
}

/* .header__end */
@media screen and (max-width: 743.9px) {
	.header8l6A .header__end {
		display: none;
	}
}

.header8l6A .header__end ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-left: 2vw;
}

.header8l6A .header__end .btn__entry {
	height: 70px;
	width: auto;
}

.header8l6A .header__end .btn__entry img {
	height: 70px;
	width: auto;
	max-width: 100vw;
}

.header8l6A .header__end a:hover {
	color: #fff;
	opacity: 0.5;
}




/* スマホ下ボタン （デバイスが横向きの場合） */
@media screen and (max-width: 743.9px) and (orientation: landscape) {
	body {
		/* padding: 上 右 下 左 */
		padding: 0px 179px 0px 5px;
	}

	.slide img {
		width: 100%;
		height: 100vh;
		object-fit: cover;
		object-position: 50% 63%;
	}

	.menu-trigger {
		position: fixed;
		top: 15px;
		right: 184px;
	}

	.bottom-btn_sp {
		position: fixed;
		width: auto;
		max-width: 100vw;
		right: 0;
	}

	.bottom-btn_sp ul {
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	.bottom-btn_sp ul>li {
		height: 33.333333vh;
		width: auto;
	}

	.bottom-btn_sp ul>li img {
		height: 33.333333vh;
		width: auto;
	}
}



/* ■フッター（.footer-8l6A）
==================================== */
.footer8l6A {
	margin: 0;
	display: block;
	/* フォントベース */
	font-size: var(--va-saraciere-fz_p);
	text-align: justify;
	overflow: hidden;
	background: #F2F2F2;
	color: var(--va-saraciere-c_p);
}

/* 文字設定（p） */
.footer8l6A p {
	display: block;
	max-width: 100%;
	font-size: var(--va-saraciere-fz_p);
	text-align: justify;
	margin-bottom: 0rem;
}

/* アドレス（address） */
.footer8l6A address {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: 13px;
	margin-bottom: 0rem;
}

/* 注釈・小字（small） */
.footer8l6A small {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: 12px;
	margin-bottom: 0rem;
}

/* inline-block（i） */
.footer8l6A i {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 4px;
}

/* inline-block（span） */
.footer8l6A address span,
.footer8l6A p span {
	display: inline-block;
	margin-right: 1em;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.footer8l6A .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.footer8l6A .titolo,
.footer8l6A .titolo img {
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100vw;
}

.footer8l6A .titolo.titolo-footer {
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	margin-bottom: 0rem;
}

.footer8l6A .titolo.titolo-footer i {
	width: 2em;
	height: auto;
	max-width: 100%;
	vertical-align: 0.08em;
}

/* レイアウト
-------------------------------------- */
/* フッター上調整 */
.ly-adjuster-portiere8l6A {
	display: block;
	width: 100%;
	height: 3rem;
}

/* フッター裏調整 */
.ly-adjuster-curva-footer8l6A {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .footer__top */
.footer8l6A .footer__top {
	display: flex;
}

.footer8l6A .footer__top {
	margin: 0;
	width: 90%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  右  下  左 */
	padding: 50px 0px 25px 0px;
}

/* .footer__top__start */
.footer8l6A .footer__top__start {
	margin: 0;
	width: 300px;
	max-width: 90vw;
	height: auto;
	margin-right: 6vw;
	margin-left: 3vw;
}

/* logo-brand サイズ */
.footer8l6A .footer__brand {
	display: block;
	width: 300px;
	max-width: 90vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
}

/* .footer8l6A .footer__end */
.footer8l6A .footer__top__end {
	margin: 0;
	width: auto;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	margin-bottom: 0rem;
}

/* フッターメニュー（PC） */
@media screen and (min-width: 744px) {
	.footer8l6A .footer__top__end {
		display: flex;
	}

	.footer8l6A .nav-footmenu1>ul.menu {
		display: flex;
	}

	.footer8l6A nav>ul.menu>li,
	.footer8l6A nav>ul.menu .sub-menu>li {
		display: block;
		width: auto;
		height: auto;
		font-size: 14px;
		text-align: left;
		white-space: nowrap;
	}

	.footer8l6A nav>ul.menu>li a,
	.footer8l6A nav>ul.menu .sub-menu>li a {
		display: block;
		/* padding: 上  右  下  左 */
		padding: 0em 2.3vw 0.7em 0em;
		color: var(--va-saraciere-c_p);
	}


	.footer8l6A nav>ul.menu>li>a {
		font-weight: 700;
	}

	.footer8l6A nav>ul.menu .sub-menu>li a {
		font-weight: 400;
	}

	.footer8l6A nav>ul.menu>li a:hover,
	.footer8l6A nav>ul.menu .sub-menu>li a:hover {
		opacity: 0.7;
	}

	/* サブメニュー */
	.footer8l6A nav>ul.menu .sub-menu {
		position: static;
	}

	.footer8l6A nav>ul.menu .sub-menu>li a i {
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.2em;
	}

	.footer8l6A nav>ul.menu .sub-menu>li a i::before {
		content: "▶︎";
	}

	.footer8l6A nav>ul.menu .sub-menu>li:not(:first-child) {
		border-top: none;
	}
}

/* ■フッター（スマホ）
==================================== */
@media screen and (max-width: 743.9px) {
	.footer8l6A .footer__top {
		display: flex;
		flex-direction: column;
	}

	/* .footer__end */
	.footer8l6A .footer__top__end {
		display: flex;
		flex-direction: column;
	}

	/* .フッターメニュー */
	.footer8l6A nav {
		width: 100%;
		max-width: 90vw;
		height: auto;
		/* padding: 上  横  下 */
		padding: 0px 0px 0px;
		transition: all .5s;
	}

	.footer8l6A nav>ul.menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer8l6A nav>ul.menu li {
		position: relative;
		display: block;
		/* 文字数で調整する	 */
		width: 300px;
		max-width: 100vw;
		/* 	子メニュー分伸ばすので高さautoにする */
		height: auto;
		font-size: 16px;
		text-align: left;
		color: var(--va-saraciere-c_p);
	}

	.footer8l6A nav>ul.menu>li {
		border-bottom: 1px solid hsla(0, 0%, 0%, 0.85);
	}

	.footer8l6A nav>ul.menu li:hover {
		opacity: 0.7;
	}

	/* .footer8l6A nav>ul.menu>li.menu-item-has-children .submenu-opener {
		position: absolute;
		right: 1em;
		top: 0.6em;
		margin: auto;
		width: auto;
	}

	.footer8l6A nav>ul.menu>li.menu-item-has-children .submenu-opener::after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-size: 16px;
		font-weight: 900;
	}

	.footer8l6A nav>ul.menu>li.menu-item-has-children.summon .submenu-opener::after {
		content: "\f106";
	} */

	.footer8l6A nav>ul.menu li a {
		display: inline-flex;
		justify-content: flex-start;
		/* 文字数で調整する	 */
		width: 16em;
		/* padding: 上  右  下  左 */
		padding: 10px 1.5em 10px 0em;
		color: var(--va-saraciere-c_p);
	}

	/* サブメニュー（ドロップメニュー） */
	.footer8l6A nav>ul.menu .sub-menu {
		display: none;
	}

	.footer8l6A nav>ul.menu .menu-item-has-children.summon .sub-menu {
		display: block;
	}

	.footer8l6A nav>ul.menu .sub-menu>li {
		width: 100%;
		font-size: 16px;
		border-top: 1px solid hsla(0, 0%, 0%, 0.3);
	}

	.footer8l6A nav>ul.menu .sub-menu>li:first-child {
		border-top: 1px solid hsla(0, 0%, 0%, 0.85);
	}

	.footer8l6A nav>ul.menu .sub-menu>li a {
		margin-left: 1em;
	}

	.footer8l6A nav>ul.menu .sub-menu>li a i::before {
		content: "▶︎";
	}
}

/* .footer__bottom */
.footer8l6A .footer__bottom {
	position: relative;
	/* padding: 上  横  下 */
	padding: 30px 0px 30px;
	background: #F2F2F2;
}

.footer8l6A .footer__bottom .copyright {
	font-size: 12px;
	font-weight: 600;
	color: #222;
	text-align: center;
}

.footer8l6A .footer__bottom .copyright span {
	display: block;
}


/* ■ページ：フロントページ
====================================== */
/* フロントカバー（video）
-------------------------------------- */
.sect-frnt8nlA-vcov {
	margin: 0;
	position: relative;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	overflow: hidden;
	background: hsla(0, 0%, 95%, 1);
}

/* フロントカバー（video） */
.sect-frnt8nlA-vcov [class^='imgsmn-'],
.sect-frnt8nlA-vcov [class*=' imgsmn-'],
.sect-frnt8nlA-vcov [class^='imgsmn-'] figcaption,
.sect-frnt8nlA-vcov [class*=' imgsmn-'] figcaption {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100vw;
	height: 100vh;
	transition: all 1s ease;
	background: #EEEEEE;
}

.sect-frnt8nlA-vcov [class^='imgsmn-'],
.sect-frnt8nlA-vcov [class*=' imgsmn-'] {
	z-index: 110;
}

.sect-frnt8nlA-vcov [class^='imgsmn-'].sealed,
.sect-frnt8nlA-vcov [class*=' imgsmn-'].sealed {
	z-index: 90;
}

.sect-frnt8nlA-vcov .ly-saravcov8nlA__deckC {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
	transition: all 1.8s ease;
}

.sect-frnt8nlA-vcov .ly-saravcov8nlA__deckC.translated {
	transform: translate(0px, 300px);
}

.sect-frnt8nlA-vcov .ly-saravcov8nlA__deckC.translatedX {
	transform: translate(100%, 0);
	opacity: 0;
}

.sect-frnt8nlA-vcov .video-cover {
	position: relative;
	z-index: 0;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100vh;
	background-color: #222;
}

.sect-frnt8nlA-vcov .video-tray {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	/* padding-bottom: 56.25%; */
	overflow: hidden;
}

.sect-frnt8nlA-vcov .video-tray::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	/* リンク無効（※IE対策 = block or iBlock）*/
	pointer-events: none;
	background-color: hsla(180, 25%, 25%, 0);
}

.sect-frnt8nlA-vcov video,
.sect-frnt8nlA-vcov iframe {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-position: center bottom;
	object-fit: cover;
	object-position: 38% 50%;
}

.sect-frnt8nlA-vcov .video-label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: auto;
	z-index: 100;
	display: block;
	width: auto;
	/* リンク無効（※IE対策 = block or iBlock）*/
	pointer-events: none;
}

.sect-frnt8nlA-vcov .titolo.titolo-video {
	margin: 0px;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	color: hsl(62, 78%, 53%);
	margin-bottom: 4px;
	opacity: 0;
}

.sect-frnt8nlA-vcov .subsequence {
	display: block;
	font-family: 'Shippori Mincho', serif;
	line-height: 1;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	text-align: center;
	color: #FFF;
	opacity: 0;
}

.sect-frnt8nlA-vcov .scroll {
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 84px;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
}

.sect-frnt8nlA-vcov .scroll .scroll-line {
	position: relative;
	margin-top: 10px;
	display: block;
	width: 1px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.sect-frnt8nlA-vcov .scroll .scroll-line::before,
.sect-frnt8nlA-vcov .scroll .scroll-line::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
}

.sect-frnt8nlA-vcov .scroll .scroll-line::after {
	background-color: #FFF;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-frnt8nlA-vcov .sarapos8nlA-dl-posR {
	position: relative;
}

.sect-frnt8nlA-vcov .sarapos8nlA-dl-posR>.dt-posN {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	background: hsla(0, 0%, 100%, 1);
}

.sect-frnt8nlA-vcov .sarapos8nlA-dl-posR>.dt-posN img {
	width: 100%;
	max-width: 100%;
	height: 100vh;
}

.sect-frnt8nlA-vcov .sarapos8nlA-dl-posR>.dd-posA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 100%;
}

.sect-frnt8nlA-vcov .sarapos8nlA-dl-posR>.dd-posA p {
	margin: 0;
	display: block;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 1;
	letter-spacing: 0em;
	font-size: 3vw;
	font-weight: 700;
	text-align: center;
	color: #e70012;
	opacity: 0;
}

.sect-frnt8nlA-vcov .sarapos8nlA-dl-posR>.dd-posA img {
	width: 40vw;
	height: auto;
	vertical-align: bottom;
}

.sect-frnt8nlA-vcov .sarapos8nlA-dl-posR>.dd-posA p.animated {
	opacity: inherit;
	transition: all 0.5s ease;
}

.sect-frnt8nlA-vcov .sarapos8nlA-dl-posR>.dd-posA p span {
	display: inline-block;
}

.sect-frnt8nlA-vcov figcaption .copy-posR1,
.sect-frnt8nlA-vcov figcaption .copy-posR2,
.sect-frnt8nlA-vcov figcaption .copy-posR3 {
	position: absolute;
	left: 2%;
	top: 56%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	width: auto;
}

.sect-frnt8nlA-vcov figcaption .copy-posR1 img,
.sect-frnt8nlA-vcov figcaption .copy-posR2 img,
.sect-frnt8nlA-vcov figcaption .copy-posR3 img {
	height: 60vh;
	width: auto;
	max-width: 100vw;
	object-fit: contain;
}

.sect-frnt8nlA-vcov figcaption .copy-posR1.is-invisible,
.sect-frnt8nlA-vcov figcaption .copy-posR2.is-invisible,
.sect-frnt8nlA-vcov figcaption .copy-posR3.is-invisible {
	opacity: 0;
}

.sect-frnt8nlA-vcov figcaption .copy-posR2.translatedX {
	transform: translate(200px, -48%);
}

.sect-frnt8nlA-vcov figcaption p.p-posR p span {
	display: block;
	white-space: nowrap;
}

.sect-frnt8nlA-vcov figcaption p.p-posR u {
	display: inline-block;
	color: #EEEEEE;
	transition: all 0.5s ease;
}

.sect-frnt8nlA-vcov figcaption p.p-posR u.translatedX {
	transform: translate(200px, 0%);
	opacity: 0;
}

.sect-frnt8nlA-vcov figcaption p.p-posR u.is-outline {
	text-shadow:
		#A0A0A0 1px 1px 0, #A0A0A0 -1px -1px 0,
		/*右下、左上*/
		#A0A0A0 -1px 1px 0, #A0A0A0 1px -1px 0,
		/*右上、左下*/
		#A0A0A0 0px 1px 0, #A0A0A0 0-1px 0,
		/*右、左*/
		#A0A0A0 -1px 0 0, #A0A0A0 1px 0 0;
	/*上、下*/
}

.sect-frnt8nlA-vcov figcaption p.p-posR.is-shining,
.sect-frnt8nlA-vcov figcaption p.p-posR u.is-shining {
	color: #FFF;
	transition: all 0s ease;
}

/* フロントページ
-------------------------------------- */
.sarafrnt8nla {
	margin: 0;
	padding: 0;
	display: block;
	/* フォントベース */
	font-size: var(--va-saraciere-fz_p);
	font-weight: var(--va-saraciere-fw_base);
	text-align: justify;
}

/* 文字設定（p） */
.sarafrnt8nla p {
	display: block;
	max-width: 100%;
	font-size: var(--va-saraciere-fz_p);
	font-weight: var(--va-saraciere-fw_base);
	text-align: justify;
	margin-bottom: 0rem;
}

/* 太字（b） */
.sarafrnt8nla b {
	font-weight: 700;
}

/* 改行（span：d:block） */
.sarafrnt8nla em span,
.sarafrnt8nla p span,
.sarafrnt8nla small span {
	display: block;
}

/* inline-block（i） */
.sarafrnt8nla i {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 0.1em;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.sarafrnt8nla .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.sarafrnt8nla .titolo {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.sarafrnt8nla .titolo img {
	width: 100%;
	max-width: 100vw;
	height: auto;
}

.sarafrnt8nla .titolo.titolo-section {
	line-height: 1.5;
	font-size: var(--va-saraciere-fz_h3);
	font-weight: var(--va-saraciere-fw_base);
	margin-bottom: 1rem;
}

.sarafrnt8nla .titolo.titolo-subsection {
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin-bottom: 0rem;
}

/* ページレイアウト
-------------------------------------- */
.sarafrnt8nla [class^="ly-sarafrnt8nlA__shelf"],
.sarafrnt8nla [class^="ly-sarafrnt8nlA__hding"],
.sarafrnt8nla [class^="ly-sarafrnt8nlA__chest"],
.sarafrnt8nla [class^="ly-sarafrnt8nlA__btnhole"] {
	margin: 0;
	padding: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 余白：上 */
.sarafrnt8nla .ly-adjuster-sarafrnt8nlA__mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .section-sarafrnt8nla（.sect）
-------------------------------------- */
.sarafrnt8nla .sect-frnt8nlA-News {
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
	padding: 45px 0px 4rem;
	overflow: hidden;
	background: hsla(0, 0%, 95%, 1);
}

.sect-frnt8nlA-News .ly-sarafrnt8nlA__chestA {
	position: relative;
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: hsla(0, 0%, 95%, 1);
}

.sect-frnt8nlA-News .ly-sarafrnt8nlA__chestA {
	position: relative;
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  右  下  左 */
	padding: 30px 30px 30px 270px;
	background: hsla(0, 0%, 95%, 1);
}

.sect-frnt8nlA-News .ly-sarafrnt8nlA__chestA .frnt8nlA-nws_ttl1 {
	position: absolute;
	left: 0%;
	top: 40%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	margin: auto;
	width: 220px;
	max-width: 100%;
	height: auto;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-frnt8nlA-News .ly-sarafrnt8nlA__chestA {
		position: relative;
		margin: 0;
		width: 100%;
		max-width: 90vw;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		background: hsla(0, 0%, 95%, 1);
	}

	.sect-frnt8nlA-News .ly-sarafrnt8nlA__chestA .frnt8nlA-nws_ttl1 {
		position: static;
		display: block;
		margin: auto;
		width: 138px;
		max-width: 100%;
		height: auto;
	}

	.sect-frnt8nlA-News .ly-sarafrnt8nlA__chestA .frnt8nlA-nws_more1 {
		display: block;
		margin-inline: auto;
		margin-top: 1.5rem;
		position: static;
		width: 126px;
		max-width: 100%;
		height: auto;
	}

	.sect-frnt8nlA-News .ly-sarafrnt8nlA__chestA .frnt8nlA-nws_more1 img {
		width: 126px;
		max-width: 100%;
		height: auto;
	}
}

/* sect-frnt8nlA-Links
-------------------------------------- */
.sarafrnt8nla .sect-frnt8nlA-Links {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	overflow: hidden;
	background: hsla(0, 0%, 95%, 1);
}

.sarafrnt8nla .sect-frnt8nlA-Links a.hover-img-op1:hover img {
	opacity: 1;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB1 {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3rem;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-frnt8nlA-Links .sarapos8nlA-dl-posR {
	position: relative;
}

.sect-frnt8nlA-Links .sarapos8nlA-dl-posR .mask-blue::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: hsla(203, 27%, 68%, 0.15);
}

.sect-frnt8nlA-Links a:hover .sarapos8nlA-dl-posR .mask-blue img {
	opacity: 1;
}

.sect-frnt8nlA-Links a:hover .sarapos8nlA-dl-posR .mask-blue::after {
	background: hsla(203, 27%, 73%, 0.15);
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB1 .sarapos8nlA-dl-posR>.dt-posN {
	float: none;
	width: 75.6%;
	height: auto;
	margin-left: auto;
	overflow: hidden;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB1 .sarapos8nlA-dl-posR>.dd-posA {
	position: absolute;
	left: 0%;
	top: 12%;
	margin: auto;
	width: 36.4%;
	height: auto;
	background-color: hsla(31, 80%, 100%, 1);
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB2 {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  右  下  左 */
	padding: 0px 140px 0px 0px;
	margin-bottom: 3rem;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB2 .sarapos8nlA-dl-posR>.dt-posN {
	float: none;
	width: 70.1%;
	height: auto;
	margin-right: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB2 .sarapos8nlA-dl-posR>.dd-posA {
	position: absolute;
	right: 0%;
	top: 12%;
	margin: auto;
	width: 40%;
	height: auto;
	background-color: hsla(31, 80%, 100%, 1);
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB3 {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  右  下  左 */
	padding: 0px 140px 0px 0px;
	margin-bottom: 3rem;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB3 .sarapos8nlA-dl-posR>.dt-posN {
	float: none;
	width: 70.1%;
	height: auto;
	margin-left: auto;
	overflow: hidden;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB3 .sarapos8nlA-dl-posR>.dd-posA {
	position: absolute;
	left: 0%;
	top: 12%;
	margin: auto;
	width: 40%;
	height: auto;
	background-color: hsla(31, 80%, 100%, 1);
}

/* shelf（Flex） */
.sect-frnt8nlA-Links .ly-sarafrnt8nlA__shelfB4 {
	display: flex;
	flex-direction: column;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__shelfB4 {
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__shelfB4>div {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 8px;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB4 .sarapos8nlA-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	margin-left: auto;
	overflow: hidden;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB4 .sarapos8nlA-dl-posR>.dd-posA {
	position: absolute;
	left: 0%;
	top: 25%;
	margin: auto;
	width: 28%;
	height: auto;
	background-color: hsla(31, 80%, 100%, 1);
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB5 .sarapos8nlA-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	margin-left: auto;
	overflow: hidden;
}

.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB5 .sarapos8nlA-dl-posR>.dd-posA {
	position: absolute;
	left: 0%;
	top: 25%;
	margin: auto;
	width: 28%;
	height: auto;
	background-color: hsla(31, 80%, 100%, 1);
}

/* sect-frnt8nlA-Links（スマホ）
-------------------------------------- */
@media screen and (max-width: 743.9px) {
	.sect-frnt8nlA-Links .sarapos8nlA-dl-posR>.dt-posN img {
		height: 250px;
		object-fit: cover;
		object-position: 50% 50%;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB1 .sarapos8nlA-dl-posR>.dt-posN,
	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB2 .sarapos8nlA-dl-posR>.dt-posN,
	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB3 .sarapos8nlA-dl-posR>.dt-posN,
	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB4 .sarapos8nlA-dl-posR>.dt-posN,
	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB5 .sarapos8nlA-dl-posR>.dt-posN {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB1 {
		margin: 0;
		width: 100%;
		max-width: 100vw;
		height: auto;
		padding: 0px 0px 0px 0px;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB1 .sarapos8nlA-dl-posR>.dt-posN img {
		object-position: 50% 50%;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB1 .sarapos8nlA-dl-posR>.dd-posA {
		position: relative;
		left: 0%;
		top: -51px;
		margin: auto;
		width: 90vw;
		height: auto;
		background-color: hsla(31, 80%, 100%, 0.7);
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB2 {
		margin: 0;
		width: 100%;
		max-width: 100vw;
		height: auto;
		padding: 0px 0px 0px 0px;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB2 .sarapos8nlA-dl-posR>.dt-posN img {
		object-position: 0% 50%;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB2 .sarapos8nlA-dl-posR>.dd-posA {
		position: relative;
		left: 0%;
		top: -51px;
		margin: auto;
		width: 90vw;
		height: auto;
		background-color: hsla(31, 80%, 100%, 0.7);
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB3 {
		margin: 0;
		width: 100%;
		max-width: 100vw;
		height: auto;
		padding: 0px 0px 0px 0px;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB3 .sarapos8nlA-dl-posR>.dt-posN img {
		object-position: 61% 50%;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB3 .sarapos8nlA-dl-posR>.dd-posA {
		position: relative;
		left: 0%;
		top: -51px;
		margin: auto;
		margin-bottom: 0px;
		width: 90vw;
		height: auto;
		background-color: hsla(31, 80%, 100%, 0.7);
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__shelfB4 {
		width: 90%;
		max-width: 90vw;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__shelfB4>div {
		margin: 0;
		width: 100%;
		max-width: 90vw;
		height: auto;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB4 .sarapos8nlA-dl-posR>.dt-posN img {
		width: 100%;
		height: auto;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB4 .sarapos8nlA-dl-posR>.dd-posA {
		position: absolute;
		left: 0;
		top: 0px;
		bottom: 0px;
		margin: auto;
		width: 150px;
		height: 100px;
		max-width: 100%;
		text-align: center;
		background-color: hsla(31, 80%, 100%, 0.7);
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB4 .sarapos8nlA-dl-posR>.dd-posA img {
		width: 85%;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB5 .sarapos8nlA-dl-posR>.dt-posN img {
		width: 100%;
		height: auto;
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB5 .sarapos8nlA-dl-posR>.dd-posA {
		position: absolute;
		left: 0;
		top: 0px;
		bottom: 0px;
		margin: auto;
		width: 150px;
		height: 100px;
		max-width: 100%;
		text-align: center;
		background-color: hsla(31, 80%, 100%, 0.7);
	}

	.sect-frnt8nlA-Links .ly-sarafrnt8nlA__chestB5 .sarapos8nlA-dl-posR>.dd-posA img {
		width: 85%;
	}
}

/* hover:mix-blend-mode */
.sect-frnt8nlA-Links .hvr-mbm-ex::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 0%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease;
}

.sect-frnt8nlA-Links .hvr-mbm-ex:hover::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: hsla(31, 80%, 0%, 0.3);
}

@supports (mix-blend-mode: exclusion) {
	.sect-frnt8nlA-Links .hvr-mbm-ex:hover::after {
		background-color: hsla(31, 80%, 100%, 1);
		mix-blend-mode: exclusion;
	}
}


/* 余白：下 */
.sarafrnt8nla .ly-adjuster-sarafrnt8nlA__medianoA {
	display: block;
	width: 100%;
	height: 0rem;
}




/* ■ページ：ニュース一覧（.saranews8l6a）
====================================== */
.saranews8l6a {
	margin: 0;
	padding: 0;
	display: block;
	/* フォントベース */
	font-size: var(--va-saraciere-fz_p);
	text-align: justify;
}

/* 文字設定（p） */
.saranews8l6a p {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: var(--va-saraciere-fz_p);
	text-align: justify;
	margin-bottom: 0rem;
}

/* 太字（b） */
.saranews8l6a b {
	font-weight: 700;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.saranews8l6a .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.saranews8l6a .titolo,
.saranews8l6a .titolo img {
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
}

.saranews8l6a .titolo.titolo-page {
	width: 9.5rem;
	height: auto;
	margin-bottom: 0rem;
}

.saranews8l6a .titolo.titolo-section {
	display: inline-block;
	width: auto;
	height: auto;
	margin-bottom: 0rem;
}

.saranews8l6a .titolo.titolo-section img {
	width: 6.25rem;
	height: auto;
}

/* 水平線（.u-line） */
.saranews8l6a .u-upperline {
	margin-top: 0px;
	display: block;
	position: relative;
	width: 6.25rem;
	max-width: 90vw;
	height: 4px;
	margin-right: auto;
	margin-left: auto;
	background: #D10B0B;
	margin-bottom: 12px;
}

/* 水平線（.u-under） */
.saranews8l6a .titolo.titolo-section .u-under {
	margin-top: 0.4rem;
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0rem;
}

/* ページレイアウト
-------------------------------------- */
.saranews8l6a [class^="ly-saranews8l6A__cabinet"],
.saranews8l6a [class^="ly-saranews8l6A__shelf"],
.saranews8l6a [class^="ly-saranews8l6A__rack"],
.saranews8l6a [class^="ly-saranews8l6A__plate"],
.saranews8l6a [class^="ly-saranews8l6A__hding"],
.saranews8l6a [class^="ly-saranews8l6A__chest"],
.saranews8l6a [class^="ly-saranews8l6A__btnhole"] {
	margin: 0;
	padding: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.saranews8l6a [class^="ly-saranews8l6A__casket"],
.saranews8l6a [class^="ly-saranews8l6A__coffret"] {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 余白：上 */
.saranews8l6a .ly-adjuster-saranews8l6A__mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .section-saranews8l6A-Pagecov
-------------------------------------- */
/* .pagecov（ページカバー） */
.saranews8l6a .sect-news8l6A-Pagecov {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-bottom: 0rem;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-news8l6A-Pagecov .sarapos8l6A-dl-posR {
	position: relative;
}

.sect-news8l6A-Pagecov .sarapos8l6A-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

.sect-news8l6A-Pagecov .sarapos8l6A-dl-posR>.dt-posN img {
	width: 100%;
	height: auto;
	max-width: 100vw;
	object-fit: cover;
}

.sect-news8l6A-Pagecov .sarapos8l6A-dl-posR>.dd-posA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: auto;
}

/* .section-saranews8l6A-Newslist
-------------------------------------- */
.saranews8l6a .sect-news8l6A-Newslist {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 1rem 0px 3rem;
	overflow: hidden;
}

.sect-news8l6A-Newslist .ly-saranews8l6A__hdingB {
	margin: 0;
	width: 800px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 3rem;
}

.sect-news8l6A-Newslist .ly-saranews8l6A__chestB {
	margin: 0;
	width: 800px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-news8l6A-Newslist .ly-saranews8l6A__btnholeB {
	margin-top: 3rem;
	width: 800px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

/* 余白：下 */
.saranews8l6a .ly-adjuster-saranews8l6A__medianoA {
	display: block;
	width: 100%;
	height: 0rem;
}




/* ■ページ：トヨテツ福岡とは（.sarawhat8l6a）
====================================== */
.sarawhat8l6a {
	margin: 0;
	padding: 0;
	display: block;
	/* フォントベース */
	font-size: 17px;
	text-align: justify;
}

/* 文字設定（p） */
.sarawhat8l6a p {
	margin: 0;
	display: block;
	max-width: 100vw;
	line-height: 2;
	font-size: 17px;
	text-align: justify;
	margin-bottom: 0rem;
}

/* 強調・大字（strong） */
.sarawhat8l6a strong {
	margin: 0;
	display: block;
	max-width: 100vw;
	line-height: 1.62;
	font-size: calc(16px + 1vw);
	font-weight: 500;
	text-align: center;
	margin-bottom: 1rem;
}

/* 強調・中字（em） */
.sarawhat8l6a em {
	margin: 0;
	display: block;
	max-width: 100vw;
	line-height: 2.0;
	font-size: calc(16px + 0.5vw);
	font-weight: 700;
	text-align: center;
	margin-bottom: 0rem;
}

/* 注釈・小字（small） */
.sarawhat8l6a small {
	margin: 0;
	display: block;
	max-width: 100vw;
	font-size: var(--va-saraciere-fz_small);
	margin-bottom: 0rem;
}

/* 太字（b） */
.sarawhat8l6a b {
	font-weight: 700;
}

/* （PC） */
@media screen and (min-width: 744px) {

	/* 改行（span：d:block） */
	.sarawhat8l6a .titolo.titolo-paragraph span,
	.sarawhat8l6a strong span,
	.sarawhat8l6a em span,
	.sarawhat8l6a p span,
	.sarawhat8l6a small span {
		display: block;
	}
}

/* inline-block（i） */
.sarawhat8l6a i {
	margin: 0;
	display: inline-block;
	vertical-align: text-bottom;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.sarawhat8l6a .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.sarawhat8l6a .titolo {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.sarawhat8l6a .titolo i {
	width: 2em;
	height: auto;
	max-width: 100%;
	vertical-align: 0.08em;
}

.sarawhat8l6a .titolo.titolo-page {
	transform: scale(1.6);
	margin-bottom: 0rem;
}

.sarawhat8l6a .titolo.titolo-section {
	margin-bottom: 0rem;
}

.sarawhat8l6a .titolo.titolo-section img {
	width: auto;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 水平線（.u-line） */
.sarawhat8l6a .u-upperline {
	display: block;
	position: relative;
	width: 100px;
	max-width: 90vw;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #D10B0B;
	margin-bottom: 12px;
}

/* ルビ（ruby） */
.sarawhat8l6a ruby.rubypos-under {
	display: inline-flex;
	flex-direction: column;
}

.sarawhat8l6a :is(h1, h2, h3, h4, h5, h6) ruby {
	width: auto;
	max-width: 100%;
	text-align: center;
}

.sarawhat8l6a :is(h1, h2, h3, h4, h5, h6) rt {
	margin-top: 10px;
	max-width: 100%;
	font-size: 15px;
	text-align: center;
}

.sarawhat8l6a .titolo.titolo-subsection {
	line-height: 2.0;
	font-size: calc(16px + 1.2vw);
	font-weight: 700;
	text-align: center;
	/* padding: 上  横  下 */
	padding: 0px 0px 2px;
	color: hsla(0, 90%, 43%, 1);
	border: 1px solid hsla(0, 90%, 43%, 1);
	margin-bottom: 0rem;
}

.sarawhat8l6a .titolo.titolo-division {
	margin-bottom: 0rem;
}

.sarawhat8l6a .titolo.titolo-division img {
	width: auto;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
}

.sarawhat8l6a .titolo.titolo-paragraph {
	position: relative;
	display: block;
	height: 100%;
	line-height: 1.5;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	/* display: flex */
	display: flex;
	flex-direction: column;
}

.sarawhat8l6a .titolo.titolo-paragraph .icon {
	position: absolute;
	left: 16px;
	top: 1px;
	margin: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.42em;
	height: 1.42em;
	border-radius: 999em;
	line-height: 1;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
}

.sarawhat8l6a .titolo.titolo-paragraph .icon>span {
	position: relative;
	top: 0px;
	left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
}




/* ページレイアウト
-------------------------------------- */
/* 余白：上 */
.sarawhat8l6a .ly-adjuster-sarawhat8l6A__mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .intainer */
[class^="dept-what8l6A"] .division__intainer,
[class^="sect-what8l6A"] .section__inheader,
[class^="sect-what8l6A"] .section__intainer,
[class^="sect-what8l6A"] .section__infooter {
	width: 1000px;
	max-width: 90vw;
	height: auto;
}


/* .sect-what8l6A-Pagecov
-------------------------------------- */
.sarawhat8l6a .sect-what8l6A-Pagecov {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-what8l6A-Pagecov .sarapos8l6A-dl-posR {
	position: relative;
}

.sect-what8l6A-Pagecov .sarapos8l6A-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sect-what8l6A-Pagecov .sarapos8l6A-dl-posR>.dt-posN img {
	width: 100%;
	height: auto;
	max-width: 100vw;
}

.sect-what8l6A-Pagecov .sarapos8l6A-dl-posR>.dd-posA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: auto;
}


/* .section-sarawhat8l6A-Message
-------------------------------------- */
.sarawhat8l6a .sect-what8l6A-Message {
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 4rem;
	text-align: center;
}

.sarawhat8l6a .sect-what8l6A-Message .titolo.titolo-section,
.sarawhat8l6a .sect-what8l6A-Message .titolo.titolo-section img {
	width: 135px;
	margin-right: auto;
	margin-left: auto;
}

.sect-what8l6A-Message .ly-sarawhat8l6A__hdingB {
	margin-bottom: 2rem;
}

.sect-what8l6A-Message .ly-sarawhat8l6A__chestB {
	margin-bottom: 1rem;
}

.sect-what8l6A-Message img.whatg4tA-prs_pht1 {
	width: 207px;
	max-width: 100%;
	height: auto;
}

/* table-cell */
.sarawhat8l6a .sect-what8l6A-Message .d-tb {
	display: table;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
}

.sarawhat8l6a .sect-what8l6A-Message .u-head {
	display: table-cell;
	vertical-align: middle;
	/* padding: 上  右  下  左 */
	padding: 0px 1em 0px 0px;
	font-size: 15px;
	white-space: nowrap;
}

.sarawhat8l6a .sect-what8l6A-Message .u-hind {
	display: table-cell;
	vertical-align: middle;
	font-size: calc(16px + 0.5vw);
}

/* .section-sarawhat8l6A-Principle
-------------------------------------- */
.sarawhat8l6a .sect-what8l6A-Principle {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	padding: 0px 0px 0px;
	overflow: hidden;
}

.sarawhat8l6a .sect-what8l6A-Principle .titolo.titolo-section,
.sarawhat8l6a .sect-what8l6A-Principle .titolo.titolo-section img {
	width: 259px;
	margin-right: auto;
	margin-left: auto;
}

.sect-what8l6A-Principle .ly-sarawhat8l6A__hdingC {
	margin: 0;
	width: 700px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-what8l6A-Principle .ly-sarawhat8l6A__chestC {
	margin: 0;
	width: 700px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}

.sect-what8l6A-Principle .ly-sarawhat8l6A__chestC {
	margin: 0;
	width: 700px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}

.sect-what8l6A-Principle .ly-sarawhat8l6A__listC li:nth-of-type(1) {
	border-top: 1px solid hsla(0, 0%, 50%, 1);
}

.sect-what8l6A-Principle .ly-sarawhat8l6A__listC li {
	/* padding: 上  横  下 */
	padding: 10px 0px 10px;
	border-bottom: 1px solid hsla(0, 0%, 50%, 1);
}

.sect-what8l6A-Principle .ly-sarawhat8l6A__chestC2 {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sect-what8l6A-Principle .ly-sarawhat8l6A__chestC2 img {
	width: 100%;
	max-width: 100vw;
	height: auto;
}

/* .section-sarawhat8l6A-Domestic
-------------------------------------- */
.sarawhat8l6a .sect-what8l6A-Domestic {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	padding: 4rem 0px 1.2rem;
	overflow: hidden;
	background: hsla(0, 0%, 95%, 1);
}

.sarawhat8l6a .sect-what8l6A-Overseas .titolo.titolo-section,
.sarawhat8l6a .sect-what8l6A-Overseas .titolo.titolo-section img {
	width: 376px;
	margin-right: auto;
	margin-left: auto;
}

.sect-what8l6A-Domestic .ly-sarawhat8l6A__hdingE {
	margin: 0;
	width: 916px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-what8l6A-Domestic .ly-sarawhat8l6A__chestE {
	margin: 0;
	width: 916px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-what8l6A-Domestic .sarapos8l6A-dl-posR {
	position: relative;
}

.sect-what8l6A-Domestic .sarapos8l6A-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sect-what8l6A-Domestic .sarapos8l6A-dl-posR>.dt-posN img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.sect-what8l6A-Domestic .sarapos8l6A-dl-posR>.dd-posA {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
}

/* .dept-sarawhat8l6A-Japan
-------------------------------------- */
.sarawhat8l6a .dept-sarawhat8l6A-Japan {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 1.1rem;
	overflow: hidden;
	background: hsla(0, 0%, 95%, 1);
}

.dept-sarawhat8l6A-Japan .ly-sarawhat8l6A__hdingF {
	margin: 0;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

/* shelf（Flex） */
.dept-sarawhat8l6A-Japan .ly-sarawhat8l6A__shelfF {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.dept-sarawhat8l6A-Japan .ly-sarawhat8l6A__shelfF {
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.dept-sarawhat8l6A-Japan .ly-sarawhat8l6A__casketF {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-bottom: 15px;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.dept-sarawhat8l6A-Japan .sarapos8l6A-dl-posR {
	position: relative;
}

.dept-sarawhat8l6A-Japan .sarapos8l6A-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.dept-sarawhat8l6A-Japan .sarapos8l6A-dl-posR>.dt-posN img {
	width: 90vw;
	height: 270px;
	max-width: 100vw;
	object-fit: cover;
	object-position: 50% 0%;
}

.dept-sarawhat8l6A-Japan .sarapos8l6A-dl-posR>.dd-posA {
	position: absolute;
	right: 50%;
	bottom: 0%;
	transform: translate(50%, 0%);
	-webkit-transform: translate(50%, 0%);
	-moz-transform: translate(50%, 0%);
	width: 100%;
	height: auto;
	padding: 12px 12px 12px;
}

.dept-sarawhat8l6A-Japan .sarapos8l6A-dl-posR>.dd-posA {
	background: #D60808;
	color: #FFF;
}

.dept-sarawhat8l6A-Japan .titolo.titolo-paragraph i {
	background: #FFF;
	color: #D60808;
}

/* .section-sarawhat8l6A-Overseas
-------------------------------------- */
.sarawhat8l6a .sect-what8l6A-Overseas {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 4.5rem 0px 0.8rem;
	overflow: hidden;
	background: hsla(0, 0%, 95%, 1);
}

.sarawhat8l6a .sect-what8l6A-Overseas .titolo.titolo-section,
.sarawhat8l6a .sect-what8l6A-Overseas .titolo.titolo-section img {
	width: 376px;
	margin-right: auto;
	margin-left: auto;
}

.sect-what8l6A-Overseas .ly-sarawhat8l6A__hdingG {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-what8l6A-Overseas .ly-sarawhat8l6A__chestG {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}

/* .dept-sarawhat8l6A-America
-------------------------------------- */
.sarawhat8l6a .dept-sarawhat8l6A-America {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 1.1rem;
	overflow: hidden;
	background: hsla(0, 0%, 95%, 1);
}

.dept-sarawhat8l6A-America .ly-sarawhat8l6A__hdingH {
	margin: 0;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.6rem;
}

/* shelf（Flex） */
.dept-sarawhat8l6A-America .ly-sarawhat8l6A__shelfH {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.dept-sarawhat8l6A-America .ly-sarawhat8l6A__shelfH {
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.dept-sarawhat8l6A-America .ly-sarawhat8l6A__casketH {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-bottom: 15px;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.dept-sarawhat8l6A-America .sarapos8l6A-dl-posR {
	position: relative;
}

.dept-sarawhat8l6A-America .sarapos8l6A-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.dept-sarawhat8l6A-America .sarapos8l6A-dl-posR>.dt-posN img {
	width: 90vw;
	height: 270px;
	max-width: 100vw;
	object-fit: cover;
	object-position: 50% 0%;
}

.dept-sarawhat8l6A-America .sarapos8l6A-dl-posR>.dd-posA {
	position: absolute;
	right: 50%;
	bottom: 0%;
	transform: translate(50%, 0%);
	-webkit-transform: translate(50%, 0%);
	-moz-transform: translate(50%, 0%);
	width: 100%;
	height: auto;
	padding: 6px 12px 0.7em;
}

.dept-sarawhat8l6A-America .sarapos8l6A-dl-posR>.dd-posA {
	background: #153A90;
	color: #FFF;
}

.dept-sarawhat8l6A-America .titolo.titolo-paragraph i {
	background: #FFF;
	color: #153A90;
}

/* 余白調整 */
.dept-sarawhat8l6A-America .ly-adjuster-sarawhat8l6A-ProductionA {
	display: block;
	width: 100%;
	height: 0.5em;
}

.sarawhat8l6a .dept-sarawhat8l6A-America .titolo.titolo-paragraph i {
	position: absolute;
	left: 16px;
	top: 5px;
}


/* .dept-sarawhat8l6A-Asia
-------------------------------------- */
.sarawhat8l6a .dept-sarawhat8l6A-Asia {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 1.1rem;
	overflow: hidden;
	background: hsla(0, 0%, 95%, 1);
}

.dept-sarawhat8l6A-Asia .ly-sarawhat8l6A__hdingI {
	margin: 0;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.6rem;
}

/* shelf（Flex） */
.dept-sarawhat8l6A-Asia .ly-sarawhat8l6A__shelfI {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.dept-sarawhat8l6A-Asia .ly-sarawhat8l6A__shelfI {
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.dept-sarawhat8l6A-Asia .ly-sarawhat8l6A__casketI {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-bottom: 15px;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.dept-sarawhat8l6A-Asia .sarapos8l6A-dl-posR {
	position: relative;
}

.dept-sarawhat8l6A-Asia .sarapos8l6A-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.dept-sarawhat8l6A-Asia .sarapos8l6A-dl-posR>.dt-posN img {
	width: 90vw;
	height: 270px;
	max-width: 100vw;
	object-fit: cover;
	object-position: 50% 0%;
}

.dept-sarawhat8l6A-Asia .sarapos8l6A-dl-posR>.dd-posA {
	position: absolute;
	right: 50%;
	bottom: 0%;
	transform: translate(50%, 0%);
	-webkit-transform: translate(50%, 0%);
	-moz-transform: translate(50%, 0%);
	width: 100%;
	height: auto;
	padding: 6px 12px 0.7em;
}

.dept-sarawhat8l6A-Asia .sarapos8l6A-dl-posR>.dd-posA {
	background: #116E23;
	color: #FFF;
}

.dept-sarawhat8l6A-Asia .titolo.titolo-paragraph i {
	background: #FFF;
	color: #116E23;
}


/* .dept-sarawhat8l6A-Europe
-------------------------------------- */
.sarawhat8l6a .dept-sarawhat8l6A-Europe {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 1rem;
	overflow: hidden;
	background: hsla(0, 0%, 95%, 1);
}

.dept-sarawhat8l6A-Europe .ly-sarawhat8l6A__hdingJ {
	margin: 0;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.6rem;
}

/* shelf（Flex） */
.dept-sarawhat8l6A-Europe .ly-sarawhat8l6A__shelfJ {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.dept-sarawhat8l6A-Europe .ly-sarawhat8l6A__shelfJ {
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.dept-sarawhat8l6A-Europe .ly-sarawhat8l6A__casketJ {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-bottom: 15px;
}

.sarawhat8l6a .ly-sarawhat8l6A__casketJ .titolo.titolo-paragraph {
	letter-spacing: -0.03em;
	white-space: nowrap;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.dept-sarawhat8l6A-Europe .sarapos8l6A-dl-posR {
	position: relative;
}

.dept-sarawhat8l6A-Europe .sarapos8l6A-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.dept-sarawhat8l6A-Europe .sarapos8l6A-dl-posR>.dt-posN img {
	width: 90vw;
	height: 270px;
	max-width: 100vw;
	object-fit: cover;
	object-position: 50% 0%;
}

.dept-sarawhat8l6A-Europe .sarapos8l6A-dl-posR>.dd-posA {
	position: absolute;
	right: 50%;
	bottom: 0%;
	transform: translate(50%, 0%);
	-webkit-transform: translate(50%, 0%);
	-moz-transform: translate(50%, 0%);
	width: 100%;
	height: auto;
	padding: 6px 12px 0.7em;
}

.dept-sarawhat8l6A-Europe .sarapos8l6A-dl-posR>.dd-posA {
	background: #4A32AF;
	color: #FFF;
}

.dept-sarawhat8l6A-Europe .titolo.titolo-paragraph i {
	background: #FFF;
	color: #4A32AF;
}

/* 余白調整 */
.dept-sarawhat8l6A-Europe .ly-adjuster-sarawhat8l6A-ProductionA {
	display: block;
	width: 100%;
	height: 0.5em;
}

.sarawhat8l6a .dept-sarawhat8l6A-Europe .titolo.titolo-paragraph i {
	position: absolute;
	left: 16px;
	top: 5px;
}

/* 余白調整 */
.dept-sarawhat8l6A-Asia .ly-adjuster-sarawhat8l6A-ProductionA {
	display: block;
	width: 100%;
	height: 0.5em;
}

.sarawhat8l6a .dept-sarawhat8l6A-Asia .titolo.titolo-paragraph i {
	position: absolute;
	left: 30px;
	top: 5px;
}

/* .section-sarawhat8l6A-Profile
-------------------------------------- */
.sarawhat8l6a .sect-what8l6A-Profile {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	padding: 4rem 0px 4rem;
	overflow: hidden;
}

.sarawhat8l6a .sect-what8l6A-Profile .titolo.titolo-section,
.sarawhat8l6a .sect-what8l6A-Profile .titolo.titolo-section img {
	width: 252px;
	margin-right: auto;
	margin-left: auto;
}

.sect-what8l6A-Profile .ly-sarawhat8l6A__hdingK {
	margin: 0;
	width: 700px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

/* display: none（スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-what8l6A-Profile .d-none_sp {
		display: none !important;
	}
}

/* .table */
.sect-what8l6A-Profile .ly-sarawhat8l6A__tableK {
	margin: 0;
	display: table;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-bottom: 0rem;
}

/* （PC） */
@media screen and (min-width: 744px) {
	.sect-what8l6A-Profile .ly-sarawhat8l6A__tableK {
		width: 1000px;
		min-width: 900px;
	}
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-what8l6A-Profile .ly-sarawhat8l6A__tableK {
		width: 90vw;
		max-width: 90vw;
	}
}

.sect-what8l6A-Profile .ly-sarawhat8l6A__tableK span {
	display: inline-block;
}

.sect-what8l6A-Profile .d-tbrg {
	display: table-row;
}

/* .table （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-what8l6A-Profile .d-tbrg {
		display: table-row-group;
	}

	.sect-what8l6A-Profile .d-tbrg .d-tbr {
		display: table-row;
	}
}

.sect-what8l6A-Profile .d-tbrg .d-tbc {
	display: table-cell;
}

.sect-what8l6A-Profile .d-tbrg dt.d-tbc {
	width: 92px;
	text-align: center;
	vertical-align: middle;
	background: #EDEDED;
	color: var(--va-saraciere-c_p);
	border-top: 1px solid #707070;
}

.sect-what8l6A-Profile .d-tbrg dt.d-tbc>p {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.sect-what8l6A-Profile .d-tbrg dd.d-tbc {
	width: auto;
	/* padding: 上  右  下  左 */
	padding: 0px 10px 0px 10px;
	text-align: left;
	vertical-align: middle;
	background: white;
	color: var(--va-saraciere-c_p);
	border-left: 1px solid #707070;
	border-top: 1px solid #707070;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-what8l6A-Profile .d-tbrg dd.d-tbc {
		border-left: none;
	}
}

.sect-what8l6A-Profile .d-tbrg dd.d-tbc>p {
	border-top: 1px solid hsla(0, 0%, 83%, 1);
	font-size: 15px;
	font-weight: 400;
}

.sect-what8l6A-Profile .d-tbrg dd.d-tbc>p:nth-of-type(1) {
	border-top: none;
}

.sect-what8l6A-Profile .d-tbrg dd.d-tbc em {
	background: hsla(240, 2%, 90%, 1);
	display: inline-block;
	width: 92px;
	min-width: 92px;
	height: 100%;
	/* padding: 上  横  下 */
	padding: 15px 15px 15px;
	line-height: 2.4;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	vertical-align: top;
}

.sect-what8l6A-Profile .d-tbrg dd.d-tbc>p span {
	width: 100%;
	/* padding: 上  右  下  左 */
	padding: 10px 0px 10px 0px;
	font-size: calc(12px + 0.2vw);
}

/* .section-sarawhat8l6A-History
-------------------------------------- */
.sarawhat8l6a .sect-what8l6A-History {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	padding: 0px 0px 4rem;
	overflow: hidden;
}

.sarawhat8l6a .sect-what8l6A-History .titolo.titolo-section,
.sarawhat8l6a .sect-what8l6A-History .titolo.titolo-section img {
	width: 125px;
	margin-right: auto;
	margin-left: auto;
}

.sect-what8l6A-History .ly-sarawhat8l6A__hdingL {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

/* display: none（スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-what8l6A-History .d-none_sp {
		display: none !important;
	}
}

/* .table */
.sect-what8l6A-History .ly-sarawhat8l6A__tableL {
	margin: 0;
	display: table;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-bottom: 0rem;
}

.sect-what8l6A-History #js-sarawhat8l6A__tableL.ly-sarawhat8l6A__tableL {
	display: none;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-what8l6A-History .ly-sarawhat8l6A__tableL {
		width: 90vw;
		max-width: 90vw;
		margin-bottom: 2rem;
	}
}


.sect-what8l6A-History .ly-sarawhat8l6A__tableL span {
	display: inline-block;
}

.sect-what8l6A-History .d-tbrg {
	display: table-row;
}

/* .table （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-what8l6A-History .d-tbrg {
		display: table-row-group;
	}

	.sect-what8l6A-History .d-tbrg .d-tbr {
		display: table-row;
	}

	.sect-what8l6A-History .dl-company {
		display: table-caption;
		text-align: center;
		background: hsla(0, 0%, 50%, 1);
	}

	.sect-what8l6A-History .dl-company>dd {
		display: block;
		text-align: center;
	}

	.sect-what8l6A-History .dl-product {
		display: table-caption;
		text-align: center;
		background: hsla(0, 0%, 34%, 1);
	}

	.sect-what8l6A-History .dl-product>dd {
		display: block;
		text-align: center;
	}

}

.sect-what8l6A-History .d-tbrg .d-tbc {
	display: table-cell;
}

.sect-what8l6A-History .d-tbrg dt.d-tbc {
	width: 92px;
	text-align: center;
	vertical-align: middle;
	background: hsla(0, 0%, 83%, 1);
	color: var(--va-saraciere-c_p);
	border-top: 1px solid #707070;
}

.sect-what8l6A-History .d-tbrg dt.d-tbc>p {
	display: table;
	width: 92px;
	/* padding */
	padding: 0px;
	font-size: 15px;
}

.sect-what8l6A-History .d-tbrg dt.d-tbc>p em {
	display: table-cell;
	width: 92px;
	height: 100%;
	/* padding: 上  横  下 */
	padding: 10px 15px 10px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	background: hsla(0, 0%, 83%, 1);
}

.sect-what8l6A-History .d-tbrg dt.d-tbc>p em {
	display: table-cell;
	width: 92px;
	height: 100%;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	/* padding: 上  横  下 */
	padding: 10px 0px 10px;
	background: hsla(0, 0%, 83%, 1);
}

.sect-what8l6A-History .d-tbrg dd.d-tbc {
	width: auto;
	text-align: left;
	vertical-align: middle;
	background: white;
	color: var(--va-saraciere-c_p);
	border-left: 1px solid #707070;
	border-top: 1px solid #707070;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-what8l6A-History .d-tbrg dd.d-tbc {
		border-left: none;
	}
}

.sect-what8l6A-History .d-tbrg dd.d-tbc>p {
	border-top: 1px solid hsla(0, 0%, 83%, 1);
	display: table;
	font-size: 15px;
	font-weight: 400;
}

.sect-what8l6A-History .d-tbrg dd.d-tbc>p:nth-of-type(1) {
	border-top: none;
}

.sect-what8l6A-History .d-tbrg dt.d-tbc.th-null,
.sect-what8l6A-History .d-tbrg dd.d-tbc.th-company,
.sect-what8l6A-History .d-tbrg dd.d-tbc.th-product {
	/* padding: 上  横  下 */
	padding: 10px 15px 10px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
}

.sect-what8l6A-History .d-tbrg dt.d-tbc.th-null {
	background: hsla(0, 0%, 34%, 1);
}

.sect-what8l6A-History .d-tbrg dd.d-tbc.th-company {
	display: block;
	background: hsla(0, 0%, 50%, 1);
}

.sect-what8l6A-History .d-tbrg dd.d-tbc.th-product {
	display: block;
	background: hsla(0, 0%, 34%, 1);
}

.sect-what8l6A-History .d-tbrg dd.d-tbc em {
	display: table-cell;
	width: 92px;
	min-width: 92px;
	height: 100%;
	padding: 4px 15px 15px;
	line-height: 2.4;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	vertical-align: top;
	background: hsla(240, 2%, 90%, 1);
}

.sect-what8l6A-History .d-tbrg dd.d-tbc>p span {
	display: table-cell;
	width: 100%;
	/* padding: 上  右  下  左 */
	padding: 10px 15px 10px 15px;
	font-size: calc(12px + 0.2vw);
}


/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-what8l6A-History .d-tbrg dt.d-tbc>p {
		width: 100%;
	}

	.sect-what8l6A-History .d-tbrg dt.d-tbc>p em {
		display: block;
		width: 100%;
		max-width: 90vw;
		background: #EAEAEA;
		line-height: 2.0;
		color: var(--va-saraciere-c_p);
	}

	.sect-what8l6A-History .d-tbrg dd.tax-company>p span::before,
	.sect-what8l6A-History .d-tbrg dd.tax-product>p span::before {
		display: block;
		width: 80px;
		padding: 4px 8px 4px;
		line-height: 1.3;
		font-size: 13px;
		text-align: center;
		margin-right: 1em;
		margin-bottom: 0.4em;
	}
}

/* .section-sarawhat8l6A-Access
-------------------------------------- */
.sarawhat8l6a .sect-what8l6A-Access {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 3.5rem;
	overflow: hidden;
}

.sarawhat8l6a .sect-what8l6A-Access .titolo.titolo-section,
.sarawhat8l6a .sect-what8l6A-Access .titolo.titolo-section img {
	width: 112px;
	margin-right: auto;
	margin-left: auto;
}

.sect-what8l6A-Access .ly-sarawhat8l6A__hdingM {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-what8l6A-Access .ly-sarawhat8l6A__gmapM {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

/* google map */
.sect-what8l6A-Access .gmap-cover {
	position: relative;
	padding-bottom: 80%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.sect-what8l6A-Access .gmap-cover iframe,
.sect-what8l6A-Access .gmap-cover object,
.sect-what8l6A-Access .gmap-cover embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ■ページ：ビジネス（.sarabsns8naa）
====================================== */
/* inline-block（i） */
.sarabsns8naa i {
	margin: 0;
	display: inline-block;
	vertical-align: text-bottom;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.sarabsns8naa .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.sarabsns8naa .titolo {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.sarabsns8naa .titolo i {
	width: 2em;
	height: auto;
	max-width: 100%;
	vertical-align: 0.08em;
}

.sarabsns8naa .titolo.titolo-page {
	transform: scale(1.25);
	margin-bottom: 0rem;
}

.sarabsns8naa .titolo.titolo-section {
	margin-bottom: 0rem;
}

.sarabsns8naa .titolo.titolo-section img {
	width: auto;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 水平線（.u-line） */
.sarabsns8naa .u-upperline {
	display: block;
	position: relative;
	width: 100px;
	max-width: 90vw;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #D10B0B;
	margin-bottom: 12px;
}

/* ルビ（ruby） */
.sarabsns8naa ruby.rubypos-under {
	display: inline-flex;
	flex-direction: column;
}

.sarabsns8naa ruby {
	margin: 0;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0rem;
}

.sarabsns8naa ruby rt {
	margin-top: 10px;
	max-width: 100%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0rem;
}

.sarabsns8naa .titolo.titolo-subsection {
	margin-top: 1rem;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	text-align: left;
	margin-bottom: 0.2rem;
}

.sarabsns8naa .titolo.titolo-subsection>i {
	width: 1.42em;
	max-width: 100%;
	line-height: 1;
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	vertical-align: 3px;
	padding: 0.18em 0px 0.2em 0px;
	border-radius: 999em;
	background: var(--va-saraciere-c_p);
	color: #FFF;
	margin-right: 0.4em;
}

.sarabsns8naa .titolo.titolo-division {
	margin-bottom: 0.2rem;
}

.sarabsns8naa .titolo.titolo-division img {
	width: auto;
	max-width: 90vw;
	height: auto;
}

.sarabsns8naa .titolo.titolo-division em {
	display: inline-block;
	margin-left: 0.8em;
	vertical-align: -4px;
}

.sarabsns8naa .titolo.titolo-paragraph {
	display: block;
	line-height: 1.9;
	font-size: calc(16px + 0.5vw);
	font-weight: 700;
	text-align: center;
	background: #656565;
	color: #FFF;
}

/* ページレイアウト
-------------------------------------- */
.sarabsns8naa [class^="ly-sarabsns8naA__shelf"],
.sarabsns8naa [class^="ly-sarabsns8naA__hding"],
.sarabsns8naa [class^="ly-sarabsns8naA__chest"] {
	margin: 0;
	padding: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sarabsns8naa [class^="ly-sarabsns8naA__casket"],
.sarabsns8naa [class^="ly-sarabsns8naA__coffret"] {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
}

/* 余白：上 */
.sarabsns8naa .ly-adjuster-sarabsns8naA__mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .sect-bsns8naA-Pagecov
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Pagecov {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-bsns8naA-Pagecov .sarapos8naA-dl-posR {
	position: relative;
}

.sect-bsns8naA-Pagecov .sarapos8naA-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sect-bsns8naA-Pagecov .sarapos8naA-dl-posR>.dt-posN img {
	width: 100%;
	height: auto;
	max-width: 100vw;
}

.sect-bsns8naA-Pagecov .sarapos8naA-dl-posR>.dd-posA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: auto;
}


/* .section-sarabsns8naA-Introduction
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Introduction {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 0rem;
	text-align: center;
	overflow: hidden;
}

.sarabsns8naa .sect-bsns8naA-Introduction .titolo.titolo-section img {
	width: 356px;
	max-width: 90vw;
	margin-bottom: 0rem;
}

.sect-bsns8naA-Introduction .ly-sarabsns8naA__hdingB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

.sect-bsns8naA-Introduction .ly-sarabsns8naA__chestB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.3rem;
}

.sect-bsns8naA-Introduction .ly-sarabsns8naA__chestB2 {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-bottom: 0rem;
}

.sect-bsns8naA-Introduction .ly-sarabsns8naA__chestB2 img {
	height: 300px;
	width: 100%;
	max-width: 100vw;
	object-fit: cover;
	object-position: 50% 50%;
}


/* .section-sarabsns8naA-Product
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Product {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 4rem 0px 5rem;
	background: #F2F2F2;
	overflow: hidden;
}

.sarabsns8naa .sect-bsns8naA-Product p {
	line-height: 1.84;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__chestC {
	margin: 0;
	width: 1088px;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5rem;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-bsns8naA-Product .sarapos8naA-dl-posR {
	position: relative;
}

.sect-bsns8naA-Product .sarapos8naA-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sect-bsns8naA-Product .sarapos8naA-dl-posR>.dt-posN img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.sect-bsns8naA-Product .sarapos8naA-dl-posR>.dd-posA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 100%;
}

/* shelf（Flex） */
.sect-bsns8naA-Product .ly-sarabsns8naA__shelfC {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__shelfC {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC1 {
	position: relative;
	top: 0px;
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	margin-bottom: 3.5rem;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC1 .img-pos-A {
	position: relative;
	top: 0px;
	margin: auto;
	width: auto;
	margin-bottom: 0px;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC2 {
	position: relative;
	top: 0px;
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	margin-bottom: 3.5rem;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC2 .img-pos-A {
	position: relative;
	top: 0px;
	margin: auto;
	width: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	margin-bottom: -25px;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC3 {
	position: relative;
	top: 0px;
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	padding: 0px 0px 0px;
	margin-bottom: 3.5rem;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC3 .img-pos-A {
	position: relative;
	top: 0px;
	margin: auto;
	width: auto;
	margin-bottom: 10px;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC4 {
	position: relative;
	top: 0px;
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	padding: 0px 0px 0px;
	margin-bottom: 4rem;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC4 .img-pos-A {
	position: relative;
	top: 0px;
	margin: auto;
	width: auto;
	margin-bottom: -20px;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC5 {
	position: relative;
	top: 0px;
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	padding: 0px 0px 0px;
	margin-bottom: 3.5rem;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC5 .img-pos-A {
	position: relative;
	top: 0px;
	margin: auto;
	width: auto;
	margin-bottom: 10px;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC6 {
	position: relative;
	top: 0px;
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-bottom: 3.5rem;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC6 .img-pos-A {
	position: relative;
	top: 0px;
	margin: auto;
	width: auto;
	margin-bottom: 10px;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC7 {
	position: relative;
	top: 0px;
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	padding: 0px 0px 0px;
	margin-bottom: 3.5rem;
}

.sect-bsns8naA-Product .ly-sarabsns8naA__casketC7 .img-pos-A {
	position: relative;
	top: 0px;
	margin: auto;
	width: auto;
	margin-bottom: 10px;
}

/* .section-sarabsns8naA-Line
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Line {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 5rem 0px 0rem;
	overflow: hidden;
}

.sarabsns8naa .sect-bsns8naA-Line .titolo.titolo-section {
	width: 356px;
	max-width: 90vw;
	margin-bottom: 0rem;
}

.sect-bsns8naA-Line .ly-sarabsns8naA__hdingD {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-bsns8naA-Line .ly-sarabsns8naA__chestDH2 {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2.3rem;
}

.sect-bsns8naA-Line .ly-sarabsns8naA__chestD {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.3rem;
}

.sect-bsns8naA-Line .ly-sarabsns8naA__chestD img {
	height: 250px;
	width: 100%;
	max-width: 90vw;
	object-fit: cover;
	object-position: 50% 50%;
}

/* .section-sarabsns8naA-Press
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Press {
	/* padding: 上  横  下 */
	padding: 3rem 0px 0rem;
}

.sarabsns8naa .sect-bsns8naA-Press .titolo.titolo-division,
.sarabsns8naa .sect-bsns8naA-Press .titolo.titolo-division img {
	width: 200px;
}

.sect-bsns8naA-Press .ly-sarabsns8naA__chestE {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.3rem;
}

/* 画像（.sarafloat） */
.sect-bsns8naA-Press dl.sarafl8naA {
	position: relative;
	overflow: hidden;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-bsns8naA-Press dl.sarafl8naA {
		display: flex;
		flex-direction: column-reverse;
	}
}

.sect-bsns8naA-Press dl.sarafl8naA dt.fl-right {
	float: none;
	width: 100%;
	max-width: 90vw;
	padding: 15px 0px 0px 0px;
}

.sect-bsns8naA-Press dl.sarafl8naA dt img {
	height: 250px;
	width: 100%;
	max-width: 90vw;
	object-fit: cover;
	object-position: 66% 50%;
}

.sect-bsns8naA-Press dl.sarafl8naA dd.fl-none {
	float: none;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

/* .section-sarabsns8naA-Facility
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Facility {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 3rem;
	overflow: hidden;
}

.sarabsns8naa .sect-bsns8naA-Facility p {
	line-height: 1.84;
}

.sarabsns8naa .sect-bsns8naA-Facility small {
	margin-top: -1px;
	display: block;
}

.sect-bsns8naA-Facility .ly-sarabsns8naA__hdingF {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}

/* shelf（Flex） */
.sect-bsns8naA-Facility .ly-sarabsns8naA__shelfF {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sect-bsns8naA-Facility .ly-sarabsns8naA__shelfF {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-bsns8naA-Facility .ly-sarabsns8naA__shelfF>div {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
}

.sect-bsns8naA-Facility .ly-sarabsns8naA__shelfF>div:nth-of-type(1) {
	padding: 15px 0px 15px 0px;
}

.sect-bsns8naA-Facility .ly-sarabsns8naA__shelfF>div:nth-of-type(2) {
	padding: 15px 0px 15px 0px;
	border-top: 1px solid hsla(0, 0%, 44%, 1);
}

.sect-bsns8naA-Facility .ly-sarabsns8naA__shelfF>div:nth-of-type(3) {
	padding: 15px 0px 15px 0px;
	border-top: 1px solid hsla(0, 0%, 44%, 1);
}

.sect-bsns8naA-Facility .ly-sarabsns8naA__shelfF>div:nth-of-type(4) {
	padding: 15px 0px 15px 0px;
	border-top: 1px solid hsla(0, 0%, 44%, 1);
	border-bottom: 1px solid hsla(0, 0%, 44%, 1);
}

.sect-bsns8naA-Facility .saradfn8naA-dlF {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.sect-bsns8naA-Facility .saradfn8naA-dlF>dt {
	width: 50%;
	height: auto;
}

.sect-bsns8naA-Facility .saradfn8naA-dlF>dd {
	width: auto;
	height: auto;
	overflow: hidden;
}

.sect-bsns8naA-Facility .saradfn8naA-dlF>dd p span {
	display: block;
}

/* .section-sarabsns8naA-Assembly
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Assembly {
	/* padding: 上  横  下 */
	padding: 70px 0px 3rem;
}

.sarabsns8naa .sect-bsns8naA-Assembly .titolo.titolo-division,
.sarabsns8naa .sect-bsns8naA-Assembly .titolo.titolo-division img {
	width: 160px;
}

.sect-bsns8naA-Assembly .ly-sarabsns8naA__chestE {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.3rem;
}

/* 画像（.sarafloat） */
.sect-bsns8naA-Assembly dl.sarafl8naA {
	position: relative;
	overflow: visible;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-bsns8naA-Assembly dl.sarafl8naA {
		display: flex;
		flex-direction: column-reverse;
	}
}

.sect-bsns8naA-Assembly dl.sarafl8naA dt.fl-left {
	float: none;
	width: 100%;
	padding: 15px 0px 0px 0px;
}

.sect-bsns8naA-Assembly dl.sarafl8naA dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sect-bsns8naA-Assembly dl.sarafl8naA dd.fl-none {
	float: none;
	width: auto;
	height: auto;
	overflow: hidden;
}

.sect-bsns8naA-Assembly dl.sarafl8naA dt.dt-posA {
	position: absolute;
	z-index: -1;
	left: 180px;
	top: -50px;
	margin: auto;
	width: 120px;
	height: auto;
}

/* .section
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Chassis {
	padding: 45px 0px 4rem;
}

.sarabsns8naa .sect-bsns8naA-Chassis .titolo.titolo-division,
.sarabsns8naa .sect-bsns8naA-Chassis .titolo.titolo-division img {
	width: 176px;
}

.sect-bsns8naA-Chassis .ly-sarabsns8naA__chestE {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.3rem;
}

/* 画像（.sarafloat） */
.sect-bsns8naA-Chassis dl.sarafl8naA {
	position: relative;
	overflow: visible;
	padding-bottom: 0rem;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-bsns8naA-Chassis dl.sarafl8naA {
		display: flex;
		flex-direction: column-reverse;
	}
}

.sect-bsns8naA-Chassis dl.sarafl8naA dt.fl-right {
	float: none;
	width: 100%;
	max-width: 90vw;
	padding: 15px 0px 0px 0px;
}

.sect-bsns8naA-Chassis dl.sarafl8naA dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sect-bsns8naA-Chassis dl.sarafl8naA dd.fl-none {
	float: none;
	width: auto;
	height: auto;
	padding: 0px 0px 0px;
	overflow: hidden;
}

.sect-bsns8naA-Chassis dl.sarafl8naA dt.dt-posA {
	position: absolute;
	z-index: -1;
	left: 147px;
	top: -40px;
	margin: auto;
	width: 200px;
	height: auto;
}

/* .section
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Welding {
	/* padding: 上  横  下 */
	padding: 0px 0px 3rem;
}

.sect-bsns8naA-Welding .ly-sarabsns8naA__hdingI {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}

/* shelf（Flex） */
.sect-bsns8naA-Welding .ly-sarabsns8naA__shelfI {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}

.sect-bsns8naA-Welding .ly-sarabsns8naA__shelfI {
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.3rem;
}

.sect-bsns8naA-Welding .ly-sarabsns8naA__shelfI>div:nth-of-type(1) {
	width: 100%;
	max-width: 90vw;
	padding: 15px 0px 15px 0px;
}

.sect-bsns8naA-Welding .ly-sarabsns8naA__shelfI>div:nth-of-type(2) {
	width: 100%;
	max-width: 90vw;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid hsla(0, 0%, 44%, 1);
}

.sect-bsns8naA-Welding .ly-sarabsns8naA__shelfI>div:nth-of-type(3) {
	width: 100%;
	max-width: 90vw;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid hsla(0, 0%, 44%, 1);
	border-bottom: 1px solid hsla(0, 0%, 44%, 1);
}

.sect-bsns8naA-Welding .saradfn8naA-dlI {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.sect-bsns8naA-Welding .saradfn8naA-dlI>dt {
	width: 50%;
	height: auto;
}

.sect-bsns8naA-Welding .saradfn8naA-dlI>dd {
	width: auto;
	height: auto;
	overflow: hidden;
}

/* shelf（Flex） */
.sect-bsns8naA-Welding .ly-sarabsns8naA__shelfI2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.sect-bsns8naA-Welding .ly-sarabsns8naA__shelfI2 {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-bsns8naA-Welding .ly-sarabsns8naA__shelfI2>div {
	margin: 0;
	width: 100%;
	max-width: 70vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
}

/* .section
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Materials {
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 3rem;
}

.sarabsns8naa .sect-bsns8naA-Materials .titolo.titolo-division,
.sarabsns8naa .sect-bsns8naA-Materials .titolo.titolo-division img {
	width: 374px;
}

.sect-bsns8naA-Materials .ly-sarabsns8naA__chestJ {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.3rem;
}

/* 画像（.sarafloat） */
.sect-bsns8naA-Materials dl.sarafl8naA {
	position: relative;
	overflow: hidden;
	padding-bottom: 0px;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-bsns8naA-Materials dl.sarafl8naA {
		display: flex;
		flex-direction: column-reverse;
	}
}

.sect-bsns8naA-Materials dl.sarafl8naA dt.fl-left {
	float: none;
	width: 100%;
	max-width: 90vw;
	padding: 15px 0px 0px 0px;
}

.sect-bsns8naA-Materials dl.sarafl8naA dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sect-bsns8naA-Materials dl.sarafl8naA dd.fl-none {
	float: none;
	width: auto;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}


/* .section
-------------------------------------- */
.sarabsns8naa .sect-bsns8naA-Inspection {
	/* padding: 上  横  下 */
	padding: 0rem 0px 1.5rem;
}

.sarabsns8naa .sect-bsns8naA-Inspection .titolo.titolo-division em {
	display: inline-block;
	margin-left: 0em;
	vertical-align: -4px;
}

.sarabsns8naa .sect-bsns8naA-Inspection .titolo.titolo-division,
.sarabsns8naa .sect-bsns8naA-Inspection .titolo.titolo-division img {
	width: 219px;
}

.sect-bsns8naA-Inspection .ly-sarabsns8naA__chestK {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.3rem;
}

.sect-bsns8naA-Inspection .ly-sarabsns8naA__chestK .mt-1_sp {
	margin-top: 8px;
}

/* 画像（.saraflex） */
.sect-bsns8naA-Inspection dl.sarafxd8naA-CR {
	display: flex;
	flex-direction: column-reverse;
}

.sect-bsns8naA-Inspection dl.sarafxd8naA-CR dt {
	float: none;
	width: 100%;
	max-width: 90vw;
	/* padding: 上  右  下  左 */
	padding: 1em 0px 0em 0px;
}

.sect-bsns8naA-Inspection dl.sarafxd8naA-CR dt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sect-bsns8naA-Inspection dl.sarafxd8naA-CR dt img {
	width: 99%;
	max-width: 90vw;
	height: auto;
}

.sect-bsns8naA-Inspection dl.sarafxd8naA-CR dd.fl-none {
	float: none;
	width: 100%;
	max-width: 90vw;
	height: auto;
	padding: 0px;
	overflow: hidden;
}

.sarabsns8naa .sect-bsns8naA-Education {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 3rem;
	overflow: hidden;
}

.sarabsns8naa .sect-bsns8naA-Education p {
	line-height: 1.84;
	text-align: left;
}

.sarabsns8naa .sect-bsns8naA-Education strong {
	font-weight: 500;
	text-align: left;
	margin-bottom: 1.1rem;
}

.sarabsns8naa .sect-bsns8naA-Education small {
	font-size: 15px;
	text-align: left;
}

.sarabsns8naa .sect-bsns8naA-Education .titolo.titolo-paragraph {
	display: block;
	line-height: 2.0;
	font-size: calc(16px + 1.2vw);
	font-weight: 700;
	text-align: center;
	background: #7F7F7F;
	color: #FFF;
	margin-bottom: 1rem;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__lacquerL {
	margin: 0;
	width: 1000px;
	max-width: 95vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 15px 15px 0px;
	border: 1px solid hsla(0, 0%, 44%, 1);
}

.sect-bsns8naA-Education .ly-sarabsns8naA__hdingL {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5rem;
}

/* shelf（Flex） */
.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL {
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>div {
	margin: 0;
	height: auto;
	margin-bottom: 3rem;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL1 {
	width: 100%;
	max-width: 70vw;
	margin-right: auto;
	margin-left: auto;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL1 img {
	width: 100%;
	max-width: 70vw;
	height: auto;
	object-fit: contain;
	object-position: 50% 50%;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL2 {
	width: 100%;
	max-width: 70vw;
	margin-right: auto;
	margin-left: auto;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL2 img {
	width: 100%;
	max-width: 90vw;
	height: 200px;
	object-fit: cover;
	object-position: 50% 16%;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL3 {
	width: 100%;
	max-width: 70vw;
	margin-right: auto;
	margin-left: auto;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL3 img {
	width: 100%;
	max-width: 90vw;
	height: 200px;
	object-fit: cover;
	object-position: 50% 43%;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL.shelfL2 {
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL4,
.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL5 {
	width: 100%;
	max-width: 70vw;
	margin-right: auto;
	margin-left: auto;
}


.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL4 img,
.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL5 img {
	width: 100%;
	max-width: 70vw;
	height: 200px;
	object-fit: cover;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL4 img {
	object-position: 50% 50%;
}

.sect-bsns8naA-Education .ly-sarabsns8naA__shelfL>.ly-sarabsns8naA__casketL5 img {
	object-position: 50% 50%;
}

/* ■ページ：採用情報（.sararcrt8nab）
====================================== */
.sararcrt8nab {
	margin: 0;
	padding: 0;
	display: block;
	/* フォントベース */
	font-size: 17px;
	text-align: justify;
}

/* 強調・大字（strong） */
.sararcrt8nab strong {
	margin: 0;
	display: block;
	max-width: 100%;
	line-height: 1.64;
	font-size: calc(16px + 0.7vw);
	font-weight: 400;
	text-align: justify;
	margin-bottom: 1rem;
}

/* 強調・中字（em） */
.sararcrt8nab em {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	margin-bottom: 0rem;
}

/* 注釈・小字（small） */
.sararcrt8nab small {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: var(--va-saraciere-fz_small);
	margin-bottom: 0rem;
}

/* 太字（b） */
.sararcrt8nab b {
	font-weight: 700;
}

/* inline-block（i） */
.sararcrt8nab i {
	margin: 0;
	display: inline-block;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {

	.sararcrt8nab .d-none_sp,
	.sararcrt8nab .d-none_sp {
		display: none;
	}
}


/* display: none（PC） */
@media screen and (min-width: 744px) {

	.sararcrt8nab .d-none_pc,
	.sararcrt8nab .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.sararcrt8nab .titolo {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.sararcrt8nab .titolo.titolo-page {
	transform: scale(0.7);
	margin-bottom: 0rem;
}

.sararcrt8nab .titolo.titolo-section {
	margin-bottom: 0rem;
}

.sararcrt8nab .titolo.titolo-section img {
	width: auto;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 水平線（.u-line） */
.sararcrt8nab .u-upperline {
	display: block;
	position: relative;
	width: 100px;
	max-width: 90vw;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #D10B0B;
	margin-bottom: 12px;
}

/* ボタンstyleリセット */
.sararcrt8nab button {
	margin-top: 1em;
	background-color: transparent;
	display: block;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ルビ（ruby） */
.sararcrt8nab ruby.rubypos-under {
	display: inline-flex;
	flex-direction: column;
}

.sararcrt8nab ruby {
	margin: 0;
	width: auto;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0rem;
}

.sararcrt8nab ruby rt {
	margin-top: 10px;
	max-width: 100%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0rem;
}

.sararcrt8nab .titolo.titolo-subsection {
	margin: 0;
	line-height: 1.64;
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	text-align: left;
	margin-bottom: 1.4rem;
}

.sararcrt8nab .titolo.titolo-division {
	font-size: calc(16px + 1.2vw);
	font-weight: 700;
	text-align: left;
	margin-bottom: 0.7em;
}

.sararcrt8nab .titolo.titolo-division>i {
	width: 1.22em;
	max-width: 100%;
	line-height: 1;
	font-family: 'Droid Sans', sans-serif;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	text-align: center;
	vertical-align: 0px;
	margin-right: 0em;
}

.sararcrt8nab .titolo.titolo-paragraph {
	display: block;
	line-height: 1.9;
	font-size: calc(16px + 0.5vw);
	font-weight: 700;
	text-align: center;
	background: #656565;
	color: #FFF;
}

.sararcrt8nab .titolo.titolo-welfare {
	display: block;
	line-height: 1.84;
	font-size: calc(16px + 1.2vw);
	font-weight: 700;
	text-align: left;
	margin-bottom: 1.2em;
}




/* ページレイアウト（リクルート）
-------------------------------------- */
/* .sect-rcrt8naB-Pagecov
-------------------------------------- */
.sararcrt8nab .sect-rcrt8naB-Pagecov {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-rcrt8naB-Pagecov .sarapos8naA-dl-posR {
	position: relative;
}

.sect-rcrt8naB-Pagecov .sarapos8naA-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sect-rcrt8naB-Pagecov .sarapos8naA-dl-posR>.dt-posN img {
	width: 100%;
	height: auto;
	max-width: 100vw;
}

.sect-rcrt8naB-Pagecov .sarapos8naA-dl-posR>.dd-posA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: auto;
}

/* .section-sararcrt8naB-Interview
-------------------------------------- */
.sararcrt8nab .sect-rcrt8naB-Interview {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 0rem;
	text-align: center;
	overflow: hidden;
}

.sararcrt8nab .sect-rcrt8naB-Interview .titolo.titolo-section img {
	width: 298px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sect-rcrt8naB-Interview .ly-sararcrt8naB__hdingB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

.sect-rcrt8naB-Interview .ly-sararcrt8naB__chestB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.3rem;
}

/* .section
-------------------------------------- */
.sararcrt8nab .sect-rcrt8naB-theater {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	padding: 1.9rem 0px 60%;
	overflow: hidden;
	background: hsla(0, 0%, 50%, 1);
	margin-bottom: 1rem;
}

.sect-rcrt8naB-theater .ly-sararcrt8naB__crateC {
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-rcrt8naB-theater .ly-sararcrt8naB__deckC {
	margin: 0;
	width: 470px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 0rem;
}

.sect-rcrt8naB-theater .video-cover {
	position: relative;
	z-index: 0;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #222;
}

.sect-rcrt8naB-theater .video-tray {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.sect-rcrt8naB-theater .video-tray.p-0 {
	padding: 0;
}

.sect-rcrt8naB-theater .video-tray::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	background-color: hsla(180, 25%, 25%, 0);
	/* リンク無効（※IE対策 = block or iBlock）*/
	pointer-events: none;
}

.sect-rcrt8naB-theater video,
.sect-rcrt8naB-theater iframe {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sect-rcrt8naB-theater .video-label {
	position: absolute;
	left: 2%;
	bottom: -104%;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	width: auto;
	z-index: 100;
	display: block;
	width: 250px;
	/* リンク無効（※IE対策 = block or iBlock）*/
	pointer-events: none;
}

.sect-rcrt8naB-theater .video-hdg {
	margin-bottom: 2rem;
}

.sect-rcrt8naB-theater .titolo.titolo-video {
	margin: 0px;
	display: block;
	line-height: 1;
	text-align: left;
	opacity: 1;
	margin-bottom: 1em;
}

.sect-rcrt8naB-theater .titolo.titolo-video img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.sect-rcrt8naB-theater .subsequence {
	display: block;
	line-height: 1;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	text-align: left;
	color: #FFF;
	opacity: 1;
	white-space: nowrap;
}

.sararcrt8nab .sect-rcrt8naB-theater .subsequence small {
	display: inline-block;
	font-size: 15px;
	vertical-align: 0px;
	margin-right: 0.5em;
}

.sect-rcrt8naB-theater .subsequence .uhind {
	display: inline-block;
	font-size: 17px;
	vertical-align: 0px;
	margin-left: 0.25em;
}

/* .section
-------------------------------------- */
.sararcrt8nab .sect-rcrt8naB-Employee {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0rem 0px 4rem;
	overflow: hidden;
}

.sararcrt8nab .sect-rcrt8naB-Employee p {
	line-height: 2;
	font-size: 16px;
}

.sect-rcrt8naB-Employee .ly-sararcrt8naB__chestD1 {
	margin: 0;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.8rem;
}

.sect-rcrt8naB-Employee .ly-sararcrt8naB__chestD2 {
	margin: 0;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.8rem;
}

.sect-rcrt8naB-Employee .ly-sararcrt8naB__chestD3 {
	margin: 0;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.8rem;
}

/* 画像（.sarafloat） */
.sect-rcrt8naB-Employee dl.sarafl8naB {
	position: relative;
	overflow: hidden;
}

.sect-rcrt8naB-Employee dl.sarafl8naB dt.fl-right {
	float: none;
	width: 100%;
	max-width: 90vw;
	padding: 0px 0px 0.5em;
}

.sect-rcrt8naB-Employee dl.sarafl8naB dt.fl-left {
	float: none;
	width: 100%;
	max-width: 90vw;
	padding: 0px 0px 0.5em;
}

.sect-rcrt8naB-Employee dl.sarafl8naB dt.fl-none {
	float: none;
	width: 100%;
	max-width: 90vw;
	padding: 0px 0px 0.5em;
}

.sect-rcrt8naB-Employee dl.sarafl8naB dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sect-rcrt8naB-Employee dl.sarafl8naB dd.fl-none {
	float: none;
	width: auto;
	height: auto;
	padding: 0px;
	overflow: hidden;
}

.sect-rcrt8naB-Employee #details-itemA1 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 50% 9%;
}

.sect-rcrt8naB-Employee #details-itemA2 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 36% 9%;
}

.sect-rcrt8naB-Employee #details-itemA3 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 50% 9%;
}

.sect-rcrt8naB-Employee #details-itemB1 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 50% 9%;
}

.sect-rcrt8naB-Employee #details-itemB2 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 46% 0%;
}

.sect-rcrt8naB-Employee #details-itemB3 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 50% 38%;
}

.sect-rcrt8naB-Employee #details-itemC1 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 50% 6%;
}

.sect-rcrt8naB-Employee #details-itemC2 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 20% 9%;
}

.sect-rcrt8naB-Employee #details-itemC3 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 50% 8%;
}

.sect-rcrt8naB-Employee #details-itemD1 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 50% 7%;
}

.sect-rcrt8naB-Employee #details-itemD2 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 50% 0%;
}

.sect-rcrt8naB-Employee #details-itemD3 img {
	width: 90vw;
	max-width: none;
	height: 250px;
	object-fit: cover;
	object-position: 50% 31%;
}




/* .section-sararcrt8naB-Career
-------------------------------------- */
.sararcrt8nab .sect-rcrt8naB-Career {
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	padding: 3rem 0px 0px;
	text-align: center;
	overflow: hidden;
}

/* 中黒 */
.sararcrt8nab .sect-rcrt8naB-Career p>i::before {
	content: "・";
}

.sect-rcrt8naB-Career .ly-sararcrt8naB__hdingH2 {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
}

/* .table */
.sect-rcrt8naB-Career .ly-sararcrt8naB__tableH {
	display: table;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
}


.sect-rcrt8naB-Career .ly-sararcrt8naB__tableH span {
	display: inline;
}

.sect-rcrt8naB-Career .d-tbrg {
	display: table-row;
}

/* .table （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-rcrt8naB-Career .d-tbrg {
		display: table-row-group;
	}

	.sect-rcrt8naB-Career .d-tbrg .d-tbr {
		display: table-row;
	}
}

.sect-rcrt8naB-Career .d-tbrg .d-tbc {
	display: table-cell;
}

.sect-rcrt8naB-Career .d-tbrg dt.d-tbc {
	width: 183px;
	text-align: center;
	vertical-align: middle;
	background: hsla(0, 0%, 93%, 1);
	color: var(--va-saraciere-c_p);
	border-top: 1px solid #707070;
	/* padding: 上  右  下  左 */
	padding: 15px 0px 15px 0px;
}

.sect-rcrt8naB-Career .d-tbrg dt.d-tbc>p {
	display: block;
	font-size: 15px;
}

.sect-rcrt8naB-Career .d-tbrg dd.d-tbc {
	width: auto;
	/* padding: 上  右  下  左 */
	padding: 15px 15px 15px 15px;
	text-align: left;
	vertical-align: middle;
	background: white;
	color: var(--va-saraciere-c_p);
	border-left: 1px solid #707070;
	border-top: 1px solid #707070;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-rcrt8naB-Career .d-tbrg dd.d-tbc {
		border-left: none;
	}
}

.sect-rcrt8naB-Career .d-tbrg dd.d-tbc>p {
	font-size: 15px;
	font-weight: 400;
}

.sect-rcrt8naB-Career .d-tbrg dd.d-tbc abbr {
	display: inline;
	width: 1em;
	text-align: center;
}

.sect-rcrt8naB-Career .d-tbrg dd.d-tbc i {
	display: inline-block;
	width: 1.42em;
	max-width: 100%;
	line-height: 1;
	font-family: 'Droid Sans', 'IBM Plex Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	vertical-align: 3px;
	padding: 0.18em 0px 0.2em 0px;
	border-radius: 999em;
	background: var(--va-saraciere-c_p);
	color: #FFF;
	margin-right: 0.4em;
}

/* .section-sararcrt8naB-CareerB
-------------------------------------- */
.sararcrt8nab .sect-rcrt8naB-CareerB {
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 2rem 0px 0rem;
	text-align: center;
	overflow: hidden;
}

.sect-rcrt8naB-CareerB .ly-sararcrt8naB__hdingHB2 {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sararcrt8nab .sect-rcrt8naB-CareerB .titolo.titolo-division {
	font-size: 13px;
}

.sararcrt8nab .sect-rcrt8naB-CareerB .titolo.titolo-division>i {
	width: 1.22em;
	max-width: 100%;
	line-height: 1;
	font-family: 'Droid Sans', sans-serif;
	font-size: calc(13px + 1vw);
	font-weight: 400;
	text-align: center;
	vertical-align: -1px;
	margin-right: 0em;
}

.sect-rcrt8naB-CareerB .ly-sararcrt8naB__tableHB2 {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
}

.sect-rcrt8naB-CareerB table {
	margin: 0;
	display: table;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	margin-bottom: 0rem;
	border-collapse: collapse;
}

.sect-rcrt8naB-CareerB caption {
	caption-side: bottom;
	text-align: right;
	font-size: 14px;
}

.sect-rcrt8naB-CareerB tbody {
	width: 100%;
	max-width: 90vw;
	display: flex;
}

.sect-rcrt8naB-CareerB tr {
	display: flex;
	flex-direction: column;
}

.sect-rcrt8naB-CareerB th,
.sect-rcrt8naB-CareerB td {
	padding: 10px 25px 10px 25px;
	line-height: 1.5;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
}

.sect-rcrt8naB-CareerB th {
	width: 40vw;
	background: #EAEAEA;
}

.sect-rcrt8naB-CareerB td {
	width: 50vw;
	background: #FFFFFF;
}

.sect-rcrt8naB-CareerB th:nth-of-type(1),
.sect-rcrt8naB-CareerB td:nth-of-type(1) {
	height: 65px;
}

/* .section
-------------------------------------- */
.sararcrt8nab .sect-rcrt8naB-Welfare {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 6rem 0px 4rem;
	overflow: hidden;
}

.sararcrt8nab .sect-rcrt8naB-Welfare p {
	line-height: 2.14;
	font-size: 18px;
	text-align: left;
}

.sararcrt8nab .sect-rcrt8naB-Welfare em {
	text-align: center;
	margin-bottom: 1rem;
}

.sararcrt8nab .sect-rcrt8naB-Welfare .titolo.titolo-section {
	margin-bottom: 1.8rem;
}

.sararcrt8nab .sect-rcrt8naB-Welfare .titolo.titolo-section img {
	width: 276px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__hdingI {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__chestI1 {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__chestI2 {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 35px;
}

/* shelf（Flex） */
.sect-rcrt8naB-Welfare .ly-sararcrt8naB__shelfI3 {
	display: flex;
	flex-direction: column;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__shelfI3 {
	margin-top: 30px;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sararcrt8nab .sect-rcrt8naB-Welfare .ly-sararcrt8naB__shelfI3 p {
	margin-top: 10px;
	line-height: 1.64;
	font-size: 16px;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__shelfI3>div {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	padding: 0px 0px 0px;
	margin-bottom: 15px;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__shelfI3>div dt {
	margin: 0;
	width: 70%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 {
	margin-top: 5px;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0em;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 strong {
	font-weight: var(--va-saraciere-fw_base);
	font-size: 19px;
	font-weight: 700;
	text-align: left;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 table {
	margin: 0;
	display: table;
	width: auto;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	border-bottom: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-collapse: collapse;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 th,
.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 td {
	display: block;
	padding: 10px 15px 10px 15px;
	line-height: 1.5;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 th {
	border-top: 1px solid #707070;
	width: 100%;
	max-width: 90vw;
	background: #EAEAEA;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 td {
	border-top: 1px solid #707070;
	width: 100%;
	max-width: 90vw;
	background: #FFFFFF;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 th b,
.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 td b,
.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 th p,
.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 td p {
	line-height: 1.64;
	font-size: 16px;
	text-align: justify;
	padding: 0px 0px 0px;
}

.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 th small,
.sect-rcrt8naB-Welfare .ly-sararcrt8naB__tableI4 td small {
	margin-top: 0.5em;
	display: block;
	line-height: 1.64;
	font-size: 14px;
	text-align: justify;
	padding: 0px 0px 0px;
}

/* 画像（.sarafloat） */
.sect-rcrt8naB-Welfare dl.sarafl8naB {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
}

.sect-rcrt8naB-Welfare dl.sarafl8naB dt.fl-right {
	float: none;
	width: 100%;
	max-width: 90vw;
	/* padding: 上  右  下  左 */
	padding: 10px 0px 0px 0px;
}

.sect-rcrt8naB-Welfare dl.sarafl8naB dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sect-rcrt8naB-Welfare dl.sarafl8naB dd.fl-none {
	float: none;
	width: auto;
	height: auto;
	padding: 0px;
	overflow: hidden;
}

.sect-rcrt8naB-Welfare dl.sarafl8naB dd.dd-posR {
	position: relative;
}

.sect-rcrt8naB-Welfare dl.sarafl8naB dd.dd-posR .img-posA {
	position: absolute;
	right: 30px;
	top: 38px;
	width: auto;
}

.sect-rcrt8naB-Welfare dl.sarafl8naB dd.dd-posR .img-posA img {
	width: 80px;
	max-width: 100%;
	height: auto;
}

/* アコーディオンメニュー */
.sararcrt8nab .details-item {
	margin: 0;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sararcrt8nab .details-item .summary-item {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: auto;
	/* padding: 上  右  下  左 */
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #bababa;
}

.sararcrt8nab .details-item .summary-item:hover {
	opacity: 0.6;
}

.sararcrt8nab .details-item[open] .summary-item {
	margin-bottom: 2rem;
}

.sararcrt8nab .details-item .titolo-summary {
	margin: 0;
	list-style: none;
	position: relative;
	line-height: 1.64;
	font-size: calc(16px + 0.5vw);
	font-weight: 500;
	text-align: left;
	transition: all 0.3s ease;
}

/* 改行 */
.sararcrt8nab .details-item .titolo-summary span {
	display: block;
}

.sararcrt8nab .details-item .titolo-summary i {
	display: none;
}

/* .sararcrt8nab .details-item .titolo-summary i {
position: absolute;
right: 0px;
top: -0.2em;
margin: auto;
width: auto;
transition: all 0.3s ease;
} */
/* 
.sararcrt8nab .details-item .titolo-summary i::after {
content: "\f107";
font-style: normal;
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-weight: 900;
} */

/* .sararcrt8nab .details-item[open] .titolo-summary i::after {
content: "\F106";
font-style: normal;
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-weight: 900;
} */

.sararcrt8nab .details-item .summary-trigger {
	position: absolute;
	left: 740px;
	bottom: 22px;
	margin: auto;
	width: 86px;
}

.sararcrt8nab .details-item[open] .summary-trigger {
	opacity: 0;
}

.sararcrt8nab .details-item .summary-trigger img {
	width: 86px;
	height: auto;
}

.sararcrt8nab .details-item .answer-item {
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	transition: all 0.8s ease;
}

.sararcrt8nab .details-item[open] .answer-item {
	animation: answerApear 0.8s ease;
}

#details-btnholeA.open #js-details-closeA,
#details-btnholeB.open #js-details-closeB,
#details-btnholeC.open #js-details-closeC,
#details-btnholeD.open #js-details-closeD,
#details-btnholeA #js-details-openA,
#details-btnholeB #js-details-openB,
#details-btnholeC #js-details-openC,
#details-btnholeD #js-details-openD {
	display: block;
}

#details-btnholeA #js-details-closeA,
#details-btnholeB #js-details-closeB,
#details-btnholeC #js-details-closeC,
#details-btnholeD #js-details-closeD,
#details-btnholeA.open #js-details-openA,
#details-btnholeB.open #js-details-openB,
#details-btnholeC.open #js-details-openC,
#details-btnholeD.open #js-details-openD {
	display: none;
}

@keyframes answerApear {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	100% {
		opacity: 1;
	}
}

/* .section
-------------------------------------- */
.sararcrt8nab .sect-rcrt8naB-Event {
	position: relative;
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	padding: 30px 0px 30px;
	background: hsla(60, 58%, 93%, 1);
	overflow: hidden;
}

.sararcrt8nab .sect-rcrt8naB-Event .d-none_sp {
	display: none !important;
}

.sararcrt8nab .sect-rcrt8naB-Event p {
	line-height: 1.64;
	font-size: 16px;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__hdingI {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sararcrt8nab .sect-rcrt8naB-Event .titolo.titolo-section,
.sararcrt8nab .sect-rcrt8naB-Event .titolo.titolo-section img {
	width: 391px;
	max-width: 90vw;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.sararcrt8nab .sect-rcrt8naB-Event .titolo.titolo-subsection {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0px;
}

/* shelf（Flex） */
.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ1,
.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ2 {
	display: flex;
	flex-direction: column;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ1,
.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ2 {
	margin-top: 0px;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ1>i,
.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ2>i {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	padding: 0px 0px 0px;
	margin-bottom: 10px;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ1 img,
.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ2 img {
	width: 100%;
	max-width: 90vw;
	height: 170px;
	border-radius: 15px;

}

.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ1>i:nth-of-type(1) img {
	object-fit: cover;
	object-position: 50% 65%;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ1>i:nth-of-type(2) img {
	object-fit: cover;
	object-position: 50% 83%;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ1>i:nth-of-type(3) img {
	object-fit: cover;
	object-position: 50% 67%;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ2>i:nth-of-type(1) img {
	object-fit: cover;
	object-position: 50% 41%;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ2>i:nth-of-type(2) img {
	object-fit: cover;
	object-position: 50% 56%;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__shelfJ2>i:nth-of-type(3) img {
	object-fit: cover;
	object-position: 50% 45%;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__chestJ1,
.sect-rcrt8naB-Event .ly-sararcrt8naB__chestJ2 {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3rem;
}

.sect-rcrt8naB-Event .ly-sararcrt8naB__chestJ2 {
	position: relative;
}



/* ■ページ：よくある質問（.sarafaq8nba）
====================================== */
.sarafaq8nba {
	margin: 0;
	padding: 0;
	display: block;
	/* フォントベース */
	font-size: 16px;
	text-align: justify;
}

/* 文字設定（p） */
.sarafaq8nba p {
	margin: 0;
	display: block;
	max-width: 100%;
	line-height: 1.84;
	font-size: 16px;
	margin-bottom: 0rem;
}

/* 強調・大字（strong） */
.sarafaq8nba strong {
	margin: 0;
	display: block;
	max-width: 100%;
	line-height: 1.64;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	text-align: center;
	margin-bottom: 1rem;
}

/* 強調・中字（em） */
.sarafaq8nba em {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	margin-bottom: 0rem;
}

/* 注釈・小字（small） */
.sarafaq8nba small {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: var(--va-saraciere-fz_small);
	margin-bottom: 0rem;
}

/* 太字（b） */
.sarafaq8nba b {
	font-weight: 700;
}

/* inline-block（i） */
.sarafaq8nba i {
	margin: 0;
	display: inline-block;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.sarafaq8nba .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.sarafaq8nba .titolo {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.sarafaq8nba .titolo.titolo-page {
	transform: scale(0.7);
	margin-bottom: 0rem;
}

.sarafaq8nba .titolo.titolo-section {
	width: auto;
	margin-bottom: 0rem;
}

.sarafaq8nba .titolo.titolo-section img {
	width: 57px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 水平線（.u-line） */
.sarafaq8nba .u-upperline {
	display: block;
	position: relative;
	width: 100px;
	max-width: 90vw;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #D10B0B;
	margin-bottom: 12px;
}

/* ルビ（ruby） */
.sarafaq8nba ruby.rubypos-under {
	display: inline-flex;
	flex-direction: column;
}

.sarafaq8nba ruby {
	margin: 0;
	width: auto;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0rem;
}

.sarafaq8nba ruby rt {
	margin-top: 10px;
	max-width: 100%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0rem;
}

.sarafaq8nba .titolo.titolo-subsection {
	margin: 0;
	line-height: 1.64;
	font-size: calc(16px + 0.3vw);
	font-weight: 500;
	text-align: left;
	margin-bottom: 0.5rem;
}

/* ページレイアウト（FAQ）
-------------------------------------- */
.sarafaq8nba [class^="ly-sarafaq8nbA__shelf"],
.sarafaq8nba [class^="ly-sarafaq8nbA__hding"],
.sarafaq8nba [class^="ly-sarafaq8nbA__chest"] {
	margin: 0;
	padding: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.sarafaq8nba [class^="ly-sarafaq8nbA__casket"],
.sarafaq8nba [class^="ly-sarafaq8nbA__coffret"] {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
}

/* 余白：上 */
.sarafaq8nba .ly-adjuster-sarafaq8nbA__mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .sect-faq8nbA-Pagecov
-------------------------------------- */
.sarafaq8nba .sect-faq8nbA-Pagecov {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-faq8nbA-Pagecov .sarapos8naA-dl-posR {
	position: relative;
}

.sect-faq8nbA-Pagecov .sarapos8naA-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sect-faq8nbA-Pagecov .sarapos8naA-dl-posR>.dt-posN img {
	width: 100%;
	height: auto;
	aspect-ratio: 414 / 160
}

.sect-faq8nbA-Pagecov .sarapos8naA-dl-posR>.dd-posA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: auto;
}

/* .section-sarafaq8nbA-FAQ
-------------------------------------- */
.sarafaq8nba .sect-faq8nbA-FAQ {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 0rem;
	text-align: center;
	overflow: hidden;
}

.sect-faq8nbA-FAQ .ly-sarafaq8nbA__hdingB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

.sarafaq8nba .sect-faq8nbA-List {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 2rem 0px 2.2rem;
	overflow: hidden;
}

.sarafaq8nba section.bg-lightgray {
	background: hsla(0, 0%, 95%, 1);
}

.sect-faq8nbA-List .ly-sarafaq8nbA__hdingC {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0.5em;
	border-bottom: 2px solid hsla(0, 0%, 80%, 1);
	margin-bottom: 1.1em;
}

.sect-faq8nbA-List .ly-sarafaq8nbA__chestC {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

/* table-cell */
.sarafaq8nba .d-tb {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.sarafaq8nba .u-head {
	display: table-cell;
	vertical-align: top;
	/* padding: 上  右  下  左 */
	padding: 0px 0.6em 0px 0px;
	white-space: nowrap;
}

.sarafaq8nba .u-head img {
	display: inline-block;
	width: 30px;
	height: auto;
}

.sarafaq8nba .u-hind {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.sarafaq8nba .u-hind img {
	display: inline-block;
	width: 27px;
	height: auto;
}

/* ■ページ：CSR方針（.saracsr8nbb）
====================================== */
.saracsr8nbb {
	margin: 0;
	padding: 0;
	display: block;
	/* フォントベース */
	font-size: 16px;
	text-align: justify;
}

/* 文字設定（p） */
.saracsr8nbb p {
	display: block;
	max-width: 100%;
	line-height: 2.0;
	font-size: 16px;
	margin-bottom: 0rem;
}

/* 強調・大字（strong） */
.saracsr8nbb strong {
	display: block;
	max-width: 100%;
	line-height: 1.5;
	letter-spacing: 0em;
	font-size: 26px;
	font-size: clamp(18.4px, calc(18.4px + ((1vw - 3.6px) * 1.34375)), 26px);
	font-weight: 500;
}

/* 強調・中字（em） */
.saracsr8nbb em {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: 25px;
	font-size: clamp(17px, calc(17px + ((1vw - 3.6px) * 1.25)), 25px);
	min-height: 0vw;
	font-weight: 400;
	margin-bottom: 0rem;
}

/* 注釈・小字（small） */
.saracsr8nbb small {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: var(--va-saraciere-fz_small);
	margin-bottom: 0rem;
}

/* 太字（b） */
.saracsr8nbb b {
	font-weight: 700;
}

/* inline-block（i） */
.saracsr8nbb i {
	margin: 0;
	display: inline-block;
}

/* （スマホ） */
@media screen and (max-width: 743.9px) {
	.saracsr8nbb .d-none_sp {
		display: none;
	}
}

/* 見出し（.titolo） */
.saracsr8nbb .titolo {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.saracsr8nbb .titolo.titolo-page {
	transform: scale(0.7);
	margin-bottom: 0rem;
}

.saracsr8nbb .titolo.titolo-section {
	width: auto;
	margin-bottom: 0rem;
}

.saracsr8nbb .titolo.titolo-section img {
	width: 55px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 水平線（.u-line） */
.saracsr8nbb .u-upperline {
	display: block;
	position: relative;
	width: 100px;
	max-width: 90vw;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #D10B0B;
	margin-bottom: 12px;
}

/* ルビ（ruby） */
.saracsr8nbb ruby.rubypos-under {
	display: inline-flex;
	flex-direction: column;
}

.saracsr8nbb ruby {
	margin: 0;
	width: auto;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0rem;
}

.saracsr8nbb ruby rt {
	margin-top: 10px;
	max-width: 100%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0rem;
}

.saracsr8nbb .titolo.titolo-subsection {
	margin: 0;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	text-align: center;
	/* padding: 上  横  下 */
	padding: 0px 0px 0.6em;
	border-bottom: 1px solid #D10B0B;
	margin-bottom: 1.7rem;
}

.saracsr8nbb .titolo.titolo-division {
	margin: 0;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	text-align: center;
	margin-bottom: 0.3em;
}

/* ページレイアウト（FAQ）
-------------------------------------- */
.saracsr8nbb [class^="ly-saracsr8nbB__hding"],
.saracsr8nbb [class^="ly-saracsr8nbB__chest"] {
	margin: 0;
	padding: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 余白：上 */
.saracsr8nbb .ly-adjuster-saracsr8nbB__mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .sect-csr8nbB-Pagecov
-------------------------------------- */
.saracsr8nbb .sect-csr8nbB-Pagecov {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.sect-csr8nbB-Pagecov .sarapos8naA-dl-posR {
	position: relative;
}

.sect-csr8nbB-Pagecov .sarapos8naA-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sect-csr8nbB-Pagecov .sarapos8naA-dl-posR>.dt-posN img {
	width: 100%;
	height: auto;
	max-width: 100vw;
}

.sect-csr8nbB-Pagecov .sarapos8naA-dl-posR>.dd-posA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: auto;
}

/* .section-saracsr8nbB-Intro
-------------------------------------- */
.saracsr8nbb .sect-csr8nbB-Intro {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 0rem;
	overflow: hidden;
}

.sect-csr8nbB-Intro .ly-saracsr8nbB__hdingB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-csr8nbB-Intro .ly-saracsr8nbB__lacquerB {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 2.4rem 0px 2.4rem;
	background: hsla(0, 0%, 95%, 1);
	margin-bottom: 2rem;
}

.sect-csr8nbB-Intro .ly-saracsr8nbB__chestB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

/* .section
-------------------------------------- */
.saracsr8nbb .sect-csr8nbB-List {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0rem 0px 1rem;
	overflow: hidden;
}

.saracsr8nbb .sect-csr8nbB-List p {
	position: relative;
	/* padding: 上  右  下  左 */
	padding: 0px 0px 0px 1.3em;
	margin-bottom: 1.5em;
}

.saracsr8nbb .sect-csr8nbB-List p.sara-tangle::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0.5em;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 12px;
	border-color: transparent transparent transparent #d10b0b;
}

.sect-csr8nbB-List .ly-saracsr8nbB__hdingC {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-csr8nbB-List .ly-saracsr8nbB__chestC {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

.sect-csr8nbB-List .ly-saracsr8nbB__casketC.casketC1 {
	margin-top: -1rem;
	width: 390px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-csr8nbB-List .ly-saracsr8nbB__casketC.casketC1 p {
	padding: 0px 0px 0px 0em;
	line-height: 1.64;
	font-size: 13px;
	font-size: clamp(12.6px, calc(12.6px+ ((1vw - 3.6px) * 0.53125)), 16px);
	min-height: 0vw;
	text-align: center;
	margin-bottom: 0.5em;
}

/* .section
-------------------------------------- */
.saracsr8nbb .sect-csr8nbB-Declaration {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 35px 0px 1.5rem;
	overflow: hidden;
	background: #F8F8E2;
}

.saracsr8nbb .titolo.titolo-declaration {
	margin: 0;
	line-height: 1.5;
	font-size: calc(16px + 0.7vw);
	font-weight: 700;
	text-align: center;
	padding: 6px 6px 6px;
	color: #D10B0B;
	border: 1px solid #D10B0B;
}

.saracsr8nbb .sect-csr8nbB-Declaration p {
	font-size: 15px;
	text-align: justify;
}

.saracsr8nbb .sect-csr8nbB-Declaration p.ta-c {
	text-align: center;
}

.saracsr8nbb .sect-csr8nbB-Declaration small {
	line-height: 1.64;
	font-size: 14px;
	text-align: center;
	margin-bottom: -4px;
}

.saracsr8nbb .sect-csr8nbB-Declaration .u-head {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 1em 0px 0.7em;
	font-size: 14px;
	white-space: nowrap;
}

.saracsr8nbb .sect-csr8nbB-Declaration .u-hind {
	display: table-cell;
	font-size: 16px;
	padding-top: 1px;
}

.saracsr8nbb .sect-csr8nbB-Declaration em {
	position: relative;
	margin-top: 0.4em;
	display: inline-block;
	padding-left: 8px;
	letter-spacing: 0.0em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: calc(15px + 0.2vw);
	font-weight: 700;
	color: hsla(150, 100%, 34%, 1);
	margin-bottom: 4px;
}

.saracsr8nbb .sect-csr8nbB-Declaration em>.hr-sararcrt8naB-Education {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
	height: 1px;
	background: hsla(150, 100%, 34%, 1);
}

.saracsr8nbb .sect-csr8nbB-Declaration em span img {
	width: 95vw;
	max-width: 95vw;
	height: auto;
	margin: 0 calc(50% - 50vw);
}

.sect-csr8nbB-Declaration .ly-saracsr8nbB__hdingD {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 1.4rem;
}

.sect-csr8nbB-Declaration .ly-saracsr8nbB__chestD {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 1rem;
}

.sect-csr8nbB-Declaration .ly-saracsr8nbB__chestD2 {
	margin: 0;
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 15px 10px;
	text-align: center;
	border: 1px solid #D10B0B;
	margin-bottom: 1rem;
}

/* 画像（.sarafloat） */
.sect-csr8nbB-Declaration dl.saraflfj1A {
	position: relative;
	overflow: visible;
	display: flex;
	flex-direction: column-reverse;
}

.sect-csr8nbB-Declaration dl.saraflfj1A dt.fl-right {
	float: none;
	width: 100%;
	max-width: 90vw;
	padding: 0.4em 0px 0px 0px;
}

.sect-csr8nbB-Declaration dl.saraflfj1A dt img {
	width: 115px;
	max-width: 90vw;
	height: auto;
	margin-bottom: 4px;
}

.sect-csr8nbB-Declaration dl.saraflfj1A dd.fl-none {
	float: none;
	width: 100%;
	max-width: 90vw;
	height: auto;
	padding: 0px;
	overflow: visible;
	text-align: center;
}

.sect-csr8nbB-Declaration dl.saraflfj1A dd img {
	margin-top: 12px;
	width: 87vw;
	max-width: 87vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	height: auto;
	margin-bottom: 6px;
}

.sect-csr8nbB-Declaration dl.saraflfj1A .ly-saracsr8nbB__casketD2 {
	width: 190px;
	padding: 10px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}


/* CSR方針：ImageMap
-------------------------------------- */
.saracsr8nbb .sect-csrg4yB-Cherry {
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	padding: 0rem 0px 2rem;
	background: hsla(62, 64%, 92%, 1);
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__chestG1 {
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3rem;
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__mapperG {
	width: 100%;
	max-width: 80vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5rem;
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__mapperG.mapperG2 {
	margin-bottom: 1rem;
}

/* 画像（absolute） */
.sect-csrg4yB-Cherry .saraposg4yB {
	position: relative;
	overflow: hidden;
}

.sect-csrg4yB-Cherry .saraposg4yB dt.pos-N {
	position: relative;
	z-index: 1;
	float: none;
	width: 100%;
	height: auto;
	/* padding */
	padding: 0px;
	overflow: hidden;
}

.sect-csrg4yB-Cherry .saraposg4yB dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.sect-csrg4yB-Cherry .saraposg4yB dd.pos-A {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
	height: auto;
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__chestG2 {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__chestG2 a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	width: 100%;
	height: auto;
	padding: .3em 1em;
	border-radius: 18px;
	color: #FFF;
	line-height: 1.5;
	font-size: 20px;
	font-size: clamp(17px, calc(17px + ((1vw - 3.6px) * 0.4688)), 20px);
	min-height: 0vw;
	font-weight: 600;
	text-align: center;
	transition: ease-out .12s;
	margin-bottom: 1.5rem;
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__chestG2 a.area1 {
	background: hsla(28, 68%, 72%, 1);
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__chestG2 a.area2 {
	background: hsla(162, 42%, 62%, 1);
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__chestG2 a.area3 {
	background: hsla(265, 30%, 64%, 1);
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__chestG2 a.area4 {
	background: hsla(297, 44%, 69%, 1);
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__chestG2 a.area5 {
	background: hsla(122, 28%, 72%, 1);
}

.sect-csrg4yB-Cherry .ly-saracsrg4yB__chestG2 a:hover img {
	opacity: 1;
}

.sect-csrg4yB-Cherry:has(.area1:hover) .area1,
.sect-csrg4yB-Cherry:has(.area2:hover) .area2,
.sect-csrg4yB-Cherry:has(.area3:hover) .area3,
.sect-csrg4yB-Cherry:has(.area4:hover) .area4,
.sect-csrg4yB-Cherry:has(.area5:hover) .area5 {
	filter: brightness(1.1)
}

.ie map[name="ImageMap"] dd.pos-A:hover {
	opacity: 0.7;
}

/* CSR方針：重点施策（Measure）
-------------------------------------- */
.saracsr8nbb .sect-rcrt8naB-Measure {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0rem 0px 0rem;
	overflow: hidden;
	background: #F8F8E2;
}

.saracsr8nbb .titolo.titolo-measure {
	margin: 0;
	height: 60px;
	padding: 0px;
	border-radius: 14px;
	line-height: 1.34;
	font-size: 23px;
	font-size: 19px;
	font-size: clamp(19px, calc(19px + ((1vw - 3.6px) * 0.625)), 23px);
	min-height: 0vw;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	/* Flex */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.8rem;
}

.saracsr8nbb .sect-rcrt8naB-Measure em {
	font-weight: 500;
	text-align: left;
	margin-bottom: 1.5rem;
}

.saracsr8nbb .titolo.titolo-education {
	margin: 0;
	line-height: 1.5;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	height: auto;
	min-height: 40px;
	padding: 4px 0px 4px;
	border-radius: 14px;
	color: #FFF;
	/* Flex */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.5rem;
}

.saracsr8nbb .titolo.titolo-education small {
	display: block;
	font-size: 14px;
}

.saracsr8nbb .sect-rcrt8naB-Measure img {
	margin-top: 1rem;
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure1 .titolo.titolo-measure {
	background: hsla(28, 68%, 72%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure1 em {
	color: hsla(28, 68%, 72%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure1 .titolo.titolo-education {
	background: hsla(28, 68%, 72%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure2 .titolo.titolo-measure {
	background: hsla(162, 42%, 62%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure2 em {
	color: hsla(162, 42%, 62%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure2 .titolo.titolo-education {
	background: hsla(162, 42%, 62%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure3 .titolo.titolo-measure {
	background: hsla(265, 30%, 64%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure3 em {
	color: hsla(265, 30%, 64%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure3 .titolo.titolo-education {
	background: hsla(265, 30%, 64%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure4 .titolo.titolo-measure {
	background: hsla(297, 44%, 69%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure4 em {
	color: hsla(297, 44%, 69%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure4 .titolo.titolo-education {
	background: hsla(297, 44%, 69%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure5 .titolo.titolo-measure {
	background: hsla(122, 28%, 72%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure5 em {
	color: #968A90;
}

.saracsr8nbb .sect-rcrt8naB-Measure.Measure5 .titolo.titolo-education {
	background: hsla(122, 28%, 72%, 1);
}

.saracsr8nbb .sect-rcrt8naB-Measure i.nega-circle1 {
	position: relative;
	display: inline-block;
	vertical-align: -0.13em;
	width: 1em;
	height: 1em;
	background-color: #1C1C1C;
	border-radius: 50%;
	margin-right: 0.2em;
}

.saracsr8nbb .sect-rcrt8naB-Measure i.nega-circle1>mn {
	width: 1em;
	height: 1em;
	position: absolute;
	left: 1px;
	top: -1px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.1;
	font-size: 0.8em;
	text-align: center;
	color: #FFF;
}

.saracsr8nbb .sect-rcrt8naB-Measure p {
	font-size: 16px;
	text-align: left;
}

/* shelf（Flex） */
.sect-rcrt8naB-Measure .ly-sararcrt8naB__shelfJ {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.sect-rcrt8naB-Measure .ly-sararcrt8naB__shelfJ {
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-rcrt8naB-Measure .ly-sararcrt8naB__shelfJ>div {
	width: 100%;
	max-width: 90vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
}

.sect-rcrt8naB-Measure .ly-sararcrt8naB__shelfJ .ly-sararcrt8naB__casketJ {
	margin-bottom: 1.5rem;
}

/* 画像（.sarafloat） */
.sect-rcrt8naB-Measure dl {
	position: relative;
	overflow: hidden;
	padding-bottom: 1rem;
}

.sect-rcrt8naB-Measure .sarafl8naB dt.fl-none {
	float: none;
	width: 100%;
	max-width: 90vw;
	height: auto;
	/* padding: 上  右  下  左 */
	padding: 0px 0px 1em 0px;
}

.sect-rcrt8naB-Measure .sarafl8naB dd.fl-none {
	float: none;
	width: auto;
	max-width: 90vw;
	height: auto;
	padding: 0px;
	overflow: hidden;
}

/* ルビ（ruddpos） */
.sect-rcrt8naB-Measure .sarafl8naB.ruddpos-left {
	width: 100%;
	display: inline-flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

.sect-rcrt8naB-Measure .sarafl8naB.ruddpos-left dt {
	/* padding: 上  右  下  左 */
	padding: 0px 0px 0px 0em;
}

.sect-rcrt8naB-Measure .sarafl8naB.ruddpos-right {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

.sect-rcrt8naB-Measure .sarafl8naB.ruddpos-over {
	width: 100%;
	display: inline-flex;
	flex-direction: column-reverse;
}

.sect-rcrt8naB-Measure .sarafl8naB.ruddpos-under {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
}


/* ■ページ：サイトのご利用について（.sarasitp8nqa）
====================================== */
.sarasitp8nqa {
	margin: 0;
	padding: 0;
	display: block;
	/* フォントベース */
	font-size: 16px;
	text-align: justify;
}

/* 文字設定（p） */
.sarasitp8nqa p {
	margin: 0;
	display: block;
	max-width: 100%;
	line-height: 2.0;
	font-size: 16px;
	margin-bottom: 0rem;
}

/* 強調・大字（strong） */
.sarasitp8nqa strong {
	margin: 0;
	display: block;
	max-width: 100%;
	line-height: 1.64;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	text-align: center;
	margin-bottom: 1rem;
}

/* 強調・中字（em） */
.sarasitp8nqa em {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	margin-bottom: 0rem;
}

/* 太字（b） */
.sarasitp8nqa b {
	font-weight: 700;
}

/* 改行（span：d:block） */
.sarasitp8nqa p span,
.sarasitp8nqa small span {
	display: block;
}

/* inline-block（i） */
.sarasitp8nqa i {
	margin: 0;
	display: inline-block;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.sarasitp8nqa .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.sarasitp8nqa .titolo {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.sarasitp8nqa .titolo.titolo-page {
	transform: scale(1.2);
	margin-bottom: 0rem;
}

.sarasitp8nqa .titolo.titolo-section {
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	margin-bottom: 0rem;
}

.sarasitp8nqa .titolo.titolo-section img {
	width: auto;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 水平線（.u-line） */
.sarasitp8nqa .u-upperline {
	display: block;
	position: relative;
	width: 100px;
	max-width: 90vw;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #D10B0B;
	margin-bottom: 10px;
}

/* ルビ（ruby） */
.sarasitp8nqa ruby.rubypos-under {
	display: inline-flex;
	flex-direction: column;
}

.sarasitp8nqa ruby {
	margin: 0;
	width: auto;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0rem;
}

.sarasitp8nqa ruby rt {
	margin-top: 10px;
	max-width: 100%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0rem;
}

.sarasitp8nqa .titolo.titolo-subsection {
	margin: 0;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	text-align: center;
	/* padding: 上  横  下 */
	padding: 0px 0px 0.6em;
	border-bottom: 1px solid #D10B0B;
	margin-bottom: 1.7rem;
}

.sarasitp8nqa .titolo.titolo-division {
	margin: 0;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	text-align: center;
	margin-bottom: 0.3em;
}

/* ページレイアウト（FAQ）
-------------------------------------- */
.sarasitp8nqa [class^="ly-sarasitp8nqA__hding"],
.sarasitp8nqa [class^="ly-sarasitp8nqA__chest"] {
	margin: 0;
	padding: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 余白：上 */
.sarasitp8nqa .ly-adjuster-sarasitp8nqA__mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .sect-sitp8nqA-Pagecov
-------------------------------------- */
.sarasitp8nqa .sect-sitp8nqA-Pagecov {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

.sect-sitp8nqA-Pagecov .ly-sarasitp8nqA__pagecovA img {
	width: 100%;
	height: 120px;
	object-position: 46% 0px;
}

/* .section-sarasitp8nqA-Intro
-------------------------------------- */
.sarasitp8nqa .sect-sitp8nqA-Intro {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 0rem;
	overflow: hidden;
}

.sect-sitp8nqA-Intro .ly-sarasitp8nqA__hdingB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-sitp8nqA-Intro .ly-sarasitp8nqA__lacquerB {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 2.4rem 0px 2.4rem;
	background: hsla(0, 0%, 95%, 1);
	margin-bottom: 2rem;
}

.sect-sitp8nqA-Intro .ly-sarasitp8nqA__chestB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

/* .section
-------------------------------------- */
.sarasitp8nqa .sect-sitp8nqA-List {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0rem 0px 1.8rem;
	overflow: hidden;
}

.sarasitp8nqa .sect-sitp8nqA-List p {
	position: relative;
	/* padding: 上  右  下  左 */
	padding: 0px 0px 0px 0em;
	margin-bottom: 0em;
}

.sarasitp8nqa .sect-sitp8nqA-List p i {
	margin-right: 0.4em;
}

.sect-sitp8nqA-List .ly-sarasitp8nqA__hdingC {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-sitp8nqA-List .ly-sarasitp8nqA__chestC {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

/* ■ページ：プライバシーポリシー（.sarapols8nqb）
====================================== */
.sarapols8nqb {
	margin: 0;
	padding: 0;
	display: block;
	/* フォントベース */
	font-size: 18px;
	text-align: justify;
}

/* 文字設定（p） */
.sarapols8nqb p {
	margin: 0;
	display: block;
	max-width: 100%;
	line-height: 2.0;
	font-size: 16px;
	margin-bottom: 0rem;
}

/* 強調・大字（strong） */
.sarapols8nqb strong {
	margin-top: 0.5em;
	display: block;
	max-width: 100%;
	line-height: 1.64;
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 1rem;
}

/* 強調・中字（em） */
.sarapols8nqb em {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: calc(16px + 1.2vw);
	font-weight: 400;
	margin-bottom: 0rem;
}

/* 太字（b） */
.sarapols8nqb b {
	font-weight: 700;
}

/* 改行（span：d:block） */
.sarapols8nqb p span,
.sarapols8nqb small span {
	display: block;
}

/* inline-block（i） */
.sarapols8nqb i {
	margin: 0;
	display: inline-block;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.sarapols8nqb .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.sarapols8nqb .titolo {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.sarapols8nqb .titolo.titolo-page {
	transform: scale(1.2);
	margin-bottom: 0rem;
}

.sarapols8nqb .titolo.titolo-section {
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	margin-bottom: 0rem;
}

.sarapols8nqb .titolo.titolo-section img {
	width: auto;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 水平線（.u-line） */
.sarapols8nqb .u-upperline {
	display: block;
	position: relative;
	width: 100px;
	max-width: 90vw;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #D10B0B;
	margin-bottom: 10px;
}

/* ルビ（ruby） */
.sarapols8nqb ruby.rubypos-under {
	display: inline-flex;
	flex-direction: column;
}

.sarapols8nqb ruby {
	margin: 0;
	width: auto;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0rem;
}

.sarapols8nqb ruby rt {
	margin-top: 10px;
	max-width: 100%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0rem;
}

.sarapols8nqb .titolo.titolo-subsection {
	margin: 0;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	text-align: center;
	/* padding: 上  横  下 */
	padding: 0px 0px 0.6em;
	border-bottom: 1px solid #D10B0B;
	margin-bottom: 1.7rem;
}

.sarapols8nqb .titolo.titolo-division {
	margin: 0;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	text-align: center;
	margin-bottom: 0.3em;
}

/* ページレイアウト（FAQ）
-------------------------------------- */
.sarapols8nqb [class^="ly-sarapols8nqB__hding"],
.sarapols8nqb [class^="ly-sarapols8nqB__chest"] {
	margin: 0;
	padding: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 余白：上 */
.sarapols8nqb .ly-adjuster-sarapols8nqB__mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .sect-pols8nqB-Pagecov
-------------------------------------- */
.sarapols8nqb .sect-pols8nqB-Pagecov {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

.sect-pols8nqB-Pagecov .ly-sarapols8nqB__pagecovA img {
	width: 100%;
	height: 120px;
	object-position: 46% 0px;
}

/* .section-sarapols8nqB-Intro
-------------------------------------- */
.sarapols8nqb .sect-pols8nqB-Intro {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 0rem;
	overflow: hidden;
}

.sect-pols8nqB-Intro .ly-sarapols8nqB__hdingB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

.sect-pols8nqB-Intro .ly-sarapols8nqB__lacquerB {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 2.4rem 0px 2.4rem;
	background: hsla(0, 0%, 95%, 1);
	margin-bottom: 2rem;
}

.sect-pols8nqB-Intro .ly-sarapols8nqB__chestB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

/* .section
-------------------------------------- */
.sarapols8nqb .sect-pols8nqB-List {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0rem 0px 1.8rem;
	overflow: hidden;
}

.sarapols8nqb .sect-pols8nqB-List p {
	position: relative;
	/* padding: 上  右  下  左 */
	padding: 0px 0px 0px 0em;
	margin-bottom: 0em;
}

.sarapols8nqb .sect-pols8nqB-List p i {
	margin-right: 0.4em;
}

.sect-pols8nqB-List .ly-sarapols8nqB__hdingC {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
}

.sect-pols8nqB-List .ly-sarapols8nqB__chestC {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

/* ■ページ：サイトマップ（.sarasmap8nqc）
====================================== */
.sarasmap8nqc {
	margin: 0;
	padding: 0;
	display: block;
	/* フォントベース */
	font-size: 18px;
	text-align: justify;
}

/* 文字設定（p） */
.sarasmap8nqc p {
	margin: 0;
	display: block;
	max-width: 100%;
	line-height: 2.0;
	font-size: 18px;
	margin-bottom: 0rem;
}

/* 太字（b） */
.sarasmap8nqc b {
	font-weight: 700;
}

/* 改行（span：d:block） */
.sarasmap8nqc p span,
.sarasmap8nqc small span {
	display: block;
}

/* inline-block（i） */
.sarasmap8nqc i {
	margin: 0;
	display: inline-block;
}

/* display: none（PC） */
@media screen and (min-width: 744px) {
	.sarasmap8nqc .d-none_pc {
		display: none;
	}
}

/* 見出し（.titolo） */
.sarasmap8nqc .titolo {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.sarasmap8nqc .titolo.titolo-page {
	transform: scale(1.2);
	margin-bottom: 0rem;
}

.sarasmap8nqc .titolo.titolo-section {
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	margin-bottom: 0rem;
}

.sarasmap8nqc .titolo.titolo-section img {
	width: auto;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 水平線（.u-line） */
.sarasmap8nqc .u-upperline {
	display: block;
	position: relative;
	width: 100px;
	max-width: 90vw;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	background: #D10B0B;
	margin-bottom: 10px;
}

/* ルビ（ruby） */
.sarasmap8nqc ruby.rubypos-under {
	display: inline-flex;
	flex-direction: column;
}

.sarasmap8nqc ruby {
	margin: 0;
	width: auto;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0rem;
}

.sarasmap8nqc ruby rt {
	margin-top: 10px;
	max-width: 100%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0rem;
}

.sarasmap8nqc .titolo.titolo-subsection {
	margin: 0;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	text-align: center;
	/* padding: 上  横  下 */
	padding: 0px 0px 0.6em;
	border-bottom: 1px solid #D10B0B;
	margin-bottom: 1.7rem;
}

.sarasmap8nqc .titolo.titolo-division {
	margin: 0;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 500;
	text-align: center;
	margin-bottom: 0.3em;
}

/* ページレイアウト（FAQ）
-------------------------------------- */
.sarasmap8nqc [class^="ly-sarasmap8nqC__hding"],
.sarasmap8nqc [class^="ly-sarasmap8nqC__chest"] {
	margin: 0;
	padding: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 余白：上 */
.sarasmap8nqc .ly-adjuster-sarasmap8nqC__mezzalaA {
	display: block;
	width: 100%;
	height: 0rem;
}

/* .sect-smap8nqC-Pagecov
-------------------------------------- */
.sarasmap8nqc .sect-smap8nqC-Pagecov {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

.sect-smap8nqC-Pagecov .ly-sarasmap8nqC__pagecovA img {
	width: 100%;
	height: 120px;
	object-position: 46% 0px;
}

/* .section-sarasmap8nqC-Intro
-------------------------------------- */
.sarasmap8nqc .sect-smap8nqC-Intro {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 1.5rem 0px 0rem;
	overflow: hidden;
}

.sect-smap8nqC-Intro .ly-sarasmap8nqC__hdingB {
	margin: 0;
	width: 1000px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 2rem;
}

/* .section
-------------------------------------- */
.sarasmap8nqc .sect-smap8nqC-Sitemap {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0rem 0px 1.8rem;
	overflow: hidden;
}

.sarasmap8nqc .sect-smap8nqC-Sitemap p {
	position: relative;
	/* padding: 上  右  下  左 */
	padding: 0px 0px 0px 0em;
	margin-bottom: 0em;
}

.sarasmap8nqc .sect-smap8nqC-Sitemap p i {
	margin-right: 0.4em;
}

.sect-smap8nqC-Sitemap .ly-sarasmap8nqC__chestC {
	margin: 0;
	width: 600px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2rem;
}

/* サイトメニュー（スマホ） */
@media screen and (max-width: 743.9px) {
	.sect-smap8nqC-Sitemap .nav-footmenu1>ul.menu {
		display: flex;
	}

	.sect-smap8nqC-Sitemap nav>ul.menu>li {
		display: flex;
		width: auto;
		height: auto;
		/* padding: 上  横  下 */
		padding: 20px 0px 20px;
		font-size: 14px;
		text-align: left;
		white-space: nowrap;
		border-bottom: 1px solid hsla(0, 0%, 44%, 1);
	}

	.sect-smap8nqC-Sitemap nav>ul.menu>li:nth-of-type(1) {
		border-top: 1px solid hsla(0, 0%, 44%, 1);
	}

	.sect-smap8nqC-Sitemap nav>ul.menu .sub-menu>li {
		display: block;
		width: auto;
		height: auto;
		font-size: 14px;
		text-align: left;
		white-space: nowrap;
	}

	.sect-smap8nqC-Sitemap nav>ul.menu>li>a {
		display: block;
		width: 50%;
		/* padding: 上  右  下  左 */
		padding: 0px 2.3vw 0.7em 0em;
		font-size: calc(16px + 0.2vw);
		font-weight: 500;
		color: var(--va-saraciere-c_p);
	}

	.sect-smap8nqC-Sitemap nav>ul.menu>li>a::before {
		content: "■";
		margin-right: 0.3em;
	}

	.sect-smap8nqC-Sitemap nav>ul.menu .sub-menu>li a {
		display: block;
		width: 50%;
		/* padding: 上  右  下  左 */
		padding: 0em 2.3vw 0.7em 0em;
		font-size: calc(16px + 0.2vw);
		font-weight: 500;
		color: var(--va-saraciere-c_p);
	}

	.sect-smap8nqC-Sitemap nav>ul.menu .sub-menu>li a {
		font-weight: 400;
	}

	.sect-smap8nqC-Sitemap nav>ul.menu>li a:hover,
	.sect-smap8nqC-Sitemap nav>ul.menu .sub-menu>li a:hover {
		opacity: 0.7;
	}

	/* サブメニュー */
	.sect-smap8nqC-Sitemap nav>ul.menu .sub-menu {
		position: static;
		padding-left: 0px;
	}

	.sect-smap8nqC-Sitemap nav>ul.menu .sub-menu>li a i {
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.2em;
	}

	.sect-smap8nqC-Sitemap nav>ul.menu .sub-menu>li a i::before {
		content: "▶︎";
		vertical-align: text-bottom;
	}

	.sect-smap8nqC-Sitemap nav>ul.menu .sub-menu>li:not(:first-child) {
		border-top: none;
	}

	.sect-smap8nqC-Sitemap .nav-sitemap2>ul.menu>li {
		/* padding: 上  横  下 */
		padding: 0px 0px 0px;
		border-bottom: none;
	}

	.sect-smap8nqC-Sitemap .nav-sitemap2>ul.menu>li:nth-of-type(1) {
		border-top: none;
	}

	.sect-smap8nqC-Sitemap .nav-sitemap2>ul.menu>li:last-of-type {
		display: none;
	}

	.sect-smap8nqC-Sitemap .nav-sitemap2 {
		/* padding: 上  横  下 */
		padding: 20px 0px 20px;
		border-bottom: 1px solid hsla(0, 0%, 44%, 1);
	}
}

/* ■ページ：個別投稿（single.php）
====================================== */
/* カテゴリー管理 */
.single .cat-item>a {
	margin-right: 0px;
	position: relative;
	display: inline-block;
	top: -2px;
	width: 85px;
	padding: 4px 5px 6px;
	border-radius: 0;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	/* リンク無効（※IE対策 = block or iBlock）*/
	pointer-events: none;
}

.single .cat-item.uncategorized>a {
	background: #999999;
}

.single .cat-item.cat-notice>a {
	background: #801818;
}

.single .cat-item.cat-recruit>a {
	background: #1b286f;
}

.single .cat-item.cat-event>a {
	background: #9a7d1d;
}

.single .cat-item.cat-csr>a {
	background: #124626;
}

/* ページカバー（parts/pagecov-single-elf） */
.single .sect-pcov8nbA-Pagecov {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

.single .sect-pcov8nbA-Pagecov .titolo.titolo-page {
	width: 9.5rem;
	height: auto;
	margin-bottom: 0rem;
}

/* 画像：absolute（.sarapos-dd:cm;） */
.single .sect-pcov8nbA-Pagecov .sarapos8nbA-dl-posR {
	position: relative;
}

.single .sect-pcov8nbA-Pagecov .sarapos8nbA-dl-posR>.dt-posN {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.single .sect-pcov8nbA-Pagecov .sarapos8nbA-dl-posR>.dt-posN img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.single .sect-pcov8nbA-Pagecov .sarapos8nbA-dl-posR>.dd-posA {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: auto;
}

/* ページレイアウト
-------------------------------------- */
.single .arcloop-single {
	margin: 0;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
}

.single .arcloop-single .ly-single8nbC__hdingA {
	margin: 0;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 2.5rem 0px 0px;
	text-align: right;
	margin-bottom: 4.5rem;
}

/* 水平線（.hr） */
.single .arcloop-single .ly-single8nbC__hdingA .underline {
	margin-top: 0rem;
	display: block;
	position: relative;
	width: 1000x;
	max-width: 90vw;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background: hsla(0, 0%, 80%, 1);
	margin-bottom: 8px;
}

.single .arcloop-single .titolo.titolo-single {
	margin: 0;
	/* padding: 上  横  下 */
	padding: 8px 0px 8px;
	line-height: 1.5;
	font-size: calc(16px + 1.2vw);
	font-weight: 700;
	text-align: center;
	margin-bottom: 0rem;
}

.single .arcloop-single .entry-date {
	font-size: calc(16px + 1.2vw);
	margin-right: 0.5em;
}

.single .arcloop-single .cat-item {
	margin-right: 4px;
}

.single .ly-single8nbC__prologueA {
	margin-top: 15px;
	width: 900px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 15px;
}

.single .ly-single8nbC__prologueA a.button.is-plain.is-000000 {
	margin-top: 30px;
	padding: .5em 1em;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 500;
	background: hsla(0, 0%, 0%, 1);
	color: #FFF !important;
	line-height: 1.5;
	text-align: center;
	transition: ease-out .12s;
}

.single .ly-single8nbC__prologueA a.button.is-plain.is-000000:hover {
	background: hsla(0, 0%, 20%, 1);
}

/* 記事設定（content-single8nbC）
-------------------------------------- */
.single .arcloop-single .co-single8nbC {
	margin: 0;
	display: block;
	width: 700px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* フォントベース */
	line-height: 1.84;
	font-size: 17px;
	margin-bottom: 0rem;
}

/* 文字設定（p） */
.single .arcloop-single .co-single8nbC p {
	margin: 0;
	display: block;
	max-width: 100%;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 0.8em;
}

/* 注釈・小字（small） */
.single .arcloop-single .co-single8nbC small {
	margin: 0;
	display: block;
	max-width: 100%;
	line-height: 1.5;
	font-size: var(--va-saraciere-fz_small);
	margin-bottom: 0rem;
}

/* em（is-outline-bottom） */
.single .arcloop-single .co-single8nbC i,
.single .arcloop-single .co-single8nbC em {
	font-style: normal;
}

.single .arcloop-single .co-single8nbC .box.is-outline-bottom {
	display: inline-block;
	border-bottom: 1px solid #222;
}

/* 太字（b） */
.single .arcloop-single .co-single8nbC b {
	font-weight: 700;
}

/* 見出し（h1〜h6） */
.single .arcloop-single .co-single8nbC h1,
.single .arcloop-single .co-single8nbC h2,
.single .arcloop-single .co-single8nbC h3,
.single .arcloop-single .co-single8nbC h4,
.single .arcloop-single .co-single8nbC h5,
.single .arcloop-single .co-single8nbC h6 {
	display: block;
	max-width: 100%;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}

.single .arcloop-single .co-single8nbC h1 {
	font-size: 35px;
}

.single .arcloop-single .co-single8nbC h2 {
	font-size: calc(16px + 1vw);
}

.single .arcloop-single .co-single8nbC h3 {
	font-size: calc(16px + 1.2vw);
}

.single .arcloop-single .co-single8nbC h4 {
	font-size: 21px;
}

.single .arcloop-single .co-single8nbC h5 {
	font-size: 17px;
}

.single .arcloop-single .co-single8nbC h6 {
	font-size: 15px;
}

/* 投稿ページ： リスト設定（投稿ページのみ） */
.single .arcloop-single .co-single8nbC ul {
	display: block;
	list-style-type: disc;
	margin-left: 2em;
}

.single .arcloop-single .co-single8nbC ol {
	display: block;
	list-style-type: decimal;
	margin-left: 2em;
}

/* 投稿ページ：テーブル設定（投稿ページのみ） */
.single .arcloop-single .co-single8nbC .su-table {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 画像前スペース */
.single .arcloop-single .co-single8nbC .wp-caption {
	margin-top: 1.5em;
	width: 700px !important;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* 画像デフォルトを中央揃え */
.single .arcloop-single .co-single8nbC img {
	display: inline-block;
	width: 700px !important;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	object-fit: cover;
}

.single .arcloop-single .co-single8nbC .alignnone,
.single .arcloop-single .co-single8nbC .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* キャプションテキスト */
.single .arcloop-single .co-single8nbC .wp-caption-text {
	display: inline-block;
	width: 700px !important;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 4px 12px 4px;
	text-align: center;
	font-size: 15px;
}

.single .arcloop-single .co-single8nbC .wp-caption.alignright .wp-caption-text {
	text-align: right;
}

.single .arcloop-single .co-single8nbC .wp-caption.alignleft .wp-caption-text {
	text-align: left;
}

.single .arcloop-single .co-single8nbC .wp-caption.alignnone .wp-caption-text,
.single .arcloop-single .co-single8nbC .wp-caption.aligncenter .wp-caption-text {
	text-align: center;
}