@charset "utf-8";
/*
Theme Name: GENESIS child
Theme URI:https://tcd-theme.com/tcd103/
Description:WordPressテーマ「GENESIS」の子テーマ
Template:genesis_tcd103
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
ここから下にCSSを追記してください。
*/

:root {
	--blue: #123b70;
	--blue-deep: #0d3567;
	--blue-soft: #315c8f;
	--ink: #0b1c34;
	--gray: #5b6675;
	--line: #eef2f7;
	--gold: #e39a34;
	--gold-light: #f2d18d;
	--white: #ffffff;
	--navy: #173f76;
	--teal: #3165b0;
	--teal-dark: #3165b0;
	--ink-2: #1d2733;
	--sub: #1f1f1f;
	--line-2: #e3e7ec;
	--bg: #ffffff;
	--bg-soft: #f3f8fc;
}

html {
	font-weight: 400;
	color: #1e1e1c;
}

body.page-id-102 article p,
body.postid-30 article p,
body.postid-40 article p,
body.postid-41 article p {
	font-weight: 400;
	color: #1e1e1c;
}

ul,
li {
	list-style: none;
}

.w-8 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.w-9 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.w-10 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.w-11 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.w-12 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#footer_logo img {
	max-height: 3rem;
	width: max-content;
	display: block;
}

body .top-aboutUs-wrap li {
	list-style: none;
	list-style-type: none;
}

.top-aboutUs-wrap .shutter_image.col2 .item {
	aspect-ratio: 700/350;
	border-radius: 3rem 0 0 3rem;
}

.aboutUs-text {
	width: calc(50% - 50px);
	display: flex;
	flex-direction: column;
}

#body .top-aboutUs-wrap {
	display: flex;
	flex-direction: column;
	gap: 8rem;
	margin-left: 0;
	padding-left: 0;
	padding-inline-start: 0 !important;
}

/* .design_arrow_button {
	margin-top: auto;
} */

#body .h4_red {
	color: #da1425;
	margin-top: 0rem;
}

.h4_red:after {
	content: "";
	background: #da1425;
	display: block;
	height: 1px;
	width: 3.5rem;
	/* 	margin-top: 1rem; */
}

body .philosophy_item {
	display: grid;
	grid-template-columns: 20% 80%;
}

#body .mg-t-7rem {
	margin-top: 7rem;
}

#body .mg-b-9rem {
	margin-bottom: 9rem;
}

#body #company_message .catch {
	font-size: 1.7rem !important;
}

#company_data_list td:first-child {
	width: 30%;
}

.gallery_content {
	margin: 0;
}

.gallery_content_carousel .item img {
	height: 100%;
	object-fit: cover;
}

.page-id-87 #container:not(:has(#lp_page_header)) #bread_crumb {
	margin-bottom: 0;
}

iframe.company-map {
	width: 100%;
	aspect-ratio: 1/0.4;
}

.postid-41 #single_service_header {
	height: 100vh;
}

/* .page-template-page-tcd-lp #header_logo2 img {
max-width: 177px;
height: auto;
margin-top: 1.4rem;
} */

#body .lp_content .incubation-table-wrap td {
	width: 26% !important;
}

.lp_content .incubation-table td:nth-child(2) {
	border-left: 6px solid var(--tcd-main-color);
	border-right: 6px solid var(--tcd-main-color);
	background: #f1f8ff;

}

#body .lp_content .incubation-table td:nth-child(2) {
	width: 35% !important;
}

#body .incubation-table {
	/* 	max-width: 1000px; */
	margin: auto;
	height: auto;
	font-size: 1rem;
}

.incubation-table td {
	padding: 0.5rem 1rem;
	line-height: 1.6;
	vertical-align: middle;
}

.border-t {
	border-top: 4px solid var(--tcd-main-color);
}

#body .border-b {
	border-bottom: 6px solid var(--tcd-main-color);
}

.incubation-table tr:first-child td {
	background: #f3f3f3;
}

#body .incubation-table .border-t {
	background: var(--tcd-main-color);
	color: white;
	border-bottom: none;
	position: relative;
	overflow-x: visible;
	/* overflow-x: clip; */
	/* 	padding-bottom: 1.6rem; */
}

#body .incubation-table .border-t:before {
	content: "";
	width: calc(100% + 12px);
	height: 1rem;
	display: block;
	position: absolute;
	top: -1rem;
	left: -6px;
	/* border: 4px solid var(--tcd-main-color); */
	z-index: 2;
	background: var(--tcd-main-color);
}

.s_table:has(.incubation-table) {
	overflow: visible;
}

.incubation-table tr:first-child td:first-child {
	background: white;
	border-top: none;
	border-left: none;
}

.incubation-table td:nth-child(1) {
	background: #f3f3f3;
}

body .features-list {
	margin-left: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	justify-content: space-between;
	margin-top: 7rem;
	align-items: start;
}

#body .feature-item {
	/* 	display: grid;
	grid-template-columns: 45% 49%;
	justify-content: space-between; */
	margin: 0;
}

.feature-item img {
	aspect-ratio: 1.618/1;
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.feature-item-reverse .feature-text {
	order: 2;
}

#body .gallery-list {
	display: grid;
	grid-template-columns: 33.3333% 33.3333% 33.3333%;
	margin: 0;
}

.gallery-item {
	margin: 0;
}

.gallery-item img {
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/0.8;
	width: 100%;
	display: block;
}

.postid-41 h3.catch {
	margin-top: 50px;
	margin-bottom: 90px;
}

.postid-41 .large_headline {
	margin: 0;
}

#body.single-service #header {
	background: white;
}

#body.single-service #global_menu>ul>li>a,
#body.postid-41.header_type2 #global_menu>ul>li>a {
	color: black;
}

#body .mg-t-10-rem {
	margin-top: 10rem;
}

body .table-recommend {
	/* 	margin-left: -8%; */
	color: var(--tcd-main-color);

	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.facility-intro img {
	display: block;
}

.feature-img-wrap {
	aspect-ratio: 1.618/1;
}

.feature-item h4 {
	font-size: 1.2rem;
}

.single .feature-item h4 span {
	display: block;
	margin-top: 1rem;
	margin-bottom: 0.6rem;
}

#body .facility-item {
	margin: 0;
	position: relative;
}

.facility-intro h3 {
	font-size: 1.1rem;
	margin-top: 3rem;
	position: absolute;
	z-index: 2;
	bottom: 0.6rem;
	left: 0.6rem;
	font-weight: 500;
	line-height: 1;
	background: white;
	padding: 0.4rem;
}

.feature-text h3 {
	font-size: 1.5rem;
}

.facility-item .item {
	aspect-ratio: 2.7/1;
	margin: 0;
}

.room-item .item {
	aspect-ratio: 1/1;
}

.room-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.room-item {
	margin: 0;
	position: relative;
}

.room-text {
	/* 	background: #7492b5; */
	padding: 0.7rem 0;
	font-size: 1.2rem;
	/* 	color: white; */
	top: 0;
	width: 100%;
	z-index: 2;
}

.room-item h3 {
	font-size: 1rem;
	margin: 0;
}

.room-text p {
	line-height: 1.8;
	font-size: 0.8rem;
}

.room-item1 {
	padding: 1.5rem;
	background: white;
}

.room-item1 .item {
	padding: 2rem;
	aspect-ratio: 2/1.6;
}

.room-item1 .item img {
	object-fit: contain;
}

/*
#body .price-table {
margin-top: 8rem;
} */

.price-table td:first-child {
	background: #f0fff48a;
}

.price-table tr:first-child td {
	background: #70c198;
	color: white;

}

#single_service_main_content {
	max-width: unset;
}

.room-item:nth-child(3) {
	/* 	transform: translateX(55%); /* 右に移動 */
}

.room-item:nth-child(4) {
	/* 	transform: translateX(-55%); /* 左に移動 */
}

.n2-section-smartslider {
	max-width: 700px;
	margin: auto;
}

.qa-1 {
	max-width: 500px;
	margin-bottom: 7px;
	border: 1px solid #d6dde3;
	border-radius: 5px;
}

.qa-1 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em 1em 3em;
	color: #333333;

	cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
	position: absolute;
	left: 1em;

	font-size: 1.3em;
}

.qa-1 summary::before {
	color: #75bbff;
	content: "Q";
}

.qa-1 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #333333b3;
	border-right: 3px solid #333333b3;
	content: '';
	transition: transform .5s;
}

.qa-1[open] summary::after {
	transform: rotate(225deg);
}

.qa-1 p {
	position: relative;
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: .3em 3em 1.5em;
	color: #333;
	transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
	transform: none;
	opacity: 1;
}

.qa-1 p::before {
	color: #ff8d8d;
	line-height: 1.2;
	content: "A";
}

.postid-41 #single_service_header .large_headline {
	/* 	text-align: center; */
}

.postid-41 #single_service_header .large_headline span {
	/* text-decoration: underline; */
	line-height: 1.6;
	text-underline-offset: 1rem;
	/* text-align: center; */
	text-decoration-thickness: 0.7rem;
	font-size: 0.9rem;
	font-weight: 100;
	letter-spacing: 0.3vw;
}

.postid-41 #single_service_header .sub_title2 span {
	font-size: 0.9rem;
	text-align: left;
	margin-top: 1rem;
	letter-spacing: 0.1vw;
	/* font-weight: 100; */
	line-height: 2;
	color: white;
}

#single_service_header.animate .title {
	display: none
}

.postid-41 #single_service_header .category {
	margin-top: 0;
	display: flex;
	height: 100%;
	justify-content: flex-end;
	padding-bottom: 4rem;
}

.postid-41 #single_service_header .category .sub_title1 {
	font-size: 6rem;
	font-weight: 400;
	letter-spacing: 0.5vw;
	line-height: 1.2;
	color: white;
}

#body.postid-41:not(.header_fixed) header,
#body.postid-41:not(.header_fixed) .title {
	/* 	opacity: 0;
	pointer-events: none; */
}

#body.postid-41:not(.header_fixed) .title {
	display: none;
}

body .intro-grid-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	aspect-ratio: 1/0.6;
	max-width: 700px;
	margin: auto;
	margin-bottom: 4rem;
}

.intro-grid-item {
	position: relative;
}

.intro-grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.intro-grid-item-1 {
	grid-area: 1 / 1 / 2 / 3;
}

.intro-grid-item-2 {
	grid-area: 2 / 1 / 3 / 2;
}

.intro-grid-item-3 {
	grid-area: 2 / 2 / 3 / 4;
}

.intro-grid-item-4 {
	grid-area: 1 / 3 / 2 / 4;
}

#body .sec_benefits img {
	aspect-ratio: 1/0.4;
	object-fit: cover;
}

.benefits-image-1 img {
	object-position: top;
}

#body .incubation-table-wrap .s_table {
	margin-top: 0;
}

#body .sec_case .cb_blog_list {
	padding: 0;
	background: none;
}

.sec_case .blog_carousel .title {
	margin-bottom: 20px;
	margin-top: 0;
}

.lp_content.sec_reason table {
	white-space: normal;
}

.lp_content .sec_reason_table td:nth-child(2) {
	border-left: 6px solid var(--tcd-main-color);
	border-right: 6px solid var(--tcd-main-color);
	background: #f1f8ff;

	width: 25% !important;
	line-height: 1.5;
}

#body .sec_reason_table .border-t {
	background: var(--tcd-main-color);
	color: white;
	border-bottom: none;
	position: relative;
	overflow-x: visible;
	/* overflow-x: clip; */
	padding-bottom: 0.9rem;
	font-size: 1.4rem;
}

.lp_content .sec_reason_table td:nth-child(2) strong {
	color: #33cccc;

	/* line-height: 1; */
	font-size: 1.6rem;
}

.lp_content .sec_reason_table td {
	padding: 0.6rem 1rem;
	text-align: center;
	vertical-align: middle;
}

.sec_reason_table tr:first-child td {
	background: #f3f3f3;
	padding: 0;
}

.sec_reason_table tr:first-child td:first-child {
	background: white;
	border-top: none;
	border-left: none;
}

.sec_reason_table td:nth-child(1) {
	background: #f3f3f3;
}

#body .sec_reason_table .border-t:before {
	content: "";
	width: calc(100% + 12px);
	height: 1rem;
	display: block;
	position: absolute;
	top: -1rem;
	left: -6px;
	/* border: 4px solid var(--tcd-main-color); */
	z-index: 2;
	background: var(--tcd-main-color);
}

.s_table:has(.sec_reason_table) {
	overflow: visible;
}

.single .call_list_works {
	margin: 0;
	display: flex;
	gap: 3rem;
	flex-direction: column;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 6rem;
}

.call_list_works img {
	width: 34%;
	margin: auto;
	display: block;
}

.call_work_item {
	border: 1px solid #2a6cb7;
	padding: 3rem;
	padding-left: 0;
	display: flex;
	align-items: center;
	background: white;
}

.call_work_item_content {
	margin-top: 0;
	text-align: left;
	width: 60%;
}

.call_work_item h4 {
	/* 	text-align: center; */
	font-size: 1.4rem;
}

body .call_list_record {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: auto;
	gap: 1rem;
	justify-content: center;
}

body .call_record_item {
	background: #ececec;
	padding: 1rem 1.5rem;
	line-height: 1;
	display: flex;
	gap: 0.5rem;

	align-items: center;
}

.call_record_item:before {
	content: "✔";
	color: var(--tcd-main-color);
	font-size: 1.2rem;
}

body .call_list_manage {
	margin: 0;
}

body .call_list_manage {
	margin: 0;
	max-width: 1100px;
	margin: auto;
	display: flex;
	gap: 3rem 0;
	margin-top: 4rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

.call_manage_item {
	width: 48%;
	padding: 3rem;
	background: white;
	border: 1px solid;
}

.call_manage_item h4 {
	font-size: 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	line-height: 1.8;
	margin-bottom: 2rem;
}

.call_manage_item h4 span {
	color: var(--tcd-main-color);
	line-height: 1.1;
}

body .call_list_security {
	margin: 0;
	text-align: center;
	gap: 5rem;
	display: flex;
	flex-direction: column;
	margin-top: 5rem;
}

.s_table:has(.sec_price_table) {
	white-space: normal;
	overflow-x: scroll;
}

body .sec_price_table {
	width: 2500px !important;
	max-width: unset;
}

.sec_price_table td:first-child {
	white-space: nowrap;
}

#body .sec_price_table td:first-child {
	white-space: nowrap;
	position: sticky;
	left: 0;
	border-left: solid 1px #ddd;
	background: #2ea569;
	color: white;
}

#body .sec_price_table td:nth-child(n+2) {
	width: 23% !important;
}

.sec_price_table tr {
	position: relative;
}

.call_flow_item {
	display: flex;
}

.call_flow_item {
	display: grid;
	grid-template-columns: 35% 61%;
	justify-content: space-between;
	margin: 0;
	position: relative;
}

body .call_list_flow {
	display: flex;
	flex-direction: column;
	gap: 8rem;
	margin: 0;
}

.call_flow_item:not(:last-child):after {
	content: "▼";
	font-size: 1.5rem;
	transform: scale(2, 1);
	text-align: center;
	position: absolute;
	inset: 0;
	bottom: -5rem;
	top: unset;
	color: var(--tcd-main-color);
}

.call_flow_item_content h4 {
	color: var(--tcd-main-color);
	font-size: 1.6rem;
}

#body .sec_case .cb_blog_list {
	padding: 0;
	background: none;
	/* border: #22222329 solid 1px; */
	padding: 3rem 0;
	width: 100vw;
	margin-left: calc((-100vw + 1100px) / 2 + 0px);
}

.sec_case .blog_carousel_wrap {
	padding-left: 0;
}

.sec_case .genesis_carousel_scrollbar {
	padding: 0;
}

.sec_case .blog_carousel .title a {
	color: black;
}

.sec_case .blog_carousel .category_button {
	color: var(--tcd-main-color)
}

.sec_case .swiper-scrollbar {
	margin-top: 60px !important;
}

body .cta_tel {
	font-size: 1.8rem;
	text-align: center;
	display: block;
	margin: auto;
	width: max-content;
	padding: 1rem;
	color: var(--tcd-main-color);
}

.sec_case .design_arrow_button {
	margin-bottom: 3rem;
}

.page-id-102 .gallery_content {
	background: white;
}

#body .recruit_value_wrap>div {
	width: 30%;
	justify-content: center;
	flex-basis: unset;
	flex-grow: unset;
	padding: 3rem;
}

.recruit_value_wrap {
	flex-wrap: wrap !important;
	justify-content: center;
	margin-top: 3rem;
}

.recruit_value_wrap figure {
	width: 33%;
}

.recruit_value_wrap h4 {
	margin-top: 2.5rem;
}

.list-members h4 {
	margin: auto;
	margin-top: 1rem;
}

.list-members>div {
	padding: 1.2rem;
}

#body .recruit_benefits_wrap>div {
	width: 22%;
	padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.recruit_benefits_wrap figure {
	width: 31%;
}

.recruit_benefits_wrap h4 {
	margin-top: 1.5rem;
}

body .recruit_flow_item {
	display: grid;
	grid-template-columns: 18% 82%;
	gap: 0;
	margin-bottom: 3rem;
	position: relative;
}

body .recruit_flow_item h4 {
	background: #459e75;
	color: white;
	height: 100%;
	padding: 1rem;
	/* vertical-align: middle; */
	display: flex;
	align-items: center;
}

body .recruit_flow_item p {
	background: #51a88012;
	padding: 1rem;
}

.recruit_flow_item:not(:last-child):after {
	content: "▼";
	font-size: 1.5rem;
	transform: scale(2, 1);
	text-align: center;
	position: absolute;
	inset: 0;
	bottom: -2rem;
	top: unset;
	color: #51a8807a;
}

.recruit_business_wrap {
	margin-top: 5rem;
}

.recruit_business_wrap img {
	max-height: 160px;
	width: 100%;
}

.recruit_business_wrap h4 {
	margin-top: 1.5rem;
}

.sec_case .blog_carousel .item {
	align-items: flex-start;
}

.recruit_message_sentence {
	overflow-y: scroll;
	max-height: 65vh;
	padding-bottom: 5%;
}

.recruit_message_box {
	position: relative;
	gap: 5%;
}

.recruit_message_box:after {
	content: "";
	display: block;
	width: 100%;
	height: 15%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(360deg, white, transparent);
}

.list-members .design_arrow_button {
	padding: 0;
	margin-right: 0;
}

.list-members .design_arrow_button a {
	transform: scale(0.8);
	transform-origin: right;
}

.recruit_flow_item:last-child {
	grid-template-columns: 100%;
	text-align: center;
}

.recruit_flow_item:last-child h4 {
	justify-content: center;
}

body .list-occupations {
	display: grid;
	grid-template-columns: 48.5% 48.5%;
	justify-content: space-between;
	gap: 3rem 0rem;
}

.sec_member .list-members>div {
	border: 1px solid;
}

.list-occupations>div {
	display: flex;
	flex-direction: column;
}

.list-occupations h4 {
	margin-bottom: 0.3rem;
	margin-left: 0;
}

.list-occupations>div p {
	margin-bottom: 0.8rem;
}

