@charset "utf-8";
.s_pc_view {
	display: inherit !important;
}
.s_pctab_view {
	display: inherit !important;
}
.s_tab_view {
	display: none !important;
}
.s_sp_view {
	display: none !important;
}
.s_mat0 {
	margin-top: 0;
}
.s_mat5 {
	margin-top: 5px;
}
.s_mat10 {
	margin-top: 10px;
}
.s_mat20 {
	margin-top: 20px;
}
.s_mat30 {
	margin-top: 30px;
}
.s_mat40 {
	margin-top: 40px;
}
.s_mat50 {
	margin-top: 50px;
}

.s_mab0 {
	margin-bottom: 0;
}
.s_mab5 {
	margin-bottom: 5px;
}
.s_mab10 {
	margin-bottom: 10px;
}
.s_mab20 {
	margin-bottom: 20px;
}
.s_mab30 {
	margin-bottom: 30px;
}
.s_mab40 {
	margin-bottom: 40px;
}
.s_mab50 {
	margin-bottom: 50px;
}
.s_mab60 {
	margin-bottom: 60px;
}
.s_mab100 {
	margin-bottom: 100px;
}

.s_auto {
	margin: auto;
}

.s_al_center,
.aligncenter {
	text-align: center;
}
.s_al_right,
.alignright {
	text-align: right;
}
.s_al_left,
.alignleft {
	text-align: left;
}
.s_vl_top {
	vertical-align: top;
}
.s_vl_middle {
	vertical-align: middle;
}
.s_vl_bottom {
	vertical-align: bottom;
}

.s_f_left {
	float: left;
}
.s_f_right {
	float: right;
}
.is_f_clear {
	float: none;
	text-align: center;
}

.s_red {
	color: #f00;
}
.s_black {
	color: var(--bk-color);
}
.s_white {
	color: #fff;
}
.s_em_color {
	color: var(--main-color);
}
.s_num_size {
	color: var(--main-color);
	font-size: 1.7em;
}

.s_bold {
	font-weight: bold;
}
.s_indent {
	text-indent: 1em;
}
.s_kome,
.s_kome li {
	text-indent: -1em;
	margin-left: 1em;
}
.s_underline {
	text-decoration: underline;
}
.s_fw_normal {
	font-weight: normal;
}
.s_inline {
	display: inline-block;
}

.s_fs_sm {
	font-size: 1.2rem;
}
.s_fs_lg {
	font-size: 1.8rem;
}

