@charset "utf-8";
/**サービス下層共通==*/
h2.service_sec_mainttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	/*color: #4a4a4a;*/
	color: #1e1e1e;
}
h3.service_sec_ttl_c {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	color: #1e1e1e;
	position: relative;
	padding-bottom: 10px;
}
h3.service_sec_ttl_c:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 52px;
	height: 2px;
	content: "";
	background: #c21c29;
}
h3.service_sec_ttl_l {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	color: #1e1e1e;

	position: relative;
	padding-bottom: 0px;
	margin-bottom: 40px;
}
h3.service_sec_ttl_l:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 52px;
	height: 2px;
	content: "";
	background: #c21c29;
}

.service_sec_intro {
	margin: 30px auto 60px;
	text-align: center;
}
.service_sec_intro > p {
	font-size: 16px;
	line-height: 2;
	color: #4a4a4a;
}
h4.service_area_box_ttl {
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	color: #4a4a4a;
	/*padding-bottom: 15px;*/
	/*border-bottom: 1px solid #c8c8c8;*/
	color: #1e1e1e;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 40px;
}

h4.service_area_box_ttl:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 52px;
	height: 2px;
	content: "";
	background: #c21c29;
}
.service_area_box_txt > p {
	font-size: 14px;
	line-height: 1.8;
	color: #4a4a4a;
	margin-top: 26px;
}

.service_area_box {
	display: flex;
	flex-direction: row;
	gap: 110px;
	margin-top: 80px;
}

.service_area_box_left {
	width: 22%;
	text-align: center;
}
.service_area_box_left img {
	height: 160px;
	width: auto;
}
.service_area_box_right {
	width: calc(78% - 110px);
}
/*==サービス下層共通ここまで*/
/**トータルサポートサービス==*/
section.sec_tss {
	margin-bottom: 100px;
}

h2.sec_tss_mainttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	/*color: #4a4a4a;*/
	color: #1e1e1e;
}
.tss_block {
	margin: 50px auto;
}
.tss_element_box {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 10px;
}
.tss_element_box_left {
	width: 43%;
}
.tss_element_box_right {
	width: 57%;
	background: #fbf2f2;
	padding: 30px 50px;
}
.tss_element_box_right dl > dt {
	border-left: 1px solid #c21c29;
	padding: 5px 20px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 20px;
}
span.emphasis_ttl {
	font-weight: 700;
}
section.sec_tss {
	margin-bottom: 100px;
	counter-reset: number;
}

.sec_tss_ttl {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	color: #1e1e1e;
	margin-top: 24px;
}

h3.sec_tss_ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	color: #1e1e1e;
	position: relative;
	padding-bottom: 10px;
}
h3.sec_tss_ttl:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 52px;
	height: 2px;
	content: "";
	background: #c21c29;
}
.tss_reason_container {
	margin-top: 60px;
}
.tss_reason_wrap {
	margin: 60px 0;
}
.tss_reason_flbox {
	display: flex;
	flex-direction: row;
	gap: 80px;
	width: 100%;
	margin-bottom: 40px;
}
.tss_reason_flbox_left {
	width: calc(68% - 80px);
}
.tss_reason_flbox_right {
	width: 32%;
}
h4.tss_reason_ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 30px;
}
h4.tss_reason_ttl::before {
	counter-increment: number;
	content: counter(number);
	padding: 3px 14px 6px;
	margin-right: 20px;
	background: #c21c29;
	font-size: 20px;
	line-height: 1.9;
	border-radius: 6px;
	color: #fff;
}
p.tss_reason_ex {
	margin-bottom: 24px;
}
.tss_reason_box {
	background: #fbf2f2;
	padding: 24px;
	margin-top: 24px;
}
.tss_reason_contents_flbox {
	display: flex;
	flex-direction: row;
	margin: 50px 0;
}
.tss_reason_contents_flbox_left {
	width: 50%;
	position: relative;
}
.tss_reason_contents_flbox_left > p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	color: #4a4a4a;
	position: absolute;
	top: 30%;
}
.tss_reason_contents_flbox_right {
	width: calc(50% - 10px);
}
.tss_service_container {
	margin: 60px 20px;
}
.service_area_box.tss_reason {
	align-items: center;
}
ul.service_flow {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 14px;
	width: 100%;
	margin: 0;
}
li.service_flow_box {
	width: 350px;
	margin-bottom: 40px;
	/*----*/
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 1px 16px 1px rgba(108, 108, 108, 0.35);
	padding: 1.5em;
}
.service_flow_box_item {
	/*background: #4A4A4A;*/
	color: #ffffff;
	text-align: center;
	padding: 24px;
}
.service_flow_box_item > p {
	/*font-weight: 400;*/
	/*font-size: 14px;*/
	line-height: 1.6;
	/*----*/
	color: #1e1e1e;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
}

.service_flow_box_img {
	text-align: center;
	padding: 2rem;
}

.service_flow_box_img img {
	height: 96px;
	width: auto;
}

p.service_flow_box_list {
	margin-top: 20px;
}

.service_flow_box_list > ul li {
	font-size: 1.4rem;
	line-height: 1.6;
	text-indent: -1em;
	margin-left: 1em;
}

.service_flow_box_list > ul li:before {
	font-family: bootstrap-icons;
	content: "\F309";
}

