@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block
}

a:hover,
a:link,
a:visited,
ins {
    text-decoration: none
}

a,
body {
    color: #3a4451;
}

.btn_type_A_title,
.fixed_ctr_inner {
    transform: translateY(-50%) translateX(-50%)
}

.que,
.st_h,
body,
img {
    width: 100%
}

.form_1,
.form_2,
table {
    border-collapse: collapse
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

img,
input,
select {
    vertical-align: middle
}

button,
input[type=email],
input[type=mail],
input[type=password],
input[type=submit],
input[type=text],
select,
textarea {
    margin: 0;
    padding: 0;
    background: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400
}

a,
a img,
select {
    background: 0 0
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-spacing: 0
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

a img {
    border: 0 #fff
}

.cf:after,
.cf:before,
.wp-pagenavi:after,
.wp-pagenavi:before {
    content: "";
    display: table
}

.cf:after,
.wp-pagenavi:after {
    clear: both
}

.cf,
.wp-pagenavi {
    zoom: 1
}

 ::selection {
    background: #fff000
}

 ::-moz-selection {
    background: #fff000
}

select {
    -webkit-appearance: none;
    appearance: none;
    font-size: inherit;
    color: inherit;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

input {
    display: block;
    margin: auto auto 3em
}

body {
    position: relative;
    letter-spacing: .1em;
	font-size: 15px;
	line-height: 1.8em;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 400;
    font-family: arial, sans-serif;
    overflow-x: hidden;
    word-wrap: break-word;
}
body.transition > div{
	transition: 0.3s;
}
body.transition > div{
	transform: translateY(-50px);
	opacity: 0;
}

body:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #FFF;
	z-index: 1001;
	position: fixed;
	top: 100%;
	left: 0;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.transition:after{
	top: 0;
}
.que {
    height: 750pt
}

.depth_1 {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
}
.fixed_ctr {
    z-index: -1
}

.fixed_ctr_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    z-index: 0;
 }

.ol_bg,
.st_h {
    position: relative
}

.st_h {}

.ol_bg:after {
    background: url(img/movie_overlay.png) top left;
    z-index: 1;
    opacity: .4
}
.lower_header.ol_bg:after{
    opacity: .4
}
.ol_bg:after,
.ol_bg_white:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    display: block
}



.ol_bg_white:after {
    background: hsla(0, 0%, 100%, .8);
    z-index: -1;
    opacity: .8
}

p {
    margin-bottom: 15px
}

.txt_c {
    text-align: center
}

.txt_l {
    text-align: left
}

.txt_r {
    text-align: right
}
.sp_txt_l{
	text-align: center;
}
.small_note{
	font-size: 80%;
}
img{
	display: block;
	position: relative;
}
img:after{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000000;
	top: 0;
	left: 0;
	z-index: 1111
}
.op {
    transition: .3s;
    opacity: 1
}

.op:hover {
    opacity: .8
}
.pc_hide{
	display: none !important;
}
.grd_txt{
	background: linear-gradient(-45deg, #3079df 0%, #04befe 80% , #04befe 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.grd_txt{
		background: none;
		color: #004199;
	}
	.grd_txt i{
		background: none !important;
		color: #004199 !important;
	}
}
_::-webkit-full-page-media, _:future, :root .grd_txt {
		background: none;
		color: #004199;
	-webkit-text-fill-color:currentcolor;
	-webkit-background-clip: border-box !important;
	
}
/*初期値　横並び(左詰)*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
/*横並び(右詰)*/
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/*横並び(センタリング)*/
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの間)*/
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの両端)*/
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*コンテンツの横位置　右寄せ*/
.ps_right {
    justify-content: flex-end
}
/*コンテンツの高さ位置　中央*/
.ps_ctr {
    align-items: center
}
/*コンテンツの高さ位置　下揃え*/
.ps_btm {
    align-items: flex-end
}
/*コンテンツの並び順 右から左*/
.order_r-rv{
	flex-direction: row-reverse;
}
/*コンテンツの並び順 下から上*/
.order_c-rv{
	flex-direction: column-reverse;
}

@media only screen and (max-width: 750px){
	/*コンテンツの並び順 右から左*/
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	/*コンテンツの並び順 下から上*/
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}
.inner{
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.narrow_inner{
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 10px;
}
.wide_inner{
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 10px;
}
/*HEADER*/
.header{
	position: absolute;
	width: calc( 100% - 20px );
	z-index: 10;
	margin: -100px auto 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1200px;
}
.header.fixed{
	max-width: 3000px;
}
.header_inner{
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	background: #a60000;
	padding: 10px 13px 10px 30px;
	transition: 0;
	border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
}
.lower_menu{
	position: fixed;
	width: calc( 100% - 20px );
	z-index: 10;
	margin: 0 auto 0;
	top: 17px;
	left: 0;
	right: 0;
	transition: 0.3s;
}
.header.fixed,
.lower_menu.fixed{
    position: fixed;
    top: 0;
	margin-top: 0;
	width: 100%;
}
.header.fixed:after,
.lower_menu.fixed:after{
	width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08);
}
.header_head_recruit_btn a{
	font-size: 13px;
	text-align: center;
	line-height: 1em;
	display: block;
	padding: 13px 36px;
	font-weight: bold;
	background: #a60000;
	color: #FFF;
}
.header_head_recruit_btn span{
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	line-height: 1em;
	margin-top: 5px;
	font-weight: normal;
	letter-spacing: 0.5em;
}
h1{
	width: 57px;
}

.header.fixed .header_inner,
.lower_menu.fixed .header_inner{
	padding: 15px 100px 17px 30px;
	border-radius: 0;
}
.gnav li{
	margin-right: 30px;
}
.gnav li:last-child{
	margin-right: 0;
}
.gnav li a{
	display: block;
	padding: 10px 10px 10px;
	width: 100%;
	text-align: center;
	position: relative;
	font-weight: bold;
	font-size: 13px;
	line-height: 1em;
	color: #FFF
}
.gnav li a:after{
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	bottom: -2px;
	background: #FFF;
	left: calc( 50% - 2px );
	border-radius: 50%;
	opacity: 0;
	transition: 0.3s;
}
.gnav li a:hover:after{
	opacity: 1;
}
.gnav li a span{
	display: block;
	font-size: 10px;
	line-height: 1em;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}

.gnav li:last-child a{
	background: #FFF;
	color: #a60000;
	padding: 10px 32px 10px;
	border-radius: 5px;
	box-shadow:0px 0px 6px 2px rgba(0,0,0,0.2);
	transition: 0.2s;
}
.gnav li:last-child  a span{
	display: block;
	font-size: 10px;
	line-height: 1em;
	margin-bottom: 3px;
	font-family: 'Montserrat', sans-serif;
}
.gnav li:last-child a:hover{
	padding: 10px 44px 10px 20px;
}
.gnav li:last-child a:after{
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	border-bottom: 2px solid #a60000;
	border-right: 2px solid #a60000;
	left: auto;
	right:	20px;
	bottom: calc( 50% - 4px );
	background: none;
	border-radius: 0;
	transition: 0.2s;
	transform: rotate(-45deg);
	opacity: 0;
}
.gnav li:last-child a:hover:after{
	opacity: 1;
	right: 10px;
}
/*MAINVISUAL*/
.mv{
	/*
	background: url(img/corp/mv01.jpg) center center;
	background-size: cover;
	*/
	position: relative;
	overflow: hidden;
	min-height: 600px;
}
.scr_br{
	position: absolute;
	height: calc( 70px + 1.4em );
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.scr_br p{
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
}
.scr_br:after{
	content: "";
	width: 1px;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 50%;
	background: #FFF;
}
.mv:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*
	background: url(img/mv.jpg) center center no-repeat;
	*/
	background-size: cover;
	opacity: 1;
	z-index: -10;
	transition: 1s;
	opacity: 0;
}
.mv.is_shown:after{
	opacity: 1;
}
.mv:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    background: url(img/movie_overlay.png) top left;
    z-index: 1;
    opacity: .4
}
.mv_most_under_bg{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
    z-index: -11;
}
.mv_inner{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;

/*
    transform: translateY(-47%) translateX(-50%);
*/
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    transition-delay: 0.9s;
    transition-duration: 0.3s;
    padding: 0 10px;
}
/*
.loading_animation_mv.is_shown .mv_inner{
    transform: translateY(-50%) translateX(-50%);
	opacity: 1;
}
*/
.mv_main_ttl{
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	color: #173B84 
}
.mv_main_ttl span{
	font-size: 65px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	display: inline-block;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-shadow: 
	    rgba(0, 0, 0, 0.40) 1px -1px 10px, rgba(0, 0, 0, 0.40) -1px -1px 10px;
}
.mv_sub_ttl{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	height: auto;
	width: 125%;
	z-index: 0;
}
.mv_banner{
	position: absolute;
	top: 20px;
	right: 20px;
	height: 90px;
	width: 334px;
	text-align: center;
	z-index: 10;
}
.mv_banner a{
}
/*MV_SLIDE*/
/*-------------------------------------------------------------------------
MAIN VISUAL
------------------------------------------------------------------------*/

