@charset "UTF-8";

a:focus,
a:active,
button:focus,
button:active {
  filter: none !important; /* ブラー効果を打ち消す */
  outline: none;            /* 必要に応じてフォーカス枠も削除 */
}

.feature-item{position:relative; margin-bottom:2em;}
.feature-number{
	font-size:3rem;
	color:#999;
}
.feature-number span{
	color: #fff;
  	-webkit-text-stroke: 2px #333; /* 白い縁取り */
  	text-stroke: 2px #333; 
	font-size:6rem;
}
@media (min-width: 769px) {
.feature-item.mb-fi{margin-bottom:160px;}
.feature-item.mb-fi:first-child{margin-top:50px;}
.imgArea{margin-top:-80px;}
}

img{vertical-align:bottom;}
.about_link a,.service_link a{text-decoration:none;}
a img:hover{opacity:0.6; transition:0.4s ease;}
a{color:#333; font-weight:bold; text-decoration:none; line-height:1.8rem;}
.service-case-slider a{font-weight:normal;}
.page-header{
	background:#333;
	margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 8rem;
    text-align: center;
}
.page-header-inner {
    position: relative;
    z-index: 5;
    padding: 1.5em auto;
}
h1.page-header-title {
    font-size: 2rem;
    font-weight: 700;
	color:#fff;
    line-height: var(--vk-line-height-low);
    margin: 0;
}

.wpcf7{max-width:70%;}
table{width:100%;}
html, body {overflow-x: hidden;}
h1,h2,h3{font-weight:bold;}

/* 汎用 ---------------------------------------------------- */
:root {
	--custom-red: #660000;
	--color-custom-1: #590212;
	--color-custom-2: #730217;
	--color-custom-3: #f2dbb3;
	--color-custom-4: #d9b0b7;
	--color-custom-5: #666666;
}
#page-wrapper{padding-top:0 !important;}
.footer-widgets{background:#333;}
.footer-widgets,.footer-widgets a{color:#ccc;}
#wrapper-footer{background:var(--color-custom-1);}
.topPr{font-size:13px; line-height:1.2rem; letter-spacing:0.1em;margin-bottom: 5px;}
@media (min-width: 769px) {
.full_width {
	margin-right:calc(50% - 50vw);
	margin-left:calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
}
}
.bg_wg {
	background-color: #f2f2f2;
}
.site-footer > div > p:last-child {
	display: none;
}
.link_btn a.btn_after_arrow {
	text-align: center;
	color: var(--custom-red);
	border: 1px solid var(--custom-red);
	transition: 0.2s;
	position: relative;
	max-width: 300px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
	padding: 10px 20px;
}
.link_btn a.btn_after_arrow::before {
	content: "";
	width: 105%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: var(--custom-red);
	z-index: -1;
	left: -110%;
	transition: 0.2s;
}
.link_btn a.btn_after_arrow i {
	float: right;
	position: absolute;
	right: 10px;
	font-size: 25px;
	display: block;
}
.link_btn a.btn_after_arrow:hover {
	color: #fff;
}
.link_btn a.btn_after_arrow:hover::before {
	transform: translateX(105%);
}
p.text_link {
	text-align: right;
}
p.text_link a.btn_after_arrow {
	color: var(--custom-red);
	text-decoration: underline;
}
.btn_after_arrow i {
	margin: 0 0 0 10px;
}
.p_font {
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}
.d_f {
	display: flex;
}
.ai_c {
	align-items: center;
}
.fd_c {
	flex-direction: column;
}
.t_c {
	text-align: center;
}
.t_r {
	text-align: right;
}
.m_0a {
	margin: 0 auto;
}
.t_red {
	color: var(--custom-red);
}
i.fa-solid.fa-circle-exclamation {
	color: #dd2201;
}
.mt0{margin-top:0 !important;}
.mt1{margin-top:1rem !important;}
.mb0{margin-bottom:0 !important;}
.mb1{margin-bottom:1rem !important;}
.pt0{padding-top:0 !important;}
.pb0{padding-bottom:0 !important;}

body,
.montserrat-font {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.site-body {
	padding: 3.5rem 0 0;
}
.page_top_btn {
	background-color: var(--custom-red);
	border: 2px solid #fff;
	box-shadow: none;
	border-radius: 50%;
	background-size: 70%;
}
.gc_h2 {
	color: var(--custom-red);
}
.bg_gray {
	background-color: #efefef;
	padding: 1rem;
	margin-bottom: 1rem;
}

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
@media(max-width:767px){
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
.grecaptcha-badge {
	visibility: hidden;
}

@media(min-width:992px){
	.site-header-logo{padding-top:5px;}
	.col-md-0 {
		display: none;
	}
	.col-lg-1-5 {
		max-width: 20%;
		flex: 0 0 20%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media(max-width:991px){
	.col-md-0 {
		display: block;
	}
	.col-lg-1-5 {
		max-width: 100%;
		flex: 0 0 100%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* スクロールフェードイン */
.js_fadein {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20%);
	/* 	transition: opacity 1s, visibility 1s, transform 1s; */
	transition: -webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.js_fadein.leftIn {
	transform: translateY(0%);
	transform: translateX(-20%);
}
.js_fadein.rightIn {
	transform: translateY(0%);
	transform: translateX(20%);
}
.is_start.js_fadein {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
/* スクロールマスク */
.js_mask{
	position: relative;
	overflow: hidden;
}
.js_mask::before,
.js_mask::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	will-change: transform;
}
.js_mask::before {
	z-index: 1;
	background-color: var(--custom-red-dark);
	transition: -webkit-transform 0.75s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.75s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.js_mask::after {
	z-index: 2;
	background-color: var(--custom-red);
	transition: -webkit-transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.is_start.js_mask::before,
.is_start.js_mask::after {
	-webkit-transform: translateX(101%);
	transform: translateX(101%);
}


/* ヘッダー ---------------------------------------------------- */
@media (min-width: 992px) {
	.site-header {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	}
	.site-header--layout--nav-float .site-header-container {
		/* 		display: block;
		flex-direction: unset; */
		flex-wrap: wrap;
	}
	.site-header-logo img {
		max-height: 40px;
	}
	.global-nav--layout--float-right .global-nav-list,.global-nav--layout--float-right{width:100%;}
	.header_top {
		width: 100%;
		display: flex;
		min-height: 80px;
		margin-bottom: 10px;
	}
	.header_top > div:last-child {
		justify-content: flex-end;
		display: flex;
	}
	.header_scrolled .header_top,
	.header_scrolled .header_top > div:last-child {
		display: none;
	}
	.header_top > div > p {
		width: 300px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		margin-bottom: 0;
		flex-wrap: wrap;
		padding: 0 15px;
		font-weight: 600;
	}
	.header_top > div > p a{color: #b00000; text-decoration:none;}
	.header_top > div > p > i {
		color: #02a931;
	}
	.header_top > div > p > span {
		width: 100%;
		font-size: 1rem;
		color: #000;
		text-align: center;
		background-color: #f2f2f2;
		line-height: 1rem;
		padding: 10px 15px;
		font-weight: 500;
	}
	.header_top > div > div > a {
		width: 180px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		border: 2px solid var(--custom-red);
		background-color: var(--custom-red);
		color: #fff;
		flex-wrap: wrap;
		padding: 20px 10px;
		font-weight: 600;
		transition: 0.2s;
	}
	.header_top > div > div:first-of-type > a {
		background-color: var(--custom-red);
		color: #fff;
		border-color: var(--custom-red);
	}
	.header_top > div > div > a i {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.5rem;
		margin: 0;
	}
	.header_top > div > div > a:hover {
		background-color: #fff;
		color: var(--custom-red);
	}
	.header_top > div > div:first-of-type > a:hover {
		background-color: #fff;
		color: var(--custom-red);
	}
}
@media (max-width: 991px) {
	.header_top > div:last-child {
		display: none;
	}
	.site-header-logo {
		padding-top: 0;
		max-width: 250px;
		margin: 1rem auto;
	}
}
/* フッター ---------------------------------------------------- */
.site-footer {
	color:#fff;
	text-align:center;
	font-size:12px;
}
.site-footer-content > .row > div {
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 20%;
}
.site-footer-content > .row > div:first-child {
	width: 40%;
	max-width: 40%;
	flex: 0 0 40%;
}
.veu_profile .media_outer {
	margin: 0 0 0.8em;
}
.site-footer .widget_nav_menu ul li a {
	color:#ccc;
	font-weight: 600;
	border: none;
}
.site-footer .widget_nav_menu ul li a:hover{color: var(--custom-red);}
.site-footer-copyright {
	margin: 0;
	max-width: 100%;
	background-color: var(--custom-red);
	color: #fff;
}
@media (max-width:767px){
	.site-footer-content > .row > div {
		width: 100%;
		max-width: 100%;
	}
	.site-footer-content > .row > div:first-child {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
}


/* TOP ---------------------------------------------------- */
.top_section {
	margin: 0 calc(50% - 50vw);
	padding: 5rem calc(50vw - 50%);
}
.home .top_section:first-child {
	margin-top: -3.5em;
}
.service-case-carousel h1, section.newsBlock h1, section.clmBlock h1 {
    text-align: center;
}
.service-case-carousel h1 span, section.newsBlock h1 span, section.clmBlock h1 span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
}
.top_section > h2 ,.top_column .container h2{
	text-align: center;
	margin-bottom: 4rem;
	line-height: 3.5rem;
	padding: 2rem 20px;
	color: var(--custom-red);
	position: relative;
	z-index: 1;
    margin-top: 0;
	font-weight:bold;
}
.top_section > h2:after,.top_column .container h2:after {
	content: "";
	display: block;
	position: absolute;
	width: 250px;
	border-bottom: 1px solid var(--custom-red);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.top_section > h2 span.b_title,.top_column .container h2 span.b_title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -100%);
	color: #33333310;
	font-size: 6rem;
	top: 50%;
	z-index: -1;
}
.top_section > h2:has(+ p),.top_column .container h2:has(+ p) {
	margin-bottom: 2rem;
}
.top_section > h2 + p,.top_column .container h2 + p {
	text-align: center;
	margin-bottom: 3rem;
}
@media(max-width:767px){
	.top_section > h2, .top_column .container h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		padding: 0 0 1rem;
	}
	.top_section > h2 span.b_title ,.top_column .container h2 span.b_title {
		font-size: 3rem;
		top: 0;
		white-space: nowrap;
	}
}

.top_column {
	padding:3.5rem 0 4rem;
}
.top_column > h2 {
	text-align: center;
	line-height: 3.5rem;
	color: #fff;
	position: relative;
	z-index: 1;
	margin: 0 calc(50% - 50vw) 4rem;
	background-color: var(--custom-red);
	padding: 3rem calc(50vw - 50%);
	font-weight: 500;
	font-size: 1.6em;
}
.top_column > h2 > span.strong {
	color: var(--color-custom-1);
}
.top_column > h2:after {
	background: linear-gradient(45deg, #6e0016 25%, transparent 25%, transparent 75%, #6e0016 75%),
		linear-gradient(45deg, #6e0016 25%, transparent 25%, transparent 75%, #6e0016 75%);
	background-size: 40px 40px;
	background-position: 0 0, 20px 20px;
	background-color: #5a0012;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}
.top_column > h2 span.b_title {
	font-weight: 600;
	display: block;
	background-color: #fff;
	color: var(--custom-red);
	border-radius: 20px;
	font-size: 2rem;
	padding: 0.5rem 1.3rem;
	width: 80%;
	max-width:1320px;
	margin: 0 auto;
}
/* .top_column > h2:after {
content: "";
display: block;
position: absolute;
width: 250px;
border-bottom: 1px solid #fff;
left: 50%;
transform: translateX(-50%);
bottom: 1.5em;
} */
.top_column_innerfull {
	margin: -4rem calc(50% - 50vw) -4rem;
	padding: 4rem calc(50vw - 50%);
}
@media(max-width:767px){
	.top_column > h2 {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.top_column > h2 span.b_title {
		font-size: 1.5rem;
	}
}


/* TOPメインビジュアル ---------------------------------------------------- */
.top_slider {
	background-color: var(--custom-red);
	overflow: hidden;
	position: relative;
}

.keyTitle{
	color:#fff;
	margin-bottom:0.5em;
	font-feature-settings: "palt";
	letter-spacing:0.05em;
}
.keyTitle strong{
	font-size:3rem;
	line-height:3.5rem;
}
.keyTitle div{
	display:inline-block;
}
.keyTitle,.keyTitle span{	font-size:2.8rem;}
@media(min-width:1200px){
	.keyTitle,.keyTitle span{	font-size:2.4rem;}
}

.keyTitle span{
	display:inline-block;
	padding:5px 10px;
	margin-right:10px;
	background-color: var(--color-custom-3);
	color: var(--custom-red);
	border-radius:10px;
}
.keyTitle .sec{margin:10px 0;}
.keyTitle div.lst{
	font-size:2.5rem;
	border-bottom:5px solid #fff;
}

.top_slide_inner > div {
	padding: 50px 15px;
}
.top_slide_inner > div {
	padding: 50px 15px;
}

.top_slide_inner {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 0 auto;
	justify-content: center;
}

.top_slider .btn {
	display: block;
	background-color: var(--color-custom-3);
	width: 100%;
	height: 100%;
	font-weight: 600;
	border-radius: 15px;
	color: var(--custom-red);
	padding: 15px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	font-size: 1.4em;
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
}
.top_slider .btn span {
	display: block;
	background-color: #fff;
	max-width: 400px;
	margin: 0 auto;
	border-radius: 15px;
	line-height: 30px;
	margin-bottom: 0.5em;
	font-size: 18px;
	transition: 0.2s;
	padding: 0 10px;
}
.top_slider .btn i {
	margin-left: 10px;
	margin-right: 0;
}
.top_slider .btn::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	background-color: #fff;
	transition: 0.2s;
	z-index: -1;
	top: 0;
	left: 0;
}
.top_slider .btn:hover {
	color: var(--custom-red);
}
.top_slider .btn:hover::before {
	transform: translateX(0%);
}
.top_slider .btn:hover span {
	background-color: var(--custom-red);
	color:#fff;
}
@media(max-width:991px){
	.top_slide_inner {
		/* 		height: calc(100vh - 86.78px); */
		align-items: center;
	}
	.top_slide_inner > div,	.top_slide_inner > div:last-child {
		width: 100%;
		padding-top: 2em;
		padding-bottom: 0;
	}
	.top_slide_inner > div:last-child{padding-bottom:2em;}
	.top_slide_inner > div > div img {
		width: auto;
		margin: 0 auto;
		display: block;
	}
	.top_slide_inner > div:last-child:before {
		height: 100%;
		width: 100%;
		top: 0;
		left: -99%;
		clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
	}
	.top_slide_inner > div:last-child:after {
		height: 100%;
		width: 100%;
		top: 0;
		right: -99%;
		z-index: -1;
		clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
	}
	.slide_btn {
		margin-top: 0;
	}
	.top_slider .btn {
		font-size: 1.2em;
	}
	.top_slider .btn span {
		line-height: 26px;
		font-size: 15px;
	}
	.keyTitle div.fst strong,.keyTitle .sec strong{font-size:2.3rem;}
	.keyTitle .sec{margin:0;}
	.keyTitle div.lst{font-size:1.5rem; border-bottom:2px solid #fff; margin-top:10px;}
	.keyTitle{line-height: 1.8rem;}
	.keyTitle, .keyTitle span{font-size:1.5rem;}

}
.top_bnr div {
	max-width: 900px;
	margin: 0 auto;
}
.top_bnr div a {
	display: block;
	overflow: hidden;
}
.top_bnr div a img {
	display: block;
	transition: 0.2s;
}
.top_bnr div a:hover img {
	transform: scale(1.2);
}

/* TOP キャプション ---------------------------------------------------- */
.top_3point {
	background:url(/wp-content/uploads/2024/10/bg_3point.webp) no-repeat;
	background-size:cover;
	margin: 0 calc(50% - 50vw);
	padding: 3rem calc(50vw - 50%);
	min-height:700px;
}
.top_3point h2{
	background-color:rgba(255,255,255,0.7);
	display:inline-block;
	padding:1rem 1.5rem;
	font-size:1.5rem;
}
.top_3point h2 span{
	color:#c00;
	font-size:2rem;
}
.pointBox{
	background:#fff;
	padding:2rem 1.5rem 1.5rem 1.5rem;
	font-weight:bold;
	font-size:1.2rem;
	margin:50px 0;
	position:relative;
	border-radius:0.5rem;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(180,180,180,0.6);
	-moz-box-shadow: 3px 3px 6px 0px rgba(180,180,180,0.6);
	box-shadow: 3px 3px 6px 0px rgba(180,180,180,0.6);
}
.top_3point .pointBox:last-child{
	margin-bottom:0;
}
.pointBox h5{
	display:inline-block;
	position:absolute;
	padding:.5em 0;
	width:130px;
	text-align:center;
	left:0;
	top:-30px;
	background:#c00;
	color:#fff;
}
.pointBox p{
	margin-bottom:0;
}

.top_example .row {
	align-items: center;
}
.example_cap_sub {
	font-weight: 600;
	margin-bottom: 0;
}
.example_cap_sub span {
	border: 1px solid var(--custom-red);
	display: inline-block;
	padding: 5px 15px;
	background-color: var(--color-custom-1);
	color: var(--custom-red);
	margin: 0 10px 0.5em auto;
	position: relative;
	font-size: 1em;
}
h2.example_cap {
	color: var(--custom-red);
	font-size: 2.2em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 1rem;
}
h2.example_cap + p {
	font-size: 1.2em;
}
@media(max-width:767px){
	.top_3point {
		background:url(/wp-content/uploads/2024/10/sp_reason.webp) no-repeat;
		background-size:cover;
	}
	.example_cap_sub {
		text-align: center;
		margin-bottom: 0.5em;
	}
	.example_cap_sub span {
		display: block;
	}
}

/* TOP コストダウン */
section.costdown{padding:3.5rem 0;}

/* TOP セミナー情報 ---------------------------------------------------- */
.top_seminar_slide > h2 {
	padding: 0 0 2em;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 0;
}
.top_seminar_slide > h2 span.b_title {
	position: unset;
	display: block;
	transform: none;
	color: var(--custom-red);
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1em;
}
.top_seminar_slide > h2:after {
	/* 	bottom: 1em; */
	content: none;
}
.top-seminar-posts {
	margin: 0 calc(50% - 50vw);
}
.top-seminar-posts .slick-list {
	padding: 1rem 0;
}
.top-seminar-post {
	padding: 0 15px;
}
.top_seminar_post_box {
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.top_seminar_thumb {
	display: block;
}
.top_seminar_thumb img {
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
	transition: 0.2s;
	width: 100%;
}
.top_seminar_thumb:hover img {
	transform: scale(1.2);
}
/* ここから矢印カスタマイズ */
.top-seminar-posts .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-seminar-posts .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.top-seminar-posts .prev-arrow {
	left: 0;
}
.top-seminar-posts .next-arrow {
	right: 0;
}
.top-seminar-posts .prev-arrow:before,
.top-seminar-posts .next-arrow:before{
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900;
	font-size: 35px;
	color: var(--custom-red);
}
.top-seminar-posts .prev-arrow:before{
	content: "\f053";
}
.top-seminar-posts .next-arrow:before{
	content: "\f054";
}


/* TOP ABOUT ---------------------------------------------------- */
.top_about h2 span.point {
	font-size: 2rem;
	margin: 0 5px;
	background-color: var(--color-custom-1);
	width: 3rem;
	height: 3rem;
	display: inline-block;
	border-radius: 50%;
	line-height: 2.9rem;
	border: 2px solid #fff;
	color: var(--custom-red);
	font-weight: 600;
}
.about_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6rem;
}
.about_box {
	margin-bottom: 5rem;
}
.about_box_in {
	position: relative;
	padding: 2rem 1.5rem 0rem;
	height: 100%;
	border-radius: 5px;
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
}
.about_icon {
	margin-bottom: 1em;
}
.about_box_in h3 {
	color: var(--custom-red);
	position: relative;
	text-align: center;
	margin-bottom: 2rem;
}
.about_box_in h3::before {
	content: "";
	width: 50px;
	display: block;
	border-bottom: 4px solid var(--color-custom-1);
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
}
.about_link a {
	text-align: center;
	color: var(--custom-red);
	border: 1px solid var(--custom-red);
	transition: 0.2s;
	position: relative;
	width: 350px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
	padding: 10px 20px;
}
.about_link a i {
	float: right;
	position: absolute;
	right: 10px;
	font-size: 25px;
	display: block;
}
.about_link a::before {
	content: "";
	width: 105%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: var(--custom-red);
	z-index: -1;
	left: -110%;
	transition: 0.2s;
}
.about_link a:hover {
	color: #fff;
}
.about_link a:hover::before {
	transform: translateX(105%);
}
@media(max-width:991px){
	.about_box {
		margin-bottom: 6rem;
	}
}

/* TOP サービス ---------------------------------------------------- */
.service_box {
	margin-bottom: 2rem;
}
.service_box > div {
	padding: 15px 0px;
	text-align: center;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	/* 	border-radius: 16px; */
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.service_box h3 {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.service_box > div >div:first-of-type {
	margin-bottom: 1rem;
}
.service_box > div img {
	display: block;
}
.service_box > div p {
	padding: 0 15px;
	text-align: justify;
	color: #000;
}
.service_box > div p:nth-of-type(2) {
	margin-top: auto;
}
.service_box a {
	text-decoration: none;
	padding: 0;
	color: var(--custom-red);
	display: flex;
	border: 1px solid var(--custom-red);
	transition: 0.2s;
	font-size: 0.9rem;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.service_box a::before {
	content: "";
	width: 105%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: var(--custom-red);
	z-index: -1;
	left: -110%;
	transition: 0.2s;
}
.service_box a i {
	position: absolute;
	margin: 0;
	right: 5px;
	font-size: 25px;
}
.service_box a:hover {
	color: #fff;
}
.service_box a:hover::before {
	transform: translateX(103%);
}

.service_link {
	margin-top: 3rem;
}
.service_link a {
	text-align: center;
	color: var(--custom-red);
	border: 1px solid var(--custom-red);
	transition: 0.2s;
	position: relative;
	max-width: 500px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
	padding: 10px 20px;
}
.service_link a::before {
	content: "";
	width: 105%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: var(--custom-red);
	z-index: -1;
	left: -110%;
	transition: 0.2s;
}
.service_link a i {
	float: right;
	position: absolute;
	right: 10px;
	font-size: 25px;
	display: block;
}
.service_link a:hover {
	color: #fff;
}
.service_link a:hover::before {
	transform: translateX(105%);
}
/* TOP ノウハウ */
.top_knowhow > .row > div {
	margin-bottom: 2rem;
}
.knowhow_box {
	background-color: #f2f2f2;
	padding: 1rem;
}
.knowhow_box h3 {
	width: 50%;
	background-color: var(--custom-red);
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 1rem;
}
.knowhow-list-loop {
	background-color: #fff;
	padding: 10px;
}
.knowhow-list-loop > .row {
	margin-bottom: 0.5rem;
	margin-left: -10px;
	margin-right: -10px;
}
.knowhow-list-loop > .row > div {
	padding-left: 10px;
	padding-right: 10px;
}
.knowhow-list-loop > .row > div a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.knowhow_thumb img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}
.knowhow_inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.knowhow_inner a.knowhow-loop-title {
	color: var(--custom-red);
	font-weight: bold;
}
.knowhow_inner span.knowhow-loop-date {
	font-size: 0.8rem;
	color: #888;
}
.knowhow_inner a.knowhow-loop-more {
	margin-top: auto;
	border: 2px solid var(--custom-red);
	padding: 3px 6px;
	font-size: 0.9rem;
	color: var(--custom-red);
	text-align: center;
	transition: 0.2s;
}
.knowhow_inner a.knowhow-loop-more:hover {
	background-color: var(--custom-red);
	color: #fff;
}


.c_contact_box {
	max-width: 900px;
	margin: 4rem auto 0;
}

/* TOP CASE STUDY ---------------------------------------------------- */
.case-posts-list-loop {
	margin-bottom: 2rem;
}
.case-posts .slick-list {
	padding: 1rem 0;
}
.case-post {
	padding: 0 25px;
}
.case_post_box {
	box-shadow: 0 0 10px #bbb;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	height: 100%;
}
.case_thumb {
	display: block;
}
.case_thumb img {
	display: block;
	aspect-ratio: 6 / 4;
	object-fit: cover;
	object-position: center;
	transition: 0.2s;
}
.case_thumb:hover img {
	transform: scale(1.2);
}
.case_cate {
	position: absolute;
	top: 0;
	right: 0;
}
.case_cate > a {
	background-color: var(--custom-red);
	display: block;
	color: #fff;
	font-size: 0.9rem;
	padding: 4px 13px;
	border: 1px solid var(--custom-red);
}/*
.case_cate > a.customers-opinions{background-color:#1e73be;}
.case_cate > a.establish-company{background-color:#dd3333;}
.case_cate > a.startup-loan{background-color:#dd9933;}
*/
.case_cate > a:hover {
	background-color: #fff;
	color: var(--custom-red);
}
.case_logo {
	background-color: #fff;
	padding: 15px;
	display: block;
}
.case_logo img {
	max-width: 100%;
	margin: 0 auto;
	max-height: 50px;
	display: block;
}
.case_logo h4 {
	margin-bottom: 0;
	text-align: center;
	font-size: 1.8em;
}
.case_business {
	margin-bottom: 1rem;
}
.case_business,
.case_after_introduction {
	/* 	color: #fff; */
	font-weight: 600;
}
.case_box_bottom {
	padding: 0.5rem 2rem;
	text-align: center;
	background-color: #fff;
	/*	height: 14rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;*/
}
.top_startup h3,.top_establish h3 {
	text-align: center;
	padding: 10px;
	border: 2px solid var(--custom-red);
	margin-left: 25px;
	margin-right: 25px;
	color: var(--custom-red);
}
.case_box_bottom p.case_price {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0;
}
p.case_financial_institution {
	margin-bottom: 0;
	font-weight: bold;
	line-height: 1.6rem;
}
p.case_business {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 0.9rem;
	line-height: 1.6rem;
}
p.case_area {
	margin-bottom: 0;
	font-size: 0.9rem;
	line-height: 1.6rem;
}
/* ここから矢印カスタマイズ */
.case-posts .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.case-posts .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.case-posts .prev-arrow {
	left: -10px;
}
.case-posts .next-arrow {
	right: -10px;
}
.case-posts .prev-arrow:before,
.case-posts .next-arrow:before{
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900;
	font-size: 35px;
	color: var(--custom-red);
}
.case-posts .prev-arrow:before{
	/* 	content: "\f137"; */
	content: "\f053";
}
.case-posts .next-arrow:before{
	/* 	content: "\f138"; */
	content: "\f054";
}

/* TOP お悩み ---------------------------------------------------- */
.top_onayami > h2 span.b_title {
	color: #fff;
	font-size: 2rem;
}
.top_onayami .row > div {
	margin-bottom: 2rem;
}
.top_onayami .onayami_box {
	background-color: #fff;
	/* 	border-radius: 25px; */
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
	height: 100%;
	/* 	border: 1px solid var(--color-custom-1); */
	overflow: hidden;
}
.top_onayami .onayami_box h3 {
	background-color: var(--color-custom-1);
	color: var(--custom-red);
	text-align: center;
	padding: 10px 15px;
	/* 	border-radius: 20px 20px 0 0; */
	position: relative;
	height: calc(2.5rem * 2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	margin-bottom: 0;
}
.top_onayami .onayami_box p {
	margin: 0;
}
.top_onayami .onayami_box p a {
	text-decoration: none;
	display: block;
	color: var(--custom-red);
	font-weight: 600;
	/* 	padding: 5px 35px 5px 10px; */
	padding: 15px 45px 15px 20px;
	position: relative;
	/* 	border-radius: 10px; */
	overflow: hidden;
	z-index: 0;
	transition: 0.2s;
	height: 5.2em;
}
.top_onayami .onayami_box a::before {
	content: "";
	display: block;
	width: 100%;
	height: 101%;
	background-color: var(--custom-red);
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
	transition: 0.2s;
	/* 	border-bottom: 2px solid var(--custom-red); */
}
.top_onayami .onayami_box a i {
	margin: 0;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.top_onayami .onayami_box a:hover {
	color: #fff;
}
.top_onayami .onayami_box a:hover::before {
	transform: translatex(100%);
}
@media(max-width:767px){
	.top_onayami > h2 span.b_title {
		font-size: 1.5rem;
		line-height: 2.5em;
	}
	.top_onayami > h2 {
		line-height: 2rem;
		font-size: 1.2rem;
	}
}

/*  TOP 実現提案 ---------------------------------------------------- */
.top_propose > h2 {
	font-size: 2.4em;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.top_propose > h2 > span.sub {
	display: block;
	font-size: 24px;
	line-height: 2em;
	font-weight: 500;
	letter-spacing: 0;
}
.top_propose > h2 > span.strong {
	color: var(--color-custom-1);
}
.top_propose > h2:after {
	bottom: 1em;
}
.top_propose .row > div {
	margin-bottom: 2em;
}
.top_propose h4 {
	font-size: 2em;
	margin: 0 0 1em;
	text-decoration: 5px;
	color: var(--custom-red);
	line-height: 1.6em;
	text-decoration-line: underline;
	text-decoration-color: var(--color-custom-1);
}
.top_propose .row > div:nth-child(2) p {
	font-weight: 600;
	margin-bottom: 0;
}

a.propose_btn {
	display: flex;
	gap: 10px;
	background-color: var(--custom-red);
	color: #fff;
	border: 2px solid var(--custom-red);
	padding: 20px;
	border-radius: 15px;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	margin-bottom: 1em;
	font-size: 1.2em;
	transition: 0.2s;
}
.top_propose .row > div:last-child a.propose_btn {
	background-color: var(--color-custom-1);
	color: var(--custom-red);
}
a.propose_btn:hover,
.top_propose .row > div:last-child a.propose_btn:hover {
	background-color: #fff;
	color: var(--custom-red);
}

a.propose_btn > img {
	width: 70px;
	height: 70px;
	border-radius: 20px;
	display: block;
	object-fit: cover;
	border: 1px solid var(--custom-red);
	background-color: var(--custom-red);
	padding: 5px;
}
a.propose_btn > i {
	font-size: 24px;
	margin-right: 0;
}
@media(max-width:767px){
	.top_propose > h2 {
		font-size: 1.5em;
		line-height: 1.8em;
	}
	.top_propose > h2 > span.sub {
		font-size: 14px;
		letter-spacing: 0;
	}
	.top_propose h4 {
		font-size: 1.6em;
	}
	a.propose_btn {
		font-size: 1em;
	}
}


/* TOP 会社情報 ---------------------------------------------------- */
.link_item a {
	background: var(--color-custom-5);
	color: #fff;
	text-align: center;
	padding: 1em 0;
	font-size: 2rem;
	aspect-ratio: 2 / 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-blend-mode: soft-light;
	transition:0.2s;
}
.link_item:nth-child(1) a {
	background-image: url(/wp-content/uploads/2025/02/top_company02.png);
}
.link_item:nth-child(2) a {
	background-image: url(/wp-content/uploads/2025/04/sample_ex.jpg);
}

.link_item a:hover{	
	opacity: 0.8;
}
.link_item a span{
	display:block; 
	font-size:1.2rem;
}
.top_company_box .text_group .text_group_inner01 h3 {
	font-size:2.2em; 
	padding:15px 40px; 
	margin-bottom: 0;
	background: var(--custom-red);
	color: #fff; 
	display: inline-block;
	font-weight:bold;
}
.top_company_box .text_group .text_group_inner02 {
	margin-top: 3em;
	background: rgba(255, 255, 255, 0.9);
	padding: 1.5em 2em;
}
.top_company_box .text_group .text_group_inner02 p {
	margin-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.top_company_box .text_group .text_group_inner02 p:last-child {
	margin-bottom: 0;
}
.top_company_box .text_group .text_group_inner02 p span {
	margin-right: 10px;
	background-color: var(--color-custom-1);
	border-radius: 50px;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
}
@media(min-width:969px){
	.top_company{
		position:relative;
		min-height:1000px;
	}
	.top_company_box {
		margin: 0 calc(50% - 50vw);
		position: relative;
		min-height: 900px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.top_company_box .media_group .about01,
	.top_company_box .media_group .about02,
	.top_company_box .media_group .about03,
	.top_company_box .media_group .about04 {
		position:absolute;
	}
	.top_company_box .media_group .about01{
		left: 0%;
		width: 570px;
		z-index: 5;
		top: 0;
	}
	.top_company_box .media_group .about02{
		right: 10%;
		top: 40px;
		width: 600px;
		z-index: 4;
	}
	.top_company_box .media_group .about03{
		left: -5%;
		bottom: 0;
		width: 640px;
		height: 300px;
		overflow: hidden;
		z-index: 3;
	}
	.top_company_box .media_group .about03 img {
		width: 640px;
		height: 300px;
		object-fit: cover;
		object-position: bottom;
	}
	.top_company_box .media_group .about04{
		right: 0px;
		bottom: 5%;
		width: 600px;
		height: 400px;
		overflow: hidden;
		z-index: 2;
	}
	.top_company_box .text_group {
		position:relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1em;
		z-index: 10;
	}
	.top_company_box .text_group .text_group_inner01 p{
		font-size:1.5rem; 
		margin:0;
		font-weight:bold;
		background: rgba(255, 255, 255, 0.9);
		padding: 10px 20px;
	}

	.link_group {
		margin-top: 3em;
	}
}
@media(max-width:968px){
	.top_company .media_group {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.top_company .media_group div{
		width:50%;
	}
	.top_company .media_group div img{
		vertical-align:bottom;
	}
	.top_company_box .text_group {
		display: block;
	}
	.top_company_box .text_group .text_group_inner01 h3{
		font-size:1.5rem;
		padding: 15px 20px;
		display: block;
		text-align: center;
		margin-bottom: 1em;
	}
	.top_company_box .text_group .text_group_inner01 p{
		margin-top:10px;
		font-weight:bold;
		font-size:1.2rem;
		margin-bottom: 0;
	}
	.top_company_box .text_group .text_group_inner02 {
		margin-top: 0;
		margin-bottom: 1em;
	}
}
@media(max-width:767px){

	.top_company .col-md-4{
		padding-left:0; 
		padding-right:0;
	}
	.top_company .col-md-4:nth-child(n+1){
		margin-top:20px;
	}
	.top_company .col-md-4:last-child{
		margin-bottom:20px;
	}
	.top_company_box .text_group .text_group_inner01 h3 {
		font-size: 1.3em;
	}
	.top_company_box .text_group .text_group_inner02 p {
		font-size: 1.2em;
	}
	.top_company_box .text_group .text_group_inner02 p span {
		padding: 3px;
	}
}




/* TOP お問い合わせ ---------------------------------------------------- */
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
	padding: .5em 1em;
	margin: 0;
	border-radius: 0;
}
.top_contact {
	padding: 5rem 4rem;
	background:#efefef;
	margin: 0 calc(50% - 50vw);
}
.costdown h2,.top_contact > h2 {
	color: var(--custom-red);
	text-align: center;
	margin-bottom: 3rem;
	line-height: 3.5rem;
	padding: 0 20px 1em;
	position: relative;
	z-index: 1;
	font-weight:bold;
}
.costdown h2::after,.top_contact > h2:after {
	content: "";
	display: block;
	position: absolute;
	width: 250px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-bottom: 1px solid var(--custom-red);
}
.top_contact > p {
	text-align: center;
	color: #fff;
}
.contact_box {
	background-color: var(--custom-red);
	border-radius: 15px;
	padding: 20px;
	align-items: center;
	border: 2px solid var(--custom-red);
	margin: 0;
	color: #fff;
}
.contact_image img {
	margin: auto;
	display: block;
	height: auto;
	width: 100%;
	background-color: #fff;
	padding: 0.5em;
	border-radius: 15px;
}
.contact_btn_area {
	height: 100%;
}
.contact_btn_area > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contact_btn_area h5 {
	margin-bottom: 0.5rem;
	text-align: center;
	color: #fff;
}
.contact_btn_area p {
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

.contact_btn_area .tel_btn a {
	font-size: 2.2rem;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.contact_btn_area .tel_btn span {
	margin-top: 5px;
	display: block;
	color: #000;
}
.contact_btn_area .contact_btn a {
	color: var(--custom-red);
	padding: 10px 15px;
	display: block;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.2s;
	font-weight: 600;
	background-color: var(--color-custom-3);
	border: 2px solid var(--custom-red);
	font-size: 1.4em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_btn_area .contact_btn a span > span {
	display: block;
	font-size: 16px;
}
.contact_btn_area .contact_btn a:hover {
	background-color: #fff;
	color: var(--custom-red);
}
.contact_btn i{margin-right:0.3em;}

.doc_btn {
	margin: 2em 0 0;
	background-color: #908550;
	border-radius: 15px;
	overflow: hidden;
}
.doc_btn a {
	width: 100%;
	padding-left: 1em;
	display: flex;
	font-size: 1.6em;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	align-items: center;
	transition: 0.2s;
	border: 2px solid #908550;
	overflow: hidden;
	border-radius: 15px;
}
.doc_btn a span.img {
	max-width: 140px;
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	display: flex;
}
.doc_btn a span.doc_right {
	background-color: #fff;
	padding: 1em 1.5em;
	color: #908550;
	margin-left: auto;
	transition: 0.2s;
}
.doc_btn a span.balloon{
	position: relative;
	width: 80px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #908550;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	background-color: #fff;
	display: block;
	transition: 0.2s;
	margin: 0 auto 10px;
	font-size: 18px;
}
.doc_btn a span.balloon::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 2px;
	bottom: 1px;
	border-right: 10px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: rotate(-135deg);
}
.lineBtn{margin-top:1em;}
@media(max-width:991px){
	.top_contact {
		padding-left: 0;
		padding-right: 0;
	}
	.top_contact > h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		padding: 0 0 1rem;
	}
	.contact_btn_area .tel_btn a {
		font-size: 1.8rem;
	}
	.contact_box {
		margin-left: 5px;
		margin-right: 5px;
		padding: 15px;
		border: 2px solid #fff;
	}
	.contact_box .contact_image {
		margin-bottom: 10px;
	}
	.contact_bottom div:first-child {
		margin-bottom: 1rem;
	}
	.contact_btn_area .contact_btn a {
		font-size: 1.2em;
	}
	.doc_btn {
		margin: 2em 5px 0;
	}
	.doc_btn a {
		justify-content: center;
		flex-wrap: wrap;
		padding: 0;
		font-size: 1.2em;
	}
	.doc_btn a span.img {
		max-width: 100%;
		margin: 15px;
	}
	.doc_btn a span.text {
		margin: 0 0.5em;
		width: auto;
	}
	.doc_btn a span.doc_right {
		margin: 1em 0 0;
		width: 100%;
		text-align: center;
		padding: 0.5em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.doc_btn a span.balloon {
		width: 60px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin: 0 5px 0 0;
	}
}

.top_contact.mobile_menu {
	background-color: var(--custom-red);
	padding: 2rem 10px;
}
.top_contact.mobile_menu > h2 {
	color: #fff;
	margin-bottom: 0rem;
}
.top_contact.mobile_menu > h2:after {
	content: none;
}

/* TOP 新着・コラム一覧 ---------------------------------------------------- */
.top_post_column > .row {
	margin-left: -30px;
	margin-right: -30px;
}
.top_post_column > .row > div {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 4rem;
}
.top_column_box,
.top_post_box {
	height: 100%;
}
.top_column_box h3,
.top_post_box h3 {
	margin-bottom: 2rem;
	padding-bottom: 0.5em;
	border-bottom: 1px solid var(--custom-red);
	font-size: 2em;
	line-height: 1.4;
}
.top_column_box h3 span,
.top_post_box h3 span {
	font-weight: 500;
	font-size: 16px;
	display: block;
}

.top-list-loop > .row {
	padding-bottom: 2rem;
	margin-left: -10px;
	margin-right: -10px;
}
.top-list-loop > .row > div {
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	align-items: center;
}
.top-list-loop .post_thumb,
.top-list-loop .clumn_thumb {
	display: block;
	overflow: hidden;
}
.top-list-loop .post_thumb img,
.top-list-loop .clumn_thumb img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	transition: 0.2s;
}
.top-list-loop .post_thumb:hover img,
.top-list-loop .clumn_thumb:hover img {
	transform: scale(1.2);
}
.top-list-loop .post-loop-date,
.top-list-loop .clumn-loop-date {
	display: block;
	color: var(--custom-red);
	font-size: 0.9em;
}
.top-list-loop a.post-loop-title,
.top-list-loop a.clumn-loop-title {
	display: block;
	font-size: 0.9em;
}


/* フッター　会社情報 ---------------------------------------------------- */
.footer_company > .row > div {
	margin: 0 0 4rem;
}
.footer_company_box {
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
    min-height: 400px;
}
.footer_company h4 {
	text-align: center;
	padding: 20px 15px 20px;
	position: relative;
	margin-bottom:1em;
}
.footer_company h4::after {
	content: "";
	display: block;
	width: 100px;
	border-bottom: 3px solid var(--custom-red);
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
.footer_company_box > p {
	margin-bottom: 0;
	aspect-ratio: 6 / 4;
}
.footer_company_box > p img {
	display: block;
	aspect-ratio: 6 / 4;
	object-fit: cover;
	object-position: center;
}
.footer_company_box > div {
	padding: 20px 20px;
	color: #000;
}
.footer_company_box > div > p:last-child {
	margin-bottom: 0;
}
.footer_company_box > p iframe {
	width: 100%;
	margin-bottom: 0;
	display: block;
	height: 100%;
	aspect-ratio: 6 / 4;
}
.footer_company .row > div:first-child .footer_company_box {
	display: block;
	font-weight: 600;
}
.footer_company .row > div:first-child .footer_company_box img {
	display: block;
	width: 100%;
	height: 100%;
}
.footer_company .row > div:nth-child(2) .footer_company_box p {
	height: 100%;
}
.footer_company_box > div > p.contact_tel {
	font-weight: 600;
	font-size: 1.4em;
	text-align: center;
}
.footer_company_box > div > p.contact_tel a{color: #b00000; text-decoration:none;}
.footer_company_box > div > p.contact_tel > i {
	color: #02a931;
}
.footer_company_box > div > p.contact_tel span {
	display: block;
	color: #000;
	background-color: #f2f2f2;
	line-height: 1rem;
	padding: 10px 15px;
	font-weight: 500;
	font-size: 13px;
}
.footer_company .row > div:nth-child(4) .footer_company_box a i{margin-right:0.5em;}
.footer_company .row > div:nth-child(4) .footer_company_box a {
	display: block;
	text-decoration: none;
	background-color: var(--custom-red);
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 1em;
	font-size: 0.9em;
	font-weight: 600;
	transition: 0.2s;
	border: 1px solid var(--custom-red);
}
.footer_company .row > div:nth-child(4) .footer_company_box a:hover {
	background-color: #fff;
	color: var(--custom-red);
}
.footer_company .row > div:nth-child(4) .footer_company_box form#searchform button {
	background-color: var(--custom-red);
	color: #fff;
	margin: 1em auto 0;
	display: block;
	padding: 5px 20px;
	border: 1px solid var(--custom-red);
	transition: 0.2s;
}
.footer_company .row > div:nth-child(4) .footer_company_box form#searchform button:hover {
	background-color: #fff;
	color: var(--custom-red);
}
@media(max-width:991px){
	.footer_company_box > div > p.contact_tel {
		font-size: 2em;
	}
}


/* 投稿 ---------------------------------------------------- */
.entry-meta {
	display: none;
}
.entry-meta-data-list {
	display:none;
}
article.type-post,
article.type-service_case,
article.type-column {
	margin: 0 auto;
}

ul.page-numbers li .page-numbers {
	border-radius: 0 !important;
	border: 1px solid var(--custom-red);
}
.corner-label {
	position: absolute;
	top: 0;
	right: 0;
	background-color:var(--color-custom-1);
	padding: 3px 20px;
	border-bottom-left-radius: 8px;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
	z-index: 10;
}
.image-zoom-wrap {
	overflow: hidden;
	display: block;
}

.image-zoom {
	transition: transform 0.4s ease;
}

.image-zoom-wrap:hover .image-zoom {
	transform: scale(1.1); /* 拡大率：1.1倍 */
}
.pagination {
	margin:2rem auto 2rem;
}
.page-link,.page-link:active,.page-link:hover,a:hover{color: var(--color-custom-1);}
.active>.page-link, .page-link.active{background-color: var(--color-custom-1); border:none;}


/*　投稿 お知らせ ---------------------------------------------------- */
.category-news .post-list {
	max-width: 900px;
	margin: 0 auto;
}


/*　投稿 コラム一覧 ---------------------------------------------------- */
.column_thumb_box {
	position: relative;
}
.column_thumb_box a {
	display: block;
}
.column_thumb_box a img {
	display: block;
	aspect-ratio: 6 / 4;
	object-fit: cover;
	object-position: center;
	transition: 0.2s;
}
.column_thumb_box a:hover img {
	transform: scale(1.2);
}
.column_cate {
	position: absolute;
	top: 0;
	right: 0;
}
.column_cate > a {
	background-color: var(--custom-red);
	display: block;
	color: #fff;
	font-size: 0.9rem;
	padding: 4px 13px;
	border: 1px solid var(--custom-red);
}
.column_cate > a:hover {
	background-color: #fff;
	color: var(--custom-red);
}
.column_post {
	margin-bottom: 2rem;
}
.column_post .clumn_info_date {
	color: var(--custom-red);
	margin-bottom: 0;
}

.column_post .column_info_title a {
	text-decoration: none;
	font-weight: 600;
	color: #000;
	font-size: 1.1rem;
	display: block;
}

/* サービス 一覧 ---------------------------------------------------- */
.service_doc {
	background-color: #f9f9f9;
	padding: 3rem;
}
.service_doc > div {
	align-items: center;
}
.service_doc h2 {
	color: var(--custom-red);
	margin-bottom: 0;
}
.service_doc p {
	color: var(--custom-red);
	margin-bottom: 1em;
}
.service_doc a {
	display: block;
	background-color: var(--custom-red);
	padding: 15px 25px;
	color: #fff;
	border: 1px solid var(--custom-red);
}
.service_doc a:hover {
	background-color: #fff;
	color: var(--custom-red);
}
.service_class {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: space-between;
	margin-top: 3rem;
}
.service_class > li {
	width: 48%;
	border: 1px solid var(--custom-red);
	margin-top: 0;
	margin-bottom: 3rem;
	padding: 10px 30px;
}
.service_class > li > a {
	font-weight: 600;
	color: var(--custom-red);
	text-decoration: none;
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 0 20px 0;
	font-size: 1.4rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/* 	align-items: center; */
}
.service_class > li:nth-child(7) > a,
.service_class > li:nth-child(8) > a {
	border-bottom: none;
}
.service_class > li > a > .img {
	width: 100%;
	margin-bottom: 1em;
}
.service_class > li > a > .img > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_class > li > a > span.txt {
	position: relative;
	display: block;
	width: 100%;
	padding-right: 50px;
	line-height: 1em;
}
.service_class > li > a > span.txt > span {
	font-size: 0.9rem;
	display: block;
	color: #000;
	font-weight: 500;
	margin-top: 5px;
}
.service_class > li > a > span.txt::after {
	content: "\f054";
	width: 40px;
	height: 40px;
	background-color: var(--custom-red);
	border-radius: 50px;
	font-family: "font awesome 6 free";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.9rem;
	transition: 0.2s;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.service_class > li > a:hover > span.txt::after {
	transform:  translateY(-50%) scale(1.2);
}
.service_class > li > ul.children {
	margin-top: 2rem;
}
.service_class > li > ul.children > li {
	list-style: none;
	position: relative;
	/* 	margin-bottom: 1rem; */
	line-height: 1.2rem;
}
.service_class > li > ul.children > li::before {
	content: "\f138";
	display: block;
	font-family: "font awesome 6 free";
	font-weight: 600;
	position: absolute;
	left: -1.5rem;
	color: var(--custom-red);
}
.service_class > li > ul.children > li a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.service_class > li > ul.children > li a::after {
	content: "";
	display: block;
	border-bottom: 2px solid var(--custom-red);
	width: 100%;
	position: absolute;
	bottom: 0;
	transform: translateX(-100%);
	transition: 0.2s;
}
.service_class > li > ul.children > li a:hover::after {
	transform: translateX(0);
}
@media(max-width:991px){
	/* 	.service_class > li > a > .img {
	width: 100%;
	margin-bottom: 1em;
}
	.service_class > li > a > span.txt {
	width: 100%;
	padding-left: 0;
} */
}
@media(max-width:767px){
	.service_doc {
		padding: 2rem 2.5rem;
	}
	.service_doc p {
		margin-bottom: 1rem;
	}
	.service_class > li {
		width: 100%;
	}
}
/* サービス　固定ページ */
.p-head{margin: 0 calc(50% - 50vw) ;background:url(/wp-content/uploads/common/header-bg-scaled.jpg) repeat;}
.p-head .row > div{padding:0;}
.p-head .row > div.beta{
	background-color: var(--custom-red);
	text-align: left;
	padding: 4rem;
	display: flex;
	flex-direction: column;
}
.p-head .row > div.beta h1{
	color: #fff;
	font-size: 3rem;
	margin-bottom: 2rem;
}
.p-head .row > div.beta h4.subttl{
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	margin: auto 0 0;
}
.p-head .row > div.beta p.bln{
	background-color: #fff;
	padding: 1.5rem;
	color: var(--custom-red);
	font-weight: 600;
	border-radius: 20px;
	width: 100%;
	font-size: 18px;
	margin-bottom: auto;
}
.page-header-image {
	display: flex;
	width: 100%;
}
.page-header-image div img {
	display: block;
	margin: 0 auto;
}
.page-header-image > div {
	width: 50%;
}
.page-header-image >div:last-child {
	background-color: var(--custom-red);
	text-align: left;
	padding: 4rem;
	display: flex;
	flex-direction: column;
}
.page-header-image >div:last-child h1.page-header-title {
	color: #fff;
	font-size: 3rem;
	margin-top: auto;
}
.page-header-image >div:last-child p:nth-child(2) {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 2rem;
}
.page-header-image >div:last-child p:nth-child(3) {
	background-color: #fff;
	padding: 1.5rem;
	color: var(--custom-red);
	font-weight: 600;
	border-radius: 20px;
	width: 100%;
	font-size: 18px;
	margin-bottom: auto;
}
.post-name-kyuuyodaikou .page-header-image >div:last-child p:nth-child(3) {
	font-size: 20px;
}
.service_case.bg_wg {
	background-color: #f1f9ff;
}
@media(max-width:991px){
	.page-header-image {
		flex-wrap: wrap;
	}
	.page-header-image > div {
		width: 100%;
	}
	.page-header-image >div:last-child {
		padding: 2rem 2rem;
	}
	.page-header-image >div:last-child p:nth-child(3) {
		font-size: 0.8rem;
	}
}

/* サービス 経理代行 ---------------------------------------------------- */

.service_onayami {
	/* 	background-color: var(--custom-red); */
}
.service_onayami h2 {
	/* 	color: #fff; */
	position: relative;
	color: var(--custom-red);
}
/* .service_onayami h2::after {
border-bottom: 3px solid var(--color-custom-1);
width: 200px;
position: absolute;
content: "";
display: block;
bottom: -1.5rem;
left: 50%;
transform: translateX(-50%);
} */
.service_onayami .row {
	max-width: 800px;
	margin: 0 auto;
}
.service_onayami .row p {
	text-align: center;
	border: 3px solid var(--custom-red);
	font-size: 1.1rem;
	padding: 10px 15px;
	border-radius: 15px;
	background-color: #f8fcff;
	overflow: hidden;
	font-weight: 600;
	color: var(--custom-red);
}
.service_onayami_bottom {
	position: relative;
	padding-top: 7rem;
	margin-top: 2rem;
}
.service_onayami_bottom::before {
	content: "";
	display: block;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	height: 4rem;
	aspect-ratio: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 150px;
	background: var(--color-custom-2);
	width: 100%;
}
.service_onayami_bottom p {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
}
.service_onayami_bottom p span {
	color: var(--color-custom-2);
}
.service_onayami_bottom img {
	max-width: 700px;
	display: block;
	margin: 0 auto -5rem;
	width: 100%;
}
.service01_images > h3,
.service01_images > p {
	text-align: center;
}




/* サービス　その他 */
.service_other_list {
	justify-content: center;
}
.service_other_list > div {
	margin-bottom: 3rem;
}
.service_other_list > div > div {
	background-color: #fff;
	border-radius: 15px;
	padding-bottom: 1rem;
	height: 100%;
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
}
.service_other_list > div > div h3 {
	color: var(--custom-red);
	text-align: center;
	margin-bottom: 0;
	padding: 2.3rem 1rem 1.5rem;
	position: relative;
	font-size: 1.2rem;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_other_list > div > div h3 > span {
	position: absolute;
	top: -25px;
	left: 50%;
	color: #fff;
	background-color: var(--custom-red);
	width: 50px;
	height: 50px;
	transform: translateX(-50%);
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
}
.service_other_list > div > div > div {
	margin: 0 20px;
}
.service_other_list > div > div > p {
	margin: 0;
	font-size: 0.9rem;
	padding: 0.8rem 1.2rem;
}
@media(max-width:767px){
	.service_other_list > div > div h3 {
		height: auto;
	}
}
/* @media(min-width:991px){
.service_other_list > div > div {
display: flex;
padding-bottom: 0;
}
.service_other_list > div > div h3 {
width: 20%;
height: 100%;
padding: 1.5rem 1rem 1.5rem 2.3rem;
display: flex;
align-items: center;
text-align: left;
}
.service_other_list > div > div h3 > span {
top: 50%;
left: 0px;
transform: translate(-50%, -50%);
}
.service_other_list > div > div > div {
width: 25%;
margin: 0;
background-color: #f9f9f9;
}
.service_other_list > div > div > div > img {
padding: 20px;
}
.service_other_list > div > div > p {
width: 55%;
padding: 1.5rem 2rem;
}
} */

/* サービス クラウド支援 */
.cloud_system {
	/* 	background-color: var(--custom-red); */
}
.cloud_system > h2 {
	color: #fff;
}
.cloud_system > h2:after {
	border-color: #fff;
}
.cloud_system > h2 + p {
	/*     color: #fff; */
	text-align: center;
}
.cloud_box {
	max-width: 900px;
	margin: 0 auto;
}
.cloud_box h3 {
	background-color: var(--custom-red);
	color: #fff;
	padding: 10px 15px;
	border-left: 5px solid var(--color-custom-1);
}
.cloud_box .flow_design {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cloud_box .flow_design .flow {
	padding-left: 0;
	margin-top: 0;
}
.cloud_box .flow_design .flow > li {
	list-style: none;
}
.cloud_box .flow_design .flow > li:not(:last-child) {
	margin-bottom: 20px;
}
.cloud_box .flow_design .flow > li dl {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	background-color: #fff;
	padding: 1.5em;
	border-radius: 15px;
}
.cloud_box .flow_design .flow > li dl dt {
	font-size: 1.2em;
	font-weight: 700;
	width: 70%;
	min-width: 7em;
}
.cloud_box .flow_design .flow > li dl dd {
	margin: 0;
	width: calc(30% - 20px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cloud_box .flow_design .flow > li .icon {
	color: var(--color-custom-2);
	margin-right: 0.5em;
}

.cloud_box_in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.cloud_box_in div {
	width: 25%;
}
.cloud_box_in p {
	width: 73%;
	background-color: var(--custom-red);
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	border: 3px solid #fff;
	font-weight: 600;
}
.cloud_box .cloud_mini_title {
	text-align: center;
	margin-bottom: 1rem;
}
.cloud_box .cloud_mini_title span {
	background-color: var(--custom-red);
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	border: 3px solid #fff;
	font-weight: 600;
	display: inline-block;
}
.cloud_system_image {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
	padding: 5px 5px 10px 5px;
	background-color: #fff;
}
.cloud_system_image img {
	display: block;
}
@media(max-width:767px){
	.cloud_box_in div,
	.cloud_box_in p {
		width: 100%;
	}
}

/* サービス その他のサポート */
a.other_support_btn {
	display: inline-block;
	padding: 5px 20px;
	border: 2px solid var(--custom-red);
	border-radius: 10px;
	text-decoration: none;
	color: var(--custom-red);
	transition: 0.2s;
}
a.other_support_btn:hover {
	background-color: var(--custom-red);
	color: #fff;
}

/* サービスの流れ */
.service_flow {
	margin-bottom: 2rem;
}
.service_flow h2 span {
	font-weight: 500;
	font-size: 1rem;
	display: block;
	color: #000;
	line-height: 1.8rem;
}
.service_flow_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* .service_flow_top {
width: 100%;
text-align: center;
margin-bottom: 5rem;
font-weight: 600;
font-size: 1.2rem;
line-height: 2rem;
} */
.service_flow_left,
.service_flow_right {
	width: 35%;
	position: relative;
}
.service_flow_inner {
	border-radius: 15px;
	overflow: hidden;
	height: 100%;
}
.service_flow_left .service_flow_inner {
	border: 2px solid var(--color-custom-2);
	display: flex;
	flex-direction: column;
}
.service_flow_right .service_flow_inner {
	border: 2px solid var(--custom-red);
	display: flex;
	flex-direction: column;
}
.service_flow_inner .service_flow_box_title {
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 1.2rem;
	margin: 0 0 1rem;
	font-weight: 600;
}
.service_flow_left .service_flow_inner .service_flow_box_title {
	background-color: var(--color-custom-2);
	/* 	line-height: 4.1rem; */
}
.service_flow_right .service_flow_inner .service_flow_box_title {
	background-color: var(--custom-red);
}
.service_flow_inner p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: auto;
}
.service_flow_inner p.service_flow_title {
	background-color: #f2f2f2;
	padding: 3px 10px;
	font-weight: 600;
}
.service_flow_left .service_flow_inner p.service_flow_title {
	color: var(--color-custom-2);
}
.service_flow_right .service_flow_inner p.service_flow_title {
	color: var(--custom-red);
	margin-bottom: 0.9rem;
}
.service_flow_left .service_flow_inner p.service_flow_title:last-child {
	margin-top: auto;
}
/* .arrow_box {
position: absolute;
width: 75%;
}
.service_flow_left .arrow_box {
right: -75%;
top: 25%;
transform: translateY(-25%);
}
.service_flow_right .arrow_box {
left: -75%;
top: 75%;
transform: translateY(-75%);
} */
.service_flow_left .img {
	max-width: 200px;
	margin: 0 auto 20px;
}
.service_flow_left .img:last-of-type {
	max-width: 100px;
}
.service_flow_right .img{
	max-width: 250px;
	margin: 0 auto 10px;
}

.service_flow .arrow_box {
	width: 30%;
	position: relative;
}
.service_flow .arrow_box .arrow_top {
	position: absolute;
	top: 15%;
	width: 100%;
}
.service_flow .arrow_box .arrow_bottom {
	position: absolute;
	bottom: 15%;
	width: 100%;
}
.service_flow .arrow_box .arrow {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	position: relative;
	width: 90%;
}
.service_flow .arrow_box .arrow_top .arrow {
	border-bottom: 2px solid var(--color-custom-2);
	margin-right: auto;
}
.service_flow .arrow_box .arrow_bottom .arrow {
	border-bottom: 2px solid var(--custom-red);
	margin-left: auto;
}
.service_flow .arrow_box .arrow::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.service_flow .arrow_box .arrow_top .arrow::after {
	border-color: var(--color-custom-2);
	right: 0;
	transform: translate(49%, -50%) rotate(270deg);
}
.service_flow .arrow_box .arrow_bottom .arrow::after {
	border-color: var(--custom-red);
	left: 0;
	transform: translate(-49%, -50%) rotate(90deg);
}
.service_flow .arrow_box .cw_logo,
.service_flow .arrow_box .gd_logo {
	max-width: 65%;
	margin: 0 auto;
	border: 2px solid #ccc;
	border-radius: 15px;
	padding: 5px 10px;
}
.service_flow .arrow_box .cw_logo img,
.service_flow .arrow_box .gd_logo img {
	display: block;
}
.service_flow .arrow_box .txt p {
	text-align: center;
	line-height: 1.5rem;
	max-width: 65%;
	margin: 0 auto;
}
.service_flow_inner .textaline_right {
	text-align: right;
}
@media(max-width:991px){
	.service_flow_left,
	.service_flow_right {
		width: 100%;
	}
	.service_flow .arrow_box {
		width: 100%;
		display: flex;
	}
	.service_flow .arrow_box .cw_logo,
	.service_flow .arrow_box .gd_logo {
		max-width: 95%;
		margin: 15px auto;
		/* 		height: 40px; */
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.service_flow .arrow_box .arrow_top,
	.service_flow .arrow_box .arrow_bottom {
		position: unset;
		display: grid;
	}
	.service_flow .arrow_box .arrow_top {
		grid-template-columns: 80% 20%;
	}
	.service_flow .arrow_box .arrow_bottom {
		grid-template-columns: 20% 80%;
	}
	.service_flow .arrow_box .arrow_top .arrow {
		grid-row: 1/3;
		grid-column: 2;
		border: none;
		margin: 0;
	}
	.service_flow .arrow_box .arrow_bottom .arrow {
		grid-row: 1/3;
		grid-column: 1;
		border: none;
		margin: 0;
	}
	.service_flow .arrow_box .arrow_top .arrow::before {
		content: "";
		display: block;
		height: 95%;
		border: 1px solid var(--color-custom-2);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.service_flow .arrow_box .arrow_top .arrow::after {
		top: 100%;
		transform: translate(-50%, -100%) rotate(0);
		left: 50%;
	}
	.service_flow .arrow_box .arrow_bottom .arrow::before {
		content: "";
		display: block;
		height: 95%;
		border: 1px solid var(--custom-red);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
	.service_flow .arrow_box .arrow_bottom .arrow::after{
		left: 50%;
		transform: translate(-50%) rotate(180deg);
	}
	.service_flow .arrow_box .txt p {
		max-width: 100%;
		margin: 20px 0;
		line-height: 1.2rem;
	}
}
/* 料金例 */
.service01_images h2 span {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
	line-height: 1.8rem;
}
.service01_images div {
	text-align: center;
}
.service_start_flow {
	background-color: var(--custom-red);
}
.service_start_flow > h2 {
	color: #fff;
	text-align: center;
	/* 	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 5rem; */
}

.service_price_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6rem;
	align-items: center;
}

.service_price_image {
	width: 50%;
}
.service_price_image img {
	display: block;
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
}
.service_price_content {
	width: 60%;
	padding: 25px 40px;
	margin-left: -10%;
	/* 	margin-top: 100px; */
	background-color: #fff;
	box-shadow: 10px 30px 40px 10px rgba(0, 0, 0, 0.1);
}
@media(min-width:768px){
	.service_price_box:nth-child(3) .service_price_image {
		z-index: 0;
		order: 2;
	}
	.service_price_box:nth-child(3) .service_price_content {
		margin-right: -10%;
		margin-left: 0;
		z-index: 1;
		order: 1;
	}
}

.service_price_content h3 {
	text-align: center;
	background-color: var(--custom-red);
	color: #fff;
	margin: -25px -40px 15px;
	padding: 15px;
}
.employees p {
	background-color: var(--color-custom-1);
	display: inline-block;
	padding: 3px 15px;
	font-weight: 600;
}
.service_price_content h4 {
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	font-size: 1.1rem;
	color: var(--custom-red);
	position: relative;
	z-index: 0;
}
.service_price_content h4 span {
	background-color: #fff;
	padding-right: 10px;
}
.service_price_content h4:after {
	content: "";
	display: block;
	border-bottom: 1px solid #333;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	width: 100%;
	z-index: -1;
}
.service_price_content p {
	margin-bottom: 0.5em;
	font-size: 0.9em;
}
.result {
	margin-top: 2rem;
}
.result div {
	/* 	border: 1px solid #333; */
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0 0 5px #d6d6d6;
	font-size: 1.2rem;
}
.result div span:first-child {
	width: 30%;
	background-color: #f2f2f2;
	padding: 25px 5px 25px 10px;
	margin-right: 50px;
	position: relative;
	text-align: center;
	font-weight: 600;
}
.result div span:first-child::after {
	content: "";
	height: 100%;
	background-color: #f2f2f2;
	clip-path: polygon(0% 100%,100% 50%,0% 0);
	position: absolute;
	right: -24px;
	top: 0;
	width: 25px;
}
.result div span:last-child {
	font-size: 1.4rem;
	color: var(--color-custom-2);
}
.result div span:nth-child(2) {
	margin: 0 10px;
}
@media(max-width:991px){
	.result div {
		justify-content: center;
	}
	.service_price_image {
		width: 100%;
	}
	.service_price_content {
		width: 100%;
		margin: 0;
		padding: 25px 30px;
	}
	.service_price_content h3 {
		margin: -25px -30px 15px;
	}
	.result div span:first-child {
		width: 100%;
		margin-bottom: 25px;
		margin-right: 0;
		padding: 10px 5px 10px 10px;
	}
	.result div span:first-child::after{
		width: 100%;
		left: 0;
		top: 98%;
		clip-path: polygon(50% 100%,100% 0%,0% 0);
		height: 25px;
	}
	.result div span:last-child {
		padding: 20px 0;
	}
}
/* サービスSTEP */
.service_step {
	max-width: 800px;
	margin: 0 auto;
}
.service_step_box {
	background-color: #fff;
	padding: 20px 40px;
	border-radius: 20px;
	margin-bottom: 5rem;
	position: relative;
}
.service_step_box h3 {
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}
.service_step_box h3 > span {
	background-color: var(--color-custom-1);
	width: 90px;
	height: 90px;
	margin-right: 20px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 0.8em;
	line-height: 1.5em;
	letter-spacing: 0;
}
.service_step_box h3 > span span {
	font-size: 1.5em;
}
.service_step_box::after {
	content: "";
	display: block;
	width: 75px;
	height: 30px;
	background-color: var(--color-custom-1);
	bottom: -3.5rem;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
.service_step_box:last-child::after {
	content: none;
}
@media(max-width:767px){
	.service_step_box {
		padding: 20px 18px;
	}
	.service_step_box h3 {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.service_step_box h3 > span {
		width: 70px;
		height: 70px;
	}
}

/* サービス　孫ページ ------------------------------------------------------------- */
.parent-pageid-91 .page-header,
.parent-pageid-93 .page-header,
.parent-pageid-95 .page-header,
.parent-pageid-97 .page-header,
.parent-pageid-99 .page-header,
.parent-pageid-101 .page-header {
	background-color: var(--custom-red);
	color: #fff;
}
.parent-pageid-91 .page-header:before,
.parent-pageid-93 .page-header:before,
.parent-pageid-95 .page-header:before,
.parent-pageid-97 .page-header:before,
.parent-pageid-99 .page-header:before,
.parent-pageid-101 .page-header:before {
	background-image: repeating-linear-gradient(-45deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 10%) 1px, transparent 0, transparent 10px), repeating-linear-gradient(45deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 10%) 1px, transparent 0, transparent 10px);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gc_box {
	max-width: 900px;
	margin: 0 auto;
}
.gc_h3 {
	border-bottom: 1px solid #ccc;
	padding: 1rem;
	border-top: 2px solid var(--custom-red);
	color: var(--custom-red);
	margin-top: 4rem;
}
.gc_h3:first-child {
	margin-top: 0;
}
.gc_h4 {
	background-color: #f2f2f2;
	padding: 0.4em 1rem;
}
.gc_h5 {
	border-left: 3px solid var(--custom-red);
	padding: 5px 10px;
	margin-top: 2em;
}
.gc_h6 {
	background-color: #e7f3ff;
	padding: 10px 20px;
}
/* .gc_anchor {
text-align: right;
} */
.gc_anchor {
	text-decoration: underline var(--custom-red);
	color: var(--custom-red);
}
.check_list {
	background-color: #fff;
	padding: 2rem 2rem 2rem 5rem;
	list-style: none;
	font-weight: 600;
	margin: 0;
}
.check_list li {
	position: relative;
}
.check_list li:before {
	content: "\f00c";
	font-family: "font awesome 6 free";
	margin-right: 10px;
	font-size: 1.2rem;
	position: absolute;
	left: -1.8rem;
	top: 2px;
	/* 	transform: translateY(-50%); */
	color: var(--custom-red);
}
.gc_table th {
	background-color: #e7f3ff;
}

.gc_contact_bnr .contact_btn_area .tel_btn a {
	font-size: 2em;
}
.gc_contact_bnr .doc_btn a {
	font-size: 1.4em;
}

.gc_link {
	list-style: none;
	border: 1px solid var(--custom-red);
	padding-left: 0;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.gc_link li {
	padding-left: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--custom-red);
	margin: 0;
}
.gc_link li:before {
	content: "\f0da";
	font-family: "font awesome 6 free";
	font-weight: 600;
	margin-right: 10px;
	color: var(--custom-red);
}
.gc_link li:last-child {
	border-bottom: none;
}
.gc_link li a {
	text-decoration: none;
}


/* 料金 ---------------------------------------------------- */
/* .price_nav {
margin: 0 calc(50% - 50vw - 5px);
padding: 20px calc(50vw - 50%);
background-color: #f2f2f2;
display: flex;
flex-wrap: wrap;
list-style: none;
}
.price_nav li {
margin: 0;
}
.price_nav li a {
color: #fff;
background-color: var(--custom-red);
display: block;
padding: 10px 20px;
border-radius: 0;
margin: 5px;
text-decoration: none;
transition: 0.2s;
border: 1px solid var(--custom-red);
}
.price_nav li a:hover {
background-color: #fff;
color: var(--custom-red);
}
section.price_section {
margin: 0 calc(50% - 50vw);
padding: 5rem calc(50vw - 50%);
}
section.price_section:nth-child(2n-1) {
background-color: #f2f7ff;
}
section.price_section h2 {
padding-bottom: 1rem;
border-bottom: 4px solid #f0f0f0;
position: relative;
}
section.price_section:nth-child(2n-1) h2 {
border-bottom: 4px solid #ffffff;
}
section.price_section h2:before {
content: "";
position: absolute;
width: 20%;
border-bottom: 4px solid var(--custom-red);
bottom: -4px;
left: 0;
}
.scroll_box {
overflow-x: scroll;
}*/
.price_table {
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 1rem;
}
.price_table tr.subtitle_col {
	background-color: #f0f0f0;
}
.price_table th {
	background-color: var(--custom-red);
	color: #fff;
	font-size: 1rem;
	text-align: left;
}
.price_table td strong {
	font-size: 1rem;
} 

/* 固定ページ ---------------------------------------------------- */
.post-name-price .page-header .page-header-title,
.post-name-service .page-header .page-header-title,
.post-type-archive .page-header .page-header-title,
.post-type-column .page-header .page-header-title,
.tax-case_category .page-header .page-header-title,
.category-news .page-header .page-header-title,
.single .page-header .page-header-title,
.post-name-company-info .page-header .page-header-title,
.post-name-faq .page-header .page-header-title,
.post-name-office .page-header .page-header-title,
.post-name-greeting .page-header .page-header-title,
.post-name-access .page-header .page-header-title,
.post-name-staff .page-header .page-header-title,
.post-name-contact .page-header .page-header-title,
.post-name-onayami .page-header .page-header-title,
.post-name-sitemap .page-header .page-header-title {
	position: relative;
}
.post-name-price .page-header .page-header-title:before,
.post-name-service .page-header .page-header-title:before,
.post-type-archive .page-header .page-header-title:before,
.post-type-column .page-header .page-header-title:before,
.tax-case_category .page-header .page-header-title:before,
.category-news .page-header .page-header-title:before,
.single .page-header .page-header-title:before,
.post-name-company-info .page-header .page-header-title:before,
.post-name-faq .page-header .page-header-title:before,
.post-name-office .page-header .page-header-title:before,
.post-name-greeting .page-header .page-header-title:before,
.post-name-access .page-header .page-header-title:before,
.post-name-staff .page-header .page-header-title:before,
.post-name-contact .page-header .page-header-title:before,
.post-name-onayami .page-header .page-header-title:before,
.post-name-sitemap .page-header .page-header-title:before {
	color: #999;
	opacity:0.6;
	position: absolute;
	z-index: -1;
	font-size: 4rem;
	left: 50%;
	transform: translateX(-50%);
	top:-0.4em;
}

.post-name-service .page-header .page-header-title:before {
	content: "SERVICE";
}
.post-name-price .page-header .page-header-title:before {
	content: "PRICE";
}
.post-name-company-info .page-header .page-header-title:before {
	content: "COMPANY";
}
.category-news .page-header .page-header-title:before,
.single-post .page-header .page-header-title:before {
	content: "NEWS";
}
.post-type-archive-case .page-header .page-header-title:before,
.single-case .page-header .page-header-title:before {
	content: "CASE";
}
.post-type-archive-voice .page-header .page-header-title:before,
.single-voice .page-header .page-header-title:before {
	content: "VOICE";
}
.post-type-archive-seminar .page-header .page-header-title:before {
	content: "SEMINAR";
}
.post-type-archive-column .page-header .page-header-title:before,
.post-type-column .page-header .page-header-title:before,
.single-column .page-header .page-header-title:before {
	content: "COLUMN";
}
.post-name-faq .page-header .page-header-title:before {
	content: "FAQ";
}
.post-name-office .page-header .page-header-title:before {
	content: "OFFICE";
}
.post-name-greeting .page-header .page-header-title:before {
	content: "GREETING";
}
.post-name-access .page-header .page-header-title:before {
	content: "ACCESS";
}
.post-name-staff .page-header .page-header-title:before {
	content: "STAFF";
}
.post-name-contact .page-header .page-header-title:before {
	content: "CONTACT";
}
.post-name-onayami .page-header .page-header-title:before {
	content: "WORRIES";
}
.post-name-sitemap .page-header .page-header-title:before {
	content: "SITEMAP";
}
.post-name-price .page-header .page-header-title:after,
.post-name-service .page-header .page-header-title:after,
.post-type-archive .page-header .page-header-title:after,
.post-type-column .page-header .page-header-title:after,
.tax-case_category .page-header .page-header-title:after,
.category-news .page-header .page-header-title:after,
.single .page-header .page-header-title:after,
.post-name-company-info .page-header .page-header-title:after,
.post-name-faq .page-header .page-header-title:after,
.post-name-office .page-header .page-header-title:after,
.post-name-greeting .page-header .page-header-title:after,
.post-name-access .page-header .page-header-title:after,
.post-name-staff .page-header .page-header-title:after,
.post-name-contact .page-header .page-header-title:after,
.post-name-onayami .page-header .page-header-title:after,
.post-name-sitemap .page-header .page-header-title:after {
	content: "";
	display: block;
	max-width: 200px;
	width: 100%;
	border-bottom: 3px solid var(--custom-red);
	left: 50%;
	position: absolute;
	bottom: -15px;
	transform: translateX(-50%);
}
.content_page {
	margin-bottom: 4rem;
}


/* 固定ページ　サポートメニュー ---------------------------------------------------- */
.supportmenu {
	padding: 5rem 4rem;
	background: #efefef;
	margin: 0 calc(50% - 50vw);
}
.supportmenu > h2,
.supportmenu_sub > h2 {
	color: var(--custom-red);
	text-align: center;
	margin-bottom: 3rem;
	line-height: 1.5rem;
	padding: 0 20px 1em;
	position: relative;
	z-index: 1;
	font-weight: normal;
	font-size: 1.2rem;
}
.supportmenu > h2 span.b_title,
.supportmenu_sub > h2 span.b_title {
	font-weight: bold;
	display: block;
	color: var(--custom-red);
	font-size: 2.5rem;
	line-height: 3.5rem;
}
.supportmenu > h2:after,
.supportmenu_sub > h2:after {
	content: "";
	display: block;
	position: absolute;
	width: 250px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-bottom: 1px solid var(--custom-red);
}
.supportmenu > h2:nth-of-type(2) {
	margin-top: 4rem;
}
.supportmenu .row > div,
.supportmenu_sub .row > div {
	margin-bottom: 2rem;
}
a.supportmenu_btn {
	display: block;
	background-color: var(--custom-red);
	border-radius: 15px;
	overflow: hidden;
	transition: 0.2s;
}
a.supportmenu_btn:hover {
	opacity: 0.8;
}
span.supportmenu_title {
	padding: 1rem 2rem 1rem 2rem;
	display: flex;
	color: #fff;
	min-height: 9rem;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
	font-weight: bold;
}
span.supportmenu_title > span {
	font-size: 1rem;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
}
span.supportmenu_title > i {
	position: absolute;
	right: 0.25rem;
	font-size: 1.2rem;
}
span.supportmenu_image {
	display: block;
}
span.supportmenu_image img {
	display: block;
	width: 100%;
}

.supportmenu_sub {
	padding: 5rem 4rem;
}
a.supportmenu_sub_btn {
	display: block;
	text-align: center;
	transition: 0.2s;
	color: var(--custom-red);
}
a.supportmenu_btn:hover {
	opacity: 0.8;
}
span.supportmenu_sub_image {
	display: block;
	margin-bottom: 1rem;
}
span.supportmenu_sub_image img {
	aspect-ratio: 1 / 1;
	max-width: 250px;
	border-radius: 250px;
	object-fit: cover;
}
span.supportmenu_sub_title {
	font-weight: bold;
}
@media (max-width: 991px) {
	.supportmenu,
	.supportmenu_sub {
		padding-left: 15px;
		padding-right: 15px;
	}
	.supportmenu > h2 span.b_title,
	.supportmenu_sub > h2 span.b_title {
		font-size: 1.8rem;
	}
}

/* 会社情報 ---------------------------------------------------- */
.company_appeal {
	align-items: center;
	margin: 0;
}
.company_appeal > div {
	margin-bottom: 3em;
	padding: 0;
}
.company_appeal > div:nth-child(2n) {
	background-color: #fff;
	padding: 1em;
}
.company_appeal h4 {
	font-size: 1.8em;
	border-bottom: 1px solid #000;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
	font-weight: 500;
}
.company_appeal h4 span {
	color: var(--color-custom-2);
	font-weight: 600;
}
.company_appeal p {
	font-size: 1.2em;
}

.company_box {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
}
.company_box dt {
	width: 5rem;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 0;
}
.company_box dd {
	width: calc(100% - 5rem);
	border-bottom: 1px solid #ccc;
	padding: 10px;	
}
.company_bnr > div {
	margin-bottom: 2rem;
}
.company_bnr a {
	display: block;
	overflow: hidden;
}
.company_bnr a img {
	aspect-ratio: 6 / 4;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: 0.2s;
}
.company_bnr a:hover img {
	transform: scale(1.2);
}
.company_bnr div > p {
	font-size: 1.2rem;
	font-weight: 600;
	background-color: var(--custom-red);
	color: #fff;
	padding: 3px;
	text-align: center;
	max-width: 200px;
	margin: 1em auto;
	position: relative;
}
.company_bnr div > p:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 0.5em;
	top: 0;
	left: calc(-0.5em + 1px);
	background-color: var(--custom-red);
	clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
}
.company_bnr div > p:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 0.5em;
	top: 0;
	right: calc(-0.5em + 0px);
	background-color: var(--custom-red);
	clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}

/* 代表挨拶 ---------------------------------------------------- */
.greeting_box {
	max-width: 900px;
	margin: 0 auto 3rem;
}

/* アクセス ---------------------------------------------------- */
.access_box iframe {
	width: 100%;
	max-height: 400px;
}
.access_station div {
	margin-left: -10px;
	margin-right: -10px;
}
.access_station div a {
	border: 1px solid var(--custom-red);
	padding: 8px 15px;
	margin: 0 10px 10px;
	display: inline-block;
	border-radius: 7px;
	color: #fff;
	background-color: var(--custom-red);
	transition: 0.2s;
}
.access_station div a:hover {
	color: var(--custom-red);
	background-color: #fff;
}

/* スタッフ紹介 ---------------------------------------------------- */
.staff_page {
	max-width: 900px;
	margin: 0 auto;
}
.staff_box {
	margin-bottom: 4rem;
}
.staff_box > div {
	margin-bottom: 2rem;
}
.staff_box > div > div {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.staff_image img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 250px;
	margin: 0 auto;
}
.staff_info {
	position: relative;
	height: 100%;
	margin-top: 2rem;
}
.staff_name {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 0;
	position: absolute;
	background-color: var(--custom-red);
	padding: 5px 15px;
	line-height: 1.4rem;
	left: 50%;
	transform: translateX(-50%);
	top: -1rem;
	color: #fff;
}
.staff_word {
	background-color: #f2f2f2;
	padding: 2rem 1.5rem 1rem;
	margin-bottom: 0;
	height: 100%;
}
.staff_word dl {
	margin-bottom: 0;
}
.staff_word dt {
	margin-bottom: 0;
}
.staff_word dd {
	margin-bottom: 0.5em;
}

/* お問い合わせ ---------------------------------------------------- */
.contact_top_box {
	margin-bottom: 2em;
}
.contact_top_box > div {
	margin-bottom: 3em;
}
.contact_top_step {
	padding: 1em;
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	position: relative;
	background-color: var(--color-custom-3);
	margin-bottom: 1em;
}
.contact_top_step:after {
	content: "";
	display: block;
	right: calc(-1em + 1px);
	position: absolute;
	height: 100%;
	width: 1em;
	top: 0;
	clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
	background-color: var(--color-custom-3);
}
.contact_top_img {
	margin-bottom: 1em;
}
.contact_top_img img {
	display: block;
	width: 100%;
}
.contact_step_title {
	text-align: center;
	font-weight: 600;
	color: var(--custom-red);
	margin-bottom: 1em;
	font-size: 1.1em;
}

.contact_section {
	/*     max-width: 800px; */
	margin: 0 auto 5rem;
}
.gc_box.top_contact {
	/* 	padding: 3em 0; */
}
.contact_form {
	background-color: #f7f7f7;
	padding: 2rem 4rem;
}
.required {
	background-color: #dc2525;
	font-size: 0.7rem;
	padding: 0px 5px 0;
	display: inline-block;
	margin-left: 5px;
	color: #fff;
	margin-bottom: 5px;
	line-height: 1.2rem;
	border-radius: 5px;
	vertical-align: middle;
}
.contact_form dt p {
	margin-bottom: 0;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url], 
select,
textarea {
	width: auto;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	line-height: 1em;
	border:1px solid #ccc;
	width:100%;
}
input[type=date] {
	margin-left: 0.5em;
}
#autozip {
	display: none !important;
}
.submit_btn input {
	display: block;
	margin: 0 auto;
	border-radius: 0;
	width: 200px;
	transition: 0.2s;
}
.submit_btn input:hover {
	opacity: 0.8;
}
@media(max-width:767px){
	.contact_input_box .contact_top_step {
		width: 70%;
		margin: 0 auto 2em;
		padding: 0.5em 1em 0;
	}
	.contact_input_box .contact_top_step:after {
		right: 0;
		height: 1.5em;
		width: 100%;
		top: unset;
		bottom: calc(-1.5em + 1px);
		clip-path: polygon(100% 0%, 50% 100%, 0% 0%);
	}
	.contact_input_box .contact_top_box > div {
		margin-bottom: 0;
	}
	.contact_form {
		padding: 2rem;
	}
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=tel].tel,
	input[type=text],
	input[type=url], 
	select,
	textarea {
		width: 100%;
	}
	input[type=date] {
		margin-left: 0;
	}
}

.parent-pageid-252 .page-header  {
	background-color: var(--custom-red);
	color: #fff;
}

/* お問い合わせ ご相談から導入までの流れ ---------------------------------------------------- */
.contact_flow_01{
	display: flex;
	list-style: none;
	padding-left: 0;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}
.contact_flow_01 li {
	border: 2px solid var(--custom-red);
	border-radius: 10px;
	padding: 5px 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 600;
	color: var(--custom-red);
}
.contact_flow_02 {
	list-style: none;
}
.contact_flow_02 li {
	text-indent: -1.3rem;
}
.contact_flow_02 li span {
	font-weight: 600;
}
@media(max-width:767px){
	.contact_flow_01{
		flex-wrap: wrap;
	}
	.contact_flow_01 li {
		width: 100%;
	}
}

/* 資料請求　---------------------------------------------------- */
.doc_image {
	margin-bottom: 1em;
}
.doc_image img {
	max-width: 600px;
	margin: 0 auto;
	display: block;
	width: 100%;
}
@media(min-width:767px){
	.download_box {
		margin: 0 calc(50% - 50vw + 15px);
		padding: 0 calc(50vw - 75%);
	}
}
.download_cap {
	text-align: center;
	margin-top: 3em;
	color: var(--custom-red);
}
.download_box > div {
	margin-bottom: 3em;
}	
.download_box p {
	margin-bottom: 0;
	height: 100%;
}
.download_box p > label {
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: 0.2s;
}
.download_box p > label:hover {
	opacity: 0.8;
}
.download_box p > label > span:last-child {
	margin-top: auto;
}
.download_image {
	display: block;
	margin-bottom: 1em;
}
.download_image img {
	display: block;
	width: 100%;
}
.download_title {
	display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
	font-weight: 600;
}
.download_text {
	display: block;
}
.download_pdf {
	display: block;
	border: 1px solid var(--custom-red);
	text-align: center;
	transition: 0.2s;
}
.download_pdf:has(:checked) {
	background-color: var(--custom-red);
	color: #fff;
}
.download_pdf > span {
	display: block;
	margin: 0;
}
.download_pdf > span > label {
	display: block;
}
/*デフォルトのスタイルを消す*/
.download_pdf input {
	display: none;
}
/*ラベル文字の左側の余白：チェックボックの枠が入るスペース＋ラベル文字との余白*/
.download_pdf input + span {
	padding: 1em;
	display: block;
	position: relative;
}
/*チェックボックスの枠とチェックマークの共通書式*/
.download_pdf input + span::after,
.download_pdf input + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
/*チェックボックスの枠*/

/*チェックマークにチェックが付いていない時*/
.download_pdf input + span::after {
	content: '';
	position: absolute;
	width: 14px;
	height: 8px;
	left: 20px;
	top: 50%;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-100%) rotate(-45deg);
}
/*チェックマークにチェックが付いた時*/
.download_pdf input:checked + span::after {
	display: block;
}

/* お悩みページ　---------------------------------------------------- */
.onayami_box {
	max-width: 900px;
	margin: 0 auto;
}
.onayami_service > h2 {
	margin-bottom:2rem;
}
.onayami_service > p {
	text-align: center;
	margin-bottom: 2rem;
}
.onayami_service .service_box > div p {
	padding: 0 20px;
	text-align: justify;
}
.service_contact {
	background-color: var(--custom-red);
}
.service_contact > h2 {
	color: #fff;
}
.service_contact > h2:after {
	border-color: #fff;
}
.service_contact > div {
	max-width: 900px;
	margin: 0 auto;
}

/*　導入事例 アーカイブ ---------------------------------------------------- */

.tabs {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;}
.tab_item {
	width: calc(100%/4);
	height: 50px;
	border-bottom: 3px solid var(--custom-red);
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding:20px 0 0 0;
	clear: both;
	overflow: hidden;
}
#gyosyu:checked ~ #gyosyu_content,
#sv:checked ~ #sv_content,
#scale:checked ~ #scale_content,
#kadai:checked ~ #kadai_content {
	display: block;
}
.mt0{margin-top:0 !important;}
.tabs input:checked + .tab_item {
	background-color: var(--custom-red);
	color: #fff;
}

ul.case_cate_list {
	list-style: none;
	padding-left: 0;
	margin: 0 auto 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
ul.case_cate_list li {
	/* 	width: 20%; */
	padding-left: 10px;
	padding-right: 10px;
}
ul.case_cate_list li a {
	display: flex;
	padding: 10px 20px;
	border: 1px solid var(--custom-red);
	text-decoration: none;
	color: var(--custom-red);
	height: 100%;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	border-radius: 5px;
	transition: 0.2s;
}
ul.case_cate_list li a:hover {
	background-color: var(--custom-red);
	color: #fff;
}
ul.case_cate_list li a.current {
	background-color: var(--custom-red);
	color: #fff;
}

.case_archive {
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}
.case_archive .case-post {
	width: 33.3333%;
	margin-bottom: 3rem;
}
@media(max-width:767px){
	.case_archive .case-post {
		width: 100%;
	}
}

/*　セミナー アーカイブ ---------------------------------------------------- */
.post-type-archive-seminar .post-list {
	max-width: 900px;
	margin: 0 auto;
}
.seminar_post {
	width: 100%;
	border-top: 1px solid #f2f2f2;
	padding: 2rem 0;
	margin: 0 15px;
}
.seminar_post:last-child {
	border-bottom: 1px solid #f2f2f2;
}
.seminar_post_box {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.seminar_thumb_box {
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
}
.seminar_info_box {
	width: 70%;
	padding-left: 15px;
	padding-right: 15px;
}
.seminar_thumb {
	display: block;
}
.seminar_thumb img {
	display: block;
}
.seminar_info_date {
	margin-bottom: 0.5rem;
}
.seminar_info_title {
	margin-bottom: 0;
}
.seminar_info_title a {
	text-decoration: none;
	color: var(--custom-red);
	font-weight: 600;
	font-size: 1.2rem;
}

/*　よくある質問 ---------------------------------------------------- */
/* .faq_list {
max-width: 900px;
margin: 0 auto;
} */
.faq_list h3 {
	margin-top: 4rem;
}
.faq_list .su-spoiler-style-default>.su-spoiler-title {
	border: 3px solid var(--custom-red);
	padding: 1.5rem 3rem 1.5rem 2rem;
	font-size: 1.2rem;
}
.faq_list .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
	left: auto;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2rem;
}
/* .faq_list .su-spoiler-style-default>.su-spoiler-title span:last-child {
background-color: var(--custom-red);
padding: 10px;
color: #fff;
border-radius: 50px;
position: absolute;
left: 0.8rem;
top: 50%;
transform: translateY(-50%);
box-sizing: unset;
height: 1.2rem;
display: flex;
align-items: center;
justify-content: center;
} */
.faq_list .su-spoiler-style-default>.su-spoiler-content {
	padding: 1.5rem 0 1.5rem 0;
	position: relative;
	line-height: 2rem;
}
/* .faq_list .su-spoiler-style-default>.su-spoiler-content .faq_a {
position: absolute;
left: 0.8rem;
font-size: 1.2rem;
background-color: var(--color-custom-2);
padding: 10px;
border-radius: 50px;
color: #fff;
box-sizing: unset;
display: flex;
width: 1.2rem;
font-weight: 600;
height: 1.2rem;
align-items: center;
justify-content: center;
top: 50%;
transform: translateY(-50%);
} */
.faq_list > div:nth-child(1) > div:first-child,
.faq_list > div:nth-child(2) > div:first-child {
	background-color: #333;
	border-color:#333;
	color: #fff;
}
.faq_list .su-spoiler-style-default:nth-child(1) >.su-spoiler-title>.su-spoiler-icon,
.faq_list .su-spoiler-style-default:nth-child(2) >.su-spoiler-title>.su-spoiler-icon {
	color: #fff;
}
.faq_list > div:nth-child(3) > div:first-child,
.faq_list > div:nth-child(4) > div:first-child {
	background-color: var(--custom-red);
	color:#fff;
}
/* 汎用 */
.faq_list.default_faq {
	margin-top: 2rem;
}
.faq_list.default_faq .su-spoiler {
	margin-bottom: 0;
}
.faq_list.default_faq div > div.su-spoiler-title {
	background-color: #fff;
	color: var(--custom-red);
}
.faq_list.default_faq div.su-spoiler-style-default > div.su-spoiler-title > .su-spoiler-icon {
	color: var(--custom-red);
}
.faq_list.default_faq .su-spoiler-style-default>.su-spoiler-content {
	padding: 1em 1.5em;
	background-color: #ededed;
	color: #333333;
	margin-bottom: 1rem;
}


/*　サイトマップ ---------------------------------------------------- */
ul#menu-sitemap_support,
ul#menu-sitemap_all {
	display: flex;
	list-style: none;
	padding-left: 0;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: 15px;
}
ul#menu-sitemap_support > li {
	padding-left: 15px;
	padding-right: 15px;
}
ul#menu-sitemap_support > li > ul.sub-menu {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	list-style: none;
	padding-left: 15px;
	margin-bottom: 0;
}
ul#menu-sitemap_support > li > ul.sub-menu > li > a {
	font-weight: 600;
}
ul#menu-sitemap_support > li > ul.sub-menu > li,
ul#menu-sitemap_all > li {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.9rem;
}
ul#menu-sitemap_support a,
ul#menu-sitemap_all a {
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	transition: 0.2s;
	max-width: 250px;
	color: #000;
}
ul#menu-sitemap_support > li > a,
ul#menu-sitemap_all > li > a {
	font-weight: 600;
	text-decoration: none;
	color: var(--custom-red);
}
ul#menu-sitemap_support a:hover,
ul#menu-sitemap_all a:hover {
	background-color: var(--custom-red);
	color: #fff;
}
ul#menu-sitemap_support > li > ul.sub-menu > li > ul,
ul#menu-sitemap_all > li > ul {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 0;
}
@media(max-width:767px){
	ul#menu-sitemap_support > li > ul.sub-menu > li,
	ul#menu-sitemap_all > li {
		width: 100%;
	}
}

.v-txt{writing-mode: vertical-rl; text-orientation: upright;}
.startup{font-size:1.2rem; background:#333; color:#fff; width:100%; height:100%; text-align:center; max-height:500px;}

section.newsBlock{ padding-top:0;}
section.newsBlock h3{margin-bottom:10px; font-size:1.1rem;}
section.newsBlock .news-list,section.newsBlock article.slide{height:400px; display:block !important;}
article.slide{position:relative;}
.pinpoint{position:absolute; left:0; top:0; background:#f48700; padding:.3em 1em; color:#fff; font-size:12px;}
section.newsBlock .custom-slider{background:#fff;}
.news-list{background:#fff;overflow:scroll; padding:0 15px;}
.news-list article{border-bottom:1px dotted #ccc; padding:1em 0;}
.news-list article a.btn{display:inline-block; border:1px solid #ccc; font-size:12px; padding:.3em 2em;}
.news-list article:last-child{margin-bottom:0;border-bottom:none;}
article.slide picture{background:#fff;display: block; min-height:380px;}
.metaBox{position:absolute; z-index:100; bottom:0; background-color:rgba(0,0,0,0.7); color:#fff; width:100%; padding:40px 20px 20px 20px;}
article ul.topic-list{font-size:12px; list-style:none; margin:0; padding:0;}
article ul.topic-list li{margin:0; padding:0; display:inline-block;border:1px solid #fff; margin-bottom:.5em;}
article ul.topic-list li a{line-height:1em; display:block; padding:.5em 1em;}
.date{font-size:12px;}
.metaBox a{color:#fff;}
.metaBox a:hover{color:#ccc;}
.big{font-size:1.6rem; color:#c00;}
.support p{font-size:1.2rem; text-align:center;}
.onayamibox{background:#333; color:#fff; margin-bottom:10px; padding:15px; font-size:14px;}
.onayami2x{background:#333; color:#fff; margin-bottom:10px; padding:15px; font-size:14px;}
.plan_list{
	/* 	max-width:960px; 
	margin:0 auto 2em; */
	margin: -4rem calc(50% - 50vw) 0;
	padding: 4rem calc(50vw - 50%) 4rem;
}
.plan_list > .plan_list_box {
	margin-bottom:2em;
}
.plan_list p{margin-bottom:0;}
.imgBnr{padding:40px 0; color:#fff; min-height:280px;}
.haikei1{background:url(/wp-content/uploads/2024/11/haikei01.jpg) no-repeat; background-size:cover;}
.haikei2{background:url(/wp-content/uploads/2024/11/haikei02.jpg) no-repeat; background-size:cover;}
.haikei3{background:url(/wp-content/uploads/2024/11/haikei03.jpg) no-repeat; background-size:cover;}
.haikei4{background:url(/wp-content/uploads/2024/11/haikei04.jpg) no-repeat; background-size:cover;}
.imgBnr h3{font-size:2rem; margin-bottom:20px; position:relative;}
.imgBnr h3::after{content:""; width:30%; position:absolute; bottom:-10px; left:35%; border-bottom:2px solid #fff;}
.imgBnr p span{font-size:2rem; font-weight:bold; display:inline-block; margin:5px 0;}
.imgBnr a{display:block; margin-top:10px; color:#fff; background-color:rgba(0,0,0,0.6); padding:10px 0;}
.imgBnr a i {
	margin-left: 10px;
}
.imgBnr a:hover{background:rgba(0,0,0,0.8); transition:0.4s ease;}
.resultxt{font-size:1.4rem; font-weight:bold; background:#f9f9f9; padding:0.5em 1em;}
.red{color:#dc3545;}
@media(min-width:992px){
	.onayamibox{height:70px;}
	.onayami2x{height:150px;}
}

.bg_beige {
	background-color: #fff2e1;
}
p.bg_beige{padding:1em;}

ol.bg_beige, ol.bg_wg {
	padding: 1em 3em;
}
dl.fc_meta{margin:0 0 .5em;}
dl.fc_meta dt p,dl.fc_meta dd p{line-height:1em; font-weight:bold;margin-bottom: 0;}
dl.fc_meta dt{font-size:0.8rem; color:#666; background-color:#f3f3f3; text-align:center; padding:0.5em;}
dl.fc_meta dt,dl.fc_meta dd{margin-bottom:10px;}
dl.fc_meta dd{text-align:left;}

.case_single_image img {
	width: 100%;
}
dl.case_single_meta {
	margin: 1rem 1rem;
}
dl.case_single_meta dt, dl.case_single_meta dd {
	margin-bottom: 1rem;
}

span.numb{
	display: flex;
	color: #D6A950;
	font-size: 3.2rem;
	line-height: 1.2;
	background-color: #fff;
	padding: 10px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	border: 2px solid #D6A950;
	margin-bottom: 1rem;
}
.df_table{overflow:scroll;}
.df_table tr th,.df_table tr td{padding:1em; width:25%;text-align:center;font-size:1rem;}
table.df_table tr th:nth-child(2) {
	background-color: var(--color-custom-3) !important;
	border: 2px solid var(--color-custom-3) !important;
}
table.df_table tr td:nth-child(2) {
	border: 2px solid var(--color-custom-3) !important;
	background-color: #fffcf6 !important;
}
dl.office_list {
	display: flex;
	flex-wrap: wrap;
}
dl.office_list dt, dl.office_list dd {
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	padding: 1rem;
}
dl.office_list dt {
	width: 30%;
}
dl.office_list dd {
	width: 70%;
}

.dli-caret-down {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 1.5em 1em;
	border-top-color: currentColor;
	border-bottom: 0;
}
.flow h3{margin-top:10px; border-bottom:1px solid #333;}
.flow h3 span{font-size:3rem; display:inline-block; margin-right:10px;}
.theone{font-size:3rem;}
.reward_bg{
	margin: 0 calc(50% - 50vw);
	padding: 5rem calc(50vw - 50%);
	background:url(/wp-content/uploads/2024/10/rwd.jpg) no-repeat;
	background-size:cover;
}
.reward{background-color:rgba(255,255,255,0.9); padding:2em;}
.reward h2{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(10%, #FAF0E2));
	background: linear-gradient(transparent 70%, #FAF0E2 10%);
	display: inline-block;
}
.reward hr{margin-bottom:2rem;}
.campaign_bnr,.value_pack{border:8px solid #fadb9c; padding:2em; max-width:90%; margin:0 auto 2.5em;}
.value_pack{position:relative;text-align: center;}
.balloon{position:absolute; top:-50px; left:-20px; background:#e94647; color:#fff; font-weight:bold; padding:0.1em 1.5em; font-size:14px;}
.value_pack h2{position:relative; color:#e94647; letter-spacing: 0.2em; margin-bottom:0.3em; display:inline-block; margin:0 auto 10px;}
.value_pack h4,.campaign_bnr h4{display:inline-block; margin:0 auto 0.5em;text-decoration: underline 10px #FAF0E2;text-underline-offset: -5px;text-decoration-skip-ink: none;}
.value_pack h4 span,.campaign_bnr h4 span{font-size:2rem; font-weight:bold; margin:0 5px;}
.campaign_bnr{border-color:#f2d6d6;}
.campaign_bnr h2{letter-spacing: 0.2em; color:#cc0000; text-align:center;}
.bdtit{border-right:1px solid #ccc;}
@media(max-width:991px){
	.ecth{margin-bottom:100px;}
}
@media(max-width:768px){
	.mobileBnrArea{display:flex;}
}
.mobileBnrArea{position:fixed; bottom:0; z-index:100; width:100%; align-content:space-between;background-color:#fff;}
.mobileBnrArea .telephone{width:50%;}
.mobileBnrArea .e-mail{width:35%;}
.mobileBnrArea .toTop{width:15%;}
.mobileBnrArea .telephone,.e-mail,.toTop{text-align:center;}
.mobileBnrArea .telephone{
	font-size:20px;
	font-weight:bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mobileBnrArea .telephone,.mobileBnrArea .telephone a{
	color:#b00000; 
	line-height:1em;
	margin:2px 0;
}
.mobileBnrArea .telephone i{
	color: #02a931;
	line-height:1em;
	margin:2px 5px 2px 0;
}
.mobileBnrArea .telephone span{
	display:block;
	text-align: center;
	background-color: #f2f2f2;
	color:#333;
	padding:8px 0;
	font-size:11px;
	width:100%;
	margin:0;
	line-height:1em;
}
.tapTxt{
	background:#ffcc00;
	font-size:12px;
	display:block;
	width:100%;
	padding:8px 0;
	line-height:1em;
	margin-bottom:-2px;
}
.mobileBnrArea .tapTxt a{color:#2a3fa7;}
.mobileBnrArea .e-mail a{background-color:#333;}
.mobileBnrArea .toTop a{background-color:var(--color-custom-2);}
.mobileBnrArea .e-mail a,.mobileBnrArea .toTop a{  color:#fff; width:100%; height: 100%; padding:27px 0; line-height:1em;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.mobileBnrArea a i {
	display: block;
	margin-bottom: 5px;
	margin-right: 0;
	width: 100%;
}
.onayaimi_zeimu h1{position:relative; text-align:center; margin-top:2em;}
.onayaimi_zeimu h1::after{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 20%;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 1px;
}
.onayaimi_zeimu h1 span{color:#c00;}
.onayaimi_zeimu ul{
	margin:5rem 0 0;
	font-size:1.6rem;
	border: 6px solid #ccc;
	border-radius: 20px;
	padding: 20px;
	position:relative;
}
.onayaimi_zeimu ul .gazo{
	display:none;
	position:absolute;
	bottom:0;
	right:0;
}
@media(min-width:1200px){
	.onayaimi_zeimu ul .gazo{display:block;}
}
.onayaimi_zeimu ul li{
	list-style: none;
	list-style-type: none;
	border-bottom:2px dotted #ccc;
	padding:0.5rem;
}
.onayaimi_zeimu ul li.last{border-bottom:none;}
.support_merit ul{
	margin:0;
	padding:0;
	list-style:none;
	/* gap: 15px; */
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}
.support_merit ul li{
	border: 3px solid #333;
	border-radius: 10px;
	width: 250px;
	margin: 0 18px 3em 0;
	text-align: center;
	font-size:1.2rem;
	font-weight: bold;
	background: #f8f8f8;
	position: relative;
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
}
.support_merit ul li .icon{
	position: absolute;
	right: 50%;
	top: 0;
	transform: translate(50%, -50%);
	border-radius: 100%;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#000;
}
.support_merit ul li:nth-child(even){border-color:#c00;}
.support_merit ul li:nth-child(even) .icon{background-color:#c00;}
.support_merit ul li p{margin-bottom:0; line-height:1.8rem;}
.support_merit ul li span.b{color:#c00; font-size:1.6rem;}

@media(min-width:1200px){
	.support_merit ul li:nth-child(5) {margin-left: 128px;}
	.support_merit ul li:nth-child(7) {margin-right: 148px;}
}
@media(max-width:768px){
	.support_merit ul{justify-content:space-between;}
	.support_merit ul li{width:48%; margin-left:0; margin-right:0;}
}
.case_logo h2{margin-bottom:0; text-align:center; font-size:1.5rem;}
dl.fc_meta dd p.case_financial_institution{line-height:1.8rem;}

table.basic_table th{
	text-align:center;
	padding:1em;
	font-weight:700;
	color:#333;
	border:1px solid #ccc;
	background:#f0f0f0;
	font-size: 16px;
}
table.basic_table td{
	padding:.5em 1em;
	border:1px solid #ccc;
	background:#fff;
	font-size: 16px;
}
table.basic_table td a{
	font-size:1.3rem;}

.prArea_box .prArea_num,.sq_box > div,.strength_box p{font-family:'Roboto'}

.plan_tab tr td{text-align:center;}
h4.bg_wg{padding:0.5em; margin-bottom:0;}

.lineBtn{display:none;}

:root {
	--declare-color: #4dca63;
}
.declare_top {
	background-color: #f8f8f8;
}
.declare_top_l {
	text-align: center;
}
.declare_top_l h2.declare_top_title {
	font-size: 2.5rem;
	color: #dc3545;
	margin-bottom: 1rem;
}
.declare_top_l > p:nth-child(2) {
	font-size: 1.5rem;
	font-weight: bold;
}
p.declare_top_price {
	color: #dc3545;
	font-size: 1.2rem;
	border-bottom: 1px solid #dc3545;
	display: inline-block;
	padding-bottom: 4px;
}
p.declare_top_price span {
	font-size: 2.5rem;
	font-weight: bold;
}
.declare_top_r {
	position:relative;
	background-color: #fff;
	padding: 2rem;
}
.declare_top_r > h4 {
	width: 50%;
	position: relative;
	z-index:10;
}
.declare_top_r ul.check_list {
	background-color: #faf0da;
	padding: 1rem 2rem 1rem 4rem;
	margin-bottom: 1rem;
	position: relative;
}
.declare_top_r ul.check_list > p {
	margin-left: -2rem;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 1rem;
}
.osusumeSec .row > div {
	margin-bottom: 2rem;
}
.osusumeSec_box {
	background-color:var(--color-custom-3);
	border-radius: 10px;
	padding: 1rem;
	text-align: center;
}
.osusumeSec_box h4 {
	font-size: 1.2rem;
	margin-bottom:10px;
	padding:0.5rem;
	background:var(--custom-red);
	color:#fff;
}
.osusumeSec_box > p:last-child {
	margin-bottom: 0;
}
.declare_reason .row > div {
	margin-bottom: 2rem;
}
.declare_reason_box {
	display: flex;
	flex-wrap: wrap;
	padding: 1.5rem;
	box-shadow: 0 0 10px 1px #ccc;
	height: 100%;
}
.declare_reason_l {
	width: 35%;
}
.declare_reason_l img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}
.declare_reason_r {
	width: 65%;
	padding-left: 1.5rem;
}
.declare_reason_r h3 {
	font-size: 1.2rem;
	text-decoration: 5px underline var(--color-custom-3);
	text-underline-offset: 0px;
}
.declare_reason_r > p:last-child {
	margin-bottom: 0;
}
.declare_reason_r > p span {
	text-decoration: 3px underline var(--color-custom-3);
	text-underline-offset: 0;
}
@media(max-width:991px){
	.declare_reason_l,
	.declare_reason_r {
		width: 100%;
		padding-left: 0;
		margin-bottom: 1rem;
	}
}
.declare_plan .row {
	margin-left: -30px;
	margin-right: -30px;
}
.declare_plan .row > div {
	margin-bottom: 2rem;
	padding-left: 30px;
	padding-right: 30px;
}
.declare_plan_box {
	border: 5px solid var(--custom-red);
	height: 100%;
	padding: 2rem;
}
.declare_plan_box h2 {
	background-color: var(--custom-red);
	padding: 1rem 3rem;
	color: #fff;
	margin-left: -3.5rem;
}
.declare_plan_box02{border-color:#777;}
.declare_plan_box02 h2{background-color:#777;}

.declare_plan_box > p:last-child {
	margin-bottom: 0;
}
@media(max-width:991px){
	.declare_plan .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.declare_plan .row > div {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.declare_plan table.plan_tab th,
.declare_plan table.plan_tab td {
	padding: 1rem !important;
	font-size: 1rem;
}
.declare_flow .su-tabs {
	background: none;
}
.declare_flow .su-tabs-pane {
	padding: 0;
	counter-reset: number 0;
}
.declare_flow .su-tabs .su-tabs-nav {
	text-align: center;
	margin-bottom: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-pack: center;
}
.declare_flow .su-tabs-nav span {
	display: block;
	background-color: #f2f2f2;
	border-radius: 0;
	font-weight: bold;
	padding: 25px 30px;
	margin: 0 15px -2px;
	position: relative;
	font-size: 1.5rem;
	line-height: 2rem;
}
.declare_flow  .su-tabs-nav span.su-tabs-current {
	background: var(--custom-red);
	cursor: default;
	color: #fff;
}
@media(max-width:767px){
	.declare_flow .su-tabs-nav span {
		width: 100%;
		font-size: 1rem;
	}
	.declare_flow .su-tabs-nav span br {
		display: block;
	}
}
.declare_flow .row > div {
	margin-bottom: 4rem;
}
.declare_flow_box {
	padding: 1rem;
	box-shadow: 0 0 10px 2px #ccc;
	border-radius: 10px;
	height: 100%;
	position: relative;
}
.declare_flow .row > div .declare_flow_box:before {
	content: counter(number);
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	background-color: var(--custom-red);
	top: -30px;
	transform: translateX(-50%);
	border-radius: 60px;
	counter-increment: number 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5rem;
}
.declare_flow_img {
	margin: 2rem;
}
.declare_flow_img img {
	border-radius: 175px;
	display: block;
}
.declare_flow_box h4 {
	text-align: center;
}
.accordion-content {
	display: none;
}
.accordion-header {
	background-color: #f0f2f6;
	padding: 12px 45px 10px 20px;
	margin: 10px 0;
	transition: background .3s ease;
	cursor: pointer;
	position: relative;
}
.accordion-header:first-child{margin-top:0;}
.accordion-header:last-child{margin-bottom:0;}
.accordion-header::before,
.accordion-header::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:12px;
	height:2px;
	margin:auto;
	background:#151E2F;
}
.accordion-header::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}
.accordion-header::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}
.accordion-content {
	background-color: #fcf7f1;
	padding: 1.5em;
}
.accordion-header:hover,.accordion-header.active {background-color: #c5d1e5;}
.anounce{position:absolute; right:30px; top:-80px;}
.voice > div{margin-bottom:3em;}
.voice .card-body{position:relative;}
.voice-img{position:absolute; top:-30px; right:30px; width:120px; height:120px;}
.voice-img img{border-radius:50%;}
.voice .card-body p{font-size:14px;}
.voice .card-body h5{margin-top:0.5em;}
.voice .card-body h6{font-weight:normal;}
.card{overflow:visible; border:none;}
.plangroup_a,.plangroup_b{background:#019a5a; color:#fff; padding:0.5em; display:inline-block; position:absolute; top:-20px; font-size:13px;}
.plangroup_b{background:#0c8381;}
h5.bdr{border-bottom:1px solid #333; padding-bottom:10px;}
.declare_flow .su-tabs-nav span.su-tabs-current.tab2,.declare_flow .tab2 .row > div .declare_flow_box:before{background-color:#990000;}

@media(max-width:767px){
	.declare_top_r {
		margin: 0 -15px;
	}
	.declare_top_r > h4 {
		font-size: 1rem;
	}
	.anounce {top: -15px;}
	.anounce img {max-width: 100px;}
	.declare_reason_box {
		margin: 0 -15px;
	}
	.declare_plan_box h2 {
		margin-left: 0;
		font-size: 1.4rem;
		padding: 1rem 1.5rem;
	}
	.declare_plan_box h3 {
		font-size: 1.2rem;
	}
	.bdtit {border-right: none;}
	.campaign_bnr, .value_pack {
		max-width: 100%;
	}
	.campaign_bnr h2 {
		letter-spacing:0;
		font-size: 1.5rem;
		margin-bottom: 1rem !important;
	}
	.value_pack h2 {
		letter-spacing:0;
		font-size: 1.3rem;
	}
	.value_pack h4, .campaign_bnr h4 {
		font-size: 1.2rem;
		text-align: center;
	}
	.value_pack h4 span, .campaign_bnr h4 span {
		font-size: 1.5rem;
	}
	.value_pack p {
		text-align: left;
	}
	.voice-img {
		position: unset;
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}
	.voice .card-body h5 {
		text-align: center;
	}
	.voice .card-body h6 {
		text-align: center;
	}
	.declare_flow .su-tabs .su-tabs-nav {
		margin-left: -15px;
		margin-right: -15px;
		flex-wrap: wrap;
	}
	.declare_flow .su-tabs-nav span {
		padding: 20px 10px;
		margin: 0 10px -2px;
	}
	.declare_flow_img img {
		margin: 0 auto;
	}
	.declare_flow_box p {
		text-align: center;
	}
}

.case-category-list {
	display: flex;
	gap: 10px;
	padding: 0;
	list-style: none;
}

.case-category-list li {
	margin: 0;
}

.case-category-list li a {
	display: block;
	padding: 10px 0;
	width:200px;
	background: #f0f0f0;
	border-radius: 5px;
	text-decoration: none;
	text-align:center;
	color: #333;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 2px 0px #A8A8A8 inset;
	box-shadow: 0px 1px 2px 0px #A8A8A8 inset;
	transition: all 0.3s ease;
}

.case-category-list li a:hover,
.case-category-list li.current a {
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0 2px 3px #e6e6e6;
	box-shadow: 0 2px 3px #e6e6e6;
}
.slick-slide img {width: 100%;}
.dropdown-menu{background:var(--color-custom-1); border:none; padding:0;}
.navbar-nav .dropdown-menu li{padding:0; border-bottom:1px solid var(--color-custom-2);}
.navbar-nav .dropdown-menu li:last-child{border-bottom:none;}
.navbar-nav .dropdown-menu li a{font-weight:bolder; padding:1em; color:#fff;}
.navbar-nav .dropdown-menu li a:hover{background:#fff; color:var(--color-custom-2);}
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.footer-bottom-widgets .row {
  display: flex;
  flex-wrap: wrap;
}

.footer-bottom-widgets .col-lg-3,
.footer-bottom-widgets .col-md-6 {
  display: flex;
  flex-direction: column;
}

.footer-bottom-widget {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.footer-bottom-widget iframe {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  min-height: 250px;
  border: 0;
}
.page-title{
	font-size:2rem;
	padding:2rem 0;
	text-align:center;
	color:#fff;
}
.pan{font-size:13px;}
.case-tab,
.clm-tab {
  padding: 0.5rem 1.2rem;
  border: none;
  background: #fff;
  color: #333;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow:
    2px 2px 5px rgba(0,0,0,0.15),
    -2px -2px 5px rgba(255,255,255,0.8); /* 浮いて見える（エンボス） */
}

.case-tab:hover,
.clm-tab:hover {
  background: #efefef;
}

.case-tab.active,
.clm-tab.active {
  background: #efefef;
  color: #000;
  box-shadow:
    inset 2px 2px 5px rgba(0,0,0,0.2),
    inset -2px -2px 5px rgba(255,255,255,0.7); /* 凹んで見える（インボス） */
}

.case-list,.clm-list {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.case-list.fading-out,.clm-list.fading-out {
  opacity: 0;
  pointer-events: none;
}

.ratio-box {
  aspect-ratio: 16 / 9; /* 横3：縦2 = 6:4比率 */
  overflow: hidden;
}
.object-fit-cover {
  object-fit: cover;
}

.column_box .day,.column_box .link_text,.column_box .clmcat,.newsBlock .link_text{font-size:12px;}
.column_box h5 a,.column_box .link_text a,.newsBlock a{color: var(--vk-color-primary);}

.zoom-wrapper,.ratio-box {
  overflow: hidden;
  display: inline-block;
}

.card-img-top,.ratio-box img {
  transition: transform 0.4s ease;
}

.zoom-wrapper:hover .card-img-top,.ratio-box:hover img {
  transform: scale(1.1);
}

a.clmcat{background-color:#333; color:#fff; padding:0.3em 1em;}

.bg_color1 {background-color: var(--color-custom-1);}
.bg_color2 {background-color: var(--color-custom-2);}
.bg_color3 {background-color: var(--color-custom-3);}
.bg_color4 {background-color: var(--color-custom-4);}
.bg_color5 {background-color: var(--color-custom-5);}
.bg_color6 {background:#ededed;}