li.service_flow_arrow {
	width: 12px;
	/*padding-top: 100px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: 40px;
}
ul.service_menu_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 15px;
}
li.menu_bottun {
	border: 1px solid #c8c8c8;
	width: calc(25% - 15px);
}
.menu_bottun a {
	display: block;
	padding: 10px;
}
a.button_arrow {
	position: relative;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

a.button_arrow::after {
	content: "";
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #4a4a4a;
	border-right: solid 1px #4a4a4a;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 90%;
	bottom: 0;
	margin: auto;
}
a.button_arrow:hover {
	background: #1e1e1e;
	color: #ffffff;
}
a.button_arrow:hover::after {
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
.tss_achievements_container {
	margin: 40px 0;
	position: relative;
}
p.achievements_expl {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 2px;
}
.achievements_box {
	display: flex;
	margin: 60px auto 24px;
	width: 65%;
	gap: 45px;
}
.achievements_box_left {
	width: calc(100% / 3 - 45px * 2 / 3);
}
dl.achievements_box_content dt {
	font-size: 13px;
	font-weight: 700;
	line-height: 2;
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
dl.achievements_box_content dd {
	color: #c21c29;
}
dl.achievements_box_content dd > img {
	width: 30%;
	margin-right: 10px;
}
span.actual_number_em {
	font-size: 36px;
	font-weight: 800;
	margin-right: 5px;
}
.achievements_box_center {
	width: calc(100% / 3 - 45px * 2 / 3);
}
.achievements_box_right {
	width: calc(100% / 3 - 45px * 2 / 3);
}
.achievements_ann {
	position: absolute;
	right: 19%;
	text-align: right;
	color: #8e8e8e;
	font-size: 12px;
}
.company_logos {
	margin: 100px auto;
	width: 90%;
}
ul.company_logos_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 50px 34px;
}
ul.company_logos_list li {
	width: calc(20% - 34px);
}
.more_button_area {
	text-align: center;
	margin: 80px auto;
}
button.more_button {
	width: 280px;
	border: 1px solid #c21c29;
	border-radius: 4px;
	padding: 22px 70px;
	color: #c21c29;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
}
a.text_link_deco {
	border-bottom: 1px solid #8e8e8e;
}
/*==トータルサポートサービスここまで*/
/**運営代行サポート==*/
.sec_service_intro {
	margin: 30px auto 60px;
	text-align: center;
}
.sec_service_intro > p {
	font-size: 16px;
	line-height: 2;
	color: #4a4a4a;
}
/*.manag_agency_service {
	border: 5px solid #f5f5f5;
	padding: 55px;
	margin-bottom: 45px;
}*/
.service_ttl_deco {
	/*	border-left: 1px solid #c21c29;*/
	/*padding: 0px 20px;*/
	margin-bottom: 32px;
}
h3.manag_agency_service_ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	color: #1e1e1e;

	position: relative;
	padding-bottom: 0px;
	margin-bottom: 40px;
}
h3.manag_agency_service_ttl:before {
	position: absolute;
	bottom: -10px;
	/*left: calc(50% - 30px);*/
	left: 0;
	width: 52px;
	height: 2px;
	content: "";
	background: #c21c29;
}
.service_ttl_deco > p {
	font-size: 16px;
	line-height: 1.8;
	color: #4a4a4a;
}
/*
.manag_agency_service_box {
	display: flex;
	flex-direction: row;
	gap: 110px;
}
.manag_agency_service_box_right {
	width: calc(45% - 110px);
	background: #fbf2f2;
	padding: 25px;
}*/
.manag_agency_service_box ul {
	margin-bottom: 1em;
}
.manag_agency_service_box ul li {
	font-size: 14px;
	line-height: 1.6;
	text-indent: -1em;
	margin-left: 1em;
}

.manag_agency_service_box ul li:before {
	font-family: bootstrap-icons;
	content: "\F309";
}

ul.mng_service_flow {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 14px;
	width: 100%;
	margin: 0;
}
li.mng_service_flow_box {
	width: 260px;
	margin-bottom: 40px;
}
.mng_service_flow_box_item {
	background: #4a4a4a;
	color: #ffffff;
	text-align: center;
	padding: 24px;
}
.mng_service_flow_box_item > p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
}
p.mng_service_flow_box_list {
	margin-top: 20px;
}
li.mng_service_flow_arrow {
	width: 12px;
	padding-top: 100px;
}
/*==運営代行サポートここまで*/
/**事務局代行サービス==*/
img.onestop_img {
	width: 40%;
	max-width: 100%;
	margin-bottom: 30px;
}
.coordinator_area {
	border: 5px solid #f5f5f5;
	padding: 68px 95px;
	margin-bottom: 45px;
}

