@charset "utf-8";


/* ====================================
　共通スタイル
 ==================================== */

 /* ベース */

 .base-width,
 .base-width-sp {
	 padding-inline: 5%;
 }


/* パンくずリスト */
.breadcrumb__list>li {
	display: inline;
}

.breadcrumb__list>li:not(:first-child)::before {
	content: '\03e';
	margin-inline: 0.5em;
}

.breadcrumb__list {
	font-size: 12px;
}

.breadcrumb__list a {
	text-decoration: none;
}

/* メインビジュアル */
.main-visual {
	position: relative;
	margin-block: 10px 0;
}

.main-visual img {
	width: 100%;
	height: auto;
}

/* ページタイトル */
.page-title {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 25px;
	font-weight: 700;
}

.page-title small {
	display: block;
	font-size: 16px;
}

/* CEOメッセージ本文 */
.message {
	margin: 30px auto;
}

.message__container {
	font-size: 15px;
	line-height: 1.6;
}

.message__main {
	font-size: 24px;
	font-weight: 700;
}

.message__photo {
	width: 80%;
	height: auto;
	margin: 30px auto 0;
}

.message__text {
	margin: 50px auto 100px;
	line-height: 2;
}

.message__text .ceo_message p:nth-of-type(n+2) {
	margin-top: 1.5em;
}


/* 名前 */
.message__text .ceo__name {
	text-align: right;
	margin-top: 2em;
}

.message__text .ceo__name-ja {
	font-size: 18px;
	font-weight: 700;
}

.message__text .ceo__name-en {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}

.message__text .ceo__text {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 1em;
}

/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover) and (pointer) {

	.breadcrumb__list a:hover {
		text-decoration: underline;
		text-underline-offset: 2px;
	}

}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {

	.pc-only {
		display: none;
	}

	/* CEOメッセージ本文 */
	.message__container {
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {
	.sp-only {
		display: none;
	}

	/* 共通スタイルリセット */
	.js-inc_header.l-header+* {
		margin-top: 0;
	}

	/* パンくずリスト */
	.breadcrumb__list {
		margin-top: 130px;
	}

	/* メインビジュアル */
	.main-visual {
		margin-top: 20px;
		position: relative;
	}

	/* ページタイトル */
	.page-title {
		font-size: 40px;
	}

	/* CEOメッセージ本文 */

	.message {
		max-width: 980px;
		margin: 100px auto;
	}

	.message__container {
		position: relative;
		padding-left: 40%;
	}

	.message__main {
		font-size: 32px;
	}

	.message__photo {
		width: 35%;
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
	}


	.ceo__name {
		align-items: baseline;
		column-gap: 25px;
		margin-top: 60px;
	}

	.ceo__name-ja {
		font-size: 28px;
	}

	.ceo__name-en {
		font-size: 13px;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (768px<=width <1080px) {
	.introduction__title {
		font-size: 28px;
	}

	.ceo__name {
		margin-top: 45px;
	}

	.ceo__name-ja {
		font-size: 24px;
	}

	.ceo__name-en {
		font-size: 12px;
	}
}