.scene_h1 {
	text-align: center;
	width: 100%;
	font-size: 11px;
	color: #999;
}
a.btn_scene_main {
	height: 70px;
	border: none;
	border-radius: 35px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	margin: 0;
	span {
		font-size: 18px;
	}
}
.scene_cta {
	background: url(/scene/img/common/bg_contact.webp) 50% 50% no-repeat;
	padding: 40px 3vw;
	& h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.5;
		color: #fff;
		margin-bottom: 20px;
	}
}
.scene_cta_btn_wrap {
	width: 100%;
	margin: 0 auto;
}
.scene_cta_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 90px;
	border-radius: 45px;
	padding: 0 20px;
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	& img {
		width: 50px;
		height: auto;
	}
}
.t_cat_txt {
	flex-grow: 2;
	margin-left: 15px;
	& span {
		font-size: 16px;
	}
	& p {
		font-size: 24px;
	}
}
.scene_cta_online {
	background: var(--main-color);
	margin-bottom: 20px;
	&:hover {
		background: var(--main-dark-color);
	}
}
.scene_cta_contact {
	background: var(--red-color);
	&:hover {
		background: var(--red-dark-color);
	}
}
/* 埋め込みフォーム form
---------------------------------------- */
.scene_form {
	width: 94vw;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	padding: 20px 3vw;
	margin: 0 auto;
	box-sizing: border-box;
	& table {
		width: 100%;
		& th, & td {
			padding: 5px 10px;
			vertical-align: middle;
			box-sizing: border-box;
			width: 100%;
		}
		& th {
			display: flex;
		}
		& td {
			display: block;
		}
	}
}
.scene_form th span {
	color: #ff4a32;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	&.form_any {
		border: 1px solid #237dc0;
		color: #237dc0 !important;
		background: #dfebf5 !important;
	}
}
.scene_form td p {
	font-size: 12px;
	background: #FFE5E5;
	display: inline-block;
	color: #ff0000;
	font-weight: bold;
}
.scene_form td input {
	font-size: 15px;
	padding: 5px 10px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scene_form td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 6px 10px;
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
}
.scene_form td label span {
	display: inherit;
	color: #999;
	font-size: 12px;
	padding-left: 5px;
}
.scene_form td label input {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.scene_form td label input[type="checkbox"],
.scene_form td label input[type="radio"] {
	vertical-align: middle;
	margin-top: 0;
	margin-left: 0;
}
.scene_form textarea {
	font-size: 16px;
	background: #f5f9fc;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #ccdae4;
	height: 100px;
}
.scene_form select {
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #ccdae4;
	font-size: 15px;
	background: #f5f9fc;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scene_form td input[type="text"]:hover,
.scene_form td input[type="tel"]:hover,
.scene_form td textarea:hover,
.scene_form td select:hover,
.scene_form td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.scene_form #jc_btn_submit {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background: var(--red-color);
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	&:hover {
		background: var(--red-dark-color);
	}
}
.scene_form_privacy {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	& a {
		color: #111;
		text-decoration: underline;
	}
}
.scene_form_note {
	border: 5px solid #eee;
	padding: 15px !important;
	margin-bottom: 40px;
	padding: 10px 0;
	color: #ff0000;
	font-size: 12px;
	line-height: 1.5;
}
/* ----------------------------------------
社内報 ho
---------------------------------------- */
h2.ho_ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
	& img {
		width: 40px;
		height: auto;
		margin-bottom: 15px;
	}
	& span {
		font-size: 6vw;
		font-weight: 600;
	}
}
/* 社内報 メイン ho_main
---------------------------------------- */
.ho_main {
	background: var(--main-color);
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0px -5px 10px rgba(0, 0, 0, .1);
	&:before, &:after {
		content: "";
		display: block;
		position: absolute;
	}
	&:before {
		background: url(/scene/img/common/main_shape01.webp) 0 0 no-repeat;
		width: 420px;
		height: 270px;
		top: -40px;
		left: -60px;
	}
	&:after {
		background: url(/scene/img/common/main_shape02.webp) 0 0 no-repeat;
		width: 490px;
		height: 280px;
		bottom: -20px;
		right: -20px;
	}
}
.ho_main_inner {
	width: 94vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.ho_main_catch {
	margin-bottom: 20px;
}
.ho_main_catch_txt {
	color: #fff;
	padding-left: 10px;
	margin-bottom: 30px;
	font-size: 16px;
}
.ho_main_iamge {
	margin-right: -40px;
	padding-top: 20px;
}
/* 社内報 お悩み ho_onayami
---------------------------------------- */
.ho_onayami {
	width: 100%;
	background: #fff;
	margin: 0 auto 40px;
	padding: 30px 3vw;
	position: relative;
	box-sizing: border-box;
}
.ho_onayami_ttl {
	width: 94vw;
	margin: 0 auto 20px;
	font-size: 5.5vw;
	font-weight: 600;
	text-align: center;
	& span {
		background: linear-gradient(transparent 60%, var(--point-color) 60%);
	}
}
.ho_onayami_li {
	display: flex;
	flex-wrap: wrap;
	gap: 2vw;
	margin-bottom: 60px;
	& li {
		position: relative;
		width: 46vw;
		height: 46vw;
		display: flex;
		align-items: center;
		& span {
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			font-weight: 600;
			font-size: 3.4vw;
			line-height: 1.4;
			position: relative;
			z-index: 1;
			width: 38vw;
			margin: 0 auto 8vw;
			& br {
				display: none;
			}
		}
		& img {
			position: absolute;
			top: 0;
			left: 0;
		}
	}
}
.ho_onayami_catch {
	font-size: 7vw;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: center;
	&:after {
		content: "";
		display: block;
		background: url(/scene/img/ho/line_red.webp) 0 0 repeat-x;
		height: 9px;
		width: 100%;
	}
}
.ho_onayami_chara {
	position: absolute;
	bottom: -40px;
	right: 4vw;
	& img {
		width: 25vw;
	}
}
/* 社内報 特徴 ho_features
---------------------------------------- */
.ho_features {
	margin-top: 140px;
	padding-bottom: 40px;
	background: var(--main-bright-color);
	position: relative;
	&::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100px;
	}
	&:before {
		background: url(/scene/img/common/bg_wave_top.webp) 50% 0 no-repeat;
		background-size: auto 100px;
		top: -100px;
		left: 0;
	}
}
.ho_features_arrow {
	position: absolute;
	width: 24px;
	top: -140px;
	left: calc(50% - 12px);
	& img {
		width: 24px;
	}
}
.ho_features_ttl {
	width: 94vw;
	margin: 0 auto 60px;
	margin-bottom: 60px;
}
.ho_features_chara {
	position: absolute;
	top: -70px;
	left: calc(50% - 600px);
}
.ho_features_li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.ho_features_box {
	width: 94vw;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.ho_features_number {
	background: var(--main-color);
	width: 70px;
	height: 70px;
	border-radius: 70px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: -45px auto 10px;
	& span:nth-child(1) {
		font-size: 14px;
		font-weight: 600;
	}
	& span:nth-child(2) {
		font-family: "Jost", sans-serif;
		font-weight: 600;
		font-size: 30px;
	}
}
.ho_features_catch {
	font-size: 26px;
	color: var(--main-color);
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.ho_features_image {
	text-align: center;
	margin-bottom: 20px;
}
.ho_features_txt {
	font-size: 16px;
}
/* 社内報 ご利用会社様の声 ho_interview
---------------------------------------- */
.ho_interview {
	background: #f6f6f6;
	padding: 40px 0;
}
.ho_interview_block {
	width: 94vw;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	padding: 20px;
	&:not(:last-child) {
		margin-bottom: 20px;
	}
}
.ho_interview_ttl {
	margin-bottom: 20px;
}
.ho_interview_ttl_no {
	background: var(--main-color);
	width: 70px;
	height: 70px;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 15px;
	color: #fff;
	line-height: 1;
	margin: 0 auto 10px;
	& span:nth-child(1) {
		font-size: 12px;
		margin-bottom: 5px;
		padding-top: 2px;
	}
	& span:nth-child(2) {
		font-family: "Jost", sans-serif;
		font-size: 28px;
		font-weight: 500;
	}
}
.ho_interview_ttl_inner {
	& p {
		font-size: 17px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 5px;
	}
	& h3 {
		color: #999;
		font-size: 20px;
		font-weight: 600;
	}
}
.ho_interview_box {
	margin-bottom: 20px;
}
.ho_interview_image {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	.img_pc {
		width: 100%;
		height: 500px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	.img_sp {
		width: 190px;
		height: 397px;
		position: absolute;
		right: 0;
		bottom: 16px;
		overflow: hidden;
		background: url(/img/works/sp_frame.png) 0 0 no-repeat;
		background-size: 190px 393px;
	}
	.img_sp_row {
		width: 160px;
		height: 332px;
		overflow: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		margin: 35px 0 0 16px;
		border-radius: 3px;
	}
	.img_sp_row::-webkit-scrollbar {
		display: none;
	}
	.img_sp_text {
		width: 200px;
		height: 22px;
		position: absolute;
		right: 0;
		bottom: 0;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		background-color: #fff;
		color: #333;
	}
}
.ho_interview_detail {
	width: 100%;
	& .box {
		display: flex;
		align-items: center;
		flex-direction: column;
		&:not(:last-child) {
			margin-bottom: 20px;
		}
		& span {
			background: #333;
			color: #fff;
			height: 35px;
			border-radius: 17.5px;
			font-size: 17px;
			font-weight: 600;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 0 25px;
			position: relative;
			z-index: 1;
		}
		& p {
			margin-top: -20px;
			background: #f6f6f6;
			padding: 20px;
			font-size: 15px;
		}
	}
}
.ho_interview_link {
	border: 1px solid #ccc;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	&:hover {
		border: 1px solid var(--main-color);
		background: var(--main-bright-color);
	}
	& img {
		width: 100%;
	}
	.category {
		position: absolute;
		top: 5px;
		left: 5px;
		background: var(--red-color);
		color: #fff;
		font-weight: 600;
		height: 28px;
		border-radius: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 140px;
		font-size: 14px;
	}
}
.ho_interview_link_box {
	padding: 4vw;
	font-weight: 600;
	position: relative;
	.name {
		color: var(--main-color);
		font-size: 17px;
	}
	.catch {
		color: #111;
		font-size: 20px;
		line-height: 1.5;
		padding-bottom: 20px;
	}
	.more {
		color: var(--main-color);
		position: relative;
		font-size: 14px;
		display: flex;
		align-items: center;
		position: absolute;
		bottom: 20px;
		right: 20px;
		&:after {
			content: "";
			display: block;
			height: 22px;
			width: 22px;
			margin-left: 10px;
			background: url(/img/common/arrow_blue_frame.svg) 0 0 no-repeat;
			background-size: 22px;
		}
	}
}
/* 社内報 想い ho_mind
---------------------------------------- */
.ho_mind {
	padding: 40px 0;
}
.ho_mind_inner {
	width: 94vw;
	padding: 4vw;
	overflow: hidden;
	background: #2799FB;
	border-radius: 20px;
	margin: 0 auto 20px;
	position: relative;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	font-weight: 600;
	box-sizing: border-box;
}
.ho_mind_catch {
	font-size: 6vw;
	margin-bottom: 20px;
	text-align: center;
	& span {
		-webkit-text-emphasis: filled var(--point-color);
		text-emphasis: filled var(--point-color);
	}
	&:after {
		content: "";
		display: block;
		background: url(/scene/img/ho/line_yellow.webp) 0 0 repeat-x;
		height: 9px;
		margin-top: 10px;
	}
}
.ho_mind_message {
	font-size: 15px;
	padding-bottom: 110px;
}
.ho_ming_image01, .ho_ming_image02 {
	position: absolute;
	bottom: -160px;
	width: 140px;
	height: auto;
}
.ho_ming_image01 {
	left: 0;
}
.ho_ming_image02 {
	right: 0;
}
.ho_mind_closing {
	font-size: 5.5vw;
	font-weight: 600;
	text-align: center;
	& span {
		background: linear-gradient(transparent 60%, var(--point-color) 60%);
	}
}
/* 社内報 フォーム ho_form
---------------------------------------- */
.ho_form {
	background: #f6f6f6;
	padding: 40px 0;
}