.service_area_box.coordinator {
	margin-top: initial;
}
.service_area_box_right.coordinator > p {
	font-size: 14px;
	line-height: 1.8;
	color: #4a4a4a;
	margin-top: 26px;
}
.service_area_box_right.coordinator ul {
	margin-top: 24px;
}
.service_area_box_right.coordinator ul li {
	color: #1e1e1e;
	font-size: 1.4rem;
	line-height: 1.6;
	display: inline-block;
	padding: 0 0.5em;
	border-radius: 4px;
	background-color: #fbf2f2;
	margin-bottom: 0.8em;
	margin-right: 0.8em;
}
ul.secretariat_service_flow {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 14px;
	width: 100%;
	margin: 0;
}
li.secretariat_service_flow_box {
	width: 200px;
	margin-bottom: 40px;
}
.secretariat_service_flow_box_item {
	background: #4a4a4a;
	color: #ffffff;
	text-align: center;
	padding: 24px;
}
.secretariat_service_flow_box_item > p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
}
p.secretariat_service_flow_box_list {
	margin-top: 20px;
}
li.secretariat_service_flow_arrow {
	width: 12px;
	padding-top: 100px;
}
.secretariat_flow_wrap {
	margin: 20px auto;
}
ul.secretariat_flow {
	display: flex;
	flex-direction: column;
}
li.secretariat_flow_box {
	display: flex;
	flex-direction: row;
}
.secretariat_flow_left {
	width: 280px;
	padding: 0 68px;
	background: #c21c29;
	color: #ffffff;
	position: relative;
}
.secretariat_flow_left > p {
	display: inline-block;
	position: absolute;
	top: 45%;
	left: 25%;
	right: 25%;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
.secretariat_flow_right {
	width: calc(100% - 280px);
	padding: 30px 40px;
	background: #fbf2f2;
}
ul.secretariat_flow_icon {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 28px 16px;
}
.secretariat_flow_icon li {
	width: 120px;
	text-align: center;
	height: 92px;
	font-size: 14px;
	line-height: 1.6;
}
.secretariat_flow_icon li > img {
	height: 50%;
	margin-bottom: 18px;
}
li.secretariat_flow_arrow {
	margin: 26px 130px;
}
li.press_icon {
	margin-bottom: 28px;
}
/*==事務局代行サービスここまで*/
/**ターゲティング集客サービス==*/

ul.targeting_service_flow {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 14px;
	width: 100%;
	margin: 0;
}
li.targeting_service_flow_box {
	width: 360px;
	margin-bottom: 40px;
}
.targeting_service_flow_box_item {
	background: #4a4a4a;
	color: #ffffff;
	text-align: center;
	padding: 24px;
	background-color: #eaeaea;
	color: #4a4a4a;
	margin-bottom: 24px;
}
.targeting_service_flow_box_item > p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
}
p.targeting_service_flow_box_list {
	margin-top: 20px;
}
.targeting_service_flow_box .targeting_service_flow_box_img img {
	border: 1px solid #eaeaea;
}
li.targeting_service_flow_arrow {
	width: 12px;
	padding-top: 100px;
}
p.targeting_service_flow_note {
	text-align: right;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 100px;
}
.targeting_casestudy {
	/*border: 5px solid #f5f5f5;*/
	/*padding: 48px 100px;*/
	margin-top: 62px;
	margin-bottom: 45px;
	/*position: relative;*/
	display: flex;
}
.targeting_casestudy .targeting_casestudy_ttl {
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	text-align: center;
	color: #1e1e1e;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 1.2px;
}
.targeting_casestudy span {
	padding: 0 20px;
	background: #ffffff;
}
dl.targeting_casestudy_box {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eaeaea;
	margin-top: 30px;
	padding-bottom: 30px;
	/*gap: 42px;*/
	gap: 5%;
}
dl.targeting_casestudy_box dt {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	color: #c21c29;
}
dl.targeting_casestudy_box dd {
	font-size: 16px;
	line-height: 2.4;
}
dl.targeting_casestudy_box.case1 {
	margin-top: 0;
}
dl.targeting_casestudy_box.case3 {
	border-bottom: none;
	padding-bottom: 0;
}

.targeting_casestudy_box_character {
	width: 100px;
}
.targeting_casestudy_box_character img {
	width: 80px;
}
.targeting_casestudy_box_comment {
	width: calc(100% - 100px - 24px);
	margin-left: 24px;
}
div.targeting_casestudy_box {
	background-color: #f7f6f5;
	border-radius: 8px;
	padding: 20px;
	position: relative;
	display: inline-block;
	margin-left: 16px;
}
div.targeting_casestudy_box::after {
	content: "";
	position: absolute;
	top: 20%;
	left: 0;
	border-style: solid;
	border-width: 6px 16px 6px 0;
	border-color: transparent #f7f6f5 transparent transparent;
	translate: -100% -50%;
	transform: skew(0, -10deg);
	transform-origin: right;
}
div.targeting_casestudy_box p.case {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	color: #c21c29;
}
div.targeting_casestudy_box p.case > span {
	font-size: 128%;
	background-color: initial;
	padding: 0;
}
div.targeting_casestudy_box p.case_headline {
	font-size: 2.2rem;
	font-weight: 700;
	margin: 16px 0;
}

div.targeting_casestudy_box p.case_text {
	font-size: 1.6rem;
}

/*==ターゲティング集客サービスここまで*/
/**企画支援サービス==*/
section.sec_planning {
	margin-bottom: 60px;
}
h3.planning_mainttl {
	/*border-left: 1px solid #C21C29;*/
	padding: 0px 20px;
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 1.6;
	/*font-weight: 400;*/
	font-weight: 700;
	color: #1e1e1e;
	text-align: center;
}
.planning_intro {
	margin: 32px 0;
}
.planning_intro > p {
	font-size: 14px;
	color: #4e4e4e;
	line-height: 1.8;
	/*----*/
	text-align: center;
}

.planning_example_event {
	text-align: center;
}
.planning_example_event p.event_name {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 24px;
}

.planning_example_event p.event_pdf {
	margin-bottom: 48px;
}

.planning_example_event img {
	width: 280px;
	height: auto;
	border: 1px solid #eee;
}

