/*
Theme Name: SHUKO ITO Office
Template: lightning
Version: 14.13.6
*/

:root {
	--main-color: #e85450;
	--sub-color: #ca5450;
	--sdp-color-01: #a5c66b;
	--sdp-color-02: #55b98a;
	--sdp-color-03: #63b9bd;
	--sdp-color-04: #9560b9;
}

a:hover {
	color: var(--vk-color-primary);
}

.u_b {
	border-bottom: 2px dotted var(--vk-color-primary);
	padding-bottom: 2px;
	text-decoration: none;
}
.grecaptcha-badge {
	visibility: hidden;
}

/* ヘッダー ---------------------------------------------------------------------- */
#menu-header_nav li a {
/*   position: relative;
  display: inline-block;
  text-decoration: none; */
}
#menu-header_nav li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--vk-color-primary);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#menu-header_nav li a:hover::after,
#menu-header_nav li.current-menu-item a:after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.vk-mobile-nav-menu-btn {
	width: 50px;
	height: 50px;
	margin-top: 3px;
	border: none;
	background-color: #ececec;
	border-radius: 5px;
	background-size: 70%;
}
.vk-mobile-nav-menu-btn.menu-open{
	border: none;
	background-color: #ececec;
	border-radius: 5px;
	background-size: 70%;
}
.vk-mobile-nav {
	padding-top: 70px;
}
.vk-mobile-nav nav > ul {
	border-top: 1px solid #f2f2f2;
}
.vk-mobile-nav nav ul li a {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #f2f2f2;
}
.vk-mobile-nav .acc-btn {
	width: 35px;
	height: 35px;
	border: none;
	background-color: #ececec;
	background-size: 70%;
	border-radius: 5px;
}
.vk-mobile-nav nav ul li.current-menu-item > a,
.vk-mobile-nav nav ul li.current-menu-ancestor > a{
	padding-left: 1.6em;
}
.vk-mobile-nav nav ul li.current-menu-item > a::before,
.vk-mobile-nav nav ul li.current-menu-ancestor > a::before{
    content: "";
    display: inline-block;
    border-width: 5px 0px 5px 10px;
    border-color: #0000 #0000 #0000 var(--vk-color-primary);
    border-style: solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .6em;
}
.vk-mobile-nav nav ul li.current-menu-ancestor > ul.sub-menu li.current-menu-item > a {
	padding-left: 2.6em;
}
.vk-mobile-nav nav ul li.current-menu-ancestor > ul.sub-menu li.current-menu-item > a::before {
	left: 1.6em;
}

/* フッター ---------------------------------------------------------------------- */

.home #text-2 .footer_entry {
	display: none;
}

.footer_entry {
	margin: 0 calc(50% - 50vw);
	padding: 40px calc(50vw - 50%);
/* 	background-image: url(/wp-content/uploads/2022/01/feliz03-1-1024x673-1.jpg); 
 	background-size: cover;
	background-position: center; */
	position: relative;
	z-index: 0;
	background: linear-gradient(to right,#f2f2f2 50%,#eaeaea 50%);
}
/* .footer_entry::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e85450b3;
	z-index: -1;
} */
.footer_entry > div > div {
	margin-bottom: 20px;
}
.footer_entry_title {
	text-align: center;
/* 	color: #fff; */
	font-size: 30px;
}
.footer_entry_btn {
	background-color: #fff;
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	color: var(--vk-color-primary);
	border: 2px solid var(--vk-color-primary);
	transition: 0.4s;
	font-weight: 600;
}
.footer_entry_btn:hover {
	background-color: var(--vk-color-primary);
	color: #fff;
}

.site-footer {
	margin-top: 0;
	background-color: #333;
	color: #fff;
}
.footer-nav li {
	border-left: 1px solid #fff;
}
.footer-nav li:last-child {
	border-right: 1px solid #fff;
}

#menu-footer_nav li a {
	color: #fff;
}
#menu-footer_nav li a:hover {
	color: var(--vk-color-primary);
}
@media(max-width:991px){
	.footer_entry_btn{
		font-size: 16px;
	}
}

@media (max-width: 767.98px){
	.footer-nav-list li {
		border: none !important;
	}
	.footer-nav-list li a {
		padding-left: 1em;
	}
}
.site-footer-copyright p:last-child {
  display: none;
}
/* ページ共通 ---------------------------------------------------------------------- */
.page-header {
	min-height: 6rem;
}
.page-header-title, h1.page-header-title {
	text-align: left;
}
.page_top_btn {
	box-shadow: none;
	background-size: 30px;
	background-position: center;
	background-color: #888;
	border-radius: 50%;
}

