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

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



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

	.container{
		/* max-width: 680px; */
		/* padding:0 20px; */
		max-width: calc(680 / 767 * 100vw);
		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: 24px;
	}

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


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


	.c_news_list{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:24px;
		max-width: 600px;
		margin-inline: auto;
	}

	.c_news_list .news_block{
		min-height: auto;
		padding-top: 8px;
		padding-inline: 16px;
		padding-bottom: 32px;
	}

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

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

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

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

	.c_news_list .news_thumb{
		width:156px;

	}

	.c_news_list .news_title{
		font-weight: 700;
		line-height: 1.5;
	}



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




	.c_page_border_frame .page_border_top,
	.c_page_border_frame .page_border_bottom{

		height:20px;
	}

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


	.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: 17px;
		left: 17px;
	}

	.c_page_border_frame .page_curve_left_bottom::after{
		right:11px;
		top:0;
	}

	.c_page_border_frame .page_curve_right_top{
		top: 17px;
		right: 17px;
	}
	.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:20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.c_page_border_frame .logo{
		width:121px;
		margin-top: 8px;
	}

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

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

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

	.c_page_border_frame .logo_curve_right_top::after{
		top: 6px;
		left: -20px;
	}

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

	}

	.c_page_border_frame .news_area .news_inner{
		padding:20px;
		padding-top: 10px;
		padding-left: 10px;
	}

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

	.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:17px;
	}
	.c_page_border_frame .news_curve_left_bottom::after{
		top: 6px;
		left: -18px;
	}

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


	header{
		right:40px;
		top:40px;
		z-index: 200;
		background-color: transparent;
		border:none;
		padding:0;
		padding-left: 0;
		border-radius: 0;
		letter-spacing: 0;		
	}

	header .header_nav{
		display: none;
	}


	header .drawer_open{
		display: flex;
		justify-content: center;
		align-items: center;
		width:60px;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		cursor: pointer;
	}

	header .drawer_open_inner{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	header .drawer_open .bar{
		width:36px;
		height:4px;
		background-color: var(--black);
		transition-duration: 0.5s;
		border-radius: 3px;
	}

	header .drawer_open .bar02{
		margin:6px 0;
		width:30px;
	}
	
	header .drawer_open.active .bar01 {
		transform: translateY(1px) rotate(-45deg);
	}
	header .drawer_open.active .bar02 {
		display: none;
	}
	header .drawer_open.active .bar03 {
		transform: translateY(-3px) rotate(45deg);
	}


	#drawer_menu{
		position: fixed;
		top:40px;
		right:40px;
		z-index:90;
		width:60px;
		height:60px;
		border-radius: 50%;
		border:2px solid var(--black);
		background-color: #fff;
		transition-duration: 0.7s;
		pointer-events: none;
		overflow: hidden;
	}


	#drawer_menu.show{
		right:0;
		top:0;
		width:100%;
		/* max-width: 500px; */
		height:100dvh;
		border-color: transparent;
		border-radius: 0;
		pointer-events: auto;
	}

	#drawer_menu .drawer_menu_inner{
		position: absolute;
		top:-40px;
		right:-40px;
		height:100dvh;
		width:100vw;
		/* max-width: 500px; */
		padding-top: 100px;
		transition-duration: 0.7s;
	}

	#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: 100px;
		padding-inline: 40px;
		max-width: 600px;
		margin-inline: auto;
		position: relative;
		min-height: 100%;
		padding-bottom: 320px;
	}

	#drawer_menu .drawer_parent_item{
		border-bottom:1px solid var(--black);
	}

	#drawer_menu .drawer_parent_link{
		padding-top: 24px;
		padding-bottom: 24px;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap:24px;
		position: relative;
		padding-right: 24px;
	}


	#drawer_menu .drawer_parent_link_ja{
		font-size: 24px;
		font-weight: 900;
	}
	#drawer_menu .drawer_parent_link_en{
		font-size: 12px;
		font-weight: 700;
	}

	#drawer_menu .drawer_parent_link::after{
		content:'';
		position: absolute;
		top: 50%;
		right:0;
		transform: translateY(-50%);
	}

	#drawer_menu .drawer_parent_link .icon_plus{
		content:'';
		position: absolute;
		top: 50%;
		right:0;
		transform: translateY(-50%);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width:15px;
		aspect-ratio: 1 / 1;
	}

	#drawer_menu .drawer_parent_link .icon_plus::before,
	#drawer_menu .drawer_parent_link .icon_plus::after{
		content:'';
		width:100%;
		height:2px;
		background-color: var(--black);
		border-radius: 2px;
		transition-duration: var(--c_duration);
	}

	#drawer_menu .drawer_parent_link .icon_plus::after{
		margin-top: -2px;
		transform: rotateZ(-90deg);
	}

	#drawer_menu .drawer_parent_link.active .icon_plus::after{
		transform: rotateZ(0);
	}


	#drawer_menu a.drawer_parent_link::after{
		width:15px;
		height:15px;
		background-image: url('../img/common/icon_arrow_right_black.svg');
	}

	#drawer_menu .drawer_child_menu_block{
		display: none;
		padding-bottom: 24px;
	}

	#drawer_menu .drawer_child_menu a{
		display: flex;
		align-items: center;
		gap:8px;
		font-weight: 900;
		font-size: 15px;
	}

	#drawer_menu .drawer_child_menu a::before{
		content:'';
		width:5px;
		height:9px;
		background-image: url('../img/common/icon_angle_right_bold_black.svg');
	}

	#drawer_menu .drawer_child_item + .drawer_child_item{
		margin-top: 24px;
	}

	#drawer_menu .drawer_grandchild_menu{
		margin-top: 24px;
		padding-left: 16px;
	}

	#drawer_menu .drawer_grandchild_menu li + li{
		margin-top: 16px;
	}

	#drawer_menu .drawer_grandchild_menu a{
		font-size: 14px;
		font-weight: 700;
	}

	#drawer_menu .drawer_grandchild_menu a::before{
		background-image: url('../img/common/icon_angle_right_black.svg');
	}

	#drawer_menu .drawer_button_area{
		max-width: 220px;
		margin-inline: auto;
		margin-top: 24px;
	}

	#drawer_menu .drawer_button{
		min-height:45px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 999px;
		color: #FFF;
		font-size: 24px;
		font-weight: 700;
	}

	#drawer_menu .drawer_button + .drawer_button{
		margin-top: 8px;
	}

	#drawer_menu .drawer_button.faq{
		background-color: var(--blue);
	}
	#drawer_menu .drawer_button.entry{
		background-color: var(--red);
	}

	#drawer_menu .drawer_bg{
		position: absolute;
		bottom:0;
		left: 50%;
		transform: translateX(-50%);
		width:600px;
	}
	/*
	------------------------------------
	フッター
	------------------------------------
	*/

	#footer_blank{
		height:200px;
	}

	footer{
		position: sticky;
		width:100%;
		min-height:100vh;
		padding-top: 40px;
		padding-bottom: 40px;
	}

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

	footer .footer_box_list{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap:24px;
	}

	footer .footer_box{
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		padding:32px 16px;
	}

	footer .footer_box_text{
		text-align: center;
	}

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

	footer .footer_box_text_en{
		margin-top: 4px;
		font-size: 13px;
	}

	footer .footer_box_radi{
		width:30px;
		border:3px solid var(--black);
		margin-top: 16px;
	}

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


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

	footer .footer_box_deco01{
		width:74px;
		top:-24px;
	}
	footer .footer_box_deco02{
		width:43px;
		top:-24px;
	}
	footer .footer_box_deco03{
		width:34px;
		top:-18px;
	}

	footer .footer_flex{
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

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

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

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

	footer .footer_right{
		flex-shrink: 0;
	}

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

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

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


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

	footer .footer_copy{
		margin-top: 40px;
	}


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

	.c_work_section{
		padding-top: 200px;
	}

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

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

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


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

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

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

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

	.c_work_section .work_block01 .work_contents{
		padding-top: 60px;
	}
	.c_work_section .work_block01 .work_title{
		font-size: 64px;
	}

	.c_work_section .work_block01 .deco01_01{
		width:300px;
		top:30px;
		left:16px;
	}

	.c_work_section .work_block01 .deco01_02{
		width:162px;
		bottom:38px;
		right:50px;
	}

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

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

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

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

	.c_work_section .work_block03 .work_title{
		font-size: 44px;
	}
	.c_work_section .work_block03 .deco03_01{
		width:238px;
	}


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


	.c_voice_section{
		padding-top: 200px;
	}


	.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: 64px;
		line-height: 1.4;
		letter-spacing: 0.3em;
		margin-top: 0;
	}

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

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

	.c_voice_section .voice_deco{
		position: static;
		width:373px;
		aspect-ratio: 1 / calc(295 / 373);
		margin-inline: auto;
	}

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

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

	.c_voice_section .voice_slide{
		margin-inline: 20px;
		width:344px;
	}

	.c_voice_card{
		border-radius: 5px;
		padding:6px 6px 16px;
	}

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

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

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

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

	.c_voice_card .bar.blue{
		bottom:50px;
	}
	.c_voice_card .bar.red{
		bottom:58px;
	}
	.c_voice_card .bar.green{
		bottom:66px;
	}

	.c_voice_card .voice_text_area{
		padding-top: 10px;
		padding-left: 16px;
		width: fit-content;
		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:12px;
		top:calc(100% - 155px);
		font-size: 24px;
		font-weight: 900;
		writing-mode: vertical-lr;
		z-index: 4;
		letter-spacing: -0.05em;
	}


	.c_voice_card .staff_deco01{
		width:75px;
		right:12px;
		bottom:-32px;
	}

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

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

	.c_voice_card .staff_deco05{
		width:127px;
		right:0;
		bottom:-25px;
	}

	.c_voice_section .voice_link_frame{
		display: flex;
		justify-content: flex-end;
		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:418px;
	}

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

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


	body.top_body:has(#drawer_menu.show) header {
		pointer-events: auto;
		opacity: 1;
		transform: translateY(0);
	}

	body.top_body #drawer_menu{
		opacity: 0;
		transform: translateY(-20px);
	}

	body.top_body.scroll  #drawer_menu{
		opacity: 1;
		transform: translateY(0);
	}

	body.top_body:has(#drawer_menu.show) #drawer_menu {
		pointer-events: auto;
		opacity: 1;
		transform: translateY(0);
	}


	.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:80px;
		/* bottom:0; */
		pointer-events: none;
		z-index: 3;
	}

	.top_fv_sticky_frame .top_fv_sticky_inner{
		max-width: calc(680 / 767 * 100vw);
		padding-left: 380px;
	}

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

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


	.top_fv_section{
		padding-top: 290px;
		padding-bottom: 380px;
		/* margin-top: -1160px; */
	}

	.top_fv_section .contents_frame{
		max-width: 380px;
	}

	.top_fv_section .fv_catch{
		gap:10px;
		min-height:120px;
	}

	.top_fv_section .fv_catch01{
		width:120px;
	}


	.top_fv_section .fv_catch02{
		width:212px;
	}

	.top_fv_section .contents_block{
		margin-top: 56px;
	}

	.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: 1160px;
		/* padding-top: 380px; */
	}

	.top_company_section .company_head{
		max-width: 170px;
	}

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

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

	.top_company_section .company_link_frame{
		margin-top: 40px;
	}

	.top_company_section .company_frame{
		max-width: 340px;
	}

	.top_head_section{
		padding-top: 200px;
		padding-bottom: 40px;

	}

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

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

	.top_people_section .top_people_inner {
		height:100vh;
	}



	.top_people_section .link_block{
		width:458px;
		max-width: 90%;
		padding-top: 48px;
		padding-bottom: 24px;
		padding-inline: 20px;
	}

	.top_people_section .link_block .radi{
		margin-top: 24px;
	}

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

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

	}

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

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

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

	.top_people_copy_section{
		height:100vh;
		
	}

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

	.top_guide_section{
		padding-top: 120px;
	}


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


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

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

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

	.top_guide_section .guide_block{
		width:580px;
		padding-top: 64px;
		padding-inline: 16px;
		padding-bottom: 48px;
	}

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

	.top_guide_section .guide_head_flex{
		display: flex;
		gap:24px;
	}

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

	.top_guide_section .guide_head_left{
		display: flex;
		gap:5px;
		flex-shrink: 0;
	}


	.top_guide_section .guide_head_ja{
		font-size: 80px;
		line-height: 1.12;
		writing-mode: vertical-lr;
		letter-spacing: 0.1em;
	}

	.top_guide_section .guide_head_en{
		writing-mode: vertical-lr;
		font-size: 20px;
		letter-spacing: 0.3em;
	}

	.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: 24px;
		font-size: 14px;
		line-height: 2;
	}

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

	.top_news_section{
		padding-top: 200px;
	}

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

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

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

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



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

	.page_fv_section{

	}

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

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

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

	.page_fv_section .page_title{
		margin-top: 24px;
		font-size: 32px;
	}

	.page_fv_section .page_title span{
		font-size: 24px;
		display: inline-block;
		line-height: 1;
	}

	.page_fv_section .fv_deco{
		position: absolute;
		z-index: 2;
	}
	/*
	------------------------------------
	パンクズ
	------------------------------------
	*/

	.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_section{
		background-color: #fff;
		z-index: 1;
	}

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

	.about_fv_section .fv_deco{
		width:180px;
		bottom:-40px;
		left:-70px;
	}

	.about_mission_section{
		padding-top: 130px;
	}

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

	.about_mission_section .mission_flex{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap:30px 10px;
	}

	.about_mission_section .mission_catch{
		margin-top: 20px;
		font-size: 32px;
		font-weight: 700;
		line-height: 1.5; 
	}

	.about_mission_section .mission_text{
		margin-top: 24px;
		line-height: 2;
		
	}

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


	.about_mission_section .mission_right{
		flex-shrink: 0;
		max-width:calc(484 / 1200 * 100%);
	}

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

	.about_value_section .value_catch_frame{
		margin-top: 24px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: row-reverse;
		gap:40px;
		font-size: 32px;
		font-weight: 900;
		line-height: 1.25;
		
	}

	.about_value_section .value_catch_frame p{
		writing-mode: vertical-lr;
	}

	.about_value_section .value_catch_frame p span{
		writing-mode: horizontal-tb;
		display: inline-block;
		line-height: 1.05;
	}

	.about_value_section .value_guide{
		max-width: 525px;
		margin-top: 80px;
		line-height: 2;
	}

	.about_value_section .value_list_area{
		margin-top: 80px;
	}

	.about_value_section .value_list{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap:24px;
	}
	.about_value_section .value_slide{

	}

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

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

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

	.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: 370px;
	}

	.about_message_section{
		padding-top: 200px;
	}

	.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;
	}

	.about_message_section .message_head_area{
		position: static;
	}

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

	.about_message_section .message_catch p{
		writing-mode: vertical-lr;
	}

	.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%;
	}

	.about_message_section .message_text{
		line-height: 2;
	}

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


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


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

		transform: translateX(0.15em);
	}

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


	.about_info_section .info_deco01{
		width:247px;
		left:0;
		bottom:-36px;
	}

	.about_info_section .info_deco02{
		width:228px;
		right:0;
		bottom:-30px;
	}

	.about_info_section .info_list{
		max-width: 1000px;
		margin-top: 56px;
	}

	.about_info_section .info_line{
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 2;
	}


	.about_info_section .info_head{
		width:260px;
		padding-right: 10px;
	}

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

	.about_info_section .access_frame{
		margin-top: 16px;
	}

	.about_info_section .access_inner{
		aspect-ratio: 1 / calc(500 / 1000);
	}



	.about_info_section .access_deco01{
		width:100px;
		left:-30px;
		top:-96px;
	}

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

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

	.news_section{

	}

	.news_fv_section{

	}


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

	.news_list_section{
		padding-top: 120px;
	}

	.news_list_section .news_category_list{
		gap:24px;
	}

	.news_list_section .news_category_link{
		min-width: 146px;
		min-height: 28px;
		padding:2px 8px;
	}

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

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

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

	}

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

	.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: 100vh;
		padding-top: 140px;
		padding-bottom: 140px;
	}

	.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:600px;
		max-width: 100%;
	}

	.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: 22px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-inline: 16px;
		font-size: 14px;
		letter-spacing: 0.1em;
	}

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

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

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



	.news_single_section{

	} 

	.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;
	}

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

	.c_single_block h3{
		font-size: 20px;
		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: 120px;
		padding-bottom: 20px;
	}


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

	.business_fv_section .fv_deco{
		width:180px;
		right:-26px;
		bottom:-6px;
	}

	.business_section{
		background-color: #fff;
		z-index: 3;
	}

	.business_about_section{
		
	}

	.business_about_section .about_contents{
		position: relative;
		padding-top: 60px;
		min-height: 800px;
	}

	.business_about_section .about_map{
		position: absolute;
		width:1000px;
		left:0;
		top:0;
	}

	.business_about_section .about_head{
		font-size: 48px;
		font-weight: 500;
		line-height: 1.25;
	}

	.business_about_section .about_text{
		margin-top: 40px;
		line-height: 2;
	}

	.business_gal_section{
		padding-top: 180px;
	}

	.business_gal_section .gal_area{
		width:calc(1440 / 1440 * 100vw);
		max-width: 1920px;
		aspect-ratio: 1 / calc(1162 / 1440);
	}

	.business_gal_section .gal_block{
		position: absolute;
	}

	.business_gal_section .gal_block01{
		left:0;
		top:0;
		width:min(calc(889 / 1440 * 100%), calc(889 / 1440 * 1920px));
		aspect-ratio: 1 / calc(772 / 889);
	}

	.business_gal_section .gal_block02{
		right:0;
		top:0;
		width:min(calc(540 / 1440 * 100%), calc(540 / 1440 * 1920px));
		aspect-ratio: 1 / calc(382 / 540);
	}

	.business_gal_section .gal_block03{
		right:0;
		top:min(calc(391 / 1440 * 100vw), calc(391 / 1440 * 1920px));
		width:min(calc(540 / 1440 * 100%), calc(540 / 1440 * 1920px));
		aspect-ratio: 1 / calc(381 / 540);
	}

	.business_gal_section .gal_block04{
		left:0;
		bottom:0;
		width:min(calc(665 / 1440 * 100%), calc(665 / 1440 * 1920px));
		aspect-ratio: 1 / calc(382 / 665);
	}

	.business_gal_section .gal_block05{
		right:0;
		bottom:0;
		width:min(calc(764 / 1440 * 100%), calc(764 / 1440 * 1920px));
		aspect-ratio: 1 / calc(382 / 764);
	}

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

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

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

	.business_inno_section .head_catch{
		font-size: 48px;
		margin-top: 20px;
	}

	.business_inno_section .head_area .deco{
		width:126px;
		right:8px;
		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;
		gap:32px;
		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:50%;
		max-width: 960px;
		height:100vh;
		position: fixed;
		bottom:0;
		right:50%;
	}

	.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: absolute;
	}

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

	.business_future_section .future_right{
		width:50%;
		padding-left: 40px;
		padding-bottom: 100px;
	}

	.business_future_section .future_head_area{
		min-height: 100vh;
		padding-top: 120px;
		padding-bottom: 120px;
		display: flex;
		align-items: center;
	}

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

	.business_future_section .future_catch{
		margin-top: 24px;
		font-size: 48px;
		font-weight: 500;
		line-height: 1.25;
	}

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

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

	.business_future_section .future_point{
		min-height: 30px;
		padding:3px 16px;
	}

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

	.business_future_section .future_text{
		margin-top: 32px;
		line-height: 2;
	}



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

	.business_link_section .link_area{
		padding-top: 500px;
		padding-bottom: 250px;
		position: relative;
	}

	.business_link_section .deco01{
		width:484px;
		left:0;
		top:112px;
	}

	.business_link_section .deco02{
		width:415px;
		right:20px;
		bottom:0;
	}


	.business_link_section .person{
		width:108px;
	}


	.business_link_section .balloon01{
		right:calc(100% + 6px);
		top:-44px;
	}
	.business_link_section .balloon01 img{
		height:72px;
	}

	.business_link_section .balloon02{
		left:calc(100% + 6px);
		top:-20px;
	}
	.business_link_section .balloon02 img{
		height:78px;
	}

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

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

	.work_fv_section{

	}

	.work_fv_section .fv_deco{
		width:170px;
		left:0;
		bottom:-10px;
	}

	.work_about_section{
		padding-top: 172px;
	}

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

	.work_job_section{
		padding-top: 140px;
	}

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

		transform: translateX(0.15em);
	}

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

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

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

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


	.work_job_section .job_thumb{
		width:450px;
		aspect-ratio: 1 / calc(764 / 450);
	}

	.work_job_section .job_text_area{
		width:100%;
	}

	.work_job_section .job_title{
		font-size: 32px;
		padding-bottom: 4px;
	}

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

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

	.work_job_section .info_line{
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.work_job_section .info_line .info_head{
		flex-shrink: 0;
		width:210px;
		padding-right: 10px;
	}

	.work_job_section .info_line .info_head span{
		min-height: 32px;
		padding: 2px 8px;
		font-size: 14px;
	}

	.work_job_section .info_line .info_contents{
		line-height: 2;
		font-weight: 500;
	}

	.work_link_section{
		padding-top: 96px;
	}

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

	.work_link_section .link_frame{
		width:500px;
	}



	.work_link_section .balloon01{
		right:calc(100% - 24px);
		top:90px;
	}

	.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:800px;
		margin-inline: 8px;
	}


	.data_section .sec_head{
		min-width:200px;
		padding:12px;
		font-size: 24px;
	}

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

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

	.data_link_section{
		padding-top: 200px;
	}

	.data_link_section .link_guide{

		font-weight: 700;
	}

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


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


	.data_link_section .link_list li:nth-child(1){
		right:calc(100% + 55px);
	}

	.data_link_section .link_list li:nth-child(2){
		position: static;
	}

	.data_link_section .link_list li:nth-child(3){
		left:calc(100% + 55px);
	}

	.data_link_section .link{
		gap:8px;
		font-size: 14px;
		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: 140px;
	}

	.data01_section .data_list{
		aspect-ratio: 1 / calc(995 / 1200);
	}

	.data01_section .data_item{
		position: absolute;
	}

	.data01_section .data_item01{
		width:calc(384 / 1200 * 100%);
	}
	.data01_section .data_item02{
		width:calc(384 / 1200 * 100%);
		margin:auto;
	}
	.data01_section .data_item03{
		width:calc(384 / 1200 * 100%);
	}
	.data01_section .data_item04{
		width:calc(576 / 1200 * 100%);
	}
	.data01_section .data_item05{
		width:calc(576 / 1200 * 100%);
	}
	.data01_section .data_item06{
		width:calc(600 / 1200 * 100%);
	}
	.data01_section .data_item07{
		width:calc(384 / 1200 * 100%);
	}
	.data01_section .data_item08{
		width:calc(384 / 1200 * 100%);
		margin:auto;
	}
	.data01_section .data_item09{
		width:calc(384 / 1200 * 100%);
	}

	.data01_section .deco01{
		width:276px;
	}
	.data01_section .deco02{
		width:112px;
	}

	.data02_section{
		padding-top: 200px;
	}

	.data02_section .data_list{
		aspect-ratio: 1 / calc(1127 / 1200);
	}

	.data02_section .data_item{
		position: absolute;
	}

	.data02_section .data_item01{
		width:calc(384 / 1200 * 100%);
	}
	.data02_section .data_item02{
		width:calc(384 / 1200 * 100%);
		margin: auto;
	}
	.data02_section .data_item03{
		width:calc(384 / 1200 * 100%);

	}
	.data02_section .data_item04{
		width:calc(282 / 1200 * 100%);
	}
	.data02_section .data_item05{
		width:calc(282 / 1200 * 100%);
	}
	.data02_section .data_item06{
		width:calc(588 / 1200 * 100%);
	}
	.data02_section .data_item07{
		width:calc(588 / 1200 * 100%);
	}
	.data02_section .data_item08{
		width:calc(420 / 1200 * 100%);
	}
	.data02_section .data_item09{
		width:calc(756 / 1200 * 100%);
	}

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

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

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

	.environment_fv_section{

	}

	.environment_fv_section .fv_deco{
		width:87px;
		right:50px;
		bottom:-12px;
	}


	.environment_text_section{
		padding-top: 80px;
	}

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

	.environment_text_section .catch{
		font-size: 40px;
		font-weight: 500;
		line-height: 1.25;
	}

	.environment_text_section .text{
		line-height: 2;
		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%;
	}

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

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


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

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

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

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

	.environment_section .contents_block .contents_guide{
		margin-top: 16px;
		line-height: 2;
	}

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

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

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

	.environment_welfare_section{
		padding-top: 200px;
	}

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

	.environment_welfare_section .welfare_left{
		height:840px;
	}

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

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

	.environment_welfare_section .welfare02_img_block{
		top:346px;
		left:340px;
		z-index: 3;
	}
	.environment_welfare_section .welfare02_img{
		width:310px;
	}
	.environment_welfare_section .welfare02_deco{
		width:58px;
		right:8px;
		bottom:calc(100% - 32px);
	}


	.environment_welfare_section .welfare03_img_block{
		top:586px;
		left:-50px;
	}
	.environment_welfare_section .welfare03_img{
		width:490px;
	}
	.environment_welfare_section .welfare03_deco{
		width:105px;
		left:50px;
		bottom:calc(100% - 20px);
	}


	.environment_support_section{
		padding-top: 200px;
	}

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

	.environment_support_section .support_left{
		min-height: 840px;
	}

	.environment_support_section .support01_img_block{
		top:0;
		left:16px;
	}
	.environment_support_section .support01_img{
		width:310px;
	}

	.environment_support_section .support02_img_block{
		top:160px;
		left:356px;
	}
	.environment_support_section .support02_img{
		width:344px;
	}

	.environment_support_section .support03_img_block{
		top:466px;
		left:-64px;
	}
	.environment_support_section .support03_img{
		width:490px;
	}
	.environment_support_section .support03_deco{
		width:130px;
		left:100px;
		bottom:calc(100% - 8px);
	}


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

	.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: 458px;
	
		padding-top: 48px;
		padding-bottom: 48px;
		padding-inline: 20px;
	}

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


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


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

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

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

	.discussion_message_section .message_text{
		margin-top: 4px;
		line-height: 2;
	}

	.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:1000px;
	}

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

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

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

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

	.discussion_film_section .film_inner{

	}

	.discussion_film_section .film_slide{
		width:280px;
		margin-inline: 8px;
	}


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

	.discussion_switch_dammy_section .dammy_inner{
		height:100vh;

	}

	.discussion_switch_dammy_section .guide{
		width:338px;
		right:0;
	}

	.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:234px;

	}



	.discussion_time_section{

	}

	.discussion_time_section .time_inner{
		padding-top: 200px;
		padding-bottom: 310px;
		margin-top: -100vh;
	}

	.discussion_time_section .sec_head{
		font-size: 48px;
	}

	.discussion_time_section .guide_text{
		line-height: 2;
	}

	.discussion_time_section .deco{
		width: 104px;
		margin-top: 192px;
	}

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

	.discussion_time_section .staff_area .staff01{
		width:250px;
		left:-70px;
		bottom:0;
	}

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

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

	.discussion_time_section .staff_area .staff02{
		width:320px;
		right:-80px;
		bottom:0;
	}

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

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


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


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

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

	.discussion_time_section .time_block .time_left{
		display: flex;
		align-items: center;
		gap:4px;
	}

	.discussion_time_section .time_block .time_num{
		min-width: 70px;
		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: 36px;
		padding:4px 8px;
	}


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

	.style_fv_section{

	}

	.style_fv_section .page_title span{
		display: block;
		white-space: nowrap;
		position: absolute;
		font-weight: 700;
		letter-spacing: 0.1em;
		left:0;
		bottom:8px;
		font-size: 16px;
	}

	.style_fv_section .fv_deco{
		width:73px;
		right:0;
		bottom:-5px;
	}

	.style_fv_section .fv_deco .balloon{
		right:100%;
		bottom:calc(100% - 30px);
	}

	.style_fv_section .fv_deco .balloon img{
		height:70px;
	}

	.style_fv_section .fv_deco .balloon .radi{
		width:32px;
		right:8px;
		top:11px;
	}

	.style_guide_section{
		padding-top: 200px;
	}

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

	.style_guide_section .guide_text{
		margin-top: 4px;
		line-height: 2;
	}

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

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

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

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

	.style_message_section .message_bg{
		width:90%;
		height:calc(100% + 100px);
		background-image: url('../img/style/message_bg.jpg');
		position: absolute;
		bottom:0;
		right:0;
		left:0;
		margin:auto;
	}

	.style_message_section .message_human_frame{
		position: relative;
		transform: translateX(0);
		z-index: 3;
	}

	.style_message_section .message_human{
		width:100%;
	}

	.style_message_section .balloon{
		position: absolute;
	}

	.style_message_section .balloon01{
		left:0px;
		top:60px;
	}
	.style_message_section .balloon01 img{
		height:72px;
		width:auto;
	}

	.style_message_section .balloon02{
		left:calc(100% - 90px);
		top:20px;
	}
	.style_message_section .balloon02 img{
		height:72px;
	}

	.style_message_section .message_right{
		padding-top: 40px;
		padding-bottom: 0;
	}

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


	.style_message_section .message_catch{
		margin-top: 12px;
		font-size: 48px;
	}

	.style_message_section .message_text{
		margin-top: 12px;
	}

	.style_interview_section{

	}

	.style_interview_section .head_block{

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

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


	.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: 300px;
	}

	.style_interview_section .play_icon{
		width:160px;
	}

	.style_interview_section .play_icon::after{
		width:80px;
		height:90px;
		margin-left: 12px;
	}

	.style_faq_section{
		padding-top: 200px;
	}

	.style_faq_section .sec_head{
		font-size: 24px;
		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:16px;
		margin-top: 24px;
	}

	.style_faq_section .faq_block{
		height:320px;
	}


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

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

	}

	.style_faq_section .faq_card .deco_front{
		width:129px;
	}
	.style_faq_section .faq_card .deco_back{
		width:77px;
	}

	.style_faq_section .faq_head{
		
		min-width: 98px;
		min-height: 50px;
		font-size: 16px;
	}

	.style_faq_section .faq_switch_inner{
		width:60px;
	}

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

	.style_faq_section .faq_switch_inner::after{
		width:12px;
		height:12px;
	}

	.style_faq_section .faq_text{
		line-height: 2;
		font-size: 13px;
	}

	.style_comment_section{
		padding-top: 200px;
	}

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

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


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

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


	.style_comment_section .balloon01{
		top:30px;
		left:360px;
	}
	.style_comment_section .balloon01 img{
		height:100px;
		width:auto;
	}

	.style_comment_section .balloon02{
		top:150px;
		right:342px;
	}
	.style_comment_section .balloon02 img{
		height:80px;
		width:auto;
	}

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

	.challenge_fv_section{

	}

	.challenge_fv_section .page_title span{
		white-space: nowrap;
		position: absolute;
		font-weight: 700;
		letter-spacing: 0.1em;
		font-size: 16px;
	}

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

	.challenge_fv_section .fv_deco .balloon{
		right:calc(100% - 40px);
		bottom:calc(100% - 20px);
	}

	.challenge_fv_section .fv_deco .balloon img{
		height:70px;
	}

	.challenge_fv_section .fv_deco .balloon .radi{
		width:32px;
		right:8px;
		top:9px;
	}

	.challenge_guide_section{
		padding-top: 200px;
		padding-bottom: 200px;
	}

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

	.challenge_guide_section .guide_text{
		margin-top: 4px;
	}

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

	.challenge_point_section{
		padding-bottom: 120px;
	}

	.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:400px;
		position: relative;
		margin-right: 0;
	}

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

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

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

	.challenge_point_section .point_list{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		gap:100px 0;
		max-width: 1040px;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.challenge_point_section .point_block{
		width:47%;
	}

	.challenge_point_section .point_num{
		min-width: 140px;
		min-height: 28px;
		padding:2px 16px;
	}

	.challenge_point_section .point_head{
		margin-top: 32px;
		font-size: 24px;
	}

	.challenge_point_section .point_text{
		margin-top: 32px;
	}

	.challenge_history_section{
		padding-top: 200px;
		padding-bottom: 200px;
	}

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

	.challenge_history_section .career_text{
		margin-top: 24px;
		line-height: 2.5;
	}

	.challenge_history_section .history_area{
		margin-top: 180px;
	}

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

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


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


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


	.challenge_history_section .history_list{
		padding-top: 80px;
		padding-bottom: 140px;
		z-index: 3;
		max-width: 1000px;
		margin-inline: auto;
	}

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

	.challenge_history_section .history_item_inner{
		width:50%;
		display: flex;
		align-items: flex-start;
		position: relative;
	}

	.challenge_history_section .history_box_frame{
		width:400px;
		max-width: calc(100% - 40px);
	}

	.challenge_history_section .history_box{
		padding:64px 24px 40px;
		min-height: 220px;
	}


	.challenge_history_section .history_year span{
		font-size: 96px;
		height: 115px;
	}

	.challenge_history_section .history_title{
		font-size: 20px;
	}

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

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

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

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

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


	/*奇数番目*/
	.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:0;
	}

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


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

	.challenge_history_section .history_item:nth-child(even) .history_item_inner{
		justify-content: flex-end;
	}
	.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: 108px;
		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{
		content:'';
		width:100vw;
		height:100%;
		background-color: rgba(48, 48, 48, 0.40);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}


	.challenge_message_section .message_head{

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

	.challenge_message_section .message_catch{
		margin-top: 36px;
		font-size: 48px;
	}

	.challenge_message_section .message_text{
		margin-top: 40px;
		line-height: 2;
		max-width: 440px;
	}

	.challenge_message_section .message_human{
		position: absolute;
		width:530px;
		bottom:0;
		right:0;
		z-index: 1;
	}


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


	.interview_fv_section{

	}

	.interview_fv_section .fv_deco{
		width:151px;
		right:16px;
		bottom:-40px;
	}

	.interview_list_section{
		padding-top: 80px;
		padding-bottom: 200px;
	}

	.interview_list_section .interviw_list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:60px 20px;
	}

	.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(60px);
	}

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

	.interview_info_section{
		padding-top: 140px;
	}

	.interview_info_section .info_frame{
		min-height: 660px;
		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: 24px;
	}

	.interview_info_section .info_list{
		min-width: 260px;
		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: 4px;
	}

	.interview_info_section .tag_item{
		min-height: 22px;
		padding:1px 8px;
		font-size: 12px;
		line-height: 1.2;
	}

	.interview_info_section .info_catch{
		margin-top: 72px;
		font-size: 64px;
	}

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

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


	.interview_faq_section{
		padding-top: 140px;
	}

	.interview_faq_section .theme_list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		position: relative;
		border-top:1px solid var(--black);
		border-bottom:1px solid var(--black);
	}

	.interview_faq_section .theme_list::before{
		width:1px;
		height:100%;
		position: absolute;
		background-color: var(--black);
		top:0;
		left:0;
		right:0;
		margin:auto;
	}

	.interview_faq_section .theme_deco{

	}

	.interview_faq_section .theme_block{
		position: relative;
		width:50%;
		padding-top: 80px;
		padding-bottom: 80px;
	}


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

	.interview_faq_section .theme_head{
		margin-top: 16px;
		font-size: 26px;
	}

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


	.interview_faq_section .theme_block:nth-child(even){
		padding-left: 24px;
	}
	.interview_faq_section .theme_block:nth-child(odd){
		padding-right: 24px;
	}

	.interview_faq_section .theme_block01{
		display: flex;
		align-items: center;
	}

	.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:1px solid var(--black);
	}


	.interview_career_section{
		padding-top: 200px;
	}

	.interview_career_section .head_area{
		padding-bottom: 24px;
	}

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

	.interview_career_section .career_deco{
		width: 54px;
		height: 99px;
		right:0;
		bottom:-2px;
	}

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

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

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

	.interview_career_section .career_year_item{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		min-height: 80px;
	}

	.interview_career_section .career_year{
		width:180px;
		padding-inline: 48px;

		font-size: 14px;
	}

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

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

	.interview_career_section .career_year_item .radi::after{
		width:80px;
		height:80px;
	}

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


	.interview_career_section .career_year_item.active .career_year{
		color:var(--green);
	}
	.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;
	}

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


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

	}

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




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

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

	.interview_message_section .message_catch{
		margin-top: 36px;
		font-size: 48px;
	}

	.interview_message_section .message_text{
		margin-top: 40px;
		line-height: 2;
	}

	.interview_message_section .message_human{
		width:530px;
		bottom:0;
		right:0;
	}


	.interview_voice_section{

	}

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

	.faq_fv_section{

	}

	.faq_fv_section .fv_deco{
		width:77px;
		right:32px;
		bottom:-24px;
	}

	.faq_list_section{
		padding-top: 80px;
	}

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

	.faq_list_section .keyword_flex{
		display: flex;
		align-items: center;
		gap:30px;
	}

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

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

	}

	.faq_list_section .faq_search_button{
		width:17px;
		right:20px;
	}

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


	.faq_list_section .faq_tag{
		min-height: 40px;
		padding:6px 16px;
		gap:6px;
	}

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


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

	.faq_list_section .faq_list{

	}

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

	.faq_list_section .faq_block{
		padding-inline: 40px;
	}

	.faq_list_section .faq_question{
		padding:24px 24px 24px 40px;

	}

	.faq_list_section .faq_question::before{	
		top:22px;
		left:0;
	}

	.faq_list_section .faq_question .icon{
		width:14px;
		right:0;
		top:29px
	}

	.faq_list_section .faq_answer{
		padding-top: 10px;
		padding-bottom: 32px;
	}

	.faq_list_section .faq_answer_text{
		padding-top: 24px;
		font-size: 14px;
		line-height: 1.75;
		padding-left: 40px;
	}

	.faq_list_section .faq_answer_text::before{
		top:24px;
		left:0;
	}

	.faq_list_section .faq_button_frame{
		display: flex;
		justify-content: flex-end;
		margin-top: 80px;
	}

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

	.description_fv_section{

	}

	.description_fv_section .fv_deco{
		width:157px;
		right:16px;
		bottom:-14px;
	}

	.description_search_section{
		padding-top: 80px;
	}

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

	.description_search_section .search_head{
		font-size: 20px;
		padding-bottom: 8px;

	}

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

		gap:12px 24px;
	}

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


	.description_search_section .search_button{
		min-height: 64px;
		margin-top: 80px;
		font-size: 30px;
	}

	.description_result_section{
		padding-top: 120px;
	}

	.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: 56px;
		padding-bottom: 56px;
		position: relative;
	}

	.description_result_section .description_block:nth-child(even){
		padding-left: 0;
		padding-right: 0;
		border-left:none;
	}

	.description_result_section .description_block:nth-child(odd){
		padding-left: 0;
		padding-right: 0;
		
	}

	.description_result_section .description_block:nth-child(1),
	.description_result_section .description_block:nth-child(2){
		border-top: none;

	}

	.description_result_section .description_block::after{
		content:'';
		width:100%;
		height:2px;
		border-radius: 1px;
		background-color: var(--black);
		position: absolute;
		bottom:0;
		left:0;
	}

	.description_result_section .description_block:first-child:before{
		content:'';
		width:100%;
		height:2px;
		border-radius: 1px;
		background-color: var(--black);
		position: absolute;
		top:0;
		left:0;
	}

	.description_result_section .description_flex{
		display: flex;
		align-items: center;
		gap:40px;
	}

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

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

	.description_result_section .description_guide{
		margin-top: 32px;
	}

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

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

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

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

	.description_result_section .description_link::after{
		width:13px;
		height:9px;
		right:30px;
	}

	.description_single_section{
		padding-top: 180px;
	}

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

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

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

	.description_single_section .description_info_block{
		gap:10px;
		line-height: 1.75;
	}

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


	.description_single_section .description_info_title{
		width:190px;		
	}


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


	.description_single_section .flow_block{
		padding:16px 16px 32px;
		
	}

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

	.description_single_section .flow_flex{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap:10px;
	}
	.description_single_section .flow_step{
		min-width: 50px;
	}

	.description_single_section .flow_step span{
		font-size: 32px;
	}


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

	.description_single_section .flow_title{
		font-size: 20px;
		padding-bottom: 24px;
	}

	.description_single_section .flow_text{
		margin-top: 24px;
		font-size: 14px;
		line-height: 1.7;
	}

	.description_single_section .entry_remark{
		width: fit-content;
		margin-top: 24px;

	}

	.description_single_section .entry_button{
		max-width: 530px;
		min-height: 56px;
		margin-top: 40px;
	}

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


	.description_single_section .back_link{
		margin-top: 24px;
		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: 80px;
	}

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


	.entry_form_section .entry_left{
		width:200px;
		padding-left: 0;
		padding-top: 40px;
		position: sticky;
		top:0;
		flex-shrink: 0;
	}

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

	.entry_form_section .form_nav_box{
		min-width:136px;
		min-height: 105px;
		margin-top: 50px;
		padding:10px;

	}

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

	.entry_form_section .form_nav_head{

		padding:3px;
		font-size: 12px;

	}

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

	.entry_form_section .entry_right{
		flex-shrink: 1;
		width:100%;
		padding-top: 40px;
	}

	.entry_form_section .entry_box{
		border: 4px solid #303030;		
	}

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

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

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

	}

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


	.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: 32px;
	} 

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

	.c_form_block .check_list label{

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


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

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

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

	.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: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
	}



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



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

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

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

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

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

	.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: 24px;
	}

	.entry_complete_section .finish_text02{
		margin-top: 32px;
		line-height: 1.75;
	}



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

	.page404_body{

	}


	.entry_complete_section{

	}

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

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

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



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