@charset "utf-8";

/* =======================================

        CommonElements

======================================= */
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 125px;

}
body {
	display: none;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	color: #000;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.barlow {
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.pc_none {
	display: none;
}

/* クリックで電話を無効 */
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.cmn1200 {
	max-width: 1200px;
	margin:auto;
}
.cmn1000 {
	max-width: 1000px;
	margin:auto;
}
.cmn850 {
	max-width: 850px;
	margin:auto;
}

/*title
--------------------------------------------*/
.sec_ttl{
	font-size: 6.4rem;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0 10px;
	margin-bottom: 4px;
}
.sec_ttl02{
	position: relative;
	font-size:2.8rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	padding: 0 28px;
	margin-bottom: 4px;
	margin-left: 24px;
}
.sec_ttl02::before{
	content: "";
	position: absolute;
	width: 9px;
    height: 44px;
    background-color: #3e7ecc;
    transform: skewX(-35deg);
	left: 0;
}


/*btn
--------------------------------------------*/
.btn .btn_txt{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 390px;
	height: 84px;
	font-size: 2.0rem;
	font-weight: 700;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	color: #fff;
	border:1px solid #000;
	background-color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn .btn_txt:hover {
	color: #000;
	border:1px solid #000;
	background-color: #fff;
}
.btn .btn_txt span{
	position: relative;
}
.btn .btn_txt:after{
	position: absolute;
	content: url(../img/cmn/arrow_white.png);
	transform: translateY(-50%);
	top: 54%;
	right: 45px;
	transition: .2s all;
}
.btn .btn_txt:hover:after{
	position: absolute;
	content: url(../img/cmn/arrow_black.png);
	right: 25px;
}


/*header
--------------------------------------------*/
#header {
	position: fixed;
	background-color: #fff;
	width: 100%;
	z-index: 100;
}
#header .header_inner{
	max-width:1780px ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/* height: 125px; */
	height: 100px;
	margin:0 auto;
	padding: 0 20px;
	/* background-color: #848484; */
}

.h_navi .menu .navi {
	display: flex;
	justify-content: space-between;
	gap: 34px;
}
.h_navi .menu .navi a{
	font-family: "Barlow Condensed", sans-serif;
	position: relative;
	font-weight: 500;
}
.h_navi .menu .navi a:after{
	content: '';
	display: block;
	height: 1px;
	width: 80%;
	background: #848484;
	position: absolute;
	bottom: -14px;
	left: 10%;
	transform: scale(0, 1);
	transition: .3s;
}
.h_navi .menu .navi a:hover {
	color: #848484;
}
.h_navi .menu .navi a:hover::after{
	transform: scale(1, 1);
}
/* アンカーリンクの現在地 */
.h_navi .menu .navi li.current a:after{
	content: '';
	display: block;
	height: 1px;
	width: 80%;
	background: #848484;
	position: absolute;
	bottom: -14px;
	left: 10%;
	transform: scale(1, 1);
}
/* 別ページへのリンクの現在地 */
.h_navi .menu .navi a.current:after{
	content: '';
	display: block;
	height: 1px;
	width: 80%;
	background: #848484;
	position: absolute;
	bottom: -14px;
	left: 10%;
	transform: scale(1, 1);
}

/*footer
--------------------------------------------*/
#footer {
	position: relative;
	text-align: center;
	background: #0e0e0e;
	padding-top: 60px;
	margin-top: -1px;
	overflow: hidden;
}
#footer .flex {
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
#footer .f_detail_area .f_logo {
	margin-bottom: 28px;
}
#footer .f_nav_area ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	margin-bottom: 95px;
}
#footer .f_nav_area ul li a{
	position: relative;
	color: #fff;
}
#footer .f_nav_area ul li a:after{
	content: '';
	display: block;
	height: 1px;
	width: 80%;
	background: #848484;
	position: absolute;
	bottom: -14px;
	left: 10%;
	transform: scale(0, 1);
	transition: .3s;
}
#footer .f_nav_area ul li a:hover{
	color: #848484;
}
#footer .f_nav_area ul li a:hover::after{
	transform: scale(1, 1);
}
.copy {
	border-top: 1px solid #848484;
	padding: 20px 0;
}
.copy small {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	display: block;
}
#footer .bg-grayBorder02{
	position: absolute;
	width: 250px;
	height: 120%;
	top: -5%;
	left: calc( 50% + 200px );
	overflow: hidden;
	transform: skewX(30deg);
	z-index: 1;
}
#footer .bg-grayBorder02::before {
	position: relative;
	content: '';
	display: block;
	width: 100%;
	height: 120%;
	background-color:#848484;
	opacity: 0.16;
	z-index: 1;
}




/* =======================================

        CommonElements（下層）

======================================= */

.lp_mv {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: calc( 300px + 125px );
	background-image: url(../img/cmn/lp_mv.jpg);
	background-position: bottom left;
	background-size: auto 300px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.lp_mv::after{
	position: absolute;
	content: "";
	width: 50%;
	height: 300px;
	/* transform: translateX(-50%); */
	right: 0;
	background-color: #000;
	bottom: 0;
	z-index: -1;
}

.lp_mv .lp_page-ttl {
	position: absolute;
	transform: translate(-50%,-50%);
	top: calc( 50% + 62px );/*125px/2*/
	left: 50%;
	color: #fff;
	font-size: 5.0rem;
	font-weight: 500;
	text-align: center;
}

/* パンくず */
#breadcrumb {
	max-width: 1780px;
	margin: 0 auto;
	padding: 5px 20px;
}

#breadcrumb li {
	font-size: 1.4rem;
	display: inline;
	position: relative;
}
#breadcrumb li:first-of-type a{
	color: #707070;
}
#breadcrumb li + li {
	padding-left: 32px;
}

#breadcrumb li + li:after {
	content: '＞';
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#breadcrumb li a:hover {
	opacity: 0.9;
}


/* pagetop */
.pagetop {
	width: 50px;
	height: 60px;
	position: fixed;
	right: 30px;
	bottom: 60px;
	display: flex;
	/* justify-content: center;
	align-items: center; */
	z-index: 10;
}



/*404ページ
--------------------------------------------*/

#not_found {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 60px;
	padding: 0 10px;
}

#not_found .ttl {
	font-size: 2.8rem;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}

#not_found p {
	text-align: center;
}

#not_found .found_map {
	text-align: center;
	margin: 50px 0 0;
	text-decoration: underline;
	transition: all .3s;
}
#not_found .found_map:hover{
	opacity: 0.6;
}
