@charset "utf-8";



/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");


/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）
---------------------------------------------------------------------------*/
:root {

	/*余白*/
	--content-space: 2rem;

	/* ページ全体の背景 */
	--page-bg: #c0c0c0;

	/* 各セクション背景（白） */
	--section-bg: #ffffff;

	/* 角丸統一 */
	--radius: 18px;

	--shadow: 0 10px 30px rgba(0, 0, 0, .06);
	--border: 1px solid rgba(0, 0, 0, .08);
}


/*animation11のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {
		left: -200px;
	}

	100% {
		left: 0px;
	}
}


/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/*全体の設定
---------------------------------------------------------------------------*/
body * {
	box-sizing: border-box;
}

html,
body {
	font-size: 13px;
	/*基準となるフォントサイズ。*/
}

/*画面幅900px以上の追加指定*/
@media screen and (min-width:900px) {

	html,
	body {
		font-size: 15px;
		/*基準となるフォントサイズ。*/
	}

}

/*追加指定ここまで*/


body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	/*フォント種類（ゴシック）*/
	-webkit-text-size-adjust: none;
	/* background: #fff; */
	background: var(--page-bg);
	/*背景色*/
	color: #555;
	/*文字色*/
	line-height: 2;
	/*行間*/
	overflow-x: hidden;
}

#contents {
	margin-top: 5%;
}

/*リセット*/
figure {
	margin: 0;
}

dd {
	margin: 0;
}

nav,
ul,
li,
ol {
	margin: 0;
	padding: 0;
}

nav ul {
	list-style: none;
}

/*table全般の設定*/
table {
	border-collapse: collapse;
}

/*画像全般の設定*/
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/*videoタグ*/
video {
	max-width: 100%;
}

/* 画像・ボタンなども少し角丸に */
#contents img,
#contents video {
	border-radius: var(--radius);
}

/*iframeタグ*/
iframe {
	width: 100%;
}

/*他*/
input {
	font-size: 1rem;
}

/*section*/
section {
	padding: var(--content-space);
	/*section内の余白。冒頭のcontent-spaceを読み込みます。*/
}

/* sectionを“白いカード”に */
.lp {
	padding: 24px 0 80px;
}

.lp .container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto;
	padding: 0 24px;
}

.sec {
	/* max-width: 1000px; */

	max-width: 80%;
	width: calc(100% - 36px);
	margin: 18px auto;
	background: var(--section-bg);
	border: var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	margin: 18px auto;
	padding: 72px 0;
}


/* イントロオーバーレイは最前面 */
#introOverlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

/* オーバーレイ内の動画（ボタンより背面） */
#introOverlay video,
#introVideo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

/* 閉じるボタンは動画より前面＆クリック可能に */
#introClose {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	pointer-events: auto;
}

/* もし #introOverlay に pointer-events を切り替えてるならこれも入れる */
#introOverlay {
	pointer-events: none;
}

#introOverlay.is-active {
	pointer-events: auto;
}


/*Section Heading全般の設定
---------------------------------------------------------------------------*/
.sec-head {
	/* margin: 0 auto 32px;
	width: 76%; */
	color: var(--wp--preset--color--black);
}

/* h2 */
/* #contents .sec-lic h2.titleset5-parts { */
#contents h2.titleset5-parts {
	font-size: 2rem;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	/* letter-spacing: 0.1em; */
	padding-top: 1rem;
	margin: 0 0 28px;
}

/* 小文字（サブタイトル） */
/* #contents .sec-lic h2.titleset5-parts span { */
#contents h2.titleset5-parts span {
	display: block;
	font-weight: normal;
	font-size: 0.5em;
}

/* 見出し上のボーダー */
/* #contents .sec-lic h2.titleset5-parts::before { */
#contents h2.titleset5-parts::before {
	content: "";
	position: absolute;
	/* transform: translateX(-50%); */
	height: 1px;
	width: 60%;
	/* left: 50%; */
	top: 8.5rem;
	background: #ccc;
}

/* h3 */
/* #contents .sec-lic h3.titleset5-parts { */
#contents h3.titleset5-parts {
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: 0.1em;
	margin: 0 0 1rem;
}

/* h3 小文字 */
/* #contents .sec-lic h3.titleset5-parts span { */
#contents h3.titleset5-parts span {
	display: block;
	font-weight: normal;
	font-size: 0.5em;
	opacity: 0.5;
	/* margin-top: 8px; */
}

