@media screen and (min-width:768px){
	.sp_only{
		display: none!important;
	}
}/*@media screen and (min-width:768px){*/

@media screen and (max-width:767px){
	.sp_hide{
		display: none!important;
	}

	main{
		min-height: calc(100vh - 120px);
	}

	/*
	------------------------------------
	共通パーツ
	------------------------------------
	*/



	.container{
		width:calc(330 / 375 * 100vw);
		max-width: 450px;
		margin:0 auto;
	}

	.c_radi{
		width:42px;
		border:3px solid var(--black);
	}

	.c_radi::after{
		width:12px;
		height:12px;
	}


	.c_radi_link{

		gap:24px;
	}

	.c_radi_link .radi{
		width:42px;
		border:3px solid var(--black);
	}

	.c_radi_link .radi::after{
		width:12px;
		height:12px;
	}


	.c_logo_head{
		gap:8px;
		font-size: 14px;
	}

	.c_logo_head::before{
		width:12px;
		height:15px;
	}


	.c_logo_head.sub{
		font-size: 14px;
	}
	.c_logo_head.sub::before{
		width:12px;
		height:15px;
	}


	.c_news_list{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:16px;
	}

	.c_news_list .news_block{
		padding-top: 8px;
		padding-inline: 16px;
		padding-bottom: 24px;
	}

	.c_news_list .news_head_flex{
		gap:16px;
		padding-bottom: 8px;
	}

	.c_news_list .news_date{
		font-size: 12px;
	}

	.c_news_list .news_category{
		min-height: 22px;
		padding:2px 16px;
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.c_news_list .news_body_flex{
		margin-top: 24px;
		display: flex;
		align-items: flex-start;
		gap:16px;
	}

	.c_news_list .news_thumb{
		width:100px;
	}

	.c_news_list .news_title{
		font-weight: 700;
		font-size: 12px;
		line-height: 2;
	}



	/*
	------------------------------------
	ヘッダー
	------------------------------------
	*/


	.c_page_border_frame .page_border_top,
	.c_page_border_frame .page_border_bottom{
		height:10px;
	}

	.c_page_border_frame .page_border_left,
	.c_page_border_frame .page_border_right{
		width:10px;
	}


	.c_page_border_frame .page_curve{
		width:11px;
	}

	.c_page_border_frame .page_curve::after{
		width:20px;
		height:20px;
	}

	.c_page_border_frame .page_curve_left_bottom{
		bottom: 7px;
        left: 7px;
	}

	.c_page_border_frame .page_curve_left_bottom::after{
		right: 9px;
        top: 7px;
	}

	.c_page_border_frame .page_curve_right_top{
		top: 7px;
		right: 7px;
	}
	.c_page_border_frame .page_curve_right_top::after{
		right:4px;
		bottom:-19px;
	}

	.c_page_border_frame .logo_area{
		border-radius: 0 0 10px;
	}

	.c_page_border_frame .logo_inner{
		padding-top:10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.c_page_border_frame .logo{
		width:103px;
		margin-top: 4px;
	}

	.c_page_border_frame .logo_curve_left_bottom{
		top: calc(100% - 1px);
		left: 7px;
	}

	.c_page_border_frame .logo_curve_left_bottom::after{
		top: 10px;
		left: -5px;
	}

	.c_page_border_frame .logo_curve_right_top{
		top: 7px;
		left:calc(100% - 1px);
	}

	.c_page_border_frame .logo_curve_right_top::after{
		top: 5px;
        left: -18px;
	}

	.c_page_border_frame .news_area{
		z-index: 30;
		border-radius: 10px 0 0 0

	}

	.c_page_border_frame .news_area .news_inner{
		padding-inline:13px;
		padding-top: 5px;
		padding-left: 10px;
	}

	.c_page_border_frame .news_area .news_link{
		gap:6px;
	}

	.c_page_border_frame .news_area .news_text{
		line-height: 1.2;
	}

	.c_page_border_frame .news_area .news_text_ja{

	}

	.c_page_border_frame .news_area .radi{
		
		width:20px;
	}

	.c_page_border_frame .news_area .border{
		width:20px;
	}

	.c_page_border_frame .news_area .radi::after{
		width:13px;
		height:7px;
		
	}


	.c_page_border_frame .news_curve_left_bottom{
		right:calc(100% - 1px);
		bottom:7px;
	}
	.c_page_border_frame .news_curve_left_bottom::after{
		top: 6px;
		left: -18px;
	}

	.c_page_border_frame .news_curve_right_top{
		right:7px;
		bottom:calc(100% - 1px);
	}
	.c_page_border_frame .news_curve_right_top::after{
		top: 9px;
		left: -16px;
	}


	header{
		right:16px;
		top:16px;	
	}


	header .drawer_open{

		width:40px;
	}

	
	header .drawer_open .bar{
		width:25px;
		height:3px;
	}

	header .drawer_open .bar02{
		margin:4px 0;
		width:20px;
	}
	
	header .drawer_open.active .bar01 {
		transform: translateY(1px) rotate(-45deg);
	}
	header .drawer_open.active .bar03 {
		transform: translateY(-2px) rotate(45deg);
	}


	#drawer_menu{
		top:16px;
		right:16px;
		width:40px;
		height:40px;

	}



	#drawer_menu .drawer_menu_inner{
		position: absolute;
		top:-16px;
		right:-16px;
		height:100dvh;
		width:100vw;
		padding-top: 80px;
	}

	#drawer_menu.show .drawer_menu_inner{
		top:0;
		right:0;
	}

	#drawer_menu .drawer_menu_scroll{
		overflow-y: auto;
		height: 100%;
		
	}

	#drawer_menu .drawer_menu_contents{
		padding-top: 0;
		padding-inline: 40px;
		padding-bottom: 180px;
	}


	#drawer_menu .drawer_bg{

		width:355px;
	}
	/*
	------------------------------------
	フッター
	------------------------------------
	*/

	#footer_blank{
		height:120px;
	}

	footer{
		position: sticky;
		width:100%;
		min-height:100vh;
		/* height: calc(var(--vh2, 1vh) * 100); */
		padding-top: 32px;
		padding-bottom: 32px;
	}

	footer .footer_inner{
		width:100%;
		padding-top: 40px;
	}

	footer .footer_box_list{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:16px;
	}

	footer .footer_box{
		width: 100%;
		min-width: 345px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap:16px;
		min-height: 70px;
		border-radius: 5px;
		padding:8px 16px;
		padding-left: 80px;
	}


	footer .footer_box_contents{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		gap:8px;
	}
	footer .footer_box_text{
		text-align: center;
		display: flex;
		align-items: center;
		gap:16px;
		letter-spacing: 0;
	}

	footer .footer_box_text_ja{
		font-size: 24px;
	}

	footer .footer_box_text_en{
		margin-top: 0;
		font-size: 12px;
	}

	footer .footer_box_radi{
		width:42px;
		margin-top: 0;
		margin: 0;
		flex-shrink: 0;
	}

	footer .footer_box_radi::after{
		width:12px;
		height:12px;
	}

	footer .footer_box_deco{
		position: absolute;
		background-size: contain;
		left: 16px;
		transform: translateX(0%) translateY(-50%);
		top: 50%;
	}

	footer .footer_box_deco01{
		width:54px;
		left:8px;
	}
	footer .footer_box_deco02{
		width:37px;
	}
	footer .footer_box_deco03{
		width:29px;
	}

	footer .footer_flex{
		margin-top: 16px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		gap:24px;
	}


	footer .footer_logo{
		max-width: 120px;
	}

	footer .footer_site_name{
		margin-top: 8px;
		font-size: 16px;
	}

	footer .footer_address{
		margin-top: 8px;
		line-height: 1.5;
		font-size: 12px;
	}

	footer .footer_right{
		flex-shrink: 0;
	}

	footer .footer_link_list_frame{
		display: flex;
		justify-content: flex-start;
	}

	footer .footer_link_list li + li{
		margin-top: 16px;
	}

	footer .footer_link_list li a{
		gap:16px;
	}


	footer .footer_link_list li a::after{
		width:15px;
		height:15px;
	}

	footer .footer_copy{
		margin-top: 24px;
		font-size: 12px;
	}

	/*
	------------------------------------
	仕事と文化を知るセクション
	------------------------------------
	*/

	.c_work_section{
		padding-top: 80px;
	}

	.c_work_section .sec_head{
		max-width: 96px;
	}

	.c_work_section .work_grid{
		margin-top: 40px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:16px;
		max-width: 600px;
		padding-bottom: 20px;
	}

	.c_work_section .work_block{
		padding-inline: 24px;
		padding-top: 12px;
		padding-bottom: 12px;
	}


	.c_work_section .work_title{
		font-size: 24px;
		line-height: 0.8;
	}

	.c_work_section .work_title span{
		font-size: 12px;
		line-height: 2;
	}

	.c_work_section .radi{
		margin-top: 2px;
	}

	.c_work_section .work_block01{
		min-height: 300px;
	}

	.c_work_section .work_block01 .work_contents{
		padding-top: 30px;
	}
	.c_work_section .work_block01 .work_title{
		font-size: 32px;
	}

	.c_work_section .work_block01 .work_title span{
		font-size: 14px;
	}


	.c_work_section .work_block01 .deco01_01{
		width:165px;
		top:16px;
		left:10px;
	}

	.c_work_section .work_block01 .deco01_02{
		width:90px;
		bottom:20px;
		right:28px;
	}

	.c_work_section .work_right{
		display: flex;
		flex-direction: column;
		gap:16px;
	} 

	.c_work_section .work_right .work_block{
		width:100%;
		min-height: 146px;
		height: auto;
		gap:12px;
	}

	.c_work_section .work_right .work_block .work_contents{
		padding-top: 4px;
	}

	.c_work_section .work_block02 .deco02_01{
		width:137px;
	}

	.c_work_section .work_block03 .work_title{
		font-size: 24px;
	}
	.c_work_section .work_block03 .deco03_01{
		width:133px;
	}

	/*
	------------------------------------
	先輩の声セクション
	------------------------------------
	*/


	.c_voice_section{
		padding-top: 80px;
	}


	.c_voice_section .voice_area{
		display: flex;
		justify-content: end;
		flex-direction: column;
		align-items: center;
	}

	.c_voice_section .voice_frame{
		width: 100vw;
		display: flex;
		align-items: center;
		flex-direction: column;
		gap:0;
	}

	.c_voice_section .voice_left{
		width:100%;
		padding-right: 0;
		min-height: auto;
	}

	.c_voice_section .head_block{
		width: fit-content;
		margin-inline: auto;
	}

	.c_voice_section .sec_head{
		font-size: 40px;
		line-height: 1.4;
		letter-spacing: 0.3em;
		margin-top: 0;
		text-align: center;
	}

	.c_voice_section .sec_sub_head{
		margin-top: 0;
		padding-right: 16px;
	}

	.c_voice_section .voice_deco_area{
		margin-top: 16px;
		position: relative;
		z-index: 20;
	}

	.c_voice_section .voice_deco{
		position: static;
		width:193px;
	}

	.c_voice_section .voice_deco img{
		margin-left: 10px;
	}

	.c_voice_section .voice_right{
		width:100%;
		margin-top: -40px;
	}

	.c_voice_section .voice_swiper{
		width:100%;
		overflow: hidden;
		padding-bottom: 50px;
	}

	.c_voice_section .voice_slide{
		margin-inline: 12px;
		width:220px;
	}

	.c_voice_card{
		border-radius: 5px;
		padding:4px 4px 12px;
	}

	.c_voice_card .voice_thumb::before{
		height:60px;
		bottom:5px;
	}

	.c_voice_card .voice_thumb::after{
		height:10px;

		top:calc(100% - 6px);
	}

	.c_voice_card .bar{
		height:8px;
		transform: translateX(-50%) rotateZ(-15.3deg);
	}

	.c_voice_card .bar.blue{
		bottom:34px;
	}
	.c_voice_card .bar.red{
		bottom:42px;
	}
	.c_voice_card .bar.green{
		bottom:50px;
	}

	.c_voice_card .voice_text_area{
		padding-top: 6px;
		padding-left: 4px;
		width: fit-content;
		font-size: 12px;
		font-weight: 500;
	}

	.c_voice_card .voice_name{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap:4px 8px;

	}

	.c_voice_card .staff_number{
		right:2px;
		top:calc(100% - 110px);
		font-size: 16px;
		letter-spacing: -0.05em;
	}


	.c_voice_card .staff_deco01{
		/* width:75px; */
		width:48px;
		right:0;
		bottom:-32px;
	}

	.c_voice_card .staff_deco02{
		/* width:61px; */
		width:38px;
		right:7px;
		bottom:-32px;
	}
	.c_voice_card .staff_deco03{
		/* width:51px; */
		width:32px;
		right:8px;
		bottom:-32px;
	}

	.c_voice_card .staff_deco04{
		/* width:87px; */
		width:55px;
		right:-8px;
		bottom:-25px;
	}

	.c_voice_card .staff_deco05{
		/* width:127px; */
		width:81px;
		right:-16px;
		bottom:-25px;
	}

	.c_voice_section .voice_link_frame{
		display: flex;
		justify-content: center;
		margin-top: 24px;
	}


	/*
	------------------------------------
	ローディング画面
	------------------------------------
	*/

	.loading_dammy_bg{
		height:100dvh;
	}

	.c_loading_section .loading_inner{
		height:100dvh;
	}


	.c_loading_section .loading_text{
		width:520px;
		max-width: 90%;
	}

	/*
	------------------------------------
	トップ
	------------------------------------
	*/

	body.top_body .c_page_border_frame .logo{
		width:266px;
	}

	body.top_body.scroll .c_page_border_frame .logo{
		width:103px;
	}

	body.top_body:has(#drawer_menu.show) .c_page_border_frame .logo{
		width:103px;
	}



	.top_section_wrap{
		position: relative;
		
	}

	.top_fv_sticky_frame{
		position: relative;
		margin-top: -100vh;
	}

	.top_fv_sticky_frame .top_fv_sticky_block{
		width:100%;
		position: sticky;
		top:calc(100vh - 230px);
		/* bottom:0; */
		pointer-events: none;
		z-index: 3;
	}

	.top_fv_sticky_frame .top_fv_sticky_inner{
		max-width:375px;
		padding-left: 0;
	}

	.top_fv_sticky_frame .top_fv_sticky_img{
		width:100%;
		height:0;
		/* height:1160px; */
	}

	.top_fv_sticky_frame .top_fv_sticky_img img{
		width:100%;
		object-fit: contain;
	}


	.top_fv_section{
		padding-top: 240px;
		padding-bottom: 240px;
		min-height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		/* margin-top: -1160px; */
	}

	.top_fv_section .contents_frame{
		max-width: 100%;
		padding-bottom: 80px;
	}

	.top_fv_section .fv_catch{
		gap:5px;
		min-height:72px;
		display: flex;
		justify-content: center;
	}

	.top_fv_section .fv_catch01{
		width:65px;
	}


	.top_fv_section .fv_catch02{
		width:120px;
	}

	.top_fv_section .contents_block{
		display: none;
	}

	.top_fv_section .contents_head{
		font-size: 12px;
		font-weight: 500;
		
	}

	.top_fv_section .contents_list{
		margin-top: 10px;
		font-weight: 500;
	}

	.top_fv_section .contents_line + .contents_line{
		margin-top: 4px;
	}


	.top_company_section{
		min-height: auto;
		padding-bottom: 60px;
		/* padding-top: 380px; */
	}

	.top_company_section .company_head{
		max-width: 100px;
		margin-inline: auto;
	}

	.top_company_section .company_catch{
		margin-top: 20px;
		font-size: 24px;
		line-height: 2;
	}

	.top_company_section .company_text{
		margin-top: 24px;
		line-height: 2;
	}

	.top_company_section .company_link_frame{
		margin-top: 16px;
		display: flex;
		justify-content: center;
	}

	.top_company_section .company_frame{
		max-width: 100%;
		padding-inline: 20px;
	}

	.top_head_section{
		padding-top: 460px;
		padding-bottom: 80px;

	}

	.top_head_section .head_img{
		max-width: 100px;
	}

	.top_people_section{
		width:100%;
		position: sticky;
		z-index: 0;
		top:0;
	}

	.top_people_section .top_people_inner {
		height: 100vh;
		/* height: calc(var(--vh2, 1vh) * 100); */
	}

	.top_people_section .link_block{
		width:240px;
		max-width: 90%;
		padding-top: 20px;
		padding-bottom: 12px;
		padding-inline: 12px;
	}

	.top_people_section .link_block .radi{
		width: 24px;
		margin-top: 10px;
		border-width: 2px;
	}

	.top_people_section .link_block .deco_area{
		bottom:calc(100% - 12px);
	}

	.top_people_section .link_block .deco_img_frame{
		width:70px;

	}

	.top_people_section .link_block .balloon img{
		height:26px;
	}

	.top_people_section .link_block .balloon01{
		bottom: calc(100% - 9px);
        right: calc(100% - 9px);
	}

	.top_people_section .link_block .balloon02{
		bottom: calc(100% - 14px);
        left: calc(100% - 7px);
	}

	.top_people_copy_section{
		height: 100vh;
		height: calc(var(--vh2, 1vh) * 100);
		
	}

	.top_voice_section{
		border-top:2px solid var(--black);
	}
		

	.top_guide_section{
		padding-top: 80px;
	}


	.top_guide_section .deco_frame{
		max-width: 54px;
	}


	.top_guide_section .balloon img{
		height:42px;
	}

	.top_guide_section .balloon01{
		right:calc(100%);
		top:auto;
		bottom:100%;
	}
	.top_guide_section .balloon02{
		left:calc(100% + 12px);
		top:-12px;
	}

	.top_guide_section .guide_list{
		margin-top: 16px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap:40px;
		padding-bottom: 20px;
	}

	.top_guide_section .guide_block{
		width:100%;
		padding-top: 24px;
		padding-inline: 24px;
		padding-bottom: 40px;
	}

	.top_guide_section .guide_block_inner{
		max-width: 440px;
	}

	.top_guide_section .guide_head_flex{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:10px;
	}

	.top_guide_section .guide_border{
		width:100%;
		height:2px;
		border-radius: 1px;
	}

	.top_guide_section .guide_head_left{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:0;
		flex-shrink: 0;
	}


	.top_guide_section .guide_head_ja{
		font-size: 40px;
		line-height: 1.12;
		writing-mode: horizontal-tb;
		letter-spacing: 0;
	}

	.top_guide_section .guide_head_en{
		writing-mode: horizontal-tb;
		font-size: 14px;
		letter-spacing: 0.05em;
	}

	.top_guide_section .guide_head_right{
		width:100%;
	}

	.top_guide_section .guide_catch{
		font-size: 20px;
		line-height: 1.5;
		gap:10px;
	}

	.top_guide_section .guide_text{
		margin-top: 8px;
		font-size: 14px;
		line-height: 2;
	}

	.top_guide_section .guide_img{
		margin-top: 24px;
	}

	.top_news_section{
		padding-top: 80px;
	}

	.top_news_section .sec_head{
		font-size: 32px;
	}

	.top_news_section .sec_sub_head{
		margin-top: 6px;
	}

	.top_news_section .news_list{
		margin-top: 40px;
	}

	.top_news_section .news_button_frame{
		margin-top: 40px;
	}



	/*
	------------------------------------
	下層mv
	------------------------------------
	*/

	.page_fv_section{

	}

	.page_fv_section .fv_frame{
		min-height: auto;
		padding-top: 90px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.page_fv_section .fv_contents{
		padding-bottom: 8px;
	}

	.page_fv_section .img_head{
		max-width: 70px;
	}

	.page_fv_section .page_title{
		margin-top: 16px;
		font-size: 24px;
		min-height: 60px;
		line-height: 1.2;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		align-items: center;
	}

	.page_fv_section .page_title span{
		font-size: 12px;
		display: inline-block;
		line-height: 1;
		margin-bottom: 4px;
	}

	/*
	------------------------------------
	パンクズ
	------------------------------------
	*/

	.c_bread_section{
		padding-bottom: 8px;
	}


	.c_bread_section .bread_list{
		gap:12px 8px;
		font-size: 12px;
	}


	.c_bread_section .bread_list .arrow{
		width: 24px;
		margin-top: 2px;
	}



	/*
	------------------------------------
	ロジコム・アイについて
	------------------------------------
	*/

	.about_fv_section .fv_deco{
		width:66px;
		bottom:-6px;
		left:0;
	}

	.about_mission_section{
		padding-top: 160px;
	}

	.about_mission_section .sec_head{
		justify-content: flex-start;
	}

	.about_mission_section .mission_flex{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column-reverse;
		padding-inline: 20px;

		gap:50px;
	}

	.about_mission_section .mission_catch{
		margin-top: 16px;
		font-size: 20px;
		line-height: 2; 
		letter-spacing: 0.1em;
	}

	.about_mission_section .mission_text{
		margin-top: 16px;
		line-height: 2;
		font-size: 14px;
		
	}

	.about_mission_section .mission_left{
		max-width: 625px;
	}


	.about_mission_section .mission_right{
		flex-shrink: 0;
		max-width:none;
		width:266px;
	}

	.about_value_section{
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.about_value_section .value_catch_frame{
		margin-top: 16px;
		gap:24px;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.2;
		
	}

	.about_value_section .value_catch_frame p{
		writing-mode: vertical-lr;
		letter-spacing: 0.3em;
	}

	.about_value_section .value_catch_frame p span{
		writing-mode: horizontal-tb;
		display: inline-block;
		line-height: 1;
		padding-bottom: 6px;
		letter-spacing: 0;
	}

	.about_value_section .value_guide{
		max-width: 525px;
		margin-top: 40px;
		line-height: 2;
		font-size: 14px;
		padding-inline: 20px;
	}

	.about_value_section .value_list_area{
		margin-top: 40px;
		padding-inline: 10px;
		position: relative;
		max-width: 350px;
		margin-inline: auto;
	}

	.about_value_section .value_list_frame{
		position: relative;
	}

	.about_value_section .value_nav{
		cursor: pointer;
		width:42px;
		aspect-ratio: 1 / 1;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
		border:2px solid var(--black);
		background-color: #fff;
		z-index: 3;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.about_value_section .value_nav::after{
		content:'';
		width:12px;
		height:20px;
	}

	.about_value_section .value_nav.prev{
		left:-20px;
	}
	.about_value_section .value_nav.prev::after{
		background-image: url('../img/common/icon_prev_black.svg');
	}
	.about_value_section .value_nav.next{
		right:-20px;
	}
	.about_value_section .value_nav.next::after{
		background-image: url('../img/common/icon_next_black.svg');
	}

	.about_value_section .value_list{
		display: flex;
		gap:0;
	}
	.about_value_section .value_slide{
		padding-inline: 10px;
	}

	.about_value_section .value_card{
		padding-top: 16px;
		padding-bottom: 24px;
		padding-inline: 20px;
	}

	.about_value_section .value_num{
		font-size: 24px;
		font-weight: 900;
	}

	.about_value_section .value_title{
		margin-top: 16px;
		font-size: 20px;
		line-height: 2;
		padding-bottom: 16px;
	}

	.about_value_section .value_text{
		margin-top: 20px;
		line-height: 1.75;
		font-size: 14px;
	}

	.about_value_section .value_deco{
		display: block;
		margin-inline: auto;
		margin-top: 16px;
	}

	.about_value_section .value_deco01{
		width:108px;
	}
	.about_value_section .value_deco02{
		width:50px;
	}
	.about_value_section .value_deco03{
		width:61px;
	}

	.about_bg_section{
		width: 100%;
		position: sticky;
		z-index: 0;
		top: 0;
		pointer-events: none;
	}

	.about_bg_section .about_bg_inner{
		height: 100vh;
		background-image: url(../img/about/page_bg.jpg);
	}

	.about_bg_frame_section{
		height: 50vh;
		min-height: 200px;
	}

	.about_message_section{
		padding-top: 80px;
	}

	.about_message_section .message_flex{
		padding-right: 0;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap:40px;
		padding-top: 0;
		min-height: auto;
		padding-inline: 20px;
	}

	.about_message_section .message_head_area{
		position: static;
	}

	.about_message_section .message_catch{
		margin-top: 16px;
		gap:24px;
		font-size: 20px;
	}

	.about_message_section .message_catch p{
		writing-mode: vertical-lr;
		line-height: 1;
		letter-spacing: 0.3em;
	}

	.about_message_section .message_left{
		flex-shrink: 0;
		width:100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap:24px;
	}

	.about_message_section .message_img{
		max-width: 400px;
		width: 100%;
		width: 158px;
		aspect-ratio: 1 / calc(336 / 158);
	}

	.about_message_section .message_img img{
		width:100%;
		height:100%;
		object-fit: cover;
	}

	.about_message_section .message_text{
		line-height: 2;
		font-size: 14px;
	}

	.about_message_section .message_sign{
		margin-top: 20px;
		font-size: 16px;
	}


	.about_info_section{
		padding-top: 80px;
		padding-bottom: 30px;
	}

	.about_info_section .sec_head_frame{
		padding-bottom: 16px;
	}
	

	.about_info_section .sec_head{
		font-size: 40px;
		line-height: 1.4;

		transform: translateX(0.15em);
		
	}

	.about_info_section .sec_head::before{
		width:calc(100% - 0.3em);
		margin-top: 3px;
		
	}


	.about_info_section .info_deco01{
		width:81px;
		left:12px;
		bottom:-12px;
	}

	.about_info_section .info_deco02{
		width:74px;
		right:10px;
		bottom:-12px;
	}

	.about_info_section .info_list{
		max-width: 1000px;
		margin-top: 24px;
		padding-inline: 10px;
	}

	.about_info_section .info_line{
		padding-top: 16px;
		padding-bottom: 16px;
		line-height: 2;
		font-size: 12px;
		gap:16px 0;
	}

	.about_info_section .info_head{
		width:90px;
		padding-right: 10px;
		font-weight: 700;
	}

	.about_info_section .info_line.verti{
		flex-direction: column;
		align-items: center;
	}

	.about_info_section .info_line.verti .info_head{
		width: 100%;
		text-align: center;
		padding-right: 0;
	}

	.about_info_section .access_area{
		margin-top: 32px;
	}

	.about_info_section .access_head{
		font-size: 12px;
		font-weight: 700;
		text-align: center;
	}

	.about_info_section .access_frame{
		margin-top: 24px;
		padding-inline: 20px;
	}

	.about_info_section .access_inner{
		aspect-ratio: 1 / calc(400 / 290);
	}



	.about_info_section .access_deco01{
		width:80px;
		left:-20px;
		top:-70px;
	}

	.about_info_section .access_deco02{
		width:80px;
		right:-10px;
		bottom:-30px;
	}

	/*
	------------------------------------
	お知らせ
	------------------------------------
	*/

	.news_section{

	}

	.news_fv_section{

	}


	.news_fv_section .fv_deco{
		width:49px;
		left:10px;
		bottom:-10px;
	}

	.news_list_section{
		padding-top: 40px;
	}

	.news_list_section .news_category_list{
		gap:10px;
		display: flex;
		justify-content: center;
	}

	.news_list_section .news_category_item{
		width:calc(50% - 5px);
	}

	.news_list_section .news_category_item:first-child{
		margin-inline: 20px;
	}

	.news_list_section .news_category_link{
		min-width: 100%;
		min-height: 22px;
		padding:2px 8px;
		font-size: 14px;
		font-weight: 500;
	}

	.news_list_section .news_list{
		margin-top: 40px;
	}

	.c_page_nation{
		margin-top: 80px;
		gap:20px;
	}

	.c_page_nation .page-numbers{
		font-size: 18px;
	}

	.c_page_nation .page-numbers.next,
	.c_page_nation .page-numbers.prev{
		width:30px;
	}

	.c_page_nation .page-numbers.next::after,
	.c_page_nation .page-numbers.prev::after{
		width:12px;
		height:12px;
	}

	.news_single_fv_section{

	}

	.news_single_fv_section .fv_area{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: auto;
		padding-top: 140px;
		padding-bottom: 0;
	}

	.news_single_fv_section .fv_frame{
		flex-shrink: 0;
		width:100%;
		max-width: 1440px;
		display: flex;
		justify-content: center;
	}

	.news_single_fv_section .fv_flex{
		width:100%;
		max-width: 1320px;
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		gap:40px;
	}

	.news_single_fv_section .fv_title_area{
		flex-shrink: 0;
		width:100%;
		max-width: 100%;
		padding-inline: 20px;
	}

	.news_single_fv_section .fv_info_flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 8px;
		border-bottom:1px solid var(--black);
		gap:8px;
	}

	.news_single_fv_section .fv_category_area{

	}

	.news_single_fv_section .fv_category{
		min-height: 20px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-inline: 16px;
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 1.1;
	}

	.news_single_fv_section .fv_date{
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.news_single_fv_section .fv_title{
		margin-top: 16px;
		font-size: 16px;
	}

	.news_single_fv_section .fv_thumb_area{
		width:100%;
		max-width: 600px;
	}



	.news_single_section{
		padding-top: 40px;
	} 

	.news_single_section .single_frame{
		max-width: 750px;
		margin-inline: auto;
	}

	.c_single_block{
		line-height: 1.75;
	} 

	.c_single_block p{
		margin:24px 0;
		font-size: 15px;
	}

	.c_single_block h2{
		font-size: 20px;
		line-height: 1.67;
		letter-spacing: 0.1em;
		margin:32px 0;
	}

	.c_single_block h3{
		font-size: 18px;
		line-height: 1.67;
		margin:24px 0;
	}

	.c_single_block .wp-block-image {
		margin:24px 0;
	}

	.news_single_section .back_button_frame{
		margin-top: 80px;
	}

	.news_relation_section{
		padding-top: 80px;
		padding-bottom: 20px;
	}


	/*
	------------------------------------
	ビジネスモデル
	------------------------------------
	*/

	.business_fv_section .fv_deco{
		width:72px;
		right:0;
		bottom:0;
	}


	.business_about_section{

	}

	.business_about_section .about_contents{
		position: relative;
		padding-top: 80px;
		padding-bottom: 230px;
		min-height: auto;
	}

	.business_about_section .about_map{
		position: absolute;
		width:523px;
		left:0;
		top:auto;
		bottom:-12px;
	}

	.business_about_section .about_head{
		font-size: 20px;
		font-weight: 500;
		line-height: 2;
		text-align: center;
	}

	.business_about_section .about_text{
		margin-top: 16px;
		line-height: 2;
		font-size: 14px;
		text-align: center;
		position: relative;
		z-index: 3;
	}

	.business_gal_section{
		padding-top: 80px;
	}

	.business_gal_section .gal_area{
		width:100%;

		aspect-ratio: auto;
	}

	.business_gal_section .gal_area{
		display: flex;
		flex-wrap: wrap;
		gap:4px;
	}

	.business_gal_section .gal_block{
		position: static;
	}

	.business_gal_section .gal_block01{
		width:100%;
		aspect-ratio: 1 / calc(326 / 375);
	}

	.business_gal_section .gal_block02{
		width:calc(50% - 2px);
		aspect-ratio: 1 / calc(132 / 186);
	}

	.business_gal_section .gal_block03{
		width:calc(50% - 2px);
		aspect-ratio: 1 / calc(132 / 186);
	}

	.business_gal_section .gal_block04{
		width:100%;
		aspect-ratio: 1 / calc(216 / 375);
	}

	.business_gal_section .gal_block05{
		width:100%;
		aspect-ratio: 1 / calc(187 / 375);
	}

	.business_gal_section .gal_block img{
		will-change: transform;
	}

	

	.business_inno_section{
		padding-top: 80px;
		padding-bottom: 80px;
	} 

	.business_inno_section .head_area{
		padding-bottom: 16px;
		margin-inline: 20px;
	}

	.business_inno_section .sec_head{
		justify-content: flex-start;
	}

	.business_inno_section .head_catch{
		font-size: 32px;
		margin-top: 16px;
		line-height: 1.56;
	}

	.business_inno_section .head_area .deco{
		width:72px;
		right:0;
		bottom:0;
	}

	.business_inno_section .text_flex{
		margin-top: 16px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		flex-wrap: wrap;
		padding-inline: 20px;
		gap:28px;
		font-size: 14px;
		line-height: 2;
	}
	.business_inno_section .text_box{
		width:100%;
		max-width: 100%;
	}

	.business_future_section{
		z-index: 1;
		min-height: 100vh;
	}

	.business_future_section .future_img{
		width:100%;
		height:430px;
		/* aspect-ratio: 1 / calc(430 / 375); */
		max-width: 960px;
		height:auto;
		position: static;
	}

	.business_future_section .business_future_inner{
		position: fixed;
		top:0;
		left:0;
		width:100%;
		z-index: 1;
	}

	.business_future_section.static .business_future_inner{
		position: absolute;
	}

	.business_future_section.static .future_img{
		position: static;
	}

	.business_future_section .future_flex{
		display: flex;
		justify-content: flex-end;
	}

	.business_future_section .future_right{
		width:100%;
		padding-left: 0;
		padding-inline: 20px;
		padding-bottom: 80px;
	}

	.business_future_section .future_head_area{
		min-height: auto;
		padding-top: 40px;
		padding-bottom: 80px;
		display: flex;
		align-items: center;
	}

	.business_future_section .sec_head{
		justify-content: flex-start;
	}

	.business_future_section .future_catch{
		margin-top: 16px;
		font-size: 32px;
		font-weight: 500;
		line-height: 1.5;
	}

	.business_future_section .future_list{
		max-width: 450px;

	}

	.business_future_section .future_item + .future_item{
		margin-top:40px;
	}

	.business_future_section .future_point{
		min-height: 25px;
		padding:2px 16px;
		font-size: 14px;
	}

	.business_future_section .future_title{
		margin-top: 16px;
		font-size: 20px;
	}

	.business_future_section .future_text{
		margin-top: 16px;
		line-height: 2;
		font-size: 14px;
		font-weight: 500;
	}



	.business_link_section{
		border-top:none;
	}

	.business_link_section .link_area{
		padding-top: 220px;
		padding-bottom: 110px;
		position: relative;
	}

	.business_link_section .deco01{
		width:242px;
		left:auto;
		right:calc(50% - 40px);
		top:0;
	}

	.business_link_section .deco02{
		width:208px;
		right:auto;
		left:calc(50% - 10px);
		bottom:0;
	}


	.business_link_section .person{
		width:64px;
	}


	.business_link_section .balloon01{
		right: calc(100% + 0px);
        top: 80px;
	}
	.business_link_section .balloon01 img{
		height:35px;
	}

	.business_link_section .balloon02{
		left: 50%;
		transform: translateX(-50%);
		top:auto;
		bottom:100%;
	}
	.business_link_section .balloon02 img{
		height:80px;
	}

	.business_link_section .balloon02 .radi{
		top:7px;
		right:10px;
	}

	/*
	------------------------------------
	業務内容について
	------------------------------------
	*/

	.work_fv_section{

	}

	.work_fv_section .fv_deco{
		width:76px;
		left:0;
		bottom:-4px;
	}

	.work_about_section{
		padding-top: 70px;
	}


	.work_about_section .about_block{
		display: none;
	}
	.work_about_section .about_block + .about_block{
		margin-top: 120px;
	}

	.work_about_section .work_list{

	}

	.work_about_section .work_block{
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 146px;
		border:2px solid var(--black);
		border-radius: 5px;
		padding:20px;
	}

	.work_about_section .work_block + .work_block{
		margin-top: 20px;
	}

	.work_about_section .work_left{
		width:132px;
	}

	.work_about_section .work_head{
		text-align: center;
		font-size: 14px;
		font-weight: 900;
	}

	.work_about_section .work_head strong{
		font-size: 24px;
		letter-spacing: 0.2em;
	}

	.work_about_section .work_left .radi{
		margin-inline: auto;
		margin-top: 4px;
	}

	.work_about_section .work_right{
		width:132px;
		display: flex;
		justify-content: center;
	}

	.work_about_section .work_deco{
		background-size: contain;
	}

	.work_about_section .work_deco01{
		width:93px;
		aspect-ratio: 1 / 1;
		background-image: url('../img/work/work01_deco.png');
	}
	.work_about_section .work_deco02{
		width:119px;
		aspect-ratio: 1 / calc(50 / 119);
		background-image: url('../img/work/work02_deco.png');
	}

	.work_job_section{
		padding-top: 100px;
	}

	.work_job_section .sec_head{
		font-size: 40px;
		letter-spacing: 0.3em;

		transform: translateX(0.15em);
	}

	.work_job_section .sec_head::before {
		width: calc(100% - 0.3em);
		margin-top: 4px;
	}

	.work_job_section .job_list{
		margin-top: 24px;
	}

	.work_job_section .job_item{
		padding-top: 24px;
		padding-bottom: 40px;
		position: relative;
		flex-direction: column;
		gap:24px;
	}

	.work_job_section .job_item:nth-child(odd){
		flex-direction: column;
	}


	.work_job_section .job_item::before, 
	.work_job_section .job_item::after{
		width: calc(100% - 40px);
		right:0;
		margin:auto;
	}

	.work_job_section .job_thumb{
		width:100%;
		aspect-ratio: 1 / calc(360 / 328);
	}

	.work_job_section .job_text_area{
		width:100%;
		padding-inline: 20px;
	}

	.work_job_section .job_title{
		font-size: 24px;
		padding-bottom: 8px;
	}

	.work_job_section .job_text{
		margin-top: 16px;
		font-size: 14px;
		font-weight: 700;
		line-height: 2;
	}

	.work_job_section .info_list{
		margin-top: 16px;
	}

	.work_job_section .info_line{
		padding-top: 16px;
		padding-bottom: 16px;
		flex-direction: column;
		gap:16px;
	}

	.work_job_section .info_line .info_head{
		flex-shrink: 0;
		width:100%;
		padding-right: 0;
	}

	.work_job_section .info_line .info_head span{
		min-height: 20px;
		padding: 2px 8px;
		font-size: 12px;
		font-weight: 500;
	}

	.work_job_section .info_line .info_contents{
		line-height: 2;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0;
	}

	.work_link_section{
		padding-top: 120px;
	}

	.work_link_section .link_area{
		display: flex;
		justify-content: center;
		padding-right: 0;
		max-width: 800px;
		margin-inline: auto;
	}

	.work_link_section .link_frame{
		width:265px;
	}



	.work_link_section .balloon01{
		right:auto;
		left:50%;

		transform: translateX(-50%);
		top:auto;
		bottom:calc(100% - 40px);
	}

	.work_link_section .balloon01 img{
		height:93px;
	}

	.work_link_section .balloon01 .radi{
		right:24px;
		top:14px;
	}



	/*
	------------------------------------
	数字で見る ロジコム・アイ
	------------------------------------
	*/

	.data_fv_section{

	}

	.data_fv_section .data_swiper{
		min-width: 720px;
		width:100%;
	}

	.data_fv_section .data_slide{
		width:740px;
		margin-inline: 10px;
	}


	.data_section .sec_head{
		min-width:130px;
		padding:6px;
		font-size: 20px;
	}

	.data_section .data_list{
		margin-top: 40px;
		position: relative;
	}

	.data_section .data_list .deco{
		display: none;
	}

	.data_link_section{
		padding-top: 80px;
	}

	.data_link_section .link_guide{
		font-size: 14px;
		text-align: center;
		line-height: 2;
		font-weight: 700;
	}

	.data_link_section .link_list{
		position: relative;
		width: fit-content;
		margin-inline: auto;
		margin-top: 48px;
	}


	.data_link_section .link_list li{
		position: static;
		top:0;
	}

	.data_link_section .link_list li + li{
		margin-top: 12px;
	}

	.data_link_section .link{
		gap:8px;
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 0.05em;
	}

	.data_link_section .link .radi{
		width:32px;
	}

	.data_link_section .link .radi::after{
		width:10px;
		height:10px;
	}

	.data01_section{
		padding-top: 80px;
	}

	.data01_section .data_list{
		aspect-ratio: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap:16px;
	}

	.data01_section .data_item{
		position: static;
		width:100%;
		margin:0;
	}


	.data02_section{
		padding-top: 80px;
	}

	.data02_section .data_list{
		aspect-ratio: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap:16px;
	}

	.data02_section .data_item{
		position: static;
		width:100%;
		margin:0;
	}


	.data02_section .data_item04,
	.data02_section .data_item05{
		width:calc(50% - 8px);
	}

	
	.data03_section{
		padding-top: 80px;
		padding-bottom: 10px;
	}

	.data03_section .data_list{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:16px;
	}

	/*
	------------------------------------
	働く環境
	------------------------------------
	*/

	.environment_fv_section{

	}

	.environment_fv_section .fv_deco{
		width:49px;
		right:6px;
		bottom:-4px;
	}


	.environment_text_section{
		padding-top: 56px;
	}

	.environment_text_section .text_flex{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
		gap:24px;
	}

	.environment_text_section .catch{
		font-size: 24px;
		font-weight: 500;
		line-height: 1.67;
	}

	.environment_text_section .text{
		line-height: 2;
		font-size: 14px;
		text-align: left;
		max-width: 100%;
	}

	.environment_section .contents_flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		max-width: 680px;
		margin-inline: auto;
	}

	.environment_section .contents_left{
		flex-shrink: 0;
		width:100%;
		position: relative;
	}

	.environment_section .contents_right{
		width:100%;
		padding-inline: 20px;
	}

	.environment_section .sec_head{
		font-size: 20px;
	}

	.environment_section .sec_sub_head{
		justify-content: flex-start;
		margin-top: 5px;
	}


	.environment_section .contents_catch{
		margin-top: 24px;
		font-size: 32px;
		line-height: 1.56;
		white-space: nowrap;
	}

	.environment_section .contents_list{
		margin-top: 24px;
	}

	.environment_section .contents_block + .contents_block{
		margin-top: 24px;
	}

	.environment_section .contents_block .contents_head{
		min-height: 25px;
		padding:3px 8px;
	}

	.environment_section .contents_block .contents_guide{
		margin-top: 8px;
		line-height: 2;
		font-size: 14px;
	}

	.environment_section .contents_block .contents_text{
		margin-top: 8px;
		line-height: 2;
		font-size: 14px;
	}

	.environment_section .contents_block ul li{
		padding-left: 17px;
	}

	.environment_section .contents_block ul li::before{
		line-height: 2;
	}

	.environment_welfare_section{
		padding-top: 100px;
	}

	.environment_welfare_section .welfare_flex{
		min-height:auto;
	}

	.environment_welfare_section .welfare_left{
		height:auto;
	}

	.environment_welfare_section .welfare_right{
		padding-top: 40px;
	}

	.environment_welfare_section .welfare_img_block{
		position: static;
	}

	.environment_welfare_section .welfare01_img_block{
		top:0;
		left:26px;
	}
	.environment_welfare_section .welfare01_img{
		width:100%;
	}

	.environment_welfare_section .welfare02_img_block{
		margin-top: 105px;
		padding-right: 20px;
		display: flex;
		justify-content: flex-end;
	}
	.environment_welfare_section .welfare02_img{
		width:171px;
		position: relative;
		z-index: 1;
	}
	.environment_welfare_section .welfare02_deco{
		width:40px;
		right:8px;
		bottom:calc(100% - 20px);
		z-index: 4;
	}


	.environment_welfare_section .welfare03_img_block{
		margin-top: -20px;
		padding-left: 20px;
	}
	.environment_welfare_section .welfare03_img{
		width:270px;
	}
	.environment_welfare_section .welfare03_deco{
		width:77px;
		left:-3px;
		bottom:calc(100% - 13px);
	}


	.environment_support_section{
		padding-top: 56px;
	}

	.environment_support_section .support_flex{
		min-height:auto;
	}

	.environment_support_section .support_left{
		min-height: auto;
	}

	.environment_support_section .support_right{
		padding-top: 40px;
	}

	.environment_support_section .support_img_block{
		position: static;
	}

	.environment_support_section .support01_img_block{
		padding-left: 20px;
		top:0;
		left:16px;
	}
	.environment_support_section .support01_img{
		width:154px;
	}

	.environment_support_section .support02_img_block{
		margin-top: -25px;
		display: flex;
		justify-content: flex-end;
		padding-right: 20px;
	}
	.environment_support_section .support02_img{
		width:171px;
	}

	.environment_support_section .support03_img_block{
		margin-top: 40px;
	}
	.environment_support_section .support03_img{
		width:283px;
	}
	.environment_support_section .support03_deco{
		width:75px;
		left:56px;
		bottom:calc(100% - 5px);
		z-index: 3;
	}


	/*
	------------------------------------
	座談会
	------------------------------------
	*/

	.discussion_section_wrap{
		position: relative;
	}

	.discussion_fv_section .discussion_fv_inner {
		background-image: url(../img/top/top_people_bg.jpg);
	}

	.discussion_title_section{
		margin-top: -100vh;
		
	}

	.discussion_title_section .discussion_title_inner{
		min-height: 100vh;
		padding-top: 120px;
		padding-bottom: 120px;

	}

	.discussion_title_section .link_block{
		width: 272px;
		padding-top: 28px;
		padding-bottom: 28px;
		padding-inline: 12px;
	}

	.discussion_title_section .link_block .deco_area {
		bottom: calc(100% - 20px);
	}


	.discussion_title_section .link_block .deco {
		width: 70px;
	}


	.discussion_message_section{
		position: sticky;
		width:100%;
		top:0;
		z-index: 1;
	}

	.discussion_message_section .message_inner{
		min-height: 100vh;
		padding-top:120px;
		padding-bottom: 120px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.discussion_message_section .message_head{
		font-size: 24px;
	}

	.discussion_message_section .message_text{
		margin-top: 16px;
		line-height: 2;
		font-size: 14px;
	}

	.discussion_film_section{

	}

	.discussion_film_section .staff_img{
		margin-inline: auto;
		display: flex;
		justify-content: center;
	}


	.discussion_film_section .staff_img img{
		flex-shrink: 0;
		width:407px;
	}

	.discussion_film_section .film_area{
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.discussion_film_section .film_area::before,
	.discussion_film_section .film_area::after{
		height:10px;
		background:
		repeating-linear-gradient(
			to right,
			#fff 0,
			#fff 6px,
			transparent 6px,
			transparent 12px
			);
	}

	.discussion_film_section .film_area::before{
		top:3px;
	}

	.discussion_film_section .film_area::after{
		bottom:3px;
	}

	.discussion_film_section .film_inner{

	}

	.discussion_film_section .film_slide{
		width:80px;
		margin-inline: 4px;
	}


	.discussion_switch_dammy_section{
		margin-top: -100vh;
	}

	.discussion_switch_dammy_section .dammy_inner{
		height:100vh;

	}

	.discussion_switch_dammy_section .guide{
		width:226px;
		left:calc(50% - 10px);
	}

	.discussion_switch_dammy_section .guide img{
		max-height: calc(100vh - 130px);
	}

	.discussion_switch_section{
		width:100%;
		position: sticky;
		z-index: 0;
		bottom:0;
	}


	.discussion_switch_section .switch_inner {
		height: 100vh;
		background-image: url(../img/top/top_people_bg.jpg);
	}

	.discussion_switch_section .play_button{
		width:100px;

	}

	.discussion_time_section{

	}

	.discussion_time_section .time_inner{
		padding-top: 80px;
		padding-bottom: 230px;
		margin-top: -100vh;
	}

	.discussion_time_section .sec_head{
		font-size: 24px;
		font-weight: 700;
	}

	.discussion_time_section .guide_text{
		line-height: 2;
		margin-top: 8px;
		font-size: 14px;
	}

	.discussion_time_section .deco{
		width: 50px;
		margin-top: 40px;
	}

	.discussion_time_section .staff_area .staff_inner{
		width:100%;
		max-width: 500px;
		height:100vh;
		min-height: 500px;
		margin-inline: auto;
	}

	.discussion_time_section .staff_area .staff01{
		width:137px;
		left:-16px;
		bottom:0;
	}

	.discussion_time_section .staff_area .balloon01{
		left: calc(100% - 140px);
		bottom: calc(100% + 0px);
		display: none;
	}

	.discussion_time_section .staff_area .balloon01 img{
		height:45px;
	}

	.discussion_time_section .staff_area .staff02{
		width:137px;
		right:-16px;
		bottom:0;
	}

	.discussion_time_section .staff_area .balloon02{
		right: calc(100% - 180px);
		bottom: calc(100% + 0px);
		display: none;
	}

	.discussion_time_section .staff_area .balloon02 img{
		height:36px;
	}


	.discussion_time_section .time_list{
		max-width: 400px;
		margin-inline: auto;
		margin-top: 90px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:30px;
	}


	.discussion_time_section .time_block{
		padding:20px;
		gap:10px;
	}

	.discussion_time_section .time_block .icon{
		width:70px;
	}

	.discussion_time_section .time_block .time_left{
		display: flex;
		align-items: center;
		gap:4px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0;
	}

	.discussion_time_section .time_block .time_num{
		min-width: 65px;
		letter-spacing: 0.5em;
	}


	.discussion_time_section .time_head .time_head_inner:after{
		width: 13px;
		height: 11px;
	}

	.discussion_time_section .time_head .time_head_box{
		min-height: 32px;
		padding:2px 8px;
		font-size: 14px;
		font-weight: 500;
	}


	/*
	------------------------------------
	ライフスタイル
	------------------------------------
	*/

	.style_fv_section{

	}

	.style_fv_section .page_title span{
		display: block;
		white-space: nowrap;
		position: static;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-align: center;
		font-size: 12px;
	}

	.style_fv_section .fv_deco{
		width:40px;
		right:6px;
		bottom:-5px;
	}

	.style_fv_section .fv_deco .balloon{
		display: none;
	}

	.style_fv_section .fv_bg{
		display: flex;
		justify-content: center;
	}

	.style_fv_section .fv_bg img{
		flex-shrink: 0;
		min-width: 710px;
		flex-shrink: 0;
		width:100%;
		height:412px;
		object-fit: cover;
	}

	.style_guide_section{
		padding-top: 80px;
	}

	.style_guide_section .sec_head{
		font-size: 24px;
	}

	.style_guide_section .guide_text{
		margin-top: 16px;
		line-height: 2;
		font-size: 14px;
	}

	.style_guide_section .guide_deco{
		width:49px;
		margin-top: 24px;
	}

	.style_message_section{
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.style_message_section .message_flex{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap:40px;
	}

	.style_message_section .message_left{
		flex-shrink: 0;
		width:320px;
		max-width: 100%;
		height:auto;
		display: flex;
		align-items: center;
		position: relative;
	}

	.style_message_section .message_bg{
		width:240px;
		height:calc(100% + 60px);
		border-radius: 10px;
	}


	.style_message_section .balloon01{
		left:calc(50% + 40px);
		top:-15px;
	}
	.style_message_section .balloon01 img{
		height:60px;
		width:auto;
	}

	.style_message_section .balloon02{
		left:auto;
		right:calc(50% + 40px);

		top:50px;
	}
	.style_message_section .balloon02 img{
		height:55px;
	}

	.style_message_section .message_right{
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		padding-inline: 20px;
	}

	.style_message_section .sec_head{
		font-size: 16px;
	}


	.style_message_section .message_catch{
		margin-top: 12px;
		font-size: 24px;
		line-height: 1.5;
	}

	.style_message_section .message_text{
		margin-top: 16px;
		line-height: 2;
		font-size: 14px;
	}

	.style_interview_section{

	}

	.style_interview_section .head_block{

		right:0;
		bottom:calc(100% + 8px);
		gap:3px;
		padding-right: 20px;
	}

	.style_interview_section .sec_head{
		font-size: 16px;
	}

	.style_interview_section .sec_sub_head{
		font-size: 12px;
	}


	.style_interview_section .interview_area{
		position: relative;
		display: flex;
		justify-content: center;
	}

	.style_interview_section .interview_inner{
		flex-shrink: 0;
		width:100vw;
	}

	.style_interview_section .movie_frame{
		min-height: auto;
		display: flex;
		justify-content: center;
	}

	.style_interview_section .movie_frame img{
		flex-shrink: 0;
		width:100%;
		min-width: 950px;
	}

	.style_interview_section .play_icon{
		width:140px;
	}

	.style_interview_section .play_icon::after{
		width:72px;
		height:85px;
		margin-left: 10px;
	}

	.style_faq_section{
		padding-top: 80px;
	}

	.style_faq_section .sec_head{
		font-size: 16px;
		font-weight: 700;
	}

	.style_faq_section .sec_sub_head{
		justify-content: flex-start;
		margin-top: 3px;
	}


	.style_faq_section .faq_list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:8px;
		margin-top: 24px;
	}

	.style_faq_section .faq_block{
		height:320px;
	}

	.style_faq_section .faq_card_inner {
		padding-inline: 8px;
	}

	.style_faq_section .faq_title{
		font-weight: 700;
		line-height: 2; 
		font-size: 14px;

	}

	.style_faq_section .faq_card .deco_front{
		width:49px;
	}
	.style_faq_section .faq_card .deco_back{
		width:49px;
	}

	.style_faq_section .faq_head{
		
		min-width: 80px;
		min-height: 40px;
		font-size: 14px;
	}

	.style_faq_section .faq_switch_inner{
		width:44px;
	}

	.style_faq_section .faq_switch p{
		bottom:calc(100% + 2px);
		font-size: 10px;
		font-weight: 900;
	}

	.style_faq_section .faq_switch_inner::after{
		width:9px;
		height:9px;
		margin-top: 3px;
	}

	.style_faq_section .faq_text{
		line-height: 1.75;
        font-size: 11px;
	}

	.style_comment_section{
		padding-top: 80px;
	}

	.style_comment_section .head_area{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap:4px;
		padding-right: 20px;
	}

	.style_comment_section .sec_head{
		font-size: 16px;
	}

	.style_comment_section .sec_sub_head{
		font-size: 12px;
	}

	.style_comment_section .comment_area{
		margin-top: 24px;
		display: flex;
		justify-content: center;
	}

	.style_comment_section .comment_inner{
		width:100vw;
		height:440px;
		background-image: url('../img/style/comment_bg_sp.jpg');
	}


	.style_comment_section .balloon01{
		top:24px;
		left:calc(50% - 160px);
	}
	.style_comment_section .balloon01 img{
		height:120px;
		width:auto;
	}

	.style_comment_section .balloon02{
		top:260px;
		right:auto;
		left:calc(50% - 80px);
	}
	.style_comment_section .balloon02 img{
		height:96px;
		width:auto;
	}

	/*
	------------------------------------
	チャレンジ
	------------------------------------
	*/

	.challenge_fv_section{

	}

	.challenge_fv_section .page_title span{
		white-space: nowrap;
		position: static;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0;
		font-size: 12px;
	}

	.challenge_fv_section .fv_deco{
		width:39px;
		right:0;
		bottom:-5px;
	}

	.challenge_fv_section .fv_deco .balloon{
		display: none;
	}

	.challenge_fv_section .fv_bg{
		display: flex;
		justify-content: center;
	}

	.challenge_fv_section .fv_bg img{
		flex-shrink: 0;
		width:100%;
		height:412px;
		object-fit: cover;
	}

	.challenge_guide_section{
		padding-top: 80px;
		padding-bottom: 72px;
	}

	.challenge_guide_section .sec_head{
		font-size: 24px;
	}

	.challenge_guide_section .guide_text{
		margin-top: 16px;
		font-size: 14px;
		line-height: 2;
	}

	.challenge_guide_section .guide_deco{
		width:83px;
		margin-top: 16px;
	}

	.challenge_point_section{
		padding-bottom: 80px;
	}

	.challenge_point_section .point_area{
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		gap:80px;
		padding-top: 90px;
	}

	.challenge_point_section .human_area{
		position: static;
		flex-shrink: 0;

		width:100%;
		height:auto;
		padding-top: 0;
		display: flex;
		justify-content: center;
		overflow: visible;
	}

	.challenge_point_section .human_frame{
		width:280px;
		position: relative;
		margin-right: 0;
	}

	.challenge_point_section .human_frame .balloon{
		position: absolute;
	}

	.challenge_point_section .human_frame .balloon01{
		top:100px;
		right:calc(100% - 90px)
	}
	.challenge_point_section .human_frame .balloon01 img{
		height:55px;
		width:auto;
	}

	.challenge_point_section .human_frame .balloon02{
		top:-20px;
		left:calc(100% - 120px)
	}
	.challenge_point_section .human_frame .balloon02 img{
		height:86px;
		width:auto;
	}

	.challenge_point_section .point_list{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		flex-wrap: wrap;
		gap:40px 0;
		max-width: 1040px;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-inline: 20px;
	}

	.challenge_point_section .point_block{
		width:100%;
	}

	.challenge_point_section .point_num{
		min-width: 128px;
		min-height: 25px;
		padding:2px 16px;
		font-size: 14px;
	}

	.challenge_point_section .point_head{
		margin-top: 16px;
		font-size: 20px;
		line-height: 1.5;
	}

	.challenge_point_section .point_text{
		margin-top: 16px;
		line-height: 2;
		font-size: 14px;
	}

	.challenge_history_section{
		padding-top: 80px;
		padding-bottom: 140px;
		
	}

	.challenge_history_section .sec_head{
		font-size: 24px;
		line-height: 1.5;
	}

	.challenge_history_section .career_text{
		margin-top: 16px;
		line-height: 2;
		font-size: 14px;
	}

	.challenge_history_section .history_area{
		margin-top: 150px;
		margin-inline: 20px;
	}

	.challenge_history_section .history_area::before{
		width:5px;
		height:100%;
		top:0;
		left:0;
		right:auto;
		margin:0;
	}

	.challenge_history_section .history_area .gear_block{
		left:0;
		right:auto;
		margin:0;
	}

	.challenge_history_section .history_area .gear_block.top {
		top: 0;
		transform: translate(-50% , -50%);
	}

	.challenge_history_section .history_area .gear_block.bottom {
		bottom: 0;
		transform: translate(-50% , 50%);
	}


	.challenge_history_section .history_area .gear_inner{
		min-width: 100px;
		padding:12px;
	}


	.challenge_history_section .history_area .gear_inner p{
		font-size: 16px;
	}


	.challenge_history_section .history_list{
		padding-top: 70px;
		padding-bottom: 40px;
	}

	.challenge_history_section .history_item{
		display: flex;
		align-items: flex-start;
	}

	.challenge_history_section .history_item + .history_item{
		margin-top: 80px;
	}

	.challenge_history_section .history_item_inner{
		width:100%;
		display: flex;
		align-items: flex-start;
		position: relative;
		padding-left: 40px;
	}

	.challenge_history_section .history_box_frame{
		width:100%;
		max-width: 100%;
	}

	.challenge_history_section .history_box{
		width:308px;
		padding:54px 40px 24px 36px;
		min-height: auto;
	}


	.challenge_history_section .history_year span{
		font-size: 64px;
		height: 78px;
	}

	.challenge_history_section .history_title{
		font-size: 16px;
		text-align: left;
	}

	.challenge_history_section .history_text{
		margin-top: 16px;
		font-size: 14px;
		line-height: 2;
	}

	.challenge_history_section .history_img{
		margin-top: 16px;
	}

	.challenge_history_section .history_border{
		width:calc(100% - 10px);
		height:4px;
		top:32px;
		right:0;
	}

	.challenge_history_section .history_radi{
		width:0;
		height:4px;
		top:32px;
		right:0;
	}

	.challenge_history_section .history_radi span::after{
		width:30px;
		height:30px;
	}


	/*奇数番目*/
	.challenge_history_section .history_item:nth-child(odd){
		
	}
	.challenge_history_section .history_item:nth-child(odd) .history_item_inner{
		
	}
	.challenge_history_section .history_item:nth-child(odd) .history_border{
		right:auto;
		left:0;
	}

	.challenge_history_section .history_item:nth-child(odd) .history_radi{
		right:auto;
		left:0;
	}


	/*偶数番目*/
	.challenge_history_section .history_item:nth-child(even){
		justify-content: flex-start;
	}

	.challenge_history_section .history_item:nth-child(even) .history_item_inner{
		justify-content: flex-start;
	}
	.challenge_history_section .history_item:nth-child(even) .history_border{
		left:0;
	}

	.challenge_history_section .history_item:nth-child(even) .history_radi{
		left:0;
	}



	/* .challenge_history_section .history_item:nth-child(n+1)  */

	.challenge_message_section{

	}

	.challenge_message_section .message_frame{
		min-height: 600px;
		padding-top: 80px;
		padding-bottom: 80px;
		display: flex;
		align-items: center;
		position: relative;
	}


	.challenge_message_section .message_frame::before{
		width:100vw;
		max-width: 1440px;
		background-image: url('../img/challenge/message_bg.jpg');
	}

	.challenge_message_section .message_frame::after{
		z-index: 2;
	}

	.challenge_message_section .message_contents{
		width:100%;
		padding-inline: 20px;
	}


	.challenge_message_section .message_head{

		min-height: 32px;
		padding: 2px 8px;
		font-size: 12px;

	}

	.challenge_message_section .message_catch{
		margin-top: 24px;
		font-size: 32px;
	}

	.challenge_message_section .message_text{
		margin-top: 16px;
		line-height: 2;
		max-width: 440px;
		font-size: 14px;
	}

	.challenge_message_section .message_human{
		position: absolute;
		width:440px;
		bottom:0;
		left:calc(50% - 140px);
		z-index: 1;
	}


	/*
	------------------------------------
	先輩の声
	------------------------------------
	*/


	.interview_fv_section{

	}

	.interview_fv_section .fv_deco{
		width:61px;
		right:4px;
		bottom:-10px;
	}

	.interview_list_section{
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.interview_list_section .interviw_list{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:60px 10px;
		max-width: 220px;
		margin-inline: auto;
	}

	.interview_list_section .interviw_item{
		
	}

	.interview_list_section .interviw_item:nth-child(3n + 2){
		transform: translateY(0);
	}
	.interview_list_section .interviw_item:nth-child(3n){
		transform: translateY(0);
	}
	.interview_list_section .interviw_item:nth-child(2n){
		transform: translateY(0);
	}

	.interview_list_section .voice_card{

	}


	/*
	------------------------------------
	先輩の声 詳細
	------------------------------------
	*/

	.interview_info_section{
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.interview_info_section .info_frame{
		min-height: 600px;
		padding-top: 60px;
		padding-bottom: 60px;
		display: flex;
		align-items: center;
	}

	.interview_info_section .info_contents{
		position: relative;
		z-index: 4;
	}

	.interview_info_section .page_title{
		font-size: 16px;
	}

	.interview_info_section .sub_page_title{
		font-size: 10px;
	}

	.interview_info_section .info_list{
		min-width: 190px;
		margin-top: 8px;
	}

	.interview_info_section .info_line{
		min-height: 20px;
		gap:4px 16px;
		padding:1px 8px;
	}


	.interview_info_section .info_line + .info_line{
		margin-top: 4px;
	}

	.interview_info_section .tag_list{
		margin-top: 8px;
	}

	.interview_info_section .tag_item + .tag_item{
		margin-top: 8px;
	}

	.interview_info_section .tag_item{
		min-height: 16px;
		padding:1px 8px;
		font-size: 10px;
		font-weight: 500;
		line-height: 1.2;
	}

	.interview_info_section .info_catch{
		margin-top: 40px;
		font-size: 32px;
	}

	.interview_info_section .info_bg_area{
		position: absolute;
		height:100%;
		width:300px;
		border-radius: 10px;
		overflow: hidden;
		top:0;
		left:100px;
	}

	.interview_info_section .info_human{
		width:280px;
		left:10px;
		max-height: calc(100% - 40px);
	}


	.interview_faq_section{
		padding-top: 0;
		border-top:2px solid var(--black)
	}

	.interview_faq_section .theme_list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
		border-top:0;
		border-bottom:0;
		display: block;
	}

	.interview_faq_section .theme_list::before{
		content:none;
	}

	.interview_faq_section .theme_deco{
		display: none;
	}

	.interview_faq_section .theme_block{
		position: relative;
		width:100%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-inline: 20px;
	}

	.interview_faq_section .theme_block::after{
		content:'';
		width:calc(100% - 20px);
		height:1px;
		border-radius: 1px;
		background-color: var(--black);
		position: absolute;
		bottom:0;
		left: 50%;
		transform: translateX(-50%);
	}


	.interview_faq_section .theme_num{
		min-height: 28px;
		padding:2px 16px;
	}

	.interview_faq_section .theme_head{
		margin-top: 24px;
		font-size: 20px;
	}

	.interview_faq_section .theme_text{
		margin-top: 24px;
		font-weight: 500;
		line-height: 2;
		font-size: 14px;
	}



	.interview_faq_section .theme_block01{
		display: flex;
		align-items: center;
		padding-inline: 0!important;
		padding-bottom: 40px;
	}

	.interview_faq_section .theme_block01 .theme_img{
		width: 100%;
	}

	.interview_faq_section .theme_block01 .theme_img img{
		border-radius: 5px;
	}

	.interview_faq_section .theme_block03,
	.interview_faq_section .theme_block04{
		border-top:none;
	}


	.interview_career_section{
		padding-top: 120px;
	}

	.interview_career_section .head_area{
		padding-bottom: 10px;
		border-bottom: none;
		position: relative;
	}

	.interview_career_section .head_area::after{
		content:'';
		width:100vw;
		height:2px;
		background-color: var(--black);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.interview_career_section .sec_head{
		font-size: 20px;
		text-align: center;
	}

	.interview_career_section .career_deco{
		width: 66px;
		height: 88px;
		right:auto;
		left:0;
		bottom:-4px;
		transform: rotateY(180deg);
	}

	.interview_career_section .career_flex{
		display: flex;
		align-items: flex-start;
	}

	.interview_career_section .career_left{
		position: sticky;
		top:0;
		flex-shrink: 0;
		width:1px;
		min-height:100vh;
		
	}

	.interview_career_section .career_year_list{
		border-right:none;
		border-left:1px solid var(--black);
		padding-top: 120px;
		min-height:100vh;
	}

	.interview_career_section .career_year_item{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		min-height: auto;
		position: relative;
	}

	.interview_career_section .career_year{
		width:auto;
		padding-inline: 0;
		position: absolute;
		font-size: 12px;
		color:var(--green);
		transform: rotateZ(90deg);
		white-space: nowrap;
		left:25px;
		top:22px;
		letter-spacing: 0;
		transform-origin: left top;
		opacity: 0;
	}

	.interview_career_section .career_year_item .radi{
		width:3px;
		right:3px;
		transform: translateX(3px);
	}

	.interview_career_section .career_year_item .radi::before{
		width:6px;
		height:6px;
		border: 1px solid var(--black);
	}

	.interview_career_section .career_year_item .radi::after{
		width:46px;
		height:46px;
		border-width: 2px;
	}

	.interview_career_section .career_year_item + .career_year_item{
		margin-top: 80px;
	}


	.interview_career_section .career_year_item.active .career_year{
		color:var(--green);
		opacity: 1;
	}
	.interview_career_section .career_year_item.active .radi::after{
		opacity: 1;
	}


	.interview_career_section .career_right{
		width:100%;
	}

	.interview_career_section .career_block{
		padding-top: 64px;
		padding-bottom: 64px;
		padding-inline: 48px;
		padding-right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 100vh;
	}

	.interview_career_section .career_contents{
		width:100%;
		max-width: 710px;
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
	}

	.interview_message_section{
		padding-top: 80px;
		z-index: 2;
	}


	.interview_message_section .message_frame{
		min-height: 600px;
		padding-top: 40px;
		padding-bottom: 40px;
		display: flex;
		align-items: flex-end;
		position: relative;

	}

	.interview_message_section .message_frame::before{
		z-index: 3;
	}

	.interview_message_section .message_contents{
		max-width: 620px;
		z-index: 4;
		padding-inline: 20px;
	}

	.interview_message_section .message_head{
		min-height: 32px;
		padding: 2px 8px;
		font-size: 12px;
		font-weight: 900;
	}

	.interview_message_section .message_catch{
		margin-top: 24px;
		font-size: 32px;
		letter-spacing: 0;
	}

	.interview_message_section .message_text{
		margin-top: 16px;
		font-size: 14px;
		line-height: 2;
	}

	.interview_message_section .message_human{
		width:375px;
		bottom:0;
		right:auto;
		left:calc(50% - 90px);
	}


	.interview_voice_section{

	}

	/*
	------------------------------------
	よくある質問
	------------------------------------
	*/

	.faq_fv_section{

	}

	.faq_fv_section .fv_frame {
		padding-top: 190px;
	}

	.faq_fv_section .c_logo_head{
		font-size: 12px;
	}

	.faq_fv_section .page_title{
		min-height: auto;
		margin-top: 8px;
	}

	.faq_fv_section .fv_deco{
		width:45px;
		right:0;
		bottom:-6px;
	}

	.faq_list_section{
		padding-top: 56px;
	}

	.faq_list_section .faq_inner{
		max-width: 900px;
		padding-inline: 20px;
	}

	.faq_list_section .keyword_flex{
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap:8px;
	}

	.faq_list_section .keyword_flex label{
		max-width: 200px;
	}

	.faq_list_section .faq_keyword{
	
		height:55px;
		padding-left: 16px;
		padding-right: 48px;

	}

	.faq_list_section .faq_search_button{
		width:16px;
		right:16px;
	}

	.faq_list_section .faq_tag_list{
		margin-top: 24px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap:16px;
	}




	.faq_list_section .faq_tag{
		width: 100%;
		min-height: 36px;
		padding:6px 16px;
		gap:6px;
	}

	.faq_list_section .faq_tag::after{
		width:12px;
		height:12px;
	}


	.faq_list_section .faq_list_area{
		margin-top: 56px;
	}

	.faq_list_section .faq_list{

	}

	.faq_list_section .faq_block + .faq_block{
		margin-top: 16px;
	}

	.faq_list_section .faq_block{
		padding-inline: 0;
	}

	.faq_list_section .faq_question{
		padding:16px 30px 16px 36px;
		font-weight: 500;
	}

	.faq_list_section .faq_question::before{	
		top:15px;
		left:8px;
	}

	.faq_list_section .faq_question .icon{
		width:14px;
		right:8px;
		top:19px
	}

	.faq_list_section .faq_answer{
		padding-top: 0;
		padding-bottom: 0;
	}

	.faq_list_section .faq_answer_text{
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 8px;
		font-size: 14px;
		line-height: 2;
		padding-left: 36px;
	}

	.faq_list_section .faq_answer_text::before{
		top:10px;
		left:8px;
	}

	.faq_list_section .faq_button_frame{
		display: flex;
		justify-content: center;
		margin-top: 64px;
	}

	/*
	------------------------------------
	募集要項
	------------------------------------
	*/

	.description_fv_section{

	}

	.description_fv_section .fv_frame {
		padding-top: 190px;
	}

	.description_fv_section .c_logo_head{
		font-size: 12px;
	}

	.description_fv_section .page_title{
		min-height: auto;
		margin-top: 8px;
	}

	.description_fv_section .fv_deco{
		width:69px;
		right:0;
		bottom:-8px;
	}

	.description_search_section{
		padding-top: 40px;
	}

	.description_search_section .search_area + .search_area{
		margin-top: 24px;
	}

	.description_search_section .search_head{
		font-size: 16px;
		text-align: center;
		padding-bottom: 8px;

	}

	.description_search_section .check_list{
		margin-top: 16px;

		gap:8px;
	}

	.description_search_section .check_list label{
		min-height: 22px;
		padding:3px 16px;
	}


	.description_search_section .search_button{
		min-height: 40px;
		margin-top: 40px;
		font-size: 20px;
	}

	.description_result_section{
		padding-top: 80px;
	}

	.description_result_section .description_list{
		display: flex;
		flex-direction: column;
		max-width: 600px;
		margin-inline: auto;
		flex-wrap: wrap;
	}

	.description_result_section .description_block{
		width:100%;
		border-bottom:none;
		padding-top: 32px;
		padding-bottom: 32px;
		padding-inline: 20px!important;
		position: relative;
	}


	.description_result_section .description_flex{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap:20px;
	}

	.description_result_section .description_job{
		font-size: 16px;
	}

	.description_result_section .description_type{
		min-width: 100px;
		min-height: 20px;
		padding:1px 8px;
		font-size: 12px;
	}

	.description_result_section .description_guide{
		margin-top: 24px;
		font-size: 12px;
	}

	.description_result_section .description_info_list{
		margin-top: 8px;
	}

	.description_result_section .description_info_line{
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 14px;
		font-weight: 500;
		gap:8px;
	}

	.description_result_section .description_info_head{
		flex-shrink: 0;
	}

	.description_result_section .description_link{
		margin-top: 16px;
		min-height: 56px;
	}

	.description_result_section .description_link::after{
		width:13px;
		height:9px;
		right:30px;
		font-weight: 500;
	}

	.description_single_section{
		padding-top: 190px;
	}

	.description_single_section .page_title{
		font-size: 24px;
	}

	.description_single_section .description_info_list{
		margin-top: 80px;
		padding-bottom: 40px;
		border-bottom:2px solid var(--black);
		position: relative;
	}

	.description_single_section .description_info_block + .description_info_block{
		margin-top: 24px;
	}

	.description_single_section .description_info_block{
		gap:16px;
		line-height: 2;
		font-size: 12px;
	}

	.description_single_section .description_info_title,
	.description_single_section .description_info_contents{
		padding-top: 16px;
	}


	.description_single_section .description_info_title{
		width:100px;	
		letter-spacing: 0;
	}

	.description_single_section .description_info_title::before {
		left:auto;
		right:0;
		width:200%;
	}


	.description_single_section .description_info_contents{
		padding-right: 20px;
	}

	.description_single_section .description_info_contents::before {
		width:200%;
	}




	.description_single_section .flow_list{
		max-width: 680px;
		margin-inline: auto;
	}


	.description_single_section .flow_block{
		padding:8px;
		
	}

	.description_single_section .flow_block + .flow_block{
		margin-top: 16px;
	}

	.description_single_section .flow_flex{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap:16px;
	}
	.description_single_section .flow_step{
		min-width: auto;
		text-align: center;
	}

	.description_single_section .flow_step span{
		font-size: 32px;
		display: block;
		line-height: 1;
	}


	.description_single_section .flow_contents{
		width: 100%;
		max-width: 485px;
		padding-top: 0;
	}

	.description_single_section .flow_title{
		font-size: 14px;
		padding-bottom: 10px;
		text-align: center;
	}

	.description_single_section .flow_text{
		margin-top: 8px;
		font-size: 12px;
		line-height: 2;
	}

	.description_single_section .entry_remark{
		width: fit-content;
		padding-inline: 20px;
		font-size: 12px;
		margin-top: 24px;

	}

	.description_single_section .entry_button{
		max-width: 255px;

		min-height: 46px;
		margin-top: 24px;
		font-size: 12px;
	}

	.description_single_section .entry_button::after{
		width:13px;
		height:9px;
		right:20px;
	}


	.description_single_section .back_link{
		margin-top: 16px;
		font-size: 12px;
	}


	/*
	------------------------------------
	エントリー
	------------------------------------
	*/


	.entry_body header{
		display: none;
	}

	.entry_body #drawer_menu{
		display: none;
	}

	.entry_body .c_page_border_frame{
		display: none;
	}

	.entry_form_section{
		padding-top: 40px;
	}

	.entry_form_section .entry_flex{
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap:10px;
		position: relative;
	}


	.entry_form_section .entry_left{
		width:100%;
		padding-left: 0;
		padding-top: 0;
		position: static;
		top:0;
		flex-shrink: 0;
		padding-inline: 20px;
	}

	.entry_form_section .entry_left .logo{
		max-width: 240px;
	}

	.entry_form_section .page_title{
		margin-top: 40px;
		text-align: left;
		font-size: 20px;
		font-weight: 900;
	}

	.entry_form_section .form_nav_box_frame{
		position: sticky;
		top:30px;
		display: flex;
		justify-content: flex-end;
		z-index: 3;
	}

	.entry_form_section .form_nav_box{
		min-width:66px;
		min-height: 50px;
		margin-top: 0;
		padding:10px;
		margin: 0;
		background-color: #fff;
	}

	.entry_form_section .form_nav_count{
		font-size: 32px;
	}

	.entry_form_section .form_nav_head{
		text-align: center;
		padding:3px;
		font-size: 10px;
		transform: translateY(-70%);
	}

	.entry_form_section .form_nav_text{
		margin-top: 8px;
		font-size: 12px;
		line-height: 2;
	}

	.entry_form_section .entry_right{
		flex-shrink: 1;
		width:100%;
		padding-top: 0;
		position: relative;
	}

	.entry_form_section .entry_box{
		border: 2px solid #303030;	
		width: 380px;	
		min-width: 100%;
		margin-top: 36px;
	}

	.entry_form_section .entry_box::before{
		font-size: 12px;
		bottom:calc(100% + 4px);
		left:12px;
	}

	.entry_form_section .entry_box::after{
		width:8px;
		height:40px;
		top:4px;
		right:calc(100% + 6px);
	}

	.entry_form_section .entry_box_inner{
		padding-top: 24px;
		padding-bottom: 24px;
		padding-left: 20px;
		padding-right: 32px;
		overflow: clip;

	}

	.c_form_block .entry_line{
		padding-top: 24px;
		padding-bottom: 24px;
	}


	.c_form_block .entry_label{

		gap:8px;
	}

	.c_form_block .entry_label::before{
		min-width: 40px;
		min-height: 20px;
		padding:3px 6px;
		font-size: 12px;

	}

	.c_form_block .entry_label span{
		font-size: 12px;
	}

	.c_form_block .input_area{
		margin-top: 24px;
	} 

	.c_form_block .check_list .wpcf7-radio,
	.c_form_block .check_list .wpcf7-checkbox{
		gap:8px 16px;
	}

	.c_form_block .check_list label{

		min-width: 134px;
		min-height: 35px;
		padding:4px 8px;
	}


	.c_form_block .input_frame{
		margin-left: 48px;
	}

	.c_form_block .input_frame.text{
		max-width: 240px;
	}

	.c_form_block .input_frame.textarea{
		max-width: 240px;
	}

	.c_form_block .input_frame.text input{
		font-size: 16px;
		padding-top: 8px;
		padding-bottom: 8px;		
	}

	.c_form_block .input_frame.textarea textarea{

		height:90px;
		font-size: 14px;
		padding-top: 8px;
		padding-bottom: 8px;
	}



	.c_form_block .agree_text{
		font-size: 12px;
		line-height: 1.75;
	}



	.c_form_block .agree_area{
		margin-top: 16px;
	}

	.c_form_block .agree_area label{
		gap:8px;
		font-size: 12px;
	}

	.c_form_block .agree_area label input{
		width:16px;
		height:16px;
	}

	.entry_form_section .bottom_area{
		margin-top: 24px;
		padding-inline: 0;
	}

	.entry_form_section .submit_frame{
		max-width: 260px;
		margin-top: 24px;
	}

	.entry_form_section .submit_frame .submit{
		height:50px;
	}

	.entry_form_section .submit_frame::after{
		width:13px;
		height:9px;
		right:24px;
		top:21px;
	}


	.entry_complete_section{

	}

	.entry_complete_section .entry_complete_frame{
		padding-top: 200px;
	}

	.entry_complete_section .finish_text01{
		font-size: 20px;
	}

	.entry_complete_section .finish_text02{
		margin-top: 24px;
		font-size: 14px;
		line-height: 1.75;
	}



	/*
	------------------------------------
	404
	------------------------------------
	*/

	.page404_body{

	}


	.entry_complete_section{

	}

	.page404_section .page404_frame{
		padding-top: 200px;
	}

	.page404_section .p01{
		font-size: 32px;
	}

	.page404_section .p02{
		margin-top: 32px;
		text-align: center;
		line-height: 1.75;
	}


}/*@media screen and (max-width:767px){*/