/* .page-id-102 h1 .line:first-child {
margin-bottom: 2rem;
}

.page-id-102 h1 .line:not(:first-child) {
font-size: 1.3rem;
margin-top: 0.5rem;
} */

.flex {
	display: flex;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex .large_headline span,
.flex-wrap .large_headline span {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.4;
}

.w-15per {
	width: 15%;
}

.w-35per {
	width: 35%;
}

.w-45per {
	width: 45%;
}

.single .mg-l-auto {
	margin-left: auto;
}

#body.postid-41 .large_headline {
	text-align: left;
}

.h2-wrap {
	margin-bottom: 4.5rem;
}

.postid-41 .facility-intro {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(5, 1fr);
	gap: 8px;
	margin: 0;
}

.facility-item1 {
	grid-column: span 4 / span 4;
	grid-row: span 2 / span 2;
}

.facility-item2 {
	grid-column: span 2 / span 2;
	grid-column-start: 5;
}

.facility-item3 {
	grid-column: span 2 / span 2;
	grid-column-start: 5;
	grid-row-start: 2;
}

.facility-item4 {
	grid-column: span 3 / span 3;
	grid-row-start: 3;
}

.facility-item5 {
	grid-column: span 3 / span 3;
	grid-column-start: 4;
	grid-row-start: 3;
}

.facility-item6 {
	grid-column: span 6 / span 6;
	grid-row: span 2 / span 2;
	grid-row-start: 4;
}

body .rooms-intro {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 3%;
	margin: 0;
}

.room-item1 {
	grid-column: span 3 / span 3;
	grid-row: span 2 / span 2;
}

.room-item2 {
	grid-column-start: 4;
}

.room-item3 {
	grid-column-start: 5;
}

.room-item4 {
	grid-column-start: 4;
	grid-row-start: 2;
}

.room-item5 {
	grid-column-start: 5;
	grid-row-start: 2;
}

#body .room-item {
	margin: 0;
	position: relative;
}

#body .feature-text h3 {
	font-size: 1.3rem;
	margin: 1.6rem 0 1.2rem;
	/* font-weight: 700; */
	letter-spacing: 0.15rem;
}

.h2-box p {
	margin-top: 1rem;
}



.comparison_bg:after {
	background: radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 30%),
		linear-gradient(115deg, #f5f0e8 0%, #ece7db 43%, #e0d8c8 100%);
}

#body.postid-41.header_type2 #header_search .search_button:before {
	color: #000;
}

.postid-41 #single_service_main_content {
	padding-bottom: 0;
}

.postid-41 .comparison-table-wrap {
	/* width: min(1620px, calc(100% - 72px)); */
	margin: 50px auto 45px;
}

.postid-41 .comparison-list {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.postid-41 .comparison-card {
	position: relative;
	padding: 3rem;
	background: rgb(250 250 250 / 75%);
	box-shadow: 0 16px 32px rgba(52, 47, 38, 0.08);
}

.postid-41 .comparison-card--recommended {
	background: rgba(255, 253, 249, 0.94);
	border: 3px solid #c99b3d;
	/* border-radius: 6px; */
	box-shadow:
		0 18px 28px rgba(114, 83, 22, 0.20),
		inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.postid-41 .comparison-card--normal {
	padding-top: 4.2rem;
}

.postid-41 .recommend-label {
	position: absolute;
	top: -19px;
	left: 38px;
	display: inline-flex;
	align-items: center;
	height: 36px;
	padding: 0 13px;
	color: #fffdf7;
	background: linear-gradient(180deg, #be8c25);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.postid-41 .eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 2px 0 1rem;
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.postid-41 .eyebrow::before {
	content: "";
	width: 20px;
	height: 1px;
	background: #7a7a7a;
}

.postid-41 .comparison-h3 {
	font-size: 1.7rem;
	margin: 0;
	color: #060b1c;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0;
}

.postid-41 .comparison-card--recommended .comparison-h3 {
	color: #c39742;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.08;
	text-shadow: 0 1px 0 rgba(92, 61, 8, 0.12);
}

.postid-41 .subtitle {
	margin: 1.2rem 0 2.5rem;
	color: #2d2d2d;
	font-size: 0.9rem;

	line-height: 1.8;
}

#body.postid-41 .s_table {
	margin: 0 !important;
}

.postid-41 .comparison-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-top: 1px solid #d5d0c4;
	border-left: none;
}

.postid-41 .comparison-table tr {
	border-bottom: 1px solid #d5d0c4;
}

.postid-41 .comparison-table tr:last-child {
	border-bottom: 0;
}

.postid-41 .comparison-table th,
.postid-41 .comparison-table td {
	height: 4.9rem;
	padding: 0;
	vertical-align: middle;
}

.postid-41 .comparison-table th {
	width: 36.5%;
	color: #353535;
	font-size: 0.9rem;
	font-weight: 500;
	border-right: none;
	text-align: left;
	background: none;
	/* border-left: none; */
}

.postid-41 .comparison-table td {
	color: #061229;
	font-size: 1.1rem;
	font-weight: 500;
	border-right: none;
	border-left: none;
	line-height: 1.6;
	background: none;
}

.postid-41 .comparison-card--recommended .comparison-table th {
	color: #171717;
	font-size: 1rem;

	background: rgba(255, 253, 249, 0.94);
}

.postid-41 .th-content {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	gap: 0.6rem;
}

.postid-41 .table-icon {
	display: inline-flex;
	/* flex: 0 0 52px; */
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: auto;
	aspect-ratio: 1/1;
	padding: 0.2rem;
	color: #171717;
	background: #ece7dc;
	border-radius: 50%;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
}

.postid-41 .comparison-card--recommended .comparison-table td {
	color: #9a6d11;
	font-size: 1.2rem;

	letter-spacing: 1px;
	background: rgba(255, 253, 249, 0.94);
}

.postid-41 .pricing-section {
	margin: 5rem auto 0;
	padding: 3.2rem 0;
	background: #fffdf8;
}

.postid-41 .pricing-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.postid-41 .pricing-card {
	position: relative;
	min-height: 28.5rem;
	padding: 3.1rem 2rem 2.4rem;
	background: #fff;
	border: 1px solid #d9d2c4;
	box-shadow: 0 14px 28px rgba(52, 47, 38, 0.06);
}

.postid-41 .pricing-card--recommended {
	border-color: #c9a75d;
	box-shadow: 0 16px 34px rgba(123, 86, 13, 0.14);
}

.postid-41 .pricing-label {
	position: absolute;
	top: -1px;
	right: -1px;
	display: inline-flex;
	align-items: center;
	height: 1.6rem;
	padding: 0 1.1rem;
	color: #3d3217;
	background: #d7bd72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.55rem;
	line-height: 1;
	letter-spacing: 0.22rem;
	text-transform: uppercase;
}

.postid-41 .pricing-title {
	margin: 0;
	color: #111318;
	font-size: 1.45rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	letter-spacing: 0.06rem;
}

.postid-41 .pricing-lead {
	margin: 0.9rem 0 3.3rem;
	color: #6d6a63;
	font-size: 0.75rem;
	line-height: 1.8;
	letter-spacing: 0.08rem;
}

.postid-41 .pricing-price {
	display: flex;
	align-items: baseline;
	margin: 0;
	color: #111318;
}

.postid-41 .currency {
	margin-right: 0.35rem;
	color: #77736b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
}

.postid-41 .amount {
	font-size: 2.9rem;
	line-height: 1;
	letter-spacing: 0;
}

.postid-41 .period {
	margin-left: 0.45rem;
	color: #6d6a63;
	font-size: 0.75rem;
}

.postid-41 .pricing-note {
	margin: 1.4rem 0 1.55rem;
	color: #716d65;
	font-size: 0.75rem;
}

.postid-41 .feature-list {
	margin: 0;
	padding: 1.45rem 0 0;
	border-top: 1px solid #ded8cb;
	list-style: none;
}

.postid-41 .feature-list li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: #252525;
	font-size: 0.78rem;
	line-height: 1.9;
}

.postid-41 .feature-list li+li {
	margin-top: 0.55rem;
}

.postid-41 .feature-list li::before {
	content: "";
	width: 0.75rem;
	height: 1px;
	background: #a28a4f;
}

.postid-41 .fee-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.postid-41 .fee-panel {
	padding: 2.35rem 2rem 2.1rem;
	background: #fff;
	border: 1px solid #d9d2c4;
	box-shadow: 0 14px 28px rgba(52, 47, 38, 0.05);
}

.postid-41 .fee-panel--accent {
	background: #fffaf0;
	border-color: #c9a75d;
}

.postid-41 .fee-kicker {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 0 0.7rem;
	color: #8d7438;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65rem;
	letter-spacing: 0.22rem;
	text-transform: uppercase;
}

.postid-41 .fee-kicker::before {
	content: "";
	width: 1rem;
	height: 1px;
	background: #b99b54;
}

.postid-41 .fee-title {
	margin: 0 0 1.6rem;
	color: #111318;
	font-size: 1.65rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.4;
}

.postid-41 .fee-list {
	margin: 0;
	border-top: 1px solid #ded8cb;
}

.postid-41 .fee-item {
	display: grid;
	grid-template-columns: 34% minmax(0, 1fr);
	gap: 1rem;
	border-bottom: 1px solid #ded8cb;
}

.postid-41 .fee-item:last-child {
	border-bottom: 0;
}

.postid-41 .fee-item dt,
.postid-41 .fee-item dd {
	padding: 1rem 0;
}

.postid-41 .fee-item dt {
	color: #1e1e1c;
	font-size: 0.82rem;
	line-height: 1.8;
	font-weight: 500;
}

.postid-41 .fee-item dd {
	margin: 0;
	color: #333;
	font-size: 0.82rem;
	line-height: 1.8;
}

.postid-41 .fee-item strong {
	display: block;
	color: #9a6d11;
	font-size: 1rem;

	line-height: 1.6;
}

.postid-41 .fee-item span {
	display: block;
	margin-top: 0.2rem;
	color: #1e1e1c;
	font-weight: 400;
}

.postid-41 .pricing-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem 2rem;
	margin: 1.6rem 0 0;
	padding: 1.25rem 1.45rem;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid #e0dacd;
	list-style: none;
}

.postid-41 .pricing-notes li {
	position: relative;
	padding-left: 1rem;
	color: #1e1e1c;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.7;
}

.postid-41 .pricing-notes li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	color: #9a6d11;
}

.postid-41 .faq-section {
	display: grid;
	grid-template-columns: 32% minmax(0, 1fr);
	gap: 4rem;
	margin-top: 5rem;
	padding: 6rem 0 5.5rem;
}

.postid-41 .faq-heading {
	padding-top: 0.25rem;
}

.postid-41 .faq-kicker {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.6rem;
	color: #283b31;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.22rem;
	text-transform: uppercase;
}

.postid-41 .faq-kicker::before {
	content: "";
	width: 0.9rem;
	height: 1px;
	background: #778177;
}

.postid-41 .faq-title {
	margin: 0;
	color: #07101d;
	font-size: 3.25rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.08rem;
}

.postid-41 .faq-list {
	border-top: 1px solid #d8d1c1;
}

.postid-41 .faq-item {
	border-bottom: 1px solid #d8d1c1;
}

.postid-41 .faq-item summary {
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr) 2rem;
	gap: 1.6rem;
	align-items: center;
	min-height: 4.7rem;
	padding: 1.5rem 0 1.5rem;
	color: #1e1e1c;
	cursor: pointer;
	font-weight: 400;
	list-style: none;
}

.postid-41 .faq-item summary::-webkit-details-marker {
	display: none;
}

.postid-41 .faq-number {
	color: #203a32;
	font-family: "Times New Roman", "Noto Serif JP", serif;
	font-size: 1rem;
	line-height: 1;
}

.postid-41 .faq-question {
	font-size: 1.18rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.08rem;
}

.postid-41 .faq-toggle {
	position: relative;
	justify-self: end;
	width: 1rem;
	height: 1rem;
}

.postid-41 .faq-toggle::before,
.postid-41 .faq-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 1px;
	background: #756f64;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.postid-41 .faq-toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.postid-41 .faq-item[open] .faq-toggle::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.postid-41 .faq-answer {
	margin: -0.25rem 3.6rem 1.8rem 5.1rem;
	color: #67645f;
	font-size: 0.82rem;
	line-height: 1.9;
}

.postid-41 .faq-answer p {
	margin: 0;
}

.postid-41 .benefits-section {
	margin-top: 5rem;
	padding: 5.5rem 0 6rem;
	background: #fffdf8;
}

.postid-41 .benefits-heading {
	display: grid;
	grid-template-columns: 32% minmax(0, 1fr);
	gap: 4rem;
	margin-bottom: 3rem;
}

.postid-41 .benefits-kicker {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	color: #8d7438;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.22rem;
	text-transform: uppercase;
}

.postid-41 .benefits-kicker::before {
	content: "";
	width: 0.9rem;
	height: 1px;
	background: #b99b54;
}

.postid-41 .benefits-title {
	margin: 0;
	color: #07101d;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.08rem;
}

.postid-41 .benefits-list {
	display: grid;
	gap: 1.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.postid-41 .benefit-card {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 1rem;
	align-items: stretch;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid #d9d2c4;
	box-shadow: 0 16px 34px rgba(52, 47, 38, 0.06);
}

.postid-41 .benefit-card--reverse {
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.postid-41 .benefit-card--reverse .benefit-media {
	order: 2;
}

.postid-41 .benefit-media {
	min-height: 23rem;
	margin: 0;
	overflow: hidden;
	background: #eee8dc;
}

.postid-41 .benefit-photo {
	width: 100%;
	height: 100%;
	min-height: 23rem;
	background:
		linear-gradient(135deg, rgba(16, 21, 25, 0.12), rgba(16, 21, 25, 0.02)),
		radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 26%),
		linear-gradient(135deg, #d8c7a0 0%, #eee8dc 48%, #bfc8be 100%);
}

.postid-41 .benefit-media--support .benefit-photo {
	background:
		linear-gradient(135deg, rgba(16, 21, 25, 0.10), rgba(16, 21, 25, 0.01)),
		radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 28%),
		linear-gradient(135deg, #c7d0c6 0%, #f3eadc 52%, #d2b976 100%);
}

.postid-41 .benefit-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 2.2rem;
}

.postid-41 .benefit-number {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 1.2rem;
	color: #9a6d11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76rem;
	letter-spacing: 0.18rem;
	text-transform: uppercase;
}

.postid-41 .benefit-number::before {
	content: "";
	width: 1.4rem;
	height: 1px;
	background: #b99b54;
}

.postid-41 .benefit-title {
	margin: 0 0 1.3rem;
	color: #07101d;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.06rem;
}

.postid-41 .benefit-content p {
	margin: 0;
	color: #1e1e1c;
	font-size: 0.9rem;
	line-height: 2;
}

.postid-41 .benefit-content p+p {
	margin-top: 0.85rem;
}

.postid-41 .benefit-support-list {
	margin: 0;
	padding: 1.2rem 0 0;
	border-top: 1px solid #ded8cb;
	list-style: none;
}

.postid-41 .benefit-support-list li {
	display: flex;
	gap: 0.8rem;
	color: #1e1e1c;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 2;
}

.postid-41 .benefit-support-list li+li {
	margin-top: 0.7rem;
}

.postid-41 .benefit-support-list li::before {
	content: "";
	flex: 0 0 0.75rem;
	height: 1px;
	margin-top: 0.9rem;
	background: #a28a4f;
}

#body.postid-41 section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.small_headline.w-15per {
	margin-top: 0.8rem;
	font-size: 0.8rem;
	letter-spacing: 0.05rem;
	color: #545454;
}

.sec_faq .h2-wrap {
	display: block;
}

.sec_faq .small_headline {
	margin-bottom: 1rem;
	margin-top: 0;
}

.postid-41 .cta-section {
	position: relative;
	width: 100vw;
	min-height: 31.2rem;
	margin: 5rem 0 0 calc(50% - 50vw);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: linear-gradient(rgba(101, 101, 94, 0.82), rgba(101, 101, 94, 0.82)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.34) 0 1px, transparent 1px 12px),
		linear-gradient(135deg, #8f8e85, #77766f);
	color: #fff;
	background: url(https://astano.co.jp/wp-content/uploads/2026/04/IMG_6279-scaled-1.jpg) no-repeat center/cover;
	text-align: center;
}

.postid-41 .cta-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, #00000073, #00000000);
	pointer-events: none;
}

.postid-41 .cta-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem 1.5rem;
}

.postid-41 .cta-kicker {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.9rem;
	color: rgba(255, 255, 255, 0.86);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.34rem;
	text-transform: uppercase;
}

.postid-41 .cta-kicker::before {
	content: "";
	width: 1rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.68);
}

.postid-41 .cta-title {
	margin: 0;
	color: #fff;
	font-size: clamp(1.85rem, 3vw, 2.85rem);
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.22rem;
	text-shadow: 0 -3px 10px rgb(0 0 0 / 12%), 0 3px 10px rgb(0 0 0 / 10%);
	font-feature-settings: "palt";
}

.postid-41 .cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	min-width: 12.6rem;
	min-height: 3.35rem;
	margin-top: 2.6rem;
	padding: 0 2rem;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
	letter-spacing: 0.12rem;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.postid-41 .cta-button:hover {
	background: white;
	border-color: rgba(255, 255, 255, 0.95);
	text-decoration: none;
}

.postid-41 .cta-hours {
	margin: 1.35rem 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.82rem;
	letter-spacing: 0.12rem;
}

.single .facility-swiper-wrap {
	margin-bottom: 4rem;
	margin-left: 0;
}

.facility-swiper {
	margin-left: -100px;
	width: calc(100% + 200px);
}

.facility-swiper h3 {
	margin: 1rem;
	background: #ffffff;
	padding: 0.3rem 1rem;
	position: absolute;
	bottom: 1.7rem;
	left: 1rem;
	margin: 0;
	font-size: 1.3rem;
}

.facility-swiper-wrap .item {
	width: 100%;
}

.facility-swiper-wrap img {
	aspect-ratio: 1/0.6;
	object-fit: cover;
	width: 100%;
}

.facility-swiper .swiper-button-next {
	right: 22.4%;
	background: #c99b3d;
	padding: 1.5rem;
	border-radius: 100%;
	color: white;
	border: 1px solid;
	bottom: 0;
	top: unset;
}

.facility-swiper .swiper-button-prev {
	left: 22.4%;
	background: #c99b3d;
	padding: 1.5rem;
	border-radius: 100%;
	color: white;
	border: 1px solid;
	bottom: 0;
	top: unset;
}

.facility-swiper .swiper-horizontal>.swiper-pagination-bullets,
.facility-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.facility-swiper .swiper-pagination-custom,
.facility-swiper .swiper-pagination-fraction {
	bottom: 1.2rem;
}

.facility-swiper .swiper-button-next:after,
.facility-swiper .swiper-rtl .swiper-button-prev:after {
	font-size: 1rem;

}

.facility-swiper .swiper-button-prev:after,
.facility-swiper .swiper-rtl .swiper-button-next:after {
	font-size: 1rem;

}