.main_visual_bg{ 
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}
.main_visual_bg li{ 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 16s linear infinite 0s;
    -moz-animation: imageAnimation 16s linear infinite 0s;
    -o-animation: imageAnimation 16s linear infinite 0s;
    -ms-animation: imageAnimation 16s linear infinite 0s;
    animation: imageAnimation 16s linear infinite 0s; 
}
.main_visual_bg li:nth-child(1){ 
	background: url(img/slide_01.jpg) center center no-repeat;
    background-size: cover;
}
.main_visual_bg li:nth-child(2){ 
	background: url(img/slide_02.jpg) center center no-repeat;
    background-size: cover;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s; 
}
.main_visual_bg li:nth-child(3){ 
	background: url(img/slide_03.jpg) center center no-repeat;
    background-size: cover;
    background-position: right center;
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s; 
}
.main_visual_bg li:nth-child(4){ 
	background: url(img/slide_04.jpg) center center no-repeat;
    background-size: cover;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    3% { opacity: 1;}
    30% { opacity: 1 }
    35% { opacity: 0 }
    100% { opacity: 0 }
}
/*mvLoadingAnimation*/
.mv video{
	transition-delay: 1.5s;
	transition-duration: 0;
	opacity: 1;
}
/*TOP ABOUT*/
.top_about{
	background: #f8f8f8;
	padding: 60px 0 0;
}
.top_about_ttl{
	text-align: center;
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 15px;
}
.top_about_img{
	max-width: 93px;
	width: 80%;
	text-align: center;
	margin: 0 auto 30px;
}
.top_about_sub_ttl{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
	padding-bottom: 15px;
}
.top_about p{
	margin-bottom: 0;
}
/*TOP SERVICE*/
.top_service{
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.top_service:before{
	content: "";
	display: block;
	height: 50%;
	width: 100%;
	position: absolute;
	background: #f8f8f8;
	top: 0;
	z-index: -1;
}
.top_service:after{
	content: "";
	display: block;
	height: 50%;
	width: 100%;
	position: absolute;
	background: #F1F1F2;
	bottom: 0;
	z-index: -1;
}
.top_service p{
	margin-bottom: 0;
}
.top_service_inner{
	background: #FFF;
}
.top_service_inner > div:nth-child(1){
	width: 400px;
	padding: 40px;
}
.top_service_inner > div:nth-child(2){
	width: calc( 100% - 420px );
	overflow: hidden
}
.top_service_inner > div:nth-child(2) a{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.top_service_inner > div:nth-child(2) img {
	display: block;
	transition: 0.3s;
}
.top_service_inner > div:nth-child(2) a:hover  img{
	transform: scale(1.1);
}
.top_service_ttl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.top_service_ttl span{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	line-height: 1em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	color: #a60000
}
.top_service_ttl span:after{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #a60000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top_service_ttl{
	font-size: 18px;
	letter-spacing: 0.08em;
}
.top_service_img_hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.top_service_img_hover:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
    background: url(img/movie_overlay.png) top left;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.top_service_inner > div:nth-child(2) a:hover .top_service_img_hover:after{
	opacity: 0.3;
}
.top_service_img_hover p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-37%) translateX(-50%);
    -webkit-transform: translateY(-37%) translateX(-50%);
    -ms-transform: translateY(-37%) translateX(-50%);
    z-index: 2;
	color: #FFF;
	z-index: 3;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 0;
	transition: 0.3s;
	opacity: 0;
}
.top_service_inner > div:nth-child(2) a:hover .top_service_img_hover p{
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
	opacity: 1;
}
.top_service_img_hover p span{
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4em;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.lower_service_logo{
	max-width: 280px;
	border: 1px solid #eeeeee;
	margin: 20px auto 20px 0;
	transition: 0.3s;
}
.lower_service_logo:hover{
	opacity: 0.6;
}
/*TOP LOWER LIST*/
.top_lower_list{
	background: #F1F1F2;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.top_lower_list_inner > *{
	width: calc( 50% - 10px );
	background: #FFF;
	margin-bottom: 20px;
}
.top_lower_list_inner > *:nth-child( n + 3 ){
	margin-bottom: 0;
}

.top_lower_list_header{
	overflow: hidden;
	width: 50%
}
.top_lower_list_header img {
	display: block;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
}
.top_lower_list_inner div a:hover .top_lower_list_header img{
	transform: scale(1.2);
}
.top_lower_list_footer{
	padding: 20px;
	text-align: center;
	position: relative;
	width: 50%
}
.top_lower_list_footer_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 80%;
}
.top_lower_list_footer_inner p{
	text-align: left;
	margin-bottom: 0;
}
.top_lower_list_footer h2{
	font-size: 16px;
	line-height: 1.4em;
	
}
.top_lower_list_footer h2 span{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4em;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	transition: 0.2s;
	color: #a60000
}
.top_lower_list_footer h2 span:after{
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	position: absolute;
	top: calc( 50% + 10px );
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background: #a60000;
	transition: 0.3s;
}
.top_lower_list_inner div a:hover h2 span{
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.top_lower_list_inner div a:hover .top_lower_list_footer h2 span:after{
	left: 100%;
	opacity: 0;
}

.top_lower_list_inner > div:nth-child( n + 3 ) a:hover .top_lower_list_footer h2 span:after{
	left: 0;
}
/*TOP FOOTER RECRUIT NEWS*/
.top_footer_news_recruit{
	margin-bottom: 60px;
}
.top_footer_information{
	width: calc( 100% - 540px );
	margin-right: 40px;
}
.top_footer_information_inner{
	overflow-x: hidden
}
.top_footer_information_inner a{
	padding: 20px 20px 20px 0;
	display: block;
	border-bottom: 1px solid #dddddd;
	position: relative;
	transition: 0.3s;
}
.top_footer_information_inner a p{
	transition: 0.3s;
}
.top_footer_information_inner a:hover p{
	text-decoration: underline;
	color: #a60000
}
.top_footer_information_inner a:after{
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	border-right: 2px solid #a60000;
	border-bottom: 2px solid #a60000;
	transform: rotate(-45deg);
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.top_footer_information_inner p{
	margin-bottom: 0;
}
.top_footer_information_header{
	padding-bottom: 20px;
	border-bottom: 2px solid #a60000;
}
.top_footer_information_header h2{
	font-size: 18px;
}
.top_footer_information_header a{
	font-size: 12px;
}
.top_footer_information_header a:hover{
	text-decoration: underline;
	color: #a60000
}
.top_footer_information_date{
	letter-spacing: 0.2em;
	font-size: 12px;
	margin-bottom: 10px;
}
.top_footer_information_date span{
	font-family: 'Montserrat', sans-serif;
	color: #a60000;
}
.top_footer_information_date{
	font-family: 'Montserrat', sans-serif;
}
.top_footer_information_sp_btn{
	max-width: 270px;
	margin: 0 auto;
	display: none;
}
.sp_btn{
	height: 44px;
	line-height: 44px;	
}
/*FOOTER*/
.footer_sns_link{
	margin-left: 10px;
}
.footer_sns_link > *{
	margin-right: 8px;
}
.footer_sns_link > *:last-child{
	margin-right: 0;
}
.footer_sns_link i{
	font-size: 18px;
	color: #FFF;
	transform: translateY(1px)
}
.footer_foot_banner_img{
	width: 220px;
	display: block
}
.footer_foot_banner ul > li{
	margin-right: 20px;
}
.footer_foot_banner ul > li:last-child{
	margin-right: 0;
}
.footer_foot_banner_head{
	margin-top: 20px;
}
.footer_foot_banner .footer_sns_link i{
	font-size: 22px;
	color: #FFF;
	transform: translateY(1px)
}
/*FOOTER BANNER*/
.footer_banner_wrap{
	padding: 30px 0 15px;
	background: #F1F1F2
}
.footer_banner{
	max-width: 1000px
}
.footer_banner li{
	width: calc( 33.33333% - 10px );
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}
.footer_banner li a{
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	position: relative;
}
.footer_banner li a:hover{
	opacity: 0.8;
}
/*FOOTER*/
footer{
	padding: 40px 0 40px;
	background: #000000
}
footer a{
	transition: 0.3s;
}
footer a:hover{
	opacity: 0.7;
}
.footer_sitemap > div{
	margin-right: 90px;
}
.footer_sitemap > div:last-child{
	margin-right: 0;
}
.footer_sitemap *{
	font-weight: normal;
}
.footer_sitemap p{
	margin-bottom: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.footer_sitemap_list{
	padding-left: 10px;
}
.footer_sitemap_list > li{
	margin-bottom: 5px;
}
.footer_sitemap_list > li > a{
	color: #FFF;
	font-size: 14px;
}
.footer_recruit_btn a{
	width: 250px;
	display: block;
}
.footer_foot{
	padding-top: 18px;
	margin-top: 40px;
	border-top: 1px solid #FFF;
}
.footer_foot ul{
	margin-bottom: 10px;
}
.footer_foot li{
	margin-right: 20px;
}
.footer_foot a{
	color: #FFF;
	font-size: 14px;
}
footer address{
	font-style: normal;
	color: #FFF;
	font-size: 14px;
}
.footer_contact{
	max-width: 320px;
	padding: 20px;
	background: #FFF;
	border-radius: 20px;
}
.footer_contact_btn{
	margin-bottom: 15px;
}
.footer_contact_btn a{
	display: block;
	font-size: 14px;
	padding: 10px;
	background: #000000;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
}
small{
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	text-align: center;
	padding: 10px;
}
/*LOWER_TTL*/
.lower_ttl_01{
	font-size: 22px;
	position: relative;
	margin: 20px auto 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.lower_ttl_01:after{
	content: "";
	display: block;
	height: 1px;
	width: 60px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #a60000;
}
.lower_ttl_02{
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.lower_ttl_02 span{
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin-top: 6px;
	color: #a60000;
}
.lower_ttl_02.accountant_form{
	font-size: 18px;
	margin-bottom: 10px;
}
/*LOWER HEADER*/
.lower_header.architecture_consulting{
	background: url(img/lower_header_architecture_consulting.jpg) center top;
	background-size: cover;
}
.lower_header.rent{
	background: url(img/lower_header_rent.jpg) center top;
	background-size: cover;
}
.lower_header.house{
	background: url(img/lower_header_house.jpg) center top;
	background-size: cover;
}
.lower_header.service{
	background: url(img/top_service.jpg) center top;
	background-size: cover;
}
.lower_header.philosophy{
	background: url(img/lower_header_philosophy.jpg) center top;
	background-size: cover;
}
.lower_header.company{
	background: url(img/lower_header_company.jpg) center top;
	background-size: cover;
}
.lower_header.greeting{
	background: url(img/lower_header_greeting.jpg) center center;
	background-size: cover;
}
.lower_header.contact{
	background: url(img/lower_header_contact.jpg) center bottom;
	background-size: cover;
}
.lower_header.staff{
	background: url(img/lower_header_staff.jpg) center bottom;
	background-size: cover;
}
.lower_header.qa{
	background: url(img/lower_header_qa.jpg) center center;
	background-size: cover;
}
.lower_header.privacy{
	background: url(img/lower_header_qa.jpg) center center;
	background-size: cover;
}
.lower_header.news{
	background: url(img/lower_header_qa.jpg) center center;
	background-size: cover;
}
.lower_header.planning{
	background: url(img/lower_header_planning.jpg) center center;
	background-size: cover;
}
.lower_header.career{
	background: url(img/lower_header_career.jpg) center center;
	background-size: cover;
}
.lower_header.residential{
	background: url(img/lower_header_residential.jpg) center center;
	background-size: cover;
}
.lower_header.payment{
	background: url(img/lower_header_payment.jpg) center center;
	background-size: cover;
}
.lower_header.storage{
	background: url(img/lower_header_storage.jpg) center bottom;
	background-size: cover;
}
.lower_header.property{
	background: url(img/lower_header_property.jpg) center bottom;
	background-size: cover;
}
.lower_header.buy{
	background: url(img/lower_header_buy.jpg) center bottom;
	background-size: cover;
}
.lower_header.use{
	background: url(img/lower_header_use.jpg) center bottom;
	background-size: cover;
}
.lower_header.tax{
	background: url(img/lower_header_tax.jpg) center center;
	background-size: cover;
}
.lower_header .inner{
	height: 530px;
}
.lower_header_ttl_breadcrumb{
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 3;
    width: calc( 100% - 10px );
}
.lower_header_ttl_breadcrumb{
	text-align: center
}
.lower_header_ttl{
    color: #FFF;
	background: #a60000;
    display: inline-block;
    font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	padding: 10px 20px;
	text-wrap: center;
	margin: 0 auto;
}
.lower_header_ttl_service_num{
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	width: 100%;
	color: #a60000;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}
/*BREADCRUMB*/
.breatcrumb{
	padding-left: 19px;
	position: relative;
	margin-bottom: 15px;
	display: block;
}
.breatcrumb li:first-child:after{
	content: "";
	background: #a60000;
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	position: absolute;
	left: -17px;
	top: 8px;
}
.breatcrumb li{
	margin-right: 30px;
	font-size: 13px;
	position: relative;
	padding: 0;
	color: #858585;
}
.breatcrumb li a{
	color: #858585;
	margin-bottom: 0;
}
.breatcrumb li:not(:first-child):after{
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
	transform: rotate(-45deg);
	position: absolute;
	left: -18px;
	top: 10px;
}
.breatcrumb li:last-child{
	margin-right: 0;
}
.lower_header_ttl_service{
	position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 3;
    color: #FFF;
    display: block;
    font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.lower_header_ttl span{
	display: block;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-style: italic
}
/*CONTENTS_LIST*/
.lower_page_sec_list_wrap{
	background: #F1F1F2;	
}
.lower_page_sec_list{
	margin: 0 auto;
}
.lower_page_sec_list li{
	margin: 0 35px 0 0;
}
.lower_page_sec_list li:nth-child(3n){
	margin-right: 0;
}
.lower_page_sec_list li a{
	display: block;
	padding: 15px 0 15px 22px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	transition: 0.3s;
	position: relative;
	z-index: 1
}
.lower_page_sec_list li a:after{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 15px;
	bottom: 50%;
	left: 0;
	background: #3a4451;
	transition: 0.3s;
}
.lower_page_sec_list li a:hover{
	color: #a60000
}
.lower_page_sec_list li a:hover:after{
	background: #a60000
}
.lower_page_sec_list li a i{
	margin-left: 10px;
}
/*GREETING*/
.lower_greeting{
	padding: 60px 0;
}
.lower_greeting p{
	margin-bottom: 15px;
}
.lower_greeting_head{
	margin-bottom: 10px;
}
.lower_greeting_name{
	margin-top: 30px;
}
.lower_greeting_name img{
	width: 120px; margin: 0 auto; display: block
}
.lower_greeting_name > *:nth-child(1){
	width: 100%;
	text-align: right;
	margin-bottom: 5px;
}
.lower_greeting_name_position p{
	margin-top: 4px;
	margin-bottom: 0;
	margin-right: 10px
}
.greeting_header{
	margin-bottom: 20px;
}
.lower_greeting_list{
	margin-bottom: 15px;
}
.lower_greeting_list li{
	padding-left: 20px;
	color: #a60000;
	position: relative;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
.lower_greeting_list li:last-child{
	margin-bottom: 0;
}
.lower_greeting_list li:after{
	  content:"\f058";
	  font-family: FontAwesome;
	  margin-right: 7px;
	  color: #ccc;
	  position: absolute;
	  top: 0;
	  left: 0;
	color: #a60000;
}
/*QA*/
.lower_q_list{
	margin-top: 30px;
}
.lower_q_list > dl{
	width: 100%;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #dadada;
	padding: 20px;
}
.lower_q_list dl dt{
	background: #FFF;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.1em;
	text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.lower_q_list dl dt div{
	width: calc( 100% - 55px );
}
.lower_q_list dl dt span{
	display: block;
	height: 40px;
	width: 40px;
	background: #a60000;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	letter-spacing: 0;
	font-size: 16px;
	margin-right: 15px;
	font-weight: bold;
}
.lower_q_list dl dt:active{
	background: #FFF;
}
.lower_q_list dl dt:after{
	position: absolute;
	display: block;
	height: 2px;
	width: 14px;
	content: "";
	background: #a60000;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
.lower_q_list dl dt:before{
	position: absolute;
	display: block;
	height: 14px;
	width: 2px;
	content: "";
	background: #a60000;
	background-size: cover;
	top: 0;
	right: 6px;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
.lower_q_list dl dt.active:after,
.lower_q_list dl dt.active:before{
	transform: rotate(315deg);
}
.lower_q_list dl dd{
	padding: 15px 0 0 0;
	font-size: 14px;
	position: relative;
	letter-spacing: 0.1em;
	border-top: 1px solid #dddddd
}
.lower_q_list dl dd div{
	width: calc( 100% - 55px );
	float: left
}
.lower_q_list dl dd span{
	font-weight: bold;
	display: block;
	height: 40px;
	width: 40px;
	background: #000000;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	letter-spacing: 0;
	font-size: 16px;
	margin-right: 15px;
	float: left
}
.lower_q_list dl dd{
	margin-top: 10px;
    display:none;
}
.lower_q_list.active dd{
    display:block;
}

.lower_q_list li {
  padding-left: 1.6em;
  position: relative;
}

.lower_q_list li:after {
  position: absolute;
  top: 0;
  left: 0;
}

.lower_q_list li:nth-child(1):after {
  content: "(1)";
}

.lower_q_list li:nth-child(2):after {
  content: "(2)";
}

.lower_q_list li:nth-child(3):after {
  content: "(3)";
}

.lower_q_list li:nth-child(4):after {
  content: "(4)";
}

.lower_q_list li:nth-child(5):after {
  content: "(5)";
}

.lower_q_list li:nth-child(6):after {
  content: "(6)";
}

.lower_q_list li:nth-child(7):after {
  content: "(7)";
}

.lower_q_list li:nth-child(8):after {
  content: "(8)";
}

.lower_q_list li:nth-child(9):after {
  content: "(9)";
}
/*SERVICE*/
.lower_service_content{
	background: #F1F1F2;
}
.lower_service_intro_ttl{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
	line-height: 1.8em;
	margin-bottom: 10px;
}

.list_num{
	margin-bottom: 15px;
}
.list_num li {
  padding-left: 1.6em;
  position: relative;
}

.list_num li:after {
  position: absolute;
  top: 0;
  left: 0;
}

.list_num li:nth-child(1):after {
  content: "(1)";
}

.list_num li:nth-child(2):after {
  content: "(2)";
}

.list_num li:nth-child(3):after {
  content: "(3)";
}

.list_num li:nth-child(4):after {
  content: "(4)";
}

.list_num li:nth-child(5):after {
  content: "(5)";
}

.list_num li:nth-child(6):after {
  content: "(6)";
}

.list_num li:nth-child(7):after {
  content: "(7)";
}

.list_num li:nth-child(8):after {
  content: "(8)";
}

.list_num li:nth-child(9):after {
  content: "(9)";
}



.list_num_circle{
	margin-bottom: 15px;
}
.list_num_circle li {
  padding-left: 1.6em;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #a60000;
}
.list_num_circle li span{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	color: #323232;
	display: block;
}
.list_num_circle li:last-child{
	  margin-bottom: 0;
}
.list_num_circle li:after {
  position: absolute;
  top: 0;
  left: 0;
}

.list_num_circle li:nth-child(1):after {
  content: "①";
}

.list_num_circle li:nth-child(2):after {
  content: "②";
}

.list_num_circle li:nth-child(3):after {
  content: "③";
}

.list_num_circle li:nth-child(4):after {
  content: "④";
}

.list_num_circle li:nth-child(5):after {
  content: "⑤";
}

.list_num_circle li:nth-child(6):after {
  content: "⑥";
}

.list_num_circle li:nth-child(7):after {
  content: "⑦";
}

.list_num_circle li:nth-child(8):after {
  content: "⑧";
}

.list_num_circle li:nth-child(9):after {
  content: "⑨";
}
.lower_service_content_list_wrap{
	margin-top: 30px;
	margin-bottom: 40px;
}
.lower_service_content_list_wrap h3{
	width: 100%;
	margin-bottom: 5px;
}
.lower_service_content_list_wrap > section p{
	margin-bottom: 0;
}
.lower_service_content_list_wrap > section{
	width: calc( 50% - 20px );
	position: relative;
	border-bottom: 1px solid #eeeeee;
}
.lower_service_content_list_wrap > section:after{
	content: "";
	display: block;
	height: 50%;
	width: 100%;
	background: #FFF;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.lower_service_content_list_wrap > section a{
	background: #FFF;
	padding-bottom: 20px;
	padding-top: 20px;
}
.lower_service_content_list_wrap > section a:after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 20px solid transparent;
	border-right: 20px solid #a60000;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: 0.3s;
}
.lower_service_content_list_wrap > section a:hover:after{
	opacity: 1;
}
.lower_service_content_list_wrap > section:nth-child(3n){
	margin-right: 0;
}
.lower_service_content_list_icon{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	padding: 40px;
	position: relative;
	z-index: 2;
	transition: 0.3s;
}
.lower_service_content_list_wrap > section a:hover .lower_service_content_list_icon{
    background: #a60000;
}
.lower_service_content_list_icon img{
	width: 80px;
	position: absolute;
	display: block;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.lower_service_content_list_icon:after{
	content: "";
	position: absolute;
	display: block;
	width: 150px;
	height: 150px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #000000;
	z-index: -1;
	border-radius: 50%;
	transition: 0.5s;
	opacity: 1;
}
.lower_service_content_list_wrap > section a:hover .lower_service_content_list_icon:after{
	width: 160px;
	height: 160px;
	opacity: 0;
    background: #a60000;
}
.lower_service_content_list_content{
	width: calc( 100% - 170px );
	margin-left: 20px;
}
.lower_service_list_no{
	position: relative;
	font-size: 12px;
	font-weight: 800;
	font-style: italic;
	color: #a60000;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3em;
	display: none;
	margin-bottom: 5px;
}
.lower_service_list_no > span{
	font-size: 16px;
}
.lower_service_list_ttl{
	font-size: 18px;
	position: relative;
	padding-left: 20px;
}
.lower_service_list_ttl:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	background: #a60000;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 2px;
}
/*PROPATY*/
.property-management_table{
	border: 1px solid #dddddd;
}
.property-management_table h4{
	width: 100%;
	padding: 15px;
	background: #a60000;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.property-management_table_list_wrap > div{
	width: 50%;
}
.property-management_table_list_wrap > div:nth-child(2){
	border-left: 1px solid #dddddd;
}
.property-management_table_list_wrap h5{
	padding: 10px 10px 10px 10px;
	position: relative;
	background: #F1F1F2;
	border-bottom: 1px solid #dddddd;
	text-align: center
}
.property-management_table_list_wrap_inner{
	padding: 15px 15px 10px;
}
.property-management_table_list_wrap_inner li{
	position: relative;
	padding-left: 13px;
	margin: 0 10px 5px 0;
}
.property-management_table_list_wrap_inner li:after{
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 7px;
	left: 0;
	border-radius: 50%;
	background: #3a4451;
}
.property-management_link{
	margin-top: -10px;
	margin-bottom: 30px;
}
.property-management_link.mrg_0{
	margin-bottom: 0;
}
.property-management_link a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #3a4451;
	font-weight: bold;
}
.property-management_link a i{
	margin-right: 3px;
	color: #a60000
}
.lower_conpact_flow{
	margin-bottom: 25px;
}
.lower_conpact_flow_01{
	position: relative;
	padding-bottom: 20px;
}
.lower_conpact_flow_01:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 20px;
	width: calc( 75% + 20px );
	left: 12%;
	border-bottom: 1px solid #a60000;
	border-right: 1px solid #a60000
}
.lower_conpact_flow_02{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.lower_conpact_flow_02:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 20px;
	width: calc( 75% + 20px );
	left: 12%;
	border-left: 1px solid #a60000
}
.lower_conpact_flow_02:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 20px;
	width: calc( 75% + 20px );
	left: 12%;
	border-bottom: 1px solid #a60000;
	border-right: 1px solid #a60000
}
.lower_conpact_flow_03{
	position: relative;
	padding-top: 20px;
}
.lower_conpact_flow_03:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 20px;
	width: calc( 75% + 20px );
	left: 12%;
	border-left: 1px solid #a60000
}
.lower_conpact_flow li{
	width: calc( 25% - 20px );
	/*
	padding: 10px 10px 10px 35px;
	*/
	padding: 15px 5px;
	background: #FFF;
	background: #F1F1F2;
	font-size: 12px;
	letter-spacing: 0em;
	position: relative;
	font-weight: bold;
	border: 1px solid #a60000;
	color: #a60000;
	text-align: center;
	z-index: 2;
}
.lower_conpact_flow li:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	height: 1px;
	width: 28px;
	right: -28px;
	z-index: 0;
	background: #a60000;
}
.lower_conpact_flow li:last-child:before{
	display: none;
}
.lower_conpact_flow li:last-child span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
/*
.lower_conpact_flow_01 li:after{
	content: "( 1 )";
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
}
.lower_conpact_flow_01{
	margin-bottom: 0;
}
.lower_conpact_flow_01 li:nth-child(2):after{
	content: "( 2 )";
}
.lower_conpact_flow_01 li:nth-child(3):after{
	content: "( 3 )";
}
.lower_conpact_flow_01 li:nth-child(4):after{
	content: "( 4 )";
}
.lower_conpact_flow_02 li:after{
	content: "( 5 )";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.lower_conpact_flow_02{
	margin-bottom: 0;
}
.lower_conpact_flow_02 li:nth-child(2):after{
	content: "( 6 )";
}
.lower_conpact_flow_02 li:nth-child(3):after{
	content: "( 7 )";
}
.lower_conpact_flow_02 li:nth-child(4):after{
	content: "( 8 )";
}
.lower_conpact_flow_03 li:after{
	content: "( 9 )";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
.lower_conpact_flow_03{
	margin-bottom: 0;
}
.lower_conpact_flow_03 li:nth-child(2):after{
	content: "(10)";
}
.lower_conpact_flow_03 li:nth-child(3):after{
	content: "(11)";
}
.lower_conpact_flow_03 li:nth-child(4):after{
	content: "(12)";
}
*/
.property-management_table_02{
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}
.property-management_table_02 > div{
	width: 25%;
	border-right: 1px solid #dddddd;
}
.property-management_table_02 > div:last-child{
	border-right: none;
}
.property-management_table_02 > div h6{
	padding: 10px;
	color: #a60000;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
}
.property-management_table_02 > div p{
	padding: 10px;
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
/*COMPANY*/
.lower_company_overview{
	padding: 120px 0;
	margin-top: -60px;
}
.lower_company_overview:nth-child(1){
	padding-top: 120px;
	padding-bottom: 0;
}
.lower_company_overview:last-child{
	padding-bottom: 120px;
}
.lower_company_overview_gmap{
	margin-bottom: 30px;
}
.lower_company_dl dt{
	margin-right: 0.5em
}
/*PHILOSOPHY*/
.lower_philosophy_content > *:nth-child(1) .narrow_inner{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #dddddd;
}
.lower_philosophy_content{
	padding: 60px 0;
}
.lower_philosophy_intro_ttl{
	text-align: center;
	margin-bottom: 0;
}
.lower_philosophy_intro_ttl span{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.lower_philosophy_intro_ttl_02{
	text-align: center;
}
.lower_philosophy_intro_ttl_02 span{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.lower_philosophy_intro_desc{
	margin-bottom: 0;
}
.lower_philosophy_list li{
	width: calc( 50% - 5px );
	padding: 20px 10px;
	margin-right: 10px;
	background: #a60000;
	color: #FFF;
	border: 1px solid #dddddd;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.lower_philosophy_list li:nth-child(2n){
	margin-right: auto;
}
.lower_philosophy_list li img{
	/*ココから*/
	/*
	width: 70px;
	*/
	/*ココまで*/
	width: 38px;
	display: block;
	margin: 0 auto 20px;
}

/*NEWS*/
.lower_news_content{
	background: #F1F1F2;
	padding: 60px 0;
}
.lower_news_content article{
	padding-top: 80px;
	margin-bottom: 60px;
	margin-top: -80px;
}
.lower_news_content article > div{
	padding: 30px;
	background: #FFF;
}
.lower_news_content article:last-child{
	margin-bottom: 0;
}
.lower_news_header{
	position: relative;
	margin-bottom: 30px;
}
.lower_news_content_cate{
	padding: 10px 14px;
	text-align: center;
	position: absolute;
	left: -35px;
}
.lower_news_content_cate.news{
	background: #a60000;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1em;
}
.lower_news_content_date{
	font-family: 'Montserrat', sans-serif;
	line-height: 1em;
	padding: 10px 0 10px 80px;
	font-weight: bold;
}
.lower_news_ttl{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
.lower_news_footer > *{
	margin-bottom: 15px;
}
.lower_news_footer > *:last-child{
	margin-bottom: 0;
}
.lower_news_img_small img{
	display: block;
	padding: 5px;
	border: 1px solid #dddddd;
	width: 100%;
	max-width: 400px;
	transition: 0.3s;
}
.lower_news_img_midium img{
	display: block;
	padding: 5px;
	border: 1px solid #dddddd;
	width: 100%;
	max-width: 600px;
}
.lower_news_img_big img{
	display: block;
	padding: 5px;
	border: 1px solid #dddddd;
	width: 100%;
}
.lower_news_img_small a:hover img,
.lower_news_img_midium a:hover img,
.lower_news_img_big a:hover img{
	opacity: 0.7;
}
.lower_news_footer a{
	border-bottom: 1px solid #0b71ff;
    color: #0b71ff;
}
.lower_news_footer a:hover{
	border-bottom: none;
}
/*STAFF*/
.news_list{
	margin-top: -140px
}
.news_list > *{
	padding-top: 140px;
	margin-top: -90px
}
.news_list_ttl{
	font-size: 18px;
	line-height: 1.6em;
	background: #f8f8f8;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.news_list_info_date{
	letter-spacing: 0.2em;
	font-size: 12px;
	margin-bottom: 10px;
	color: #323232;
	margin-right: 5px;
}
.news_list_info_cate{
	font-family: 'Montserrat', sans-serif;
	color: #a60000;
	font-size: 12px;
}
.blog_contents_wrap h4{
	font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 15px;
	border-left: 2px solid #a60000;
	padding-left: 10px;
	color: #a60000
}
.blog_contents_wrap h5{
	font-size: 15px;
	margin-bottom: 15px;
	display: inline-block;
	padding: 3px 10px;
	background: #a60000;
	color: #FFF;
}
.blog_contents_wrap h6{
	font-size: 16px;
	color: #a60000;
	margin-bottom: 15px;
}
.blog_contents_wrap ol{
	margin-bottom: 15px;
}
.blog_contents_wrap ol > *{
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}
.blog_contents_wrap ol > *:last-child{
margin-bottom: 0;
}
.blog_contents_wrap ol > *:after{
content: "1.";
position: absolute;
top: 0;
left: 0;
display: block;
}
.blog_contents_wrap ol > *:nth-child(2):after{
content: "2.";
}
.blog_contents_wrap ol > *:nth-child(3):after{
content: "3.";
}
.blog_contents_wrap ol > *:nth-child(4):after{
content: "4.";
}
.blog_contents_wrap ol > *:nth-child(5):after{
content: "5.";
}
.blog_contents_wrap ol > *:nth-child(6):after{
content: "6.";
}
.blog_contents_wrap ol > *:nth-child(7):after{
content: "7.";
}
.blog_contents_wrap ol > *:nth-child(8):after{
content: "8.";
}
.blog_contents_wrap ol > *:nth-child(9):after{
content: "9.";
}
.blog_contents_wrap ol > *:nth-child(10):after{
content: "10.";
}
.blog_contents_wrap ul{
margin-bottom: 20px;
}
.blog_contents_wrap ul > *{
padding-left: 15px;
position: relative;
margin-bottom: 5px;
}
.blog_contents_wrap ul > *:last-child{
margin-bottom: 0;
}
.blog_contents_wrap ul > *:after{
content: "●";
position: absolute;
top: -1px;
left: 0;
display: block;
}
.blog_contents_wrap img{
	width: 100%;
	height: auto;
}
/*-------------------------------------------------------------------------
PAGINATION
------------------------------------------------------------------------*/
.pagination{
	margin: 50px auto 0;
	padding: 10px 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.pagination a{
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #f3f3f3;
	transition: 0.3s;
	font-family: 'Montserrat', sans-serif;
}
.pagination a:hover{
	color: #FFF;
	background: #a60000;
}
.pagination span{
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #f3f3f3;
}
.pagination span.dots{
	background: none;
}
.pagination span.current{
	background: #a60000;
	color: #FFF;
}
/*RECRUIT*/
.lower_recruit_content{
	padding: 60px 0;
}
.lower_recruit_switch{
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
.lower_recruit_switch_list li{
	margin-bottom: 30px;
}
.lower_recruit_switch_list li:last-child{
	margin-bottom: 0;
}
.lower_recruit_switch{
	border: 2px solid #a60000;
	border-radius: 50px;
	padding-left: 2px;
}
.lower_recruit_switch a{
	display: block;
	width: 100%;
	height: 64px;
	margin: 0 auto;
	color: #a60000;
	position: relative;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.lower_recruit_switch a:hover{
	color: #FFF;
}
.lower_recruit_switch a:after{
	content: "";
	display: block;
	height: 60px;
	width: 60px;
	background: #a60000;
	border-radius: 60px;
	position: absolute;
	top: calc( 50% - 30px );
	left: 0;
	transition: 0.3s;
	z-index: -1;
}
.lower_recruit_switch a:hover:after{
	width: calc( 100% - 2px );
}
.lower_recruit_switch a:before{
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 7px );
	left: 19px;
	z-index: 1;
}
/*LOWER SERVICE DETAILS*/
.lower_wrap > *{
	margin-bottom: 90px;
}
.lower_wrap > *:last-child{
	margin-bottom: 0;
}
.lower_wrap p a{
	text-decoration: underline;
	color: #0079ff 
}
.lower_wrap p strong{
	background: linear-gradient(transparent 70%, #ffdede 30%);
}
.lower_wrap p a:hover{
	opacity: 0.6;
}
.lower_service_detail_inner{
	background: #FFF;
	margin: -120px auto 0;
	z-index: 1;
	position: relative;
	width: calc( 100% - 30px );
	max-width: 1320px;
	padding: 30px 40px;
}
.lower_service_detail_sidebar{
	width: 300px;
	position: relative;
	padding: 0 0;
	z-index: 1;
	margin-left: 70px;
	padding-top: 42px;
}
.lower_service_detail_content{
	width: calc( 100% - 370px );
	background: #FFF;
}
.lower_service_detail_sidebar_ttl{
	padding: 20px;
	text-align: center;
	background: #000000;
	color: #FFF;
}
.lower_service_detail_sidebar_sitemap{
	margin-bottom: 20px;
}
.lower_service_detail_sidebar_sitemap li a{
	padding: 20px 20px 20px 0;
	display: block;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
	position: relative
}
.lower_service_detail_sidebar_sitemap li a:after{
	content: "";
	display: block;
	height: 7px;
	width: 7px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 3px );
	right: 0;
}
.lower_service_detail_sidebar_sitemap li a:hover{
	color: #a60000;
}
.lower_service_detail_sidebar_sitemap li a:hover:after{
	border-bottom: 2px solid #a60000;
	border-right: 2px solid #a60000;
}
.lower_service_detail_sidebar_banner li a{
	border: 1px solid #dddddd;
	display: block;
	transition: 0.3s;
}
.lower_service_detail_sidebar_banner li a:hover{
	opacity: 0.6;
}
.lower_service_detail_sidebar_banner li{
	margin-bottom: 10px;
}
.lower_service_detail_content{
	margin: 0 auto 70px;
}
.lower_service_detail_content_intro_desc,
.lower_service_detail_content_section{
	margin-bottom: 60px;
}
.lower_service_detail_content_section.anker{
	margin-top: -100px;
	padding-top: 100px;
}
.lower_service_detail_content_section:last-child{
	margin-bottom: 0;
}
.lower_service_detail_content_intro_ttl{
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 1.8em;
	position: relative;
	padding-top: 3px;
	background: #a60000;
	padding: 8px 0 8px 20px;
	color: #FFF;
}
.lower_service_detail_planning_list{
	padding: 20px 20px 5px;
	border: 1px solid #dddddd;
	background: #F1F1F2
}
.lower_service_detail_planning_list li{
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background: #a60000;
	line-height: 1.2em;
}
.lower_service_detail_content_ttl_01{
	font-size: 15px;
	color: #a60000;
	margin-bottom: 10px;
	font-weight: bold
}
.lower_service_detail_content_ttl_02{
	padding: 10px 10px 10px 20px;
	color: #a60000;
	position: relative;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.8em;
}
.lower_service_detail_content_ttl_02:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #a60000, #a60000 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #a60000, #a60000 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0.2;
	z-index: -1;
 }
.lower_service_detail_content_flow_chart dl{
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.lower_service_detail_content_flow_chart dl:after{
	content: "";
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid black;
	position: absolute;
	bottom: -5px;
	left: calc( 50% - 5px );
}
.lower_service_detail_content_flow_chart dl:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.lower_service_detail_content_flow_chart dl:last-child:after{
	display: none;
}
.lower_service_detail_content_flow_chart dt{
	width: 180px;
}
.lower_service_detail_content_flow_chart dd{
	width: calc( 100% - 210px );
}
.lower_service_detail_content_flow_chart dt div{
	padding: 15px 10px;
	text-align: center;
	border: 1px solid #dddddd;
	background: #F1F1F2;
	font-weight: bold;
}
.lower_service_detail_content_flow_chart dt.last div{
	background: #a60000;
	color: #FFF;
}
.lower_service_detail_content_flow_chart_no{
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
}
.lower_service_detail_content_flow_chart dt.last div .lower_service_detail_content_flow_chart_no{
	background: #a60000;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.lower_service_detail_content_flow_chart_no > span{
	font-size: 12px;
	display: block;
}
.lower_service_detail_content_flow_chart_list01{
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom: 20px;
}
.lower_service_detail_content_flow_chart_list01:last-child{
	margin-bottom: 0;
}
.lower_service_detail_content_flow_chart_list01 p{
	margin-bottom: 0;
}
.lower_service_detail_content_flow_chart_list01 h5{
	font-weight: bold;
	color: #a60000;
	font-size: 15px;
}
.lower_service_detail_content_flow_chart_list01 li{
	padding-left: 16px;
	position: relative;
}
.lower_service_detail_content_flow_chart_list01 li:after{
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 7px;
	left: 0;
	border-radius: 50%;
	background: #3a4451;
}
.lower_service_detail_content_list01_inner{
	display: inline-block;
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom: 30px;
}
.lower_service_detail_content_list01_inner h5{
	font-weight: bold;
	color: #a60000;
	font-size: 15px;
}
.lower_service_detail_content_list_icons_img{
	width: 50px;
	background: #a60000;
	border-radius: 50%;
}
.lower_service_detail_content_list01 li{
	padding-left: 16px;
	position: relative;
}
.lower_service_detail_content_list01 li:after{
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 7px;
	left: 0;
	border-radius: 50%;
	background: #3a4451;
}
.lower_service_detail_content_flow_chart_Interruption{
	font-weight: bold;
	padding: 10px;
	border: 1px solid #dddddd;
	background: #F1F1F2;
	position: relative;
	margin: 50px auto 50px; 
}
.lower_service_detail_content_flow_chart_Interruption:after{
	content: "";
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid black;
	position: absolute;
	bottom: -7px;
	left: calc( 50% - 5px );
}
.lower_service_detail_content_other_link{
	width: 100%;
	margin-top: -10px;
}
.lower_service_detail_content_other_link a{
	display: inline-block;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #dddddd;
	color: #3a4451;
	
}
.lower_service_detail_content_other_link a i{
	padding-right: 5px;
	color: #a60000
}
.lower_service_detail_content_ttl_03{
	padding: 10px 10px 10px 20px;
	color: #a60000;
	position: relative;
	margin-bottom: 20px;
	font-size: 20px;
	background: #f8f8f8;
	line-height: 1.8em;
	border-left: 8px double #a60000;
}
.lower_service_detail_content_ttl_03 small{
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	display: inline
}
.lower_service_detail_content_ttl_03.no{
	padding: 10px 10px 10px 30px;
}
.lower_service_detail_content_ttl_03.no span{
	display: block;
	position: absolute;
	top: 11px;
	left: 15px;
}
.lower_service_detail_content__section{
	margin-bottom: 20px;
}
.lower_service_detail_content__section:last-child{
	margin-bottom: 0;
}
.lower_service_detail_content_list_no li{
	padding-left: 33px;
	position: relative;
}
.lower_service_detail_content_list_no li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: -1px;
	left: 10px;
}
.lower_service_detail_content_list_no{
	margin-bottom: 0;
}
.lower_service_detail_content_list_no li:nth-child(2):after{
	content: "(2)";
}
.lower_service_detail_content_list_no li:nth-child(3):after{
	content: "(3)";
}
.lower_service_detail_content_list_no li:nth-child(4):after{
	content: "(4)";
}
.lower_service_detail_content_list_no li:nth-child(5):after{
	content: "(5)";
}
.lower_service_detail_content_list_no li:nth-child(6):after{
	content: "(6)";
}
.lower_service_detail_content_list_no li:nth-child(7):after{
	content: "(7)";
}
.lower_service_detail_content_list_no li:nth-child(8):after{
	content: "(8)";
}
.lower_service_detail_content_list_no li:nth-child(9):after{
	content: "(9)";
}
.lower_service_detail_content_btn_big a{
	padding: 50px 20px;
	background: #F1F1F2;
	display: block;
	border: 1px solid #dddddd;
	font-size: 17px;
	font-weight: bold;
	text-align: center
}
.lower_service_detail_pdf_dl_list li{
	margin-bottom: 20px;
}
.lower_service_detail_pdf_dl_list li:last-child{
	margin-bottom: 0;
}
.lower_service_detail_pdf_dl_list li a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #3a4451;
	font-weight: bold;
}
.lower_service_detail_pdf_dl_list li a i{
	margin-right: 10px;
	color: #a60000
}
.lower_service_detail_content_section_list li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.lower_service_detail_content_section_list li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}
.lower_service_detail_content_section_list_img img{
	padding: 15px;
	width: 200px;
	border: 1px solid #dddddd;
}
.lower_service_detail_content_section_list_desc{
	width: calc( 100% - 250px );
}
.lower_service_detail_content_section_list_desc p{
	margin-bottom: 0;
}
/*NEW TABLE*/
.responsive-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
}
.responsive-table tbody {
　border: 1px solid #dddddd;  
}
.responsive-table th,
.responsive-table td  {
  border: 1px solid #dddddd;  
  padding: 5px 15px;
}
.responsive-table th {
  background:  #F1F1F2;
  width: 20px;
  text-align: center;
}
@media only screen and (max-width: 751px) {
  .responsive-table tr,
  .responsive-table th,
  .responsive-table td {
    display: block;
    width: auto;
  }
  .responsive-table th{
	  width: 100%;
  }
  .responsive-table th br{
	  display: none;
  }
  .responsive-table tr:first-child {
    border-top: 1px solid #dddddd; 
  }
  .responsive-table th,
  .responsive-table td {
    border-top: none;
  }
}
/*BTN*/
.btn_wrap{
	margin-top: 30px;
}
.btn_base{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: bold
}
.btn_base span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.btn_base span:first-child{
	transform: rotateX(90deg);
	transform-origin: 50% 50% -20px;
	background: #323232;
	color: #FFF;
}
.btn_base:hover span:first-child{
	transform: rotateX(0deg);
}
.btn_base span:last-child{
	transform: rotateX(0deg);
	transform-origin: 50% 50% -20px;
	background: #a60000;
	color: #FFF;
}
.btn_base:hover span:last-child{
	opacity: 0;
	transform: rotateX(-90deg);
}

/* type
-----------------------------------------------------------------*/
.btn_base{
	height: 44px;
	line-height: 44px;
}
@media all and (-ms-high-contrast:none){
	.btn_base{
		line-height: 47px;
	}
}

.top_service_inner .btn_base span:first-child{
	transform-origin: 50% 50% -30px;
}
.top_service_inner .btn_base span:last-child{
	transform-origin: 50% 50% -30px;
}
.top_service_inner .btn_base{
	height: 60px;
	line-height: 60px;
}
@media all and (-ms-high-contrast:none){
	.top_service_inner .btn_base{
		line-height: 60px;
	}
}


/*BTN*/
.btn_wrap{
	margin-top: 30px;
}
.btn_base_top_lower_list{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: bold
}
.btn_base_top_lower_list span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.btn_base_top_lower_list span:first-child{
	transform: rotateX(90deg);
	transform-origin: 50% 50% -20px;
	background: #323232;
	color: #FFF;
}
.top_lower_list_inner article a:hover .btn_base_top_lower_list span:first-child{
	transform: rotateX(0deg);
}
.btn_base_top_lower_list span:last-child{
	transform: rotateX(0deg);
	transform-origin: 50% 50% -20px;
	background: #a60000;
	color: #FFF;
}
.top_lower_list_inner article a:hover .btn_base_top_lower_list span:last-child{
	opacity: 0;
	transform: rotateX(-90deg);
}
/*LOWER_CONTACT*/
.lower_contact_header{
	margin: 60px auto;
}
.lower_contact_header p{
	text-align: center;
}
.lower_contact_header_tel{
	padding: 40px 20px;
	border: 1px solid #dddddd;
	text-align: center;
}
.lower_contact_header_tel h4{
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.lower_contact_header_tel a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 30px;
}
.lower_contact_form_wrap{
	padding: 60px 0;
	background: #F1F1F2
}
.lower_contact_type_list{
	margin-bottom: 20px;
}
.lower_contact_type_list li{
	width: calc( 50% - 10px );
	border: 1px solid #dddddd;
	text-align: center;
	transition: 0.3s;
}
.lower_contact_type_list li:hover{
	border-color: #a60000;
}
.lower_contact_type_list li a{
	display: block;
	height: 100%;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	transition: 0.3s;
	padding: 40px 20px;
}
.lower_contact_type_list li a:hover{
	color: #FFF;
	background: #a60000;
}
/*PRIVACY*/
.lower_privacy_content{
	background: #F1F1F2;
	padding: 60px 0;
}
.lower_privacy_content_inner{
	padding: 50px 30px;
	background: #FFF;
}
.lower_privacy_content_inner.lower_contact_privacy{
	padding: 20px;
	text-align: left;
	height: 300px;
	overflow-y: scroll;
	margin: 30px auto;
	border: 1px solid #dddddd;
}
.p_list_wrap {
  margin-bottom: 30px;
}

.p_list_wrap h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.p_list_deci>li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 10px;
}

.p_list_deci>li:after {
  position: absolute;
  top: 0;
  left: 0;
}

.p_list_deci li:nth-child(1):after {
  content: "1.";
}

.p_list_deci li:nth-child(2):after {
  content: "2.";
}

.p_list_deci li:nth-child(3):after {
  content: "3.";
}

.p_list_deci li:nth-child(4):after {
  content: "4.";
}

.p_list_deci li:nth-child(5):after {
  content: "5.";
}

.p_list_deci li:nth-child(6):after {
  content: "6.";
}

.p_list_deci li:nth-child(7):after {
  content: "7.";
}

.p_list_deci li:nth-child(8):after {
  content: "8.";
}

.p_list_deci li:nth-child(9):after {
  content: "9.";
}

.p_list_deci_child>li {
  padding-left: 1.6em;
  position: relative;
  margin-bottom: 10px;
}

.p_list_deci_child>li:after {
  position: absolute;
  top: 0;
  left: 0;
}

.p_list_deci_child li:nth-child(1):after {
  content: "(1)";
}

.p_list_deci_child li:nth-child(2):after {
  content: "(2)";
}

.p_list_deci_child li:nth-child(3):after {
  content: "(3)";
}

.p_list_deci_child li:nth-child(4):after {
  content: "(4)";
}

.p_list_deci_child li:nth-child(5):after {
  content: "(5)";
}

.p_list_deci_child li:nth-child(6):after {
  content: "(6)";
}

.p_list_deci_child li:nth-child(7):after {
  content: "(7)";
}

.p_list_deci_child li:nth-child(8):after {
  content: "(8)";
}

.p_list_deci_child li:nth-child(9):after {
  content: "(9)";
}
.privacy_address {
  font-style: normal;
}

.privacy_address span {
  display: inline-block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.p_list_wrap_strong{
	font-weight: bold;
}
/*PAGE BANNER*/
.page_banner > * a{
	display: block;
}
.page_banner > *:nth-child(1){
	width: 200px;
	margin-right: 20px;
}
.page_banner > *:nth-child(2){
	width: 72px;
}
/* type
-----------------------------------------------------------------*/
.btn_base_top_lower_list{
	height: 44px;
	line-height: 44px;
}
@media all and (-ms-high-contrast:none){
	.btn_base_top_lower_list{
		line-height: 47px;
	}
}
/*FACEBOOK*/
#pageplugin{ width: 100%; max-width: 500px; margin:0 auto 0;padding: 0 !important;}.fb-page.fb_iframe_widget{display:block;margin:0 auto; position: relative}

.fixed_contact ul li:nth-child(1){
	margin-bottom: 5px;
}
.footer_contact_close{
	background: #323232;
	color: #FFF;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	top: -30px;
	right: 0;
	transition: 0.2s;
	letter-spacing: 0;
}
.footer_contact_close:hover{
	opacity: 0.6
}
.fixed_contact{
	background: #a60000;
	position: fixed;
	bottom: -400px;
	right: 10px;
	z-index: 10;
	transition: 0.3s;
	padding: 15px;
	border-radius: 5px;
}
.fixed_contact.close{
	opacity: 0;
	visibility: hidden
}
.fixed_contact_tel{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	font-size: 24px;
	display: block;
	width: 100%;
	color: #FFF;
	width: 230px;
}
.fixed_contact_tel span{
	font-size: 13px;
}
.fixed_contact_mail{
	display: block;
	font-weight: bold;
	padding: 10px 30px;
	background: #FFF;
	color: #a60000;
	font-size: 16px;
	border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08);
	transition: 0.3s;
}
.fixed_contact_mail:hover{
	opacity: 0.7
}
.fixed_contact_mail i{
	margin-right: 8px;
}
.fixed_contact.vissble{
	bottom: 10px
}
.fixed_contact_tel_after_txt{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	line-height: 1.4em;
	letter-spacing: 0;
}
.sp_nav_bg{
	opacity: 0;
	right: -100%;
}

.sp_nav_bg,
.sp_nav_head{
	display: block;
}
.sp_nav_head{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 10px;
	width: 100%;
	background: #a60000;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
}
.sp_nav_head h1{
	width: 110px;
}
.sp_nav_inner{
}
/*SP_NAV*/
.sp_nav_bg{
	background: #FFF;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
	padding-top: 60px;
	transition: 0.3s;
	opacity: 1;
}
.sp_nav_bg.open{
	right: 0;
}
.menu {
	position: fixed;
	top: 20px;
	right: 20px;
	height: 60px;
	width: 60px;
	z-index: 102;
	transition: 0.3s;
	border-radius: 50%;
	background: #a60000;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08);
	transition: 0.3s;
}
/*
.menu.fixed {
	background: #FFF;
}
*/
.menu.fixed {
	top: 10px;
	right: 10px;
}
.menu.fixed:hover,
.menu:hover{
	background: #000000;
}
.menu-link{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1200;
}
.menu-icon {
	position: absolute;
	width: 20px;
	height: 14px;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 1px;
}
.menu-line {
	background-color: #FFF;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	position: absolute;
	left: 0;
	transition: all 0.25s ease-in-out;
}
/*
.menu.fixed .menu-line {
	background-color: #a60000;
}
.menu.fixed:hover .menu-line {
	background-color: #FFF;
}
*/
.menu-line-2 {
	top: 0;
	bottom: 0;
	margin: auto;
}
.menu-line-3 {
	bottom: 0;
}
.menu.open .menu-line-1 {
	transform: translateY(7px) translateY(-50%) rotate(-45deg);
}
.menu.open .menu-line-2 {
  opacity: 0;
}
.menu.open .menu-line-3 {
	transform: translateY(-7px) translateY(50%) rotate(45deg);
}
.menu-bg {
	background-image: linear-gradient(-45deg, #004199 0%, #004199 10%, #04befe 100%);
	width: 100%;
	height: 100%;
	position: fixed;
	transition: transform 0.3s ease-in-out;
	z-index: 0;
}
.sp_nav{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: hidden;
	top: 0;
}
.sp_nav.open{
	visibility: visible;
	opacity: 1;
}
.sp_nav .sp_nav_left{
	transform: translateY(-200px);
	transition: 0.3s;
}
.sp_nav .sp_nav_right{
	transform: translateY(200px);
	transition: 0.3s;
}
.sp_nav.open .sp_nav_left,
.sp_nav.open .sp_nav_right{
	opacity: 1;
	transform: translateY(0);
}
.sp_nav_left{
	width: 350px;
	height: 100%;
	background: #a60000;
	position: relative;
}
.sp_nav_left_logo{
	width: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sp_nav_right{
	width:calc( 100% - 350px );
	height: 100%;
	background: url(img/sp_nav_right_bg.jpg) center center;
	background-size: cover;
	position: relative;
}
.sp_nav_right a{
	transition: 0.3s;
}
.sp_nav_right a:hover{
	color: #a60000;
}
.sp_nav_right_01{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	padding: 100px;
}
.sp_nav_right_01 > *:nth-child(1){
	margin-bottom: 15px;
}
.sp_nav_right_01 > *:nth-child(1) > a{
	font-weight: 600;
	font-size: 17px;
}
.sp_nav_right_01 > *:nth-child(1) > a > i{
	color: #a60000	
}

.sp_nav_right_02{
	padding-left: 30px;
}
.sp_nav_right_02 > *:nth-child(1){
	margin-right: 70px;
	margin-bottom: 20px;
}
.sp_nav_right_02 > *:nth-child(2){
	margin-bottom: 20px;
}
.sp_nav_right_02 > *:nth-child(3){
	width: 100%;
}
.sp_nav_right_02 > * > a{
	font-weight: 600;
	font-size: 16px;
	margin-bottom:5px;
	display: inline-block;
}
.sp_nav_right_02 li > span{
	font-weight: 600;
	font-size: 16px;
	margin-bottom:5px;
	display: inline-block;
}
.sp_nav_right_03 > *{
	margin-bottom: 5px;
}
.sp_nav_right_03 a{
	color: #424242
}
.sp_nav_right_03 > * > a > i{
	font-size: 12px;
	color: #a60000;
	line-height: 15px;
	transform: translateY(-1px);
}
.sp_nav_right_03_sns_list > *{
	margin-left: 8px;
	transform: translateY(-1px);
}
.sp_nav_right_01 > *:nth-child(1){
	transform: translateX(30px);
	opacity: 0;
	transition-delay: 0.25s;
	transition-duration: 0.3s;
}
.sp_nav.open .sp_nav_right_01 > :nth-child(1){
	transform: translateX(0);
	opacity: 1;
}
.sp_nav_right_02 > * > *:nth-child(1){
	transform: translateX(30px);
	opacity: 0;
	transition-delay: 0.35s;
	transition-duration: 0.3s;
}
.sp_nav.open .sp_nav_right_02 > * > *:nth-child(1){
	transform: translateX(0);
	opacity: 1;
}
.sp_nav_right_03 > *{
	transform: translateX(30px);
	opacity: 0;
	transition-delay: 0.35s;
	transition-duration: 0.3s;
}
.sp_nav_right_03 > *:nth-child(1){
	transition-delay: 0.36s;
}
.sp_nav_right_03 > *:nth-child(2){
	transition-delay: 0.37s;
}
.sp_nav_right_03 > *:nth-child(3){
	transition-delay: 0.38s;
}
.sp_nav_right_03 > *:nth-child(4){
	transition-delay: 0.39s;
}
.sp_nav_right_03 > *:nth-child(5){
	transition-delay: 0.40s;
}
.sp_nav_right_03 > *:nth-child(6){
	transition-delay: 0.41s;
}
.sp_nav_right_03 > *:nth-child(7){
	transition-delay: 0.42s;
}
.sp_nav_right_03 > *:nth-child(8){
	transition-delay: 0.43s;
}
.sp_nav_right_03 > *:nth-child(9){
	transition-delay: 0.44s;
}
.sp_nav.open .sp_nav_right_03 > *{
	transform: translateX(0);
	opacity: 1;
}
/*LOWER*/

.header_inner{
	background: rgba(255, 255, 255, 0.8);
}
.gnav li a{
	color: #323232;
	font-weight: 600
}
.gnav li:last-child a {
	background: #a60000;
	color: #FFF;
}
.gnav li:not(:last-child) a:hover{
	color: #a60000;
}
.gnav li a:after{
	background: #a60000;
}
.gnav li:last-child a:after{
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.lower_service_detail_content_lo_01{
	padding: 20px;
	background: #f8f8f8;
	border: 1px solid #dddddd;
}
.lower_service_detail_content_lo_01_ttl{
	background: #000000;
	color: #FFF;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.lower_service_detail_content_lo_01_list > *{
	width: calc( 33.3333% - 10px );
	position: relative;
	padding-left: 12px;
	line-height: 1.7em;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 15px;
}
.lower_service_detail_content_lo_01_list > *:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #a60000;
	position: absolute;
	top: 8px;
	left: 0px;
}
.lower_flow_chart_list_01 > *{
	position: relative;
}
.lower_flow_chart_list_01 > *:not(:first-child){
	padding-top: 20px;
}
.lower_flow_chart_list_01 > *:after{
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: -1;
	border-left: 2px dotted #a60000;
}
.lower_flow_chart_list_01 > *:last-child:after{
	display: none;
}
.lower_flow_chart_list_01_left{
	width: 100%;
	margin-bottom: 10px;
}
.lower_flow_chart_list_01_left_icon{
	height: 55px;
	width: 55px;
}
.lower_flow_chart_list_01_left_ttl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 15px;
}
.lower_flow_chart_list_01_left_num{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 15px;
	background: #a60000;
	color: #FFF;
	line-height: 1em;
	font-style: italic;
	margin-right: 20px;
	width: 100px;
	text-align: center
}
.lower_flow_chart_list_01_left_num span:before{
	content: "1";
	font-size: 18px;
	line-height: 1em;
}
.lower_flow_chart_list_01 > *:nth-child(2) .lower_flow_chart_list_01_left_num span:before{
	content: "2";
}
.lower_flow_chart_list_01 > *:nth-child(3) .lower_flow_chart_list_01_left_num span:before{
	content: "3";
}
.lower_flow_chart_list_01 > *:nth-child(4) .lower_flow_chart_list_01_left_num span:before{
	content: "4";
}
.lower_flow_chart_list_01 > *:nth-child(5) .lower_flow_chart_list_01_left_num span:before{
	content: "5";
}
.lower_flow_chart_list_01 > *:nth-child(6) .lower_flow_chart_list_01_left_num span:before{
	content: "6";
}
.lower_flow_chart_list_01_right{
	margin-left: 120px;
	border-bottom: 1px solid #dddddd;
}
.lower_flow_chart_list_01 > *:last-child .lower_flow_chart_list_01_right{
	border-bottom: none;
}
.lower_case_list_01 > *{
	padding: 15px;
	border: 1px solid #dddddd;
}
.lower_case_list_01_content{
	width: calc( 100% - 300px );
}
.lower_case_list_01_img{
	width: 260px;
}
.lower_case_list_01_content_head{
	margin-bottom: 10px;
}
.lower_case_list_01_content_head > *{
	margin-right: 20px;
}
.lower_case_list_01_content_num{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #a60000;
	font-size: 14px;
	font-style: italic;
	display: block;
	line-height: 1em;
}
.lower_case_list_01_content_num span:before{
	content: "1";
	font-size: 22px;
	line-height: 1em;
}
.lower_case_list_01 > *{
	margin-bottom: 20px;
}
.lower_case_list_01 > *:last-child{
	margin-bottom: 0;
}
.lower_case_list_01 > *:nth-child(2) .lower_case_list_01_content_num span:before{
	content: "2";
}
.lower_case_list_01 > *:nth-child(3) .lower_case_list_01_content_num span:before{
	content: "3";
}
.lower_case_list_01 > *:nth-child(4) .lower_case_list_01_content_num span:before{
	content: "4";
}
.lower_case_list_01 > *:nth-child(5) .lower_case_list_01_content_num span:before{
	content: "5";
}
.lower_case_list_01 > *:nth-child(6) .lower_case_list_01_content_num span:before{
	content: "6";
}
.lower_case_list_01 > *:nth-child(7) .lower_case_list_01_content_num span:before{
	content: "7";
}
.lower_case_list_01 > *:nth-child(8) .lower_case_list_01_content_num span:before{
	content: "8";
}
.lower_case_list_01 > *:nth-child(9) .lower_case_list_01_content_num span:before{
	content: "9";
}
.lower_case_list_01_img img{
	display: block;
}
.lower_case_list_01_ttl{
	font-size: 20px;
	line-height: 1.6em;
}
.lower_case_list_01_content_img{
	width: 90px;
}
.lower_case_list_01_content > *:last-child{
	margin-bottom: 0;
}

.lower_case_list_02 > *{
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}
.lower_case_list_02_num{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	background: #a60000;
	font-size: 15px;
	font-style: italic;
	display: block;
	line-height: 1em;
	width: 100px;
	height: 36px;
	border: 2px solid #a60000;
	overflow: hidden;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	transform: translateY(10px)
}
.lower_case_list_02_content{
	width: calc( 100% - 115px );
	margin-left: 15px;
}
.lower_case_list_02_num span:before{
	content: "1";
	font-size: 20px;
	line-height: 1em;
}
.lower_case_list_02 > *{
	margin-bottom: 20px;
}
.lower_case_list_02 > *:last-child{
	margin-bottom: 0;
}
.lower_case_list_02 > *:nth-child(2) .lower_case_list_02_num span:before{
	content: "2";
}
.lower_case_list_02 > *:nth-child(3) .lower_case_list_02_num span:before{
	content: "3";
}
.lower_case_list_02 > *:nth-child(4) .lower_case_list_02_num span:before{
	content: "4";
}
.lower_case_list_02 > *:nth-child(5) .lower_case_list_02_num span:before{
	content: "5";
}
.lower_case_list_02 > *:nth-child(6) .lower_case_list_02_num span:before{
	content: "6";
}
.lower_case_list_02 > *:nth-child(7) .lower_case_list_02_num span:before{
	content: "7";
}
.lower_case_list_02 > *:nth-child(8) .lower_case_list_02_num span:before{
	content: "8";
}
.lower_case_list_02 > *:nth-child(9) .lower_case_list_02_num span:before{
	content: "9";
}
.lower_case_list_02_img img{
	display: block;
}
.lower_case_list_02_content_img{
	width: 55px;
}
.lower_case_list_02_content_head{
	margin-bottom: 8px;
}
.lower_case_list_02_content_ttl{
	width: calc( 100% - 70px );
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 15px;
}
/*LIST*/
.list_01{
	margin-bottom: 10px;
}
.list_01 > *{
	padding-left: 19px;
	position: relative;
}
.list_01 > *:after{
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background: #000000;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
/*BTN*/
.lower_btn{
	color: #0079ff;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	text-decoration: underline !important;
}
.lower_btn i{
	font-size: 11px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	color: #0079ff;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #0079ff;
	line-height: 16px;
	text-align: center;
	padding-left: 1px;
	transform: translateY(-1px);
	margin-left: 10px;
}
.lower_service_detail_content_ttl_04{
	font-size: 17px;
	color: #a60000;
	line-height: 1.6em;
}
.lower_service_detail_content_ttl_05{
	font-size: 17px;
	background: #a60000;
	color: #FFF;
	display: inline-block;
	padding: 4px 15px;
	margin-bottom: 30px;
}
.mrg_0{
	margin-bottom: 0;
}
.dl_list_01 > dt{
	color: #323232;
	font-weight: bold;
	text-align: center;
}
.lower_service_detail_content_indent{
	padding-left: 15px;
	padding-bottom: 15px;
}
.list_03 > *{
	width: calc( 50% - 5px );
	margin-bottom: 10px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.list_03 > *:nth-child(3),
.list_03 > *:nth-child(4){
	margin-bottom: 0;
}
.list_03 > * > span{
	display: block;
	padding: 10px 15px;
	font-weight: bold;
	text-align: center;
	background: #f8f8f8;
	font-size: 17px;
	border-bottom: 1px solid #dddddd;
	color: #a60000;
}
.list_03_child > *{
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	padding: 10px 6px;
	border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 1380px){
	.footer_foot_banner_img{
		width: 250px;
		display: block
	}
	.footer_foot_banner ul > li{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1280px){
	.top_service_inner > div:nth-child(1){
		width: 340px;
		padding: 20px;
	}
	.top_service_inner > div:nth-child(2){
		width: calc( 100% - 360px );
	}
	.lower_service_detail_sidebar{
		width: 270px;
		margin-left: 30px;
	}
	.lower_service_detail_content{
		width: calc( 100% - 300px );
	}
	.lower_service_detail_inner{
		margin: -40px auto 0;
		z-index: 1;
		position: relative;
		width: calc( 100% - 20px );
		max-width: 1320px;
		padding: 20px 30px;
	}
	.lower_header .inner{
		height: 380px;
	}
	.lower_header_ttl{
		font-size: 24px;
	}
	.lower_header_ttl_service_num{
		font-size: 17px;
	}
	.lower_wrap > *{
		margin-bottom: 40px;
	}
	.lower_service_detail_content{
		margin: 0 auto 40px;
	}
	.lower_service_detail_content_lo_01_list > *{
		width: calc( 50% - 10px );
	}
}
@media only screen and (max-width: 1180px){
	video{
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		height: 120%;
		width: auto;
	}
	.top_service_inner{
		flex-direction: column-reverse;
		background: none;
	}
	.top_service_inner > div:nth-child(1){
		max-width: 700px;
		width: calc( 100% - 20px );
		margin-top: -100px;
		position: relative;
		z-index: 8;
		background: #FFF;
	}
	.top_service_inner > div:nth-child(2){
		width: 100%;
	}
	.mv_main_ttl{
		font-size: 13px;
	}
	.mv_main_ttl span{
		font-size: 30px;
		margin-top: 5px;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.mv_sub_ttl{
		font-size: 16px;
		line-height: 1.4em;
	}
}
@media only screen and (max-width: 1000px){
	.gnav{
		display: none;
	}
	.header{
		position: absolute;
		width: 100%;
		margin: 0 auto;
		transform: translateX(-50%);
		max-width: 1200px;
		top: 0;
		z-index: 100;
	}
	.header,
	.lower_menu{
		position: fixed;
		top: 0;
		margin-top: 0;
		width: 100%;
	}
	.header:after,
	.lower_menu:after{
		width: 100%;
		height: 0;
	}
	.header .header_inner,
	.lower_menu .header_inner{
		padding: 5px 100px 7px 10px;
		border-radius: 0;
	}
	.header.fixed .header_inner,
	.lower_menu.fixed .header_inner{
		padding: 5px 100px 7px 10px;
		border-radius: 0;
	}
	.sp_nav_right_01 > *:nth-child(1){
		transform: translateX(0);
		opacity: 0;
		transition-delay: 0s;
		transition-duration: 0s;
	}
	.sp_nav_right_02 > * > *:nth-child(1){
		transform: translateX(0);
		opacity: 0;
		transition-delay: 0s;
		transition-duration: 0s;
	}
	h1{
		width: 47px;
	}
	.fixed_contact{
		display: none;
	}
	.top_service{
		padding-bottom: 30px;
	}
	.top_footer_information{
		width: 100%;
		margin-bottom: 30px;
		margin-right: auto;
	}
	.top_footer_news_recruit{
		margin-bottom: 30px;
	}
	.top_lower_list{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.footer_contact{
		display: none;
	}
	/*LOWER_SERVICE*/
	.lower_service_content_list_wrap{
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.lower_service_content_list_wrap > section{
		width: 100%;
		position: relative;
		border-bottom: 1px solid #eeeeee;
	}
	.lower_service_content_list_wrap > section:last-child{
		border: none
	}
	.lower_menu{
		z-index: 100;
	}
	/*MENU*/
	.menu {
		top: 5px;
		right: 10px;
		height: 36px;
		width: 36px;
	}
	.menu.fixed {
		top: 5px;
		right: 10px;
	}
	.menu-link{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1200;
	}
	.menu-icon {
		width: 18px;
	}
	.sp_nav{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: -5;
		opacity: 0;
		visibility: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: #FFF;
	}
	.sp_nav.open{
		visibility: visible;
		opacity: 1;
		transform: translate( 0 , 0);
		z-index: 99;
	}
	.sp_nav.open .sp_nav_left,
	.sp_nav.open .sp_nav_right{
		opacity: 1;
		transform: translateY(0);
	}
	.sp_nav_left{
		display: none;
	}
	.sp_nav .sp_nav_right{
		transform: translateY(0);
		background: #FFF
	}
	.sp_nav_right{
		width: 100%;
		height: 100%;
		padding: 0;
		position: relative;
	}
	.sp_nav_right a{
		transition: 0.3s;
	}
	.sp_nav_right a:hover{
		color: #a60000;
	}
	.sp_nav_right_01 > li:nth-child(1) a{
		padding: 15px 10px;
		display: block;
		border-bottom: 1px solid #eeeeee;
	}
	.sp_nav_right_01{
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0,0);
		width: 100%;
		padding: 50px 0 80px;
	}
	.sp_nav_right_01 > *:nth-child(1){
		margin-bottom: 0;
	}
	.sp_nav_right_01 > *:nth-child(1) > a{
		font-weight: 600;
		font-size: 17px;
	}
	.sp_nav_right_01 > *:nth-child(1) > a > i{
		color: #a60000	
	}
	
	.sp_nav_right_02{
		padding-left: 0;
	}
	.sp_nav_right_02 > *:nth-child(1){
		margin-right: 0;
		margin-bottom: 0;
		width: 100%;
	}
	.sp_nav_right_02 > *:nth-child(2){
		width: 100%;
		margin-bottom: 0;
	}
	.sp_nav_right_02 > *:nth-child(3){
		width: 100%;
	}
	.sp_nav_btn{
		font-weight: 600;
		font-size: 16px;
		margin-bottom:5px;
		padding: 13px 10px 13px 40px;
		display: block;
		border-bottom: 1px solid #eeeeee;
		width: 100%;
		position: relative;
		transition: 0.3s;
		transition-delay: 0;
		margin: 0;
	}
	.sp_nav_right_02 li > span {
		margin-bottom: 0;
	}
	.sp_nav_btn.active{
		background: #f8f8f8
	}
	.sp_nav_btn:after{
		content: "";
		display: block;
		height: 10px;
		width: 10px;
		position: absolute;
		border-top: 2px solid #a60000;
		border-right: 2px solid #a60000;
		transform: rotate(135deg);
		top: 19px;
		right: 20px;
		transition: 0.3s;
	}
	.sp_nav_btn.active:after{
		transform: rotate(675deg) translateY(4px) translatex(-3px);
	}
	.sp_nav_right_03 > *{
		transform: translateX(0);
		opacity: 0;
		transition-delay: 0s;
		transition-duration: 0s;
	}
	.sp_nav_right_02 > *:nth-child(1) span,
	.sp_nav_right_02 > *:nth-child(2) span,
	.sp_nav_right_02 > *:nth-child(3) span,
	.sp_nav_right_02 > *:nth-child(4) span,
	.sp_nav_right_02 > *:nth-child(5) span,
	.sp_nav_right_02 > *:nth-child(6) span,
	.sp_nav_right_02 > *:nth-child(7) span,
	.sp_nav_right_02 > *:nth-child(8) span,
	.sp_nav_right_02 > *:nth-child(9) span,
	.sp_nav_right_03 > *:nth-child(1),
	.sp_nav_right_03 > *:nth-child(2),
	.sp_nav_right_03 > *:nth-child(3),
	.sp_nav_right_03 > *:nth-child(4),
	.sp_nav_right_03 > *:nth-child(5),
	.sp_nav_right_03 > *:nth-child(6),
	.sp_nav_right_03 > *:nth-child(7),
	.sp_nav_right_03 > *:nth-child(8),
	.sp_nav_right_03 > *:nth-child(9){
		transition-delay: 0s;
	}
	.sp_nav_right_03 > *{
		visibility: hidden;
		overflow: hidden;
		height: 0;
		transition: 0.2s;
	}
	.sp_nav_right_03 > *{
		margin-bottom: 0;
	}
	.sp_nav_right_03.open > *{
		visibility: visible;
		height: 54px;
		transform: translateY(0);
	}
	.sp_nav_right_03 > * > a > i{
		font-size: 12px;
		color: #a60000;
		line-height: 15px;
		transform: translateY(-1px);
	}
	.sp_nav_right_03 > * > a{
		display: block;
		padding: 13px 10px 13px 40px;
		border-bottom: 1px solid #eeeeee;
		width: 100%;
	}
	.sp_nav_right_03_sns > a{
		display: inline-block;
		width: calc( 100% - 120px );
		border: none;
	}
	.sp_nav_right_03_sns{
		border-bottom: 1px solid #eeeeee;
		align-items: center;
		
	}
	.sp_nav_right_03_sns_list{
		width: 120px;
		padding-right: 15px
	}
	.sp_nav_right_03_sns_list{
		justify-content: flex-end;
	}
	.sp_nav_right_03_sns_list a{
		font-size: 20px;
	}
	.sp_nav_right_03_sns_list > *{
		margin-left: 8px;
		transform: translateY(-1px);
	}
	.lower_service_detail_sidebar{
		display: none;
	}
	.lower_service_detail_content{
		width: 100%;
	}
}

@media only screen and (max-width: 800px){
	.top_service{ 
		position: relative;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.top_service_inner > div:nth-child(1){
		max-width: 800px;
		width: 100%;
		margin-top: 0;
	}
	.top_lower_list_footer,
	.top_lower_list_header{
		width: 100%;
	}
	.top_lower_list_footer{
		padding: 20px 10px 20px;
	}
	.up_down_rv{
		flex-direction: column-reverse;
	}
	.top_lower_list_footer_inner{
		position: relative;
	    top: auto;
	    left: auto;
	    transform: translateY(0) translateX(0);
	    width: 100%;
	}
	.top_lower_list_footer h2{
		font-size: 14px;
	}
	.top_lower_list_footer h2 span{
		font-size: 10px;
	}
	.top_lower_list_inner article a:hover h2 span{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.top_lower_list_inner article a:hover .top_lower_list_footer h2 span:after{
	    left: 50%;
	    opacity: 1;
	}
	
	.top_lower_list_inner > article:nth-child( n + 3 ) a:hover .top_lower_list_footer h2 span:after{
	    left: 50%;
	}
	.top_lower_list_inner > *{
		width: calc( 50% - 5px );
		margin-bottom: 10px;
	}
	.top_lower_list_inner > *:nth-child( n + 3 ){
		margin-bottom: 0;
	}
	.footer_banner_wrap{
		padding: 10px 0;		
	}
	.footer_banner ul li{
		width: calc( 50% - 5px );
		margin-bottom: 10px;
	}
	.footer_banner ul li:nth-child( n + 3 ){
		margin-bottom: 10px;
	}
	.footer_sitemap > div{
		margin-right: 30px;
		margin-bottom: 20px;
	}
	.footer_foot{
		padding-top: 18px;
		margin-top: 0;
		border-top: 1px solid #FFF;
	}
	.footer_foot a{
		font-size: 11px;
	}
	.footer_foot address{
		font-size: 11px;
	}
	.mv_main_ttl{
		font-size: 10px;
	}
	.mv_main_ttl span{
		font-size: 20px;
	}
	.mv_sub_ttl{
		font-size: 13px;
		line-height: 1.4em;
		letter-spacing: 0;
	}
	/*FOOTER*/
	
	.footer_sitemap > div{
		margin-bottom: 20px;
	}
	/*TOP ABOUT*/
	.top_about{
		padding: 20px 0 10px;
	}
	.top_about .txt_c{
		text-align: left;
	}
	.top_about .txt_c br{
		display: none;
	}
	.top_about_ttl{
		font-size: 16px;
	}
	.top_about_img{
		max-width: 70px;
	}
	.top_about_sub_ttl{
		font-size: 16px;
	}
	.top_footer_information_header a{
		display: none;
	}
	.top_footer_information_sp_btn{
		display: block;
	}
	.top_footer_information_inner a{
		line-height: 1.4em;
		font-size: 12px;
	}
	.top_footer_information_date{
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 767px){
	.lower_conpact_flow{
		margin-bottom: 25px;
	}
	.lower_conpact_flow_01{
		position: relative;
		padding-bottom: 20px;
	}
	.lower_conpact_flow_01:after{
		content: "";
		display: block;
		position: absolute;
		height: 20px;
		width: calc( 50% + 20px );
		left: 25%;
		border-bottom: 1px solid #a60000;
		border-right: 1px solid #a60000
	}
	.lower_conpact_flow_01:before{
		content: "";
		display: block;
		position: absolute;
		bottom: calc( 50% + 10px );
		height: 20px;
		width: calc( 50% + 20px );
		left: 25%;
		border-bottom: 1px solid #a60000;
		border-right: 1px solid #a60000;
	}
	.lower_conpact_flow_01 li:nth-child(3):after{
		content: "";
		display: block;
		position: absolute;
		top: -22px;
		height: 21px;
		width: 1px;
		left: calc( 50% + 2px );
		border-bottom: 1px solid #a60000;
		border-right: 1px solid #a60000;
	}
	.lower_conpact_flow_02 li:nth-child(1):after,
	.lower_conpact_flow_02 li:nth-child(3):after{
		content: "";
		display: block;
		position: absolute;
		top: -22px;
		height: 21px;
		width: 1px;
		left: calc( 50% + 2px );
		border-bottom: 1px solid #a60000;
		border-right: 1px solid #a60000;
	}
	.lower_conpact_flow_03 li:nth-child(1):after,
	.lower_conpact_flow_03 li:nth-child(3):after{
		content: "";
		display: block;
		position: absolute;
		top: -22px;
		height: 21px;
		width: 1px;
		left: calc( 50% + 2px );
		border-bottom: 1px solid #a60000;
		border-right: 1px solid #a60000;
	}
	.lower_conpact_flow_02{
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.lower_conpact_flow_02:after{
		content: "";
		display: block;
		position: absolute;
		height: 20px;
		top: auto;
		bottom: 0;
		width: calc( 50% + 20px );
		left: 25%;
		border-bottom: 1px solid #a60000;
		border-right: 1px solid #a60000;
		border-left: 0;
	}
	.lower_conpact_flow_02:before{
		content: "";
		display: block;
		position: absolute;
		bottom: 50%;
		height: 20px;
		width: calc( 50% + 20px );
		left: 25%;
		border-bottom: 1px solid #a60000;
		border-right: 1px solid #a60000;
	}
	.lower_conpact_flow_03:after{
		content: "";
		display: block;
		position: absolute;
		height: 20px;
		top: auto;
		bottom: 0;
		width: calc( 50% + 20px );
		left: 25%;
		border-bottom: 1px solid #a60000;
		border-right: 1px solid #a60000;
		border-left: 0;
		display: none
	}
	.lower_conpact_flow_03:before{
		content: "";
		display: block;
		position: absolute;
		top: auto;
		bottom: calc( 50% - 10px );
		height: 20px;
		width: calc( 50% + 20px );
		left: 25%;
		border-bottom: 1px solid #a60000;
		border-right: 1px solid #a60000;
	}
	.lower_conpact_flow li{
		width: calc( 50% - 5px );
		/*
		padding: 10px 10px 10px 35px;
		*/
		letter-spacing: 0em;
		padding: 15px 5px;
		font-size: 12px;
	}
	.lower_conpact_flow li:before{
		width: 40px;
		right: -41px;
	}
	.lower_conpact_flow li:nth-child(2n):before{
		display: none;
	}
	.lower_conpact_flow li:last-child:before{
		display: none;
	}
	.lower_conpact_flow li:last-child span{
		position: absolute;
		bottom: 3px;
		left: 0;
		width: 100%;
		font-size: 11px;
	}
	.lower_conpact_flow li:nth-child(2){
		
	}
	.lower_conpact_flow li:nth-child(1),
	.lower_conpact_flow li:nth-child(2){
		margin-bottom: 40px;
	}
	
	.lower_wrap > *{
		margin-bottom: 20px;
	}
	.lower_service_detail_inner{
		margin: 0 auto;
		z-index: 1;
		position: relative;
		width: 100%;
		padding: 20px 15px 0;
	}
	/*フローリスト*/
	
	.lower_case_list_01_content_head{
		margin-bottom: 5px;
	}
	.lower_case_list_01_content{
		width: 100%;
	}
	.lower_case_list_01_img{
		width: 100%;
		margin-top: 10px
	}
	.lower_case_list_01_content_head > *{
		margin-right: 0;
		margin-bottom: 0
	}
	.lower_case_list_01_content_head > *:nth-child(1){
		width: 80px;
	}
	.lower_case_list_01_content_head > *:nth-child(2){
		width: calc( 100% - 95px );
		margin-left: 15px;
	}
	.lower_case_list_01_content_img{
		width: 100%;
	}
	.lower_case_list_01_content > *:last-child{
		margin-bottom: 0;
	}
	
	.lower_case_list_02 > *{
		padding: 15px 0;
		border-bottom: 1px solid #dddddd;
	}
	.lower_case_list_02_num{
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		background: #a60000;
		font-size: 15px;
		font-style: italic;
		display: block;
		line-height: 1em;
		width: 100px;
		height: 36px;
		border: 2px solid #a60000;
		overflow: hidden;
		text-align: center;
		line-height: 36px;
		color: #FFF;
		transform: translateY(10px)
	}
	.lower_case_list_02_content{
		width: calc( 100% - 115px );
		margin-left: 15px;
	}
	.lower_case_list_02_num span:before{
		content: "1";
		font-size: 20px;
		line-height: 1em;
	}
	
	
	.lower_flow_chart_list_01 > *:after{
		display: none;
	}
	.lower_flow_chart_list_01_left_num{
		font-size: 13px;
		width: 90px;
		transform: translateY(0);
		margin-right: calc( 100% - 90px );
		margin-bottom: 15px;
	}
	.lower_flow_chart_list_01_right{
		margin-left: 0;
	}
	.lower_flow_chart_list_01_left{
		width: 100%;
		margin-bottom: 10px;
	}
	.lower_flow_chart_list_01_left_icon{
		width: 40px;
		height: 40px;
	}
	.lower_flow_chart_list_01_left_ttl{
		width: calc( 100% - 50px );
		font-size: 17px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 0;
		margin-left: 10px;
	}
	
	
	.lower_header .inner{
		height: auto;
		padding: 120px 0
	}
	.lower_service_detail_content_lo_01_list > *{
		width: 100%;
	}
	.lower_case_list_02 > *{
		padding: 0 0 15px;
		border-bottom: 1px solid #dddddd;
	}
	.lower_case_list_02_content{
		width: 100%;
		margin-left: auto;
		margin-top: 30px;
	}
	.lower_case_list_02_content_img{
		width: 40px;
	}
	.lower_case_list_02_content_ttl{
		width: calc( 100% - 50px );
		font-size: 17px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 0;
		margin-left: 10px;
	}
	.lower_service_detail_content_intro_ttl{
		margin-bottom: 12px;
		font-size: 20px;;
		padding: 8px 15px;
	}
	.lower_service_detail_content_ttl_02{
		padding: 10px;
		color: #a60000;
		position: relative;
		margin-bottom: 20px;
		font-size: 18px;
	}
	
	.lower_case_list_02_num{
		font-size: 13px;
		width: 90px;
		transform: translateY(0)
	}
	.lower_case_list_02_num span:before{
		font-size: 18px;
	}
	.lower_case_list_02_content{
		margin-top: 10px;
	}

	.list_03 > *{
		width: 100%;
	}
	.list_03 > *:nth-child(3){
		margin-bottom: 10px;
	}
	.list_03 > * > span{
		font-size: 16px;
	}
	.lower_btn{
		margin-top: -5px;
		display: block;
	}
	.lower_service_detail_content_ttl_04{
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px){
	/*LOWER STAFF*/
	.lower_staff_list_header_ceo > img{
		float: left;
		width: 180px;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.lower_staff_list_header_desc dt{
		margin-bottom: 5px;
	}
	.lower_staff_list_header_desc dd{
		width: 100%;
	}
	.lower_staff_list_header_img{
		width: 180px;
	}
	.lower_staff_list_header_desc{
		width: calc( 100% - 200px );
	}
	.lower_staff_list_header{
	    align-items: flex-start
	}
	.lower_staff_list_ga_list li:nth-child(1):after{
		content: "総務・経理部";
		padding: 10px 10px;
		font-size: 13px;
	}
	/*PHILOSPHY*/
	.lower_philosophy_content > *:nth-child(1) .narrow_inner{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	/*PHILOSOPHY*/
	.lower_philosophy_list li{
		width: calc( 50% - 5px );
		margin-bottom: 10px;
	}
	.lower_recruit_switch a{
		display: block;
		width: 100%;
		height: 44px;
		margin: 0 auto;
		color: #a60000;
		position: relative;
		line-height: 40px;
		font-size: 16px;
		font-weight: bold;
		transition: 0.3s;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}
	.lower_recruit_switch a:hover{
		color: #FFF;
	}
	.lower_recruit_switch a:after{
		content: "";
		display: block;
		height: 40px;
		width: 40px;
		background: #a60000;
		border-radius: 40px;
		position: absolute;
		top: calc( 50% - 20px );
		left: 0;
		transition: 0.3s;
		z-index: -1;
	}
	.lower_recruit_switch a:hover:after{
		width: calc( 100% - 2px );
	}
	.lower_recruit_switch a:before{
		content: "";
		display: block;
		height: 10px;
		width: 10px;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		transform: rotate(-45deg);
		position: absolute;
		top: calc( 50% - 4px );
		left: 10px;
		z-index: 1;
	}
	.lower_service_content_list_wrap > section a{
		background: #FFF;
		padding-bottom: 20px;
		padding-top: 30px;
	}
	.lower_service_list_ttl{
		font-size: 18px;
		position: relative;
		padding-left: 0;
		padding-bottom: 10px;
		display: block;
	}
	.lower_service_list_ttl:after{
		display: none;
	}
	.lower_service_content_list_icon{
		width: 50px;
		height: 50px;
		padding: 10px;
		position: absolute;
		top: 15px;
		left: 0;
	}
	.lower_service_content_list_icon img{
		width: 30px;
	}
	.lower_service_content_list_icon:after{
		width: 50px;
		height: 50px;
	}
	.lower_service_content_list_wrap > section a:hover .lower_service_content_list_icon:after{
		width: 50px;
		height: 50px;
		opacity: 0;
		background: #a60000;
	}
	.lower_service_content_list_content{
		width: 100%;
		margin-left: auto;
	}
	.lower_service_content_list_content h3{
		padding-left: 60px;
	}
}
@media only screen and (max-width: 500px){
	.lower_staff_list_header_img{
		width: 230px;
		margin: 0 auto 10px;
	}
	.lower_staff_list_header_desc{
		width: 100%;
	}
	.lower_staff_list_name{
		text-align: center
	}
	.lower_staff_list_header_desc dt{
		width: 80px
	}
	.lower_staff_list_header_desc dd{
		width: calc( 100% - 90px );
	}
	/*LOWER STAFF*/
	.lower_staff_list_header_ceo > img{
		float: none;
		width: 230px;
		margin: 0 auto 10px;
	}
	.lower_staff_list_header_ceo_name{
		text-align: center
	}
	.lower_staff_list_header_ceo_name_img{
		display: block;
		margin: 0 auto;
		text-align: center
	}
	.lower_staff_list_header_ceo_name_img img{
		display: block;
		margin: 0 auto;
		text-align: center
	}
	.lower_staff_list_name_ceo_eng{
		display: block;
		width: 100%;
	}
	.lower_staff_list_header_ceo_list{
		padding: 10px;
	}
	.lower_staff_list_ga_name{
		text-align: center
	}
	.lower_staff_list_header_ceo_list li{
		font-size: 14px;
	}
	.lower_staff_list_ga_list li:after{
		text-align: center;
	}
	.lower_staff_list_ga_list li:nth-child(1):after,
	.lower_staff_list_ga_list li:nth-child(2):after{
		width: 250px;
		left: calc( 50% - 125px );
	}
	.lower_staff_list_ga_list li{
		width: 100%;
		margin-bottom: 20px;
	}
	.lower_staff_list_ga_list li:nth-child(2){
		margin-bottom: 0;
	}
	.lower_staff_list_ga_list li:nth-child(3){
		margin-bottom: 0;
		padding-top: 20px;
	}
	.lower_staff_list_ga_jp.lower_staff_list_ga_jp_blank{
		margin-top: 0;
	}
	.lower_staff_list_ga_list li img{
		display: block;
		width: 230px;
		margin: 0 auto 10px;
	}
	.sp_txt_l{
		text-align: left
	}
	.footer_banner ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_banner ul li:nth-child( n + 3 ){
		margin-bottom: 10px;
	}
	.footer_banner ul li:last-child{
		margin-bottom: 0;
	}
	.footer_sitemap > *{
		width: 100%;
	}
	.footer_sns_link{
		margin-left: 10px;
	}
	.footer_foot_banner_img{
		width: 240px;
		display: block
	}
}
@media only screen and (max-width: 400px){
	/*STAFF*/
	.lower_staff_list{
		padding: 10px;
	}
	/*LOWER HEADER*/
	.lower_header .inner{
		height: 200px;
	}
	/*LOWER SERVICE*/
	.footer_banner ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_banner ul li:last-child{
		margin-bottom: 0;
	}
	/*PHILOSOPHY*/
	.lower_philosophy_list li{
		width: 100%;
		margin-bottom: 10px;
	}
	/*BREADCRUMB*/
	.breatcrumb{
		margin-top: 0;
	}
	.breatcrumb li{
		font-size: 11px;
	}
	.breatcrumb li a{
		font-size: 11px;
	}
	.property-management_table_02 > div{
		width: 100%;
		border-right: none;
	}
	.property-management_table_02 > div:nth-child(2n){
		border-right: none;
	}

}
/*TABLE*/
.guideline_flow li span{
	display: block;
	padding: 5px 15px;
	border-radius: 5px;
	background: #F1F1F2;
	width: 250px;
	text-align: center;
	position: relative;
	border: 2px solid #a60000;
	color: #a60000;
	font-weight: bold;
}
.guideline_flow li span:after{
	content: "";
	display: block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #a60000;
  border-bottom: 3px solid #a60000;
  transform: rotate(45deg);
  position: absolute;
  left: calc( 50% - 5px );
  bottom: -20px;
}
.guideline_flow li:last-child span:after{
	display: none;
}
.guideline_flow li{
	margin-bottom: 30px;
}
.guideline_flow li:last-child{
	margin-bottom: 0;
}
.guideline_flow li:last-child span{
	background: #a60000;
	color: #FFF;
}
.table_type02 {
  border: 1px solid #dddddd;
  width: 100%;
  margin: 20px auto 80px;
  max-width: 950px
}

.table_type02 tr {
  border-bottom: 1px solid #dddddd
}

.table_type02 tr th {
  width: 200px;
  vertical-align: middle;
  background-color: #F1F1F2
}

.table_type02 tr td {
  text-align: left
}

.table_type02_title {
  display: block;
  font-weight: bold
}

.table_indent {
  margin-left: 1.2em;
  margin-top: -20px
}

.table_indent ul li {
  text-indent: -1.1em;
  padding-left: 1.1em
}

.fukuri_list li {
  text-indent: -1.1em;
  padding-left: 1.1em
}

@media only screen and (min-width: 751px) {
  .table_type02 tr th {
    width: 200px;
    padding: 20px
  }
  .table_type02 tr td {
    padding: 20px 40px;
    font-size: 14px
  }
}

@media only screen and (max-width: 750px) {
  .table_type02 tr th {
    width: 100%;
    padding: 20px
  }
  .table_type02 tr th, .table_type02 tr td {
    display: block
  }
  .table_type02 tr th {
    padding: 10px 15px
  }
  .table_type02 tr td {
    padding: 20px 15px
  }
}

.table_type02 th span {
  font-size: 11px;
  line-height: 1em;
  display: block;
  margin-top: -3px;
}
.table_type02_list_no li{
	padding-left: 30px;
	position: relative;
}
.table_type02_list_no li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.table_type02_list_no{
	margin-bottom: 0;
}
.table_type02_list_no li:nth-child(2):after{
	content: "(2)";
}
.table_type02_list_no li:nth-child(3):after{
	content: "(3)";
}
.table_type02_list_no li:nth-child(4):after{
	content: "(4)";
}
.table_type02_list_no li:nth-child(5):after{
	content: "(5)";
}
.table_type02_list_no li:nth-child(6):after{
	content: "(6)";
}
.table_type02_list_no li:nth-child(7):after{
	content: "(7)";
}
.table_type02_list_no li:nth-child(8):after{
	content: "(8)";
}
.table_type02_list_no li:nth-child(9):after{
	content: "(9)";
}
.table_type02_list_border{
	margin-bottom: 0;
}
.table_type02_list_border li{
	padding-left: 20px;
	position: relative;
}
.table_type02_list_border li:last-child{
	margin-bottom: 0;
}
.table_type02_list_border li:after{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 12px;
	bottom: 50%;
	left: 0;
	background: #3a4451;
}
/*TABLE*/
.table_type02_B {
  border: 1px solid #dddddd;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 950px
}
.table_type02_B p{
	margin-bottom: 0;
}
.table_type02_B_contents_wrap{
	margin-bottom: 15px;
}
.table_type02_B tr {
  border-bottom: 1px solid #dddddd
}

.table_type02_B tr th {
  width: 200px;
  vertical-align: middle;
  background-color: #F1F1F2
}

.table_type02_B tr td {
  text-align: left
}

.table_type02_B_title {
  display: block;
  font-weight: bold
}

.table_indent {
  margin-left: 1.2em;
  margin-top: -20px
}

.table_indent ul li {
  text-indent: -1.1em;
  padding-left: 1.1em
}

.fukuri_list li {
  text-indent: -1.1em;
  padding-left: 1.1em
}

@media only screen and (min-width: 751px) {
  .table_type02_B tr th {
    width: 200px;
    padding: 20px
  }
  .table_type02_B tr td {
    padding: 20px 40px;
    font-size: 14px
  }
}

@media only screen and (max-width: 750px) {
  .table_type02_B tr th {
    width: 100%;
    padding: 20px
  }
  .table_type02_B tr th, .table_type02_B tr td {
    display: block
  }
  .table_type02_B tr th {
    padding: 10px 15px
  }
  .table_type02_B tr td {
    padding: 20px 15px
  }
}

.table_type02_B th span {
  font-size: 11px;
  line-height: 1em;
  display: block;
  margin-top: -3px;
}
.table_type02_B_list_no li{
	padding-left: 30px;
	position: relative;
}
.table_type02_B_list_no li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.table_type02_B_list_no{
	margin-bottom: 0;
}
.table_type02_B_list_no li:nth-child(2):after{
	content: "(2)";
}
.table_type02_B_list_no li:nth-child(3):after{
	content: "(3)";
}
.table_type02_B_list_no li:nth-child(4):after{
	content: "(4)";
}
.table_type02_B_list_no li:nth-child(5):after{
	content: "(5)";
}
.table_type02_B_list_no li:nth-child(6):after{
	content: "(6)";
}
.table_type02_B_list_no li:nth-child(7):after{
	content: "(7)";
}
.table_type02_B_list_no li:nth-child(8):after{
	content: "(8)";
}
.table_type02_B_list_no li:nth-child(9):after{
	content: "(9)";
}
.table_type02_B_para_border{
	padding-left: 16px;
	position: relative;
}
.table_type02_B_para_border:after{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 12px;
	top: 12px;
	left: 0;
	background: #3a4451;
}
.table_type02_B_para_square{
	padding-left: 16px;
	position: relative;
	display: inline-block;
}
.table_type02_B_para_square:after{
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 7px;
	left: 0;
	transform: rotate(-45deg);
	background: #3a4451;
}
.table_type02_B_para_circle{
	padding-left: 16px;
	position: relative;
	display: inline-block;
}
.table_type02_B_para_circle:after{
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 7px;
	left: 0;
	border-radius: 50%;
	background: #3a4451;
}
.table_type02_B_para_asta{
	padding-left: 16px;
	position: relative;
	display: inline-block;
}
.table_type02_B_para_asta:after{
	content: "※";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	color: #3a4451;
}
.table_type02_B_para_bold{
	font-weight: bold;
	color: #a60000;
}

.house_list > *{
	margin-bottom: 50px;
}
.house_list > *:last-child{
	margin-bottom: 0;
}
.house_list_img{
	margin-bottom: 15px;
}
.house_list_img > *{
	width: calc( 33.33333% - 5px )
}

.lower_service_list > *{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}
.lower_service_list > *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.lower_service_list_img{
	width: 260px;
}
.lower_service_list_content{
	width: calc( 100% - 290px );
	margin-left: 30px;
}
.bukken_table_01{
	border: 1px solid #eeeeee;
}
.bukken_table_01 dl{
	border-bottom: 1px solid #eeeeee;
}
.bukken_table_01 > *:last-child dl{
	border-bottom: none;
}
.bukken_table_01 dt{
	padding: 5px 10px;
	background: #f8f8f8;
	width: 100px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	border-right: 1px dotted #eeeeee;
}
.bukken_table_01 dd{
	padding: 5px 10px;
	width: calc( 100% - 100px );
}
.bukken_table_01 > *{
	width: 100%;
}
.half dl{
	width: 50%;
}
.half td{
	width: calc( 50% - 100px )
}
.lower_service_list_content_ttl{
	font-size: 16px;
	margin-bottom: 15px
}
.lower_service_list_content_ttl span{
	color: #a60000
}
.lower_service_list_content_ttl span{
	color: #a60000
}
.qr_list{
	margin-top: 10px;
}
.qr_list_link span{
	color: #0079ff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
}
.qr_list_link:hover span{
	text-decoration: none !important;
}
.qr_list_link i{
	font-size: 12px;
	padding-left: 3px;
	transform: translateY(-1px)
}
.qr_list_img{
	width: 40px;
	margin-left: 20px;
}
.lower_service_logo{
	max-width: 280px;
	border: 1px solid #eeeeee;
	margin: 20px auto 20px 0;
	display: block;
}
.lower_karikodate_table{
	width: 100%;
	margin-top: 30px;
}
.lower_karikodate_table th,
.lower_karikodate_table td{
	border: 1px solid #eeeeee;
}
.lower_karikodate_table thead{
	background: #a60000;
	color: #FFF;
	text-align: center;
}
.lower_karikodate_table thead th{
	padding: 15px 0;
	font-size: 17px;
}
.lower_karikodate_table tbody th{
	text-align: center;
	width: 50px;
	background: #ffe8e8;
}
.lower_karikodate_table tbody th:before{
	content: "1";
	display: block;
	font-family: 'Montserrat', sans-serif;
}
.lower_karikodate_table tbody > tr:nth-child(2) th:before{
	content: "2";
}
.lower_karikodate_table tbody > tr:nth-child(3) th:before{
	content: "3";
}
.lower_karikodate_table tbody > tr:nth-child(4) th:before{
	content: "4";
}
.lower_karikodate_table tbody > tr:nth-child(5) th:before{
	content: "5";
}
.lower_karikodate_table tbody > tr:nth-child(6) th:before{
	content: "6";
}
.lower_karikodate_table tbody > tr:nth-child(7) th:before{
	content: "7";
}
.lower_karikodate_table tbody td{
	width: calc( 50% - 25px );
	font-weight: 600;
	padding: 10px 20px;
}
.lower_karikodate_table tbody tr > *:nth-child(2){
	background: #fff4f4;
	position: relative;
}
.lower_karikodate_table tbody tr > *:nth-child(2):after{
	content:"\f061";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #a60000;
	top: calc( 50% - 13px );
	right: -10px;
	z-index: 10;
	font-size: 20px;
}
/*FORM*/
/*-------------------------------------------------------------------------
CONTACTFORM form_3
----------------------------------------------------------------*/
.lower_contact_wrap{
	margin: 0 auto 50px;
}
.lower_contact_privacy_ttl{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.check_box01_wrap{
	width: 100%;
}
.check_box01_inner{
	padding: 10px 20px;
	background: #FFF;
	display: block;
	margin: 0 auto 18px;
	border: 1px solid #dddddd;
	width: 150px;
}
.form_3{
  width: 100%;
  border-collapse: collapse;
}
.form_3 tr{
    border-bottom: 1px solid #dddddd;
}
.form_3 th,
.form_3 td {
	position: relative;
    text-align: left;
    vertical-align: middle;
    padding: 25px 0 25px 0;
}
.form_3 tr:first-child th,
.form_3 tr:first-child td{
}
.form_3 th{
	width: 280px;
	padding-right: 30px;
}
.form_3 .fix-txt{
	margin-top: 30px;
	line-height: 1.8em;
}
.form_3 .fix-txt a{
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px;
}
.form_3 .fix-txt a i{
	color: #FFAB00;
}
.form_3 .fix-title{
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_3 input[type="text"], 
.form_3 input[type="submit"],
.form_3 input[type="tel"],
.form_3 input[type="search"],
.form_3 input[type="email"],
.form_3 input[type="mail"],
.form_3 input[type="password"],
.form_3 textarea, 
.form_3 button,
.form_3 select{
  outline: 0;
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  outline: 0;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFF;
  border-radius: 5px;
 }
.form_3 textarea{
	height: 10em;
}
.form_3 input[type="text"]:focus,
.form_3 input[type="tel"]:focus,
.form_3 input[type="email"]:focus,
.form_3 select:focus,
.form_3 textarea:focus{
  border-color: #a60000;
  }
  
/*---selectBox---*/
.form_3 select {
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  background-position: right 10px center;
  background-size: 20px 20px;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  position: relative;
  }

.form_3 .select_wrap{
	position: relative;
}
.form_3 .select_wrap:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-bottom: 2px solid #a60000;
	border-right: 2px solid #a60000;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 6px );
	right: 10px;
	z-index: 1;
}
.form_3 .required{
	background: red;
	display: inline-block;
	font-size: 10px;
	padding: 0 10px;
	color: #FFF;
	margin-left: 10px;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    background: #a60000
}
.form_3 .any{
	background: red;
	display: inline-block;
	font-size: 10px;
	padding: 0 10px;
	color: #aeaeae;
	background: #F1F1F2;
	border: 1px solid #DDDDDD;
	margin-left: 10px;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
/*---radioBox---*/
.form_radio span{
	display: inline-block;
	margin: 5px;
}
.form_3 .form_radio input[type="radio"]{
  display: none;
}
.form_3 .form_radio label{
  cursor: pointer;
  padding-right: 15px;
  color: #b0b0b0;
	font-weight: bold;
	
}
.form_3 .form_radio label .mwform-radio-field-text:before{
  content:"\f1db";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.form_3 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text{
	color: #BF9F00;
}
.form_3 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text:before{
	content:"\f05d";
	font-family: FontAwesome;
	color: #BF9F00;
}
/*---radioBox---*/
.privacy_chack{
	margin: 60px auto;
	text-align: center;
}
.error{
	color: #ff0000;
	font-size: 12px;
	margin: 3px auto 0;
	font-style: normal !important
}
.form_3_chuki{
	padding: 30px 0 0;
	text-align: center;
}
.form_3_chuki a{
	text-decoration: underline;
	color: #0079ff 
}
/*after_chekbox*/
.after_chekbox{
}
.after_chekbox > *{
	margin-left: 14px;
}
.after_chekbox > *:nth-child(1){
	margin-left: 0;
}
.after_chekbox_wrap{
	margin-left: -20px;
}
.after_chekbox_wrap > span{
	display: inline-block;
	font-size: 17px;
	padding: 0 6px;
}
/*RADIO BUTTON*/

.radio_btn01 input{
	display: none;
}
.radio_btn01{
	padding-left: 30px;
	position: relative;
	margin-right: 15px;
}
.radio_btn01_wrap .radio_btn01:last-child{
	margin-right: 0;
}
.radio_btn01 span:after{
	content:"\f1db";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: 0;
	left: 0;
}
.radio_btn01 span:before{
	content:"\f058";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #a60000;
	font-size: 23px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.radio_btn01 input[type="radio"]:checked + span:before{
	opacity: 1;
}
/*FLOW STEP*/
.lower_contact_step_chart{
	margin: 50px auto;
}
.lower_contact_step_chart ul{
	position: relative;
}
.lower_contact_step_chart li{
	position: relative;
	padding: 15px 15px;
	width: calc( 33% - 20px );
	text-align: center;
	margin-right: 30px;
	border-radius: 10px;
	border: 1px solid #dddddd;
	line-height: 1em;
	font-weight: bold;
	background: #F1F1F2;
	letter-spacing: 0.02em;
	color: #aaaaaa;
	z-index: 1;
}
.lower_contact_step_chart li:after{
	content: "";
	display: block;
	height: 1px;
	width: 32px;
	background: #dddddd;
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: 0;
}
.lower_contact_step_chart li:nth-child(2).active:after,
.lower_contact_step_chart li:nth-child(3).active:after{
	background: #a60000;
}
.lower_contact_step_chart li:last-child{
	margin-right: 0;
}
.lower_contact_step_chart li:first-child:after{
	display: none;
}
.lower_contact_step_chart li span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	display: block;
	line-height: 1em;
	font-size: 13px;
	margin-bottom: 6px;
}
.lower_contact_step_chart li.active{
	background: #a60000;
	color: #FFF;
}
.contact_confirm_submit{
	margin-top: 20px;
}
.contact_confirm_submit li:nth-child(1){
	margin-bottom:20px;
}
/*CHECK BOX*/
.check_box01 input{
	 opacity:0;height:0;width:0; padding:0; min-height:1px; border:0; border-radius:0; font-size:0;display: inline
}
.check_box01{
	padding-left: 27px;
	position: relative;
}
.check_box01 span{
	font-weight: bold;
}
.check_box01 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: -5px;
	left: 0;
}
.check_box01 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #a60000;
	font-size: 23px;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box01 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
/*CHECK BOX*/
.check_box_multi li{
	margin-right: 24px;
	margin-bottom: 5px;
}
.check_box02 input{
	 opacity:0;height:0;width:0; padding:0; min-height:1px; border:0; border-radius:0; font-size:0;display: inline
}
.check_box02{
	padding-left: 22px;
	font-size: 13px;
	position: relative;
	letter-spacing: 0em;
}
.check_box02 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: -6px;
	left: 0;
}
.check_box02 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #a60000;
	font-size: 18px;
	position: absolute;
	top: -6px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box02 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
.contact_btn.submit{
	margin: 50px auto 30px;
}
.contact_btn_inner{
	width: 270px;
	margin: 0 auto;
	position: relative;
}
.contact_btn_inner:before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #a60000;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: 1;
}
.contact_btn_inner:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #000000;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: 0;
}
.contact_btn.contact_btn_back .contact_btn_inner:before{
	background: #818181;
}
.contact_btn.contact_btn_back .contact_btn_inner:after{
	background: #000000;
}
.contact_btn_inner:hover:before{
	width: 0;
}
.contact_btn a,
.contact_btn input{
	display: block;
	width: 100%;
	padding: 20px 10px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.contact_btn a{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.thanks_btn li:nth-child(1){
	margin-right: 20px;
}
/*CUSTOM*/
.radio_btn01_wrap_one_row .radio_btn01{
	width: 100%;
	display: block;
	margin-bottom: 13px;
}
.radio_btn_check-input_radio{
}
.radio_btn_check-input_input{
	width: 100%;
	max-width: 220px;
	margin-top: -8px;
}
body .radio_btn_check-input_input input{
	outline: 0;
	width: 100%;
	display: inline-block;
	padding: 8px 15px !important;
	margin: 0 auto 0;
	outline: 0;
	border: 1px solid #DDDDDD;
	font-size: 16px;
	line-height: 1.2em;
	background: #FFF;
	border-radius: 5px;
}
.form_3_input_col_half{
	width: calc( 50% - 15px );
}
.form_3_input_col_half_ttl{
	font-weight: bold;
	margin-bottom: 3px;
}
.check_select-input label{
	width: 140px;
}
.form_3 .check_select-input select,
.form_3 .check_select-input input[type="text"]{
	width: 220px !important;
	padding: 6px 10px !important;
	margin: 4px auto;
	font-size: 14px;
}
.check_select-input select{
	margin-top: 0;
}
.check_select-input .check_box02 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: -1px;
	left: 0;
}
.check_select-input .check_box02 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #a60000;
	font-size: 18px;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box_multi{
}
.check_box_multi.area li{
	margin-bottom: 10px;
}
.check_box_multi.shubetsu li:last-child,
.check_box_multi.area li:last-child{
	margin-bottom: 0;
}
.send_btn_list{
	margin-top: 30px;
}
.send_btn_list > *{
	margin-bottom: 10px;
}
@media screen and (max-width:767px) {
	.contact_wrap{
		padding: 30px 15px 15px;
	}
	.form_3 th,
	.form_3 td{
		display: block;
		width: 100%;
	}
	.form_3 th{
		padding-bottom: 0;
		border: none
	}
	.form_3 td{
		padding-top: 10px;
	}
	.form_3_select:after{
		top: calc( 50% - 20px );
	}
	.privacy_chack{
		margin: 30px auto;
	}

	.form_3 td.fle_btw{
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.form_3 td .form_3_input_col_half{
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    align-items: center
	}
	.form_3 td .form_3_input_col_half input{
		margin-left: 0;
	}
	.form_3 td .form_3_input_col_half_address{
		width: 50%;
	}
	.form_3_input_col_half_ttl{
		width: 40px;
	}
	.form_3 td .form_3_input_col_half input{
		width: calc( 100% - 40px );
	}
	/*CONTACT*/
	.thanks_btn.fle_c{
		display: block;
		text-align: left
	}
	.thanks_btn li:nth-child(1){
		margin-right: auto;
		margin-bottom: 10px;
	}
	.thanks_btn li{
		margin: 0 auto;
		display: block
	}
	.after_chekbox_wrap{
		margin-left: 0;
	}
	.after_chekbox_wrap > span{
		display: none;
	}
	.after_chekbox{
		margin: -10px auto 10px;
		padding-left: 30px;
	}
	.after_chekbox_wrap{
		display: block;
		width: 100%;
		margin-top: -5px;
	}
}
@media screen and (max-width:600px) {
	.lower_contact_step_chart{
		margin: 20px auto 0;
	}
	/*LOWER_CONTACT*/
	.form_3_input_col_half{
		width: 100%;
	}
	.form_3 td .form_3_input_col_half input{
		width: 100%;
	}
	.form_3_input_col_half_ttl{
		display: none;
	}
	.form_3 td .form_3_input_col_half_address{
		width: 100%;
	}
	.lower_contact_header{
		margin: 20px auto;
	}
	.lower_contact_type_list li{
		width: 100%;
	}
	.lower_contact_type_list li:nth-child(1){
		margin-bottom: 20px;
	}
	.lower_contact_step_chart ul{
		margin: 10px auto 10px;
	}
	.lower_contact_step_chart li{
		padding: 10px 5px;
		width: calc( 33% - 4px );
		text-align: center;
		margin-right: 6px;
		border-radius: 5px;
		font-size: 12px;
	}
	.lower_contact_step_chart li:after{
		width: 6px;
	}
	.lower_contact_step_chart li{
		padding: 10px 2px;
		font-size: 9px;
		letter-spacing: 0;
	}
	.check_select-input label{
		width: 100%;
	}
	.form_3 .check_select-input select,
	.form_3 .check_select-input input[type="text"]{
		margin: 0 auto 6px 15px;
	}
	.form_3 .check_select-input input[type="text"]{
		margin-top: 5px;
	}
	.check_select-input > *:first-child{
		margin-bottom: 5px;
	}
}
/*LOADING*/
.loading_bl{
	width: 100%;
	height: 100vh;
}
.loading_bl.is_shown{
	height: 0;
	width: 0;
	display: none;
}
.loading_wrap {
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
	transition: 0;
	color: #004199;
}
.loading_wrap_bg{
	position: fixed;
	right: 0;
	width: 100%;
	height: 100%;
}
.loading_wrap_bg > *{
	width: 10%;
	height: 100%;
	background: #FFF;
}
.loading_wrap_bg > *:nth-child(1){
	transition-delay: 0;
	transition-duration: 0.5s;
}
.loading_wrap_bg > *:nth-child(2){
	transition-delay: 0.02s;
	transition-duration: 0.5s;
}
.loading_wrap_bg > *:nth-child(3){
	transition-delay: 0.04s;
	transition-duration: 0.5s;
}
.loading_wrap_bg > *:nth-child(4){
	transition-delay: 0.06s;
	transition-duration: 0.5s;
}
.loading_wrap_bg > *:nth-child(5){
	transition-delay: 0.08s;
	transition-duration: 0.5s;
}
.loading_wrap_bg > *:nth-child(6){
	transition-delay: 0.1s;
	transition-duration: 0.5s;
}
.loading_wrap_bg > *:nth-child(7){
	transition-delay: 0.12s;
	transition-duration: 0.5s;
}
.loading_wrap_bg > *:nth-child(8){
	transition-delay: 0.14s;
	transition-duration: 0.5s;
}
.loading_wrap_bg > *:nth-child(9){
	transition-delay: 0.16s;
	transition-duration: 0.5s;
}
.loading_wrap_bg > *:nth-child(10){
	transition-delay: 0.18s;
	transition-duration: 0.5s;
}
.loading_wrap.is_shown .loading_wrap_bg > *{
	height: 0;	
}
.loading_wrap.is_shown{
	visibility: hidden;
	transition-delay: 1s;
	transition-duration: 0.3s; 
	opacity: 0;
}
.loading_wrap.is_shown:before{
	content: "";
	position: fixed;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: #FFF;
}
.loading_wrap.is_shown:before{
	display: none;
}
.loading_wrap_logo{
	position: fixed;
    top: calc( 50% - 70px );
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	z-index: 100;
	width: 120px;
	transition: 0.6s;
}
.spinner{
	position: fixed;
    top: calc( 50% + 10px );
    left: calc( 50% - 20px );
    transform: translateY(-50%) translateX(-50%);
	z-index: 100;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: #a60000;
	border-radius: 100%;  
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
	transition: 0.6s;
}
.loading_wrap.is_shown .loading_wrap_logo{
	opacity: 0;
}
.loading_wrap.is_shown .spinner{
	display: none;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
#progress {
	width: 100%;
	height: 100%;
	
}
#progress_bar{
	max-width: 400px;
	margin: 0 auto;
	height: 10px;
	position:absolute;
	background: #FFF;
	top: 50%;
	z-index: 1000;
	border-radius: 5px;
}
.loading_wrap.is_shown #progress_bar{
	visibility: hidden;
	transition: 0.3s;
	opacity: 0;
}
.loading_wrap_02{
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	background: #FFF;
	position: fixed;
	z-index: 900;
	overflow: hidden;
	background: #FFF;
	transition-delay: 1.4s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background-image: linear-gradient(-45deg, #004199 0%, #004199 10%, #04befe 100%);
}
.loading_wrap_02.is_shown{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
/*TEL*/
.tel_link{
	pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.tel_link{
		pointer-events: none;
	}
}
@media screen and (max-width:480px) {
	.tel_link{
		pointer-events: auto;
	}
}