.planning_voice_content {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	padding: 0 10%;
	text-align: center;
}
.planning_voice_content_box {
	width: calc(100% / 3);
}
p.actual_value {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	color: #4a4a4a;
}
span.em_actual_value {
	padding: 0 10px;
	font-size: 30px;
	color: #c21c29;
	font-weight: 900;
}
.achieve_icon {
	width: 150px;
	margin: 25px auto;
}
p.achieve_matters {
	font-size: 20px;
	line-height: 1.6;
	color: #4e4e4e;
}
.planning_voice_content_ex {
	margin: 40px auto;
	text-align: center;
}
.planning_voice_content_ex > p {
	font-size: 16px;
	line-height: 2;
	color: #4e4e4e;
}
.planning_example {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.planning_example_icon {
	width: 30px;
}
.planning_example_ex {
	/*font-size: 11px;*/
	/*color: #556b2f;*/
	font-size: 12px;
	line-height: 1.7;
	padding-top: 10px;
	margin-bottom: 40px;
}

/*==企画支援サービスここまで*/

/**オフサイト==*/

ul.service_flow.offsite > li.service_flow_box {
	width: 198px;
	margin-bottom: 40px;
	/*----*/
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 1px 16px 1px rgba(108, 108, 108, 0.35);
	padding: 1.5em;
}

/*==オフサイトここまで*/

/*開催事例*/
.planning_example_grid {
	display: grid;
	grid-template-columns: repeat(10, 1fr) 26.33%;
	/*grid-template-rows: 53.33% 43.33%;*/
	grid-column-gap: 2px;
	grid-row-gap: 2px;
	width: 100%;
}

.planning_example_grid_1 {
	grid-area: 1 / 1 / 2 / 4;
}
.planning_example_grid_2 {
	grid-area: 1 / 4 / 2 / 11;
}
.planning_example_grid_3 {
	grid-area: 1 / 11 / 3 / 12;
}
.planning_example_grid_4 {
	grid-area: 2 / 1 / 3 / 6;
}
.planning_example_grid_5 {
	grid-area: 2 / 6 / 3 / 11;
}
.secretariat_service_flow_box_item.pl_ex {
	background: #4a4a4a;
	color: #ffffff;
	text-align: center;
	padding: 24px 4px;
}
/*開催事例*/
/**スポンサー・協賛募集==*/
.spon_ex {
	margin: 50px auto;
	text-align: center;
	color: #4a4a4a;
}
.spon_ex > p {
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
}
.event_case_comments {
	margin: 45px auto 106px;
	text-align: center;
}
.event_case_comments > p {
	color: #4a4a4a;
	font-weight: 700;
	line-height: 1.6;
	font-size: 20px;
}
p.event_case_contacts {
	font-size: 16px;
}
/*==スポンサー・協賛募集ここまで*/
/**オフサイトイベント==*/
.offsite_block {
	margin: 60px auto;
}
.offsite_element_box {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 45px auto;
	width: 75%;
	max-width: 100%;
	gap: 70px;
}
.offsite_element_box_left {
	width: 22%;
}
.offsite_element_box_right {
	width: calc(78% - 70px);
	padding: 30px 0;
}
.offsite_element_box_right dl > dt {
	border-left: 3px solid #c21c29;
	padding: 5px 20px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
}
/*==オフサイトイベントここまで*/
/**ラウンドテーブル==*/
.roundtable_casestudy {
	border-top: 2px solid #c8c8c8;
	border-bottom: 2px solid #c8c8c8;
	padding: 48px 100px;
	margin-top: 62px;
	margin-bottom: 45px;
	position: relative;
}
.roundtable_casestudy .roundtable_casestudy_ttl {
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	text-align: center;
	color: #1e1e1e;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 1.2px;
}
.roundtable_casestudy span {
	padding: 0 20px;
	background: #ffffff;
}
dl.roundtable_casestudy_box {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eaeaea;
	margin-top: 30px;
	padding-bottom: 30px;
	gap: 5%;
}
dl.roundtable_casestudy_box.case1 {
	margin-top: 0;
}
dl.roundtable_casestudy_box.case3 {
	border-bottom: none;
	padding-bottom: 0;
}
dl.roundtable_casestudy_box dt {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	color: #c21c29;
}
dl.roundtable_casestudy_box dd {
	font-size: 16px;
	line-height: 2.4;
}
.roundtable_item {
	margin: 60px auto 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 3%;
	max-width: 100%;
	text-align: center;
}
.roundtable_item_box {
	background: #c21c29;
	padding: 20px 12px 24px;
	width: 25%;
	color: #ffffff;
	font-size: 14px;
}
.roundtable_item_box > p {
	margin-top: 22px;
}

h4.roundtable_ttl {
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	color: #4a4a4a;
	/*padding-bottom: 15px;*/
	/*border-bottom: 1px solid #c8c8c8;*/
	color: #1e1e1e;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 40px;
}
h4.roundtable_ttl:before {
	position: absolute;
	bottom: -10px;
	/*left: calc(50% - 30px);*/
	left: 0;
	width: 52px;
	height: 2px;
	content: "";
	background: #c21c29;
}

ul.service_flow.roundtable > li.service_flow_box {
	width: 198px;
	margin-bottom: 40px;
	/*----*/
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 1px 16px 1px rgba(108, 108, 108, 0.35);
	padding: 1.5em;
}
/*==ラウンドテーブルここまで*/
/**講師招聘サービス==*/
.speaker_intro_area {
	margin-bottom: 60px;
}
.speaker_intro_area_box {
	display: flex;
	flex-direction: row;
	gap: 65px;
}
.speaker_intro_area_box_left {
	width: 35%;
}

.speaker_intro_area_box_right {
	width: calc(65% - 65px);
}
h4.speaker_intro_area_box_ttl {
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	color: #1e1e1e;
	padding-bottom: 15px;
	border-bottom: 1px solid #c8c8c8;
}
h4.speaker_intro_area_box_ttl > span {
	margin-left: 20px;
}
span.speaker_intro_em {
	font-size: 42px;
	color: #808000;
	padding: 0 10px;
	margin-left: 0 !important;
}
.speaker_intro_area_box_right > p {
	font-size: 14px;
	line-height: 1.8;
	color: #4a4a4a;
	margin-top: 26px;
}
ul.speaker_content {
	width: 100%;
	margin: 60px auto 80px;
	display: flex;
	flex-direction: row;
	gap: 5%;
}
ul.speaker_content li {
	width: calc(100% / 3);
	border: 2px solid #c8c8c8;
	padding: 23px;
}
.speaker_content_ttl_area {
	margin-bottom: 20px;
	background: #c21c29;
	color: #ffffff;
	text-align: center;
	padding: 34px 10px 40px;
}
h5.speaker_content_ttl {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.6;
	padding-bottom: 30px;
	position: relative;
}
h5.speaker_content_ttl:before {
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	width: 45px;
	height: 1px;
	content: "";
	background: #ffffff;
}
.speaker_content_ttl_area > p {
	margin-top: 23px;
	font-size: 14px;
	line-height: 1.6;
}
p.speaker_content_list {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 40px;
	color: #4a4a4a;
}
p.speaker_content_list.spe_pre_p {
	margin-bottom: 17.6px;
}
p.speaker_content_ex {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 23px;
	color: #4a4a4a;
}

ul.service_flow.speaker > li.service_flow_box {
	width: calc((100% - (40px * 3)) / 4);
	margin-bottom: 40px;
	/*----*/
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 1px 16px 1px rgba(108, 108, 108, 0.35);
	padding: 1.5em;
}
/*==講師招聘サービスここまで*/

/**サービス==*/
.service_intro_area_box {
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	padding: 50px 44px;
	display: flex;
	flex-direction: row;
	gap: 40px;
}
.service_intro_area_box_left {
	width: 43%;
}
.service_intro_area_box_left img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
/* 767px以下 */
@media screen and (max-width: 767px) {
	.service_intro_area_box_left img {
		border-radius: 10px;
		height: auto;
		object-fit: cover;
	}
} /* @media */
.service_intro_area_box_right {
	width: calc(57% - 40px);
}
h4.service_intro_area_box_ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	color: #1e1e1e;
	padding-bottom: 16px;
}
h5.service_intro_sub_ttl {
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	color: #4a4a4a;
	position: relative;
}
h5.service_intro_sub_ttl:before {
	position: absolute;
	bottom: -20px;
	width: 120px;
	height: 1px;
	content: "";
	background: #c21c29;
}
.service_intro_area_box_right > p {
	margin: 40px auto 24px;
}
.service_intro_btn_wrap {
	display: block;
	position: relative;
	margin-bottom: 100px;
}
.entry_btn_wrap.hidden-sp.service_intro_btn {
	position: absolute;
}
.service_list_area {
	margin: 68px auto 100px;
}
ul.service_list_content {
	width: 100%;
	margin: 40px auto 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1%;
}
ul.service_list_content li {
	width: calc(100% / 3 - 1% * 2 / 3);
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	padding: 32px 28px;
	margin-bottom: 16px;
}
dl.service_list_item {
	margin: 18px auto 28px;
}
dl.service_list_item.spo_block {
	padding-bottom: 25.2px;
}
dl.service_list_item dt {
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}
dl.service_list_item dd {
	font-size: 14px;
	line-height: 1.8;
	margin-left: 0;
	letter-spacing: -0.1px;
}
.entry_btn_wrap.service_list_btn_wrap {
	margin-bottom: 0;
}
a.entry_btn.service_list_btn {
	width: 100%;
	height: 47px;
	padding: 11px 0;
	font-size: 14px;
	font-weight: 400;
}
h3.sec_tss_ttl.aboutus_ttl {
	font-size: 48px;
	font-weight: 500;
	line-height: 0.8;
	padding-bottom: 20px;
}
span.aboutus_subttl {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1;
}
.aboutus_area {
	display: flex;
	flex-direction: row;
	margin: 93px 40px;
	gap: 8%;
}
.aboutus_area_flbox {
	display: flex;
	flex-direction: row;
	width: 50%;
	gap: 6%;
}
.aboutus_area_flbox_left {
	width: 27%;
}
.aboutus_area_flbox_right {
	width: calc(73% - 6%);
}
.aboutus_area_flbox_right h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}