.facility-swiper .swiper-pagination-bullet {
	background-color: #c99b3d42;
}

.facility-swiper .swiper-pagination-bullet-active {
	background: #c99b3d;
}

.postid-41 .sec_top img {
	max-width: 200px;
	display: block;
	margin-top: 2rem;
}

.cta-kicker img {
	max-width: 110px;
}

body #copyright {
	background: white;
	color: #aeaeae;
	line-height: 40px;
	height: 40px;
}

.feature-num {
	color: #c39742;
	font-style: italic;
	font-size: 2rem;
	margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
	.postid-41 .comparison {
		width: min(760px, calc(100% - 32px));
		margin: 24px auto;
	}

	.postid-41 .comparison-list {
		grid-template-columns: 1fr;
	}

	.postid-41 .comparison-card {
		min-height: auto;
		padding: 58px 32px 42px;
	}

	.postid-41 .pricing-list {
		grid-template-columns: 1fr;
	}

	.postid-41 .pricing-card {
		min-height: auto;
	}

	.postid-41 .fee-detail,
	.postid-41 .pricing-notes {
		grid-template-columns: 1fr;
	}

	.postid-41 .faq-section {
		grid-template-columns: 1fr;
		gap: 0;
		padding-top: 4.5rem;
		margin-top: 0;
	}

	.postid-41 .faq-title {
		font-size: 2.6rem;
	}

	.postid-41 .benefits-heading,
	.postid-41 .benefit-card,
	.postid-41 .benefit-card--reverse {
		grid-template-columns: 1fr;
	}

	.postid-41 .benefit-card--reverse .benefit-media {
		order: 0;
	}

	.postid-41 #single_service_header .category .sub_title1 {
		font-size: 8vw;
	}

	.postid-41 #single_service_header .large_headline span {
		font-size: 0.7rem;
	}

	.postid-41 #single_service_header .sub_title2 span {
		display: none;
	}

	.postid-41 .flex {
		display: block;
	}

	.postid-41 .w-15per {
		width: 100%;
	}

	.postid-41 .w-35per {
		width: 100%;
	}

	#body.postid-41 .large_headline {
		margin-bottom: 3rem;
	}

	#body.postid-41 #single_service_header .large_headline {
		margin-bottom: 0;
	}

	.postid-41 #single_service_header .image {
		object-position: 36%;
	}

	.postid-41 .flex .large_headline span,
	.postid-41 .flex-wrap .large_headline span {
		font-size: 8vw;
	}

	body .features-list {
		grid-template-columns: 1fr;
		margin-top: 2rem;
		gap: 0;
	}

	.postid-41 .feature-num {
		font-size: 1.7rem;
	}

	#body .feature-text h3 {
		font-size: 5vw;
		margin: 1rem 0 0.5rem;
	}

	#body.postid-41 section {
		margin-bottom: 0;
		padding-top: 0;
	}

	.postid-41 .comparison-list {
		flex-direction: column;
	}

	#body.postid-41 .comparison-table th,
	#body.postid-41 .comparison-table td {
		height: auto;
		padding: 0;
		display: block;
		padding-top: 0.7rem;
		padding-bottom: 0.7rem;
		width: 100% !important;
	}

	.postid-41 .comparison-card--recommended .comparison-table th {
		border: none;
	}

	#body.postid-41 .s_table {
		padding-left: 0;
	}

	#body.postid-41 .comparison-card--recommended .comparison-table td {
		padding-top: 0;
	}

	.postid-41 .comparison-card {
		padding: 2rem;
	}

	#body.postid-41 .s_table {
		overflow: hidden;
	}

	.postid-41 .comparison-table th {
		border-bottom: none;
	}

	.postid-41 .facility-intro {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap: 8px;
	}

	.postid-41 .facility-item1 {
		grid-column: span 2 / span 2;
		grid-row: unset;
	}

	.postid-41 .facility-item2 {
		grid-row: span 2 / span 2;
		grid-row-start: 2;
		grid-column: unset;
		grid-column-start: unset;
	}

	.postid-41 .facility-item3 {
		grid-row: span 2 / span 2;
		grid-row-start: 2;
		grid-column: unset;
		grid-column-start: unset;
	}

	.postid-41 .facility-item4 {
		grid-column: span 2 / span 2;
		grid-row-start: 4;
		grid-column-start: unset;
	}

	.postid-41 .facility-item5,
	.postid-41 .facility-item6 {
		display: none;
	}

	#body .facility-item {
		margin: 0 !important;
	}

	.facility-intro h3 {
		font-size: 3vw;
	}

	.h2-wrap {
		margin-bottom: 0;
	}

	body .rooms-intro {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(1, 1fr);
		gap: 8px;
	}

	.room-item1 {
		grid-column: span 2 / span 2;
		grid-row: unset;
	}

	.room-item2 {
		grid-row-start: 2;
		grid-column-start: unset;
	}

	.room-item3 {
		grid-row-start: 2;
		grid-column-start: unset;
	}

	.room-item4 {
		grid-column-start: unset;
		grid-row-start: unset;
	}

	.room-item5 {
		grid-row-start: 3;
		grid-column-start: unset;
	}

	.postid-41 .faq-item:last-child {
		border: none;
	}

	.postid-41 .cta-section {
		min-height: 26rem;
	}

	.postid-41 #single_service_header .category {
		padding-bottom: 2rem;
	}

	.facility-swiper h3 {
		font-size: 0.8rem;
		padding: 0.2rem 0.6rem;
		left: 3%;
		bottom: 9%;
	}

	.facility-swiper {
		margin-left: -20px;
		width: calc(100% + 40px);
	}

	.single .facility-swiper-wrap {
		margin-bottom: 3rem;
	}

	.swiper-pagination-bullet {
		width: 15px;
		height: 3px;
	}

	.facility-swiper .swiper-button-next {
		right: 7%;
		padding: 0.6rem;
		aspect-ratio: 1 / 1;
		width: 2.5rem;
		height: auto;
	}

	.facility-swiper .swiper-button-prev {
		left: 7%;
		padding: 0.6rem;
		aspect-ratio: 1 / 1;
		width: 2.5rem;
		height: auto;
	}

	.facility-swiper .swiper-button-next:after,
	.facility-swiper .swiper-rtl .swiper-button-prev:after,
	.facility-swiper .swiper-button-prev:after,
	.facility-swiper .swiper-rtl .swiper-button-next:after {
		font-size: 0.7rem;
	}

	#menu-footer-menu {
		display: flex;
		flex-direction: column;
		transform: unset !important;
	}

	#footer_nav li {
		align-items: flex-start;
	}

	.menu-child a:before {
		content: "─";
		margin-right: 0.6rem;
	}

	.top-aboutUs-wrap .vertical {
		display: flex;
		flex-direction: column-reverse;
		gap: 2rem;
	}

	.aboutUs-text {
		width: 100%;
	}

	.top-aboutUs-wrap .design_arrow_button {
		margin-top: 2rem;
	}
}

@media screen and (max-width: 520px) {
	.postid-41 .comparison {
		width: calc(100% - 24px);
	}

	.postid-41 .comparison-card {
		padding: 50px 18px 30px;
	}

	.postid-41 .recommend-label {
		left: 18px;
		max-width: calc(100% - 40px);
		height: 38px;
		font-size: 1rem;
		letter-spacing: 4px;
	}

	.postid-41 .comparison-table th {
		width: 42%;
		font-size: 0.9rem;
	}

	.postid-41 .comparison-table td {
		font-size: 17px;
	}

	.postid-41 .comparison-card--recommended .comparison-table th {
		gap: 10px;
		font-size: 1rem;
	}

	.postid-41 .table-icon {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
		font-size: 21px;
	}

	.postid-41 .comparison-card--recommended .comparison-table td {
		font-size: 19px;
	}

	.postid-41 .fee-panel {
		padding: 1.8rem 1.2rem;
	}

	.postid-41 .fee-item {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.postid-41 .fee-item dt {
		padding-bottom: 0.15rem;
	}

	.postid-41 .fee-item dd {
		padding-top: 0;
	}

	.postid-41 .pricing-notes {
		padding: 1rem;
	}

	.postid-41 .faq-section {
		gap: 0;
		padding: 3.5rem 0;
		margin-top: 0;
	}

	.postid-41 .faq-title {
		font-size: 2.15rem;
	}

	.postid-41 .faq-item summary {
		grid-template-columns: 2.2rem minmax(0, 1fr) 1.5rem;
		gap: 0.8rem;
	}

	.postid-41 .faq-question {
		font-size: 1rem;
	}

	.postid-41 .faq-answer {
		margin: -0.15rem 2rem 1.4rem 3rem;
	}

	.postid-41 .benefits-section {
		padding: 3.5rem 0;
	}

	.postid-41 .benefits-title {
		font-size: 2.15rem;
	}

	.postid-41 .benefit-card {
		padding: 1rem;
	}

	.postid-41 .benefit-media,
	.postid-41 .benefit-photo {
		min-height: 16rem;
	}

	.postid-41 .benefit-content {
		padding: 1.2rem 0.2rem 0.4rem;
	}

	.postid-41 .benefit-title {
		font-size: 1.25rem;
	}

	.postid-41 .cta-section {
		min-height: 24rem;
		margin-top: 3.5rem;
	}

	.postid-41 .cta-kicker {
		font-size: 0.64rem;
		letter-spacing: 0.22rem;
	}

	.postid-41 .cta-button {
		min-width: 11rem;
		min-height: 3rem;
		margin-top: 2rem;
		font-size: 0.76rem;
	}
}

@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}


#header_logo2 img,
#header_logo img {
	max-width: 170px;
}

.postid-40 #single_service_header,
.postid-40 #single_service_main_content {
	margin: 0;
	min-width: 320px;
	color: var(--white);
	background: var(--blue-deep);
}

.postid-40 #single_service_header {
	height: auto;
}

.postid-40 #single_service_main_content {
	padding: unset;
}

.postid-40 .site-main {
	overflow: hidden;
}

.postid-40 .section-inner {
	width: min(100%, 1492px);
	margin: 0 auto;
	padding: 96px 40px;
}

.postid-40 .fv {
	position: relative;
	display: flex;
	min-height: 904px;
	height: 100svh;
	flex-direction: column;
	justify-content: space-between;
	background:
		linear-gradient(90deg, rgba(13, 52, 102, 1.0) 0%, rgba(15, 57, 107, 0.9) 34%, rgba(22, 61, 107, 0.8) 63%, rgba(27, 67, 115, 0.7) 100%),
		url(https://astano.co.jp/wp-content/uploads/2026/05/AdobeStock_392358826-scaled-e1777945826655.jpeg) right center / cover no-repeat;
}

.postid-40 .fv::before,
.postid-40 .fv::after {
	position: absolute;
	z-index: 0;
	display: block;
	width: 1px;
	height: 430px;
	content: "";
	background: rgba(255, 255, 255, 0.5);
	transform: rotate(25deg);
	transform-origin: top;
}

.postid-40 .fv::before {
	top: 280px;
	right: 42px;
}

.postid-40 .fv::after {
	top: 382px;
	right: 22px;
	height: 118px;
	background: var(--gold);
}

.postid-40 .fv__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1492px);
	margin: 0 auto;
	padding: 11rem 82px 70px;
}

.postid-40 .fv__label {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0 0 46px;
	color: var(--gold);
	font-size: 1rem;

	letter-spacing: 7.0px;
	line-height: 1;
}

.postid-40 .fv__label span {
	width: 42px;
	height: 1px;
	background: var(--gold);
}

.postid-40 .fv__content {
	width: min(100%, 800px);
}

.postid-40 .fv__title {
	margin: 0;
	font-size: clamp(43px, 5.0vw, 70px);

	line-height: 1.4;
	letter-spacing: 0;
	font-feature-settings: "palt";
}

.postid-40 .fv__title span {
	display: block;
}

.postid-40 .fv__title em {
	position: relative;
	display: inline-block;
	color: var(--gold-light);
	font-style: normal;
}

.postid-40 .fv__title em::after {
	position: absolute;
	right: 8px;
	bottom: -10px;
	left: -4px;
	height: 4px;
	content: "";
	background: var(--gold);
}

.postid-40 .fv__lead span {
	display: block;
}

.postid-40 .fv__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.postid-40 .section__lead {
	margin: 2rem 0 3rem;
	color: #1e1e1c;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}

.postid-40 .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 224px;
	min-height: 72px;
	padding: 18px 30px;
	border-radius: 2px;
	font-size: 18px;

	line-height: 1.4;
}

.postid-40 .button--primary {
	gap: 12px;
	background: var(--gold);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
	color: white;
	transition: 0.4s;
}

.postid-40 .button--primary:hover {
	transition: 0.4s;
	background: #0d3567;
	color: white;
	border: 1px solid;
}

.postid-40 .button--outline {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(3px);
}

