@charset "utf-8";

.PageHeader {
	background-image: url(../img/for-corporate/kv.webp);
}

.no-webp .PageHeader {
	background-image: url(../img/for-corporate/kv.jpg);
}

.ChapterIndexSection__list .lbl span {
	display: block;
	font-size: 1rem;
}

.ChapterIndexSection__list li:last-child .anchor {
	align-items: start;
}

@media all and (min-width: 1280px) {
	.ChapterIndexSection__list .lbl span {
		font-size: 1.2rem;
	}
}


/* --------------------------------------------------------------------------------------------------
 * 
 * btn
 *
 * -------------------------------------------------------------------------------------------------- */

.Conversion {
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #fff;
	list-style: none;
}

.ConversionRead {
	text-align: center;
}

.ConversionPhone {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ConversionPhone-inner {
	
}

.ConversionPhone__read {
	font-weight: bold;
	margin-top: 0;
}

.ConversionPhone__nav {
	justify-content: flex-end;
}

.ConversionPhone__num {
	display: inline-flex;
	align-items: flex-end;
}

.ConversionPhone__num .icon {
	stroke-width: 1.3;
}

.ConversionPhone__num .icon svg {
	width: 1.05em;
	height: 1.05em;
}

@media all and (min-width: 768px) {
	.Conversion {
		padding: 40px 0;
	}

	.ConversionPhone {
	}

	.ConversionPhone__nav {
		margin-top: 0;
	}

	.ConversionPhone__num {
		font-size: 3rem;
	}
}

@media all and (min-width: 1280px) {
	.Conversion {
		padding: 60px 0;
	}

	.ConversionPhone {
		font-size: 1.3rem;
	}

	.ConversionPhone__read {
		
	}
}

/* -------------------------------------------------------------------------------------------------- */

.sContent {
	position: relative;
	padding-top: 80px;
	border-top: 1px solid rgba(0,0,0,0.5);
}

@media all and (min-width: 1280px) {
	.sContent {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding-top: 30px;
	}
}

.sContentHeader {
	
}

@media all and (min-width: 1280px) {
	.sContentHeader {
		margin-top: calc(60px - 0.75em);
		width: var(--wcalc10-2);
	}
}

.sContentBody {
	
}

@media all and (min-width: 1280px) {
	.sContentBody {
		margin-top: 60px;
		width: var(--wcalc10-8);
	}
}

/* -------------------------------------------------------------------------------------------------- */

.sContentArrow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	margin: auto;
	transform: translateY(-50%);
}

.sContentArrow svg {
	width: 48px;
	height: 48px;
	stroke-width: 0.75;
	background-color: var(--color-bg);
}

/* -------------------------------------------------------------------------------------------------- */

.sContentHeader.section-header {
	text-align: left;
}

@media all and (min-width: 1280px) {
	.sContentHeader.section-header {
		position: -webkit-static;
		position: sticky;
		top: 80px;
	}
}

.sContentHeader .section-header__ttl {
	position: relative;
	margin-top: 0;
	font-size: 2.2rem;
}

.sContentHeader .section-header__ttl > *:first-child {
	margin-top: 0;
}

.sContentHeader .section-header__ttl-inner {
	padding-top: 10px;
	transform: scaleX(0.8);
	letter-spacing: 0.0em;
	width: calc(100% / 0.8);
}

.sContentHeader .count {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	top: auto;
	left: 0.1em;
	right: auto;
	bottom: 100%;
	padding: 0 1.5em 0 0;
	font-family: Garamond, serif;
	font-size: 1.8rem;
	border-bottom: 1px solid rgba(0,0,0,0.45);
}

.sContentHeader .count + * {
	padding-top: 10px;
}

@media all and (min-width: 768px) {
	.sContentHeader .section-header__ttl {
		font-size: 2.6rem;
	}
}

@media all and (min-width: 1280px) {
	.sContentHeader .section-header__ttl {
		font-size: 3.2rem;
	}
}

/* -------------------------------------------------------------------------------------------------- */

.section-des {
	
}

.section-des > *:first-child {
	margin-top: 0;
}

.section-des__ttl {
	font-weight: bold;
	font-size: 120%;
}

@media all and (min-width: 768px) {
	.section-des {
		
	}
	.section-des__ttl {
		font-size: 130%;
	}
}

/* -------------------------------------------------------------------------------------------------- */

.sContentList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}

.sContentList::before,
.sContentList::after {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	order: 2;
}

.sContentList__item {
	position: relative;
	width: 100%;
	margin-top: 50px;
	padding-top: 30px;
}

.sContentList__item::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,0.5);
}

.sContentList__item:first-child {
	margin-top: 0;
}

.sContentList__item > *:first-child {
	margin-top: 0;
}

.sContentList__item > *:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 414px) {
	.sContentList::before,
	.sContentList::after,
	.sContentList__item {
		width: calc(50% - 10px);
	}

	.sContentList__item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media all and (min-width: 768px) {
	.sContentList::before,
	.sContentList::after,
	.sContentList__item {
		width: calc(33.333% - 20px);
	}

	.sContentList__item {
		display: flex;
		flex-direction: column;
	}

	.sContentList__item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media all and (min-width: 1280px) {
	.sContentList::before,
	.sContentList::after,
	.sContentList__item {
		width: calc(33.333% - 40px);
	}
}


.sContent__img {
	position: relative;
}

.sContent__img:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}

.sContent__img img {
	display: block;
	width: 100%;
	margin: auto;
	border-radius: 5px;
}

.sContent__ttl {
	font-weight: bold;
	font-feature-settings: "palt";
}

.sContent__des {
	font-size: 90%;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.sContent__link {
	position: relative;
	padding-top: 10px;
}

.sContent__link::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px dashed rgba(0,0,0,0.3);
}

@media all and (min-width: 768px) {
	.sContent__link {
		margin: auto 0 0;
	}

	.sContent__des {
		margin-bottom: 20px;
	}
}