:root {
	--scrollbar: 0rem;
	--f_notoSans: Noto Sans JP, sans-serif;
	--f_barlow: Barlow, sans-serif;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*************** header ***************/
header.header-area {
	display: block;
	height: initial;
	padding: 0;
}

header .header-top {
	width: 100%;
	height: 100px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 600px) {
	header .header-top #logo {
		width: 182px;
		height: auto;
	}
}
header .header-top .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 13px;
	margin: 0;
}
@media screen and (max-width: 600px) {
	header .header-top .btn-wrap {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

header .gnavi {
	width: 100%;
	position: relative;
	z-index: 1;
}

header .gnavi ul {
	width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

header .gnavi ul li {
	display: block;
	height: 55px;
}

header .gnavi ul li a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

header .gnavi ul li a {
	color: #222222;
	font-weight: bold;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	padding: 0 20px;
	height: 100%;
	display: block;
}

header .gnavi ul li a:hover {
	background: #222222;
	color: #ffffff;
}

@media screen and (max-width: 600px) {
	header.header-area {
		height: 73px;
	}
	header .gnavi {
		display: none;
	}
}
/*************** FOOTER ***************/
footer {
	position: relative;
}

#footer_nav {
	width: 100%;
	height: 35px;
	text-align: center;
}

#footer_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer_nav li {
	padding: 0 30px 0 0;
}

#footer_nav img {
	vertical-align: middle;
}

#footer_nav a {
	color: #ffffff;
	font-size: 12px;
	line-height: 34px;
}

#footer_nav li:hover a, #footer_nav a:hover {
	color: #d7092f;
}

.footer_copyright {
	width: 100%;
	height: 16px;
	text-align: right;
}

.footer_copyright p {
	font-size: 12px;
}

.footer_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
}

.page_top {
	position: absolute;
	width: 50px;
	height: 50px;
	opacity: .5;
	z-index: 1;
	left: calc(100% - 70px);
	padding: 5px;
	bottom: 20px;
}

/* Mobile */
@media screen and (max-width: 600px) {
	footer {
		position: relative;
	}
	#footer_nav {
		background-color: #2e456c;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#footer_nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer_nav li {
		padding: 10px 10px 10px 10px;
		border-bottom: #ffffff 1px dotted;
		text-align: left;
	}
	#footer_nav li.footer_lastNavItem {
		border-bottom: none;
	}
	#footer_nav img {
		padding-top: 13px;
		vertical-align: middle;
		float: right;
	}
	#footer_nav a {
		color: #ffffff;
		font-size: 12px;
		line-height: 34px;
	}
	#footer_nav li:hover a, #footer_nav a:hover {
		color: #d7092f;
	}
	.footer_copyright {
		width: 100%;
		height: 16px;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer_copyright p {
		font-size: 12px;
	}
	.footer_logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px 0;
	}
	.page_top {
		display: none;
	}
}
/* base style**************************************************************************************/
/*************** BASE ***************/
body {
	min-width: 1224px;
	font-family: "Noto Sans JP", sans-serif;
	color: #222222;
	background-color: #ffffff;
}
@media screen and (max-width: 600px) {
	body {
		min-width: auto;
	}
}

img {
	max-width: 100%;
	height: auto;
}

/*************** REPEATED ITEMS ***************/
/* Layout */
.layout-constrained {
	max-width: 1080px;
	margin: 0 auto;
}

.layout-grid-3, .layout-grid-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