/*サービス下層フッター共通*/
.service_footer_cta {
	margin-top: 64px;
	text-align: center;
	margin: 64px calc(50% - 50vw) 0;
	padding: 40px 0;
	background-image: url(/wp/wp-content/uploads/2025/08/service_footer_cta_bg.jpg);
	background-size: cover;
	background-position: center center;
	color: #fff;
}
.service_footer_cta > p {
	font-size: 2rem;
	font-weight: 700;
}
.service_footer_cta div.service_footer_cta_btn {
	display: flex;
	padding: 20px 0;
	width: 1200px;
	margin: auto;
}
.service_footer_cta div.service_footer_cta_btn div {
	width: 50%;
	padding: 20px 10px;
}
.service_footer_cta div.service_footer_cta_tel {
	width: 1000px;
	border: 2px #fff solid;
	padding: 16px;
	display: flex;
	margin: auto;
}
.service_footer_cta div.service_footer_cta_tel div {
	width: 100%;
	font-size: 2rem;
	text-align: center;
	padding: 16px;
}
.service_footer_cta div.service_footer_cta_tel div p.small {
	font-size: 1.4rem;
}
.service_footer_cta div.service_footer_cta_tel div:nth-child(2) {
	border-left: 1px #fff solid;
	font-size: 3.2rem;
}

/*==サービスここまで*/
/**個人情報保護方針==*/
.corp_privacy_block {
	margin: 0 auto 40px;
}
ol.corp_privacy_list {
	margin: 0 auto 80px;
	list-style: auto;
	padding: 0 30px;
}
ol.corp_privacy_list li {
	margin-bottom: 10px;
	padding-left: 10px;
}
.corp_privacy_block > h2 {
	border-left: 1px solid #c21c29;
	padding: 0px 20px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 400;
	color: #1e1e1e;
}
p.consultation_counter {
	margin-left: 20px;
}
p.__text-r-l.__text-l-s.mb10 {
	text-align: right;
	margin: 60px 0 20px;
}
p.__text-r-l.__text-l-s {
	text-align: right;
}
/*==個人情報保護方針ここまで*/
/**個人情報の取り扱いについて==*/
.mb16 {
	margin-bottom: 20px;
}
.__font--bold {
	font-weight: 700;
}
ul.mb16.policy_list {
	list-style: disc;
	margin-left: 20px;
}
span.texts {
	font-size: 12px;
}
.mb24 {
	margin-bottom: 24px;
}
ul.mb24.policy_list {
	list-style: disc;
	margin-left: 20px;
}
.policy_left_space {
	margin-left: 1em;
}
.mb24.policy_left_space.b_1 {
	margin-left: 1em;
}
/*==個人情報の取り扱いについてここまで*/

/*==資料請求*/
.__columns-documents-list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-template-rows: max-content;
}
/*==資料請求ここまで==*/

.body_class_totalsupport .main_inner,
.body_class_targeting .main_inner,
.body_class_planning .main_inner,
.body_class_operation .main_inner,
.body_class_speaker .main_inner,
.body_class_sponsored .main_inner,
.body_class_management .main_inner,
.body_class_roundtable .main_inner,
.body_class_offsite .main_inner {
	padding: 0px 0 0px;
}