/* 投稿 */
.veu_postList .postList_more a {
	display: inline-block;
	padding: 2px 15px;
	background-color: #fff;
	border: 1px solid var(--vk-color-primary);
	color: var(--vk-color-primary);
	
	transition: 0.2s;
}
.veu_postList .postList_more a:hover {
	background-color: var(--vk-color-primary);
	color: #fff;
}
.vk_post .vk_post_btn {
	border: none;
	border-radius: 0;
}

/* .vk_post .vk_post_date,
.veu_postList .postList_date,*/
.entry-meta .entry-meta-item-updated,
.entry-meta .entry-meta-item-author {
	display: none;
} 
.next-prev .card-horizontal {
	border: none;
}
.next-prev-prev.card-horizontal .card-body,
.next-prev-next.card-horizontal .card-body{
	padding: 0;
}
.next-prev .card-horizontal .card-body .vk_post_imgOuter_singleTermLabel {
	height: 100%;
	display: flex;
	align-items: center;
}
.next-prev .card-horizontal .card-body .vk_post_title {
	height: 100%;
}
.next-prev .card-horizontal .card-body .vk_post_title a {
	display: block;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	transition: 0.2s;
	display: flex;
	align-items: center;
}
.next-prev .card-horizontal .card-body .vk_post_title a:hover {
	background-color: #f2f2f2;
	color: var(--vk-color-primary);
}
.next-prev-prev.card-horizontal .card-body .vk_post_title a {
	padding: 1.25rem 1.25rem 1.25rem 5.25rem;
}
.next-prev-next.card-horizontal .card-body .vk_post_title a {
	padding: 1.25rem 5.25rem 1.25rem 1.25rem;
}

/* 事例紹介 */
.case_table {
	margin-top: 20px;
}
.case_table th {
	background-color: #f2f2f2;
	width: 30%;
}

/* TOP ---------------------------------------------------------------------- */