.postid-40 .fv__numbers {
	position: relative;
	z-index: 1;
	display: grid;
	width: 100%;
	grid-template-columns: 1.1fr repeat(4, 1fr);
	gap: 0;
	padding: 32px 82px 25px;
	background: rgba(49, 85, 130, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.postid-40 .number-head,
.number-item {
	min-height: 72px;
	padding: 0 32px;
}

.postid-40 .number-head {
	padding-left: 0;
}

.postid-40 .number-head p {
	margin: 4px 0 15px;
	color: var(--gold-light);
	font-size: 1rem;

	letter-spacing: 5.8px;
}

.postid-40 .number-head span {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;

}

.postid-40 .number-item {
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.postid-40 .number-item dt {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;

}

.postid-40 .number-item dd {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin: 0;
}

.postid-40 .number-item strong {
	font-size: clamp(34px, 3.0vw, 40px);

	line-height: 1;
}

.postid-40 .number-item span {
	color: var(--gold-light);
	font-size: 16px;

}

.postid-40 .strength {
	color: var(--ink);
	background: var(--white);
}

.postid-40 .section-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 24px;
	color: var(--gold);
	font-size: 0.9rem;

	letter-spacing: 6.0px;
	line-height: 1;
}

.postid-40 .section-label span {
	width: 28px;
	height: 1px;
	background: var(--gold);
}

.postid-40 .section-label--left {
	justify-content: flex-start;
}

.postid-40 .section-title {
	margin: 0;
	margin-bottom: 2rem;
	color: var(--ink);
	font-size: clamp(34px, 3.2vw, 46px);

	line-height: 1.4;
	text-align: center;
}

.postid-40 .section-lead {
	margin: 28px auto 78px;
	color: #1e1e1c;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}

.postid-40 .strength__title {
	margin: 0;
	color: var(--ink);
	font-size: clamp(32px, 3.0vw, 42px);

	line-height: 1.4;
	text-align: center;
}

.postid-40 .strength__list {
	display: grid;
	gap: 16px;
	margin: auto;
	width: max-content;
}

.postid-40 .strength-card {
	display: grid;
	min-height: 140px;
	grid-template-columns: 96px 160px 1fr 0rem;
	align-items: center;
	color: var(--ink);
	background: var(--white);
	justify-content: center;
}

.postid-40 .strength-card__point {
	display: grid;
	align-content: center;
	min-height: 88px;
	height: 100%;
	justify-items: center;
	align-items: stretch;
	background: #2a4f7d;
	color: white;
	width: 6rem;
	height: 6rem;
}

.postid-40 .strength-card__point span {
	margin-bottom: 6px;
	color: var(--gray);
	font-size: 12px;

	letter-spacing: 4.2px;
	line-height: 1;
}

.postid-40 .strength-card__point strong {
	color: #ffffff;
	font-size: 40px;

	font-style: italic;
	line-height: 0.9;
	padding-right: 0.6rem;
}

.postid-40 .strength-card__icon {
	position: relative;
	width: 6.5rem;
	height: 6.5rem;
	margin: 0 auto;
	color: #0f67b1;
	aspect-ratio: 1/1;
	/* background: #f3f8fcc4; */
	padding: 1.5rem;
	border-radius: 100%;
}

.postid-40 .strength-card__body {
	/* padding: 0 20px; */
}

.postid-40 .strength-card__body h3 {
	margin: 0 0 16px;
	color: var(--ink);
	font-size: clamp(22px, 2.0vw, 28px);

	line-height: 1.4;
}

.postid-40 .strength-card__body p {
	margin: 0;
	color: #1e1e1c;
	font-size: 15px;
	line-height: 1.8;
}

.postid-40 .strength-card__arrow {
	color: #0f67b1;
	font-size: 31px;
	font-weight: 500;
	line-height: 1;
}

.postid-40 .reason {
	color: var(--ink);
	background: #f3f8fc;
}

.postid-40 .reason__title {
	margin: 0;
	color: var(--ink);
	font-size: clamp(34px, 3.4vw, 50px);

	line-height: 1.4;
	text-align: center;
}

.postid-40 .reason-table-wrap {
	overflow-x: auto;
	padding-top: 12px;
}

.postid-40 .reason-table {
	width: 100%;
	min-width: 1080px;
	border-collapse: collapse;
	table-layout: fixed;
	background: var(--white);
}

.postid-40 .reason-table th,
.reason-table td {
	border-right: 1px solid #dbe3ec;
	border-bottom: 1px solid #e0e7ef;
}

.postid-40 .reason-table tr>*:last-child {
	border-right: 0;
}

.postid-40 .reason-table thead th {
	height: 98px;
	color: var(--ink);
	font-size: 18px;

	text-align: center;
	background: #f6fbff;
	vertical-align: middle;
}

.postid-40 .reason-table thead .reason-table__item-head {
	width: 210px;
	padding-left: 2rem;
	color: var(--white);
	text-align: left;
	background: #173f76;
}

.postid-40 .reason-table__item-head span {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 13px;
	background: var(--gold);
	transform: rotate(45deg);
	vertical-align: -1px;
}

.postid-40 .reason-table thead .reason-table__astano {
	position: relative;
	width: 350px;
	color: var(--white);
	background: #3165b0;
	overflow: visible;
}

.postid-40 .s_table {
	overflow: visible;
}

.postid-40 .reason-table__badge {
	position: absolute;
	top: -20px;
	left: 50%;
	display: inline-flex;
	width: 60px;
	/* height: 30px; */
	padding-top: 0.2rem;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 0.9rem;

	background: #d9892e;
	transform: translateX(-50%);
}

.postid-40 .reason-table thead strong {
	display: block;
	margin-top: 6px;
	font-size: 25px;
	line-height: 1.1;
}

.postid-40 .reason-table thead small {
	display: block;
	margin-top: 8px;
	color: var(--gold-light);
	font-size: 11px;

	letter-spacing: 1.6px;
}

.postid-40 .reason-table tbody th {
	height: 96px;
	padding: 20px;
	color: var(--ink);
	font-size: 17px;

	background: #fdfeff;
	vertical-align: middle;
}

.postid-40 .reason-table__num {
	display: inline-flex;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	color: var(--white);
	font-size: 0.9rem;

	border-radius: 50%;
	background: #2367af;
}

.postid-40 .reason-table tbody td {
	padding: 18px 18px 20px;
	color: #1e1e1c;
	font-size: 0.9rem;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	background: var(--white);
}

.postid-40 .reason-table tbody .reason-table__astano {
	background: #e8f0fb;
}

.postid-40 .reason-table p {
	margin: 8px 0 0;
}

.postid-40 .mark {
	display: block;
	font-size: 32px;

	line-height: 1;
}

.postid-40 .mark--good {
	color: #2e6daa;
}

.postid-40 .mark--bad {
	color: #b6202d;
}

.postid-40 .mark--warn {
	color: #d28a2c;
}

.postid-40 .mark--none {
	color: #6f7681;
}

.postid-40 .service {
	color: var(--ink);
	background: var(--white);
}

.postid-40 .service--outbound {
	background: #eef4fb;
}

.postid-40 .service__head {
	margin-bottom: 96px;
	/* padding-bottom: 62px; */
	/* border-bottom: 1px solid #e7eaee; */
}

.postid-40 .fv__lead {
	display: grid;
	gap: 14px;
	margin: 58px 0 50px;
	font-size: clamp(16px, 1.5vw, 19px);
	font-weight: 500;
	line-height: 1.8;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
	color: white;
}

.postid-40 .service-card-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.postid-40 .service-card {
	min-height: 232px;
	padding: 42px 44px 36px;
	border: 1px solid #dfe4ea;
	background: var(--white);
}

.postid-40 .service-card h3 {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0 0 27px;
	padding-bottom: 20px;
	color: var(--ink);
	font-size: 22px;

	line-height: 1.5;
	border-bottom: 2px dotted #dfe4ea;
}

.postid-40 .service-card h3 span {
	flex: 0 0 auto;
	color: #0f67b1;
	font-size: 38px;

	line-height: 1;
}

.postid-40 .service-card p {
	margin: 0;
	color: #1e1e1c;
	font-size: 15px;
	line-height: 2;
}

.postid-40 .implementation {
	color: var(--ink);
	background: #f3f8fc;
}

.postid-40 .implementation__category h3 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 20px;
	padding-bottom: 17px;
	color: var(--ink);
	font-size: 15px;

	line-height: 1.4;
	border-bottom: 3px solid #1b5f9f;
}

.postid-40 .implementation__category h3 span {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid var(--ink);
}

.postid-40 .implementation-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.postid-40 .implementation-grid li {
	display: flex;
	min-height: 78px;
	align-items: center;
	justify-content: center;
	padding: 20px 25px;
	color: var(--ink);
	font-size: 16px;

	line-height: 1.5;
	border: 1px solid #dfe5ec;
	background: var(--white);
	box-shadow: 0 1px 3px rgba(13, 42, 75, 0.1);
}

.postid-40 .management {
	color: var(--ink);
	background: var(--white);
}

.postid-40 .management__lead {
	margin-bottom: 66px;
}

.postid-40 .point-list {
	display: grid;
	gap: 18px;
}

.postid-40 .point-card {
	display: grid;
	min-height: 162px;
	grid-template-columns: 164px 1fr;
	align-items: center;
	padding: 30px 38px 30px 66px;
	border: 1px solid #dfe7ef;
	background: #f4f9fd;
	box-shadow: 0 1px 3px rgba(13, 42, 75, 0.1);
}

.postid-40 .point-card__num {
	display: grid;
	align-content: center;
	min-height: 76px;
	border-right: 1px solid #dfe7ef;
}

.postid-40 .point-card__num span {
	margin-bottom: 8px;
	color: var(--gold);
	font-size: 12px;

	letter-spacing: 4.6px;
}

.postid-40 .point-card__num strong {
	color: #0f67b1;
	font-size: 52px;

	line-height: 0.9;
}

.postid-40 .point-card__body {
	padding-left: 46px;
}

.postid-40 .point-card__body h3 {
	margin: 0 0 20px;
	padding-bottom: 19px;
	color: var(--ink);
	font-size: 25px;

	line-height: 1.5;
	border-bottom: 1px solid #e5edf4;
}

.postid-40 .point-card__body p {
	margin: 0;
	color: #1e1e1c;
	font-size: 15px;
	line-height: 2;
}

.postid-40 .security {
	position: relative;
	overflow: hidden;
	color: var(--white);
	background: #173f76;
}

.postid-40 .security::before,
.security::after {
	position: absolute;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.postid-40 .security::before {
	top: -218px;
	right: -82px;
	width: 520px;
	height: 520px;
}

.postid-40 .security::after {
	top: -102px;
	right: -8px;
	width: 324px;
	height: 324px;
}

.postid-40 .security__inner {
	position: relative;
	z-index: 1;
}

.postid-40 .security__title {
	margin: 0;
	color: var(--white);
	font-size: clamp(34px, 3.2vw, 42px);

	line-height: 1.5;
	text-align: center;
}

.postid-40 .security__lead span {
	display: block;
	color: white;
}

.postid-40 .security-list {
	background: #fff;
	max-width: 1000px;
	margin: auto;
	padding: 0 1rem;
	display: flex;
	color: black;
	flex-wrap: wrap;
}

.postid-40 .security-item {
	text-align: center;
	min-height: 110px;
	padding: 2rem 2rem;
	border-bottom: 1px solid rgb(0 0 0 / 30%);
	width: 100%;
}

.postid-40 .security-item:last-child {
	border-bottom: 0;
}

.postid-40 .security-item>span {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	color: var(--gold-light);
	font-size: 34px;

	line-height: 1;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.postid-40 .security-item h3 {
	margin: 0 0 13px;
	color: #173f76;
	font-size: 1.6rem;

	line-height: 1.5;
}

.postid-40 .security-item p {
	margin: 0;
	/* color: rgba(255, 255, 255, 0.8); */
	font-size: 0.9rem;

	line-height: 1.9;
}

.postid-40 .flow {
	color: var(--ink);
	background: #f3f8fc;
}

.postid-40 .flow__lead {
	margin-bottom: 64px;
}

.postid-40 .flow-list {
	width: min(100%, 1165px);
	margin: 0 auto 34px;
	padding: 44px 70px 46px;
	background: var(--white);
}

.postid-40 .flow-step {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 26px;
	padding: 34px 0 44px;
	border-bottom: 1px solid #e0e5eb;
}

.postid-40 .flow-step:first-child {
	padding-top: 18px;
}

.postid-40 .flow-step:last-child {
	padding-bottom: 18px;
	border-bottom: 0;
}

.postid-40 .flow-step__num span {
	display: block;
	margin-bottom: 8px;
	color: #0f67b1;
	font-size: 12px;

	letter-spacing: 4.0px;
	line-height: 1;
}

.postid-40 .flow-step__num strong {
	color: #0f67b1;
	font-size: 52px;

	line-height: 0.9;
}

.postid-40 .flow-step__body h3 {
	margin: 0 0 18px;
	color: var(--ink);
	font-size: 24px;

	line-height: 1.5;
}

.postid-40 .flow-step__body p {
	margin: 0;
	color: #3f4856;
	font-size: 15px;

	line-height: 2;
}

.postid-40 .flow-note {
	max-width: 1100px;
	margin: 3rem auto 0;
	padding: 32px 38px;
	color: #1e1e1c;
	font-size: 16px;
	line-height: 1.8;
	background: var(--white);
	text-align: center;
}

.postid-40 .flow-note strong {
	color: #0f67b1;
	font-size: 22px;
}

.postid-40 .flow-note em {
	color: var(--gold);
	font-size: 22px;
	font-style: normal;
}

.postid-40 .operation {
	color: var(--ink);
	background: var(--white);
}

.postid-40 .operation__title {
	margin-bottom: 72px;
}

.postid-40 .operation-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 -40px 60px;
	border-top: 2px solid #e6ebf0;
	border-bottom: 2px solid #e6ebf0;
}

.postid-40 .operation-stats dl {
	display: grid;
	min-height: 214px;
	place-items: center;
	align-content: center;
	margin: 0;
	text-align: center;
	border-right: 1px solid #dce2e9;
}

.postid-40 .operation-stats dl:last-child {
	border-right: 0;
}

.postid-40 .operation-stats dt {
	margin-bottom: 22px;
	color: #1e1e1c;
	font-size: 15px;
}

.postid-40 .operation-stats dd {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	margin: 0;
}

.postid-40 .operation-stats strong {
	color: #0f67b1;
	font-size: clamp(54px, 5.2vw, 72px);

	line-height: 1;
}

.postid-40 .operation-stats span {
	color: var(--ink);
	font-size: 18px;

}

.postid-40 .operation__text {
	margin: 0 auto 36px;
	color: #1e1e1c;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

.postid-40 .operation-bases {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.postid-40 .operation-bases li {
	display: inline-flex;
	min-width: 90px;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	color: #1e1e1c;
	font-size: 16px;
	border: 1px solid #dfe4ea;
	background: var(--white);
	box-shadow: 0 1px 3px rgba(13, 42, 75, 0.1);
}

.postid-40 .case-study {
	color: var(--ink);
	background: #f3f8fc;
}

.postid-40 .case-study__lead {
	margin-bottom: 64px;
}

.postid-40 .case-card {
	width: min(100%, 1100px);
	margin: 0 auto;
	padding: 72px 82px 88px;
	background: var(--white);
	align-items: flex-start;
}

.postid-40 .case-card__head {
	padding-bottom: 38px;
	border-bottom: 3px solid #2f3745;
	width: 100%;
}

.postid-40 .case-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
}

.postid-40 .case-card__meta span {
	color: #0f67b1;
	font-size: 34px;

	line-height: 1;
}

.postid-40 .case-card__meta small {
	display: inline-block;
	width: 38px;
	height: 1px;
	background: #d8dfe7;
}

.postid-40 .case-card__meta p {
	margin: 0;
	color: #1e1e1c;
	font-size: 1rem;
}

.postid-40 .case-card__head h3 {
	margin: 0 0 22px;
	color: var(--ink);
	font-size: 34px;

	line-height: 1.4;
}

.postid-40 .case-card__head>p {
	margin: 0;
	color: #0f67b1;
	font-size: 18px;

	line-height: 1.7;
}

.postid-40 .case-card__summary {
	margin: 42px 0 38px;
	color: #1e1e1c;
	font-size: 15px;
	line-height: 2.1;
}

.postid-40 .case-row {
	display: grid;
	grid-template-columns: 190px 1fr;
	width: 100%;
	gap: 40px;
	padding: 32px 0;
	border-top: 1px solid #dfe5ec;
}

.postid-40 .case-row h4 {
	margin: 0;
	color: #0f67b1;
	font-size: 15px;

	line-height: 1.8;
}

.postid-40 .case-row p,
.case-row li,
.case-row small {
	color: #1e1e1c;
	font-size: 15px;
	line-height: 2;
}

.postid-40 .case-row p {
	margin: 0;
}

.postid-40 .case-row ul {
	display: grid;
	gap: 8px;
	margin: 0;
}

.postid-40 .case-row .case-work-list {
	padding-left: 1.4rem;
}

.postid-40 .case-work-list li {
	list-style: disc;
}

.postid-40 .case-checks {
	padding-left: 0;
	list-style: none;
}

.postid-40 .case-checks li {
	position: relative;
	padding-left: 26px;
}

.postid-40 .case-checks li::before {
	position: absolute;
	left: 0;
	color: var(--gold);
	content: "✓";
	font-size: 18px;

}

.postid-40 .case-price {
	margin-top: 12px;
	color: var(--ink);
	font-size: 20px;

}

.postid-40 .case-voice {
	margin: 38px 0 0;
	padding: 36px 42px 36px 46px;
	border-left: 4px solid #0f67b1;
	background: #f3f8fc;
}

.postid-40 .case-voice:before {
	content: "“";
	font-style: normal;
}

.postid-40 .case-voice:after {
	content: "”";
	font-style: normal;
}

.postid-40 .case-voice h4 {
	margin: 0 0 20px;
	color: #0f67b1;
	font-size: 15px;

}

.postid-40 .case-voice p {
	margin: 0;
	color: #1e1e1c;
	font-size: 15px;
	line-height: 2;
}

.section.cta {
	position: relative;
	overflow: hidden;
	color: var(--white);
	background: #0d3567;
}

.section.cta::before,
.section.cta::after {
	position: absolute;
	content: "";
}

.section.cta::before {
	inset: 0;
	background:
		linear-gradient(90deg, rgba(13, 52, 102, 1.0) 0%, rgba(13, 52, 102, 0.9) 46%, rgba(13, 52, 102, 0.7) 100%),
		url("./hero-office.jpg") center center / cover no-repeat;
	opacity: 0.7;
}

.section.cta::after {
	top: -210px;
	right: -110px;
	width: 520px;
	height: 520px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.section.cta .cta__inner {
	position: relative;
	z-index: 1;
	padding-top: 74px;
	padding-bottom: 74px;
}

/* .section.cta .cta-panel {
display: grid;
grid-template-columns: 1fr 420px;
gap: 42px;
align-items: center;
padding: 56px;
border: 1px solid rgba(255, 255, 255, 0.2);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(4px);
} */

.section.cta .cta-panel__label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: var(--gold-light);
	font-size: 0.9rem;

	letter-spacing: 4.8px;
}

.section.cta .cta-panel__label::before {
	display: block;
	width: 34px;
	height: 1px;
	content: "";
	background: var(--gold);
}

.section.cta .cta__title {
	margin: 0;
	color: var(--white);
	font-size: clamp(38px, 4.6vw, 64px);

	line-height: 1.4;
}

.section.cta .cta__lead {
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: clamp(18px, 2.4vw, 25px);
	line-height: 2;
	margin: auto;
	text-align: center;
	margin-bottom: 3rem;
}

.section.cta .cta-panel__action {
	padding: 34px;
	color: var(--ink);
	background: var(--white);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
	max-width: 450px;
	margin: auto;
}

.section.cta .cta-button {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 18px 26px;
	color: var(--white);
	font-size: 18px;

	line-height: 1.4;
	background: var(--gold);
	box-shadow: 0 10px 24px rgba(227, 154, 52, 0.3);
}

.section.cta .cta-button:hover {
	text-decoration: none;
	color: white;
	background: #0d3567;
}

.section.cta .cta-button span {
	font-size: 22px;
}

.section.cta .cta-phone {
	margin-top: 26px;
	padding-top: 24px;
	text-align: center;
	border-top: 1px solid #dfe5ec;
}

.section.cta .cta-phone p {
	margin: 0 0 8px;
	font-size: 0.9rem;

	line-height: 1.7;
}

.section.cta .cta-phone a {
	color: #0f67b1;
	font-size: 34px;

	line-height: 1;
}

body .case-card-swiper {
	max-width: 1100px;
	margin: auto;
	padding: 0 4%;
}

.postid-40 .case-card-list {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 3rem;
}

.postid-40 .service-card__icon {
	max-width: 4rem;
}

/* .postid-40:not(.header_fixed) #header {
opacity: 0;
pointer-events: none;
} */

#cb_content_7 {
	padding: 0;
}

#cb_content_7 .post_content {
	max-width: unset;
}

#body .case-study .swiper-pagination {
	bottom: 0rem;
	background: white;
}

@media (max-width: 1024px) {
	.postid-40 .section-inner {
		padding: 82px 32px;
	}

	.postid-40 .fv {
		min-height: 820px;
		height: auto;
	}

	.postid-40 .fv__inner {
		padding: 96px 48px 58px;
	}

	.postid-40 .fv__numbers {
		grid-template-columns: repeat(2, 1fr);
		padding: 28px 48px;
	}

	.postid-40 .fv__lead {
		gap: 10px;
		margin: 42px 0 34px;
		font-size: 15px;
		line-height: 1.8;
	}

	.postid-40 .number-head {
		grid-column: 1 / -1;
		min-height: auto;
		padding: 0 0 22px;
		width: 100%;
	}

	.postid-40 .number-item {
		padding: 20px 26px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.postid-40 .strength-card {
		grid-template-columns: 160px 112px 1fr 54px;
		min-height: 164px;
	}

	.postid-40 .strength-card__point {
		padding-left: 30px;
	}

	.postid-40 .strength-card__point strong {
		font-size: 58px;
	}

	.postid-40 .reason-table {
		min-width: 1040px;
	}

	.postid-40 .service__head {
		margin-bottom: 64px;
		padding-bottom: 46px;
	}

	.postid-40 .service-card-list {
		gap: 18px;
	}

	.postid-40 .service-card {
		padding: 34px 28px 30px;
	}

	.postid-40 .service-card h3 {
		display: block;
		font-size: 20px;
	}

	.postid-40 .service-card h3 span {
		display: inline-block;
		margin-right: 14px;
	}

	.postid-40 .implementation-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
	}

	.postid-40 .point-card {
		grid-template-columns: 132px 1fr;
		padding: 28px 30px;
	}

	.postid-40 .point-card__body {
		padding-left: 32px;
	}

	.postid-40 .point-card__body h3 {
		font-size: 22px;
	}

	.postid-40 .security__inner {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.postid-40 .security__title br {
		display: none;
	}

	.postid-40 .flow-list {
		padding: 34px 42px;
	}

	.postid-40 .flow-step {
		grid-template-columns: 84px 1fr;
	}

	.postid-40 .operation-stats {
		margin-right: -32px;
		margin-left: -32px;
	}

	.postid-40 .case-card {
		padding: 58px 54px 64px;
	}

	.postid-40 .case-row {
		grid-template-columns: 150px 1fr;
		gap: 28px;
	}

	.postid-40 .section.cta .cta-panel {
		grid-template-columns: 1fr;
		gap: 38px;
		padding: 46px;
	}

	.postid-40 .section.cta .cta__title br {
		display: none;
	}

	.postid-40 .section.cta .cta-panel__action {
		max-width: 520px;
	}
}

@media (max-width: 768px) {
	.postid-40 .section-inner {
		padding: 64px 20px;
	}

	.postid-40 .fv {
		min-height: 760px;
		/* background: linear-gradient(90deg, rgba(13, 52, 102, 1.0) 0%, rgba(16, 57, 106, 0.9) 100%),
		url("./hero-office.jpg") center center / cover no-repeat; */
		background-size: 198%;
		background-position-y: top;
		background-position-x: 15%;
	}

	.postid-40 .fv::before,
	.postid-40 .fv::after {
		content: none;
	}

	.postid-40 .fv__inner {
		padding: 4rem 2rem;
	}

	.postid-40 .fv__label {
		gap: 12px;
		margin-bottom: 36px;
		font-size: 11px;
		letter-spacing: 4.0px;
	}

	.postid-40 .fv__label span {
		width: 34px;
	}

	.postid-40 .fv__title {
		font-size: clamp(36px, 11.0vw, 48px);
		line-height: 1.5;
	}

	.postid-40 .fv__title em::after {
		right: 4px;
		bottom: -7px;
		left: -2px;
		height: 3px;
	}

	.postid-40 .fv__actions {
		display: grid;
	}

	.postid-40 .button {
		width: 100%;
		min-width: 0;
		min-height: 62px;
		padding: 16px 20px;
		font-size: 15px;
	}

	.postid-40 .fv__numbers {
		padding: 24px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		text-align: center;
		justify-content: space-between;
	}

	.postid-40 .number-head,
	.postid-40 .number-item {
		padding-right: 0;
		padding-left: 0;
	}

	.postid-40 .number-head p {
		font-size: 12px;
		letter-spacing: 4.2px;
	}

	.postid-40 .number-head span {
		font-size: 1rem;
	}

	.postid-40 .number-item {
		min-height: auto;
		padding: 18px 0;
		border-left: 0;
		width: 47%;
		text-align: center;
	}

	.postid-40 .number-item dd {
		justify-content: center;
	}

	.postid-40 .number-item dt {
		font-size: 0.9rem;
	}

	.postid-40 .section-label {
		gap: 10px;
		font-size: 11px;
		letter-spacing: 4.0px;
	}

	.postid-40 .section-label span {
		width: 22px;
	}

	.postid-40 .section-title {
		font-size: 30px;
	}

	.postid-40 .section-lead {
		margin: 22px auto 42px;
		font-size: 1rem;
		text-align: left;
	}

	.postid-40 .strength__title {
		font-size: 30px;
	}

	.postid-40 .section__lead {
		margin: 22px auto 44px;
		font-size: 1rem;
		text-align: left;
	}

	.postid-40 .strength__list {
		border-width: 6px;
		width: auto;
	}

	.postid-40 .strength-card {
		grid-template-columns: 52px 1fr;
		min-height: unset;
		padding: 0;
	}

	.postid-40 .strength-card__point {
		align-self: stretch;
		min-height: 0;
		padding-left: 5px;
		width: 3rem;
		height: 3rem;
	}

	.postid-40 .strength-card__point span {
		font-size: 9px;
		letter-spacing: 2.8px;
	}

	.postid-40 .strength-card__point strong {
		font-size: 1rem;
	}

	.postid-40 .strength-card__icon {
		display: none;
	}

	.postid-40 .strength-card__body {
		padding: 0 14px;
	}

	.postid-40 .strength-card__body h3 {
		margin-bottom: 10px;
		font-size: 19px;
		margin-top: 0.6rem;
	}

	.postid-40 .strength-card__body p {
		font-size: 0.9rem;
		line-height: 1.7;
	}

	.postid-40 .strength-card__arrow {
		font-size: 24px;
	}

	.postid-40 .reason__title {
		font-size: 31px;
	}

	.postid-40 .reason-table-wrap {
		margin-right: -20px;
		padding-right: 20px;
	}

	.postid-40 .reason-table {
		min-width: 960px;
		white-space: normal;
		border: none;
	}

	.postid-40 .reason-table__badge {
		top: -17px;
		display: block;
		width: 60px;
		padding-top: 0.2rem;
	}

	.postid-40 .reason-table thead th {
		height: 82px;
		font-size: 16px;
	}

	.postid-40 .reason-table thead .reason-table__item-head {
		width: 180px;
	}

	.postid-40 .reason-table thead .reason-table__astano {
		width: 240px;
	}

	.postid-40 .reason-table tbody th {
		height: 86px;
		padding: 16px;
		font-size: 15px;
		text-align: center;
	}

	.postid-40 .reason-table tbody td {
		padding: 14px;
		font-size: 12px;
	}

	.postid-40 .mark {
		font-size: 28px;
	}

	.postid-40 .service__head {
		margin-bottom: 42px;
		padding-bottom: 36px;
	}

	.postid-40 .service__title {
		font-size: 1.7rem;
	}

	.postid-40 .service-card-list {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.postid-40 .service-card {
		min-height: auto;
		padding: 28px 22px 26px;
	}

	.postid-40 .service-card h3 {
		margin-bottom: 18px;
		padding-bottom: 15px;
		font-size: 18px;
	}

	.postid-40 .service-card h3 span {
		font-size: 32px;
	}

	.postid-40 .service-card p {
		font-size: 0.9rem;
		line-height: 1.9;
	}

	.postid-40 .implementation__category h3 {
		margin-bottom: 16px;
		font-size: 1rem;
	}

	.postid-40 .implementation-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.postid-40 .implementation-grid li {
		min-height: 62px;
		padding: 16px 18px;
		font-size: 15px;
	}

	.postid-40 .management__lead {
		margin-bottom: 36px;
	}

	.postid-40 .point-list {
		gap: 14px;
	}

	.postid-40 .point-card {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 26px 22px;
	}

	.postid-40 .point-card__num {
		min-height: auto;
		margin-bottom: 18px;
		padding-bottom: 16px;
		border-right: 0;
		border-bottom: 1px solid #dfe7ef;
	}

	.postid-40 .point-card__num strong {
		font-size: 44px;
	}

	.postid-40 .point-card__body {
		padding-left: 0;
	}

	.postid-40 .point-card__body h3 {
		margin-bottom: 14px;
		padding-bottom: 14px;
		font-size: 19px;
	}

	.postid-40 .point-card__body p {
		font-size: 0.9rem;
		line-height: 1.9;
	}

	.postid-40 .security::before {
		top: -150px;
		right: -170px;
		width: 360px;
		height: 360px;
	}

	.postid-40 .security::after {
		top: -86px;
		right: -102px;
		width: 230px;
		height: 230px;
	}

	.postid-40 .security__inner {
		gap: 32px;
	}

	.postid-40 .security__title {
		font-size: 31px;
	}

	.postid-40 .security__lead {
		gap: 14px;
		margin-bottom: 30px;
		font-size: 1rem;
		line-height: 1.9;
	}

	.postid-40 .security-item {
		grid-template-columns: 58px 1fr;
		gap: 16px;
		min-height: auto;
		padding: 20px 18px;
	}

	.postid-40 .security-item>span {
		min-height: 42px;
		font-size: 27px;
	}

	.postid-40 .security-item h3 {
		font-size: 20px;
	}

	.postid-40 .security-item p {
		font-size: 0.9rem;
	}

	.postid-40 .flow__lead {
		margin-bottom: .5rem;
		text-align: center;
	}

	.postid-40 .flow-list {
		margin-bottom: 22px;
		padding: 28px 22px;
	}

	.postid-40 .flow-step {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 28px 0;
	}

	.postid-40 .flow-step:first-child {
		padding-top: 0;
	}

	.postid-40 .flow-step:last-child {
		padding-bottom: 0;
	}

	.postid-40 .flow-step__num span {
		font-size: 11px;
	}

	.postid-40 .flow-step__num strong {
		font-size: 44px;
	}

	.postid-40 .flow-step__body h3 {
		margin-bottom: 12px;
		font-size: 19px;
	}

	.postid-40 .flow-step__body p {
		font-size: 0.9rem;
		line-height: 1.9;
	}

	.postid-40 .flow-note {
		padding: 22px 20px;
		font-size: 1rem;
	}

	.postid-40 .flow-note strong,
	.postid-40 .flow-note em {
		font-size: 18px;
	}

	.postid-40 .operation__title {
		margin-bottom: 40px;
	}

	.postid-40 .operation-stats {
		grid-template-columns: 1fr;
		margin: 0 0 36px;
	}

	.postid-40 .operation-stats dl {
		min-height: 150px;
		border-right: 0;
		border-bottom: 1px solid #dce2e9;
	}

	.postid-40 .operation-stats dl:last-child {
		border-bottom: 0;
	}

	.postid-40 .operation-stats dt {
		margin-bottom: 14px;
		font-size: 0.9rem;
	}

	.postid-40 .operation-stats strong {
		font-size: 52px;
	}

	.postid-40 .operation-stats span {
		font-size: 15px;
	}

	.postid-40 .operation__text {
		margin-bottom: 28px;
		font-size: 1rem;
		text-align: left;
	}

	.postid-40 .operation__text br {
		display: none;
	}

	.postid-40 .operation-bases {
		gap: 10px;
	}

	.postid-40 .operation-bases li {
		min-width: 76px;
		min-height: 48px;
		padding: 12px 18px;
		font-size: 1rem;
	}

	.postid-40 .case-study__lead {
		margin-bottom: 38px;
		padding: 0 1rem;
	}

	.postid-40 .case-card {
		padding: 36px 22px 42px;
	}

	.postid-40 .case-card__head {
		padding-bottom: 28px;
	}

	.postid-40 .case-card__meta {
		gap: 12px;
	}

	.postid-40 .case-card__meta span {
		font-size: 27px;
	}

	.postid-40 .case-card__meta p {
		font-size: 0.9rem;
	}

	.postid-40 .case-card__head h3 {
		font-size: 25px;
	}

	.postid-40 .case-card__head>p {
		font-size: 15px;
	}

	.postid-40 .case-card__summary {
		margin: 30px 0 26px;
		font-size: 0.9rem;
		line-height: 1.9;
	}

	.postid-40 .case-row {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 24px 0;
	}

	.postid-40 .case-row p,
	.postid-40 .case-row li,
	.postid-40 .case-row small {
		font-size: 0.9rem;
		line-height: 1.9;
	}

	.postid-40 .case-price {
		font-size: 17px;
	}

	.postid-40 .case-voice {
		padding: 28px 22px;
	}

	.postid-40 .case-voice p {
		font-size: 0.9rem;
		line-height: 1.9;
	}

	.postid-40 .section.cta::after {
		top: -150px;
		right: -180px;
		width: 340px;
		height: 340px;
	}

	.postid-40 .section.cta .cta__inner {
		padding: 4rem 2rem;
	}

	.postid-40 .section.cta .cta-panel {
		gap: 28px;
		padding: 0;
	}

	.postid-40 .section.cta .cta-panel__label {
		font-size: 11px;
		letter-spacing: 3.2px;
	}

	.postid-40 .section.cta .cta__title {
		font-size: 32px;
	}

	.postid-40 .section.cta .cta__lead,
	.postid-30 .section.cta .cta__lead {
		font-size: 4.9vw;
		line-height: 2;
	}

	.postid-40 .section.cta .cta-panel__action {
		padding: 22px;
	}

	.postid-40 .section.cta .cta-button,
	.postid-30 .section.cta .cta-button {
		min-height: 64px;
		padding: 16px 18px;
		font-size: 16px;
	}

	.postid-40 .section.cta .cta-phone a,
	.postid-30 .section.cta .cta-phone a {
		font-size: 28px;
	}

	.postid-40 .section-inner {
		padding: 4rem 1.2rem;
	}

	.postid-40 .service__head {
		margin-bottom: 0;
		padding: 0;
	}

	.postid-40 .service-card {
		padding: 1.5rem;
		min-height: 0;
		/* border-left: 2px solid #1268b3; */
	}

	.postid-40 .service-card-list {
		grid-template-columns: auto;
	}

	.postid-40 .service-card__icon {
		max-width: 3rem;
	}

	.postid-40 .service-card h3 {
		/* font-size: 1.2rem; */

		display: flex;
	}

	.postid-40 .implementation-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.postid-40 .point-card {
		display: block;
		padding: 1rem;
	}

	.postid-40 .point-card__body {
		padding: 0;
	}

	.postid-40 .point-card__num {
		border-right: none;
	}

	.postid-40 .point-card__body h3 {
		border: none;
		font-size: 1.4rem;
		margin: 0;
	}

	.postid-40 .security__inner {
		/* display: block; */
		grid-template-columns: auto;
		gap: 2rem;
	}

	.postid-40 .security-item {
		grid-template-columns: 3rem 1fr;
		gap: 1rem;
		padding: 1.5rem 1rem;
	}

	.postid-40 .security-item>span {
		font-size: 1.9rem;
		justify-content: flex-start;
	}

	.postid-40 .flow-list {
		padding: 1rem 1.5rem;
	}

	.postid-40 .flow-step {
		gap: 1rem;
		grid-template-columns: 3.4rem 1fr;
		/* padding: 1rem; */
	}

	.postid-40 .flow-step__num strong {
		font-size: 2.5rem;
	}

	.postid-40 .flow-step__body h3 {
		margin-bottom: 0.8rem;
		/* font-size: 1.4rem; */
	}

	.postid-40 .flow-step__num span {
		margin-top: 0.4rem;
	}

	.postid-40 .operation-stats strong {
		/* font-size: 2rem; */
	}
}

.tour-flow {
	color: #123456;
	background: #eef8fc;
}

.tour-flow__inner {
	width: min(100%, 540px);
	margin: 0 auto;
	padding: 10px 45px 14px;
}

.tour-flow__title {
	margin: 0 0 12px;
	padding-bottom: 9px;
	color: #07325c;
	font-size: 1rem;

	line-height: 1.4;
	text-align: center;
	border-bottom: 2px dotted #8ea9b5;
}

.tour-flow__list {
	display: grid;
	max-width: 1100px;
	margin: auto;
}

.tour-step {
	display: grid;
	grid-template-columns: 26px 1fr;
	gap: 4%;
	/* padding: 2rem 0; */
	/* border-bottom: 1px solid #7d969f; */
}

.tour-step:last-child {
	border-bottom: 0;
}

.tour-step__num {
	color: #0f67b1;
	padding-top: 1.9rem;
	font-size: 3.4rem;
	font-style: italic;

	line-height: 1;
	position: relative;
}

.tour-step:not(:last-of-type) .tour-step__num::before {
	position: absolute;
	top: 5rem;
	bottom: -2rem;
	left: 0;
	right: 0;
	width: 8px;
	height: 60%;
	margin: auto;
	content: "";
	background: #0f67b11a;
}

.tour-step__content-wrap {
	display: grid;
	grid-template-columns: 1fr 31%;
	gap: 4%;
	border-bottom: 1px solid #d3d3d3d4;
	padding: 2rem 0;
}

.tour-step__content {
	position: relative;
	padding-left: 0;
	padding-top: 0.9rem;
}

.tour-step:last-child .tour-step__content::before {
	bottom: 0;
}

.tour-step h3 {
	margin: 0;
	color: #111820;
	font-size: 1.5rem;

	line-height: 1.5;
	margin-bottom: 1.4rem;
}

.tour-step p {
	margin: 0;
	color: #1e1e1c;
	font-size: 1rem;
	line-height: 1.8;
}

.tour-step img {
	width: 100%;
	/* height: 78px; */
	aspect-ratio: 1.6/1;
	object-fit: cover;
}

.home .cb_news_list .design_header {
	justify-content: center;
}

.top-news-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.top-news-head {
	/* text-align: center; */
	justify-content: center;
}

.top-news-head .sub_title {
	text-align: center;
}

.top-news-item {
	display: flex;
	gap: 3%;
	font-size: 1.2rem;
	align-items: center;
}

.top-news-item .cat-name p {
	padding: 0.6rem 15%;
	border: 1px solid var(--tcd-main-color);
	font-size: 0.9rem;
	line-height: 1;
	display: flex;
	align-items: center;
	background: var(--tcd-main-color);
	border-radius: 50px;
	color: white;
	width: max-content;
	text-align: center;
}

.home .cb_service_list.num2 .item .headline {
	font-size: 1.6rem;
	line-height: 1.5;
}

.section.cta.cta-white {
	background: unset;
}

.section.cta.cta-white::before {
	background: unset;
}

.section.cta.cta-white .cta-button {
	box-shadow: unset;
	background: var(--tcd-main-color);
	border-radius: 5rem;
	font-weight: 500;
}

.section.cta.cta-white .cta-button:hover {
	box-shadow: unset;
	background: white;
	color: var(--tcd-main-color);
	border-radius: 5rem;
	font-weight: 500;
	border: 1px solid var(--tcd-main-color);
}

.section.cta.cta-white .cta-panel__action {
	background: unset;
	box-shadow: unset;
}

.section.cta.cta-white .cta__lead {
	color: black;
	font-size: 1.2rem;
	margin: 0;
	font-weight: 400;
}

.section.cta.cta-white h2 {
	font-size: 3rem;
	margin-bottom: 2rem;
	text-align: center;
	font-weight: 500;
}

.section-inner.cta__inner img {
	max-width: 130px;
	margin: auto;
	display: block;
	margin-bottom: 2rem;
	height: auto;
}

.section.cta.cta-white .cta-phone {
	border-top: none;
}

#cb_content_7 {
	background: none;
}

@media screen and (max-width: 768px) {
	.tour-flow__inner {
		width: 100%;
		padding: 18px 20px 22px;
	}

	.tour-step__content-wrap {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		border-bottom: none;
	}

	.tour-flow__list {
		display: grid;
		max-width: 1100px;
		margin: auto;
		padding: 0px 0.6rem 0 0.3rem;
	}

	.tour-step {
		grid-template-columns: 34px 1fr;
		gap: 1.2rem;
	}

	.tour-step img {
		grid-column: 2;
		width: min(100%, 210px);
		height: auto;
		aspect-ratio: 140 / 78;
		/* margin-left: auto; */
		width: 100%;
		/* margin: auto; */
	}

	.tour-step__num {
		font-size: 3rem;
	}

	.tour-step h3 {
		font-size: 1.1rem;
	}

	.tour-step p {
		font-size: 0.9rem;
	}

	.tour-step:not(:last-of-type) .tour-step__num::before {
		position: absolute;
		top: 4rem;
		bottom: -2rem;
		left: -0.7rem;
		right: 0;
		width: 8px;
		height: 70%;
		margin: auto;
		content: "";
		background: #0f67b11a;
	}

	.postid-40 .case-study__inner {
		padding: 4rem 0;
	}

	.postid-40 .swiper-button-next {
		right: 0;
	}

	.postid-40 .swiper-button-prev {
		left: 0;
	}

	.postid-30 .section.cta .cta__inner {
		padding: 0rem 2rem;
	}
}

.page-id-102 .business-section {
	width: 100%;
	padding: 9.4rem 0 7.4rem;
}

.page-id-102 .business-section__inner {
	width: 81%;
	max-width: 81.5rem;
	margin: 0 auto;
}

.page-id-102 .business-section__title {
	text-align: left;
	text-indent: -1.5rem;
}

.page-id-102 .business-section__lead {
	margin: 3.3rem 0 0;
	font-size: 1.1rem;

	line-height: 2.1;
}

.page-id-102 .business-list {
	display: grid;
	gap: 2.2rem;
	margin: 3.6rem 0 0;
	padding: 0;
	list-style: none;
}

.page-id-102 .business-list__item {
	display: grid;
	grid-template-columns: 1rem 20% 3rem 1fr;
	gap: 1rem;
	align-items: center;
	min-width: 0;
	font-size: 1.0rem;
	line-height: 1.7;
}

.page-id-102 .business-list__number {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 1.3rem;
	height: 1.3rem;
	margin-right: 0.7rem;
	border: 0.1rem solid #8bbdb5;
	border-radius: 50%;
	color: #65a59d;
	font-size: 0.8rem;
	line-height: 1;
}

.page-id-102 .business-list__main {
	flex: 0 0 auto;
}

.page-id-102 .business-list__line {
	flex: 0 0 2.0rem;
	height: 1px;
	margin: 0 0.6rem;
	background: #aeb8bd;
}

.page-id-102 .business-list__sub {
	min-width: 0;

}

.page-id-102 .business-section__note {
	max-width: 55.0rem;
	margin: 3.6rem 0 0;
	font-size: 1.0rem;

	line-height: 2.0;
}

.page-id-102 .message-section {
	width: 100%;
	padding: 8.8rem 0 7.6rem;
	color: #142334;
	background: #f5f3ee;
}

.page-id-102 .message-section__inner {
	width: 82%;
	max-width: 83.0rem;
	margin: 0 auto;
}

.page-id-102 .message-section__title span {
	background: linear-gradient(to top, #7fc2b9 0%, #7fc2b9 22%, transparent 22%, transparent 100%);
}

.page-id-102 .message-section__body {
	max-width: 800px;
	margin: 7.5rem auto 0;
}

.page-id-102 .message-section__body p {
	margin: 0;
	font-size: 1.0rem;

	line-height: 2.2;
}

.page-id-102 .message-section__body p+p {
	margin-top: 1.8rem;
}

.page-id-102 .message-section__lead {
	margin-bottom: 4.0rem;
	font-size: 1.4rem;
	line-height: 2.0;
}

.page-id-102 .message-list {
	display: grid;
	gap: 1.0rem;
	margin: 2.4rem 0;
	margin-left: 2rem;
	padding: 0 0 0 1.5rem;
	border-left: 0.2rem solid #7fc2b9;
	list-style: none;
}

.page-id-102 .message-list li {
	font-size: 1.0rem;

	line-height: 1.9;
}

.page-id-102 .message-list li::before {
	content: "- ";
}

.page-id-102 .message-quote {
	margin: 3.6rem 0 3.8rem;
	padding: 2.8rem 0;
	border-top: 0.1rem solid #dfd9d0;
	border-bottom: 0.1rem solid #dfd9d0;
	text-align: center;
}

.page-id-102 .message-quote p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.9;
}

.page-id-102 .message-section__body .message-section__signature {
	margin-top: 4.6rem;
	font-size: 1.2rem;
	text-align: right;
}

.page-id-102 .value-section {
	width: 100%;
	padding: 6.6rem 0 6.0rem;
	color: #142334;
	background: #fff;
}

.page-id-102 .value-section__inner {
	width: 81%;
	max-width: 82.0rem;
	margin: 0 auto;
}

.page-id-102 .value-list {
	display: grid;
	gap: 0;
	margin: 5.6rem 0 0;
	padding: 0;
	list-style: none;
}

.page-id-102 .value-list__item {
	display: grid;
	grid-template-columns: 25% 1fr;
	column-gap: 3.1rem;
	align-items: center;
	padding: 3.0rem 0;
	border-bottom: 0.1rem solid #edf0ef;
}

.page-id-102 .value-list__item:first-child {
	border-top: 0.1rem solid #edf0ef;
}

.page-id-102 .value-list__number {
	color: #65a99f;
	font-size: 1.5rem;

	line-height: 1;
	padding-right: 0.6rem;
}

.page-id-102 .value-list__title {
	margin: 0;
	color: #132235;
	font-size: 1.4rem;

	line-height: 1.6;
}

.page-id-102 .value-list__text {
	margin: 0;
	/* color: #000000; */
	font-size: 1rem;
	line-height: 2.0;
}

.page-id-102 .value-section__closing {
	margin: 5.2rem auto 0;
	color: #132235;
	font-size: 1.5rem;

	line-height: 2.0;
	text-align: center;
}

.page-id-102 .member-section {
	width: 100%;
	overflow: hidden;
	padding: 6.8rem 0 7.0rem;
	color: #142334;
	background: #f5f3ee;
}

.page-id-102 .member-section__inner {
	width: 81%;
	max-width: 82.0rem;
	margin: 0 auto;
}

.page-id-102 .member-section__head {
	display: grid;
	grid-template-columns: 32% 1fr;
	gap: 8%;
	align-items: end;
}

.page-id-102 .member-section__lead {
	margin: 0 0 0.8rem;
	/* color: #344252; */
	font-size: 1.0rem;
	line-height: 2.1;
}

.page-id-102 .member-swiper {
	width: calc(100vw - ((100vw - 1120px)/2));
	margin-top: 5.0rem;
	/* overflow: visible; */
}

.page-id-102 .member-card {
	display: flex;
	align-items: flex-start;
}

.member-card__image {
	width: 100%;
}

.page-id-102 .member-card__image img {
	width: 100%;
	aspect-ratio: 1 / 1.3;
	object-fit: cover;
}

.page-id-102 .member-card__body {
	margin-top: 1.6rem;
}

.page-id-102 .member-card__name {
	margin: 0;
	color: #132235;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0;
}

.page-id-102 .member-card__role {
	margin: 0.8rem 0 0;
	font-size: 0.9rem;

	line-height: 1.7;
}

.page-id-102 .member-card__comment {
	margin: 1.5rem 0 0;
	padding-left: 1.0rem;
	border-left: 0.2rem solid #65a99f;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 2.0;
}

.page-id-102 .flow-section {
	width: 100%;
	padding: 8.4rem 0 6.6rem;
	color: #142334;
	background: #fff;
}

.page-id-102 .flow-section__inner {
	width: 81%;
	max-width: 70.0rem;
	margin: 0 auto;
}

.page-id-102 .flow-list {
	display: grid;
	gap: 0;
	width: max-content;
	margin: 6.8rem auto 0;
	padding: 0;
	list-style: none;
	background-image: linear-gradient(#4e9a8f, #4e9a8f);
	background-repeat: no-repeat;
	background-size: 0.2rem 100%;
	background-position: 1.9rem -3rem;
}

.page-id-102 .flow-list__item {
	display: grid;
	grid-template-columns: 4.8rem 1fr;
	column-gap: 3.0rem;
	align-items: start;
	min-height: 9.5rem;
}

.page-id-102 .flow-list__item:last-child {
	min-height: 0;
}

.page-id-102 .flow-list__number {
	display: grid;
	place-items: center;
	width: 3.8rem;
	height: 3.8rem;
	color: #fff;
	background: #4e9a8f;
	border-radius: 50%;
	font-size: 1.1rem;

	line-height: 1;
}

.page-id-102 .flow-list__content {
	padding-top: 0.4rem;
}

.page-id-102 .flow-list__heading {
	margin: 0;
	/* color: #132235; */
	font-size: 1.6rem;
	line-height: 1;
}

.page-id-102 .flow-list__text {
	margin: 1.3rem 0 0;
	/* color: #344252; */
	font-size: 1.0rem;
	line-height: 1.9;
}

.page-id-102 .job-section {
	width: 100%;
	padding: 7.5rem 0 6.8rem;
	color: #142334;
	background: #f5f3ee;
}

.page-id-102 .job-section__inner {
	width: 81%;
	max-width: 82.0rem;
	margin: 0 auto;
}

.page-id-102 .job-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.2rem;
	margin-top: 6.0rem;
	margin-left: 0;
}

.page-id-102 .job-card {
	display: flex;
	flex-direction: column;
	min-height: 19.0rem;
	padding: 2.5rem 2.8rem;
	background: #fff;
	border: 0.1rem solid #dedbd5;
}

.page-id-102 .job-card__title {
	margin: 0;
	/* color: #132235; */
	font-size: 1.4rem;
	line-height: 1.6;
}

.page-id-102 .job-card__text {
	margin: 1.3rem 0 0;
	/* color: #344252; */
	font-size: 0.9rem;
	line-height: 1.9;
}

.page-id-102 .job-card__meta {
	margin: auto 0 0;
	padding-top: 1.5rem;
}

.page-id-102 .job-card__meta div {
	display: grid;
	grid-template-columns: 5.4rem 1fr;
	gap: 1.4rem;
	padding: 1.0rem 0;
	border-top: 0.1rem solid #dedbd5;
}

.page-id-102 .job-card__meta dt,
.page-id-102 .job-card__meta dd {
	margin: 0;
	font-size: 0.9rem;

	line-height: 1.7;
}

.page-id-102 .job-card__meta dt {
	/* color: #6a7480; */
	font-weight: 500;
}

.page-id-102 .job-card__meta dd {
	color: #142334;
}

.page-id-102 .benefits-section {
	width: 100%;
	padding: 6.8rem 0 6.2rem;
	color: #142334;
	background: #fff;
}

.page-id-102 .benefits-section__inner {
	width: 81%;
	max-width: 76.0rem;
	margin: 0 auto;
}

.page-id-102 .benefits-section__head {
	display: grid;
	grid-template-columns: 34% 1fr;
	gap: 6%;
	align-items: end;
}

.page-id-102 .benefits-section__lead {
	margin: 0 0 0.5rem;
	/* color: #344252; */
	font-size: 1.0rem;
	line-height: 2.0;
}

.page-id-102 .benefits-list {
	margin: 4.8rem 0 0;
	border-top: 0.1rem solid #dedbd5;
}

.page-id-102 .benefits-list__item {
	display: grid;
	grid-template-columns: 32% 1fr;
	gap: 8%;
	align-items: center;
	min-height: 5.2rem;
	padding: 1.4rem 0;
	border-bottom: 0.1rem solid #dedbd5;
}

.page-id-102 .benefits-list__item dt,
.page-id-102 .benefits-list__item dd {
	margin: 0;
	font-size: 1.0rem;

	line-height: 1.8;
}

.page-id-102 .benefits-list__item dt {
	/* color: #132235; */
	display: flex;
	align-items: center;
	gap: 8%;
	font-weight: 500;
}

.page-id-102 .benefits-list__item dt img {
	display: block;
	max-width: 3rem;
}

.page-id-102 .benefits-list__item dd {
	/* color: #4a5563; */
	font-weight: 400;
}

.page-id-102 .recruit-h2 {
	font-size: 3rem;

	line-height: 1.6;
	margin: 0 0 6rem;
}

.page-id-102 #lp_page_header {
	margin-bottom: 0;
}

.page-id-102 #page_contents .post_content {
	padding: 0;
}

