@charset "UTF-8";
body {
	padding-top: 0;
}
button {
	font-family: inherit;
	color: inherit;
	caret-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	appearance: none;
}
.u-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-ttl {
	margin-top: 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 32px;
}
.u-ttl_sub {
	font-size: 20px;
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
}
.u-ttl_sub:last-child {
	margin-bottom: 0;
	margin-top: 12px;
}
.u-ttl_point {
	color: var(--color-red);
}
.u-ttl-middle {
	text-align: center;
	font-size: 40px;
	margin-bottom: 55px;
}
.u-ttlSimple {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}
.u-ttlSimple-red {
	color: var(--color-red);
}
.u-ttlSimple-middle {
	font-size: 20px;
	margin-bottom: 10px;
}
.u-ttlSimple-small {
	font-size: 16px;
	margin-bottom: 10px;
}
.u-ttlBar {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 15px;
	position: relative;
	padding-left: 18px;
}
.u-ttlBar::before {
	content: "";
	display: block;
	width: 9px;
	height: 3px;
	border-radius: 2px;
	background-color: var(--color-red);
	position: absolute;
	top: 0.7em;
	left: 0;
	transform: translateY(-50%);
}
.u-ttlDouble {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
	z-index: 2;
	padding-left: 14px;
}
.u-ttlDouble_en {
	font-family: var(--font-roboto);
	font-size: 22px;
	font-weight: 500;
	color: var(--color-red);
	margin-right: 7px;
}
.u-ttlDouble_main {
	vertical-align: text-bottom;
}
.u-ttlLine {
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	padding-top: 24px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 30px;
}
.u-ttlLine::before {
	content: "";
	display: block;
	background-color: rgba(203, 44, 63, 0.10);
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}
.u-ttlLine::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-red);
	border-radius: 2px;
	width: 60px;
	height: 4px;
}
.u-ttlLine_sub {
	color: var(--color-red);
	line-height: 1.5;
	font-family: var(--font-roboto);
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.u-ttlLine_sub > b {
	font-size: 150%;
	font-weight: inherit;
	margin-left: 8px;
	vertical-align: baseline;
}
.u-round {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-roboto);
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.u-round_main {
	display: block;
	background-color: var(--color-text);
	color: var(--color-white);
	padding: 6px 20px;
	border-radius: 16px;
	letter-spacing: 0.05em;
}
.u-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}
.u-list > li {
	position: relative;
	padding-left: 15px;
}
.u-list > li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: var(--color-red);
	border-radius: 50%;
	position: absolute;
	top: 0.9em;
	transform: translateY(-50%);
	left: 0;
}
.u-list > li > b {
	font-weight: 500;
}
.u-noteList {
	list-style: none;
	font-size: 14px;
	line-height: 1.5;
	color: var(--color-dark-gray);
	counter-reset: number;
	padding: 0;
	margin: 0;
	margin-top: 13px;
}
.u-noteList > li {
	counter-increment: number;
	position: relative;
	padding-left: 24px;
}
.u-noteList > li::before {
	content: "※";
	display: block;
	position: absolute;
	top: 0.75em;
	transform: translateY(-50%);
	left: 0;
}
.u-btn {
	text-decoration: none;
	color: inherit;
	display: flex;
	border: 1px solid var(--color-middle-gray);
	padding: 10px 30px;
	font-size: 15px;
	line-height: 1.5;
	box-sizing: border-box;
	min-height: 80px;
	align-items: center;
	background-color: var(--color-white);
	position: relative;
	transition-duration: 0.4s;
	transition-property: background-color, color;
	height: 100%;
	margin: 0;
	justify-content: space-between;
	column-gap: 15px;
}
.u-btn-arrowR {
	padding-right: 40px;
}
.u-btn-arrowR::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 10px;
	height: 10px;
	border: 1px solid var(--color-red);
	border-bottom: none;
	border-right: none;
	transition-duration: 0.6s;
	transition-property: width, height, opacity;
	opacity: 0;
}
.u-btn-arrowR::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 10px;
	height: 10px;
	border: 1px solid var(--color-red);
	border-top: none;
	border-left: none;
	transition-duration: 0.6s;
	transition-property: width, height, opacity;
	opacity: 0;
}
.u-btn_arrow {
	display: block;
	position: relative;
	z-index: 1;
}
.u-btn_arrow > img {
	display: block;
}
.u-btn_arrow > svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1px;
}
.u-btn_blank {
	display: block;
}
.u-btn_blank_svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
}
.u-btn_blank > img {
	display: block;
}
a.u-btn-gray {
	background-color: var(--color-dark-gray);
	color: var(--color-white);
	border: none;
}
.u-btn-small {
	min-height: 53px;
}
.u-tag {
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid var(--color-border);
	text-decoration: none;
	display: block;
	border-radius: 15px;
	color: inherit;
	padding: 5px 12px;
}
.u-circle {
	width: 120px;
	height: 120px;
	background-color: var(--color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}
.u-circle:last-child {
	margin-bottom: 0;
}
.u-circle > img {
	display: block;
}
.u-circle-gray {
	background-color: var(--color-sub-area);
}
.u-circle-small {
	width: 100px;
	height: 100px;
}
.u-tagList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
	font-size: 12px;
}
.u-tagList > li {
	position: relative;
	display: flex;
	align-items: center;
}
.u-tagList > li::after {
	content: "/";
	display: block;
	margin-left: 10px;
}
.u-tagList > li:last-child::after {
	display: none;
}
.u-listSimple {
	padding: 0;
	margin: 0;
	font-size: 14px;
	list-style: none;
}
.u-listSimple > li {
	position: relative;
	padding-left: 12px;
}
.u-listSimple > li::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: currentColor;
	position: absolute;
	top: 0.9em;
	transform: translateY(-50%);
	left: 0;
}
.u-ttlDot {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	position: relative;
	padding-left: 15px;
}
.u-ttlDot::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--color-red);
	position: absolute;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
}
.u-ttlBgLine {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 33px;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	margin-bottom: 23px;
}
.u-ttlBgLine::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: var(--color-border);
	width: 100%;
	height: 1px;
	z-index: 0;
}
.u-ttlBgLine_main {
	display: block;
	color: #777;
	background-color: var(--color-light-pink);
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.u-spInline {
	display: none;
}
.u-tabletNone {
	display: inline;
}
.u-tabletInline {
	display: none;
}
.u-spsInline {
	display: none;
}
.u-spNone {
	display: inline;
}
.u-lowResInline {
	display: none;
}
.u-lowResNone {
	display: inline;
}
.u-bg {
	position: relative;
}
.u-bg::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: calc(100vw - 100px);
	height: 100%;
	background-color: var(--color-bg-gray);
	transform: translateX(-50%);
	margin-left: -130px;
	box-shadow: 200px 0 0 var(--color-bg-gray), -200px 0 0 var(--color-bg-gray);
}
.u-sect {}
.u-icon {}
.u-icon > img {
	display: block;
	width: 100%;
	height: auto;
}
.u-btn-gray::before {
	left: 0;
	top: 0;
	border: none;
	background-color: var(--color-red);
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-duration: 0.4s;
	transition-property: transform;
	transform-origin: right bottom;
	transform: scale(0, 1);
}
.u-btn_text {
	display: block;
	position: relative;
	z-index: 1;
}
.u-btn-gray::after {
	display: none;
}
.u-figCaption {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right;
	width: 100%;
	font-size: 12px;
	color: var(--color-white);
	background-color: rgba(0, 0, 0, 0.50);
	line-height: 1;
	padding: 8px;
	box-sizing: border-box;
	z-index: 2;
}
.body {
	--color-text: #333;
	--color-border: #ddd;
	--color-bg-gray: #EDEDEB;
	--color-sub-area: #f5f5f5;
	--color-middle-gray: #999999;
	--color-dark-gray: #666666;
	--color-gray-pankuzu: #bbb;
	--color-red: #CB2C3F;
	--color-dull-pink: #DB99A0;
	--color-light-pink: #FAF4F4;
	--color-dull-yellow: #DAC9A3;
	--color-light-yellow: #FAECCD;
	--color-white: #fff;
	--font-gothic: "MFW-UDShinGoPr6N-Regular", "UD Shin Go Regular", sans-serif;
	--font-roboto: "Roboto Flex", sans-serif;
	color: var(--color-text);
	font-size: 16px;
	line-height: 1.8;
	font-family: var(--font-gothic);
}
.body_inner {}
.body_cols {
	display: flex;
	justify-content: space-between;
}
.body_col {}
.body_col-side {
	width: 230px;
	padding-top: 3px;
}
.body_col-main {
	width: calc(100% - 260px);
	max-width: 900px;
}
.sideNav {
	border: 1px solid var(--color-border);
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: var(--color-white);
	padding: 26px 10px 20px;
	padding-left: 15px;
}
.sideNav_title {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 5px;
	font-weight: 500;
}
.sideNav_inner {
	max-width: 182px;
	margin: 0 auto;
}
.sideNav_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sideNav_list > li {}
.sideNav_list > li > a {
	text-decoration: none;
	display: block;
	color: rgba(51, 51, 51, 0.50);
	position: relative;
	font-size: 13px;
	line-height: 20px;
	padding: 7px 15px;
	padding-right: 0;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.sideNav_list > li > a[aria-current="true"] {
	color: var(--color-red);
	font-weight: 600;
}
.sideNav_arrow {
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid var(--color-red);
	transform: translateY(-25%) translateY(-50%) rotate(45deg);
	border-top: none;
	border-left: none;
	position: absolute;
	top: 17px;
	left: 0;
}
.sideGuideNav {}
.sideGuideNav_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sideGuideNav_list > li {}
.sideGuideNav_list > li:nth-child(n+2) {
	margin-top: 5px;
}
.sideGuideNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.sideGuideItem {
	border: 2px solid var(--color-dull-pink);
	border-radius: 5px;
	padding: 12px 10px 10px;
	background-color: var(--color-light-pink);
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
}
.sideGuideItem_inner {}
.sideGuideItem_image {
	max-width: 150px;
	margin: 0 auto 5px;
}
.sideGuideItem_image > img:first-child {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: 100%;
}
.sideGuideItem_text {
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	margin: 0;
	line-height: 1.4;
}
.sideGuideItem-yellow {
	border-color: var(--color-dull-yellow);
	background-color: var(--color-light-yellow);
}
.sectItem {}
.sectItem_contents {
	padding-bottom: 110px;
	padding-top: 120px;
}
.sectItem_contents-first {
	padding-top: 0;
}
.sectItem_contents-last {
	padding-bottom: 0;
}
.sectItem_contents_inner {}
.intro {}
.intro_title {}
.intro_title_point {
	margin-bottom: 0;
}
.intro_message {
	margin: 0;
	line-height: 2;
	margin-bottom: 24px;
}
.intro_box {
	background-color: var(--color-bg-gray);
	border-radius: 5px;
	padding: 45px 20px 55px;
}
.intro_box_inner {
	max-width: 750px;
	margin: 0 auto;
}
.intro_headline {
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 25px;
}
.intro_list {
	list-style: none;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
	row-gap: 12px;
	padding: 0;
}
.intro_list > li {
	background-color: var(--color-white);
	padding: 21px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 100%;
	border-radius: 5px;
}
.intro_boxTxt {
	margin: 0;
	text-align: center;
	line-height: 1.5;
}
.intro_boxTxt_point {
	color: var(--color-red);
	font-weight: 500;
}
.intro_boxTxt > b {
	font-weight: 500;
}
.intro_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.intro_cols:last-child {
	margin-bottom: 0;
}
.intro_col {}
.intro_col-txt {
	width: 52%;
	max-width: 456px;
	padding-top: 11px;
}
.intro_text {
	margin: 0;
	line-height: 2;
	margin-bottom: 24px;
}
.intro_text_point {
	color: var(--color-red);
}
.intro_text:last-child {
	margin-bottom: 0;
}
.intro_col-img {
	width: 43%;
	max-width: 383px;
}
.intro_col-img-free {
	width: 45%;
	max-width: 396px;
}
.intro_image {}
.intro_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.offMerit {}
.offMerit_round {}
.offMerit_title {}
.offMerit_cell {
	margin-bottom: 80px;
}
.offMerit_cell:last-child {
	margin-bottom: 0;
}
.offMerit_ttlWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 31px;
}
.offMerit_circle {
	margin: 0;
}
.offMerit_icon {}
.offMerit_icon > img {}
.offMerit_areaTtl {
	width: calc(100% - 130px);
}
.offMerit_subTtl {}
.offMerit_headline {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}
.offMerit_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.offMerit_col {
	width: 49%;
}
.offMerit_col-txt {}
.offMerit_areaTxt {}
.offMerit_text {
	margin: 0;
	font-size: 14px;
}
.offMerit_noteList {}
.offMerit_noteList > li {}
.offMerit_col-img {
	max-width: 430px;
}
.offMerit_image {}
.offMerit_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.flow {}
.flow_round {}
.flow_title {}
.flow_cell {
	padding-bottom: 60px;
	position: relative;
}
.flow_cell::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 45px);
	background-color: var(--color-red);
	position: absolute;
	top: 45px;
	left: 45px;
	z-index: 0;
	transform: translateX(-50%);
}
.flow_cell:last-child {
	padding-bottom: 0;
}
.flow_cell:last-child::before {
	display: none;
}
.flow_cols {
	display: flex;
	justify-content: space-between;
}
.flow_col {}
.flow_col-number {
	width: 90px;
}
.flow_number {
	margin: 0;
	width: 90px;
	height: 90px;
	border: 1px solid var(--color-red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-roboto);
	font-size: 34px;
	color: var(--color-red);
	line-height: 1.2;
	flex-direction: column;
	background-color: var(--color-white);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.flow_number-gray {
	background-color: var(--color-bg-gray);
}
.flow_number_txt {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.flow_number_num {
	display: block;
}
.flow_col-txt {
	width: calc(100% - 120px);
	padding-top: 29px;
}
.flow_areaTxt {}
.flow_headline {
	margin-bottom: 40px;
}
.flow_cCols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.flow_cCols:last-child {
	margin-bottom: 0;
}
.flow_cCol {}
.flow_cCol-img {
	width: 44%;
	max-width: 340px;
}
.flow_image {}
.flow_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.flow_cCol-txt {
	width: 53%;
	max-width: 400px;
}
.flow_txtBox {}
.flow_text {
	margin: 0;
	margin-bottom: 20px;
}
.flow_listBox {
	background-color: var(--color-sub-area);
	border-radius: 5px;
	padding: 22px 25px;
}
.flow_list {
	line-height: 1.5;
}
.flow_list > li {}
.flow_list > li::before {
	top: 0.75em;
}
.flow_list > li:nth-child(n+2) {
	margin-top: 5px;
}
.flow_link {
	margin: 0;
}
.flow_link > a {}
.flow_link > a::before {}
.flow_link > a::after {}
.flow_link_arrow {}
.offPoint {}
.offPoint_round {}
.offPoint_title {}
.offPoint_cell {
	background-color: var(--color-white);
	border-radius: 5px;
	padding: 50px 20px 40px;
	margin-bottom: 20px;
}
.offPoint_cell:last-child {
	margin-bottom: 0;
}
.offPoint_cols {
	display: flex;
	max-width: 820px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.offPoint_col {}
.offPoint_col-img {
	width: 100px;
	height: 100px;
}
.offPoint_circle {}
.offPoint_icon {}
.offPoint_icon > img {}
.offPoint_col-txt {
	width: calc(100% - 130px);
	max-width: 674px;
}
.offPoint_headline {}
.offPoint_text {
	margin: 0;
	font-size: 14px;
}
.soluCase {}
.soluCase_round {}
.soluCase_title {}
.soluCase_cell {
	border: 1px solid var(--color-border);
	position: relative;
	padding: 30px 30px 26px;
	margin-bottom: 60px;
	background-color: var(--color-white);
}
.soluCase_new {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 20px;
	background-color: var(--color-red);
	color: var(--color-white);
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.soluCase_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 27px;
}
.soluCase_col {}
.soluCase_col-txt {
	width: 46%;
	max-width: 386px;
}
.soluCase_name {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 10px;
}
.soluCase_headline {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
	margin-bottom: 13px;
}
.soluCase_tagList {}
.soluCase_tagList > li {}
.soluCase_tagList > li > a {}
.soluCase_link {
	max-width: 232px;
	margin: 0;
	margin-top: 20px;
}
.soluCase_link > a {
	min-height: 53px;
	padding-right: 30px;
	font-size: 16px;
	border-color: var(--color-gray-pankuzu);
}
.soluCase_col-img {
	width: 52%;
	max-width: 430px;
}
.soluCase_image {}
.soluCase_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.soluCase_effect {}
.soluCase_subhead {}
.soluCase_effect_inner {
	background-color: var(--color-sub-area);
	border-radius: 5px;
	padding: 20px 20px 25px;
	position: relative;
	margin-top: -15px;
	z-index: 1;
}
.soluCase_subhead_en {}
.soluCase_subhead_main {}
.soluCase_list {
	list-style: none;
}
.soluCase_list > li {}
.areaFaq {}
.areaFaq_round {}
.areaFaq_title {}
.faq {
	border-top: 1px solid var(--color-border);
}
.faq:last-child {
	border-bottom: 1px solid var(--color-border);
}
.faq_title {
	margin: 0;
}
.faq_title_btn {
	display: block;
	width: 100%;
	margin: 0;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	text-align: left;
	font-weight: 500;
	line-height: 28px;
	position: relative;
	padding-left: 70px;
	padding-top: 40px;
	padding-bottom: 40px;
	cursor: pointer;
	padding-right: 70px;
	font-size: 16px;
}
.faq_mark {
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	position: absolute;
	left: 10px;
	transform: translateY(-50%);
	margin: 0;
}
.faq_mark-q {
	color: var(--color-red);
	top: 54px;
}
.faq_mark-a {
	top: 16px;
	color: var(--color-middle-gray);
}
.faq_title_btn_txt {}
.faq_title_btn_open {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 54px;
	right: 30px;
	transform: translateY(-50%);
}
.faq_title_btn_open::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: var(--color-text);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: transform;
}
.faq_title_btn[aria-expanded="true"] .faq_title_btn_open::before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.faq_title_btn_open::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: var(--color-text);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: transform;
}
.faq_ans {
	visibility: hidden;
	overflow: hidden;
	max-height: 0;
	transition-duration: .3s;
	transition-property: max-height, opacity, visibility;
	opacity: 0;
}
.faq_ans.isShow {
	max-height: var(--toggleHeight, none);
	visibility: visible;
	opacity: 1;
}
.faq_ans_inner {
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 30px;
}
.faq_ansTxt {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
}
.faq_ansTxt:last-child {
	margin-bottom: 0;
}
.laboOffice {
	background-color: var(--color-sub-area);
	padding: 40px 20px 40px;
}
.laboOffice_inner {
	max-width: 720px;
	margin: 0 auto;
}
.laboOffice_title {
	margin-bottom: 23px;
}
.laboOffice_text {
	margin: 0;
	line-height: 1.5;
	margin-bottom: 25px;
	font-size: 14px;
}
.laboOffice_headline {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	display: flex;
	position: relative;
	margin: 0;
	margin-bottom: 16px;
}
.laboOffice_headline_txt {
	display: block;
	position: relative;
	background-color: var(--color-sub-area);
	z-index: 1;
	padding-right: 22px;
}
.laboOffice_headline::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 0;
}
.laboOffice_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.laboOffice_list > li {
	width: 23.5%;
}
.laboOffice_fig {
	margin: 0;
}
.laboOffice_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.laboOffice_fig > figcaption {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 8px;
}
.laboOffice_link {
	max-width: 580px;
	margin: 30px auto 0;
	position: relative;
	z-index: 2;
}
.laboOffice_link > a {}
.laboOffice_link_icon {
	display: block;
	position: relative;
	z-index: 2;
}
.laboOffice_link_icon > img {}
.officeKit {
	background-color: var(--color-sub-area);
	padding: 40px 30px 40px;
}
.officeKit_title {
	margin-bottom: 20px;
}
.officeKit > img {
	display: block;
}
.officeKit_cols {
	display: flex;
	justify-content: space-between;
}
.officeKit_col {}
.officeKit_col-img {
	width: 38%;
	max-width: 273px;
}
.officeKit_image {}
.officeKit_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.officeKit_col-txt {
	width: 59%;
	max-width: 410px;
}
.officeKit_text {
	margin: 0;
	font-size: 14px;
}
.officeKit_link {
	margin: 0;
	max-width: 400px;
	margin-top: 20px;
}
.officeKit_link > a {
	font-size: 14px;
}
.merit {}
.merit_round {}
.merit_title {}
.merit_grid {
	column-gap: 10px;
	row-gap: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.meritItem {
	background-color: var(--color-white);
	border-radius: 5px;
	padding: 45px 20px 24px;
	width: calc((100% - 20px) / 3);
	box-sizing: border-box;
}
.meritItem-gray {
	background-color: var(--color-bg-gray);
}
.meritItem_circle {}
.meritItem_icon {}
.meritItem_icon > img {}
.meritItem_title {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 14px;
	min-height: 2.6em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.meritItem_title:last-child {
	margin-bottom: 0;
}
.meritItem_title_sub {
	font-size: 16px;
	margin-bottom: 3px;
}
.meritItem_text {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}
.freeType {}
.freeType_round {}
.freeType_title {}
.freeType_text {
	margin: 0;
	margin-bottom: 50px;
}
.freeType_cols {
	display: flex;
	justify-content: space-between;
}
.freeType_col {
	width: 48%;
	max-width: 425px;
}
.freeType_col-no1 {}
.freeType_item {
	border: 1px solid var(--color-border);
	border-radius: 5px;
	padding: 34px 20px;
	height: 100%;
	box-sizing: border-box;
}
.freeType_item_inner {
	max-width: 365px;
	margin: 0 auto;
}
.freeType_headline {
	text-align: center;
	margin-bottom: 35px;
}
.freeType_message {
	margin: 0;
	text-align: center;
	margin-bottom: 29px;
}
.freeType_image {
	margin-bottom: 30px;
}
.freeType_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.freeType_box {
	background-color: var(--color-light-pink);
	padding: 16px 25px;
	border-radius: 5px;
	margin-bottom: 18px;
}
.freeType_subhead {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	line-height: 1.5;
}
.freeType_subhead-small {
	font-size: 14px;
}
.freeType_list {}
.freeType_list > li {}
.freeType_boxTxt {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.freeType_box-ex {
	background-color: var(--color-sub-area);
	margin-bottom: 0;
}
.freeType_col-no2 {}
.flow_tagList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	margin-bottom: 20px;
}
.flow_tagList:last-child {
	margin-bottom: 0;
}
.flow_tagList > li {
	font-size: 14px;
	line-height: 1.5;
	background-color: var(--color-white);
	border-radius: 3px;
	padding: 5px 10px;
}
.point {}
.point_round {}
.point_title {}
.point_cells {}
.point_cell {
	background-color: var(--color-light-pink);
	border-radius: 5px;
	padding: 45px 20px 40px;
	margin-bottom: 30px;
}
.point_cell:last-child {
	margin-bottom: 0;
}
.point_cell_inner {
	max-width: 820px;
	margin: 0 auto;
}
.point_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.point_col {}
.point_col-img {
	width: 90px;
}
.point_image {}
.point_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.point_col-txt {
	width: calc(100% - 115px);
}
.point_headline {}
.point_headline:last-child {
	margin-bottom: 0;
}
.point_text {
	margin: 0;
	font-size: 14px;
}
.point_text_point {
	color: var(--color-red);
	font-weight: 500;
}
.point_subhead {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 33px;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	margin-bottom: 23px;
}
.point_subhead::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: var(--color-border);
	width: 100%;
	height: 1px;
	z-index: 0;
}
.point_subhead_main {
	display: block;
	color: #777;
	background-color: var(--color-light-pink);
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.caseStudy {}
.caseStudy_title {
	margin-bottom: 30px;
}
.caseStudy_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	row-gap: 24px;
}
.caseStudy_grid-2c {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	row-gap: 24px;
}
.caseStudy_grid-3c {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 10px;
	row-gap: 10px;
}
.caseStudyItem {}
.caseStudyItem > a {
	text-decoration: none;
	color: inherit;
	background-color: var(--color-white);
	height: 100%;
	border: 1px solid var(--color-border);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	transition-duration: 0.6s;
	transition-property: box-shadow;
}
.caseStudyItem > a::before {}
.caseStudyItem_areaImg {}
.caseStudyItem_image {}
.caseStudyItem_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.caseStudyItem_areaTxt {
	padding: 20px 20px 18px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.caseStudyItem_update {
	margin: 0;
	line-height: 1;
	font-size: 12px;
	font-weight: 500;
	color: #bbb;
	margin-bottom: 10px;
}
.caseStudyItem_update > time {}
.caseStudyItem_topicList {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: 500;
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 6px;
}
.caseStudyItem_topicList > li {
	display: block;
	background-color: var(--color-dark-gray);
	color: var(--color-white);
	padding: 1px 12px;
}
.caseStudyItem_title {
	line-height: 1.7;
	margin-bottom: 15px;
	min-height: var(--height-case-title, 0);
}
.caseStudyItem_title_inner {
	display: block;
}
.caseStudyItem_text {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: auto;
}
.prodList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 20px;
}
.prodList > li {}
.prodList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	transition-duration: 0.6s;
	transition-property: box-shadow;
}
.prodListItem {
	background-color: var(--color-white);
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.prodListItem_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.prodListItem_col {}
.prodListItem_col-img {
	width: 100px;
}
.prodListItem_image {}
.prodListItem_image > img {
	display: block;
}
.prodListItem_col-txt {
	width: calc(100% - 120px);
	position: relative;
	padding: 10px 0;
	padding-right: 50px;
	box-sizing: border-box;
}
.prodListItem_text {
	margin-bottom: 0;
}
.prodListItem_icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.prodListItem_icon > img {
	display: block;
}
.dLNav {
	background-color: #5C5C5C;
	border-radius: 5px;
	padding: 63px 20px;
	margin-top: 110px;
}
.dLNav_title {
	margin: 0;
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 34px;
}
.dLNav_title > img:first-child {
	display: block;
	width: 22px;
}
.menuCase {}
.menuCase_round {}
.menuCase_title {}
.menuCase_cell {
	position: relative;
	margin-bottom: 75px;
}
.menuCase_cell:last-child {
	margin-bottom: 0;
}
.menuCase_nameCols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: flex-end;
	position: relative;
	min-height: 42px;
}
.menuCase_nameCols::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--color-border);
	position: absolute;
	top: 0;
	left: 0;
}
.menuCase_nameCols::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: var(--color-border);
	top: 0;
	left: 100px;
	position: absolute;
}
.menuCase_nameCol {}
.menuCase_nameCol-num {
	width: 100px;
	box-sizing: border-box;
}
.menuCase_number {
	margin: 0;
	color: var(--color-red);
	font-family: var(--font-roboto);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
}
.menuCase_number_num {
	font-size: 150%;
	font-weight: normal;
	margin-left: 6px;
	vertical-align: baseline;
}
.menuCase_nameCol-ttl {
	width: calc(100% - 125px);
	padding-top: 13px;
}
.menuCase_name {
	margin: 0;
}
.menuCase_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 37px;
}
.menuCase_cols:last-child {
	margin-bottom: 0;
}
.menuCase_col {
	width: 49%;
}
.menuCase_col-txt {
	max-width: 440px;
	display: flex;
	flex-direction: column;
}
.menuCase_col-txt-hasPt {
	padding-top: 20px;
}
.menuCase_headline {
	line-height: 1.8;
	margin-bottom: 27px;
}
.menuCase_headline-small {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 22px;
}
.menuCase_headline-mbS {
	margin-bottom: 10px;
}
.menuCase_text {
	margin: 0;
}
.menuCase_text-small {
	font-size: 14px;
}
.menuCase_col-img {
	max-width: 430px;
}
.caseSlide {}
.caseSlide_main {
	margin-bottom: 15px;
}
.caseSlide_item {}
.caseSlide_image {}
.caseSlide_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.caseSlide_thumbList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
.caseSlide_thumbList > li {
	width: 40px;
}
.caseSlide_thumbList_btn {
	display: block;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	margin: 0;
	padding: 0;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.caseSlide_thumbList_btn[aria-current="true"] {}
.caseSlide_thumbList_btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
	z-index: 1;
}
.caseSlide_thumbList_btn::after {
	content: "";
	display: block;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
	z-index: 2;
}
.caseSlide_thumbList_btn[aria-current="true"]::before {
	border-color: var(--color-red);
}
.caseSlide_thumbList_btn[aria-current="true"]::after {
	border-color: var(--color-white);
}
.caseSlide_thumbList_btn > img:first-child {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.muneCase_boxCols {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	margin-bottom: 16px;
}
.muneCase_boxCol {
	width: 49%;
	max-width: 440px;
}
.muneCase_boxCol-no1 {}
.menuCase_box {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}
.menuCase_box:last-child {
	margin-bottom: 0;
}
.menuCase_subhead {}
.menuCase_effect_inner {
	background-color: var(--color-white);
	border-radius: 5px;
	padding: 30px 25px 25px;
	margin-top: -16px;
	box-sizing: border-box;
	height: 100%;
}
.menuCase_effect_inner-gray {
	background-color: var(--color-sub-area);
}
.menuCase_boxTxt {
	margin: 0;
	font-size: 14px;
}
.muneCase_boxCol-no2 {}
.menuCase_voice {}
.menuCase_voiceCols {
	display: flex;
	border-bottom: 1px solid var(--color-border);
	align-items: center;
	justify-content: space-between;
	padding-bottom: 17px;
	padding-top: 25px;
}
.menuCase_voiceCols:first-child {
	padding-top: 9px;
}
.menuCase_voiceCols:last-child {
	border-bottom: none;
	padding-bottom: 12px;
}
.menuCase_voiceCol {}
.menuCase_voiceCol-icn {
	width: 60px;
}
.menuCase_icon {}
.menuCase_icon > img {
	display: block;
}
.menuCase_voiceCol-txt {
	width: calc(100% - 90px);
}
.dlNavItemWide {
	max-width: 820px;
	margin: 0 auto;
}
.dlNavItemWide > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.dlNavItemWide_cols {
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	overflow: hidden;
}
.dlNavItemWide_col {
	width: 50%;
	box-sizing: border-box;
}
.dlNavItemWide_col-img {
	background-color: #E0B432;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.dlNavItemWide_col-img-red {
	background-color: var(--color-red);
}
.dlNavItemWide_image {
	max-width: 240px;
	position: relative;
}
.dlNavItemWide_image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--color-white);
	box-sizing: border-box;
	z-index: 2;
}
.dlNavItemWide_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.dlNavItemWide_col-txt {
	background-color: var(--color-white);
	padding: 20px 20px;
}
.dlNavItemWide_col-txt-tall {
	padding-top: 37px;
	padding-bottom: 38px;
}
.dlNavItemWide_text {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 1.5;
}
.dlNavItemWide_text-center {
	text-align: center;
}
.dlNavItemWide_link {
	margin: 0;
	background-color: var(--color-text);
	border-radius: 2px;
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	font-size: 13px;
	font-weight: 500;
	column-gap: 8px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.dlNavItemWide_link > img:first-child {
	display: block;
	width: auto;
}
.caseStudyItem_tagList {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
}
.caseStudyItem_tagList > li {}
.caseStudy_link {
	max-width: 390px;
	margin: 50px auto 0;
}
.caseStudy_link > a {}
.officeNav {
	margin-top: 110px;
}
.officeNav_cols {
	display: flex;
	justify-content: space-between;
}
.officeNav_col {
	width: 50%;
	box-sizing: border-box;
	padding: 62px 20px;
}
.officeNav_col-download {
	background-color: var(--color-dark-gray);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.officeNav_col-labo {
	background-color: #5c5c5c;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.officeNav_title {
	display: flex;
	align-items: center;
	color: var(--color-white);
	justify-content: center;
	font-size: 30px;
	font-weight: 500;
	column-gap: 25px;
	margin: 0;
	margin-bottom: 34px;
}
.officeNav_title > img {
	display: block;
}
.dLItem {
	background-color: var(--color-white);
	border-radius: 5px;
	overflow: hidden;
	max-width: 370px;
	margin: 0 auto;
}
.dLItem > a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.dLItem_areaImg {
	padding: 23px 20px;
	border-bottom-left-radius: 2px;
	min-height: 172px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dLItem_areaImg-pink {
	background-color: #E57E7E;
}
.dLItem_areaImg-yellow {
	background-color: #E0B432;
}
.dLItem_areaImg-orange {
	background-color: #D58C04;
}
.dLItem_image {
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
}
.dLItem_image > img {
	display: block;
	margin: 0 auto;
}
.dLItem_areaTxt {
	padding: 20px;
}
.dLItem_message {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dLItem_text {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 15px;
}
.dLItem_link {
	margin: 0;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	background-color: var(--color-text);
	color: var(--color-white);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	column-gap: 8px;
}
.dLItem_link > img {
	display: block;
}
.dLItem_laboImage {}
.dLItem_laboImage > img {
	display: block;
	margin: 0 auto;
}
.relatedNav {
	background-color: var(--color-sub-area);
	border-radius: 5px;
	padding: 50px 20px;
}
.relatedNav_inner {
	max-width: 1080px;
	margin: 0 auto;
}
.relatedNav_title {
	margin: 0;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 40px;
}
.relatedNav_cell {
	margin-bottom: 50px;
}
.relatedNav_cell:last-child {
	margin-bottom: 0;
}
.relatedNav_headline {
	margin-bottom: 30px;
}
.relatedNav_grid {
	display: grid;
	column-gap: 3.7%;
	row-gap: 28px;
}
.relatedNav_grid-2c {
	grid-template-columns: repeat(2, 1fr);
}
.relatedNav_grid-3c {
	grid-template-columns: repeat(3, 1fr);
}
.relatedSoluItem {}
.relatedSoluItem > a {
	text-decoration: none;
	color: inherit;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition-duration: .6s;
	transition-property: box-shadow;
}
.relatedSoluItem_areaImg {}
.relatedSoluItem_image {}
.relatedSoluItem_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.relatedSoluItem_areaTxt {
	border: 1px solid var(--color-border);
	box-sizing: border-box;
	height: 100%;
	background-color: var(--color-white);
	border-top: none;
	padding: 20px 20px 12px;
}
.relatedSoluItem_title {
	text-align: center;
	margin-bottom: 4px;
}
.relatedSoluItem_text {
	margin: 0;
	font-size: 15px;
}
.relatedMenuItem {}
.relatedMenuItem > a {
	text-decoration: none;
	color: inherit;
	display: block;
	background-color: var(--color-white);
	height: 100%;
	border: 1px solid var(--color-border);
	box-sizing: border-box;
	transition-duration: 0.6s;
	transition-property: box-shadow;
}
.relatedMenuItem_cols {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.relatedMenuItem_col {}
.relatedMenuItem_col-img {
	width: 39%;
	max-width: 200px;
	background-color: #F3E9E9;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	box-sizing: border-box;
	border-right: 1px solid var(--color-border);
}
.relatedMenuItem_image {}
.relatedMenuItem_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.relatedMenuItem_col-txt {
	width: 57%;
	max-width: 290px;
	align-self: center;
}
.relatedMenuItem_areaTxt {
	padding: 13px 30px;
	padding-left: 0;
}
.relatedMenuItem_title {}
.relatedMenuItem_text {
	margin: 0;
	font-size: 14px;
}
.dlNavItemWide_listBox {
	background-color: #ECE7E7;
	border-radius: 10px;
	padding: 16px 17px;
	margin-bottom: 16px;
}
.dlNavItemWide_list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}
.dlNavItemWide_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.merit_box {
	background-color: var(--color-bg-gray);
	border-radius: 5px;
	padding: 40px 20px 48px;
}
.merit_box_inner {
	max-width: 800px;
	margin: 0 auto;
}
.merit_boxTitle {
	text-align: center;
	margin-bottom: 30px;
}
.newFlow {
	background-color: var(--color-white);
	border-radius: 5px;
	padding: 48px 30px 30px;
}
.newFlow_title {
	text-align: center;
	margin-bottom: 45px;
}
.newFlow_areaChart {
	overflow: auto;
}
.newFlow_chart {}
.newFlow_chart > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.newPoint {
	margin-top: 30px;
}
.newPoint_cell {
	background-color: var(--color-sub-area);
	border-radius: 5px;
	padding: 29px 20px 20px;
	margin-bottom: 20px;
}
.newPoint_cell:last-child {
	margin-bottom: 0;
}
.newPoint_cols {
	display: flex;
	max-width: 820px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.newPoint_col {}
.newPoint_col-img {
	width: 29%;
}
.newPoint_image {}
.newPoint_image > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.newPoint_col-txt {
	width: 66%;
	max-width: 542px;
}
.newPoint_title {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	padding-left: 49px;
	margin-bottom: 16px;
}
.newPoint_title_number {
	color: var(--color-red);
	font-family: var(--font-roboto);
	font-size: 32px;
	font-weight: normal;
	position: absolute;
	top: 18px;
	left: 0;
	width: 40px;
	transform: translateY(-50%);
}
.newPoint_text {
	margin: 0;
	font-size: 14px;
}
.meritItem_image {
	margin: 0 auto 23px;
	max-width: 84px;
}
.meritItem_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.offMerit_pointCircle {
	margin: 0;
	width: 100px;
	height: 100px;
}
.offMerit_pointIcon {}
.offMerit_pointIcon > img {}
.pankuzu {
	background-color: var(--color-bg-gray);
}
.pankuzu_inner {
	max-width: 1304px;
}
.pankuzu_oList {
	list-style: none;
	margin: 0;
	display: flex;
	white-space: nowrap;
	overflow: auto;
	padding: 0;
	font-size: 12px;
}
.pankuzu_oList > li {
	display: flex;
	align-items: center;
}
.pankuzu_oList > li:nth-last-child(n+2)::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid var(--color-gray-pankuzu);
	box-sizing: border-box;
	transform: rotate(45deg);
	border-left: none;
	border-bottom: none;
	margin-left: 11px;
	margin-right: 16px;
}
.pankuzu_oList > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 59px;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.body_head {
	background-color: var(--color-bg-gray);
	padding-top: 10px;
	padding-bottom: 36px;
	margin-bottom: 68px;
}
.body_head_inner {}
.body_title {
	font-weight: normal;
	margin: 0;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.body_title_sub {
	display: block;
	margin-bottom: 7px;
}
.body_title_main {
	display: block;
	font-size: 23px;
}
.body_side {
	position: sticky;
	top: 20px;
	left: 0;
	z-index: 5;
}
.relatedNavWrap {
	border-top: 1px solid var(--color-border);
	padding-top: 80px;
	margin-top: 160px;
	padding-bottom: 100px;
}
.relatedNavWrap_inner {}
.relatedNavWrap-noBorder {
	border-top: none;
	margin-top: 0;
}
.intro_float {
	margin-bottom: 50px;
}
.intro_float::after {
	content: "";
	display: block;
	clear: both;
}
.intro_image-float {
	float: right;
	width: 398px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.contPoint {}
.contPoint_round {}
.contPoint_title {}
.contPoint_message {
	margin: 0 auto 80px;
}
.contPoint_cell {
	margin-bottom: 70px;
}
.contPoint_cell:last-child {
	margin-bottom: 0;
}
.contPoint_subTtl {
	font-size: 30px;
	margin-bottom: 30px;
}
.contPoint_text {
	margin: 0;
	margin-bottom: 40px;
}
.contPoint_text:last-child {
	margin-bottom: 0;
}
.contPoint_figList {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 33px;
}
.contPoint_figList > li {}
.contPoint_fig {
	margin: 0;
	position: relative;
}
.contPoint_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.contPoint_fig > figcaption {}
.conPoint_list {
	list-style: none;
	max-width: 820px;
	margin: 23px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
.conPoint_list > li {
	width: 48.5%;
	margin-left: 3%;
	max-width: 390px;
}
.conPoint_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.conPoint_list > li > a {}
.conPoint_list_txt {
	display: block;
}
.conPoint_list_txt > small {
	display: block;
	font-size: 12px;
}
.contPoint_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.contPoint_col {
	width: 49%;
	max-width: 430px;
}
.contPoint_col-txt {}
.contPoint_col-img {}
.contPoint_changeImage {}
.contPoint_changeImage > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.contPoint_changeWideImage {}
.contPoint_changeWideImage > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.meritItem-low {
	padding-top: 24px;
	padding-bottom: 15px;
}
.menuCase_cols-rev {
	flex-direction: row-reverse;
}
.menuCase_boxTitle {
	margin-bottom: 50px;
}
.collSup {
	margin-bottom: 76px;
}
.collSup_round {}
.collSup_title {}
.collSup_cols {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.collSup_col {
	width: calc((100% - 40px) /3);
}
.collSup_col-no1 {}
.collSupItem {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.collSupItem_problems {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	display: flex;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 19px;
	background-image: linear-gradient(to bottom, #f5f5f5 60%, rgba(255, 255, 255, 0) 60%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	min-height: 100px;
	padding: 18px 10px 30px;
}
.collSupItem_problems_txt {
	display: block;
	position: relative;
	z-index: 1;
	max-width: 220px;
	margin: 0 auto;
}
.collSupItem_problems_arrow {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 0;
	width: 100%;
}
.collSupItem_problems_arrow > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.collSupItem_areaTtl {
	background-color: #FFF6F6;
	padding: 11px;
	display: flex;
	flex-direction: column;
}
.collSupItem_number {
	margin: 0;
	color: var(--color-red);
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 3px;
	font-family: var(--font-roboto);
}
.collSupItem_number_sub {
	font-size: 16px;
	font-weight: 500;
	margin-right: 7px;
	vertical-align: middle;
}
.collSupItem_title {
	margin: 0;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}
.collSupItem_areaTxt {
	background-color: #f5f5f5;
	padding: 26px 17px 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
}
.collSupItem_areaTxt_inner {}
.collSupItem_text {
	margin: 0;
	font-size: 14px;
	margin-bottom: 15px;
}
.collSupItem_list {
	line-height: 1.6;
}
.collSupItem_list > li {}
.collSupItem_list > li::before {
	top: 0.8em;
}
.collSupItem_arrow {
	display: block;
	border: 9px solid rgba(255, 255, 255, 0);
	width: 0px;
	border-bottom: none;
	border-top-color: var(--color-red);
	border-top-width: 8px;
	border-radius: 3px;
	margin: 9px auto;
}
.collSupItem_imgList {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 38px;
}
.collSupItem_imgList-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
}
.collSupItem_imgList > li {}
.collSupItem_imgList > li > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.collSup_col-no2 {}
.collSup_col-no3 {}
.collSup_message {
	margin: 0;
	text-align: center;
	margin-top: 30px;
}
.collWorkMill {}
.collWorkMill_title {
	margin-bottom: 40px;
}
.collWorkMill_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
}
.collWorkMill_col {}
.collWorkMill_col-txt {
	width: 50%;
}
.collWorkMill_text {
	margin: 0;
}
.collWorkMill_col-img {
	width: 47%;
	padding-top: 35px;
}
.collWorkMill_image {}
.collWorkMill_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.collWorkMill_link {
	margin: 60px auto 0;
	max-width: 390px;
}
.collWorkMill_link > a {}
.collBook {}
.collBook_round {}
.collBook_title {}
.collBook_message {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 51px;
}
.collBook_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 64px;
}
.collBook_col {}
.collBook_col-img {
	width: calc(100% - 360px);
	max-width: 499px;
}
.collBook_image {}
.collBook_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.collBook_col-link {
	width: 337px;
	padding-top: 36px;
}
.collBook_book {
	max-width: 153px;
	margin: 0 auto;
}
.collBook_book > img {
	display: block;
	margin: 0 auto;
}
.collBook_link {
	margin: 0;
	margin-top: 40px;
}
.collBook_link > a {
	min-height: 60px;
}
.collBook_box {
	border: 1px solid rgba(51, 51, 51, 0.20);
	border-radius: 4px;
	padding: 27px 27px 22px;
}
.collBook_headline {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.collBook_text {
	margin: 0;
	margin-bottom: 20px;
}
.collBook_areaList {
	background-color: var(--color-sub-area);
	padding: 20px 20px;
}
.collBook_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 34px;
	row-gap: 10px;
	font-size: 15px;
}
.collBook_list > li {}
.collBook_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	align-items: center;
	position: relative;
	padding-right: 30px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.collBook_list_blank {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.collBook_list_blank > img {
	display: block;
}
.meritItem_list {
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 0.7em;
}
.meritItem_list > li {
	position: relative;
	padding-left: 12px;
}
.meritItem_list > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: currentColor;
}
.fap_table {
	width: 100%;
	margin-bottom: 27px;
}
.fap_table > tbody {}
.fap_table > tbody > tr {}
.fap_table > tbody > tr > th {
	text-align: left;
	width: 68px;
	vertical-align: top;
}
.fap_table > tbody > tr > td {
	text-align: left;
	vertical-align: top;
}
.paperSup {}
.paperSup_round {}
.paperSup_title {}
.paperSup_text {
	margin: 0;
	margin-bottom: 77px;
}
.paperSup_headline {
	margin: 0;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
}
.paperSup_headline-small {
	font-size: 30px;
}
.paperSup_cell {
	margin-bottom: 90px;
}
.paperSup_cell:last-child {
	margin-bottom: 0;
}
.paperSup_subhead {
	margin-bottom: 50px;
}
.paperSup_subhead:last-child {
	margin: 0;
}
.paperChart {}
.paperChart_title {
	font-size: 24px;
}
.paperChart_cells {
	border: 1px solid rgba(51, 51, 51, 0.20);
	border-radius: 4px;
	padding: 30px;
	display: grid;
	grid-template-rows: repeat(2, auto);
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 24px;
	margin-bottom: 60px;
	column-gap: 15px;
}
.paperChart_box_cell {
	max-width: 340px;
	box-sizing: border-box;
}
.paperChart_headline {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.paperChart_headline_number {
	background-color: var(--color-text);
	border-radius: 2px;
	color: var(--color-white);
	padding: 4px 5px;
	font-size: 12px;
	font-family: var(--font-roboto);
	margin-right: 12px;
	display: block;
	line-height: 1;
}
.paperChart_oList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}
.paperChart_oList > li {
	text-indent: -1.6em;
	padding-left: 1.6em;
}
.paperTool {}
.paperTool_cell {
	margin-bottom: 60px;
}
.paperTool_cell:last-child {
	margin-bottom: 0;
}
.paperTool_title {
	font-size: 24px;
	font-family: var(--font-roboto);
	padding-left: 24px;
	margin-bottom: 22px;
}
.paperTool_title::before {
	width: 12px;
	height: 5px;
}
.paperTool_text {
	margin: 0;
	margin-bottom: 35px;
}
.toolMaxhub {}
.toolMaxhub_title {
	margin: 0;
	margin-bottom: 40px;
}
.toolMaxhub_title > img:first-child {
	display: block;
	width: auto;
	max-width: 245px;
	margin: 0 auto;
}
.toolMaxhub_headline {
	margin-bottom: 40px;
}
.toolMaxhub_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.toolMaxhub_col {
	max-width: 430px;
	width: 48.5%;
}
.toolMaxhub_col-img {}
.toolMaxhub_image {}
.toolMaxhub_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.toolMaxhub_col-txt {}
.toolMaxhub_subhead {
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 30px;
}
.toolMaxhub_subhead_point {
	color: var(--color-red);
}
.toolMaxhub_message {
	margin: 0;
	font-size: 14px;
}
.toolMaxhub_box {
	background-color: var(--color-bg-gray);
	border-radius: 5px;
	padding: 40px 20px;
}
.toolMaxhub_box_inner {
	max-width: 820px;
	margin: 0 auto;
}
.toolMaxhub_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
	row-gap: 15px;
}
.toolMaxhub_list > li {
	display: flex;
	flex-direction: column;
}
.toolMaxhub_boxImage {}
.toolMaxhub_boxImage > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.toolMaxhub_areaTxt {
	background-color: var(--color-white);
	padding: 12px 20px;
	height: 100%;
	box-sizing: border-box;
}
.toolMaxhub_boxTitle {
	text-align: center;
}
.toolMaxhub_text {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}
.toolMaxhub_link {
	max-width: 390px;
	margin: 43px auto 0;
}
.paperTool_headline {
	text-align: center;
}
.paperTool_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 30px;
}
.paperTool_item {
	border: 1px solid var(--color-border);
	display: flex;
	flex-direction: column;
}
.paperTool_areaImg {
	position: relative;
	border-bottom: 1px solid var(--color-border);
}
.paperTool_image {}
.paperTool_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.paperTool_point {
	margin: 0;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: #E57E7E;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-white);
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
	position: absolute;
	right: 10px;
	bottom: -34px;
}
.paperTool_areaTxt {
	padding: 33px 20px 28px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.paperTool_areaTxt_inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 370px;
	margin: 0 auto;
}
.paperTool_subhead {}
.paperTool_itemTxt {
	margin: 0;
	font-size: 14px;
	margin-bottom: auto;
}
.paperTool_link {
	max-width: 232px;
	margin: 20px auto 0;
	width: 100%;
}
.paperTool_link > a {
	border-color: var(--color-border);
}
.paperCases {}
.paperCases_cols {
	display: flex;
	justify-content: space-between;
}
.paperCases_col {
	width: 48.5%;
	max-width: 430px;
}
.paperCases_col-no1 {}
.paperCases_fig {
	margin: 0;
	margin-bottom: 36px;
	position: relative;
}
.paperCases_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.paperCases_fig > figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: var(--color-white);
	font-size: 12px;
	text-align: right;
	padding: 4px 7px;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.50);
	line-height: 1.5;
}
.paperCases_title {
	text-align: center;
	margin-bottom: 20px;
}
.paperCases_text {
	font-size: 14px;
	margin: 0;
}
.paperCases_col-no2 {}
.menuCase_tagList {}
.menuCase_tagList > li {}
.paperChart_imgWrap {
	margin-bottom: 24px;
	overflow: auto;
}
.paperChart_image {}
.paperChart_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.footNav {}
.footNav_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.footNav_list > li {}
.footNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.footNavItem {
	min-height: 365px;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	position: relative;
}
.footNavItem_inner {
	position: relative;
	z-index: 1;
}
.footNavItem-mail {
	background-color: #474747;
}
.footNavItem-labo {
	background-color: #5C5C5C;
}
.footNavItem-dl {
	background-color: var(--color-dark-gray);
}
.footNavItem_icon {
	width: 67px;
	margin: 0 auto 20px;
}
.footNavItem_icon > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.footNavItem_areaTxt {}
.footNavItem_title {
	margin-bottom: 10px;
}
.footNavItem_text {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}
.fixMenuBtn {
	display: none;
}
.fixMenuBtn_icon {}
.fixMenuBtn_bar {}
.fixMenuBtn_bar-no1 {}
.fixMenuBtn_bar-no2 {}
.fixMenuBtn_bar-no3 {}
.fixMenuBtn_text {}
.fixMenu {
	display: none;
}
.fixMenu_box {}
.fixMenu_box_inner {}
.caseSlide_track {}
.caseSlide_list {}
.footNavItem::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-red);
	transition-duration: 0.5s;
	transition-property: transform;
	transform-origin: right top;
	transform: scale(0, 1);
}
.menuCase_list {}
.menuCase_list > li {}
.menuCase_voiceName {
	margin: 0;
	font-size: 12px;
	text-align: center;
	margin-top: 7px;
}
.point_circle {
	width: 90px;
	height: 90px;
	margin-bottom: 0;
}
.point_icon {}
.point_icon > img {}
.abwType {}
.abwType_round {}
.abwType_title {}
.abwType_message {
	margin: 0;
}
.abwType_text {
	margin: 0;
	font-size: 14px;
}
.abwType_mainImage {
	margin-top: 0px;
	margin-bottom: 59px;
}
.abwType_mainImage > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.abwType_cell {
	margin-bottom: 60px;
}
.abwType_headline {
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
.abwType_cols {
	display: flex;
	justify-content: space-between;
}
.abwType_col {
	width: 48.5%;
	max-width: 430px;
}
.abwType_col-no1 {}
.abwType_box {
	background-color: var(--color-sub-area);
	border-radius: 5px;
	padding: 24px 34px;
	box-sizing: border-box;
	min-height: 128px;
}
.abwType_box_cell {
	margin-bottom: 17px;
}
.abwType_box_cell:last-child {
	margin-bottom: 0;
}
.abwType_subhead {
	margin-left: -12px;
}
.abwType_col-no2 {}
.abwType_image {
	margin-bottom: 20px;
}
.abwType_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.abwType_image:last-child {
	margin-bottom: 0;
}
.abwTypeOther {
	background-color: var(--color-sub-area);
	padding: 40px 20px;
	margin-bottom: 60px;
}
.abwTypeOther:last-child {
	margin-bottom: 0;
}
.abwTypeOther_inner {
	max-width: 824px;
	margin: 0 auto;
}
.abwTypeOther_inner-wide {
	max-width: 840px;
}
.abwTypeOther_title {
	text-align: center;
	margin-bottom: 40px;
}
.abwTypeOther_text {
	margin: 0;
	font-size: 14px;
	margin-bottom: 40px;
}
.abwTypeOther_headline {}
.abwTypeOther_headline_main {
	background-color: var(--color-sub-area);
}
.areaAbwPattern {}
.areaAbwPattern_round {}
.areaAbwPattern_title {}
.areaAbwPattern_message {
	margin: 0;
	margin-bottom: 46px;
}
.abwPlan {
	margin-bottom: 48px;
}
.abwPlan:last-child {
	margin-bottom: 0;
}
.abwPlan_title {
	text-align: center;
	margin-bottom: 26px;
}
.abwPlan_subTitle {}
.abwPlan_cols {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	margin-bottom: 32px;
}
.abwPlan_cols:last-child {
	margin-bottom: 0;
}
.abwPlan_col {}
.abwPlan_col-img {
	width: calc(100% - 260px);
}
.abwPlan_image {}
.abwPlan_image > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.abwPlan_col-txt {
	width: 248px;
}
.abwPlan_box {
	background-color: var(--color-sub-area);
	padding: 20px 20px;
}
.abwPlan_headline {
	margin: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px;
}
.abwPlan_cell {
	margin-bottom: 15px;
}
.abwPlan_cell:last-child {
	margin-bottom: 0;
}
.abwPlan_subhead {
	font-size: 11px;
	padding-left: 10px;
	margin-bottom: 3px;
}
.abwPlan_subhead::before {
	background-color: currentColor;
}
.abwPlan_boxTxt {
	margin: 0;
	font-size: 11px;
}
.abwPlan_text {
	margin: 0;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.abwPlan_text:last-child {
	margin-bottom: 0;
}
.abwPlanNav {
	margin-bottom: 77px;
}
.abwPlanNav_title {
	text-align: center;
	margin-bottom: 26px;
}
.abwPlanNav_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
}
.abwPlanNav_list > li {}
.abwPlanNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.abwPlanNavItem {
	background-color: var(--color-white);
	border-top: 4px solid var(--color-red);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 12px 20px 19px;
	box-sizing: border-box;
	height: 100%;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.abwPlanNavItem_title {
	margin: 0;
	text-align: center;
	color: var(--color-red);
	line-height: 1.5;
	font-family: var(--font-roboto);
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 6px;
}
.abwPlanNavItem_title_number {
	font-size: 150%;
	margin-left: 4px;
	line-height: 1.1;
}
.abwPlanNavItem_list {
	max-width: 165px;
	margin: 0 auto;
}
.abwPlanNavItem_list > li {}
.abwPattern {
	margin-bottom: 65px;
}
.abwPattern:last-child {
	margin-bottom: 0;
}
.abwPattern_contents {}
.abwPattern_title {}
.abwPattern_message {
	margin: 0;
	margin-bottom: 60px;
}
.abwPlan_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
}
.abwPlanItem {}
.abwPlanItem_title {
	margin: 0;
	text-align: center;
	font-weight: 500;
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 1.5;
}
.abwPlanItem_image {
	margin-bottom: 7px;
}
.abwPlanItem_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.abwPlanItem_text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}
.abwPlan_cCols {
	display: flex;
	justify-content: space-between;
}
.abwPlan_cCol {
	width: 49%;
	max-width: 4232px;
}
.abwPlan_cCol-no1 {}
.abwPlan_capTitle {
	margin: 0;
	font-size: 16px;
	text-align: center;
	margin-bottom: 13px;
	line-height: 1.6;
}
.abwPlan_cCol-no2 {}
.abwPlan_figList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	column-gap: 20px;
	margin-bottom: 8px;
}
.abwPlan_figList > li {}
.abwPlan_fig {
	margin: 0;
}
.abwPlan_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.intro_abwImageWrap {}
.intro_abwImage {}
.intro_abwImage > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.abwTypeOther_chartWrap {}
.abwTypeOther_chart {}
.abwTypeOther_chart > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.menuCase_figList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	margin-top: 30px;
}
.menuCase_figList > li {}
.menuCase_fig {
	margin: 0;
}
.menuCase_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.menuCase_fig > figcaption {
	font-size: 14px;
	margin-top: 5px;
}
.dLNav_contents {}
.signPoint {}
.signPoint_round {}
.signPoint_title {}
.signPointItems {
	background-color: var(--color-white);
	padding: 50px 20px;
}
.signPointItems_inner {
	max-width: 800px;
	margin: 0 auto;
}
.signPointItem {
	background-color: var(--color-sub-area);
	border-radius: 5px;
	padding: 20px 20px;
	margin-bottom: 20px;
}
.signPointItem-pink {
	background-color: #FBE6E6;
	margin-bottom: 77px;
}
.signPointItem:last-child {
	margin-bottom: 0;
}
.signPointItem_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 720px;
	margin: 0 auto;
}
.signPointItem_col {}
.signPointItem_col-icon {
	width: 100px;
}
.signPointItem_circle {
	width: 100px;
	height: 100px;
	margin-bottom: 0;
}
.signPointItem_icon {}
.signPointItem_icon > img {}
.signPointItem_col-txt {
	width: calc(100% - 120px);
	max-width: 583px;
}
.signPointItem_title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	display: flex;
	align-items: center;
	column-gap: 15px;
	margin: 0;
}
.signPointItem_title_num {
	font-size: 32px;
	color: var(--color-red);
	line-height: 1;
	font-family: var(--font-roboto);
	font-weight: normal;
	display: block;
}
.signPointItem_title_txt {
	display: block;
}
.signPointItem_text {
	margin: 0;
	font-size: 14px;
	margin-top: 8px;
}
.signPoint_plus {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	margin: 30px auto 30px;
	color: var(--color-red);
}
.signPoint_plus::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.signPoint_plus::after {
	content: "";
	display: block;
	height: 100%;
	width: 2px;
	border-radius: 1px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.signIngenuity {}
.signIngenuity_contents {
	background-color: var(--color-white);
	padding: 50px 20px;
}
.signIngenuity_contents_inner {
	max-width: 800px;
	margin: 0 auto;
}
.signIngenuity_cell {
	margin-bottom: 75px;
}
.signIngenuity_cell:last-child {
	margin-bottom: 0;
}
.signIngenuity_title {
	margin-bottom: 50px;
}
.signIngenuity_text {
	margin: 0;
	line-height: 2;
	margin-bottom: 60px;
}
.signIngenuity_box {
	border: 1px solid rgba(51, 51, 51, 0.50);
	padding: 30px 20px 41px;
}
.signIngenuity_box_inner {
	max-width: 720px;
	margin: 0 auto;
}
.signChenge {
	margin-bottom: 28px;
}
.signChenge:last-child {
	margin-bottom: 0;
}
.signChenge_title {
	text-align: center;
}
.signChenge_cols {
	display: flex;
	justify-content: space-between;
}
.signChenge_col {
	width: 48.8%;
	max-width: 350px;
}
.signChenge_col-before {}
.signChenge_areaImg {
	position: relative;
}
.signChenge_areaImg-exBefore {
	background-color: var(--color-sub-area);
	padding: 25px 20px 20px;
	box-sizing: border-box;
	height: 100%;
}
.signChenge_areaImg-exAfter {
	background-color: var(--color-light-pink);
	box-sizing: border-box;
	padding: 25px 20px 20px;
	height: 100%;
}
.signChenge_timeline {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	font-size: 14px;
	font-family: var(--font-roboto);
	color: var(--color-white);
	width: 88px;
	text-align: center;
	background-color: #8B8B8C;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.signChenge_timeline-after {
	background-color: var(--color-red);
}
.signChenge_image {}
.signChenge_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.signChenge_text {
	margin: 0;
	margin-top: 8px;
	line-height: 1.6;
}
.signChenge_col-after {}
.signChenge_caption {}
.signChenge_headline {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 23px;
	text-align: center;
}
.signEx {}
.signEx_title {
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 7px;
}
.signEx_messageBox {
	margin: 0;
	text-align: center;
	background-color: var(--color-white);
	border: 1px solid rgba(51, 51, 51, 0.50);
	border-radius: 5px;
	padding: 10px 5px;
	margin-bottom: 15px;
	box-sizing: border-box;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.signEx_message {
	margin: 0;
}
.signEx_text {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	background-color: var(--color-white);
	padding: 3px;
	line-height: 1.2;
	text-align: center;
}
.signEx_text-after {
	color: var(--color-red);
}
.signChenge_list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
}
.signChenge_list > li {
	position: relative;
}
.signChenge_list > li::before {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: currentColor;
	left: -10px;
}
.signChenge_list > li:first-child::before {
	display: none;
}
.signChenge_arrow {
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.signChenge_arrow > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.signChenge_flowList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 10px;
}
.signChenge_flowList > li {}
.signChenge_flowFig {
	margin: 0;
	position: relative;
	margin-bottom: 20px;
}
.signChenge_flowFig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.signChenge_flowFig > figcaption {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: var(--color-white);
	font-size: 13px;
	font-weight: 500;
	font-family: var(--font-roboto);
	background-color: var(--color-red);
	width: 128px;
	text-align: center;
}
.signChenge_flowText {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: var(--color-white);
	background-color: var(--color-red);
	position: relative;
	line-height: 24px;
}
.signChenge_flowText::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1px;
	border: 12px solid rgba(255, 255, 255, 0);
	border-left-color: var(--color-white);
	border-left-width: 7px;
}
.signChenge_flowText::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	border: 12px solid rgba(255, 255, 255, 0);
	border-left-color: var(--color-red);
	border-left-width: 7px;
	margin-left: 0px;
}
.signChenge_flowText-first::before {
	display: none;
}
.signChenge_flowText-last::after {
	display: none;
}
.intro_cell {
	margin-bottom: 50px;
}
.intro_wellTitle {
	display: flex;
	justify-content: space-between;
	margin: 0;
	align-items: center;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 30px;
}
.intro_circle {
	width: 100px;
	height: 100px;
	margin: 0;
}
.intro_icon {}
.intro_icon > img {
	display: block;
}
.intro_wellTitle_txt {
	display: block;
	width: calc(100% - 130px);
}
.intro_wideImage {}
.intro_wideImage > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.intro_cell:last-child {
	margin-bottom: 0;
}
.contPoint_listTxt {
	margin: 0;
	font-size: 14px;
	margin-top: 12px;
}
.contChange {
	background-color: var(--color-white);
	padding: 20px;
}
.signChenge_col-contBefore {
	width: 42%;
	max-width: 356px;
}
.contChange_fig {
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.contChange_fig > img:first-child {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.contChange_fig > figcaption {
	font-size: 14px;
	text-align: center;
	margin-top: 12px;
	line-height: 1.6;
}
.signChenge_col-contAfter {
	width: 56%;
	max-width: none;
}
.wellPoint {}
.wellPoint_round {}
.wellPoint_title {}
.wellPoint_cell {
	margin-bottom: 80px;
}
.wellPoint_cell:last-child {
	margin-bottom: 0;
}
.wellPoint_headline {}
.wellPointItem {
	margin-bottom: 60px;
}
.wellPointItem:last-child {
	margin-bottom: 0;
}
.wellPointItem_areaTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.wellPointItem_number {
	margin: 0;
	width: 90px;
	height: 90px;
	border: 1px solid var(--color-red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-roboto);
	font-size: 34px;
	color: var(--color-red);
	line-height: 1.1;
	flex-direction: column;
	background-color: var(--color-white);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.wellPointItem_number_sub {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.wellPointItem_number_main {
	display: block;
}
.wellPointItem_areaTxt {
	width: calc(100% - 116px);
}
.wellPointItem_title {
	margin-bottom: 5px;
}
.wellPointItem_message {
	margin-bottom: 0;
}
.wellPointItem_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.wellPointItem_cols:last-child {
	margin-bottom: 0;
}
.wellPointItem_col {
	width: 48.5%;
	max-width: 430px;
}
.wellPointItem_col-txt {}
.wellPointItem_cell {
	margin-bottom: 25px;
}
.wellPointItem_cell:last-child {
	margin-bottom: 0;
}
.wellPointItem_headline {
	font-size: 22px;
	margin-bottom: 25px;
	padding-left: 22px;
}
.wellPointItem_text {
	margin: 0;
}
.wellPointItem_link {
	margin: 0;
	margin-top: 20px;
	max-width: 390px;
}
.wellPointItem_link > a {}
.wellPointItem_txt {
	display: block;
}
.wellPointItem_txt > small {
	display: block;
	font-size: 12px;
}
.wellPointItem_col-img {}
.wellPointItem_fig {
	position: relative;
	margin: 0;
}
.wellPointItem_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.wellPointItem_fig > figcaption {}
.body_title-solution {
	font-size: 20px;
}
.body_title_solMain {
	font-size: 34px;
}
.body_title_solSub {
	display: block;
	margin-top: 13px;
}
.body_head-tall {
	padding-top: 30px;
	padding-bottom: 75px;
}
.solu {
	margin-bottom: 117px;
}
.solu-menu {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.solu_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.solu_col {}
.solu_col-ttl {
	width: 340px;
}
.solu_col-ttlNarrow {
	width: 210px;
}
.solu_title {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.07em;
}
.solu_col-txt {
	width: calc(100% - 360px);
	max-width: 730px;
}
.solu_col-txtNarrow {
	width: calc(100% - 250px);
	max-width: 700px;
}
.solu_text {
	margin: 0;
}
.soluItems {}
.soluItem {
	margin-bottom: 50px;
}
.soluItem:last-child {
	margin-bottom: 0;
}
.soluItem > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.soluItem_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--color-border);
}
.soluItem_cols-rev {
	flex-direction: row-reverse;
}
.soluItem_col {
	width: 50%;
	box-sizing: border-box;
}
.soluItem_col-txt {
	padding: 20px;
}
.soluItem_areaTxt {
	max-width: 472px;
	margin: 0 auto;
}
.soluItem_title {
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: normal;
	column-gap: 15px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.soluItem_circle {
	margin: 0;
	width: 90px;
	height: 90px;
	min-width: 90px;
}
.soluItem_icon {}
.soluItem_icon > img {}
.soluItem_title_main {
	display: block;
}
.soluItem_text {
	margin: 0;
	margin-bottom: 30px;
}
.soluItem_link {
	min-height: 60px;
}
.soluItem_col-img {
	overflow: hidden;
}
.soluItem_image {
	transition-duration: .3s;
	transition-property: transform;
	position: relative;
	padding-bottom: 70.66%;
}
.soluItem_image > img:first-child {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.relatedSoluCard {}
.relatedSoluCard > a {
	text-decoration: none;
	color: inherit;
	display: block;
	background-color: var(--color-white);
	height: 100%;
	border: 1px solid var(--color-border);
	box-sizing: border-box;
	transition-duration: 0.6s;
	transition-property: box-shadow;
}
.relatedSoluCard_cols {
	display: flex;
	justify-content: space-between;
	background-color: var(--color-white);
	align-items: center;
	height: 100%;
	box-sizing: border-box;
}
.relatedSoluCard_col {}
.relatedSoluCard_col-img {
	width: 39%;
}
.relatedSoluCard_image {
	position: relative;
	padding-bottom: 75%;
}
.relatedSoluCard_image > img:first-child {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: 100%;
}
.relatedSoluCard_col-txt {
	width: 57%;
	max-width: 290px;
	align-self: center;
}
.relatedSoluCard_areaTxt {
	padding: 13px 30px;
	padding-left: 0;
}
.relatedSoluCard_title {
	margin-bottom: 5px;
}
.relatedSoluCard_text {
	margin: 0;
	font-size: 14px;
}
.topSect {
	margin-bottom: 120px;
}
.topSect_inner {}
.topSect_miniCols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	align-items: center;
}
.topSect_miniCols-mbL {
	margin-bottom: 76px;
}
.topSect_miniCol {}
.topSect_miniCol-ttl {
	width: 270px;
}
.topSect_title {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
}
.topSect_title_main {
	display: block;
	letter-spacing: 0.08em;
	font-size: 34px;
}
.topSect_title_sub {
	display: block;
	font-size: 24px;
	margin-top: 10px;
}
.topSect_miniCol-txt {
	width: calc(100% - 300px);
	max-width: 700px;
}
.topSect_text {
	margin: 0;
}
.topSolu {}
.topSolu_inner {}
.topSolu_title {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0.08em;
	margin-bottom: 37px;
}
.topSolu_cols {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.topSolu_col {}
.topSolu_col-img {
	width: 53.9%;
}
.topSoluSlide {
	height: 100%;
}
.topSoluSlide_item {
	position: relative;
}
.topSoluSlide_image {
	position: relative;
	padding-bottom: 600px;
}
.topSoluSlide_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topSoluSlide_caption {
	background-color: rgba(0, 0, 0, 0.50);
	margin: 0;
	color: var(--color-white);
	padding: 8px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
}
.topSolu_col-txt {
	width: 46.1%;
}
.topSoluNav {}
.topSoluNav_list {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	display: grid;
	grid-template-rows: repeat(3, 1fr);
}
.topSoluNav_list > li {}
.topSoluNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.topSoluItem {
	background-color: var(--color-bg-gray);
	position: relative;
	padding: 0 30px;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
}
.topSoluItem::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.60);
	transition-duration: 0.5s;
	transition-property: transform;
	transform-origin: right top;
	transform: scale(0, 1);
}
.topSoluItem_inner {
	position: relative;
	z-index: 1;
	max-width: 570px;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 30px 20px;
	padding-right: 70px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.topSoluItem_inner-hasBorder {
	border-bottom: 1px solid var(--color-border);
}
.topSoluItem_title {
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 15px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
.topSoluItem_title_circle {
	width: 50px;
	height: 50px;
	background-color: var(--color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topSoluItem_title_icn {
	width: 30px;
	display: block;
}
.topSoluItem_title_icn > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topSoluItem_text {
	margin: 0;
	font-size: 14px;
}
.topSoluItem_arrow {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.topSoluItem_arrow > svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1px;
}
.topMenu {}
.topMenu_wideImage {
	position: relative;
	padding-bottom: 36.68%;
}
.topMenu_wideImage > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topMenu_inner {}
.topMenu_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	column-gap: 10px;
	row-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
	margin-top: -67px;
}
.topMenu_list > li {}
.topMenu_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.topMenuItem {
	border: 1px solid var(--color-border);
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background-color: var(--color-white);
	position: relative;
	padding-right: 60px;
	transition-duration: 0.6s;
	transition-property: box-shadow;
	height: 100%;
	box-sizing: border-box;
}
.topMenuItem_text {
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 16px;
}
.topMenuItem_text_circle {
	display: flex;
	width: 88px;
	height: 88px;
	align-items: center;
	justify-content: center;
	background-color: #FFF6F6;
	border-radius: 50%;
	min-width: 88px;
}
.topMenuItem_text_icon {
	display: block;
	width: 50px;
	height: auto;
}
.topMenuItem_text_icon > img {
	display: block;
	width: 100%;
	height: auto;
}
.topMenuItem_arrow {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.topMenuItem_arrow > svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1px;
}
.relatedNav_grid-row3 {
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
}
.flow_fig {
	position: relative;
	margin: 0;
}
.flow_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.flow_fig > figcaption {}
.laboOffice-white {
	background-color: var(--color-white);
}
.laboOffice-hasMt {
	margin-top: 80px;
}
.laboOffice_headline_txtWhite {
	background-color: var(--color-white);
}
.point_icon-abw {
	width: 50px;
	height: auto;
}
.paperSup_ttlWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.paperSup_circle {
	margin: 0;
	min-width: 100px;
}
.paperSup_icon {}
.paperSup_icon > img {
	display: block;
}
.paperSup_areaTtl {
	width: calc(100% - 130px);
}
.toolMaxhub_link_icon {}
.toolMaxhub_link_icon > img {
	display: block;
}
.paperTool_link_icon {
	display: block;
}
.paperTool_link_icon > img {
	display: block;
}
.sideNav_list_child {
	padding-left: 1em;
}
.sideNav_list-child {
	padding-left: 1em;
}
.sideGuideItem_image-narrow {
	max-width: 97px;
}
.abwType_fig {
	position: relative;
	margin-bottom: 20px;
}
.abwType_fig > img {
	display: block;
}
.abwType_fig > figcaption {}
.abwType_fig:last-child {
	margin-bottom: 0px;
}
.faq_ansTxt > a {
	color: var(--color-red);
}
.abwPlan_storage {
	max-width: 176px;
	margin-top: 8px;
}
.abwPlan_storage > img {
	display: block;
}
.sectItem_contents-heightFit {
	box-sizing: border-box;
	min-height: calc(100vh - 320px);
}
.myPagetop {
	position: absolute;
	top: var(--top-pagetop, 0);
	right: 20px;
	height: var(--height-pagetop, 100%);
	width: 0;
	mix-blend-mode: difference;
	width: 10px;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition-duration: .5s;
	transition-property: opacity, visibility;
}
.myPagetop.isShow {
	visibility: visible;
	opacity: 1;
}
.myPagetop_container {
	position: sticky;
	top: 0;
	left: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.myPagetop_link {}
.myPagetop_link > button {
	display: block;
	padding: 10px 10px;
	color: #fff;
	appearance: none;
	border: none;
	background: no-repeat;
	cursor: pointer;
}
.myPagetop_link_svg {
	display: block;
	width: 14px;
	height: 119px;
	fill: currentColor;
}
@media screen and (max-width:1199px) {
	.u-lowResInline {
		display: inline;
	}
	.u-lowResNone {
		display: none;
	}
	.u-btn-arrowR {
		padding: 10px 20px;
	}
	.soluCase_col-txt {
		width: 52%;
		max-width: none;
	}
	.soluCase_col-img {
		width: 45%;
	}
	.flow_link > a {
		padding: 10px 15px;
	}
	.officeKit_link > a {
		padding-left: 15px;
	}
	.intro_list > li {
		font-size: 14px;
	}
	.meritItem_title {
		font-size: 18px;
	}
	.meritItem {
		padding: 40px 12px 20px;
	}
	.soluCase_headline {
		font-size: 20px;
	}
	.collSupItem_problems {
		font-size: 13px;
	}
	.collSupItem_title {
		font-size: 14px;
	}
	.toolMaxhub_subhead {
		font-size: 18px;
	}
	.footNavItem_text {
		font-size: 15px;
	}
	.topSoluItem {
		padding: 0 20px;
	}
	.menuCase_headline {
		font-size: 22px;
	}
	.caseStudyItem_areaTxt {
		padding-left: 15px;
		padding-right: 15px;
	}
	.caseStudyItem_title {
		font-size: 15px;
	}
	.abwPlanItem_title {
		font-size: 15px;
	}
}
@media screen and (max-width:1023px) {
	.body {
		padding-top: 65px;
	}
	.body_side {
		top: 80px;
	}
}
@media screen and (min-width:1000px) {
	a:hover .u-btn,
	.u-btn:hover {
		color: var(--color-red);
	}
	a:hover .u-btn-arrowR::before,
	.u-btn-arrowR:hover::before {
		width: calc(100% + 1px);
		height: calc(100% + 1px);
		opacity: 1;
	}
	a:hover .u-btn-arrowR::after,
	.u-btn-arrowR:hover::after {
		width: calc(100% + 1px);
		height: calc(100% + 1px);
		opacity: 1;
	}
	.u-btn-gray:hover {
		color: var(--color-white);
	}
	.u-btn-gray:hover::before {
		transform-origin: left bottom;
		transform: scale(1, 1);
		width: 100%;
		height: 100%;
	}
	.footNav_list > li > a:hover {}
	a:hover .footNavItem::before {
		transform: scale(1, 1);
		transform-origin: left top;
	}
	.collWorkMill_link > a:hover {}
	.collBook_list > li > a:hover {
		color: var(--color-red);
	}
	.pankuzu_oList > li > a:hover {
		color: var(--color-red);
	}
	.relatedSoluItem > a:hover {
		box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
	}
	.relatedMenuItem > a:hover {
		box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
	}
	.sideGuideNav_list > li > a:hover {}
	.flow_link > a:hover {}
	.soluCase_tagList > li > a:hover {}
	.soluCase_link > a:hover {}
	.faq_title_btn:hover {}
	.laboOffice_link > a:hover {}
	.officeKit_link > a:hover {}
	.caseStudyItem > a:hover {
		box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
	}
	.prodList > li > a:hover {
		box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
	}
	.caseSlide_thumbList_btn:hover {}
	.caseSlide_thumbList_btn:hover::before {
		border-color: var(--color-red);
	}
	.caseSlide_thumbList_btn:hover::after {
		border-color: var(--color-white);
	}
	.dlNavItemWide > a:hover {}
	.caseStudy_link > a:hover {}
	.sideNav_list > li > a:hover {
		color: var(--color-red);
	}
	.relatedSoluCard > a:hover {}
	.soluItem > a:hover {}
	a:hover .soluItem_image {
		transform: scale(1.05);
	}
	.abwPlanNav_list > li > a:hover {}
	a:hover .abwPlanNavItem {
		background-color: var(--color-light-pink);
	}
	.faq_ansTxt > a:hover {
		text-decoration: underline;
	}
	a:hover .sideGuideItem {
		border-color: var(--color-red);
	}
	a:hover .dlNavItemWide_link {
		background-color: #E0B432;
	}
	a:hover .dlNavItemWide_link-red {
		background-color: var(--color-red);
	}
	.topMenu_list > li > a:hover {}
	a:hover .topMenuItem {
		box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
	}
	.topSolu_list > li > a:hover {}
	a:hover .topSoluItem::before {
		transform: scale(1, 1);
		transform-origin: left top;
	}
}
@media screen and (max-width: 999px) {
	.u-inner {}
	.u-ttl {
		font-size: 40px;
		margin-bottom: 28px;
	}
	.u-ttl_sub {
		font-size: 18px;
	}
	.u-ttl_sub:last-child {
		margin-top: 8px;
	}
	.u-ttl_point {}
	.u-ttl-middle {
		font-size: 32px;
		margin-bottom: 32px;
	}
	.u-ttlSimple {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.u-ttlSimple-red {}
	.u-ttlSimple-middle {
		font-size: 18px;
	}
	.u-ttlSimple-small {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.u-ttlBar {
		font-size: 18px;
	}
	.u-ttlBar::before {}
	.u-ttlDouble {
		font-size: 14px;
	}
	.u-ttlDouble_en {
		font-size: 20px;
	}
	.u-ttlDouble_main {}
	.u-ttlLine {
		font-size: 25px;
	}
	.u-ttlLine::before {}
	.u-round {
		font-size: 14px;
	}
	.u-round_main {}
	.u-list {}
	.u-list > li {}
	.u-list > li::before {}
	.u-list > li > b {}
	.u-noteList {}
	.u-noteList > li {}
	.u-noteList > li::before {}
	.u-btn {}
	.u-btn-arrowR {}
	.u-btn_arrow {}
	.u-btn_arrow > img {}
	.u-btn_blank {}
	.u-btn_blank_svg {}
	.u-btn_blank > img {}
	.u-btn-gray {}
	.u-btn-small {}
	.u-tag {}
	.u-circle {
		width: 110px;
		height: 110px;
	}
	.u-circle > img {}
	.u-circle-small {
		width: 90px;
		height: 90px;
	}
	.u-circle-gray {}
	.u-tagList {}
	.u-tagList > li {}
	.u-tagList > li::after {}
	.u-tagList > li:last-child::after {}
	.u-listSimple {}
	.u-listSimple > li {}
	.u-listSimple > li::before {}
	.u-ttlDot {}
	.u-ttlDot::before {}
	.u-lowResInline {}
	.u-tabletNone {
		display: none;
	}
	.u-tabletInline {
		display: block;
	}
	.u-bg {}
	.u-bg::before {
		margin-left: 0;
		width: 100%;
	}
	.u-sect {
		padding-top: 65px;
		margin-top: -65px;
	}
	.u-icon {
		width: 60px;
		height: auto;
	}
	.u-icon > img {}
	.u-figCaption {}
	.body {}
	.body_inner {}
	.body_cols {
		display: block;
	}
	.body_col {
		width: auto;
		max-width: none;
	}
	.body_col-side {
		margin-bottom: 40px;
		padding: 0;
	}
	.body_col-main {}
	.sideNav {
		margin-bottom: 0;
		padding: 20px 15px;
	}
	.sideNav_inner {
		max-width: none;
		margin: 0;
	}
	.sideNav_title {}
	.sideNav_list {
		display: flex;
		flex-wrap: wrap;
		column-gap: 18px;
	}
	.sideNav_list > li {}
	.sideNav_list > li > a {
		color: inherit;
	}
	.sideNav_list > li > a[aria-current="true"] {}
	.sideNav_arrow {}
	.sideGuideNav {
		display: none;
	}
	.sideGuideNav_list {}
	.sideGuideNav_list > li {}
	.sideGuideNav_list > li > a {}
	.sideGuideItem {}
	.sideGuideItem_inner {}
	.sideGuideItem_image {}
	.sideGuideItem_image > img {}
	.sideGuideItem_text {}
	.sideGuideItem-yellow {}
	.sectItem {}
	.sectItem_contents {
		padding-top: 75px;
		padding-bottom: 75px;
		min-height: 0;
	}
	.sectItem_contents-first {
		padding-top: 0;
	}
	.sectItem_contents-last {
		padding-bottom: 0;
	}
	.sectItem_contents_inner {}
	.intro {}
	.intro_title {}
	.intro_title_point {}
	.intro_message {
		margin-bottom: 32px;
	}
	.intro_box {
		padding: 35px 20px;
	}
	.intro_box_inner {}
	.intro_headline {}
	.intro_list {}
	.intro_list > li {}
	.intro_boxTxt {}
	.intro_boxTxt_point {}
	.intro_boxTxt > b {}
	.intro_cols {}
	.intro_col {}
	.intro_col-txt {
		max-width: none;
	}
	.intro_text {}
	.intro_text_point {}
	.intro_text:last-child {}
	.intro_col-img {}
	.intro_col-img-free {}
	.intro_image {}
	.intro_image > img {}
	.offMerit {}
	.offMerit_round {}
	.offMerit_title {}
	.offMerit_cell {
		margin-bottom: 60px;
	}
	.offMerit_cell:last-child {}
	.offMerit_ttlWrap {}
	.offMerit_circle {}
	.offMerit_icon {}
	.offMerit_icon > img {}
	.offMerit_areaTtl {
		width: calc(100% - 110px);
	}
	.offMerit_subTtl {}
	.offMerit_headline {
		font-size: 26px;
	}
	.offMerit_cols {}
	.offMerit_col {}
	.offMerit_col-txt {}
	.offMerit_areaTxt {}
	.offMerit_text {}
	.offMerit_noteList {}
	.offMerit_noteList > li {}
	.offMerit_col-img {}
	.offMerit_image {}
	.offMerit_image > img {}
	.flow {}
	.flow_round {}
	.flow_title {}
	.flow_cell {}
	.flow_cell::before {}
	.flow_cell:last-child {}
	.flow_cell:last-child::before {}
	.flow_cols {}
	.flow_col {}
	.flow_col-number {}
	.flow_number {}
	.flow_number-gray {}
	.flow_number_txt {}
	.flow_number_num {}
	.flow_col-txt {}
	.flow_areaTxt {}
	.flow_headline {
		font-size: 22px;
	}
	.flow_cCols {}
	.flow_cCols:last-child {}
	.flow_cCol {}
	.flow_cCol-img {}
	.flow_image {}
	.flow_image > img {}
	.flow_cCol-txt {
		max-width: none;
	}
	.flow_txtBox {}
	.flow_text {}
	.flow_listBox {}
	.flow_list {}
	.flow_list > li {}
	.flow_list > li::before {}
	.flow_list > li:nth-child(n+2) {}
	.flow_link {}
	.flow_link > a {}
	.flow_link > a::before {}
	.flow_link > a::after {}
	.flow_link_arrow {}
	.offPoint {}
	.offPoint_round {}
	.offPoint_title {}
	.offPoint_cell {
		padding: 35px 20px;
	}
	.offPoint_cell:last-child {}
	.offPoint_cols {}
	.offPoint_col {}
	.offPoint_col-img {
		width: 90px;
		height: 90px;
	}
	.offPoint_circle {}
	.offPoint_icon {}
	.offPoint_icon > img {}
	.offPoint_col-txt {
		max-width: none;
		width: calc(100% - 120px);
	}
	.offPoint_headline {}
	.offPoint_text {}
	.soluCase {}
	.soluCase_round {}
	.soluCase_title {}
	.soluCase_cell {
		margin-bottom: 45px;
	}
	.soluCase_new {}
	.soluCase_cols {}
	.soluCase_col {}
	.soluCase_col-txt {}
	.soluCase_name {}
	.soluCase_headline {}
	.soluCase_tagList {}
	.soluCase_tagList > li {}
	.soluCase_tagList > li > a {}
	.soluCase_link {}
	.soluCase_link > a {}
	.soluCase_col-img {}
	.soluCase_image {}
	.soluCase_image > img {}
	.soluCase_effect {}
	.soluCase_subhead {}
	.soluCase_effect_inner {}
	.soluCase_subhead_en {}
	.soluCase_subhead_main {}
	.soluCase_list {}
	.soluCase_list > li {}
	.areaFaq {}
	.areaFaq_round {}
	.areaFaq_title {}
	.faq {}
	.faq:last-child {}
	.faq_title {}
	.faq_title_btn {}
	.faq_mark {}
	.faq_mark-q {}
	.faq_mark-a {}
	.faq_title_btn_txt {}
	.faq_title_btn_open {}
	.faq_title_btn_open::before {}
	.faq_title_btn [aria-expanded="true"] .faq_title_btn_open::before {}
	.faq_title_btn_open::after {}
	.faq_ans {}
	.faq_ans.isShow {}
	.faq_ans_inner {}
	.faq_ansTxt {}
	.laboOffice {
		padding: 30px 20px;
	}
	.laboOffice_inner {}
	.laboOffice_title {}
	.laboOffice_text {}
	.laboOffice_headline {}
	.laboOffice_headline_txt {}
	.laboOffice_headline::after {}
	.laboOffice_list {}
	.laboOffice_list > li {}
	.laboOffice_fig {}
	.laboOffice_fig > img {}
	.laboOffice_fig > figcaption {}
	.laboOffice_link {}
	.laboOffice_link > a {}
	.laboOffice_link_icon {}
	.laboOffice_link_icon > img {}
	.officeKit {
		padding: 30px;
	}
	.officeKit_title {}
	.officeKit > img {}
	.officeKit_cols {}
	.officeKit_col {}
	.officeKit_col-img {}
	.officeKit_image {}
	.officeKit_image > img {}
	.officeKit_col-txt {}
	.officeKit_text {}
	.officeKit_link {}
	.officeKit_link > a {}
	.merit {}
	.merit_round {}
	.merit_title {}
	.merit_grid {}
	.meritItem {
		padding-top: 30px;
	}
	.meritItem_circle {}
	.meritItem_icon {}
	.meritItem_icon > img {}
	.meritItem_title {}
	.meritItem_title_sub {
		font-size: 14px;
	}
	.meritItem_text {}
	.freeType {}
	.freeType_round {}
	.freeType_title {}
	.freeType_text {}
	.freeType_cols {}
	.freeType_col {
		max-width: none;
	}
	.freeType_col-no1 {}
	.freeType_item {}
	.freeType_item_inner {}
	.freeType_headline {}
	.freeType_message {}
	.freeType_image {}
	.freeType_image > img {}
	.freeType_box {}
	.freeType_subhead {}
	.freeType_subhead-small {}
	.freeType_list {}
	.freeType_list > li {}
	.freeType_boxTxt {}
	.freeType_box-ex {}
	.freeType_col-no2 {}
	.flow_tagList {}
	.flow_tagList:last-child {}
	.flow_tagList > li {}
	.point {}
	.point_round {}
	.point_title {}
	.point_cells {}
	.point_cell {
		margin-bottom: 45px;
		padding: 40px 20px 35px;
	}
	.point_cell:last-child {}
	.point_cell_inner {}
	.point_cols {}
	.point_col {}
	.point_col-img {}
	.point_circle {
		width: 90px;
		height: 90px;
	}
	.point_icon {}
	.point_image {}
	.point_image > img {}
	.point_col-txt {}
	.point_headline {}
	.point_text {}
	.point_text_point {}
	.point_subhead {}
	.point_subhead::before {}
	.point_subhead_main {}
	.caseStudy {}
	.caseStudy_title {}
	.caseStudy_grid {}
	.caseStudy_grid-2c {}
	.caseStudy_grid-3c {}
	.caseStudyItem {}
	.caseStudyItem > a {}
	.caseStudyItem > a::before {}
	.caseStudyItem_areaImg {}
	.caseStudyItem_image {}
	.caseStudyItem_image > img {}
	.caseStudyItem_areaTxt {
		padding: 15px;
	}
	.caseStudyItem_update {}
	.caseStudyItem_update > time {}
	.caseStudyItem_topicList {}
	.caseStudyItem_topicList > li {}
	.caseStudyItem_title {}
	.caseStudyItem_text {}
	.prodList {}
	.prodList > li {}
	.prodList > li > a {}
	.prodListItem {}
	.prodListItem_cols {}
	.prodListItem_col {}
	.prodListItem_col-img {}
	.prodListItem_image {}
	.prodListItem_image > img {}
	.prodListItem_col-txt {}
	.prodListItem_text {}
	.prodListItem_icon {}
	.prodListItem_icon > img {}
	.dLNav {
		padding: 40px 20px 45px;
		margin-top: 90px;
	}
	.dLNav_title {
		font-size: 28px;
		margin-bottom: 26px;
	}
	.dLNav_title > img:first-child {}
	.menuCase {}
	.menuCase_round {}
	.menuCase_title {}
	.menuCase_cell {
		margin-bottom: 70px;
	}
	.menuCase_nameCols {}
	.menuCase_nameCols::before {}
	.menuCase_nameCols::after {}
	.menuCase_nameCol {}
	.menuCase_nameCol-num {}
	.menuCase_number {}
	.menuCase_number_num {}
	.menuCase_nameCol-ttl {}
	.menuCase_name {}
	.menuCase_cols {}
	.menuCase_col {}
	.menuCase_col-txt {
		max-width: none;
	}
	.menuCase_col-txt-hasPt {}
	.menuCase_headline {}
	.menuCase_headline-mbS {}
	.menuCase_text {}
	.menuCase_col-img {}
	.caseSlide {}
	.caseSlide_main {}
	.caseSlide_item {}
	.caseSlide_image {}
	.caseSlide_image > img {}
	.caseSlide_thumbList {}
	.caseSlide_thumbList > li {}
	.caseSlide_thumbList_btn {}
	.caseSlide_thumbList_btn[aria-current="true"] {}
	.caseSlide_thumbList_btn::before {}
	.caseSlide_thumbList_btn::after {}
	.caseSlide_thumbList_btn[aria-current="true"]::before {}
	.caseSlide_thumbList_btn[aria-current="true"]::after {}
	.caseSlide_thumbList_btn > img:first-child {}
	.muneCase_boxCols {}
	.muneCase_boxCol {}
	.muneCase_boxCol-no1 {}
	.menuCase_box {}
	.menuCase_subhead {}
	.menuCase_effect_inner {}
	.menuCase_boxTxt {}
	.muneCase_boxCol-no2 {}
	.menuCase_voice {}
	.menuCase_voiceCols {}
	.menuCase_voiceCols:first-child {}
	.menuCase_voiceCols:last-child {}
	.menuCase_voiceCol {}
	.menuCase_voiceCol-icn {}
	.menuCase_icon {}
	.menuCase_icon > img {}
	.menuCase_voiceCol-txt {}
	.dlNavItemWide {}
	.dlNavItemWide > a {}
	.dlNavItemWide_cols {}
	.dlNavItemWide_col {}
	.dlNavItemWide_col-img {}
	.dlNavItemWide_col-img-yellow {}
	.dlNavItemWide_image {}
	.dlNavItemWide_image > img {}
	.dlNavItemWide_col-txt {}
	.dlNavItemWide_col-txt-tall {}
	.dlNavItemWide_text {}
	.dlNavItemWide_text-center {}
	.dlNavItemWide_link {}
	.dlNavItemWide_link > img:first-child {}
	.caseStudyItem_tagList {}
	.caseStudyItem_tagList > li {}
	.caseStudy_link {}
	.caseStudy_link > a {}
	.officeNav {}
	.officeNav_cols {}
	.officeNav_col {}
	.officeNav_col-download {}
	.officeNav_col-labo {}
	.officeNav_title {}
	.officeNav_title > img {}
	.dLItem {}
	.dLItem > a {}
	.dLItem_areaImg {}
	.dLItem_areaImg-pink {}
	.dLItem_areaImg-yellow {}
	.dLItem_areaImg-orange {}
	.dLItem_image {}
	.dLItem_image > img {}
	.dLItem_areaTxt {}
	.dLItem_message {}
	.dLItem_text {}
	.dLItem_link {}
	.dLItem_link > img {}
	.dLItem_laboImage {}
	.dLItem_laboImage > img {}
	.relatedNav {
		padding: 40px 20px;
	}
	.relatedNav_inner {}
	.relatedNav_title {}
	.relatedNav_cell {}
	.relatedNav_cell:last-child {}
	.relatedNav_headline {}
	.relatedNav_grid {
		row-gap: 15px;
		column-gap: 15px;
	}
	.relatedNav_grid-2c {}
	.relatedNav_grid-3c {
		column-gap: 2%;
	}
	.relatedSoluItem {}
	.relatedSoluItem > a {}
	.relatedSoluItem_areaImg {}
	.relatedSoluItem_image {}
	.relatedSoluItem_image > img {}
	.relatedSoluItem_areaTxt {}
	.relatedSoluItem_title {}
	.relatedSoluItem_text {}
	.relatedMenuItem {}
	.relatedMenuItem > a {}
	.relatedMenuItem_cols {
		box-sizing: border-box;
	}
	.relatedMenuItem_col {}
	.relatedMenuItem_col-img {
		width: 32%;
	}
	.relatedMenuItem_image {
		max-width: 68px;
	}
	.relatedMenuItem_image > img {}
	.relatedMenuItem_col-txt {
		width: 63%;
	}
	.relatedMenuItem_areaTxt {
		padding-right: 20px;
	}
	.relatedMenuItem_title {}
	.relatedMenuItem_text {
		font-size: 13px;
	}
	.dlNavItemWide_listBox {}
	.dlNavItemWide_list {}
	.dlNavItemWide_list > li {}
	.merit_box {}
	.merit_box_inner {}
	.merit_boxTitle {}
	.newFlow {}
	.newFlow_title {}
	.newFlow_areaChart {}
	.newFlow_chart {}
	.newFlow_chart > img {}
	.newPoint {}
	.newPoint_cell {}
	.newPoint_cell:last-child {}
	.newPoint_cols {}
	.newPoint_col {}
	.newPoint_col-img {}
	.newPoint_image {}
	.newPoint_image > img {}
	.newPoint_col-txt {}
	.newPoint_title {
		font-size: 20px;
		padding-left: 38px;
	}
	.newPoint_title_number {
		font-size: 28px;
		top: 15px;
	}
	.newPoint_text {}
	.meritItem_image {}
	.meritItem_image > img {}
	.offMerit_pointCircle {
		width: 90px;
		height: 90px;
	}
	.offMerit_pointIcon {
		width: 47px;
	}
	.offMerit_pointIcon > img {}
	.pankuzu {}
	.pankuzu_inner {}
	.pankuzu_oList {}
	.pankuzu_oList > li {}
	.pankuzu_oList > li:nth-last-child(n+2)::after {}
	.pankuzu_oList > li > a {}
	.body_head {
		margin-bottom: 45px;
	}
	.body_head-tall {}
	.body_head_inner {}
	.body_title {}
	.body_title_sub {}
	.body_title_main {}
	.body_title_solMain {
		font-size: 28px;
	}
	.body_side {
		position: static;
	}
	.relatedNavWrap {
		margin-top: 100px;
	}
	.relatedNavWrap_inner {}
	.relatedNavWrap-noBorder {
		border-top: none;
		margin-top: 0;
	}
	.intro_float {}
	.intro_float::after {}
	.intro_image-float {
		width: 340px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.contPoint {}
	.contPoint_round {}
	.contPoint_title {}
	.contPoint_message {
		margin-bottom: 60px;
	}
	.contPoint_cell {
		margin-bottom: 55px;
	}
	.contPoint_cell:last-child {}
	.contPoint_subTtl {
		font-size: 25px;
	}
	.contPoint_text {
		margin-bottom: 25px;
	}
	.contPoint_text:last-child {}
	.contPoint_figList {
		row-gap: 20px;
		max-width: 900px;
		margin: 0 auto;
	}
	.contPoint_figList > li {}
	.contPoint_fig {}
	.contPoint_fig > img {}
	.contPoint_fig > figcaption {}
	.conPoint_list {}
	.conPoint_list > li {}
	.conPoint_list > li > a {
		font-size: 14px;
	}
	.conPoint_list_txt {}
	.conPoint_list_txt > small {}
	.contPoint_cols {}
	.contPoint_col {}
	.contPoint_col-txt {
		width: 57%;
		max-width: none;
	}
	.contPoint_col-img {
		width: 40%;
	}
	.contPoint_changeImage {}
	.contPoint_changeImage > img {}
	.contPoint_changeWideImage {}
	.contPoint_changeWideImage > img {}
	.meritItem-low {}
	.menuCase_cols-rev {}
	.menuCase_boxTitle {
		margin-bottom: 35px;
	}
	.collSup {}
	.collSup_round {}
	.collSup_title {}
	.collSup_cols {}
	.collSup_col {}
	.collSup_col-no1 {}
	.collSupItem {}
	.collSupItem_problems {}
	.collSupItem_problems_txt {}
	.collSupItem_problems_arrow {}
	.collSupItem_problems_arrow > img {}
	.collSupItem_areaTtl {}
	.collSupItem_number {}
	.collSupItem_number_sub {}
	.collSupItem_title {}
	.collSupItem_areaTxt {}
	.collSupItem_areaTxt_inner {}
	.collSupItem_text {}
	.collSupItem_list {}
	.collSupItem_list > li {}
	.collSupItem_list > li::before {}
	.collSupItem_arrow {}
	.collSupItem_imgList {}
	.collSupItem_imgList-2col {}
	.collSupItem_imgList > li {}
	.collSupItem_imgList > li > img {}
	.collSup_col-no2 {}
	.collSup_col-no3 {}
	.collSup_message {}
	.collWorkMill {}
	.collWorkMill_title {}
	.collWorkMill_cols {}
	.collWorkMill_col {}
	.collWorkMill_col-txt {}
	.collWorkMill_text {}
	.collWorkMill_col-img {
		padding-top: 10px;
	}
	.collWorkMill_image {}
	.collWorkMill_image > img {}
	.collWorkMill_link {}
	.collWorkMill_link > a {}
	.collBook {}
	.collBook_round {}
	.collBook_title {}
	.collBook_message {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.collBook_cols {}
	.collBook_col {}
	.collBook_col-img {}
	.collBook_image {}
	.collBook_image > img {}
	.collBook_col-link {}
	.collBook_book {}
	.collBook_book > img {}
	.collBook_link {}
	.collBook_link > a {}
	.collBook_box {}
	.collBook_headline {}
	.collBook_text {}
	.collBook_areaList {}
	.collBook_list {
		font-size: 14px;
	}
	.collBook_list > li {}
	.collBook_list > li > a {}
	.collBook_list_blank {}
	.collBook_list_blank > img {}
	.meritItem_list {}
	.meritItem_list > li {}
	.meritItem_list > li::before {}
	.fap_table {}
	.fap_table > tbody {}
	.fap_table > tbody > tr {}
	.fap_table > tbody > tr > th {}
	.fap_table > tbody > tr > td {}
	.paperSup {}
	.paperSup_round {}
	.paperSup_title {}
	.paperSup_text {
		margin-bottom: 60px;
	}
	.paperSup_headline {
		font-size: 32px;
	}
	.paperSup_headline-small {
		font-size: 25px;
	}
	.paperSup_cell {}
	.paperSup_cell:last-child {}
	.paperSup_subhead {}
	.paperChart {}
	.paperChart_title {}
	.paperChart_cells {}
	.paperChart_box_cell {}
	.paperChart_headline {}
	.paperChart_headline_number {}
	.paperChart_oList {}
	.paperChart_oList > li {}
	.paperTool {}
	.paperTool_cell {}
	.paperTool_cell:last-child {}
	.paperTool_title {
		font-size: 20px;
	}
	.paperTool_title::before {}
	.paperTool_text {}
	.toolMaxhub {}
	.toolMaxhub_title {}
	.toolMaxhub_title > img:first-child {}
	.toolMaxhub_headline {}
	.toolMaxhub_cols {}
	.toolMaxhub_col {}
	.toolMaxhub_col-img {}
	.toolMaxhub_image {}
	.toolMaxhub_image > img {}
	.toolMaxhub_col-txt {
		max-width: none;
	}
	.toolMaxhub_subhead {}
	.toolMaxhub_subhead_point {}
	.toolMaxhub_message {}
	.toolMaxhub_box {}
	.toolMaxhub_box_inner {}
	.toolMaxhub_list {}
	.toolMaxhub_list > li {}
	.toolMaxhub_boxImage {}
	.toolMaxhub_boxImage > img {}
	.toolMaxhub_areaTxt {}
	.toolMaxhub_boxTitle {}
	.toolMaxhub_text {}
	.toolMaxhub_link {}
	.paperTool_headline {}
	.paperTool_grid {
		max-width: 900px;
		margin: 0 auto;
	}
	.paperTool_item {}
	.paperTool_areaImg {}
	.paperTool_image {}
	.paperTool_image > img {}
	.paperTool_point {}
	.paperTool_areaTxt {}
	.paperTool_areaTxt_inner {}
	.paperTool_subhead {}
	.paperTool_itemTxt {}
	.paperTool_link {}
	.paperTool_link > a {}
	.paperCases {}
	.paperCases_cols {
		max-width: 900px;
		margin: 0 auto;
	}
	.paperCases_col {}
	.paperCases_col-no1 {}
	.paperCases_fig {}
	.paperCases_fig > img {}
	.paperCases_fig > figcaption {}
	.paperCases_title {}
	.paperCases_text {}
	.paperCases_col-no2 {}
	.menuCase_tagList {}
	.menuCase_tagList > li {}
	.paperChart_imgWrap {}
	.paperChart_image {}
	.paperChart_image > img {}
	.footNav {}
	.footNav_list {}
	.footNav_list > li {}
	.footNav_list > li > a {}
	.footNavItem {
		min-height: 292px;
	}
	.footNavItem_inner {}
	.footNavItem_icon {
		width: 60px;
		margin: 0 auto 15px;
	}
	.footNavItem_icon > img {}
	.footNavItem_areaTxt {}
	.footNavItem_title {
		margin-bottom: 10px;
	}
	.footNavItem_text {
		font-size: 13px;
	}
	.fixMenuBtn {
		border: none;
		background-color: var(--color-white);
		border: 1px solid var(--color-border);
		width: 125px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		border-radius: 40px;
		column-gap: 6px;
		font-size: 10px;
		position: fixed;
		z-index: 100001;
		bottom: 80px;
		left: 10px;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
		line-height: 14px;
	}
	.fixMenuBtn_icon {
		display: block;
		width: 12px;
	}
	.fixMenuBtn_bar {
		display: block;
		height: 1px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.fixMenuBtn_bar-no1 {}
	.fixMenuBtn_bar-no2 {
		margin: 3px 0;
	}
	.fixMenuBtn_bar-no3 {}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_bar-no1 {
		transform: translateY(4px) rotate(-45deg);
	}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_bar-no3 {
		transform: translateY(-4px) rotate(45deg);
	}
	.fixMenuBtn_text {
		display: block;
		transition-duration: .3s;
		transition-property: opacity, visibility, transform;
	}
	.fixMenuBtn_text-open {}
	.fixMenuBtn_text-close {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transform: translateY(50%);
		visibility: hidden;
		opacity: 0;
	}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_text-open {
		transform: translateY(-50%);
		visibility: hidden;
		opacity: 0;
	}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_text-close {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.fixMenu {
		position: fixed;
		z-index: 100000;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.70);
		box-sizing: border-box;
		padding: 60px 10px 130px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
	}
	.fixMenu.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.fixMenu_box {
		background-color: var(--color-white);
		border-radius: 5px;
		overflow: auto;
		max-height: calc(100vh - 190px);
	}
	.fixMenu_box_inner {
		padding: 23px 24px 30px;
	}
	.sideGuideNav-fix {
		display: block;
	}
	.sideNav-fix {
		border: none;
		border-radius: 0;
		background-color: rgba(255, 255, 255, 0);
		margin-left: -24px;
		margin-right: -24px;
	}
	.sideNav_title-fix {
		display: none;
	}
	.sideNav_inner-fix {
		padding-top: 0;
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 17px;
	}
	.sideNav_list-fix {
		grid-template-columns: 1fr;
		row-gap: 9px;
		display: grid;
	}
	.sideNav_list-fix > li > a {
		font-size: 13px;
	}
	.fixMenuBtn_textWrap {
		display: block;
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	.menuCase_voiceName {}
	.abwType {}
	.abwType_round {}
	.abwType_title {}
	.abwType_message {}
	.abwType_text {}
	.abwType_mainImage {
		margin-bottom: 40px;
	}
	.abwType_mainImage > img {}
	.abwType_cell {
		margin-bottom: 45px;
	}
	.abwType_headline {
		font-size: 25px;
		margin-bottom: 18px;
	}
	.abwType_cols {}
	.abwType_col {
		max-width: none;
	}
	.abwType_col-no1 {}
	.abwType_box {
		padding: 20px 25px;
	}
	.abwType_box_cell {}
	.abwType_box_cell:last-child {}
	.abwType_subhead {}
	.abwType_col-no2 {}
	.abwType_image {}
	.abwType_image > img {}
	.abwType_image:last-child {}
	.abwTypeOther {}
	.abwTypeOther:last-child {}
	.abwTypeOther_inner {}
	.abwTypeOther_inner-wide {}
	.abwTypeOther_title {}
	.abwTypeOther_text {}
	.abwTypeOther_headline {}
	.abwTypeOther_headline_main {}
	.areaAbwPattern {}
	.areaAbwPattern_round {}
	.areaAbwPattern_title {}
	.areaAbwPattern_message {}
	.abwPlan {}
	.abwPlan:last-child {}
	.abwPlan_title {}
	.abwPlan_subTitle {}
	.abwPlan_cols {}
	.abwPlan_cols:last-child {}
	.abwPlan_col {}
	.abwPlan_col-img {}
	.abwPlan_image {}
	.abwPlan_image > img {}
	.abwPlan_col-txt {}
	.abwPlan_box {}
	.abwPlan_headline {}
	.abwPlan_cell {}
	.abwPlan_cell:last-child {}
	.abwPlan_subhead {}
	.abwPlan_subhead::before {}
	.abwPlan_boxTxt {}
	.abwPlan_text {}
	.abwPlan_text:last-child {}
	.abwPlanNav {}
	.abwPlanNav_title {}
	.abwPlanNav_list {}
	.abwPlanNav_list > li {}
	.abwPlanNav_list > li > a {}
	.abwPlanNavItem {}
	.abwPlanNavItem_title {}
	.abwPlanNavItem_title_number {}
	.abwPlanNavItem_list {}
	.abwPlanNavItem_list > li {}
	.abwPattern {}
	.abwPattern:last-child {}
	.abwPattern_contents {}
	.abwPattern_title {}
	.abwPattern_message {}
	.abwPlan_grid {
		column-gap: 15px;
	}
	.abwPlanItem {}
	.abwPlanItem_title {}
	.abwPlanItem_image {}
	.abwPlanItem_image > img {}
	.abwPlanItem_text {
		font-size: 13px;
	}
	.abwPlan_cCols {}
	.abwPlan_cCol {}
	.abwPlan_cCol-no1 {}
	.abwPlan_capTitle {}
	.abwPlan_cCol-no2 {}
	.abwPlan_figList {}
	.abwPlan_figList > li {}
	.abwPlan_fig {}
	.abwPlan_fig > img {}
	.intro_abwImageWrap {}
	.intro_abwImage {}
	.intro_abwImage > img {}
	.abwTypeOther_chartWrap {}
	.abwTypeOther_chart {}
	.abwTypeOther_chart > img {}
	.menuCase_figList {
		column-gap: 15px;
	}
	.menuCase_figList > li {}
	.menuCase_fig {}
	.menuCase_fig > img {}
	.menuCase_fig > figcaption {}
	.dLNav_contents {}
	.signPoint {}
	.signPoint_round {}
	.signPoint_title {}
	.signPointItems {}
	.signPointItems_inner {}
	.signPointItem {}
	.signPointItem-pink {
		margin-bottom: 60px;
	}
	.signPointItem:last-child {}
	.signPointItem_cols {}
	.signPointItem_col {}
	.signPointItem_col-icon {}
	.signPointItem_circle {
		width: 100px;
		height: 100px;
	}
	.signPointItem_icon {
		width: 60px;
	}
	.signPointItem_icon > img {}
	.signPointItem_col-txt {}
	.signPointItem_title {}
	.signPointItem_title_num {}
	.signPointItem_title_txt {}
	.signPointItem_text {}
	.signPoint_plus {}
	.signPoint_plus::before {}
	.signPoint_plus::after {}
	.signIngenuity {}
	.signIngenuity_contents {}
	.signIngenuity_contents_inner {}
	.signIngenuity_cell {
		margin-bottom: 60px;
	}
	.signIngenuity_cell:last-child {}
	.signIngenuity_title {
		margin-bottom: 38px;
	}
	.signIngenuity_text {
		margin-bottom: 40px;
	}
	.signIngenuity_box {}
	.signIngenuity_box_inner {}
	.signChenge {}
	.signChenge:last-child {}
	.signChenge_title {}
	.signChenge_cols {}
	.signChenge_col {}
	.signChenge_col-before {}
	.signChenge_areaImg {}
	.signChenge_areaImg-exBefore {}
	.signChenge_areaImg-exAfter {}
	.signChenge_timeline {}
	.signChenge_timeline-after {}
	.signChenge_image {}
	.signChenge_image > img {}
	.signChenge_text {
		font-size: 14px;
	}
	.signChenge_col-after {}
	.signChenge_caption {}
	.signChenge_headline {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.signEx {}
	.signEx_title {}
	.signEx_messageBox {}
	.signEx_message {}
	.signEx_text {}
	.signEx_text-after {}
	.signChenge_list {
		font-size: 12px;
		column-gap: 10px;
	}
	.signChenge_list > li {}
	.signChenge_list > li::before {
		left: -5px;
	}
	.signChenge_list > li:first-child::before {}
	.signChenge_arrow {}
	.signChenge_arrow > img {}
	.signChenge_flowList {}
	.signChenge_flowList > li {}
	.signChenge_flowFig {}
	.signChenge_flowFig > img {}
	.signChenge_flowFig > figcaption {}
	.signChenge_flowText {}
	.signChenge_flowText::before {}
	.signChenge_flowText::after {}
	.signChenge_flowText-first::before {}
	.signChenge_flowText-last::after {}
	.intro_cell {}
	.intro_wellTitle {}
	.intro_circle {
		width: 100px;
		height: 100px;
	}
	.intro_icon {}
	.intro_icon > img {}
	.intro_wellTitle_txt {}
	.intro_wideImage {}
	.intro_wideImage > img {}
	.intro_cell:last-child {}
	.contPoint_listTxt {
		font-size: 13px;
	}
	.contChange {}
	.signChenge_col-contBefore {
		width: 38%;
	}
	.contChange_fig {}
	.contChange_fig > img:first-child {}
	.contChange_fig > figcaption {
		font-size: 13px;
	}
	.signChenge_col-contAfter {
		width: 60%;
	}
	.wellPoint {}
	.wellPoint_round {}
	.wellPoint_title {}
	.wellPoint_cell {}
	.wellPoint_cell:last-child {}
	.wellPoint_headline {}
	.wellPointItem {}
	.wellPointItem:last-child {}
	.wellPointItem_areaTitle {}
	.wellPointItem_number {}
	.wellPointItem_number_sub {}
	.wellPointItem_number_main {}
	.wellPointItem_areaTxt {}
	.wellPointItem_title {
		margin-bottom: 5px;
	}
	.wellPointItem_message {
		margin-bottom: 0;
	}
	.wellPointItem_cols {}
	.wellPointItem_cols:last-child {}
	.wellPointItem_col {}
	.wellPointItem_col-txt {
		max-width: none;
	}
	.wellPointItem_cell {}
	.wellPointItem_cell:last-child {}
	.wellPointItem_headline {
		margin-bottom: 15px;
	}
	.wellPointItem_text {}
	.wellPointItem_link {}
	.wellPointItem_link > a {}
	.wellPointItem_txt {}
	.wellPointItem_txt > small {}
	.wellPointItem_col-img {}
	.wellPointItem_fig {}
	.wellPointItem_fig > img {}
	.wellPointItem_fig > figcaption {}
	.solu {
		margin-bottom: 85px;
	}
	.solu-menu {}
	.solu_cols {
		display: block;
	}
	.solu_col {
		width: auto;
	}
	.solu_col-ttl {}
	.solu_col-ttlNarrow {}
	.solu_title {
		margin-bottom: 15px;
	}
	.solu_col-txt {
		max-width: none;
	}
	.solu_col-txtNarrow {}
	.solu_text {}
	.soluItems {}
	.soluItem {
		margin-bottom: 35px;
	}
	.soluItem:last-child {}
	.soluItem > a {}
	.soluItem_cols {
		padding: 20px;
	}
	.soluItem_cols-rev {}
	.soluItem_col {}
	.soluItem_col-txt {
		width: 55%;
		padding: 0;
	}
	.soluItem_areaTxt {}
	.soluItem_title {
		font-size: 20px;
		column-gap: 15px;
		margin-bottom: 15px;
	}
	.soluItem_circle {
		width: 60px;
		height: 60px;
		min-width: 60px;
	}
	.soluItem_icon {
		width: 38px;
	}
	.soluItem_icon > img {}
	.soluItem_title_main {}
	.soluItem_text {
		margin-bottom: 24px;
		font-size: 14px;
	}
	.soluItem_link {}
	.soluItem_col-img {
		width: 40%;
	}
	.soluItem_image {}
	.soluItem_image > img:first-child {}
	.relatedSoluCard {}
	.relatedSoluCard > a {}
	.relatedSoluCard_cols {
		padding: 15px 12px;
	}
	.relatedSoluCard_col {}
	.relatedSoluCard_col-img {
		width: 32%;
	}
	.relatedSoluCard_image {}
	.relatedSoluCard_image > img:first-child {}
	.relatedSoluCard_col-txt {
		width: 63%;
	}
	.relatedSoluCard_areaTxt {
		padding: 0;
	}
	.relatedSoluCard_title {}
	.relatedSoluCard_text {
		font-size: 13px;
	}
	.topSect {
		margin-bottom: 85px;
	}
	.topSect_inner {}
	.topSect_miniCols {}
	.topSect_miniCols-mbL {
		margin-bottom: 56px;
	}
	.topSect_miniCol {}
	.topSect_miniCol-ttl {
		width: 240px;
	}
	.topSect_title {}
	.topSect_title_main {
		font-size: 28px;
	}
	.topSect_title_sub {
		font-size: 20px;
		margin-top: 8px;
	}
	.topSect_miniCol-txt {
		width: calc(100% - 260px);
	}
	.topSect_text {
		font-size: 15px;
	}
	.topSolu {}
	.topSolu_inner {}
	.topSolu_title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.topSolu_cols {
		display: block;
	}
	.topSolu_col {
		width: auto;
	}
	.topSolu_col-img {}
	.topSoluSlide {}
	.topSoluSlide_item {}
	.topSoluSlide_image {
		padding-bottom: 62.5%;
	}
	.topSoluSlide_image > img {}
	.topSoluSlide_caption {}
	.topSolu_col-txt {}
	.topSoluNav {}
	.topSoluNav_list {}
	.topSoluNav_list > li {}
	.topSoluNav_list > li > a {}
	.topSoluItem {}
	.topSoluItem::before {}
	.topSoluItem_inner {
		margin: 0 auto;
		min-height: 165px;
		padding-bottom: 25px;
	}
	.topSoluItem_title {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.topSoluItem_title_circle {}
	.topSoluItem_title_icn {}
	.topSoluItem_title_icn > img {}
	.topSoluItem_text {}
	.topSoluItem_arrow {}
	.topSoluItem_arrow > svg {}
	.topMenu {}
	.topMenu_wideImage {}
	.topMenu_wideImage > img {}
	.topMenu_inner {}
	.topMenu_list {
		grid-template-columns: repeat(2, 1fr);
		margin-top: -49px;
	}
	.topMenu_list > li {}
	.topMenu_list > li > a {}
	.topMenuItem {}
	.topMenuItem_text {
		column-gap: 12px;
	}
	.topMenuItem_text_circle {
		width: 66px;
		height: 66px;
		min-width: 66px;
	}
	.topMenuItem_text_icon {
		width: 38px;
	}
	.topMenuItem_text_icon > img {}
	.topMenuItem_arrow {}
	.topMenuItem_arrow > svg {}
	.relatedNav_grid-solution {}
	.flow_fig {}
	.flow_fig > img {
		display: block;
	}
	.flow_fig > figcaption {}
	.laboOffice-white {}
	.laboOffice-hasMt {}
	.point_icon-abw {}
	.toolMaxhub_link_icon {}
	.toolMaxhub_link_icon > img {}
	.paperTool_link_icon {}
	.paperTool_link_icon > img {}
	.paperSup_ttlWrap {
		margin-bottom: 40px;
	}
	.paperSup_circle {
		min-width: 90px;
	}
	.paperSup_icon {}
	.paperSup_icon > img {}
	.paperSup_areaTtl {
		width: calc(100% - 115px);
	}
	.sideNav_list_child {
		padding-left: 0;
	}
	.sideNav_list > li.-hasChild {
		width: 100%;
	}
	.sideGuideItem_image-narrow {}
	.abwType_fig {}
	.abwType_fig > img {}
	.abwType_fig > figcaption {}
	.faq_ansTxt {}
	.abwPlan_storage {}
	.abwPlan_storage > img {}
	.myPagetop {
		right: 3px;
	}
	.myPagetop.isShow {}
	.myPagetop_container {
		padding-bottom: 10px;
	}
	.myPagetop_link {}
	.myPagetop_link > button {}
	.myPagetop_link_svg {
		width: 12px;
		height: 102px;
	}
}
@media screen and (max-width: 767px) {
	.u-inner {}
	.u-ttl {
		font-size: 33px;
		margin-bottom: 18px;
	}
	.u-ttl_sub {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.u-ttl_sub:last-child {}
	.u-ttl_point {}
	.u-ttl-middle {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.u-ttlSimple {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.u-ttlSimple-red {}
	.u-ttlSimple-middle {}
	.u-ttlSimple-small {
		font-size: 15px;
	}
	.u-ttlBar {
		font-size: 16px;
	}
	.u-ttlBar::before {}
	.u-ttlDouble {
		font-size: 12px;
	}
	.u-ttlDouble_en {
		font-size: 18px;
	}
	.u-ttlDouble_main {}
	.u-ttlLine {
		font-size: 20px;
		padding-top: 16px;
		margin-bottom: 25px;
	}
	.u-ttlLine::before {
		height: 3px;
	}
	.u-ttlLine::after {
		height: 3px;
	}
	.u-round {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.u-round_main {
		padding: 6px 15px;
	}
	.u-list {
		font-size: 12px;
	}
	.u-list > li {}
	.u-list > li::before {}
	.u-list > li > b {}
	.u-noteList {}
	.u-noteList > li {}
	.u-noteList > li::before {}
	.u-btn {
		min-height: 70px;
	}
	.u-btn-arrowR {
		padding-left: 15px;
	}
	.u-btn_arrow {}
	.u-btn_arrow > img {}
	.u-btn-gray {}
	.u-btn-small {
		min-height: 53px;
	}
	.u-btn_blank {}
	.u-btn_blank_svg {}
	.u-btn_blank > img {}
	.u-tag {}
	.u-circle {
		width: 75px;
		height: 75px;
		margin-bottom: 13px;
	}
	.u-circle > img {
		width: 45px;
		height: auto;
	}
	.u-circle-small {}
	.u-circle-gray {}
	.u-tagList {
		font-size: 11px;
	}
	.u-tagList > li {}
	.u-tagList > li::after {}
	.u-tagList > li:last-child::after {}
	.u-listSimple {
		font-size: 13px;
	}
	.u-listSimple > li {}
	.u-listSimple > li::before {}
	.u-ttlDot {}
	.u-ttlDot::before {}
	.u-lowResInline {}
	.u-spInline {
		display: block;
	}
	.u-spNone {
		display: none;
	}
	.u-bg {}
	.u-bg::before {}
	.u-sect {}
	.u-icon {
		width: 42px;
		height: auto;
	}
	.u-icon > img {}
	.u-figCaption {}
	.body {
		font-size: 14px;
	}
	.body_inner {}
	.body_cols {}
	.body_col {}
	.body_col-side {
		margin-bottom: 26px;
	}
	.body_col-main {}
	.sideNav {}
	.sideNav_inner {}
	.sideNav_title {
		display: block;
	}
	.sideNav_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
	}
	.sideNav_list > li {}
	.sideNav_list > li > a {
		font-size: 11px;
		line-height: 16px;
		color: inherit;
	}
	.sideNav_list > li > a[aria-current="true"] {
		color: inherit;
		font-weight: inherit;
	}
	.sideNav_arrow {
		top: 15px;
	}
	.sideGuideNav {}
	.sideGuideNav_list {}
	.sideGuideNav_list > li {}
	.sideGuideNav_list > li > a {}
	.sideGuideItem {
		padding: 7px 15px;
	}
	.sideGuideItem_inner {}
	.sideGuideItem_image {
		margin-bottom: 3px;
	}
	.sideGuideItem_image > img {}
	.sideGuideItem_text {}
	.sideGuideItem-yellow {}
	.sectItem {}
	.sectItem_contents {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.sectItem_contents-first {
		padding-top: 0;
	}
	.sectItem_contents-last {
		padding-bottom: 0;
	}
	.sectItem_contents_inner {}
	.intro {}
	.intro_title {}
	.intro_title-spSmall {
		font-size: 26px;
	}
	.intro_title_point {}
	.intro_message {
		margin-bottom: 20px;
	}
	.intro_box {
		padding: 28px 15px;
	}
	.intro_box_inner {}
	.intro_headline {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.intro_list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 5px;
		column-gap: 5px;
	}
	.intro_list > li {
		padding: 15px 10px;
		display: block;
	}
	.intro_boxTxt {
		text-align: left;
	}
	.intro_boxTxt_point {}
	.intro_boxTxt > b {}
	.intro_cols {
		display: block;
		margin-bottom: 30px;
	}
	.intro_col {
		width: auto;
		max-width: none;
	}
	.intro_col-txt {
		margin-bottom: 30px;
		padding-top: 0;
	}
	.intro_text {
		margin-bottom: 16px;
	}
	.intro_text_point {}
	.intro_text:last-child {}
	.intro_col-img {}
	.intro_col-img-free {
		margin: auto;
	}
	.intro_image {}
	.intro_image > img {}
	.offMerit {}
	.offMerit_round {}
	.offMerit_title {}
	.offMerit_cell {
		margin-bottom: 40px;
	}
	.offMerit_cell:last-child {}
	.offMerit_ttlWrap {
		margin-bottom: 20px;
	}
	.offMerit_circle {
		margin: 0;
		width: 60px;
		height: 60px;
	}
	.offMerit_icon {}
	.offMerit_icon > img {}
	.offMerit_areaTtl {
		width: calc(100% - 75px);
	}
	.offMerit_subTtl {}
	.offMerit_headline {
		font-size: 18px;
	}
	.offMerit_cols {
		display: block;
	}
	.offMerit_col {
		width: auto;
		max-width: none;
	}
	.offMerit_col-txt {
		margin-bottom: 20px;
	}
	.offMerit_areaTxt {}
	.offMerit_text {}
	.offMerit_noteList {}
	.offMerit_noteList > li {}
	.offMerit_col-img {}
	.offMerit_image {}
	.offMerit_image > img {}
	.flow {}
	.flow_round {}
	.flow_title {}
	.flow_cell {
		padding-bottom: 45px;
	}
	.flow_cell::before {
		display: none;
	}
	.flow_cell:last-child {}
	.flow_cell:last-child::before {}
	.flow_cols {
		display: block;
		position: relative;
	}
	.flow_col {
		width: auto;
	}
	.flow_col-number {
		width: 60px;
		position: absolute;
		top: 30px;
		left: 0;
		transform: translateY(-50%);
	}
	.flow_number {
		width: 60px;
		height: 60px;
		font-size: 24px;
	}
	.flow_number-gray {}
	.flow_number_txt {
		font-size: 10px;
	}
	.flow_number_num {}
	.flow_col-txt {
		padding-top: 0;
	}
	.flow_areaTxt {}
	.flow_headline {
		min-height: 60px;
		padding-left: 75px;
		display: flex;
		align-items: center;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.flow_cCols {
		display: block;
	}
	.flow_cCols:last-child {}
	.flow_cCol {
		width: auto;
		max-width: none;
	}
	.flow_cCol-img {
		max-width: 340px;
		margin: 0 auto 20px;
	}
	.flow_image {}
	.flow_image > img {}
	.flow_cCol-txt {}
	.flow_txtBox {}
	.flow_text {
		margin-bottom: 15px;
	}
	.flow_listBox {}
	.flow_list {}
	.flow_list > li {}
	.flow_list > li::before {}
	.flow_list > li:nth-child(n+2) {}
	.flow_link {}
	.flow_link > a {}
	.flow_link > a::before {}
	.flow_link > a::after {}
	.flow_link_arrow {}
	.offPoint {}
	.offPoint_round {}
	.offPoint_title {}
	.offPoint_cell {
		padding: 30px 20px;
	}
	.offPoint_cell:last-child {}
	.offPoint_cols {
		display: block;
	}
	.offPoint_col {
		width: auto;
	}
	.offPoint_col-img {
		max-width: 75px;
		margin: 0 auto 15px;
		height: auto;
	}
	.offPoint_circle {}
	.offPoint_icon {}
	.offPoint_icon > img {}
	.offPoint_col-txt {}
	.offPoint_headline {
		text-align: center;
	}
	.offPoint_text {}
	.soluCase {}
	.soluCase_round {}
	.soluCase_title {}
	.soluCase_cell {
		padding: 20px;
		margin-bottom: 35px;
	}
	.soluCase_new {}
	.soluCase_cols {
		display: block;
	}
	.soluCase_col {
		width: auto;
	}
	.soluCase_col-txt {
		margin-bottom: 25px;
	}
	.soluCase_name {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.soluCase_headline {
		font-size: 18px;
	}
	.soluCase_tagList {}
	.soluCase_tagList > li {}
	.soluCase_tagList > li > a {}
	.soluCase_link {
		margin: 15px auto 0;
	}
	.soluCase_link > a {
		font-size: 14px;
	}
	.soluCase_col-img {
		margin: 0 auto;
	}
	.soluCase_image {}
	.soluCase_image > img {}
	.soluCase_effect {}
	.soluCase_subhead {}
	.soluCase_effect_inner {}
	.soluCase_subhead_en {}
	.soluCase_subhead_main {}
	.soluCase_list {}
	.soluCase_list > li {}
	.areaFaq {}
	.areaFaq_round {}
	.areaFaq_title {}
	.faq {}
	.faq:last-child {}
	.faq_title {}
	.faq_title_btn {
		font-size: 14px;
		line-height: 1.5;
		padding: 20px 40px 20px;
	}
	.faq_mark {
		font-size: 16px;
	}
	.faq_mark-q {
		top: 50%;
	}
	.faq_mark-a {
		top: 13px;
	}
	.faq_title_btn_txt {}
	.faq_title_btn_open {
		top: 50%;
		right: 10px;
	}
	.faq_title_btn_open::before {}
	.faq_title_btn [aria-expanded="true"] .faq_title_btn_open::before {}
	.faq_title_btn_open::after {}
	.faq_ans {}
	.faq_ans.isShow {}
	.faq_ans_inner {
		padding-right: 0;
		padding-left: 40px;
		padding-bottom: 13px;
	}
	.faq_ansTxt {
		font-size: 14px;
		line-height: 1.8;
	}
	.laboOffice {
		padding: 25px 20px;
	}
	.laboOffice_inner {}
	.laboOffice_title {
		font-size: 16px;
	}
	.laboOffice_text {}
	.laboOffice_headline {}
	.laboOffice_headline_txt {}
	.laboOffice_headline::after {}
	.laboOffice_list {
		max-width: 350px;
		margin: 0 auto;
	}
	.laboOffice_list > li {
		width: 48.5%;
	}
	.laboOffice_list > li:nth-child(n+3) {
		margin-top: 10px;
	}
	.laboOffice_fig {}
	.laboOffice_fig > img {}
	.laboOffice_fig > figcaption {}
	.laboOffice_link {
		margin-top: 20px;
	}
	.laboOffice_link > a {}
	.laboOffice_link_icon {}
	.laboOffice_link_icon > img {}
	.officeKit {
		padding: 20px;
	}
	.officeKit_title {}
	.officeKit > img {}
	.officeKit_cols {
		display: block;
	}
	.officeKit_col {
		width: auto;
	}
	.officeKit_col-img {
		margin: 0 auto 15px;
	}
	.officeKit_image {}
	.officeKit_image > img {}
	.officeKit_col-txt {
		max-width: none;
	}
	.officeKit_text {}
	.officeKit_link {
		margin: 20px auto 0;
	}
	.officeKit_link > a {
		font-size: 13px;
	}
	.merit {}
	.merit_round {}
	.merit_title {
		margin-bottom: 32px;
	}
	.merit_grid {
		display: block;
	}
	.meritItem {
		padding: 20px;
		width: auto;
	}
	.meritItem:nth-child(n+2) {
		margin-top: 10px;
	}
	.meritItem_circle {}
	.meritItem_icon {}
	.meritItem_icon > img {}
	.meritItem_title {
		margin-bottom: 10px;
		min-height: 0;
		font-size: 16px;
	}
	.meritItem_title_sub {
		font-size: 13px;
	}
	.meritItem_text {
		font-size: 12px;
	}
	.freeType {}
	.freeType_round {}
	.freeType_title {}
	.freeType_text {
		margin-bottom: 30px;
	}
	.freeType_cols {
		display: block;
		max-width: 425px;
		margin: 0 auto;
	}
	.freeType_col {
		width: auto;
		max-width: none;
	}
	.freeType_col-no1 {
		margin-bottom: 10px;
	}
	.freeType_item {
		padding: 25px 20px;
	}
	.freeType_item_inner {}
	.freeType_headline {}
	.freeType_message {
		font-size: 14px;
		margin-bottom: 16px;
	}
	.freeType_image {}
	.freeType_image > img {}
	.freeType_box {
		margin-bottom: 10px;
		padding: 15px 20px;
	}
	.freeType_subhead {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.freeType_subhead-small {
		font-size: 12px;
	}
	.freeType_list {}
	.freeType_list > li {}
	.freeType_boxTxt {
		font-size: 12px;
	}
	.freeType_box-ex {}
	.freeType_col-no2 {}
	.flow_tagList {}
	.flow_tagList:last-child {}
	.flow_tagList > li {
		font-size: 12px;
	}
	.point {}
	.point_round {}
	.point_title {}
	.point_cells {}
	.point_cell {
		margin-bottom: 30px;
		padding: 25px 20px;
	}
	.point_cell:last-child {}
	.point_cell_inner {}
	.point_cols {
		display: block;
	}
	.point_col {
		width: auto;
		max-width: none;
	}
	.point_col-img {
		max-width: 320px;
		margin: 0 auto 5px;
	}
	.point_circle {}
	.point_icon {
		width: 50px;
	}
	.point_image {}
	.point_image > img {}
	.point_col-txt {}
	.point_headline {
		text-align: center;
	}
	.point_text {}
	.point_text_point {}
	.point_subhead {}
	.point_subhead::before {}
	.point_subhead_main {}
	.caseStudy {}
	.caseStudy_title {}
	.caseStudy_grid {
		display: block;
	}
	.caseStudy_grid-2c {}
	.caseStudy_grid-3c {}
	.caseStudyItem {}
	.caseStudyItem:nth-child(n+2) {
		margin-top: 10px;
	}
	.caseStudyItem > a {
		padding: 20px 20px 30px;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}
	.caseStudyItem > a::before {}
	.caseStudyItem_areaImg {
		width: 120px;
	}
	.caseStudyItem_image {}
	.caseStudyItem_image > img {}
	.caseStudyItem_areaTxt {
		padding: 0;
		width: calc(100% - 135px);
		display: block;
	}
	.caseStudyItem_update {}
	.caseStudyItem_update > time {}
	.caseStudyItem_topicList {}
	.caseStudyItem_topicList > li {
		padding: 1px 8px;
	}
	.caseStudyItem_title {
		font-size: 15px;
		margin-bottom: 6px;
		min-height: 0;
	}
	.caseStudyItem_text {}
	.prodList {
		display: block;
	}
	.prodList > li {}
	.prodList > li:nth-child(n+2) {
		margin-top: 10px;
	}
	.prodList > li > a {}
	.prodListItem {}
	.prodListItem_cols {}
	.prodListItem_col {}
	.prodListItem_col-img {}
	.prodListItem_image {}
	.prodListItem_image > img {}
	.prodListItem_col-txt {
		width: calc(100% - 115px);
		padding-right: 40px;
	}
	.prodListItem_text {
		margin-bottom: 0;
		font-size: 14px;
	}
	.prodListItem_icon {
		right: 15px;
	}
	.prodListItem_icon > img {}
	.dLNav {
		margin-top: 60px;
		padding: 39px 20px;
	}
	.dLNav_title {
		font-size: 20px;
	}
	.dLNav_title > img:first-child {}
	.menuCase {}
	.menuCase_round {}
	.menuCase_title {}
	.menuCase_cell {
		margin-bottom: 40px;
	}
	.menuCase_nameCols {}
	.menuCase_nameCols::before {
		width: 100%;
	}
	.menuCase_nameCols::after {
		left: 70px;
	}
	.menuCase_nameCol {}
	.menuCase_nameCol-num {
		width: 70px;
	}
	.menuCase_number {}
	.menuCase_number_num {}
	.menuCase_nameCol-ttl {
		width: calc(100% - 85px);
	}
	.menuCase_name {}
	.menuCase_cols {
		display: block;
		margin-bottom: 25px;
	}
	.menuCase_col {
		width: auto;
		max-width: none;
	}
	.menuCase_col-txt {
		margin-bottom: 35px;
		display: block;
	}
	.menuCase_col-txt-hasPt {
		padding-top: 0;
	}
	.menuCase_headline {
		font-size: 20px;
		line-height: 1.5;
	}
	.menuCase_headline-mbS {}
	.menuCase_text {}
	.menuCase_col-img {}
	.caseSlide {}
	.caseSlide_main {}
	.caseSlide_item {}
	.caseSlide_image {
		position: relative;
		padding-bottom: 78.81%;
	}
	.caseSlide_image > img:first-child {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.caseSlide_thumbList {}
	.caseSlide_thumbList > li {}
	.caseSlide_thumbList_btn {}
	.caseSlide_thumbList_btn[aria-current="true"] {}
	.caseSlide_thumbList_btn::before {}
	.caseSlide_thumbList_btn::after {}
	.caseSlide_thumbList_btn[aria-current="true"]::before {}
	.caseSlide_thumbList_btn[aria-current="true"]::after {}
	.caseSlide_thumbList_btn > img:first-child {}
	.muneCase_boxCols {
		display: block;
		margin-bottom: 15px;
	}
	.muneCase_boxCol {
		width: auto;
		max-width: none;
	}
	.muneCase_boxCol-no1 {
		margin-bottom: 15px;
	}
	.menuCase_box {
		display: block;
		margin-bottom: 60px;
		height: auto;
	}
	.menuCase_subhead {}
	.menuCase_effect_inner {
		padding: 23px 20px 20px;
	}
	.menuCase_boxTxt {
		font-size: 12px;
	}
	.muneCase_boxCol-no2 {}
	.menuCase_voice {}
	.menuCase_voiceCols {}
	.menuCase_voiceCols:first-child {
		padding-top: 0;
	}
	.menuCase_voiceCols:last-child {
		padding-top: 15px;
	}
	.menuCase_voiceCol {}
	.menuCase_voiceCol-icn {}
	.menuCase_icon {}
	.menuCase_icon > img {}
	.menuCase_voiceCol-txt {
		width: calc(100% - 70px);
	}
	.dlNavItemWide {}
	.dlNavItemWide > a {}
	.dlNavItemWide_cols {
		display: block;
	}
	.dlNavItemWide_col {
		width: auto;
	}
	.dlNavItemWide_col-img {
		padding: 30px 20px;
	}
	.dlNavItemWide_col-img-yellow {}
	.dlNavItemWide_image {
		max-width: 200px;
	}
	.dlNavItemWide_image > img {}
	.dlNavItemWide_col-txt {
		padding: 20px;
	}
	.dlNavItemWide_col-txt-tall {}
	.dlNavItemWide_text {}
	.dlNavItemWide_text-center {}
	.dlNavItemWide_link {}
	.dlNavItemWide_link > img:first-child {}
	.caseStudyItem_tagList {}
	.caseStudyItem_tagList > li {}
	.caseStudy_link {
		margin-top: 35px;
	}
	.caseStudy_link > a {}
	.officeNav {}
	.officeNav_cols {}
	.officeNav_col {}
	.officeNav_col-download {}
	.officeNav_col-labo {}
	.officeNav_title {}
	.officeNav_title > img {}
	.dLItem {}
	.dLItem > a {}
	.dLItem_areaImg {}
	.dLItem_areaImg-pink {}
	.dLItem_areaImg-yellow {}
	.dLItem_areaImg-orange {}
	.dLItem_image {}
	.dLItem_image > img {}
	.dLItem_areaTxt {}
	.dLItem_message {}
	.dLItem_text {}
	.dLItem_link {}
	.dLItem_link > img {}
	.dLItem_laboImage {}
	.dLItem_laboImage > img {}
	.relatedNav {
		padding: 30px 20px;
	}
	.relatedNav_inner {}
	.relatedNav_title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.relatedNav_cell {}
	.relatedNav_cell:last-child {}
	.relatedNav_headline {
		margin-bottom: 15px;
	}
	.relatedNav_grid {
		display: block;
		margin: 0 auto;
	}
	.relatedNav_grid-2c {}
	.relatedNav_grid-3c {
		max-width: 333px;
	}
	.relatedSoluItem {}
	.relatedSoluItem:nth-child(n+2) {
		margin-top: 15px;
	}
	.relatedSoluItem > a {}
	.relatedSoluItem_areaImg {}
	.relatedSoluItem_image {}
	.relatedSoluItem_image > img {}
	.relatedSoluItem_areaTxt {
		padding: 18px 20px 12px;
	}
	.relatedSoluItem_title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.relatedSoluItem_text {
		font-size: 12px;
	}
	.relatedMenuItem {}
	.relatedMenuItem:nth-child(n+2) {
		margin-top: 10px;
	}
	.relatedMenuItem > a {}
	.relatedMenuItem_cols {}
	.relatedMenuItem_cols-spBlock {
		display: block;
		padding: 0;
	}
	.relatedMenuItem_col {}
	.relatedMenuItem_col-spBlock {}
	.relatedMenuItem_col-img {
		width: 120px;
		min-height: 161px;
	}
	.relatedMenuItem_col-imgSpBlock {
		width: auto;
		max-width: none;
	}
	.relatedMenuItem_image {}
	.relatedMenuItem_image-spBlock {
		padding-bottom: 55.93%;
	}
	.relatedMenuItem_image > img {}
	.relatedMenuItem_col-txt {
		width: calc(100% - 135px);
		max-width: none;
	}
	.relatedMenuItem_col-txtSpBlock {
		width: auto;
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.relatedMenuItem_areaTxt {}
	.relatedMenuItem_title {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.relatedMenuItem_title-center {
		font-size: 16px;
		text-align: center;
	}
	.relatedMenuItem_text {
		font-size: 12px;
	}
	.dlNavItemWide_listBox {
		border-radius: 8px;
		padding: 15px;
	}
	.dlNavItemWide_list {}
	.dlNavItemWide_list > li {}
	.merit_box {}
	.merit_box_inner {}
	.merit_boxTitle {}
	.newFlow {
		padding: 30px 15px;
	}
	.newFlow_title {}
	.newFlow_areaChart {
		padding-right: 15px;
		margin-right: -15px;
	}
	.newFlow_chart {
		width: 640px;
		margin: 0 auto;
	}
	.newFlow_chart > img {}
	.newPoint {}
	.newPoint_cell {}
	.newPoint_cell:last-child {}
	.newPoint_cols {
		display: block;
	}
	.newPoint_col {
		width: auto;
	}
	.newPoint_col-img {
		margin: 0 auto 15px;
	}
	.newPoint_image {}
	.newPoint_image > img {}
	.newPoint_col-txt {
		max-width: none;
	}
	.newPoint_title {
		font-size: 16px;
		padding-left: 0;
		text-align: center;
	}
	.newPoint_title_number {
		display: block;
		position: static;
		font-size: 24px;
		width: auto;
		transform: none;
		text-align: center;
	}
	.newPoint_text {}
	.meritItem_image {
		max-width: 58px;
		margin-bottom: 15px;
	}
	.meritItem_image > img {}
	.offMerit_pointCircle {
		width: 60px;
		height: 60px;
		margin: 0;
	}
	.offMerit_pointIcon {
		width: 35px;
	}
	.offMerit_pointIcon > img {}
	.pankuzu {}
	.pankuzu_inner {}
	.pankuzu_oList {}
	.pankuzu_oList > li {}
	.pankuzu_oList > li:nth-last-child(n+2)::after {
		margin-left: 6px;
		margin-right: 11px;
	}
	.pankuzu_oList > li > a {
		height: 53px;
	}
	.body_head {
		padding-top: 5px;
		padding-bottom: 28px;
		margin-bottom: 24px;
	}
	.body_head-tall {
		padding-top: 18px;
		padding-bottom: 42px;
		margin-bottom: 40px;
	}
	.body_head_inner {}
	.body_title {
		font-size: 12px;
	}
	.body_title_sub {}
	.body_title_main {
		font-size: 15px;
	}
	.body_title-solution {}
	.body_title_solMain {
		font-size: 20px;
	}
	.body_side {}
	.relatedNavWrap {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.relatedNavWrap_inner {}
	.relatedNavWrap-noBorder {
		border-top: none;
		margin-top: 0;
	}
	.intro_float {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	.intro_float::after {}
	.intro_float:last-child {
		margin-bottom: 0;
	}
	.intro_image-float {
		float: none;
		margin: 0;
		width: auto;
		margin-top: 25px;
	}
	.contPoint {}
	.contPoint_round {}
	.contPoint_title {}
	.contPoint_message {
		margin-bottom: 40px;
	}
	.contPoint_cell {
		margin-bottom: 45px;
	}
	.contPoint_cell:last-child {}
	.contPoint_subTtl {
		font-size: 20px;
	}
	.contPoint_text {
		margin-bottom: 15px;
	}
	.contPoint_text:last-child {}
	.contPoint_figList {
		display: block;
		max-width: 440px;
	}
	.contPoint_figList > li {}
	.contPoint_figList > li:nth-child(n+2) {
		margin-top: 25px;
	}
	.contPoint_fig {}
	.contPoint_fig > img {}
	.contPoint_fig > figcaption {}
	.conPoint_list {
		display: block;
		max-width: none;
	}
	.conPoint_list > li {
		width: auto;
		margin-left: 0;
		max-width: none;
	}
	.conPoint_list > li:nth-child(n+2) {
		margin-top: 10px;
	}
	.conPoint_list_txt {}
	.conPoint_list_txt > small {}
	.contPoint_cols {
		display: block;
		margin-bottom: 20px;
	}
	.contPoint_col {
		width: auto;
		max-width: none;
	}
	.contPoint_col-txt {
		margin-bottom: 20px;
	}
	.contPoint_col-img {}
	.contPoint_changeImage {}
	.contPoint_changeImage > img {}
	.contPoint_changeWideImage {}
	.contPoint_changeWideImage > img {}
	.meritItem-low {}
	.menuCase_cols-rev {}
	.menuCase_boxTitle {}
	.collSup {
		margin-bottom: 45px;
	}
	.collSup_round {}
	.collSup_title {}
	.collSup_cols {
		display: block;
		max-width: 287px;
		margin: 0 auto;
	}
	.collSup_col {
		width: auto;
		margin-bottom: 35px;
	}
	.collSup_col-no1 {}
	.collSupItem {}
	.collSupItem_problems {
		margin-bottom: 12px;
	}
	.collSupItem_problems_txt {}
	.collSupItem_problems_arrow {}
	.collSupItem_problems_arrow > img {}
	.collSupItem_areaTtl {}
	.collSupItem_number {}
	.collSupItem_number_sub {}
	.collSupItem_title {}
	.collSupItem_areaTxt {
		padding-top: 22px;
		display: block;
		height: auto;
	}
	.collSupItem_areaTxt_inner {}
	.collSupItem_text {}
	.collSupItem_list {}
	.collSupItem_list > li {}
	.collSupItem_list > li::before {}
	.collSupItem_arrow {}
	.collSupItem_imgList {
		margin-top: 20px;
	}
	.collSupItem_imgList-2col {}
	.collSupItem_imgList > li {}
	.collSupItem_imgList > li > img {}
	.collSup_col-no2 {}
	.collSup_col-no3 {
		margin-bottom: 0;
	}
	.collSup_message {}
	.collWorkMill {}
	.collWorkMill_title {}
	.collWorkMill_cols {
		display: block;
		margin-bottom: 45px;
	}
	.collWorkMill_col {
		width: auto;
	}
	.collWorkMill_col-txt {
		margin-bottom: 25px;
	}
	.collWorkMill_text {}
	.collWorkMill_col-img {
		padding-top: 0;
	}
	.collWorkMill_image {}
	.collWorkMill_image > img {}
	.collWorkMill_link {
		margin-top: 45px;
	}
	.collWorkMill_link > a {}
	.collBook {}
	.collBook_round {}
	.collBook_title {}
	.collBook_message {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.collBook_cols {
		display: block;
		margin-bottom: 45px;
	}
	.collBook_col {
		width: auto;
	}
	.collBook_col-img {
		margin: 0 auto 35px;
	}
	.collBook_image {}
	.collBook_image > img {}
	.collBook_col-link {
		padding-top: 0;
	}
	.collBook_book {}
	.collBook_book > img {}
	.collBook_link {}
	.collBook_link > a {}
	.collBook_box {
		padding: 20px;
	}
	.collBook_headline {
		font-size: 15px;
	}
	.collBook_text {
		margin-bottom: 15px;
	}
	.collBook_areaList {}
	.collBook_list {
		font-size: 13px;
	}
	.collBook_list > li {}
	.collBook_list > li > a {}
	.collBook_list_blank {}
	.collBook_list_blank > img {}
	.meritItem_list {}
	.meritItem_list > li {}
	.meritItem_list > li::before {}
	.fap_table {}
	.fap_table > tbody {}
	.fap_table > tbody > tr {}
	.fap_table > tbody > tr > th {
		width: 60px;
	}
	.fap_table > tbody > tr > td {}
	.paperSup {}
	.paperSup_round {}
	.paperSup_title {}
	.paperSup_text {
		margin-bottom: 40px;
	}
	.paperSup_headline {
		font-size: 26px;
	}
	.paperSup_headline-small {
		font-size: 20px;
	}
	.paperSup_cell {
		margin-bottom: 50px;
	}
	.paperSup_cell:last-child {}
	.paperSup_subhead {}
	.paperChart {}
	.paperChart_title {}
	.paperChart_cells {
		padding: 20px;
		display: block;
	}
	.paperChart_box_cell {
		max-width: none;
	}
	.paperChart_box_cell:nth-child(n+2) {
		margin-top: 25px;
	}
	.paperChart_headline {}
	.paperChart_headline_number {}
	.paperChart_oList {}
	.paperChart_oList > li {}
	.paperTool {}
	.paperTool_cell {
		margin-bottom: 45px;
	}
	.paperTool_cell:last-child {}
	.paperTool_title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.paperTool_title::before {}
	.paperTool_text {
		margin-bottom: 28px;
	}
	.toolMaxhub {}
	.toolMaxhub_title {
		margin-bottom: 28px;
	}
	.toolMaxhub_title > img:first-child {}
	.toolMaxhub_headline {
		text-align: center;
	}
	.toolMaxhub_cols {
		display: block;
	}
	.toolMaxhub_col {
		width: auto;
	}
	.toolMaxhub_col-img {
		max-width: 430px;
		margin: 0 auto 20px;
	}
	.toolMaxhub_image {}
	.toolMaxhub_image > img {}
	.toolMaxhub_col-txt {}
	.toolMaxhub_subhead {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.toolMaxhub_subhead_point {}
	.toolMaxhub_message {}
	.toolMaxhub_box {
		padding: 25px 20px;
	}
	.toolMaxhub_box_inner {
		max-width: none;
	}
	.toolMaxhub_list {
		display: block;
		max-width: 263px;
		margin: 0 auto;
	}
	.toolMaxhub_list > li {}
	.toolMaxhub_list > li:nth-child(n+2) {
		margin-top: 15px;
	}
	.toolMaxhub_boxImage {}
	.toolMaxhub_boxImage > img {}
	.toolMaxhub_areaTxt {}
	.toolMaxhub_boxTitle {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.toolMaxhub_text {}
	.toolMaxhub_link {
		max-width: none;
	}
	.paperTool_headline {
		font-size: 16px;
	}
	.paperTool_grid {
		display: block;
		max-width: 435px;
	}
	.paperTool_item {}
	.paperTool_item:nth-child(n+2) {
		margin-top: 15px;
	}
	.paperTool_areaImg {}
	.paperTool_image {}
	.paperTool_image > img {}
	.paperTool_point {}
	.paperTool_areaTxt {
		padding-top: 28px;
	}
	.paperTool_areaTxt_inner {}
	.paperTool_subhead {}
	.paperTool_itemTxt {}
	.paperTool_link {
		max-width: none;
	}
	.paperTool_link > a {}
	.paperCases {}
	.paperCases_cols {
		display: block;
		max-width: 435px;
	}
	.paperCases_col {
		width: auto;
		max-width: none;
	}
	.paperCases_col-no1 {
		margin-bottom: 15px;
	}
	.paperCases_fig {
		margin-bottom: 15px;
	}
	.paperCases_fig > img {}
	.paperCases_fig > figcaption {}
	.paperCases_title {
		margin-top: 20px;
		font-size: 16px;
	}
	.paperCases_text {}
	.paperCases_col-no2 {}
	.menuCase_tagList {}
	.menuCase_tagList > li {}
	.paperChart_imgWrap {
		padding-right: 20px;
		margin-right: -20px;
	}
	.paperChart_image {
		width: 560px;
	}
	.paperChart_image > img {}
	.footNav {}
	.footNav_list {
		display: block;
	}
	.footNav_list > li {}
	.footNav_list > li > a {}
	.footNavItem {
		min-height: 180px;
	}
	.footNavItem_inner {
		max-width: 275px;
		margin: 0 auto;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.footNavItem_icon {
		margin: 0;
		width: 45px;
		margin-right: 20px;
		min-width: 45px;
	}
	.footNavItem_icon > img {}
	.footNavItem_areaTxt {}
	.footNavItem_title {
		font-size: 22px;
		text-align: left;
	}
	.footNavItem_text {
		text-align: left;
	}
	.fixMenuBtn {}
	.fixMenuBtn_icon {}
	.fixMenuBtn_bar {}
	.fixMenuBtn_bar-no1 {}
	.fixMenuBtn_bar-no2 {}
	.fixMenuBtn_bar-no3 {}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_bar-no1 {}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_bar-no2 {}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_bar-no3 {}
	.fixMenuBtn_text {}
	.fixMenuBtn_text-open {}
	.fixMenuBtn_text-close {}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_text-open {}
	.fixMenuBtn[aria-expanded="true"] .fixMenuBtn_text-close {}
	.fixMenu {}
	.fixMenu.isShow {}
	.fixMenu_box {}
	.fixMenu_box_inner {}
	.sideGuideNav-fix {}
	.sideNav-fix {}
	.sideNav_title-fix {
		display: none;
	}
	.sideNav_inner-fix {
		padding-top: 0;
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 17px;
	}
	.sideNav_list-fix {
		grid-template-columns: 1fr;
	}
	.sideNav_list-fix > li > a {}
	.sideNav_list-fix > li > a > br {
		display: none;
	}
	.fixMenuBtn_textWrap {}
	.menuCase_voiceName {}
	.abwType {}
	.abwType_round {}
	.abwType_title {}
	.abwType_message {}
	.abwType_text {}
	.abwType_mainImage {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.abwType_mainImage > img {}
	.abwType_cell {
		max-width: 430px;
		margin: 0 auto 40px;
	}
	.abwType_headline {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.abwType_cols {
		display: block;
	}
	.abwType_col {
		width: auto;
		max-width: none;
	}
	.abwType_col-no1 {
		margin-bottom: 25px;
	}
	.abwType_box {
		padding: 15px 20px;
		min-height: 0;
	}
	.abwType_box_cell {}
	.abwType_box_cell:last-child {}
	.abwType_subhead {}
	.abwType_col-no2 {}
	.abwType_image {}
	.abwType_image > img {}
	.abwType_image:last-child {}
	.abwTypeOther {
		margin-bottom: 40px;
		padding: 30px 20px;
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
	}
	.abwTypeOther:last-child {}
	.abwTypeOther_inner {}
	.abwTypeOther_inner-wide {}
	.abwTypeOther_title {}
	.abwTypeOther_text {
		margin-bottom: 20px;
	}
	.abwTypeOther_headline {}
	.abwTypeOther_headline_main {}
	.areaAbwPattern {}
	.areaAbwPattern_round {}
	.areaAbwPattern_title {}
	.areaAbwPattern_message {
		margin-bottom: 28px;
	}
	.abwPlan {
		margin-bottom: 35px;
	}
	.abwPlan:last-child {}
	.abwPlan_title {}
	.abwPlan_subTitle {
		font-size: 16px;
	}
	.abwPlan_cols {
		display: block;
		margin-bottom: 25px;
	}
	.abwPlan_cols:last-child {}
	.abwPlan_col {
		width: auto;
	}
	.abwPlan_col-img {
		margin-bottom: 20px;
	}
	.abwPlan_image {}
	.abwPlan_image > img {}
	.abwPlan_col-txt {}
	.abwPlan_box {
		padding: 15px 20px;
	}
	.abwPlan_headline {
		margin-bottom: 12px;
	}
	.abwPlan_cell {
		margin-bottom: 10px;
	}
	.abwPlan_cell:last-child {}
	.abwPlan_subhead {}
	.abwPlan_subhead::before {}
	.abwPlan_boxTxt {}
	.abwPlan_text {}
	.abwPlan_text:last-child {}
	.abwPlanNav {
		margin-bottom: 50px;
	}
	.abwPlanNav_title {}
	.abwPlanNav_list {
		display: block;
	}
	.abwPlanNav_list > li {}
	.abwPlanNav_list > li:nth-child(n+2) {
		margin-top: 20px;
	}
	.abwPlanNav_list > li > a {}
	.abwPlanNavItem {
		padding-bottom: 15px;
		height: auto;
		display: flex;
		align-items: center;
		padding: 7px 15px 12px;
		justify-content: space-between;
		border-top-width: 2px;
	}
	.abwPlanNavItem_title {
		font-size: 14px;
		margin-bottom: 0;
		width: 90px;
		text-align: left;
	}
	.abwPlanNavItem_title_number {
		margin-left: 6px;
	}
	.abwPlanNavItem_list {
		max-width: none;
		width: calc(100% - 100px);
		margin: 0;
	}
	.abwPlanNavItem_list > li {}
	.abwPattern {
		margin-bottom: 45px;
	}
	.abwPattern:last-child {}
	.abwPattern_contents {}
	.abwPattern_title {}
	.abwPattern_message {
		margin-bottom: 35px;
	}
	.abwPlan_grid {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 12px;
		row-gap: 12px;
		max-width: 440px;
		margin: 0 auto;
	}
	.abwPlanItem {}
	.abwPlanItem_title {
		font-size: 14px;
	}
	.abwPlanItem_image {}
	.abwPlanItem_image > img {}
	.abwPlanItem_text {}
	.abwPlan_cCols {
		display: block;
		max-width: 430px;
		margin: 0 auto;
	}
	.abwPlan_cCol {
		width: auto;
	}
	.abwPlan_cCol-no1 {
		margin-bottom: 20px;
	}
	.abwPlan_capTitle {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.abwPlan_cCol-no2 {}
	.abwPlan_figList {
		column-gap: 12px;
	}
	.abwPlan_figList > li {}
	.abwPlan_fig {}
	.abwPlan_fig > img {}
	.intro_abwImageWrap {
		margin-left: -20px;
		margin-right: -20px;
	}
	.intro_abwImage {}
	.intro_abwImage > img {}
	.abwTypeOther_chartWrap {}
	.abwTypeOther_chart {}
	.abwTypeOther_chart > img {}
	.menuCase_figList {
		display: block;
		max-width: 280px;
		margin: 30px auto 0;
	}
	.menuCase_figList > li {}
	.menuCase_figList > li:nth-child(n+2) {
		margin-top: 20px;
	}
	.menuCase_fig {}
	.menuCase_fig > img {}
	.menuCase_fig > figcaption {}
	.dLNav_contents {}
	.signPoint {}
	.signPoint_round {}
	.signPoint_title {}
	.signPointItems {
		padding: 30px 20px;
	}
	.signPointItems_inner {}
	.signPointItem {}
	.signPointItem-pink {
		margin-bottom: 45px;
	}
	.signPointItem:last-child {}
	.signPointItem_cols {
		display: block;
	}
	.signPointItem_col {
		width: auto;
		max-width: none;
	}
	.signPointItem_col-icon {
		width: 75px;
		margin: 0 auto 15px;
	}
	.signPointItem_circle {
		margin-bottom: 0;
	}
	.signPointItem_icon {}
	.signPointItem_icon > img {}
	.signPointItem_col-txt {}
	.signPointItem_title {
		font-size: 18px;
		display: block;
		text-align: center;
	}
	.signPointItem_title_num {
		font-size: 24px;
		margin-bottom: 6px;
	}
	.signPointItem_title_txt {}
	.signPointItem_text {}
	.signPoint_plus {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.signPoint_plus::before {}
	.signPoint_plus::after {}
	.signIngenuity {}
	.signIngenuity_contents {}
	.signIngenuity_contents_inner {}
	.signIngenuity_cell {
		margin-bottom: 45px;
	}
	.signIngenuity_cell:last-child {}
	.signIngenuity_title {
		margin-bottom: 20px;
	}
	.signIngenuity_text {
		margin-bottom: 25px;
	}
	.signIngenuity_box {
		padding: 20px 15px;
	}
	.signIngenuity_box_inner {}
	.signChenge {
		margin-bottom: 22px;
	}
	.signChenge:last-child {}
	.signChenge_title {}
	.signChenge_cols {
		display: block;
	}
	.signChenge_col {
		width: auto;
		margin: 0 auto;
	}
	.signChenge_col-before {
		margin-bottom: 20px;
	}
	.signChenge_areaImg {}
	.signChenge_areaImg-exBefore {
		padding-left: 15px;
		padding-right: 15px;
	}
	.signChenge_areaImg-exAfter {
		padding-top: 40px;
	}
	.signChenge_timeline {}
	.signChenge_timeline-after {}
	.signChenge_image {}
	.signChenge_image > img {}
	.signChenge_text {}
	.signChenge_col-after {}
	.signChenge_caption {}
	.signChenge_headline {
		font-size: 15px;
	}
	.signEx {}
	.signEx_title {}
	.signEx_messageBox {}
	.signEx_message {}
	.signEx_text {
		font-size: 12px;
		text-align: left;
		padding: 2px 3px;
	}
	.signEx_text-after {}
	.signChenge_list {}
	.signChenge_list > li {}
	.signChenge_list > li::before {}
	.signChenge_list > li:first-child::before {}
	.signChenge_arrow {
		max-width: 140px;
		margin-bottom: 20px;
	}
	.signChenge_arrow > img {}
	.signChenge_flowList {
		display: block;
		max-width: 232px;
		margin: 0 auto;
	}
	.signChenge_flowList > li {}
	.signChenge_flowList > li:nth-child(n+2) {
		margin-top: 20px;
	}
	.signChenge_flowFig {
		margin-bottom: 10px;
	}
	.signChenge_flowFig > img {}
	.signChenge_flowFig > figcaption {}
	.signChenge_flowText {}
	.signChenge_flowText::before {
		display: none;
	}
	.signChenge_flowText::after {
		top: 100%;
		transform: translateX(-50%) rotate(90deg);
		left: 50%;
		margin-top: 4px;
	}
	.signChenge_flowText-first::before {}
	.signChenge_flowText-last::after {}
	.intro_cell {
		margin-bottom: 40px;
	}
	.intro_wellTitle {
		font-size: 20px;
		margin-bottom: 16px;
		display: block;
		text-align: center;
	}
	.intro_circle {
		margin-bottom: 0;
		margin: 0 auto 14px;
	}
	.intro_icon {}
	.intro_icon > img {}
	.intro_wellTitle_txt {
		width: auto;
	}
	.intro_wideImage {}
	.intro_wideImage > img {}
	.intro_cell:last-child {}
	.contPoint_listTxt {}
	.contChange {}
	.signChenge_col-contBefore {
		margin-bottom: 20px;
		max-width: none;
	}
	.contChange_fig {
		max-width: 288px;
		margin: 0 auto;
		display: block;
	}
	.contChange_fig > img:first-child {}
	.contChange_fig > figcaption {}
	.signChenge_col-contAfter {}
	.wellPoint {}
	.wellPoint_round {}
	.wellPoint_title {}
	.wellPoint_cell {
		margin-bottom: 55px;
	}
	.wellPoint_cell:last-child {}
	.wellPoint_headline {
		margin-bottom: 15px;
	}
	.wellPointItem {
		margin-bottom: 35px;
	}
	.wellPointItem:last-child {}
	.wellPointItem_areaTitle {
		display: block;
		margin-bottom: 22px;
	}
	.wellPointItem_number {
		width: 60px;
		height: 60px;
		font-size: 24px;
		margin: 0 auto 15px;
	}
	.wellPointItem_number_sub {
		font-size: 10px;
	}
	.wellPointItem_number_main {}
	.wellPointItem_areaTxt {
		width: auto;
	}
	.wellPointItem_title {
		margin-bottom: 5px;
	}
	.wellPointItem_message {
		margin-bottom: 0;
	}
	.wellPointItem_cols {
		display: block;
		margin-bottom: 40px;
	}
	.wellPointItem_cols:last-child {}
	.wellPointItem_col {
		width: auto;
		max-width: none;
	}
	.wellPointItem_col-txt {
		margin-bottom: 20px;
	}
	.wellPointItem_cell {}
	.wellPointItem_cell:last-child {}
	.wellPointItem_headline {}
	.wellPointItem_text {}
	.wellPointItem_link {
		max-width: none;
	}
	.wellPointItem_link > a {}
	.wellPointItem_txt {}
	.wellPointItem_txt > small {}
	.wellPointItem_col-img {
		margin: 0 auto;
		max-width: 430px;
	}
	.wellPointItem_fig {}
	.wellPointItem_fig > img {}
	.wellPointItem_fig > figcaption {}
	.solu {
		margin-bottom: 65px;
	}
	.solu-menu {
		background-color: var(--color-sub-area);
		padding: 30px 20px 20px;
	}
	.solu_cols {}
	.solu_col {}
	.solu_col-ttl {}
	.solu_col-ttlNarrow {}
	.solu_title {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.solu_col-txt {}
	.solu_col-txtNarrow {}
	.solu_text {}
	.soluItems {}
	.soluItem {
		margin-bottom: 18px;
	}
	.soluItem:last-child {}
	.soluItem > a {}
	.soluItem_cols {
		display: block;
		padding: 0;
	}
	.soluItem_cols-rev {}
	.soluItem_col {
		width: auto;
		max-width: none;
	}
	.soluItem_col-txt {
		padding: 20px;
	}
	.soluItem_areaTxt {
		max-width: none;
	}
	.soluItem_title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.soluItem_circle {
		margin-bottom: 0;
		width: 50px;
		height: 50px;
		min-width: 50px;
	}
	.soluItem_icon {
		width: 32px;
	}
	.soluItem_icon > img {}
	.soluItem_title_main {}
	.soluItem_text {
		margin-bottom: 18px;
	}
	.soluItem_link {
		min-height: 60px;
		padding-left: 25px;
	}
	.soluItem_col-img {}
	.soluItem_image {}
	.soluItem_image > img:first-child {}
	.relatedSoluCard {
		max-width: 333px;
		margin: 0 auto;
	}
	.relatedSoluCard:nth-child(n+2) {
		margin-top: 15px;
	}
	.relatedSoluCard > a {}
	.relatedSoluCard_cols {
		display: block;
		padding: 0;
	}
	.relatedSoluCard_col {
		width: auto;
		max-width: none;
	}
	.relatedSoluCard_col-img {}
	.relatedSoluCard_image {
		padding-bottom: 55.93%;
	}
	.relatedSoluCard_image > img:first-child {}
	.relatedSoluCard_col-txt {}
	.relatedSoluCard_areaTxt {
		padding: 18px 20px 12px;
	}
	.relatedSoluCard_title {
		text-align: center;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.relatedSoluCard_text {
		font-size: 12px;
	}
	.topSect {}
	.topSect_inner {}
	.topSect_miniCols {}
	.topSect_miniCols-mbL {}
	.topSect_miniCol {}
	.topSect_miniCol-ttl {}
	.topSect_title {}
	.topSect_title_main {}
	.topSect_title_sub {}
	.topSect_miniCol-txt {}
	.topSect_text {}
	.topSolu {}
	.topSolu_inner {}
	.topSolu_title {}
	.topSolu_cols {}
	.topSolu_col {}
	.topSolu_col-img {}
	.topSoluSlide {}
	.topSoluSlide_item {}
	.topSoluSlide_image {}
	.topSoluSlide_image > img {}
	.topSoluSlide_caption {}
	.topSolu_col-txt {}
	.topSoluNav {}
	.topSoluNav_list {}
	.topSoluNav_list > li {}
	.topSoluNav_list > li > a {}
	.topSoluItem {}
	.topSoluItem::before {}
	.topSoluItem_inner {}
	.topSoluItem_title {}
	.topSoluItem_title_circle {}
	.topSoluItem_title_icn {}
	.topSoluItem_title_icn > img {}
	.topSoluItem_text {}
	.topSoluItem_arrow {}
	.topSoluItem_arrow > svg {}
	.topMenu {}
	.topMenu_wideImage {}
	.topMenu_wideImage > img {}
	.topMenu_inner {}
	.topMenu_list {}
	.topMenu_list > li {}
	.topMenu_list > li > a {}
	.topMenuItem {}
	.topMenuItem_text {}
	.topMenuItem_text_circle {}
	.topMenuItem_text_icon {}
	.topMenuItem_text_icon > img {}
	.topMenuItem_arrow {}
	.topMenuItem_arrow > svg {}
	.relatedNav_grid-solution {}
	.flow_fig {}
	.flow_fig > img {
		display: block;
	}
	.flow_fig > figcaption {}
	.laboOffice-white {}
	.laboOffice-hasMt {}
	.point_icon-abw {
		width: 42px;
	}
	.toolMaxhub_link_icon {}
	.toolMaxhub_link_icon > img {}
	.paperTool_link_icon {}
	.paperTool_link_icon > img {}
	.paperSup_ttlWrap {
		margin-bottom: 30px;
	}
	.paperSup_circle {
		min-width: 75px;
		margin-bottom: 0;
	}
	.paperSup_icon {}
	.paperSup_icon > img {}
	.paperSup_areaTtl {
		width: calc(100% - 90px);
	}
	.sideNav_list-child {
		display: block;
	}
	.sideNav_list_child {}
	.sideNav_list > li.-hasChild {
		width: auto;
	}
	.sideNav_list-hasChild {
		grid-template-columns: 100%;
	}
	.sideGuideItem_image-narrow {}
	.abwType_fig {}
	.abwType_fig > img {}
	.abwType_fig > figcaption {}
	.faq_ansTxt {}
	.abwPlan_storage {}
	.abwPlan_storage > img {}
	.myPagetop {}
	.myPagetop.isShow {}
	.myPagetop_container {
		padding-bottom: 70px;
	}
	.myPagetop_link {}
	.myPagetop_link > button {}
	.myPagetop_link_svg {}
}
@media screen and (max-width:374px) {
	.u-ttl {
		font-size: 28px;
	}
	.u-ttl-middle {
		font-size: 22px;
	}
	.u-ttlSimple {
		font-size: 16px;
	}
	.u-spsInline {
		display: block;
	}
	.prodListItem_text {
		font-size: 13px;
	}
	.caseStudyItem_areaImg {
		width: 100px;
	}
	.caseStudyItem_areaTxt {
		width: calc(100% - 115px);
	}
	.caseStudyItem_title {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.merit_box {
		padding-left: 12px;
		padding-right: 12px;
	}
	.relatedMenuItem_col-img {
		width: 90px;
	}
	.relatedMenuItem_col-imgSpBlock {
		width: auto;
	}
	.relatedMenuItem_col-txt {
		width: calc(100% - 105px);
	}
	.relatedMenuItem_col-txtSpBlock {
		width: auto;
	}
	.signChenge_headline {
		font-size: 14px;
	}
	.intro_title-spSmall {
		font-size: 23px;
	}
}