.home .site-body {
  padding-top: 0;
}
.home .footer_entry{
	margin-bottom: 50px;
}
.con_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_entry > div > .con_flow > div {
	width: 30%;
	text-align: center;
	padding: 15px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.con_flow > div::before {
	content: "";
	display: block;
	border-width: 28px;
	height: 100%;
	position: absolute;
	border-style: solid;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.con_flow > div:last-child:before {
	content: none;
}
.footer_entry > div > .con_flow > div:nth-child(1) {
	background-color: var(--sdp-color-01);
}
.footer_entry > div > .con_flow > div:nth-child(2) {
	background-color: var(--sdp-color-02);
}
.footer_entry > div > .con_flow > div:nth-child(3) {
	background-color: var(--sdp-color-03);
}
.con_flow > div:nth-child(1)::before {
	border-color: #fff0 #fff0 #fff0 var(--sdp-color-01);
}
.con_flow > div:nth-child(2)::before {
	border-color: #fff0 #fff0 #fff0 var(--sdp-color-02);
}

@media(max-width:991px){
	.footer_entry > div > .con_flow > div {
		width: 100%;
	}
	.con_flow > div::before {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
	}
	.con_flow > div:nth-child(1)::before {
		border-color: var(--sdp-color-01) #fff0 #fff0 #fff0;
	}
	.con_flow > div:nth-child(2)::before {
		border-color: var(--sdp-color-02) #fff0 #fff0 #fff0;
	}
}


.mini-content-container-1 {
	background-color: var(--sub-color);
	width: 50%;
	float: left;
	padding: 20px 40px;
}
@media(max-width:767px){
	.mini-content-container-1 {
		width: 100%;
		float: none;
		padding: 15px 30px;
	}
}

.top_title {
	text-align: center;
	font-size: 40px;
	border-bottom: 2px solid var(--vk-color-primary);
	padding-bottom: 10px;
/* 	width: 70%; */
	margin: 0 auto 20px;
}
.top_sec01 {
	position: relative;
	margin-bottom: 60px;
	padding: 40px 50px;
	background-color: #f2f2f2;
	margin-top: 30px;
}
/* .top_sec01 > h3 {
	background-color: var(--vk-color-primary);
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
} */
.top_sec01_cach {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.top_sec01_cach h3 {
	width: 50%;
	font-size: 50px;
	margin-bottom: 0;
}
.top_sec01_cach p {
	width: 50%;
	margin-bottom: 0;
	text-align: justify;
}
@media(max-width:991px){
	.top_sec01_cach h3{
		width: 100%;
		font-size: 30px;
		margin-bottom: 20px;
	}
	.top_sec01_cach p {
		width: 100%;
	}
}

.top_catch_list {
	margin-top: 30px;
}
.top_catch_list > div {
	margin-bottom: 30px;
	position: relative;
}
.top_catch_in {
	text-align: center;
	padding: 15px 12px 20px;
	height: 100%;
	margin: 0 auto 0;
	color: #fff;
	border-radius: 5px;
}
.top_catch_in i {
	display: block;
	margin: 0 auto;
	font-size: 28px;
/* 	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -29px;
	background-color: var(--vk-color-primary); */
	padding: 15px;
/* 	border-radius: 50%; */
	color: #fff;
}
.top_catch_list > div:nth-child(1) .top_catch_in {background-color: var(--sub-color);}
.top_catch_list > div:nth-child(2) .top_catch_in {background-color: #caa050;}
.top_catch_list > div:nth-child(3) .top_catch_in {background-color: #aaca50;}
.top_catch_list > div:nth-child(4) .top_catch_in {background-color: #4ba258;}
.top_catch_list > div:nth-child(5) .top_catch_in {background-color: #509cca;}
.top_catch_list > div:nth-child(6) .top_catch_in {background-color: #507aca;}
/* .top_catch_list > div:nth-child(1) .top_catch_in i {background-color: var(--vk-color-primary);}
.top_catch_list > div:nth-child(2) .top_catch_in i {background-color: #c6ac48;}
.top_catch_list > div:nth-child(3) .top_catch_in i {background-color: #71bd47;}
.top_catch_list > div:nth-child(4) .top_catch_in i {background-color: #41c185;}
.top_catch_list > div:nth-child(5) .top_catch_in i {background-color: #3eafbb;}
.top_catch_list > div:nth-child(6) .top_catch_in i {background-color: #3b70b5;} */

@media(max-width:991px){
	.top_catch_list {
/* 		width: 100%; */
		margin-left: -10px;
		margin-right: -10px;
	}
	.top_catch_list > div {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
	.top_sec01 {
		padding: 40px 30px;
	}
	.top_sec01_right {
		position: unset;
		width: 100%;
		transform: none;
		padding: 30px 0;
	}
}
@media(max-width:767px){
	.top_title {
		font-size: 24px;
		width: 100%;
	}
	.top_title_sub {
		width: 100%;
	}
	.top_catch_list {
		
	}
	.top_catch_in {
/* 		padding: 10px 15px; */
		height: 100%;
	}
}

/* .top_sec01 h3 {
  background-color: var(--vk-color-primary);
  color: #fff;
  padding: 10px 20px;
} */
.top_sec02 {
	margin-bottom: 50px;
}
.top_sec02 > div > div{
	margin-bottom: 10px;
}
.top_sec02 > div > div img {
	display: block;
}
.top_sec02_title{
/* 	border-bottom: 3px solid var(--vk-color-primary);
	padding-bottom: 5px; */
	background-color: var(--sub-color);
	color: #fff;
	padding: 8px 15px;
}

.top_info_box,
.top_column_box {
	padding: 30px 40px;
	background-color: #f2f2f2;
}
.top_info_main_title,
.top_column_main_title {
	border-bottom: 3px solid var(--vk-color-primary);
	padding-bottom: 5px;
}
.top_list {
  padding-left: 0;
}
.top_list li {
	list-style: none;
}
.top_list li a {
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	padding: 3px 0;
}
.top_list li a i {
	color: var(--vk-color-primary);
	transition: 0.3s;
}
.top_list li a:hover i {
	margin-right: 0.2em;
}

.list_more {
	background-color: var(--vk-color-primary);
	padding: 5px 15px;
	color: #fff;
	display: block;
	float: right;
	position: relative;
	border: 1px solid var(--vk-color-primary);
	transition: 0.3s;
}
/* .list_more::after {
	content: "";
	width: 30px;
	display: block;
	border-bottom: 1px solid #333;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
} */
.list_more:hover {
	background-color: #fff;
}
/* .list_more:hover::after {
	right: -30px;
} */

/* .top_case_box {
  padding: 50px 0;
}
.top_case_title {
  text-align: center;
  margin-bottom: 30px;
}

.top-case-thumbnail a {
  display: block;
}
.top-case-thumbnail a img {
  height: 220px;
  object-fit: cover;
  display: block;
  object-position: center;
} */

/* プロフィール ---------------------------------------------------------------------- */
.pro_img {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}
.pro_img::before {
	content: "";
	display: block;
	width: 80%;
	height: 100%;
	position: absolute;
	top: 5%;
	left: 5%;
	background-color: var(--vk-color-primary);
	z-index: -1;
}

.pro_name {
	border-bottom: 3px solid var(--vk-color-primary);
	padding-bottom: 5px;
}
.pro_table tr {
	border-bottom: 1px solid #f2f2f2;
}
table.pro_table td, table.pro_table th {
	border: none;
}
table.pro_table th {
	background-color: #f2f2f2;
	text-align: left;
	width: 33%;
}

.pro_main div img {
	width: 80%;
	margin: 0 auto 20px;
	display: block;
}
.pro_main dl {
	display: flex;
	flex-wrap: wrap;
}
.pro_main dt {
	width: 32%;
	margin-bottom: 20px;
}
.pro_main dd {
	width: 68%;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: justify;
}

.license {
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}

@media(max-width:991px){
	.pro_main dt,
	.pro_main dd {
		width: 100%;
	}
}

.sec_title {
	text-align: center;
	font-size: 30px;
	margin-top: 50px;
	position: relative;
	height: 50px;
	z-index: 0;
}
.sec_title::before {
	content: "";
	width: 50%;
	border-bottom: 1px solid #333;
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.sec_title span {
	background-color: #fff;
	display: inline-block;
	padding: 0 15px;
}

/* 会社概要 */
.profile_item {
	display: flex;
	flex-wrap: wrap;
/* 	max-width: 70%;
	margin: 0 auto; */
	margin-top: 0;
}
.profile_item dt {
	width: 30%;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
.profile_item dd {
	width: 70%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	margin-bottom: .5em;
}

@media(max-width:767px){
	.profile_item {
		max-width: 100%;
	}
}


/* 空間デザイン心理学とは ---------------------------------------------------------------------- */
/* .sdp_title {
  font-size: 28px;
  border-bottom: 3px solid var(--vk-color-primary);
  padding-bottom: 5px;
} */

.sdp_section01 {
	margin: 0 calc(50% - 50vw);
	position: relative;
	margin-bottom: 50px;
}
.sdp_section01 img {
	display: block;
	width: auto;
	max-height: 700px;
}
.sdp_01_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	right: 0;
	padding-right: 40px;
}
.sdp_01_right h3 {
	background-color: #e85450e0;
	padding: 15px 30px;
	color: #fff;
}
.sdp_01_right div {
	background-color: #ffffffe0;
	padding: 15px 30px;
}

.sdp_section02 {
	margin-top: 50px;
}
.sdp02_title {
	text-align: center;
	border-bottom: 3px solid var(--vk-color-primary);
	padding: 10px;
	color: var(--vk-color-primary);
	margin: 0;
}
.sdp02_sub_title {
	color: var(--vk-color-primary);
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
	display: block;
	font-weight: 500;
}
.sdp_section02 a {
	border: 3px solid var(--vk-color-primary);
	padding: 30px 20px 60px;
	text-align: center;
	color: var(--vk-color-primary);
	display: block;
	font-size: 20px;
	font-weight: 600;
	transition: 0.4s;
	height: 100%;
}
.sdp_section02 > div > div:nth-child(1) a {color: #a5c66b;border: 4px solid var(--sdp-color-01);}
.sdp_section02 > div > div:nth-child(2) a {color: #55b98a;border: 4px solid var(--sdp-color-02);}
.sdp_section02 > div > div:nth-child(3) a {color: #63b9bd;border: 4px solid var(--sdp-color-03);}
.sdp_section02 > div > div:nth-child(4) a {color: #9560b9;border: 4px solid var(--sdp-color-04);}

.sdp_section02 a > span {
	display: block;
	margin-bottom: 20px;
}
.sdp_section02 a > span > span {
	display: inline-block;
	font-size: 34px;
	margin-left: 5px;
}
@keyframes d-bAnime{
	0%{opacity:0;}
	100%{opacity:1;}
}
.sdp_section02 a::after {
	content: "\f0dd";
	display: none;
	position: absolute;
	font-family: "font awesome 5 free";
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 30px;
	animation:d-bAnime ease 0.4s forwards;
	-ms-animation:d-bAnime ease 0.4s forwards;
}



.sdp_section02 > div > div:nth-child(1) a:hover{color: #fff;background-color: var(--sdp-color-01);}
.sdp_section02 > div > div:nth-child(2) a:hover{color: #fff;background-color: var(--sdp-color-02);}
.sdp_section02 > div > div:nth-child(3) a:hover{color: #fff;background-color: var(--sdp-color-03);}
.sdp_section02 > div > div:nth-child(4) a:hover{color: #fff;background-color: var(--sdp-color-04);}

.sdp_section02 a:hover {
	background-color: var(--vk-color-primary);
	color: #fff;
}
.sdp_section02 a:hover::after {
	display: block;
}

@media(max-width:767px){
	.sdp_01_right {
		transform: none;
		width: 100%;
		padding-right: 0;
		margin: 0 auto;
		position: unset;
	}
}


.sdp_sec_box {
	margin-top: 70px;
	background-color: #f7f7f7;
	padding: 40px 50px;
	position: relative;
}
.sdp_sec_box::after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 20px 20px 20px 20px;
	border-color: #ccc #ccc0 #ccc0 #ccc0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -65px;
}
.sdp_sec_box:last-child::after {
	display: none;
}
.sdp_sec_box h3 {
	font-size: 30px;
	display: flex;
	align-items: center;
}
#sdp_section03 h3{color: var(--sdp-color-01);}
#sdp_section04 h3{color: var(--sdp-color-02);}
#sdp_section05 h3{color: var(--sdp-color-03);}
#sdp_section06 h3{color: var(--sdp-color-04);}

.sdp_sec_box h3 > span {
	display: inline-block;
	margin-right: 15px;
	text-align: center;
	padding: 5px 15px 0;
	font-size: 18px;
	font-weight: 500;
}
.sdp_sec_box h3 > span > .step_no {
  font-size: 30px;
  font-weight: 600;
  margin-left: 3px;
}
#sdp_section03 h3 > span {border: 1px solid var(--sdp-color-01);background-color: var(--sdp-color-01);color: #fff;}
#sdp_section04 h3 > span {border: 1px solid var(--sdp-color-02);background-color: var(--sdp-color-02);color: #fff;}
#sdp_section05 h3 > span {border: 1px solid var(--sdp-color-03);background-color: var(--sdp-color-03);color: #fff;}
#sdp_section06 h3 > span {border: 1px solid var(--sdp-color-04);background-color: var(--sdp-color-04);color: #fff;}

.sdp_step {
	margin: 0 0 30px;
	align-items: center;
}
.sdp_step > div{
	padding: 0;
}
.sdp_step > div img {
  display: block;
}
.sdp_step_cap {
/*   background-color: #ffffffb3; */
  padding: 20px 28px !important;
  font-size: 28px;
  font-weight: 600;
}
#sdp_section03 .sdp_step_cap {
	color: var(--sdp-color-01);
}
#sdp_section05 .sdp_step_cap {
	color: var(--sdp-color-03);
}
#sdp_section06 .sdp_step_cap {
	color: var(--sdp-color-04);
}

@media(max-width:991px){
	.sdp_sec_box {
		padding: 40px 26px;
	}
	.sdp_sec_box h3 {
		flex-wrap: wrap;
		font-size: 22px;
	}
	.sdp_sec_box h3 > span {
		display: block;
/* 		margin-right: 0; */
		padding: 8px 13px 3px;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.sdp_step_cap {
		padding: 14px 0px !important;
		font-size: 17px;
	}
}

/* プライバシーポリシー ---------------------------------------------------------------------- */
.privacy_box {
	margin-top: 50px;
	padding: 50px 60px;
	background-color: #f7f7f7;
}
.privacy_box h3 {
	border-bottom: 1px solid var(--vk-color-primary);
	padding-bottom: 5px;
}
.privacy_box > ol > li > ol {
	border: 2px dotted #ccc;
	margin: 20px 0;
	padding: 10px 30px 10px 54px;
}
@media(max-width:991px){
	.privacy_box {
		margin-top: 50px;
		padding: 30px 30px;
	}
	.privacy_box > ol > li > ol {
		padding: 10px 15px 10px 39px;
	}
}



/* サービス案内 ---------------------------------------------------------------------- */
.c_title {
	border-bottom: 3px solid var(--vk-color-primary);
	padding-bottom: 3px;
	font-size: 2.2rem;
	text-align: center;
	margin-top: 100px;
}
.c_title:first-child {
	margin-top: 0;
}
.s_box {
	margin: 0 calc(50% - 50vw);
	padding: 50px calc(50vw - 50%);
	background: linear-gradient(90deg,#f2f2f2 50%,#eaeaea 50%);
/* 	margin-bottom: 50px; */
}
.s_box_in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s_box_in a {
	text-decoration: underline 2px dotted var(--vk-color-primary);
}
.s_box_in > div{
	padding: 30px 50px;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
/* 	margin-left: 3%;
	margin-right: 3%; */
}
.s_box_in .s2_box,
.s_box_in .s3_box{
	width: 47%;
}
.s1_title,.s2_title,.s3_title,.s4_title {
/* 	width: 40%; */
	background-color: var(--sub-color);
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 10px;
	margin-bottom: 30px;
}
.s1_cap,.s2_cap,.s3_cap,.s4_cap{
/* 	width: 60%; */
/* 	padding: 10px 20px; */
	margin-bottom: 30px;
}
.s1_items{
	width: 100%;
	align-items: center;
}
.s1_items > div {
	text-align: center;
	margin-bottom: 30px;
}
.s1_items > div:last-child {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2f2f2;
}
.s1_items div i{
	display: block;
	font-size: 50px;
	margin-right: 0;
	margin-bottom: 5px;
}
.s_box_in > div > h4 > span {
	padding: 6px 12px;
	background-color: var(--sub-color);
	color: #fff;
	margin-right: 5px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 8px;
}
.s_box_in > div > h4 {
	padding-left: 5rem;
	text-indent: -4.6rem;
}
@media(max-width:991px){
	.s_box_in > div {
		padding: 30px 30px;
	}
	.s_box_in .s2_box, .s_box_in .s3_box {
		width: 100%;
	}
	.s1_title,.s2_title,.s3_title,.s4_title{
		width: 100%;
		font-size: 20px;
	}
	.s1_cap,.s2_cap,.s3_cap{
		width: 100%;
		padding: 0;
	}
	.s1_items {
		width: auto;
	}
	.s_box_in > div > h4 {
		padding-left: 0;
		text-indent: 0;
	}
	.s_box_in > div > h4 > span {
		display: block;
		width: 5rem;
		margin-bottom: 5px;
	}
}
/*   */
.s_section{
	display: flex;
	flex-wrap: wrap;
}
.s_sec_box {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.s_sec_box:nth-child(2n-1) {
	background-color: #f2f2f2;
	padding: 50px;
}

/* お問い合わせ ---------------------------------------------------------------------- */
.contact_box {
	display: flex;
	flex-wrap: wrap;
}
.contact_box dt {
	width: 30%;
	background-color: #f2f2f2;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact_box dd {
	width: 70%;
	padding: 20px;
	margin-bottom: .5em;
}
.contact_box dd input {
	margin-bottom: 0;
}
.required {
	background-color: var(--vk-color-primary);
	color: #fff;
	padding: 3px 8px;
	font-size: 14px;
	margin-left: 10px;
}

input[type="submit"] {
  border: none;
  border-radius: 0;
  margin: 0 auto;
  display: block;
}
@media(max-width:991px){
	.contact_box dt,
	.contact_box dd {
		width: 100%;
	}
}

.coubic_btn {
	text-align: center;
}
.coubic_btn > a {
	background-color: #fff;
	padding: 20px 30px;
	color: var(--main-color);
	text-decoration: none;
	border: 2px solid var(--main-color);
	transition: 0.2s;
	font-weight: 600;
	display: inline-block;
	font-size: 20px;
}
.coubic_btn > a:hover {
	background-color: var(--main-color);
	color: #fff;
}
.s_entry_box > div {
  text-align: center;
}
.s_entry_box > div > a {
  display: inline-block;
}

.page-id-538 .site-body-bottom,
.page-id-124 .site-body-bottom{
	display: none;
}


/* セミナー申し込み ---------------------------------------------------------------------- */
.s_title {
	border-bottom: 3px solid var(--vk-color-primary);
	padding-bottom: 3px;
	font-size: 1.6rem;
	margin-top: 50px;
}
.s_title:first-child {
	margin-top: 0;
}
.s_table {
	margin-bottom: 0;
}
.s_table th {
  background-color: #f2f2f2;
  width: 30%;
}

.back_grey {
	margin: 0 calc(50% - 50vw);
	padding: 50px calc(50vw - 50%);
	background: #f2f2f2;
}
.back_grey > p:last-child {
	margin-bottom: 0;
}