.page-id-102 .cmn-section {
	padding: 9rem 2rem;
}

.page-id-102 .cmn-section__inner {
	width: 100%;
	max-width: 1120px;
}

.page-id-102 p.message-section__lead {
	font-size: 1.3rem;
	margin-bottom: 3rem;
}

.page-id-102 .message-quote p {}

.page-id-102 .member-section__title,
.page-id-102 .benefits-section__title {
	text-align: left;
	margin: 0;
}

.member-swiper .swiper-wrapper {
	margin-left: 0;
}

.page-id-102 .cmn-section__label {
	margin: 0 0 1rem;
	color: #65a99f;
	font-size: 0.8rem;

	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: center;
}

.page-id-102 .benefits-section__label,
.page-id-102 .member-section__label {
	text-align: left;
	margin-bottom: 2rem;
}

.page-id-102 .benefits-section {
	padding-bottom: 0;
}

.home .top-aboutUs-wrap .title_area {
	width: 100%;
}

.top-aboutUs-wrap .design_arrow_button {
	text-align: left;
	margin-top: 5rem;
}

.blog_carousel .swiper-slide {
	align-items: flex-start;
}

.home .news-cta-button {
	display: flex;
	/* min-height: 72px; */
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 18px 26px;
	color: var(--white) !important;
	font-size: 1rem;
	line-height: 1.4;
	background: var(--tcd-main-color);
	border-radius: 5rem;
	font-weight: 500;
	max-width: max-content;
	margin: auto;
	padding: 1rem 3rem;
	margin-top: 2rem;
}