/* サブタイトルに入れる LICロゴ画像（インライン用） */
#contents .lic-sublogo {
	height: 48px;
	width: auto;
	vertical-align: -15px;
	/* margin: 0 4px; */
}

/* LICロゴをタイトルの一部として扱う */
.sec-title .brand {
	display: inline-flex;
	align-items: center;
	margin: 0 6px;
}

.sec-title .brand img {
	height: 28px;
	width: auto;
	border-radius: 0;
	/* ロゴ画像は角丸不要 */
	display: block;
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: inherit;
	transition: 0.3s;
	/*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover {
	filter: brightness(1.1);
	/*少しだけ明るくする*/
}


/*コンテナー（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	overflow-x: hidden;
	position: relative;
	animation: opa1 0.2s 0.4s both;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	max-width: 1800px;
	/*サイトの最大幅。これ以上広がらない。*/
	margin: 0 auto;
}


/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}

header a {
	color: inherit;
}

/*大きな画面でのheader*/
body.large-screen header {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	align-items: center;
}

#header-inner {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	align-items: center;
	width: 100%;
	padding: 1rem 2rem;
	color: #fff;
	z-index: 1;
	background: rgb(255 255 255 / 25%);
	backdrop-filter: blur(6px);
	transition: background 0.3s ease, backdrop-filter 0.3s ease;
	border-radius: var(--radius);
}

/*スクロールしたらヘッダー背景を濃く*/
header.is-scrolled #header-inner {
	background: none;
	backdrop-filter: none;
}

header.is-scrolled #header-box ul li a {
	background: rgb(237 122 144);
}

/*ロゴ（※画像の場合）*/
#logo img {
	/* display: block; */
	width: 65px;
	/*ロゴの幅*/
}

/*ロゴ（※テキストの場合）*/
#logo a {
	text-decoration: none;
}

#logo {
	width: auto;
	font-size: 1.4rem;
	/*文字サイズ。140%*/
}


/*header-box
---------------------------------------------------------------------------*/
/*ボックス全体*/
#header-box * {
	margin: 0;
	padding: 0;
}

#header-box ul {
	list-style: none;
	display: flex;
}

/*メニュー１個あたり*/
#header-box ul a {
	display: block;
	text-decoration: none;
	padding: 0.5rem 2rem;
	border-radius: 3px;
}

#header-box ul li a {
	background: #fff;
	color: #555;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 90px;
	transition: background 0.3s ease, backdrop-filter 0.3s ease;
}


/*大きな端末で見たメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
.large-screen #menubar {
	flex: 1;
}

.large-screen #menubar>nav>ul {
	display: flex;
	gap: 2rem;
	justify-content: end;
	align-items: center;
}

/*メニュー１個あたりの設定*/
.large-screen #menubar li a {
	display: block;
	text-decoration: none;
	padding: 0.5rem 1rem;
}


/*大きな端末で見た場合のドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウン全体*/
.large-screen #menubar ul ul {
	position: absolute;
	z-index: 100;
	animation: opa1 0.5s 0.1s both;
	/*0.1秒待機後、0.5秒かけてフェードイン表示*/
}

/*メニュー１個あたり*/
.large-screen #menubar ul ul a {
	background: #fff;
	/*背景色*/
	color: #555;
	/*文字色*/
	padding: 0.2rem 1rem;
	/*上下、左右へのメニュー内の余白*/
	margin-top: 3px;
	/*上に3pxスペースを空ける*/
}


/*小さな端末で見たメニュー
---------------------------------------------------------------------------*/
/*メニューブロック共通*/
.small-screen #menubar {
	animation: animation1 0.2s both;
	position: fixed;
	overflow: auto;
	z-index: 100;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 100px var(--content-space) 50px;
	/*ブロック内の余白。上に100px、左右についてはcss冒頭のcontent-spaceを読み込む、下に50px。*/
	background: rgba(0, 0, 0, 0.9);
	/*背景色。0,0,0は黒の事で0.9は色が90%出た状態。*/
	color: #fff;
	/*文字色。白。*/
}

.small-screen #menubar {
	display: none;
}

/*メニュー１個あたり*/
.small-screen #menubar a {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid #fff;
	/*枠線の幅、線種、色*/
	margin-bottom: 1rem;
	/*下に１文字分のスペースを空ける。メニュー同士の間隔です。*/
	padding: 1rem 2rem;
	/*メニュー内の余白。上下に１文字分、左右に２文字分。*/
}

