@charset "utf-8";

/* =======================================

        CommonElements

======================================= */
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 125px;
}
body {
	display: none;
	font-size: 1.2rem;
	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;
}
.sp_none {
	display: none;
}


/*title
--------------------------------------------*/
.sec_ttl{
	font-size: 4.2rem;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}
.sec_ttl02{
	position: relative;
	font-size:1.8rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	padding: 0 0 0 22px;
	margin-bottom: 4px;
	margin-left: 12px;
}
.sec_ttl02::before{
	content: "";
	position: absolute;
	width: 6px;
    height: 32px;
    background-color: #3e7ecc;
    transform: skewX(-35deg);
	left: 0;
}


/*btn
--------------------------------------------*/
.btn a{
	margin: 0 auto;
}
.btn .btn_txt{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 77%;
	min-width: 200px;
	max-width: 300px;
	height: 56px;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 56px;
	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: "";
	width: 24px;
	height: 18px;
	background-image: url(../img/cmn/arrow_white.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	top: 52%;
	right: 18px;
	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{
	width: 100%;
	padding: 12px 20px 7px;
}
#header .header_inner .h_logo h1,
#header .header_inner .h_logo div{
	line-height: 1;
}
#header .header_inner .h_logo{
	margin-bottom: 13px;
}
#header .header_inner .h_logo img{
	width: 115px;
	height: auto;
	object-fit: contain;
}
.h_navi .menu .navi {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 400px;
	margin: 0 auto;
}
.h_navi .menu .navi a{
	position: relative;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
}
.h_navi .menu .navi a:after{
	content: '';
	display: block;
	height: 1px;
	width: 80%;
	background: #848484;
	position: absolute;
	bottom: -6px;
	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: -6px;
	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: -6px;
	left: 10%;
	transform: scale(1, 1);
}

/*footer
--------------------------------------------*/
#footer {
	position: relative;
	text-align: center;
	background-image: url(../img/top/footer_bg_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 42px;
}
#footer .f_detail_area .f_logo {
	margin-bottom: 40px;
}
#footer .f_detail_area .f_logo img{
	width: 156px;
	height: auto;
}
#footer .f_nav_area ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px 35px;
	width: 270px;
	margin: 0 auto 42px;
}
#footer .f_nav_area ul li a{
	position: relative;
	font-size: 1.6rem;
	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: 10px 0;
}
.copy small {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	display: block;
}




/* =======================================

        CommonElements（下層）

======================================= */

.lp_mv {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: calc( 150px + 76px );
	background-image: url(../img/cmn/lp_mv.jpg);
	background-position: bottom left;
	background-size: auto 150px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.lp_mv::after{
	position: absolute;
	content: "";
	width: 50%;
	height: 150px;
	right: 0;
	background-color: #000;
	bottom: 0;
	z-index: -1;
}

.lp_mv .lp_page-ttl {
	position: absolute;
	transform: translate(-50%,-50%);
	top: calc( 50% + 38px );/*76px/2*/
	left: 50%;
	color: #fff;
	font-size: 4.0rem;
	font-weight: 500;
	text-align: center;
}

/* パンくず */
#breadcrumb {
	max-width: 1780px;
	margin: 0 auto;
	padding: 5px 20px;
}

#breadcrumb li {
	font-size: 1.2rem;
	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: 0;
}

#breadcrumb li a:hover {
	opacity: 0.9;
}


/* pagetop */
.pagetop {
	width: 40px;
	height: 48px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	display: flex;
	z-index: 10;
}
.pagetop img{
	width: 100%;
	height: auto;
}





/*404ページ
--------------------------------------------*/
#not_found {
	margin-top: 50px;
	margin-bottom: 60px;
	padding: 0 10px;
}

#not_found .ttl {
	font-size: 2rem;
	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;
}

/* reCAPTCHAバッジの位置調整 */
.grecaptcha-badge{
	bottom: 78px !important;
}