.section.cta.cta-white .cta__inner {
	padding-top: 1rem;
}

.archive #service_category_list .header {
	display: none;
}

.archive #bread_crumb+.service_category_content {
	padding-bottom: 0;
}

.service_category_content .post_list.type1 .title {
	color: black;
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
}

.service_category_content .post_list.type1 a:hover {
	color: unset;
}

.service_archive_subtitle {

	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.service_archive_desc {
	line-height: 2;
}

.service-archive-arrow {
	margin-top: 2rem;

}

.service_category_content .post_list.type1 .item {
	border: none;
}

.service_category_content .post_list.type1 .image_wrap {
	aspect-ratio: 1.618/1;
	max-height: unset;
}

.service-archive-arrow:after {
	content: "→";
	background: #65a99f;
	border-radius: 100%;
	color: white;

	margin-left: 0.7rem;
	font-size: 0.8rem;
	font-family: sans-serif;
	width: 2rem;
	aspect-ratio: 1/1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.service_category_content .post_list.type1 .content {
	padding-left: 5%;
}

.service_category_content.even .post_list.type1 a {
	flex-direction: row-reverse;
}

.service_category_content .header .desc {
	padding: 0;
}

.page-id-102 #lp_page_header .catch {
	display: flex;
	flex-direction: column;
	width: max-content;
	margin: 0;
	margin-left: 5%;
	padding: 2.5rem;
	font-size: 1rem !important;
	text-align: left;
	color: black;
	background: white;
	gap: 2rem;
}

.page-id-102 .catch .subtitle,
.page-id-102 .catch .subtitle span {
	font-size: 1rem;
	line-height: 1;
}

.page-id-102 .catch strong {
	font-size: 2.6rem;
	line-height: 1.7;
	font-family: "Noto Sans JP";
	font-weight: 500;
}

.page-id-102 .catch .accent {
	color: #258679;
}

.page-id-102 .catch small {
	font-size: 1.7rem;
}

.catch-casual-link {
	font-family: sans-serif;
	text-decoration: underline;
}

.top-news-item {
	border-bottom: solid 1px #c3c3c3;
	padding-bottom: 0.8rem;
}

@media screen and (max-width:768px) {
	.pc {
		display: none;
	}

	.page-id-102 .business-section {
		padding: 18rem 0 4.6rem;
	}

	.page-id-102 .business-section__inner {
		width: 86%;
	}

	.page-id-102 .business-section__lead {
		margin-top: 2.3rem;
		font-size: 1.0rem;
		line-height: 2.0;
	}

	.page-id-102 .business-list {
		gap: 1.8rem;
		margin-top: 2.8rem;
	}

	.page-id-102 .business-list__item {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 0.7rem;
		row-gap: 0.3rem;
		align-items: start;
		font-size: 0.9rem;
	}

	.page-id-102 .business-list__number {
		grid-row: span 2;
		margin-right: 0;
		margin-top: 0.1rem;
	}

	.page-id-102 .business-list__main {
		flex: initial;
	}

	.page-id-102 .business-list__line {
		display: none;
	}

	.page-id-102 .business-list__sub {
		color: #394553;
	}

	.page-id-102 .business-section__note {
		margin-top: 2.9rem;
		font-size: 0.9rem;
		line-height: 2.0;
	}

	.page-id-102 .message-section {
		padding: 5.4rem 0 5.2rem;
	}

	.page-id-102 .message-section__inner {
		width: 86%;
	}

	.page-id-102 .message-section__body {
		width: 100%;
		margin-top: 4.2rem;
	}

	.page-id-102 .message-section__body p {
		font-size: 0.9rem;
		line-height: 2.0;
	}

	.page-id-102 .message-section__lead {
		margin-bottom: 2.9rem;
		font-size: 1.1rem;
		line-height: 2.0;
	}

	.page-id-102 .message-list {
		gap: 0.8rem;
		margin: 2.0rem 0;
		padding-left: 1.3rem;
	}

	.page-id-102 .message-list li {
		font-size: 0.9rem;
		line-height: 1.8;
	}

	.page-id-102 .message-quote {
		margin: 3.0rem 0 3.1rem;
		padding: 2.2rem 0;
	}

	.page-id-102 .message-quote p {
		font-size: 1.3rem;
		line-height: 1.8;
	}

	.page-id-102 .message-section__signature {
		margin-top: 3.4rem;
		font-size: 1.0rem;
	}

	.page-id-102 .value-section {
		padding: 4.8rem 0 4.8rem;
	}

	.page-id-102 .value-section__inner {
		width: 86%;
	}

	.page-id-102 .value-list {
		margin-top: 3.4rem;
	}

	.page-id-102 .value-list__item {
		row-gap: 0.9rem;
		align-items: start;
		padding: 2.2rem 0;
		display: flex;
		flex-direction: column;
	}

	.page-id-102 .value-list__number {
		font-size: 2.0rem;
	}

	.page-id-102 .value-list__title {
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.page-id-102 .value-list__text {
		grid-column: 2;
		font-size: 0.9rem;
		line-height: 1.9;
	}

	.page-id-102 .value-section__closing {
		margin-top: 3.6rem;
		font-size: 1rem;
		line-height: 1.9;
		text-align: center;
	}

	.page-id-102 .member-section {
		padding: 5.0rem 0 5.2rem;
	}

	.page-id-102 .member-section__inner {
		width: 86%;
	}

	.page-id-102 .member-section__head {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.page-id-102 .member-section__lead {
		margin: 0;
		font-size: 0.9rem;
		line-height: 2.0;
	}

	.page-id-102 .member-swiper {
		margin-top: 3.6rem;
		width: 93vw;
	}

	.page-id-102 .member-card {
		width: 82%;
		margin-right: 6%;
	}

	.page-id-102 .member-card__body {
		margin-top: 0.8rem;
	}

	.page-id-102 .member-card__name {
		font-size: 1.8rem;
	}

	.page-id-102 .member-card__role {
		font-size: 0.9rem;
	}

	.page-id-102 .member-card__comment {
		margin-top: 1.2rem;
		font-size: 0.9rem;
		line-height: 1.9;
	}

	.page-id-102 .flow-section {
		padding: 5.2rem 0 4.8rem;
	}

	.page-id-102 .flow-section__inner {
		width: 86%;
	}

	.page-id-102 .flow-list {
		width: 100%;
		margin-top: 4rem;
		background-position: 1.45rem 0;
		gap: 3rem;
	}

	.page-id-102 .flow-list__item {
		grid-template-columns: 3.6rem 1fr;
		column-gap: 1.1rem;
		min-height: unset;
	}

	.page-id-102 .flow-list__number {
		width: 3rem;
		height: 3rem;
		font-size: 1rem;
		letter-spacing: 2px;
	}

	.page-id-102 .flow-list__content {
		padding-top: 0.6rem;
	}

	.page-id-102 .flow-list__heading {
		font-size: 1.4rem;
	}

	.page-id-102 .flow-list__text {
		margin-top: 1.5rem;
		font-size: 0.9rem;
		line-height: 1.8;
	}

	.page-id-102 .job-section {
		padding: 5.2rem 0 5.0rem;
	}

	.page-id-102 .job-section__inner {
		width: 86%;
	}

	.page-id-102 .job-list {
		grid-template-columns: 1fr;
		gap: 1.6rem;
		margin-top: 3.6rem;
	}

	.page-id-102 .job-card {
		min-height: 0;
		padding: 2.2rem 1.6rem;
	}

	.page-id-102 .job-card__title {
		font-size: 1.2rem;
	}

	.page-id-102 .job-card__text {
		font-size: 0.9rem;
	}

	.page-id-102 .job-card__meta {
		margin-top: 1.5rem;
		padding-top: 0;
	}

	.page-id-102 .job-card__meta div {
		grid-template-columns: 4.8rem 1fr;
		gap: 1.0rem;
	}

	.page-id-102 .job-card__meta dt,
	.page-id-102 .job-card__meta dd {
		font-size: 0.8rem;
	}

	.page-id-102 .benefits-section {
		padding: 5.0rem 0 4.8rem;
	}

	.page-id-102 .benefits-section__inner {
		width: 86%;
	}

	.page-id-102 .benefits-section__head {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}

	.page-id-102 .benefits-section__lead {
		margin: 0;
		font-size: 0.9rem;
	}

	.page-id-102 .benefits-list {
		margin-top: 3.2rem;
	}

	.page-id-102 .benefits-list__item {
		grid-template-columns: 1fr;
		gap: 0.7rem;
		min-height: 0;
		padding: 1.5rem 0;
	}

	.page-id-102 .benefits-list__item dt,
	.page-id-102 .benefits-list__item dd {
		font-size: 0.9rem;
		line-height: 1.8;
		gap: 1rem;
	}

	.page-id-102 .benefits-list__item dd {
		padding-left: 1.0rem;
		border-left: 0.2rem solid #8bbdb5;
	}

	.home .design_arrow_button a {
		justify-content: flex-start;
	}

	.top-aboutUs-wrap .design_arrow_button {
		margin-top: 2rem;
	}

	.news-title {
		width: 100%;
		font-size: 1rem;
	}

	.top-news-item {
		flex-wrap: wrap;
		gap: 0.7rem;
		border-bottom: solid 1px #c3c3c3;
		padding-bottom: 0.8rem;
	}

	.top-news-item .cat-name p {
		font-size: 0.7rem;
		padding: 0.3rem 0.6rem;
	}

	.top-news-item time {
		color: #989898;
		font-size: 1rem;
	}

	.home .news-cta-button {
		padding: 0.7rem 1.5rem;
		font-size: 0.9rem;
	}

	.section.cta.cta-white h2 {
		margin-bottom: 1.5rem;
		line-height: 1;
	}

	.section.cta.cta-white h2 span {
		font-size: 30px;
	}

	.section.cta.cta-white .cta__inner {
		padding-top: 1rem;
	}

	.cta-white .section-inner.cta__inner img {
		max-width: 100px;
		margin-bottom: 1rem;
	}

	.section.cta.cta-white .cta__lead {
		font-size: 0.9rem;
		margin: 0;
	}

	.section.cta.cta-white .cta-phone {
		margin-top: 0.5rem;
	}

	.section.cta.cta-white .cta-button {
		font-size: 1rem;
		padding: 1rem;
		min-height: auto;
		max-width: 300px;
		margin: auto;
	}

	.top-aboutUs-wrap .vertical {
		flex-direction: column;
	}

	.page-id-102 .recruit-h2 {
		font-size: 1.7rem;

		line-height: 1.6;
		margin: 0 0 0rem;
	}

	.page-id-102 .message-section__body .message-section__signature {
		margin-top: 2rem;
		font-size: 1rem;
		text-align: right;
	}

	.page-id-102 .flow-list__item:last-child {
		min-height: 0;
		position: relative;
	}

	.page-id-102 .flow-list__item:last-child:after {
		content: "";
		position: absolute;
		top: 3rem;
		width: 1rem;
		display: block;
		height: 100%;
		left: 1rem;
		background: white;
	}

	#footer_address {
		line-height: 2;
	}

	.page-id-102 .benefits-list__item dt img {
		display: block;
		max-width: 2.5rem;
	}

	.service_category_content .post_list.type1 .content {
		padding: 25px 0px;
	}

	.service_category_content.even {
		background: unset;
		padding: 0;
	}
}

.postid-30 .wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.postid-30 .wrap-narrow {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 32px;
}

.postid-30 .topbar {
	height: 72px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--line-2);
	position: sticky;
	top: 0;
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(8px);
	z-index: 50;
}

.postid-30 .topbar .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.postid-30 .logo {
	display: flex;
	align-items: center;
	gap: 9px;

	color: var(--navy);
	letter-spacing: .04em;
	font-size: 18px;
}

.postid-30 .logo-mark {
	width: 26px;
	height: 26px;
}

.postid-30 .nav {
	display: flex;
	gap: 30px;
	font-size: 13.5px;
	color: var(--sub);
	font-weight: 500;
}

.postid-30 .nav a {
	color: inherit;
	text-decoration: none;
	transition: color .2s;
}

.postid-30 .nav a:hover {
	color: var(--teal);
}

.postid-30 .nav .current {
	color: var(--navy);

}

@media screen and (max-width:768px) {
	.postid-30 .nav {
		display: none
	}
}

.postid-30 .crumb {
	font-size: 12px;
	color: var(--sub);
	padding: 18px 0 0;
	letter-spacing: .02em;
}

.postid-30 .crumb a {
	color: var(--sub);
	text-decoration: none;
}

.postid-30 .crumb a:hover {
	color: var(--teal);
}

.postid-30 .crumb span {
	color: var(--teal);
}

.postid-30 .phead {
	padding: 54px 0 70px;
	border-bottom: 1px solid var(--line-2);
}

.postid-30 .phead .eyebrow {
	font-size: 12px;
	letter-spacing: .22em;
	color: var(--teal);

	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
}

.postid-30 .phead .eyebrow::before {
	content: "";
	width: 30px;
	height: 1.5px;
	background: var(--teal);
	display: inline-block;
}

.postid-30 .phead h1 {
	font-size: 42px;
	line-height: 1.5;
	color: var(--navy);

	letter-spacing: .02em;
	margin-bottom: 24px;
}

.postid-30 .phead .lead {
	font-size: 17px;
	color: var(--sub);
	max-width: 640px;
}

@media screen and (max-width:768px) {
	.postid-30 .phead h1 {
		font-size: 30px
	}

	.postid-30 .phead {
		padding: 40px 0 48px
	}
}

.postid-30 section {
	padding: 7rem 0;
}

.postid-30 .sec-label {
	font-size: 12px;
	letter-spacing: .1em;
	color: var(--teal);

	margin-bottom: 16px;
	display: none;
}

.postid-30 .sec-title {
	letter-spacing: .01em;
	color: var(--ink);
	font-size: clamp(34px, 3.4vw, 44px);

	line-height: 1.4;
	text-align: center;
	font-feature-settings: "palt";
}

.postid-30 .sec-title.center {
	text-align: center;
}

.postid-30 .sec-label.center {
	text-align: center;
}

@media screen and (max-width:768px) {
	.postid-30 .sec-title {
		font-size: 23px
	}

	.postid-30 section {
		padding: 60px 0
	}
}

.postid-30 .philosophy {
	/* background: var(--bg-soft); */
	padding-top: 2rem;
}

.postid-30 .philosophy .inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 56px;
	align-items: start;
	justify-items: center;
}