/*子メニュー（ドロップダウンメニュー）*/
.small-screen #menubar ul ul a {
	border: none;
	padding: 0;
	margin-left: 3.8rem;
	/*左に空けるスペース*/
}

/*ドロップダウンのアイコン*/
a.ddmenu::before {
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	content: "\f078";
	/*このアイコンを使う*/
	margin-right: 0.3em;
	/*アイコンとメニューテキストとの間に空けるスペース。0.5文字分。*/
	transform: scale(0.7);
	/*アイコンを70%のサイズに*/
	display: inline-block;
}

a.ddmenu {
	cursor: default;
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
#menubar_hdr {
	display: none;
	/* デフォルトは非表示 */
	animation: opa1 0s 0.2s both;
	position: fixed;
	z-index: 101;
	cursor: pointer;
	right: 0px;
	/*右からの配置場所*/
	top: 0px;
	/*上からの配置場所*/
	width: 70px;
	/*ボタンの幅*/
	height: 70px;
	/*ボタンの高さ*/
	background: #000;
	/*ボタン色*/
	border-radius: 0px 0px 0px 20px;
	/*角を丸くする指定。左上、右上、右下、左下の順番。この場合は左下だけ角を丸くする。*/
	transform-origin: right top;
	transform: scale(1);
	/*大きさを調整したい場合はここの「1」を変更します。1.2や0.7など。*/
}

/*バツ印が出ている時のボタン色*/
#menubar_hdr.ham {
	background: #ff0000;
}

/*ハンバーガーアイコンの線*/
#menubar_hdr span {
	display: block;
	position: absolute;
	left: 18px;
	width: 35px;
	height: 2px;
	/*線の高さ*/
	background: #fff;
	/*線の色*/
	transition: 0.3s;
}

#menubar_hdr span:nth-of-type(1) {
	top: 24px;
}

#menubar_hdr span:nth-of-type(2) {
	top: 34px;
}

#menubar_hdr span:nth-of-type(3) {
	top: 44px;
}

/* ハンバーガーメニュー展開時 */
#menubar_hdr.ham span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

#menubar_hdr.ham span:nth-of-type(2) {
	opacity: 0;
}

#menubar_hdr.ham span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

/*小さな画面での設定*/
.small-screen #menubar_hdr {
	display: flex;
}


/*コンテンツ
---------------------------------------------------------------------------*/
/*コンテンツブロック*/
#contents {
	flex: 1;
}

/*コンテンツ内で使用するul,ol要素（リストタグ）*/
#contents ul,
#contents ol {
	margin-left: 2rem;
	margin-right: 2rem;
}


/*p要素（段落タグ）
---------------------------------------------------------------------------*/
p {
	margin-left: 1rem;
	/*左に１文字分のスペース*/
	margin-right: 1rem;
	/*右に１文字分のスペース*/
}


/*フッター
---------------------------------------------------------------------------*/
#footer1-parts * {
	margin: 0;
	padding: 0;
}

#footer1-parts ul {
	list-style: none;
}

/*ブロック全体*/
#footer1-parts {
	background: #eee;
	/*背景色*/
	color: #555;
	/*文字色*/
	padding: var(--content-space);
	/*フッター内の余白。css冒頭のcontent-spaceを読み込みます。*/
	display: flex;
	flex-direction: column-reverse;
	/*フッターメニューがロゴより先に表示されるように。逆（htmlの順番通りの表示）がいいならこの１行を削除。*/
}

/*ロゴやSNSアイコンが入ったブロック*/
#footer1-parts div.footer1-1-parts {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	/*このブロック内のボックス同士の間に空ける余白。１文字分。*/
}

/*メニューブロック*/
#footer1-parts div.footer1-2-parts {
	flex: 1;
	font-size: 0.85rem;
	/*文字サイズを85%に*/
	display: flex;
	gap: 2rem;
	/*メニューブロック同士の間の余白。2文字分。*/
	margin-bottom: 1rem;
	/*メニューブロックの下に１文字分の余白を空ける。*/
}

#footer1-parts img {
	width: 20%;
	/*フッターロゴの幅。*/
}

