body {
	background: #ffffff !important;
}

#inner-content {
	box-shadow: none;
}

.eyecatch img {
	max-height: 550px;
	width: auto;
}

/* custom20230421 */
section.introduction {
	background: url(./img/bg_introduction.jpg) top center no-repeat;
	display: flex;
	flex-direction: column;
	height: 350px;
	justify-content: center;
	margin-top: 1em;
	padding: 20px 15px;
	text-align: center;
}

section.introduction > h3 {
	color: #0074C4;
	font-size: 1.5em;
	line-height: 1.4;
	margin: 0 0 20px 0;
}

section.introduction > h3 > span {
	white-space: nowrap;
}

section.introduction > a {
	border-radius: 24px;
	color: #ffffff;
	display: block;
	line-height: 48px;
	margin: 0 auto;
	max-width: 444px;
	text-decoration: none;
	width: 100%;
}

section.introduction .service {
	background: #0074C4;
	margin-bottom: 24px;
}

section.introduction .ourwork {
	background: #1EACDC;
}

section.introduction > p > span {
	letter-spacing: -0.05em;
	white-space: nowrap;
}

#main .sns_btn__ul .sns_btn__li .sns_btn__link {
	background: #ffffff;
	border: 1px solid #0072c2;
	border-radius: 0px;
	box-shadow: none;
	color: #0072c2;
}

.sns_btn__ul use,
.sharewrap use {
	fill: #0072c2
}

#stk-twitter-svg path,
#stk-facebook-svg path,
#stk-youtube-svg path,
#stk-line-svg path,
#stk-feedly-svg path,
#stk-tiktok-svg path,
#stk-hatebu-svg path,
#stk-pokect-svg path,
#stk-pinterest-svg path,
#stk-user_url-svg path,
#stk-envelope-svg path,
#stk-amazon-svg path,
#stk-link-svg path {
	fill: inherit;
}

.entry-header .entry-title {
	color: #16284d;
}

.archive-title {
	color: #0174c5;
}

#main .article-footer .post-categories a {
	background: #1eacdc;
	border: 1px solid #1eacdc;
	color: #ffffff;
}

#main .article-footer .post-categories a:hover {
	background: #1eacdc;
	color: #ffffff;
}

#main .article-footer .post-categories.tags a:not(:hover) {
	background: #ffffff;
	color: #1eacdc;
}

.archive-title::before {
	color: var(--main-text-color);
}

.taxonomy-description p {
	background: #eaeef1;
	color: #0075c4;
	margin: 0 auto var(--stk-margin, 1.6em) auto;
	max-width: 800px;
	padding: 16px 40px;
}

.tags .tag {
	border: 1px solid #1eacdc;
	border-radius: 6px;
	color: #1eacdc;
	font-size: 70%;
	margin-right: 6px;
	padding: 5px 7px;
	white-space: nowrap;
}

.tags .tag.active {
	background: #1eacdc;
	color: #ffffff;
}

#footer {
	background: #2D74C4;
	color: #ffffff;
}

#footer .links {
	text-align: center;
}

#footer .links .company {
	padding: 42px 0 32px 0;
}

#footer .links > ul {
	display: flex;
	justify-content: center;
	margin-bottom: 42px;
}

#footer .links > ul > li {
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	padding-right: 40px;
	position: relative;
}

#footer .links > ul > li:first-child {
	padding-left: 40px;
}

#footer .links > ul > li:not(:last-child)::before {
	background: #ffffff;
	content: "";
	height: 100%;
	position: absolute;
	right: 20px;
	transform: translate(0, 2px);
	width: 1px;
}

#footer .links > ul > li > a {
	color: #ffffff;
}

#footer .backtop {
	background: #2c90cd;
	text-align: center;
}

#footer .backtop a {
	display: block;
	text-decoration: none;
}

#footer .backtop a::before {
	color: #ffffff;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#footer .report {
	align-items: center;
	background: url(./img/bg_footer.jpg) top center repeat-x;
	display: flex;
	flex-direction: column;
	height: 346px;
	justify-content: center;
	margin-bottom: 0px;
}

#footer .report > dt {
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 40px;
}

#footer .report > dd {
	max-width: 500px;
	padding: 0 50px;
	width: 100%;
}

#footer .report > dd > a {
	align-items: center;
	background: #ffffff;
	border-radius: 35px;
	color: #1f9eda;
	display: flex;
	font-weight: 700;
	height: 70px;
	justify-content: center;
	position: relative;
	text-decoration: none;
	width: 100%;
}

#footer .report > dd > a::after {
	color: #1f9eda;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
}

@media only screen and (max-width: 480px) {
	#footer .links > ul > li {
		padding-right: 20px;
	}

	#footer .links > ul > li:first-child {
		padding-left: 20px;
	}

	#footer .links > ul > li:not(:last-child)::before {
		right: 10px;
	}
}