/* Buttons */
.btn-otoiawase {
	background-color: #1274e0;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* State */
.mobile-only {
	display: none;
}

@media screen and (max-width: 600px) {
	.mobile-only {
		display: inline-block;
	}
	.pc-only {
		display: none;
	}
}


.sec-issue {
	background: #ffffff url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/sec_isue_bg@2x.png) no-repeat center bottom/100% auto;
	margin-bottom: -390px;
	padding: 60px 1em 330px;
}
@media screen and (max-width: 600px) {
	.sec-issue {
		background-size: auto 100%;
		padding: 2em 1em 310px;
	}
}
.sec-issue > .wrapper {
	width: 100%;
	max-width: 1306px;
	margin: auto;
}
.sec-issue > .wrapper .flex-col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .flex-col2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
}
.sec-issue > .wrapper .flex-col2 .content-wrap {
	width: 100%;
	max-width: 876px;
	background: #ffffff;
	-webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
	box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
	border-radius: 10px;
	margin-top: 80px;
	padding: 80px 48px;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .flex-col2 .content-wrap {
		background: rgba(255, 255, 255, .5);
		margin-top: -60px;
		padding: 80px 1em;
	}
}
.sec-issue > .wrapper .flex-col2 .content-wrap .catch-wrap {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .flex-col2 .content-wrap .catch-wrap {
		margin-top: 1em;
	}
}
.sec-issue > .wrapper .flex-col2 .content-wrap .catch-wrap p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.9;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .flex-col2 .content-wrap .catch-wrap p {
		font-size: 20px;
	}
}
.sec-issue > .wrapper .flex-col2 .content-wrap .fill-box {
	background: #f7f7f7;
	border-radius: 10px;
	margin-top: 60px;
	padding: 50px;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .flex-col2 .content-wrap .fill-box {
		margin-top: 25px;
		padding: 2em 1em;
	}
}
.sec-issue > .wrapper .flex-col2 .content-wrap .fill-box .circle-check-list li {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	border-bottom: 1px solid #dedede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	padding-bottom: 17px;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .flex-col2 .content-wrap .fill-box .circle-check-list li {
		font-size: 16px;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		gap: 10px;
		padding-bottom: .5em;
	}
}
.sec-issue > .wrapper .flex-col2 .content-wrap .fill-box .circle-check-list li + li {
	padding: 17px 0;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .flex-col2 .content-wrap .fill-box .circle-check-list li + li {
		padding: .5em 0;
	}
}
.sec-issue > .wrapper .flex-col2 .content-wrap .fill-box .circle-check-list li::before {
	content: "";
	width: 28px;
	height: 28px;
	background: #0d7ebe url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/icon_list_check.svg) no-repeat center/13px auto;
	border-radius: 100vw;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	aspect-ratio: 1/1;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .flex-col2 .content-wrap .fill-box .circle-check-list li::before {
		width: 20px;
		height: 20px;
		background-size: 10px auto;
	}
}
.sec-issue > .wrapper .flex-col2 .content-wrap .fill-box .circle-check-list li span.bold-color {
	color: #0d7ebe;
	font-weight: 600;
}
.sec-issue > .wrapper .flex-col2 .img-wrap {
	width: 100%;
	max-width: 853px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: -496px;
	aspect-ratio: 853/552;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .flex-col2 .img-wrap {
		margin: auto;
	}
}
.sec-issue > .wrapper .flex-col2 .img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.sec-issue > .wrapper .appeal-content {
	margin-top: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 110px 0 80px;
	position: relative;
	-webkit-filter: drop-shadow(0 0 30px #ffffff) drop-shadow(0 0 30px #ffffff) drop-shadow(0 0 30px #ffffff);
	filter: drop-shadow(0 0 30px #ffffff) drop-shadow(0 0 30px #ffffff) drop-shadow(0 0 30px #ffffff);
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .appeal-content {
		padding: 50px 0;
	}
}
.sec-issue > .wrapper .appeal-content::before {
	content: "";
	width: 106px;
	height: 86px;
	background: url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/sec_arrow_triangle.svg) no-repeat center/contain;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .appeal-content::before {
		width: 50px;
		height: 40px;
	}
}
.sec-issue > .wrapper .appeal-content .catch-logo {
	width: 100%;
	max-width: 434px;
	margin: auto;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .appeal-content .catch-logo {
		max-width: 240px;
	}
}
.sec-issue > .wrapper .appeal-content .catch-logo img {
	width: 100%;
}
.sec-issue > .wrapper .appeal-content .catch {
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	border-top: 5px solid #0d7ebe;
	margin: 20px auto 0;
	padding-top: 30px;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .appeal-content .catch {
		font-size: 20px;
		margin: .5em auto 0;
		padding-top: .5em;
	}
}
.sec-issue > .wrapper .appeal-content .catch span.color {
	color: #0d7ebe;
}
.sec-issue > .wrapper .appeal-content .catch span.min {
	font-size: 25px;
}
@media screen and (max-width: 600px) {
	.sec-issue > .wrapper .appeal-content .catch span.min {
		font-size: 16px;
	}
}

.sec-about {
	padding: 130px 1em 0;
	position: relative;
}
@media screen and (max-width: 600px) {
	.sec-about {
		padding: 80px 1em 0;
	}
}
.sec-about::before {
	content: "";
	width: 100%;
	height: 390px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(0, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0));
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.sec-about > .wrapper {
	max-width: 1306px;
	margin: auto;
	position: relative;
}
.sec-about > .wrapper > .fill-box {
	border-radius: 10px;
	padding: 70px 1em 80px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.sec-about > .wrapper > .fill-box {
		padding: 2em 1em;
	}
}
.sec-about > .wrapper > .fill-box::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #ebf4ff;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}
.sec-about > .wrapper > .fill-box .inner {
	max-width: 1160px;
	margin: auto;
	position: relative;
}
.sec-about > .wrapper > .fill-box .inner .catch-wrap {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
	.sec-about > .wrapper > .fill-box .inner .catch-wrap {
		margin-top: 1em;
	}
}
.sec-about > .wrapper > .fill-box .inner .catch-wrap p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.9;
}
@media screen and (max-width: 600px) {
	.sec-about > .wrapper > .fill-box .inner .catch-wrap p {
		font-size: 20px;
	}
}
.sec-about > .wrapper > .fill-box .inner .txt-wrap {
	margin-top: 30px;
}
@media screen and (max-width: 600px) {
	.sec-about > .wrapper > .fill-box .inner .txt-wrap {
		margin-top: 1em;
	}
}
.sec-about > .wrapper > .fill-box .inner .txt-wrap p {
	font-size: 16px;
	line-height: 1.875;
}
@media screen and (max-width: 600px) {
	.sec-about > .wrapper > .fill-box .inner .txt-wrap p {
		font-size: 14px;
	}
}
.sec-about > .wrapper > .fill-box .inner .img-wrap {
	width: 100%;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
	box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
	margin-top: 60px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.sec-about > .wrapper > .fill-box .inner .img-wrap {
		margin-top: 2em;
	}
}
.sec-about > .wrapper > .fill-box .inner .img-wrap img {
	width: 100%;
}