/*画面700px以上の追加指定*/
@media screen and (min-width:700px) {

	#footer1-parts {
		flex-direction: row;
		/*表示順をデフォルトにする*/
		gap: 2rem;
		/*ロゴのブロックとメニューのブロックとの間の余白。2文字分。*/
	}

	/*ロゴやSNSアイコンが入ったブロック*/
	#footer1-parts div.footer1-1-parts {
		text-align: left;
		width: 40%;
		/*幅。40%。*/
	}

	/*メニューブロック*/
	#footer1-parts div.footer1-2-parts {
		justify-content: flex-end;
		/*ブロックを右に寄せる。この行を削除すれば、左によります。*/
		margin-bottom: 0;
		/*下の余白をなくす*/
	}

}

/*追加指定ここまで*/


/*Copyright部分*/
#footer1-parts small {
	display: block;
}


/*SNSアイコン
---------------------------------------------------------------------------*/
.sns1-parts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	/*アイコン同士のマージン的な要素。１文字分。*/
}

.sns1-parts i {
	font-size: 30px;
	/*アイコンサイズ*/
}

.icon-note {
	width: 30px !important;
}


/*著作部分（※意図的に見えなくしたりしないで下さい。規約違反になります。）
---------------------------------------------------------------------------*/
.pr a {
	text-decoration: none;
	display: block;
	background: #555;
	color: #ccc;
	text-align: right;
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
}

.pr a::before {
	font-family: "Font Awesome 6 Free";
	content: "\e2ca";
	font-weight: bold;
	margin-right: 0.5em;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {
	display: block;
}

/*ボタンの設定*/
.pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	z-index: 99;
	animation: opa1 1s 0.4s both;
	position: fixed;
	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;
	/*右からの配置場所指定*/
	bottom: 20px;
	/*下からの配置場所指定*/
	color: #fff;
	/*文字色*/
	font-size: 1.5rem;
	/*文字サイズ*/
	background: rgba(0, 0, 0, 0.2);
	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;
	/*幅*/
	line-height: 60px;
	/*高さ*/
	border-radius: 50%;
	/*円形にする*/
}


/*余白調整用
---------------------------------------------------------------------------*/
section.padding0 {
	padding: 0;
}

div.padding0 {
	margin-left: calc(-1 * var(--content-space));
	margin-right: calc(-1 * var(--content-space));
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.color-check,
.color-check a {
	color: #ff0000 !important;
}

.l {
	text-align: left !important;
}

.c {
	text-align: center !important;
}

.r {
	text-align: right !important;
}

.ws {
	width: 95%;
	display: block;
}

.wl {
	width: 95%;
	display: block;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.look {
	display: inline-block;
	padding: 0px 10px;
	background: #eee;
	border: 1px solid #ccc;
	color: #888;
	border-radius: 3px;
	margin: 5px 0;
	word-break: break-all;
}

.small {
	font-size: 0.75em;
}

.large {
	font-size: 2em;
	letter-spacing: 0.1em;
}

.pc {
	display: none;
}

.dn {
	display: none !important;
}

.block {
	display: block !important;
}

/*大きな画面の場合*/
.large-screen .ws {
	width: 48%;
	display: inline;
}

.large-screen .sh {
	display: none;
}

.large-screen .pc {
	display: block;
}


/*ヘッダー下部のSCROLLアニメーション
---------------------------------------------------------------------------*/
/*アニメーション設定*/
@keyframes scroll-line-parts {
	0% {
		transform: scaleY(1);
	}

	50% {
		transform: scaleY(0);
	}

	100% {
		transform: scaleY(0);
	}
}

/*ラインアニメーションを囲むブロック*/
.scroll-container-parts {
	position: absolute;
	width: 100px;
	left: calc(50% - 50px);
	top: calc(var(--vh) - 100px);
	/*100px部分が画面の下からの配置場所。アニメーションブロック本体も入れての配置なので0にしてしまうとスライドの下（枠外）になってしまうので注意。*/
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.7rem;
	/*SCROLLのテキストのサイズ。70%*/
	color: #fff;
	/*文字色*/
	letter-spacing: 0.2em;
	/*文字間隔を少し広くする*/
}

/*ラインアニメーションの土台部分*/
.scroll-line-parts {
	margin: 0 auto;
	position: relative;
	width: 1px;
	/*ラインアニメーションの幅。お好みで。*/
	height: 50px;
	/*ラインアニメーションの高さ。お好みで。*/
	background: rgba(255, 255, 255, 0.5);
	/*ラインアニメーションの土台部分の色。255,255,255は白のことで0.5は色が50%出た状態。*/
}

/*ラインアニメーション本体*/
.scroll-line-parts span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	/*ラインアニメーションの色*/
	animation: scroll-line-parts 2s infinite;
	/*2sがアニメーションにかける時間。2秒。*/
	transform-origin: bottom;
}


/*スライドショー
---------------------------------------------------------------------------*/
/*動画を囲むブロック*/
#mainimg-parts {
	width: 100%;
	height: 100vh;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: -1;
}

