@charset "utf-8";
/* ===================================================================
CSS
 file name  :  common.css
=================================================================== */
/* web font */
body, button, input, select, textarea {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','メイリオ',Meiryo,sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2;
}
.font_serif{
	font-family: 'Noto Serif JP',"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",serif;
}
.font_english{
	font-family: 'Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','メイリオ',Meiryo,sans-serif;
}
html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	body{
		font-size:12px;
		font-size:1.2rem;
	}
}
img{
	max-width: 100%;
	height: auto;
	width: auto;
}
a{
	color: #405E96;
	cursor: pointer;
}
a:hover{
	color: #417FCE;
}
/* ボタン共通 */
a.btn{
	position: relative;
	text-decoration: none;
	display: block;
	padding: 1em;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 100px;
	background-image: linear-gradient(to right, #FDC207 0%, #FD7533 50%, #FDC207 100%);
	box-shadow: 0px 10px 0px 0px #F0D788;
	background-size: 200% auto;
	color: #FFF;
	font-weight: 500;
	font-size: 2.4rem;
	transition: all .3s;
}
@media screen and (max-width: 768px) {
	a.btn{
		box-shadow: 0px 5px 0px 0px #F0D788;
		font-size: 1.4rem;
	}
}
@media print, screen and (min-width: 769px) {
	a.btn:hover{
		background-position: right center;
	}
}
.bg_blue{
	background: #F4FAFF;
}
.bg_gray{
	background: #F3F5F7;
}
@media print, screen and (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.pc_none{
		display:none;
	}
	.wrap{
		padding-top: 70px;
		min-height: 2000px;
	}
}
@media screen and (max-width: 768px) {
	.sp_none{
		display:none;
	}
	.wrap{
		padding-top: 50px;
	}
}
/* =====================================
ヘッダー
======================================== */
.header{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	top: -70px;
	margin: 70px auto 0;
	width: 100%;
	height:70px;
	position: absolute;
	z-index: 10000;
}
.header.fixed{/*---固定化されたときのCSS---*/
	position: fixed;
	margin: 0px auto 0;
	top: 0;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	transition: top 0.65s ease-in;
}
.header_wrap{
	width:100%;
	height: 70px;
	margin:0 auto;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_wrap .h_logo{
	display: block;
	width: 320px;
}
.header_wrap .h_tel{
	width: 215px;
}
@media screen and (max-width: 768px) {
	.header{
		top: -50px;
		margin: 50px auto 0;
		height:50px;
	}
	.header_wrap{
		height: 50px;
		padding: 0 20px;
	}
	.header_wrap .h_logo{
		width: 240px;
	}
	.header_wrap .h_tel{
		width: 22px;
	}
}
/* =====================================
メインビジュアル
======================================== */
.bg_main{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media print, screen and (min-width: 769px) {
	.main_1{
		background-image: url("../images/hamadayama/bg_main1_pc.jpg")
	}
	.main_2{
		background-image: url("../images/hamadayama/bg_main2_pc.jpg")
	}
	.main_3{
		background-image: url("../images/hamadayama/bg_main3_pc.jpg")
	}
}
.maintext_wrap_1,
.maintext_wrap_2,
.maintext_wrap_3{
	height: 640px;
	max-width: 1180px;
	margin: auto;
	padding: 120px 50px 0 50px;
}
.maintext_wrap_1 h1{
	color: #FFF;
	font-size: 3.0rem;
	letter-spacing: 0.12em;
	line-height: 2.4;
	font-weight: 500;
}
.maintext_wrap_1 h1 span{
	padding: 0.5em 30px;
}
.maintext_wrap_1 h1 span.white{
	background: #FFF;
	color: #202466;
	font-size: 2.8rem;
	line-height: 2.8;
}
.maintext_wrap_1 h1 span.navy{
	background: #202466;
	color: #FFF;
}
.maintext_wrap_1 h1 span.navy strong{
	font-size: 4.0rem;
	font-weight: 500;
}
.maintext_wrap_2 h1{
	color: #FFF;
	font-size: 4.2rem;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.maintext_wrap_2 h1 strong,
.maintext_wrap_3 h1 strong{
	color: #FFFF59;
	font-weight: 500;
}
.maintext_wrap_3 h1{
	color: #FFF;
	font-size: 4.2rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: center;
}
.maintext_wrap_3 h1 > span{
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px
}
.main_btn_area{
	margin-top: 50px;
	max-width: 560px;
}
.maintext_wrap_3 .main_btn_area{
	margin: 60px auto auto;
}
@media screen and (max-width: 768px) {
	.main_1{
		background-image: url("../images/hamadayama/bg_main1_sp.jpg")
	}
	.main_2{
		background-image: url("../images/hamadayama/bg_main2_sp.jpg")
	}
	.main_3{
		background-image: url("../images/hamadayama/bg_main3_sp.jpg")
	}
	.maintext_wrap_1,
	.maintext_wrap_2,
	.maintext_wrap_3{
		height: 470px;
		padding: 50px 20px 0 20px;
		max-width: 360px;
		margin: auto;
	}
	.maintext_wrap_3{
		padding: 100px 20px 0 20px;
	}
	.maintext_wrap_1 h1{
		font-size: 1.5rem;
		text-align: center;
		line-height: 2;
	}
	.maintext_wrap_1 h1 span{
		padding: 0.2em 0;
		display: block;
		margin-bottom: 10px;
	}
	.maintext_wrap_1 h1 span.white{
		font-size: 1.5rem;
	}
	.maintext_wrap_1 h1 span.navy strong{
		font-size: 1.9rem;
	}
	.maintext_wrap_2 h1{
		font-size: 2.0rem;
		text-align: center;
		line-height: 2.4;
	}
	.maintext_wrap_3 h1{
		font-size: 1.8rem;
		line-height: 2.4;
	}
	.maintext_wrap_3 h1 > span{
		padding-bottom: 5px
	}
	.main_btn_area{
		margin-top: 160px;
	}
	.maintext_wrap_3 .main_btn_area{
		margin: 70px auto auto;
	}
}
/* =====================================
コンテンツ共通
======================================== */
@media print, screen and (min-width: 769px) {
	.bg_image_1{
		background: #F3F5F7 url("../images/common/bg_1_pc.jpg") no-repeat top center;
		background-size: 100% auto;
	}
	.bg_image_2{
		background: #E7F3FD url("../images/common/bg_2_pc.jpg") no-repeat top center;
		background-size: 100% auto;
	}
}
.box{
	max-width: 1180px;
	padding: 130px 50px;
	margin: auto;
}
.box.full{
	max-width: 100%;
	padding: 130px 0;
}
h2.subtitle{
	text-align: center;
	color: #202466;
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 1.5em;
	margin-bottom: 70px;
}
h2.subtitle::before{
	background: linear-gradient(90deg, #15B3DA, #1252B2);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100px;
	height: 5px;
}
h3.subtitle{
	text-align: center;
	color: #1383C6;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.contact_wrap{
	margin: 70px auto auto;
	background: linear-gradient(#202466, #77BAFD);
	border-radius: 5px;
	padding: 60px 50px;
}
.contact_wrap .contact_text{
	text-align: center;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
}
.contact_wrap .contact_text strong{
	color: #FFEC5D;
	font-weight: 500;
}
.contact_wrap .contact_btn_area{
	max-width: 640px;
	margin: 30px auto auto;
}
.full_contact_wrap{
	max-width: 1180px;
	padding: 0 50px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.bg_image_1{
		background: #F3F5F7 url("../images/common/bg_1_sp.jpg") no-repeat top center;
		background-size: 100% auto;
	}
	.bg_image_2{
		background: #E7F3FD url("../images/common/bg_2_sp.jpg") no-repeat top center;
		background-size: 100% auto;
	}
	.box{
		padding: 50px 20px;
	}
	.box.full,
	.box.sp_full{
		padding: 50px 0px;
	}
	h2.subtitle{
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	h2.subtitle::before{
		width: 50px;
		height: 3px;
	}
	h3.subtitle{
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_wrap{
		margin: 30px auto auto;
		padding: 20px 20px 30px 20px;
	}
	.contact_wrap .contact_text{
		font-size: 1.4rem;
	}
	.contact_wrap .contact_btn_area{
		max-width: 320px;
		margin: 15px auto auto;
	}
	.full_contact_wrap,
	.sp_full_contact_wrap{
		padding: 0 20px;
	}
}
/* =====================================
物件数 20240321追加
======================================== */
.properties_number_wrap{
	background: #FFF;
	margin: 30px auto auto;
	padding: 30px;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
}
.properties_number_wrap .p_n_title{
	font-weight: 600;
	text-align: center;
}
.table_p_n{
	width: 100%;
	max-width: 500px;
	margin: 20px auto auto;
}
.table_p_n th{
	text-align: center;
	font-weight: normal;
}
.table_p_n td{
	padding: 0.3em 0 0 0;
	text-align: center;
}
.table_p_n th.subtitle{
	background: #202466;
	color: #FFFFFF;
}
.table_p_n td .kind{
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 100px;
	padding: 0 0.5em;
	width: 120px;
	text-align: center;
	margin-right: 1em;
}
.table_p_n td span.number_befor{
	font-weight: bold;
	font-size: 2.0rem;
	margin: auto 0.2em;
}
.table_p_n td.arrow{
	padding: 0.1em 1em;
	text-align: center;
}
.table_p_n td span.number_after{
	font-weight: bold;
	font-size: 2.6rem;
	color: #417FCE;
	margin: 0 0.2em;
}
.properties_number_wrap .p_n_comment{
	margin-top: 1em;
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.properties_number_wrap{
		max-width: 480px;
		margin: 30px auto auto;
		padding: 20px;
	}
	.table_p_n{
		max-width: 400px;
		margin: 10px auto auto;
	}
	.table_p_n td .kind{
		padding: 0 0.3em;
		width: 70px;
		font-size: 1.0rem;
		margin-right: 0.5em;
	}
	.table_p_n td span.number_befor{
		font-size: 1.4rem;
	}
	.table_p_n td span.number_after{
		font-size: 1.6rem;
	}
	.properties_number_wrap .p_n_comment{
		font-size: 1.2rem;
		text-align: left;
	}
}
/* =====================================
未公開物件
======================================== */
@media print, screen and (min-width: 769px) {
	ul.unpublished_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}
	ul.unpublished_list li{
		width: 48%;
	}
}
ul.unpublished_list li{
	margin-top: 20px;
	background-color: #EBF6FF;
	background-image: url("../images/common/icon_lock.png");
	background-repeat: no-repeat;
	background-position:  top 17px left 20px;
	background-size: 18px auto;
	border-radius: 5px;
	padding: 0.7em 10px 0.7em 60px;
	color: #202466;
	font-weight: 500;
}
.unpublished_text_bottom{
	margin: 40px auto 70px auto;
}
ul.available_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto auto;
}
ul.available_list li{
	width: 23%;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	padding: 25px 10px;
}
ul.available_list li .title{
	color: #202466;
	text-align: center;
	font-weight: 600;
	line-height: 1.8;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.available_list li .image{
	max-width: 140px;
	margin: auto;
}
ul.available_list li .text{
	text-align: center;
	font-size: 1.4rem;
	margin: 20px auto auto
}
@media screen and (max-width: 768px) {
	ul.unpublished_list{
		margin: 20px auto auto;
		max-width: 480px;
	}
	ul.unpublished_list li{
		margin-top: 10px;
		background-position: top 12px left 15px;
		background-size: 12px auto;
		padding: 0.7em 10px 0.7em 40px;
	}
	.unpublished_text_bottom{
		margin: 20px auto 40px auto;
	}
	ul.available_list{
		max-width: 480px;
		margin: 10px auto auto;
	}
	ul.available_list li{
		width: 48%;
		padding: 15px 5px;
		margin-top: 10px;
	}
	ul.available_list li .title{
		min-height: 50px;
	}
	ul.available_list li .image{
		max-width: 80px;
	}
	ul.available_list li .text{
		font-size: 1.2rem;
		margin: 10px auto auto
	}
}
/* =====================================
会員になると
======================================== */
.member_form_point{
	margin: auto;
	text-align: center;
}
.member_form_point ul{
	display: inline-block;
	text-align: left;
}
.member_form_point ul li{
	display: flex;
	margin-top: 20px;
	align-items: flex-start;
}
.member_form_point ul li .point{
	color: #FFF;
	background: #202466;
	border-radius: 50px;
	padding: 0.5em 1.5em;
	margin-right: 2em;
	line-height: 1;
	font-size: 1.6rem;
}
.member_form_point ul li .point span{
	font-size: 2.2rem;
	margin-left: 0.1em;
	line-height: 1;
}
.member_form_point ul li .text{
	font-size: 2.0rem;
	font-weight: 600;
	color: #202466;
}
.member_form_point ul li .text .underline{
	background: linear-gradient(transparent 70%, #D5C971 70%);
}
.member_form_point ul li .text .red{
	font-size: 2.8rem;
	font-weight: 700;
	color: #9A1E00;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.member_form_point{
		margin: 20px auto auto;
	}
	.member_form_point ul li{
		margin-top: 10px;
	}
	.member_form_point ul li .point{
		font-size: 1.0rem;
	}
	.member_form_point ul li .point span{
		font-size: 1.4rem;
	}
	.member_form_point ul li .text{
		font-size: 1.2rem;
	}
	.member_form_point ul li .text .red{
		font-size: 1.6rem;
	}
}
/* =====================================
浜田山支店は？
======================================== */
@media print, screen and (min-width: 769px) {
	.store_wrap{
		position: relative;
		display: flex;
		max-width: 1080px;
		margin: auto;
		padding-bottom: 120px;
	}
	.store_wrap .text{
		flex-basis: 65%;
		padding: 60px 20% 60px 60px;
	}
}
.store_wrap .text{
	background: #EBF6FF;
	font-size: 1.8rem;
}
.store_wrap .text p{
	margin-top: 1em;
}
.store_wrap .text p:first-child{
	margin-top: 0;
}
.store_wrap .text p.attention{
	font-size: 1.4rem;
}
.store_wrap .text p strong{
	color: #202466;
	background: linear-gradient(transparent 70%, #D5C971 70%);
}
@media print, screen and (min-width: 769px) {
	.store_wrap figure{
		position: absolute;
		top: 80px;
		right: 0;
		width: 50%;
	}
	.store_wrap figure img{
		box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 768px) {
	.store_wrap .text{
		font-size: 1.2rem;
		padding: 30px;
	}
	.store_wrap .text p.attention{
		font-size: 1.0rem;
	}
	.store_wrap figure{
		margin-top: 30px;
	}
}
/* =====================================
ここが違います！
======================================== */
@media print, screen and (min-width: 769px) {
	.graph_wrap{
		display: flex;
		justify-content: space-between;
	}
	.graph_wrap > div{
		width: 48%;
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	}
}
p.graph_text{
	margin-top: 50px;
}
p.graph_text strong{
	color: #9A1E00;
}
p.graph_text2{
	margin-top: 40px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
}
p.graph_text2 span{
	background: linear-gradient(transparent 70%, #D5C971 70%);
}
@media screen and (max-width: 768px) {
	.graph_wrap > div{
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
		max-width: 480px;
		margin: 20px auto auto;
	}
	.graph_wrap > div:first-child{
		margin: 0px auto auto;
	}
	p.graph_text{
		margin-top: 30px;
	}
	p.graph_text2{
		margin-top: 20px;
		font-size: 1.6rem;
	}
}
/* =====================================
お客様の声
======================================== */
ul.voice_list{
	margin-top: 50px;
}
ul.voice_list li{
	margin-top: 20px;
}
ul.voice_list li a{
	color: #000000;
	text-decoration: none;
}
ul.voice_list li .voice_box .text{
	background: #F4FAFF;
}
@media print, screen and (min-width: 769px) {
	p.voice_lead{
		text-align: center;
		font-size: 2.0rem;
	}
	ul.voice_list li .voice_box{
		display: flex;
		align-items: center;
	}
	ul.voice_list li .voice_box.even{
		flex-direction: row-reverse;
	}
	ul.voice_list li .voice_box .image{
		width: 46%;
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
		z-index: 10;
	}
	ul.voice_list li a:hover img{
		opacity: 0.8;
	}
	ul.voice_list li .voice_box .text{
		width: 54%;
		padding: 40px 80px;
	}
	ul.voice_list li a:hover .voice_box .text{
		background: #D8EDFF;
	}
}
ul.voice_list li .voice_box .text p.voice_number{
	color: #202466;
	font-size: 2.8rem;
	font-style: italic;
}
ul.voice_list li .voice_box .text p.voice_number span{
	font-size: 4.6rem;
	margin-left: 0.1em;
}
ul.voice_list li .voice_box .text p.date{
	color: #405E96;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	p.voice_lead{
		padding: 0 20px;
	}
	ul.voice_list{
		margin: 0px auto auto;
		max-width: 480px;
	}
	ul.voice_list li{
		margin-top: 30px;
	}
	ul.voice_list li .voice_box .image{
		z-index: 10;
		padding: 0 20px;
	}
	ul.voice_list li .voice_box .image img{
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	}
	ul.voice_list li .voice_box .text{
		margin-top: -70px;
		padding: 90px 20px 20px 20px;
	}
	ul.voice_list li .voice_box .text p.voice_number{
		font-size: 1.4rem;
	}
	ul.voice_list li .voice_box .text p.voice_number span{
		font-size: 2.2rem;
	}
	ul.voice_list li .voice_box .text p.date{
		font-size: 1.0rem;
	}
}
/* =====================================
スタッフ
======================================== */
@media print, screen and (min-width: 769px) {
	ul.staff_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	ul.staff_list li{
		width: 33.33%;
		padding: 2%;
		display: flex;
	}
	ul.staff_list li a{
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
	}
	ul.staff_list li .staff_box .text .comment{
		font-size: 1.4rem;
	}
	ul.staff_list li a:hover .staff_box .image img{
		opacity: 0.8;
	}
}
ul.staff_list li a{
	display: block;
	background: #FFF;
	color: #000;
	text-decoration: none;
}
ul.staff_list li .staff_box .text{
	padding: 20px;
}
ul.staff_list li .staff_box .text .name{
	color: #202466;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	ul.staff_list{
		max-width: 300px;
		margin: auto;
	}
	ul.staff_list li{
		margin-top: 20px;
	}
	ul.staff_list li a{
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	}
}
/* =====================================
浜田山支店のご紹介
======================================== */
@media print, screen and (min-width: 769px) {
	.store_lead{
		font-size: 2.0rem;
		text-align: center;
	}
	.store_head{
		margin: 60px auto auto;
		display: flex;
		justify-content: space-between;
		max-width: 1180px;
		padding: 0 50px;
	}
	.store_head .photo{
		width: 47%;
	}
	.store_head .outline_wrap{
		width: 47%;
	}
}
.store_head .store_info{
	background: #E5ECF6;
	padding: 2em 3em;
}
.store_head .store_info p.store_name{
	color: #202466;
	font-size: 1.6rem;
	font-weight: 500;
}
.store_head .store_info .s_tel{
	font-size: 2.8rem;
	color: #202466;
	font-weight: 700;
}
.store_head .store_info .s_tel{
	text-decoration: none;
}
.store_head .store_info .s_tel::before{
	background: url("/images/sch/icon_tel.png") no-repeat;
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin: -2px 0.2em 0 0;
	background-size: contain;
	vertical-align: middle;
}
.store_head .store_list dl{
	margin-top: 30px;
	border-top: 1px solid #CCCCCC;
}
.store_head .store_list dl dt{
	color: #202466;
	font-weight: 500;
	padding: 0.8em 0;
}
.store_head .store_list dl dd{
	margin-top: -3.6em;
	padding: 0.8em 0 0.8em 6em;
	border-bottom: 1px solid #CCCCCC;
}
.store_map{
	margin-top: 70px;
}
.store_map iframe{
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 768px) {
	.store_lead{
		padding: 0 20px;
	}
	.store_head{
		margin-top: 30px;
	}
	.store_head .store_info{
		text-align: center;
		padding: 30px 20px;
	}
	.store_head .store_info p.store_name{
		font-size: 1.4rem;
	}
	.store_head .store_list{
		max-width: 520px;
		margin: auto;
		padding: 20px;
	}
	.store_map{
		margin-top: 50px;
	}
	.store_map iframe{
		width: 100%;
		height: 560px;
	}
}
/* =====================================
ページトップ
======================================== */
#page-top{
	position: fixed;
	right: 0;
	width: 60px;
	z-index: 100;
}
@media screen and (max-width: 1080px) {
	#page-top{
		width: 50px;
	}
}
@media screen and (max-width: 768px) {
	#page-top{
		width: 40px;
	}
}
/* =====================================
フッター
======================================== */
.footer{
	position: relative;
	background: #232A36;
	color: #EAEAEA;
}
.footer a{
	color: #EAEAEA;
	text-decoration: none;
}
.footer a:hover{
	color: #C9BA90;
}
@media print, screen and (min-width: 769px) {
	.footer{
		font-size: 1.4rem;
		padding: 80px 50px;
	}
	.footer .footer_navi_wrap{
		max-width: 1080px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer .footer_navi_wrap .f_company{
		font-size: 1.6rem;
		font-weight: 600;
		padding-right: 40px;
	}
	.footer .footer_navi_wrap ul{
		display: flex;
	}
	.footer .footer_navi_wrap ul li{
		margin-left: 40px;
	}
	.footer .copy{
		margin-top: 60px;
	}
}
.footer .copy{
	text-align: center;
	color: #9AA0A9;
}
@media screen and (max-width: 768px) {
	.footer{
		padding: 50px 20px;
	}
	.footer .footer_navi_wrap{
		text-align: center;
	}
	.footer .footer_navi_wrap .f_company{
		font-size: 1.4rem;
		font-weight: 600;
	}
	.footer .footer_navi_wrap ul li{
		margin-top: 30px;
	}
	.footer .copy{
		margin-top: 50px;
	}
}