.s_img_floatL {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.s_img_floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.s_fs11 {
	font-size: 1.1rem !important;
}
.s_fs12 {
	font-size: 1.2rem !important;
}
.s_fs13 {
	font-size: 1.3rem !important;
}
.s_fs14 {
	font-size: 1.4rem !important;
}
.s_fs15 {
	font-size: 1.5rem !important;
}
.s_fs16 {
	font-size: 1.6rem !important;
}
.s_fs17 {
	font-size: 1.7rem !important;
}
.s_fs18 {
	font-size: 1.8rem !important;
}
.s_fs19 {
	font-size: 1.9rem !important;
}
.s_fs20 {
	font-size: 2rem !important;
}
.s_fs21 {
	font-size: 2.1rem !important;
}
.s_fs22 {
	font-size: 2.2rem !important;
}
.s_fs23 {
	font-size: 2.3rem !important;
}
.s_fs24 {
	font-size: 2.4rem !important;
}

.s_w10p {
	width: 10%;
}
.s_w20p {
	width: 20%;
}
.s_w30p {
	width: 30%;
}
.s_w40p {
	width: 40%;
}
.s_w50p {
	width: 50%;
}
.s_w60p {
	width: 60%;
}
.s_w70p {
	width: 70%;
}
.s_w80p {
	width: 80%;
}
.s_w90p {
	width: 90%;
}
.s_w100p {
	width: 100%;
}

.s_disable {
	pointer-events: none;
}

.w-900 {
	font-weight: 900;
}

.txt_center {
	text-align: center;
}
.mg-b30 {
	margin-bottom: 30px;
}
.pd-50 {
	padding: 0px 50px;
}

@media screen and (max-width: 768px) {
	.s_pc_view {
		display: none !important; /*改行にのみ使用*/
	}
	.s_tab_view {
		display: inherit !important; /*改行にのみ使用*/
	}

	.s_f_left.is_sp_f_clear {
		float: left;
	}
	.s_f_right.is_sp_f_clear {
		float: right;
	}
	.s_num_size {
		font-size: 1.5em;
	}
	.wd-container {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	.s_pctab_view {
		display: none !important;
	}
	.s_sp_view {
		display: inherit !important; /*改行にのみ使用*/
	}
	.s_mat10 {
		margin-top: 5px;
	}
	.s_mat20,
	.s_mat30 {
		margin-top: 10px;
	}
	.s_mat40,
	.s_mat50 {
		margin-top: 20px;
	}
	.s_mab10 {
		margin-bottom: 5px;
	}
	.s_mab20,
	.s_mab30 {
		margin-bottom: 10px;
	}
	.s_mab40,
	.s_mab50 {
		margin-bottom: 20px;
	}
	.s_mab60 {
		margin-bottom: 30px;
	}
	.s_mab100 {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 500px) {
	.s_num_size {
		font-size: 1.6em;
	}
	.wd-container {
		width: 100%;
	}
}
/*----------------------------------------------
	top
---------------------------------------------*/
/*  .s_top
---------------------------------------------*/
.s_top_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.is_reverse {
	flex-direction: row-reverse;
}
.s_top_ttl,
.s_top_btn {
	width: calc(100% - 760px);
}
.s_top_ttl_txt {
	margin: 60px 0;
	font-size: 1.2em;
	line-height: 1.6;
}
.s_top_img,
.s_top_cont {
	width: 60%;
	max-width: 700px;
}
.s_top_img {
	transform: translateY(10px);
}
.s_top_img img {
	border-radius: 50px;
}
.active.s_top_img img {
	animation: blur 0.5s forwards;
}
@media screen and (max-width: 1280px) {
	.s_top_ttl,
	.s_top_btn {
		width: calc(50% - 40px);
	}
	.s_top_ttl_txt {
		margin: 40px 0;
	}
	.s_top_img,
	.s_top_cont {
		width: 50%;
		max-width: 600px;
	}
}

@media screen and (max-width: 640px) {
	.s_top_block {
		flex-direction: column;
	}
	.s_top_ttl,
	.s_top_btn,
	.s_top_img,
	.s_top_cont {
		width: 100%;
	}
	.s_top_img {
		max-width: 300px;
		margin-inline: auto;
		margin-top: 20px;
		transform: translateY(0);
	}
	.s_top_img img {
		border-radius: 30px;
	}
	.s_top_ttl_txt {
		margin: 0 0 10px;
	}
	.s_top_ex {
		font-size: 1.25em;
	}
}
/*  .s_top_lead
---------------------------------------------*/
/* .s_top_lead_block {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.s_top_lead_catch {
	font-size: 5em;
	font-weight: 900;
}

.mobile_laptop {
    margin-top: 50px;
}
.sp-laptop {
    display: flex;
    justify-content: center;
    align-items: center;
}
.s_top_lead_txt:not(:last-child) {
	margin-bottom: 1em;
}
.s_indeed_lead_wrap { 
	width: 580px; 
} 
.s_indeed_lead_txt  {
	font-size: 1.2em;
}
.s_top_lead_cont { 
width: calc(100% - 620px); 
} 
@media screen and (max-width: 1280px) { 
	.s_indeed_lead_wrap { 
		width: 58%; 
	} 
	.s_top_lead_cont { 
		width: calc(42% - 40px); 
	} 
	
} 
@media screen and (max-width: 1074px) {
	.s_top_indeed_logo_box {
    	width: 225px;
	}
	.s_indeed_lead {
    	font-size: 1.7em;
	}
	.s_indeed_lead_txt {
    font-size: 1.2em;
	}
	.sp-laptop {
    width: 450px;
	}
	.s_indeed_lead_txt {
        line-height: 30px;
    }
}
@media screen and (max-width: 768px) {
	.s_top_indeed_logo_box {
    	width: 250px;
	}
	.s_indeed_lead {
    	margin-top: 60px;
	}


}
@media screen and (max-width: 640px) {
	.s_top_lead_catch {
		font-size: 2.4em;
	}

}
@media screen and (max-width: 500px) {
	.s_top_lead_block {
    	flex-direction: column;
	}
	.sp-laptop {
		width: auto;
	}
	.s_pd20 {
    	padding: 20px;
	}
	.s_indeed_lead_wrap { 
		width: 100%; 
	}
	.s_top_lead_cont { 
		width: calc(100% - 40px); 
	} 
	 
	    
}

@media screen and (max-width: 386px) {
	.s_top_indeed_logo_box {
        width: 150px;
    }
	    .s_num_size {
        font-size: 2.5em;
    }
	.s_indeed_lead_b {
        font-size: 1.4em;
    }
	    .s_indeed_lead_txt {
        font-size: 1.1em;
    }
} */

/*  .s_top_lead
---------------------------------------------*/
.s_top_lead_block {
	display: flex;
	justify-content: space-between;
}
.s_top_lead_catch {
	width: 500px;
	font-size: 5em;
	font-weight: 900;
}
.s_top_lead_cont {
	width: calc(100% - 560px);
	font-size: 1.25em;
	line-height: 2;
}
.s_top_lead_txt:not(:last-child) {
	margin-bottom: 1em;
}
@media screen and (max-width: 1280px) {
	.s_top_lead_catch {
		width: 50%;
	}
	.s_top_lead_cont {
		width: calc(50% - 40px);
	}
}
@media screen and (max-width: 800px) {
	.s_top_lead_block {
		flex-direction: column;
	}
	.s_top_lead_catch,
	.s_top_lead_cont {
		width: 100%;
	}
	.s_top_lead_catch {
		font-size: 3.6em;
	}
	.s_top_lead_cont {
		margin-top: 20px;
	}
}
@media screen and (max-width: 640px) {
	.s_top_lead_catch {
		font-size: 2.4em;
	}
	.s_top_lead_cont {
		line-height: 1.6;
	}
}
/*  .s_contact
---------------------------------------------*/
.s_contact_block {
	width: min(100%, 800px);
	margin: 60px auto 0;
}
.s_contact_box {
	margin-bottom: 40px;
}
.s_contact_label {
	margin-bottom: 10px;
	font-weight: 900;
}
.s_contact_required {
	display: inline-block;
	margin-left: 5px;
	padding: 0.3em 0.2em 0.25em;
	background: var(--main-color);
	border-radius: 5px;
	color: #fff;
	font-size: 0.7em;
	line-height: 1;
	transform: translateY(-2px);
}
.s_contact_box input[type="text"],
.s_contact_box input[type="email"],
.s_contact_box input[type="tel"],
.s_contact_box textarea {
	width: 100%;
	padding: 0.5em 0.8em;
	background-color: rgba(0, 0, 0, 0.05);
	border: none;
	border-radius: 10px;
	font-size: 1em;
}
.s_contact_box textarea {
	height: 200px;
	vertical-align: bottom;
}
.s_contact_privacy_wrap {
	margin-top: 20px;
	padding: 30px 0 30px 30px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	font-size: 0.9em;
	color: var(--bk-color);
}
.s_contact_privacy_inner {
	overflow-y: auto;
	height: 140px;
	padding-right: 30px;
}
.s_contact_border {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.s_contact_consent {
	margin: 20px 0 60px;
	text-align: center;
}
.s_contact_label .wpcf7-list-item label,
.s_contact_consent .wpcf7-list-item label {
	cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.05);
	outline: none;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	padding: 0;
	transform: translateY(0.25em);
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
input[type="checkbox"] {
	border-radius: 6px;
}
input[type="checkbox"]:checked {
	background: var(--yl-color);
}
input[type="checkbox"]:checked::before {
	bottom: 3px;
	width: 5px;
	height: 10px;
	border-right: 3px solid var(--main-color);
	border-bottom: 3px solid var(--main-color);
	transform: rotate(40deg);
}
.wpcf7-list-item {
	margin: 0 !important;
}
.s_contact_submit {
	position: relative;
	padding-bottom: 40px;
	text-align: center;
}
.s_contact_btn {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.s_contact_submit .wpcf7-submit {
	position: relative;
	width: 490px;
	max-width: 100%;
	padding: 1em 60px;
	background: var(--main-color);
	border: none;
	border-radius: 100px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 900;
	cursor: pointer;
	transition: all 0.3s;
}
.s_contact_btn:hover .wpcf7-submit {
	background: var(--bl-color);
}
.s_contact_submit .wpcf7-submit:disabled {
	background: rgba(var(--rgb-main-color), 0.2);
}
.s_contact_submit .wpcf7-submit:disabled ~ .c_btn_arrow {
	width: 6px;
	height: 6px;
}
.s_contact_submit .wpcf7-submit:disabled ~ .c_btn_arrow::before,
.s_contact_submit .wpcf7-submit:disabled ~ .c_btn_arrow::after {
	content: none;
}
.s_contact_submit .wpcf7-spinner {
	position: absolute !important;
	right: 0;
	bottom: -30px;
	left: 0;
	margin: auto !important;
}
.c_contact_recapcha {
	font-size: 0.7em;
	text-align: center;
}
.c_contact_recapcha a {
	text-decoration: underline;
}
.c_contact_recapcha a:hover {
	text-decoration: none;
}
.wpcf7-not-valid-tip {
	margin-top: 5px;
	padding: 0.2em 0.4em;
	background: #e30d0d;
	color: #fff !important;
}
.grecaptcha-badge { visibility: hidden; }
@media screen and (max-width: 1024px) {
	.s_contact_block {
		margin-top: 20px;
	}
	.s_contact_box input[type="text"],
	.s_contact_box textarea,
	.s_contact_privacy_wrap {
		border-radius: 5px;
	}
}
@media screen and (max-width: 820px) {
	.s_contact_required {
		border-radius: 2px;
		transform: translateY(0);
	}
	.s_contact_box input[type="text"],
	.s_contact_box input[type="email"],
	.s_contact_box input[type="tel"],
	.s_contact_box textarea {
		font-size: 1.4em;
	}
	input[type="radio"],
	input[type="checkbox"] {
		transform: translateY(0.5em);
	}
}
@media screen and (max-width: 640px) {
	.s_contact_label {
		font-size: 1.4em;
	}
	.s_contact_box {
		margin-bottom: 20px;
	}
	.s_contact_required {
		transform: translateY(-1px);
	}
	.s_contact_box input[type="text"],
	.s_contact_box input[type="email"],
	.s_contact_box input[type="tel"],
	.s_contact_box textarea {
		border-radius: 5px;
	}
	.s_contact_txt {
		font-size: 1.25em;
	}
	.s_contact_privacy_wrap {
		padding: 20px 0 20px 20px;
		font-size: 1em;
	}
	.s_contact_privacy_inner {
		padding-right: 20px;
		height: 100px;
	}
	.s_contact_consent {
		margin: 20px 0;
		font-size: 1.25em;
	}
	.s_contact_submit {
		padding-bottom: 10px;
	}
}

/*----------------------------------------------
	service
---------------------------------------------*/
/*  .s_service_job
---------------------------------------------*/
.s_service_job {
	position: relative;
}
/* .s_service_job .c_slide {
	position: absolute;
	bottom: 200px;
	left: 0;
} */
.s_service_job .c_slide {
	margin: 60px 0;
}
/*  .s_service_link
---------------------------------------------*/
.s_service_link {
	position: relative;
	z-index: 2;
	/* padding-top: 60px; */
}
.s_service_link_block {
	position: relative;
}
.s_service_link_block .l_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s_service_link_left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(55% - 40px);
}
.s_service_link_icon {
	width: 100px;
}
.s_service_link_ex {
	width: calc(100% - 120px);
	font-size: 1.2em;
	color: #fff;
	font-weight: 900;
	line-height: 1.6;
}
.s_service_link_em {
	display: inline-block;
	margin-right: 5px;
	padding: 0.1em 0.1em 0.05em;
	background: var(--yl-color);
	color: var(--bl-color);
	font-size: 1.66em;
	line-height: 1.2;
}
.s_service_link_right {
	width: 45%;
	max-width: 490px;
}
.s_service_link_ribon {
	position: absolute;
	top: -23px;
	left: 0;
	width: 16px;
	height: 14px;
	background-color: var(--yl-color);
	border-radius: 3px 3px 0 0;
}
.s_service_link_ribon::before,
.s_service_link_ribon::after {
	position: absolute;
	top: calc(100% - 2px);
	content: "";
	width: 10px;
	aspect-ratio: 1;
	background-color: var(--yl-color);
	border-radius: 3px;
}
.s_service_link_ribon::before {
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.s_service_link_ribon::after {
	right: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}
/*  .s_service_kind
---------------------------------------------*/
.s_service_block {
	margin: -10px 0;
}
.s_service_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-top: 1px solid var(--main-color);
}
.s_service_box:nth-last-child(-n + 2) {
	border-bottom: 1px solid var(--main-color);
}
.s_service_cont {
	width: calc(100% - 120px);
}
.s_service_name {
	margin-bottom: 10px;
	border-radius: 10px;
	color: var(--main-color);
	font-size: 1.2em;
	font-weight: 900;
}
.s_service_ph {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 105px;
	height: 100%;
	color: var(--main-color);
	font-size: 3em;
	text-align: center;
}
@media screen and (max-width: 1280px) {
	/*  .s_service_link
---------------------------------------------*/
	.s_service_link_left {
		width: calc(60% - 20px);
	}
	.s_service_link_right {
		width: 40%;
	}
}
@media screen and (max-width: 1024px) {
	/*  .s_service_job
---------------------------------------------*/
	/* .s_service_job .c_slide {
		bottom: 180px;
	} */
	/*  .s_service_link
---------------------------------------------*/
	/* .s_service_link {
		padding-top: 40px;
	} */
	.s_service_link_left {
		width: calc(70% - 20px);
	}
	.s_service_link_right {
		width: 30%;
	}
	/*  .s_service_kind
---------------------------------------------*/
	.s_service_cont {
		width: calc(100% - 100px);
	}
	.s_service_ph {
		width: 80px;
	}
}
@media screen and (max-width: 820px) {
	/*  .s_service_link
---------------------------------------------*/
	/* .s_service_link {
		padding-top: 40px;
	} */
}
@media screen and (max-width: 768px) {
	/*  .s_service_job
---------------------------------------------*/
	/* .s_service_job .c_slide {
		bottom: 140px;
	} */
	/*  .s_service_kind
---------------------------------------------*/
	.s_service_box {
		padding: 10px;
	}
	.s_service_name {
		margin-bottom: 5px;
		border-radius: 5px;
	}
	.s_service_cont {
		width: calc(100% - 80px);
	}
	.s_service_ph {
		width: 60px;
	}
}
@media screen and (max-width: 640px) {
	/*  .s_service_job
---------------------------------------------*/
	/* .s_service_job .c_slide {
		bottom: 250px;
	} */
	.s_service_job .c_slide {
		margin: 40px 0;
	}
	/*  .s_service_link
---------------------------------------------*/
	/* .s_service_link {
		padding-top: 20px;
	} */
	.s_service_link_block .l_wrap,
	.s_service_link_left {
		flex-direction: column;
	}
	.s_service_link_ex,
	.s_service_link_left,
	.s_service_link_right {
		width: 100%;
	}
	.s_service_link_ex {
		margin: 10px 0 20px;
	}
	/*  .s_service_kind
---------------------------------------------*/
	.s_service_box {
		margin: 0 !important;
	}
	.s_service_box:nth-last-child(2) {
		border-bottom: none;
	}
	.s_service_cont {
		width: calc(100% - 60px);
	}
}

/*----------------------------------------------
	company
---------------------------------------------*/
.s_company_list li {
	margin-left: 1em;
	font-size: 1.5em;
	font-weight: 900;
	text-indent: -1em;
}
.s_company_list li + li {
	margin-top: 20px;
}
.s_company_list li::before {
	content: "・";
}
.s_company_map iframe {
	width: 100%;
	vertical-align: middle;
}
/* @media screen and (max-width: 640px) {
	.s_company_map iframe {
		border-radius: 40px;
	}
} */

/*----------------------------------------------
	Indeed
---------------------------------------------*/
/*  .s_indeed_lead
---------------------------------------------*/
/* .s_indeed_lead_block {
	display: flex;
	justify-content: space-between;
} */
.s_indeed_lead_block {
	padding-bottom: 120px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.s_indeed_lead_wrap {
	/* width: 580px;
	max-width: 55%; */
	text-align: center;
}
.s_indeed_logo_box {
	width: 20vw;
	max-width: 295px;
	margin: 0 auto 80px;
}
.s_indeed_lead_catch {
	font-size: 2.5em;
	font-weight: 900;
	margin-bottom: 30px;
	line-height: 1.2;
}
.s_indeed_lead_txt {
	line-height: 1.6;
}
.s_indeed_lead_b {
	margin-bottom: 30px;
	font-size: 1.5em;
}
.s_indeed_lead_cont {
	display: flex;
	justify-content: center;
	align-items: start;
	width: calc(100% - 580px);
	transform: translateY(-150px);
}
@media screen and (max-width: 1480px) {
	.s_indeed_lead_cont {
		transform: translateY(0);
	}
}
/* @media screen and (max-width: 1280px) {
	.s_indeed_lead_wrap {
		max-width: 57%;
	}
	.s_indeed_lead_cont {
		width: 43%;
	}
} */
@media screen and (max-width: 1024px) {
	.s_indeed_lead_block {
		padding-bottom: 80px;
	}
	.s_indeed_logo_box {
		margin-bottom: 40px;
	}
	.s_indeed_lead_catch {
		margin-bottom: 20px;
	}
	.s_indeed_lead_b {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.s_indeed_lead_block {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 640px) {
	.s_indeed_logo_box {
		width: 40vw;
		margin-bottom: 20px;
	}
	/* .s_indeed_lead_block {
		flex-direction: column-reverse;
	} */
	.s_indeed_lead_catch {
		margin-bottom: 10px;
		font-size: 2em;
	}
	.s_indeed_lead_b {
		margin-bottom: 10px;
		font-size: 1.3em;
	}
	.s_indeed_lead_txt {
		font-size: 1.125em;
	}
	/* .s_indeed_lead_wrap,
	.s_indeed_lead_cont {
		width: 100%;
		max-width: 100%;
	}
	.s_indeed_lead_wrap {
		margin-top: 10px;
	}
	.s_indeed_lead_cont img {
		width: 400px;
	} */
}

/*  .s_indeed_info
---------------------------------------------*/
.s_indeed_info_ttl {
	margin-bottom: 130px;
	font-size: 2em;
	font-weight: 900;
	text-align: center;
}
.s_indeed_choose {
	position: relative;
	display: inline-block;
}
.s_indeed_choose::before {
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	margin-inline: auto;
	background: var(--main-color);
	border-radius: 10px;
}
.s_indeed_info_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 20px 30px 20px;
	background-color: rgba(var(--rgb-main-color), 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid var(--main-color);
	border-radius: 40px;
	gap: 5px;
}
img.s_info_icon {
	margin-top: -90px;
	margin-bottom: 20px;
	width: 140px;
}
.s_indeed_info_label {
	font-size: 1.2em;
	text-align: center;
}
.s_indeed_info_num {
	font-size: 3.125em;
	font-weight: 900;
	margin: 10px 0;
}
.s_indeed_info_txt {
	line-height: 1.6;
}
.s_job_sm_text {
	font-size: 0.55em;
}
@media screen and (max-width: 1280px) {
	.s_indeed_info_ttl {
		margin-bottom: 110px;
	}
	.s_indeed_info_box {
		padding: 20px;
	}
	img.s_info_icon {
		width: 100px;
		margin-top: -70px;
	}
	.s_indeed_info_label {
		font-size: 1em;
	}
	.s_indeed_info_num {
		margin: 0;
	}
}
@media screen and (max-width: 1024px) {
	.s_indeed_info_ttl {
		margin-bottom: 80px;
	}
	.s_indeed_choose::before {
		top: -8px;
		width: 8px;
		height: 8px;
	}
	.s_indeed_info_box {
		gap: 0;
	}
	img.s_info_icon {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 820px) {
	.s_indeed_info_ttl {
		margin-bottom: 60px;
	}
	img.s_info_icon {
		width: 80px;
		margin-top: -60px;
	}
}
@media screen and (max-width: 768px) {
	.s_indeed_info_ttl {
		padding-top: 6px;
	}
	.s_indeed_choose::before {
		top: -6px;
		width: 6px;
		height: 6px;
	}
	.s_indeed_info_box:not(:last-of-type) {
		margin-bottom: 50px;
	}
	.s_indeed_info_label {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 640px) {
	.s_indeed_info_ttl {
		padding-top: 0;
	}
	.s_indeed_choose::before {
		top: -4px;
	}
}
/*  .s_indeed_plus
---------------------------------------------*/
.s_indeed_plus_block {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.s_indeed_plus_img_box {
	display: flex;
	width: 40%;
	max-width: 490px;
	background: #fff;
	height: 150px;
	align-content: center;
	padding: 0px 40px;
	border-radius: 20px;
}
img.indeed_plus {
	width: 100%;
	min-width: 130px;
	object-fit: contain;
}
.s_indeed_plus_cont {
	width: calc(60% - 40px);
	max-width: calc(100% - 20px);
	font-size: 1.154em;
	line-height: 2;
	font-weight: 800;
}
.s_indeed_structure_txt {
	font-size: 1.06em;
	font-weight: 900;
	margin-top: 20px;
}
.s_indeed_logos_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 110px;
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
}
.s_indeed_logo_txt {
	margin-top: 10px;
	font-size: 0.9em;
}
@media screen and (max-width: 1280px) {
	.s_indeed_logos_box {
		height: 100px;
	}
}
@media screen and (max-width: 1024px) {
	.s_indeed_logos_box {
		height: 80px;
	}
}
@media screen and (max-width: 820px) {
	.s_indeed_plus_img_box {
		height: 120px;
		justify-items: center;
		display: block;
	}
	.s_indeed_logos_box {
		height: 60px;
	}
	.s_indeed_logo_txt {
		font-size: 0.813em;
	}
	.s_indeed_structure_txt {
		font-size: 0.875em;
	}
}
@media screen and (max-width: 768px) {
	.s_indeed_plus_img_box {
		height: 80px;
		padding: 10px;
	}
	.s_indeed_plus {
		padding: 0 20px;
	}
	.s_indeed_plus_cont {
		font-size: 1em;
	}
	.s_indeed_logos_box {
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	.s_indeed_plus_block {
		flex-direction: column;
	}
	.s_indeed_plus_img_box {
		width: 220px;
		height: 60px;
		margin-bottom: 10px;
		padding: 0px 20px;
		border-radius: 10px;
	}
	.s_indeed_plus_cont {
		width: 100%;
	}
	.s_indeed_brands {
		align-items: stretch;
	}
	.s_indeed_logos_box {
		height: 75px;
	}
	.s_logo_txt {
		margin: 0;
		margin-bottom: 20px;
	}
	.s_indeed_logo_txt {
		font-size: 0.875em;
	}
}
@media screen and (max-width: 460px) {
	.s_indeed_logos_box {
		height: 60px;
	}
}
/*  .s_budget
---------------------------------------------*/
.s_budget_price_box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 10px 20px 10px 0;
	gap: 10px;
	align-self: stretch;
}
.s_budget_box {
	margin-top: 20px;
}
.budget_price {
	width: 550px;
}
.s_budget_container {
	background-color: rgba(var(--rgb-main-color), 0.2);
	padding: 40px 10px;
	border-radius: 10px;
	border: 1px solid var(--main-color);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color);
}
.s_budget_txt {
	font-size: 1.875em;
	font-weight: 900;
	writing-mode: vertical-rl; /* or vertical-lr */
	text-orientation: upright; /* Optional: keeps characters upright */
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing: 10px;
}

.s_budget_ttl,
.s_budget_price {
	font-size: 2.5em;
	font-weight: 900;
	line-height: 100%;
	margin-bottom: 30px;
}
.s_budget_price {
	text-align: right;
}
.s_budget_overview_box {
	align-items: start;
	width: 500px;
}
.s_budget_overview_txt {
	font-size: 1.125em;
	padding-top: 20px;
}
@media screen and (max-width: 820px) {
	.s_estimate_price_txt,
	.s_budget_price,
	.s_budget_ttl {
		font-size: 1.875em;
	}
}
@media (max-width: 768px) {
	.s_budget_container {
		padding: 20px 10px;
	}
}
@media (max-width: 640px) {
	.s_budget_container {
		width: fit-content;
		padding: 5px;
		border-radius: 5px;
	}
	.s_budget_price_box {
		margin: 0 0 5px 0;
	}
	.s_budget_txt {
		writing-mode: horizontal-tb;
		text-orientation: sideways;
	}
}

@media screen and (max-width: 500px) {
	.s_estimate_price_txt,
	.s_budget_price,
	.s_budget_ttl {
		font-size: 1.2em;
	}
	.s_estimate_price_txt {
		font-size: 1.3em;
	}
	.s_yen {
		font-size: 0.6em !important;
	}
	.s_budget_overview_txt {
		font-size: 0.8em;
	}
	td.s_budget_ttl.s_position_ttl {
		padding: 0 10px !important;
	}
	.s_budget_txt {
		font-size: 1.2em;
		margin-left: 10px;
	}
}
/*  .s_estimate
---------------------------------------------*/
.s_estimate_price_box {
	width: auto;
	text-align: right;
}
.s_estimate_price_txt {
	color: var(--nv-color);
	font-size: 3.5em;
	font-weight: 900;
	width: auto;
	text-align: end;
}
td.s_budget_ttl.s_position_ttl {
	padding: 0 40px;
}
.s_yen {
	font-size: 0.6em;
}

@media screen and (max-width: 800px) {
	.s_estimate_price_box {
		width: 160px;
	}
	.s_estimate_price_txt {
		font-size: 2.5em;
	}
}

/*----------------------------------------------
	news
---------------------------------------------*/
.s_news .c_news {
	margin-top: 0;
}
.s_news .l_page_container {
	padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
	.s_news .l_page_container {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 640px) {
	.s_news .l_page_container {
		padding-bottom: 30px;
	}
}