.sec-merit {
	padding: 100px 1em 80px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.sec-merit {
		padding: 50px 1em 40px;
	}
}
.sec-merit::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	position: absolute;
	top: 420px;
	left: 0;
}
.sec-merit > .wrapper {
	width: 100%;
	max-width: 1306px;
	margin: auto;
	position: relative;
}
.sec-merit > .wrapper .catch-wrap {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .catch-wrap {
		margin-top: 1em;
	}
}
.sec-merit > .wrapper .catch-wrap p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.9;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .catch-wrap p {
		font-size: 20px;
	}
}
.sec-merit > .wrapper .sec-in-anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 58px;
	margin-top: 60px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .sec-in-anchor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 1em;
		margin-top: 1em;
		display: none;
	}
}
.sec-merit > .wrapper .sec-in-anchor .card-item {
	width: 100%;
	max-width: 348px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
	box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	padding: 30px 1em 50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .sec-in-anchor .card-item {
		gap: 1em;
		padding: 2em 1em;
	}
}
.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap {
		gap: 1em;
	}
}
.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .merit-num {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .merit-num .name {
	font-size: 15px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .merit-num .name {
		font-size: 14px;
	}
}
.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .merit-num .num {
	font-size: 32px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .merit-num .num {
		font-size: 25px;
	}
}
.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .ttl-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .ttl-wrap {
		gap: 0;
	}
}
.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .ttl-wrap .ttl {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .ttl-wrap .ttl {
		font-size: 16px;
	}
}
.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .ttl-wrap .icon-wrap {
	width: 100%;
	max-width: 162px;
	display: block;
	margin: auto;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .ttl-wrap .icon-wrap {
		max-width: 100px;
	}
}
.sec-merit > .wrapper .sec-in-anchor .card-item .ttl-icon-wrap .ttl-wrap .icon-wrap img {
	width: 100%;
}
.sec-merit > .wrapper .sec-in-anchor .card-item .btn-wrap {
	margin: auto;
}
.sec-merit > .wrapper .sec-in-anchor .card-item .btn-wrap .btn {
	min-width: 170px;
	font-size: 12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .sec-in-anchor .card-item .btn-wrap .btn {
		padding: 1em;
	}
}
.sec-merit > .wrapper .sec-in-anchor .card-item .btn-wrap .btn.arrow-right .arrow.btm::before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.sec-merit > .wrapper .sec-in-anchor .card-item:hover {
	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
}
.sec-merit > .wrapper .sec-in-anchor .card-item:hover .btn-wrap .btn {
	color: #0d7ebe;
	background: #ffffff;
}
.sec-merit > .wrapper .sec-in-anchor .card-item:hover .btn-wrap .btn.arrow-right .arrow.btm::before {
	border-color: #0d7ebe;
}
.sec-merit > .wrapper .block-contents-wrap {
	margin-top: 80px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap {
		margin-top: 40px;
	}
}
.sec-merit > .wrapper .block-contents-wrap .block-content + .block-content {
	margin-top: 80px;
}
.sec-merit > .wrapper .block-contents-wrap .block-content:nth-child(odd) .flex-col2 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap .block-content:nth-child(odd) .flex-col2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap .block-content:nth-child(even) .flex-col2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 74px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 {
		gap: 1em;
	}
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap {
	width: 100%;
	max-width: 565px;
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .block-ttl-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 37px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .block-ttl-wrap {
		gap: 1em;
	}
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .block-ttl-wrap .merit-num {
	width: 54px;
	height: 54px;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: #0d7ebe;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 1/1;
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .block-ttl-wrap .merit-num .name {
	font-size: 15px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .block-ttl-wrap .merit-num .name {
		font-size: 14px;
	}
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .block-ttl-wrap .merit-num .num {
	font-size: 32px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .block-ttl-wrap .merit-num .num {
		font-size: 25px;
	}
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .block-ttl-wrap .block-ttl {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.7;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .block-ttl-wrap .block-ttl {
		font-size: 20px;
	}
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .txt-wrap {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .txt-wrap {
		margin-top: 1em;
	}
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .txt-wrap p {
	font-size: 16px;
	line-height: 1.875;
}
@media screen and (max-width: 600px) {
	.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .content-wrap .txt-wrap p {
		font-size: 14px;
	}
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .img-wrap {
	width: 100%;
	max-width: 520px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
	box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .05);
	overflow: hidden;
}
.sec-merit > .wrapper .block-contents-wrap .block-content .flex-col2 .img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sec-case {
	padding: 100px 1em 140px;
}
@media screen and (max-width: 600px) {
	.sec-case {
		padding: 50px 1em 70px;
	}
}
.sec-case > .wrapper {
	max-width: 1160px;
	margin: auto;
}
.sec-case > .wrapper .sec-ttl-flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 90px;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .sec-ttl-flex-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 1em;
	}
}
.sec-case > .wrapper .sec-ttl-flex-wrap .col {
	position: relative;
}
.sec-case > .wrapper .sec-ttl-flex-wrap .col .catch-wrap {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .sec-ttl-flex-wrap .col .catch-wrap {
		margin-top: 1em;
	}
}
.sec-case > .wrapper .sec-ttl-flex-wrap .col .catch-wrap p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.9;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .sec-ttl-flex-wrap .col .catch-wrap p {
		font-size: 20px;
	}
}
.sec-case > .wrapper .sec-ttl-flex-wrap .img-wrap {
	width: 100%;
	max-width: 602px;
	position: relative;
}
.sec-case > .wrapper .sec-ttl-flex-wrap .img-wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #3bb8ff;
	border-radius: 10px;
	opacity: .09;
	position: absolute;
	top: 0;
	right: -130px;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .sec-ttl-flex-wrap .img-wrap::before {
		top: -30%;
		right: 10%;
	}
}
.sec-case > .wrapper .sec-ttl-flex-wrap .img-wrap .inner {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.sec-case > .wrapper .sec-ttl-flex-wrap .img-wrap .inner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.sec-case > .wrapper .block-contents-wrap {
	margin-top: 60px;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap {
		margin-top: 2em;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content {
	border-top: 1px solid #d1d1d1;
	padding-top: 40px;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content {
		padding-top: 2em;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content + .block-content {
	margin-top: 40px;
}
.sec-case > .wrapper .block-contents-wrap .block-content .block-ttl-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .block-ttl-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: .5em;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .block-ttl-wrap .case-num {
	min-width: 124px;
	font-family: "Barlow", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: #0d7ebe;
	border-radius: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .25em;
	padding: .38em 0;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .block-ttl-wrap .case-num {
		font-size: 16px;
		padding: .25em 0;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .block-ttl-wrap .block-ttl {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.7;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .block-ttl-wrap .block-ttl {
		font-size: 20px;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 20px;
	margin-top: 60px;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0;
		margin-top: 1em;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col {
	width: 100%;
	max-width: 540px;
	border: 1px solid #0d7ebe;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 50px 17px 17px;
	position: relative;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col {
		margin-top: 25px;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col.issue {
	border-color: #222222;
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col.issue .col-category {
	background: #222222;
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col.issue .fill-box {
	background: #f2f2f2;
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col.benefits {
	border-color: #0d7ebe;
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col.benefits .col-category {
	background: #0d7ebe;
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col.benefits .fill-box {
	background: #ebf4ff;
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .col-category {
	width: 66px;
	height: 66px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	background: #0d7ebe;
	border-radius: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 1/1;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% -50%;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .col-category {
		width: 50px;
		height: 50px;
		font-size: 16px;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .fill-box {
	border-radius: 10px;
	padding: 30px 30px;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .fill-box {
		padding: 1em;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-issue li, .sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-benefits li {
	font-size: 18px;
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-issue li, .sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-benefits li {
		font-size: 14px;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-issue li::before, .sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-benefits li::before {
	content: "";
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-issue li {
	gap: 20px;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-issue li {
		gap: 1em;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-issue li::before {
	width: 12px;
	height: 12px;
	background: #222222;
	border-radius: 100vw;
	aspect-ratio: 1/1;
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-benefits li {
	font-weight: 600;
	gap: 18px;
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-benefits li::before {
	width: 25px;
	height: 23px;
	-webkit-mask: url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/icon_benefits_check.svg) no-repeat center/contain;
	mask: url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/icon_benefits_check.svg) no-repeat center/contain;
	background: #0d7ebe;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .col .list-benefits li::before {
		width: 18px;
		height: 17px;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .arrow-col {
	width: 37px;
	height: 74px;
	text-indent: 100%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin: auto;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 600px) {
	.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .arrow-col {
		margin: 0;
		rotate: 90deg;
	}
}
.sec-case > .wrapper .block-contents-wrap .block-content .flex-col2 .arrow-col::before {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-mask: url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/arrow_col.svg) no-repeat center/contain;
	mask: url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/arrow_col.svg) no-repeat center/contain;
	background: #0d7ebe;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.sec-function {
	padding: 0 1em 100px;
}
@media screen and (max-width: 600px) {
	.sec-function {
		padding: 0 1em 50px;
	}
}
.sec-function > .wrapper {
	max-width: 1306px;
	margin: auto;
}
.sec-function > .wrapper .fill-box {
	background: #ebf4ff;
	border-radius: 10px;
	padding: 50px 1em 80px;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box {
		padding: 0 1em 40px;
	}
}
.sec-function > .wrapper .fill-box .inner {
	max-width: 1160px;
	margin: auto;
}
.sec-function > .wrapper .fill-box .inner .sec-ttl-flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 110px;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .sec-ttl-flex-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		gap: 1em;
	}
}
.sec-function > .wrapper .fill-box .inner .sec-ttl-flex-wrap .col .catch-wrap {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .sec-ttl-flex-wrap .col .catch-wrap {
		margin-top: 1em;
	}
}
.sec-function > .wrapper .fill-box .inner .sec-ttl-flex-wrap .col .catch-wrap p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.9;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .sec-ttl-flex-wrap .col .catch-wrap p {
		font-size: 20px;
	}
}
.sec-function > .wrapper .fill-box .inner .sec-ttl-flex-wrap .img-wrap {
	width: 100%;
	max-width: 497px;
	border-radius: 10px;
	overflow: hidden;
}
.sec-function > .wrapper .fill-box .inner .sec-ttl-flex-wrap .img-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.sec-function > .wrapper .fill-box .inner .table-wrap {
	margin-top: 60px;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .table-wrap {
		margin-top: 1em;
	}
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap {
	width: 100%;
	overflow-x: auto;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table {
	width: 100%;
	min-width: 1160px;
	border-collapse: separate;
	border-spacing: 6px 5px;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table {
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
	}
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item-ttl th {
	vertical-align: bottom;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item-ttl th:nth-child(1) p {
	background: #b9bfc6;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item-ttl th:nth-child(2) p {
	background: #0d7ebe;
	padding: 36px 1em;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item-ttl th:nth-child(2) p {
		padding: 1em;
	}
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item-ttl th:nth-child(3) p {
	background: #77abc9;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item-ttl th p {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 10px 10px 0 0;
	text-align: center;
	padding: 10px 1em;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item-ttl th p {
		font-size: 16px;
	}
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item-ttl th p span img {
	width: 100%;
	max-width: 224px;
	display: block;
	margin: auto;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item-ttl th p span img {
		max-width: 160px;
	}
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item th, .sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td {
	vertical-align: middle;
	background: #ffffff;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item th p, .sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td p {
	padding: 10px 1em;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item:last-child td:nth-child(2) {
	border-bottom: 5px solid #0d7ebe;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item th {
	border-radius: 5px;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item th p {
	font-size: 16px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	padding-left: 30px;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item th p {
		font-size: 14px;
		padding-left: 1em;
	}
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item th p span.num {
	width: 22px;
	height: 22px;
	font-size: .8em;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
	background: #0d7ebe;
	border-radius: 100vw;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 1/1;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td p {
	font-weight: 700;
	text-align: center;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td:nth-child(2) {
	font-size: 30px;
	color: #0d7ebe;
	position: relative;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td:nth-child(2) {
		font-size: 20px;
	}
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td:nth-child(2)::before, .sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td:nth-child(2)::after {
	content: "";
	width: 0;
	height: calc(100% + 6px);
	position: absolute;
	top: -6px;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td:nth-child(2)::before {
	border-left: 5px solid #0d7ebe;
	left: 0;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td:nth-child(2)::after {
	border-right: 5px solid #0d7ebe;
	right: 0;
}
.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td:nth-child(3) {
	font-size: 22px;
	color: #032d42;
	border-radius: 5px;
}
@media screen and (max-width: 600px) {
	.sec-function > .wrapper .fill-box .inner .table-wrap .table-scroll-wrap .function-table tbody tr.item td:nth-child(3) {
		font-size: 16px;
	}
}

.sec-ttl-wrap .sec-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}
.sec-ttl-wrap .sec-ttl span {
	font-weight: 700;
}
.sec-ttl-wrap .sec-ttl span.ja {
	font-size: 32px;
}
@media screen and (max-width: 600px) {
	.sec-ttl-wrap .sec-ttl span.ja {
		font-size: 25px;
	}
}
.sec-ttl-wrap .sec-ttl span.en {
	font-family: "Barlow", sans-serif;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 9px;
}
.sec-ttl-wrap .sec-ttl span.en::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 3px solid #0d7ebe;
	border-radius: 100vw;
}

/*************** SECTION 10 ***************/
.section-10 {
	background-color: #113462;
	color: #ffffff;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-10 h2 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 40px;
}

.section-10-header {
	padding-bottom: 40px;
}

.section-10-whiteBox {
	max-width: 960px;
	min-height: 144px;
	margin: auto;
	padding-top: 40px;
	background-color: #ffffff;
	color: #000000;
}

.section-10-whiteBox p {
	padding-bottom: 20px;
	font-weight: 700;
}

.section-10-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-10 button {
	width: 295px;
	height: 64px;
	font-size: 24px;
	padding: 9px 43px;
	text-align: center;
}

.section-10 button img {
	display: inline-block;
	width: 250px;
	margin-right: 15px;
}

@media screen and (max-width: 600px) {
	.section-10 {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.section-10 h2 {
		font-size: 20px;
		line-height: 45px;
		padding-bottom: 29px;
		text-align: center;
	}
	.section-10-header {
		padding-bottom: 30px;
	}
	.section-10-header p {
		font-size: 12px;
	}
	.section-10-whiteBox {
		max-width: 100%;
		min-height: 127px;
	}
	.section-10-whiteBox p {
		font-size: 11px;
		padding-bottom: 16px;
	}
	.section-10 button {
		width: 260px;
		height: 40px;
		font-size: 12px;
	}
	.section-10 button img {
		width: 250px;
		margin-right: 25px;
	}
}
.section-10 {
	background-color: #113462;
	color: #ffffff;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-10 h2 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 40px;
}

.section-10-header {
	padding-bottom: 40px;
}

.section-10-whiteBox {
	max-width: 960px;
	min-height: 144px;
	margin: auto;
	padding-top: 40px;
	background-color: #ffffff;
	color: #000000;
}

.section-10-whiteBox p {
	padding-bottom: 20px;
	font-weight: 700;
}

.section-10-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-10 button {
	width: 295px;
	height: 64px;
	font-size: 24px;
	padding: 9px 43px;
	text-align: center;
}

.section-10 button img {
	display: inline-block;
	width: 250px;
	margin-right: 15px;
}

@media screen and (max-width: 600px) {
	.section-10 {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.section-10 h2 {
		font-size: 20px;
		line-height: 45px;
		padding-bottom: 29px;
		text-align: center;
	}
	.section-10-header {
		padding-bottom: 30px;
	}
	.section-10-header p {
		font-size: 12px;
	}
	.section-10-whiteBox {
		max-width: 100%;
		min-height: 127px;
	}
	.section-10-whiteBox p {
		font-size: 11px;
		padding-bottom: 16px;
	}
	.section-10 button {
		width: 260px;
		height: 40px;
		font-size: 12px;
	}
	.section-10 button img {
		width: 250px;
		margin-right: 25px;
	}
}
.btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 8px;
	margin-top: 24px;
}
.btn-wrap .btn {
	min-width: 196px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .07em;
	text-align: center;
	color: #ffffff;
	background: #0d7ebe;
	border: 1px solid #0d7ebe;
	border-radius: 100vw;
	padding: 1.319em 1em;
}
@media screen and (max-width: 600px) {
	.btn-wrap .btn {
		min-width: 100%;
	}
}
.btn-wrap .btn.bg-download, .btn-wrap .btn.bg-contact {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-wrap .btn.bg-download:hover, .btn-wrap .btn.bg-contact:hover {
	background: #ffffff;
}
.btn-wrap .btn.bg-download {
	background: #0d7ebe;
	border: 1px solid #0d7ebe;
}
.btn-wrap .btn.bg-download:hover {
	color: #0d7ebe;
}
.btn-wrap .btn.bg-contact {
	background: #f76b2c;
	border: 1px solid #f76b2c;
}
.btn-wrap .btn.bg-contact:hover {
	color: #f76b2c;
}
.btn-wrap .btn.icon-download, .btn-wrap .btn.icon-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 1em;
}
.btn-wrap .btn.icon-download::before, .btn-wrap .btn.icon-contact::before {
	content: "";
	width: 17px;
	height: 14px;
	background: #ffffff;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-wrap .btn.icon-download::before {
	-webkit-mask: url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/icon_download.svg) no-repeat center/contain;
	mask: url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/icon_download.svg) no-repeat center/contain;
}
.btn-wrap .btn.icon-download:hover::before {
	background: #0d7ebe;
}
.btn-wrap .btn.icon-contact::before {
	-webkit-mask: url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/icon_contact.svg) no-repeat center/contain;
	mask: url(/it_service/windows_security_patch/assets/img/it_service/windows_security_patch/icon_contact.svg) no-repeat center/contain;
}
.btn-wrap .btn.icon-contact:hover::before {
	background: #f76b2c;
}
.btn-wrap .btn.arrow-right {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-wrap .btn.arrow-right .arrow {
	text-indent: 100%;
	position: absolute;
	top: 50%;
	right: 14px;
	translate: 0 -50%;
	overflow: hidden;
}
.btn-wrap .btn.arrow-right .arrow.btm {
	width: 7px;
	height: 7px;
	aspect-ratio: 1/1;
	translate: 0 calc(-50% - 2.5px);
	rotate: 45deg;
}
.btn-wrap .btn.arrow-right .arrow.btm::before {
	content: "";
	width: 100%;
	height: 100%;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width: 601px) {
	.pc-hide {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.sp-hide {
		display: none;
	}
}

/* base style end */


