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

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

	.hide{
		display: none;
	}

	.container{
		width:calc(345 / 375 * 100vw);
		max-width: 450px;
	}
	.container_720{
		width:calc(345 / 375 * 100vw);
		max-width: 450px;

	}
	.container_1000{
		width:calc(345 / 375 * 100vw);
		max-width: 450px;

	}
	.container_1280{
		width:calc(345 / 375 * 100vw);
		max-width: 450px;

	}

	.c_wave{
		width:800px;
		min-width: 100%;
		height:57px;

	}

	.c_sec_head{
		
		gap:12px;
		font-size: 24px;
	}

	.c_sec_head::after{
		width: 100px;
		height: 2px;
	}

	.c_sec_head.left{
		align-items: flex-start;
	}

	.c_gra_border_head{
		display: flex;
		align-items: center;
		gap:12px;
		padding-bottom: 16px;
		font-size: 20px;
		line-height: 1.3;
	}

	.c_gra_border_head::before{
		content:'';
		width: 5px;
		height: 33px;

	}


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

	header{
		z-index: 100;
	}

	header .header_inner{
		padding-inline: 24px;
	}


	header .header_flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height:70px;
	}

	header .header_logo{
		width: 45px;
	}



	header .drawer_open_inner{
		width:35px;
		height:35px;
	}

	header .drawer_open .bar{
		width:35px;
		height:2px;
		background-color: #000;
		transition-duration: 0.5s;
	}

	header .drawer_open .bar02{
		margin:7px 0;
	}
	

	/*
	------------------------------------
	フッター
	------------------------------------
	*/
	footer{
		padding-top:48px;
		padding-bottom: 24px;
		margin-top: 100px;
	}

	footer .footer_contents{
		max-width: 720px;
		margin-inline: auto;
	}

	footer .footer_flex{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		padding-bottom: 0;
	}

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

	footer .footer_name{
		margin-top: 20px;
		font-size: 13px;
	}

	footer .footer_address{
		margin-top: 12px;
		font-size: 13px;
	}

	footer .footer_tel{
		margin-top: 12px;
		font-size: 13px;
		line-height: 2;
	}

	footer .footer_right{
		padding-bottom: 0;
		margin-top: 32px;
	}

	footer .footer_nav{
		display: none;
		
	}

	footer .footer_bottom{
		position: static;
		right:0;
		bottom:0;
	}


	footer .sns_list{
		gap:32px;
	}

	footer .sns{
		width:35px;
	}

	footer .footer_copy{
		margin-top: 10px;
		font-size: 11px;		
	}
	/*
	------------------------------------
	TOP
	------------------------------------
	*/

	body.top_body{
		
	}

	main.top_main{

	}

	.top_section{

	}



	.top_fv_section{

	}

	.top_fv_section .fv_frame{
		position: relative;
		height:500px;
		min-height: auto;
	}


	.top_fv_section .fv_text01{
		width:330px;
		top:130px;
		left: 10px;
	}

	.top_fv_section .fv_text02{

		width:300px;
		top:310px;
		left:20px;
		
	}

	.top_about_section{
		padding-top: 32px;
	}

	.top_about_section .about_guide{

		font-size: 18px;
		letter-spacing: 0.01em;
		line-height: 1.75;
		text-align: left;
	}

	.top_about_section .c_sec_head{
		margin-top: 48px;
	}

	.top_about_section .about_link_list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		position: relative;
		margin-top: 50px;
	}


	.top_about_section .about_link_list .c_wave{
		z-index: 4;
		display: none;
	}

	.top_about_section .about_link_block{
		height:200px;
		padding-inline: 8px;
	}

	.top_about_section .about_link_text_en{
		font-size: 20px;
		line-height: 1.3;
	}

	.top_about_section .about_link_text_ja{
		font-size: 16px;
	}

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

	.top_business_section .business_list{
		margin-top: 50px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		gap:60px;
	}

	.top_business_section .business_item{
		width:100%;
		max-width: 100%;
	}

	.top_business_section .business_text_area{
		margin-top: 16px;
		display: flex;
		align-items: center;
		gap:12px;
	}

	.top_business_section .business_name{
		margin-top: 0;
		letter-spacing: 0.01em;
		line-height: 1.5;
		font-size: 20px;
	}

	.top_business_section .business_more{
		margin-top: 0;
		font-size: 11px;
		gap:5px;
		width: fit-content;
	}

	.top_business_section .more_border{
		width:85px;
		height:1px;
		margin-left: 10px;
	}

	.top_business_section  .more_border::after{
		height:30px;

		transform: rotate(-35deg);
	}


	.top_news_section{
		padding-top: 48px;
	}

	.top_news_section .news_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		gap:64px;
	}

	.top_news_section .news_flex .block{
		width:100%;
		max-width: 550px;
	}

	.top_news_section .news_head_flex{
		gap:12px;
		padding-bottom:16px;
		border-bottom: 2px solid #98CCD6;
	}

	.top_news_section .news_head{
		font-weight: bold;
		font-size: 22px;
		line-height: 1.3;
	}

	.top_news_section .news_more{
		min-height: 20px;
		font-size: 11px;
	}

	.top_news_section .news_more_border{
		margin-top: 6px;
		width:85px;
	}

	.top_news_section .news_more_border::after{

		height:30px;
		transform: rotate(-35deg);		
	}


	.top_news_section .news_list{

	}


	.top_news_section .news_block{
		display: flex;
		align-items: flex-start;
		padding-top: 16px;
		padding-bottom: 20px;
	}

	.top_news_section .news_date{
		min-width: 100px;
		font-size: 16px;
	}

	.top_news_section .news_title{
		font-size: 13px;
		line-height: 1.5;
	}

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

	.page_fv_section{
		margin-bottom: 60px;
	}

	.page_fv_section .fv_frame{
		min-height:400px;
		padding-top: 120px;
		padding-bottom: 60px;
	}

	.page_fv_section .page_title_area{
		padding-right: 0;
		padding-left: 20px;
		justify-content: flex-start;
	}

	.page_fv_section .page_title_set{
		display: flex;
		flex-direction: column;
		align-items: flex-start;

	}

	.page_fv_section .page_en_title{
		font-size: 28px;
		line-height: 1.1;
	}

	.page_fv_section .page_ja_title{
		font-size: 16px;
	}

	.page_fv_section .page_ja_title.big{
		font-size: 24px;
	}

	.page_fv_section .c_wave.bottom{
		bottom:-2px;
	}

	/*
	------------------------------------
	コネクションについて
	------------------------------------
	*/

	body.about_body{
		
	}

	main.about_main{

	}

	.about_section{

	}


	.about_guide_section{
		padding-top: 24px;
	}

	.about_guide_section .guide_text{
		font-size: 18px;
		line-height: 1.7;
		text-align: left;
	}

	.about_vision_section{
		padding-top: 100px;
	}

	.about_vision_section .vision_head{
		margin-top: 32px;
		font-size: 18px;
		text-align: center;
	}

	.about_vision_section .vision_text{
		font-size: 13px;
		line-height: 2;
		margin-top: 16px;
		text-align: left;
	}

	.about_vision_section .vision_text p + p{
		margin-top: 16px;
	}

	.about_vision_section .vision_img{
		margin-top: 44px;
	}

	.about_message_section{
		padding-top: 40px;
	}

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

	.about_message_section .message_text p + p{
		margin-top: 16px;
	}

	.about_message_section .message_sign{
		margin-top: 12px;
		text-align: right;
		font-size: 13px;
		line-height: 2;
	}

	/*
	------------------------------------
	会社概要
	------------------------------------
	*/

	body.company_body{
		
	}

	main.company_main{

	}

	.company_section{

	}

	.company_section .company_area{
		margin-top: 80px;
	}

	.company_section .company_area + .company_area{
		margin-top: 60px;
	}

	.company_section .company_head{
		font-size: 20px;
		line-height: 1.5;
		padding-bottom: 16px;
	}

	.company_section .company_list{

	}

	.company_section .company_line{
		padding-top: 16px;
		padding-bottom: 16px;
		display: flex;
		align-items: flex-start;
	}

	.company_section .company_title{
		width:120px;
		padding-right: 8px;
		font-size: 14px;
	} 

	.company_section .company_contents{
		font-size: 14px;
		line-height: 1.5;
	}

	/*
	------------------------------------
	事業所紹介
	------------------------------------
	*/

	body.office_body{
		
	}

	main.office_main{

	}

	.office_section{
		margin-top: 40px;
	}

	.office_section .anchor_list{
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap:20px;
	}

	.office_section .anchor_item{
		width: 100%;
	}

	.office_section .anchor_link{
		height:46px;
		width:100%;
		min-width: 100%;
		padding-inline: 24px;
		font-size: 19px;
	}


	.office_section .office_list{
		margin-top: 64px;
	}

	.office_section .office_block{
		padding:32px 16px;
		border-radius: 12px;
	}

	.office_section .office_block + .office_block{
		margin-top: 50px;
	}

	.office_section .office_flex{
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap:32px 0;
	}

	.office_section .office_left{
		width:100%;
		flex-shrink: 0;
	}

	.office_section .office_name{
		padding-bottom: 12px;
		font-size: 18px;
	}

	.office_section .office_thumb{
		margin-top: 32px;
	}


	.office_section .office_right{
		padding-top: 0;
	}

	.office_section .office_text{
		letter-spacing: 0.01em;
		line-height: 1.75;
	}

	.office_section .check_list{
		margin-top: 12px;
	}

	.office_section .check_list li{
		padding-left: 20px;
	}

	.office_section .check_list li::before{
		width:13px;
		height:12px;
		top:6px;
	}

	.office_section .check_list li + li{
		margin-top: 12px;
	}

	.office_section .info_flex{
		margin-top: 32px;
		display: flex;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
		gap:16px 0;
	}

	.office_section .office_tel{
		flex-shrink: 0;
		width:auto;
		padding-right: 0;
	}

	.office_section .office_tel a{
		font-size:24px;
	}

	.office_section .office_map{
		width: 278px;
		height: 40px;

		font-size: 13px;
		letter-spacing: 0.01em;
		line-height: 1.4;
	}

	/*
	------------------------------------
	事業紹介
	------------------------------------
	*/

	body.service_body{
		
	}

	main.service_main{

	}

	.service_list_section{
		margin-top: 40px;
	}

	.service_list_section .service_list{
		margin-top: 32px;
	}

	.service_list_section .service_item + .service_item{
		margin-top: 50px;
	}

	.service_list_section .service_block{
		display: block;
		border: 1px solid #707070;
	}


	.service_list_section .service_thumb{
		flex-shrink: 0;
		width:100%;
	}

	.service_list_section .service_thumb img{
		aspect-ratio: 1 / calc(370 / 640);
		min-height:auto;
	}

	.service_list_section .service_text_area{
		width:100%;
		padding:24px 16px;
		border: none;
	}

	.service_list_section .service_head{
		font-size: 20px;
		line-height: 1.5;
		gap:16px;
	}

	.service_list_section .service_arrow{
		flex-shrink: 0;

	}

	.service_list_section .service_arrow{
		width:60px;
		margin-bottom: 6px;
	}

	.service_list_section .service_arrow::after{
		height:25px;
		transform: rotate(-45deg);		
	}

	.service_list_section .service_text{
		margin-top: 16px;
		font-size: 13px;
		letter-spacing: 0.01em;
		line-height: 2;
	}

	.service_list_section .service_text p + P{
		margin-top: 12px;
	}



	/*
	------------------------------------
	事業紹介 詳細
	------------------------------------
	*/


	.service_guide_section{

	}

	.service_guide_section .service_button_list{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap:20px;
	}

	.service_guide_section .service_button_item{
		width:100%;
	}


	.service_guide_section .service_button{
		
		min-width: 195px;
		min-height: 46px;
		border-radius: 11px;
		font-size: 19px;
		padding:4px 8px;
	}

	.service_guide_section .guide_text{
		margin-top: 32px;
		font-size: 13px;
		letter-spacing: 0.01em;
		line-height: 2;
		text-align: left;
	}

	.service_point_section{
		padding-top: 72px;
	}

	.c_point_list{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		gap:40px;
	}

	.c_point_list .point_item{
		width:100%;
		max-width: 100%;
	}

	.c_point_list .point_head_flex{
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.c_point_list .point_head{
		font-size: 24px;
	}

	.c_point_list .point_head_num{
		font-size: 48px;
	}

	.c_point_list .point_icon{
		width:70px;
	}

	.c_point_list .point_text_area{
		padding-top: 12px;
	}

	.c_point_list .point_name{
		font-weight: bold;
		font-size: 16px;
		line-height: 2;
	}

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

	.service_flow_section{
		padding-top: 100px;
	}

	.c_flow_list{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		gap:24px;
		margin-top: 56px;
	}

	.c_flow_list .flow_item{
		width:100%;
		max-width: 250px;
	}


	.c_flow_list .flow_arrow{
		width:150px;
	
	}

	.c_flow_list .flow_arrow::after{
		aspect-ratio: 1 / calc(25 / 150);
		clip-path: polygon(50% 100%, 0 0, 100% 0);

	}

	.c_flow_list .flow_icon{
		height:90px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.c_flow_list .flow_text_area{
		margin-top: 20px;
	}

	.c_flow_list .flow_name{
	
		font-size: 18px;
	
	}

	.c_flow_list .flow_text{
		font-size: 14px;
		line-height: 1.75;
		margin-top: 12px;
	}

	.c_flow_list .flow_item_four{
		width:100%;
		max-width: 250px;
	}

	.c_flow_list .flow_item_two{
		width:100%;
		max-width: 250px;
		display: block;
	}

	.c_flow_list .flow_item_two .flow_icon{
		width: auto;
		flex-shrink: 0;
	}


	.service_voice_section{
		padding-top: 80px;
	}

	.service_voice_section .voice_list{
		margin-top: 40px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:32px;
	}


	.service_voice_section .voice_text_area{
		padding-top: 24px;
	}

	.service_voice_section .voice_title{
		font-size: 14px;
		line-height: 1.5;
	}

	.service_voice_section .voice_date{
		font-size: 13px;
		line-height: 1.3;
		margin-top: 3px;
	}
	/*
	------------------------------------
	スタッフ一覧
	------------------------------------
	*/

	body.staff_list_body{
		
	}

	main.staff_list_main{

	}

	.staff_list_section{
		margin-top: 40px;
	}

	.staff_list_section .guide_text{
		font-size: 13px;
		letter-spacing: 0.01em;
		line-height: 2;
	}

	.staff_list_section .staff_list{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:48px 40px;
		margin-top: 48px;
	}

	.staff_list_section .staff_card{
		display: block;
		padding-bottom: 24px;
		position: relative;
	}


	.staff_list_section .staff_contents{
		padding-top: 24px;
	}

	.staff_list_section .staff_name{
		font-weight: bold;
		font-size: 20px;
		line-height: 1.4;
	}


	.staff_list_section .staff_place{
		margin-top: 12px;
		min-height: 40px;
		border-radius: 11px;
		font-size: 16px;
		padding:6px 8px;

	}


	/*
	------------------------------------
	スタッフ詳細
	------------------------------------
	*/

	body.staff_single_body{
		
	}

	main.staff_single_main{

	}

	.staff_single_section{
		margin-top: 40px;
	}

	.staff_single_section .staff_flex{
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap:32px 0;
	}

	.staff_single_section .staff_left{
		width:100%;
		padding-right: 0;
	}


	.staff_single_section .staff_right{
		width:100%;
	}

	.staff_single_section .staff_info{
		font-weight: bold;
		font-size: 20px;
		line-height: 1.5;
	}

	.staff_single_section .staff_info li {
		display: flex;
		align-items: flex-start;
	}

	.staff_single_section .staff_info li + li{
		margin-top: 6px;
	}

	.staff_single_section .staff_info_head{
		flex-shrink: 0;
	} 

	.staff_single_section .staff_place{
		margin-top: 24px;
		min-height: 40px;
		border-radius: 11px;
		font-size: 16px;
		line-height: 1.5;
		padding:6px 8px;
	}

	.staff_single_section .staff_inteview_list{
		margin-top: 64px;
	}

	.staff_single_section .staff_interview_block + .staff_interview_block{
		margin-top: 48px;
	}

	.staff_single_section .staff_interview_question{
		font-size: 20px;
	}

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

	.staff_other_section{
		padding-top: 120px;
	}

	.staff_other_section .sec_head{
		font-size: 20px;
		padding-bottom: 12px;
	}

	.staff_other_section .other_list{
		margin-top: 48px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:32px;
	}


	.staff_other_section .other_text_area{
		padding-top: 12px;

	}

	.staff_other_section .other_name{
		font-weight: bold;
		font-size: 14px;
		line-height: 1.5;
	}


	/*
	------------------------------------
	ニュース一覧
	------------------------------------
	*/

	body.article_body{
		
	}

	main.article_main{

	}

	.article_section{

	}


	.article_list_section{
		padding-top: 56px;
	}


	.article_list_section .category_list{
		gap:24px 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.article_list_section .category_list li{
		width:48%
	}

	.article_list_section .category_link{
		width:100%;
		min-width: 100%;
		min-height: 40px;
		padding:6px 8px;
		border-radius: 11px;
		font-size: 17px;
	}

	.article_list_section article{
		margin-top: 80px;
	}

	.article_list_section .article_list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:50px 3%;
	}


	.article_list_section .article_text_area{
		padding:16px 12px;
	}

	.article_list_section .article_title{
		font-size: 15px;
		line-height: 1.5;
	}

	.article_list_section .article_date{
		margin-top: 16px;
		font-size: 13px;
	}

	/*
	------------------------------------
	ニュース詳細
	------------------------------------
	*/



	.article_single_section{
		padding-top: 32px;
	}


	.article_single_section .article_title{
		font-size: 326px2px;
		font-weight: bold;
	}
	.c_single_contents{
		line-height: 1.75;
		margin-top: 40px;
	}

	.c_single_contents h2{
		font-size: 22px;
		margin:24px 0;
		line-height: 1.5;
	}

	.c_single_contents h3{
		font-size: 18px;
		margin:16px 0;
	}

	.c_single_contents .wp-block-image{
		margin:16px 0;
	}

	.article_single_section .link_flex{
		margin-top: 80px;
		max-width: 680px;
	}


	/*
	------------------------------------
	FAQ
	------------------------------------
	*/

	body.faq_body{
		
	}

	main.faq_main{

	}

	.faq_section{
		padding-top: 32px;
	}

	.faq_section .p01{
		font-size: 18px;
		letter-spacing: 0.01em;
		line-height: 1.5;
	}

	.faq_section .faq_area{
		max-width: 1060px;
		margin-top: 32px;
		border-radius: 16px;
	}

	.faq_section .faq_tag_list{
		display: flex;
		justify-content: center;
	}

	.faq_section .faq_tag{
		width:50%;
		height:45px;
		font-size: 16px;
	}

	.faq_section .faq_contents_frame{
		padding:40px 16px 60px;
	}

	.faq_section .faq_block{
		border-bottom:1px solid #707070;
	}

	.faq_section .faq_block:first-child{
		border-top:1px solid #707070;
	}

	.faq_section .faq_question{
		padding:16px 40px 16px 50px;
		font-size: 14px;
	}

	.faq_section .faq_question:before{
		width: 32px;
		height: 32px;
		border-radius: 10px;
		font-size: 19px;
		left:5px;
		top:12px;
	}

	.faq_section .faq_question::after{
		width:20px;
		height:10px;
		right:10px;
		top:25px;
	}

	.faq_section .faq_answer{
		font-size: 14px;
		padding:12px 12px 24px 50px;
	}

	.faq_section .faq_answer::before{
		width: 32px;
		height: 32px;
		border-radius: 10px;
		font-size: 19px;
		left:5px;
		top:9px;
	}

	/*
	------------------------------------
	お問い合わせ
	------------------------------------
	*/

	body.contact_body{
		
	}

	main.contact_main{

	}

	.contact_section{
		padding-top: 32px;
	}

	.contact_section .p01{
		text-align: left;
		font-size: 16px;
		line-height: 1.8;
	}

	.contact_section .form_area{
		max-width: 1060px;

		margin-top: 48px;
		border-radius: 24px;
	}

	.contact_section .form_tag_list{
		display: flex;
		justify-content: center;
	}

	.contact_section .form_tag{
		width:50%;
		height:45px;

		font-size: 16px;
	}

	.contact_section .form_contents_frame{
		padding:32px 16px 40px;
	}

	.contact_section .c_form_contents{
		max-width: 700px;
		margin-inline: auto;
	}

	.contact_section .tel_area{
		margin-top: 80px;

		gap:32px;
		font-size: 20px;
	}

	.contact_section .tel01{
		display: flex;
		align-items: center;
		gap:10px;
	}

	.contact_section .tel01::before,
	.contact_section .tel01::after{
		width:12px;
		height:12px;
	}


	.contact_section .complete_text{
		font-size: 20px;
		line-height: 1.7;
		text-align: center;
	}

	.c_form_contents .form_line{
		padding:20px 0;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		border-bottom:1px solid #707070;
	}

	.c_form_contents .form_label{
		width:100%;
		display: flex;
		justify-content: flex-start;
		gap:24px;
		align-items: center;
		min-height: auto;
		font-size: 13px;
		margin-right: 0;
	}

	.c_form_contents .form_label::after{
		width: 44px;
		height: 26px;
		margin-left: 0;
		font-size: 13px;
		flex-shrink: 0;
	}

	.c_form_contents .form_right{
		width:100%;
		margin-top: 16px;
	}

	.c_form_contents .text_input{
		height:50px;
		font-size: 13px;
	}

	.c_form_contents select{
		height:50px;
		font-size: 13px;
	}

	.c_form_contents textarea{
		height:150px;
		font-size: 13px;
		line-height: 1.5;
	}


	.c_form_contents .submit_area{
		margin-top: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.c_form_contents .submit{

		width: 175px;
		height: 30px;
		font-size: 13px;
	}



	/*
	------------------------------------
	採用情報
	------------------------------------
	*/

	body.recruit_body{

	}

	body.recruit_body footer{
		position: relative;
	}

	body.recruit_body footer::before{
		width:800px;
		min-width: 100%;
		height:100px;
	}

	.recruit_fv_section{
		margin-bottom: 60px;
	}

	.recruit_fv_section .fv_frame{
		min-height:500px;
		padding-top: 32px;
	}

	.recruit_fv_section .fv_frame::before{
		width:800px;
		height:170px;
	}

	.recruit_fv_section .page_title_area{
		padding-right: 0;
		padding-left: 24px;
		justify-content: flex-start;
		padding-top: 100px;
	}

	.recruit_fv_section .recruit_title_set{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.recruit_fv_section .fv_text{
		width: 330px;
	}

	.recruit_fv_section .recruit_fv_deco{
		position: absolute;
		z-index: -1;
		width:130px;
		left:10%;
		bottom:110px;
	}

	.recruit_fv_section .recruit_fv_message{
		position: absolute;
		right:auto;
		left: 50%;
		transform: translateX(-50%);
		width:240px;
		max-width: none;
	}

	.recruit_text_section{

	}

	.recruit_text_section .recruit_text{
		font-weight: bold;
		font-size: 18px;
		line-height: 2;
		text-align: left;
	}

	.recruit_text_section .recruit_text p + p{
		margin-top: 24px;
	}

	.recruit_info_section{
		padding-top: 72px;
	}

	.recruit_info_section .sec_head{

		font-size: 20px;
		gap:12px;
	}

	.recruit_info_section .sec_head::after{
		width: 350px;
		height: 2px;
	}

	.recruit_info_section .info_list{
		margin-top: 120px;
		max-width: 600px;
		margin-inline: auto;
	}

	.recruit_info_section .info_block{
		display: block;
	}

	.recruit_info_section .info_img_area{
		width:100%;
		position: relative;
	}

	.recruit_info_section .info_img_frame{
		display: block;
	}

	.recruit_info_section .info_head{
		bottom:calc(100% + 32px);
		right:auto;
		left:24px;
		font-size: 24px;
	}

	.recruit_info_section .info_text_area{
		flex-shrink: 0;
		padding-top: 32px;
	}

	.recruit_info_section .info_text{
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0.05em;
	}

	.recruit_info_section .info_link{
		margin-top: 32px;
		font-size: 13px;
		gap:5px;
	}

	.recruit_info_section .more_border{
		width:85px;
	}

	.recruit_info_section  .more_border::after{
	
		height:30px;
		transform: rotate(-35deg);
	}


	.recruit_info_section .info_block01{

	}

	.recruit_info_section .info_block01 .info_deco,
	.recruit_info_section .info_block03 .info_deco{
		width:170px;
		bottom:calc(100% - 30px);
		right:auto;
		left:-10px;
	}

	.recruit_info_section .info_block02{
		margin-top: 120px;
		flex-direction: row-reverse;
	}

	.recruit_info_section .info_block02 .info_img_frame{
		display: flex;
		justify-content: flex-start;
		transform: translateY(0);
	}

	.recruit_info_section .info_block02 .info_head{
		right:auto;
		left:24px;
		bottom:calc(100% + 32px);
	}

	.recruit_info_section .info_block02 .info_deco{
		
		width:180px;
		bottom:calc(100% - 62px);
		right:auto;
		left:20px;
		z-index: 1;
	}

	.recruit_info_section .info_block03{
		margin-top: 120px;
	}

	.recruit_link_section{
		padding-top: 60px;
	}

	.recruit_link_section .recruit_link_list{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap:44px;
	}

	.recruit_link_section .recruit_link_item{
		width:200px;
	}

	.recruit_link_section .recruit_link{
		display: block;
	}


	.recruit_link_section .recruit_link_text_area{
		margin-top: 12px;
		font-size: 17px;
		line-height: 1.75;
	}

	.c_entry_button{
		min-height: 60px;
		padding:4px 8px;
		font-size: 22px;
		margin-top: 40px;
	}

	.recruit_contents_section{
		padding-top: 100px;
	}

	.recruit_contents_section .sec_head{
		width: fit-content;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap:12px;
		font-size: 20px;
	}

	.recruit_contents_section .sec_head::after{
		width: 100%;
		height: 2px;

	}

	.recruit_contents_section .recruit_contents_list{
		margin-top: 130px;
		max-width: 600px;
		margin-inline: auto;
	}

	.recruit_contents_section .recruit_contents_block{
		display: block;
		justify-content: space-between;
		align-items: center;
		gap:32px;
	}

	.recruit_contents_section .recruit_contents_block + .recruit_contents_block{
		margin-top: 120px;
	}

	.recruit_contents_section .contents_img_area{
		flex-shrink: 0;
		max-width: 640px;
		width:100%;
		position: relative;
	}

	.recruit_contents_section .contents_head{
		font-size: 20px;
		line-height: 1.5;
		z-index: 4;
		bottom:calc(100% + 32px);
		right:auto;
		left:24px;
	}

	.recruit_contents_section .contents_text_area{
		padding-top: 32px;
	}

	.recruit_contents_section .contents_text{
		font-size: 16px;
		line-height: 2.2;
	} 

	.recruit_contents_section .contents_text p + p{
		margin-top: 12px;
	}

	.recruit_contents_section .recruit_contents_block:nth-child(odd) {
		
	}

	.recruit_contents_section .recruit_contents_block:nth-child(odd) .contents_deco{
		width: 170px;
        bottom: calc(100% - 30px);
        right: auto;
        left: -10px;
	}



	.recruit_contents_section .recruit_contents_block:nth-child(even) .contents_text_area{
		display: block;
	}

	.recruit_contents_section .recruit_contents_block:nth-child(even) .contents_deco{
		width: 180px;
        bottom: calc(100% - 62px);
        right: auto;
        left: 20px;
        z-index: 1;
	}


	.recruit_contents_section .recruit_contents_block:nth-child(even) .contents_head{
		right:auto;
	}

	.recruit_guide_section{

	}

	.recruit_guide_section .recruit_text{
		margin-top: 36px;
		font-size: 13px;
		text-align: left;
	}

	.recruit_guide_section .recruit_guide_list{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap:20px;
	}

	.recruit_guide_section .recruit_guide_item{
		width:100%;
	}

	.recruit_guide_section .recruit_guide{
		min-width: 100%;
		min-height: 45px;
		border-radius: 11px;
		font-size: 17px;
		text-align: center;
		line-height:1.5;
		padding:4px 12px;
	}

	.recruit_point_section{
		padding-top: 72px;
	}

	.recruit_flow_section{
		padding-top: 100px;
	}

	.recruit_staff_section{
		padding-top: 100px;
	}

	.recruit_staff_section .staff_list{
		margin-top: 40px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 32px;
	}


	.recruit_staff_section .staff_text_area{
		margin-top: 16px;
	}

	.recruit_staff_section .staff_name{
		font-weight: bold;
		font-size: 14px;
		line-height: 1.5;
	}

	.recruit_appli_section{
		padding-top: 160px;
	}

	.recruit_appli_section .recruit_appli_list{
		margin-top: 40px;
	}

	.recruit_appli_section .recruit_appli_line{
		display: flex;
		align-items: flex-start;
		padding:24px 0;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.8;

	}

	.recruit_appli_section .recruit_appli_head{
		font-weight: bold;
		flex-shrink: 0;
		width:100px;
		padding-right: 8px;
	}

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