.postid-30 .philosophy .lead-big {
	letter-spacing: .02em;
	color: #1e1e1c;
	font-size: clamp(34px, 3.4vw, 50px);
	line-height: 1.4;
	text-align: center;
	font-feature-settings: "palt";
}

.postid-30 .philosophy .lead-big .mark {
	/* background: linear-gradient(transparent 62%, rgb(98 136 203 / 28%) 62%); */
}

.postid-30 .philosophy .desc {
	margin: 2rem 0 3rem;
	color: #3f4856;
	font-size: 1.2rem;

	line-height: 1.9;
	text-align: center;
}

.postid-30 .philosophy .desc p+p {
	margin-top: 18px;
}

@media screen and (max-width:768px) {
	.postid-30 .philosophy .inner {
		grid-template-columns: 1fr;
		gap: 24px
	}

	.postid-30 .philosophy .lead-big {
		font-size: 21px
	}
}

.postid-30 .overview .def {
	font-size: 1.2rem;
	line-height: 1.85;
	color: var(--navy);

	text-align: center;
	max-width: 760px;
	margin: 0 auto 3rem;
	letter-spacing: .02em;
}

.postid-30 .overview .def .em {
	background: linear-gradient(transparent 60%, rgba(63, 168, 156, .3) 60%);
}

.postid-30 .overview .def-sub {
	font-size: 15px;
	/* color: var(--sub); */
	text-align: center;
	max-width: 620px;
	line-height: 2.3;
	margin: 0 auto 56px;
}

.postid-30 .cycle {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	gap: 0;
	align-items: stretch;
}

.postid-30 .cycle-step {
	background: #fff;
	border: 1px solid var(--line-2);
	border-radius: 4px;
	padding: 40px 24px;
	text-align: center;
	position: relative;
}

.postid-30 .cycle-step.mid {
	border-color: var(--teal);
	box-shadow: 0 14px 34px -26px rgb(63 89 168 / 60%);
}

.postid-30 .cycle-step .cs-no {
	font-size: 0.9rem;
	color: var(--teal);

	letter-spacing: .1em;
	margin-bottom: 10px;
}

.postid-30 .cycle-step .cs-name {
	font-size: 19px;

	color: var(--navy);
	margin-bottom: 8px;
}

.postid-30 .cycle-step .cs-name .cs-n {
	color: var(--teal);
	font-size: 15px;

	margin-right: 8px;
}

.postid-30 .cycle-step .cs-d {
	font-size: 0.95rem;
	/* color: var(--sub); */
	line-height: 1.8;
	font-weight: 400;
}

.postid-30 .cycle-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	color: var(--teal);
	font-size: 20px;
}

.postid-30 .cycle-loop {
	margin-top: 2rem;
	text-align: center;
	font-size: 1rem;
	color: var(--sub);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.postid-30 .cycle-loop::before,
.postid-30 .cycle-loop::after {
	content: "";
	width: 40px;
	height: 1px;
	background: var(--line-2);
}

@media screen and (max-width:768px) {
	.postid-30 .cycle {
		grid-template-columns: 1fr;
		gap: 10px
	}

	.postid-30 .cycle-arrow {
		transform: rotate(90deg);
		padding: 4px 0
	}
}

/* ===== 04 scope ===== */
.scope {
	/* background: var(--bg-soft); */
}

.postid-30 .intro {
	max-width: 680px;
	margin: 2rem auto 6rem;
	/* color: #3f4856; */
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}

.postid-30 .scope-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.postid-30 .scope-col {
	border-radius: 6px;
	padding: 32px 30px;
}

.postid-30 .scope-col.client {
	background: #fff;
	border: 1px solid var(--line-2);
}

.postid-30 .scope-col.astano {
	background: var(--bg-soft);
	color: #fff;
	box-shadow: 0 22px 46px -30px rgba(15, 42, 68, .55);
}

.postid-30 .scope-col .sc-tag {
	font-size: 11px;

	letter-spacing: .1em;
	padding: 5px 13px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 18px;
}

.postid-30 .scope-col.client .sc-tag {
	background: var(--bg-soft);
	color: var(--sub);
	border: 1px solid var(--line-2);
}

.postid-30 .scope-col.astano .sc-tag {
	background: var(--teal);
	color: #fff;
}

.postid-30 .scope-col .sc-h {
	font-size: 18px;

	margin-bottom: 1rem;
}

.postid-30 .scope-col.client .sc-h {
	color: var(--navy);
}

.postid-30 .scope-col.astano .sc-h {
	color: #1e1e1c;
}

.postid-30 .scope-col .sc-note {
	font-size: 12.5px;
	margin-bottom: 18px;
}

.postid-30 .scope-col.client .sc-note {
	color: var(--sub);
}

.postid-30 .scope-col.astano .sc-note {
	color: #1e1e1c;
}

.postid-30 .scope-col ul {
	list-style: none;
	margin: 0;
}

.postid-30 .scope-col li {
	font-size: 0.95rem;
	padding: 9px 0 9px 26px;
	position: relative;
	font-weight: 400;
}

.postid-30 .scope-col.client li {
	color: var(--ink-2);
	border-bottom: 1px solid var(--line-2);
}

.postid-30 .scope-col.astano li {
	color: #1f1f1f;
	border-bottom: 1px solid rgb(22 22 22 / 10%);
	display: flex;
	gap: 0.5rem;
	padding-left: 0;
	align-items: flex-start;
	font-feature-settings: "palt";
}

.postid-30 .scope-col li:last-child {
	border-bottom: none;
}

.postid-30 .scope-col.client li::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 1.4rem;
	width: 9px;
	height: 9px;
	border: 1.6px solid var(--sub);
	border-radius: 50%;
}

.postid-30 .scope-foot {
	margin-top: 2.5rem;
	font-size: 1rem;
	color: var(--sub);
	text-align: center;
	line-height: 1.9;
}

.postid-30 .scope-foot b {
	color: var(--navy);
}

@media screen and (max-width:768px) {
	.postid-30 .scope-split {
		grid-template-columns: 1fr
	}

	.postid-30 .scope-col.client li::before {
		top: 1.2rem;
	}
}

/* ===== 05 strength : 手法ありき ↔ 逆算 の対比 ===== */
/* .strength .lead-txt {
font-size: 15.5px;
color: var(--ink-2);
margin-bottom: 50px;
} */

.postid-30 .versus {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: stretch;
}

.postid-30 .vs-col {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--line-2);
	display: flex;
	flex-direction: column;
}

.postid-30 .vs-col.good {
	border-color: var(--navy);
}

.postid-30 .vs-col-head {
	padding: 18px 26px;

}

.postid-30 .vs-col.bad .vs-col-head {
	background: #eef0f2;
	color: var(--sub);
	border-bottom: 1px solid var(--line-2);
}

.postid-30 .vs-col.good .vs-col-head {
	background: var(--navy);
	color: #fff;
}

.postid-30 .vs-col-head .vh-cap {
	font-size: 11px;
	letter-spacing: .1em;
	display: block;
	margin-bottom: 0.6rem;

}

.postid-30 .vs-col.bad .vh-cap {
	color: #9aa6b3;
}

.postid-30 .vs-col.good .vh-cap {
	color: var(--gold-light);
}

.postid-30 .vs-col-head .vh-name {
	font-size: 16px;
}

.postid-30 .vs-col-body {
	padding: 26px 26px 28px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.postid-30 .vs-col.bad .vs-col-body {
	background: white;
}

.postid-30 .vs-col.good .vs-col-body {
	background: #fff;
}

.postid-30 .vs-flow {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.postid-30 .vs-node {
	border-radius: 5px;
	padding: 13px 16px;
	font-size: 13.5px;

	background: #fff;
	border: 1px solid var(--line-2);
}

.postid-30 .vs-col.bad .vs-node {
	color: var(--sub);
}

.postid-30 .vs-col.good .vs-node {
	color: var(--navy);
}

.postid-30 .vs-down {
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	padding: 1px 0;
}

.postid-30 .vs-col.bad .vs-down {
	color: #b8c0c8;
}

.postid-30 .vs-col.good .vs-down {
	color: var(--teal);
}

.postid-30 .vs-result {
	margin-top: 8px;
	border-radius: 5px;
	padding: 15px 16px;
	font-size: 13.5px;

	text-align: center;
	line-height: 1.6;
}

.postid-30 .vs-col.bad .vs-result {
	background: #f6e9e7;
	color: #a4564b;
}

.postid-30 .vs-col.good .vs-result {
	background: var(--navy);
	color: #fff;
}

@media screen and (max-width:768px) {
	.postid-30 .versus {
		grid-template-columns: 1fr;
		gap: 18px
	}
}

.proof2 {
	margin-top: 60px;
}

.postid-30 .proof2-inner {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}

.postid-30 .proof2 .p2-label {
	font-size: 1rem;
	letter-spacing: 0.06em;
	color: var(--teal-dark);
	margin-bottom: 1.5rem;
}

.postid-30 .proof2 .p2-text {
	font-size: 15px;
	color: var(--ink-2);
	line-height: 2.1;
}

.postid-30 .proof2 .p2-text b {
	color: var(--navy);

}

.postid-30 .proof2 .p2-big {
	color: var(--teal-dark);
	font-size: 30px;

	line-height: 1;
	letter-spacing: .01em;
	margin: 0 3px;
	vertical-align: -2px;
}

.postid-30 .proof2 .p2-note {
	font-size: 11.5px;
	color: var(--sub);
	line-height: 1.8;
	margin-top: 18px;
}

/* ===== 06 flow ===== */
.postid-30 .flow {
	/* background: var(--bg-soft); */
}


.postid-30 .flow h2.rv {
	text-align: center;
}

.postid-30 .flow .sec-label {
	text-align: center;
}

.postid-30 .vflow {
	position: relative;
	max-width: 900px;
	margin: auto;
}

.postid-30 .vstep {
	display: grid;
	grid-template-columns: 210px 1fr;
	gap: 32px;
	position: relative;
	padding-bottom: 20px;
}

.postid-30 .vstep:last-child {
	padding-bottom: 0;
}

.postid-30 .vstep::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 54px;
	bottom: -8px;
	width: 2px;
	background: var(--line-2);
}

.postid-30 .vstep:last-child::before {
	display: none;
}

.postid-30 .vstep-left {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.postid-30 .vstep-num {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #3165b0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
	font-size: 22px;

}

.postid-30 .vstep-name {
	font-size: 19px;

	color: var(--navy);
	padding-top: 1rem;
}

.postid-30 .vstep-card {
	background: #fff;
	border: 1px solid var(--line-2);
	border-radius: 6px;
	padding: 22px 26px;
	margin-bottom: 8px;
}

.postid-30 .vstep-card .vc-lead {
	font-size: 0.95rem;
	color: var(--sub);
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--line-2);
}

.postid-30 .vtasks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 28px;
}

.postid-30 .vtasks .vt {
	font-size: 0.95rem;
	color: var(--ink-2);
	padding-left: 20px;
	position: relative;
	font-weight: 400;
}

.postid-30 .vtasks .vt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--teal);
}

@media screen and (max-width:768px) {
	.postid-30 .vstep {
		grid-template-columns: 1fr;
		gap: 14px
	}

	.postid-30 .vstep::before {
		left: 25px;
		top: 54px
	}

	.postid-30 .vtasks {
		grid-template-columns: 1fr
	}
}

/* ===== 07 plan ===== */
/* .plan .intro {
font-size: 16px;
color: var(--ink-2);
margin-bottom: 46px;
text-align: center;
} */

.postid-30 .plan .intro b {
	color: var(--navy);
}

.postid-30 .plan-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}

.postid-30 .plan-card {
	background: #fff;
	border: 1px solid var(--line-2);
	border-radius: 6px;
	padding: 34px 28px;
	position: relative;
}

.postid-30 .plan-card.full {
	border: 2px solid var(--navy);
	box-shadow: 0 18px 40px -28px rgba(15, 42, 68, .5);
}

.postid-30 .plan-card .badge {
	position: absolute;
	top: -13px;
	left: 32px;
	background: var(--teal);
	color: #fff;
	font-size: 11px;

	letter-spacing: .1em;
	padding: 6px 15px;
	border-radius: 3px;
	padding: 0.6rem 0.8rem;
}

.postid-30 .plan-card .pc-name {
	font-size: 23px;

	color: var(--navy);
	margin-bottom: 1rem;
}

.postid-30 .plan-card .pc-tag {
	font-size: 0.95rem;
	color: var(--navy);
	font-weight: 500;
	background: var(--bg-soft);
	border-radius: 4px;
	padding: 9px 14px;
	margin-bottom: 24px;
}

.postid-30 .plan-card.full .pc-tag {
	background: #e8f0fb;
	color: var(--teal-dark);

}

.postid-30 .range {
	display: flex;
	gap: 6px;
	margin-bottom: 10px;
}

.postid-30 .range-block {
	flex: 1;
	text-align: center;
	border-radius: 4px;
	padding: 13px 6px;
	font-size: 12.5px;

}

.postid-30 .range-block.on {
	background: var(--navy);
	color: #fff;
}

