@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body, ul, li, p, h1, h2, h3, a{
	margin: 0;
	padding: 0;
	font-size: 0;
}

a{
	text-decoration: none;
}

li{
	list-style: none;
}

body{
	font-family: "noto-sans-cjk-jp", sans-serif;
}



.h_menu_box{
	position: fixed;
	width: 35px;
	height: 27px;
	top: 50px;
	right: 40px;
	cursor: pointer;
	z-index: 998;
}

.h_menu_box span{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #707070;
	transition: all .5s ease;
	height: 2px;
}

.h_menu_box span:nth-child(1){
	top: 0;
}
.h_menu_box span:nth-child(2){
	top: 13px;
}
.h_menu_box span:nth-child(3){
	bottom: 0;
}

.h_menu_box_active span:nth-child(1){
	transform: rotate(45deg);
	top: 12px;
	background-color: #fff;
}
.h_menu_box_active span:nth-child(2){
	opacity: 0;
}
.h_menu_box_active span:nth-child(3){
	transform: rotate(-45deg);
	bottom: 13px;
	background-color: #fff;
}

.r_menu_box{
	max-width: 400px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -450px;
	background-color: #003D7A;
	z-index: 997;
	transition: all .5s ease;
}

.r_menu_box_active{
	right: 0;
}

.r_menu{
	width: 90%;
	margin: 20px auto 0 auto;
}

.r_menu_logo{
	width: 150px;
}
.r_menu_logo img{
	width: 100%;
}

.r_menu_list{
	width: 320px;
	margin: 50px auto 0 auto;
}

.r_menu_list li{
	width: 100%;
	margin-top: 30px;
}

.r_menu_list li a{
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
}

.r_menu_list li a::before{
	width: 0;
	height: 1px;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	transition: all .3s ease;
}

.r_menu_list li a:hover::before{
	width: calc(100% - 20px);
}

.r_menu_btn{
	width: 100%;
	height: 50px;
	background-color: #fff;
	text-align: center;
	margin: 50px auto 0 auto;
	transition: all .3s ease;
}

.r_menu_btn:hover{
	opacity: .7;
}

.r_menu_btn a{
	font-size: 18px;
	font-weight: 600;
	color: #003D7A;
	line-height: 50px;
	display: block;
}

.r_menu_sns_box{
	margin: 30px auto 0 auto;
	width: 200px;
	text-align: center;
}

.sns_txt{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	border-bottom: 2px solid #fff;
}

.r_menu_sns_list{
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

.r_menu_sns_list li{
	position: relative;
}

.r_menu_sns_list li::before{
	position: absolute;
	width: 0;
	height: 1px;
	left: 10%;
	bottom: 0;
	background-color: #fff;
	transition: all .3s ease;
	content: "";
}

.r_menu_sns_list li:hover::before{
	width: 80%;
}

.r_menu_sns_icon{
	width: 35px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px;
}

.r_menu_sns_icon img{
	width: 100%;
}

.r_menu_sns_txt{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	margin-left: 20px;
}




.top_fv_content_box{
	width: 100%;
	background-color: #003D7A;
	padding: 50px 0 90px 0;
	position: relative;
}

.movie_box{
	max-width: 1600px;
	width: 85%;
	margin: 0 auto;
}

.top_fv_content_menu_list{
	width: 100%;
	text-align: right;
}

.top_fv_content_menu_list li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	text-align: center;
	position: relative;
}

.top_fv_content_menu_list li:first-child{
	margin-left: 0;
}

.top_fv_content_menu_list li a{
	color: #fff;
	font-size: 18px;
}

.top_fv_content_menu_list_line{
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all .3s ease;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}

.top_fv_content_menu_list li:hover .top_fv_content_menu_list_line{
	width: 100%;
}

.top_fv_content_menu_list_contact{
	width: 180px;
	height: 50px;
	background-color: #fff;
	border-radius: 25px;
	transition: all .3s ease;
}

.top_fv_content_menu_list_contact a{
	font-size: 16px!important;
	color: #202326!important;
	display: block;
	line-height: 50px;
}

.top_fv_content_menu_list_contact:hover{
	opacity: .7;
}

.top_fv_movie{
	width: 100%;
	margin-top: 30px;
}

