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

@media screen and (max-width:1240px){

	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}

	.pad_hide{
		display: none!important;
	}


	#body_wrap_inner{
		padding-left:0;
	}


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

	.hide{
		display: none;
	}

	.container{
		max-width: 720px;
		padding:0;
		margin-inline: auto;
	}
	.container_720{
		max-width: 720px;
		padding:0;
	}
	.container_1000{
		max-width: 720px;
		padding:0;
	}
	.container_1280{
		max-width: 720px;
		padding:0;
	}

	.c_wave{
		width:1400px;
		min-width: 100%;
		height:100px;
		left: 50%;
		transform: translateX(-50%);
		background-size: 100% 100%;
	}

	.c_wave.top{
		object-position: bottom;
		top:-2px;
		background-image: url('../img/common/wave_top_white.png');
	}
	.c_wave.bottom{
		object-position: top;
		bottom:-2px;
		background-image: url('../img/common/wave_bottom_white.png');
	}


	.c_sec_head{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:12px;
		font-family: var(--monte);
		font-weight: normal;
		font-size: 30px;
		line-height: 1.3;
		color: #6f605f;
	}

	.c_sec_head::after{
		content:'';
		width: 100px;
		height: 2px;
		background-color: #98CBD6;
	}

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

	.c_sec_head.yellow::after{
		background-color: #f8dd85;
	}

	.c_sec_head.pink::after{
		background-color: #E59FA0;
	}

	.c_gra_border_head{
		display: flex;
		align-items: center;
		gap:16px;
		padding-bottom: 16px;
		border-bottom:1px solid #707070;
		font-weight: normal;
		font-size: 24px;
		line-height: 1.3;
	}

	.c_gra_border_head::before{
		content:'';
		width: 7px;
		height: 33px;
		background: linear-gradient(#85a4f8 0%, #99ccd5 100%);

	}


	.c_def_thumb{
		width:100%;
		height:100%;
		object-fit: cover;
		background-color: #ccc;
	}

	.c_pagenation{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap:20px;
		margin-top: 32px;
	}

	.c_pagenation span.current{/*現在のページボタン*/
		border-bottom: 1px solid;
	}

	.c_pagenation a.page-numbers{/*指定のページ移動ボタン*/

	}

	.c_pagenation a.page-numbers.next,
	.c_pagenation a.page-numbers.prev{/*next prevボタン*/
	}

	.c_pagenation a.page-numbers:hover{

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

	header{

		width:100%;
		height:auto;
		z-index: 100;
	}

	header .header_inner{
		height:auto;
		overflow-y: auto;
		background-color: #fff;
		padding-inline: 24px;
	}

	header .header_contents{
		padding:0;

	}

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

	header .header_logo{
		width: 70px;
		position: relative;
		z-index: 120;
	}

	header .header_right{
		margin-top: 0;
	}

	header .header_nav{
		width: fit-content;
		margin-inline: auto;
		display: none;
	}

	header .drawer_open{
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		position: relative;
		z-index: 120;
	}

	header .drawer_open_inner{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width:50px;
		height:50px;
	}

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

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

	#drawer_menu_bg{
		position: fixed;
		top:0;
		left:0;
		z-index:50;
		width:100%;
		height:100vh;
		opacity: 0;
		pointer-events: none;
		transition-duration:0.7s;
		background-color: rgba(0,0,0,0.6);
	}

	#drawer_menu_bg.show{
		opacity: 1;
		pointer-events: auto;
	}

	#drawer_menu{
		position: fixed;
		top:0;
		right:0;
		z-index:110;
		width:100%;
		max-width: 450px;
		height: 100vh;
		height: calc(var(--vh2, 1vh) * 100);
		padding-top: 90px;
		background-color: #fff;
		transition-duration: 0.7s;
		opacity: 0;
		pointer-events: none;
	}

	#drawer_menu.show{
		opacity: 1;
		pointer-events: auto;
	}

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

	#drawer_menu .drawer_menu_contents{
		padding:24px 24px 40px;
	}

	#drawer_menu .drawer_parent_link{
		padding:12px 0;
		display: block;
		width: fit-content;
		font-weight: bold;
	}

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

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

	footer .footer_flex{
		display: flex;
		justify-content: space-between;
		padding-bottom: 48px;
	}

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

	footer .footer_nav{
		display: flex;
		align-items: flex-start;
		gap:32px;
		padding-right: 0;
	}

	footer .footer_parent_menu{
		
	}

	footer .footer_parent_item{
		margin-top: 12px;
	}

	footer .footer_parent_item:first-child{
		margin-top: 0;
	}

	footer .footer_parent_link{
		font-size: 14px;
	}

	footer .footer_bottom{
		position: absolute;
		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:80vh;
		min-height: 600px;

	}

	.top_fv_section .fv{
		opacity: 0.7;
	}

	.top_fv_section .fv_text01{
		width:650px;
		top:130px;
		position: absolute;
		left: 40px;
	}

	.top_fv_section .fv_text02{
		position: absolute;
		width:560px;
		top:320px;
		left:40px;
		
	}

	.top_about_section{
		padding-top: 32px;
	}

	.top_about_section .about_guide{

		font-size: 20px;
		letter-spacing: 0.01em;
		line-height: 2;
		text-align: center;
	}

	.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:290px;
		padding-inline: 8px;
	}

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

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

	.top_business_section{
		padding-top: 110px;
		padding-bottom: 130px;
	}

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

	.top_business_section .business_item{
		width:32%;
		max-width: 344px;
	}

	.top_business_section .business_name{
		margin-top: 24px;
		letter-spacing: 0.01em;
		line-height: 1.5;
	}

	.top_business_section .business_more{
		margin-top: 24px;
		font-size: 11px;
		gap:5px;
	}

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

	.top_news_section .news_flex .block{
		width:48%;
		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: 28px;
		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: 40px;
	}

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

	}

	.page_fv_section .page_en_title{
		font-size: 33px;
		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:-20px;
	}

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

	body.about_body{
		
	}

	main.about_main{

	}

	.about_section{

	}


	.about_guide_section{
		padding-top: 56px;
	}

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

	.about_vision_section{
		padding-top: 132px;
	}

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

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

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

	.company_section .company_head{
		font-size: 21px;
		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:130px;
		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;
		gap:20px;
	}

	.office_section .anchor_link{
		height:46px;
		min-width: 195px;
		border-radius: 11px;
		background: rgba(146, 146, 147, 0.69);
		padding-inline: 24px;
		font-size: 19px;
	}


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

	.office_section .office_block{
		padding:32px 40px;
		border-radius: 20px;
	}

	.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: 16px;
		font-family: var(--monte);
		font-weight: bold;
		font-size: 21px;
		line-height: 1.3;
		color: #6f605f;
		border-bottom:2px solid #98CBD6;
	}

	.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{
		letter-spacing: 0.01em;
		line-height: 1.5;
		position: relative;
		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-wrap: wrap;
		gap:16px 0;
	}

	.office_section .office_tel{
		flex-shrink: 0;
		width:310px;
		padding-right: 8px;
	}

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

	.office_section .office_map{
		width: 278px;
		height: 40px;
		border-radius: 8px;
		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: flex;
	}
	.service_list_section .service_item:nth-child(even) .service_block{
		flex-direction: row-reverse;
	}

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

	.service_list_section .service_thumb img{
		aspect-ratio: 1 / calc(370 / 640);
		min-height:100%;
		object-fit: cover;
	}

	.service_list_section .service_text_area{
		width:100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding:24px 20px;
		border: 1px solid #707070;
	}

	.service_list_section .service_head{
		display: flex;
		align-items: flex-end;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.5;
		gap:20px;
	}

	.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: 28px;
		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;
		gap:20px;
	}


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

	.service_point_section{
		padding-top: 72px;
	}

	.c_point_list{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.c_point_list .point_item{
		width:31.5%;
		max-width: 330px;
	}

	.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: 13px;
		line-height: 2;
	}

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

	.service_flow_section{
		padding-top: 100px;
	}

	.c_flow_list{
		display: flex;
		flex-wrap: wrap;
		gap:40px 20px;
		margin-top: 56px;
	}

	.c_flow_list .flow_item{
		width:calc(calc(100% - calc(25px * 2 + 40px * 2)) / 3);
	}


	.c_flow_list .flow_arrow{
		width: 25px;
	}

	.c_flow_list .flow_arrow::after{
		aspect-ratio: 1 / calc(150 / 25);
	}

	.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: 13px;
		line-height: 1.75;
		margin-top: 12px;
	}

	.c_flow_list .flow_item_four{
		width:calc(calc(100% - calc(25px * 3 + 40px * 3)) / 4);
	}

	.c_flow_list .flow_item_two{
		width:calc(calc(100% - calc(25px * 2 + 40px * 2)) / 2);
		display: flex;
		align-items: center;
		gap:0 24px;
	}

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


	.service_voice_section{
		padding-top: 80px;
	}

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



	.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(2, 1fr);
		gap:48px 40px;
		margin-top: 48px;
	}

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


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

	.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: 46px;
		border-radius: 11px;
		font-size: 16px;
		padding:6px 12px;

	}


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

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

	.staff_single_section .staff_left{
		width:50%;
		padding-right: 32px;
	}


	.staff_single_section .staff_right{
		width:50%;
	}

	.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: 46px;
		border-radius: 11px;
		font-size: 16px;
		line-height: 1.5;
		padding:6px 12px;
	}

	.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-weight: normal;
		font-size: 24px;
		line-height: 1.5;
		padding-bottom: 16px;
		border-bottom:1px solid #707070;
	}

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


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

	}

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

	.article_list_section .category_link{

		min-width: 195px;
		min-height: 46px;
		padding:6px 12px;
		border-radius: 11px;
		font-size: 17px;
	}

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

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


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

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


	.article_single_section .article_title{
		font-size: 32px;
		font-weight: bold;
	}
	.c_single_contents{
		line-height: 1.75;
		margin-top: 48px;
	}

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

	.c_single_contents h3{
		font-size: 20px;
		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: 56px;
	}

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

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

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

	.faq_section .faq_tag{
		width:50%;
		height:60px;
		font-size: 24px;
	}

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

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

	.faq_section .faq_block:first-child{
		border-top:2px 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: 56px;
	}

	.contact_section .p01{
		text-align: center;
		font-size: 21px;
		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:60px;

		font-size: 24px;
	}

	.contact_section .form_contents_frame{
		padding:40px 24px 60px;
	}

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

	.contact_section .tel_area{
		margin-top: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap:32px;
		font-size: 30px;
		letter-spacing: 0.01em;
		line-height: 1.2;
		color: #3b4043;

	}

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

	.contact_section .tel01::before,
	.contact_section .tel01::after{
		content:'';
		width:20px;
		height:20px;
		background-color: #000;
		margin-left: 0;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}


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

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

	.c_form_contents .form_label{
		width:220px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 50px;
		font-size: 13px;
		margin-right: 40px;
	}

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

	.c_form_contents .form_right{
		width:100%;
	}

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

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

	.c_form_contents textarea{
		height:100px;
		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:1400px;
		min-width: 100%;
		height:172px;
	}

	.recruit_fv_section{
		margin-bottom: 60px;
	}

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

	.recruit_fv_section .fv_frame::before{
		width:1400px;
		height:305px;
	}

	.recruit_fv_section .page_title_area{
		padding-right: 24px;
		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:200px;
		left:8%;
		bottom:150px;
	}

	.recruit_fv_section .recruit_fv_message{
		right:calc(50% - 32px);
		width:600px;
		max-width: 48%;
	}

	.recruit_text_section{

	}

	.recruit_text_section .recruit_text{
		font-weight: bold;
		font-size: 18px;
		letter-spacing: 0.01em;
		line-height: 2;
		text-align: center;
		color: #3b4043;
	}

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

	.recruit_info_section{
		padding-top: 72px;
	}

	.recruit_info_section .sec_head{

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

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

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

	.recruit_info_section .info_img{
		flex-shrink: 0;
		width: 100%;
		aspect-ratio: 1 / calc(400 / 720);
		
	}

	.recruit_info_section .info_img img{
		width:100%;
		height:100%;
		object-fit: cover;
	}

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

	.recruit_info_section .info_text{
		font-size: 16px;
		line-height: 2;
	}


	.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:340px;
		bottom:calc(100% - 112px);
		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:276px;
		bottom:calc(100% - 112px);
		right:auto;
		left:20px;
		z-index: 1;
	}

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

	.recruit_link_section{
		padding-top: 160px;
	}

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

	.recruit_link_section .recruit_link_item{
		width:282px;
	}

	.recruit_link_section .recruit_link{
		display: block;
	}


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

	.c_entry_button{
		min-height: 75px;
		padding:4px 8px;
		font-size: 26px;
		margin-top: 48px;
	}

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

	.recruit_contents_section .sec_head::after{
		width: 354px;
		height: 3px;

	}

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

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

	.recruit_contents_section .contents_head{
		font-size: 32px;
		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:340px;
		bottom:calc(100% - 80px);
		right:auto;
		left:0;	
	}



	.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:276px;
		bottom:calc(100% - 80px);
		right:auto;
		left:40px;	
	}


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

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


	.recruit_guide_section .recruit_guide{
		min-width: 195px;
		min-height: 50px;
		border-radius: 11px;
		font-size: 19px;
		text-align: center;
		line-height:1.5;
		padding:4px 16px;
	}

	.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(3, 1fr);
		gap: 3%;
	}


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

	.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:1200px){*/