/*動画*/
#mainimg-parts video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*縦向き用動画を非表示に*/
#mainimg-parts video.display-tate {
	display: none;
}

/*端末を縦向きにした場合*/
@media (orientation: portrait) {

	/*横向き用動画を非表示に*/
	#mainimg-parts video.display-yoko {
		display: none;
	}

	/*縦向き用動画を表示させる*/
	#mainimg-parts video.display-tate {
		display: block;
	}

}

/*追加指定ここまで*/


/*Hero: Intro overlay (video1)
---------------------------------------------------------------------------*/
.intro-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: #000;
	display: none;
	/* JSで表示制御 */
	align-items: center;
	justify-content: center;
}

.intro-overlay.is-active {
	display: flex;
}

.intro-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 28px;
	line-height: 44px;
	cursor: pointer;
}


/*Hero: video2
---------------------------------------------------------------------------*/
section.hero {
	padding: 0;
}

.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.hero-video,
.hero-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* スマホでは poster を表示、動画②を隠す */
.hero-poster {
	display: none;
}

@media (max-width: 767px) {
	.hero-video {
		display: none;
	}

	.hero-poster {
		display: block;
	}
}

/* 上に乗るテキスト */
.hero-content {
	position: relative;
	z-index: 1;
	height: 100%;
	display: grid;
	align-items: end;
	padding-bottom: 56px;
}

.hero-title {
	color: #fff;
}

.hero-lead {
	color: rgba(255, 255, 255, .85);
}


/*LIC Section全般の設定
---------------------------------------------------------------------------*/
.lic-stack {
	display: grid;
	gap: 16px;
}

.lic-item {
	padding: 22px 0;
	display: block;
}

.lic-item__title {
	margin: 0;
	letter-spacing: .10em;
}

.lic-item__lead {
	margin: 8px 0 0;
	font-size: 14px;
	opacity: .7;
	line-height: 1.6;
}

.lic-item__text {
	text-align: left;
	margin-top: 14px;
	line-height: 1.9;
	opacity: .9;
	padding: 0 15px;
}

/*Responsive*/
@media (max-width: 900px) {
	.lp {
		padding: 14px 0 64px;
	}

	.lp .container {
		padding: 0 18px;
	}

	.sec {
		margin: 14px auto;
		padding: 56px 0;
		max-width: 100%;
		width: 100%;
	}

	#logo {
		margin: 0;
	}

	#logo img {
		width: 45px;
	}

	.sec-title {
		font-size: 26px;
		letter-spacing: .10em;
	}

	.lic-item {
		grid-template-columns: 1fr;
		/* SPは縦に落とす */
	}
}


/*COMPANY Section全般の設定
---------------------------------------------------------------------------*/
.sec-company {
	padding: 60px 0;
}

.company-info__inner {
	width: min(92%, 980px);
	margin: 0 auto;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	padding: 40px 28px;
}

.info-table {
	width: 100%;
	border-collapse: collapse;
}

/* .info-table tr {
	border-bottom: 1px solid #e6e6e6;
} */

.info-table th,
.info-table td {
	padding: 28px 10px;
	vertical-align: top;
}

.info-table th {
	width: 220px;
	color: #ed7a90;
	/* 黄系 */
	font-weight: 600;
	letter-spacing: .08em;
	position: relative;
	padding-left: 0;
}

/* 左側（項目）下に黄色ライン */
.info-table th::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 260px;
	max-width: 100%;
	height: 2px;
	background: #ed7a90;
	opacity: .85;
}

/* 右側 */
.info-table td::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 100%;
	height: 2px;
	background: #5b5b5b;
	opacity: .85;
}

.info-table td {
	color: #222;
	position: relative;
	padding-bottom: 14px;
	line-height: 1.9;
}

/* 工場などのブロック */
.info-block {
	margin-top: 18px;
}

.info-block__title {
	color: #c9a300;
	font-weight: 600;
	margin-bottom: 6px;
}

.info-block__text {
	color: #222;
}

@media (max-width: 700px) {
	.company-info__inner {
		padding: 28px 18px;
	}

	.info-table th {
		width: 150px;
	}

	.info-list__row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.info-table th::after,
	.info-list__key::after {
		width: 160px;
	}
}