.postid-30 .range-block.off {
	background: #eef0f2;
	color: #aab3bd;
}

.postid-30 .range-cap {
	font-size: 11.5px;
	color: var(--sub);
	margin-bottom: 24px;
}

.postid-30 .range-cap b {
	color: var(--navy);
}

.postid-30 .range-cap.off-cap b {
	color: var(--sub);
}

.postid-30 .pc-for {
	font-size: 0.95rem;
	/* color: var(--ink-2); */
	line-height: 1.9;
	padding: 16px 18px;
	background: var(--bg-soft);
	border-radius: 5px;
	font-weight: 400;
}

.postid-30 .pc-for b {
	color: var(--navy);
}

.postid-30 .plan-card ul {
	list-style: none;
	margin: 18px 0 0;
}

.postid-30 .plan-card li {
	font-size: 0.95rem;
	padding: 7px 0 7px 0px;
	position: relative;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-weight: 400;
}

.postid-30 .plan-card li.head {color: var(--navy);padding-left: 0;padding-top: 16px;font-size: 0.9rem;letter-spacing: .04em;}

.postid-30 .plan-card li.head::before {
	display: none;
}

.postid-30 .plan-card li.head-off {
	color: #aab3bd;
}

.postid-30 .plan-card li.off {
	color: #aab3bd;
}

.postid-30 .plan-card li.off::before {
	background: #d0d0d0;
}

.postid-30 .plan-foot {
	text-align: center;
	font-size: 1rem;
	/* color: var(--sub); */
	margin-top: 2rem;
}

.postid-30 .contact {
	background: var(--navy);
	color: #fff;
	text-align: center;
}

.postid-30 .contact .ct-title {
	font-size: 27px;

	color: #fff;
	line-height: 1.6;
	margin-bottom: 18px;
}

.postid-30 .contact .ct-lead {
	font-size: 15px;
	color: #bcc7d3;
	max-width: 520px;
	margin: 0 auto 38px;
}

.postid-30 .contact .ct-actions {
	display: flex;
	gap: 18px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.postid-30 .btn-primary {
	background: var(--teal);
	color: #fff;
	text-decoration: none;

	font-size: 15px;
	padding: 17px 44px;
	border-radius: 3px;
	letter-spacing: .04em;
	transition: background .2s, transform .2s;
}

.postid-30 .btn-primary:hover {
	background: #4cbcae;
	transform: translateY(-2px);
}

.postid-30 .contact .ct-tel {
	font-size: 1rem;
	color: #bcc7d3;
}

.postid-30 .contact .ct-tel b {
	font-size: 24px;
	color: #fff;
	letter-spacing: .04em;
	display: block;
	margin-top: 4px;
}

.postid-30 #single_service_main_content {
	padding: 0;

}

.postid-30 h2.rv {
	margin: 2rem 0;
	/* text-align: left; */
}

.job-card__link {
	width: max-content;
	background: #f5f3ee;
	padding: 0.5rem 2rem 0.5rem 3.5rem;
	margin: 1rem auto 0;
	font-size: 0.9rem;
	font-weight: 500;
	box-shadow: 0px 2px 3px #cccccc;
}

.service_category_content .design_arrow_button {
	text-align: left;
	margin-top: 1.2rem;
	margin-bottom: 0;
}

.service_category_content .design_arrow_button .arrow_button {
	background: #3fa89c;
}

.design_arrow_button>div {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 18px;
	color: #000;
	text-decoration: none !important;
	gap: 20px;
}

#body.page-id-102 #lp_page_header .catch .line_inner {
	transform: none;
	opacity: 1;
}

.lcp_catlist li {
	display: grid;
	grid-template-columns: 1fr 24%;
	direction: rtl;
	text-align: left;
	align-items: center;
	gap: 3%;
}

.lcp_catlist img {
	display: block;
}

#related_post .blog_list .item {
	align-items: flex-start;
}

.postid-30 .cta .cta__inner {
	padding: 0;
}

.postid-30 .post_content>section:nth-child(even) {
	background: var(--bg-soft);
}

.job-posting-item a {
	display: grid;
	grid-template-columns: 28% 1fr;
	align-items: center;
	gap: 3%;
}

.single-job_posting #bread_crumb li:nth-child(2),
.single-member #bread_crumb li:nth-child(2) {
	display: none;
}

.page-id-102 .member-card__link {
	transition: .2s;
}

.page-id-102 .member-card__link:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: .2s;
}


.menu-item {
	transition: .3s opacity linear;
}

#body #header ul:not(.sub-menu)>.menu-item:hover>a,
#footer_nav li:hover a {
	opacity: 0;
	transition: .3s opacity linear;
}

#body .menu-item:after,
#footer_nav li::after {
	position: absolute;
	width: max-content;
	margin: auto;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: .3s opacity linear;
	color: white !important;
	font-size: 1rem;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

#body #footer_nav li::after {
	font-size: 0.8rem;
}

#body #menu-item-95:hover:after {
	color: black !important;
}

#body.header_fixed .menu-item:after,
#body.single-service .menu-item:after {
	color: black !important;

}

#body.megamenu_light_color:not(.header_type2) .menu-item:after {
	color: black !important;
}

#body #global_menu>ul>li.active>a {
	color: white !important;
}

#body .menu-item:hover:after,
#footer_nav li:hover:after {
	opacity: 1;
	transition: .3s opacity linear;
}

#menu-item-90:after {
	content: "ホーム";
}

#menu-item-94:after,
#menu-item-1895:after {
	content: "会社概要"
}

#menu-item-95:after,
#menu-item-1900:after {
	content: "事業内容"
}

#menu-item-2484:after,
#menu-item-2579:after {
	content: "事例紹介"
}

#menu-item-1957:after,
#menu-item-1958:after {
	content: "採用情報"
}

#menu-item-320:after,
#menu-item-1894:after {
	content: "お問い合わせ"
}

#menu-item-2572:after {
	content: "お知らせ"
}

#menu-item-2845:after {
	content: "ブログ";
}

.home .design_arrow_button a {
	gap: 1rem;
	flex-direction: row-reverse;
}

.cb_free_space.num1 .post_content {
	padding-right: 0;
}

.cb_service_category_list .post_list {
	transform: none;
	padding-bottom: 0.7rem;
	padding-top: 0.7rem;
	background: #005599;
}

.cb_service_category_list .post_list a .label {
	display: none;
}

.cb_service_category_list .post_list a:after {
	background: none;
	display: none;
}

.cb_service_category_list .post_list a .arrow_button_small:after {
	content: "詳細はこちら";
	transform: none;
	opacity: 1;
	position: relative;
	font-size: 1rem;
	width: max-content;
	color: white;
}

.cb_service_category_list .post_list a .arrow_button_small {
	width: max-content;
	height: auto;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	position: static;
}

.cb_service_category_list .post_list .arrow_button_small:before {
	position: static;
	width: auto;
	background: #ffffff;
	padding: 0.7rem;
	border-radius: 2rem;
	color: #005599;
}

.cb_service_category_list .post_list a:hover .arrow_button_small:before {
	animation: none;
}

.page.home .large_headline span {
	font-size: 2rem;
	display: flex;
	align-items: baseline;
	gap: 1rem;
}

.cb_service_list.num2 .large_headline span:before {
	content: "Services";
	font-size: 150%;
}

.cb_blog_list.num4 .large_headline span:before {
	content: "Case";
	font-size: 150%;
}

.cb_free_space.num6 .post_content {
	padding-right: 0;
}

.cb_free_space.num6 .large_headline span:before {
	content: "Recruit";
	font-size: 150%;
}

#cb_content_6 .design_header {
	text-align: left;
	padding: 0;
	margin-bottom: 2.5rem;
	width: 100%;
}

#body .top-news-head h2 span {
	font-size: 3rem;
}

.cb_service_category_list .post_list a {
/* 	height: unset;
	padding-left: 12px; */
}

.wpcf7 {
	max-width: 800px;
	margin: auto !important;
}

.service_archive_desc {
	font-weight: 400;
}

.service_category_content .design_arrow_button .label {
	font-size: 1rem;
	font-weight: 400;
	color: #3fa89c;
}

.job-posting__name {
	font-weight: 500;
}

.case-card-swiper .swiper-button-next,
.case-card-swiper .swiper-button-prev {
	background: white;
	padding: 2rem 1.5rem;
	border: 3px solid #d4dfe785;
}

.case-card-swiper .swiper-button-next:after,
.case-card-swiper .swiper-button-prev:after {
	color: #0f67b1;
}

@media screen and (max-width:768px) {
	#body .top-news-head h2 span {
		font-size: 2.1rem;
	}

	.home .top-news-list {
		margin-left: 0;
	}

	.top-news-head {
		padding: 0;
	}

	.page.home .large_headline span {
		font-size: 1.4rem;
	}

	.home .design_arrow_button a {
		justify-content: flex-end;
	}

	.postid-30 .plan-grid {
		grid-template-columns: 1fr
	}

	.page-id-102 .post_content .message-section__text {
		font-weight: 500;
	}

	.job-card__link {
		width: max-content;
		background: #f5f3ee;
		padding: 0.5rem 1.6rem 0.5rem 2.2rem;
		margin: 1rem auto 0;
		font-size: 0.8rem;
		font-weight: 500;
		box-shadow: 0px 2px 2px #cccccc;
	}

	.postid-30 .vstep-card {
		width: 83%;
		margin-left: auto;
	}

	.postid-30 .vs-node {
		line-height: 1.6;
	}

	.postid-30 .scope-col.astano .sc-note,
	.postid-30 .scope-col.client .sc-note,
	.postid-30 .vstep-card .vc-lead,
	.postid-30 .plan-card.full .pc-tag {
		line-height: 1.7;
	}

	.postid-30 .cycle-loop {
		line-height: 2;
	}

	.postid-30 h2.rv {
		margin: 0 0 2rem;
	}

	.postid-30 .intro {
		margin: 2rem auto 3rem;
	}

	.cb_service_category_list .item {
		width: 100%;
		aspect-ratio: 1/1.2;
		height: auto;
	}

	.page-id-102 .catch strong {
		font-size: 1.6rem;
	}

	.page-id-102 .catch .subtitle,
	.page-id-102 .catch .subtitle span {
		font-size: 0.7rem;
		line-height: 1;
	}

	.catch-casual-link {
		font-size: 0.8rem;
	}

	.page-id-102 #lp_page_header .catch {
		width: max-content;
		padding: 1.5rem;
		font-size: 1rem !important;
		gap: 0.7rem;
		box-shadow: 0px 5px 5px #25867963;
		margin: auto;
		position: absolute;
		top: 25rem;
		left: 0;
		right: 0;
		text-align: center;
	}

	.page-id-102 #lp_page_header .overlay {
		background-color: unset;
	}

	.page-id-102 .catch small {
		font-size: 1.2rem;
	}

	.postid-30 .philosophy {
		padding-top: 4rem;
	}

	.case-card-swiper .swiper-button-next, .case-card-swiper .swiper-button-prev {
		padding: 1.6rem 0.9rem;
	}

	.case-card-swiper .swiper-button-next:after,
	.case-card-swiper .swiper-button-prev:after {
		font-size: 1.7rem;
	}
}

#body .large_headline {
	font-weight: 500;
}

html body {
	font-weight: 400;
}

.post_content h2 {
	font-weight: 500;
}

.postid-30 .philosophy .lead-big {
	font-weight: 500;
}

.postid-30 .philosophy .desc {
	color: #1e1e1c;
	font-weight: 400;
}

.postid-30 .sec-title {
	color: #0b1c34;
	font-weight: 500;
}

.wpcf7 .require {
	color: white;
	background: #b70000;
	padding: 0.1rem 0.3rem 0.2rem;
	font-size: 0.7rem;
	margin-left: 0.5rem;
	border-radius: 0.3rem;
}

.service_category_content .design_arrow_button>div {
	flex-direction: row-reverse;	
}

.postid-30 .scope-col.astano li::after {
	font-family: 'Noto Sans JP';
	color: white !important;
}

.postid-30 .recruit_check-mark {
	display: inline-flex;
	width: 1rem;
	height: 1rem;
	background: #3165b0;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
}

.postid-30 .recruit_check-mark:after {
	content: "";
	width: 60%;
	aspect-ratio: 1/1;
	background: url(https://astano.co.jp/wp-content/uploads/2026/06/チェックボックスのフリーアイコン.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.postid-30 .off .recruit_check-mark:after {
	background: url(https://astano.co.jp/wp-content/uploads/2026/06/ノーマルの太さのバツアイコン.svg);
	width: 55%;
}

.postid-30 .off .recruit_check-mark {
	background: #e7e7e7;
}

.postid-30 .scope-col .recruit_check-mark {
	margin-top: 0.6rem;
}

.page-id-87 #page_header .large_headline span:after {
	content: "Company";
	color: #0b1c34;
	opacity: 1;
	position: absolute;
	width: max-content;
	z-index: 1;
	left: 0;
	line-height: 1;
}

.page-id-87 #page_header .large_headline span {
	color: white;
	position: relative;
}

.wpcf7 [data-id="service-group"] {
	margin-bottom: 1rem;
}

.philosophy iframe {
	margin: auto;
	max-width: 800px;
	width: 100%;
	display: block;
	aspect-ratio: 1/0.8;
	height: auto;
}

.wpcf7 [data-name="policy-check"] {
	text-align: center;
}

.wpcf7 [data-name="policy-check"] a {
	text-decoration: underline;
}

.cat-name p {
	line-height: 1.4;
}

.cat-name {
	width: 12%;
	min-width: max-content;
}

@media screen and (max-width:768px) {
	.cb_service_category_list,
	.blog_carousel_wrap,
	.cb_design_header,
	#cb_content_7 .post_content,
	#page_header .design_header,
	#page_contents .post_content,
	.service_category_content .post_list.type1 {
		padding: 0 1.5rem;
	}

	.cb_free_space .post_content {
		padding: 0 1.5rem;
		padding-right: 0;
	}

	#cb_content_5 .design_header {
		padding: 0;
	}

	.cb_free_space.num1 .design_header,
	.cb_free_space.num1 p {
		padding-right: 1.5rem;
	}

	body .philosophy_item {
		grid-template-columns: 1fr;
		gap: 0;
	}

	#body .h4_red {
		margin-bottom: 0.7rem;
	}

	#company_data_list td {
		padding-left: 0;
	}

	#single_service_header.animate .sub_title span {
		line-height: 1.7;
	}

	.postid-30 .scope-col .recruit_check-mark {
		margin-top: 0.4rem;
	}

	#cb_content_5  .post_content {
		padding: 0 1.5rem;
	}
}

.archive .news_list .date:before {
  display: none;
}

.archive .news_list .category_button {
  margin: 0;
}

.archive .news_list .date {
  order: -1;
  /* padding: 0; */
}

.archive .news_list .content {
  display: flex;
  align-items: center;
  gap: 3%;
  padding: 0;
}

.archive .news_list .image_link {
  display: none;
}

.archive .news_list .item {
  width: 100%;
  border: none;
  padding: 1rem 1%;
  border-bottom: 1px solid #ddd;
}

.archive .news_list {
  display: flex;
}

.archive .news_list .title {
  margin-bottom: 0;
}

.archive .category_button_wrap {
  width: 11rem;
}

.archive .news_list .item:last-child {
  border: none;
}

.archive.category:not(.has-category-child) .news_category_button .swiper-slide:not(.current) {
  display: none;
}

.single-post #main_content,
.single-news #main_content {
  justify-content: center;
}

.single-post #bread_crumb ul,
.single-news #bread_crumb ul {
  max-width: calc(100% - 415px);
  margin: auto;
}

#next_prev_post,
#recent_news {
  display: none;
}

.news-back-btn {
  padding: 0;
  text-align: left;
}

.news-back-btn a {
  justify-content: left;
}

.news-back-btn a {
  flex-direction: row-reverse;
  gap: 1rem;
}

.cb_service_category_list .item {
  border-radius: 1rem;
}

.service_category_content.even {
  background: none;
  padding: 0;
}

.service_category_content:not(.even) .post_list.type1 {
  padding-left: 0;
}

.service_category_content.even .post_list.type1 {
  padding-right: 0;
}

.service_category_content .post_list.type1 .image_wrap {
  border-radius: 0 3rem 3rem 0;
}

.service_category_content.even .post_list.type1 .image_wrap {
  border-radius: 3rem 0 0 3rem;
}

.cb_service_category_list .overlay {
  transform: scale(1, -1);
  bottom: 0;
  top: auto;
}

.cb_service_category_list .post_list {
  background: none;
}

.cb_service_category_list .title_area {
  bottom: 3.3rem;
  top: auto;
  padding: 2rem;
}

.cb_service_category_list .item {
  aspect-ratio: 1 / 1.3;
  border-radius: 2rem;
}

.cb_service_category_list .sub_title {
  font-weight: 400;
}

.cb_service_category_list .post_list a {
  height: 3rem;
}

.home .cb_service_list.num2 .item .headline {}

.cb_service_category_list .post_list a .arrow_button_small:after {}

#footer_nav li a:hover {
	color: black;
}

@media screen and (max-width: 768px) {
  .archive .news_list {
    padding: 0 1.5rem;
  }

  .archive .news_list .title {
    width: 100%;
  }

  .archive .category_button_wrap {
    width: unset;
  }

  .archive .news_list .content {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.4rem 3%;
  }

  .archive .news_list .item {
    padding: 0.7rem 0;
  }

  #body #footer_nav li::after {
    display: none;
  }

  .service_category_content .post_list.type1 .content {
    padding-left: 1.5rem;
  }

  .service_category_content.even .post_list.type1 .content {
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .cb_service_category_list .item {
    margin-bottom: 1.5rem;
  }
}



#toc_container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  box-sizing: border-box;
  background: #ebf1f3 !important;
  border: 1px solid #d9e1e4 !important;
  border-left: 4px solid #3FA89C !important;
  border-radius: 0 8px 8px 0;
  padding: 18px 24px;
  box-shadow: none;
  font-family: "Noto Sans JP", sans-serif;
}

#toc_container .toc_title {
  font-weight: 700;
  font-size: 15px;
  color: #0F2A44;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: .02em;
}

#toc_container a {
  color: #0F2A44;
  text-decoration: none;
}

#toc_container a:hover {
  color: #3FA89C;
  text-decoration: underline;
}

/* H2:「1.」連番 */
#toc_container .toc_list {
  list-style: none;
  counter-reset: toc-h2;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

#toc_container .toc_list>li {
  counter-increment: toc-h2;
  margin: 7px 0;
  line-height: 1.7;
  font-size: 14px;
}

#toc_container .toc_list>li::before {
  content: counter(toc-h2) ". ";
  color: #0F2A44;
}

/* H3:「・」 */
#toc_container .toc_list ul {
  list-style: none;
  padding-left: 18px;
  margin: 6px 0 0;
}

#toc_container .toc_list ul>li {
  margin: 6px 0;
  line-height: 1.7;
  font-size: 14px;
}

#toc_container .toc_list ul>li::before {
  content: "・";
  color: #0F2A44;
  margin-right: 2px;
}

#toc_container .toc_number {
  display: none;
}