@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* swellカスタマイズ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
.serif {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: normal;
}
.serif.bold {
	font-weight: bold;
}

.hanken {
    font-family: 'Hanken Grotesk', "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
.l-content {
	margin: 0 auto 80px auto;
}
.w-beforeFooter {
	margin: 0 auto;
}
.c-widget .textwidget>:not(:last-child) {
	margin-bottom: 0;
}
.l-footer {
    display: none !important;
}
.is-style-btn_line a {
    background-color: #ffffff !important;
}
.is-style-btn_line a:hover {
    background-color: #ffffff !important;
		border-color: #ff6b00!important;
    color: #ff6b00!important;
}
.swell-block-button a:hover {
	opacity: 0.8 !important;
}
.c-categoryList__link {
    pointer-events: none;
    cursor: default;
}
.post-type-archive-casestudies .case-meta-area,
.single-case-studies .case-meta-area,
.page-id-182 .case-meta-area {
    background-color: #f1f4f8;
}
.header-cta {
	display: flex;
	gap: 10px
}
.header-cta .swell-block-button .swell-block-button__link[data-has-icon] {
	font-size: 14px;
	padding: 10px 20px;
}

/* swell改修 | casestudies周り */
.-type-card .p-postList__thumb {
	border-radius: 10px;
}
.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title {
	font-size: 20px;
	letter-spacing: 1.5px;
}
.case-meta-area {
	margin-top: 15px;
	background-color: #fff;
	padding: 10px;	
	font-size: 14px;
}
.case-meta-area .case-company {
	font-size: 16px;
	margin-bottom: 10px;
}
.case-meta-area .case-badges {
	font-size: 14px;
	margin-bottom: 10px;
}
.case-meta-area .case-badges .case-badge-item {
	background-color: #1274bc;
	color: #fff;
	margin-right: 10px;
	padding: 3px 5px;
	box-sizing:border-box;
	font-weight: normal;
}
.case-meta-area .case-services {
	color: #1274bc;
}
.case-service-item:first-child {
	margin-right: 10px;
}
.case-meta-area .case-services .case-service-item {
	margin-right: 10px
	font-weight: normal;
}
.post-type-archive #content {
	padding-top: 0;
}
.post-type-archive #content main h1 {
	color: #fff;
	text-align: left;
	margin-bottom: 0;
	font-size: 32px;
}
.post-type-archive #content main h1 span {
	padding-top: 0;
}
.post-type-archive #content main h1 span small {
	display: none;
}
.post-type-archive #content .archive-ttl-area {
	background: linear-gradient(to right,#206EAF 0%, #0E589B 100%);
}

@media (max-width: 959px) {
	.custom-footer-grid {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 40px 20px !important;
	}
	.custom-footer-grid > .capc-column:nth-child(1) {
		grid-column: 1 / -1 !important;
		margin-bottom: 20px;
	}
}


/* form用 */
.form_section {
	background-color: #f7f8fb;
	padding: 40px 0 40px 15px;
}
.hbspt-form form {
	width: fit-content;
	margin: 0 auto;
}
#hs-pwd-widget-password,
.hs-input {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 12px!important;
	box-shadow: 0 8px 16px rgba(34, 34, 34, .05), 0 4px 8px rgba(34, 34, 34, .05);
	color: #222;
	display: block;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	padding: .91rem;
	width: 100%;
	margin-top: 10px;
}
.inputs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inputs-list .hs-input {
	display: inline-block;
	margin-right: 20px;
}
.post_content div.input {
	margin-bottom: 20px!important;
}
fieldset.form-columns-1 .hs-input {
	width: 100%;
}
.hs-button {
	border-radius: 12px;
	font-size: 1rem;
	padding: .91rem 1.36rem;
	background-color: #09355c;
	color: #fff;
}
.hs-error-msg {
	background: #1748b9;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-size: .89rem;
	line-height: 1.1;
	margin-left: .56rem;
	margin-right: .56rem;
	margin-top: -.23rem;
	padding: .23rem .46rem;
	vertical-align: top;
}
.field {
	margin-bottom: 15px;
}
label {
	line-height: 1.6;
}
input[type="checkbox"] {
	margin: 0;
} 
label span a {
	color: #1274bc!important;
	text-decoration: underline;
}
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
	border: none;
}


@media (max-width: 959px) {
	.top #content {
		padding-top: 0;
	}
	.p-spMenu__body .c-widget__title.-spmenu {
		display: none;
	}
	.c-spnav>.menu-item>a {
		border: none;
		font-size: 14px;
		font-weight: bold;
	}
	.c-listMenu .sub-menu a {
		border-bottom: 0;
		font-size: 14px;
	}
	.p-mainVisual__textLayer {
		margin-top: 20px;
		justify-content: flex-start;
	}
	.post-type-archive #content main h1 span {
		font-size: 24px;
	}
}