/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
	h3.service_sec_ttl_c {
		font-size: 22px;
	}
	/*サービス下層共通==*/

	.service_area_box {
		flex-direction: column;
		gap: 24px;
	}

	.service_area_box_left {
		width: 100%;
		margin: 0 auto;
		padding: 0 36px;
		text-align: center;
	}
	.service_area_box_left img {
		min-height: 80px;
		max-height: 160px;
		height: 25vh;
		width: auto;
	}
	.service_area_box_right {
		width: 100%;
	}
	.service_area_box_right > p {
		margin-top: 24px;
		line-height: 2;
	}
	/*==サービス下層共通ここまで*/

	/**トータルサポートサービス==*/
	h2.sec_tss_mainttl {
		font-size: 20px;
	}
	.tss_block {
		margin: 30px auto;
	}
	.tss_element_box {
		flex-direction: column;
	}
	.tss_element_box_left {
		width: 100%;
	}
	.tss_element_box_right {
		width: 100%;
		padding: 20px 30px;
	}
	.tss_element_box_right dl > dt {
		margin-bottom: 10px;
		font-size: 18px;
	}
	section.sec_tss {
		margin-bottom: 60px;
		counter-reset: number;
	}
	h3.sec_tss_ttl {
		font-size: 16px;
	}
	h3.sec_tss_ttl:before {
		left: calc(50% - 10px);
		width: 16px;
	}
	.tss_reason_container {
		margin-top: 30px;
	}
	.tss_reason_wrap {
		margin: 50px 0;
	}
	.tss_reason_flbox {
		flex-direction: column-reverse;
		gap: 20px;
		margin-bottom: 0px;
	}
	.tss_reason_flbox_left {
		width: 100%;
	}
	h4.tss_reason_ttl {
		font-size: 16px;
		display: flex;
	}
	h4.tss_reason_ttl::before {
		margin-right: 10px;
		margin-bottom: 22px;
		font-size: 14px;
		padding: 0 12px;
	}
	.tss_reason_flbox_right {
		width: 100%;
	}
	.tss_reason_box {
		padding: 20px 30px;
	}
	.tss_reason_contents_flbox {
		flex-direction: column-reverse;
		margin: 30px 0;
	}
	.tss_reason_contents_flbox_right {
		width: 100%;
	}
	.tss_reason_contents_flbox_left {
		width: 100%;
		text-align: center;
	}
	.tss_reason_contents_flbox_left > p {
		position: initial;
		margin: 20px auto 0;
		font-size: 18px;
	}
	.tss_service_container {
		/*margin: 30px 0;*/
		margin: 40px 0;
	}

	ul.service_flow {
		flex-direction: column;
	}
	li.service_flow_box {
		width: 100%;
		margin-bottom: 0;
	}
	.service_flow_box_img > img {
		/*width: 100%;*/
		width: auto;
		height: 96px;
	}
	li.service_flow_arrow {
		width: 100%;
		padding: 0;
		text-align: center;
		/*margin: 0 auto 20px;*/
		margin: 0 auto 10px;
	}
	.service_menu_block {
		margin-top: 60px;
	}
	ul.service_menu_list {
		flex-direction: column;
		gap: 0;
	}
	li.menu_bottun {
		width: 100%;
		margin-top: -1px;
	}
	p.achievements_expl {
		font-size: 14px;
		text-align: left;
		letter-spacing: 0;
	}
	.achievements_box {
		margin: 20px auto;
		flex-direction: row;
		width: 100%;
		gap: 24px;
	}
	.company_logos {
		margin: 40px auto;
		width: 100%;
		padding: 0 10px;
	}
	ul.company_logos_list {
		gap: 20px;
	}
	ul.company_logos_list li {
		width: calc(100% / 3 - 20px * 2 / 3);
	}
	ul.company_logos_list li:last-child {
		margin: 0 auto;
	}
	.more_button_area {
		margin: 0 auto;
	}
	.achievements_box {
		display: block;
	}
	.achievements_box_left {
		width: 100%;
		text-align: center;
	}
	dl.achievements_box_content dt {
		margin-bottom: 0;
	}
	dl.achievements_box_content dd {
		margin: 10px auto;
		font-size: 11px;
	}
	dl.achievements_box_content dd > img {
		width: 46px;
		margin-right: 8px;
	}
	span.actual_number_em {
		line-height: 1.5;
		font-size: 32px;
		margin-right: 2px;
	}
	.achievements_ann {
		font-size: 10px;
		position: initial;
		text-align: right;
	}
	.sp_achievements_box.visible-sp {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
		width: 100%;
	}
	.achievements_box_center {
		width: calc(100% / 2 - 24px * 1 / 2);
	}
	.achievements_box_right {
		width: calc(100% / 2 - 24px * 1 / 2);
	}
	/*==トータルサポートサービスここまで*/
	/**運営代行サポート==*/
	.sec_service_intro {
		margin: 24px auto;
	}
	.service_ttl_deco {
		margin-bottom: 20px;
	}
	.manag_agency_service {
		padding: 24px 10px;
		margin-bottom: 20px;
	}
	.manag_agency_service_box {
		flex-direction: column;
		gap: 25px;
	}
	.manag_agency_service_box_right {
		width: 100%;
		padding: 15px;
	}
	ul.mng_service_flow {
		flex-direction: column;
	}
	li.mng_service_flow_box {
		width: 100%;
		margin-bottom: 0;
	}
	li.mng_service_flow_arrow {
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 auto 20px;
	}
	/*==運営代行サポートここまで*/
	/**事務局代行サービス==*/
	.sec_service_intro {
		margin: 24px auto 48px;
	}
	img.onestop_img {
		padding: 0 20px;
		margin-bottom: 24px;
		width: 100%;
	}
	.coordinator_area {
		padding: 30px 28px;
		margin-bottom: 48px;
	}
	ul.secretariat_flow {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	li.secretariat_flow_box {
		flex-direction: column;
	}
	.secretariat_flow_left {
		width: 100%;
		position: initial;
		padding: 32px;
		text-align: center;
	}
	.secretariat_flow_left > p {
		position: initial;
		font-size: 16px;
		line-height: 1.4;
	}
	.secretariat_flow_right {
		width: 100%;
		padding: 32px 30px;
	}
	ul.secretariat_flow_icon {
		justify-content: center;
	}
	li.secretariat_flow_arrow {
		margin: 10px 0 20px 0;
		text-align: center;
	}
	ul.secretariat_service_flow {
		flex-direction: column;
	}
	li.secretariat_service_flow_box {
		width: 100%;
		margin-bottom: 0;
	}
	li.secretariat_service_flow_arrow {
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 auto 20px;
	}
	/*==事務局代行サービスここまで*/
	/**ターゲティング集客サービス==*/
	p.targeting_intrto {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.targeting_casestudy {
		margin-top: 62px;
		/*position: relative;*/
		/*padding: 50px 30px 36px 30px;*/
	}
	.targeting_casestudy .targeting_casestudy_ttl {
		font-size: 20px;
		line-height: 1.4;
		top: -18px;
	}
	.targeting_casestudy span {
		display: inline-block;
		padding: 0 20px;
		background: #ffffff;
	}
	dl.targeting_casestudy_box {
		gap: 0;
		margin-top: 10px;
		padding-bottom: 20px;
		flex-direction: column;
	}
	dl.targeting_casestudy_box dt {
		font-size: 18px;
		line-height: 2;
	}
	dl.targeting_casestudy_box dd {
		font-size: 14px;
		line-height: 1.6;
	}
	ul.targeting_service_flow {
		flex-direction: column;
	}
	li.targeting_service_flow_box {
		width: 100%;
		margin-bottom: 0;
	}
	li.targeting_service_flow_arrow {
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 auto 20px;
	}
	p.targeting_service_flow_note {
		margin-top: 10px;
		margin-bottom: 0;
		text-align: left;
	}

	.targeting_casestudy_box_character {
		width: 16%;
	}
	.targeting_casestudy_box_character img {
		width: 80%;
	}
	.targeting_casestudy_box_comment {
		width: 84%;
		margin-left: 0;
	}
	div.targeting_casestudy_box {
	}
	div.targeting_casestudy_box::after {
		top: 20px;
		left: 0;
	}
	div.targeting_casestudy_box p.case {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.6;
		color: #c21c29;
	}
	div.targeting_casestudy_box p.case > span {
		font-size: 128%;
		background-color: initial;
		padding: 0;
	}
	div.targeting_casestudy_box p.case_headline {
		font-size: 1.6rem;
		font-weight: 700;
		margin: 16px 0;
	}

	div.targeting_casestudy_box p.case_text {
		font-size: 1.4rem;
	}

	/*==ターゲティング集客サービスここまで*/

	/**企画支援サービス==*/
	h3.planning_mainttl {
		font-size: 18px;
		line-height: 2;
		margin-bottom: 16px;
	}
	.planning_intro > p {
		line-height: 2;
	}
	h3.planning_mainttl.spttl {
		font-size: 17px;
		letter-spacing: -1.1px;
	}
	.planning_voice_content {
		flex-direction: column;
		gap: 50px;
	}
	.planning_voice_content_box {
		width: 100%;
	}
	.achieve_icon {
		margin: 10px auto;
	}
	.planning_voice_content_ex {
		text-align: left;
	}
	.planning_voice_content_ex > p {
		font-size: 14px;
	}
	.planning_example_ex {
		padding-top: 0;
		font-size: 12px;
		margin-bottom: 20px;
	}

	.planning_example_event p.event_pdf {
		margin-bottom: 32px;
	}
	/*==企画支援サービスここまで*/

	/* 開催事例 */
	.planning_example_grid {
		display: flex;
		flex-direction: column;
		gap: 2px;
		width: 100%;
	}
	.secretariat_service_flow_box_img img {
		width: 100%;
	}
	/* 開催事例ここまで */
	/**スポンサー・協賛募集==*/
	.spon_ex > p {
		font-size: 16px;
	}
	.spon_ex {
		margin: 30px auto 42px;
	}
	.event_case_comments {
		margin: 30px auto 55px;
	}
	.event_case_comments > p {
		font-size: 16px;
		line-height: 2;
	}
	p.event_case_contacts {
		font-size: 14px;
		font-weight: 400;
	}
	/*==スポンサー・協賛募集ここまで*/
	/**オフサイトイベント==*/
	.offsite_block {
		margin: 30px 0 60px;
	}
	.offsite_element_box {
		flex-wrap: wrap;
		flex-direction: column;
		margin: 30px 0;
		width: 100%;
		gap: 30px;
	}
	.offsite_element_box_left {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.offsite_element_box_right {
		width: 100%;
		padding: 0;
	}
	.offsite_element_box_right dl > dt {
		margin-bottom: 20px;
		padding: 0 20px;
		font-size: 18px;
		line-height: 2;
	}
	ul.service_flow.offsite > li.service_flow_box {
		width: 100%;
		margin-bottom: 0;
	}
	ul.service_flow.offsite > li.service_flow_arrow {
		margin: bottom 0;
	}
	/*==オフサイトイベントここまで*/
	/**ラウンドテーブル==*/
	.roundtable_item {
		margin: 30px auto;
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}
	.roundtable_item_box {
		width: 100%;
		padding: 24px 12px;
	}
	.roundtable_item_box > p {
		margin-top: 20px;
	}
	.roundtable_casestudy {
		padding: 20px 0;
	}
	.roundtable_casestudy .roundtable_casestudy_ttl {
		font-size: 20px;
		top: -20px;
		letter-spacing: 1px;
	}
	.roundtable_casestudy span {
		padding: 0 10px;
	}
	dl.roundtable_casestudy_box {
		margin-top: 20px;
		gap: 10px;
	}
	dl.roundtable_casestudy_box.case1 {
		margin-top: 15px;
	}
	dl.roundtable_casestudy_box dd {
		line-height: 1.6;
	}
	dl.roundtable_casestudy_box.case3 {
		padding-bottom: 10px;
	}

	ul.service_flow.roundtable > li.service_flow_box {
		width: 100%;
	}
	ul.service_flow.roundtable > li.service_flow_arrow {
		margin: bottom 0;
	}
	/*==ラウンドテーブルここまで*/
	/**講師招聘サービス==*/
	.speaker_intro_area {
		margin-bottom: 48px;
	}
	.speaker_intro_area_box {
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}
	.speaker_intro_area_box_left {
		width: 100%;
	}

	.speaker_intro_area_box_right {
		width: 100%;
	}
	ul.speaker_content {
		margin: 48px auto;
		flex-direction: column;
		gap: 24px;
	}
	ul.speaker_content li {
		padding: 23px 30px;
		width: 100%;
	}
	p.speaker_content_list {
		margin-bottom: 23px;
	}
	p.speaker_content_list.spe_pre_p {
		margin-bottom: 23px;
	}

	ul.service_flow.speaker > li.service_flow_box {
		width: 100%;
		margin-bottom: 0;
	}
	ul.service_flow.speaker > li.service_flow_arrow {
		margin: bottom 0;
	}
	/*==講師招聘サービスここまで*/
	/**サービス==*/
	.service_intro_area_box {
		flex-direction: column;
		gap: 13px;
		padding: 32px 20px 40px;
	}
	.service_intro_area_box_left {
		width: 100%;
	}
	.service_intro_area_box_right {
		width: 100%;
	}
	h4.service_intro_area_box_ttl {
		font-size: 18px;
		padding-bottom: 9px;
	}
	.service_intro_btn_wrap {
		margin-bottom: 0;
	}
	.entry_btn_wrap.visible-sp.service_intro_btn {
		margin-bottom: 0;
	}
	.entry_btn_wrap.visible-sp.service_intro_btn > .entry_btn {
		width: 319px;
		height: 47px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.8;
		padding: 9px 0 13px;
	}
	.service_list_area {
		margin: 68px auto 0;
	}
	ul.service_list_content {
		margin: 30px auto 0;
		flex-direction: column;
		gap: 0;
	}
	ul.service_list_content li {
		width: 100%;
		margin-bottom: 30px;
		padding: 30px 20px;
	}
	dl.service_list_item {
		margin: 22px auto 30px;
	}
	.entry_btn_wrap.service_list_btn_wrap > .entry_btn {
		width: 319px;
		height: 47px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.8;
		padding: 9px 0 13px;
	}
	h3.sec_tss_ttl.aboutus_ttl {
		font-size: 42px;
		padding-bottom: 10px;
	}
	h3.sec_tss_ttl.aboutus_ttl:before {
		left: calc(50% - 30px);
		width: 52px;
	}
	.aboutus_area {
		margin: 50px auto;
		flex-direction: column;
		gap: 32px;
	}
	.aboutus_area_flbox {
		width: 100%;
		border-bottom: 1px solid #c8c8c8;
		padding-bottom: 34px;
	}
	.aboutus_area_flbox:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
	.aboutus_area_flbox_left {
		width: 30%;
	}
	.aboutus_area_flbox_right {
		width: calc(70% - 6%);
	}
	.aboutus_area_flbox_right h5 {
		font-size: 16px;
		line-height: 2;
	}
	.aboutus_area_flbox_right > p {
		font-size: 12px;
		line-height: 1.8;
	}
	/*サービス下層フッター共通*/
	.service_footer_cta {
		margin-top: 64px;
		text-align: center;
		padding: 40px 15px;
	}

	.service_footer_cta div.service_footer_cta_btn {
		display: block;
		padding: 20px 0;
		width: 100%;
	}
	.service_footer_cta div.service_footer_cta_btn div {
		width: 100%;
		padding: 10px 0;
	}
	.service_footer_cta div.service_footer_cta_tel {
		width: 100%;
		border: 2px #fff solid;
		padding: 8px;
		display: block;
		margin: auto;
	}
	.service_footer_cta div.service_footer_cta_tel div {
		width: 100%;
		font-size: 1.8rem;
		text-align: center;
		padding: 8px;
	}
	.service_footer_cta div.service_footer_cta_tel div p.small {
		font-size: 1.2rem;
	}
	.service_footer_cta div.service_footer_cta_tel div:nth-child(2) {
		border-top: 1px #fff solid;
		border-left: 0;
		font-size: 6vw;
	}
	/*==サービスここまで*/

	/**個人情報保護方針==*/
	ol.corp_privacy_list {
		margin: 0 auto 60px;
		padding: 0 10px 0 20px;
	}
	ol.corp_privacy_list li {
		margin-bottom: 10px;
		padding-left: 5px;
	}
	.corp_privacy_block > h2 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	p.consultation_counter {
		margin: 0 10px;
	}
	p.__text-r-l.__text-l-s.mb10 {
		margin: 20px 0;
		text-align: left;
	}
	p.__text-r-l.__text-l-s {
		text-align: left;
	}
	/*==個人情報保護方針ここまで*/
	/**個人情報の取り扱いについて==*/
	ul.mb16.policy_list li {
		line-height: 1.6;
		margin-bottom: 5px;
	}
	p.__align--indent {
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.policy_left_space {
		margin-left: 0;
	}
	.policy_left_space.b_1 {
		margin-left: 1em;
	}
	/*==個人情報の取り扱いについてここまで*/
	/*==資料請求==*/
	.__columns-documents-list {
		padding: 2%;
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
	/*==資料請求ここまで*/
}