.top_fv_movie video{
	width: 100%;
}

.top_fv_content_logo{
	width: 394px;
	position: absolute;
	left: 40px;
	top: 50px;
	z-index: 50;
}
.top_fv_content_logo img{
	width: 100%;
}





.sec_about{
	width: 100%;
	position: relative;
	margin-top: 150px;
	padding-bottom: 80px;
}

.sec_about_box{
	width: 1460px;
	margin: 0 auto;
	position: relative;
}

.section_title_box{
	width: 100%;
	text-align: left;
	position: relative;
	left: -40px;
}

.section_title{
	font-size: 50px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	color: #202326;
}

.section_title_line{
	width: 40px;
	height: 1px;
	background-color: #202326;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}

.section_sub_title{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	color: #202326;
}

.section_title_icon{
	width: 33px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.section_title_icon img{
	width: 100%;
}

.sec_about_txt01{
	padding: 20px;
	font-size: 65px;
	color: #fff;
	font-weight: 600;
	background-color: #003D7A;
	margin-top: 50px;
	width: 640px;
	position: relative;
	z-index: 1;
	left: -40px;
}
.sec_about_txt02{
	padding: 20px;
	font-size: 65px;
	color: #fff;
	font-weight: 600;
	background-color: #003D7A;
	margin-top: 20px;
	width: 551px;
	position: relative;
	z-index: 1;
	left: -40px;
}
.sec_about_txt03{
	font-size: 22px;
	font-weight: 600;
	line-height: 50px;
	width: 520px;
	margin-top: 100px;
	position: relative;
	z-index: 1;
	left: -40px;
	color: #202326;
}

.sec_about_img{
	width: 900px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.sec_about_img video{
	width: 100%;
}





.sec_work{
	width: 100%;
	padding: 150px 0;
	background-color: #202326;
	margin-top: 150px;
}
.color_white{
	color: #fff;
}

.section_title_white_line{
	width: 40px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	color: #202326;
}

.sec_work_box{
	width: 1460px;
	margin: 0 auto;
}

.works_list{
	width: 100%;
	text-align: center;
}

.works_list li{
	display: inline-block;
	vertical-align: top;
	margin-top: 100px;
	width: 28%;
	text-align: left;
}

.works_list li:nth-child(3n+2){
	margin-right: 8%;
	margin-left: 8%;
}

.works_list li img{
	width: 100%;
	transition: all .3s ease;
}

.works_list li:hover img{
	opacity: .6;
}

.works_list_title{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
}

.btn_works{
	margin: 150px 0 0 auto;
	border: solid 1px #fff;
	width: 220px;
	height: 50px;
	position: relative;
}

.btn_works a{
	line-height: 50px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.btn_works_line{
	width: 125px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 24px;
	right: -62px;
	transition: all .3s ease;
}

.btn_works:hover .btn_works_line{
	right: -70px;
	width: 70px;
}











.sec_members{
	width: 100%;
	padding: 150px 0;
	background-color: #003D7A;
}

.sec_members_box{
	width: 1460px;
	margin: 0 auto;
}

.sec_members_txt{
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
	line-height: 40px;
}

.member_list{
	width: 100%;
	text-align: left;
}

.member_list li{
	display: inline-block;
	vertical-align: top;
	margin-top: 100px;
	width: 32%;
	text-align: center;
}

.member_list li a{
	display: block;
}

.member_list li:nth-child(3n+2){
	margin-right: 2%;
	margin-left: 2%;
}

.member_list li img{
	width: 100%;
	transition: all .3s ease;
}

.member_list li:hover img{
	opacity: .6;
}

.member_list_title{
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 20px;
}

.member_list_title span{
	display: inline-block;
	width: 18px;
	margin-left: 15px;
	
}

.member_list_past{
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}






.sec_service{
	width: 100%;
	padding: 150px 0;
	background-color: #E7E8E9;
}

.sec_service_box{
	width: 1460px;
	margin: 0 auto;
}

.service_list{
	width: 100%;
}

.service_list li{
	display: inline-block;
	vertical-align: top;
	margin-top: 100px;
	width: 30%;
	text-align: center;
}

.service_list li:nth-child(3n+2){
	margin-right: 5%;
	margin-left: 5%;
}

.service_list li img{
	width: 100%;
}

.service_list_title{
	color: #202326;
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
}









.sec_flow{
	width: 100%;
	position: relative;
	margin-top: 150px;
}

.sec_flow_box{
	width: 1460px;
	margin: 0 auto;
}

.flow_list{
	width: 1200px;
	margin: 100px auto 0 auto;
}

.flow_list_row{
	width: 1150px;
	height: 100px;
	padding: 15px 0 15px 50px;
	position: relative;
	background-color: #E7E8E9;
	
}

.flow_list_title{
	display: inline-block;
	vertical-align: middle;
	line-height: 100px;
	font-size: 30px;
	font-weight: 600;
	color: #202326;
	text-align: center;
	width: 300px;
}

.flow_list_line{
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 100%;
	background-color: #707070;
	margin: 0 30px;
}

.flow_list_txt{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 26px;
	color: #202326;
	width: 780px;
}

.flow_list_icon{
	width: 30px;
	margin: 30px auto;
}
.flow_list_icon img{
	width: 100%;
}

.flow_list_no{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #003D7A;
	position: absolute;
	left: -50px;
	top: 15px;
	text-align: center;
}
.flow_list_no p{
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	line-height: 100px;
}





.f_contact{
	width: 100%;
	padding: 100px 0;
	background-color: #202326;
	margin-top: 100px;
}

.f_contact_box{
	width: 1460px;
	margin: 0 auto;
}

.f_contact_content_box{
	width: 1050px;
	margin: 100px auto 0 auto;
	text-align: center;
}

.f_contact_content_box_txt01{
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.f_contact_content_left{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 100px;
	text-align: left;
}

.f_contact_content_left p:nth-child(1){
	font-size: 23px;
	color: #fff;
	font-weight: 600;
}

.f_contact_content_left p:nth-child(2){
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.f_contact_content_left_ya{
	width: 12px;
	position: absolute;
	left: -20px;
	top: 9px;
}

.f_contact_content_left_ya img{
	width: 100%;
}

.f_contact_content_right{
	display: inline-block;
	vertical-align: top;
	width: 420px;
	height: 75px;
	background-color: #003D7A;
	text-align: center;
	position: relative;
}

.f_contact_content_right a{
	font-size: 22px;
	color: #fff;
	display: block;
	line-height: 75px;
}

.f_contact_content_right_icon{
	position: absolute;
	width: 12px;
	top: 29px;
	right: 40px;
	transition: all .3s ease;
}

.f_contact_content_right_icon img{
	width: 100%;
}

.f_contact_content_right:hover .f_contact_content_right_icon{
	right: 30px;
}




footer{
	width: 100%;
	padding-top: 150px;
	padding-bottom: 30px;
	background-color: #003D7A;
}

.f_content{
	max-width: 1460px;
	width: 95%;
	margin: 0 auto;
	
}

.f_menu_line{
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all .3s ease;
	position: absolute;
	left: 0;
	bottom: -2px;
	pointer-events: none;
}

.f_sns a{
	position: relative;
}

.f_sns a:hover .f_menu_line{
	width: 100%;
}



.f_logo{
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	margin-right: 30px;
}
.f_logo img{
	width: 100%;
}

.f_access{
	display: inline-block;
	vertical-align: middle;
}
.f_access p:nth-child(1){
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.f_access p:nth-child(2){
	font-size: 15px;
	color: #fff;
	margin-top: 20px;
}

.f_access a{
	font-size: 15px;
	color: #fff;
}

.f_sns{
	display: inline-block;
	vertical-align: middle;
	padding: 10px 80px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	text-align: center;
	margin: 0 80px;
}
.f_sns p{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
}
.f_sns a{
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
	display: block;
}




.a_line{
	position: relative;
	padding-left: 30px;
}

.a_line::before{
	width: 0;
	height: 1px;
	content: "";
	transition: all .3s ease;
	position: absolute;
	bottom: 0;
	left: 30px;
	background-color: #fff;
}

.a_line:hover::before{
	width: calc(100% - 30px);
}

.f_menu{
	display: inline-block;
	vertical-align: middle;
	width: 310px;
}

.f_menu li{
	display: inline-block;
	vertical-align: top;
	
	margin-top: 20px;
	position: relative;
}

.f_menu li:hover .f_menu_line{
	width: 100%;
}

.f_menu li:nth-child(2n+1){
	width: 48%;
}
.f_menu li:nth-child(2n){
	width: 52%;
}

.f_menu li:nth-child(1),
.f_menu li:nth-child(2){
	margin-top: 0;
}
.f_menu li a{
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	
}





.f_copy{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 80px;
}



.single_content{
	width: 100%;
	padding: 100px 0;
	position: relative;
	background-color: #003D7A;
}

.single_logo{
	position: absolute;
	width: 250px;
	top: 10px;
	left: 10px;
}
.single_logo img{
	width: 100%;
}

.single_content_box{
	width: 1460px;
	margin: 0 auto;
	text-align: center;
}

.single_content_box h1{
	font-size: 50px;
	font-weight: 600;
	color: #fff;
}
.single_content_post{
	font-size: 32px;
	color: #fff;
	margin-top: 10px;
}

.member_img{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.single_content_profile{
	font-size: 22px;
	line-height: 45px;
	color: #fff;
	margin-top: 50px;
	text-align: left;
}

.single_meber_list_box{
	width: 1460px;
	margin: 100px auto 0 auto;
}

.single_meber_list{
	width: 100%;
}

.single_meber_list li{
	width: 350px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	
}
.single_meber_list li:nth-child(2){
	margin-left: 20px;
}
.single_meber_list li:nth-child(3){
	margin-left: 20px;
	margin-right: 20px;
}
.single_meber_list li a{
	display: block;
}

.single_meber_list li img{
	width: 100%;
	transition: all .3s ease;
}

.single_meber_list li:hover img{
	opacity: .6;
}

.single_meber_list_title{
	font-size: 23px;
	font-weight: 600;
	margin-top: 20px;
	color: #202326;
}

.single_meber_list_past{
	font-size: 16px;
	margin-top: 20px;
	color: #202326;
}

.btn_top{
	margin: 100px 0 0 auto;
	border: solid 1px #202326;
	width: 220px;
	height: 50px;
	position: relative;
}

.btn_top a{
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #202326;
}

.btn_top_line{
	width: 100px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 24px;
	right: -70px;
	transition: all .3s ease;
}

.btn_top:hover .btn_top_line{
	right: -70px;
	width: 70px;
}




.page_header{
	width: 100%;
	height: 150px;
	background-color: #003D7A;
}
.page_header_logo{
	width: 220px;
	padding-top: 15px;
	padding-left: 10px;
}
.page_header_logo img{
	width: 100%;
}

.page_content{
	width: 1460px;
	margin: 100px auto 0 auto;
}

.pravacy_title{
	font-size: 30px;
	font-weight: 600;
	margin-top: 100px;
	color: #202326;
}

.pravacy_txt{
	font-size: 22px;
	line-height: 45px;
	margin-top: 30px;
	color: #202326;
}



.contact_form_box{
	width: 100%;
	background-color: #E7E8E9;
	padding: 100px 0;
	margin-top: 100px;
}

.contact_form{
	width: 950px;
	margin: 0 auto;
}

.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"]{
	width: 100%;
	line-height: 40px;
	margin-top: 7px;
}
.contact_form textarea{
	width: 100%;
	resize: none;
	height: 200px;
	margin-top: 7px;
}
.contact_form input[type="submit"]{
	max-width: 400px;
	width: 100%;
    height: 70px;
    font-size: 18px;
    background-color: #003D7A;
	margin: 50px auto 0 auto;
	cursor: pointer;
	padding: 0;
	color: #fff;
}
.contact_form p{
	font-size: 18px;
	position: relative;
	color: #202326;
	font-weight: 600;
	margin-bottom: 50px;
}
.c_mandatory{
	margin-left: 10px;
	font-size: 12px;
	color: #FF2A2A;
	font-weight: 400;
}

.btn_contact{
	width: 100%;
	text-align: center;
}

.wpcf7-spinner{
	display: block;
	margin: 20px auto 0 auto;

}

.contact_form_privacy{
	font-size: 15px;
	color: #202326;
	text-align: center;
}

.contact_form_privacy a{
	font-size: 15px;
	font-weight: 600;
	color: #003D7A;
	display: inline;
	text-decoration: underline;
}

.wpcf7-response-output{
	font-size: 16px;
	text-align: center;
}












.br_600{
	display: none;
}




@media all and (max-width: 1650px){

	.page_content{
		width: 1200px;
	}
	
	.f_contact_box{
		width: 1200px;
	}
	
	.sec_work_box{
		width: 1200px;
	}
	
	.sec_members_box{
		width: 1200px;
	}
	
	.sec_service_box{
		width: 1200px;
	}
	
	.sec_flow_box{
		width: 1200px;
	}
	
	.sec_about_box{
		width: 1200px;
	}
	
	.sec_about_img{
		width: 700px;
		bottom: 150px;
	}
	
	.single_content_box{
		width: 1200px;
	}
	
	.single_meber_list_box{
		width: 1200px;
	}
	
	.single_meber_list li{
		width: 285px;
	}

}

@media all and (max-width: 1550px){
	.f_content{
		width: 1200px;
	}
	
	.f_logo{
		width: 270px;
	}
	
	.f_sns{
		padding: 10px 35px;
		margin: 0px 35px;
	}
	
	.top_fv_content_logo{
		width: 330px;
	}
	
}

@media all and (max-width: 1400px){

	.page_content{
		width: 1000px;
	}

	.f_contact_box{
		width: 1000px;
	}
	
	.f_contact_content_box{
		width: 100%;
	}
	
	.contact_form{
		width: 800px;
	}
	
	.sec_work_box{
		width: 1000px;
	}
	
	.sec_members_box{
		width: 1000px;
	}
	
	.sec_service_box{
		width: 1000px;
	}
	
	.sec_flow_box{
		width: 1000px;
	}
	
	.btn_works{
		margin: 100px 0 0 auto;
	}
	
	.flow_list{
		width: 950px;
	}
	
	.flow_list_row{
		width: 900px;
	}
	
	.flow_list_title{
		font-size: 24px;
		width: 240px;
	}
	
	.flow_list_line{
		margin: 0 20px;
	}
	
	.flow_list_txt{
		width: 600px;
		font-size: 16px;
	}
	
	.sec_about_txt01{
		font-size: 50px;
		width: 480px;
		left: 0;
	}
	
	
	.sec_about_txt02{
		font-size: 50px;
		width: 415px;
		left: 0;
	}
	
	.sec_about_txt03{
		font-size: 20px;
		width: 465px;
		left: 0;
	}
	
	.single_content_box {
        width: 1000px;
    }
	
	.single_meber_list_box{
		width: 1000px;
	}
	
	.single_meber_list li{
		width: 235px;
	}
	
}


@media all and (max-width: 1350px){
	.sec_about_box{
		width: 1000px;
	}
	
	.sec_about_img{
		width: 600px;
		bottom: 190px;
	}
	
	.sec_about_txt03{
		font-size: 16px;
		width: 430px;
		margin-top: 170px;
		line-height: 40px;
	}
	
}



@media all and (max-width: 1250px){
	
	footer{
		padding-top: 100px;
	}
	
	.f_content{
		width: 700px;
		text-align: center;
	}
	
	.f_logo{
		margin-right: 50px;
	}
	
	.f_access{
		text-align: left;
	}
	
	.f_sns{
		margin: 30px 35px 0 0;
		border-left: none;
		padding: 10px 35px 10px 0;
	}
	
	.f_menu{
		margin-top: 30px;
		text-align: left;
	}
	
	.section_title{
		font-size: 32px;
	}
	
	.section_sub_title{
		font-size: 16px;
	}
	
	.section_title_icon{
		width: 20px;
	}
	
	.pravacy_title{
		font-size: 24px;
		margin-top: 80px;
	}
	
	.pravacy_txt{
		font-size: 18px;
		line-height: 40px;
	}
	
	.btn_top_line{
		width: 60px;
		right: -30px;
	}
	
	.section_title_box{
		left: -30px;
	}

	.f_contact_content_box_txt01{
		font-size: 30px;
	}
	
	.f_contact_content_left p:nth-child(1){
		font-size: 20px;
	}

	.f_contact_content_right a{
		font-size: 20px;
	}
	
	.f_contact_content_right{
		width: 370px;
	}
	
	.f_contact_content_box{
		margin: 80px auto 0 auto;
	}
	
	.top_fv_content_menu_list li a{
		font-size: 16px;
	}
	
	.top_fv_content_menu_list_contact{
		width: 150px;
	}
	
	.movie_box{
		width: 80%;
	}
	
	.top_fv_content_logo{
		width: 250px;
	}
	
	.top_fv_content_menu_list li{
		margin-left: 40px;
	}
	
	.btn_works_line{
		width: 60px;
		right: -30px;
	}
	
	.single_content_box h1{
		font-size: 32px;
	}
	
	.single_content_post{
		font-size: 24px;
	}
	
	.single_content_profile{
		font-size: 18px;
	}
	
	.single_meber_list_title{
		font-size: 20px;
	}

	.single_meber_list_past{
		font-size: 15px;
	}
	
	.btn_works:hover .btn_works_line{
		right: -30px;
		width: 40px;
	}
	
	.btn_top:hover .btn_top_line{
		right: -30px;
		width: 40px;
	}
	
}



@media all and (max-width: 1100px){
	.page_content {
        width: 800px;
    }
	
	.f_contact_box {
        width: 900px;
    }
	
	.contact_form {
        width: 600px;
    }
	
	.sec_work_box{
		width: 85%;
	}
	
	.sec_members_box{
		width: 85%;
	}
	
	.sec_service_box{
		width: 85%;
	}
	
	.sec_flow_box{
		width: 85%;
	}
	
	.service_list_title{
		font-size: 18px;
	}
	
	.flow_list{
		width: 800px;
	}
	
	.flow_list_row{
		width: 750px;
	}
	
	.flow_list_title{
		font-size: 18px;
		width: 180px;
	}
	
	.flow_list_line{
		margin: 0 15px;
	}
	
	.flow_list_txt{
		width: 530px;
		font-size: 15px;
	}
	
	.sec_about_box{
		width: 85%;
	}
	
	.sec_about_img {
        width: 400px;
        bottom: 150px;
    }
	
	.sec_about_txt03{
		margin-top: 100px;
	}
	
	.single_content_box{
		width: 85%;
	}
	
	.single_meber_list_box{
		width: 85%;
	}
	
	.single_meber_list li{
		width: 22%;
	}
	
	.single_meber_list li:nth-child(2){
		margin-left: 4%;
	}
	.single_meber_list li:nth-child(3){
		margin-left: 4%;
		margin-right: 4%;
	}
	
}

@media all and (max-width: 1000px){
	.page_content {
        width: 85%;
    }
	
	.section_title {
        font-size: 24px;
    }
	
	.section_title_icon {
        width: 15px;
    }
	
	.section_sub_title{
		font-size: 14px;
	}
	
	.pravacy_title{
		font-size: 20px;
		margin-top: 70px;
	}
	
	.pravacy_txt{
		font-size: 16px;
		line-height: 36px;
	}
	
	.btn_top{
		width: 170px;
	}
	
	.btn_top a{
		font-size: 16px;
	}
	
	.f_contact_box{
		width: 85%;
	}

    .f_contact_content_box_txt01 {
        font-size: 24px;
    }

	.f_contact_content_left p:nth-child(1) {
        font-size: 18px;
    }
	
	.f_contact_content_left_ya{
		top: 5px;
	}
	
	.f_contact_content_left{
		margin-right: 50px;
	}
	
	.f_contact_content_right {
        width: 250px;
    }
	
	.f_contact_content_right a {
        font-size: 16px;
    }
	
	.f_contact_content_right_icon{
		right: 10px;
	}
	
	.f_contact_content_right:hover .f_contact_content_right_icon{
		right: 0px;
	}
	
	.contact_form {
        width: 80%;
    }
	
	.contact_form_box{
		padding: 50px 0;
		margin-top: 50px;
	}
	
	.contact_form p{
		font-size: 16px;
	}
	
	.top_fv_content_menu_list{
		display: none;
	}
	
	.top_fv_content_logo{
		top: 10px;
		left: 10px;
		width: 150px;
	}
	
	.movie_box{
		width: 100%;
	}
	
	.page_header{
		height: 100px;
	}
	
	.page_header_logo{
		width: 130px;
	}
	
	.h_menu_box{
		top: 36px;
	}
	
	.top_fv_movie{
		margin-top: 0;
	}
	
	.top_fv_content_box{
		padding: 0;
	}
	
	.top_fv_movie{
		position: relative;
		overflow: hidden;
	}
	
	.top_fv_movie_center{
		width: 100%;
		position: relative;
		left: 50%;
	}
	
	.top_fv_movie_center video{
		width: 1100px;
		position: relative;
		left: -550px;
	}
	
	.btn_works{
		width: 170px;
	}
	
	.btn_works a{
		font-size: 16px;
	}
	
	.sec_work{
		padding: 80px 0;
		margin-top: 80px;
	}
	
	.works_list li{
		margin-top: 50px;
		width: 46%;
		margin-right: 0!important;
		margin-left: 0!important;
	}
	
	.works_list li:nth-child(2n){
		margin-left: 8%!important;
	}
	
	.works_list_title{
		font-size: 18px;
	}
	
	.sec_members{
		padding: 80px 0;
	}
	
	.sec_members_txt{
		font-size: 16px;
		line-height: 36px;
	}
	
	.member_list_title{
		font-size: 20px;
	}
	
	.member_list li{
		margin-top: 50px;
		width: 48%;
		margin-right: 0!important;
		margin-left: 0!important;
	}
	
	.member_list li:nth-child(2n){
		margin-left: 4%!important;
	}
	
	.sec_service{
		padding: 80px 0;
	}
	
	.service_list li{
		margin-top: 50px;
		width: 47%;
		margin-right: 0!important;
		margin-left: 0!important;
	}
	
	.service_list li:nth-child(2n){
		margin-left: 6%!important;
	}
	
	.flow_list_row{
		height: initial;
		width: 100%;
		padding: 15px 0;
	}
	
	.flow_list_title{
		display: block;
		width: initial;
		text-align: left;
		line-height: 50px;
		padding-left: 50px;
	}
	
	.flow_list_line{
		display: none;
	}
	
	.flow_list_txt{
		display: block;
		font-size: 16px;
		width: initial;
		padding-left: 50px;
		padding-right: 10px;
	}
	
	.flow_list_no{
		width: 50px;
		height: 50px;
		border-radius: 25px;
		left: -25px;
	}
	
	.flow_list_no p{
		font-size: 30px;
		line-height: 50px;
	}
	
	.br_pc{
		display: none;
	}
	
	.flow_list{
		width: 500px;
		margin: 80px auto 0 auto;
	}
	
	.sec_flow{
		margin-top: 80px;
	}
	
	.sec_about{
		margin-top: 80px;
	}
	
	.sec_about_txt01{
		font-size: 25px;
		width: 250px;
	}
	
	.sec_about_txt02 {
        font-size: 25px;
        width: 210px;
    }
	
	.sec_about_img{
		top: 130px;
		bottom: initial;
		right: initial;
		left: 50%;
		width: 500px;
	}
	
	.sec_about_img video{
		position: relative;
		left: -250px;
	}
	
	.sec_about_txt03{
		margin-top: 260px;
	}
	
	.sec_about{
		overflow: hidden;
	}
	
	.sec_about{
		padding-bottom: 0;
	}
	
	.single_logo{
		width: 130px;
		top: 15px;
		
	}
	
	.single_content_box h1 {
        font-size: 24px;
    }
	
	.single_content_post{
		font-size: 20px;
	}
	
	.single_content_profile{
		font-size: 16px;
		line-height: 36px;
		margin-top: 30px;
	}
	
	.single_content{
		padding: 100px 0 80px 0;
	}
	
	.single_meber_list li{
		width: 48%;
		margin-bottom: 30px;
	}
	
	.single_meber_list li:nth-child(2n){
		margin-left: 4%;
	}
	.single_meber_list li:nth-child(3){
		margin-left: 0;
		margin-right: 0;
	}

	.single_meber_list_past{
		margin-top: 5px;
	}
	
	
	
	
}




@media all and (max-width: 800px){
	.page_content {
        width: 80%;
    }
	
	.f_contact_box {
        width: 80%;
    }
	
	.sec_work_box{
		width: 80%;
	}
	
	.sec_members_box{
		width: 80%;
	}
	
	.sec_service_box{
		width: 80%;
	}
	
	.sec_flow_box{
		width: 80%;
	}
	
	.f_contact_content_left{
		display: block;
		margin-right: auto;
		text-align: center;
		width: 340px;
		margin-left: auto;
	}
	
	.f_contact_content_box_txt01{
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	.f_contact_content_right{
		display: block;
		margin: 20px auto 0 auto;
	}
	
	.f_contact_content_box{
		margin: 50px auto 0 auto;
	}
	
	.f_contact{
		padding: 80px 0;
	}
	
	.f_content{
		width: 340px;
	}
	
	.f_logo{
		margin: 0 auto;
		display: block;
	}
	
	.f_access{
		display: block;
		margin-top: 20px;
	}
	
	.f_sns{
		margin: 20px auto 0 auto;;
		padding: 0;
		display: block;
		border-right: none;
	}
	
	.f_sns p{
		margin-bottom: 10px;
	}
	
	.section_title_line{
		display: none;
	}
	
	.section_sub_title{
		display: block;
		position: relative;
		left: 25px;
	}
	
	.section_title_box{
		left: -25px;
	}
	
	.section_title_white_line{
		display: none;
	}
	
	.works_list{
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
	}
	
	.works_list li{
		width: 100%;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	
	.works_list li:nth-child(2n) {
        margin-left: 0 !important;
    }
	
	.member_list{
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
	}
	
	.member_list li{
		width: 100%;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	
	.member_list li:nth-child(2n){
		margin-left: 0%!important;
	}
	
	
	.service_list{
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
	}
	
	.service_list li{
		width: 100%;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	
	.service_list li:nth-child(2n){
		margin-left: 0%!important;
	}
	
	.flow_list{
		width: 100%;
		max-width: 420px;
	}
	
	.flow_list_title,
	.flow_list_txt{
		padding-left: 40px;
	}
	
	.sec_about_txt01{
		font-size: 21px;
		width: 192px;
		padding: 10px;
	}
	
	.sec_about_txt02 {
        font-size: 21px;
        width: 172px;
		padding: 10px;
		margin-top: 10px;
    }
	
	.sec_about_img{
		width: 100%;
		left: 0;
		text-align: center;
	}
	
	.sec_about_img video{
		left: initial;
		max-width: 420px;
	}
	
	.sec_about_txt03{
		width: 100%;
	}
	
	.single_meber_list{
		max-width: 420px;
		margin: 0 auto;
	}
	
	.single_meber_list li{
		width: 100%;
	}
	
	.single_meber_list li:nth-child(2n){
		margin-left: 0;
	}
	
	.single_meber_list_box{
		max-width: 420px;
		width: 80%;
	}
	
}




@media all and (max-width: 600px){
	.f_contact_content_box_txt01{
		font-size: 16px;
	}
	
	.br_600{
		display: block;
	}
	

	.f_contact_content_left p:nth-child(1) {
        font-size: 15px;
    }
	
	.f_contact_content_left_ya{
		left: -10px;
		top: 2px;
	}
	
	.f_copy{
		font-size: 12px;
	}
	
	.f_contact_content_left{
		width: 300px;
	}
	
	footer{
		padding-top: 80px;
	}
	
	.page_content{
		margin: 80px auto 0 auto;
	}
	
	
	.contact_form p{
		margin-bottom: 30px;
	}
	
	.contact_form input[type="submit"]{
		font-size: 16px;
		margin: 30px auto 0 auto;
	}
	
	.btn_works_line {
        width: 40px;
        right: -20px;
    }
	
	.h_menu_box{
		right: 20px;
	}
	
}





@media all and (max-width: 500px){
	.br_about_txt{
		display: none;
	}
}



@media all and (max-width: 450px){
	.sec_about_img{
		top: 190px;
	}
}

@media all and (max-width: 400px){
	.sec_about_img{
		top: 210px;
	}
}














