@charset "utf-8";
/*----------------------------------------
	CSSカスタムプロパティ
-----------------------------------------*/
:root {
	--brand-bg-gray: #282828; /* ブランドページのグレー */
	--brand-bg-black: #131313; /* ブランドページの黒 */
	--professional-gray: #e0e3e4; /* ビジネスページのグレー */
	--professional-black: #677780; /* ビジネスページの黒 */
	--professional-light_green: #c7d3bf; /* ビジネスページの明るい緑 */
	--professional-dark_green: #6c7a62; /* ビジネスページの暗い緑 */
	--global-fs_l_sp: 30px; /* 文字サイズ大(スマホ) */
	--global-fs_m_sp: 24px; /* 文字サイズ中(スマホ) */
	--global-fs_s_sp: 20px; /* 文字サイズ小(スマホ) */
	--common-gray: #e9e9e9; /* 共通のグレー */
	--common-black: #323232; /* 共通の黒 */
}
/*----------------------------------------
	リニューアル追記分
-----------------------------------------*/
/* 画像レンダリング設定 */
img {
	vertical-align:bottom;
	image-rendering: auto; /* リセット */
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Chromeだけ対象 */
	img {
		image-rendering: -webkit-optimize-contrast; /* Chromeの画像ボケ対策 */
	}
}
_::-webkit-full-page-media, _:future, :root img { /* Safariだけ対象 */
	image-rendering: auto; /* 再リセット */
}
/* PC/SP切り替え用 */
@media screen and (min-width: 769px) {
	.pc_none,
	.sp {
		display: none!important;
	}
	.sp_none,
	.pc {
		display: block!important;
	}
	img.pc_none,
	img.sp {
		display: none!important;
	}
	img.sp_none,
	img.pc {
		display: inline-block!important;
	}
	.br_pc_none,
	.br_pcnone,
	.br_sp {
		display: none!important;
	}
	.br_sp_none,
	.br_spnone,
	.br_pc {
		display: inline-block!important;
	}
	.pc_none_flex,
	.sp_flex {
		display: none!important;
	}
	.sp_none_flex,
	.pc_flex {
		display: flex!important;
	}
}
@media screen and (max-width: 768px) {
	.pc_none,
	.sp {
		display: block!important;
	}
	.sp_none,
	.pc {
		display: none!important;
	}
	img.pc_none,
	img.sp {
		display: inline-block!important;
	}
	img.sp_none,
	img.pc {
		display: none!important;
	}
	.br_pc_none,
	.br_pcnone,
	.br_sp {
		display: inline-block!important;
	}
	.br_sp_none,
	.br_spnone,
	.br_pc {
		display: none!important;
	}
	.pc_none_flex,
	.sp_flex {
		display: flex!important;
	}
	.sp_none_flex,
	.pc_flex {
		display: none!important;
	}
}
/* リセット */
body, body.bg_white {
/*	overflow-x: scroll;*/
	word-break: break-word;
	line-break: strict;
	overflow-wrap: break-word;
}
main {
	font-feature-settings: "palt";
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	letter-spacing: 0.04em;
	overflow-x: hidden; /* 横長の罫線があるとSafariで横スクロール可能になる現象の回避 */
	-ms-overflow-style: none;
	scrollbar-width: none;
}
img {
	max-width: 100%;
}
/*----------------------------------------
	ヘッダーフッター
-----------------------------------------*/
@media print {
	header {
		position: static;
		background: #000;
	}
}
/* アンカーリンクのズレ補正 */
.anchor {
/* PAにてJS側で対応したので無効に(2024/10/25)
	margin-top:-120px;
	padding-top:120px;
*/
}
@media screen and (max-width: 768px) {
	.anchor {
/* PAにてJS側で対応したので無効に(2024/10/25)
		margin-top:-100px;
		padding-top:100px;
*/
	}
}
/*----------------------------------------
	共通：下層タイトル
-----------------------------------------*/
.ttl_area {
	min-width: 1100px;
	color: #fff;
	background-size: auto 290px;
}
.ttl_area .ttl {
	margin: 0 auto;
	width: 1100px;
	height: 290px;
}
.ttl_area .ttl .ttl_txt {
	padding: 160px 0 0;
	font-size: 36px;
	text-align: center;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
.ttl_area .ttl .ttl_txt span {
	display: block;
}
.ttl_area .ttl_txt .ttl_txt_jp {
	margin-bottom: 5px;
	display: block;
}
.ttl_area .ttl_txt .ttl_txt_en {
	font-size: 18px;
	opacity: 0.7;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.ttl_area {
		min-width: 0;
		background-size: auto 290px;
	}
	.ttl_area .ttl {
		width: auto;
		max-width: 100%;
		height: 250px;
	}
	.ttl_area .ttl .ttl_txt {
		padding: 135px 0 0;
		font-size: var(--global-fs_l_sp);
	}
	.ttl_area .ttl_txt .ttl_txt_en {
		font-size: 18px;
	}
}
/*----------------------------------------
	共通：パンくずリスト
-----------------------------------------*/
.sec_bread {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-feature-settings: normal;
	letter-spacing: normal;
}
.sec_bread .l-bread {
	width: 945px;
	margin: 0 auto;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	color: #677780;
	padding: 20px 0 50px;
}
.sec_bread .l-bread li {
	position: relative;
/*
	padding-right: 20px;
*/
}
.sec_bread .l-bread .l-bread_home:after {
/*
	content: "〉";
	position: absolute;
	top: 0px;
	right: 0px;
*/
}
.sec_bread li + li {
	padding-left: 20px;
}
.sec_bread li + li::before {
	content: "〉";
	position: absolute;
	top: 0px;
	left: 8px;
}
.sec_bread li a {
	color: #677780;
	text-decoration: underline;
}
.sec_bread li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.sec_bread {
		min-width: 0;
	}
	.sec_bread .l-bread {
		width: auto;
		padding: 20px 20px 40px;
	}
}
/*----------------------------------------
	商品情報 > 各カテゴリー
-----------------------------------------*/
.p-products-category {
}
.p-products-category b {
	font-weight: 400;
}
.p-products-category .ttl_area {
	min-width: 1100px;
	color: #fff;
	background-size: auto 390px;
}
.p-products-category .ttl_area.ex_carport { /* 個別背景 */
	background: #1a1a1a url("../img/products/ex_carport/ex_carport_ttl_pc.jpg") no-repeat center top;
	background-size: auto 390px;
}
.p-products-category .ttl_area.ex_garden { /* 個別背景 */
	background: #1a1a1a url("../img/products/ex_garden/ex_garden_ttl_pc.jpg") no-repeat center top;
	background-size: auto 390px;
}
.p-products-category .ttl_area.ex_gate { /* 個別背景 */
	background: #1a1a1a url("../img/products/ex_gate/ex_gate_ttl_pc.jpg") no-repeat center top;
	background-size: auto 390px;
}
.p-products-category .ttl_area.ex_public { /* 個別背景 */
	background: #1a1a1a url("../img/products/ex_public/ex_public_ttl_pc.jpg") no-repeat center top;
	background-size: auto 390px;
}
.p-products-category .ttl_area.wall_inner { /* 個別背景 */
	background: #1a1a1a url("../img/products/wall_inner/wall_inner_ttl_pc.jpg") no-repeat center top;
	background-size: auto 390px;
}
.p-products-category .ttl_area.wall_outer { /* 個別背景 */
	background: #1a1a1a url("../img/products/wall_outer/wall_outer_ttl_pc.jpg") no-repeat center top;
	background-size: auto 390px;
}
.p-products-category .ttl_area .ttl {
	margin: 0 auto;
	width: 1100px;
	height: 390px;
}
.p-products-category .ttl_area .ttl .ttl_txt {
	padding: 208px 0 0 80px;
	font-size: 32px;
	text-align: left;
	letter-spacing: 0.1em;
}
.p-products-category .ttl_area .ttl .ttl_txt span {
	display: block;
	font-size: 18px;
	color: #a1a5a9;
	letter-spacing: 0.04em;
}
.p-products-category .sec_lead {
	min-width: 1100px;
	margin: 0 auto;
	padding: 120px 0;
	padding: 50px 0 120px;
	text-align: center;
}
.p-products-category .sec_lead .lead_txt {
	font-size: 24px;
	color: #323232;
}
.p-products-category .sec_lead .lead_sub_txt {
	font-size: 16px;
	color: #282828;
}
.p-products-category .sec_lead .lead_txt + .lead_sub_txt {
	margin-top: 40px;
}
.p-products-category .sec_features {
	padding-bottom: 150px;
}
.p-products-category .sec_features .fx_features {
	display: flex;
	width: 946px;
	justify-content: space-between;
	margin: 0 auto;
}
.p-products-category .sec_features .fx_features .box_message {
	width: 290px;
}
.p-products-category .sec_features .fx_features .box_message .num {
	font-size: 14px;
	color: #323232;
	position: relative;
}
.p-products-category .sec_features .fx_features .box_message .num::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: -1;
}
.p-products-category .sec_features .fx_features .box_message .num span {
	background: #fff;
}
.p-products-category .sec_features .fx_features .box_message .num em {
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	padding: 0 1em 0 0.4em;
	background: #fff;
}
.p-products-category .sec_features .fx_features .box_message .ttl {
	margin-top: 10px;
	font-size: 28px;
	color: #323232;
}
.p-products-category .sec_features .fx_features .box_message .txt {
	margin-top: 15px;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.p-products-category .sec_features .fx_features .box_photo {
	width: 576px;
}
.p-products-category .sec_features .fx_features + .fx_features {
	margin-top: 100px;
}
.p-products-category .sec_iteminfo {
	min-width: 1100px;
	margin: 0 auto;
	padding: 120px 0 150px;
	background: #e9e9e9;
}
.p-products-category .sec_iteminfo .ttl_txt {
	font-size: 28px;
	color: #323232;
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-products-category .sec_iteminfo .fx_items {
	width: 976px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.p-products-category .sec_iteminfo .fx_items .item {
	width: 214px;
/*	height: 214px;*/
	margin: 15px;
	background: #fff;
}
.p-products-category .sec_iteminfo .fx_items .item a {
	display: block;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.p-products-category .sec_iteminfo .fx_items .item a:hover {
	opacity: 0.75;
}
.p-products-category .sec_iteminfo .fx_items .item .thumb {
}
.p-products-category .sec_iteminfo .fx_items .item .text {
	display: block;
	background: rgba(0,0,0,0.9);
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	color: #fff;
	padding: 15px 10px;
	line-height: 1;
}
.p-products-category .sec_iteminfo .fx_items .item .text::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat center center;
	background-size: 100%;
	position: absolute;
	bottom: 14px;
	right: 14px;
}
/*
.p-products-category .sec_datadownload {
	min-width: 1100px;
	margin: 0 auto;
	padding: 140px 0 160px;
	background: #fff;
}
.p-products-category .sec_datadownload .ttl_txt {
	font-size: 28px;
	color: #323232;
	text-align: center;
}
.p-products-category .sec_datadownload ul {
	margin: 20px auto 0;
	width: 946px;
	display: flex;
	justify-content: space-between;
}
.p-products-category .sec_datadownload ul li {
	transition: 0.3s all ease-in-out;
	width: 100%;
}
.p-products-category .sec_datadownload ul li + li {
	border-left: 1px solid #677780;
}
.p-products-category .sec_datadownload ul li:hover {
	background: #000;
}
.p-products-category .sec_datadownload ul li a {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	text-decoration: none;
}
.p-products-category .sec_datadownload ul li .pict {
	text-align: center;
	width: 100%;
}
.p-products-category .sec_datadownload ul li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-products-category .sec_datadownload ul li .text {
	font-size: 15px;
	color: #323232;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0 auto;
	border-bottom: 1px solid #808080;
	padding-bottom: 10px;
}
.p-products-category .sec_datadownload ul li:hover .text {
	border-bottom: 1px solid #fff;
}
.p-products-category .sec_datadownload ul li a[target="_blank"] .text::after {
	content: "";
	background: url("../img/common/icon_link_rect_line_arrow_black.svg") no-repeat left bottom;
	background-size: 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-products-category .sec_datadownload ul li:hover .text::after {
	filter: brightness(0) invert(1);
}
.p-products-category .sec_datadownload ul li:hover .text {
	color: #fff;
}
*/
.p-products-category .sec_datadownload {
	min-width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
	background: #fff;
}
.p-products-category .sec_datadownload .ttl_txt {
	font-size: 28px;
	color: #323232;
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-products-category .sec_datadownload ul.waku_0 {
	margin: 70px auto 0;
	width: 946px;
	display: flex;
	justify-content: space-between;
}
.p-products-category .sec_datadownload ul.waku_0 li {
	transition: 0.3s all ease-in-out;
	width: 100%;
}
.p-products-category .sec_datadownload ul.waku_0 li + li {
	border-left: 1px solid var(--professional-black);
}
.p-products-category .sec_datadownload ul.waku_0 li:hover {
	background: #000;
}
.p-products-category .sec_datadownload ul.waku_0 li a {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	text-decoration: none;
}
.p-products-category .sec_datadownload ul.waku_0 li .pict {
	text-align: center;
	width: 100%;
}
.p-products-category .sec_datadownload ul.waku_0 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-products-category .sec_datadownload ul.waku_0 li .text {
	font-size: 15px;
	color: #323232;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0 auto 20px;
/*	width: 120px;*/
	border-bottom: 1px solid var(--professional-black);
	padding-bottom: 10px;
}
.p-products-category .sec_datadownload ul.waku_0 li:hover .text {
	border-bottom: 1px solid #fff;
}
/*.p-products-category .sec_datadownload ul.waku_0 li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_line_arrow_black.svg") no-repeat left top;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-products-category .sec_datadownload ul.waku_0 li:hover a .text::after {
	background: url("../img/common/icon_link_round_line_arrow_white.svg") no-repeat left top;
	background-size: 14px;
}*/
.p-products-category .sec_datadownload ul.waku_0 li a[target="_blank"] .text::after {
	content: "";
	background: url("../img/common/icon_link_rect_line_arrow_black.svg") no-repeat left top;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-products-category .sec_datadownload ul.waku_0 li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_line_arrow_white.svg") no-repeat left top;
	background-size: 14px;
/*	filter: brightness(0) invert(1);*/
}
.p-products-category .sec_datadownload ul.waku_0 li:hover .text {
	color: #fff;
}
.p-products-category .sec_datadownload ul.waku_1 {
	margin: 40px auto 0;
	width: 860px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-products-category .sec_datadownload ul.waku_1 li {
	transition: 0.3s all ease-in-out;
	width: 406px;
	border: 1px solid var(--professional-black);
	margin: 0 auto 24px;
}
.p-products-category .sec_datadownload ul.waku_1 li + li {
/*	border-left: 1px solid var(--professional-black);*/
}
.p-products-category .sec_datadownload ul.waku_1 li:hover {
	background: #000;
}
.p-products-category .sec_datadownload ul.waku_1 li a {
	display: flex;
/*	flex-wrap: wrap;*/
/*	align-content: space-between;*/
	justify-content: center;
	text-decoration: none;
	align-items: center;
	padding: 15px 0;
}
.p-products-category .sec_datadownload ul.waku_1 li .pict {
	text-align: center;
	width: 50px;
	margin-right: 10px;
}
.p-products-category .sec_datadownload ul.waku_1 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-products-category .sec_datadownload ul.waku_1 li .text {
	font-size: 15px;
	color: #323232;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
/*	width: 120px;*/
/*	border-bottom: 1px solid var(--professional-black);*/
}
.p-products-category .sec_datadownload ul.waku_1 li:hover .text {
/*	border-bottom: 1px solid #fff;*/
}
.p-products-category .sec_datadownload ul.waku_1 li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_line_arrow_black.svg") no-repeat left bottom;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-products-category .sec_datadownload ul.waku_1 li:hover a .text::after {
	background: url("../img/common/icon_link_round_line_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
}
.p-products-category .sec_datadownload ul.waku_1 li a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_line_arrow_black.svg") no-repeat left bottom;
	background-size: 14px;
/*
	background: url("../img/professional/icon_dl_link_target_gray_14.svg") no-repeat;
	background-size: contain;
*/
}
.p-products-category .sec_datadownload ul.waku_1 li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_line_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
/*
	background: url("../img/professional/icon_dl_link_target_gray_14_invert.svg") no-repeat;
	background-size: contain;
*/
/*	filter: brightness(0) invert(1);*/
}
.p-products-category .sec_datadownload ul.waku_1 li:hover .text {
	color: #fff;
}
.p-products-category .sec_const {
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.05);
	background: url("../img/products/bg_sec_const.jpg") no-repeat center top / cover;
	padding-bottom: 90px;
	margin-bottom: 160px;
	margin-bottom: 0;
	position: relative;
}
.p-products-category .sec_const .content_ttl {
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
	color: #fff;
}
.p-products-category .sec_const .sec_const_wrap li {
	padding: 250px 0 40px;
}
.p-products-category .sec_const .sec_const_wrap li a {
	width: min(100%, 800px);
	margin: 0 auto;
	display: block;
	color: #323232;
	text-decoration: none;
}
.p-products-category .sec_const .sec_const_wrap li a .sec_const_wrap_list_pic {
	margin-bottom: 10px;
	position: relative;
}
.p-products-category .sec_const .sec_const_wrap li a .sec_const_wrap_list_pic:before {
	content: "";
	width: 96px;
	height: 27px;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: url("/assets/img/common/icon_link_detail_white_arrow_bluegray.svg") no-repeat right center;
	background-size: 100% 100%;
	transition: 0.4s opacity ease-in-out;
}
.p-products-category .sec_const .sec_const_wrap li a .sec_const_wrap_list_pic:after {
	content: "";
	width: 96px;
	height: 27px;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: url("/assets/img/common/icon_link_detail_bluegray_arrow_white.svg") no-repeat right center;
	background-size: 100% 100%;
	transition: 0.4s opacity ease-in-out;
	opacity: 0;
}
.p-products-category .sec_const .sec_const_wrap li a:hover .sec_const_wrap_list_pic:before {
	opacity: 0;
}
.p-products-category .sec_const .sec_const_wrap li a:hover .sec_const_wrap_list_pic:after {
	opacity: 1;
}
.p-products-category .sec_const .sec_const_wrap li a[target="_blank"] .sec_const_wrap_list_pic:before {
	background: url("../img/common/icon_link_rect_white_arrow_black.svg") no-repeat;
	background-size: 100% 100%;
	transition: 0.4s opacity ease-in-out;
}
.p-products-category .sec_const .sec_const_wrap li a[target="_blank"] .sec_const_wrap_list_pic:after {
	background: url("../img/common/icon_link_rect_black_arrow_white.svg") no-repeat;
	background-size: 100% 100%;
	transition: 0.4s opacity ease-in-out;
	opacity: 0;
}
.p-products-category .sec_const .sec_const_wrap li a[target="_blank"]:hover .sec_const_wrap_list_pic:before {
	opacity: 0;
}
.p-products-category .sec_const .sec_const_wrap li a[target="_blank"]:hover .sec_const_wrap_list_pic:after {
	opacity: 1;
}
.p-products-category .sec_const .sec_const_wrap li a .sec_const_wrap_list_spec {
	font-size: 14px;
	color: #fff;
}
.p-products-category .sec_const .sec_const_slide_thumb {
	overflow: hidden;
	overflow: visible; /* スライドのコントロールボタンを表示 */
	width: min(100%, 1100px);
	margin: 0 auto 40px;
}
.p-products-category .sec_const .sec_const_slide_thumb.item6 {
	width: min(100%, 1098px);
}
.p-products-category .sec_const .sec_const_slide_thumb.item5 {
	width: min(100%, 915px);
}
.p-products-category .sec_const .sec_const_slide_thumb.item4 {
	width: min(100%, 732px);
}
.p-products-category .sec_const .sec_const_slide_thumb.item3 {
	width: min(100%, 549px);
}
.p-products-category .sec_const .sec_const_slide_thumb li {
	width: 16.66%;
	position: relative;
	cursor: pointer;
}
.p-products-category .sec_const .sec_const_slide_thumb li:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(176, 176, 176, 0.8);
	mix-blend-mode: multiply;
	transition: 0.4s background-color ease-in-out;
}
.p-products-category .sec_const .sec_const_slide_thumb li:hover:before {
	content: "";
	background: rgba(176, 176, 176, 0);
}
.p-products-category .sec_const .sec_const_slide_thumb li.slick-current:before {
	content: none;
}
/* スライドのコントロールボタンを表示 */
.p-products-category .sec_const .slick-prev,
.p-products-category .sec_const .slick-next {
	width: 20px;
	height: 40px;
	transition: 0.4s opacity ease-in-out;
}
.p-products-category .sec_const .slick-prev:hover,
.p-products-category .sec_const .slick-next:hover {
	opacity: 0.6;
}
.p-products-category .sec_const .slick-prev {
	left: -35px;
}
.p-products-category .sec_const .slick-next {
	right: -35px;
}
.p-products-category .sec_const .slick-prev::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_white_prev.svg");
}
.p-products-category .sec_const .slick-next::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_white_next.svg");
}
/* // スライドのコントロールボタンを表示 */
.p-products-category .sec_const .sec_const_link_wrap {
	width: min(100%, 1100px);
	margin: 0 auto;
}
.p-products-category .sec_const .sec_const_txtlink {
	display: flex;
	justify-content: flex-end;
}
.p-products-category .sec_const .sec_const_txtlink a {
	color: #fff;
	width: min(100%, 240px);
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-bottom: 10px;
	transition: 0.3s opacity ease-in-out;
	position: relative;
	text-decoration: none;
}
.p-products-category .sec_const .sec_const_txtlink a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 13px;
	border-bottom: 1px solid #fff;
	z-index: 2;
}
.p-products-category .sec_const .sec_const_txtlink a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 1000px;
	border-bottom: 1px solid #959595;
	z-index: 1;
}
.p-products-category .sec_const .sec_const_txtlink a:hover {
	opacity: 0.7;
}
.p-products-category .sec_const .sec_const_txtlink a b {
	position: relative;
	padding-right: 20px;
}
.p-products-category .sec_const .sec_const_txtlink a b:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0px;
	width: 18px;
	height: 18px;
	background: url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat;
	background-size: 14px;
}
.p-products-category .sec_const .sec_const_txtlink a[target="_blank"] b:before {
	background: url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat;
	background-size: 14px;
}
.p-products-category .sec_const img {
	max-width: 100%;
}
/* 施工作品集のアニメーション無効化 */
.p-products-category .animation_txt3.js-inview span {
	transform: none;
	transition: none;
}
.p-products-category .animation_txt3.js-inview.is-show span {
	animation: none;
	transform: none;
}
.p-products-category .animation_txt3.js-inview b {
	opacity: 1;
	transition: none;
}
/* /施工作品集のアニメーション無効化 */
.p-products-category .sec_pickupcontent {
	min-width: 1100px;
	margin: 0 auto;
	padding: 120px 0 150px;
	background: #e3e2db;
}
.p-products-category .sec_pickupcontent .ttl_txt {
	font-size: 28px;
	color: #323232;
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-products-category .sec_pickupcontent ul {
	width: 945px;
	margin: 50px auto 0;
}
.p-products-category .sec_pickupcontent ul li {
}
.p-products-category .sec_pickupcontent ul li a {
	display: block;
	transition: 0.3s all ease-in-out;
	position: relative;
}
.p-products-category .sec_pickupcontent ul li a:hover {
	opacity: 0.75;
}
/*.p-products-category .sec_pickupcontent ul li a::before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	background: url("../img/common/icon_link_round_white_arrow_gray.svg") no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	z-index:1
}
.p-products-category .sec_pickupcontent ul li a[target="_blank"]::before {
	background: url("../img/common/icon_link_rect_white_arrow_gray.svg") no-repeat;
	background-size: 100% 100%;
}*/
.p-products-category .sec_pickupcontent ul li a img {
	width: 100%;
}
.p-products-category .sec_pickupcontent .slick-prev,
.p-products-category .sec_pickupcontent .slick-next {
	width: 20px;
	height: 40px;
	transition: 0.4s opacity ease-in-out;
}
.p-products-category .sec_pickupcontent .slick-prev:hover,
.p-products-category .sec_pickupcontent .slick-next:hover {
	opacity: 0.6;
}
.p-products-category .sec_pickupcontent .slick-prev {
	left: -35px;
}
.p-products-category .sec_pickupcontent .slick-next {
	right: -35px;
}
.p-products-category .sec_pickupcontent .slick-prev::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_black_prev.svg");
}
.p-products-category .sec_pickupcontent .slick-next::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_black_next.svg");
}
.p-products-category .sec_pickupcontent .sec_const_link_wrap {
	width: min(100%, 945px);
	margin: 40px auto 0;
}
.p-products-category .sec_pickupcontent .sec_const_txtlink {
	display: flex;
	justify-content: flex-end;
}
.p-products-category .sec_pickupcontent .sec_const_txtlink a {
	color: #323232;
	width: min(100%, 240px);
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-bottom: 10px;
	transition: 0.3s opacity ease-in-out;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.p-products-category .sec_pickupcontent .sec_const_txtlink a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 13px;
	border-bottom: 1px solid #323232;
	z-index: 2;
}
.p-products-category .sec_pickupcontent .sec_const_txtlink a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 1000px;
	border-bottom: 1px solid #aaa;
	z-index: 1;
}
.p-products-category .sec_pickupcontent .sec_const_txtlink a:hover {
	opacity: 0.7;
}
.p-products-category .sec_pickupcontent .sec_const_txtlink a b {
	position: relative;
	padding-right: 20px;
}
.p-products-category .sec_pickupcontent .sec_const_txtlink a b:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0px;
	width: 18px;
	height: 18px;
	background: url("../img/common/icon_link_round_black_arrow_white.svg") no-repeat;
	background-size: 14px;
}
.p-products-category .sec_pickupcontent .sec_const_txtlink a[target="_blank"] b:before {
	background: url("../img/common/icon_link_rect_black_arrow_white.svg") no-repeat;
	background-size: 14px;
}
.p-products-category .sec_pickupcontent img {
	max-width: 100%;
}
/* その他のコンテンツを見るのアニメーション無効化 */
.p-products-category .animation_txt3.js-inview span {
	transform: none;
	transition: none;
}
.p-products-category .animation_txt3.js-inview.is-show span {
	animation: none;
	transform: none;
}
.p-products-category .animation_txt3.js-inview b {
	opacity: 1;
	transition: none;
}
/* /その他のコンテンツを見るのアニメーション無効化 */
@media screen and (max-width: 768px) {
	.p-products-category .sec_datadownload ul.waku_1 li a .text::after {
		margin-right: calc(-15px - 0.5em);
	}
	.p-products-category .sec_const .content_ttl {
		top: 110px;
	}
	.p-products-category .sec_const .sec_const_wrap li {
		padding: 185px 0 0;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
	.p-products-category .sec_const .sec_const_wrap li a .sec_const_wrap_list_pic {
		margin-bottom: 0px;
	}
	.p-products-category .sec_const .sec_const_wrap li a .sec_const_wrap_list_spec {
		padding: 10px;
		font-size: 12px;
	}
	.p-products-category .sec_const .sec_const_txtlink {
		justify-content: center;
	}
	.p-products-category .sec_const .sec_const_txtlink a {
		width: auto;
		font-size: 16px;
	}
	.p-products-category .sec_const .sec_const_txtlink a b::before {
		top: 6px;
		width: 14px;
		height: 14px;
	}
	.p-products-category .sec_const .sec_const_txtlink a:after {
		width: 100%;
	}
	.p-products-category .ttl_area .ttl,
	.p-products-category .sec_features .fx_features,
	.p-products-category .sec_features .fx_features .box_message,
	.p-products-category .sec_features .fx_features .box_photo,
	.p-products-category .sec_iteminfo .fx_items,
	.p-products-category .sec_datadownload ul.waku_0,
	.p-products-category .sec_datadownload ul.waku_1,
	.p-products-category .sec_pickupcontent ul {
		width: 100%;
	}
	.p-products-category .ttl_area,
	.p-products-category .ttl_area.ex_gate,
	.p-products-category .ttl_area.ex_carport,
	.p-products-category .ttl_area.ex_garden,
	.p-products-category .ttl_area.ex_public,
	.p-products-category .ttl_area.wall_inner,
	.p-products-category .ttl_area.wall_outer,
	.p-products-category .sec_lead,
	.p-products-category .sec_iteminfo,
	.p-products-category .sec_datadownload,
	.p-products-category .sec_pickupcontent {
		min-width: 0;
	}
	.p-products-category .ttl_area {
		color: var(--professional-black);
	}
	.p-products-category .ttl_area .ttl {
		height: auto;
	}
	.p-products-category .ttl_area.ex_gate {
		background: #fff url("../img/products/ex_gate/ex_gate_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-products-category .ttl_area.ex_carport {
		background: #fff url("../img/products/ex_carport/ex_carport_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-products-category .ttl_area.ex_garden {
		background: #fff url("../img/products/ex_garden/ex_garden_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-products-category .ttl_area.ex_public {
		background: #fff url("../img/products/ex_public/ex_public_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-products-category .ttl_area.wall_inner {
		background: #fff url("../img/products/wall_inner/wall_inner_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-products-category .ttl_area.wall_outer {
		background: #fff url("../img/products/wall_outer/wall_outer_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-products-category .ttl_area .ttl {
		height: 250px;
		position: relative;
	}
	.p-products-category .ttl_area .ttl .ttl_txt {
/*		margin: 440px auto 0;*/
		padding: 440px 0 0;
		padding: 0;
		text-align: center;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		position: absolute;
		bottom: -130px;
		width: 100%;
	}
	.p-products-category .sec_lead {
		padding: 85px 0 60px;
	}
	.p-products-category .sec_lead .lead_txt {
		width: 90%;
		margin: 0 auto;
		font-size: 20px;
	}
	.p-products-category .sec_features {
		padding-bottom: 70px;
	}
	.p-products-category .sec_features .fx_features {
		flex-wrap: wrap;
	}
	.p-products-category .sec_features .fx_features .box_photo {
		order: 1;
	}
	.p-products-category .sec_features .fx_features .box_message {
		order: 2;
		width: 90%;
		margin: 30px auto 0;
	}
	.p-products-category .sec_features .fx_features .box_message .num {
		font-size: 12px;
	}
	.p-products-category .sec_features .fx_features .box_message .num em {
		font-size: 16px;
	}
	.p-products-category .sec_features .fx_features .box_message .ttl {
		font-size: 20px;
	}
	.p-products-category .sec_features .fx_features + .fx_features {
		margin-top: 70px;
	}
	.p-products-category .sec_iteminfo {
		padding: 70px 0 40px;
	}
	.p-products-category .sec_iteminfo .ttl_txt {
		font-size: 24px;
	}
	.p-products-category .sec_iteminfo .fx_items {
		width: 330px;
/*		width: 360px;*/
		margin: 40px auto;
		justify-content: space-between;
	}
	.p-products-category .sec_iteminfo .fx_items .item {
		width: 157px;
/*		width: 166px;*/
		margin: 8px 0;
	}
	.p-products-category .sec_iteminfo .fx_items .item .text {
		font-size: 10px;
	}
	.p-products-category .sec_iteminfo .fx_items .item .text::after {
		width: 10px;
		height: 10px;
	}
	.p-products-category .sec_datadownload ul.waku_0 {
		flex-wrap: wrap;
	}
	.p-products-category .sec_datadownload {
		padding: 50px 0;
	}
	.p-products-category .sec_datadownload ul.waku_1 {
		width: 90%;
	}
	.p-products-category .sec_datadownload .ttl_txt {
		font-size: 24px;
	}
	.p-products-category .sec_datadownload ul.waku_0 {
		margin: 40px auto 0;
	}
	.p-products-category .sec_datadownload ul.waku_0 li + li {
		border: none;
	}
	.p-products-category .sec_datadownload ul.waku_1 li {
		margin: 0 auto 20px;
	}
	.p-products-category .sec_const .content_ttl {
		font-size: 24px;
	}
	.p-products-category .sec_const .sec_const_wrap li a .sec_const_wrap_list_pic::before,
	.p-products-category .sec_const .sec_const_wrap li a .sec_const_wrap_list_pic::after {
		width: calc(96px * 0.8);
		height: calc(27px * 0.8);
		bottom: 8px;
		right: 8px;
		background-size: 100%;
		line-height: 14px;
		font-size: 12px;
	}
	.p-products-category .sec_pickupcontent {
		padding: 70px 0 70px;
	}
	.p-products-category .sec_pickupcontent .ttl_txt {
		font-size: 24px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-products-category .sec_pickupcontent .sec_const_txtlink {
		justify-content: center;
	}
	.p-products-category .sec_pickupcontent .sec_const_txtlink a::after {
		width: 100%;
	}
	.p-products-category .sec_pickupcontent ul li a::before {
		width: 10px;
		height: 10px;
		bottom: 8px;
	}
	.p-products-category .sec_pickupcontent .sec_const_txtlink a {
		font-size: 16px;
	}
	.p-products-category .sec_pickupcontent .sec_const_txtlink a b::before {
		top: 6px;
		width: 14px;
		height: 14px;
	}
}
/*----------------------------------------
	四国化成ブランド /brand/
-----------------------------------------*/
.p-brand {
	font-family: YakuHanMP, 'Zen Old Mincho', serif;
	font-weight: 500;
}
.p-brand .ttl_area {
	min-width: 1100px;
	color: #fff;
}
.p-brand .ttl_area.brand_index {
	height: 600px;
}
.p-brand .ttl_area.brand_index { /* 個別背景 */
	background: #060204 url("../img/brand/brand_index/brand_index_ttl_pc.jpg") no-repeat center center;
	background-size: cover;
}
.p-brand .ttl_area.brand_index .ttl {
	margin: 0 auto;
	width: 1100px;
	height: 600px;
	display: flex;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.p-brand .ttl_area.brand_index .ttl .ttl_txt {
/*	padding: 200px 0 0 135px;*/
	padding: 0;
	font-size: 51px;
	line-height: 1;
	letter-spacing: 0.08em;
	min-height: 700px;
	position: relative;
	top: 93px;
	right: calc(50% - 69px);
}
.p-brand .ttl_area.brand_index .ttl .ttl_txt span {
	display: block;
}
.p-brand .ttl_area.brand_index .ttl .ttl_txt span + span{
/*	padding-left: 1em;
	padding-top: 40px;*/
	position: relative;
	top: 117px;
	right: 37px;
}
.p-brand .sec_bread {
	background: var(--brand-bg-gray);
}
.p-brand .sec_bread .l-bread {
	color: #fff;
}
.p-brand .sec_bread li a {
	color: #fff;
}
.p-brand .sec_lead {
	min-width: 1100px;
	margin: 0 auto;
	padding: 120px 0 220px;
	padding: 170px 0 220px;
	padding: 220px 0 220px;
	line-height: 2.6;
	background: var(--brand-bg-gray);
}
.p-brand .sec_lead .lead_area {
	width: 1100px;
	margin: 0 auto;
}
.p-brand .sec_lead .lead_area .lead_txt {
	display: block;
	width: auto;
	padding-left: 190px;
	padding-left: 315px;
	font-size: 16px;
	color: #fff;
}
.p-brand .sec_lead .lead_area .lead_txt + .lead_txt {
	margin-top: 2rem;
}
.p-brand .sec_lead .lead_area .lead_txt em {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
.p-brand .sec_mission {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 220px;
	line-height: 2.6;
	background: var(--brand-bg-black);
}
.p-brand .sec_mission .catch_area {
	background-image: linear-gradient(var(--brand-bg-gray) 0% 126px, transparent 126px 100%);
}
.p-brand .sec_mission .catch_area .screen {
	width: calc(100% - 162px);
	height: 430px;
	background: url("../img/brand/brand_index/brand_index_bg_mission.jpg") no-repeat right center;
	background-size: cover;
}
@media (min-width: 1101px) {
	.p-brand .sec_mission .catch_area .screen {
		width: 85.2727%;
	}
}
.p-brand .sec_mission .ttl {
	margin-top: -55px;
	text-align: right;
	width: calc(100% - 80px);
}
@media (min-width: 1101px) {
	.p-brand .sec_mission .ttl {
/*		padding-right: 7.2727%;*/
		width: 85.2727%;
	}
	.p-brand .sec_mission .ttl .ttl_txt img {
		margin-right: -82px;
	}
}
.p-brand .sec_mission .ttl .ttl_txt {
}
.p-brand .sec_mission .lead_area {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
}
.p-brand .sec_mission .lead_area .lead_txt {
	padding-top: 70px;
	padding-left: 315px;
	padding-bottom: 70px;
	font-size: 50px;
	line-height: 1.6;
}
.p-brand .sec_mission .lead_area .lead_sub_txt {
	padding-left: 315px;
	font-size: 16px;
}
.p-brand .sec_mission .lead_area .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
/* 旧 Vision レイアウト
.p-brand .sec_vision {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 220px;
	line-height: 2.6;
	background: var(--brand-bg-gray);
}
.p-brand .sec_vision .catch_area {
	background-image: linear-gradient(var(--brand-bg-black) 0% 126px, transparent 126px 100%);
}
.p-brand .sec_vision .catch_area .screen {
	margin-left: 175px;
	height: 430px;
	background: url("../img/brand/brand_index/brand_index_bg_vision.jpg") no-repeat left center;
	background-size: cover;
}
@media (min-width: 1101px) {
	.p-brand .sec_vision .catch_area .screen {
		margin-left: 15.9090%;
	}
}
.p-brand .sec_vision .ttl {
	margin-top: -55px;
	padding-left: 120px;
}
@media (min-width: 1101px) {
	.p-brand .sec_vision .ttl {
		margin-left: 15.9090%;
		padding: 0;
	}
	.p-brand .sec_vision .ttl .ttl_txt img {
		margin-left: -55px;
	}
}
.p-brand .sec_vision .ttl .ttl_txt {
}
.p-brand .sec_vision .lead_area {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
	display: flex;
}
.p-brand .sec_vision .lead_area .fx_item {
	padding-top: 70px;
}
.p-brand .sec_vision .lead_area .lead_txt {
	padding-left: 170px;
	padding-right: 130px;
	font-size: 50px;
	line-height: 1.6;
}
.p-brand .sec_vision .lead_area .lead_sub_txt {
}
.p-brand .sec_vision .lead_area .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
*/
/* 新 Vision レイアウト */
.p-brand .sec_vision {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 220px;
	line-height: 2.6;
	background: var(--brand-bg-gray);
}
.p-brand .sec_vision .catch_area {
	background-image: linear-gradient(var(--brand-bg-black) 0% 126px, transparent 126px 100%);
}
.p-brand .sec_vision .catch_area .screen {
	margin-left: 175px;
	height: 430px;
	background: url("../img/brand/brand_index/brand_index_bg_vision.jpg") no-repeat left center;
	background-size: cover;
}
@media (min-width: 1101px) {
	.p-brand .sec_vision .catch_area .screen {
		margin-left: 15.9090%;
	}
}
.p-brand .sec_vision .ttl {
	margin-top: -55px;
	padding-left: 120px;
}
@media (min-width: 1101px) {
	.p-brand .sec_vision .ttl {
		margin-left: 15.9090%;
		padding: 0;
	}
	.p-brand .sec_vision .ttl .ttl_txt img {
		margin-left: -55px;
	}
}
.p-brand .sec_vision .ttl .ttl_txt {
}
.p-brand .sec_vision .lead_area {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
}
.p-brand .sec_vision .lead_area .lead_txt {
	padding-top: 70px;
	padding-left: 315px;
	padding-bottom: 70px;
	font-size: 50px;
	line-height: 1.6;
}
.p-brand .sec_vision .lead_area .lead_sub_txt {
	padding-left: 315px;
	font-size: 16px;
}
.p-brand .sec_vision .lead_area .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
/* // 新 Vision レイアウト */
.p-brand .sec_value {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 220px;
	line-height: 2.6;
	background: var(--brand-bg-black);
}
.p-brand .sec_value .catch_area {
	background-image: linear-gradient(var(--brand-bg-gray) 0% 126px, transparent 126px 100%);
}
.p-brand .sec_value .catch_area .screen {
	width: calc(100% - 162px);
	height: 430px;
	background: url("../img/brand/brand_index/brand_index_bg_value.jpg") no-repeat right center;
	background-size: cover;
}
@media (min-width: 1101px) {
	.p-brand .sec_value .catch_area .screen {
		width: 85.2727%;
	}
}
.p-brand .sec_value .ttl {
	margin-top: -55px;
	text-align: right;
	padding-right: 80px;
}
@media (min-width: 1101px) {
	.p-brand .sec_value .ttl {
		padding-right: 7.2727%;
	}
}
@media (min-width: 1101px) {
	.p-brand .sec_value .ttl {
/*		padding-right: 7.2727%;*/
		width: 85.2727%;
	}
	.p-brand .sec_value .ttl .ttl_txt img {
		margin-right: -82px;
	}
}
.p-brand .sec_value .ttl .ttl_txt {
}
.p-brand .sec_value .lead_area {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
}
.p-brand .sec_value .lead_area .lead_txt {
	padding-top: 70px;
	padding-left: 315px;
	padding-bottom: 70px;
	font-size: 50px;
	line-height: 1.6;
}
.p-brand .sec_value .lead_area .lead_sub_txt {
	padding-left: 315px;
	font-size: 16px;
}
.p-brand .sec_value .lead_area .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
.p-brand .sec_brand_banner ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.p-brand .sec_brand_banner ul li {
	text-align: center;
	background: #fff;
	position: relative;
	flex: 0 0 calc(100% / 2);
}
.p-brand .sec_brand_banner ul li a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.05em;
	width: 100%;
	height: 600px;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.p-brand .sec_brand_banner ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: transform 0.4s ease;
}
.p-brand .sec_brand_banner ul li a:hover img {
	transform: scale(1.1);
}
.p-brand .sec_brand_banner ul li a .banner_card {
	padding: 80px 0;
	position: relative;
	display: inline-block;
	transition: background 0.4s ease;
	width: 100%;
}
.p-brand .sec_brand_banner ul li a .banner_card::before,
.p-brand .sec_brand_banner ul li a .banner_card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.p-brand .sec_brand_banner ul li a .banner_card::before {
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	border: 0;
}
.p-brand .sec_brand_banner ul li a.banner_exterior .banner_card::before {
	content: url("../img/brand/brand_banner_exterior_eng.svg");
}
.p-brand .sec_brand_banner ul li a.banner_interior .banner_card::before {
	content: url("../img/brand/brand_banner_interior_eng.svg");
}
.p-brand .sec_brand_banner ul li a.banner_index .banner_card::before {
	content: url("../img/brand/brand_banner_index_eng.svg");
}
.p-brand .sec_brand_banner ul li a .banner_card::after {
	width: 100%;
	height: 80px;
	content: "";
	left: 0;
	bottom: 0;
	border: 0;
	background: url("../img/brand/icon_brand_banner_arrow_right.svg") no-repeat center center;
}
.p-brand .sec_brand_banner ul li a .banner_text {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 22px;
	letter-spacing: 0.2em;
	position: relative;
	display: inline-block;
	line-height: 40px;
}
.p-brand .sec_brand_banner ul li a .banner_text::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.p-brand .sec_brand_banner ul li a:hover .banner_text::after {
	transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
	.p-brand .ttl_area {
		min-width: 0;
		text-align: center;
	}
	.p-brand .ttl_area.brand_index {
		height: 375px;
	}
	.p-brand .ttl_area .pic {
		width: auto;
		height: 250px;
		margin: auto;
	}
	.p-brand .ttl_area.brand_index { /* 個別背景 */
		background: var(--brand-bg-gray) url("../img/brand/brand_index/brand_index_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-brand .sec_brand_message {
		background: var(--brand-bg-gray);
		color: #fff;
	}
	.p-brand .sec_lead .lead_area,
	.p-brand .sec_mission .lead_area,
	.p-brand .sec_vision .lead_area,
	.p-brand .sec_value .lead_area {
		width: auto;
	}
	.p-brand .sec_lead,
	.p-brand .sec_mission,
	.p-brand .sec_vision,
	.p-brand .sec_value {
		min-width: 0;
	}
	.p-brand .sec_lead .lead_area .lead_txt,
	.p-brand .sec_mission .lead_area .lead_txt,
	.p-brand .sec_mission .lead_area .lead_sub_txt,
	.p-brand .sec_vision .lead_area .lead_txt,
	.p-brand .sec_vision .lead_area .lead_sub_txt,
	.p-brand .sec_value .lead_area .lead_txt,
	.p-brand .sec_value .lead_area .lead_sub_txt {
		padding: 0;
	}
	.p-brand .sec_brand_message {
		width: auto;
		padding: 0 20px;
		font-size: var(--global-fs_l_sp);
	}
	.p-brand .sec_brand_message .ttl .ttl_txt span {
		display: block;
	}
	.p-brand .sec_brand_message .ttl .ttl_txt span + span {
	}
	.p-brand .sec_lead {
		padding: 30px 20px 120px;
	}
	.p-brand .sec_lead .lead_area .lead_txt {
		font-size: 14px;
	}
	.p-brand .sec_mission {
		padding: 0 0 120px;
	}
	.p-brand .sec_mission .catch_area {
		background-image: linear-gradient(var(--brand-bg-gray) 0% 126px, transparent 126px 100%);
	}
	.p-brand .sec_mission .catch_area .screen {
		width: auto;
		height: 200px;
		background: url("../img/brand/brand_index/brand_index_bg_mission.jpg") no-repeat right center;
		background-size: cover;
	}
	.p-brand .sec_mission .ttl {
		margin-top: -14px;
		text-align: center;
		width: 100%;
	}
	.p-brand .sec_mission .ttl .ttl_txt {
		display: inline-block;
		width: 166px;
		margin-left: calc(166px /2);
	}
	.p-brand .sec_mission .lead_area {
		padding: 0 20px;
	}
	.p-brand .sec_mission .lead_area .fx_item {
		padding-top: 30px;
	}
	.p-brand .sec_mission .lead_area .lead_txt {
		font-size: var(--global-fs_l_sp);
	}
	.p-brand .sec_mission .lead_area .lead_sub_txt {
		font-size: 14px;
	}
	.p-brand .sec_vision {
		padding: 0 0 120px;
	}
	.p-brand .sec_vision .catch_area {
		background-image: linear-gradient(var(--brand-bg-black) 0% 126px, transparent 126px 100%);
	}
	.p-brand .sec_vision .catch_area .screen {
		margin-left: 0;
		height: 200px;
		background: url("../img/brand/brand_index/brand_index_bg_vision.jpg") no-repeat left center;
		background-size: cover;
	}
	.p-brand .sec_vision .ttl {
		margin-top: -6px;
		text-align: left;
		padding: 0;
		width: 100%;
	}
	.p-brand .sec_vision .ttl .ttl_txt {
		display: inline-block;
		width: 126px;
		margin-left: 20px;
	}
	.p-brand .sec_vision .lead_area {
		padding: 0 20px;
	}
	.p-brand .sec_vision .lead_area .fx_item {
		padding-top: 30px;
	}
	.p-brand .sec_vision .lead_area .lead_txt {
		font-size: var(--global-fs_l_sp);
	}
	.p-brand .sec_vision .lead_area .lead_sub_txt {
		font-size: 14px;
	}
	.p-brand .sec_value {
		padding: 0 0 120px;
	}
	.p-brand .sec_value .catch_area {
		background-image: linear-gradient(var(--brand-bg-gray) 0% 126px, transparent 126px 100%);
	}
	.p-brand .sec_value .catch_area .screen {
		width: auto;
		height: 200px;
		background: url("../img/brand/brand_index/brand_index_bg_value.jpg") no-repeat right center;
		background-size: cover;
	}
	.p-brand .sec_value .ttl {
		margin-top: 1px;
		text-align: center;
		width: 100%;
	}
	.p-brand .sec_value .ttl .ttl_txt {
		display: inline-block;
		width: 116px;
		margin-left: calc(166px /2);
	}
	.p-brand .sec_value .lead_area {
		padding: 0 20px;
	}
	.p-brand .sec_value .lead_area .fx_item {
		padding-top: 30px;
	}
	.p-brand .sec_value .lead_area .lead_txt {
		font-size: var(--global-fs_l_sp);
	}
	.p-brand .sec_value .lead_area .lead_sub_txt {
		font-size: 14px;
	}
	.p-brand .sec_brand_banner ul li {
		flex: 0 0 100%;
	}
	.p-brand .sec_brand_banner ul li a {
		height: 180px;
	}
	.p-brand .sec_brand_banner ul li a.banner_exterior .banner_card::before {
		content: "";
		background: url("../img/brand/brand_banner_exterior_eng.svg") no-repeat center top 30px;
		background-size: auto 50px;
	}
	.p-brand .sec_brand_banner ul li a.banner_interior .banner_card::before {
		content: "";
		background: url("../img/brand/brand_banner_interior_eng.svg") no-repeat center top 30px;
		background-size: auto 50px;
	}
	.p-brand .sec_brand_banner ul li a.banner_index .banner_card::before {
		content: "";
		background: url("../img/brand/brand_banner_index_eng.svg") no-repeat center top 30px;
		background-size: auto 50px;
	}
	.p-brand .sec_brand_banner ul li a .banner_card::before {
		width: 100%;
		height: 180px;
		top: 0;
		left: 0;
		border: 0;
		margin: 0 auto;
	}
	.p-brand .sec_brand_banner ul li a .banner_text {
		font-size: 15px;
		line-height: 30px;
	}
	.p-brand .sec_brand_banner ul li a .banner_card::after {
		bottom: 10px;
		background: url("../img/brand/icon_brand_banner_arrow_right.svg") no-repeat center center;
		background-size: 24px;
	}
}
/*----------------------------------------
	四国化成ブランド > エクステリア /brand/exterior/
-----------------------------------------*/
.p-brand.p-exterior .ttl_area {
	min-width: 1100px;
	color: #fff;
}
.p-brand.p-exterior .ttl_area.exterior { /* 個別背景 */
	background: var(--brand-bg-gray) url("../img/brand/exterior/brand_exterior_ttl_pc.jpg") no-repeat center top;
	background-size: auto 770px;
}
@media screen and (min-width: 1400px) {
	.p-brand.p-exterior .ttl_area.exterior { /* 個別背景 */
		background: var(--brand-bg-gray) url("../img/brand/exterior/brand_exterior_ttl_pc.jpg") no-repeat right center;
		background-size: cover;
	}
}
.p-brand.p-exterior .ttl_area .ttl {
	margin: 0 auto;
	width: 1100px;
	height: 770px;
}
.p-brand.p-exterior .ttl_area .ttl .ttl_txt {
	padding: 130px 0 0 48px;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: left;
	text-indent: 0;
}
.p-brand.p-exterior .ttl_area .ttl .ttl_txt em {
	display: block;
	margin-bottom: 38px;
}
.p-brand.p-exterior .ttl_area .ttl .ttl_txt span {
	display: block;
	margin-left: 25px;
	letter-spacing: 0.1em;
}
.p-brand.p-exterior .ttl_area .ttl .ttl_txt span + span{
/*	padding-left: 2.5em;*/
	padding-top: 40px;
}
.p-brand.p-exterior .sec_bread {
	background: var(--brand-bg-black);
}
.p-brand.p-exterior .sec_bread .l-bread {
	color: #fff;
}
.p-brand.p-exterior .sec_bread li a {
	color: #fff;
}
.p-brand.p-exterior .ttl_area .ttl .lead_area {
	padding: 150px 0 0 78px;
	padding-top: 43px;
}
.p-brand.p-exterior .ttl_area .ttl .lead_area .lead_txt {
	display: block;
	width: auto;
/*	margin-left: 10px;*/
	font-size: 16px;
	color: #fff;
	line-height: 2.6;
	letter-spacing: 0.25em;
}
.p-brand.p-exterior .sec_01 {
	min-width: 1100px;
	margin: 0 auto;
	padding: 130px 0 250px;
	padding: 0 0 250px;
	line-height: 2.6;
	background: var(--brand-bg-black);
	color: #fff;
}
.p-brand.p-exterior .sec_01 .catch_area {
	width: calc(100% - 100px);
	width: 85.2727%;
	min-width: 1100px;
	min-width: 1000px;
	display: block;
	padding-top: 110px;
}
.p-brand.p-exterior .sec_01 .catch_area .screen {
	display: block;
	height: 500px;
/*	margin-left: 9.9090%;*/
	background: url("../img/brand/exterior/brand_exterior_sec_01_bg.jpg") no-repeat left center;
	background-size: cover;
}
.p-brand.p-exterior .sec_01 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 130px;
	display: flex;
	justify-content: space-between;
}
.p-brand.p-exterior .sec_01 .inner .pict {
	width: 420px;
	padding-left: 110px;
}
/*
@media screen and (min-width: 769px) {
*/
	.p-brand.p-exterior .sec_01 .inner .pict {
		order: 1;
	}
	.p-brand.p-exterior .sec_01 .inner .text {
		order: 2;
	}
/*
}
*/
.p-brand.p-exterior .sec_01 .inner .pict .catch {
}
.p-brand.p-exterior .sec_01 .inner .pict .thumb {
	width: 420px;
	margin: 0;
}
.p-brand.p-exterior .sec_01 .inner .pict .thumb .caption {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	line-height: 2;
	margin-top: 1em;
}
.p-brand.p-exterior .sec_01 .inner .pict .thumb .caption em {
	display: block;
	font-size: 13px;
	font-style: normal;
}
.p-brand.p-exterior .sec_01 .inner .text {
	width: 480px;
	font-size: 16px;
	line-height: 2.6;
}
.p-brand.p-exterior .sec_01 .inner .text .ttl {
}
.p-brand.p-exterior .sec_01 .inner .text .ttl .ttl_txt {
	font-size: 50px;
	line-height: 1.72;
	margin-top: -0.35em;
}
.p-brand.p-exterior .sec_01 .inner .text .ttl .fx_item {
	padding-top: 70px;
}
.p-brand.p-exterior .sec_01 .inner .text .ttl .fx_item .lead_sub_txt {
}
.p-brand.p-exterior .sec_01 .inner .text .ttl .fx_item .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
.p-brand.p-exterior .sec_02 {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 120px;
	line-height: 2.6;
	background: var(--brand-bg-gray);
	color: #fff;
}
.p-brand.p-exterior .sec_02 .catch_area {
	min-width: 1100px;
	min-width: 1000px;
	display: block;
	padding-top: 110px;
}
.p-brand.p-exterior .sec_02 .catch_area .screen {
	display: block;
	height: 500px;
	margin-left: 9.9090%;
	margin-left: 15.9090%;
	background: url("../img/brand/exterior/brand_exterior_sec_02_bg.jpg") no-repeat left center;
	background-size: cover;
}
.p-brand.p-exterior .sec_02 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 130px;
	display: flex;
	justify-content: space-between;
}
.p-brand.p-exterior .sec_02 .inner .pict {
	width: 420px;
}
/*
@media screen and (min-width: 769px) {
*/
	.p-brand.p-exterior .sec_02 .inner .pict {
		order: 2;
	}
	.p-brand.p-exterior .sec_02 .inner .text {
		order: 1;
	}
/*
}
*/
.p-brand.p-exterior .sec_02 .inner .pict .catch {
}
.p-brand.p-exterior .sec_02 .inner .pict .thumb {
	width: 420px;
	margin: 0;
}
.p-brand.p-exterior .sec_02 .inner .pict .thumb + .thumb {
	margin-top: 40px;
}
.p-brand.p-exterior .sec_02 .inner .pict .thumb .caption {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	line-height: 2;
	margin-top: 1em;
}
.p-brand.p-exterior .sec_02 .inner .pict .thumb .caption em {
	display: block;
	font-size: 13px;
	font-style: normal;
}
.p-brand.p-exterior .sec_02 .inner .text {
	width: 600px;
	font-size: 16px;
	line-height: 2.6;
}
.p-brand.p-exterior .sec_02 .inner .text .ttl {
	padding-left: 110px;
}
.p-brand.p-exterior .sec_02 .inner .text .ttl .ttl_txt {
	font-size: 50px;
	line-height: 1.72;
	margin-top: -0.35em;
}
.p-brand.p-exterior .sec_02 .inner .text .ttl .fx_item {
	padding-top: 70px;
}
.p-brand.p-exterior .sec_02 .inner .text .ttl .fx_item .lead_sub_txt {
}
.p-brand.p-exterior .sec_02 .inner .text .ttl .fx_item .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
.p-brand.p-exterior .sec_03 {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 120px;
	line-height: 2.6;
	background: var(--brand-bg-black);
	color: #fff;
}
.p-brand.p-exterior .sec_03 .catch_area {
	width: calc(100% - 100px);
	width: 85.2727%;
	min-width: 1100px;
	min-width: 1000px;
	display: block;
	padding-top: 110px;
}
.p-brand.p-exterior .sec_03 .catch_area .screen {
	display: block;
	height: 500px;
/*	margin-left: 9.9090%;*/
	background: url("../img/brand/exterior/brand_exterior_sec_03_bg.jpg") no-repeat right center;
	background-size: cover;
}
.p-brand.p-exterior .sec_03 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 130px;
	display: flex;
	justify-content: space-between;
}
.p-brand.p-exterior .sec_03 .inner .pict {
	width: 420px;
	padding-left: 110px;
}
/*
@media screen and (min-width: 769px) {
*/
	.p-brand.p-exterior .sec_03 .inner .pict {
		order: 1;
	}
	.p-brand.p-exterior .sec_03 .inner .text {
		order: 2;
	}
/*
}
*/
.p-brand.p-exterior .sec_03 .inner .pict .catch {
}
.p-brand.p-exterior .sec_03 .inner .pict .thumb {
	width: 420px;
	margin: 0;
}
.p-brand.p-exterior .sec_03 .inner .pict .thumb .caption {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	line-height: 2;
	margin-top: 1em;
}
.p-brand.p-exterior .sec_03 .inner .pict .thumb .caption em {
	display: block;
	font-size: 13px;
	font-style: normal;
}
.p-brand.p-exterior .sec_03 .inner .text {
	width: 480px;
	font-size: 16px;
	line-height: 2.6;
}
.p-brand.p-exterior .sec_03 .inner .text .ttl {
}
.p-brand.p-exterior .sec_03 .inner .text .ttl .ttl_txt {
	font-size: 50px;
	line-height: 1.72;
	margin-top: -0.35em;
}
.p-brand.p-exterior .sec_03 .inner .text .ttl .fx_item {
	padding-top: 70px;
}
.p-brand.p-exterior .sec_03 .inner .text .ttl .fx_item .lead_sub_txt {
}
.p-brand.p-exterior .sec_03 .inner .text .ttl .fx_item .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
.p-brand .sec_foot_message {
	min-width: 1100px;
	margin: 0 auto;
}
.p-brand.p-exterior .sec_foot_message {
	background: url("../img/brand/exterior/brand_exterior_sec_foot_message_bg.jpg") no-repeat center center;
	background-size: cover;
}
.p-brand .sec_foot_message .foot_message_txt {
	font-size: 20px;
	line-height: 2.1;
	padding: 150px 0;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-brand.p-exterior .ttl_area.exterior {
		background: var(--brand-bg-gray) url("../img/brand/exterior/brand_exterior_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-brand.p-exterior .ttl_area.exterior .ttl {
		height: 375px;
	}
	.p-brand.p-exterior .ttl_area.exterior {
		min-width: 0;
	}
	.p-brand.p-exterior .ttl_area .ttl .ttl_txt {
		padding: 455px 20px 0;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0.1em;
		text-align: left;
	}
	.p-brand.p-exterior .ttl_area .ttl .ttl_txt em {
		width: 170px;
		margin-bottom: 20px;
	}
	.p-brand.p-exterior .ttl_area .ttl .ttl_txt span {
		font-size: var(--global-fs_l_sp);
		line-height: 1.72;
		margin-top: 0;
		margin-left: 0;
	}
	.p-brand.p-exterior .ttl_area .ttl .ttl_txt span + span {
		margin-top: 0;
		padding-top: 0;
	}
	.p-brand.p-exterior .ttl_area .ttl .lead_area {
		padding: 30px 20px 0;
		font-size: 14px;
		line-height: 2.6;
		text-align: left;
	}
	.p-brand.p-exterior .ttl_area .ttl .lead_area .lead_txt {
		font-size: 14px;
		line-height: 2.6;
		letter-spacing: 0.25em;
	}
	.p-brand.p-exterior .sec_01 .inner,
	.p-brand.p-exterior .sec_01 .inner .text,
	.p-brand.p-exterior .sec_01 .inner .pict,
	.p-brand.p-exterior .sec_01 .inner .pict .thumb,
	.p-brand.p-exterior .sec_02 .inner,
	.p-brand.p-exterior .sec_02 .inner .text,
	.p-brand.p-exterior .sec_02 .inner .pict,
	.p-brand.p-exterior .sec_02 .inner .pict .thumb,
	.p-brand.p-exterior .sec_03 .inner,
	.p-brand.p-exterior .sec_03 .inner .text,
	.p-brand.p-exterior .sec_03 .inner .pict,
	.p-brand.p-exterior .sec_03 .inner .pict .thumb {
		width: auto;
	}
	.p-brand.p-exterior .sec_01,
	.p-brand.p-exterior .sec_01 .catch_area,
	.p-brand.p-exterior .sec_02,
	.p-brand.p-exterior .sec_02 .catch_area,
	.p-brand.p-exterior .sec_03,
	.p-brand.p-exterior .sec_03 .catch_area,
	.p-brand .sec_foot_message {
		min-width: 0;
	}
	.p-brand.p-exterior .sec_01 {
		padding: 520px 0 120px;
	}
	.p-brand.p-exterior .sec_01 .catch_area {
		width: auto;
		min-width: 0;
		display: block;
		padding-top: 0px;
	}
	.p-brand.p-exterior .sec_01 .catch_area .screen {
		display: block;
		height: 200px;
		height: 250px;
		margin-left: 0;
		background: url("../img/brand/exterior/brand_exterior_sec_01_bg.jpg") no-repeat left bottom;
		background-size: cover;
	}
	.p-brand.p-exterior .sec_01 .inner {
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-brand.p-exterior .sec_01 .inner .text {
		width: 100%;
		padding: 50px 20px 50px;
		font-size: 14px;
	}
	.p-brand.p-exterior .sec_01 .inner .text {
		order: 1;
	}
	.p-brand.p-exterior .sec_01 .inner .pict {
		order: 2;
	}
	.p-brand.p-exterior .sec_01 .inner .text .ttl .ttl_txt {
		font-size: var(--global-fs_l_sp);
		line-height: 1.72;
		margin-top: 0;
	}
	.p-brand.p-exterior .sec_01 .inner .text .ttl .fx_item {
		padding-top: 30px;
	}
	.p-brand.p-exterior .sec_01 .inner .pict {
		max-width: 330px;
		margin: 0;
		padding: 0 20px;
	}
	.p-brand.p-exterior .sec_02 {
		padding: 0 0 120px;
	}
	.p-brand.p-exterior .sec_02 .catch_area {
		width: auto;
		min-width: 0;
		display: block;
		padding-top: 0px;
	}
	.p-brand.p-exterior .sec_02 .catch_area .screen {
		display: block;
		height: 200px;
		height: 250px;
		margin-left: 0;
		background: url("../img/brand/exterior/brand_exterior_sec_02_bg.jpg") no-repeat right center;
		background-size: cover;
	}
	.p-brand.p-exterior .sec_02 .inner {
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-brand.p-exterior .sec_02 .inner .text {
		width: 100%;
		padding: 50px 20px 50px;
		font-size: 14px;
	}
	.p-brand.p-exterior .sec_02 .inner .text {
		order: 1;
	}
	.p-brand.p-exterior .sec_02 .inner .pict {
		order: 2;
	}
	.p-brand.p-exterior .sec_02 .inner .text .ttl {
		padding-left: 0;
	}
	.p-brand.p-exterior .sec_02 .inner .text .ttl .ttl_txt {
		font-size: var(--global-fs_l_sp);
		line-height: 1.72;
		margin-top: 0;
	}
	.p-brand.p-exterior .sec_02 .inner .text .ttl .fx_item {
		padding-top: 30px;
	}
	.p-brand.p-exterior .sec_02 .inner .pict {
		max-width: 330px;
		margin: 0;
		padding: 0 20px;
	}
	.p-brand.p-exterior .sec_03 {
		padding: 0 0 120px;
	}
	.p-brand.p-exterior .sec_03 .catch_area {
		width: auto;
		min-width: 0;
		display: block;
		padding-top: 0px;
	}
	.p-brand.p-exterior .sec_03 .catch_area .screen {
		display: block;
		height: 200px;
		height: 250px;
		margin-left: 0;
		background: url("../img/brand/exterior/brand_exterior_sec_03_bg.jpg") no-repeat right center;
		background-size: cover;
	}
	.p-brand.p-exterior .sec_03 .inner {
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-brand.p-exterior .sec_03 .inner .text {
		width: 100%;
		padding: 50px 20px 50px;
		font-size: 14px;
	}
	.p-brand.p-exterior .sec_03 .inner .text {
		order: 1;
	}
	.p-brand.p-exterior .sec_03 .inner .pict {
		order: 2;
	}
	.p-brand.p-exterior .sec_03 .inner .text .ttl .ttl_txt {
		font-size: var(--global-fs_l_sp);
		line-height: 1.72;
		margin-top: 0;
	}
	.p-brand.p-exterior .sec_03 .inner .text .ttl .fx_item {
		padding-top: 30px;
	}
	.p-brand.p-exterior .sec_03 .inner .pict {
		max-width: 330px;
		margin: 0;
		padding: 0 20px;
	}
	.p-brand .sec_foot_message .foot_message_txt {
		font-size: 16px;
		line-height: 2.1;
		padding: 60px 0;
		letter-spacing: 0.2em;
	}
}
/*----------------------------------------
	四国化成ブランド > インテリア /brand/interior/
-----------------------------------------*/
.p-brand.p-interior .ttl_area {
	min-width: 1100px;
	color: #fff;
}
.p-brand.p-interior .ttl_area.interior { /* 個別背景 */
	background: var(--brand-bg-gray) url("../img/brand/interior/brand_interior_ttl_pc.jpg") no-repeat center bottom;
	background-size: auto 880px;
}
@media screen and (min-width: 1400px) {
	.p-brand.p-interior .ttl_area.interior { /* 個別背景 */
		background: var(--brand-bg-gray) url("../img/brand/interior/brand_interior_ttl_pc.jpg") no-repeat center bottom;
		background-size: cover;
	}
}
.p-brand.p-interior .ttl_area .ttl {
	margin: 0 auto;
	width: 1100px;
	height: 770px;
	height: 880px;
}
.p-brand.p-interior .ttl_area .ttl .ttl_txt {
	padding: 130px 0 0 48px;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: left;
	text-indent: 0;
}
.p-brand.p-interior .ttl_area .ttl .ttl_txt em {
	display: block;
	margin-bottom: 38px;
}
.p-brand.p-interior .ttl_area .ttl .ttl_txt span {
	display: block;
	margin-left: 25px;
	letter-spacing: 0.1em;
}
.p-brand.p-interior .ttl_area .ttl .ttl_txt span + span{
/*	padding-left: 2.5em;*/
	padding-top: 40px;
}
.p-brand.p-interior .sec_bread {
	background: var(--brand-bg-black);
}
.p-brand.p-interior .sec_bread .l-bread {
	color: #fff;
}
.p-brand.p-interior .sec_bread li a {
	color: #fff;
}
.p-brand.p-interior .ttl_area .ttl .lead_area {
	padding: 150px 0 0 78px;
	padding-top: 43px;
}
.p-brand.p-interior .ttl_area .ttl .lead_area .lead_txt {
	display: block;
	width: auto;
/*	margin-left: 10px;*/
	font-size: 16px;
	color: #fff;
	line-height: 2.6;
	letter-spacing: 0.25em;
}
.p-brand.p-interior .sec_01 {
	min-width: 1100px;
	margin: 0 auto;
	padding: 130px 0 250px;
	padding: 0 0 250px;
	line-height: 2.6;
	background: var(--brand-bg-black);
	color: #fff;
}
.p-brand.p-interior .sec_01 .catch_area {
	width: calc(100% - 100px);
	width: 85.2727%;
	min-width: 1100px;
	min-width: 1000px;
	display: block;
	padding-top: 110px;
}
.p-brand.p-interior .sec_01 .catch_area .screen {
	display: block;
	height: 500px;
/*	margin-left: 9.9090%;*/
	background: url("../img/brand/interior/brand_interior_sec_01_bg.jpg") no-repeat right center;
	background-size: cover;
}
.p-brand.p-interior .sec_01 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 130px;
	display: flex;
	justify-content: space-between;
}
.p-brand.p-interior .sec_01 .inner .pict {
	width: 420px;
	padding-left: 110px;
}
/*
@media screen and (min-width: 769px) {
*/
	.p-brand.p-interior .sec_01 .inner .pict {
		order: 1;
	}
	.p-brand.p-interior .sec_01 .inner .text {
		order: 2;
	}
/*
}
*/
.p-brand.p-interior .sec_01 .inner .pict .catch {
}
.p-brand.p-interior .sec_01 .inner .pict .thumb {
	width: 420px;
	margin: 0;
}
.p-brand.p-interior .sec_01 .inner .pict .thumb .caption {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	line-height: 2;
	margin-top: 1em;
}
.p-brand.p-interior .sec_01 .inner .pict .thumb .caption em {
	display: block;
	font-size: 13px;
	font-style: normal;
}
.p-brand.p-interior .sec_01 .inner .text {
	width: 480px;
	font-size: 16px;
	line-height: 2.6;
}
.p-brand.p-interior .sec_01 .inner .text .ttl {
}
.p-brand.p-interior .sec_01 .inner .text .ttl .ttl_txt {
	font-size: 50px;
	line-height: 1.72;
	margin-top: -0.35em;
}
.p-brand.p-interior .sec_01 .inner .text .ttl .fx_item {
	padding-top: 70px;
}
.p-brand.p-interior .sec_01 .inner .text .ttl .fx_item .lead_sub_txt {
}
.p-brand.p-interior .sec_01 .inner .text .ttl .fx_item .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
.p-brand.p-interior .sec_02 {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 120px;
	line-height: 2.6;
	background: var(--brand-bg-gray);
	color: #fff;
}
.p-brand.p-interior .sec_02 .catch_area {
	min-width: 1100px;
	min-width: 1000px;
	display: block;
	padding-top: 110px;
}
.p-brand.p-interior .sec_02 .catch_area .screen {
	display: block;
	height: 500px;
	margin-left: 9.9090%;
	margin-left: 15.9090%;
	background: url("../img/brand/interior/brand_interior_sec_02_bg.jpg") no-repeat left center;
	background-size: cover;
}
.p-brand.p-interior .sec_02 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 130px;
	display: flex;
	justify-content: space-between;
}
.p-brand.p-interior .sec_02 .inner .pict {
	width: 420px;
}
/*
@media screen and (min-width: 769px) {
*/
	.p-brand.p-interior .sec_02 .inner .pict {
		order: 2;
	}
	.p-brand.p-interior .sec_02 .inner .text {
		order: 1;
	}
/*
}
*/
.p-brand.p-interior .sec_02 .inner .pict .catch {
}
.p-brand.p-interior .sec_02 .inner .pict .thumb {
	width: 420px;
	margin: 0;
}
.p-brand.p-interior .sec_02 .inner .pict .thumb + .thumb {
	margin-top: 40px;
}
.p-brand.p-interior .sec_02 .inner .pict .thumb .caption {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	line-height: 2;
	margin-top: 1em;
}
.p-brand.p-interior .sec_02 .inner .pict .thumb .caption em {
	display: block;
	font-size: 13px;
	font-style: normal;
}
.p-brand.p-interior .sec_02 .inner .text {
	width: 600px;
	font-size: 16px;
	line-height: 2.6;
}
.p-brand.p-interior .sec_02 .inner .text .ttl {
	padding-left: 110px;
}
.p-brand.p-interior .sec_02 .inner .text .ttl .ttl_txt {
	font-size: 50px;
	line-height: 1.72;
	margin-top: -0.35em;
}
.p-brand.p-interior .sec_02 .inner .text .ttl .fx_item {
	padding-top: 70px;
}
.p-brand.p-interior .sec_02 .inner .text .ttl .fx_item .lead_sub_txt {
}
.p-brand.p-interior .sec_02 .inner .text .ttl .fx_item .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
.p-brand.p-interior .sec_03 {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 120px;
	line-height: 2.6;
	background: var(--brand-bg-black);
	color: #fff;
}
.p-brand.p-interior .sec_03 .catch_area {
	width: calc(100% - 100px);
	width: 85.2727%;
	min-width: 1100px;
	min-width: 1000px;
	display: block;
	padding-top: 110px;
}
.p-brand.p-interior .sec_03 .catch_area .screen {
	display: block;
	height: 500px;
/*	margin-left: 9.9090%;*/
	background: url("../img/brand/interior/brand_interior_sec_03_bg.jpg") no-repeat right center;
	background-size: cover;
}
.p-brand.p-interior .sec_03 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 130px;
	display: flex;
	justify-content: space-between;
}
.p-brand.p-interior .sec_03 .inner .pict {
	width: 420px;
	padding-left: 110px;
}
/*
@media screen and (min-width: 769px) {
*/
	.p-brand.p-interior .sec_03 .inner .pict {
		order: 1;
	}
	.p-brand.p-interior .sec_03 .inner .text {
		order: 2;
	}
/*
}
*/
.p-brand.p-interior .sec_03 .inner .pict .catch {
}
.p-brand.p-interior .sec_03 .inner .pict .thumb {
	width: 420px;
	margin: 0;
}
.p-brand.p-interior .sec_03 .inner .pict .thumb .caption {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	line-height: 2;
	margin-top: 1em;
}
.p-brand.p-interior .sec_03 .inner .pict .thumb .caption em {
	display: block;
	font-size: 13px;
	font-style: normal;
}
.p-brand.p-interior .sec_03 .inner .text {
	width: 480px;
	font-size: 16px;
	line-height: 2.6;
}
.p-brand.p-interior .sec_03 .inner .text .ttl {
}
.p-brand.p-interior .sec_03 .inner .text .ttl .ttl_txt {
	font-size: 50px;
	line-height: 1.72;
	margin-top: -0.35em;
}
.p-brand.p-interior .sec_03 .inner .text .ttl .fx_item {
	padding-top: 70px;
}
.p-brand.p-interior .sec_03 .inner .text .ttl .fx_item .lead_sub_txt {
}
.p-brand.p-interior .sec_03 .inner .text .ttl .fx_item .lead_sub_txt + .lead_sub_txt {
	padding-top: 2rem;
}
.p-brand .sec_foot_message {
	min-width: 1100px;
	margin: 0 auto;
}
.p-brand.p-interior .sec_foot_message {
	background: url("../img/brand/interior/brand_interior_sec_foot_message_bg.jpg") no-repeat center center;
	background-size: cover;
}
.p-brand .sec_foot_message .foot_message_txt {
	font-size: 20px;
	line-height: 2.1;
	padding: 150px 0;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-brand.p-interior .ttl_area.interior {
		background: var(--brand-bg-gray) url("../img/brand/interior/brand_interior_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-brand.p-interior .ttl_area.interior .ttl {
		height: 375px;
	}
	.p-brand.p-interior .ttl_area.interior {
		min-width: 0;
	}
	.p-brand.p-interior .ttl_area .ttl .ttl_txt {
		padding: 455px 20px 0;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0.1em;
		text-align: left;
	}
	.p-brand.p-interior .ttl_area .ttl .ttl_txt em {
		width: 170px;
		margin-bottom: 20px;
	}
	.p-brand.p-interior .ttl_area .ttl .ttl_txt span {
		font-size: var(--global-fs_l_sp);
		line-height: 1.72;
		margin-top: 0;
		margin-left: 0;
	}
	.p-brand.p-interior .ttl_area .ttl .ttl_txt span + span {
		margin-top: 0;
		padding-top: 0;
	}
	.p-brand.p-interior .ttl_area .ttl .lead_area {
		padding: 30px 20px 0;
		font-size: 14px;
		line-height: 2.6;
		text-align: left;
	}
	.p-brand.p-interior .ttl_area .ttl .lead_area .lead_txt {
		font-size: 14px;
		line-height: 2.6;
		letter-spacing: 0.25em;
	}
	.p-brand.p-interior .sec_01 .inner,
	.p-brand.p-interior .sec_01 .inner .text,
	.p-brand.p-interior .sec_01 .inner .pict,
	.p-brand.p-interior .sec_01 .inner .pict .thumb,
	.p-brand.p-interior .sec_02 .inner,
	.p-brand.p-interior .sec_02 .inner .text,
	.p-brand.p-interior .sec_02 .inner .pict,
	.p-brand.p-interior .sec_02 .inner .pict .thumb,
	.p-brand.p-interior .sec_03 .inner,
	.p-brand.p-interior .sec_03 .inner .text,
	.p-brand.p-interior .sec_03 .inner .pict,
	.p-brand.p-interior .sec_03 .inner .pict .thumb {
		width: auto;
	}
	.p-brand.p-interior .sec_01,
	.p-brand.p-interior .sec_01 .catch_area,
	.p-brand.p-interior .sec_02,
	.p-brand.p-interior .sec_02 .catch_area,
	.p-brand.p-interior .sec_03,
	.p-brand.p-interior .sec_03 .catch_area,
	.p-brand .sec_foot_message {
		min-width: 0;
	}
	.p-brand.p-interior .sec_01 {
		padding: 520px 0 120px;
	}
	.p-brand.p-interior .sec_01 .catch_area {
		width: auto;
		min-width: 0;
		display: block;
		padding-top: 0px;
	}
	.p-brand.p-interior .sec_01 .catch_area .screen {
		display: block;
		height: 200px;
		height: 250px;
		margin-left: 0;
		background: url("../img/brand/interior/brand_interior_sec_01_bg.jpg") no-repeat right center;
		background-size: cover;
	}
	.p-brand.p-interior .sec_01 .inner {
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-brand.p-interior .sec_01 .inner .text {
		width: 100%;
		padding: 50px 20px 50px;
		font-size: 14px;
	}
	.p-brand.p-interior .sec_01 .inner .text {
		order: 1;
	}
	.p-brand.p-interior .sec_01 .inner .pict {
		order: 2;
	}
	.p-brand.p-interior .sec_01 .inner .text .ttl .ttl_txt {
		font-size: var(--global-fs_l_sp);
		line-height: 1.72;
		margin-top: 0;
	}
	.p-brand.p-interior .sec_01 .inner .text .ttl .fx_item {
		padding-top: 30px;
	}
	.p-brand.p-interior .sec_01 .inner .pict {
		max-width: 330px;
		margin: 0;
		padding: 0 20px;
	}
	.p-brand.p-interior .sec_02 {
		padding: 0 0 120px;
	}
	.p-brand.p-interior .sec_02 .catch_area {
		width: auto;
		min-width: 0;
		display: block;
		padding-top: 0px;
	}
	.p-brand.p-interior .sec_02 .catch_area .screen {
		display: block;
		height: 200px;
		height: 250px;
		margin-left: 0;
		background: url("../img/brand/interior/brand_interior_sec_02_bg.jpg") no-repeat left center;
		background-size: cover;
	}
	.p-brand.p-interior .sec_02 .inner {
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-brand.p-interior .sec_02 .inner .text {
		width: 100%;
		padding: 50px 20px 50px;
		font-size: 14px;
	}
	.p-brand.p-interior .sec_02 .inner .text {
		order: 1;
	}
	.p-brand.p-interior .sec_02 .inner .pict {
		order: 2;
	}
	.p-brand.p-interior .sec_02 .inner .text .ttl {
		padding-left: 0;
	}
	.p-brand.p-interior .sec_02 .inner .text .ttl .ttl_txt {
		font-size: var(--global-fs_l_sp);
		line-height: 1.72;
		margin-top: 0;
	}
	.p-brand.p-interior .sec_02 .inner .text .ttl .fx_item {
		padding-top: 30px;
	}
	.p-brand.p-interior .sec_02 .inner .pict {
		max-width: 330px;
		margin: 0;
		padding: 0 20px;
	}
	.p-brand.p-interior .sec_03 {
		padding: 0 0 120px;
	}
	.p-brand.p-interior .sec_03 .catch_area {
		width: auto;
		min-width: 0;
		display: block;
		padding-top: 0px;
	}
	.p-brand.p-interior .sec_03 .catch_area .screen {
		display: block;
		height: 200px;
		height: 250px;
		margin-left: 0;
		background: url("../img/brand/interior/brand_interior_sec_03_bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-brand.p-interior .sec_03 .inner {
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-brand.p-interior .sec_03 .inner .text {
		width: 100%;
		padding: 50px 20px 50px;
		font-size: 14px;
	}
	.p-brand.p-interior .sec_03 .inner .text {
		order: 1;
	}
	.p-brand.p-interior .sec_03 .inner .pict {
		order: 2;
	}
	.p-brand.p-interior .sec_03 .inner .text .ttl .ttl_txt {
		font-size: var(--global-fs_l_sp);
		line-height: 1.72;
		margin-top: 0;
	}
	.p-brand.p-interior .sec_03 .inner .text .ttl .fx_item {
		padding-top: 30px;
	}
	.p-brand.p-interior .sec_03 .inner .pict {
		max-width: 330px;
		margin: 0;
		padding: 0 20px;
	}
	.p-brand .sec_foot_message .foot_message_txt {
		font-size: 16px;
		line-height: 2.1;
		padding: 60px 0;
		letter-spacing: 0.2em;
	}
}
/*----------------------------------------
	ビジネス向け情報 /professional/
-----------------------------------------*/
.p-professional {
	color: var(--professional-black);
}
.p-professional b {
	font-weight: 400;
}
.p-professional .ttl_area {
	min-width: 1100px;
	color: #fff;
/*	background-size: auto 290px!important;*/
}
.p-professional .ttl_area.professional_index { /* 個別背景 */
	background: #5a6a73 url("../img/professional/professional_ttl_pc.jpg") no-repeat center top;
	background-size: auto 290px;
}
.p-professional .ttl_area .ttl {
	margin: 0 auto;
	width: 1100px;
	height: 290px;
}
.p-professional .ttl_area .ttl .ttl_txt {
	padding: 160px 0 0;
	font-size: 36px;
	text-align: center;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
.p-professional .ttl_area .ttl .ttl_txt span {
	display: block;
}
.p-professional .sec_bread {
	background: #e0e3e4;
}
.p-professional .sec_datadownload {
	min-width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
	padding: 50px 0 100px;
	background: #e0e3e4;
}
.p-professional .sec_datadownload .ttl_txt {
	font-size: 28px;
	color: var(--professional-black);
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-professional .sec_datadownload ul.waku_0 {
	margin: 70px auto 0;
	width: 946px;
	display: flex;
	justify-content: space-between;
}
.p-professional .sec_datadownload ul.waku_0 li {
	transition: 0.3s all ease-in-out;
	width: 100%;
}
.p-professional .sec_datadownload ul.waku_0 li + li {
	border-left: 1px solid var(--professional-black);
}
.p-professional .sec_datadownload ul.waku_0 li:hover {
	background: #000;
}
.p-professional .sec_datadownload ul.waku_0 li a {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	text-decoration: none;
}
.p-professional .sec_datadownload ul.waku_0 li .pict {
	text-align: center;
	width: 100%;
}
.p-professional .sec_datadownload ul.waku_0 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-professional .sec_datadownload ul.waku_0 li .text {
	font-size: 15px;
	color: var(--professional-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0 auto 20px;
/*	width: 120px;*/
	border-bottom: 1px solid var(--professional-black);
	padding-bottom: 10px;
}
.p-professional .sec_datadownload ul.waku_0 li:hover .text {
	border-bottom: 1px solid #fff;
}
.p-professional .sec_datadownload ul.waku_0 li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat left top;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-professional .sec_datadownload ul.waku_0 li:hover a .text::after {
	background: url("../img/common/icon_link_round_white_arrow_touka.svg") no-repeat left top;
	background-size: 14px;
}
.p-professional .sec_datadownload ul.waku_0 li a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat left top;
	background-size: 14px;
}
.p-professional .sec_datadownload ul.waku_0 li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_touka.svg") no-repeat left top;
	background-size: 14px;
/*	filter: brightness(0) invert(1);*/
}
.p-professional .sec_datadownload ul.waku_0 li:hover .text {
	color: #fff;
}
.p-professional .sec_datadownload ul.waku_1 {
	margin: 40px auto 0;
	width: 860px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-professional .sec_datadownload ul.waku_1 li {
	transition: 0.3s all ease-in-out;
	width: 406px;
	border: 1px solid var(--professional-black);
	margin: 0 auto 24px;
}
.p-professional .sec_datadownload ul.waku_1 li + li {
/*	border-left: 1px solid var(--professional-black);*/
}
.p-professional .sec_datadownload ul.waku_1 li:hover {
	background: #000;
}
.p-professional .sec_datadownload ul.waku_1 li a {
	display: flex;
/*	flex-wrap: wrap;*/
/*	align-content: space-between;*/
	justify-content: center;
	text-decoration: none;
	align-items: center;
	padding: 15px 0;
}
.p-professional .sec_datadownload ul.waku_1 li .pict {
	text-align: center;
	width: 50px;
}
.p-professional .sec_datadownload ul.waku_1 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-professional .sec_datadownload ul.waku_1 li .text {
	font-size: 15px;
	color: var(--professional-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
/*	width: 120px;*/
/*	border-bottom: 1px solid var(--professional-black);*/
}
.p-professional .sec_datadownload ul.waku_1 li:hover .text {
/*	border-bottom: 1px solid #fff;*/
}
/*.p-professional .sec_datadownload ul.waku_1 li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-professional .sec_datadownload ul.waku_1 li:hover a .text::after {
	background: url("../img/common/icon_link_round_white_arrow_touka.svg") no-repeat left bottom;
	background-size: 14px;
}*/
.p-professional .sec_datadownload ul.waku_1 li a[target="_blank"] .text::after {
	content: "";
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
/*
	background: url("../img/professional/icon_dl_link_target_gray_14.svg") no-repeat;
	background-size: contain;
*/
}
.p-professional .sec_datadownload ul.waku_1 li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_touka.svg") no-repeat left bottom;
	background-size: 14px;
/*
	background: url("../img/professional/icon_dl_link_target_gray_14_invert.svg") no-repeat;
	background-size: contain;
*/
/*	filter: brightness(0) invert(1);*/
}
.p-professional .sec_datadownload ul.waku_1 li:hover .text {
	color: #fff;
}
.p-professional .sec_iteminfo {
	min-width: 1100px;
	margin: 0 auto;
	padding: 100px 0 65px;
	background: #e9e9e9;
	background: url("../img/professional/bg_sec_iteminfo.jpg") no-repeat center top;
	background-size: cover;
	color: #fff;
}
.p-professional .sec_iteminfo .ttl_txt {
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-professional .sec_iteminfo .fx_items {
	width: 980px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.p-professional .sec_iteminfo .fx_items .item {
	width: 160px;
/*	height: 214px;*/
	margin: 30px 18px;
	background: #fff;
}
.p-professional .sec_iteminfo .fx_items .item a {
	display: block;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.p-professional .sec_iteminfo .fx_items .item a::before {
	content: "";
	display: block;
	width: 160px;
	height: 80px;
	background: url("../img/professional/bg_bz_products_link.svg") no-repeat center bottom;
	position: absolute;
	bottom: 0;
	right: 0;
}
.p-professional .sec_iteminfo .fx_items .item a[target="_blank"]::before {
	background: url("../img/professional/bg_bz_products_link_target.svg") no-repeat center bottom;
}
.p-professional .sec_iteminfo .fx_items .item a:hover {
	opacity: 0.75;
}
.p-professional .sec_iteminfo .fx_items .item .thumb {
}
.p-professional .sec_iteminfo .fx_items .item .text {
	display: block;
/*	background: rgba(0,0,0,0.9);*/
	position: absolute;
	bottom: 0;
	width: calc(100% - 50px);
/*	height: 180px;*/
	color: #fff;
	padding: 15px 25px 8px 25px;
	line-height: 1;
	text-align: right;
}
/*
.p-professional .sec_iteminfo .fx_items .item .thumb::before {
	content: "";
	display: block;
	width: 160px;
	height: 180px;
	background: url("../img/professional/bg_bz_products_link.svg") no-repeat center center;
	position: absolute;
	bottom: 0;
	right: 0;
}
*/
.p-professional .sec_iteminfo ul.waku_1 {
	margin: 60px auto 0;
	width: 968px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-professional .sec_iteminfo ul.waku_1 li {
	transition: 0.3s all ease-in-out;
	width: 460px;
	border: 1px solid #fff;
	margin: 0 auto 24px;
}
.p-professional .sec_iteminfo ul.waku_1 li + li {
/*	border-left: 1px solid var(--professional-black);*/
}
.p-professional .sec_iteminfo ul.waku_1 li:hover {
	background: #000;
}
.p-professional .sec_iteminfo ul.waku_1 li a {
	display: flex;
/*	flex-wrap: wrap;*/
/*	align-content: space-between;*/
	justify-content: center;
	text-decoration: none;
	align-items: center;
	padding: 15px 0;
}
.p-professional .sec_iteminfo ul.waku_1 li .pict {
	text-align: center;
	width: 50px;
}
.p-professional .sec_iteminfo ul.waku_1 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-professional .sec_iteminfo ul.waku_1 li .text {
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
/*	width: 120px;*/
/*	border-bottom: 1px solid var(--professional-black);*/
}
.p-professional .sec_iteminfo ul.waku_1 li:hover .text {
/*	border-bottom: 1px solid #fff;*/
}
/*.p-professional .sec_iteminfo ul.waku_1 li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_white_arrow_touka.svg") no-repeat left bottom;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}*/
.p-professional .sec_iteminfo ul.waku_1 li:hover a .text::after {
/*
	background: url("../img/professional/icon_dl_link_black_14.svg") no-repeat left bottom;
	background-size: 14px;
*/
}
.p-professional .sec_iteminfo ul.waku_1 li a[target="_blank"] .text::after {
	content: "";
	background: url("../img/common/icon_link_rect_white_arrow_touka.svg") no-repeat left bottom;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
/*
	background: url("../img/professional/icon_dl_link_target_gray_14.svg") no-repeat;
	background-size: contain;
*/
}
.p-professional .sec_iteminfo ul.waku_1 li:hover a[target="_blank"] .text::after {
/*
	background: url("../img/professional/icon_dl_link_target_black_14.svg") no-repeat left bottom;
	background-size: 14px;
*/
/*
	background: url("../img/professional/icon_dl_link_target_gray_14_invert.svg") no-repeat;
	background-size: contain;
*/
}
.p-professional .sec_iteminfo ul.waku_1 li:hover .text {
	color: #fff;
}
.p-professional .sec_mitsumori {
	min-width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
	background: var(--professional-gray);
	color: #fff;
}
.p-professional .sec_mitsumori .ttl_txt {
	font-size: 28px;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
	text-align: center;
	color: var(--professional-black);
}
.p-professional .sec_mitsumori .fx_items {
	width: 976px;
	margin: 60px auto 0;
	padding: 17px;
	display: flex;
	flex-wrap: wrap;
	background: var(--professional-black);
}
.p-professional .sec_mitsumori .fx_items .item {
	width: 210px;
/*	height: 214px;*/
	margin: 17px 17px;
	background: #fff;
}
.p-professional .sec_mitsumori .fx_items .item a {
	display: flex;
	position: relative;
	transition: 0.3s all ease-in-out;
	border: 1px solid #fff;
	background: var(--professional-black);
	align-items: center;
	text-decoration: none;
}
.p-professional .sec_mitsumori .fx_items .item a::before {
	content: "";
	display: block;
	width: 210px;
	height: 100px;
	background: url("../img/professional/bg_bz_mitsumori_link.svg") no-repeat center bottom;
	position: absolute;
	bottom: 0;
	right: 0;
}
.p-professional .sec_mitsumori .fx_items .item a[target="_blank"]::before {
	background: url("../img/professional/bg_bz_mitsumori_link_target.svg") no-repeat center bottom;
}
.p-professional .sec_mitsumori .fx_items .item a:hover {
	opacity: 0.75;
}
.p-professional .sec_mitsumori .fx_items .item .thumb {
	width: 100px;
}
.p-professional .sec_mitsumori .fx_items .item .text {
/*	display: block;*/
/*	background: rgba(0,0,0,0.9);*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	height: 180px;*/
	color: #fff;
	padding: 0;
	line-height: 1;
	text-align: left;
/*	top: 0;
	right: 0;
	bottom: 0;
	left: 100px;
*/
	margin: auto;
	width: 80px;
/*	height: 1rem;*/
}
.p-professional .sec_mitsumori .fx_items .item .text span {
	display: block;
	font-size: 8px;
}
.p-professional .sec_support {
	min-width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
	background: #fff;
}
.p-professional .sec_support .ttl_txt {
	font-size: 28px;
	color: var(--professional-black);
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-professional .sec_support .box_area {
	width: 945px;
	margin: 60px auto 0;
	padding: 60px 0 30px;
	background: var(--professional-gray);
}
.p-professional .sec_support .box_area + .box_area {
	margin-top: 36px;
}
.p-professional .sec_support .ttl_sub_txt {
	font-size: 20px;
	color: var(--professional-black);
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-professional .sec_support ul.waku_1 {
	margin: 40px auto 0;
	width: 762px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-professional .sec_support ul.waku_1 li {
	transition: 0.3s all ease-in-out;
	width: 365px;
	border: 1px solid var(--professional-black);
	margin: 0 0 32px;
}
.p-professional .sec_support ul.waku_1 li + li {
/*	border-left: 1px solid var(--professional-black);*/
}
.p-professional .sec_support ul.waku_1 li:hover {
	background: #000;
}
.p-professional .sec_support ul.waku_1 li a {
	display: flex;
/*	flex-wrap: wrap;*/
/*	align-content: space-between;*/
/*	justify-content: center;*/
	text-decoration: none;
	align-items: center;
	padding: 0;
	background: #fff;
/*	background: #fff url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat right 25px center;*/
	background-size: 14px;
	transition: 0.3s all ease-in-out;
}
.p-professional .sec_support ul.waku_1 li:hover a {
	background: #000;
/*	background: #000 url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat right 25px center;*/
	background-size: 14px;
}
.p-professional .sec_support ul.waku_1 li a[target="_blank"] {
	background: #fff url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat right 25px center;
	background-size: 14px;
}
.p-professional .sec_support ul.waku_1 li:hover a[target="_blank"] {
	background: #000 url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat right 25px center;
	background-size: 14px;
}
.p-professional .sec_support ul.waku_1 li .pict {
	text-align: center;
	width: 100px;
}
.p-professional .sec_support ul.waku_1 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-professional .sec_support ul.waku_1 li .text {
	font-size: 18px;
	color: var(--professional-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
/*	width: 120px;*/
/*	border-bottom: 1px solid var(--professional-black);*/
	width: calc(100% - 165px);
}
.p-professional .sec_support ul.waku_1 li:hover .text {
/*	border-bottom: 1px solid #fff;*/
}
.p-professional .sec_support ul.waku_1 li:hover a[target="_blank"] .text::after {
/*
	background: url("../img/professional/icon_dl_link_target_gray_14_invert.svg") no-repeat;
	background-size: contain;
*/
/*	filter: brightness(0) invert(1);*/
}
.p-professional .sec_support ul.waku_1 li:hover .text {
	color: #fff;
}
.p-professional .sec_support ul.simple {
	margin: 0 auto 0;
	width: 764px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-professional .sec_support ul.simple li {
	transition: 0.3s all ease-in-out;
	width: 100%;
	border: 1px solid var(--professional-black);
	margin: 0 auto 32px;
}
.p-professional .sec_support ul.simple li + li {
/*	border-left: 1px solid var(--professional-black);*/
}
.p-professional .sec_support ul.simple li:hover {
	background: #000;
}
.p-professional .sec_support ul.simple li a {
	display: flex;
/*	flex-wrap: wrap;*/
/*	align-content: space-between;*/
	justify-content: center;
	text-decoration: none;
	align-items: center;
	padding: 41px 0;
	background: #fff;
	transition: 0.3s all ease-in-out;
}
.p-professional .sec_support ul.simple li:hover a {
	background: #000;
}
.p-professional .sec_support ul.simple li .pict {
	text-align: center;
	width: 50px;
}
.p-professional .sec_support ul.simple li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-professional .sec_support ul.simple li .text {
	font-size: 18px;
	color: var(--professional-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
/*	width: 120px;*/
/*	border-bottom: 1px solid var(--professional-black);*/
}
.p-professional .sec_support ul.simple li:hover .text {
/*	border-bottom: 1px solid #fff;*/
}
/*.p-professional .sec_support ul.simple li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-professional .sec_support ul.simple li:hover a .text::after {
	background: url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat left bottom;
	background-size: 14px;
}*/
.p-professional .sec_support ul.simple li a[target="_blank"] .text::after {
	content: "";
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
/*
	background: url("../img/professional/icon_dl_link_target_gray_14.svg") no-repeat;
	background-size: contain;
*/
}
.p-professional .sec_support ul.simple li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat left bottom;
	background-size: 14px;
/*
	background: url("../img/professional/icon_dl_link_target_gray_14_invert.svg") no-repeat;
	background-size: contain;
*/
/*	filter: brightness(0) invert(1);*/
}
.p-professional .sec_support ul.simple li:hover .text {
	color: #fff;
}
.p-professional .sec_iteminfo {
	min-width: 1100px;
	margin: 0 auto;
	padding: 100px 0 65px;
	background: #e9e9e9;
	background: url("../img/professional/bg_sec_iteminfo.jpg") no-repeat center top;
	background-size: cover;
	color: #fff;
}
.p-professional .sec_const {
	min-width: 1100px;
	margin: 0 auto;
	padding: 120px 0 150px;
	background: var(--professional-gray);
/*	padding: 100px 0 65px;*/
	background: #e9e9e9;
	background: url("../img/professional/bg_sec_iteminfo.jpg") no-repeat center top;
	background-size: cover;
	color: #fff;
}
.p-professional .sec_const .ttl_txt {
	font-size: 28px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-professional .sec_const ul {
	width: 965px;
	margin: 50px auto 0;
}
.p-professional .sec_const ul li {
	margin: 0 10px;
}
.p-professional .sec_const ul li a {
	display: block;
	transition: 0.3s all ease-in-out;
	position: relative;
	text-decoration: none;
}
.p-professional .sec_const ul li a:hover {
	opacity: 0.75;
}
.p-professional .sec_const ul.slider li a::before {
	content: "";
	position: absolute;
	top: 185px;
	right: 0;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background: url("../img/common/icon_link_round_white_arrow_gray.svg") no-repeat;
	background-size: auto;
	background-size: 20px;
	z-index:1
}
.p-professional .sec_const ul.slider li a[target="_blank"]::before {
	background: url("../img/common/icon_link_rect_white_arrow_gray.svg") no-repeat;
	background-size: 20px;
}
.p-professional .sec_const ul li a img {
	width: 100%;
}
.p-professional .sec_const ul li a span {
	display: block;
	font-size: 12px;
	color: #fff;
}
.p-professional .sec_const .slick-prev,
.p-professional .sec_const .slick-next {
	width: 20px;
	height: 40px;
	transition: 0.4s opacity ease-in-out;
}
.p-professional .sec_const .slick-prev:hover,
.p-professional .sec_const .slick-next:hover {
	opacity: 0.6;
}
.p-professional .sec_const .slick-prev {
	left: -35px;
}
.p-professional .sec_const .slick-next {
	right: -35px;
}
.p-professional .sec_const .slick-prev::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_white_prev.svg");
}
.p-professional .sec_const .slick-next::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_white_next.svg");
}
.p-professional .sec_const .sec_const_link_wrap {
	width: min(100%, 945px);
	margin: 40px auto 0;
}
.p-professional .sec_const .sec_const_txtlink {
	display: flex;
	justify-content: flex-end;
}
.p-professional .sec_const .sec_const_txtlink a {
	color: #fff;
	width: min(100%, 240px);
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-bottom: 10px;
	transition: 0.3s opacity ease-in-out;
	position: relative;
	text-decoration: none;
}
.p-professional .sec_const .sec_const_txtlink a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 13px;
	border-bottom: 1px solid #fff;
	z-index: 2;
}
.p-professional .sec_const .sec_const_txtlink a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 1000px;
	border-bottom: 1px solid #969696;
	z-index: 1;
}
.p-professional .sec_const .sec_const_txtlink a:hover {
	opacity: 0.7;
}
.p-professional .sec_const .sec_const_txtlink a b {
	position: relative;
	padding-right: 20px;
}
.p-professional .sec_const .sec_const_txtlink a b:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0px;
	width: 18px;
	height: 18px;
	background: url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat;
	background-size: 14px;
}
.p-professional .sec_const .sec_const_txtlink a[target="_blank"] b:before {
	background: url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat;
	background-size: 14px;
}
.p-professional .sec_const img {
	max-width: 100%;
}
.p-professional .sec_const ul.underline {
	margin: 24px auto 0;
	width: 968px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-professional .sec_const ul.underline li {
	transition: 0.3s all ease-in-out;
	width: 222px;
	border-bottom: 1px solid #fff;
	margin: 0 10px 24px;
}
.p-professional .sec_const ul.underline li + li {
/*	border-left: 1px solid var(--professional-black);*/
}
.p-professional .sec_const ul.underline li:hover {
/*	background: #000;*/
}
.p-professional .sec_const ul.underline li a {
	display: flex;
/*	flex-wrap: wrap;*/
/*	align-content: space-between;*/
	justify-content: center;
	text-decoration: none;
	align-items: center;
	padding: 24px 0;
/*	background: #fff;*/
	transition: 0.3s all ease-in-out;
}
.p-professional .sec_const ul.underline li:hover a {
/*	background: #000;*/
}
.p-professional .sec_const ul.underline li .pict {
	text-align: center;
	width: 50px;
}
.p-professional .sec_const ul.underline li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-professional .sec_const ul.underline li .text {
	font-size: 14px;
/*	color: var(--professional-black);*/
	color: #fff;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
/*	width: 120px;*/
/*	border-bottom: 1px solid var(--professional-black);*/
}
.p-professional .sec_const ul.underline li:hover .text {
/*	border-bottom: 1px solid #fff;*/
}
.p-professional .sec_const ul.underline li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat left bottom;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-professional .sec_const ul.underline li:hover a .text::after {
	background: url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat left bottom;
	background-size: 14px;
}
.p-professional .sec_const ul.underline li a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat left bottom;
	background-size: 14px;
/*
	background: url("../img/professional/icon_dl_link_target_gray_14.svg") no-repeat;
	background-size: contain;
*/
}
.p-professional .sec_const ul.underline li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat left bottom;
	background-size: 14px;
/*
	background: url("../img/professional/icon_dl_link_target_gray_14_invert.svg") no-repeat;
	background-size: contain;
*/
/*	filter: brightness(0) invert(1);*/
}
.p-professional .sec_const ul.underline li:hover .text {
	color: #fff;
}
/* 施工作品集のアニメーション無効化 */
.p-professional .animation_txt3.js-inview span {
	transform: none;
	transition: none;
}
.p-professional .animation_txt3.js-inview.is-show span {
	animation: none;
	transform: none;
}
.p-professional .animation_txt3.js-inview b {
	opacity: 1;
	transition: none;
}
/* /施工作品集のアニメーション無効化 */
.p-professional .sec_brand_banner ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.p-professional .sec_brand_banner ul li {
	text-align: center;
	background: #fff;
	position: relative;
	flex: 0 0 calc(100% / 1);
}
.p-professional .sec_brand_banner ul li a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.05em;
	width: 100%;
	height: 300px;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.p-professional .sec_brand_banner ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: transform 0.4s ease;
}
.p-professional .sec_brand_banner ul li a:hover img {
	transform: scale(1.1);
}
.p-professional .sec_brand_banner ul li a .banner_card {
/*	padding: 80px 0;*/
	position: static;
	display: inline-block;
	transition: background 0.4s ease;
	width: 100%;
}
.p-professional .sec_brand_banner ul li a .banner_card::before,
.p-professional .sec_brand_banner ul li a .banner_card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.p-professional .sec_brand_banner ul li a .banner_card::before {
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	border: 0;
}
.p-professional .sec_brand_banner ul li a.banner_contest .banner_card::before {
	background: url("../img/common/banner_contest_txt.png") no-repeat center center;
	background-size: auto 300px;
}
.p-professional .sec_brand_banner ul li a .banner_card::after {
	display: block;
	width: 100%;
	height: 300px;
	content: "";
	left: 0;
	bottom: 0;
	border: 0;
	background: url("../img/common/icon_link_round_white_arrow_black.svg") no-repeat center bottom 50px;
	background-size: 36px;
	position: relative;
}
.p-professional .sec_brand_banner ul li a[target="_blank"] .banner_card::after {
	background: url("../img/common/icon_link_rect_white_arrow_black.svg") no-repeat center bottom 50px;
	background-size: 36px;
}
.p-professional .sec_brand_banner ul li a .banner_text {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 22px;
	letter-spacing: 0.2em;
	position: relative;
	display: inline-block;
	line-height: 40px;
}
.p-professional .sec_brand_banner ul li a .banner_text::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.p-professional .sec_brand_banner ul li a:hover .banner_text::after {
	transform: scale(1, 1);
}
.p-professional .sec_pickupcontent {
	min-width: 1100px;
	margin: 0 auto;
	padding: 120px 0 150px;
	background: var(--professional-gray);
}
.p-professional .sec_pickupcontent .ttl_txt {
	font-size: 28px;
	color: var(--professional-black);
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-professional .sec_pickupcontent ul {
	width: 945px;
	margin: 50px auto 0;
}
.p-professional .sec_pickupcontent ul li {
}
.p-professional .sec_pickupcontent ul li a {
	display: block;
	transition: 0.3s all ease-in-out;
	position: relative;
}
.p-professional .sec_pickupcontent ul li a:hover {
	opacity: 0.75;
}
.p-professional .sec_pickupcontent ul li a::before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
/*	background: url("../img/common/icon_link_round_white_arrow_gray.svg") no-repeat;*/
	background-size: auto;
	background-size: 100% 100%;
	z-index:1
}
.p-professional .sec_pickupcontent ul li a[target="_blank"]::before {
	background: url("../img/common/icon_link_rect_white_arrow_gray.svg") no-repeat;
	background-size: 100% 100%;
}
.p-professional .sec_pickupcontent ul li a img {
	width: 100%;
}
.p-professional .sec_pickupcontent .slick-prev,
.p-professional .sec_pickupcontent .slick-next {
	width: 20px;
	height: 40px;
}
.p-professional .sec_pickupcontent .slick-prev {
	left: -35px;
}
.p-professional .sec_pickupcontent .slick-next {
	right: -35px;
}
.p-professional .sec_pickupcontent .slick-prev::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_black_prev.svg");
}
.p-professional .sec_pickupcontent .slick-next::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_black_next.svg");
}
.p-professional .sec_pickupcontent .sec_const_link_wrap {
	width: min(100%, 945px);
	margin: 40px auto 0;
}
.p-professional .sec_pickupcontent .sec_const_txtlink {
	display: flex;
	justify-content: flex-end;
}
.p-professional .sec_pickupcontent .sec_const_txtlink a {
	color: var(--professional-black);
	width: min(100%, 240px);
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-bottom: 10px;
	transition: 0.3s opacity ease-in-out;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.p-professional .sec_pickupcontent .sec_const_txtlink a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 13px;
	border-bottom: 1px solid var(--professional-black);
	z-index: 2;
}
.p-professional .sec_pickupcontent .sec_const_txtlink a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 1000px;
	border-bottom: 1px solid #a9a9a9;
	z-index: 1;
}
.p-professional .sec_pickupcontent .sec_const_txtlink a:hover {
	opacity: 0.7;
}
.p-professional .sec_pickupcontent .sec_const_txtlink a b {
	position: relative;
	padding-right: 20px;
}
.p-professional .sec_pickupcontent .sec_const_txtlink a b:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0px;
	width: 18px;
	height: 18px;
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat;
	background-size: 14px;
}
.p-professional .sec_pickupcontent .sec_const_txtlink a[target="_blank"] b:before {
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat;
	background-size: 14px;
}
.p-professional .sec_pickupcontent img {
	max-width: 100%;
}
/* その他のコンテンツを見るのアニメーション無効化 */
.p-professional .animation_txt3.js-inview span {
	transform: none;
	transition: none;
}
.p-professional .animation_txt3.js-inview.is-show span {
	animation: none;
	transform: none;
}
.p-professional .animation_txt3.js-inview b {
	opacity: 1;
	transition: none;
}
/* /その他のコンテンツを見るのアニメーション無効化 */
.p-professional .sec_news {
	padding: 100px 0;
/*
	background: url(/index/img/bg_news.png) no-repeat center center;
	background-size: cover;
*/
	background: #fff;
}
.p-professional .sec_news .sec_news_ttl {
	font-size: 28px;
	text-align: center;
	color: var(--professional-black);
}
.p-professional .sec_news .inner {
	box-sizing: border-box;
	width: min(100%, 795px);
	margin: 0 auto;
	background: var(--professional-gray);
	padding: 30px 0;
	margin-bottom: 30px;
}
.p-professional .sec_news .inner .news-list {
	padding: 20px 30px 0;
}
.p-professional .sec_news .inner .news-list p {
	font-size: 12px;
	padding: 10px 20px;
	color: var(--professional-black);
/*	border-bottom: 1px solid #fff;*/
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: center;
	letter-spacing: 0.05em;
}
.p-professional .sec_news .inner .news-list p:nth-child(n+4) {
	display: none;
}
.p-professional .sec_news .inner .news-list p .date {
	margin-right: 20px;
}
.p-professional .sec_news .inner .news-list p .newsbnr {
	display: none;
}
.p-professional .sec_news .inner .news-list p:last-of-type {
	border-bottom: 0px;
}
.p-professional .sec_news .inner .news-list a {
	font-size: 14px;
	color: var(--professional-black);
	padding-left: 5px;
	text-decoration: none;
	transition: 0.4s opacity ease-in-out;
}
.p-professional .sec_news .inner .news-list a:hover {
	opacity: 0.6;
}
.p-professional .sec_news .outer {
	box-sizing: border-box;
	width: min(100%, 795px);
	margin: 0 auto;
	padding: 0;
	margin-bottom: 10px;
}
.p-professional .sec_news .sec_news_txtlink {
	font-size: 14px;
	font-weight: 400;
	color: #323232;
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}
.p-professional .sec_news .sec_news_txtlink span {
/*	margin-right: 30px;*/
}
.p-professional .sec_news .sec_news_txtlink a {
	color: var(--professional-black);
	width: min(100%, 195px);
	padding-bottom: 10px;
	transition: 0.3s all ease-in-out;
	position: relative;
	text-decoration: none;
}
.p-professional .sec_news .sec_news_txtlink a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 1000px;
	border-bottom: 1px solid #b7b7b7;
	z-index: 1;
}
.p-professional .sec_news .sec_news_txtlink a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 13px;
	border-bottom: 1px solid var(--professional-black);
	z-index: 2;
}
.p-professional .sec_news .sec_news_txtlink a:hover {
	opacity: 0.7;
}
.p-professional .sec_news .sec_news_txtlink a b {
	position: relative;
	padding-right: 25px;
}
.p-professional .sec_news .sec_news_txtlink a b:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 3px;
	right: 0px;
}
.p-professional .sec_news .sec_news_txtlink a[target="_blank"] b:before {
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat;
	background-size: 100% 100%;
}
.p-professional .sec_news .news_area_btn {
	background: #677780;
	width: min(100%, 400px);
	margin: 0 auto;
	transition: 0.3s all ease-in-out;
}
.p-professional .sec_news .news_area_btn:hover {
	opacity: 0.7;
}
.p-professional .sec_news .news_area_btn a {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding: 40px 20px;
	display: inline-block;
	color: #fff;
}
.p-professional .sec_news .news_area_btn a b {
	position: relative;
	padding: 0 25px 0 35px;
}
.p-professional .sec_news .news_area_btn a b:before {
	content: "";
	width: 27px;
	height: 22px;
	background: url(/index/img/btn_event_icon.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.p-professional .sec_news .news_area_btn a b:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/c_arrow_g.svg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
@media screen and (max-width: 768px) {
	.p-professional .ttl_area.professional_index { /* 個別背景 */
		background: #5a6a73 url("../img/professional/professional_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-professional .sec_iteminfo ul.waku_1 li a .text::after {
		margin-right: calc(-15px - 0.5em);
	}
	.p-professional .sec_support ul.waku_1 li a .text::after {
		margin-right: calc(-15px - 0.5em);
	}
	.p-professional .sec_support ul.simple li a .text::after {
		margin-right: calc(-15px - 0.5em);
	}
	.p-professional .sec_const .sec_const_txtlink {
		justify-content: center;
	}
	.p-professional .sec_const .sec_const_txtlink a {
		width: auto;
		font-size: 16px;
	}
	.p-professional .sec_const .sec_const_txtlink a b::before {
		top: 6px;
		width: 14px;
		height: 14px;
	}
	.p-professional .sec_const .sec_const_txtlink a[target="_blank"] b::before {
		font-size: 16px;
	}
	.p-professional .sec_const .sec_const_txtlink a:after {
		width: 100%;
	}
	.p-professional .sec_const ul.underline li a .text::after {
		margin-right: calc(-15px - 0.5em);
		position: relative;
 		top: 3px;
	}
	.p-professional .sec_pickupcontent .sec_const_txtlink {
		justify-content: center;
	}
	.p-professional .sec_news .inner .news-list {
		display: flex;
		justify-content: left;
		flex-flow: wrap;
		padding: 0 20px;
	}
	.p-professional .sec_news .inner .news-list a {
		font-size: 13px;
		width: 100%;
		padding-left: 0;
		box-sizing: border-box;
		margin-top: -5px;
	}
	.p-professional .sec_news .inner .news-list .date {
		width: 100%;
		padding-bottom: 5px;
	}
	.p-professional .sec_news .sec_news_txtlink {
		justify-content: center;
	}
	.p-professional .sec_news .sec_news_txtlink span {
		margin-right: 0px;
	}
	.p-professional .sec_news .sec_news_txtlink a:after {
		width: 100%;
	}
	.p-professional .sec_news .news_area_btn {
		width: auto;
		display: flex;
		justify-content: center;
	}
	.p-professional .sec_news .news_area_btn a {
		padding: 30px 20px;
	}
	.p-professional .sec_news .news_area_btn a b:after {
		width: 18px;
		height: 18px;
		top: 1px;
	}
	.p-professional .ttl_area,
	.p-professional .ttl_area .ttl,
	.p-professional .sec_datadownload,
	.p-professional .sec_iteminfo,
	.p-professional .sec_mitsumori,
	.p-professional .sec_support,
	.p-professional .sec_const,
	.p-professional .sec_brand_banner,
	.p-professional .sec_pickupcontent,
	.p-professional .sec_news,
	.p-professional .sec_datadownload ul.waku_0,
	.p-professional .sec_datadownload ul.waku_1,
	.p-professional .sec_iteminfo ul.waku_1,
	.p-professional .sec_iteminfo .fx_items,
	.p-professional .sec_mitsumori .fx_items,
	.p-professional .sec_support .box_area,
	.p-professional .sec_support ul.waku_1,
	.p-professional .sec_support ul.simple,
	.p-professional .sec_const ul,
	.p-professional .sec_const ul.underline,
	.p-professional .sec_const .sec_const_link_wrap,
	.p-professional .sec_pickupcontent ul,
	.p-professional .sec_pickupcontent .sec_const_link_wrap,
	.p-professional .sec_news .inner,
	.p-professional .sec_news .outer {
		width: auto;
		max-width: 100%;
		min-width: 0;
	}
	.p-professional .ttl_area.professional_index {
		/*background-size: auto 290px;*/
	}
	.p-professional .ttl_area .ttl {
		height: 250px;
	}
	.p-professional .sec_datadownload {
		padding: 50px 0;
	}
	.p-professional .ttl_area .ttl .ttl_txt {
		padding: 135px 0 0;
		font-size: var(--global-fs_l_sp);
	}
	.p-professional .sec_datadownload .ttl_txt {
		font-size: var(--global-fs_m_sp);
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-professional .sec_datadownload ul.waku_0 {
		flex-wrap: wrap;
		margin: 40px auto 0;
	}
	.p-professional .sec_datadownload ul.waku_1 li {
		width: 90%;
	}
	.p-professional .sec_datadownload ul.waku_1 li a .text::after {
		margin-right: calc(-15px - 0.5em);
	}
	.p-professional .sec_iteminfo {
		padding: 70px 0 65px;
		background: url("../img/professional/bg_sec_iteminfo.jpg") repeat center top;
		background-size: auto 1370px;
	}
	.p-professional .sec_datadownload ul.waku_1 li .pict {
		margin-left: -28px;
	}
	.p-professional .sec_iteminfo .ttl_txt {
		font-size: var(--global-fs_m_sp);
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-professional .sec_iteminfo ul.waku_1 {
		margin: 40px auto 0;
	}
	.p-professional .sec_iteminfo ul.waku_1 li {
		width: 90%;
	}
	.p-professional .sec_iteminfo ul.waku_1 li .pict {
		margin-left: -30px;
	}
	.p-professional .sec_iteminfo .fx_items {
		justify-content: space-around;
		padding: 0 3%;
		width: 330px;
		justify-content: space-between;
	}
	.p-professional .sec_iteminfo .fx_items .item {
		margin: 6px;
		width: 150px;
		margin: 6px 0;
		width: 158px;
	}
	.p-professional .sec_iteminfo .fx_items .item a::before {
		width: 158px;
	}
	.p-professional .sec_mitsumori {
		padding: 60px 0;
	}
	.p-professional .sec_mitsumori .ttl_txt {
		font-size: var(--global-fs_m_sp);
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-professional .sec_mitsumori .fx_items {
		width: 90%;
		margin: 40px auto 0;
		padding: 28px 0;
	}
	.p-professional .sec_mitsumori .fx_items .item {
		width: 100%;
		margin: 12px 40px;
	}
	.p-professional .sec_mitsumori .fx_items .item .text {
		font-size: 10px;
		font-size: 14px;
		width: 100px;
	}
	.p-professional .sec_mitsumori .fx_items .item .text span {
		font-size: 9px;
		font-size: 11px;
	}
	.p-professional .sec_support {
		padding: 60px 0;
	}
	.p-professional .sec_support .ttl_txt {
		font-size: var(--global-fs_m_sp);
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-professional .sec_support .box_area {
		width: 90%;
		margin: 40px auto 0;
		padding: 30px 0 30px;
	}
	.p-professional .sec_support .ttl_sub_txt {
		font-size: var(--global-fs_s_sp);
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-professional .sec_support ul.waku_1 {
		margin: 20px auto 0;
/*		width: calc(100% - 40px);*/
	}
	.p-professional .sec_support ul.waku_1 li {
		width: 100%;
		margin: 0 20px;
	}
	.p-professional .sec_support ul.waku_1 li + li {
		border-top: none;
	}
	.p-professional .sec_support ul.waku_1 li .pict {
		width: 65px;
		width: 55px;
		margin: 8px 0 8px 8px;
	}
	.p-professional .sec_support ul.waku_1 li .text {
		font-size: 11px;
		font-size: 14px;
		width: calc(100% - 130px);
		width: calc(100% - 110px);
	}
	.p-professional .sec_support ul.simple li {
		margin: 0 20px;
		border-top: 0;
	}
	.p-professional .sec_support ul.simple li a {
		padding: 17px 0;
		padding: 27px 0;
	}
	.p-professional .sec_support ul.simple li .text {
		font-size: 11px;
		font-size: 14px;
	}
	.p-professional .sec_support ul.simple li a .text::after {
		top: 3px;
		position: relative;
	}
	.p-professional .sec_const {
		padding: 60px 0;
	}
	.p-professional .sec_const .ttl_txt {
		font-size: var(--global-fs_m_sp);
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-professional .sec_const ul {
		width: 240px;
	}
	.p-professional .sec_const ul.underline li {
		width: 40%;
	}
	.p-professional .sec_const ul.underline li .text {
		margin-left: -5px;
		font-size: 11px;
	}
	.p-professional .sec_const .sec_const_txtlink a::before {
		border-bottom: 1px solid #fff;
	}
	.p-professional .sec_const .sec_const_txtlink a::after {
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.p-professional .sec_brand_banner ul li a,
	.p-professional .sec_brand_banner ul li a .banner_card::before,
	.p-professional .sec_brand_banner ul li a.banner_contest .banner_card::before,
	.p-professional .sec_brand_banner ul li a .banner_card::after {
		height: 220px;
	}
	.p-professional .sec_brand_banner ul li a.banner_contest .banner_card::before {
		background-size: auto 220px;
	}
	.p-professional .sec_brand_banner ul li a .banner_card::after {
		background-position: center bottom 35px;
		background-size: 18px;
	}
	.p-professional .sec_pickupcontent {
		padding: 60px 0;
	}
	.p-professional .sec_pickupcontent .ttl_txt {
		font-size: var(--global-fs_m_sp);
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-professional .sec_pickupcontent ul {
		margin: 40px auto 0;
	}
	.p-professional .sec_pickupcontent ul li a::before {
		width: 10px;
		height: 10px;
		background-size: 100% 100%;
		bottom: 10px;
	}
	.p-professional .sec_const ul li a span {
		font-size: 12px;
	}
	.p-professional .sec_pickupcontent .sec_const_txtlink a {
		width: auto;
		color: #323232;
		font-size: 16px;
	}
	.p-professional .sec_pickupcontent .sec_const_txtlink a::before {
		border-bottom: 1px solid #323232;
	}
	.p-professional .sec_pickupcontent .sec_const_txtlink a:after {
		border-bottom: 1px solid #9f9f9f;
		width: 100%;
	}
	.p-professional .sec_pickupcontent .sec_const_txtlink a b::before {
		background: url("../img/common/icon_link_round_black_arrow_white.svg") no-repeat;
		background-size: 14px;
		top: 1px;
	}
	.p-professional .sec_pickupcontent .sec_const_txtlink a[target="_blank"] b::before {
		background: url("../img/common/icon_link_rect_black_arrow_white.svg") no-repeat;
		background-size: 14px;
	}
	.p-professional .sec_news {
		padding: 80px 20px 0;
	}
	.p-professional .sec_news .inner {
		padding: 60px 0 50px;
		margin-bottom: 0;
	}
	.p-professional .sec_news .inner .news-list p {
		width: 100%;
		padding: 30px 5px;
		border-bottom: 1px solid var(--professional-black);
	}
	.p-professional .sec_news .outer {
		background: var(--professional-gray);
		padding: 0 0 50px;
		margin-bottom: 0;
	}
	.p-professional .sec_news .sec_news_ttl {
		font-size: var(--global-fs_m_sp);
	}
	.p-professional .sec_news .sec_news_txtlink {
		margin-top: 0;
	}
	.p-professional .sec_news .sec_news_txtlink a {
		width: auto;
		color: #323232;
		font-size: 16px;
	}
	.p-professional .sec_news .sec_news_txtlink a::after {
		border-bottom: 1px solid #9f9f9f;
	}
	.p-professional .sec_news .sec_news_txtlink a b:before {
		background: url("../img/common/icon_link_round_black_arrow_white.svg") no-repeat;
		background-size: 14px;
		width: 14px;
		height: 14px;
		top: 6px;
	}
	.p-professional .sec_news .sec_news_txtlink a[target="_blank"] b:before {
		background: url("../img/common/icon_link_rect_black_arrow_white.svg") no-repeat;
		background-size: 18px;
	}
	.p-professional .sec_pickupcontent .sec_const_txtlink a b:before {
		top: 6px;
		width: 14px;
		height: 14px;
	}
}
@media screen and (max-width: 375px) {
	.p-professional .sec_brand_banner ul li a.banner_contest .banner_card::before {
		background-size: contain;
	}
}
/*----------------------------------------
	施工事例 /works/.../
-----------------------------------------*/
.p-works_detail {
	color: #000;
}
.p-works_detail .ttl_area.works_detail { /* 個別背景 */
	background: #5a6a73 url("../img/works/works_ttl_pc.jpg") no-repeat center top;
	background-size: auto 290px;
}
.p-works_detail .sec_read {
	width: 945px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.p-works_detail .sec_read .kv_area {
	width: 560px;
}
.p-works_detail .sec_read .kv_area .picture {
}
.p-works_detail .sec_read .kv_area .caption {
	font-size: 12px;
}
.p-works_detail .sec_read .spec_area {
	width: 354px;
}
.p-works_detail .sec_read .spec_area .award {
	margin: 0 auto;
	padding: 18px 0;
	font-size: 14px;
	color: #ff0100;
	border: 1px solid #ff0100;
	text-align: center;
	letter-spacing: 0;
}
.p-works_detail .sec_read .spec_area .ttl_txt {
	font-size: 16px;
	text-align: center;
	padding: 35px 0 25px;
	border-bottom: 1px solid #000;
}
.p-works_detail .sec_read .spec_area .ttl_txt .location {
	display: block;
	font-size: 14px;
}
.p-works_detail .sec_read .spec_area .info_text {
	padding: 23px 0;
	font-size: 14px;
	line-height: 1.7;
}
.p-works_detail .sec_read .spec_area .reccomend {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.p-works_detail .sec_read .spec_area .reccomend .sub_ttl {
	width: 110px;
	font-size: 14px;
	color: #677780;
	border: 1px solid #677780;
	text-align: center;
	display: flex;
	align-items: center;
}
.p-works_detail .sec_read .spec_area .reccomend .sub_ttl span {
	margin: 0 auto;
}
.p-works_detail .sec_read .spec_area .reccomend ul {
	width: 230px;
}
.p-works_detail .sec_read .spec_area .reccomend ul li {
	font-size: 12px;
	padding-left: 0.5em;
	color: #677780;
}
.p-works_detail .sec_read .spec_area .reccomend ul li::before {
	content: "・";
	color: #677780;
	margin-left: -0.5em;
	width: 0.5em;
	display: inline-block;
}
.p-works_detail .sec_read .spec_area .reccomend ul li + li {
	margin-top: 6px;
}
.p-works_detail .sec_read .spec_area .reccomend ul li a {
	position: relative;
/*	padding-right: 1.5em;*/
	color: #677780;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}
.p-works_detail .sec_read .spec_area .reccomend ul li a:hover {
	opacity: 0.7;
}
.p-works_detail .sec_read .spec_area .reccomend ul li a::after {
	display: inline-block;
	content: "";
	position: relative;
	top: 3px;
	left: 0.5em;
	width: 14px;
	height: 14px;
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat;
	background-size: 14px;
}
.p-works_detail .sec_read .spec_area .reccomend ul li a[target="_blank"]::after,
.p-works_detail .sec_read .spec_area .reccomend ul li a.icon_blank::after {
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat;
	background-size: 14px;
}
.p-works_detail .sec_iteminfo {
	min-width: 1100px;
	margin: 0 auto 80px;
}
.p-works_detail .sec_iteminfo ul {
	display: flex;
	flex-wrap: wrap;
	width: 990px;
	margin: 40px auto 0;
}
.p-works_detail .sec_iteminfo ul li {
	width: 450px;
	margin: 22px;
}
.sec_foot_links {
	min-width: 1100px;
	margin: 0 auto;
}
.sec_foot_links ul.simple_2 li {
}
.sec_foot_links ul.simple_2 {
	margin: 0 auto 100px;
	width: 540px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sec_foot_links ul.simple_2 li {
	width: 250px;
	background: #e5e5e5;
	font-size: 14px;
	transition: 0.3s all ease-in-out;
	width: calc(100% / 2 - 40px);
	margin: 10px;
}
.sec_foot_links ul.simple_2 li + li {
}
.sec_foot_links ul.simple_2 li:hover {
	background: #000;
}
.sec_foot_links ul.simple_2 li a {
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
	padding: 17px 0;
	background: #e5e5e5;
	transition: 0.3s all ease-in-out;
}
.sec_foot_links ul.simple_2 li:hover a {
	background: #000;
}
.sec_foot_links ul.simple_2 li .pict {
	text-align: center;
	width: 50px;
}
.sec_foot_links ul.simple_2 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.sec_foot_links ul.simple_2 li .text {
	font-size: 14px;
	color: #555;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
}
.sec_foot_links ul.simple_2 li:hover .text {
	color: #fff;
}
.sec_foot_links ul.simple_2 li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_gray_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-left: 0.5em;
	position: relative;
	top: 2px;
}
.sec_foot_links ul.simple_2 li a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_gray_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
}
@media screen and (max-width: 768px) {
	.p-works_detail .ttl_area.works_detail { /* 個別背景 */
		background: #5a6a73 url("../img/works/works_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-works_detail .sec_read,
	.p-works_detail .sec_read .kv_area,
	.p-works_detail .sec_iteminfo ul,
	.sec_foot_links ul.simple_2 {
		width: auto;
	}
	.p-works_detail .sec_iteminfo,
	.sec_foot_links {
		min-width: 0;
	}
	.p-works_detail .sec_read,
	.sec_foot_links ul.simple_2 {
		flex-wrap: wrap;
	}
	.p-works_detail .sec_read .kv_area .caption {
		padding: 5px 20px;
	}
	.p-works_detail .sec_read .spec_area {
		width: 90%;
		margin: 20px auto 0;
	}
	.p-works_detail .sec_read .spec_area .reccomend {
		justify-content: flex-start;
		margin-top: 0;
	}
	.p-works_detail .sec_read .spec_area .reccomend ul {
		width: auto;
		margin-left: 10px;
	}
	.p-works_detail .sec_iteminfo {
		margin: 40px auto 20px;
	}
	.p-works_detail .sec_iteminfo ul {
		max-width: 450px;
		margin: 0 auto;
	}
	.sec_foot_links {
		width: 90%;
		margin: 0 auto;
	}
	.sec_foot_links ul.simple_2 {
		max-width: 250px;
		margin: 0 auto;
	}
	.sec_foot_links ul.simple_2 li {
		width: 100%;
		margin: 5px auto;
	}
}
/*----------------------------------------
	商品を探す /products/
-----------------------------------------*/
.p-products {
	color: var(--professional-black);
}
.p-products b {
	font-weight: 400;
}
.p-products .ttl_area {
	min-width: 1100px;
	color: #fff;
	background-size: auto 290px;
}
.p-products .ttl_area.products_index { /* 個別背景 */
	background: #5a6a73 url("../img/products/products_index/products_ttl_pc.jpg") no-repeat center top;
	background-size: auto 290px;
}
.p-products .ttl_area .ttl {
	margin: 0 auto;
	width: 1100px;
	height: 290px;
}
.p-products .ttl_area .ttl .ttl_txt {
	text-align: center;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
@media screen and (min-width:769px) {
	.p-products .ttl_area .ttl .ttl_txt {
		padding: 160px 0 0;
		font-size: 36px;
	}
}
.p-products .ttl_area .ttl .ttl_txt span {
	display: block;
}
.p-products .sec_excursion .item_area_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 946px;
	margin: 0 auto;
	justify-content: space-between;
}
.p-products .sec_excursion .item_area_wrap .item_area_list {
	margin-bottom: 75px;
	position: relative;
	transition: 0.5s all ease-in-out;
}
.p-products .sec_excursion .item_area_wrap .item_area_list:hover {
	opacity: 0.7;
}
.p-products .sec_excursion .item_area_wrap .item_area_list a {
	display: inline-block;
	position: relative;
}
.p-products .sec_excursion .item_area_wrap .item_area_list a::before {
	content: "";
	width: 20px;
	height: 20px;
/*	background: url(../img/common/icon_link_round_white_arrow_touka.svg) no-repeat;*/
	background-size: 100% 100%;
	position: absolute;
	bottom: 24px;
	right: 24px;
}
.p-products .sec_excursion .item_area_wrap .item_area_list a[target="_blank"]::before {
	background: url(../img/common/icon_link_rect_white_arrow_touka.svg) no-repeat;
	background-size: 100% 100%;
}
.p-products .sec_excursion .item_area_wrap .item_area_list .item_area_list_txtbox {
	text-align: right;
	position: absolute;
	bottom: 120px;
	right: 24px;
}
.p-products .sec_excursion .item_area_wrap .item_area_list .item_area_list_txtbox .item_area_list_txtbox_jp {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.1em;
}
.p-products .sec_excursion .item_area_wrap .item_area_list a img {
	max-height: 270px;
}
@media screen and (max-width: 768px) {
	.p-products .sec_excursion .item_area_wrap {
		padding: 0 20px;
		max-width: 330px;
		margin: 0 auto;
	}
	.p-products .sec_excursion .item_area_wrap .item_area_list {
		margin-bottom: 20px;
	}
	.p-products .sec_excursion .item_area_wrap .item_area_list a::before {
		width: 15px;
		height: 15px;
		bottom: 16px;
		right: 16px;
	}
	.p-products .sec_excursion .item_area_wrap .item_area_list .item_area_list_txtbox {
		text-align: right;
		position: absolute;
		bottom: 86px;
		right: 16px;
	}
	.p-products .sec_excursion .item_area_wrap .item_area_list .item_area_list_txtbox .item_area_list_txtbox_jp {
		font-size: 12px;
		color: #fff;
		letter-spacing: 0.1em;
	}
	.p-products .sec_excursion .item_area_wrap .item_area_list a img {
		max-height: 198px;
	}
}
/* 画像バージョン */
.p-products .sec_excursion {
	min-width: 1100px;
	margin: 0 auto;
/*	padding-top: 110px;*/
}
.p-products .sec_excursion .fx_items {
	display: flex;
	flex-wrap: wrap;
	width: 946px;
	margin: 0 auto;
	justify-content: space-between;
}
.p-products .sec_excursion .fx_items .item {
	width: 450px;
	margin-bottom: 75px;
	transition: 0.3s all ease-in-out;
}
.p-products .sec_excursion .fx_items .item:hover {
	opacity: 0.7;
}
/* // 画像バージョン */
.p-products ul.simple {
	margin: 40px auto 0;
	width: 860px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-products ul.simple li {
	transition: 0.3s all ease-in-out;
	width: 790px;
	background: #596a74;
	margin: 0 auto 24px;
}
.p-products ul.simple li + li {
}
.p-products ul.simple li:hover {
	background: #000;
}
.p-products ul.simple li a {
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
	padding: 15px 0;
}
.p-products ul.simple li .pict {
	text-align: center;
	width: 50px;
}
.p-products ul.simple li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-products ul.simple li .text {
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
}
.p-products ul.simple li:hover .text {
}
.p-products ul.simple li a .text::after {
	content: "";
/*	background: url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat left bottom;*/
	background-size: 14px;
/*	width: 15px;
	height: 15px;*/
	display: inline-block;
	margin-left: 0.5em;
}
.p-products ul.simple li:hover a .text::after {
/*	background: url("../img/common/icon_link_round_white_arrow_touka.svg") no-repeat left bottom;*/
	background-size: 14px;
}
.p-products ul.simple li a[target="_blank"] .text::after {
	width: 15px;
	height: 15px;
	background: url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat left bottom;
	background-size: 14px;
}
.p-products ul.simple li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_touka.svg") no-repeat left bottom;
	background-size: 14px;
}
.p-products ul.simple li:hover .text {
	color: #fff;
}
.p-products .sec_datadownload {
	min-width: 1100px;
	margin: 80px auto 0;
	padding: 100px 0;
	background: var(--professional-gray);
}
.p-products .sec_datadownload .ttl_txt {
	font-size: 28px;
	color: var(--professional-black);
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-products .sec_datadownload ul.waku_0 {
	margin: 70px auto 0;
	width: 946px;
	display: flex;
	justify-content: space-between;
}
.p-products .sec_datadownload ul.waku_0 li {
	transition: 0.3s all ease-in-out;
	width: 100%;
}
.p-products .sec_datadownload ul.waku_0 li + li {
	border-left: 1px solid var(--professional-black);
}
.p-products .sec_datadownload ul.waku_0 li:hover {
	background: #000;
}
.p-products .sec_datadownload ul.waku_0 li a {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	text-decoration: none;
}
.p-products .sec_datadownload ul.waku_0 li .pict {
	text-align: center;
	width: 100%;
}
.p-products .sec_datadownload ul.waku_0 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-products .sec_datadownload ul.waku_0 li .text {
	font-size: 15px;
	color: var(--professional-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0 auto 20px;
	border-bottom: 1px solid var(--professional-black);
	padding-bottom: 10px;
}
.p-products .sec_datadownload ul.waku_0 li:hover .text {
	border-bottom: 1px solid #fff;
}
.p-products .sec_datadownload ul.waku_0 li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat left top;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-products .sec_datadownload ul.waku_0 li:hover a .text::after {
	background: url("../img/common/icon_link_round_white_arrow_touka.svg") no-repeat left top;
	background-size: 14px;
}
.p-products .sec_datadownload ul.waku_0 li a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat left top;
	background-size: 14px;
}
.p-products .sec_datadownload ul.waku_0 li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_touka.svg") no-repeat left top;
	background-size: 14px;
}
.p-products .sec_datadownload ul.waku_0 li:hover .text {
	color: #fff;
}
.p-products .sec_datadownload ul.waku_1 {
	margin: 40px auto 0;
	width: 860px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-products .sec_datadownload ul.waku_1 li {
	transition: 0.3s all ease-in-out;
	width: 406px;
	border: 1px solid var(--professional-black);
	margin: 0 auto 24px;
}
.p-products .sec_datadownload ul.waku_1 li + li {
}
.p-products .sec_datadownload ul.waku_1 li:hover {
	background: #000;
}
.p-products .sec_datadownload ul.waku_1 li a {
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
	padding: 15px 0;
}
.p-products .sec_datadownload ul.waku_1 li .pict {
	text-align: center;
	width: 50px;
}
.p-products .sec_datadownload ul.waku_1 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-products .sec_datadownload ul.waku_1 li .text {
	font-size: 15px;
	color: var(--professional-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
}
.p-products .sec_datadownload ul.waku_1 li:hover .text {
}
.p-products .sec_datadownload ul.waku_1 li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-products .sec_datadownload ul.waku_1 li:hover a .text::after {
	background: url("../img/common/icon_link_round_white_arrow_touka.svg") no-repeat left bottom;
	background-size: 14px;
}
.p-products .sec_datadownload ul.waku_1 li a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
}
.p-products .sec_datadownload ul.waku_1 li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_touka.svg") no-repeat left bottom;
	background-size: 14px;
}
.p-products .sec_datadownload ul.waku_1 li:hover .text {
	color: #fff;
}
.p-products .sec_datadownload ul.simple li a {
	padding: 32px 0;
}
.p-products .sec_pickupcontent {
	min-width: 1100px;
	margin: 0 auto;
	padding: 120px 0 150px;
	background: #fff;
}
.p-products .sec_pickupcontent .ttl_txt {
	font-size: 28px;
	color: var(--professional-black);
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-products .sec_pickupcontent ul {
	width: 945px;
	margin: 50px auto 0;
}
.p-products .sec_pickupcontent ul li {
}
.p-products .sec_pickupcontent ul li a {
	display: block;
	transition: 0.3s all ease-in-out;
	position: relative;
}
.p-products .sec_pickupcontent ul li a:hover {
	opacity: 0.75;
}
/*.p-products .sec_pickupcontent ul li a::before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	background: url("../img/common/icon_link_round_white_arrow_gray.svg") no-repeat;
	background-size: auto;
	background-size: 100% 100%;
	z-index:1
}
.p-products .sec_pickupcontent ul li a[target="_blank"]::before {
	background: url("../img/common/icon_link_rect_white_arrow_gray.svg") no-repeat;
	background-size: 100% 100%;
}*/
.p-products .sec_pickupcontent ul li a img {
	width: 100%;
}
.p-products .sec_pickupcontent .slick-prev,
.p-products .sec_pickupcontent .slick-next {
	width: 20px;
	height: 40px;
}
.p-products .sec_pickupcontent .slick-prev {
	left: -35px;
}
.p-products .sec_pickupcontent .slick-next {
	right: -35px;
}
.p-products .sec_pickupcontent .slick-prev::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_black_prev.svg");
}
.p-products .sec_pickupcontent .slick-next::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_black_next.svg");
}
.p-products .sec_pickupcontent .sec_const_link_wrap {
	width: min(100%, 945px);
	margin: 40px auto 1px;
}
.p-products .sec_pickupcontent .sec_const_txtlink {
	display: flex;
	justify-content: flex-end;
}
.p-products .sec_pickupcontent .sec_const_txtlink a {
	color: #323232;
	width: min(100%, 240px);
	font-size: 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	padding-bottom: 10px;
	transition: 0.3s opacity ease-in-out;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.p-products .sec_pickupcontent .sec_const_txtlink a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 13px;
	border-bottom: 1px solid #323232;
	z-index: 2;
}
.p-products .sec_pickupcontent .sec_const_txtlink a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 1000px;
	border-bottom: 1px solid #aaa;
	z-index: 1;
}
.p-products .sec_pickupcontent .sec_const_txtlink a:hover {
	opacity: 0.7;
}
.p-products .sec_pickupcontent .sec_const_txtlink a b {
	position: relative;
	padding-right: 20px;
	
}
.p-products .sec_pickupcontent .sec_const_txtlink a b:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0px;
	width: 18px;
	height: 18px;
	background: url("../img/common/icon_link_round_black_arrow_white.svg") no-repeat;
	background-size: 14px;
}
.p-products .sec_pickupcontent .sec_const_txtlink a[target="_blank"] b:before {
	background: url("../img/common/icon_link_rect_black_arrow_white.svg") no-repeat;
	background-size: 14px;
}
.p-products .sec_pickupcontent img {
	max-width: 100%;
}
/* その他のコンテンツを見るのアニメーション無効化 */
.p-products .animation_txt3.js-inview span {
	transform: none;
	transition: none;
}
.p-products .animation_txt3.js-inview.is-show span {
	animation: none;
	transform: none;
}
.p-products .animation_txt3.js-inview b {
	opacity: 1;
	transition: none;
}
/* /その他のコンテンツを見るのアニメーション無効化 */
@media screen and (max-width: 768px) {
	.p-products .sec_pickupcontent .sec_const_txtlink {
		justify-content: center;
	}
	.p-products .ttl_area,
	.p-products .sec_excursion,
	.p-products .ttl_area .ttl,
	.p-products .sec_datadownload ul.waku_0,
	.p-products .sec_pickupcontent ul,
	.p-products ul.simple li {
		width: 100%;
	}
	.p-products .ttl_area,
	.p-products .sec_excursion,
	.p-products .sec_datadownload,
	.p-products .sec_pickupcontent {
		min-width: 0;
	}
	.p-products .ttl_area.products_index { /* 個別背景 */
		background: #5a6a73 url("../img/products/products_index/products_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-products .ttl_area .ttl {
		height: 250px;
	}
	.p-products .sec_excursion .fx_items {
		width: 90%;
	}
	.p-products .sec_excursion .fx_items {
		justify-content: center;
	}
	.p-products .sec_excursion .fx_items .item {
		margin-bottom: 20px;
	}
	.p-products ul.simple {
		width: auto;
		max-width: 280px;
		margin-top: 20px;
	}
	.p-products .sec_datadownload .ttl_txt {
		font-size: 24px;
	}
	.p-products .sec_datadownload {
		margin: 60px auto 0;
		padding: 60px 0;
	}
	.p-products .sec_datadownload ul.waku_0 {
		margin: 40px auto 0;
		flex-wrap: wrap;
	}
	.p-products .sec_datadownload ul.waku_0 li + li {
		border: none;
	}
	.p-products .sec_pickupcontent {
	
	}
	.p-products .sec_pickupcontent ul li a::before {
		width: 10px;
		height: 10px;
		bottom: 10px;
	}
	.p-products .sec_pickupcontent {
		padding: 60px 0 0;
	}
	.p-products .sec_pickupcontent ul {
		margin: 20px auto 0;
	}
	.p-products .sec_pickupcontent .sec_const_txtlink a {
		font-size: 16px;
	}
	.p-products .sec_pickupcontent .sec_const_txtlink a b::before {
		top: 6px;
		width: 14px;
		height: 14px;
	}
}
/*----------------------------------------
	サポート /support/
-----------------------------------------*/
.p-support .sec_support {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 100px;
	background: #fff;
}
.p-support .ttl_area.support_index { /* 個別背景 */
	background: #5a6a73 url("../img/support/support_ttl_pc.jpg") no-repeat center top;
	background-size: auto 290px;
}
.p-support .sec_support .box_area {
	width: 945px;
	margin: 0 auto;
	padding: 60px 0 10px;
	background: var(--common-gray);
}
.p-support .sec_support .box_area + .box_area {
	margin-top: 36px;
}
.p-support .sec_support .ttl_txt {
	font-size: 28px;
	color: var(--common-black);
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-support .sec_support .ttl_sub_txt {
	font-size: 20px;
	color: var(--professional-black);
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-support .sec_support .box_datadownload {
width: 714px;
margin: 40px auto 40px;
padding: 25px 25px 0;
background:#fff;
}
.p-support .sec_support .box_datadownload ul.waku_0 {
	margin: 70px auto 0;
	margin: 25px auto;
	width: 946px;
	width: 764px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.p-support .sec_support .box_datadownload ul.waku_0 li {
	transition: 0.3s all ease-in-out;
	width: 100%;
}
.p-support .sec_support .box_datadownload ul.waku_0 li + li {
	border-left: 1px solid var(--professional-black);
}
.p-support .sec_support .box_datadownload ul.waku_0 li:hover {
	background: #000;
}
.p-support .sec_support .box_datadownload ul.waku_0 li a {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	text-decoration: none;
}
.p-support .sec_support .box_datadownload ul.waku_0 li .pict {
	text-align: center;
	width: 100%;
}
.p-support .sec_support .box_datadownload ul.waku_0 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-support .sec_support .box_datadownload ul.waku_0 li .text {
	font-size: 15px;
	color: var(--professional-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0 auto 20px;
/*	width: 120px;*/
	border-bottom: 1px solid var(--professional-black);
	padding-bottom: 10px;
}
.p-support .sec_support .box_datadownload ul.waku_0 li:hover .text {
	border-bottom: 1px solid #fff;
}
.p-support .sec_support .box_datadownload ul.waku_0 li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat left top;
	background-size: 14px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 0.5em;
}
.p-support .sec_support .box_datadownload ul.waku_0 li:hover a .text::after {
	background: url("../img/common/icon_link_round_white_arrow_touka.svg") no-repeat left top;
	background-size: 14px;
}
.p-support .sec_support .box_datadownload ul.waku_0 li a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat left top;
	background-size: 14px;
}
.p-support .sec_support .box_datadownload ul.waku_0 li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_touka.svg") no-repeat left top;
	background-size: 14px;
/*	filter: brightness(0) invert(1);*/
}
.p-support .sec_support .box_datadownload ul.waku_0 li:hover .text {
	color: #fff;
}
.p-support .sec_support .box_datadownload ul.waku_1 {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-support .sec_support .box_datadownload ul.waku_1 li {
	transition: 0.3s all ease-in-out;
	width: 345px;
	border: 1px solid var(--professional-black);
	margin: 0 0 25px;
}
.p-support .sec_support ul.waku_1 {
	margin: 40px auto 40px;
	width: 764px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-support .sec_support ul.waku_1 li {
	transition: 0.3s all ease-in-out;
	width: 365px;
	border: 1px solid var(--professional-black);
	margin: 0 0 32px;
}
.p-support .sec_support ul.waku_1 li + li {
}
.p-support .sec_support ul.waku_1 li:hover {
	background: #000;
}
.p-support .sec_support ul.waku_1 li a {
	display: flex;
	text-decoration: none;
	align-items: center;
	padding: 0;
	background: #fff;
/*	background: #fff url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat right 25px center;*/
	background-size: 18px;
	transition: 0.3s all ease-in-out;
}
.p-support .sec_support ul.waku_1 li:hover a {
	background: #000;
/*	background: #000 url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat right 25px center;*/
	background-size: 18px;
}
.p-support .sec_support ul.waku_1 li a[target="_blank"] {
	background: #fff url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat right 25px center;
	background-size: 18px;
}
.p-support .sec_support ul.waku_1 li:hover a[target="_blank"] {
	background: #000 url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat right 25px center;
	background-size: 18px;
}
.p-support .sec_support ul.waku_1 li .pict {
	text-align: center;
	width: 100px;
}
.p-support .sec_support ul.waku_1 li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-support .sec_support ul.waku_1 li .text {
	font-size: 18px;
	color: var(--professional-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
	width: calc(100% - 165px);
}
.p-support .sec_support ul.waku_1 li:hover .text {
}
.p-support .sec_support ul.waku_1 li:hover a[target="_blank"] .text::after {
}
.p-support .sec_support ul.waku_1 li:hover .text {
	color: #fff;
}
.p-support .sec_support ul.simple {
	margin: 40px auto 40px;
	width: 764px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-support .sec_support ul.simple li {
	transition: 0.3s all ease-in-out;
	width: 100%;
	border: 1px solid var(--professional-black);
	margin: 0 auto 32px;
}
.p-support .sec_support ul.simple li + li {
}
.p-support .sec_support ul.simple li:hover {
	background: #000;
}
.p-support .sec_support ul.simple li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-decoration: none;
	align-items: center;
	padding: 40px 0;
	background: #fff;
	transition: 0.3s all ease-in-out;
}
.p-support .sec_support ul.simple li.qa a {
	padding: 0;
}
.p-support .sec_support ul.simple li.catalog a {
	padding: 0;
}
.p-support .sec_support ul.simple li:hover a {
	background: #000;
}
.p-support .sec_support ul.simple li .pict {
	text-align: center;
	width: 100px;
}
.p-support .sec_support ul.simple li:hover .pict img {
	filter: brightness(0) invert(1);
}
.p-support .sec_support ul.simple li .text {
	font-size: 18px;
	color: var(--professional-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
}
.p-support .sec_support ul.simple li .info {
	width: 100%;
	font-size: 14px;
	color: var(--common-black);
	text-align: center;
	line-height: 1;
	display: inline-block;
	margin: 0;
}
.p-support .sec_support ul.simple li:hover .text {
}
/*.p-support .sec_support ul.simple li a .text::after {
	content: "";
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat left bottom;
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: 0.5em;
	top: 2px;
	position: relative;
}
.p-support .sec_support ul.simple li:hover a .text::after {
	background: url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat left bottom;
	background-size: 18px;
}*/
.p-support .sec_support ul.simple li a[target="_blank"] .text::after {
	content: "";
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat left bottom;
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: 0.5em;
	top: 2px;
	position: relative;
}
.p-support .sec_support ul.simple li:hover a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat left bottom;
	background-size: 18px;
}
.p-support .sec_support ul.simple li:hover .text,
.p-support .sec_support ul.simple li:hover .info {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-support .ttl_area.support_index { /* 個別背景 */
		background: #5a6a73 url("../img/support/support_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-support .sec_support ul.simple {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.p-support .sec_support ul.simple li {
		transition: 0.3s all ease-in-out;
		width: 365px;
		border: 1px solid var(--professional-black);
		margin: 0 auto 32px;
	}
	.p-support .sec_support ul.simple li + li {
	}
	.p-support .sec_support ul.simple li:hover {
		background: #000;
	}
	.p-support .sec_support ul.simple li a {
		display: flex;
		text-decoration: none;
		align-items: center;
		padding: 0;
		background: #fff;
/*		background: #fff url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat right 25px center;*/
		background-size: 18px;
		transition: 0.3s all ease-in-out;
	}
	.p-support .sec_support ul.simple li:hover a {
		background: #000;
/*		background: #000 url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat right 25px center;*/
		background-size: 18px;
	}
	.p-support .sec_support ul.simple li a[target="_blank"] {
		background: #fff url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat right 25px center;
		background-size: 18px;
	}
	.p-support .sec_support ul.simple li:hover a[target="_blank"] {
		background: #000 url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat right 25px center;
		background-size: 18px;
	}
	.p-support .sec_support ul.simple li .pict {
		text-align: center;
		width: 100px;
	}
	.p-support .sec_support ul.simple li:hover .pict img {
		filter: brightness(0) invert(1);
	}
	.p-support .sec_support ul.simple li .text {
		font-size: 18px;
		color: var(--professional-black);
		text-align: center;
		line-height: 1;
		display: inline-block;
		margin: 0;
		width: calc(100% - 165px);
		width: calc(100% - 115px);
	}
	.p-support .sec_support ul.simple li:hover .text {
	}
	.p-support .sec_support ul.simple li:hover a[target="_blank"] .text::after {
	}
	.p-support .sec_support ul.simple li:hover .text {
		color: #fff;
	}
	.p-support .sec_support ul.waku_1 li a .text::after {
		margin-right: calc(-15px - 0.5em);
	}
	.p-support .sec_support ul.simple li a .text::after {
		margin-right: calc(-15px - 0.5em);
	}
	.p-support .sec_support .box_datadownload {
		width: auto;
		max-width: 100%;
		max-width: 248px;
		min-width: 0;
		margin: 30px auto 0;
		padding: 20px 15px 3px;
	}
	.p-support .sec_support .box_datadownload .ttl_sub_txt {
		font-size: 16px;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 {
		margin: 40px auto 40px;
		width: 764px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li {
		transition: 0.3s all ease-in-out;
		width: 365px;
		border: 1px solid var(--professional-black);
		margin: 0 0 32px;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li + li {
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover {
		background: #000;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li a {
		display: flex;
		text-decoration: none;
		align-items: center;
		padding: 0;
		background: #fff;
	/*	background: #fff url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat right 25px center;*/
		background-size: 18px;
		transition: 0.3s all ease-in-out;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover a {
		background: #000;
	/*	background: #000 url("../img/common/icon_link_round_white_arrow_bluegray.svg") no-repeat right 25px center;*/
		background-size: 18px;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li a[target="_blank"] {
		background: #fff url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat right 25px center;
		background-size: 18px;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover a[target="_blank"] {
		background: #000 url("../img/common/icon_link_rect_white_arrow_bluegray.svg") no-repeat right 25px center;
		background-size: 18px;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li .pict {
		text-align: center;
		width: 100px;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover .pict img {
		filter: brightness(0) invert(1);
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li .text {
		font-size: 18px;
		color: var(--professional-black);
		text-align: center;
		line-height: 1;
		display: inline-block;
		margin: 0;
		width: calc(100% - 165px);
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover .text {
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover a[target="_blank"] .text::after {
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover .text {
		color: #fff;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 {
		width: auto;
		max-width: 280px;
		margin: 20px auto;
		padding: 0 20px;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li {
		width: 100%;
		margin: 10px auto;
		margin: 0 auto 14px;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li .pict {
		width: 36px;
		padding: 12px
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li .text {
		font-size: 11px;
		font-size: 14px;
		width: calc(100% - 140px);
		width: calc(100% - 110px);
		border: none;
		padding: 0;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover .text {
		border: none;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li a,
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover a,
	.p-support .sec_support .box_datadownload ul.waku_0 li a[target="_blank"],
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover a[target="_blank"] {
		background-size: 14px;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 li a .text::after,
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover a .text::after,
	.p-support .sec_support .box_datadownload ul.waku_0 li a[target="_blank"] .text::after,
	.p-support .sec_support .box_datadownload ul.waku_0 li:hover a[target="_blank"] .text::after {
		display:none;
	}
	.p-support .sec_support .box_datadownload ul.waku_0 {
		width: auto;
		max-width: 100%;
		min-width: 0;
		flex-wrap: wrap;
		margin: 40px auto 0;
		margin: 20px auto 0;
		padding: 0;
	}
	.p-support .sec_support .box_datadownload ul.waku_1 {
		padding: 0;
	}
	.p-support .sec_support .box_datadownload ul.waku_1 li {
		padding: 0;
		margin: 0 auto 12px;
	}
	.p-support .sec_support ul.waku_1,
	.p-support .sec_support ul.simple {
		width: auto;
		max-width: 280px;
		margin: 10px auto 20px;
		padding: 0 20px;
	}
	.p-support .sec_support {
		min-width: 0;
		padding: 0;
	}
	.p-support .sec_support .ttl_txt {
		font-size: 20px;
	}
	.p-support .sec_support .yohaku {
		/* margin-top: 30px; */
	}
	.p-support .sec_support .box_area {
		width: 90%;
		padding: 30px 0 10px;
	}
	.p-support .sec_support ul.waku_1 li,
	.p-support .sec_support ul.simple li {
		width: 100%;
		margin: 10px auto;
	}
	.p-support .sec_support ul.waku_1 li .pict,
	.p-support .sec_support ul.simple li .pict {
		width: 80px;
		width: 60px;
	}
	.p-support .sec_support ul.waku_1 li .text,
	.p-support .sec_support ul.simaple li .text {
		font-size: 11px;
		font-size: 14px;
		width: calc(100% - 140px);
		width: calc(100% - 110px);
	}
	.p-support .sec_support ul.waku_1 li a,
	.p-support .sec_support ul.waku_1 li:hover a,
	.p-support .sec_support ul.waku_1 li a[target="_blank"],
	.p-support .sec_support ul.waku_1 li:hover a[target="_blank"],
	.p-support .sec_support ul.simple li a,
	.p-support .sec_support ul.simple li:hover a,
	.p-support .sec_support ul.simple li a[target="_blank"],
	.p-support .sec_support ul.simple li:hover a[target="_blank"] {
		background-size: 14px;
	}
	.p-support .sec_support ul.simple li .text {
		font-size: 11px;
		font-size: 14px;
		white-space: nowrap;
	}
	.p-support .sec_support ul.simple li a .text::after,
	.p-support .sec_support ul.simple li:hover a .text::after {
		display: none;
		width: 14px;
		height: 14px;
		background-size: 14px;
	}
	.p-support .sec_support ul.simple li.qa a {
		padding: 0;
	}
	.p-support .sec_support ul.simple li .info {
		display: none;
		font-size: 11px;
	}
	.p-support .sec_support ul.simple li a {
		padding: 32px 0;
		padding: 23px 0;
	}
	.p-support .sec_support ul.simple li:not(.inquiry) a {
		justify-content: flex-start;
	}
}
/*----------------------------------------
	Web見積りツール /mitsumori/top/
-----------------------------------------*/
.p-mitsumori_top .sec_mitsumori_top {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 100px;
	background: #fff;
}
.p-mitsumori_top .ttl_area.mitsumori_top { /* 個別背景 */
	background: #5a6a73 url("../img/mitsumori/top/mitsumori_top_ttl_pc.jpg") no-repeat center top;
	background-size: auto 290px;
}
.p-mitsumori_top .sec_mitsumori {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0;
/*	background: var(--professional-gray);*/
	color: #fff;
}
.p-mitsumori_top .sec_mitsumori .ttl_txt {
	font-size: 28px;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
	text-align: center;
	color: var(--professional-black);
}
.p-mitsumori_top .sec_mitsumori .fx_items {
/*
	width: 976px;
	margin: 60px auto 0;
	padding: 17px;
	display: flex;
	flex-wrap: wrap;
	background: var(--professional-black);
*/
	display: flex;
	flex-wrap: wrap;
	width: 860px;
	margin: 0 auto 90px;
	padding: 40px 43px 0;
	justify-content: space-between;
	background: var(--common-gray);
}
.p-mitsumori_top .sec_mitsumori .fx_items .item {
	width: 260px;
	margin: 0 0 40px;
	background: #fff;
}
.p-mitsumori_top .sec_mitsumori .fx_items .item a {
	display: flex;
	position: relative;
	transition: 0.3s all ease-in-out;
	border: 1px solid #fff;
	background: var(--professional-black);
	align-items: center;
	text-decoration: none;
}
.p-mitsumori_top .sec_mitsumori .fx_items .item a::before {
	content: "";
	display: block;
	width: 210px;
	height: 100px;
	background: url("../img/professional/bg_bz_mitsumori_link.svg") no-repeat center bottom;
	position: absolute;
	bottom: 0;
	right: 0;
}
.p-mitsumori_top .sec_mitsumori .fx_items .item a[target="_blank"]::before {
	background: url("../img/professional/bg_bz_mitsumori_link_target.svg") no-repeat center bottom;
}
.p-mitsumori_top .sec_mitsumori .fx_items .item a:hover {
	opacity: 0.75;
}
.p-mitsumori_top .sec_mitsumori .fx_items .item .thumb {
	width: 135px;
}
.p-mitsumori_top .sec_mitsumori .fx_items .item .text {
	color: #fff;
	padding: 0;
	line-height: 1.4;
	text-align: left;
/*	top: 0;
	right: 0;
	bottom: 0;
	left: 100px;
*/
	margin: auto;
	width: 90px;
/*	height: 1rem;*/
	font-size: 14px;
	white-space: nowrap;
}
.p-mitsumori_top .sec_mitsumori .fx_items .item .text span {
	display: block;
	font-size: 11px;
}
@media screen and (max-width: 768px) {
	.p-mitsumori_top .sec_mitsumori,
	.p-mitsumori_top .sec_mitsumori .fx_items {
		width: auto;
		max-width: 100%;
		min-width: 0;
	}
	.p-mitsumori_top .sec_mitsumori {
		padding: 0;
	}
	.p-mitsumori_top .sec_mitsumori .ttl_txt {
		font-size: var(--global-fs_m_sp);
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-mitsumori_top .sec_mitsumori .fx_items {
		width: 280px;
		margin: 0 auto;
		padding: 0;
		justify-content: center;
		background: none;
	}
	.p-mitsumori_top .sec_mitsumori .fx_items .item {
		width: 280px;
		margin: 12px auto;
		background: none;
	}
	.p-mitsumori_top .sec_mitsumori .fx_items .item .thumb {
		width: 100px;
	}
	.p-mitsumori_top .sec_mitsumori .fx_items .item .text {
		font-size: 14px;
		width: 100px;
	}
	.p-mitsumori_top .sec_mitsumori .fx_items .item .text span {
		font-size: 11px;
	}
}
/* 画像バージョン */
.p-mitsumori_top .sec_excursion {
	min-width: 1100px;
	margin: 0 auto;
}
.p-mitsumori_top .sec_excursion .fx_items {
	display: flex;
	flex-wrap: wrap;
	width: 860px;
	margin: 0 auto 90px;
	padding: 40px 43px 0;
	justify-content: space-between;
	background: var(--common-gray);
}
.p-mitsumori_top .sec_excursion .fx_items .item {
	width: 260px;
	margin-bottom: 40px;
	transition: 0.3s all ease-in-out;
}
.p-mitsumori_top .sec_excursion .fx_items .item:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.p-mitsumori_top .ttl_area.mitsumori_top {
	background: #5a6a73 url("../img/mitsumori/top/mitsumori_top_ttl_sp.jpg") no-repeat center center;
	background-size: cover;
	}
	.p-mitsumori_top .sec_excursion {
		width: 90%;
		min-width: 0;
	}
	.p-mitsumori_top .sec_excursion .fx_items {
		width: 280px;
		margin: 0 auto;
		padding: 0;
		background: none;
	}
	.p-mitsumori_top .sec_excursion .fx_items .item {
		width: 280px;
		margin-bottom: 20px;
	}
	.p-mitsumori_top .sec_excursion .fx_items .item:last-of-type {
		margin-bottom: 0;
	}
}
/* // 画像バージョン */
/*----------------------------------------
	コンテンツ /contents/
-----------------------------------------*/
.p-contents .sec_contents {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 100px;
	background: #fff;
}
.p-contents .ttl_area.contents_index { /* 個別背景 */
	background: #5a6a73 url("../img/contents/contents_ttl_pc.jpg") no-repeat center top;
	background-size: auto 290px;
}
.p-contents .sec_pagenav {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 40px;
	background: #fff;
}
.p-contents .sec_pagenav ul {
	width: 580px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-contents .sec_pagenav li {
	width: 170px;
	text-align: center;
}
.p-contents .sec_pagenav li a {
	display: block;
	font-size: 16px;
	color: var(--common-black);
	text-decoration: none;
	background: url("../img/common/bg_pagenav.svg") no-repeat center bottom;
	background-size: 170px auto;
	padding: 15px 0 25px;
	transition: 0.3s all ease-in-out;
}
.p-contents .sec_pagenav li a:hover {
	opacity: 0.7;
}
.p-contents .sec_pickupcontent {
	padding-bottom: 90px;
}
.p-contents .sec_pickupcontent .box_area {
	width: 860px;
	margin: 55px auto 0;
	padding: 60px 42px 42px;
	background: var(--common-gray);
}
.p-contents .sec_pickupcontent .ttl_txt {
	font-size: 28px;
	color: #323232;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
	text-align: center;
}
.p-contents .sec_pickupcontent ul.fx_line2 {
	width: 100%;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.p-contents .sec_pickupcontent ul.fx_line2 li {
	width: calc(100% / 2);
}
.p-contents .sec_pickupcontent ul.fx_line2 li a {
	display: block;
	transition: 0.3s all ease-in-out;
	position: relative;
}
.p-contents .sec_pickupcontent ul.fx_line2 li a:hover {
	opacity: 0.75;
}
.p-contents .sec_pickupcontent ul.fx_line2 li a::before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
/*	background: url("../img/common/icon_link_round_white_arrow_gray.svg") no-repeat;*/
	background-size: auto;
	background-size: 100% 100%;
	z-index:1
}
.p-contents .sec_pickupcontent ul.fx_line2 li a[target="_blank"]::before {
	width: 20px;
	height: 20px;
	bottom: 22px;
/*	background: url("../img/common/icon_link_rect_white_arrow_gray.svg") no-repeat;*/
	background-size: 100% 100%;
}
.p-contents .sec_pickupcontent ul.fx_line2 li a img {
	width: 100%;
}
.p-contents .sec_pickupcontent ul.fx_line3 {
	width: 100%;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.p-contents .sec_pickupcontent ul.fx_line3 li {
	width: calc(100% / 3);
}
.p-contents .sec_pickupcontent ul.fx_line3 li a {
	display: block;
	transition: 0.3s all ease-in-out;
	position: relative;
}
.p-contents .sec_pickupcontent ul.fx_line3 li a:hover {
	opacity: 0.75;
}
.p-contents .sec_pickupcontent ul.fx_line3 li a::before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
/*	background: url("../img/common/icon_link_round_white_arrow_gray.svg") no-repeat;*/
	background-size: auto;
	background-size: 100% 100%;
	z-index:1
}
.p-contents .sec_pickupcontent ul.fx_line3 li a[target="_blank"]::before {
	width: 20px;
	height: 20px;
	bottom: 22px;
/*	background: url("../img/common/icon_link_rect_white_arrow_gray.svg") no-repeat;*/
	background-size: 100% 100%;
}
.p-contents .sec_pickupcontent ul.fx_line3 li a img {
	width: 100%;
}
.p-contents .sec_pickupcontent ul.fx_line5 {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.p-contents .sec_pickupcontent ul.fx_line5 li {
	width: calc(100% / 5);
}
.p-contents .sec_pickupcontent ul.fx_line5 li a {
	display: block;
	transition: 0.3s all ease-in-out;
	position: relative;
}
.p-contents .sec_pickupcontent ul.fx_line5 li a:hover {
	opacity: 0.75;
}
.p-contents .sec_pickupcontent ul.fx_line5 li a::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 13px;
	height: 13px;
/*	background: url("../img/common/icon_link_round_white_arrow_gray.svg") no-repeat;*/
	background-size: auto;
	background-size: 100% 100%;
	z-index:1
}
.p-contents .sec_pickupcontent ul.fx_line5 li a[target="_blank"]::before {
	width: 13px;
	height: 13px;
/*	background: url("../img/common/icon_link_rect_white_arrow_gray.svg") no-repeat;*/
	background-size: 100% 100%;
}
.p-contents .sec_pickupcontent ul.fx_line5 li a img {
	width: 100%;
}
.p-contents .sec_brand_banner {
	margin: 50px auto 0;
}
.p-contents .sec_brand_banner ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.p-contents .sec_brand_banner ul li {
	text-align: center;
	background: #fff;
	position: relative;
	flex: 0 0 calc(100% / 1);
}
.p-contents .sec_brand_banner ul li a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.05em;
	width: 100%;
	height: 265px;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.p-contents .sec_brand_banner ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: transform 0.4s ease;
}
.p-contents .sec_brand_banner ul li a:hover img {
	transform: scale(1.1);
}
.p-contents .sec_brand_banner ul li a .banner_card {
/*	padding: 80px 0;*/
	position: static;
	display: inline-block;
	transition: background 0.4s ease;
	width: 100%;
}
.p-contents .sec_brand_banner ul li a .banner_card::before,
.p-contents .sec_brand_banner ul li a .banner_card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.p-contents .sec_brand_banner ul li a .banner_card::before {
	width: 100%;
	height: 265px;
	top: 0;
	left: 0;
	border: 0;
}
.p-contents .sec_brand_banner ul li a.banner_contest .banner_card::before {
	background: url("../img/common/banner_contest_txt.png") no-repeat center center;
	background-size: auto 265px;
}
.p-contents .sec_brand_banner ul li a .banner_card::after {
	display: block;
	width: 100%;
	height: 265px;
	content: "";
	left: 0;
	bottom: 0;
	border: 0;
	background: url("../img/common/icon_link_round_white_arrow_black.svg") no-repeat center bottom 20px;
	background-size: 24px;
	position: relative;
}
.p-contents .sec_brand_banner ul li a[target="_blank"] .banner_card::after {
	background: url("../img/common/icon_link_rect_white_arrow_black.svg") no-repeat center bottom 20px;
	background-size: 24px;
}
.p-contents .sec_brand_banner ul li a .banner_text {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-size: 22px;
	letter-spacing: 0.2em;
	position: relative;
	display: inline-block;
	line-height: 40px;
}
.p-contents .sec_brand_banner ul li a .banner_text::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.p-contents .sec_brand_banner ul li a:hover .banner_text::after {
	transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
	.p-contents .ttl_area.contents_index { /* 個別背景 */
		background: #5a6a73 url("../img/contents/contents_ttl_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.p-contents .sec_pagenav ul,
	.p-contents .sec_pickupcontent .box_area,
	.p-contents .sec_pickupcontent ul.fx_line2 li,
	.p-contents .sec_pickupcontent ul.fx_line3 li,
	.p-contents .sec_pickupcontent ul.fx_line5 li {
		width: auto;
	}
	.p-contents .sec_pagenav {
		min-width: 0;
	}
	.p-contents .sec_pagenav ul {
		width: 170px;
		margin: 0 auto;
	}
	.p-contents .sec_pagenav li a {
		font-size: 16px;
	}
	.p-contents .sec_pickupcontent {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	.p-contents .sec_pickupcontent .box_area {
		padding: 40px 25px 30px;
	}
	.p-contents .sec_pickupcontent .ttl_txt {
		font-size: 24px;
	}
	.p-contents .sec_pickupcontent .ttl_txt + ul.fx_line2,
	.p-contents .sec_pickupcontent .ttl_txt + ul.fx_line3,
	.p-contents .sec_pickupcontent .ttl_txt + ul.fx_line5 {
		margin-top: 30px;
	}
	.p-contents .sec_pickupcontent ul.fx_line2,
	.p-contents .sec_pickupcontent ul.fx_line3,
	.p-contents .sec_pickupcontent ul.fx_line5 {
		max-width: 280px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.p-contents .sec_pickupcontent ul.fx_line2 li,
	.p-contents .sec_pickupcontent ul.fx_line3 li,
	.p-contents .sec_pickupcontent ul.fx_line5 li {
		margin: 10px auto;
	}
	.p-contents .sec_pickupcontent ul {
		margin: 0 auto;
	}
	.p-contents .sec_pickupcontent ul.fx_line2 li a::before,
	.p-contents .sec_pickupcontent ul.fx_line3 li a::before,
	.p-contents .sec_pickupcontent ul.fx_line5 li a::before {
		width: 20px;
		height: 20px;
		bottom: 18px;
	}
	.p-contents .sec_pickupcontent ul.fx_line2 li a[target="_blank"]::before,
	.p-contents .sec_pickupcontent ul.fx_line3 li a[target="_blank"]::before,
	.p-contents .sec_pickupcontent ul.fx_line5 li a[target="_blank"]::before {
		width: 18px;
		height: 18px;
		bottom: 19px;
	}
}
/*----------------------------------------
	おすすめ情報(ピックアップエリアにスライド追加) /contents/
-----------------------------------------*/
.p-contents .sec_pickupcontent .slick-prev,
.p-contents .sec_pickupcontent .slick-next {
	width: 20px;
	height: 40px;
	transition: 0.4s opacity ease-in-out;
}
.p-contents .sec_pickupcontent .slick-prev:hover,
.p-contents .sec_pickupcontent .slick-next:hover {
	opacity: 0.6;
}
.p-contents .sec_pickupcontent .slick-prev {
	left: -35px;
}
.p-contents .sec_pickupcontent .slick-next {
	right: -35px;
}
.p-contents .sec_pickupcontent .slick-prev::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_black_prev.svg");
}
.p-contents .sec_pickupcontent .slick-next::before {
	display: block;
	content: url("../img/common/icon_slick_arrow_black_next.svg");
}
@media screen and (max-width: 768px) {
	.p-contents .sec_pickupcontent ul.fx_line3.slider {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
}
/*----------------------------------------
	閲覧推奨環境について /other/viewing.html
-----------------------------------------*/
.p-viewing .ttl_area.viewing { /* 個別背景 */
	background: #5a6a73;
}
.p-viewing .sec_viewing {
	width: 945px;
	margin: 0 auto;
	padding: 0 0 70px;
	font-size: 16px;
	color: var(--professional-black);
}
.p-viewing .sec_viewing .box_area {
	width: 945px;
	margin: 0 auto;
	padding: 60px 0 10px;
}
.p-viewing .sec_viewing .box_area + .box_area {
	margin-top: 36px;
}
.p-viewing .sec_viewing .ttl_txt {
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.p-viewing .sec_viewing .ttl_sub_txt {
	font-size: 20px;
	color: var(--professional-black);
	text-align: center;
	letter-spacing: 0.35em;
	text-indent: 0.35em;
}
.p-viewing .sec_viewing .ttl_txt + p {
	margin-top: 20px;
}
.p-viewing .sec_viewing .browser {
	margin-top: 20px;
}
.p-viewing .sec_viewing .adobe_reader {
	margin-top: 20px;
}
.p-viewing .sec_viewing .adobe_reader a {
	margin-top: 20px;
	transition: 0.3s opacity ease-in-out;
}
.p-viewing .sec_viewing .adobe_reader a:hover {
	opacity: 0.7;
}
.p-viewing .sec_viewing .date {
	margin-top: 60px;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.p-viewing .ttl_area .ttl .ttl_txt {
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-viewing .sec_viewing {
		width: auto;
		font-size: 14px;
		padding: 0 20px;
	}
	.p-viewing .sec_viewing .box_area {
		width: auto;
		padding: 60px 0 10px;
	}
	.p-viewing .sec_viewing .box_area + .box_area {
		margin-top: 0;
	}
	.p-viewing .sec_viewing .ttl_txt {
		font-size: 24px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.p-viewing .sec_viewing .adobe_reader {
	/*	text-align: center;*/
	}
}
/*----------------------------------------
	サイトマップ /other/sitemap.html
-----------------------------------------*/
.p-sitemap .ttl_area.sitemap { /* 個別背景 */
	background: #5a6a73;
}
.p-sitemap .sec_sitemap {
	width: 945px;
	margin: 0 auto;
	padding: 0 0 70px;
	font-size: 16px;
	color: var(--professional-black);
}
.p-sitemap .sec_sitemap .box_area + .box_area {
	margin-top: 70px;
}
.p-sitemap .sec_sitemap .box_area .ttl_txt {
	margin-bottom: 30px;
	padding: 10px 15px;
	font-size: 20px;
	color: var(--professional-black);
	background: var(--professional-gray);
}
.p-sitemap .sec_sitemap .box_area .range_area {
	display: flex;
	justify-content: center;
}
.p-sitemap .sec_sitemap .box_area .range_area .range_item {
}
.p-sitemap .sec_sitemap .box_area .range_area .ttl_sub_txt {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--professional-black);
}
.p-sitemap .sec_sitemap .box_area .range_area .ttl_sub_txt + .ttl_sub_txt {
	margin-top: 49px;
}
.p-sitemap .sec_sitemap .box_area .range_area .range_item ul {
	width: 290px;
	margin-bottom: 30px;
/*	background: gray;*/
}
.p-sitemap .sec_sitemap .box_area .range_area .range_item ul li {
}
.p-sitemap .sec_sitemap .box_area .range_area .range_item ul li + li {
	margin-top: 0.5em;
}
.p-sitemap .sec_sitemap .box_area .range_area .range_item + .range_item,
.p-sitemap .sec_sitemap .box_area .range_area ul + ul {
	margin-left: 22px;
}
.p-sitemap .sec_sitemap .box_area .range_area .range_item ul.sage {
	margin-top: 47px;
}
.p-sitemap .sec_sitemap .box_area .range_area a {
	display: block;
	text-decoration: none;
	color: var(--professional-black);
	transition: 0.3s opacity ease-in-out;
}
.p-sitemap .sec_sitemap .box_area .range_area a:hover {
	opacity: 0.6;
}
.p-sitemap .sec_sitemap .box_area .range_area a[target="_blank"]::after {
	display: inline-block;
	margin-left: 0.5em;
	content: "";
	width: 12px;
	height: 12px;
	position: relative;
	bottom: 0px;
	background: url("../img/common/icon_link_rect_line_arrow_bluegray.svg") no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
	.p-sitemap .sec_sitemap {
		width: auto;
		font-size: 14px;
		padding: 0;
	}
	.p-sitemap .sec_sitemap .box_area .ttl_txt {
		font-size: 24px;
		text-align: center;
	}
	.p-sitemap .sec_sitemap .box_area .range_area {
		flex-wrap: wrap;
	}
	.p-sitemap .sec_sitemap .box_area .range_area .range_item + .range_item, .p-sitemap .sec_sitemap .box_area .range_area ul + ul {
		margin-left: 0;
	}
	.p-sitemap .sec_sitemap .box_area .range_area,
	.p-sitemap .sec_sitemap .box_area .range_area .range_item,
	.p-sitemap .sec_sitemap .box_area .range_area .range_item ul {
		display: block;
		width: auto;
		max-width: 300px;
	}
	.p-sitemap .sec_sitemap .box_area .range_area {
		margin: 0 auto;
		padding: 0 20px;
	}
	.p-sitemap .sec_sitemap .box_area + .box_area {
		margin-top: 40px;
	}
	.p-sitemap .sec_sitemap .box_area .range_area .ttl_sub_txt + .ttl_sub_txt {
		margin-top: 20px;
	}
	.p-sitemap .sec_sitemap .box_area .range_area .range_item ul.sage {
		margin-top: 0;
	}
}
/* Temp サポートページのボタン */
.p-support .sec_support ul.simple li.qa_temp a {
	padding: 0;
	background: #fff;
	transition: 0s all ease-in-out;
	transition: 0.3s background-color ease-in-out;
}
.p-support .sec_support ul.simple li.qa_temp:hover a {
	background: none;
}
.p-support .sec_support ul.simple li.qa_temp:hover img {
	filter: brightness(0) invert(1);
}
/* // Temp サポートページのボタン */
/*----------------------------------------
	ビジネスのお客さま /professional/
-----------------------------------------*/
/* 緑バージョン */
.p-professional {
	color: var(--professional-dark_green);
}
.p-professional .ttl_area.professional_index {
	background: var(--professional-dark_green) url("../img/professional/professional_ttl_pc_green.jpg") no-repeat center top;
	background-size: auto 356px;
}
.p-professional .ttl_area .ttl {
	margin: 0 auto;
	width: 1100px;
	height: 356px;
}
.p-professional .ttl_area .ttl .ttl_txt {
	padding: 184px 0 0 649px;
	font-size: 36px;
	text-align: left;
	letter-spacing: 0.218em;
	text-indent: 0.25em;
}
.p-professional .sec_bread {
	background: var(--professional-light_green);
}
.p-professional .sec_noitice {
	background: var(--professional-light_green);
	padding: 24px 0;
}
.p-professional .sec_noitice .l-noitice {
	box-sizing: border-box;
	width: 945px;
	margin: 0 auto;
	padding: 20px 28px;
	background: #fff;
}
.p-professional .sec_noitice .l-noitice li {
	font-size: 16px;
	font-weight: 500;
}
.p-professional .sec_noitice .l-noitice li a {
	color: var(--professional-black);
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}
.p-professional .sec_noitice .l-noitice li a:hover {
	opacity: 0.7;
}
.p-professional .sec_noitice .l-noitice li + li {
	margin-top: 20px;
}
.p-professional .sec_noitice .l-noitice li time {
	white-space: nowrap;
	margin-right: 18px;
}
.p-professional .sec_noitice .l-noitice li time::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/common/icon_notice.svg") no-repeat center top;
	background-size: 100% 100%;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.p-professional .sec_datadownload {
	background: var(--professional-light_green);
}
.p-professional .sec_datadownload .kakomi {
	box-sizing: border-box;
	width: 945px;
	margin: 40px auto 0;
	padding: 54px 54px 30px;
	background: #fff;
}
.p-professional .sec_datadownload .kakomi ul.waku_0 {
	width: 826px;
	margin-top: 0;
}
.p-professional .sec_datadownload .kakomi ul.waku_1 {
	width: 100%;
}
.p-professional .sec_iteminfo {
	background: var(--professional-dark_green);
}
.p-professional .sec_iteminfo .fx_items .item a[target="_blank"]::before {
	background: url("../img/professional/bg_bz_products_link_target_w.svg") no-repeat center bottom;
}
.p-professional .sec_iteminfo .fx_items .item .text {
	color: var(--professional-black);
}
.p-professional .sec_mitsumori {
	background: var(--professional-light_green);
	color: var(--professional-black);
	padding-bottom: 0;
}
.p-professional .sec_mitsumori .fx_items {
	background: #fff;
}
.p-professional .sec_mitsumori .fx_items .item a {
	background: #fff;
	border: 1px solid var(--professional-black);
}
.p-professional .sec_mitsumori .fx_items .item a[target="_blank"]::before {
	background: url("../img/professional/bg_bz_mitsumori_link_target_w.svg") no-repeat center bottom;
}
.p-professional .sec_mitsumori .fx_items .item .text {
	color: var(--professional-black);
}
.p-professional .sec_support {
	background: var(--professional-light_green);
}
.p-professional .sec_support .box_area {
	background: #fff;
}
.p-professional .sec_const {
	background: #fff;
}
.p-professional .sec_const .ttl_txt {
	color: var(--professional-black);
}
.p-professional .sec_const .slick-prev::before {
	content: url("../img/common/icon_slick_arrow_bluegray_prev.svg");
}
.p-professional .sec_const .slick-next::before {
	content: url("../img/common/icon_slick_arrow_bluegray_next.svg");
}
.p-professional .sec_const ul.slider li a::before {
	visibility: hidden;
}
.p-professional .sec_const ul li a span {
	color: var(--professional-black);
}
.p-professional .sec_const ul.underline li {
	border-bottom: none;
}
.p-professional .sec_const ul.underline li a {
	background: #d3d6d7;
}
.p-professional .sec_const ul.underline li .text {
	color: var(--professional-black);
}
.p-professional .sec_const ul.underline li a[target="_blank"] .text::after {
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat left bottom;
	background-size: 14px;
}
.p-professional .sec_const .sec_const_txtlink a {
	color: var(--professional-black);
}
.p-professional .sec_const .sec_const_txtlink a[target="_blank"] b::before {
	background: url("../img/common/icon_link_rect_bluegray_arrow_white.svg") no-repeat;
	background-size: auto;
	background-size: 14px;
}
.p-professional .sec_const .sec_const_txtlink a::before {
	border-bottom: 1px solid var(--professional-black);
}
.p-professional .sec_const .sec_const_txtlink a::after {
	border-bottom: 1px solid #b7b7b7;
}
.p-professional .sec_brand_banner ul li a .banner_card::after {
	visibility: hidden;
}
.p-professional .sec_pickupcontent {
	background: var(--professional-light_green);
	padding-bottom: 0;
}
.p-professional .sec_pickupcontent .slick-prev::before {
	content: url("../img/common/icon_slick_arrow_bluegray_prev.svg");
}
.p-professional .sec_pickupcontent .slick-next::before {
	content: url("../img/common/icon_slick_arrow_bluegray_next.svg");
}
.p-professional .sec_news {
	background: var(--professional-light_green);
	padding-bottom: 0;
}
.p-professional .sec_news .inner {
	background: #fff;
	padding: 30px;
	margin-bottom: 0;
}
.p-professional .sec_news .l-news {
	margin-top: 10px;
	background: #fff;
}
.p-professional .sec_news .l-news li {
	padding: 30px 20px;
	color: var(--professional-black);
}
.p-professional .sec_news .l-news li a {
	display: block;
	color: var(--professional-black);
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}
.p-professional .sec_news .l-news li a:hover {
	opacity: 0.7;
}
.p-professional .sec_news .l-news li time {
	display: inline-block;
	min-width: 70px;
	white-space: nowrap;
	margin-right: 10px;
	font-size: 12px;
	float: left;
}
.p-professional .sec_news .l-news .outbox {
	display: flex;
	flex-wrap: nowrap;
}
.p-professional .sec_news .l-news .inbox {
	display: flex;
	align-items: flex-start;
}
.p-professional .sec_news .l-news li .cat {
	display: inline-block;
	min-width: 60px;
	white-space: nowrap;
	margin-right: 6px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #000;
}
.p-professional .sec_news .l-news li .cat.information {
	background: #3E87B3;
}
.p-professional .sec_news .l-news li .cat.product {
	background: #749632;
}
.p-professional .sec_news .l-news li .cat.updates {
	background: #285941;
}
.p-professional .sec_news .l-news li .cat.event {
	background: #3A4474;
}


.p-professional .sec_news .l-news li .ttl {
	font-size: 14px;
}
.p-professional .sec_news .l-news li + li {
	border-top: 1px solid var(--professional-black);
}
.p-professional .sec_news .sec_news_txtlink a::after {
	width: 178px;
}
.p-professional .sec_event {
	padding: 48px 0 100px;
	background: var(--professional-light_green);
}
.p-professional .sec_event .inner {
	box-sizing: border-box;
	width: min(100%, 795px);
	margin: 0 auto;
	margin-bottom: 30px;
	background: #fff;
	padding: 30px;
}
.p-professional .sec_event .sec_event_ttl {
	font-size: 28px;
	text-align: center;
	color: var(--professional-black);
}
.p-professional .sec_event .l-event {
	margin-top: 10px;
	background: #fff;
}
.p-professional .sec_event .l-event li {
	padding: 30px 20px;
	color: var(--professional-black);
}
.p-professional .sec_event .l-event li a {
	display: block;
	color: var(--professional-black);
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}
.p-professional .sec_event .l-event li a:hover {
	opacity: 0.7;
}
.p-professional .sec_event .l-event li time {
	display: inline-block;
	min-width: 70px;
	white-space: nowrap;
	margin-right: 10px;
	font-size: 12px;
}
.p-professional .sec_event .l-event li .item {
	display: inline-block;
	width: 65px;
	margin-right: 8px;
	max-height: 24px;
	text-align: center;
}
.p-professional .sec_event .l-event li .item img {
	max-width: 65px;
	max-height: 24px;
}
.p-professional .sec_event .l-event li .ttl {
	font-size: 14px;
}
.p-professional .sec_event .l-event li + li {
	border-top: 1px solid var(--professional-black);
}
.p-professional .sec_event .sec_event_txtlink a::after {
	width: 178px;
}
.p-professional .sec_event .outer {
	box-sizing: border-box;
	width: min(100%, 795px);
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 0;
	margin-bottom: 10px;
}
.p-professional .sec_event .sec_event_txtlink {
	font-size: 14px;
	font-weight: 400;
	color: #323232;
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}
.p-professional .sec_event .sec_event_txtlink {
	font-size: 14px;
	font-weight: 400;
	color: #323232;
}
.p-professional .sec_event .sec_event_txtlink a {
	color: var(--professional-black);
	width: min(100%, 195px);
	padding-bottom: 10px;
	transition: 0.3s all ease-in-out;
	position: relative;
	text-decoration: none;
}
.p-professional .sec_event .sec_event_txtlink a:hover {
	opacity: 0.7;
}
.p-professional .sec_event .sec_event_txtlink a::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 13px;
	border-bottom: 1px solid var(--professional-black);
	z-index: 2;
}
.p-professional .sec_event .sec_event_txtlink a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 178px;
	border-bottom: 1px solid #b7b7b7;
	z-index: 1;
}
.p-professional .sec_event .sec_event_txtlink a b {
	position: relative;
	padding-right: 25px;
}
.p-professional .sec_event .sec_event_txtlink a b::before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 3px;
	right: 0px;
}
.p-professional .sec_event .sec_event_txtlink a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 178px;
	border-bottom: 1px solid #b7b7b7;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.p-professional .ttl_area.professional_index {
		background: #5a6a73 url("../img/professional/professional_ttl_sp_green.jpg") no-repeat center center;
		background-size: auto;
		background-size: cover;
	}
	.p-professional .ttl_area .ttl {
		height: calc(100vw * 290 / 375);
	}
	.p-professional .ttl_area .ttl .ttl_txt {
		padding: calc(100vw * 182 / 375) 0 0;
		font-size: calc(100vw * 30 / 375);
		letter-spacing: 0.25em;
		text-align: center;
	}
	.p-professional .sec_noitice {
		padding: 20px 0;
	}
	.p-professional .sec_noitice .l-noitice {
		width: 90%;
		margin: 0 auto;
		padding: 31px 19px;
	}
	.p-professional .sec_noitice .l-noitice li {
		font-size: 13px;
	}
	.p-professional .sec_noitice .l-noitice li a {
		color: var(--professional-black);
		text-decoration: none;
	}
	.p-professional .sec_noitice .l-noitice li a:hover {
		opacity: 0.7;
	}
	.p-professional .sec_noitice .l-noitice li + li {
		margin-top: 31px;
	}
	.p-professional .sec_noitice .l-noitice li time {
		display: block;
		margin-right: 0;
		font-size: 12px;
	}
	.p-professional .sec_noitice .l-noitice li time::before {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url("../img/common/icon_notice.svg") no-repeat center top;
		background-size: 100% 100%;
		margin-right: 6px;
		position: relative;
		top: 2px;
	}
	.p-professional .sec_datadownload .kakomi {
		width: 90%;
		margin: 40px auto 0;
		padding: 24px 24px 0;
		background: #fff;
	}
	.p-professional .sec_datadownload .kakomi ul.waku_0 {
		width: 100%;
		margin-top: 0;
	}
	.p-professional .sec_datadownload .kakomi ul.waku_0 li + li {
		border-left: none;
	}
	.p-professional .sec_datadownload .kakomi ul.waku_1 {
		width: 100%;
	}
	.p-professional .sec_datadownload .kakomi ul.waku_1 li {
		width: 100%;
	}
	.p-professional .sec_support ul.waku_1 li + li {
		margin-top: 20px;
		border: 1px solid var(--professional-black);
	}
	.p-professional .sec_support ul.simple li {
		margin-top: 20px;
		border: 1px solid var(--professional-black);
	}
	.p-professional .sec_const ul.underline li.line2 a {
		padding: 18.5px 0;
	}
	.p-professional .sec_news .inner {
		background: #fff;
		padding: 60px 30px 0;
	}
	.p-professional .sec_news .l-news {
		margin-top: 10px;
		margin-bottom: 20px;
		background: #fff;
	}
	.p-professional .sec_news .l-news li {
		padding: 30px 0;
		color: var(--professional-black);
	}
	.p-professional .sec_news .l-news li a {
		display: block;
		color: var(--professional-black);
		text-decoration: none;
		transition: 0.3s all ease-in-out;
	}
	.p-professional .sec_news .l-news li a:hover {
		opacity: 0.7;
	}
	.p-professional .sec_news .l-news li time {
		display: block;
		width: 100%;
		white-space: nowrap;
		margin-right: 0;
		font-size: 12px;
		float: none;
	}
	.p-professional .sec_news .l-news .outbox {
		display: flex;
		flex-wrap: wrap;
	}
	.p-professional .sec_news .l-news .inbox {
		display: flex;
		align-items: flex-start;
	}
	.p-professional .sec_news .l-news li .cat {
		display: inline-block;
		min-width: 60px;
		white-space: nowrap;
		margin-top: 2px;
		margin-right: 6px;
		font-size: 12px;
		text-align: center;
		color: #fff;
		background: #000;
	}
	.p-professional .sec_news .l-news li .cat.koushin {
		background: #285941;
	}
	.p-professional .sec_news .l-news li .cat.oshirase {
		background: #3e83af;
	}
	.p-professional .sec_news .l-news li .ttl {
		font-size: 14px;
	}
	.p-professional .sec_news .l-news li + li {
		border-top: 1px solid var(--professional-black);
	}
	.p-professional .sec_news .outer {
		background: none;
	}
	.p-professional .sec_news .sec_news_txtlink a {
		color: var(--professional-black);
	}
	.p-professional .sec_news .sec_news_txtlink a b::before {
		background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat;
		background-size: 14px;
	}
	.p-professional .sec_news .sec_news_txtlink a::after {
		width: 100%;
	}
	.p-professional .sec_event {
		padding: 40px 20px 80px;
	}
	.p-professional .sec_event .inner {
		background: #fff;
		padding: 60px 30px 0;
	}
	.p-professional .sec_event .l-event {
		margin-top: 10px;
		margin-bottom: 20px;
		background: #fff;
	}
	.p-professional .sec_event .l-event li {
		padding: 30px 0;
		color: var(--professional-black);
	}
	.p-professional .sec_event .l-event li a {
		display: block;
		color: var(--professional-black);
		text-decoration: none;
		transition: 0.3s all ease-in-out;
	}
	.p-professional .sec_event .l-event li a:hover {
		opacity: 0.7;
	}
	.p-professional .sec_event .l-event li time {
		display: block;
		min-width: 70px;
		white-space: nowrap;
		margin-right: 10px;
		font-size: 12px;
	}
	.p-professional .sec_event .l-event li .item {
		display: block;
		width: 150px;
		margin-top: 5px;
		margin-right: 0;
		max-height: 40px;
		text-align: left;
	}
	.p-professional .sec_event .l-event li .item img {
		max-width: 150px;
		max-height: 40px;
	}
	.p-professional .sec_event .l-event li .ttl {
		display: block;
		margin-top: 5px;
		font-size: 14px;
	}
	.p-professional .sec_event .l-event li + li {
		border-top: 1px solid var(--professional-black);
	}
	.p-professional .sec_event .outer {
		background: none;
		padding: 0 0 50px;
		margin-bottom: 0;
	}
	.p-professional .sec_event .sec_event_txtlink {
		justify-content: center;
		margin-top: 0;
	}
	.p-professional .sec_event .sec_event_txtlink span {
		margin-right: 0px;
	}
	.p-professional .sec_event .sec_event_txtlink a {
		width: auto;
		color: var(--professional-black);
		font-size: 16px;
	}
	.p-professional .sec_event .sec_event_txtlink a::before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0px;
		width: 13px;
		border-bottom: 1px solid var(--professional-black);
		z-index: 2;
	}
	.p-professional .sec_event .sec_event_txtlink a::after {
		border-bottom: 1px solid #9f9f9f;
		width: 100%;
	}
	.p-professional .sec_event .sec_event_txtlink a b::before {
		background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat;
		background-size: 14px;
		width: 14px;
		height: 14px;
		top: 6px;
	}
	.p-professional .sec_event .sec_event_txtlink a::after {
		border-bottom: 1px solid #9f9f9f;
		width: 100%;
	}
	.p-professional .sec_event .sec_event_txtlink a {
		color: var(--professional-black);
	}
	.p-professional .sec_event .sec_event_txtlink a b::before {
		background: url("../img/common/icon_link_round_bluegray_arrow_white.svg") no-repeat;
		background-size: 14px;
	}
	.p-professional .sec_event .sec_event_txtlink a::after {
		width: 100%;
	}
}
/* //緑バージョン */
/* 重要なお知らせアイコン */
.p-professional .sec_noitice .l-noitice li a[target="_blank"] {
	position: relative;
}
.p-professional .sec_noitice .l-noitice li a[target="_blank"]::after {
	display: inline-block;
	margin-left: 2px;
	content: "";
	width: 16px;
	height: 16px;
	background: url("/assets/img/common/icon_link_rect_bluegray_arrow_touka.svg") no-repeat center center / contain;
	position: relative;
	top: 2px;
	right: 0;
}
@media screen and (max-width: 768px) {
	.p-professional .sec_noitice .l-noitice li a[target="_blank"]::after {
		width: 13px;
		height: 13px;
	}
}
.p-professional .sec_noitice .l-noitice li a[href$=".pdf"] {
	position: relative;
}
.p-professional .sec_noitice .l-noitice li a[href$=".pdf"]::after {
	display: inline-block;
	margin-left: 2px;
	content: "";
	width: 16px;
	height: 16px;
	background: url("/assets/img/common/icon_pdf.svg") no-repeat center center / contain;
	position: relative;
	top: 2px;
	right: 0;
}
@media screen and (max-width: 768px) {
	.p-professional .sec_noitice .l-noitice li a[href$=".pdf"]::after {
		width: 13px;
		height: 13px;
	}
}
/* //重要なお知らせアイコン */
/* ニュースアイコン */
.p-professional .sec_news .l-news li a[target="_blank"] .ttl {
	position: relative;
}
.p-professional .sec_news .l-news li a[target="_blank"] .ttl::after {
	display: inline-block;
	margin-left: 2px;
	content: "";
	width: 14px;
	height: 14px;
	background: url("/assets/img/common/icon_link_rect_bluegray_arrow_touka.svg") no-repeat center center / contain;
	position: relative;
	top: 2px;
	right: 0;
}
@media screen and (max-width: 768px) {
	.p-professional .sec_news .l-news li a[target="_blank"] .ttl::after {
		width: 14px;
		height: 14px;
	}
}
.p-professional .sec_news .l-news li a[href$=".pdf"] .ttl {
	position: relative;
}
.p-professional .sec_news .l-news li a[href$=".pdf"] .ttl::after {
	display: inline-block;
	margin-left: 2px;
	content: "";
	width: 14px;
	height: 14px;
	background: url("/assets/img/common/icon_pdf.svg") no-repeat center center / contain;
	position: relative;
	top: 2px;
	right: 0;
}
@media screen and (max-width: 768px) {
	.p-professional .sec_news .l-news li a[href$=".pdf"] .ttl::after {
		width: 14px;
		height: 14px;
	}
}
/* //ニュースアイコン */